]> git.saurik.com Git - wxWidgets.git/blob - configure
Compilation fix for STL build.
[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.1.
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.1'
579 PACKAGE_STRING='wxWidgets 2.9.1'
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 subdirs
680 PKG_CONFIG
681 GTK_CFLAGS
682 GTK_LIBS
683 GTK_CONFIG
684 DIRECTFB_CFLAGS
685 DIRECTFB_LIBS
686 XMKMF
687 X_CFLAGS
688 X_PRE_LIBS
689 X_LIBS
690 X_EXTRA_LIBS
691 PANGOX_CFLAGS
692 PANGOX_LIBS
693 PANGOFT2_CFLAGS
694 PANGOFT2_LIBS
695 PANGOXFT_CFLAGS
696 PANGOXFT_LIBS
697 CFLAGS_VISIBILITY
698 CXXFLAGS_VISIBILITY
699 LIBICONV
700 GXX_VERSION
701 SDL_CONFIG
702 SDL_CFLAGS
703 SDL_LIBS
704 GTKPRINT_CFLAGS
705 GTKPRINT_LIBS
706 LIBGNOMEPRINTUI_CFLAGS
707 LIBGNOMEPRINTUI_LIBS
708 GNOMEVFS_CFLAGS
709 GNOMEVFS_LIBS
710 HILDON_CFLAGS
711 HILDON_LIBS
712 HILDON2_CFLAGS
713 HILDON2_LIBS
714 PYTHON
715 COND_PYTHON
716 CAIRO_CFLAGS
717 CAIRO_LIBS
718 GST_CFLAGS
719 GST_LIBS
720 ALL_WX_LIBS
721 BUILT_WX_LIBS
722 STD_BASE_LIBS
723 STD_GUI_LIBS
724 wxUSE_ZLIB
725 wxUSE_REGEX
726 wxUSE_EXPAT
727 wxUSE_LIBJPEG
728 wxUSE_LIBPNG
729 wxUSE_LIBTIFF
730 VENDOR
731 OFFICIAL_BUILD
732 WX_FLAVOUR
733 WX_LIB_FLAVOUR
734 WXUNIV
735 MONOLITHIC
736 USE_PLUGINS
737 CXXWARNINGS
738 EXTRALIBS
739 EXTRALIBS_XML
740 EXTRALIBS_HTML
741 EXTRALIBS_MEDIA
742 EXTRALIBS_GUI
743 EXTRALIBS_OPENGL
744 EXTRALIBS_SDL
745 EXTRALIBS_STC
746 WITH_PLUGIN_SDL
747 EXTRALIBS_GTKPRINT
748 EXTRALIBS_GNOMEPRINT
749 EXTRALIBS_GNOMEVFS
750 EXTRALIBS_HILDON
751 UNICODE
752 DEBUG_INFO
753 DEBUG_FLAG
754 TOOLKIT_LOWERCASE
755 TOOLKIT_VERSION
756 DYLIB_RPATH_INSTALL
757 DYLIB_RPATH_POSTLINK
758 SAMPLES_RPATH_FLAG
759 HEADER_PAD_OPTION
760 HOST_SUFFIX
761 CPPUNIT_CFLAGS
762 CPPUNIT_LIBS
763 RANLIB
764 INSTALL_PROGRAM
765 INSTALL_SCRIPT
766 INSTALL_DATA
767 LN_S
768 SET_MAKE
769 MAKE_SET
770 AROPTIONS
771 STRIP
772 NM
773 INSTALL_DIR
774 LDFLAGS_GUI
775 IF_GNU_MAKE
776 PLATFORM_UNIX
777 PLATFORM_WIN32
778 PLATFORM_MSDOS
779 PLATFORM_MAC
780 PLATFORM_MACOS
781 PLATFORM_MACOSX
782 PLATFORM_OS2
783 PLATFORM_BEOS
784 SO_SUFFIX
785 SO_SUFFIX_MODULE
786 DLLIMP_SUFFIX
787 LIBPREFIX
788 LIBEXT
789 DLLPREFIX
790 DLLPREFIX_MODULE
791 dlldir
792 AIX_CXX_LD
793 SHARED_LD_CC
794 SHARED_LD_CXX
795 SHARED_LD_MODULE_CC
796 SHARED_LD_MODULE_CXX
797 PIC_FLAG
798 WINDOWS_IMPLIB
799 USE_SOVERSION
800 USE_SOVERLINUX
801 USE_SOVERSOLARIS
802 USE_SOVERCYGWIN
803 USE_MACVERSION
804 USE_SOTWOSYMLINKS
805 SONAME_FLAG
806 DEPS_TRACKING
807 BK_DEPS
808 WINDRES
809 REZ
810 SETFILE
811 OBJCXXFLAGS
812 GCC_PCH
813 ICC_PCH
814 ICC_PCH_CREATE_SWITCH
815 ICC_PCH_USE_SWITCH
816 BK_MAKE_PCH
817 COND_BUILD_DEBUG
818 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
819 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
820 COND_BUILD_DEBUG_UNICODE_0
821 COND_BUILD_DEBUG_UNICODE_1
822 COND_BUILD_RELEASE
823 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
824 COND_BUILD_RELEASE_UNICODE_0
825 COND_BUILD_RELEASE_UNICODE_1
826 COND_BUILD_debug
827 COND_BUILD_debug_DEBUG_FLAG_default
828 COND_BUILD_debug_DEBUG_INFO_default
829 COND_BUILD_debug_UNICODE_0
830 COND_BUILD_debug_UNICODE_1
831 COND_BUILD_release
832 COND_BUILD_release_DEBUG_INFO_default
833 COND_BUILD_release_UNICODE_0
834 COND_BUILD_release_UNICODE_1
835 COND_DEBUG_FLAG_0
836 COND_DEBUG_FLAG_1
837 COND_DEBUG_INFO_0
838 COND_DEBUG_INFO_1
839 COND_DEPS_TRACKING_0
840 COND_DEPS_TRACKING_1
841 COND_GCC_PCH_1
842 COND_ICC_PCH_1
843 COND_MONOLITHIC_0
844 COND_MONOLITHIC_0_SHARED_0
845 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
846 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
847 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
848 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
849 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
850 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
851 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
852 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
853 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
854 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
855 COND_MONOLITHIC_0_SHARED_1
856 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
857 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
858 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
859 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
860 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
861 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
862 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
863 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
864 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
865 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
866 COND_MONOLITHIC_0_USE_AUI_1
867 COND_MONOLITHIC_0_USE_GUI_1
868 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
869 COND_MONOLITHIC_0_USE_HTML_1
870 COND_MONOLITHIC_0_USE_MEDIA_1
871 COND_MONOLITHIC_0_USE_PROPGRID_1
872 COND_MONOLITHIC_0_USE_QA_1
873 COND_MONOLITHIC_0_USE_RIBBON_1
874 COND_MONOLITHIC_0_USE_RICHTEXT_1
875 COND_MONOLITHIC_0_USE_STC_1
876 COND_MONOLITHIC_0_USE_XRC_1
877 COND_MONOLITHIC_1
878 COND_MONOLITHIC_1_SHARED_0
879 COND_MONOLITHIC_1_SHARED_1
880 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
881 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
882 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
883 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
884 COND_PLATFORM_MACOSX_1
885 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
886 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
887 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
888 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
889 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
890 COND_PLATFORM_MACOSX_1_USE_GUI_1
891 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
892 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
893 COND_PLATFORM_MACOS_1
894 COND_PLATFORM_MAC_0
895 COND_PLATFORM_MAC_1
896 COND_PLATFORM_MSDOS_0
897 COND_PLATFORM_MSDOS_1
898 COND_PLATFORM_OS2_1
899 COND_PLATFORM_UNIX_0
900 COND_PLATFORM_UNIX_1
901 COND_PLATFORM_UNIX_1_TOOLKIT_MGL
902 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1
903 COND_PLATFORM_UNIX_1_USE_GUI_1
904 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
905 COND_PLATFORM_WIN32_0
906 COND_PLATFORM_WIN32_1
907 COND_SHARED_0
908 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
909 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
910 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
911 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
912 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
913 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
914 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
915 COND_SHARED_0_USE_STC_1
916 COND_SHARED_0_wxUSE_EXPAT_builtin
917 COND_SHARED_0_wxUSE_REGEX_builtin
918 COND_SHARED_0_wxUSE_ZLIB_builtin
919 COND_SHARED_1
920 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
921 COND_TOOLKIT_
922 COND_TOOLKIT_COCOA
923 COND_TOOLKIT_COCOA_USE_GUI_1
924 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
925 COND_TOOLKIT_DFB
926 COND_TOOLKIT_DFB_USE_GUI_1
927 COND_TOOLKIT_GTK
928 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
929 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
930 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
931 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
932 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
933 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
934 COND_TOOLKIT_GTK_USE_GUI_1
935 COND_TOOLKIT_MAC
936 COND_TOOLKIT_MGL
937 COND_TOOLKIT_MGL_USE_GUI_1
938 COND_TOOLKIT_MOTIF
939 COND_TOOLKIT_MOTIF_USE_GUI_1
940 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
941 COND_TOOLKIT_MSW
942 COND_TOOLKIT_MSW_USE_GUI_1
943 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
944 COND_TOOLKIT_MSW_WXUNIV_0
945 COND_TOOLKIT_OSX_CARBON
946 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
947 COND_TOOLKIT_OSX_COCOA
948 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
949 COND_TOOLKIT_OSX_IPHONE
950 COND_TOOLKIT_PM
951 COND_TOOLKIT_PM_USE_GUI_1
952 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
953 COND_TOOLKIT_WINCE
954 COND_TOOLKIT_WINCE_USE_GUI_1
955 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
956 COND_TOOLKIT_WINCE_WXUNIV_0
957 COND_TOOLKIT_X11
958 COND_TOOLKIT_X11_USE_GUI_1
959 COND_UNICODE_1
960 COND_USE_EXCEPTIONS_0
961 COND_USE_EXCEPTIONS_1
962 COND_USE_GUI_0
963 COND_USE_GUI_1
964 COND_USE_GUI_1_USE_OPENGL_1
965 COND_USE_GUI_1_WXUNIV_0
966 COND_USE_GUI_1_WXUNIV_1
967 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
968 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
969 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
970 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
971 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
972 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
973 COND_USE_OPENGL_1
974 COND_USE_PCH_1
975 COND_USE_PLUGINS_0
976 COND_USE_RTTI_0
977 COND_USE_RTTI_1
978 COND_USE_SOTWOSYMLINKS_1
979 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
980 COND_USE_SOVERLINUX_1
981 COND_USE_SOVERSION_0
982 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
983 COND_USE_SOVERSOLARIS_1
984 COND_USE_STC_1
985 COND_USE_THREADS_0
986 COND_USE_THREADS_1
987 COND_USE_XRC_1
988 COND_WINDOWS_IMPLIB_1
989 COND_WITH_PLUGIN_SDL_1
990 COND_WXUNIV_0
991 COND_WXUNIV_1
992 COND_WXUSE_EXPAT_BUILTIN
993 COND_WXUSE_LIBJPEG_BUILTIN
994 COND_WXUSE_LIBPNG_BUILTIN
995 COND_WXUSE_LIBTIFF_BUILTIN
996 COND_WXUSE_REGEX_BUILTIN
997 COND_WXUSE_ZLIB_BUILTIN
998 COND_wxUSE_EXPAT_builtin
999 COND_wxUSE_LIBJPEG_builtin
1000 COND_wxUSE_LIBPNG_builtin
1001 COND_wxUSE_LIBTIFF_builtin
1002 COND_wxUSE_REGEX_builtin
1003 COND_wxUSE_ZLIB_builtin
1004 DEREZ
1005 SHARED
1006 WX_LIBRARY_BASENAME_NOGUI
1007 WX_LIBRARY_BASENAME_GUI
1008 USE_GUI
1009 AFMINSTALL
1010 WIN32INSTALL
1011 TOOLKIT
1012 TOOLKIT_DIR
1013 TOOLCHAIN_NAME
1014 TOOLCHAIN_FULLNAME
1015 cross_compiling
1016 WIDGET_SET
1017 WX_RELEASE
1018 WX_VERSION
1019 WX_SUBVERSION
1020 WX_CHARTYPE
1021 WXCONFIG_CPPFLAGS
1022 WXCONFIG_CFLAGS
1023 WXCONFIG_CXXFLAGS
1024 WXCONFIG_LIBS
1025 WXCONFIG_RPATH
1026 WXCONFIG_LDFLAGS_GUI
1027 WXCONFIG_RESFLAGS
1028 GUIDIST
1029 DISTDIR
1030 SAMPLES_SUBDIRS
1031 LDFLAGS_GL
1032 OPENGL_LIBS
1033 DMALLOC_LIBS
1034 WX_VERSION_TAG
1035 RESCOMP
1036 RESFLAGS
1037 RESPROGRAMOBJ
1038 WX_RESOURCES_MACOSX_ASCII
1039 WX_RESOURCES_MACOSX_DATA
1040 LIBWXMACRES
1041 POSTLINK_COMMAND
1042 MACSETFILE
1043 GCC
1044 DLLTOOL
1045 CPPUNIT_CONFIG
1046 LIBOBJS
1047 LTLIBOBJS'
1048 ac_subst_files=''
1049 ac_precious_vars='build_alias
1050 host_alias
1051 target_alias
1052 CC
1053 CFLAGS
1054 LDFLAGS
1055 LIBS
1056 CPPFLAGS
1057 CPP
1058 CXX
1059 CXXFLAGS
1060 CCC
1061 PKG_CONFIG
1062 DIRECTFB_CFLAGS
1063 DIRECTFB_LIBS
1064 XMKMF
1065 PANGOX_CFLAGS
1066 PANGOX_LIBS
1067 PANGOFT2_CFLAGS
1068 PANGOFT2_LIBS
1069 PANGOXFT_CFLAGS
1070 PANGOXFT_LIBS
1071 GTKPRINT_CFLAGS
1072 GTKPRINT_LIBS
1073 LIBGNOMEPRINTUI_CFLAGS
1074 LIBGNOMEPRINTUI_LIBS
1075 GNOMEVFS_CFLAGS
1076 GNOMEVFS_LIBS
1077 HILDON_CFLAGS
1078 HILDON_LIBS
1079 HILDON2_CFLAGS
1080 HILDON2_LIBS
1081 CAIRO_CFLAGS
1082 CAIRO_LIBS
1083 GST_CFLAGS
1084 GST_LIBS'
1085 ac_subdirs_all='src/tiff
1086 src/expat'
1087
1088 # Initialize some variables set by options.
1089 ac_init_help=
1090 ac_init_version=false
1091 # The variables have the same names as the options, with
1092 # dashes changed to underlines.
1093 cache_file=/dev/null
1094 exec_prefix=NONE
1095 no_create=
1096 no_recursion=
1097 prefix=NONE
1098 program_prefix=NONE
1099 program_suffix=NONE
1100 program_transform_name=s,x,x,
1101 silent=
1102 site=
1103 srcdir=
1104 verbose=
1105 x_includes=NONE
1106 x_libraries=NONE
1107
1108 # Installation directory options.
1109 # These are left unexpanded so users can "make install exec_prefix=/foo"
1110 # and all the variables that are supposed to be based on exec_prefix
1111 # by default will actually change.
1112 # Use braces instead of parens because sh, perl, etc. also accept them.
1113 # (The list follows the same order as the GNU Coding Standards.)
1114 bindir='${exec_prefix}/bin'
1115 sbindir='${exec_prefix}/sbin'
1116 libexecdir='${exec_prefix}/libexec'
1117 datarootdir='${prefix}/share'
1118 datadir='${datarootdir}'
1119 sysconfdir='${prefix}/etc'
1120 sharedstatedir='${prefix}/com'
1121 localstatedir='${prefix}/var'
1122 includedir='${prefix}/include'
1123 oldincludedir='/usr/include'
1124 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1125 infodir='${datarootdir}/info'
1126 htmldir='${docdir}'
1127 dvidir='${docdir}'
1128 pdfdir='${docdir}'
1129 psdir='${docdir}'
1130 libdir='${exec_prefix}/lib'
1131 localedir='${datarootdir}/locale'
1132 mandir='${datarootdir}/man'
1133
1134 ac_prev=
1135 ac_dashdash=
1136 for ac_option
1137 do
1138 # If the previous option needs an argument, assign it.
1139 if test -n "$ac_prev"; then
1140 eval $ac_prev=\$ac_option
1141 ac_prev=
1142 continue
1143 fi
1144
1145 case $ac_option in
1146 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1147 *) ac_optarg=yes ;;
1148 esac
1149
1150 # Accept the important Cygnus configure options, so we can diagnose typos.
1151
1152 case $ac_dashdash$ac_option in
1153 --)
1154 ac_dashdash=yes ;;
1155
1156 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1157 ac_prev=bindir ;;
1158 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1159 bindir=$ac_optarg ;;
1160
1161 -build | --build | --buil | --bui | --bu)
1162 ac_prev=build_alias ;;
1163 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1164 build_alias=$ac_optarg ;;
1165
1166 -cache-file | --cache-file | --cache-fil | --cache-fi \
1167 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1168 ac_prev=cache_file ;;
1169 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1170 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1171 cache_file=$ac_optarg ;;
1172
1173 --config-cache | -C)
1174 cache_file=config.cache ;;
1175
1176 -datadir | --datadir | --datadi | --datad)
1177 ac_prev=datadir ;;
1178 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1179 datadir=$ac_optarg ;;
1180
1181 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1182 | --dataroo | --dataro | --datar)
1183 ac_prev=datarootdir ;;
1184 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1185 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1186 datarootdir=$ac_optarg ;;
1187
1188 -disable-* | --disable-*)
1189 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1190 # Reject names that are not valid shell variable names.
1191 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1192 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1193 { (exit 1); exit 1; }; }
1194 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1195 eval enable_$ac_feature=no ;;
1196
1197 -docdir | --docdir | --docdi | --doc | --do)
1198 ac_prev=docdir ;;
1199 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1200 docdir=$ac_optarg ;;
1201
1202 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1203 ac_prev=dvidir ;;
1204 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1205 dvidir=$ac_optarg ;;
1206
1207 -enable-* | --enable-*)
1208 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1211 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1212 { (exit 1); exit 1; }; }
1213 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1214 eval enable_$ac_feature=\$ac_optarg ;;
1215
1216 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1217 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1218 | --exec | --exe | --ex)
1219 ac_prev=exec_prefix ;;
1220 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1221 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1222 | --exec=* | --exe=* | --ex=*)
1223 exec_prefix=$ac_optarg ;;
1224
1225 -gas | --gas | --ga | --g)
1226 # Obsolete; use --with-gas.
1227 with_gas=yes ;;
1228
1229 -help | --help | --hel | --he | -h)
1230 ac_init_help=long ;;
1231 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1232 ac_init_help=recursive ;;
1233 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1234 ac_init_help=short ;;
1235
1236 -host | --host | --hos | --ho)
1237 ac_prev=host_alias ;;
1238 -host=* | --host=* | --hos=* | --ho=*)
1239 host_alias=$ac_optarg ;;
1240
1241 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1242 ac_prev=htmldir ;;
1243 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1244 | --ht=*)
1245 htmldir=$ac_optarg ;;
1246
1247 -includedir | --includedir | --includedi | --included | --include \
1248 | --includ | --inclu | --incl | --inc)
1249 ac_prev=includedir ;;
1250 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1251 | --includ=* | --inclu=* | --incl=* | --inc=*)
1252 includedir=$ac_optarg ;;
1253
1254 -infodir | --infodir | --infodi | --infod | --info | --inf)
1255 ac_prev=infodir ;;
1256 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1257 infodir=$ac_optarg ;;
1258
1259 -libdir | --libdir | --libdi | --libd)
1260 ac_prev=libdir ;;
1261 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1262 libdir=$ac_optarg ;;
1263
1264 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1265 | --libexe | --libex | --libe)
1266 ac_prev=libexecdir ;;
1267 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1268 | --libexe=* | --libex=* | --libe=*)
1269 libexecdir=$ac_optarg ;;
1270
1271 -localedir | --localedir | --localedi | --localed | --locale)
1272 ac_prev=localedir ;;
1273 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1274 localedir=$ac_optarg ;;
1275
1276 -localstatedir | --localstatedir | --localstatedi | --localstated \
1277 | --localstate | --localstat | --localsta | --localst | --locals)
1278 ac_prev=localstatedir ;;
1279 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1280 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1281 localstatedir=$ac_optarg ;;
1282
1283 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1284 ac_prev=mandir ;;
1285 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1286 mandir=$ac_optarg ;;
1287
1288 -nfp | --nfp | --nf)
1289 # Obsolete; use --without-fp.
1290 with_fp=no ;;
1291
1292 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1293 | --no-cr | --no-c | -n)
1294 no_create=yes ;;
1295
1296 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1297 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1298 no_recursion=yes ;;
1299
1300 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1301 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1302 | --oldin | --oldi | --old | --ol | --o)
1303 ac_prev=oldincludedir ;;
1304 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1305 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1306 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1307 oldincludedir=$ac_optarg ;;
1308
1309 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1310 ac_prev=prefix ;;
1311 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1312 prefix=$ac_optarg ;;
1313
1314 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1315 | --program-pre | --program-pr | --program-p)
1316 ac_prev=program_prefix ;;
1317 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1318 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1319 program_prefix=$ac_optarg ;;
1320
1321 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1322 | --program-suf | --program-su | --program-s)
1323 ac_prev=program_suffix ;;
1324 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1325 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1326 program_suffix=$ac_optarg ;;
1327
1328 -program-transform-name | --program-transform-name \
1329 | --program-transform-nam | --program-transform-na \
1330 | --program-transform-n | --program-transform- \
1331 | --program-transform | --program-transfor \
1332 | --program-transfo | --program-transf \
1333 | --program-trans | --program-tran \
1334 | --progr-tra | --program-tr | --program-t)
1335 ac_prev=program_transform_name ;;
1336 -program-transform-name=* | --program-transform-name=* \
1337 | --program-transform-nam=* | --program-transform-na=* \
1338 | --program-transform-n=* | --program-transform-=* \
1339 | --program-transform=* | --program-transfor=* \
1340 | --program-transfo=* | --program-transf=* \
1341 | --program-trans=* | --program-tran=* \
1342 | --progr-tra=* | --program-tr=* | --program-t=*)
1343 program_transform_name=$ac_optarg ;;
1344
1345 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1346 ac_prev=pdfdir ;;
1347 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1348 pdfdir=$ac_optarg ;;
1349
1350 -psdir | --psdir | --psdi | --psd | --ps)
1351 ac_prev=psdir ;;
1352 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1353 psdir=$ac_optarg ;;
1354
1355 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1356 | -silent | --silent | --silen | --sile | --sil)
1357 silent=yes ;;
1358
1359 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1360 ac_prev=sbindir ;;
1361 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1362 | --sbi=* | --sb=*)
1363 sbindir=$ac_optarg ;;
1364
1365 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1366 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1367 | --sharedst | --shareds | --shared | --share | --shar \
1368 | --sha | --sh)
1369 ac_prev=sharedstatedir ;;
1370 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1371 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1372 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1373 | --sha=* | --sh=*)
1374 sharedstatedir=$ac_optarg ;;
1375
1376 -site | --site | --sit)
1377 ac_prev=site ;;
1378 -site=* | --site=* | --sit=*)
1379 site=$ac_optarg ;;
1380
1381 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1382 ac_prev=srcdir ;;
1383 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1384 srcdir=$ac_optarg ;;
1385
1386 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1387 | --syscon | --sysco | --sysc | --sys | --sy)
1388 ac_prev=sysconfdir ;;
1389 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1390 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1391 sysconfdir=$ac_optarg ;;
1392
1393 -target | --target | --targe | --targ | --tar | --ta | --t)
1394 ac_prev=target_alias ;;
1395 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1396 target_alias=$ac_optarg ;;
1397
1398 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1399 verbose=yes ;;
1400
1401 -version | --version | --versio | --versi | --vers | -V)
1402 ac_init_version=: ;;
1403
1404 -with-* | --with-*)
1405 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1406 # Reject names that are not valid shell variable names.
1407 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1408 { echo "$as_me: error: invalid package name: $ac_package" >&2
1409 { (exit 1); exit 1; }; }
1410 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1411 eval with_$ac_package=\$ac_optarg ;;
1412
1413 -without-* | --without-*)
1414 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1415 # Reject names that are not valid shell variable names.
1416 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1417 { echo "$as_me: error: invalid package name: $ac_package" >&2
1418 { (exit 1); exit 1; }; }
1419 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1420 eval with_$ac_package=no ;;
1421
1422 --x)
1423 # Obsolete; use --with-x.
1424 with_x=yes ;;
1425
1426 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1427 | --x-incl | --x-inc | --x-in | --x-i)
1428 ac_prev=x_includes ;;
1429 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1430 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1431 x_includes=$ac_optarg ;;
1432
1433 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1434 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1435 ac_prev=x_libraries ;;
1436 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1437 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1438 x_libraries=$ac_optarg ;;
1439
1440 -*) { echo "$as_me: error: unrecognized option: $ac_option
1441 Try \`$0 --help' for more information." >&2
1442 { (exit 1); exit 1; }; }
1443 ;;
1444
1445 *=*)
1446 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1447 # Reject names that are not valid shell variable names.
1448 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1449 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1450 { (exit 1); exit 1; }; }
1451 eval $ac_envvar=\$ac_optarg
1452 export $ac_envvar ;;
1453
1454 *)
1455 # FIXME: should be removed in autoconf 3.0.
1456 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1457 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1458 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1459 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1460 ;;
1461
1462 esac
1463 done
1464
1465 if test -n "$ac_prev"; then
1466 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1467 { echo "$as_me: error: missing argument to $ac_option" >&2
1468 { (exit 1); exit 1; }; }
1469 fi
1470
1471 # Be sure to have absolute directory names.
1472 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1473 datadir sysconfdir sharedstatedir localstatedir includedir \
1474 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1475 libdir localedir mandir
1476 do
1477 eval ac_val=\$$ac_var
1478 case $ac_val in
1479 [\\/$]* | ?:[\\/]* ) continue;;
1480 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1481 esac
1482 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1483 { (exit 1); exit 1; }; }
1484 done
1485
1486 # There might be people who depend on the old broken behavior: `$host'
1487 # used to hold the argument of --host etc.
1488 # FIXME: To remove some day.
1489 build=$build_alias
1490 host=$host_alias
1491 target=$target_alias
1492
1493 # FIXME: To remove some day.
1494 if test "x$host_alias" != x; then
1495 if test "x$build_alias" = x; then
1496 cross_compiling=maybe
1497 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1498 If a cross compiler is detected then cross compile mode will be used." >&2
1499 elif test "x$build_alias" != "x$host_alias"; then
1500 cross_compiling=yes
1501 fi
1502 fi
1503
1504 ac_tool_prefix=
1505 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1506
1507 test "$silent" = yes && exec 6>/dev/null
1508
1509
1510 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1511 ac_ls_di=`ls -di .` &&
1512 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1513 { echo "$as_me: error: Working directory cannot be determined" >&2
1514 { (exit 1); exit 1; }; }
1515 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1516 { echo "$as_me: error: pwd does not report name of working directory" >&2
1517 { (exit 1); exit 1; }; }
1518
1519
1520 # Find the source files, if location was not specified.
1521 if test -z "$srcdir"; then
1522 ac_srcdir_defaulted=yes
1523 # Try the directory containing this script, then the parent directory.
1524 ac_confdir=`$as_dirname -- "$0" ||
1525 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1526 X"$0" : 'X\(//\)[^/]' \| \
1527 X"$0" : 'X\(//\)$' \| \
1528 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1529 echo X"$0" |
1530 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1531 s//\1/
1532 q
1533 }
1534 /^X\(\/\/\)[^/].*/{
1535 s//\1/
1536 q
1537 }
1538 /^X\(\/\/\)$/{
1539 s//\1/
1540 q
1541 }
1542 /^X\(\/\).*/{
1543 s//\1/
1544 q
1545 }
1546 s/.*/./; q'`
1547 srcdir=$ac_confdir
1548 if test ! -r "$srcdir/$ac_unique_file"; then
1549 srcdir=..
1550 fi
1551 else
1552 ac_srcdir_defaulted=no
1553 fi
1554 if test ! -r "$srcdir/$ac_unique_file"; then
1555 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1556 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1557 { (exit 1); exit 1; }; }
1558 fi
1559 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1560 ac_abs_confdir=`(
1561 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1562 { (exit 1); exit 1; }; }
1563 pwd)`
1564 # When building in place, set srcdir=.
1565 if test "$ac_abs_confdir" = "$ac_pwd"; then
1566 srcdir=.
1567 fi
1568 # Remove unnecessary trailing slashes from srcdir.
1569 # Double slashes in file names in object file debugging info
1570 # mess up M-x gdb in Emacs.
1571 case $srcdir in
1572 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1573 esac
1574 for ac_var in $ac_precious_vars; do
1575 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1576 eval ac_env_${ac_var}_value=\$${ac_var}
1577 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1578 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1579 done
1580
1581 #
1582 # Report the --help message.
1583 #
1584 if test "$ac_init_help" = "long"; then
1585 # Omit some internal or obsolete options to make the list less imposing.
1586 # This message is too long to be a string in the A/UX 3.1 sh.
1587 cat <<_ACEOF
1588 \`configure' configures wxWidgets 2.9.1 to adapt to many kinds of systems.
1589
1590 Usage: $0 [OPTION]... [VAR=VALUE]...
1591
1592 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1593 VAR=VALUE. See below for descriptions of some of the useful variables.
1594
1595 Defaults for the options are specified in brackets.
1596
1597 Configuration:
1598 -h, --help display this help and exit
1599 --help=short display options specific to this package
1600 --help=recursive display the short help of all the included packages
1601 -V, --version display version information and exit
1602 -q, --quiet, --silent do not print \`checking...' messages
1603 --cache-file=FILE cache test results in FILE [disabled]
1604 -C, --config-cache alias for \`--cache-file=config.cache'
1605 -n, --no-create do not create output files
1606 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1607
1608 Installation directories:
1609 --prefix=PREFIX install architecture-independent files in PREFIX
1610 [$ac_default_prefix]
1611 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1612 [PREFIX]
1613
1614 By default, \`make install' will install all the files in
1615 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1616 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1617 for instance \`--prefix=\$HOME'.
1618
1619 For better control, use the options below.
1620
1621 Fine tuning of the installation directories:
1622 --bindir=DIR user executables [EPREFIX/bin]
1623 --sbindir=DIR system admin executables [EPREFIX/sbin]
1624 --libexecdir=DIR program executables [EPREFIX/libexec]
1625 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1626 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1627 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1628 --libdir=DIR object code libraries [EPREFIX/lib]
1629 --includedir=DIR C header files [PREFIX/include]
1630 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1631 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1632 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1633 --infodir=DIR info documentation [DATAROOTDIR/info]
1634 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1635 --mandir=DIR man documentation [DATAROOTDIR/man]
1636 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
1637 --htmldir=DIR html documentation [DOCDIR]
1638 --dvidir=DIR dvi documentation [DOCDIR]
1639 --pdfdir=DIR pdf documentation [DOCDIR]
1640 --psdir=DIR ps documentation [DOCDIR]
1641 _ACEOF
1642
1643 cat <<\_ACEOF
1644
1645 X features:
1646 --x-includes=DIR X include files are in DIR
1647 --x-libraries=DIR X library files are in DIR
1648
1649 System types:
1650 --build=BUILD configure for building on BUILD [guessed]
1651 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1652 _ACEOF
1653 fi
1654
1655 if test -n "$ac_init_help"; then
1656 case $ac_init_help in
1657 short | recursive ) echo "Configuration of wxWidgets 2.9.1:";;
1658 esac
1659 cat <<\_ACEOF
1660
1661 Optional Features:
1662 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1663 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1664 --disable-gui don't build GUI parts of the library
1665 --enable-monolithic build wxWidgets as single library
1666 --enable-plugins build parts of wxWidgets as loadable components
1667 --enable-official_build official build of wxWidgets (win32 DLL only)
1668 --enable-vendor=VENDOR vendor name (win32 DLL only)
1669 --disable-all-features disable all optional features to build minimal library
1670 --enable-universal use wxWidgets GUI controls instead of native ones
1671 --enable-nanox use NanoX
1672 --disable-gtk2 use GTK+ 1.2 instead of 2.0
1673 --enable-gpe use GNOME PDA Environment features if possible
1674 --enable-debug build library for debugging
1675 --disable-debug_flag disable all debugging support
1676 --enable-debug_info generate debug information
1677 --enable-debug_gdb create code with extra GDB debugging information
1678 --enable-debug_cntxt obsolete, don't use: use wxDebugContext
1679 --enable-mem_tracing obsolete, don't use: create code with memory tracing
1680 --disable-shared create static library instead of shared
1681 --enable-stl use STL for containers
1682 --enable-std_iostreams use standard C++ stream classes
1683 --enable-std_string use standard C++ string classes
1684 --disable-unicode compile without Unicode support
1685 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
1686 --enable-utf8 use UTF-8 representation for strings (Unix only)
1687 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
1688 --enable-extended_rtti use extended RTTI (XTI)
1689 --enable-omf use OMF object format
1690 --disable-optimise compile without optimisations
1691 --enable-profile create code with profiling information
1692 --enable-no_rtti create code without RTTI information
1693 --enable-no_exceptions create code without C++ exceptions handling
1694 --enable-permissive compile code disregarding strict ANSI
1695 --enable-no_deps create code without dependency information
1696 --disable-vararg_macros don't use vararg macros, even if they are supported
1697 --enable-universal_binary create Mac PowerPC and Intel Universal binary
1698 --enable-compat26 enable wxWidgets 2.6 compatibility
1699 --disable-compat28 disable wxWidgets 2.8 compatibility
1700 --disable-rpath disable use of rpath for uninstalled builds
1701 --enable-objc_uniquifying enable Objective-C class name uniquifying
1702 --disable-visibility disable use of ELF symbols visibility even if supported
1703 --disable-tls disable use of compiler TLS support
1704 --enable-intl use internationalization system
1705 --enable-xlocale use x-locale support (requires wxLocale)
1706 --enable-config use wxConfig (and derived) classes
1707 --enable-protocols use wxProtocol and derived classes
1708 --enable-ftp use wxFTP (requires wxProtocol
1709 --enable-http use wxHTTP (requires wxProtocol
1710 --enable-fileproto use wxFileProto class (requires wxProtocol
1711 --enable-sockets use socket/network classes
1712 --enable-ipv6 enable IPv6 support in wxSocket
1713 --enable-ole use OLE classes (Win32 only)
1714 --enable-dataobj use data object classes
1715 --enable-ipc use interprocess communication (wxSocket etc.)
1716 --enable-baseevtloop use event loop in console programs too
1717 --enable-epollloop use wxEpollDispatcher class (Linux only)
1718 --enable-selectloop use wxSelectDispatcher class
1719 --enable-any use wxAny class
1720 --enable-apple_ieee use the Apple IEEE codec
1721 --enable-arcstream use wxArchive streams
1722 --enable-base64 use base64 encoding/decoding functions
1723 --enable-backtrace use wxStackWalker class for getting backtraces
1724 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
1725 --enable-cmdline use wxCmdLineParser class
1726 --enable-datetime use wxDateTime class
1727 --enable-debugreport use wxDebugReport class
1728 --enable-dialupman use dialup network classes
1729 --enable-dynlib use wxLibrary class for DLL loading
1730 --enable-dynamicloader use (new) wxDynamicLibrary class
1731 --enable-exceptions build exception-safe library
1732 --enable-ffile use wxFFile class
1733 --enable-file use wxFile class
1734 --enable-filesystem use virtual file systems classes
1735 --enable-fontenum use wxFontEnumerator class
1736 --enable-fontmap use font encodings conversion classes
1737 --enable-fs_archive use virtual archive filesystems
1738 --enable-fs_inet use virtual HTTP/FTP filesystems
1739 --enable-fs_zip now replaced by fs_archive
1740 --enable-geometry use geometry class
1741 --enable-log use logging system
1742 --enable-longlong use wxLongLong class
1743 --enable-mimetype use wxMimeTypesManager
1744 --enable-printfposparam use wxVsnprintf() which supports positional parameters
1745 --enable-snglinst use wxSingleInstanceChecker class
1746 --enable-sound use wxSound class
1747 --enable-stdpaths use wxStandardPaths class
1748 --enable-stopwatch use wxStopWatch class
1749 --enable-streams use wxStream etc classes
1750 --enable-sysoptions use wxSystemOptions
1751 --enable-tarstream use wxTar streams
1752 --enable-textbuf use wxTextBuffer class
1753 --enable-textfile use wxTextFile class
1754 --enable-timer use wxTimer class
1755 --enable-variant use wxVariant class
1756 --enable-zipstream use wxZip streams
1757 --enable-url use wxURL class
1758 --enable-protocol use wxProtocol class
1759 --enable-protocol-http HTTP support in wxProtocol
1760 --enable-protocol-ftp FTP support in wxProtocol
1761 --enable-protocol-file FILE support in wxProtocol
1762 --enable-threads use threads
1763 --enable-iniconf use wxIniConfig (Win32 only)
1764 --enable-regkey use wxRegKey class (Win32 only)
1765 --enable-docview use document view architecture
1766 --enable-help use help subsystem
1767 --enable-mshtmlhelp use MS HTML Help (win32)
1768 --enable-html use wxHTML sub-library
1769 --enable-htmlhelp use wxHTML-based help
1770 --enable-xrc use XRC resources sub-library
1771 --enable-aui use AUI docking library
1772 --enable-propgrid use wxPropertyGrid library
1773 --enable-ribbon use wxRibbon library
1774 --enable-stc use wxStyledTextCtrl library
1775 --enable-constraints use layout-constraints system
1776 --enable-loggui use standard GUI logger
1777 --enable-logwin use wxLogWindow
1778 --enable-logdialog use wxLogDialog
1779 --enable-mdi use multiple document interface architecture
1780 --enable-mdidoc use docview architecture with MDI
1781 --enable-mediactrl use wxMediaCtrl class
1782 --enable-gstreamer8 force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
1783 --enable-webkit use wxWebKitCtrl (Mac)
1784 --enable-richtext use wxRichTextCtrl
1785 --enable-graphics_ctx use graphics context 2D drawing API
1786 --enable-postscript use wxPostscriptDC device context (default for gtk+)
1787 --enable-printarch use printing architecture
1788 --enable-svg use wxSVGFileDC device context
1789 --enable-clipboard use wxClipboard class
1790 --enable-dnd use Drag'n'Drop classes
1791 --enable-metafile use win32 metafiles
1792 --disable-controls disable compilation of all standard controls
1793 --enable-accel use accelerators
1794 --enable-animatectrl use wxAnimationCtrl class
1795 --enable-bmpbutton use wxBitmapButton class
1796 --enable-bmpcombobox use wxBitmapComboBox class
1797 --enable-button use wxButton class
1798 --enable-calendar use wxCalendarCtrl class
1799 --enable-caret use wxCaret class
1800 --enable-checkbox use wxCheckBox class
1801 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
1802 --enable-choice use wxChoice class
1803 --enable-choicebook use wxChoicebook class
1804 --enable-collpane use wxCollapsiblePane class
1805 --enable-colourpicker use wxColourPickerCtrl class
1806 --enable-combobox use wxComboBox class
1807 --enable-comboctrl use wxComboCtrl class
1808 --enable-dataviewctrl use wxDataViewCtrl class
1809 --enable-datepick use wxDatePickerCtrl class
1810 --enable-detect_sm use code to detect X11 session manager
1811 --enable-dirpicker use wxDirPickerCtrl class
1812 --enable-display use wxDisplay class
1813 --enable-editablebox use wxEditableListBox class
1814 --enable-filectrl use wxFileCtrl class
1815 --enable-filepicker use wxFilePickerCtrl class
1816 --enable-fontpicker use wxFontPickerCtrl class
1817 --enable-gauge use wxGauge class
1818 --enable-grid use wxGrid class
1819 --enable-headerctrl use wxHeaderCtrl class
1820 --enable-hyperlink use wxHyperlinkCtrl class
1821 --enable-imaglist use wxImageList class
1822 --enable-infobar use wxInfoBar class
1823 --enable-listbook use wxListbook class
1824 --enable-listbox use wxListBox class
1825 --enable-listctrl use wxListCtrl class
1826 --enable-notebook use wxNotebook class
1827 --enable-notifmsg use wxNotificationMessage class
1828 --enable-odcombobox use wxOwnerDrawnComboBox class
1829 --enable-popupwin use wxPopUpWindow class
1830 --enable-radiobox use wxRadioBox class
1831 --enable-radiobtn use wxRadioButton class
1832 --enable-rearrangectrl use wxRearrangeList/Ctrl/Dialog
1833 --enable-sash use wxSashWindow class
1834 --enable-scrollbar use wxScrollBar class and scrollable windows
1835 --enable-searchctrl use wxSearchCtrl class
1836 --enable-slider use wxSlider class
1837 --enable-spinbtn use wxSpinButton class
1838 --enable-spinctrl use wxSpinCtrl class
1839 --enable-splitter use wxSplitterWindow class
1840 --enable-statbmp use wxStaticBitmap class
1841 --enable-statbox use wxStaticBox class
1842 --enable-statline use wxStaticLine class
1843 --enable-stattext use wxStaticText class
1844 --enable-statusbar use wxStatusBar class
1845 --enable-taskbaricon use wxTaskBarIcon class
1846 --enable-tbarnative use native wxToolBar class
1847 --enable-textctrl use wxTextCtrl class
1848 --enable-tipwindow use wxTipWindow class
1849 --enable-togglebtn use wxToggleButton class
1850 --enable-toolbar use wxToolBar class
1851 --enable-toolbook use wxToolbook class
1852 --enable-treebook use wxTreebook class
1853 --enable-treectrl use wxTreeCtrl class
1854 --enable-commondlg use all common dialogs
1855 --enable-aboutdlg use wxAboutBox
1856 --enable-choicedlg use wxChoiceDialog
1857 --enable-coldlg use wxColourDialog
1858 --enable-filedlg use wxFileDialog
1859 --enable-finddlg use wxFindReplaceDialog
1860 --enable-fontdlg use wxFontDialog
1861 --enable-dirdlg use wxDirDialog
1862 --enable-msgdlg use wxMessageDialog
1863 --enable-numberdlg use wxNumberEntryDialog
1864 --enable-splash use wxSplashScreen
1865 --enable-textdlg use wxTextDialog
1866 --enable-tipdlg use startup tips
1867 --enable-progressdlg use wxProgressDialog
1868 --enable-wizarddlg use wxWizard
1869 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1870 --enable-miniframe use wxMiniFrame class
1871 --enable-tooltips use wxToolTip class
1872 --enable-splines use spline drawing code
1873 --enable-mousewheel use mousewheel
1874 --enable-validators use wxValidator and derived classes
1875 --enable-busyinfo use wxBusyInfo
1876 --enable-joystick use wxJoystick
1877 --enable-metafiles use wxMetaFile (Win32 only)
1878 --enable-dragimage use wxDragImage
1879 --enable-accessibility enable accessibility support
1880 --enable-palette use wxPalette class
1881 --enable-image use wxImage class
1882 --enable-gif use gif images (GIF file format)
1883 --enable-pcx use pcx images (PCX file format)
1884 --enable-tga use tga images (TGA file format)
1885 --enable-iff use iff images (IFF file format)
1886 --enable-pnm use pnm images (PNM file format)
1887 --enable-xpm use xpm images (XPM file format)
1888 --enable-ico_cur use Windows ICO and CUR formats
1889 --enable-dccache cache temporary wxDC objects (Win32 only)
1890 --enable-ps-in-msw use PS printing in wxMSW (Win32 only)
1891 --enable-ownerdrawn use owner drawn controls (Win32 and OS/2 only)
1892 --enable-uxtheme enable support for Windows XP themed look (Win32 only)
1893 --enable-wxdib use wxDIB class (Win32 only)
1894 --enable-autoidman use automatic ids management
1895 --disable-largefile omit support for large files
1896 --disable-gtktest do not try to compile and run a test GTK+ program
1897 --disable-gtktest Do not try to compile and run a test GTK program
1898 --disable-sdltest Do not try to compile and run a test SDL program
1899 --enable-omf use OMF object format (OS/2)
1900 --disable-dependency-tracking
1901 don't use dependency tracking even if the compiler
1902 can
1903 --disable-precomp-headers
1904 don't use precompiled headers even if compiler can
1905
1906 Optional Packages:
1907 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1908 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1909 --without-subdirs don't generate makefiles for samples/demos/...
1910 --with-flavour=NAME specify a name to identify this build
1911 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
1912 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1913 --with-motif use Motif/Lesstif
1914 --with-osx_carbon use Mac OS X (Carbon)
1915 --with-osx_cocoa use Mac OS X (Cocoa)
1916 --with-mac use Mac OS X (Default)
1917 --with-cocoa use Cocoa
1918 --with-wine use Wine
1919 --with-msw use MS-Windows
1920 --with-pm use OS/2 Presentation Manager
1921 --with-mgl use SciTech MGL
1922 --with-directfb use DirectFB
1923 --with-microwin use MicroWindows
1924 --with-x11 use X11
1925 --with-libpng use libpng (PNG image format)
1926 --with-libjpeg use libjpeg (JPEG file format)
1927 --with-libtiff use libtiff (TIFF file format)
1928 --with-libxpm use libxpm (XPM file format)
1929 --with-libiconv use libiconv (character conversion)
1930 --with-libmspack use libmspack (CHM help files loading)
1931 --without-gtkprint don't use GTK printing support
1932 --without-gnomeprint don't use GNOME printing libraries
1933 --with-gnomevfs use GNOME VFS for associating MIME types
1934 --with-hildon use Hildon framework for Nokia 770/800/810
1935 --with-opengl use OpenGL (or Mesa)
1936 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1937 --with-sdl use SDL for audio on Unix
1938 --with-regex enable support for wxRegEx class
1939 --with-zlib use zlib for LZW compression
1940 --with-expat enable XML support using expat parser
1941 --with-macosx-sdk=PATH use an OS X SDK at PATH
1942 --with-macosx-version-min=VER build binaries which require at least this OS X version
1943 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1944 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1945 --with-x use the X Window System
1946 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1947 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1948 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1949 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1950 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1951
1952 Some influential environment variables:
1953 CC C compiler command
1954 CFLAGS C compiler flags
1955 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1956 nonstandard directory <lib dir>
1957 LIBS libraries to pass to the linker, e.g. -l<library>
1958 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1959 you have headers in a nonstandard directory <include dir>
1960 CPP C preprocessor
1961 CXX C++ compiler command
1962 CXXFLAGS C++ compiler flags
1963 PKG_CONFIG path to pkg-config utility
1964 DIRECTFB_CFLAGS
1965 C compiler flags for DIRECTFB, overriding pkg-config
1966 DIRECTFB_LIBS
1967 linker flags for DIRECTFB, overriding pkg-config
1968 XMKMF Path to xmkmf, Makefile generator for X Window System
1969 PANGOX_CFLAGS
1970 C compiler flags for PANGOX, overriding pkg-config
1971 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
1972 PANGOFT2_CFLAGS
1973 C compiler flags for PANGOFT2, overriding pkg-config
1974 PANGOFT2_LIBS
1975 linker flags for PANGOFT2, overriding pkg-config
1976 PANGOXFT_CFLAGS
1977 C compiler flags for PANGOXFT, overriding pkg-config
1978 PANGOXFT_LIBS
1979 linker flags for PANGOXFT, overriding pkg-config
1980 GTKPRINT_CFLAGS
1981 C compiler flags for GTKPRINT, overriding pkg-config
1982 GTKPRINT_LIBS
1983 linker flags for GTKPRINT, overriding pkg-config
1984 LIBGNOMEPRINTUI_CFLAGS
1985 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
1986 LIBGNOMEPRINTUI_LIBS
1987 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
1988 GNOMEVFS_CFLAGS
1989 C compiler flags for GNOMEVFS, overriding pkg-config
1990 GNOMEVFS_LIBS
1991 linker flags for GNOMEVFS, overriding pkg-config
1992 HILDON_CFLAGS
1993 C compiler flags for HILDON, overriding pkg-config
1994 HILDON_LIBS linker flags for HILDON, overriding pkg-config
1995 HILDON2_CFLAGS
1996 C compiler flags for HILDON2, overriding pkg-config
1997 HILDON2_LIBS
1998 linker flags for HILDON2, overriding pkg-config
1999 CAIRO_CFLAGS
2000 C compiler flags for CAIRO, overriding pkg-config
2001 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2002 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2003 GST_LIBS linker flags for GST, overriding pkg-config
2004
2005 Use these variables to override the choices made by `configure' or to help
2006 it to find libraries and programs with nonstandard names/locations.
2007
2008 Report bugs to <wx-dev@lists.wxwidgets.org>.
2009 _ACEOF
2010 ac_status=$?
2011 fi
2012
2013 if test "$ac_init_help" = "recursive"; then
2014 # If there are subdirs, report their specific --help.
2015 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2016 test -d "$ac_dir" || continue
2017 ac_builddir=.
2018
2019 case "$ac_dir" in
2020 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2021 *)
2022 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2023 # A ".." for each directory in $ac_dir_suffix.
2024 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2025 case $ac_top_builddir_sub in
2026 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2027 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2028 esac ;;
2029 esac
2030 ac_abs_top_builddir=$ac_pwd
2031 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2032 # for backward compatibility:
2033 ac_top_builddir=$ac_top_build_prefix
2034
2035 case $srcdir in
2036 .) # We are building in place.
2037 ac_srcdir=.
2038 ac_top_srcdir=$ac_top_builddir_sub
2039 ac_abs_top_srcdir=$ac_pwd ;;
2040 [\\/]* | ?:[\\/]* ) # Absolute name.
2041 ac_srcdir=$srcdir$ac_dir_suffix;
2042 ac_top_srcdir=$srcdir
2043 ac_abs_top_srcdir=$srcdir ;;
2044 *) # Relative name.
2045 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2046 ac_top_srcdir=$ac_top_build_prefix$srcdir
2047 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2048 esac
2049 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2050
2051 cd "$ac_dir" || { ac_status=$?; continue; }
2052 # Check for guested configure.
2053 if test -f "$ac_srcdir/configure.gnu"; then
2054 echo &&
2055 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2056 elif test -f "$ac_srcdir/configure"; then
2057 echo &&
2058 $SHELL "$ac_srcdir/configure" --help=recursive
2059 else
2060 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2061 fi || ac_status=$?
2062 cd "$ac_pwd" || { ac_status=$?; break; }
2063 done
2064 fi
2065
2066 test -n "$ac_init_help" && exit $ac_status
2067 if $ac_init_version; then
2068 cat <<\_ACEOF
2069 wxWidgets configure 2.9.1
2070 generated by GNU Autoconf 2.61
2071
2072 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2073 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2074 This configure script is free software; the Free Software Foundation
2075 gives unlimited permission to copy, distribute and modify it.
2076 _ACEOF
2077 exit
2078 fi
2079 cat >config.log <<_ACEOF
2080 This file contains any messages produced by compilers while
2081 running configure, to aid debugging if configure makes a mistake.
2082
2083 It was created by wxWidgets $as_me 2.9.1, which was
2084 generated by GNU Autoconf 2.61. Invocation command line was
2085
2086 $ $0 $@
2087
2088 _ACEOF
2089 exec 5>>config.log
2090 {
2091 cat <<_ASUNAME
2092 ## --------- ##
2093 ## Platform. ##
2094 ## --------- ##
2095
2096 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2097 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2098 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2099 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2100 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2101
2102 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2103 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2104
2105 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2106 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2107 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2108 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2109 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2110 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2111 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2112
2113 _ASUNAME
2114
2115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2116 for as_dir in $PATH
2117 do
2118 IFS=$as_save_IFS
2119 test -z "$as_dir" && as_dir=.
2120 echo "PATH: $as_dir"
2121 done
2122 IFS=$as_save_IFS
2123
2124 } >&5
2125
2126 cat >&5 <<_ACEOF
2127
2128
2129 ## ----------- ##
2130 ## Core tests. ##
2131 ## ----------- ##
2132
2133 _ACEOF
2134
2135
2136 # Keep a trace of the command line.
2137 # Strip out --no-create and --no-recursion so they do not pile up.
2138 # Strip out --silent because we don't want to record it for future runs.
2139 # Also quote any args containing shell meta-characters.
2140 # Make two passes to allow for proper duplicate-argument suppression.
2141 ac_configure_args=
2142 ac_configure_args0=
2143 ac_configure_args1=
2144 ac_must_keep_next=false
2145 for ac_pass in 1 2
2146 do
2147 for ac_arg
2148 do
2149 case $ac_arg in
2150 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2151 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2152 | -silent | --silent | --silen | --sile | --sil)
2153 continue ;;
2154 *\'*)
2155 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2156 esac
2157 case $ac_pass in
2158 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2159 2)
2160 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2161 if test $ac_must_keep_next = true; then
2162 ac_must_keep_next=false # Got value, back to normal.
2163 else
2164 case $ac_arg in
2165 *=* | --config-cache | -C | -disable-* | --disable-* \
2166 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2167 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2168 | -with-* | --with-* | -without-* | --without-* | --x)
2169 case "$ac_configure_args0 " in
2170 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2171 esac
2172 ;;
2173 -* ) ac_must_keep_next=true ;;
2174 esac
2175 fi
2176 ac_configure_args="$ac_configure_args '$ac_arg'"
2177 ;;
2178 esac
2179 done
2180 done
2181 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2182 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2183
2184 # When interrupted or exit'd, cleanup temporary files, and complete
2185 # config.log. We remove comments because anyway the quotes in there
2186 # would cause problems or look ugly.
2187 # WARNING: Use '\'' to represent an apostrophe within the trap.
2188 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2189 trap 'exit_status=$?
2190 # Save into config.log some information that might help in debugging.
2191 {
2192 echo
2193
2194 cat <<\_ASBOX
2195 ## ---------------- ##
2196 ## Cache variables. ##
2197 ## ---------------- ##
2198 _ASBOX
2199 echo
2200 # The following way of writing the cache mishandles newlines in values,
2201 (
2202 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2203 eval ac_val=\$$ac_var
2204 case $ac_val in #(
2205 *${as_nl}*)
2206 case $ac_var in #(
2207 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2208 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2209 esac
2210 case $ac_var in #(
2211 _ | IFS | as_nl) ;; #(
2212 *) $as_unset $ac_var ;;
2213 esac ;;
2214 esac
2215 done
2216 (set) 2>&1 |
2217 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2218 *${as_nl}ac_space=\ *)
2219 sed -n \
2220 "s/'\''/'\''\\\\'\'''\''/g;
2221 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2222 ;; #(
2223 *)
2224 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2225 ;;
2226 esac |
2227 sort
2228 )
2229 echo
2230
2231 cat <<\_ASBOX
2232 ## ----------------- ##
2233 ## Output variables. ##
2234 ## ----------------- ##
2235 _ASBOX
2236 echo
2237 for ac_var in $ac_subst_vars
2238 do
2239 eval ac_val=\$$ac_var
2240 case $ac_val in
2241 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2242 esac
2243 echo "$ac_var='\''$ac_val'\''"
2244 done | sort
2245 echo
2246
2247 if test -n "$ac_subst_files"; then
2248 cat <<\_ASBOX
2249 ## ------------------- ##
2250 ## File substitutions. ##
2251 ## ------------------- ##
2252 _ASBOX
2253 echo
2254 for ac_var in $ac_subst_files
2255 do
2256 eval ac_val=\$$ac_var
2257 case $ac_val in
2258 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2259 esac
2260 echo "$ac_var='\''$ac_val'\''"
2261 done | sort
2262 echo
2263 fi
2264
2265 if test -s confdefs.h; then
2266 cat <<\_ASBOX
2267 ## ----------- ##
2268 ## confdefs.h. ##
2269 ## ----------- ##
2270 _ASBOX
2271 echo
2272 cat confdefs.h
2273 echo
2274 fi
2275 test "$ac_signal" != 0 &&
2276 echo "$as_me: caught signal $ac_signal"
2277 echo "$as_me: exit $exit_status"
2278 } >&5
2279 rm -f core *.core core.conftest.* &&
2280 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2281 exit $exit_status
2282 ' 0
2283 for ac_signal in 1 2 13 15; do
2284 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2285 done
2286 ac_signal=0
2287
2288 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2289 rm -f -r conftest* confdefs.h
2290
2291 # Predefined preprocessor variables.
2292
2293 cat >>confdefs.h <<_ACEOF
2294 #define PACKAGE_NAME "$PACKAGE_NAME"
2295 _ACEOF
2296
2297
2298 cat >>confdefs.h <<_ACEOF
2299 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2300 _ACEOF
2301
2302
2303 cat >>confdefs.h <<_ACEOF
2304 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2305 _ACEOF
2306
2307
2308 cat >>confdefs.h <<_ACEOF
2309 #define PACKAGE_STRING "$PACKAGE_STRING"
2310 _ACEOF
2311
2312
2313 cat >>confdefs.h <<_ACEOF
2314 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2315 _ACEOF
2316
2317
2318 # Let the site file select an alternate cache file if it wants to.
2319 # Prefer explicitly selected file to automatically selected ones.
2320 if test -n "$CONFIG_SITE"; then
2321 set x "$CONFIG_SITE"
2322 elif test "x$prefix" != xNONE; then
2323 set x "$prefix/share/config.site" "$prefix/etc/config.site"
2324 else
2325 set x "$ac_default_prefix/share/config.site" \
2326 "$ac_default_prefix/etc/config.site"
2327 fi
2328 shift
2329 for ac_site_file
2330 do
2331 if test -r "$ac_site_file"; then
2332 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2333 echo "$as_me: loading site script $ac_site_file" >&6;}
2334 sed 's/^/| /' "$ac_site_file" >&5
2335 . "$ac_site_file"
2336 fi
2337 done
2338
2339 if test -r "$cache_file"; then
2340 # Some versions of bash will fail to source /dev/null (special
2341 # files actually), so we avoid doing that.
2342 if test -f "$cache_file"; then
2343 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2344 echo "$as_me: loading cache $cache_file" >&6;}
2345 case $cache_file in
2346 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2347 *) . "./$cache_file";;
2348 esac
2349 fi
2350 else
2351 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2352 echo "$as_me: creating cache $cache_file" >&6;}
2353 >$cache_file
2354 fi
2355
2356 # Check that the precious variables saved in the cache have kept the same
2357 # value.
2358 ac_cache_corrupted=false
2359 for ac_var in $ac_precious_vars; do
2360 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2361 eval ac_new_set=\$ac_env_${ac_var}_set
2362 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2363 eval ac_new_val=\$ac_env_${ac_var}_value
2364 case $ac_old_set,$ac_new_set in
2365 set,)
2366 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2367 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2368 ac_cache_corrupted=: ;;
2369 ,set)
2370 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2371 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2372 ac_cache_corrupted=: ;;
2373 ,);;
2374 *)
2375 if test "x$ac_old_val" != "x$ac_new_val"; then
2376 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2377 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2378 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
2379 echo "$as_me: former value: $ac_old_val" >&2;}
2380 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
2381 echo "$as_me: current value: $ac_new_val" >&2;}
2382 ac_cache_corrupted=:
2383 fi;;
2384 esac
2385 # Pass precious variables to config.status.
2386 if test "$ac_new_set" = set; then
2387 case $ac_new_val in
2388 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2389 *) ac_arg=$ac_var=$ac_new_val ;;
2390 esac
2391 case " $ac_configure_args " in
2392 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2393 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2394 esac
2395 fi
2396 done
2397 if $ac_cache_corrupted; then
2398 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2399 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2400 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2401 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2402 { (exit 1); exit 1; }; }
2403 fi
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429 ac_ext=c
2430 ac_cpp='$CPP $CPPFLAGS'
2431 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2432 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2433 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2434
2435
2436
2437
2438
2439 ac_aux_dir=
2440 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2441 if test -f "$ac_dir/install-sh"; then
2442 ac_aux_dir=$ac_dir
2443 ac_install_sh="$ac_aux_dir/install-sh -c"
2444 break
2445 elif test -f "$ac_dir/install.sh"; then
2446 ac_aux_dir=$ac_dir
2447 ac_install_sh="$ac_aux_dir/install.sh -c"
2448 break
2449 elif test -f "$ac_dir/shtool"; then
2450 ac_aux_dir=$ac_dir
2451 ac_install_sh="$ac_aux_dir/shtool install -c"
2452 break
2453 fi
2454 done
2455 if test -z "$ac_aux_dir"; then
2456 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2457 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2458 { (exit 1); exit 1; }; }
2459 fi
2460
2461 # These three variables are undocumented and unsupported,
2462 # and are intended to be withdrawn in a future Autoconf release.
2463 # They can cause serious problems if a builder's source tree is in a directory
2464 # whose full name contains unusual characters.
2465 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2466 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2467 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2468
2469
2470 # Make sure we can run config.sub.
2471 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2472 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2473 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2474 { (exit 1); exit 1; }; }
2475
2476 { echo "$as_me:$LINENO: checking build system type" >&5
2477 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2478 if test "${ac_cv_build+set}" = set; then
2479 echo $ECHO_N "(cached) $ECHO_C" >&6
2480 else
2481 ac_build_alias=$build_alias
2482 test "x$ac_build_alias" = x &&
2483 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2484 test "x$ac_build_alias" = x &&
2485 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2486 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2487 { (exit 1); exit 1; }; }
2488 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2489 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2490 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2491 { (exit 1); exit 1; }; }
2492
2493 fi
2494 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2495 echo "${ECHO_T}$ac_cv_build" >&6; }
2496 case $ac_cv_build in
2497 *-*-*) ;;
2498 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2499 echo "$as_me: error: invalid value of canonical build" >&2;}
2500 { (exit 1); exit 1; }; };;
2501 esac
2502 build=$ac_cv_build
2503 ac_save_IFS=$IFS; IFS='-'
2504 set x $ac_cv_build
2505 shift
2506 build_cpu=$1
2507 build_vendor=$2
2508 shift; shift
2509 # Remember, the first character of IFS is used to create $*,
2510 # except with old shells:
2511 build_os=$*
2512 IFS=$ac_save_IFS
2513 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2514
2515
2516 { echo "$as_me:$LINENO: checking host system type" >&5
2517 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2518 if test "${ac_cv_host+set}" = set; then
2519 echo $ECHO_N "(cached) $ECHO_C" >&6
2520 else
2521 if test "x$host_alias" = x; then
2522 ac_cv_host=$ac_cv_build
2523 else
2524 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2525 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2526 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2527 { (exit 1); exit 1; }; }
2528 fi
2529
2530 fi
2531 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2532 echo "${ECHO_T}$ac_cv_host" >&6; }
2533 case $ac_cv_host in
2534 *-*-*) ;;
2535 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2536 echo "$as_me: error: invalid value of canonical host" >&2;}
2537 { (exit 1); exit 1; }; };;
2538 esac
2539 host=$ac_cv_host
2540 ac_save_IFS=$IFS; IFS='-'
2541 set x $ac_cv_host
2542 shift
2543 host_cpu=$1
2544 host_vendor=$2
2545 shift; shift
2546 # Remember, the first character of IFS is used to create $*,
2547 # except with old shells:
2548 host_os=$*
2549 IFS=$ac_save_IFS
2550 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2551
2552
2553
2554 if test "$cross_compiling" != "no"; then
2555 HOST_PREFIX="${host_alias}-"
2556 HOST_SUFFIX="-$host_alias"
2557 else
2558 HOST_PREFIX=
2559 HOST_SUFFIX=
2560 fi
2561
2562
2563 wx_major_version_number=2
2564 wx_minor_version_number=9
2565 wx_release_number=1
2566 wx_subrelease_number=0
2567
2568 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
2569 WX_VERSION=$WX_RELEASE.$wx_release_number
2570 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
2571
2572 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
2573
2574
2575 wx_top_builddir="`pwd`"
2576
2577
2578
2579
2580 USE_UNIX=1
2581 USE_OS2=0
2582 USE_WIN32=0
2583 USE_DOS=0
2584 USE_BEOS=0
2585 USE_MAC=0
2586
2587 USE_AIX=
2588 USE_BSD= USE_DARWIN= USE_FREEBSD=
2589 USE_GNU= USE_HPUX=
2590 USE_LINUX=
2591 USE_NETBSD=
2592 USE_OPENBSD=
2593 USE_OSF= USE_SGI=
2594 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
2595 USE_ULTRIX=
2596 USE_UNIXWARE=
2597
2598 USE_ALPHA=
2599
2600 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
2601
2602 ALL_TOOLKITS="COCOA GTK OSX_CARBON OSX_COCOA MGL MICROWIN MOTIF MSW PM X11 DFB"
2603
2604 DEFAULT_wxUSE_COCOA=0
2605 DEFAULT_wxUSE_GTK=0
2606 DEFAULT_wxUSE_OSX_CARBON=0
2607 DEFAULT_wxUSE_OSX_COCOA=0
2608 DEFAULT_wxUSE_MGL=0
2609 DEFAULT_wxUSE_MICROWIN=0
2610 DEFAULT_wxUSE_MOTIF=0
2611 DEFAULT_wxUSE_MSW=0
2612 DEFAULT_wxUSE_PM=0
2613 DEFAULT_wxUSE_X11=0
2614 DEFAULT_wxUSE_DFB=0
2615
2616 DEFAULT_DEFAULT_wxUSE_COCOA=0
2617 DEFAULT_DEFAULT_wxUSE_GTK=0
2618 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=0
2619 DEFAULT_DEFAULT_wxUSE_OSX_COCOA=0
2620 DEFAULT_DEFAULT_wxUSE_MGL=0
2621 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
2622 DEFAULT_DEFAULT_wxUSE_MOTIF=0
2623 DEFAULT_DEFAULT_wxUSE_MSW=0
2624 DEFAULT_DEFAULT_wxUSE_PM=0
2625 DEFAULT_DEFAULT_wxUSE_X11=0
2626 DEFAULT_DEFAULT_wxUSE_DFB=0
2627
2628 PROGRAM_EXT=
2629 SAMPLES_RPATH_FLAG=
2630 DYLIB_RPATH_INSTALL=
2631 DYLIB_RPATH_POSTLINK=
2632
2633 DEFAULT_STD_FLAG=yes
2634
2635 case "${host}" in
2636 *-hp-hpux* )
2637 USE_HPUX=1
2638 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2639 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2640 cat >>confdefs.h <<\_ACEOF
2641 #define __HPUX__ 1
2642 _ACEOF
2643
2644
2645 CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
2646 ;;
2647 *-*-linux* )
2648 USE_LINUX=1
2649 cat >>confdefs.h <<\_ACEOF
2650 #define __LINUX__ 1
2651 _ACEOF
2652
2653 TMP=`uname -m`
2654 if test "x$TMP" = "xalpha"; then
2655 USE_ALPHA=1
2656 cat >>confdefs.h <<\_ACEOF
2657 #define __ALPHA__ 1
2658 _ACEOF
2659
2660 fi
2661 DEFAULT_DEFAULT_wxUSE_GTK=1
2662 ;;
2663 *-*-gnu* | *-*-k*bsd*-gnu )
2664 USE_GNU=1
2665 TMP=`uname -m`
2666 if test "x$TMP" = "xalpha"; then
2667 USE_ALPHA=1
2668 cat >>confdefs.h <<\_ACEOF
2669 #define __ALPHA__ 1
2670 _ACEOF
2671
2672 fi
2673 DEFAULT_DEFAULT_wxUSE_GTK=1
2674 ;;
2675 *-*-irix5* | *-*-irix6* )
2676 USE_SGI=1
2677 USE_SVR4=1
2678 cat >>confdefs.h <<\_ACEOF
2679 #define __SGI__ 1
2680 _ACEOF
2681
2682 cat >>confdefs.h <<\_ACEOF
2683 #define __SVR4__ 1
2684 _ACEOF
2685
2686 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2687 ;;
2688 *-*-solaris2* )
2689 USE_SUN=1
2690 USE_SOLARIS=1
2691 USE_SVR4=1
2692 cat >>confdefs.h <<\_ACEOF
2693 #define __SUN__ 1
2694 _ACEOF
2695
2696 cat >>confdefs.h <<\_ACEOF
2697 #define __SOLARIS__ 1
2698 _ACEOF
2699
2700 cat >>confdefs.h <<\_ACEOF
2701 #define __SVR4__ 1
2702 _ACEOF
2703
2704 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2705 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2706 ;;
2707 *-*-sunos4* )
2708 USE_SUN=1
2709 USE_SUNOS=1
2710 USE_BSD=1
2711 cat >>confdefs.h <<\_ACEOF
2712 #define __SUN__ 1
2713 _ACEOF
2714
2715 cat >>confdefs.h <<\_ACEOF
2716 #define __SUNOS__ 1
2717 _ACEOF
2718
2719 cat >>confdefs.h <<\_ACEOF
2720 #define __BSD__ 1
2721 _ACEOF
2722
2723 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2724 ;;
2725 *-*-freebsd*)
2726 USE_BSD=1
2727 USE_FREEBSD=1
2728 cat >>confdefs.h <<\_ACEOF
2729 #define __FREEBSD__ 1
2730 _ACEOF
2731
2732 cat >>confdefs.h <<\_ACEOF
2733 #define __BSD__ 1
2734 _ACEOF
2735
2736 DEFAULT_DEFAULT_wxUSE_GTK=1
2737 ;;
2738 *-*-openbsd*|*-*-mirbsd*)
2739 USE_BSD=1
2740 USE_OPENBSD=1
2741 cat >>confdefs.h <<\_ACEOF
2742 #define __OPENBSD__ 1
2743 _ACEOF
2744
2745 cat >>confdefs.h <<\_ACEOF
2746 #define __BSD__ 1
2747 _ACEOF
2748
2749 DEFAULT_DEFAULT_wxUSE_GTK=1
2750 ;;
2751 *-*-netbsd*)
2752 USE_BSD=1
2753 USE_NETBSD=1
2754 cat >>confdefs.h <<\_ACEOF
2755 #define __NETBSD__ 1
2756 _ACEOF
2757
2758 cat >>confdefs.h <<\_ACEOF
2759 #define __BSD__ 1
2760 _ACEOF
2761
2762 DEFAULT_DEFAULT_wxUSE_GTK=1
2763 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2764
2765 CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2766 ;;
2767 *-*-osf* )
2768 USE_ALPHA=1
2769 USE_OSF=1
2770 cat >>confdefs.h <<\_ACEOF
2771 #define __ALPHA__ 1
2772 _ACEOF
2773
2774 cat >>confdefs.h <<\_ACEOF
2775 #define __OSF__ 1
2776 _ACEOF
2777
2778 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2779 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2780 ;;
2781 *-*-dgux5* )
2782 USE_ALPHA=1
2783 USE_SVR4=1
2784 cat >>confdefs.h <<\_ACEOF
2785 #define __ALPHA__ 1
2786 _ACEOF
2787
2788 cat >>confdefs.h <<\_ACEOF
2789 #define __SVR4__ 1
2790 _ACEOF
2791
2792 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2793 ;;
2794 *-*-sysv5* )
2795 USE_SYSV=1
2796 USE_SVR4=1
2797 cat >>confdefs.h <<\_ACEOF
2798 #define __SYSV__ 1
2799 _ACEOF
2800
2801 cat >>confdefs.h <<\_ACEOF
2802 #define __SVR4__ 1
2803 _ACEOF
2804
2805 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2806 ;;
2807 *-*-aix* )
2808 USE_AIX=1
2809 USE_SYSV=1
2810 USE_SVR4=1
2811 cat >>confdefs.h <<\_ACEOF
2812 #define __AIX__ 1
2813 _ACEOF
2814
2815 cat >>confdefs.h <<\_ACEOF
2816 #define __SYSV__ 1
2817 _ACEOF
2818
2819 cat >>confdefs.h <<\_ACEOF
2820 #define __SVR4__ 1
2821 _ACEOF
2822
2823 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2824 ;;
2825
2826 *-*-*UnixWare*)
2827 USE_SYSV=1
2828 USE_SVR4=1
2829 USE_UNIXWARE=1
2830 cat >>confdefs.h <<\_ACEOF
2831 #define __UNIXWARE__ 1
2832 _ACEOF
2833
2834 ;;
2835
2836 *-*-cygwin* | *-*-mingw32* )
2837 PROGRAM_EXT=".exe"
2838 DEFAULT_DEFAULT_wxUSE_MSW=1
2839 ;;
2840
2841 *-pc-msdosdjgpp )
2842 USE_UNIX=0
2843 USE_DOS=1
2844 cat >>confdefs.h <<\_ACEOF
2845 #define __DOS__ 1
2846 _ACEOF
2847
2848 PROGRAM_EXT=".exe"
2849 DEFAULT_DEFAULT_wxUSE_MGL=1
2850 ;;
2851
2852 *-pc-os2_emx | *-pc-os2-emx )
2853 cat >>confdefs.h <<\_ACEOF
2854 #define __EMX__ 1
2855 _ACEOF
2856
2857 USE_OS2=1
2858 cat >>confdefs.h <<\_ACEOF
2859 #define __OS2__ 1
2860 _ACEOF
2861
2862 PROGRAM_EXT=".exe"
2863 DEFAULT_DEFAULT_wxUSE_PM=1
2864 CXX=gcc
2865 LDFLAGS="$LDFLAGS -Zcrtdll"
2866 ac_executable_extensions=".exe"
2867 export ac_executable_extensions
2868 ac_save_IFS="$IFS"
2869 IFS='\\'
2870 ac_TEMP_PATH=
2871 for ac_dir in $PATH; do
2872 IFS=$ac_save_IFS
2873 if test -z "$ac_TEMP_PATH"; then
2874 ac_TEMP_PATH="$ac_dir"
2875 else
2876 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
2877 fi
2878 done
2879 export PATH="$ac_TEMP_PATH"
2880 unset ac_TEMP_PATH
2881 DEFAULT_STD_FLAG=no
2882 ;;
2883
2884 *-*-darwin* )
2885 USE_BSD=1
2886 USE_DARWIN=1
2887 cat >>confdefs.h <<\_ACEOF
2888 #define __BSD__ 1
2889 _ACEOF
2890
2891 cat >>confdefs.h <<\_ACEOF
2892 #define __DARWIN__ 1
2893 _ACEOF
2894
2895 cat >>confdefs.h <<\_ACEOF
2896 #define TARGET_CARBON 1
2897 _ACEOF
2898
2899 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
2900 ;;
2901
2902 *-*-beos* )
2903 USE_BEOS=1
2904 cat >>confdefs.h <<\_ACEOF
2905 #define __BEOS__ 1
2906 _ACEOF
2907
2908 ;;
2909
2910 *)
2911 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2912 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2913 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2914 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2915
2916 DEFAULT_DEFAULT_wxUSE_X11=1
2917 DEFAULT_wxUSE_SHARED=no
2918 esac
2919
2920
2921
2922 DEFAULT_wxUSE_ALL_FEATURES=yes
2923
2924 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2925 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2926
2927 DEFAULT_wxUSE_DMALLOC=no
2928 DEFAULT_wxUSE_LIBGNOMEVFS=no
2929 DEFAULT_wxUSE_LIBHILDON=no
2930 DEFAULT_wxUSE_LIBHILDON2=no
2931 DEFAULT_wxUSE_LIBMSPACK=no
2932 DEFAULT_wxUSE_LIBSDL=no
2933
2934 DEFAULT_wxUSE_ACCESSIBILITY=no
2935 DEFAULT_wxUSE_GRAPHICS_CONTEXT=no
2936 DEFAULT_wxUSE_IPV6=no
2937 DEFAULT_wxUSE_GSTREAMER8=no
2938
2939 DEFAULT_wxUSE_UNICODE_UTF8=auto
2940 DEFAULT_wxUSE_OPENGL=auto
2941 DEFAULT_wxUSE_MEDIACTRL=auto
2942 DEFAULT_wxUSE_COMPILER_TLS=auto
2943
2944 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
2945
2946 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
2947
2948 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2949
2950 DEFAULT_wxUSE_GTK2=yes
2951
2952 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
2953
2954
2955
2956
2957
2958 enablestring=disable
2959 defaultval=
2960 if test -z "$defaultval"; then
2961 if test x"$enablestring" = xdisable; then
2962 defaultval=yes
2963 else
2964 defaultval=no
2965 fi
2966 fi
2967
2968 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2969 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6; }
2970 # Check whether --enable-gui was given.
2971 if test "${enable_gui+set}" = set; then
2972 enableval=$enable_gui;
2973 if test "$enableval" = yes; then
2974 wx_cv_use_gui='wxUSE_GUI=yes'
2975 else
2976 wx_cv_use_gui='wxUSE_GUI=no'
2977 fi
2978
2979 else
2980
2981 wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
2982
2983 fi
2984
2985
2986 eval "$wx_cv_use_gui"
2987
2988 if test x"$enablestring" = xdisable; then
2989 if test $wxUSE_GUI = no; then
2990 result=yes
2991 else
2992 result=no
2993 fi
2994 else
2995 result=$wxUSE_GUI
2996 fi
2997
2998 { echo "$as_me:$LINENO: result: $result" >&5
2999 echo "${ECHO_T}$result" >&6; }
3000
3001
3002 enablestring=
3003 defaultval=
3004 if test -z "$defaultval"; then
3005 if test x"$enablestring" = xdisable; then
3006 defaultval=yes
3007 else
3008 defaultval=no
3009 fi
3010 fi
3011
3012 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
3013 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6; }
3014 # Check whether --enable-monolithic was given.
3015 if test "${enable_monolithic+set}" = set; then
3016 enableval=$enable_monolithic;
3017 if test "$enableval" = yes; then
3018 wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
3019 else
3020 wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
3021 fi
3022
3023 else
3024
3025 wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
3026
3027 fi
3028
3029
3030 eval "$wx_cv_use_monolithic"
3031
3032 if test x"$enablestring" = xdisable; then
3033 if test $wxUSE_MONOLITHIC = no; then
3034 result=yes
3035 else
3036 result=no
3037 fi
3038 else
3039 result=$wxUSE_MONOLITHIC
3040 fi
3041
3042 { echo "$as_me:$LINENO: result: $result" >&5
3043 echo "${ECHO_T}$result" >&6; }
3044
3045
3046 enablestring=
3047 defaultval=
3048 if test -z "$defaultval"; then
3049 if test x"$enablestring" = xdisable; then
3050 defaultval=yes
3051 else
3052 defaultval=no
3053 fi
3054 fi
3055
3056 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
3057 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6; }
3058 # Check whether --enable-plugins was given.
3059 if test "${enable_plugins+set}" = set; then
3060 enableval=$enable_plugins;
3061 if test "$enableval" = yes; then
3062 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
3063 else
3064 wx_cv_use_plugins='wxUSE_PLUGINS=no'
3065 fi
3066
3067 else
3068
3069 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
3070
3071 fi
3072
3073
3074 eval "$wx_cv_use_plugins"
3075
3076 if test x"$enablestring" = xdisable; then
3077 if test $wxUSE_PLUGINS = no; then
3078 result=yes
3079 else
3080 result=no
3081 fi
3082 else
3083 result=$wxUSE_PLUGINS
3084 fi
3085
3086 { echo "$as_me:$LINENO: result: $result" >&5
3087 echo "${ECHO_T}$result" >&6; }
3088
3089
3090 withstring=without
3091 defaultval=$wxUSE_ALL_FEATURES
3092 if test -z "$defaultval"; then
3093 if test x"$withstring" = xwithout; then
3094 defaultval=yes
3095 else
3096 defaultval=no
3097 fi
3098 fi
3099 { echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
3100 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6; }
3101
3102 # Check whether --with-subdirs was given.
3103 if test "${with_subdirs+set}" = set; then
3104 withval=$with_subdirs;
3105 if test "$withval" = yes; then
3106 wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
3107 else
3108 wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
3109 fi
3110
3111 else
3112
3113 wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
3114
3115 fi
3116
3117
3118 eval "$wx_cv_use_subdirs"
3119
3120 if test x"$withstring" = xwithout; then
3121 if test $wxWITH_SUBDIRS = yes; then
3122 result=no
3123 else
3124 result=yes
3125 fi
3126 else
3127 result=$wxWITH_SUBDIRS
3128 fi
3129
3130 { echo "$as_me:$LINENO: result: $result" >&5
3131 echo "${ECHO_T}$result" >&6; }
3132
3133
3134 # Check whether --with-flavour was given.
3135 if test "${with_flavour+set}" = set; then
3136 withval=$with_flavour; WX_FLAVOUR="$withval"
3137 fi
3138
3139
3140 enablestring=
3141 defaultval=
3142 if test -z "$defaultval"; then
3143 if test x"$enablestring" = xdisable; then
3144 defaultval=yes
3145 else
3146 defaultval=no
3147 fi
3148 fi
3149
3150 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
3151 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6; }
3152 # Check whether --enable-official_build was given.
3153 if test "${enable_official_build+set}" = set; then
3154 enableval=$enable_official_build;
3155 if test "$enableval" = yes; then
3156 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
3157 else
3158 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
3159 fi
3160
3161 else
3162
3163 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
3164
3165 fi
3166
3167
3168 eval "$wx_cv_use_official_build"
3169
3170 if test x"$enablestring" = xdisable; then
3171 if test $wxUSE_OFFICIAL_BUILD = no; then
3172 result=yes
3173 else
3174 result=no
3175 fi
3176 else
3177 result=$wxUSE_OFFICIAL_BUILD
3178 fi
3179
3180 { echo "$as_me:$LINENO: result: $result" >&5
3181 echo "${ECHO_T}$result" >&6; }
3182
3183 # Check whether --enable-vendor was given.
3184 if test "${enable_vendor+set}" = set; then
3185 enableval=$enable_vendor; VENDOR="$enableval"
3186 fi
3187
3188 if test "x$VENDOR" = "x"; then
3189 VENDOR="custom"
3190 fi
3191
3192
3193 enablestring=disable
3194 defaultval=
3195 if test -z "$defaultval"; then
3196 if test x"$enablestring" = xdisable; then
3197 defaultval=yes
3198 else
3199 defaultval=no
3200 fi
3201 fi
3202
3203 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
3204 echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6; }
3205 # Check whether --enable-all-features was given.
3206 if test "${enable_all_features+set}" = set; then
3207 enableval=$enable_all_features;
3208 if test "$enableval" = yes; then
3209 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
3210 else
3211 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
3212 fi
3213
3214 else
3215
3216 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
3217
3218 fi
3219
3220
3221 eval "$wx_cv_use_all_features"
3222
3223 if test x"$enablestring" = xdisable; then
3224 if test $wxUSE_ALL_FEATURES = no; then
3225 result=yes
3226 else
3227 result=no
3228 fi
3229 else
3230 result=$wxUSE_ALL_FEATURES
3231 fi
3232
3233 { echo "$as_me:$LINENO: result: $result" >&5
3234 echo "${ECHO_T}$result" >&6; }
3235
3236
3237 if test "$wxUSE_ALL_FEATURES" = "no"; then
3238 DEFAULT_wxUSE_MEDIACTRL=no
3239 fi
3240
3241
3242 if test "$wxUSE_GUI" = "yes"; then
3243
3244
3245 enablestring=
3246 defaultval=
3247 if test -z "$defaultval"; then
3248 if test x"$enablestring" = xdisable; then
3249 defaultval=yes
3250 else
3251 defaultval=no
3252 fi
3253 fi
3254
3255 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
3256 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6; }
3257 # Check whether --enable-universal was given.
3258 if test "${enable_universal+set}" = set; then
3259 enableval=$enable_universal;
3260 if test "$enableval" = yes; then
3261 wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
3262 else
3263 wx_cv_use_universal='wxUSE_UNIVERSAL=no'
3264 fi
3265
3266 else
3267
3268 wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
3269
3270 fi
3271
3272
3273 eval "$wx_cv_use_universal"
3274
3275 if test x"$enablestring" = xdisable; then
3276 if test $wxUSE_UNIVERSAL = no; then
3277 result=yes
3278 else
3279 result=no
3280 fi
3281 else
3282 result=$wxUSE_UNIVERSAL
3283 fi
3284
3285 { echo "$as_me:$LINENO: result: $result" >&5
3286 echo "${ECHO_T}$result" >&6; }
3287
3288 if test "$wxUSE_UNIVERSAL" = "yes"; then
3289
3290 # Check whether --with-themes was given.
3291 if test "${with_themes+set}" = set; then
3292 withval=$with_themes; wxUNIV_THEMES="$withval"
3293 fi
3294
3295 fi
3296
3297
3298 # Check whether --with-gtk was given.
3299 if test "${with_gtk+set}" = set; then
3300 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
3301 fi
3302
3303
3304 # Check whether --with-motif was given.
3305 if test "${with_motif+set}" = set; then
3306 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
3307 fi
3308
3309
3310 # Check whether --with-osx_carbon was given.
3311 if test "${with_osx_carbon+set}" = set; then
3312 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3313 fi
3314
3315
3316 # Check whether --with-osx_cocoa was given.
3317 if test "${with_osx_cocoa+set}" = set; then
3318 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3319 fi
3320
3321
3322 # Check whether --with-mac was given.
3323 if test "${with_mac+set}" = set; then
3324 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3325 fi
3326
3327
3328 # Check whether --with-cocoa was given.
3329 if test "${with_cocoa+set}" = set; then
3330 withval=$with_cocoa; wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
3331 fi
3332
3333
3334 # Check whether --with-wine was given.
3335 if test "${with_wine+set}" = set; then
3336 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
3337 fi
3338
3339
3340 # Check whether --with-msw was given.
3341 if test "${with_msw+set}" = set; then
3342 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
3343 fi
3344
3345
3346 # Check whether --with-pm was given.
3347 if test "${with_pm+set}" = set; then
3348 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
3349 fi
3350
3351
3352 # Check whether --with-mgl was given.
3353 if test "${with_mgl+set}" = set; then
3354 withval=$with_mgl; wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
3355 fi
3356
3357
3358 # Check whether --with-directfb was given.
3359 if test "${with_directfb+set}" = set; then
3360 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
3361 fi
3362
3363
3364 # Check whether --with-microwin was given.
3365 if test "${with_microwin+set}" = set; then
3366 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
3367 fi
3368
3369
3370 # Check whether --with-x11 was given.
3371 if test "${with_x11+set}" = set; then
3372 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
3373 fi
3374
3375
3376 enablestring=
3377 defaultval=
3378 if test -z "$defaultval"; then
3379 if test x"$enablestring" = xdisable; then
3380 defaultval=yes
3381 else
3382 defaultval=no
3383 fi
3384 fi
3385
3386 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
3387 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6; }
3388 # Check whether --enable-nanox was given.
3389 if test "${enable_nanox+set}" = set; then
3390 enableval=$enable_nanox;
3391 if test "$enableval" = yes; then
3392 wx_cv_use_nanox='wxUSE_NANOX=yes'
3393 else
3394 wx_cv_use_nanox='wxUSE_NANOX=no'
3395 fi
3396
3397 else
3398
3399 wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
3400
3401 fi
3402
3403
3404 eval "$wx_cv_use_nanox"
3405
3406 if test x"$enablestring" = xdisable; then
3407 if test $wxUSE_NANOX = no; then
3408 result=yes
3409 else
3410 result=no
3411 fi
3412 else
3413 result=$wxUSE_NANOX
3414 fi
3415
3416 { echo "$as_me:$LINENO: result: $result" >&5
3417 echo "${ECHO_T}$result" >&6; }
3418
3419
3420 # Check whether --enable-gtk2 was given.
3421 if test "${enable_gtk2+set}" = set; then
3422 enableval=$enable_gtk2; wxUSE_GTK2="$enableval"
3423 fi
3424
3425
3426 enablestring=
3427 defaultval=
3428 if test -z "$defaultval"; then
3429 if test x"$enablestring" = xdisable; then
3430 defaultval=yes
3431 else
3432 defaultval=no
3433 fi
3434 fi
3435
3436 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
3437 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6; }
3438 # Check whether --enable-gpe was given.
3439 if test "${enable_gpe+set}" = set; then
3440 enableval=$enable_gpe;
3441 if test "$enableval" = yes; then
3442 wx_cv_use_gpe='wxUSE_GPE=yes'
3443 else
3444 wx_cv_use_gpe='wxUSE_GPE=no'
3445 fi
3446
3447 else
3448
3449 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
3450
3451 fi
3452
3453
3454 eval "$wx_cv_use_gpe"
3455
3456 if test x"$enablestring" = xdisable; then
3457 if test $wxUSE_GPE = no; then
3458 result=yes
3459 else
3460 result=no
3461 fi
3462 else
3463 result=$wxUSE_GPE
3464 fi
3465
3466 { echo "$as_me:$LINENO: result: $result" >&5
3467 echo "${ECHO_T}$result" >&6; }
3468
3469
3470
3471 { echo "$as_me:$LINENO: checking for toolkit" >&5
3472 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
3473
3474
3475
3476 # In Wine, we need to default to MSW, not GTK or MOTIF
3477 if test "$wxUSE_WINE" = "yes"; then
3478 DEFAULT_DEFAULT_wxUSE_GTK=0
3479 DEFAULT_DEFAULT_wxUSE_MOTIF=0
3480 DEFAULT_DEFAULT_wxUSE_MSW=1
3481 wxUSE_SHARED=no
3482 CC=${CC:-winegcc}
3483 CXX=${CXX:-wineg++}
3484 fi
3485
3486
3487 if test "$wxUSE_GUI" = "yes"; then
3488
3489 if test "$USE_BEOS" = 1; then
3490 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
3491 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
3492 { (exit 1); exit 1; }; }
3493 fi
3494
3495 if test "$TOOLKIT_GIVEN" = 1; then
3496 for toolkit in $ALL_TOOLKITS; do
3497 var=wxUSE_$toolkit
3498 eval "value=\$${var}"
3499 if test "x$value" = "xno"; then
3500 eval "$var=0"
3501 elif test "x$value" != "x"; then
3502 eval "$var=1"
3503 fi
3504
3505 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
3506 eval "wx${toolkit}_VERSION=$value"
3507 fi
3508 done
3509 else
3510 for toolkit in $ALL_TOOLKITS; do
3511 var=DEFAULT_DEFAULT_wxUSE_$toolkit
3512 eval "wxUSE_$toolkit=\$${var}"
3513 done
3514 fi
3515
3516 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
3517 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} \
3518 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
3519
3520 case "${host}" in
3521 *-pc-os2_emx | *-pc-os2-emx )
3522 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
3523 esac
3524
3525 case "$NUM_TOOLKITS" in
3526 1)
3527 ;;
3528 0)
3529 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
3530 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
3531 { (exit 1); exit 1; }; }
3532 ;;
3533 *)
3534 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit" >&5
3535 echo "$as_me: error: Please specify at most one toolkit" >&2;}
3536 { (exit 1); exit 1; }; }
3537 esac
3538
3539 # to be removed when --disable-gtk2 isn't needed
3540 if test "x$wxUSE_GTK2" = "xyes"; then
3541 wxGTK_VERSION=2
3542 elif test "x$wxUSE_GTK2" = "xno"; then
3543 wxGTK_VERSION=1
3544 fi
3545
3546 for toolkit in $ALL_TOOLKITS; do
3547 var=wxUSE_$toolkit
3548 eval "value=\$${var}"
3549 if test "$value" = 1; then
3550 toolkit_echo=`echo $toolkit | tr '[A-Z]' '[a-z]'`
3551 { echo "$as_me:$LINENO: result: $toolkit_echo" >&5
3552 echo "${ECHO_T}$toolkit_echo" >&6; }
3553 fi
3554 done
3555 else
3556 if test "x$host_alias" != "x"; then
3557 { echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
3558 echo "${ECHO_T}base ($host_alias hosted) only" >&6; }
3559 else
3560 { echo "$as_me:$LINENO: result: base only" >&5
3561 echo "${ECHO_T}base only" >&6; }
3562 fi
3563 fi
3564
3565 wxUSE_MAC=0
3566 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1; then
3567 wxUSE_MAC=1
3568 fi
3569
3570
3571
3572 { echo "$as_me:$LINENO: checking for --with-libpng" >&5
3573 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6; }
3574
3575 # Check whether --with-libpng was given.
3576 if test "${with_libpng+set}" = set; then
3577 withval=$with_libpng;
3578 if test "$withval" = yes; then
3579 wx_cv_use_libpng='wxUSE_LIBPNG=yes'
3580 elif test "$withval" = no; then
3581 wx_cv_use_libpng='wxUSE_LIBPNG=no'
3582 elif test "$withval" = sys; then
3583 wx_cv_use_libpng='wxUSE_LIBPNG=sys'
3584 elif test "$withval" = builtin; then
3585 wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
3586 else
3587 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3588 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3589 { (exit 1); exit 1; }; }
3590 fi
3591
3592 else
3593
3594 wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
3595
3596 fi
3597
3598
3599 eval "$wx_cv_use_libpng"
3600
3601 if test "$wxUSE_LIBPNG" = yes; then
3602 { echo "$as_me:$LINENO: result: yes" >&5
3603 echo "${ECHO_T}yes" >&6; }
3604 elif test "$wxUSE_LIBPNG" = no; then
3605 { echo "$as_me:$LINENO: result: no" >&5
3606 echo "${ECHO_T}no" >&6; }
3607 elif test "$wxUSE_LIBPNG" = sys; then
3608 { echo "$as_me:$LINENO: result: system version" >&5
3609 echo "${ECHO_T}system version" >&6; }
3610 elif test "$wxUSE_LIBPNG" = builtin; then
3611 { echo "$as_me:$LINENO: result: builtin version" >&5
3612 echo "${ECHO_T}builtin version" >&6; }
3613 else
3614 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3615 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3616 { (exit 1); exit 1; }; }
3617 fi
3618
3619
3620 { echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3621 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6; }
3622
3623 # Check whether --with-libjpeg was given.
3624 if test "${with_libjpeg+set}" = set; then
3625 withval=$with_libjpeg;
3626 if test "$withval" = yes; then
3627 wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
3628 elif test "$withval" = no; then
3629 wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
3630 elif test "$withval" = sys; then
3631 wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
3632 elif test "$withval" = builtin; then
3633 wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
3634 else
3635 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3636 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3637 { (exit 1); exit 1; }; }
3638 fi
3639
3640 else
3641
3642 wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
3643
3644 fi
3645
3646
3647 eval "$wx_cv_use_libjpeg"
3648
3649 if test "$wxUSE_LIBJPEG" = yes; then
3650 { echo "$as_me:$LINENO: result: yes" >&5
3651 echo "${ECHO_T}yes" >&6; }
3652 elif test "$wxUSE_LIBJPEG" = no; then
3653 { echo "$as_me:$LINENO: result: no" >&5
3654 echo "${ECHO_T}no" >&6; }
3655 elif test "$wxUSE_LIBJPEG" = sys; then
3656 { echo "$as_me:$LINENO: result: system version" >&5
3657 echo "${ECHO_T}system version" >&6; }
3658 elif test "$wxUSE_LIBJPEG" = builtin; then
3659 { echo "$as_me:$LINENO: result: builtin version" >&5
3660 echo "${ECHO_T}builtin version" >&6; }
3661 else
3662 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3663 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3664 { (exit 1); exit 1; }; }
3665 fi
3666
3667
3668 { echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3669 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6; }
3670
3671 # Check whether --with-libtiff was given.
3672 if test "${with_libtiff+set}" = set; then
3673 withval=$with_libtiff;
3674 if test "$withval" = yes; then
3675 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3676 elif test "$withval" = no; then
3677 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
3678 elif test "$withval" = sys; then
3679 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3680 elif test "$withval" = builtin; then
3681 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3682 else
3683 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3684 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3685 { (exit 1); exit 1; }; }
3686 fi
3687
3688 else
3689
3690 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
3691
3692 fi
3693
3694
3695 eval "$wx_cv_use_libtiff"
3696
3697 if test "$wxUSE_LIBTIFF" = yes; then
3698 { echo "$as_me:$LINENO: result: yes" >&5
3699 echo "${ECHO_T}yes" >&6; }
3700 elif test "$wxUSE_LIBTIFF" = no; then
3701 { echo "$as_me:$LINENO: result: no" >&5
3702 echo "${ECHO_T}no" >&6; }
3703 elif test "$wxUSE_LIBTIFF" = sys; then
3704 { echo "$as_me:$LINENO: result: system version" >&5
3705 echo "${ECHO_T}system version" >&6; }
3706 elif test "$wxUSE_LIBTIFF" = builtin; then
3707 { echo "$as_me:$LINENO: result: builtin version" >&5
3708 echo "${ECHO_T}builtin version" >&6; }
3709 else
3710 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3711 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3712 { (exit 1); exit 1; }; }
3713 fi
3714
3715
3716 { echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3717 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6; }
3718
3719 # Check whether --with-libxpm was given.
3720 if test "${with_libxpm+set}" = set; then
3721 withval=$with_libxpm;
3722 if test "$withval" = yes; then
3723 wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
3724 elif test "$withval" = no; then
3725 wx_cv_use_libxpm='wxUSE_LIBXPM=no'
3726 elif test "$withval" = sys; then
3727 wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
3728 elif test "$withval" = builtin; then
3729 wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3730 else
3731 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3732 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3733 { (exit 1); exit 1; }; }
3734 fi
3735
3736 else
3737
3738 wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
3739
3740 fi
3741
3742
3743 eval "$wx_cv_use_libxpm"
3744
3745 if test "$wxUSE_LIBXPM" = yes; then
3746 { echo "$as_me:$LINENO: result: yes" >&5
3747 echo "${ECHO_T}yes" >&6; }
3748 elif test "$wxUSE_LIBXPM" = no; then
3749 { echo "$as_me:$LINENO: result: no" >&5
3750 echo "${ECHO_T}no" >&6; }
3751 elif test "$wxUSE_LIBXPM" = sys; then
3752 { echo "$as_me:$LINENO: result: system version" >&5
3753 echo "${ECHO_T}system version" >&6; }
3754 elif test "$wxUSE_LIBXPM" = builtin; then
3755 { echo "$as_me:$LINENO: result: builtin version" >&5
3756 echo "${ECHO_T}builtin version" >&6; }
3757 else
3758 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3759 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3760 { (exit 1); exit 1; }; }
3761 fi
3762
3763
3764 withstring=
3765 defaultval=$wxUSE_ALL_FEATURES
3766 if test -z "$defaultval"; then
3767 if test x"$withstring" = xwithout; then
3768 defaultval=yes
3769 else
3770 defaultval=no
3771 fi
3772 fi
3773 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libiconv" >&5
3774 echo $ECHO_N "checking for --${withstring:-with}-libiconv... $ECHO_C" >&6; }
3775
3776 # Check whether --with-libiconv was given.
3777 if test "${with_libiconv+set}" = set; then
3778 withval=$with_libiconv;
3779 if test "$withval" = yes; then
3780 wx_cv_use_libiconv='wxUSE_LIBICONV=yes'
3781 else
3782 wx_cv_use_libiconv='wxUSE_LIBICONV=no'
3783 fi
3784
3785 else
3786
3787 wx_cv_use_libiconv='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
3788
3789 fi
3790
3791
3792 eval "$wx_cv_use_libiconv"
3793
3794 if test x"$withstring" = xwithout; then
3795 if test $wxUSE_LIBICONV = yes; then
3796 result=no
3797 else
3798 result=yes
3799 fi
3800 else
3801 result=$wxUSE_LIBICONV
3802 fi
3803
3804 { echo "$as_me:$LINENO: result: $result" >&5
3805 echo "${ECHO_T}$result" >&6; }
3806
3807
3808 withstring=
3809 defaultval=$wxUSE_ALL_FEATURES
3810 if test -z "$defaultval"; then
3811 if test x"$withstring" = xwithout; then
3812 defaultval=yes
3813 else
3814 defaultval=no
3815 fi
3816 fi
3817 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3818 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6; }
3819
3820 # Check whether --with-libmspack was given.
3821 if test "${with_libmspack+set}" = set; then
3822 withval=$with_libmspack;
3823 if test "$withval" = yes; then
3824 wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3825 else
3826 wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3827 fi
3828
3829 else
3830
3831 wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
3832
3833 fi
3834
3835
3836 eval "$wx_cv_use_libmspack"
3837
3838 if test x"$withstring" = xwithout; then
3839 if test $wxUSE_LIBMSPACK = yes; then
3840 result=no
3841 else
3842 result=yes
3843 fi
3844 else
3845 result=$wxUSE_LIBMSPACK
3846 fi
3847
3848 { echo "$as_me:$LINENO: result: $result" >&5
3849 echo "${ECHO_T}$result" >&6; }
3850
3851
3852 withstring=without
3853 defaultval=$wxUSE_ALL_FEATURES
3854 if test -z "$defaultval"; then
3855 if test x"$withstring" = xwithout; then
3856 defaultval=yes
3857 else
3858 defaultval=no
3859 fi
3860 fi
3861 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gtkprint" >&5
3862 echo $ECHO_N "checking for --${withstring:-with}-gtkprint... $ECHO_C" >&6; }
3863
3864 # Check whether --with-gtkprint was given.
3865 if test "${with_gtkprint+set}" = set; then
3866 withval=$with_gtkprint;
3867 if test "$withval" = yes; then
3868 wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
3869 else
3870 wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
3871 fi
3872
3873 else
3874
3875 wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
3876
3877 fi
3878
3879
3880 eval "$wx_cv_use_gtkprint"
3881
3882 if test x"$withstring" = xwithout; then
3883 if test $wxUSE_GTKPRINT = yes; then
3884 result=no
3885 else
3886 result=yes
3887 fi
3888 else
3889 result=$wxUSE_GTKPRINT
3890 fi
3891
3892 { echo "$as_me:$LINENO: result: $result" >&5
3893 echo "${ECHO_T}$result" >&6; }
3894
3895
3896 withstring=without
3897 defaultval=$wxUSE_ALL_FEATURES
3898 if test -z "$defaultval"; then
3899 if test x"$withstring" = xwithout; then
3900 defaultval=yes
3901 else
3902 defaultval=no
3903 fi
3904 fi
3905 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3906 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6; }
3907
3908 # Check whether --with-gnomeprint was given.
3909 if test "${with_gnomeprint+set}" = set; then
3910 withval=$with_gnomeprint;
3911 if test "$withval" = yes; then
3912 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3913 else
3914 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3915 fi
3916
3917 else
3918
3919 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
3920
3921 fi
3922
3923
3924 eval "$wx_cv_use_gnomeprint"
3925
3926 if test x"$withstring" = xwithout; then
3927 if test $wxUSE_LIBGNOMEPRINT = yes; then
3928 result=no
3929 else
3930 result=yes
3931 fi
3932 else
3933 result=$wxUSE_LIBGNOMEPRINT
3934 fi
3935
3936 { echo "$as_me:$LINENO: result: $result" >&5
3937 echo "${ECHO_T}$result" >&6; }
3938
3939
3940 withstring=
3941 defaultval=$wxUSE_ALL_FEATURES
3942 if test -z "$defaultval"; then
3943 if test x"$withstring" = xwithout; then
3944 defaultval=yes
3945 else
3946 defaultval=no
3947 fi
3948 fi
3949 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
3950 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6; }
3951
3952 # Check whether --with-gnomevfs was given.
3953 if test "${with_gnomevfs+set}" = set; then
3954 withval=$with_gnomevfs;
3955 if test "$withval" = yes; then
3956 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
3957 else
3958 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
3959 fi
3960
3961 else
3962
3963 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
3964
3965 fi
3966
3967
3968 eval "$wx_cv_use_gnomevfs"
3969
3970 if test x"$withstring" = xwithout; then
3971 if test $wxUSE_LIBGNOMEVFS = yes; then
3972 result=no
3973 else
3974 result=yes
3975 fi
3976 else
3977 result=$wxUSE_LIBGNOMEVFS
3978 fi
3979
3980 { echo "$as_me:$LINENO: result: $result" >&5
3981 echo "${ECHO_T}$result" >&6; }
3982
3983
3984 withstring=
3985 defaultval=$wxUSE_ALL_FEATURES
3986 if test -z "$defaultval"; then
3987 if test x"$withstring" = xwithout; then
3988 defaultval=yes
3989 else
3990 defaultval=no
3991 fi
3992 fi
3993 { echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
3994 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6; }
3995
3996 # Check whether --with-hildon was given.
3997 if test "${with_hildon+set}" = set; then
3998 withval=$with_hildon;
3999 if test "$withval" = yes; then
4000 wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
4001 else
4002 wx_cv_use_hildon='wxUSE_LIBHILDON=no'
4003 fi
4004
4005 else
4006
4007 wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
4008
4009 fi
4010
4011
4012 eval "$wx_cv_use_hildon"
4013
4014 if test x"$withstring" = xwithout; then
4015 if test $wxUSE_LIBHILDON = yes; then
4016 result=no
4017 else
4018 result=yes
4019 fi
4020 else
4021 result=$wxUSE_LIBHILDON
4022 fi
4023
4024 { echo "$as_me:$LINENO: result: $result" >&5
4025 echo "${ECHO_T}$result" >&6; }
4026
4027
4028 withstring=
4029 defaultval=$wxUSE_ALL_FEATURES
4030 if test -z "$defaultval"; then
4031 if test x"$withstring" = xwithout; then
4032 defaultval=yes
4033 else
4034 defaultval=no
4035 fi
4036 fi
4037 { echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
4038 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6; }
4039
4040 # Check whether --with-opengl was given.
4041 if test "${with_opengl+set}" = set; then
4042 withval=$with_opengl;
4043 if test "$withval" = yes; then
4044 wx_cv_use_opengl='wxUSE_OPENGL=yes'
4045 else
4046 wx_cv_use_opengl='wxUSE_OPENGL=no'
4047 fi
4048
4049 else
4050
4051 wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
4052
4053 fi
4054
4055
4056 eval "$wx_cv_use_opengl"
4057
4058 if test x"$withstring" = xwithout; then
4059 if test $wxUSE_OPENGL = yes; then
4060 result=no
4061 else
4062 result=yes
4063 fi
4064 else
4065 result=$wxUSE_OPENGL
4066 fi
4067
4068 { echo "$as_me:$LINENO: result: $result" >&5
4069 echo "${ECHO_T}$result" >&6; }
4070
4071
4072 fi
4073
4074
4075 withstring=
4076 defaultval=$wxUSE_ALL_FEATURES
4077 if test -z "$defaultval"; then
4078 if test x"$withstring" = xwithout; then
4079 defaultval=yes
4080 else
4081 defaultval=no
4082 fi
4083 fi
4084 { echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
4085 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6; }
4086
4087 # Check whether --with-dmalloc was given.
4088 if test "${with_dmalloc+set}" = set; then
4089 withval=$with_dmalloc;
4090 if test "$withval" = yes; then
4091 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
4092 else
4093 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
4094 fi
4095
4096 else
4097
4098 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
4099
4100 fi
4101
4102
4103 eval "$wx_cv_use_dmalloc"
4104
4105 if test x"$withstring" = xwithout; then
4106 if test $wxUSE_DMALLOC = yes; then
4107 result=no
4108 else
4109 result=yes
4110 fi
4111 else
4112 result=$wxUSE_DMALLOC
4113 fi
4114
4115 { echo "$as_me:$LINENO: result: $result" >&5
4116 echo "${ECHO_T}$result" >&6; }
4117
4118
4119 withstring=
4120 defaultval=$wxUSE_ALL_FEATURES
4121 if test -z "$defaultval"; then
4122 if test x"$withstring" = xwithout; then
4123 defaultval=yes
4124 else
4125 defaultval=no
4126 fi
4127 fi
4128 { echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
4129 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6; }
4130
4131 # Check whether --with-sdl was given.
4132 if test "${with_sdl+set}" = set; then
4133 withval=$with_sdl;
4134 if test "$withval" = yes; then
4135 wx_cv_use_sdl='wxUSE_LIBSDL=yes'
4136 else
4137 wx_cv_use_sdl='wxUSE_LIBSDL=no'
4138 fi
4139
4140 else
4141
4142 wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
4143
4144 fi
4145
4146
4147 eval "$wx_cv_use_sdl"
4148
4149 if test x"$withstring" = xwithout; then
4150 if test $wxUSE_LIBSDL = yes; then
4151 result=no
4152 else
4153 result=yes
4154 fi
4155 else
4156 result=$wxUSE_LIBSDL
4157 fi
4158
4159 { echo "$as_me:$LINENO: result: $result" >&5
4160 echo "${ECHO_T}$result" >&6; }
4161
4162
4163 { echo "$as_me:$LINENO: checking for --with-regex" >&5
4164 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6; }
4165
4166 # Check whether --with-regex was given.
4167 if test "${with_regex+set}" = set; then
4168 withval=$with_regex;
4169 if test "$withval" = yes; then
4170 wx_cv_use_regex='wxUSE_REGEX=yes'
4171 elif test "$withval" = no; then
4172 wx_cv_use_regex='wxUSE_REGEX=no'
4173 elif test "$withval" = sys; then
4174 wx_cv_use_regex='wxUSE_REGEX=sys'
4175 elif test "$withval" = builtin; then
4176 wx_cv_use_regex='wxUSE_REGEX=builtin'
4177 else
4178 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4179 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4180 { (exit 1); exit 1; }; }
4181 fi
4182
4183 else
4184
4185 wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
4186
4187 fi
4188
4189
4190 eval "$wx_cv_use_regex"
4191
4192 if test "$wxUSE_REGEX" = yes; then
4193 { echo "$as_me:$LINENO: result: yes" >&5
4194 echo "${ECHO_T}yes" >&6; }
4195 elif test "$wxUSE_REGEX" = no; then
4196 { echo "$as_me:$LINENO: result: no" >&5
4197 echo "${ECHO_T}no" >&6; }
4198 elif test "$wxUSE_REGEX" = sys; then
4199 { echo "$as_me:$LINENO: result: system version" >&5
4200 echo "${ECHO_T}system version" >&6; }
4201 elif test "$wxUSE_REGEX" = builtin; then
4202 { echo "$as_me:$LINENO: result: builtin version" >&5
4203 echo "${ECHO_T}builtin version" >&6; }
4204 else
4205 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4206 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4207 { (exit 1); exit 1; }; }
4208 fi
4209
4210
4211 { echo "$as_me:$LINENO: checking for --with-zlib" >&5
4212 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6; }
4213
4214 # Check whether --with-zlib was given.
4215 if test "${with_zlib+set}" = set; then
4216 withval=$with_zlib;
4217 if test "$withval" = yes; then
4218 wx_cv_use_zlib='wxUSE_ZLIB=yes'
4219 elif test "$withval" = no; then
4220 wx_cv_use_zlib='wxUSE_ZLIB=no'
4221 elif test "$withval" = sys; then
4222 wx_cv_use_zlib='wxUSE_ZLIB=sys'
4223 elif test "$withval" = builtin; then
4224 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
4225 else
4226 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4227 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4228 { (exit 1); exit 1; }; }
4229 fi
4230
4231 else
4232
4233 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
4234
4235 fi
4236
4237
4238 eval "$wx_cv_use_zlib"
4239
4240 if test "$wxUSE_ZLIB" = yes; then
4241 { echo "$as_me:$LINENO: result: yes" >&5
4242 echo "${ECHO_T}yes" >&6; }
4243 elif test "$wxUSE_ZLIB" = no; then
4244 { echo "$as_me:$LINENO: result: no" >&5
4245 echo "${ECHO_T}no" >&6; }
4246 elif test "$wxUSE_ZLIB" = sys; then
4247 { echo "$as_me:$LINENO: result: system version" >&5
4248 echo "${ECHO_T}system version" >&6; }
4249 elif test "$wxUSE_ZLIB" = builtin; then
4250 { echo "$as_me:$LINENO: result: builtin version" >&5
4251 echo "${ECHO_T}builtin version" >&6; }
4252 else
4253 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4254 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4255 { (exit 1); exit 1; }; }
4256 fi
4257
4258
4259 { echo "$as_me:$LINENO: checking for --with-expat" >&5
4260 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6; }
4261
4262 # Check whether --with-expat was given.
4263 if test "${with_expat+set}" = set; then
4264 withval=$with_expat;
4265 if test "$withval" = yes; then
4266 wx_cv_use_expat='wxUSE_EXPAT=yes'
4267 elif test "$withval" = no; then
4268 wx_cv_use_expat='wxUSE_EXPAT=no'
4269 elif test "$withval" = sys; then
4270 wx_cv_use_expat='wxUSE_EXPAT=sys'
4271 elif test "$withval" = builtin; then
4272 wx_cv_use_expat='wxUSE_EXPAT=builtin'
4273 else
4274 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4275 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4276 { (exit 1); exit 1; }; }
4277 fi
4278
4279 else
4280
4281 wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
4282
4283 fi
4284
4285
4286 eval "$wx_cv_use_expat"
4287
4288 if test "$wxUSE_EXPAT" = yes; then
4289 { echo "$as_me:$LINENO: result: yes" >&5
4290 echo "${ECHO_T}yes" >&6; }
4291 elif test "$wxUSE_EXPAT" = no; then
4292 { echo "$as_me:$LINENO: result: no" >&5
4293 echo "${ECHO_T}no" >&6; }
4294 elif test "$wxUSE_EXPAT" = sys; then
4295 { echo "$as_me:$LINENO: result: system version" >&5
4296 echo "${ECHO_T}system version" >&6; }
4297 elif test "$wxUSE_EXPAT" = builtin; then
4298 { echo "$as_me:$LINENO: result: builtin version" >&5
4299 echo "${ECHO_T}builtin version" >&6; }
4300 else
4301 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4302 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4303 { (exit 1); exit 1; }; }
4304 fi
4305
4306
4307 { echo "$as_me:$LINENO: checking for --with-macosx-sdk" >&5
4308 echo $ECHO_N "checking for --with-macosx-sdk... $ECHO_C" >&6; }
4309
4310 # Check whether --with-macosx-sdk was given.
4311 if test "${with_macosx_sdk+set}" = set; then
4312 withval=$with_macosx_sdk;
4313 wxUSE_MACOSX_SDK=$withval
4314 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
4315
4316 fi
4317
4318 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_SDK" >&5
4319 echo "${ECHO_T}$wxUSE_MACOSX_SDK" >&6; }
4320
4321 { echo "$as_me:$LINENO: checking for --with-macosx-version-min" >&5
4322 echo $ECHO_N "checking for --with-macosx-version-min... $ECHO_C" >&6; }
4323
4324 # Check whether --with-macosx-version-min was given.
4325 if test "${with_macosx_version_min+set}" = set; then
4326 withval=$with_macosx_version_min;
4327 wxUSE_MACOSX_VERSION_MIN=$withval
4328 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
4329
4330 fi
4331
4332 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
4333 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
4334
4335
4336 { echo "$as_me:$LINENO: checking for --enable-debug" >&5
4337 echo $ECHO_N "checking for --enable-debug... $ECHO_C" >&6; }
4338 # Check whether --enable-debug was given.
4339 if test "${enable_debug+set}" = set; then
4340 enableval=$enable_debug;
4341 if test "$enableval" = yes; then
4342 wxUSE_DEBUG=yes
4343 elif test "$enableval" = no; then
4344 wxUSE_DEBUG=no
4345 elif test "$enableval" = max; then
4346 wxUSE_DEBUG=yes
4347 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
4348 else
4349 { { echo "$as_me:$LINENO: error: Invalid --enable-debug value, must be yes, no or max" >&5
4350 echo "$as_me: error: Invalid --enable-debug value, must be yes, no or max" >&2;}
4351 { (exit 1); exit 1; }; }
4352 fi
4353
4354 else
4355 wxUSE_DEBUG=default
4356
4357 fi
4358
4359
4360 case "$wxUSE_DEBUG" in
4361 yes)
4362 DEFAULT_wxUSE_DEBUG_FLAG=yes
4363 DEFAULT_wxUSE_DEBUG_INFO=yes
4364
4365 DEFAULT_wxUSE_OPTIMISE=no
4366 ;;
4367
4368 no)
4369 DEFAULT_wxUSE_DEBUG_FLAG=no
4370 DEFAULT_wxUSE_DEBUG_INFO=no
4371 ;;
4372
4373 default)
4374 DEFAULT_wxUSE_DEBUG_FLAG=yes
4375 DEFAULT_wxUSE_DEBUG_INFO=no
4376 ;;
4377 esac
4378
4379
4380 enablestring=disable
4381 defaultval=
4382 if test -z "$defaultval"; then
4383 if test x"$enablestring" = xdisable; then
4384 defaultval=yes
4385 else
4386 defaultval=no
4387 fi
4388 fi
4389
4390 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
4391 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6; }
4392 # Check whether --enable-debug_flag was given.
4393 if test "${enable_debug_flag+set}" = set; then
4394 enableval=$enable_debug_flag;
4395 if test "$enableval" = yes; then
4396 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
4397 else
4398 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
4399 fi
4400
4401 else
4402
4403 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
4404
4405 fi
4406
4407
4408 eval "$wx_cv_use_debug_flag"
4409
4410 if test x"$enablestring" = xdisable; then
4411 if test $wxUSE_DEBUG_FLAG = no; then
4412 result=yes
4413 else
4414 result=no
4415 fi
4416 else
4417 result=$wxUSE_DEBUG_FLAG
4418 fi
4419
4420 { echo "$as_me:$LINENO: result: $result" >&5
4421 echo "${ECHO_T}$result" >&6; }
4422
4423
4424 enablestring=
4425 defaultval=
4426 if test -z "$defaultval"; then
4427 if test x"$enablestring" = xdisable; then
4428 defaultval=yes
4429 else
4430 defaultval=no
4431 fi
4432 fi
4433
4434 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
4435 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6; }
4436 # Check whether --enable-debug_info was given.
4437 if test "${enable_debug_info+set}" = set; then
4438 enableval=$enable_debug_info;
4439 if test "$enableval" = yes; then
4440 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
4441 else
4442 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
4443 fi
4444
4445 else
4446
4447 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
4448
4449 fi
4450
4451
4452 eval "$wx_cv_use_debug_info"
4453
4454 if test x"$enablestring" = xdisable; then
4455 if test $wxUSE_DEBUG_INFO = no; then
4456 result=yes
4457 else
4458 result=no
4459 fi
4460 else
4461 result=$wxUSE_DEBUG_INFO
4462 fi
4463
4464 { echo "$as_me:$LINENO: result: $result" >&5
4465 echo "${ECHO_T}$result" >&6; }
4466
4467
4468
4469
4470 enablestring=
4471 defaultval=
4472 if test -z "$defaultval"; then
4473 if test x"$enablestring" = xdisable; then
4474 defaultval=yes
4475 else
4476 defaultval=no
4477 fi
4478 fi
4479
4480 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4481 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6; }
4482 # Check whether --enable-debug_gdb was given.
4483 if test "${enable_debug_gdb+set}" = set; then
4484 enableval=$enable_debug_gdb;
4485 if test "$enableval" = yes; then
4486 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
4487 else
4488 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
4489 fi
4490
4491 else
4492
4493 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
4494
4495 fi
4496
4497
4498 eval "$wx_cv_use_debug_gdb"
4499
4500 if test x"$enablestring" = xdisable; then
4501 if test $wxUSE_DEBUG_GDB = no; then
4502 result=yes
4503 else
4504 result=no
4505 fi
4506 else
4507 result=$wxUSE_DEBUG_GDB
4508 fi
4509
4510 { echo "$as_me:$LINENO: result: $result" >&5
4511 echo "${ECHO_T}$result" >&6; }
4512
4513
4514 enablestring=
4515 defaultval=
4516 if test -z "$defaultval"; then
4517 if test x"$enablestring" = xdisable; then
4518 defaultval=yes
4519 else
4520 defaultval=no
4521 fi
4522 fi
4523
4524 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4525 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6; }
4526 # Check whether --enable-debug_cntxt was given.
4527 if test "${enable_debug_cntxt+set}" = set; then
4528 enableval=$enable_debug_cntxt;
4529 if test "$enableval" = yes; then
4530 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
4531 else
4532 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
4533 fi
4534
4535 else
4536
4537 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
4538
4539 fi
4540
4541
4542 eval "$wx_cv_use_debug_cntxt"
4543
4544 if test x"$enablestring" = xdisable; then
4545 if test $wxUSE_DEBUG_CONTEXT = no; then
4546 result=yes
4547 else
4548 result=no
4549 fi
4550 else
4551 result=$wxUSE_DEBUG_CONTEXT
4552 fi
4553
4554 { echo "$as_me:$LINENO: result: $result" >&5
4555 echo "${ECHO_T}$result" >&6; }
4556
4557
4558 enablestring=
4559 defaultval=
4560 if test -z "$defaultval"; then
4561 if test x"$enablestring" = xdisable; then
4562 defaultval=yes
4563 else
4564 defaultval=no
4565 fi
4566 fi
4567
4568 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
4569 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6; }
4570 # Check whether --enable-mem_tracing was given.
4571 if test "${enable_mem_tracing+set}" = set; then
4572 enableval=$enable_mem_tracing;
4573 if test "$enableval" = yes; then
4574 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
4575 else
4576 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
4577 fi
4578
4579 else
4580
4581 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
4582
4583 fi
4584
4585
4586 eval "$wx_cv_use_mem_tracing"
4587
4588 if test x"$enablestring" = xdisable; then
4589 if test $wxUSE_MEM_TRACING = no; then
4590 result=yes
4591 else
4592 result=no
4593 fi
4594 else
4595 result=$wxUSE_MEM_TRACING
4596 fi
4597
4598 { echo "$as_me:$LINENO: result: $result" >&5
4599 echo "${ECHO_T}$result" >&6; }
4600
4601
4602
4603
4604 enablestring=disable
4605 defaultval=
4606 if test -z "$defaultval"; then
4607 if test x"$enablestring" = xdisable; then
4608 defaultval=yes
4609 else
4610 defaultval=no
4611 fi
4612 fi
4613
4614 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
4615 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6; }
4616 # Check whether --enable-shared was given.
4617 if test "${enable_shared+set}" = set; then
4618 enableval=$enable_shared;
4619 if test "$enableval" = yes; then
4620 wx_cv_use_shared='wxUSE_SHARED=yes'
4621 else
4622 wx_cv_use_shared='wxUSE_SHARED=no'
4623 fi
4624
4625 else
4626
4627 wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
4628
4629 fi
4630
4631
4632 eval "$wx_cv_use_shared"
4633
4634 if test x"$enablestring" = xdisable; then
4635 if test $wxUSE_SHARED = no; then
4636 result=yes
4637 else
4638 result=no
4639 fi
4640 else
4641 result=$wxUSE_SHARED
4642 fi
4643
4644 { echo "$as_me:$LINENO: result: $result" >&5
4645 echo "${ECHO_T}$result" >&6; }
4646
4647
4648 enablestring=
4649 defaultval=
4650 if test -z "$defaultval"; then
4651 if test x"$enablestring" = xdisable; then
4652 defaultval=yes
4653 else
4654 defaultval=no
4655 fi
4656 fi
4657
4658 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
4659 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6; }
4660 # Check whether --enable-stl was given.
4661 if test "${enable_stl+set}" = set; then
4662 enableval=$enable_stl;
4663 if test "$enableval" = yes; then
4664 wx_cv_use_stl='wxUSE_STL=yes'
4665 else
4666 wx_cv_use_stl='wxUSE_STL=no'
4667 fi
4668
4669 else
4670
4671 wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
4672
4673 fi
4674
4675
4676 eval "$wx_cv_use_stl"
4677
4678 if test x"$enablestring" = xdisable; then
4679 if test $wxUSE_STL = no; then
4680 result=yes
4681 else
4682 result=no
4683 fi
4684 else
4685 result=$wxUSE_STL
4686 fi
4687
4688 { echo "$as_me:$LINENO: result: $result" >&5
4689 echo "${ECHO_T}$result" >&6; }
4690
4691
4692 enablestring=
4693 defaultval=
4694 if test -z "$defaultval"; then
4695 if test x"$enablestring" = xdisable; then
4696 defaultval=yes
4697 else
4698 defaultval=no
4699 fi
4700 fi
4701
4702 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
4703 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6; }
4704 # Check whether --enable-std_iostreams was given.
4705 if test "${enable_std_iostreams+set}" = set; then
4706 enableval=$enable_std_iostreams;
4707 if test "$enableval" = yes; then
4708 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4709 else
4710 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4711 fi
4712
4713 else
4714
4715 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
4716
4717 fi
4718
4719
4720 eval "$wx_cv_use_std_iostreams"
4721
4722 if test x"$enablestring" = xdisable; then
4723 if test $wxUSE_STD_IOSTREAM = no; then
4724 result=yes
4725 else
4726 result=no
4727 fi
4728 else
4729 result=$wxUSE_STD_IOSTREAM
4730 fi
4731
4732 { echo "$as_me:$LINENO: result: $result" >&5
4733 echo "${ECHO_T}$result" >&6; }
4734
4735
4736 enablestring=
4737 defaultval=
4738 if test -z "$defaultval"; then
4739 if test x"$enablestring" = xdisable; then
4740 defaultval=yes
4741 else
4742 defaultval=no
4743 fi
4744 fi
4745
4746 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
4747 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6; }
4748 # Check whether --enable-std_string was given.
4749 if test "${enable_std_string+set}" = set; then
4750 enableval=$enable_std_string;
4751 if test "$enableval" = yes; then
4752 wx_cv_use_std_string='wxUSE_STD_STRING=yes'
4753 else
4754 wx_cv_use_std_string='wxUSE_STD_STRING=no'
4755 fi
4756
4757 else
4758
4759 wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
4760
4761 fi
4762
4763
4764 eval "$wx_cv_use_std_string"
4765
4766 if test x"$enablestring" = xdisable; then
4767 if test $wxUSE_STD_STRING = no; then
4768 result=yes
4769 else
4770 result=no
4771 fi
4772 else
4773 result=$wxUSE_STD_STRING
4774 fi
4775
4776 { echo "$as_me:$LINENO: result: $result" >&5
4777 echo "${ECHO_T}$result" >&6; }
4778
4779
4780 enablestring=disable
4781 defaultval=
4782 if test -z "$defaultval"; then
4783 if test x"$enablestring" = xdisable; then
4784 defaultval=yes
4785 else
4786 defaultval=no
4787 fi
4788 fi
4789
4790 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4791 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6; }
4792 # Check whether --enable-unicode was given.
4793 if test "${enable_unicode+set}" = set; then
4794 enableval=$enable_unicode;
4795 if test "$enableval" = yes; then
4796 wx_cv_use_unicode='wxUSE_UNICODE=yes'
4797 else
4798 wx_cv_use_unicode='wxUSE_UNICODE=no'
4799 fi
4800
4801 else
4802
4803 wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
4804
4805 fi
4806
4807
4808 eval "$wx_cv_use_unicode"
4809
4810 if test x"$enablestring" = xdisable; then
4811 if test $wxUSE_UNICODE = no; then
4812 result=yes
4813 else
4814 result=no
4815 fi
4816 else
4817 result=$wxUSE_UNICODE
4818 fi
4819
4820 { echo "$as_me:$LINENO: result: $result" >&5
4821 echo "${ECHO_T}$result" >&6; }
4822
4823
4824 enablestring=
4825 defaultval=
4826 if test -z "$defaultval"; then
4827 if test x"$enablestring" = xdisable; then
4828 defaultval=yes
4829 else
4830 defaultval=no
4831 fi
4832 fi
4833
4834 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
4835 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6; }
4836 # Check whether --enable-mslu was given.
4837 if test "${enable_mslu+set}" = set; then
4838 enableval=$enable_mslu;
4839 if test "$enableval" = yes; then
4840 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4841 else
4842 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4843 fi
4844
4845 else
4846
4847 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
4848
4849 fi
4850
4851
4852 eval "$wx_cv_use_mslu"
4853
4854 if test x"$enablestring" = xdisable; then
4855 if test $wxUSE_UNICODE_MSLU = no; then
4856 result=yes
4857 else
4858 result=no
4859 fi
4860 else
4861 result=$wxUSE_UNICODE_MSLU
4862 fi
4863
4864 { echo "$as_me:$LINENO: result: $result" >&5
4865 echo "${ECHO_T}$result" >&6; }
4866
4867
4868 enablestring=
4869 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8" >&5
4870 echo $ECHO_N "checking for --${enablestring:-enable}-utf8... $ECHO_C" >&6; }
4871 # Check whether --enable-utf8 was given.
4872 if test "${enable_utf8+set}" = set; then
4873 enableval=$enable_utf8;
4874 wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
4875
4876 else
4877
4878 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
4879
4880 fi
4881
4882
4883 eval "$wx_cv_use_utf8"
4884
4885 { echo "$as_me:$LINENO: result: $wxUSE_UNICODE_UTF8" >&5
4886 echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
4887
4888
4889 enablestring=
4890 defaultval=
4891 if test -z "$defaultval"; then
4892 if test x"$enablestring" = xdisable; then
4893 defaultval=yes
4894 else
4895 defaultval=no
4896 fi
4897 fi
4898
4899 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8only" >&5
4900 echo $ECHO_N "checking for --${enablestring:-enable}-utf8only... $ECHO_C" >&6; }
4901 # Check whether --enable-utf8only was given.
4902 if test "${enable_utf8only+set}" = set; then
4903 enableval=$enable_utf8only;
4904 if test "$enableval" = yes; then
4905 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
4906 else
4907 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
4908 fi
4909
4910 else
4911
4912 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
4913
4914 fi
4915
4916
4917 eval "$wx_cv_use_utf8only"
4918
4919 if test x"$enablestring" = xdisable; then
4920 if test $wxUSE_UNICODE_UTF8_LOCALE = no; then
4921 result=yes
4922 else
4923 result=no
4924 fi
4925 else
4926 result=$wxUSE_UNICODE_UTF8_LOCALE
4927 fi
4928
4929 { echo "$as_me:$LINENO: result: $result" >&5
4930 echo "${ECHO_T}$result" >&6; }
4931
4932
4933 enablestring=
4934 defaultval=
4935 if test -z "$defaultval"; then
4936 if test x"$enablestring" = xdisable; then
4937 defaultval=yes
4938 else
4939 defaultval=no
4940 fi
4941 fi
4942
4943 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-extended_rtti" >&5
4944 echo $ECHO_N "checking for --${enablestring:-enable}-extended_rtti... $ECHO_C" >&6; }
4945 # Check whether --enable-extended_rtti was given.
4946 if test "${enable_extended_rtti+set}" = set; then
4947 enableval=$enable_extended_rtti;
4948 if test "$enableval" = yes; then
4949 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
4950 else
4951 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
4952 fi
4953
4954 else
4955
4956 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
4957
4958 fi
4959
4960
4961 eval "$wx_cv_use_extended_rtti"
4962
4963 if test x"$enablestring" = xdisable; then
4964 if test $wxUSE_EXTENDED_RTTI = no; then
4965 result=yes
4966 else
4967 result=no
4968 fi
4969 else
4970 result=$wxUSE_EXTENDED_RTTI
4971 fi
4972
4973 { echo "$as_me:$LINENO: result: $result" >&5
4974 echo "${ECHO_T}$result" >&6; }
4975
4976 if test "$USE_OS2" = 1; then
4977 DEFAULT_wxUSE_OMF=no
4978
4979 enablestring=
4980 defaultval=
4981 if test -z "$defaultval"; then
4982 if test x"$enablestring" = xdisable; then
4983 defaultval=yes
4984 else
4985 defaultval=no
4986 fi
4987 fi
4988
4989 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
4990 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6; }
4991 # Check whether --enable-omf was given.
4992 if test "${enable_omf+set}" = set; then
4993 enableval=$enable_omf;
4994 if test "$enableval" = yes; then
4995 wx_cv_use_omf='wxUSE_OMF=yes'
4996 else
4997 wx_cv_use_omf='wxUSE_OMF=no'
4998 fi
4999
5000 else
5001
5002 wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
5003
5004 fi
5005
5006
5007 eval "$wx_cv_use_omf"
5008
5009 if test x"$enablestring" = xdisable; then
5010 if test $wxUSE_OMF = no; then
5011 result=yes
5012 else
5013 result=no
5014 fi
5015 else
5016 result=$wxUSE_OMF
5017 fi
5018
5019 { echo "$as_me:$LINENO: result: $result" >&5
5020 echo "${ECHO_T}$result" >&6; }
5021
5022 fi
5023
5024
5025 enablestring=disable
5026 defaultval=
5027 if test -z "$defaultval"; then
5028 if test x"$enablestring" = xdisable; then
5029 defaultval=yes
5030 else
5031 defaultval=no
5032 fi
5033 fi
5034
5035 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
5036 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6; }
5037 # Check whether --enable-optimise was given.
5038 if test "${enable_optimise+set}" = set; then
5039 enableval=$enable_optimise;
5040 if test "$enableval" = yes; then
5041 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
5042 else
5043 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
5044 fi
5045
5046 else
5047
5048 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
5049
5050 fi
5051
5052
5053 eval "$wx_cv_use_optimise"
5054
5055 if test x"$enablestring" = xdisable; then
5056 if test $wxUSE_OPTIMISE = no; then
5057 result=yes
5058 else
5059 result=no
5060 fi
5061 else
5062 result=$wxUSE_OPTIMISE
5063 fi
5064
5065 { echo "$as_me:$LINENO: result: $result" >&5
5066 echo "${ECHO_T}$result" >&6; }
5067
5068
5069
5070 enablestring=
5071 defaultval=
5072 if test -z "$defaultval"; then
5073 if test x"$enablestring" = xdisable; then
5074 defaultval=yes
5075 else
5076 defaultval=no
5077 fi
5078 fi
5079
5080 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
5081 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6; }
5082 # Check whether --enable-profile was given.
5083 if test "${enable_profile+set}" = set; then
5084 enableval=$enable_profile;
5085 if test "$enableval" = yes; then
5086 wx_cv_use_profile='wxUSE_PROFILE=yes'
5087 else
5088 wx_cv_use_profile='wxUSE_PROFILE=no'
5089 fi
5090
5091 else
5092
5093 wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
5094
5095 fi
5096
5097
5098 eval "$wx_cv_use_profile"
5099
5100 if test x"$enablestring" = xdisable; then
5101 if test $wxUSE_PROFILE = no; then
5102 result=yes
5103 else
5104 result=no
5105 fi
5106 else
5107 result=$wxUSE_PROFILE
5108 fi
5109
5110 { echo "$as_me:$LINENO: result: $result" >&5
5111 echo "${ECHO_T}$result" >&6; }
5112
5113
5114 enablestring=
5115 defaultval=
5116 if test -z "$defaultval"; then
5117 if test x"$enablestring" = xdisable; then
5118 defaultval=yes
5119 else
5120 defaultval=no
5121 fi
5122 fi
5123
5124 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
5125 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6; }
5126 # Check whether --enable-no_rtti was given.
5127 if test "${enable_no_rtti+set}" = set; then
5128 enableval=$enable_no_rtti;
5129 if test "$enableval" = yes; then
5130 wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
5131 else
5132 wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
5133 fi
5134
5135 else
5136
5137 wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
5138
5139 fi
5140
5141
5142 eval "$wx_cv_use_no_rtti"
5143
5144 if test x"$enablestring" = xdisable; then
5145 if test $wxUSE_NO_RTTI = no; then
5146 result=yes
5147 else
5148 result=no
5149 fi
5150 else
5151 result=$wxUSE_NO_RTTI
5152 fi
5153
5154 { echo "$as_me:$LINENO: result: $result" >&5
5155 echo "${ECHO_T}$result" >&6; }
5156
5157
5158 enablestring=
5159 defaultval=
5160 if test -z "$defaultval"; then
5161 if test x"$enablestring" = xdisable; then
5162 defaultval=yes
5163 else
5164 defaultval=no
5165 fi
5166 fi
5167
5168 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
5169 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6; }
5170 # Check whether --enable-no_exceptions was given.
5171 if test "${enable_no_exceptions+set}" = set; then
5172 enableval=$enable_no_exceptions;
5173 if test "$enableval" = yes; then
5174 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
5175 else
5176 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
5177 fi
5178
5179 else
5180
5181 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
5182
5183 fi
5184
5185
5186 eval "$wx_cv_use_no_exceptions"
5187
5188 if test x"$enablestring" = xdisable; then
5189 if test $wxUSE_NO_EXCEPTIONS = no; then
5190 result=yes
5191 else
5192 result=no
5193 fi
5194 else
5195 result=$wxUSE_NO_EXCEPTIONS
5196 fi
5197
5198 { echo "$as_me:$LINENO: result: $result" >&5
5199 echo "${ECHO_T}$result" >&6; }
5200
5201
5202 enablestring=
5203 defaultval=
5204 if test -z "$defaultval"; then
5205 if test x"$enablestring" = xdisable; then
5206 defaultval=yes
5207 else
5208 defaultval=no
5209 fi
5210 fi
5211
5212 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
5213 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6; }
5214 # Check whether --enable-permissive was given.
5215 if test "${enable_permissive+set}" = set; then
5216 enableval=$enable_permissive;
5217 if test "$enableval" = yes; then
5218 wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
5219 else
5220 wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
5221 fi
5222
5223 else
5224
5225 wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
5226
5227 fi
5228
5229
5230 eval "$wx_cv_use_permissive"
5231
5232 if test x"$enablestring" = xdisable; then
5233 if test $wxUSE_PERMISSIVE = no; then
5234 result=yes
5235 else
5236 result=no
5237 fi
5238 else
5239 result=$wxUSE_PERMISSIVE
5240 fi
5241
5242 { echo "$as_me:$LINENO: result: $result" >&5
5243 echo "${ECHO_T}$result" >&6; }
5244
5245
5246 enablestring=
5247 defaultval=
5248 if test -z "$defaultval"; then
5249 if test x"$enablestring" = xdisable; then
5250 defaultval=yes
5251 else
5252 defaultval=no
5253 fi
5254 fi
5255
5256 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
5257 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6; }
5258 # Check whether --enable-no_deps was given.
5259 if test "${enable_no_deps+set}" = set; then
5260 enableval=$enable_no_deps;
5261 if test "$enableval" = yes; then
5262 wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
5263 else
5264 wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
5265 fi
5266
5267 else
5268
5269 wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
5270
5271 fi
5272
5273
5274 eval "$wx_cv_use_no_deps"
5275
5276 if test x"$enablestring" = xdisable; then
5277 if test $wxUSE_NO_DEPS = no; then
5278 result=yes
5279 else
5280 result=no
5281 fi
5282 else
5283 result=$wxUSE_NO_DEPS
5284 fi
5285
5286 { echo "$as_me:$LINENO: result: $result" >&5
5287 echo "${ECHO_T}$result" >&6; }
5288
5289
5290 enablestring=disable
5291 defaultval=
5292 if test -z "$defaultval"; then
5293 if test x"$enablestring" = xdisable; then
5294 defaultval=yes
5295 else
5296 defaultval=no
5297 fi
5298 fi
5299
5300 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-vararg_macros" >&5
5301 echo $ECHO_N "checking for --${enablestring:-enable}-vararg_macros... $ECHO_C" >&6; }
5302 # Check whether --enable-vararg_macros was given.
5303 if test "${enable_vararg_macros+set}" = set; then
5304 enableval=$enable_vararg_macros;
5305 if test "$enableval" = yes; then
5306 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
5307 else
5308 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
5309 fi
5310
5311 else
5312
5313 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
5314
5315 fi
5316
5317
5318 eval "$wx_cv_use_vararg_macros"
5319
5320 if test x"$enablestring" = xdisable; then
5321 if test $wxUSE_VARARG_MACROS = no; then
5322 result=yes
5323 else
5324 result=no
5325 fi
5326 else
5327 result=$wxUSE_VARARG_MACROS
5328 fi
5329
5330 { echo "$as_me:$LINENO: result: $result" >&5
5331 echo "${ECHO_T}$result" >&6; }
5332
5333
5334 enablestring=
5335 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
5336 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6; }
5337 # Check whether --enable-universal_binary was given.
5338 if test "${enable_universal_binary+set}" = set; then
5339 enableval=$enable_universal_binary;
5340 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
5341
5342 else
5343
5344 wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
5345
5346 fi
5347
5348
5349 eval "$wx_cv_use_universal_binary"
5350
5351 { echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
5352 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
5353
5354
5355
5356 enablestring=
5357 defaultval=
5358 if test -z "$defaultval"; then
5359 if test x"$enablestring" = xdisable; then
5360 defaultval=yes
5361 else
5362 defaultval=no
5363 fi
5364 fi
5365
5366 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
5367 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6; }
5368 # Check whether --enable-compat26 was given.
5369 if test "${enable_compat26+set}" = set; then
5370 enableval=$enable_compat26;
5371 if test "$enableval" = yes; then
5372 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
5373 else
5374 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
5375 fi
5376
5377 else
5378
5379 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
5380
5381 fi
5382
5383
5384 eval "$wx_cv_use_compat26"
5385
5386 if test x"$enablestring" = xdisable; then
5387 if test $WXWIN_COMPATIBILITY_2_6 = no; then
5388 result=yes
5389 else
5390 result=no
5391 fi
5392 else
5393 result=$WXWIN_COMPATIBILITY_2_6
5394 fi
5395
5396 { echo "$as_me:$LINENO: result: $result" >&5
5397 echo "${ECHO_T}$result" >&6; }
5398
5399
5400 enablestring=disable
5401 defaultval=
5402 if test -z "$defaultval"; then
5403 if test x"$enablestring" = xdisable; then
5404 defaultval=yes
5405 else
5406 defaultval=no
5407 fi
5408 fi
5409
5410 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat28" >&5
5411 echo $ECHO_N "checking for --${enablestring:-enable}-compat28... $ECHO_C" >&6; }
5412 # Check whether --enable-compat28 was given.
5413 if test "${enable_compat28+set}" = set; then
5414 enableval=$enable_compat28;
5415 if test "$enableval" = yes; then
5416 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
5417 else
5418 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
5419 fi
5420
5421 else
5422
5423 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
5424
5425 fi
5426
5427
5428 eval "$wx_cv_use_compat28"
5429
5430 if test x"$enablestring" = xdisable; then
5431 if test $WXWIN_COMPATIBILITY_2_8 = no; then
5432 result=yes
5433 else
5434 result=no
5435 fi
5436 else
5437 result=$WXWIN_COMPATIBILITY_2_8
5438 fi
5439
5440 { echo "$as_me:$LINENO: result: $result" >&5
5441 echo "${ECHO_T}$result" >&6; }
5442
5443
5444
5445 enablestring=disable
5446 defaultval=
5447 if test -z "$defaultval"; then
5448 if test x"$enablestring" = xdisable; then
5449 defaultval=yes
5450 else
5451 defaultval=no
5452 fi
5453 fi
5454
5455 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
5456 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6; }
5457 # Check whether --enable-rpath was given.
5458 if test "${enable_rpath+set}" = set; then
5459 enableval=$enable_rpath;
5460 if test "$enableval" = yes; then
5461 wx_cv_use_rpath='wxUSE_RPATH=yes'
5462 else
5463 wx_cv_use_rpath='wxUSE_RPATH=no'
5464 fi
5465
5466 else
5467
5468 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
5469
5470 fi
5471
5472
5473 eval "$wx_cv_use_rpath"
5474
5475 if test x"$enablestring" = xdisable; then
5476 if test $wxUSE_RPATH = no; then
5477 result=yes
5478 else
5479 result=no
5480 fi
5481 else
5482 result=$wxUSE_RPATH
5483 fi
5484
5485 { echo "$as_me:$LINENO: result: $result" >&5
5486 echo "${ECHO_T}$result" >&6; }
5487
5488
5489
5490 enablestring=
5491 defaultval=
5492 if test -z "$defaultval"; then
5493 if test x"$enablestring" = xdisable; then
5494 defaultval=yes
5495 else
5496 defaultval=no
5497 fi
5498 fi
5499
5500 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-objc_uniquifying" >&5
5501 echo $ECHO_N "checking for --${enablestring:-enable}-objc_uniquifying... $ECHO_C" >&6; }
5502 # Check whether --enable-objc_uniquifying was given.
5503 if test "${enable_objc_uniquifying+set}" = set; then
5504 enableval=$enable_objc_uniquifying;
5505 if test "$enableval" = yes; then
5506 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
5507 else
5508 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
5509 fi
5510
5511 else
5512
5513 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
5514
5515 fi
5516
5517
5518 eval "$wx_cv_use_objc_uniquifying"
5519
5520 if test x"$enablestring" = xdisable; then
5521 if test $wxUSE_OBJC_UNIQUIFYING = no; then
5522 result=yes
5523 else
5524 result=no
5525 fi
5526 else
5527 result=$wxUSE_OBJC_UNIQUIFYING
5528 fi
5529
5530 { echo "$as_me:$LINENO: result: $result" >&5
5531 echo "${ECHO_T}$result" >&6; }
5532
5533
5534
5535 enablestring=disable
5536 defaultval=
5537 if test -z "$defaultval"; then
5538 if test x"$enablestring" = xdisable; then
5539 defaultval=yes
5540 else
5541 defaultval=no
5542 fi
5543 fi
5544
5545 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5
5546 echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; }
5547 # Check whether --enable-visibility was given.
5548 if test "${enable_visibility+set}" = set; then
5549 enableval=$enable_visibility;
5550 if test "$enableval" = yes; then
5551 wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
5552 else
5553 wx_cv_use_visibility='wxUSE_VISIBILITY=no'
5554 fi
5555
5556 else
5557
5558 wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
5559
5560 fi
5561
5562
5563 eval "$wx_cv_use_visibility"
5564
5565 if test x"$enablestring" = xdisable; then
5566 if test $wxUSE_VISIBILITY = no; then
5567 result=yes
5568 else
5569 result=no
5570 fi
5571 else
5572 result=$wxUSE_VISIBILITY
5573 fi
5574
5575 { echo "$as_me:$LINENO: result: $result" >&5
5576 echo "${ECHO_T}$result" >&6; }
5577
5578
5579 enablestring=disable
5580 defaultval=
5581 if test -z "$defaultval"; then
5582 if test x"$enablestring" = xdisable; then
5583 defaultval=yes
5584 else
5585 defaultval=no
5586 fi
5587 fi
5588
5589 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tls" >&5
5590 echo $ECHO_N "checking for --${enablestring:-enable}-tls... $ECHO_C" >&6; }
5591 # Check whether --enable-tls was given.
5592 if test "${enable_tls+set}" = set; then
5593 enableval=$enable_tls;
5594 if test "$enableval" = yes; then
5595 wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
5596 else
5597 wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
5598 fi
5599
5600 else
5601
5602 wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
5603
5604 fi
5605
5606
5607 eval "$wx_cv_use_tls"
5608
5609 if test x"$enablestring" = xdisable; then
5610 if test $wxUSE_COMPILER_TLS = no; then
5611 result=yes
5612 else
5613 result=no
5614 fi
5615 else
5616 result=$wxUSE_COMPILER_TLS
5617 fi
5618
5619 { echo "$as_me:$LINENO: result: $result" >&5
5620 echo "${ECHO_T}$result" >&6; }
5621
5622
5623
5624
5625 enablestring=
5626 defaultval=$wxUSE_ALL_FEATURES
5627 if test -z "$defaultval"; then
5628 if test x"$enablestring" = xdisable; then
5629 defaultval=yes
5630 else
5631 defaultval=no
5632 fi
5633 fi
5634
5635 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
5636 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6; }
5637 # Check whether --enable-intl was given.
5638 if test "${enable_intl+set}" = set; then
5639 enableval=$enable_intl;
5640 if test "$enableval" = yes; then
5641 wx_cv_use_intl='wxUSE_INTL=yes'
5642 else
5643 wx_cv_use_intl='wxUSE_INTL=no'
5644 fi
5645
5646 else
5647
5648 wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
5649
5650 fi
5651
5652
5653 eval "$wx_cv_use_intl"
5654
5655 if test x"$enablestring" = xdisable; then
5656 if test $wxUSE_INTL = no; then
5657 result=yes
5658 else
5659 result=no
5660 fi
5661 else
5662 result=$wxUSE_INTL
5663 fi
5664
5665 { echo "$as_me:$LINENO: result: $result" >&5
5666 echo "${ECHO_T}$result" >&6; }
5667
5668
5669 enablestring=
5670 defaultval=$wxUSE_ALL_FEATURES
5671 if test -z "$defaultval"; then
5672 if test x"$enablestring" = xdisable; then
5673 defaultval=yes
5674 else
5675 defaultval=no
5676 fi
5677 fi
5678
5679 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xlocale" >&5
5680 echo $ECHO_N "checking for --${enablestring:-enable}-xlocale... $ECHO_C" >&6; }
5681 # Check whether --enable-xlocale was given.
5682 if test "${enable_xlocale+set}" = set; then
5683 enableval=$enable_xlocale;
5684 if test "$enableval" = yes; then
5685 wx_cv_use_xlocale='wxUSE_XLOCALE=yes'
5686 else
5687 wx_cv_use_xlocale='wxUSE_XLOCALE=no'
5688 fi
5689
5690 else
5691
5692 wx_cv_use_xlocale='wxUSE_XLOCALE=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
5693
5694 fi
5695
5696
5697 eval "$wx_cv_use_xlocale"
5698
5699 if test x"$enablestring" = xdisable; then
5700 if test $wxUSE_XLOCALE = no; then
5701 result=yes
5702 else
5703 result=no
5704 fi
5705 else
5706 result=$wxUSE_XLOCALE
5707 fi
5708
5709 { echo "$as_me:$LINENO: result: $result" >&5
5710 echo "${ECHO_T}$result" >&6; }
5711
5712
5713 enablestring=
5714 defaultval=$wxUSE_ALL_FEATURES
5715 if test -z "$defaultval"; then
5716 if test x"$enablestring" = xdisable; then
5717 defaultval=yes
5718 else
5719 defaultval=no
5720 fi
5721 fi
5722
5723 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
5724 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6; }
5725 # Check whether --enable-config was given.
5726 if test "${enable_config+set}" = set; then
5727 enableval=$enable_config;
5728 if test "$enableval" = yes; then
5729 wx_cv_use_config='wxUSE_CONFIG=yes'
5730 else
5731 wx_cv_use_config='wxUSE_CONFIG=no'
5732 fi
5733
5734 else
5735
5736 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
5737
5738 fi
5739
5740
5741 eval "$wx_cv_use_config"
5742
5743 if test x"$enablestring" = xdisable; then
5744 if test $wxUSE_CONFIG = no; then
5745 result=yes
5746 else
5747 result=no
5748 fi
5749 else
5750 result=$wxUSE_CONFIG
5751 fi
5752
5753 { echo "$as_me:$LINENO: result: $result" >&5
5754 echo "${ECHO_T}$result" >&6; }
5755
5756
5757
5758 enablestring=
5759 defaultval=$wxUSE_ALL_FEATURES
5760 if test -z "$defaultval"; then
5761 if test x"$enablestring" = xdisable; then
5762 defaultval=yes
5763 else
5764 defaultval=no
5765 fi
5766 fi
5767
5768 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
5769 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6; }
5770 # Check whether --enable-protocols was given.
5771 if test "${enable_protocols+set}" = set; then
5772 enableval=$enable_protocols;
5773 if test "$enableval" = yes; then
5774 wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
5775 else
5776 wx_cv_use_protocols='wxUSE_PROTOCOL=no'
5777 fi
5778
5779 else
5780
5781 wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
5782
5783 fi
5784
5785
5786 eval "$wx_cv_use_protocols"
5787
5788 if test x"$enablestring" = xdisable; then
5789 if test $wxUSE_PROTOCOL = no; then
5790 result=yes
5791 else
5792 result=no
5793 fi
5794 else
5795 result=$wxUSE_PROTOCOL
5796 fi
5797
5798 { echo "$as_me:$LINENO: result: $result" >&5
5799 echo "${ECHO_T}$result" >&6; }
5800
5801
5802 enablestring=
5803 defaultval=$wxUSE_ALL_FEATURES
5804 if test -z "$defaultval"; then
5805 if test x"$enablestring" = xdisable; then
5806 defaultval=yes
5807 else
5808 defaultval=no
5809 fi
5810 fi
5811
5812 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
5813 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6; }
5814 # Check whether --enable-ftp was given.
5815 if test "${enable_ftp+set}" = set; then
5816 enableval=$enable_ftp;
5817 if test "$enableval" = yes; then
5818 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
5819 else
5820 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
5821 fi
5822
5823 else
5824
5825 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
5826
5827 fi
5828
5829
5830 eval "$wx_cv_use_ftp"
5831
5832 if test x"$enablestring" = xdisable; then
5833 if test $wxUSE_PROTOCOL_FTP = no; then
5834 result=yes
5835 else
5836 result=no
5837 fi
5838 else
5839 result=$wxUSE_PROTOCOL_FTP
5840 fi
5841
5842 { echo "$as_me:$LINENO: result: $result" >&5
5843 echo "${ECHO_T}$result" >&6; }
5844
5845
5846 enablestring=
5847 defaultval=$wxUSE_ALL_FEATURES
5848 if test -z "$defaultval"; then
5849 if test x"$enablestring" = xdisable; then
5850 defaultval=yes
5851 else
5852 defaultval=no
5853 fi
5854 fi
5855
5856 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
5857 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6; }
5858 # Check whether --enable-http was given.
5859 if test "${enable_http+set}" = set; then
5860 enableval=$enable_http;
5861 if test "$enableval" = yes; then
5862 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
5863 else
5864 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
5865 fi
5866
5867 else
5868
5869 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
5870
5871 fi
5872
5873
5874 eval "$wx_cv_use_http"
5875
5876 if test x"$enablestring" = xdisable; then
5877 if test $wxUSE_PROTOCOL_HTTP = no; then
5878 result=yes
5879 else
5880 result=no
5881 fi
5882 else
5883 result=$wxUSE_PROTOCOL_HTTP
5884 fi
5885
5886 { echo "$as_me:$LINENO: result: $result" >&5
5887 echo "${ECHO_T}$result" >&6; }
5888
5889
5890 enablestring=
5891 defaultval=$wxUSE_ALL_FEATURES
5892 if test -z "$defaultval"; then
5893 if test x"$enablestring" = xdisable; then
5894 defaultval=yes
5895 else
5896 defaultval=no
5897 fi
5898 fi
5899
5900 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
5901 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6; }
5902 # Check whether --enable-fileproto was given.
5903 if test "${enable_fileproto+set}" = set; then
5904 enableval=$enable_fileproto;
5905 if test "$enableval" = yes; then
5906 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
5907 else
5908 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
5909 fi
5910
5911 else
5912
5913 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
5914
5915 fi
5916
5917
5918 eval "$wx_cv_use_fileproto"
5919
5920 if test x"$enablestring" = xdisable; then
5921 if test $wxUSE_PROTOCOL_FILE = no; then
5922 result=yes
5923 else
5924 result=no
5925 fi
5926 else
5927 result=$wxUSE_PROTOCOL_FILE
5928 fi
5929
5930 { echo "$as_me:$LINENO: result: $result" >&5
5931 echo "${ECHO_T}$result" >&6; }
5932
5933
5934 enablestring=
5935 defaultval=$wxUSE_ALL_FEATURES
5936 if test -z "$defaultval"; then
5937 if test x"$enablestring" = xdisable; then
5938 defaultval=yes
5939 else
5940 defaultval=no
5941 fi
5942 fi
5943
5944 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
5945 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6; }
5946 # Check whether --enable-sockets was given.
5947 if test "${enable_sockets+set}" = set; then
5948 enableval=$enable_sockets;
5949 if test "$enableval" = yes; then
5950 wx_cv_use_sockets='wxUSE_SOCKETS=yes'
5951 else
5952 wx_cv_use_sockets='wxUSE_SOCKETS=no'
5953 fi
5954
5955 else
5956
5957 wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
5958
5959 fi
5960
5961
5962 eval "$wx_cv_use_sockets"
5963
5964 if test x"$enablestring" = xdisable; then
5965 if test $wxUSE_SOCKETS = no; then
5966 result=yes
5967 else
5968 result=no
5969 fi
5970 else
5971 result=$wxUSE_SOCKETS
5972 fi
5973
5974 { echo "$as_me:$LINENO: result: $result" >&5
5975 echo "${ECHO_T}$result" >&6; }
5976
5977
5978 enablestring=
5979 defaultval=$wxUSE_ALL_FEATURES
5980 if test -z "$defaultval"; then
5981 if test x"$enablestring" = xdisable; then
5982 defaultval=yes
5983 else
5984 defaultval=no
5985 fi
5986 fi
5987
5988 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipv6" >&5
5989 echo $ECHO_N "checking for --${enablestring:-enable}-ipv6... $ECHO_C" >&6; }
5990 # Check whether --enable-ipv6 was given.
5991 if test "${enable_ipv6+set}" = set; then
5992 enableval=$enable_ipv6;
5993 if test "$enableval" = yes; then
5994 wx_cv_use_ipv6='wxUSE_IPV6=yes'
5995 else
5996 wx_cv_use_ipv6='wxUSE_IPV6=no'
5997 fi
5998
5999 else
6000
6001 wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
6002
6003 fi
6004
6005
6006 eval "$wx_cv_use_ipv6"
6007
6008 if test x"$enablestring" = xdisable; then
6009 if test $wxUSE_IPV6 = no; then
6010 result=yes
6011 else
6012 result=no
6013 fi
6014 else
6015 result=$wxUSE_IPV6
6016 fi
6017
6018 { echo "$as_me:$LINENO: result: $result" >&5
6019 echo "${ECHO_T}$result" >&6; }
6020
6021
6022 enablestring=
6023 defaultval=$wxUSE_ALL_FEATURES
6024 if test -z "$defaultval"; then
6025 if test x"$enablestring" = xdisable; then
6026 defaultval=yes
6027 else
6028 defaultval=no
6029 fi
6030 fi
6031
6032 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
6033 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6; }
6034 # Check whether --enable-ole was given.
6035 if test "${enable_ole+set}" = set; then
6036 enableval=$enable_ole;
6037 if test "$enableval" = yes; then
6038 wx_cv_use_ole='wxUSE_OLE=yes'
6039 else
6040 wx_cv_use_ole='wxUSE_OLE=no'
6041 fi
6042
6043 else
6044
6045 wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
6046
6047 fi
6048
6049
6050 eval "$wx_cv_use_ole"
6051
6052 if test x"$enablestring" = xdisable; then
6053 if test $wxUSE_OLE = no; then
6054 result=yes
6055 else
6056 result=no
6057 fi
6058 else
6059 result=$wxUSE_OLE
6060 fi
6061
6062 { echo "$as_me:$LINENO: result: $result" >&5
6063 echo "${ECHO_T}$result" >&6; }
6064
6065
6066 enablestring=
6067 defaultval=$wxUSE_ALL_FEATURES
6068 if test -z "$defaultval"; then
6069 if test x"$enablestring" = xdisable; then
6070 defaultval=yes
6071 else
6072 defaultval=no
6073 fi
6074 fi
6075
6076 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
6077 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6; }
6078 # Check whether --enable-dataobj was given.
6079 if test "${enable_dataobj+set}" = set; then
6080 enableval=$enable_dataobj;
6081 if test "$enableval" = yes; then
6082 wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
6083 else
6084 wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
6085 fi
6086
6087 else
6088
6089 wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
6090
6091 fi
6092
6093
6094 eval "$wx_cv_use_dataobj"
6095
6096 if test x"$enablestring" = xdisable; then
6097 if test $wxUSE_DATAOBJ = no; then
6098 result=yes
6099 else
6100 result=no
6101 fi
6102 else
6103 result=$wxUSE_DATAOBJ
6104 fi
6105
6106 { echo "$as_me:$LINENO: result: $result" >&5
6107 echo "${ECHO_T}$result" >&6; }
6108
6109
6110
6111 enablestring=
6112 defaultval=$wxUSE_ALL_FEATURES
6113 if test -z "$defaultval"; then
6114 if test x"$enablestring" = xdisable; then
6115 defaultval=yes
6116 else
6117 defaultval=no
6118 fi
6119 fi
6120
6121 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
6122 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6; }
6123 # Check whether --enable-ipc was given.
6124 if test "${enable_ipc+set}" = set; then
6125 enableval=$enable_ipc;
6126 if test "$enableval" = yes; then
6127 wx_cv_use_ipc='wxUSE_IPC=yes'
6128 else
6129 wx_cv_use_ipc='wxUSE_IPC=no'
6130 fi
6131
6132 else
6133
6134 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
6135
6136 fi
6137
6138
6139 eval "$wx_cv_use_ipc"
6140
6141 if test x"$enablestring" = xdisable; then
6142 if test $wxUSE_IPC = no; then
6143 result=yes
6144 else
6145 result=no
6146 fi
6147 else
6148 result=$wxUSE_IPC
6149 fi
6150
6151 { echo "$as_me:$LINENO: result: $result" >&5
6152 echo "${ECHO_T}$result" >&6; }
6153
6154
6155
6156 enablestring=
6157 defaultval=$wxUSE_ALL_FEATURES
6158 if test -z "$defaultval"; then
6159 if test x"$enablestring" = xdisable; then
6160 defaultval=yes
6161 else
6162 defaultval=no
6163 fi
6164 fi
6165
6166 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-baseevtloop" >&5
6167 echo $ECHO_N "checking for --${enablestring:-enable}-baseevtloop... $ECHO_C" >&6; }
6168 # Check whether --enable-baseevtloop was given.
6169 if test "${enable_baseevtloop+set}" = set; then
6170 enableval=$enable_baseevtloop;
6171 if test "$enableval" = yes; then
6172 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
6173 else
6174 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
6175 fi
6176
6177 else
6178
6179 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
6180
6181 fi
6182
6183
6184 eval "$wx_cv_use_baseevtloop"
6185
6186 if test x"$enablestring" = xdisable; then
6187 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
6188 result=yes
6189 else
6190 result=no
6191 fi
6192 else
6193 result=$wxUSE_CONSOLE_EVENTLOOP
6194 fi
6195
6196 { echo "$as_me:$LINENO: result: $result" >&5
6197 echo "${ECHO_T}$result" >&6; }
6198
6199
6200 enablestring=
6201 defaultval=$wxUSE_ALL_FEATURES
6202 if test -z "$defaultval"; then
6203 if test x"$enablestring" = xdisable; then
6204 defaultval=yes
6205 else
6206 defaultval=no
6207 fi
6208 fi
6209
6210 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-epollloop" >&5
6211 echo $ECHO_N "checking for --${enablestring:-enable}-epollloop... $ECHO_C" >&6; }
6212 # Check whether --enable-epollloop was given.
6213 if test "${enable_epollloop+set}" = set; then
6214 enableval=$enable_epollloop;
6215 if test "$enableval" = yes; then
6216 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
6217 else
6218 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
6219 fi
6220
6221 else
6222
6223 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
6224
6225 fi
6226
6227
6228 eval "$wx_cv_use_epollloop"
6229
6230 if test x"$enablestring" = xdisable; then
6231 if test $wxUSE_EPOLL_DISPATCHER = no; then
6232 result=yes
6233 else
6234 result=no
6235 fi
6236 else
6237 result=$wxUSE_EPOLL_DISPATCHER
6238 fi
6239
6240 { echo "$as_me:$LINENO: result: $result" >&5
6241 echo "${ECHO_T}$result" >&6; }
6242
6243
6244 enablestring=
6245 defaultval=$wxUSE_ALL_FEATURES
6246 if test -z "$defaultval"; then
6247 if test x"$enablestring" = xdisable; then
6248 defaultval=yes
6249 else
6250 defaultval=no
6251 fi
6252 fi
6253
6254 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-selectloop" >&5
6255 echo $ECHO_N "checking for --${enablestring:-enable}-selectloop... $ECHO_C" >&6; }
6256 # Check whether --enable-selectloop was given.
6257 if test "${enable_selectloop+set}" = set; then
6258 enableval=$enable_selectloop;
6259 if test "$enableval" = yes; then
6260 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
6261 else
6262 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
6263 fi
6264
6265 else
6266
6267 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
6268
6269 fi
6270
6271
6272 eval "$wx_cv_use_selectloop"
6273
6274 if test x"$enablestring" = xdisable; then
6275 if test $wxUSE_SELECT_DISPATCHER = no; then
6276 result=yes
6277 else
6278 result=no
6279 fi
6280 else
6281 result=$wxUSE_SELECT_DISPATCHER
6282 fi
6283
6284 { echo "$as_me:$LINENO: result: $result" >&5
6285 echo "${ECHO_T}$result" >&6; }
6286
6287
6288
6289 enablestring=
6290 defaultval=$wxUSE_ALL_FEATURES
6291 if test -z "$defaultval"; then
6292 if test x"$enablestring" = xdisable; then
6293 defaultval=yes
6294 else
6295 defaultval=no
6296 fi
6297 fi
6298
6299 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-any" >&5
6300 echo $ECHO_N "checking for --${enablestring:-enable}-any... $ECHO_C" >&6; }
6301 # Check whether --enable-any was given.
6302 if test "${enable_any+set}" = set; then
6303 enableval=$enable_any;
6304 if test "$enableval" = yes; then
6305 wx_cv_use_any='wxUSE_ANY=yes'
6306 else
6307 wx_cv_use_any='wxUSE_ANY=no'
6308 fi
6309
6310 else
6311
6312 wx_cv_use_any='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
6313
6314 fi
6315
6316
6317 eval "$wx_cv_use_any"
6318
6319 if test x"$enablestring" = xdisable; then
6320 if test $wxUSE_ANY = no; then
6321 result=yes
6322 else
6323 result=no
6324 fi
6325 else
6326 result=$wxUSE_ANY
6327 fi
6328
6329 { echo "$as_me:$LINENO: result: $result" >&5
6330 echo "${ECHO_T}$result" >&6; }
6331
6332
6333 enablestring=
6334 defaultval=$wxUSE_ALL_FEATURES
6335 if test -z "$defaultval"; then
6336 if test x"$enablestring" = xdisable; then
6337 defaultval=yes
6338 else
6339 defaultval=no
6340 fi
6341 fi
6342
6343 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
6344 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6; }
6345 # Check whether --enable-apple_ieee was given.
6346 if test "${enable_apple_ieee+set}" = set; then
6347 enableval=$enable_apple_ieee;
6348 if test "$enableval" = yes; then
6349 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
6350 else
6351 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
6352 fi
6353
6354 else
6355
6356 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
6357
6358 fi
6359
6360
6361 eval "$wx_cv_use_apple_ieee"
6362
6363 if test x"$enablestring" = xdisable; then
6364 if test $wxUSE_APPLE_IEEE = no; then
6365 result=yes
6366 else
6367 result=no
6368 fi
6369 else
6370 result=$wxUSE_APPLE_IEEE
6371 fi
6372
6373 { echo "$as_me:$LINENO: result: $result" >&5
6374 echo "${ECHO_T}$result" >&6; }
6375
6376
6377 enablestring=
6378 defaultval=$wxUSE_ALL_FEATURES
6379 if test -z "$defaultval"; then
6380 if test x"$enablestring" = xdisable; then
6381 defaultval=yes
6382 else
6383 defaultval=no
6384 fi
6385 fi
6386
6387 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
6388 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6; }
6389 # Check whether --enable-arcstream was given.
6390 if test "${enable_arcstream+set}" = set; then
6391 enableval=$enable_arcstream;
6392 if test "$enableval" = yes; then
6393 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
6394 else
6395 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
6396 fi
6397
6398 else
6399
6400 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
6401
6402 fi
6403
6404
6405 eval "$wx_cv_use_arcstream"
6406
6407 if test x"$enablestring" = xdisable; then
6408 if test $wxUSE_ARCHIVE_STREAMS = no; then
6409 result=yes
6410 else
6411 result=no
6412 fi
6413 else
6414 result=$wxUSE_ARCHIVE_STREAMS
6415 fi
6416
6417 { echo "$as_me:$LINENO: result: $result" >&5
6418 echo "${ECHO_T}$result" >&6; }
6419
6420
6421 enablestring=
6422 defaultval=$wxUSE_ALL_FEATURES
6423 if test -z "$defaultval"; then
6424 if test x"$enablestring" = xdisable; then
6425 defaultval=yes
6426 else
6427 defaultval=no
6428 fi
6429 fi
6430
6431 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-base64" >&5
6432 echo $ECHO_N "checking for --${enablestring:-enable}-base64... $ECHO_C" >&6; }
6433 # Check whether --enable-base64 was given.
6434 if test "${enable_base64+set}" = set; then
6435 enableval=$enable_base64;
6436 if test "$enableval" = yes; then
6437 wx_cv_use_base64='wxUSE_BASE64=yes'
6438 else
6439 wx_cv_use_base64='wxUSE_BASE64=no'
6440 fi
6441
6442 else
6443
6444 wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
6445
6446 fi
6447
6448
6449 eval "$wx_cv_use_base64"
6450
6451 if test x"$enablestring" = xdisable; then
6452 if test $wxUSE_BASE64 = no; then
6453 result=yes
6454 else
6455 result=no
6456 fi
6457 else
6458 result=$wxUSE_BASE64
6459 fi
6460
6461 { echo "$as_me:$LINENO: result: $result" >&5
6462 echo "${ECHO_T}$result" >&6; }
6463
6464
6465 enablestring=
6466 defaultval=$wxUSE_ALL_FEATURES
6467 if test -z "$defaultval"; then
6468 if test x"$enablestring" = xdisable; then
6469 defaultval=yes
6470 else
6471 defaultval=no
6472 fi
6473 fi
6474
6475 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
6476 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6; }
6477 # Check whether --enable-backtrace was given.
6478 if test "${enable_backtrace+set}" = set; then
6479 enableval=$enable_backtrace;
6480 if test "$enableval" = yes; then
6481 wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
6482 else
6483 wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
6484 fi
6485
6486 else
6487
6488 wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
6489
6490 fi
6491
6492
6493 eval "$wx_cv_use_backtrace"
6494
6495 if test x"$enablestring" = xdisable; then
6496 if test $wxUSE_STACKWALKER = no; then
6497 result=yes
6498 else
6499 result=no
6500 fi
6501 else
6502 result=$wxUSE_STACKWALKER
6503 fi
6504
6505 { echo "$as_me:$LINENO: result: $result" >&5
6506 echo "${ECHO_T}$result" >&6; }
6507
6508
6509 enablestring=
6510 defaultval=$wxUSE_ALL_FEATURES
6511 if test -z "$defaultval"; then
6512 if test x"$enablestring" = xdisable; then
6513 defaultval=yes
6514 else
6515 defaultval=no
6516 fi
6517 fi
6518
6519 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
6520 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6; }
6521 # Check whether --enable-catch_segvs was given.
6522 if test "${enable_catch_segvs+set}" = set; then
6523 enableval=$enable_catch_segvs;
6524 if test "$enableval" = yes; then
6525 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
6526 else
6527 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
6528 fi
6529
6530 else
6531
6532 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
6533
6534 fi
6535
6536
6537 eval "$wx_cv_use_catch_segvs"
6538
6539 if test x"$enablestring" = xdisable; then
6540 if test $wxUSE_ON_FATAL_EXCEPTION = no; then
6541 result=yes
6542 else
6543 result=no
6544 fi
6545 else
6546 result=$wxUSE_ON_FATAL_EXCEPTION
6547 fi
6548
6549 { echo "$as_me:$LINENO: result: $result" >&5
6550 echo "${ECHO_T}$result" >&6; }
6551
6552
6553 enablestring=
6554 defaultval=$wxUSE_ALL_FEATURES
6555 if test -z "$defaultval"; then
6556 if test x"$enablestring" = xdisable; then
6557 defaultval=yes
6558 else
6559 defaultval=no
6560 fi
6561 fi
6562
6563 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
6564 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6; }
6565 # Check whether --enable-cmdline was given.
6566 if test "${enable_cmdline+set}" = set; then
6567 enableval=$enable_cmdline;
6568 if test "$enableval" = yes; then
6569 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
6570 else
6571 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
6572 fi
6573
6574 else
6575
6576 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
6577
6578 fi
6579
6580
6581 eval "$wx_cv_use_cmdline"
6582
6583 if test x"$enablestring" = xdisable; then
6584 if test $wxUSE_CMDLINE_PARSER = no; then
6585 result=yes
6586 else
6587 result=no
6588 fi
6589 else
6590 result=$wxUSE_CMDLINE_PARSER
6591 fi
6592
6593 { echo "$as_me:$LINENO: result: $result" >&5
6594 echo "${ECHO_T}$result" >&6; }
6595
6596
6597 enablestring=
6598 defaultval=$wxUSE_ALL_FEATURES
6599 if test -z "$defaultval"; then
6600 if test x"$enablestring" = xdisable; then
6601 defaultval=yes
6602 else
6603 defaultval=no
6604 fi
6605 fi
6606
6607 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
6608 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6; }
6609 # Check whether --enable-datetime was given.
6610 if test "${enable_datetime+set}" = set; then
6611 enableval=$enable_datetime;
6612 if test "$enableval" = yes; then
6613 wx_cv_use_datetime='wxUSE_DATETIME=yes'
6614 else
6615 wx_cv_use_datetime='wxUSE_DATETIME=no'
6616 fi
6617
6618 else
6619
6620 wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
6621
6622 fi
6623
6624
6625 eval "$wx_cv_use_datetime"
6626
6627 if test x"$enablestring" = xdisable; then
6628 if test $wxUSE_DATETIME = no; then
6629 result=yes
6630 else
6631 result=no
6632 fi
6633 else
6634 result=$wxUSE_DATETIME
6635 fi
6636
6637 { echo "$as_me:$LINENO: result: $result" >&5
6638 echo "${ECHO_T}$result" >&6; }
6639
6640
6641 enablestring=
6642 defaultval=$wxUSE_ALL_FEATURES
6643 if test -z "$defaultval"; then
6644 if test x"$enablestring" = xdisable; then
6645 defaultval=yes
6646 else
6647 defaultval=no
6648 fi
6649 fi
6650
6651 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
6652 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6; }
6653 # Check whether --enable-debugreport was given.
6654 if test "${enable_debugreport+set}" = set; then
6655 enableval=$enable_debugreport;
6656 if test "$enableval" = yes; then
6657 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
6658 else
6659 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
6660 fi
6661
6662 else
6663
6664 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
6665
6666 fi
6667
6668
6669 eval "$wx_cv_use_debugreport"
6670
6671 if test x"$enablestring" = xdisable; then
6672 if test $wxUSE_DEBUGREPORT = no; then
6673 result=yes
6674 else
6675 result=no
6676 fi
6677 else
6678 result=$wxUSE_DEBUGREPORT
6679 fi
6680
6681 { echo "$as_me:$LINENO: result: $result" >&5
6682 echo "${ECHO_T}$result" >&6; }
6683
6684
6685 enablestring=
6686 defaultval=$wxUSE_ALL_FEATURES
6687 if test -z "$defaultval"; then
6688 if test x"$enablestring" = xdisable; then
6689 defaultval=yes
6690 else
6691 defaultval=no
6692 fi
6693 fi
6694
6695 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
6696 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6; }
6697 # Check whether --enable-dialupman was given.
6698 if test "${enable_dialupman+set}" = set; then
6699 enableval=$enable_dialupman;
6700 if test "$enableval" = yes; then
6701 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
6702 else
6703 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
6704 fi
6705
6706 else
6707
6708 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
6709
6710 fi
6711
6712
6713 eval "$wx_cv_use_dialupman"
6714
6715 if test x"$enablestring" = xdisable; then
6716 if test $wxUSE_DIALUP_MANAGER = no; then
6717 result=yes
6718 else
6719 result=no
6720 fi
6721 else
6722 result=$wxUSE_DIALUP_MANAGER
6723 fi
6724
6725 { echo "$as_me:$LINENO: result: $result" >&5
6726 echo "${ECHO_T}$result" >&6; }
6727
6728
6729 enablestring=
6730 defaultval=$wxUSE_ALL_FEATURES
6731 if test -z "$defaultval"; then
6732 if test x"$enablestring" = xdisable; then
6733 defaultval=yes
6734 else
6735 defaultval=no
6736 fi
6737 fi
6738
6739 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
6740 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6; }
6741 # Check whether --enable-dynlib was given.
6742 if test "${enable_dynlib+set}" = set; then
6743 enableval=$enable_dynlib;
6744 if test "$enableval" = yes; then
6745 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
6746 else
6747 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
6748 fi
6749
6750 else
6751
6752 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
6753
6754 fi
6755
6756
6757 eval "$wx_cv_use_dynlib"
6758
6759 if test x"$enablestring" = xdisable; then
6760 if test $wxUSE_DYNLIB_CLASS = no; then
6761 result=yes
6762 else
6763 result=no
6764 fi
6765 else
6766 result=$wxUSE_DYNLIB_CLASS
6767 fi
6768
6769 { echo "$as_me:$LINENO: result: $result" >&5
6770 echo "${ECHO_T}$result" >&6; }
6771
6772
6773 enablestring=
6774 defaultval=$wxUSE_ALL_FEATURES
6775 if test -z "$defaultval"; then
6776 if test x"$enablestring" = xdisable; then
6777 defaultval=yes
6778 else
6779 defaultval=no
6780 fi
6781 fi
6782
6783 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
6784 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6; }
6785 # Check whether --enable-dynamicloader was given.
6786 if test "${enable_dynamicloader+set}" = set; then
6787 enableval=$enable_dynamicloader;
6788 if test "$enableval" = yes; then
6789 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
6790 else
6791 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
6792 fi
6793
6794 else
6795
6796 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
6797
6798 fi
6799
6800
6801 eval "$wx_cv_use_dynamicloader"
6802
6803 if test x"$enablestring" = xdisable; then
6804 if test $wxUSE_DYNAMIC_LOADER = no; then
6805 result=yes
6806 else
6807 result=no
6808 fi
6809 else
6810 result=$wxUSE_DYNAMIC_LOADER
6811 fi
6812
6813 { echo "$as_me:$LINENO: result: $result" >&5
6814 echo "${ECHO_T}$result" >&6; }
6815
6816
6817 enablestring=
6818 defaultval=$wxUSE_ALL_FEATURES
6819 if test -z "$defaultval"; then
6820 if test x"$enablestring" = xdisable; then
6821 defaultval=yes
6822 else
6823 defaultval=no
6824 fi
6825 fi
6826
6827 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
6828 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6; }
6829 # Check whether --enable-exceptions was given.
6830 if test "${enable_exceptions+set}" = set; then
6831 enableval=$enable_exceptions;
6832 if test "$enableval" = yes; then
6833 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
6834 else
6835 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
6836 fi
6837
6838 else
6839
6840 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
6841
6842 fi
6843
6844
6845 eval "$wx_cv_use_exceptions"
6846
6847 if test x"$enablestring" = xdisable; then
6848 if test $wxUSE_EXCEPTIONS = no; then
6849 result=yes
6850 else
6851 result=no
6852 fi
6853 else
6854 result=$wxUSE_EXCEPTIONS
6855 fi
6856
6857 { echo "$as_me:$LINENO: result: $result" >&5
6858 echo "${ECHO_T}$result" >&6; }
6859
6860
6861 enablestring=
6862 defaultval=$wxUSE_ALL_FEATURES
6863 if test -z "$defaultval"; then
6864 if test x"$enablestring" = xdisable; then
6865 defaultval=yes
6866 else
6867 defaultval=no
6868 fi
6869 fi
6870
6871 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
6872 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6; }
6873 # Check whether --enable-ffile was given.
6874 if test "${enable_ffile+set}" = set; then
6875 enableval=$enable_ffile;
6876 if test "$enableval" = yes; then
6877 wx_cv_use_ffile='wxUSE_FFILE=yes'
6878 else
6879 wx_cv_use_ffile='wxUSE_FFILE=no'
6880 fi
6881
6882 else
6883
6884 wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
6885
6886 fi
6887
6888
6889 eval "$wx_cv_use_ffile"
6890
6891 if test x"$enablestring" = xdisable; then
6892 if test $wxUSE_FFILE = no; then
6893 result=yes
6894 else
6895 result=no
6896 fi
6897 else
6898 result=$wxUSE_FFILE
6899 fi
6900
6901 { echo "$as_me:$LINENO: result: $result" >&5
6902 echo "${ECHO_T}$result" >&6; }
6903
6904
6905 enablestring=
6906 defaultval=$wxUSE_ALL_FEATURES
6907 if test -z "$defaultval"; then
6908 if test x"$enablestring" = xdisable; then
6909 defaultval=yes
6910 else
6911 defaultval=no
6912 fi
6913 fi
6914
6915 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
6916 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6; }
6917 # Check whether --enable-file was given.
6918 if test "${enable_file+set}" = set; then
6919 enableval=$enable_file;
6920 if test "$enableval" = yes; then
6921 wx_cv_use_file='wxUSE_FILE=yes'
6922 else
6923 wx_cv_use_file='wxUSE_FILE=no'
6924 fi
6925
6926 else
6927
6928 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
6929
6930 fi
6931
6932
6933 eval "$wx_cv_use_file"
6934
6935 if test x"$enablestring" = xdisable; then
6936 if test $wxUSE_FILE = no; then
6937 result=yes
6938 else
6939 result=no
6940 fi
6941 else
6942 result=$wxUSE_FILE
6943 fi
6944
6945 { echo "$as_me:$LINENO: result: $result" >&5
6946 echo "${ECHO_T}$result" >&6; }
6947
6948
6949 enablestring=
6950 defaultval=$wxUSE_ALL_FEATURES
6951 if test -z "$defaultval"; then
6952 if test x"$enablestring" = xdisable; then
6953 defaultval=yes
6954 else
6955 defaultval=no
6956 fi
6957 fi
6958
6959 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
6960 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6; }
6961 # Check whether --enable-filesystem was given.
6962 if test "${enable_filesystem+set}" = set; then
6963 enableval=$enable_filesystem;
6964 if test "$enableval" = yes; then
6965 wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
6966 else
6967 wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
6968 fi
6969
6970 else
6971
6972 wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
6973
6974 fi
6975
6976
6977 eval "$wx_cv_use_filesystem"
6978
6979 if test x"$enablestring" = xdisable; then
6980 if test $wxUSE_FILESYSTEM = no; then
6981 result=yes
6982 else
6983 result=no
6984 fi
6985 else
6986 result=$wxUSE_FILESYSTEM
6987 fi
6988
6989 { echo "$as_me:$LINENO: result: $result" >&5
6990 echo "${ECHO_T}$result" >&6; }
6991
6992
6993 enablestring=
6994 defaultval=$wxUSE_ALL_FEATURES
6995 if test -z "$defaultval"; then
6996 if test x"$enablestring" = xdisable; then
6997 defaultval=yes
6998 else
6999 defaultval=no
7000 fi
7001 fi
7002
7003 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontenum" >&5
7004 echo $ECHO_N "checking for --${enablestring:-enable}-fontenum... $ECHO_C" >&6; }
7005 # Check whether --enable-fontenum was given.
7006 if test "${enable_fontenum+set}" = set; then
7007 enableval=$enable_fontenum;
7008 if test "$enableval" = yes; then
7009 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
7010 else
7011 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
7012 fi
7013
7014 else
7015
7016 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
7017
7018 fi
7019
7020
7021 eval "$wx_cv_use_fontenum"
7022
7023 if test x"$enablestring" = xdisable; then
7024 if test $wxUSE_FONTENUM = no; then
7025 result=yes
7026 else
7027 result=no
7028 fi
7029 else
7030 result=$wxUSE_FONTENUM
7031 fi
7032
7033 { echo "$as_me:$LINENO: result: $result" >&5
7034 echo "${ECHO_T}$result" >&6; }
7035
7036
7037 enablestring=
7038 defaultval=$wxUSE_ALL_FEATURES
7039 if test -z "$defaultval"; then
7040 if test x"$enablestring" = xdisable; then
7041 defaultval=yes
7042 else
7043 defaultval=no
7044 fi
7045 fi
7046
7047 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
7048 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6; }
7049 # Check whether --enable-fontmap was given.
7050 if test "${enable_fontmap+set}" = set; then
7051 enableval=$enable_fontmap;
7052 if test "$enableval" = yes; then
7053 wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
7054 else
7055 wx_cv_use_fontmap='wxUSE_FONTMAP=no'
7056 fi
7057
7058 else
7059
7060 wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
7061
7062 fi
7063
7064
7065 eval "$wx_cv_use_fontmap"
7066
7067 if test x"$enablestring" = xdisable; then
7068 if test $wxUSE_FONTMAP = no; then
7069 result=yes
7070 else
7071 result=no
7072 fi
7073 else
7074 result=$wxUSE_FONTMAP
7075 fi
7076
7077 { echo "$as_me:$LINENO: result: $result" >&5
7078 echo "${ECHO_T}$result" >&6; }
7079
7080
7081 enablestring=
7082 defaultval=$wxUSE_ALL_FEATURES
7083 if test -z "$defaultval"; then
7084 if test x"$enablestring" = xdisable; then
7085 defaultval=yes
7086 else
7087 defaultval=no
7088 fi
7089 fi
7090
7091 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
7092 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6; }
7093 # Check whether --enable-fs_archive was given.
7094 if test "${enable_fs_archive+set}" = set; then
7095 enableval=$enable_fs_archive;
7096 if test "$enableval" = yes; then
7097 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
7098 else
7099 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
7100 fi
7101
7102 else
7103
7104 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
7105
7106 fi
7107
7108
7109 eval "$wx_cv_use_fs_archive"
7110
7111 if test x"$enablestring" = xdisable; then
7112 if test $wxUSE_FS_ARCHIVE = no; then
7113 result=yes
7114 else
7115 result=no
7116 fi
7117 else
7118 result=$wxUSE_FS_ARCHIVE
7119 fi
7120
7121 { echo "$as_me:$LINENO: result: $result" >&5
7122 echo "${ECHO_T}$result" >&6; }
7123
7124
7125 enablestring=
7126 defaultval=$wxUSE_ALL_FEATURES
7127 if test -z "$defaultval"; then
7128 if test x"$enablestring" = xdisable; then
7129 defaultval=yes
7130 else
7131 defaultval=no
7132 fi
7133 fi
7134
7135 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
7136 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6; }
7137 # Check whether --enable-fs_inet was given.
7138 if test "${enable_fs_inet+set}" = set; then
7139 enableval=$enable_fs_inet;
7140 if test "$enableval" = yes; then
7141 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
7142 else
7143 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
7144 fi
7145
7146 else
7147
7148 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
7149
7150 fi
7151
7152
7153 eval "$wx_cv_use_fs_inet"
7154
7155 if test x"$enablestring" = xdisable; then
7156 if test $wxUSE_FS_INET = no; then
7157 result=yes
7158 else
7159 result=no
7160 fi
7161 else
7162 result=$wxUSE_FS_INET
7163 fi
7164
7165 { echo "$as_me:$LINENO: result: $result" >&5
7166 echo "${ECHO_T}$result" >&6; }
7167
7168
7169 enablestring=
7170 defaultval=$wxUSE_ALL_FEATURES
7171 if test -z "$defaultval"; then
7172 if test x"$enablestring" = xdisable; then
7173 defaultval=yes
7174 else
7175 defaultval=no
7176 fi
7177 fi
7178
7179 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
7180 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6; }
7181 # Check whether --enable-fs_zip was given.
7182 if test "${enable_fs_zip+set}" = set; then
7183 enableval=$enable_fs_zip;
7184 if test "$enableval" = yes; then
7185 wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
7186 else
7187 wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
7188 fi
7189
7190 else
7191
7192 wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
7193
7194 fi
7195
7196
7197 eval "$wx_cv_use_fs_zip"
7198
7199 if test x"$enablestring" = xdisable; then
7200 if test $wxUSE_FS_ZIP = no; then
7201 result=yes
7202 else
7203 result=no
7204 fi
7205 else
7206 result=$wxUSE_FS_ZIP
7207 fi
7208
7209 { echo "$as_me:$LINENO: result: $result" >&5
7210 echo "${ECHO_T}$result" >&6; }
7211
7212
7213 enablestring=
7214 defaultval=$wxUSE_ALL_FEATURES
7215 if test -z "$defaultval"; then
7216 if test x"$enablestring" = xdisable; then
7217 defaultval=yes
7218 else
7219 defaultval=no
7220 fi
7221 fi
7222
7223 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
7224 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6; }
7225 # Check whether --enable-geometry was given.
7226 if test "${enable_geometry+set}" = set; then
7227 enableval=$enable_geometry;
7228 if test "$enableval" = yes; then
7229 wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
7230 else
7231 wx_cv_use_geometry='wxUSE_GEOMETRY=no'
7232 fi
7233
7234 else
7235
7236 wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
7237
7238 fi
7239
7240
7241 eval "$wx_cv_use_geometry"
7242
7243 if test x"$enablestring" = xdisable; then
7244 if test $wxUSE_GEOMETRY = no; then
7245 result=yes
7246 else
7247 result=no
7248 fi
7249 else
7250 result=$wxUSE_GEOMETRY
7251 fi
7252
7253 { echo "$as_me:$LINENO: result: $result" >&5
7254 echo "${ECHO_T}$result" >&6; }
7255
7256
7257 enablestring=
7258 defaultval=$wxUSE_ALL_FEATURES
7259 if test -z "$defaultval"; then
7260 if test x"$enablestring" = xdisable; then
7261 defaultval=yes
7262 else
7263 defaultval=no
7264 fi
7265 fi
7266
7267 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
7268 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6; }
7269 # Check whether --enable-log was given.
7270 if test "${enable_log+set}" = set; then
7271 enableval=$enable_log;
7272 if test "$enableval" = yes; then
7273 wx_cv_use_log='wxUSE_LOG=yes'
7274 else
7275 wx_cv_use_log='wxUSE_LOG=no'
7276 fi
7277
7278 else
7279
7280 wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
7281
7282 fi
7283
7284
7285 eval "$wx_cv_use_log"
7286
7287 if test x"$enablestring" = xdisable; then
7288 if test $wxUSE_LOG = no; then
7289 result=yes
7290 else
7291 result=no
7292 fi
7293 else
7294 result=$wxUSE_LOG
7295 fi
7296
7297 { echo "$as_me:$LINENO: result: $result" >&5
7298 echo "${ECHO_T}$result" >&6; }
7299
7300
7301 enablestring=
7302 defaultval=$wxUSE_ALL_FEATURES
7303 if test -z "$defaultval"; then
7304 if test x"$enablestring" = xdisable; then
7305 defaultval=yes
7306 else
7307 defaultval=no
7308 fi
7309 fi
7310
7311 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
7312 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6; }
7313 # Check whether --enable-longlong was given.
7314 if test "${enable_longlong+set}" = set; then
7315 enableval=$enable_longlong;
7316 if test "$enableval" = yes; then
7317 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
7318 else
7319 wx_cv_use_longlong='wxUSE_LONGLONG=no'
7320 fi
7321
7322 else
7323
7324 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
7325
7326 fi
7327
7328
7329 eval "$wx_cv_use_longlong"
7330
7331 if test x"$enablestring" = xdisable; then
7332 if test $wxUSE_LONGLONG = no; then
7333 result=yes
7334 else
7335 result=no
7336 fi
7337 else
7338 result=$wxUSE_LONGLONG
7339 fi
7340
7341 { echo "$as_me:$LINENO: result: $result" >&5
7342 echo "${ECHO_T}$result" >&6; }
7343
7344
7345 enablestring=
7346 defaultval=$wxUSE_ALL_FEATURES
7347 if test -z "$defaultval"; then
7348 if test x"$enablestring" = xdisable; then
7349 defaultval=yes
7350 else
7351 defaultval=no
7352 fi
7353 fi
7354
7355 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
7356 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6; }
7357 # Check whether --enable-mimetype was given.
7358 if test "${enable_mimetype+set}" = set; then
7359 enableval=$enable_mimetype;
7360 if test "$enableval" = yes; then
7361 wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
7362 else
7363 wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
7364 fi
7365
7366 else
7367
7368 wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
7369
7370 fi
7371
7372
7373 eval "$wx_cv_use_mimetype"
7374
7375 if test x"$enablestring" = xdisable; then
7376 if test $wxUSE_MIMETYPE = no; then
7377 result=yes
7378 else
7379 result=no
7380 fi
7381 else
7382 result=$wxUSE_MIMETYPE
7383 fi
7384
7385 { echo "$as_me:$LINENO: result: $result" >&5
7386 echo "${ECHO_T}$result" >&6; }
7387
7388
7389 enablestring=
7390 defaultval=$wxUSE_ALL_FEATURES
7391 if test -z "$defaultval"; then
7392 if test x"$enablestring" = xdisable; then
7393 defaultval=yes
7394 else
7395 defaultval=no
7396 fi
7397 fi
7398
7399 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
7400 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6; }
7401 # Check whether --enable-printfposparam was given.
7402 if test "${enable_printfposparam+set}" = set; then
7403 enableval=$enable_printfposparam;
7404 if test "$enableval" = yes; then
7405 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
7406 else
7407 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
7408 fi
7409
7410 else
7411
7412 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
7413
7414 fi
7415
7416
7417 eval "$wx_cv_use_printfposparam"
7418
7419 if test x"$enablestring" = xdisable; then
7420 if test $wxUSE_PRINTF_POS_PARAMS = no; then
7421 result=yes
7422 else
7423 result=no
7424 fi
7425 else
7426 result=$wxUSE_PRINTF_POS_PARAMS
7427 fi
7428
7429 { echo "$as_me:$LINENO: result: $result" >&5
7430 echo "${ECHO_T}$result" >&6; }
7431
7432
7433 enablestring=
7434 defaultval=$wxUSE_ALL_FEATURES
7435 if test -z "$defaultval"; then
7436 if test x"$enablestring" = xdisable; then
7437 defaultval=yes
7438 else
7439 defaultval=no
7440 fi
7441 fi
7442
7443 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
7444 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6; }
7445 # Check whether --enable-snglinst was given.
7446 if test "${enable_snglinst+set}" = set; then
7447 enableval=$enable_snglinst;
7448 if test "$enableval" = yes; then
7449 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
7450 else
7451 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
7452 fi
7453
7454 else
7455
7456 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
7457
7458 fi
7459
7460
7461 eval "$wx_cv_use_snglinst"
7462
7463 if test x"$enablestring" = xdisable; then
7464 if test $wxUSE_SNGLINST_CHECKER = no; then
7465 result=yes
7466 else
7467 result=no
7468 fi
7469 else
7470 result=$wxUSE_SNGLINST_CHECKER
7471 fi
7472
7473 { echo "$as_me:$LINENO: result: $result" >&5
7474 echo "${ECHO_T}$result" >&6; }
7475
7476
7477 enablestring=
7478 defaultval=$wxUSE_ALL_FEATURES
7479 if test -z "$defaultval"; then
7480 if test x"$enablestring" = xdisable; then
7481 defaultval=yes
7482 else
7483 defaultval=no
7484 fi
7485 fi
7486
7487 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
7488 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6; }
7489 # Check whether --enable-sound was given.
7490 if test "${enable_sound+set}" = set; then
7491 enableval=$enable_sound;
7492 if test "$enableval" = yes; then
7493 wx_cv_use_sound='wxUSE_SOUND=yes'
7494 else
7495 wx_cv_use_sound='wxUSE_SOUND=no'
7496 fi
7497
7498 else
7499
7500 wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
7501
7502 fi
7503
7504
7505 eval "$wx_cv_use_sound"
7506
7507 if test x"$enablestring" = xdisable; then
7508 if test $wxUSE_SOUND = no; then
7509 result=yes
7510 else
7511 result=no
7512 fi
7513 else
7514 result=$wxUSE_SOUND
7515 fi
7516
7517 { echo "$as_me:$LINENO: result: $result" >&5
7518 echo "${ECHO_T}$result" >&6; }
7519
7520
7521 enablestring=
7522 defaultval=$wxUSE_ALL_FEATURES
7523 if test -z "$defaultval"; then
7524 if test x"$enablestring" = xdisable; then
7525 defaultval=yes
7526 else
7527 defaultval=no
7528 fi
7529 fi
7530
7531 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
7532 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6; }
7533 # Check whether --enable-stdpaths was given.
7534 if test "${enable_stdpaths+set}" = set; then
7535 enableval=$enable_stdpaths;
7536 if test "$enableval" = yes; then
7537 wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
7538 else
7539 wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
7540 fi
7541
7542 else
7543
7544 wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
7545
7546 fi
7547
7548
7549 eval "$wx_cv_use_stdpaths"
7550
7551 if test x"$enablestring" = xdisable; then
7552 if test $wxUSE_STDPATHS = no; then
7553 result=yes
7554 else
7555 result=no
7556 fi
7557 else
7558 result=$wxUSE_STDPATHS
7559 fi
7560
7561 { echo "$as_me:$LINENO: result: $result" >&5
7562 echo "${ECHO_T}$result" >&6; }
7563
7564
7565 enablestring=
7566 defaultval=$wxUSE_ALL_FEATURES
7567 if test -z "$defaultval"; then
7568 if test x"$enablestring" = xdisable; then
7569 defaultval=yes
7570 else
7571 defaultval=no
7572 fi
7573 fi
7574
7575 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
7576 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6; }
7577 # Check whether --enable-stopwatch was given.
7578 if test "${enable_stopwatch+set}" = set; then
7579 enableval=$enable_stopwatch;
7580 if test "$enableval" = yes; then
7581 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
7582 else
7583 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
7584 fi
7585
7586 else
7587
7588 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
7589
7590 fi
7591
7592
7593 eval "$wx_cv_use_stopwatch"
7594
7595 if test x"$enablestring" = xdisable; then
7596 if test $wxUSE_STOPWATCH = no; then
7597 result=yes
7598 else
7599 result=no
7600 fi
7601 else
7602 result=$wxUSE_STOPWATCH
7603 fi
7604
7605 { echo "$as_me:$LINENO: result: $result" >&5
7606 echo "${ECHO_T}$result" >&6; }
7607
7608
7609 enablestring=
7610 defaultval=$wxUSE_ALL_FEATURES
7611 if test -z "$defaultval"; then
7612 if test x"$enablestring" = xdisable; then
7613 defaultval=yes
7614 else
7615 defaultval=no
7616 fi
7617 fi
7618
7619 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
7620 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6; }
7621 # Check whether --enable-streams was given.
7622 if test "${enable_streams+set}" = set; then
7623 enableval=$enable_streams;
7624 if test "$enableval" = yes; then
7625 wx_cv_use_streams='wxUSE_STREAMS=yes'
7626 else
7627 wx_cv_use_streams='wxUSE_STREAMS=no'
7628 fi
7629
7630 else
7631
7632 wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
7633
7634 fi
7635
7636
7637 eval "$wx_cv_use_streams"
7638
7639 if test x"$enablestring" = xdisable; then
7640 if test $wxUSE_STREAMS = no; then
7641 result=yes
7642 else
7643 result=no
7644 fi
7645 else
7646 result=$wxUSE_STREAMS
7647 fi
7648
7649 { echo "$as_me:$LINENO: result: $result" >&5
7650 echo "${ECHO_T}$result" >&6; }
7651
7652
7653 enablestring=
7654 defaultval=$wxUSE_ALL_FEATURES
7655 if test -z "$defaultval"; then
7656 if test x"$enablestring" = xdisable; then
7657 defaultval=yes
7658 else
7659 defaultval=no
7660 fi
7661 fi
7662
7663 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
7664 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6; }
7665 # Check whether --enable-system_options was given.
7666 if test "${enable_system_options+set}" = set; then
7667 enableval=$enable_system_options;
7668 if test "$enableval" = yes; then
7669 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
7670 else
7671 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
7672 fi
7673
7674 else
7675
7676 wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
7677
7678 fi
7679
7680
7681 eval "$wx_cv_use_system_options"
7682
7683 if test x"$enablestring" = xdisable; then
7684 if test $wxUSE_SYSTEM_OPTIONS = no; then
7685 result=yes
7686 else
7687 result=no
7688 fi
7689 else
7690 result=$wxUSE_SYSTEM_OPTIONS
7691 fi
7692
7693 { echo "$as_me:$LINENO: result: $result" >&5
7694 echo "${ECHO_T}$result" >&6; }
7695
7696
7697 enablestring=
7698 defaultval=$wxUSE_ALL_FEATURES
7699 if test -z "$defaultval"; then
7700 if test x"$enablestring" = xdisable; then
7701 defaultval=yes
7702 else
7703 defaultval=no
7704 fi
7705 fi
7706
7707 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
7708 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6; }
7709 # Check whether --enable-tarstream was given.
7710 if test "${enable_tarstream+set}" = set; then
7711 enableval=$enable_tarstream;
7712 if test "$enableval" = yes; then
7713 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
7714 else
7715 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
7716 fi
7717
7718 else
7719
7720 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
7721
7722 fi
7723
7724
7725 eval "$wx_cv_use_tarstream"
7726
7727 if test x"$enablestring" = xdisable; then
7728 if test $wxUSE_TARSTREAM = no; then
7729 result=yes
7730 else
7731 result=no
7732 fi
7733 else
7734 result=$wxUSE_TARSTREAM
7735 fi
7736
7737 { echo "$as_me:$LINENO: result: $result" >&5
7738 echo "${ECHO_T}$result" >&6; }
7739
7740
7741 enablestring=
7742 defaultval=$wxUSE_ALL_FEATURES
7743 if test -z "$defaultval"; then
7744 if test x"$enablestring" = xdisable; then
7745 defaultval=yes
7746 else
7747 defaultval=no
7748 fi
7749 fi
7750
7751 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
7752 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6; }
7753 # Check whether --enable-textbuf was given.
7754 if test "${enable_textbuf+set}" = set; then
7755 enableval=$enable_textbuf;
7756 if test "$enableval" = yes; then
7757 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
7758 else
7759 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
7760 fi
7761
7762 else
7763
7764 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
7765
7766 fi
7767
7768
7769 eval "$wx_cv_use_textbuf"
7770
7771 if test x"$enablestring" = xdisable; then
7772 if test $wxUSE_TEXTBUFFER = no; then
7773 result=yes
7774 else
7775 result=no
7776 fi
7777 else
7778 result=$wxUSE_TEXTBUFFER
7779 fi
7780
7781 { echo "$as_me:$LINENO: result: $result" >&5
7782 echo "${ECHO_T}$result" >&6; }
7783
7784
7785 enablestring=
7786 defaultval=$wxUSE_ALL_FEATURES
7787 if test -z "$defaultval"; then
7788 if test x"$enablestring" = xdisable; then
7789 defaultval=yes
7790 else
7791 defaultval=no
7792 fi
7793 fi
7794
7795 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
7796 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6; }
7797 # Check whether --enable-textfile was given.
7798 if test "${enable_textfile+set}" = set; then
7799 enableval=$enable_textfile;
7800 if test "$enableval" = yes; then
7801 wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
7802 else
7803 wx_cv_use_textfile='wxUSE_TEXTFILE=no'
7804 fi
7805
7806 else
7807
7808 wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
7809
7810 fi
7811
7812
7813 eval "$wx_cv_use_textfile"
7814
7815 if test x"$enablestring" = xdisable; then
7816 if test $wxUSE_TEXTFILE = no; then
7817 result=yes
7818 else
7819 result=no
7820 fi
7821 else
7822 result=$wxUSE_TEXTFILE
7823 fi
7824
7825 { echo "$as_me:$LINENO: result: $result" >&5
7826 echo "${ECHO_T}$result" >&6; }
7827
7828
7829 enablestring=
7830 defaultval=$wxUSE_ALL_FEATURES
7831 if test -z "$defaultval"; then
7832 if test x"$enablestring" = xdisable; then
7833 defaultval=yes
7834 else
7835 defaultval=no
7836 fi
7837 fi
7838
7839 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
7840 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6; }
7841 # Check whether --enable-timer was given.
7842 if test "${enable_timer+set}" = set; then
7843 enableval=$enable_timer;
7844 if test "$enableval" = yes; then
7845 wx_cv_use_timer='wxUSE_TIMER=yes'
7846 else
7847 wx_cv_use_timer='wxUSE_TIMER=no'
7848 fi
7849
7850 else
7851
7852 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
7853
7854 fi
7855
7856
7857 eval "$wx_cv_use_timer"
7858
7859 if test x"$enablestring" = xdisable; then
7860 if test $wxUSE_TIMER = no; then
7861 result=yes
7862 else
7863 result=no
7864 fi
7865 else
7866 result=$wxUSE_TIMER
7867 fi
7868
7869 { echo "$as_me:$LINENO: result: $result" >&5
7870 echo "${ECHO_T}$result" >&6; }
7871
7872
7873 enablestring=
7874 defaultval=$wxUSE_ALL_FEATURES
7875 if test -z "$defaultval"; then
7876 if test x"$enablestring" = xdisable; then
7877 defaultval=yes
7878 else
7879 defaultval=no
7880 fi
7881 fi
7882
7883 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
7884 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6; }
7885 # Check whether --enable-variant was given.
7886 if test "${enable_variant+set}" = set; then
7887 enableval=$enable_variant;
7888 if test "$enableval" = yes; then
7889 wx_cv_use_variant='wxUSE_VARIANT=yes'
7890 else
7891 wx_cv_use_variant='wxUSE_VARIANT=no'
7892 fi
7893
7894 else
7895
7896 wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
7897
7898 fi
7899
7900
7901 eval "$wx_cv_use_variant"
7902
7903 if test x"$enablestring" = xdisable; then
7904 if test $wxUSE_VARIANT = no; then
7905 result=yes
7906 else
7907 result=no
7908 fi
7909 else
7910 result=$wxUSE_VARIANT
7911 fi
7912
7913 { echo "$as_me:$LINENO: result: $result" >&5
7914 echo "${ECHO_T}$result" >&6; }
7915
7916
7917 enablestring=
7918 defaultval=$wxUSE_ALL_FEATURES
7919 if test -z "$defaultval"; then
7920 if test x"$enablestring" = xdisable; then
7921 defaultval=yes
7922 else
7923 defaultval=no
7924 fi
7925 fi
7926
7927 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
7928 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6; }
7929 # Check whether --enable-zipstream was given.
7930 if test "${enable_zipstream+set}" = set; then
7931 enableval=$enable_zipstream;
7932 if test "$enableval" = yes; then
7933 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
7934 else
7935 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
7936 fi
7937
7938 else
7939
7940 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
7941
7942 fi
7943
7944
7945 eval "$wx_cv_use_zipstream"
7946
7947 if test x"$enablestring" = xdisable; then
7948 if test $wxUSE_ZIPSTREAM = no; then
7949 result=yes
7950 else
7951 result=no
7952 fi
7953 else
7954 result=$wxUSE_ZIPSTREAM
7955 fi
7956
7957 { echo "$as_me:$LINENO: result: $result" >&5
7958 echo "${ECHO_T}$result" >&6; }
7959
7960
7961
7962 enablestring=
7963 defaultval=$wxUSE_ALL_FEATURES
7964 if test -z "$defaultval"; then
7965 if test x"$enablestring" = xdisable; then
7966 defaultval=yes
7967 else
7968 defaultval=no
7969 fi
7970 fi
7971
7972 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
7973 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6; }
7974 # Check whether --enable-url was given.
7975 if test "${enable_url+set}" = set; then
7976 enableval=$enable_url;
7977 if test "$enableval" = yes; then
7978 wx_cv_use_url='wxUSE_URL=yes'
7979 else
7980 wx_cv_use_url='wxUSE_URL=no'
7981 fi
7982
7983 else
7984
7985 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
7986
7987 fi
7988
7989
7990 eval "$wx_cv_use_url"
7991
7992 if test x"$enablestring" = xdisable; then
7993 if test $wxUSE_URL = no; then
7994 result=yes
7995 else
7996 result=no
7997 fi
7998 else
7999 result=$wxUSE_URL
8000 fi
8001
8002 { echo "$as_me:$LINENO: result: $result" >&5
8003 echo "${ECHO_T}$result" >&6; }
8004
8005
8006 enablestring=
8007 defaultval=$wxUSE_ALL_FEATURES
8008 if test -z "$defaultval"; then
8009 if test x"$enablestring" = xdisable; then
8010 defaultval=yes
8011 else
8012 defaultval=no
8013 fi
8014 fi
8015
8016 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
8017 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6; }
8018 # Check whether --enable-protocol was given.
8019 if test "${enable_protocol+set}" = set; then
8020 enableval=$enable_protocol;
8021 if test "$enableval" = yes; then
8022 wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
8023 else
8024 wx_cv_use_protocol='wxUSE_PROTOCOL=no'
8025 fi
8026
8027 else
8028
8029 wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
8030
8031 fi
8032
8033
8034 eval "$wx_cv_use_protocol"
8035
8036 if test x"$enablestring" = xdisable; then
8037 if test $wxUSE_PROTOCOL = no; then
8038 result=yes
8039 else
8040 result=no
8041 fi
8042 else
8043 result=$wxUSE_PROTOCOL
8044 fi
8045
8046 { echo "$as_me:$LINENO: result: $result" >&5
8047 echo "${ECHO_T}$result" >&6; }
8048
8049
8050 enablestring=
8051 defaultval=$wxUSE_ALL_FEATURES
8052 if test -z "$defaultval"; then
8053 if test x"$enablestring" = xdisable; then
8054 defaultval=yes
8055 else
8056 defaultval=no
8057 fi
8058 fi
8059
8060 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
8061 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6; }
8062 # Check whether --enable-protocol_http was given.
8063 if test "${enable_protocol_http+set}" = set; then
8064 enableval=$enable_protocol_http;
8065 if test "$enableval" = yes; then
8066 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
8067 else
8068 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
8069 fi
8070
8071 else
8072
8073 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
8074
8075 fi
8076
8077
8078 eval "$wx_cv_use_protocol_http"
8079
8080 if test x"$enablestring" = xdisable; then
8081 if test $wxUSE_PROTOCOL_HTTP = no; then
8082 result=yes
8083 else
8084 result=no
8085 fi
8086 else
8087 result=$wxUSE_PROTOCOL_HTTP
8088 fi
8089
8090 { echo "$as_me:$LINENO: result: $result" >&5
8091 echo "${ECHO_T}$result" >&6; }
8092
8093
8094 enablestring=
8095 defaultval=$wxUSE_ALL_FEATURES
8096 if test -z "$defaultval"; then
8097 if test x"$enablestring" = xdisable; then
8098 defaultval=yes
8099 else
8100 defaultval=no
8101 fi
8102 fi
8103
8104 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
8105 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6; }
8106 # Check whether --enable-protocol_ftp was given.
8107 if test "${enable_protocol_ftp+set}" = set; then
8108 enableval=$enable_protocol_ftp;
8109 if test "$enableval" = yes; then
8110 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
8111 else
8112 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
8113 fi
8114
8115 else
8116
8117 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
8118
8119 fi
8120
8121
8122 eval "$wx_cv_use_protocol_ftp"
8123
8124 if test x"$enablestring" = xdisable; then
8125 if test $wxUSE_PROTOCOL_FTP = no; then
8126 result=yes
8127 else
8128 result=no
8129 fi
8130 else
8131 result=$wxUSE_PROTOCOL_FTP
8132 fi
8133
8134 { echo "$as_me:$LINENO: result: $result" >&5
8135 echo "${ECHO_T}$result" >&6; }
8136
8137
8138 enablestring=
8139 defaultval=$wxUSE_ALL_FEATURES
8140 if test -z "$defaultval"; then
8141 if test x"$enablestring" = xdisable; then
8142 defaultval=yes
8143 else
8144 defaultval=no
8145 fi
8146 fi
8147
8148 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
8149 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6; }
8150 # Check whether --enable-protocol_file was given.
8151 if test "${enable_protocol_file+set}" = set; then
8152 enableval=$enable_protocol_file;
8153 if test "$enableval" = yes; then
8154 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
8155 else
8156 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
8157 fi
8158
8159 else
8160
8161 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
8162
8163 fi
8164
8165
8166 eval "$wx_cv_use_protocol_file"
8167
8168 if test x"$enablestring" = xdisable; then
8169 if test $wxUSE_PROTOCOL_FILE = no; then
8170 result=yes
8171 else
8172 result=no
8173 fi
8174 else
8175 result=$wxUSE_PROTOCOL_FILE
8176 fi
8177
8178 { echo "$as_me:$LINENO: result: $result" >&5
8179 echo "${ECHO_T}$result" >&6; }
8180
8181
8182
8183 enablestring=
8184 defaultval=$wxUSE_ALL_FEATURES
8185 if test -z "$defaultval"; then
8186 if test x"$enablestring" = xdisable; then
8187 defaultval=yes
8188 else
8189 defaultval=no
8190 fi
8191 fi
8192
8193 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
8194 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6; }
8195 # Check whether --enable-threads was given.
8196 if test "${enable_threads+set}" = set; then
8197 enableval=$enable_threads;
8198 if test "$enableval" = yes; then
8199 wx_cv_use_threads='wxUSE_THREADS=yes'
8200 else
8201 wx_cv_use_threads='wxUSE_THREADS=no'
8202 fi
8203
8204 else
8205
8206 wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
8207
8208 fi
8209
8210
8211 eval "$wx_cv_use_threads"
8212
8213 if test x"$enablestring" = xdisable; then
8214 if test $wxUSE_THREADS = no; then
8215 result=yes
8216 else
8217 result=no
8218 fi
8219 else
8220 result=$wxUSE_THREADS
8221 fi
8222
8223 { echo "$as_me:$LINENO: result: $result" >&5
8224 echo "${ECHO_T}$result" >&6; }
8225
8226
8227
8228 enablestring=
8229 defaultval=
8230 if test -z "$defaultval"; then
8231 if test x"$enablestring" = xdisable; then
8232 defaultval=yes
8233 else
8234 defaultval=no
8235 fi
8236 fi
8237
8238 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
8239 echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
8240 # Check whether --enable-iniconf was given.
8241 if test "${enable_iniconf+set}" = set; then
8242 enableval=$enable_iniconf;
8243 if test "$enableval" = yes; then
8244 wx_cv_use_iniconf='wxUSE_INICONF=yes'
8245 else
8246 wx_cv_use_iniconf='wxUSE_INICONF=no'
8247 fi
8248
8249 else
8250
8251 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
8252
8253 fi
8254
8255
8256 eval "$wx_cv_use_iniconf"
8257
8258 if test x"$enablestring" = xdisable; then
8259 if test $wxUSE_INICONF = no; then
8260 result=yes
8261 else
8262 result=no
8263 fi
8264 else
8265 result=$wxUSE_INICONF
8266 fi
8267
8268 { echo "$as_me:$LINENO: result: $result" >&5
8269 echo "${ECHO_T}$result" >&6; }
8270
8271
8272 enablestring=
8273 defaultval=$wxUSE_ALL_FEATURES
8274 if test -z "$defaultval"; then
8275 if test x"$enablestring" = xdisable; then
8276 defaultval=yes
8277 else
8278 defaultval=no
8279 fi
8280 fi
8281
8282 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-regkey" >&5
8283 echo $ECHO_N "checking for --${enablestring:-enable}-regkey... $ECHO_C" >&6; }
8284 # Check whether --enable-regkey was given.
8285 if test "${enable_regkey+set}" = set; then
8286 enableval=$enable_regkey;
8287 if test "$enableval" = yes; then
8288 wx_cv_use_regkey='wxUSE_REGKEY=yes'
8289 else
8290 wx_cv_use_regkey='wxUSE_REGKEY=no'
8291 fi
8292
8293 else
8294
8295 wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
8296
8297 fi
8298
8299
8300 eval "$wx_cv_use_regkey"
8301
8302 if test x"$enablestring" = xdisable; then
8303 if test $wxUSE_REGKEY = no; then
8304 result=yes
8305 else
8306 result=no
8307 fi
8308 else
8309 result=$wxUSE_REGKEY
8310 fi
8311
8312 { echo "$as_me:$LINENO: result: $result" >&5
8313 echo "${ECHO_T}$result" >&6; }
8314
8315
8316 if test "$wxUSE_GUI" = "yes"; then
8317
8318
8319
8320 enablestring=
8321 defaultval=$wxUSE_ALL_FEATURES
8322 if test -z "$defaultval"; then
8323 if test x"$enablestring" = xdisable; then
8324 defaultval=yes
8325 else
8326 defaultval=no
8327 fi
8328 fi
8329
8330 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
8331 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6; }
8332 # Check whether --enable-docview was given.
8333 if test "${enable_docview+set}" = set; then
8334 enableval=$enable_docview;
8335 if test "$enableval" = yes; then
8336 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
8337 else
8338 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
8339 fi
8340
8341 else
8342
8343 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
8344
8345 fi
8346
8347
8348 eval "$wx_cv_use_docview"
8349
8350 if test x"$enablestring" = xdisable; then
8351 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
8352 result=yes
8353 else
8354 result=no
8355 fi
8356 else
8357 result=$wxUSE_DOC_VIEW_ARCHITECTURE
8358 fi
8359
8360 { echo "$as_me:$LINENO: result: $result" >&5
8361 echo "${ECHO_T}$result" >&6; }
8362
8363
8364 enablestring=
8365 defaultval=$wxUSE_ALL_FEATURES
8366 if test -z "$defaultval"; then
8367 if test x"$enablestring" = xdisable; then
8368 defaultval=yes
8369 else
8370 defaultval=no
8371 fi
8372 fi
8373
8374 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
8375 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6; }
8376 # Check whether --enable-help was given.
8377 if test "${enable_help+set}" = set; then
8378 enableval=$enable_help;
8379 if test "$enableval" = yes; then
8380 wx_cv_use_help='wxUSE_HELP=yes'
8381 else
8382 wx_cv_use_help='wxUSE_HELP=no'
8383 fi
8384
8385 else
8386
8387 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
8388
8389 fi
8390
8391
8392 eval "$wx_cv_use_help"
8393
8394 if test x"$enablestring" = xdisable; then
8395 if test $wxUSE_HELP = no; then
8396 result=yes
8397 else
8398 result=no
8399 fi
8400 else
8401 result=$wxUSE_HELP
8402 fi
8403
8404 { echo "$as_me:$LINENO: result: $result" >&5
8405 echo "${ECHO_T}$result" >&6; }
8406
8407
8408 enablestring=
8409 defaultval=$wxUSE_ALL_FEATURES
8410 if test -z "$defaultval"; then
8411 if test x"$enablestring" = xdisable; then
8412 defaultval=yes
8413 else
8414 defaultval=no
8415 fi
8416 fi
8417
8418 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
8419 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6; }
8420 # Check whether --enable-mshtmlhelp was given.
8421 if test "${enable_mshtmlhelp+set}" = set; then
8422 enableval=$enable_mshtmlhelp;
8423 if test "$enableval" = yes; then
8424 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
8425 else
8426 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
8427 fi
8428
8429 else
8430
8431 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
8432
8433 fi
8434
8435
8436 eval "$wx_cv_use_mshtmlhelp"
8437
8438 if test x"$enablestring" = xdisable; then
8439 if test $wxUSE_MS_HTML_HELP = no; then
8440 result=yes
8441 else
8442 result=no
8443 fi
8444 else
8445 result=$wxUSE_MS_HTML_HELP
8446 fi
8447
8448 { echo "$as_me:$LINENO: result: $result" >&5
8449 echo "${ECHO_T}$result" >&6; }
8450
8451
8452 enablestring=
8453 defaultval=$wxUSE_ALL_FEATURES
8454 if test -z "$defaultval"; then
8455 if test x"$enablestring" = xdisable; then
8456 defaultval=yes
8457 else
8458 defaultval=no
8459 fi
8460 fi
8461
8462 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
8463 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6; }
8464 # Check whether --enable-html was given.
8465 if test "${enable_html+set}" = set; then
8466 enableval=$enable_html;
8467 if test "$enableval" = yes; then
8468 wx_cv_use_html='wxUSE_HTML=yes'
8469 else
8470 wx_cv_use_html='wxUSE_HTML=no'
8471 fi
8472
8473 else
8474
8475 wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
8476
8477 fi
8478
8479
8480 eval "$wx_cv_use_html"
8481
8482 if test x"$enablestring" = xdisable; then
8483 if test $wxUSE_HTML = no; then
8484 result=yes
8485 else
8486 result=no
8487 fi
8488 else
8489 result=$wxUSE_HTML
8490 fi
8491
8492 { echo "$as_me:$LINENO: result: $result" >&5
8493 echo "${ECHO_T}$result" >&6; }
8494
8495
8496 enablestring=
8497 defaultval=$wxUSE_ALL_FEATURES
8498 if test -z "$defaultval"; then
8499 if test x"$enablestring" = xdisable; then
8500 defaultval=yes
8501 else
8502 defaultval=no
8503 fi
8504 fi
8505
8506 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
8507 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6; }
8508 # Check whether --enable-htmlhelp was given.
8509 if test "${enable_htmlhelp+set}" = set; then
8510 enableval=$enable_htmlhelp;
8511 if test "$enableval" = yes; then
8512 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
8513 else
8514 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
8515 fi
8516
8517 else
8518
8519 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
8520
8521 fi
8522
8523
8524 eval "$wx_cv_use_htmlhelp"
8525
8526 if test x"$enablestring" = xdisable; then
8527 if test $wxUSE_WXHTML_HELP = no; then
8528 result=yes
8529 else
8530 result=no
8531 fi
8532 else
8533 result=$wxUSE_WXHTML_HELP
8534 fi
8535
8536 { echo "$as_me:$LINENO: result: $result" >&5
8537 echo "${ECHO_T}$result" >&6; }
8538
8539
8540 enablestring=
8541 defaultval=$wxUSE_ALL_FEATURES
8542 if test -z "$defaultval"; then
8543 if test x"$enablestring" = xdisable; then
8544 defaultval=yes
8545 else
8546 defaultval=no
8547 fi
8548 fi
8549
8550 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
8551 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6; }
8552 # Check whether --enable-xrc was given.
8553 if test "${enable_xrc+set}" = set; then
8554 enableval=$enable_xrc;
8555 if test "$enableval" = yes; then
8556 wx_cv_use_xrc='wxUSE_XRC=yes'
8557 else
8558 wx_cv_use_xrc='wxUSE_XRC=no'
8559 fi
8560
8561 else
8562
8563 wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
8564
8565 fi
8566
8567
8568 eval "$wx_cv_use_xrc"
8569
8570 if test x"$enablestring" = xdisable; then
8571 if test $wxUSE_XRC = no; then
8572 result=yes
8573 else
8574 result=no
8575 fi
8576 else
8577 result=$wxUSE_XRC
8578 fi
8579
8580 { echo "$as_me:$LINENO: result: $result" >&5
8581 echo "${ECHO_T}$result" >&6; }
8582
8583
8584 enablestring=
8585 defaultval=$wxUSE_ALL_FEATURES
8586 if test -z "$defaultval"; then
8587 if test x"$enablestring" = xdisable; then
8588 defaultval=yes
8589 else
8590 defaultval=no
8591 fi
8592 fi
8593
8594 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
8595 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6; }
8596 # Check whether --enable-aui was given.
8597 if test "${enable_aui+set}" = set; then
8598 enableval=$enable_aui;
8599 if test "$enableval" = yes; then
8600 wx_cv_use_aui='wxUSE_AUI=yes'
8601 else
8602 wx_cv_use_aui='wxUSE_AUI=no'
8603 fi
8604
8605 else
8606
8607 wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
8608
8609 fi
8610
8611
8612 eval "$wx_cv_use_aui"
8613
8614 if test x"$enablestring" = xdisable; then
8615 if test $wxUSE_AUI = no; then
8616 result=yes
8617 else
8618 result=no
8619 fi
8620 else
8621 result=$wxUSE_AUI
8622 fi
8623
8624 { echo "$as_me:$LINENO: result: $result" >&5
8625 echo "${ECHO_T}$result" >&6; }
8626
8627
8628 enablestring=
8629 defaultval=$wxUSE_ALL_FEATURES
8630 if test -z "$defaultval"; then
8631 if test x"$enablestring" = xdisable; then
8632 defaultval=yes
8633 else
8634 defaultval=no
8635 fi
8636 fi
8637
8638 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-propgrid" >&5
8639 echo $ECHO_N "checking for --${enablestring:-enable}-propgrid... $ECHO_C" >&6; }
8640 # Check whether --enable-propgrid was given.
8641 if test "${enable_propgrid+set}" = set; then
8642 enableval=$enable_propgrid;
8643 if test "$enableval" = yes; then
8644 wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
8645 else
8646 wx_cv_use_propgrid='wxUSE_PROPGRID=no'
8647 fi
8648
8649 else
8650
8651 wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
8652
8653 fi
8654
8655
8656 eval "$wx_cv_use_propgrid"
8657
8658 if test x"$enablestring" = xdisable; then
8659 if test $wxUSE_PROPGRID = no; then
8660 result=yes
8661 else
8662 result=no
8663 fi
8664 else
8665 result=$wxUSE_PROPGRID
8666 fi
8667
8668 { echo "$as_me:$LINENO: result: $result" >&5
8669 echo "${ECHO_T}$result" >&6; }
8670
8671
8672 enablestring=
8673 defaultval=$wxUSE_ALL_FEATURES
8674 if test -z "$defaultval"; then
8675 if test x"$enablestring" = xdisable; then
8676 defaultval=yes
8677 else
8678 defaultval=no
8679 fi
8680 fi
8681
8682 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ribbon" >&5
8683 echo $ECHO_N "checking for --${enablestring:-enable}-ribbon... $ECHO_C" >&6; }
8684 # Check whether --enable-ribbon was given.
8685 if test "${enable_ribbon+set}" = set; then
8686 enableval=$enable_ribbon;
8687 if test "$enableval" = yes; then
8688 wx_cv_use_ribbon='wxUSE_RIBBON=yes'
8689 else
8690 wx_cv_use_ribbon='wxUSE_RIBBON=no'
8691 fi
8692
8693 else
8694
8695 wx_cv_use_ribbon='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
8696
8697 fi
8698
8699
8700 eval "$wx_cv_use_ribbon"
8701
8702 if test x"$enablestring" = xdisable; then
8703 if test $wxUSE_RIBBON = no; then
8704 result=yes
8705 else
8706 result=no
8707 fi
8708 else
8709 result=$wxUSE_RIBBON
8710 fi
8711
8712 { echo "$as_me:$LINENO: result: $result" >&5
8713 echo "${ECHO_T}$result" >&6; }
8714
8715
8716 enablestring=
8717 defaultval=$wxUSE_ALL_FEATURES
8718 if test -z "$defaultval"; then
8719 if test x"$enablestring" = xdisable; then
8720 defaultval=yes
8721 else
8722 defaultval=no
8723 fi
8724 fi
8725
8726 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stc" >&5
8727 echo $ECHO_N "checking for --${enablestring:-enable}-stc... $ECHO_C" >&6; }
8728 # Check whether --enable-stc was given.
8729 if test "${enable_stc+set}" = set; then
8730 enableval=$enable_stc;
8731 if test "$enableval" = yes; then
8732 wx_cv_use_stc='wxUSE_STC=yes'
8733 else
8734 wx_cv_use_stc='wxUSE_STC=no'
8735 fi
8736
8737 else
8738
8739 wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
8740
8741 fi
8742
8743
8744 eval "$wx_cv_use_stc"
8745
8746 if test x"$enablestring" = xdisable; then
8747 if test $wxUSE_STC = no; then
8748 result=yes
8749 else
8750 result=no
8751 fi
8752 else
8753 result=$wxUSE_STC
8754 fi
8755
8756 { echo "$as_me:$LINENO: result: $result" >&5
8757 echo "${ECHO_T}$result" >&6; }
8758
8759
8760 enablestring=
8761 defaultval=$wxUSE_ALL_FEATURES
8762 if test -z "$defaultval"; then
8763 if test x"$enablestring" = xdisable; then
8764 defaultval=yes
8765 else
8766 defaultval=no
8767 fi
8768 fi
8769
8770 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
8771 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6; }
8772 # Check whether --enable-constraints was given.
8773 if test "${enable_constraints+set}" = set; then
8774 enableval=$enable_constraints;
8775 if test "$enableval" = yes; then
8776 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
8777 else
8778 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
8779 fi
8780
8781 else
8782
8783 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
8784
8785 fi
8786
8787
8788 eval "$wx_cv_use_constraints"
8789
8790 if test x"$enablestring" = xdisable; then
8791 if test $wxUSE_CONSTRAINTS = no; then
8792 result=yes
8793 else
8794 result=no
8795 fi
8796 else
8797 result=$wxUSE_CONSTRAINTS
8798 fi
8799
8800 { echo "$as_me:$LINENO: result: $result" >&5
8801 echo "${ECHO_T}$result" >&6; }
8802
8803
8804 enablestring=
8805 defaultval=$wxUSE_ALL_FEATURES
8806 if test -z "$defaultval"; then
8807 if test x"$enablestring" = xdisable; then
8808 defaultval=yes
8809 else
8810 defaultval=no
8811 fi
8812 fi
8813
8814 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
8815 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6; }
8816 # Check whether --enable-loggui was given.
8817 if test "${enable_loggui+set}" = set; then
8818 enableval=$enable_loggui;
8819 if test "$enableval" = yes; then
8820 wx_cv_use_loggui='wxUSE_LOGGUI=yes'
8821 else
8822 wx_cv_use_loggui='wxUSE_LOGGUI=no'
8823 fi
8824
8825 else
8826
8827 wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
8828
8829 fi
8830
8831
8832 eval "$wx_cv_use_loggui"
8833
8834 if test x"$enablestring" = xdisable; then
8835 if test $wxUSE_LOGGUI = no; then
8836 result=yes
8837 else
8838 result=no
8839 fi
8840 else
8841 result=$wxUSE_LOGGUI
8842 fi
8843
8844 { echo "$as_me:$LINENO: result: $result" >&5
8845 echo "${ECHO_T}$result" >&6; }
8846
8847
8848 enablestring=
8849 defaultval=$wxUSE_ALL_FEATURES
8850 if test -z "$defaultval"; then
8851 if test x"$enablestring" = xdisable; then
8852 defaultval=yes
8853 else
8854 defaultval=no
8855 fi
8856 fi
8857
8858 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
8859 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6; }
8860 # Check whether --enable-logwin was given.
8861 if test "${enable_logwin+set}" = set; then
8862 enableval=$enable_logwin;
8863 if test "$enableval" = yes; then
8864 wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
8865 else
8866 wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
8867 fi
8868
8869 else
8870
8871 wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
8872
8873 fi
8874
8875
8876 eval "$wx_cv_use_logwin"
8877
8878 if test x"$enablestring" = xdisable; then
8879 if test $wxUSE_LOGWINDOW = no; then
8880 result=yes
8881 else
8882 result=no
8883 fi
8884 else
8885 result=$wxUSE_LOGWINDOW
8886 fi
8887
8888 { echo "$as_me:$LINENO: result: $result" >&5
8889 echo "${ECHO_T}$result" >&6; }
8890
8891
8892 enablestring=
8893 defaultval=$wxUSE_ALL_FEATURES
8894 if test -z "$defaultval"; then
8895 if test x"$enablestring" = xdisable; then
8896 defaultval=yes
8897 else
8898 defaultval=no
8899 fi
8900 fi
8901
8902 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
8903 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6; }
8904 # Check whether --enable-logdialog was given.
8905 if test "${enable_logdialog+set}" = set; then
8906 enableval=$enable_logdialog;
8907 if test "$enableval" = yes; then
8908 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
8909 else
8910 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
8911 fi
8912
8913 else
8914
8915 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
8916
8917 fi
8918
8919
8920 eval "$wx_cv_use_logdialog"
8921
8922 if test x"$enablestring" = xdisable; then
8923 if test $wxUSE_LOGDIALOG = no; then
8924 result=yes
8925 else
8926 result=no
8927 fi
8928 else
8929 result=$wxUSE_LOGDIALOG
8930 fi
8931
8932 { echo "$as_me:$LINENO: result: $result" >&5
8933 echo "${ECHO_T}$result" >&6; }
8934
8935
8936 enablestring=
8937 defaultval=$wxUSE_ALL_FEATURES
8938 if test -z "$defaultval"; then
8939 if test x"$enablestring" = xdisable; then
8940 defaultval=yes
8941 else
8942 defaultval=no
8943 fi
8944 fi
8945
8946 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
8947 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6; }
8948 # Check whether --enable-mdi was given.
8949 if test "${enable_mdi+set}" = set; then
8950 enableval=$enable_mdi;
8951 if test "$enableval" = yes; then
8952 wx_cv_use_mdi='wxUSE_MDI=yes'
8953 else
8954 wx_cv_use_mdi='wxUSE_MDI=no'
8955 fi
8956
8957 else
8958
8959 wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
8960
8961 fi
8962
8963
8964 eval "$wx_cv_use_mdi"
8965
8966 if test x"$enablestring" = xdisable; then
8967 if test $wxUSE_MDI = no; then
8968 result=yes
8969 else
8970 result=no
8971 fi
8972 else
8973 result=$wxUSE_MDI
8974 fi
8975
8976 { echo "$as_me:$LINENO: result: $result" >&5
8977 echo "${ECHO_T}$result" >&6; }
8978
8979
8980 enablestring=
8981 defaultval=$wxUSE_ALL_FEATURES
8982 if test -z "$defaultval"; then
8983 if test x"$enablestring" = xdisable; then
8984 defaultval=yes
8985 else
8986 defaultval=no
8987 fi
8988 fi
8989
8990 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
8991 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6; }
8992 # Check whether --enable-mdidoc was given.
8993 if test "${enable_mdidoc+set}" = set; then
8994 enableval=$enable_mdidoc;
8995 if test "$enableval" = yes; then
8996 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
8997 else
8998 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
8999 fi
9000
9001 else
9002
9003 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
9004
9005 fi
9006
9007
9008 eval "$wx_cv_use_mdidoc"
9009
9010 if test x"$enablestring" = xdisable; then
9011 if test $wxUSE_MDI_ARCHITECTURE = no; then
9012 result=yes
9013 else
9014 result=no
9015 fi
9016 else
9017 result=$wxUSE_MDI_ARCHITECTURE
9018 fi
9019
9020 { echo "$as_me:$LINENO: result: $result" >&5
9021 echo "${ECHO_T}$result" >&6; }
9022
9023
9024 enablestring=
9025 defaultval=$wxUSE_ALL_FEATURES
9026 if test -z "$defaultval"; then
9027 if test x"$enablestring" = xdisable; then
9028 defaultval=yes
9029 else
9030 defaultval=no
9031 fi
9032 fi
9033
9034 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
9035 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6; }
9036 # Check whether --enable-mediactrl was given.
9037 if test "${enable_mediactrl+set}" = set; then
9038 enableval=$enable_mediactrl;
9039 if test "$enableval" = yes; then
9040 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
9041 else
9042 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
9043 fi
9044
9045 else
9046
9047 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
9048
9049 fi
9050
9051
9052 eval "$wx_cv_use_mediactrl"
9053
9054 if test x"$enablestring" = xdisable; then
9055 if test $wxUSE_MEDIACTRL = no; then
9056 result=yes
9057 else
9058 result=no
9059 fi
9060 else
9061 result=$wxUSE_MEDIACTRL
9062 fi
9063
9064 { echo "$as_me:$LINENO: result: $result" >&5
9065 echo "${ECHO_T}$result" >&6; }
9066
9067
9068 enablestring=
9069 defaultval=$wxUSE_ALL_FEATURES
9070 if test -z "$defaultval"; then
9071 if test x"$enablestring" = xdisable; then
9072 defaultval=yes
9073 else
9074 defaultval=no
9075 fi
9076 fi
9077
9078 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
9079 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6; }
9080 # Check whether --enable-gstreamer8 was given.
9081 if test "${enable_gstreamer8+set}" = set; then
9082 enableval=$enable_gstreamer8;
9083 if test "$enableval" = yes; then
9084 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
9085 else
9086 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
9087 fi
9088
9089 else
9090
9091 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
9092
9093 fi
9094
9095
9096 eval "$wx_cv_use_gstreamer8"
9097
9098 if test x"$enablestring" = xdisable; then
9099 if test $wxUSE_GSTREAMER8 = no; then
9100 result=yes
9101 else
9102 result=no
9103 fi
9104 else
9105 result=$wxUSE_GSTREAMER8
9106 fi
9107
9108 { echo "$as_me:$LINENO: result: $result" >&5
9109 echo "${ECHO_T}$result" >&6; }
9110
9111
9112 enablestring=
9113 defaultval=$wxUSE_ALL_FEATURES
9114 if test -z "$defaultval"; then
9115 if test x"$enablestring" = xdisable; then
9116 defaultval=yes
9117 else
9118 defaultval=no
9119 fi
9120 fi
9121
9122 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
9123 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6; }
9124 # Check whether --enable-webkit was given.
9125 if test "${enable_webkit+set}" = set; then
9126 enableval=$enable_webkit;
9127 if test "$enableval" = yes; then
9128 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
9129 else
9130 wx_cv_use_webkit='wxUSE_WEBKIT=no'
9131 fi
9132
9133 else
9134
9135 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
9136
9137 fi
9138
9139
9140 eval "$wx_cv_use_webkit"
9141
9142 if test x"$enablestring" = xdisable; then
9143 if test $wxUSE_WEBKIT = no; then
9144 result=yes
9145 else
9146 result=no
9147 fi
9148 else
9149 result=$wxUSE_WEBKIT
9150 fi
9151
9152 { echo "$as_me:$LINENO: result: $result" >&5
9153 echo "${ECHO_T}$result" >&6; }
9154
9155
9156 enablestring=
9157 defaultval=$wxUSE_ALL_FEATURES
9158 if test -z "$defaultval"; then
9159 if test x"$enablestring" = xdisable; then
9160 defaultval=yes
9161 else
9162 defaultval=no
9163 fi
9164 fi
9165
9166 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
9167 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6; }
9168 # Check whether --enable-richtext was given.
9169 if test "${enable_richtext+set}" = set; then
9170 enableval=$enable_richtext;
9171 if test "$enableval" = yes; then
9172 wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
9173 else
9174 wx_cv_use_richtext='wxUSE_RICHTEXT=no'
9175 fi
9176
9177 else
9178
9179 wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
9180
9181 fi
9182
9183
9184 eval "$wx_cv_use_richtext"
9185
9186 if test x"$enablestring" = xdisable; then
9187 if test $wxUSE_RICHTEXT = no; then
9188 result=yes
9189 else
9190 result=no
9191 fi
9192 else
9193 result=$wxUSE_RICHTEXT
9194 fi
9195
9196 { echo "$as_me:$LINENO: result: $result" >&5
9197 echo "${ECHO_T}$result" >&6; }
9198
9199
9200 enablestring=
9201 defaultval=$wxUSE_ALL_FEATURES
9202 if test -z "$defaultval"; then
9203 if test x"$enablestring" = xdisable; then
9204 defaultval=yes
9205 else
9206 defaultval=no
9207 fi
9208 fi
9209
9210 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
9211 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6; }
9212 # Check whether --enable-graphics_ctx was given.
9213 if test "${enable_graphics_ctx+set}" = set; then
9214 enableval=$enable_graphics_ctx;
9215 if test "$enableval" = yes; then
9216 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
9217 else
9218 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
9219 fi
9220
9221 else
9222
9223 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
9224
9225 fi
9226
9227
9228 eval "$wx_cv_use_graphics_ctx"
9229
9230 if test x"$enablestring" = xdisable; then
9231 if test $wxUSE_GRAPHICS_CONTEXT = no; then
9232 result=yes
9233 else
9234 result=no
9235 fi
9236 else
9237 result=$wxUSE_GRAPHICS_CONTEXT
9238 fi
9239
9240 { echo "$as_me:$LINENO: result: $result" >&5
9241 echo "${ECHO_T}$result" >&6; }
9242
9243
9244 enablestring=
9245 defaultval=$wxUSE_ALL_FEATURES
9246 if test -z "$defaultval"; then
9247 if test x"$enablestring" = xdisable; then
9248 defaultval=yes
9249 else
9250 defaultval=no
9251 fi
9252 fi
9253
9254 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
9255 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6; }
9256 # Check whether --enable-postscript was given.
9257 if test "${enable_postscript+set}" = set; then
9258 enableval=$enable_postscript;
9259 if test "$enableval" = yes; then
9260 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
9261 else
9262 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
9263 fi
9264
9265 else
9266
9267 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
9268
9269 fi
9270
9271
9272 eval "$wx_cv_use_postscript"
9273
9274 if test x"$enablestring" = xdisable; then
9275 if test $wxUSE_POSTSCRIPT = no; then
9276 result=yes
9277 else
9278 result=no
9279 fi
9280 else
9281 result=$wxUSE_POSTSCRIPT
9282 fi
9283
9284 { echo "$as_me:$LINENO: result: $result" >&5
9285 echo "${ECHO_T}$result" >&6; }
9286
9287
9288 enablestring=
9289 defaultval=$wxUSE_ALL_FEATURES
9290 if test -z "$defaultval"; then
9291 if test x"$enablestring" = xdisable; then
9292 defaultval=yes
9293 else
9294 defaultval=no
9295 fi
9296 fi
9297
9298 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
9299 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6; }
9300 # Check whether --enable-printarch was given.
9301 if test "${enable_printarch+set}" = set; then
9302 enableval=$enable_printarch;
9303 if test "$enableval" = yes; then
9304 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
9305 else
9306 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
9307 fi
9308
9309 else
9310
9311 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
9312
9313 fi
9314
9315
9316 eval "$wx_cv_use_printarch"
9317
9318 if test x"$enablestring" = xdisable; then
9319 if test $wxUSE_PRINTING_ARCHITECTURE = no; then
9320 result=yes
9321 else
9322 result=no
9323 fi
9324 else
9325 result=$wxUSE_PRINTING_ARCHITECTURE
9326 fi
9327
9328 { echo "$as_me:$LINENO: result: $result" >&5
9329 echo "${ECHO_T}$result" >&6; }
9330
9331
9332 enablestring=
9333 defaultval=$wxUSE_ALL_FEATURES
9334 if test -z "$defaultval"; then
9335 if test x"$enablestring" = xdisable; then
9336 defaultval=yes
9337 else
9338 defaultval=no
9339 fi
9340 fi
9341
9342 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
9343 echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6; }
9344 # Check whether --enable-svg was given.
9345 if test "${enable_svg+set}" = set; then
9346 enableval=$enable_svg;
9347 if test "$enableval" = yes; then
9348 wx_cv_use_svg='wxUSE_SVG=yes'
9349 else
9350 wx_cv_use_svg='wxUSE_SVG=no'
9351 fi
9352
9353 else
9354
9355 wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
9356
9357 fi
9358
9359
9360 eval "$wx_cv_use_svg"
9361
9362 if test x"$enablestring" = xdisable; then
9363 if test $wxUSE_SVG = no; then
9364 result=yes
9365 else
9366 result=no
9367 fi
9368 else
9369 result=$wxUSE_SVG
9370 fi
9371
9372 { echo "$as_me:$LINENO: result: $result" >&5
9373 echo "${ECHO_T}$result" >&6; }
9374
9375
9376
9377
9378 enablestring=
9379 defaultval=$wxUSE_ALL_FEATURES
9380 if test -z "$defaultval"; then
9381 if test x"$enablestring" = xdisable; then
9382 defaultval=yes
9383 else
9384 defaultval=no
9385 fi
9386 fi
9387
9388 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
9389 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6; }
9390 # Check whether --enable-clipboard was given.
9391 if test "${enable_clipboard+set}" = set; then
9392 enableval=$enable_clipboard;
9393 if test "$enableval" = yes; then
9394 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
9395 else
9396 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
9397 fi
9398
9399 else
9400
9401 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
9402
9403 fi
9404
9405
9406 eval "$wx_cv_use_clipboard"
9407
9408 if test x"$enablestring" = xdisable; then
9409 if test $wxUSE_CLIPBOARD = no; then
9410 result=yes
9411 else
9412 result=no
9413 fi
9414 else
9415 result=$wxUSE_CLIPBOARD
9416 fi
9417
9418 { echo "$as_me:$LINENO: result: $result" >&5
9419 echo "${ECHO_T}$result" >&6; }
9420
9421
9422 enablestring=
9423 defaultval=$wxUSE_ALL_FEATURES
9424 if test -z "$defaultval"; then
9425 if test x"$enablestring" = xdisable; then
9426 defaultval=yes
9427 else
9428 defaultval=no
9429 fi
9430 fi
9431
9432 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
9433 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6; }
9434 # Check whether --enable-dnd was given.
9435 if test "${enable_dnd+set}" = set; then
9436 enableval=$enable_dnd;
9437 if test "$enableval" = yes; then
9438 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
9439 else
9440 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
9441 fi
9442
9443 else
9444
9445 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
9446
9447 fi
9448
9449
9450 eval "$wx_cv_use_dnd"
9451
9452 if test x"$enablestring" = xdisable; then
9453 if test $wxUSE_DRAG_AND_DROP = no; then
9454 result=yes
9455 else
9456 result=no
9457 fi
9458 else
9459 result=$wxUSE_DRAG_AND_DROP
9460 fi
9461
9462 { echo "$as_me:$LINENO: result: $result" >&5
9463 echo "${ECHO_T}$result" >&6; }
9464
9465
9466 enablestring=
9467 defaultval=$wxUSE_ALL_FEATURES
9468 if test -z "$defaultval"; then
9469 if test x"$enablestring" = xdisable; then
9470 defaultval=yes
9471 else
9472 defaultval=no
9473 fi
9474 fi
9475
9476 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9477 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
9478 # Check whether --enable-metafile was given.
9479 if test "${enable_metafile+set}" = set; then
9480 enableval=$enable_metafile;
9481 if test "$enableval" = yes; then
9482 wx_cv_use_metafile='wxUSE_METAFILE=yes'
9483 else
9484 wx_cv_use_metafile='wxUSE_METAFILE=no'
9485 fi
9486
9487 else
9488
9489 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
9490
9491 fi
9492
9493
9494 eval "$wx_cv_use_metafile"
9495
9496 if test x"$enablestring" = xdisable; then
9497 if test $wxUSE_METAFILE = no; then
9498 result=yes
9499 else
9500 result=no
9501 fi
9502 else
9503 result=$wxUSE_METAFILE
9504 fi
9505
9506 { echo "$as_me:$LINENO: result: $result" >&5
9507 echo "${ECHO_T}$result" >&6; }
9508
9509
9510
9511 DEFAULT_wxUSE_CONTROLS=none
9512
9513 enablestring=disable
9514 defaultval=
9515 if test -z "$defaultval"; then
9516 if test x"$enablestring" = xdisable; then
9517 defaultval=yes
9518 else
9519 defaultval=no
9520 fi
9521 fi
9522
9523 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
9524 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6; }
9525 # Check whether --enable-controls was given.
9526 if test "${enable_controls+set}" = set; then
9527 enableval=$enable_controls;
9528 if test "$enableval" = yes; then
9529 wx_cv_use_controls='wxUSE_CONTROLS=yes'
9530 else
9531 wx_cv_use_controls='wxUSE_CONTROLS=no'
9532 fi
9533
9534 else
9535
9536 wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
9537
9538 fi
9539
9540
9541 eval "$wx_cv_use_controls"
9542
9543 if test x"$enablestring" = xdisable; then
9544 if test $wxUSE_CONTROLS = no; then
9545 result=yes
9546 else
9547 result=no
9548 fi
9549 else
9550 result=$wxUSE_CONTROLS
9551 fi
9552
9553 { echo "$as_me:$LINENO: result: $result" >&5
9554 echo "${ECHO_T}$result" >&6; }
9555
9556
9557 if test "$wxUSE_CONTROLS" = "no"; then
9558 DEFAULT_wxUSE_ACCEL=no
9559 DEFAULT_wxUSE_ANIMATIONCTRL=no
9560 DEFAULT_wxUSE_BMPBUTTON=no
9561 DEFAULT_wxUSE_BUTTON=no
9562 DEFAULT_wxUSE_CALCTRL=no
9563 DEFAULT_wxUSE_CARET=no
9564 DEFAULT_wxUSE_CHECKBOX=no
9565 DEFAULT_wxUSE_CHECKLISTBOX=no
9566 DEFAULT_wxUSE_CHOICE=no
9567 DEFAULT_wxUSE_CHOICEBOOK=no
9568 DEFAULT_wxUSE_COLLPANE=no
9569 DEFAULT_wxUSE_COLOURPICKERCTRL=no
9570 DEFAULT_wxUSE_COMBOBOX=no
9571 DEFAULT_wxUSE_COMBOBOX=no
9572 DEFAULT_wxUSE_DATAVIEWCTRL=no
9573 DEFAULT_wxUSE_DATEPICKCTRL=no
9574 DEFAULT_wxUSE_DETECT_SM=no
9575 DEFAULT_wxUSE_DIRPICKERCTRL=no
9576 DEFAULT_wxUSE_DISPLAY=no
9577 DEFAULT_wxUSE_FILECTRL=no
9578 DEFAULT_wxUSE_FILEPICKERCTRL=no
9579 DEFAULT_wxUSE_FONTPICKERCTRL=no
9580 DEFAULT_wxUSE_GAUGE=no
9581 DEFAULT_wxUSE_GRID=no
9582 DEFAULT_wxUSE_HEADERCTRL=no
9583 DEFAULT_wxUSE_HYPERLINKCTRL=no
9584 DEFAULT_wxUSE_IMAGLIST=no
9585 DEFAULT_wxUSE_LISTBOOK=no
9586 DEFAULT_wxUSE_LISTBOX=no
9587 DEFAULT_wxUSE_LISTCTRL=no
9588 DEFAULT_wxUSE_NOTEBOOK=no
9589 DEFAULT_wxUSE_POPUPWIN=no
9590 DEFAULT_wxUSE_RADIOBOX=no
9591 DEFAULT_wxUSE_RADIOBTN=no
9592 DEFAULT_wxUSE_REARRANGECTRL=no
9593 DEFAULT_wxUSE_SASH=no
9594 DEFAULT_wxUSE_SCROLLBAR=no
9595 DEFAULT_wxUSE_SEARCHCTRL=no
9596 DEFAULT_wxUSE_SLIDER=no
9597 DEFAULT_wxUSE_SPINBTN=no
9598 DEFAULT_wxUSE_SPINCTRL=no
9599 DEFAULT_wxUSE_SPLITTER=no
9600 DEFAULT_wxUSE_STATBMP=no
9601 DEFAULT_wxUSE_STATBOX=no
9602 DEFAULT_wxUSE_STATLINE=no
9603 DEFAULT_wxUSE_STATUSBAR=no
9604 DEFAULT_wxUSE_TIPWINDOW=no
9605 DEFAULT_wxUSE_TOGGLEBTN=no
9606 DEFAULT_wxUSE_TOOLBAR=no
9607 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
9608 DEFAULT_wxUSE_TOOLBOOK=no
9609 DEFAULT_wxUSE_TOOLTIPS=no
9610 DEFAULT_wxUSE_TREEBOOK=no
9611 DEFAULT_wxUSE_TREECTRL=no
9612 fi
9613
9614
9615 enablestring=
9616 defaultval=$wxUSE_ALL_FEATURES
9617 if test -z "$defaultval"; then
9618 if test x"$enablestring" = xdisable; then
9619 defaultval=yes
9620 else
9621 defaultval=no
9622 fi
9623 fi
9624
9625 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
9626 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6; }
9627 # Check whether --enable-accel was given.
9628 if test "${enable_accel+set}" = set; then
9629 enableval=$enable_accel;
9630 if test "$enableval" = yes; then
9631 wx_cv_use_accel='wxUSE_ACCEL=yes'
9632 else
9633 wx_cv_use_accel='wxUSE_ACCEL=no'
9634 fi
9635
9636 else
9637
9638 wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
9639
9640 fi
9641
9642
9643 eval "$wx_cv_use_accel"
9644
9645 if test x"$enablestring" = xdisable; then
9646 if test $wxUSE_ACCEL = no; then
9647 result=yes
9648 else
9649 result=no
9650 fi
9651 else
9652 result=$wxUSE_ACCEL
9653 fi
9654
9655 { echo "$as_me:$LINENO: result: $result" >&5
9656 echo "${ECHO_T}$result" >&6; }
9657
9658
9659 enablestring=
9660 defaultval=$wxUSE_ALL_FEATURES
9661 if test -z "$defaultval"; then
9662 if test x"$enablestring" = xdisable; then
9663 defaultval=yes
9664 else
9665 defaultval=no
9666 fi
9667 fi
9668
9669 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
9670 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6; }
9671 # Check whether --enable-animatectrl was given.
9672 if test "${enable_animatectrl+set}" = set; then
9673 enableval=$enable_animatectrl;
9674 if test "$enableval" = yes; then
9675 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
9676 else
9677 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
9678 fi
9679
9680 else
9681
9682 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
9683
9684 fi
9685
9686
9687 eval "$wx_cv_use_animatectrl"
9688
9689 if test x"$enablestring" = xdisable; then
9690 if test $wxUSE_ANIMATIONCTRL = no; then
9691 result=yes
9692 else
9693 result=no
9694 fi
9695 else
9696 result=$wxUSE_ANIMATIONCTRL
9697 fi
9698
9699 { echo "$as_me:$LINENO: result: $result" >&5
9700 echo "${ECHO_T}$result" >&6; }
9701
9702
9703 enablestring=
9704 defaultval=$wxUSE_ALL_FEATURES
9705 if test -z "$defaultval"; then
9706 if test x"$enablestring" = xdisable; then
9707 defaultval=yes
9708 else
9709 defaultval=no
9710 fi
9711 fi
9712
9713 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
9714 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6; }
9715 # Check whether --enable-bmpbutton was given.
9716 if test "${enable_bmpbutton+set}" = set; then
9717 enableval=$enable_bmpbutton;
9718 if test "$enableval" = yes; then
9719 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
9720 else
9721 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
9722 fi
9723
9724 else
9725
9726 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
9727
9728 fi
9729
9730
9731 eval "$wx_cv_use_bmpbutton"
9732
9733 if test x"$enablestring" = xdisable; then
9734 if test $wxUSE_BMPBUTTON = no; then
9735 result=yes
9736 else
9737 result=no
9738 fi
9739 else
9740 result=$wxUSE_BMPBUTTON
9741 fi
9742
9743 { echo "$as_me:$LINENO: result: $result" >&5
9744 echo "${ECHO_T}$result" >&6; }
9745
9746
9747 enablestring=
9748 defaultval=$wxUSE_ALL_FEATURES
9749 if test -z "$defaultval"; then
9750 if test x"$enablestring" = xdisable; then
9751 defaultval=yes
9752 else
9753 defaultval=no
9754 fi
9755 fi
9756
9757 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
9758 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6; }
9759 # Check whether --enable-bmpcombobox was given.
9760 if test "${enable_bmpcombobox+set}" = set; then
9761 enableval=$enable_bmpcombobox;
9762 if test "$enableval" = yes; then
9763 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
9764 else
9765 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
9766 fi
9767
9768 else
9769
9770 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
9771
9772 fi
9773
9774
9775 eval "$wx_cv_use_bmpcombobox"
9776
9777 if test x"$enablestring" = xdisable; then
9778 if test $wxUSE_BITMAPCOMBOBOX = no; then
9779 result=yes
9780 else
9781 result=no
9782 fi
9783 else
9784 result=$wxUSE_BITMAPCOMBOBOX
9785 fi
9786
9787 { echo "$as_me:$LINENO: result: $result" >&5
9788 echo "${ECHO_T}$result" >&6; }
9789
9790
9791 enablestring=
9792 defaultval=$wxUSE_ALL_FEATURES
9793 if test -z "$defaultval"; then
9794 if test x"$enablestring" = xdisable; then
9795 defaultval=yes
9796 else
9797 defaultval=no
9798 fi
9799 fi
9800
9801 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
9802 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6; }
9803 # Check whether --enable-button was given.
9804 if test "${enable_button+set}" = set; then
9805 enableval=$enable_button;
9806 if test "$enableval" = yes; then
9807 wx_cv_use_button='wxUSE_BUTTON=yes'
9808 else
9809 wx_cv_use_button='wxUSE_BUTTON=no'
9810 fi
9811
9812 else
9813
9814 wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
9815
9816 fi
9817
9818
9819 eval "$wx_cv_use_button"
9820
9821 if test x"$enablestring" = xdisable; then
9822 if test $wxUSE_BUTTON = no; then
9823 result=yes
9824 else
9825 result=no
9826 fi
9827 else
9828 result=$wxUSE_BUTTON
9829 fi
9830
9831 { echo "$as_me:$LINENO: result: $result" >&5
9832 echo "${ECHO_T}$result" >&6; }
9833
9834
9835 enablestring=
9836 defaultval=$wxUSE_ALL_FEATURES
9837 if test -z "$defaultval"; then
9838 if test x"$enablestring" = xdisable; then
9839 defaultval=yes
9840 else
9841 defaultval=no
9842 fi
9843 fi
9844
9845 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
9846 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6; }
9847 # Check whether --enable-calendar was given.
9848 if test "${enable_calendar+set}" = set; then
9849 enableval=$enable_calendar;
9850 if test "$enableval" = yes; then
9851 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
9852 else
9853 wx_cv_use_calendar='wxUSE_CALCTRL=no'
9854 fi
9855
9856 else
9857
9858 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
9859
9860 fi
9861
9862
9863 eval "$wx_cv_use_calendar"
9864
9865 if test x"$enablestring" = xdisable; then
9866 if test $wxUSE_CALCTRL = no; then
9867 result=yes
9868 else
9869 result=no
9870 fi
9871 else
9872 result=$wxUSE_CALCTRL
9873 fi
9874
9875 { echo "$as_me:$LINENO: result: $result" >&5
9876 echo "${ECHO_T}$result" >&6; }
9877
9878
9879 enablestring=
9880 defaultval=$wxUSE_ALL_FEATURES
9881 if test -z "$defaultval"; then
9882 if test x"$enablestring" = xdisable; then
9883 defaultval=yes
9884 else
9885 defaultval=no
9886 fi
9887 fi
9888
9889 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
9890 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6; }
9891 # Check whether --enable-caret was given.
9892 if test "${enable_caret+set}" = set; then
9893 enableval=$enable_caret;
9894 if test "$enableval" = yes; then
9895 wx_cv_use_caret='wxUSE_CARET=yes'
9896 else
9897 wx_cv_use_caret='wxUSE_CARET=no'
9898 fi
9899
9900 else
9901
9902 wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
9903
9904 fi
9905
9906
9907 eval "$wx_cv_use_caret"
9908
9909 if test x"$enablestring" = xdisable; then
9910 if test $wxUSE_CARET = no; then
9911 result=yes
9912 else
9913 result=no
9914 fi
9915 else
9916 result=$wxUSE_CARET
9917 fi
9918
9919 { echo "$as_me:$LINENO: result: $result" >&5
9920 echo "${ECHO_T}$result" >&6; }
9921
9922
9923 enablestring=
9924 defaultval=$wxUSE_ALL_FEATURES
9925 if test -z "$defaultval"; then
9926 if test x"$enablestring" = xdisable; then
9927 defaultval=yes
9928 else
9929 defaultval=no
9930 fi
9931 fi
9932
9933 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
9934 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6; }
9935 # Check whether --enable-checkbox was given.
9936 if test "${enable_checkbox+set}" = set; then
9937 enableval=$enable_checkbox;
9938 if test "$enableval" = yes; then
9939 wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
9940 else
9941 wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
9942 fi
9943
9944 else
9945
9946 wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
9947
9948 fi
9949
9950
9951 eval "$wx_cv_use_checkbox"
9952
9953 if test x"$enablestring" = xdisable; then
9954 if test $wxUSE_CHECKBOX = no; then
9955 result=yes
9956 else
9957 result=no
9958 fi
9959 else
9960 result=$wxUSE_CHECKBOX
9961 fi
9962
9963 { echo "$as_me:$LINENO: result: $result" >&5
9964 echo "${ECHO_T}$result" >&6; }
9965
9966
9967 enablestring=
9968 defaultval=$wxUSE_ALL_FEATURES
9969 if test -z "$defaultval"; then
9970 if test x"$enablestring" = xdisable; then
9971 defaultval=yes
9972 else
9973 defaultval=no
9974 fi
9975 fi
9976
9977 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
9978 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6; }
9979 # Check whether --enable-checklst was given.
9980 if test "${enable_checklst+set}" = set; then
9981 enableval=$enable_checklst;
9982 if test "$enableval" = yes; then
9983 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
9984 else
9985 wx_cv_use_checklst='wxUSE_CHECKLST=no'
9986 fi
9987
9988 else
9989
9990 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
9991
9992 fi
9993
9994
9995 eval "$wx_cv_use_checklst"
9996
9997 if test x"$enablestring" = xdisable; then
9998 if test $wxUSE_CHECKLST = no; then
9999 result=yes
10000 else
10001 result=no
10002 fi
10003 else
10004 result=$wxUSE_CHECKLST
10005 fi
10006
10007 { echo "$as_me:$LINENO: result: $result" >&5
10008 echo "${ECHO_T}$result" >&6; }
10009
10010
10011 enablestring=
10012 defaultval=$wxUSE_ALL_FEATURES
10013 if test -z "$defaultval"; then
10014 if test x"$enablestring" = xdisable; then
10015 defaultval=yes
10016 else
10017 defaultval=no
10018 fi
10019 fi
10020
10021 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
10022 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6; }
10023 # Check whether --enable-choice was given.
10024 if test "${enable_choice+set}" = set; then
10025 enableval=$enable_choice;
10026 if test "$enableval" = yes; then
10027 wx_cv_use_choice='wxUSE_CHOICE=yes'
10028 else
10029 wx_cv_use_choice='wxUSE_CHOICE=no'
10030 fi
10031
10032 else
10033
10034 wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
10035
10036 fi
10037
10038
10039 eval "$wx_cv_use_choice"
10040
10041 if test x"$enablestring" = xdisable; then
10042 if test $wxUSE_CHOICE = no; then
10043 result=yes
10044 else
10045 result=no
10046 fi
10047 else
10048 result=$wxUSE_CHOICE
10049 fi
10050
10051 { echo "$as_me:$LINENO: result: $result" >&5
10052 echo "${ECHO_T}$result" >&6; }
10053
10054
10055 enablestring=
10056 defaultval=$wxUSE_ALL_FEATURES
10057 if test -z "$defaultval"; then
10058 if test x"$enablestring" = xdisable; then
10059 defaultval=yes
10060 else
10061 defaultval=no
10062 fi
10063 fi
10064
10065 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
10066 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6; }
10067 # Check whether --enable-choicebook was given.
10068 if test "${enable_choicebook+set}" = set; then
10069 enableval=$enable_choicebook;
10070 if test "$enableval" = yes; then
10071 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
10072 else
10073 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
10074 fi
10075
10076 else
10077
10078 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
10079
10080 fi
10081
10082
10083 eval "$wx_cv_use_choicebook"
10084
10085 if test x"$enablestring" = xdisable; then
10086 if test $wxUSE_CHOICEBOOK = no; then
10087 result=yes
10088 else
10089 result=no
10090 fi
10091 else
10092 result=$wxUSE_CHOICEBOOK
10093 fi
10094
10095 { echo "$as_me:$LINENO: result: $result" >&5
10096 echo "${ECHO_T}$result" >&6; }
10097
10098
10099 enablestring=
10100 defaultval=$wxUSE_ALL_FEATURES
10101 if test -z "$defaultval"; then
10102 if test x"$enablestring" = xdisable; then
10103 defaultval=yes
10104 else
10105 defaultval=no
10106 fi
10107 fi
10108
10109 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
10110 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6; }
10111 # Check whether --enable-collpane was given.
10112 if test "${enable_collpane+set}" = set; then
10113 enableval=$enable_collpane;
10114 if test "$enableval" = yes; then
10115 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
10116 else
10117 wx_cv_use_collpane='wxUSE_COLLPANE=no'
10118 fi
10119
10120 else
10121
10122 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
10123
10124 fi
10125
10126
10127 eval "$wx_cv_use_collpane"
10128
10129 if test x"$enablestring" = xdisable; then
10130 if test $wxUSE_COLLPANE = no; then
10131 result=yes
10132 else
10133 result=no
10134 fi
10135 else
10136 result=$wxUSE_COLLPANE
10137 fi
10138
10139 { echo "$as_me:$LINENO: result: $result" >&5
10140 echo "${ECHO_T}$result" >&6; }
10141
10142
10143 enablestring=
10144 defaultval=$wxUSE_ALL_FEATURES
10145 if test -z "$defaultval"; then
10146 if test x"$enablestring" = xdisable; then
10147 defaultval=yes
10148 else
10149 defaultval=no
10150 fi
10151 fi
10152
10153 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
10154 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6; }
10155 # Check whether --enable-colourpicker was given.
10156 if test "${enable_colourpicker+set}" = set; then
10157 enableval=$enable_colourpicker;
10158 if test "$enableval" = yes; then
10159 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
10160 else
10161 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
10162 fi
10163
10164 else
10165
10166 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
10167
10168 fi
10169
10170
10171 eval "$wx_cv_use_colourpicker"
10172
10173 if test x"$enablestring" = xdisable; then
10174 if test $wxUSE_COLOURPICKERCTRL = no; then
10175 result=yes
10176 else
10177 result=no
10178 fi
10179 else
10180 result=$wxUSE_COLOURPICKERCTRL
10181 fi
10182
10183 { echo "$as_me:$LINENO: result: $result" >&5
10184 echo "${ECHO_T}$result" >&6; }
10185
10186
10187 enablestring=
10188 defaultval=$wxUSE_ALL_FEATURES
10189 if test -z "$defaultval"; then
10190 if test x"$enablestring" = xdisable; then
10191 defaultval=yes
10192 else
10193 defaultval=no
10194 fi
10195 fi
10196
10197 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
10198 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6; }
10199 # Check whether --enable-combobox was given.
10200 if test "${enable_combobox+set}" = set; then
10201 enableval=$enable_combobox;
10202 if test "$enableval" = yes; then
10203 wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
10204 else
10205 wx_cv_use_combobox='wxUSE_COMBOBOX=no'
10206 fi
10207
10208 else
10209
10210 wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
10211
10212 fi
10213
10214
10215 eval "$wx_cv_use_combobox"
10216
10217 if test x"$enablestring" = xdisable; then
10218 if test $wxUSE_COMBOBOX = no; then
10219 result=yes
10220 else
10221 result=no
10222 fi
10223 else
10224 result=$wxUSE_COMBOBOX
10225 fi
10226
10227 { echo "$as_me:$LINENO: result: $result" >&5
10228 echo "${ECHO_T}$result" >&6; }
10229
10230
10231 enablestring=
10232 defaultval=$wxUSE_ALL_FEATURES
10233 if test -z "$defaultval"; then
10234 if test x"$enablestring" = xdisable; then
10235 defaultval=yes
10236 else
10237 defaultval=no
10238 fi
10239 fi
10240
10241 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
10242 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6; }
10243 # Check whether --enable-comboctrl was given.
10244 if test "${enable_comboctrl+set}" = set; then
10245 enableval=$enable_comboctrl;
10246 if test "$enableval" = yes; then
10247 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
10248 else
10249 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
10250 fi
10251
10252 else
10253
10254 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
10255
10256 fi
10257
10258
10259 eval "$wx_cv_use_comboctrl"
10260
10261 if test x"$enablestring" = xdisable; then
10262 if test $wxUSE_COMBOCTRL = no; then
10263 result=yes
10264 else
10265 result=no
10266 fi
10267 else
10268 result=$wxUSE_COMBOCTRL
10269 fi
10270
10271 { echo "$as_me:$LINENO: result: $result" >&5
10272 echo "${ECHO_T}$result" >&6; }
10273
10274
10275 enablestring=
10276 defaultval=$wxUSE_ALL_FEATURES
10277 if test -z "$defaultval"; then
10278 if test x"$enablestring" = xdisable; then
10279 defaultval=yes
10280 else
10281 defaultval=no
10282 fi
10283 fi
10284
10285 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
10286 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6; }
10287 # Check whether --enable-dataviewctrl was given.
10288 if test "${enable_dataviewctrl+set}" = set; then
10289 enableval=$enable_dataviewctrl;
10290 if test "$enableval" = yes; then
10291 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
10292 else
10293 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
10294 fi
10295
10296 else
10297
10298 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
10299
10300 fi
10301
10302
10303 eval "$wx_cv_use_dataviewctrl"
10304
10305 if test x"$enablestring" = xdisable; then
10306 if test $wxUSE_DATAVIEWCTRL = no; then
10307 result=yes
10308 else
10309 result=no
10310 fi
10311 else
10312 result=$wxUSE_DATAVIEWCTRL
10313 fi
10314
10315 { echo "$as_me:$LINENO: result: $result" >&5
10316 echo "${ECHO_T}$result" >&6; }
10317
10318
10319 enablestring=
10320 defaultval=$wxUSE_ALL_FEATURES
10321 if test -z "$defaultval"; then
10322 if test x"$enablestring" = xdisable; then
10323 defaultval=yes
10324 else
10325 defaultval=no
10326 fi
10327 fi
10328
10329 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
10330 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
10331 # Check whether --enable-datepick was given.
10332 if test "${enable_datepick+set}" = set; then
10333 enableval=$enable_datepick;
10334 if test "$enableval" = yes; then
10335 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
10336 else
10337 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
10338 fi
10339
10340 else
10341
10342 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
10343
10344 fi
10345
10346
10347 eval "$wx_cv_use_datepick"
10348
10349 if test x"$enablestring" = xdisable; then
10350 if test $wxUSE_DATEPICKCTRL = no; then
10351 result=yes
10352 else
10353 result=no
10354 fi
10355 else
10356 result=$wxUSE_DATEPICKCTRL
10357 fi
10358
10359 { echo "$as_me:$LINENO: result: $result" >&5
10360 echo "${ECHO_T}$result" >&6; }
10361
10362
10363 enablestring=
10364 defaultval=$wxUSE_ALL_FEATURES
10365 if test -z "$defaultval"; then
10366 if test x"$enablestring" = xdisable; then
10367 defaultval=yes
10368 else
10369 defaultval=no
10370 fi
10371 fi
10372
10373 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-detect_sm" >&5
10374 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6; }
10375 # Check whether --enable-detect_sm was given.
10376 if test "${enable_detect_sm+set}" = set; then
10377 enableval=$enable_detect_sm;
10378 if test "$enableval" = yes; then
10379 wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
10380 else
10381 wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
10382 fi
10383
10384 else
10385
10386 wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
10387
10388 fi
10389
10390
10391 eval "$wx_cv_use_detect_sm"
10392
10393 if test x"$enablestring" = xdisable; then
10394 if test $wxUSE_DETECT_SM = no; then
10395 result=yes
10396 else
10397 result=no
10398 fi
10399 else
10400 result=$wxUSE_DETECT_SM
10401 fi
10402
10403 { echo "$as_me:$LINENO: result: $result" >&5
10404 echo "${ECHO_T}$result" >&6; }
10405
10406
10407 enablestring=
10408 defaultval=$wxUSE_ALL_FEATURES
10409 if test -z "$defaultval"; then
10410 if test x"$enablestring" = xdisable; then
10411 defaultval=yes
10412 else
10413 defaultval=no
10414 fi
10415 fi
10416
10417 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
10418 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6; }
10419 # Check whether --enable-dirpicker was given.
10420 if test "${enable_dirpicker+set}" = set; then
10421 enableval=$enable_dirpicker;
10422 if test "$enableval" = yes; then
10423 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
10424 else
10425 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
10426 fi
10427
10428 else
10429
10430 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
10431
10432 fi
10433
10434
10435 eval "$wx_cv_use_dirpicker"
10436
10437 if test x"$enablestring" = xdisable; then
10438 if test $wxUSE_DIRPICKERCTRL = no; then
10439 result=yes
10440 else
10441 result=no
10442 fi
10443 else
10444 result=$wxUSE_DIRPICKERCTRL
10445 fi
10446
10447 { echo "$as_me:$LINENO: result: $result" >&5
10448 echo "${ECHO_T}$result" >&6; }
10449
10450
10451 enablestring=
10452 defaultval=$wxUSE_ALL_FEATURES
10453 if test -z "$defaultval"; then
10454 if test x"$enablestring" = xdisable; then
10455 defaultval=yes
10456 else
10457 defaultval=no
10458 fi
10459 fi
10460
10461 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
10462 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6; }
10463 # Check whether --enable-display was given.
10464 if test "${enable_display+set}" = set; then
10465 enableval=$enable_display;
10466 if test "$enableval" = yes; then
10467 wx_cv_use_display='wxUSE_DISPLAY=yes'
10468 else
10469 wx_cv_use_display='wxUSE_DISPLAY=no'
10470 fi
10471
10472 else
10473
10474 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
10475
10476 fi
10477
10478
10479 eval "$wx_cv_use_display"
10480
10481 if test x"$enablestring" = xdisable; then
10482 if test $wxUSE_DISPLAY = no; then
10483 result=yes
10484 else
10485 result=no
10486 fi
10487 else
10488 result=$wxUSE_DISPLAY
10489 fi
10490
10491 { echo "$as_me:$LINENO: result: $result" >&5
10492 echo "${ECHO_T}$result" >&6; }
10493
10494
10495 enablestring=
10496 defaultval=$wxUSE_ALL_FEATURES
10497 if test -z "$defaultval"; then
10498 if test x"$enablestring" = xdisable; then
10499 defaultval=yes
10500 else
10501 defaultval=no
10502 fi
10503 fi
10504
10505 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-editablebox" >&5
10506 echo $ECHO_N "checking for --${enablestring:-enable}-editablebox... $ECHO_C" >&6; }
10507 # Check whether --enable-editablebox was given.
10508 if test "${enable_editablebox+set}" = set; then
10509 enableval=$enable_editablebox;
10510 if test "$enableval" = yes; then
10511 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
10512 else
10513 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
10514 fi
10515
10516 else
10517
10518 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
10519
10520 fi
10521
10522
10523 eval "$wx_cv_use_editablebox"
10524
10525 if test x"$enablestring" = xdisable; then
10526 if test $wxUSE_EDITABLELISTBOX = no; then
10527 result=yes
10528 else
10529 result=no
10530 fi
10531 else
10532 result=$wxUSE_EDITABLELISTBOX
10533 fi
10534
10535 { echo "$as_me:$LINENO: result: $result" >&5
10536 echo "${ECHO_T}$result" >&6; }
10537
10538
10539 enablestring=
10540 defaultval=$wxUSE_ALL_FEATURES
10541 if test -z "$defaultval"; then
10542 if test x"$enablestring" = xdisable; then
10543 defaultval=yes
10544 else
10545 defaultval=no
10546 fi
10547 fi
10548
10549 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filectrl" >&5
10550 echo $ECHO_N "checking for --${enablestring:-enable}-filectrl... $ECHO_C" >&6; }
10551 # Check whether --enable-filectrl was given.
10552 if test "${enable_filectrl+set}" = set; then
10553 enableval=$enable_filectrl;
10554 if test "$enableval" = yes; then
10555 wx_cv_use_filectrl='wxUSE_FILECTRL=yes'
10556 else
10557 wx_cv_use_filectrl='wxUSE_FILECTRL=no'
10558 fi
10559
10560 else
10561
10562 wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
10563
10564 fi
10565
10566
10567 eval "$wx_cv_use_filectrl"
10568
10569 if test x"$enablestring" = xdisable; then
10570 if test $wxUSE_FILECTRL = no; then
10571 result=yes
10572 else
10573 result=no
10574 fi
10575 else
10576 result=$wxUSE_FILECTRL
10577 fi
10578
10579 { echo "$as_me:$LINENO: result: $result" >&5
10580 echo "${ECHO_T}$result" >&6; }
10581
10582
10583 enablestring=
10584 defaultval=$wxUSE_ALL_FEATURES
10585 if test -z "$defaultval"; then
10586 if test x"$enablestring" = xdisable; then
10587 defaultval=yes
10588 else
10589 defaultval=no
10590 fi
10591 fi
10592
10593 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
10594 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6; }
10595 # Check whether --enable-filepicker was given.
10596 if test "${enable_filepicker+set}" = set; then
10597 enableval=$enable_filepicker;
10598 if test "$enableval" = yes; then
10599 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
10600 else
10601 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
10602 fi
10603
10604 else
10605
10606 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
10607
10608 fi
10609
10610
10611 eval "$wx_cv_use_filepicker"
10612
10613 if test x"$enablestring" = xdisable; then
10614 if test $wxUSE_FILEPICKERCTRL = no; then
10615 result=yes
10616 else
10617 result=no
10618 fi
10619 else
10620 result=$wxUSE_FILEPICKERCTRL
10621 fi
10622
10623 { echo "$as_me:$LINENO: result: $result" >&5
10624 echo "${ECHO_T}$result" >&6; }
10625
10626
10627 enablestring=
10628 defaultval=$wxUSE_ALL_FEATURES
10629 if test -z "$defaultval"; then
10630 if test x"$enablestring" = xdisable; then
10631 defaultval=yes
10632 else
10633 defaultval=no
10634 fi
10635 fi
10636
10637 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
10638 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6; }
10639 # Check whether --enable-fontpicker was given.
10640 if test "${enable_fontpicker+set}" = set; then
10641 enableval=$enable_fontpicker;
10642 if test "$enableval" = yes; then
10643 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
10644 else
10645 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
10646 fi
10647
10648 else
10649
10650 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
10651
10652 fi
10653
10654
10655 eval "$wx_cv_use_fontpicker"
10656
10657 if test x"$enablestring" = xdisable; then
10658 if test $wxUSE_FONTPICKERCTRL = no; then
10659 result=yes
10660 else
10661 result=no
10662 fi
10663 else
10664 result=$wxUSE_FONTPICKERCTRL
10665 fi
10666
10667 { echo "$as_me:$LINENO: result: $result" >&5
10668 echo "${ECHO_T}$result" >&6; }
10669
10670
10671 enablestring=
10672 defaultval=$wxUSE_ALL_FEATURES
10673 if test -z "$defaultval"; then
10674 if test x"$enablestring" = xdisable; then
10675 defaultval=yes
10676 else
10677 defaultval=no
10678 fi
10679 fi
10680
10681 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
10682 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6; }
10683 # Check whether --enable-gauge was given.
10684 if test "${enable_gauge+set}" = set; then
10685 enableval=$enable_gauge;
10686 if test "$enableval" = yes; then
10687 wx_cv_use_gauge='wxUSE_GAUGE=yes'
10688 else
10689 wx_cv_use_gauge='wxUSE_GAUGE=no'
10690 fi
10691
10692 else
10693
10694 wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
10695
10696 fi
10697
10698
10699 eval "$wx_cv_use_gauge"
10700
10701 if test x"$enablestring" = xdisable; then
10702 if test $wxUSE_GAUGE = no; then
10703 result=yes
10704 else
10705 result=no
10706 fi
10707 else
10708 result=$wxUSE_GAUGE
10709 fi
10710
10711 { echo "$as_me:$LINENO: result: $result" >&5
10712 echo "${ECHO_T}$result" >&6; }
10713
10714
10715 enablestring=
10716 defaultval=$wxUSE_ALL_FEATURES
10717 if test -z "$defaultval"; then
10718 if test x"$enablestring" = xdisable; then
10719 defaultval=yes
10720 else
10721 defaultval=no
10722 fi
10723 fi
10724
10725 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
10726 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6; }
10727 # Check whether --enable-grid was given.
10728 if test "${enable_grid+set}" = set; then
10729 enableval=$enable_grid;
10730 if test "$enableval" = yes; then
10731 wx_cv_use_grid='wxUSE_GRID=yes'
10732 else
10733 wx_cv_use_grid='wxUSE_GRID=no'
10734 fi
10735
10736 else
10737
10738 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
10739
10740 fi
10741
10742
10743 eval "$wx_cv_use_grid"
10744
10745 if test x"$enablestring" = xdisable; then
10746 if test $wxUSE_GRID = no; then
10747 result=yes
10748 else
10749 result=no
10750 fi
10751 else
10752 result=$wxUSE_GRID
10753 fi
10754
10755 { echo "$as_me:$LINENO: result: $result" >&5
10756 echo "${ECHO_T}$result" >&6; }
10757
10758
10759 enablestring=
10760 defaultval=$wxUSE_ALL_FEATURES
10761 if test -z "$defaultval"; then
10762 if test x"$enablestring" = xdisable; then
10763 defaultval=yes
10764 else
10765 defaultval=no
10766 fi
10767 fi
10768
10769 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-headerctrl" >&5
10770 echo $ECHO_N "checking for --${enablestring:-enable}-headerctrl... $ECHO_C" >&6; }
10771 # Check whether --enable-headerctrl was given.
10772 if test "${enable_headerctrl+set}" = set; then
10773 enableval=$enable_headerctrl;
10774 if test "$enableval" = yes; then
10775 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=yes'
10776 else
10777 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=no'
10778 fi
10779
10780 else
10781
10782 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
10783
10784 fi
10785
10786
10787 eval "$wx_cv_use_headerctrl"
10788
10789 if test x"$enablestring" = xdisable; then
10790 if test $wxUSE_HEADERCTRL = no; then
10791 result=yes
10792 else
10793 result=no
10794 fi
10795 else
10796 result=$wxUSE_HEADERCTRL
10797 fi
10798
10799 { echo "$as_me:$LINENO: result: $result" >&5
10800 echo "${ECHO_T}$result" >&6; }
10801
10802
10803 enablestring=
10804 defaultval=$wxUSE_ALL_FEATURES
10805 if test -z "$defaultval"; then
10806 if test x"$enablestring" = xdisable; then
10807 defaultval=yes
10808 else
10809 defaultval=no
10810 fi
10811 fi
10812
10813 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
10814 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6; }
10815 # Check whether --enable-hyperlink was given.
10816 if test "${enable_hyperlink+set}" = set; then
10817 enableval=$enable_hyperlink;
10818 if test "$enableval" = yes; then
10819 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
10820 else
10821 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
10822 fi
10823
10824 else
10825
10826 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
10827
10828 fi
10829
10830
10831 eval "$wx_cv_use_hyperlink"
10832
10833 if test x"$enablestring" = xdisable; then
10834 if test $wxUSE_HYPERLINKCTRL = no; then
10835 result=yes
10836 else
10837 result=no
10838 fi
10839 else
10840 result=$wxUSE_HYPERLINKCTRL
10841 fi
10842
10843 { echo "$as_me:$LINENO: result: $result" >&5
10844 echo "${ECHO_T}$result" >&6; }
10845
10846
10847 enablestring=
10848 defaultval=$wxUSE_ALL_FEATURES
10849 if test -z "$defaultval"; then
10850 if test x"$enablestring" = xdisable; then
10851 defaultval=yes
10852 else
10853 defaultval=no
10854 fi
10855 fi
10856
10857 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
10858 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6; }
10859 # Check whether --enable-imaglist was given.
10860 if test "${enable_imaglist+set}" = set; then
10861 enableval=$enable_imaglist;
10862 if test "$enableval" = yes; then
10863 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
10864 else
10865 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
10866 fi
10867
10868 else
10869
10870 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
10871
10872 fi
10873
10874
10875 eval "$wx_cv_use_imaglist"
10876
10877 if test x"$enablestring" = xdisable; then
10878 if test $wxUSE_IMAGLIST = no; then
10879 result=yes
10880 else
10881 result=no
10882 fi
10883 else
10884 result=$wxUSE_IMAGLIST
10885 fi
10886
10887 { echo "$as_me:$LINENO: result: $result" >&5
10888 echo "${ECHO_T}$result" >&6; }
10889
10890
10891 enablestring=
10892 defaultval=$wxUSE_ALL_FEATURES
10893 if test -z "$defaultval"; then
10894 if test x"$enablestring" = xdisable; then
10895 defaultval=yes
10896 else
10897 defaultval=no
10898 fi
10899 fi
10900
10901 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-infobar" >&5
10902 echo $ECHO_N "checking for --${enablestring:-enable}-infobar... $ECHO_C" >&6; }
10903 # Check whether --enable-infobar was given.
10904 if test "${enable_infobar+set}" = set; then
10905 enableval=$enable_infobar;
10906 if test "$enableval" = yes; then
10907 wx_cv_use_infobar='wxUSE_INFOBAR=yes'
10908 else
10909 wx_cv_use_infobar='wxUSE_INFOBAR=no'
10910 fi
10911
10912 else
10913
10914 wx_cv_use_infobar='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
10915
10916 fi
10917
10918
10919 eval "$wx_cv_use_infobar"
10920
10921 if test x"$enablestring" = xdisable; then
10922 if test $wxUSE_INFOBAR = no; then
10923 result=yes
10924 else
10925 result=no
10926 fi
10927 else
10928 result=$wxUSE_INFOBAR
10929 fi
10930
10931 { echo "$as_me:$LINENO: result: $result" >&5
10932 echo "${ECHO_T}$result" >&6; }
10933
10934
10935 enablestring=
10936 defaultval=$wxUSE_ALL_FEATURES
10937 if test -z "$defaultval"; then
10938 if test x"$enablestring" = xdisable; then
10939 defaultval=yes
10940 else
10941 defaultval=no
10942 fi
10943 fi
10944
10945 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
10946 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6; }
10947 # Check whether --enable-listbook was given.
10948 if test "${enable_listbook+set}" = set; then
10949 enableval=$enable_listbook;
10950 if test "$enableval" = yes; then
10951 wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
10952 else
10953 wx_cv_use_listbook='wxUSE_LISTBOOK=no'
10954 fi
10955
10956 else
10957
10958 wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
10959
10960 fi
10961
10962
10963 eval "$wx_cv_use_listbook"
10964
10965 if test x"$enablestring" = xdisable; then
10966 if test $wxUSE_LISTBOOK = no; then
10967 result=yes
10968 else
10969 result=no
10970 fi
10971 else
10972 result=$wxUSE_LISTBOOK
10973 fi
10974
10975 { echo "$as_me:$LINENO: result: $result" >&5
10976 echo "${ECHO_T}$result" >&6; }
10977
10978
10979 enablestring=
10980 defaultval=$wxUSE_ALL_FEATURES
10981 if test -z "$defaultval"; then
10982 if test x"$enablestring" = xdisable; then
10983 defaultval=yes
10984 else
10985 defaultval=no
10986 fi
10987 fi
10988
10989 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
10990 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6; }
10991 # Check whether --enable-listbox was given.
10992 if test "${enable_listbox+set}" = set; then
10993 enableval=$enable_listbox;
10994 if test "$enableval" = yes; then
10995 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
10996 else
10997 wx_cv_use_listbox='wxUSE_LISTBOX=no'
10998 fi
10999
11000 else
11001
11002 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
11003
11004 fi
11005
11006
11007 eval "$wx_cv_use_listbox"
11008
11009 if test x"$enablestring" = xdisable; then
11010 if test $wxUSE_LISTBOX = no; then
11011 result=yes
11012 else
11013 result=no
11014 fi
11015 else
11016 result=$wxUSE_LISTBOX
11017 fi
11018
11019 { echo "$as_me:$LINENO: result: $result" >&5
11020 echo "${ECHO_T}$result" >&6; }
11021
11022
11023 enablestring=
11024 defaultval=$wxUSE_ALL_FEATURES
11025 if test -z "$defaultval"; then
11026 if test x"$enablestring" = xdisable; then
11027 defaultval=yes
11028 else
11029 defaultval=no
11030 fi
11031 fi
11032
11033 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
11034 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6; }
11035 # Check whether --enable-listctrl was given.
11036 if test "${enable_listctrl+set}" = set; then
11037 enableval=$enable_listctrl;
11038 if test "$enableval" = yes; then
11039 wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
11040 else
11041 wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
11042 fi
11043
11044 else
11045
11046 wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
11047
11048 fi
11049
11050
11051 eval "$wx_cv_use_listctrl"
11052
11053 if test x"$enablestring" = xdisable; then
11054 if test $wxUSE_LISTCTRL = no; then
11055 result=yes
11056 else
11057 result=no
11058 fi
11059 else
11060 result=$wxUSE_LISTCTRL
11061 fi
11062
11063 { echo "$as_me:$LINENO: result: $result" >&5
11064 echo "${ECHO_T}$result" >&6; }
11065
11066
11067 enablestring=
11068 defaultval=$wxUSE_ALL_FEATURES
11069 if test -z "$defaultval"; then
11070 if test x"$enablestring" = xdisable; then
11071 defaultval=yes
11072 else
11073 defaultval=no
11074 fi
11075 fi
11076
11077 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
11078 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6; }
11079 # Check whether --enable-notebook was given.
11080 if test "${enable_notebook+set}" = set; then
11081 enableval=$enable_notebook;
11082 if test "$enableval" = yes; then
11083 wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
11084 else
11085 wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
11086 fi
11087
11088 else
11089
11090 wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
11091
11092 fi
11093
11094
11095 eval "$wx_cv_use_notebook"
11096
11097 if test x"$enablestring" = xdisable; then
11098 if test $wxUSE_NOTEBOOK = no; then
11099 result=yes
11100 else
11101 result=no
11102 fi
11103 else
11104 result=$wxUSE_NOTEBOOK
11105 fi
11106
11107 { echo "$as_me:$LINENO: result: $result" >&5
11108 echo "${ECHO_T}$result" >&6; }
11109
11110
11111 enablestring=
11112 defaultval=$wxUSE_ALL_FEATURES
11113 if test -z "$defaultval"; then
11114 if test x"$enablestring" = xdisable; then
11115 defaultval=yes
11116 else
11117 defaultval=no
11118 fi
11119 fi
11120
11121 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notifmsg" >&5
11122 echo $ECHO_N "checking for --${enablestring:-enable}-notifmsg... $ECHO_C" >&6; }
11123 # Check whether --enable-notifmsg was given.
11124 if test "${enable_notifmsg+set}" = set; then
11125 enableval=$enable_notifmsg;
11126 if test "$enableval" = yes; then
11127 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
11128 else
11129 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
11130 fi
11131
11132 else
11133
11134 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
11135
11136 fi
11137
11138
11139 eval "$wx_cv_use_notifmsg"
11140
11141 if test x"$enablestring" = xdisable; then
11142 if test $wxUSE_NOTIFICATION_MESSAGE = no; then
11143 result=yes
11144 else
11145 result=no
11146 fi
11147 else
11148 result=$wxUSE_NOTIFICATION_MESSAGE
11149 fi
11150
11151 { echo "$as_me:$LINENO: result: $result" >&5
11152 echo "${ECHO_T}$result" >&6; }
11153
11154
11155 enablestring=
11156 defaultval=$wxUSE_ALL_FEATURES
11157 if test -z "$defaultval"; then
11158 if test x"$enablestring" = xdisable; then
11159 defaultval=yes
11160 else
11161 defaultval=no
11162 fi
11163 fi
11164
11165 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
11166 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6; }
11167 # Check whether --enable-odcombobox was given.
11168 if test "${enable_odcombobox+set}" = set; then
11169 enableval=$enable_odcombobox;
11170 if test "$enableval" = yes; then
11171 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
11172 else
11173 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
11174 fi
11175
11176 else
11177
11178 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
11179
11180 fi
11181
11182
11183 eval "$wx_cv_use_odcombobox"
11184
11185 if test x"$enablestring" = xdisable; then
11186 if test $wxUSE_ODCOMBOBOX = no; then
11187 result=yes
11188 else
11189 result=no
11190 fi
11191 else
11192 result=$wxUSE_ODCOMBOBOX
11193 fi
11194
11195 { echo "$as_me:$LINENO: result: $result" >&5
11196 echo "${ECHO_T}$result" >&6; }
11197
11198
11199 enablestring=
11200 defaultval=$wxUSE_ALL_FEATURES
11201 if test -z "$defaultval"; then
11202 if test x"$enablestring" = xdisable; then
11203 defaultval=yes
11204 else
11205 defaultval=no
11206 fi
11207 fi
11208
11209 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
11210 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6; }
11211 # Check whether --enable-popupwin was given.
11212 if test "${enable_popupwin+set}" = set; then
11213 enableval=$enable_popupwin;
11214 if test "$enableval" = yes; then
11215 wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
11216 else
11217 wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
11218 fi
11219
11220 else
11221
11222 wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
11223
11224 fi
11225
11226
11227 eval "$wx_cv_use_popupwin"
11228
11229 if test x"$enablestring" = xdisable; then
11230 if test $wxUSE_POPUPWIN = no; then
11231 result=yes
11232 else
11233 result=no
11234 fi
11235 else
11236 result=$wxUSE_POPUPWIN
11237 fi
11238
11239 { echo "$as_me:$LINENO: result: $result" >&5
11240 echo "${ECHO_T}$result" >&6; }
11241
11242
11243 enablestring=
11244 defaultval=$wxUSE_ALL_FEATURES
11245 if test -z "$defaultval"; then
11246 if test x"$enablestring" = xdisable; then
11247 defaultval=yes
11248 else
11249 defaultval=no
11250 fi
11251 fi
11252
11253 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
11254 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6; }
11255 # Check whether --enable-radiobox was given.
11256 if test "${enable_radiobox+set}" = set; then
11257 enableval=$enable_radiobox;
11258 if test "$enableval" = yes; then
11259 wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
11260 else
11261 wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
11262 fi
11263
11264 else
11265
11266 wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
11267
11268 fi
11269
11270
11271 eval "$wx_cv_use_radiobox"
11272
11273 if test x"$enablestring" = xdisable; then
11274 if test $wxUSE_RADIOBOX = no; then
11275 result=yes
11276 else
11277 result=no
11278 fi
11279 else
11280 result=$wxUSE_RADIOBOX
11281 fi
11282
11283 { echo "$as_me:$LINENO: result: $result" >&5
11284 echo "${ECHO_T}$result" >&6; }
11285
11286
11287 enablestring=
11288 defaultval=$wxUSE_ALL_FEATURES
11289 if test -z "$defaultval"; then
11290 if test x"$enablestring" = xdisable; then
11291 defaultval=yes
11292 else
11293 defaultval=no
11294 fi
11295 fi
11296
11297 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
11298 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6; }
11299 # Check whether --enable-radiobtn was given.
11300 if test "${enable_radiobtn+set}" = set; then
11301 enableval=$enable_radiobtn;
11302 if test "$enableval" = yes; then
11303 wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
11304 else
11305 wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
11306 fi
11307
11308 else
11309
11310 wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
11311
11312 fi
11313
11314
11315 eval "$wx_cv_use_radiobtn"
11316
11317 if test x"$enablestring" = xdisable; then
11318 if test $wxUSE_RADIOBTN = no; then
11319 result=yes
11320 else
11321 result=no
11322 fi
11323 else
11324 result=$wxUSE_RADIOBTN
11325 fi
11326
11327 { echo "$as_me:$LINENO: result: $result" >&5
11328 echo "${ECHO_T}$result" >&6; }
11329
11330
11331 enablestring=
11332 defaultval=$wxUSE_ALL_FEATURES
11333 if test -z "$defaultval"; then
11334 if test x"$enablestring" = xdisable; then
11335 defaultval=yes
11336 else
11337 defaultval=no
11338 fi
11339 fi
11340
11341 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rearrangectrl" >&5
11342 echo $ECHO_N "checking for --${enablestring:-enable}-rearrangectrl... $ECHO_C" >&6; }
11343 # Check whether --enable-rearrangectrl was given.
11344 if test "${enable_rearrangectrl+set}" = set; then
11345 enableval=$enable_rearrangectrl;
11346 if test "$enableval" = yes; then
11347 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=yes'
11348 else
11349 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=no'
11350 fi
11351
11352 else
11353
11354 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
11355
11356 fi
11357
11358
11359 eval "$wx_cv_use_rearrangectrl"
11360
11361 if test x"$enablestring" = xdisable; then
11362 if test $wxUSE_REARRANGECTRL = no; then
11363 result=yes
11364 else
11365 result=no
11366 fi
11367 else
11368 result=$wxUSE_REARRANGECTRL
11369 fi
11370
11371 { echo "$as_me:$LINENO: result: $result" >&5
11372 echo "${ECHO_T}$result" >&6; }
11373
11374
11375 enablestring=
11376 defaultval=$wxUSE_ALL_FEATURES
11377 if test -z "$defaultval"; then
11378 if test x"$enablestring" = xdisable; then
11379 defaultval=yes
11380 else
11381 defaultval=no
11382 fi
11383 fi
11384
11385 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
11386 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6; }
11387 # Check whether --enable-sash was given.
11388 if test "${enable_sash+set}" = set; then
11389 enableval=$enable_sash;
11390 if test "$enableval" = yes; then
11391 wx_cv_use_sash='wxUSE_SASH=yes'
11392 else
11393 wx_cv_use_sash='wxUSE_SASH=no'
11394 fi
11395
11396 else
11397
11398 wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
11399
11400 fi
11401
11402
11403 eval "$wx_cv_use_sash"
11404
11405 if test x"$enablestring" = xdisable; then
11406 if test $wxUSE_SASH = no; then
11407 result=yes
11408 else
11409 result=no
11410 fi
11411 else
11412 result=$wxUSE_SASH
11413 fi
11414
11415 { echo "$as_me:$LINENO: result: $result" >&5
11416 echo "${ECHO_T}$result" >&6; }
11417
11418
11419 enablestring=
11420 defaultval=$wxUSE_ALL_FEATURES
11421 if test -z "$defaultval"; then
11422 if test x"$enablestring" = xdisable; then
11423 defaultval=yes
11424 else
11425 defaultval=no
11426 fi
11427 fi
11428
11429 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
11430 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6; }
11431 # Check whether --enable-scrollbar was given.
11432 if test "${enable_scrollbar+set}" = set; then
11433 enableval=$enable_scrollbar;
11434 if test "$enableval" = yes; then
11435 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
11436 else
11437 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
11438 fi
11439
11440 else
11441
11442 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
11443
11444 fi
11445
11446
11447 eval "$wx_cv_use_scrollbar"
11448
11449 if test x"$enablestring" = xdisable; then
11450 if test $wxUSE_SCROLLBAR = no; then
11451 result=yes
11452 else
11453 result=no
11454 fi
11455 else
11456 result=$wxUSE_SCROLLBAR
11457 fi
11458
11459 { echo "$as_me:$LINENO: result: $result" >&5
11460 echo "${ECHO_T}$result" >&6; }
11461
11462
11463 enablestring=
11464 defaultval=$wxUSE_ALL_FEATURES
11465 if test -z "$defaultval"; then
11466 if test x"$enablestring" = xdisable; then
11467 defaultval=yes
11468 else
11469 defaultval=no
11470 fi
11471 fi
11472
11473 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-searchctrl" >&5
11474 echo $ECHO_N "checking for --${enablestring:-enable}-searchctrl... $ECHO_C" >&6; }
11475 # Check whether --enable-searchctrl was given.
11476 if test "${enable_searchctrl+set}" = set; then
11477 enableval=$enable_searchctrl;
11478 if test "$enableval" = yes; then
11479 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
11480 else
11481 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
11482 fi
11483
11484 else
11485
11486 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
11487
11488 fi
11489
11490
11491 eval "$wx_cv_use_searchctrl"
11492
11493 if test x"$enablestring" = xdisable; then
11494 if test $wxUSE_SEARCHCTRL = no; then
11495 result=yes
11496 else
11497 result=no
11498 fi
11499 else
11500 result=$wxUSE_SEARCHCTRL
11501 fi
11502
11503 { echo "$as_me:$LINENO: result: $result" >&5
11504 echo "${ECHO_T}$result" >&6; }
11505
11506
11507 enablestring=
11508 defaultval=$wxUSE_ALL_FEATURES
11509 if test -z "$defaultval"; then
11510 if test x"$enablestring" = xdisable; then
11511 defaultval=yes
11512 else
11513 defaultval=no
11514 fi
11515 fi
11516
11517 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
11518 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6; }
11519 # Check whether --enable-slider was given.
11520 if test "${enable_slider+set}" = set; then
11521 enableval=$enable_slider;
11522 if test "$enableval" = yes; then
11523 wx_cv_use_slider='wxUSE_SLIDER=yes'
11524 else
11525 wx_cv_use_slider='wxUSE_SLIDER=no'
11526 fi
11527
11528 else
11529
11530 wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
11531
11532 fi
11533
11534
11535 eval "$wx_cv_use_slider"
11536
11537 if test x"$enablestring" = xdisable; then
11538 if test $wxUSE_SLIDER = no; then
11539 result=yes
11540 else
11541 result=no
11542 fi
11543 else
11544 result=$wxUSE_SLIDER
11545 fi
11546
11547 { echo "$as_me:$LINENO: result: $result" >&5
11548 echo "${ECHO_T}$result" >&6; }
11549
11550
11551 enablestring=
11552 defaultval=$wxUSE_ALL_FEATURES
11553 if test -z "$defaultval"; then
11554 if test x"$enablestring" = xdisable; then
11555 defaultval=yes
11556 else
11557 defaultval=no
11558 fi
11559 fi
11560
11561 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
11562 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6; }
11563 # Check whether --enable-spinbtn was given.
11564 if test "${enable_spinbtn+set}" = set; then
11565 enableval=$enable_spinbtn;
11566 if test "$enableval" = yes; then
11567 wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
11568 else
11569 wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
11570 fi
11571
11572 else
11573
11574 wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
11575
11576 fi
11577
11578
11579 eval "$wx_cv_use_spinbtn"
11580
11581 if test x"$enablestring" = xdisable; then
11582 if test $wxUSE_SPINBTN = no; then
11583 result=yes
11584 else
11585 result=no
11586 fi
11587 else
11588 result=$wxUSE_SPINBTN
11589 fi
11590
11591 { echo "$as_me:$LINENO: result: $result" >&5
11592 echo "${ECHO_T}$result" >&6; }
11593
11594
11595 enablestring=
11596 defaultval=$wxUSE_ALL_FEATURES
11597 if test -z "$defaultval"; then
11598 if test x"$enablestring" = xdisable; then
11599 defaultval=yes
11600 else
11601 defaultval=no
11602 fi
11603 fi
11604
11605 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
11606 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6; }
11607 # Check whether --enable-spinctrl was given.
11608 if test "${enable_spinctrl+set}" = set; then
11609 enableval=$enable_spinctrl;
11610 if test "$enableval" = yes; then
11611 wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
11612 else
11613 wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
11614 fi
11615
11616 else
11617
11618 wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
11619
11620 fi
11621
11622
11623 eval "$wx_cv_use_spinctrl"
11624
11625 if test x"$enablestring" = xdisable; then
11626 if test $wxUSE_SPINCTRL = no; then
11627 result=yes
11628 else
11629 result=no
11630 fi
11631 else
11632 result=$wxUSE_SPINCTRL
11633 fi
11634
11635 { echo "$as_me:$LINENO: result: $result" >&5
11636 echo "${ECHO_T}$result" >&6; }
11637
11638
11639 enablestring=
11640 defaultval=$wxUSE_ALL_FEATURES
11641 if test -z "$defaultval"; then
11642 if test x"$enablestring" = xdisable; then
11643 defaultval=yes
11644 else
11645 defaultval=no
11646 fi
11647 fi
11648
11649 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
11650 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6; }
11651 # Check whether --enable-splitter was given.
11652 if test "${enable_splitter+set}" = set; then
11653 enableval=$enable_splitter;
11654 if test "$enableval" = yes; then
11655 wx_cv_use_splitter='wxUSE_SPLITTER=yes'
11656 else
11657 wx_cv_use_splitter='wxUSE_SPLITTER=no'
11658 fi
11659
11660 else
11661
11662 wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
11663
11664 fi
11665
11666
11667 eval "$wx_cv_use_splitter"
11668
11669 if test x"$enablestring" = xdisable; then
11670 if test $wxUSE_SPLITTER = no; then
11671 result=yes
11672 else
11673 result=no
11674 fi
11675 else
11676 result=$wxUSE_SPLITTER
11677 fi
11678
11679 { echo "$as_me:$LINENO: result: $result" >&5
11680 echo "${ECHO_T}$result" >&6; }
11681
11682
11683 enablestring=
11684 defaultval=$wxUSE_ALL_FEATURES
11685 if test -z "$defaultval"; then
11686 if test x"$enablestring" = xdisable; then
11687 defaultval=yes
11688 else
11689 defaultval=no
11690 fi
11691 fi
11692
11693 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
11694 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6; }
11695 # Check whether --enable-statbmp was given.
11696 if test "${enable_statbmp+set}" = set; then
11697 enableval=$enable_statbmp;
11698 if test "$enableval" = yes; then
11699 wx_cv_use_statbmp='wxUSE_STATBMP=yes'
11700 else
11701 wx_cv_use_statbmp='wxUSE_STATBMP=no'
11702 fi
11703
11704 else
11705
11706 wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
11707
11708 fi
11709
11710
11711 eval "$wx_cv_use_statbmp"
11712
11713 if test x"$enablestring" = xdisable; then
11714 if test $wxUSE_STATBMP = no; then
11715 result=yes
11716 else
11717 result=no
11718 fi
11719 else
11720 result=$wxUSE_STATBMP
11721 fi
11722
11723 { echo "$as_me:$LINENO: result: $result" >&5
11724 echo "${ECHO_T}$result" >&6; }
11725
11726
11727 enablestring=
11728 defaultval=$wxUSE_ALL_FEATURES
11729 if test -z "$defaultval"; then
11730 if test x"$enablestring" = xdisable; then
11731 defaultval=yes
11732 else
11733 defaultval=no
11734 fi
11735 fi
11736
11737 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
11738 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6; }
11739 # Check whether --enable-statbox was given.
11740 if test "${enable_statbox+set}" = set; then
11741 enableval=$enable_statbox;
11742 if test "$enableval" = yes; then
11743 wx_cv_use_statbox='wxUSE_STATBOX=yes'
11744 else
11745 wx_cv_use_statbox='wxUSE_STATBOX=no'
11746 fi
11747
11748 else
11749
11750 wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
11751
11752 fi
11753
11754
11755 eval "$wx_cv_use_statbox"
11756
11757 if test x"$enablestring" = xdisable; then
11758 if test $wxUSE_STATBOX = no; then
11759 result=yes
11760 else
11761 result=no
11762 fi
11763 else
11764 result=$wxUSE_STATBOX
11765 fi
11766
11767 { echo "$as_me:$LINENO: result: $result" >&5
11768 echo "${ECHO_T}$result" >&6; }
11769
11770
11771 enablestring=
11772 defaultval=$wxUSE_ALL_FEATURES
11773 if test -z "$defaultval"; then
11774 if test x"$enablestring" = xdisable; then
11775 defaultval=yes
11776 else
11777 defaultval=no
11778 fi
11779 fi
11780
11781 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
11782 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6; }
11783 # Check whether --enable-statline was given.
11784 if test "${enable_statline+set}" = set; then
11785 enableval=$enable_statline;
11786 if test "$enableval" = yes; then
11787 wx_cv_use_statline='wxUSE_STATLINE=yes'
11788 else
11789 wx_cv_use_statline='wxUSE_STATLINE=no'
11790 fi
11791
11792 else
11793
11794 wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
11795
11796 fi
11797
11798
11799 eval "$wx_cv_use_statline"
11800
11801 if test x"$enablestring" = xdisable; then
11802 if test $wxUSE_STATLINE = no; then
11803 result=yes
11804 else
11805 result=no
11806 fi
11807 else
11808 result=$wxUSE_STATLINE
11809 fi
11810
11811 { echo "$as_me:$LINENO: result: $result" >&5
11812 echo "${ECHO_T}$result" >&6; }
11813
11814
11815 enablestring=
11816 defaultval=$wxUSE_ALL_FEATURES
11817 if test -z "$defaultval"; then
11818 if test x"$enablestring" = xdisable; then
11819 defaultval=yes
11820 else
11821 defaultval=no
11822 fi
11823 fi
11824
11825 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
11826 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6; }
11827 # Check whether --enable-stattext was given.
11828 if test "${enable_stattext+set}" = set; then
11829 enableval=$enable_stattext;
11830 if test "$enableval" = yes; then
11831 wx_cv_use_stattext='wxUSE_STATTEXT=yes'
11832 else
11833 wx_cv_use_stattext='wxUSE_STATTEXT=no'
11834 fi
11835
11836 else
11837
11838 wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
11839
11840 fi
11841
11842
11843 eval "$wx_cv_use_stattext"
11844
11845 if test x"$enablestring" = xdisable; then
11846 if test $wxUSE_STATTEXT = no; then
11847 result=yes
11848 else
11849 result=no
11850 fi
11851 else
11852 result=$wxUSE_STATTEXT
11853 fi
11854
11855 { echo "$as_me:$LINENO: result: $result" >&5
11856 echo "${ECHO_T}$result" >&6; }
11857
11858
11859 enablestring=
11860 defaultval=$wxUSE_ALL_FEATURES
11861 if test -z "$defaultval"; then
11862 if test x"$enablestring" = xdisable; then
11863 defaultval=yes
11864 else
11865 defaultval=no
11866 fi
11867 fi
11868
11869 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
11870 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6; }
11871 # Check whether --enable-statusbar was given.
11872 if test "${enable_statusbar+set}" = set; then
11873 enableval=$enable_statusbar;
11874 if test "$enableval" = yes; then
11875 wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
11876 else
11877 wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
11878 fi
11879
11880 else
11881
11882 wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
11883
11884 fi
11885
11886
11887 eval "$wx_cv_use_statusbar"
11888
11889 if test x"$enablestring" = xdisable; then
11890 if test $wxUSE_STATUSBAR = no; then
11891 result=yes
11892 else
11893 result=no
11894 fi
11895 else
11896 result=$wxUSE_STATUSBAR
11897 fi
11898
11899 { echo "$as_me:$LINENO: result: $result" >&5
11900 echo "${ECHO_T}$result" >&6; }
11901
11902
11903 enablestring=
11904 defaultval=$wxUSE_ALL_FEATURES
11905 if test -z "$defaultval"; then
11906 if test x"$enablestring" = xdisable; then
11907 defaultval=yes
11908 else
11909 defaultval=no
11910 fi
11911 fi
11912
11913 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-taskbaricon" >&5
11914 echo $ECHO_N "checking for --${enablestring:-enable}-taskbaricon... $ECHO_C" >&6; }
11915 # Check whether --enable-taskbaricon was given.
11916 if test "${enable_taskbaricon+set}" = set; then
11917 enableval=$enable_taskbaricon;
11918 if test "$enableval" = yes; then
11919 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
11920 else
11921 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
11922 fi
11923
11924 else
11925
11926 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
11927
11928 fi
11929
11930
11931 eval "$wx_cv_use_taskbaricon"
11932
11933 if test x"$enablestring" = xdisable; then
11934 if test $wxUSE_TASKBARICON = no; then
11935 result=yes
11936 else
11937 result=no
11938 fi
11939 else
11940 result=$wxUSE_TASKBARICON
11941 fi
11942
11943 { echo "$as_me:$LINENO: result: $result" >&5
11944 echo "${ECHO_T}$result" >&6; }
11945
11946
11947 enablestring=
11948 defaultval=$wxUSE_ALL_FEATURES
11949 if test -z "$defaultval"; then
11950 if test x"$enablestring" = xdisable; then
11951 defaultval=yes
11952 else
11953 defaultval=no
11954 fi
11955 fi
11956
11957 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
11958 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6; }
11959 # Check whether --enable-tbarnative was given.
11960 if test "${enable_tbarnative+set}" = set; then
11961 enableval=$enable_tbarnative;
11962 if test "$enableval" = yes; then
11963 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
11964 else
11965 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
11966 fi
11967
11968 else
11969
11970 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
11971
11972 fi
11973
11974
11975 eval "$wx_cv_use_tbarnative"
11976
11977 if test x"$enablestring" = xdisable; then
11978 if test $wxUSE_TOOLBAR_NATIVE = no; then
11979 result=yes
11980 else
11981 result=no
11982 fi
11983 else
11984 result=$wxUSE_TOOLBAR_NATIVE
11985 fi
11986
11987 { echo "$as_me:$LINENO: result: $result" >&5
11988 echo "${ECHO_T}$result" >&6; }
11989
11990
11991 enablestring=
11992 defaultval=$wxUSE_ALL_FEATURES
11993 if test -z "$defaultval"; then
11994 if test x"$enablestring" = xdisable; then
11995 defaultval=yes
11996 else
11997 defaultval=no
11998 fi
11999 fi
12000
12001 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
12002 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6; }
12003 # Check whether --enable-textctrl was given.
12004 if test "${enable_textctrl+set}" = set; then
12005 enableval=$enable_textctrl;
12006 if test "$enableval" = yes; then
12007 wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
12008 else
12009 wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
12010 fi
12011
12012 else
12013
12014 wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
12015
12016 fi
12017
12018
12019 eval "$wx_cv_use_textctrl"
12020
12021 if test x"$enablestring" = xdisable; then
12022 if test $wxUSE_TEXTCTRL = no; then
12023 result=yes
12024 else
12025 result=no
12026 fi
12027 else
12028 result=$wxUSE_TEXTCTRL
12029 fi
12030
12031 { echo "$as_me:$LINENO: result: $result" >&5
12032 echo "${ECHO_T}$result" >&6; }
12033
12034
12035 enablestring=
12036 defaultval=$wxUSE_ALL_FEATURES
12037 if test -z "$defaultval"; then
12038 if test x"$enablestring" = xdisable; then
12039 defaultval=yes
12040 else
12041 defaultval=no
12042 fi
12043 fi
12044
12045 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
12046 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6; }
12047 # Check whether --enable-tipwindow was given.
12048 if test "${enable_tipwindow+set}" = set; then
12049 enableval=$enable_tipwindow;
12050 if test "$enableval" = yes; then
12051 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
12052 else
12053 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
12054 fi
12055
12056 else
12057
12058 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
12059
12060 fi
12061
12062
12063 eval "$wx_cv_use_tipwindow"
12064
12065 if test x"$enablestring" = xdisable; then
12066 if test $wxUSE_TIPWINDOW = no; then
12067 result=yes
12068 else
12069 result=no
12070 fi
12071 else
12072 result=$wxUSE_TIPWINDOW
12073 fi
12074
12075 { echo "$as_me:$LINENO: result: $result" >&5
12076 echo "${ECHO_T}$result" >&6; }
12077
12078
12079 enablestring=
12080 defaultval=$wxUSE_ALL_FEATURES
12081 if test -z "$defaultval"; then
12082 if test x"$enablestring" = xdisable; then
12083 defaultval=yes
12084 else
12085 defaultval=no
12086 fi
12087 fi
12088
12089 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
12090 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6; }
12091 # Check whether --enable-togglebtn was given.
12092 if test "${enable_togglebtn+set}" = set; then
12093 enableval=$enable_togglebtn;
12094 if test "$enableval" = yes; then
12095 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
12096 else
12097 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
12098 fi
12099
12100 else
12101
12102 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
12103
12104 fi
12105
12106
12107 eval "$wx_cv_use_togglebtn"
12108
12109 if test x"$enablestring" = xdisable; then
12110 if test $wxUSE_TOGGLEBTN = no; then
12111 result=yes
12112 else
12113 result=no
12114 fi
12115 else
12116 result=$wxUSE_TOGGLEBTN
12117 fi
12118
12119 { echo "$as_me:$LINENO: result: $result" >&5
12120 echo "${ECHO_T}$result" >&6; }
12121
12122
12123 enablestring=
12124 defaultval=$wxUSE_ALL_FEATURES
12125 if test -z "$defaultval"; then
12126 if test x"$enablestring" = xdisable; then
12127 defaultval=yes
12128 else
12129 defaultval=no
12130 fi
12131 fi
12132
12133 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
12134 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6; }
12135 # Check whether --enable-toolbar was given.
12136 if test "${enable_toolbar+set}" = set; then
12137 enableval=$enable_toolbar;
12138 if test "$enableval" = yes; then
12139 wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
12140 else
12141 wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
12142 fi
12143
12144 else
12145
12146 wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
12147
12148 fi
12149
12150
12151 eval "$wx_cv_use_toolbar"
12152
12153 if test x"$enablestring" = xdisable; then
12154 if test $wxUSE_TOOLBAR = no; then
12155 result=yes
12156 else
12157 result=no
12158 fi
12159 else
12160 result=$wxUSE_TOOLBAR
12161 fi
12162
12163 { echo "$as_me:$LINENO: result: $result" >&5
12164 echo "${ECHO_T}$result" >&6; }
12165
12166
12167 enablestring=
12168 defaultval=$wxUSE_ALL_FEATURES
12169 if test -z "$defaultval"; then
12170 if test x"$enablestring" = xdisable; then
12171 defaultval=yes
12172 else
12173 defaultval=no
12174 fi
12175 fi
12176
12177 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
12178 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6; }
12179 # Check whether --enable-toolbook was given.
12180 if test "${enable_toolbook+set}" = set; then
12181 enableval=$enable_toolbook;
12182 if test "$enableval" = yes; then
12183 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
12184 else
12185 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
12186 fi
12187
12188 else
12189
12190 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
12191
12192 fi
12193
12194
12195 eval "$wx_cv_use_toolbook"
12196
12197 if test x"$enablestring" = xdisable; then
12198 if test $wxUSE_TOOLBOOK = no; then
12199 result=yes
12200 else
12201 result=no
12202 fi
12203 else
12204 result=$wxUSE_TOOLBOOK
12205 fi
12206
12207 { echo "$as_me:$LINENO: result: $result" >&5
12208 echo "${ECHO_T}$result" >&6; }
12209
12210
12211 enablestring=
12212 defaultval=$wxUSE_ALL_FEATURES
12213 if test -z "$defaultval"; then
12214 if test x"$enablestring" = xdisable; then
12215 defaultval=yes
12216 else
12217 defaultval=no
12218 fi
12219 fi
12220
12221 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
12222 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6; }
12223 # Check whether --enable-treebook was given.
12224 if test "${enable_treebook+set}" = set; then
12225 enableval=$enable_treebook;
12226 if test "$enableval" = yes; then
12227 wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
12228 else
12229 wx_cv_use_treebook='wxUSE_TREEBOOK=no'
12230 fi
12231
12232 else
12233
12234 wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
12235
12236 fi
12237
12238
12239 eval "$wx_cv_use_treebook"
12240
12241 if test x"$enablestring" = xdisable; then
12242 if test $wxUSE_TREEBOOK = no; then
12243 result=yes
12244 else
12245 result=no
12246 fi
12247 else
12248 result=$wxUSE_TREEBOOK
12249 fi
12250
12251 { echo "$as_me:$LINENO: result: $result" >&5
12252 echo "${ECHO_T}$result" >&6; }
12253
12254
12255 enablestring=
12256 defaultval=$wxUSE_ALL_FEATURES
12257 if test -z "$defaultval"; then
12258 if test x"$enablestring" = xdisable; then
12259 defaultval=yes
12260 else
12261 defaultval=no
12262 fi
12263 fi
12264
12265 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
12266 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6; }
12267 # Check whether --enable-treectrl was given.
12268 if test "${enable_treectrl+set}" = set; then
12269 enableval=$enable_treectrl;
12270 if test "$enableval" = yes; then
12271 wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
12272 else
12273 wx_cv_use_treectrl='wxUSE_TREECTRL=no'
12274 fi
12275
12276 else
12277
12278 wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
12279
12280 fi
12281
12282
12283 eval "$wx_cv_use_treectrl"
12284
12285 if test x"$enablestring" = xdisable; then
12286 if test $wxUSE_TREECTRL = no; then
12287 result=yes
12288 else
12289 result=no
12290 fi
12291 else
12292 result=$wxUSE_TREECTRL
12293 fi
12294
12295 { echo "$as_me:$LINENO: result: $result" >&5
12296 echo "${ECHO_T}$result" >&6; }
12297
12298
12299
12300
12301 enablestring=
12302 defaultval=$wxUSE_ALL_FEATURES
12303 if test -z "$defaultval"; then
12304 if test x"$enablestring" = xdisable; then
12305 defaultval=yes
12306 else
12307 defaultval=no
12308 fi
12309 fi
12310
12311 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
12312 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6; }
12313 # Check whether --enable-commondlg was given.
12314 if test "${enable_commondlg+set}" = set; then
12315 enableval=$enable_commondlg;
12316 if test "$enableval" = yes; then
12317 wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
12318 else
12319 wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
12320 fi
12321
12322 else
12323
12324 wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
12325
12326 fi
12327
12328
12329 eval "$wx_cv_use_commondlg"
12330
12331 if test x"$enablestring" = xdisable; then
12332 if test $wxUSE_COMMONDLGS = no; then
12333 result=yes
12334 else
12335 result=no
12336 fi
12337 else
12338 result=$wxUSE_COMMONDLGS
12339 fi
12340
12341 { echo "$as_me:$LINENO: result: $result" >&5
12342 echo "${ECHO_T}$result" >&6; }
12343
12344
12345 enablestring=
12346 defaultval=$wxUSE_ALL_FEATURES
12347 if test -z "$defaultval"; then
12348 if test x"$enablestring" = xdisable; then
12349 defaultval=yes
12350 else
12351 defaultval=no
12352 fi
12353 fi
12354
12355 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
12356 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6; }
12357 # Check whether --enable-aboutdlg was given.
12358 if test "${enable_aboutdlg+set}" = set; then
12359 enableval=$enable_aboutdlg;
12360 if test "$enableval" = yes; then
12361 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
12362 else
12363 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
12364 fi
12365
12366 else
12367
12368 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
12369
12370 fi
12371
12372
12373 eval "$wx_cv_use_aboutdlg"
12374
12375 if test x"$enablestring" = xdisable; then
12376 if test $wxUSE_ABOUTDLG = no; then
12377 result=yes
12378 else
12379 result=no
12380 fi
12381 else
12382 result=$wxUSE_ABOUTDLG
12383 fi
12384
12385 { echo "$as_me:$LINENO: result: $result" >&5
12386 echo "${ECHO_T}$result" >&6; }
12387
12388
12389 enablestring=
12390 defaultval=$wxUSE_ALL_FEATURES
12391 if test -z "$defaultval"; then
12392 if test x"$enablestring" = xdisable; then
12393 defaultval=yes
12394 else
12395 defaultval=no
12396 fi
12397 fi
12398
12399 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
12400 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6; }
12401 # Check whether --enable-choicedlg was given.
12402 if test "${enable_choicedlg+set}" = set; then
12403 enableval=$enable_choicedlg;
12404 if test "$enableval" = yes; then
12405 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
12406 else
12407 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
12408 fi
12409
12410 else
12411
12412 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
12413
12414 fi
12415
12416
12417 eval "$wx_cv_use_choicedlg"
12418
12419 if test x"$enablestring" = xdisable; then
12420 if test $wxUSE_CHOICEDLG = no; then
12421 result=yes
12422 else
12423 result=no
12424 fi
12425 else
12426 result=$wxUSE_CHOICEDLG
12427 fi
12428
12429 { echo "$as_me:$LINENO: result: $result" >&5
12430 echo "${ECHO_T}$result" >&6; }
12431
12432
12433 enablestring=
12434 defaultval=$wxUSE_ALL_FEATURES
12435 if test -z "$defaultval"; then
12436 if test x"$enablestring" = xdisable; then
12437 defaultval=yes
12438 else
12439 defaultval=no
12440 fi
12441 fi
12442
12443 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
12444 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6; }
12445 # Check whether --enable-coldlg was given.
12446 if test "${enable_coldlg+set}" = set; then
12447 enableval=$enable_coldlg;
12448 if test "$enableval" = yes; then
12449 wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
12450 else
12451 wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
12452 fi
12453
12454 else
12455
12456 wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
12457
12458 fi
12459
12460
12461 eval "$wx_cv_use_coldlg"
12462
12463 if test x"$enablestring" = xdisable; then
12464 if test $wxUSE_COLOURDLG = no; then
12465 result=yes
12466 else
12467 result=no
12468 fi
12469 else
12470 result=$wxUSE_COLOURDLG
12471 fi
12472
12473 { echo "$as_me:$LINENO: result: $result" >&5
12474 echo "${ECHO_T}$result" >&6; }
12475
12476
12477 enablestring=
12478 defaultval=$wxUSE_ALL_FEATURES
12479 if test -z "$defaultval"; then
12480 if test x"$enablestring" = xdisable; then
12481 defaultval=yes
12482 else
12483 defaultval=no
12484 fi
12485 fi
12486
12487 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
12488 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6; }
12489 # Check whether --enable-filedlg was given.
12490 if test "${enable_filedlg+set}" = set; then
12491 enableval=$enable_filedlg;
12492 if test "$enableval" = yes; then
12493 wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
12494 else
12495 wx_cv_use_filedlg='wxUSE_FILEDLG=no'
12496 fi
12497
12498 else
12499
12500 wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
12501
12502 fi
12503
12504
12505 eval "$wx_cv_use_filedlg"
12506
12507 if test x"$enablestring" = xdisable; then
12508 if test $wxUSE_FILEDLG = no; then
12509 result=yes
12510 else
12511 result=no
12512 fi
12513 else
12514 result=$wxUSE_FILEDLG
12515 fi
12516
12517 { echo "$as_me:$LINENO: result: $result" >&5
12518 echo "${ECHO_T}$result" >&6; }
12519
12520
12521 enablestring=
12522 defaultval=$wxUSE_ALL_FEATURES
12523 if test -z "$defaultval"; then
12524 if test x"$enablestring" = xdisable; then
12525 defaultval=yes
12526 else
12527 defaultval=no
12528 fi
12529 fi
12530
12531 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
12532 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6; }
12533 # Check whether --enable-finddlg was given.
12534 if test "${enable_finddlg+set}" = set; then
12535 enableval=$enable_finddlg;
12536 if test "$enableval" = yes; then
12537 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
12538 else
12539 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
12540 fi
12541
12542 else
12543
12544 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
12545
12546 fi
12547
12548
12549 eval "$wx_cv_use_finddlg"
12550
12551 if test x"$enablestring" = xdisable; then
12552 if test $wxUSE_FINDREPLDLG = no; then
12553 result=yes
12554 else
12555 result=no
12556 fi
12557 else
12558 result=$wxUSE_FINDREPLDLG
12559 fi
12560
12561 { echo "$as_me:$LINENO: result: $result" >&5
12562 echo "${ECHO_T}$result" >&6; }
12563
12564
12565 enablestring=
12566 defaultval=$wxUSE_ALL_FEATURES
12567 if test -z "$defaultval"; then
12568 if test x"$enablestring" = xdisable; then
12569 defaultval=yes
12570 else
12571 defaultval=no
12572 fi
12573 fi
12574
12575 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
12576 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6; }
12577 # Check whether --enable-fontdlg was given.
12578 if test "${enable_fontdlg+set}" = set; then
12579 enableval=$enable_fontdlg;
12580 if test "$enableval" = yes; then
12581 wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
12582 else
12583 wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
12584 fi
12585
12586 else
12587
12588 wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
12589
12590 fi
12591
12592
12593 eval "$wx_cv_use_fontdlg"
12594
12595 if test x"$enablestring" = xdisable; then
12596 if test $wxUSE_FONTDLG = no; then
12597 result=yes
12598 else
12599 result=no
12600 fi
12601 else
12602 result=$wxUSE_FONTDLG
12603 fi
12604
12605 { echo "$as_me:$LINENO: result: $result" >&5
12606 echo "${ECHO_T}$result" >&6; }
12607
12608
12609 enablestring=
12610 defaultval=$wxUSE_ALL_FEATURES
12611 if test -z "$defaultval"; then
12612 if test x"$enablestring" = xdisable; then
12613 defaultval=yes
12614 else
12615 defaultval=no
12616 fi
12617 fi
12618
12619 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
12620 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6; }
12621 # Check whether --enable-dirdlg was given.
12622 if test "${enable_dirdlg+set}" = set; then
12623 enableval=$enable_dirdlg;
12624 if test "$enableval" = yes; then
12625 wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
12626 else
12627 wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
12628 fi
12629
12630 else
12631
12632 wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
12633
12634 fi
12635
12636
12637 eval "$wx_cv_use_dirdlg"
12638
12639 if test x"$enablestring" = xdisable; then
12640 if test $wxUSE_DIRDLG = no; then
12641 result=yes
12642 else
12643 result=no
12644 fi
12645 else
12646 result=$wxUSE_DIRDLG
12647 fi
12648
12649 { echo "$as_me:$LINENO: result: $result" >&5
12650 echo "${ECHO_T}$result" >&6; }
12651
12652
12653 enablestring=
12654 defaultval=$wxUSE_ALL_FEATURES
12655 if test -z "$defaultval"; then
12656 if test x"$enablestring" = xdisable; then
12657 defaultval=yes
12658 else
12659 defaultval=no
12660 fi
12661 fi
12662
12663 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
12664 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6; }
12665 # Check whether --enable-msgdlg was given.
12666 if test "${enable_msgdlg+set}" = set; then
12667 enableval=$enable_msgdlg;
12668 if test "$enableval" = yes; then
12669 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
12670 else
12671 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
12672 fi
12673
12674 else
12675
12676 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
12677
12678 fi
12679
12680
12681 eval "$wx_cv_use_msgdlg"
12682
12683 if test x"$enablestring" = xdisable; then
12684 if test $wxUSE_MSGDLG = no; then
12685 result=yes
12686 else
12687 result=no
12688 fi
12689 else
12690 result=$wxUSE_MSGDLG
12691 fi
12692
12693 { echo "$as_me:$LINENO: result: $result" >&5
12694 echo "${ECHO_T}$result" >&6; }
12695
12696
12697 enablestring=
12698 defaultval=$wxUSE_ALL_FEATURES
12699 if test -z "$defaultval"; then
12700 if test x"$enablestring" = xdisable; then
12701 defaultval=yes
12702 else
12703 defaultval=no
12704 fi
12705 fi
12706
12707 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
12708 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6; }
12709 # Check whether --enable-numberdlg was given.
12710 if test "${enable_numberdlg+set}" = set; then
12711 enableval=$enable_numberdlg;
12712 if test "$enableval" = yes; then
12713 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
12714 else
12715 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
12716 fi
12717
12718 else
12719
12720 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
12721
12722 fi
12723
12724
12725 eval "$wx_cv_use_numberdlg"
12726
12727 if test x"$enablestring" = xdisable; then
12728 if test $wxUSE_NUMBERDLG = no; then
12729 result=yes
12730 else
12731 result=no
12732 fi
12733 else
12734 result=$wxUSE_NUMBERDLG
12735 fi
12736
12737 { echo "$as_me:$LINENO: result: $result" >&5
12738 echo "${ECHO_T}$result" >&6; }
12739
12740
12741 enablestring=
12742 defaultval=$wxUSE_ALL_FEATURES
12743 if test -z "$defaultval"; then
12744 if test x"$enablestring" = xdisable; then
12745 defaultval=yes
12746 else
12747 defaultval=no
12748 fi
12749 fi
12750
12751 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
12752 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6; }
12753 # Check whether --enable-splash was given.
12754 if test "${enable_splash+set}" = set; then
12755 enableval=$enable_splash;
12756 if test "$enableval" = yes; then
12757 wx_cv_use_splash='wxUSE_SPLASH=yes'
12758 else
12759 wx_cv_use_splash='wxUSE_SPLASH=no'
12760 fi
12761
12762 else
12763
12764 wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
12765
12766 fi
12767
12768
12769 eval "$wx_cv_use_splash"
12770
12771 if test x"$enablestring" = xdisable; then
12772 if test $wxUSE_SPLASH = no; then
12773 result=yes
12774 else
12775 result=no
12776 fi
12777 else
12778 result=$wxUSE_SPLASH
12779 fi
12780
12781 { echo "$as_me:$LINENO: result: $result" >&5
12782 echo "${ECHO_T}$result" >&6; }
12783
12784
12785 enablestring=
12786 defaultval=$wxUSE_ALL_FEATURES
12787 if test -z "$defaultval"; then
12788 if test x"$enablestring" = xdisable; then
12789 defaultval=yes
12790 else
12791 defaultval=no
12792 fi
12793 fi
12794
12795 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
12796 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6; }
12797 # Check whether --enable-textdlg was given.
12798 if test "${enable_textdlg+set}" = set; then
12799 enableval=$enable_textdlg;
12800 if test "$enableval" = yes; then
12801 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
12802 else
12803 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
12804 fi
12805
12806 else
12807
12808 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
12809
12810 fi
12811
12812
12813 eval "$wx_cv_use_textdlg"
12814
12815 if test x"$enablestring" = xdisable; then
12816 if test $wxUSE_TEXTDLG = no; then
12817 result=yes
12818 else
12819 result=no
12820 fi
12821 else
12822 result=$wxUSE_TEXTDLG
12823 fi
12824
12825 { echo "$as_me:$LINENO: result: $result" >&5
12826 echo "${ECHO_T}$result" >&6; }
12827
12828
12829 enablestring=
12830 defaultval=$wxUSE_ALL_FEATURES
12831 if test -z "$defaultval"; then
12832 if test x"$enablestring" = xdisable; then
12833 defaultval=yes
12834 else
12835 defaultval=no
12836 fi
12837 fi
12838
12839 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
12840 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6; }
12841 # Check whether --enable-tipdlg was given.
12842 if test "${enable_tipdlg+set}" = set; then
12843 enableval=$enable_tipdlg;
12844 if test "$enableval" = yes; then
12845 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
12846 else
12847 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
12848 fi
12849
12850 else
12851
12852 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
12853
12854 fi
12855
12856
12857 eval "$wx_cv_use_tipdlg"
12858
12859 if test x"$enablestring" = xdisable; then
12860 if test $wxUSE_STARTUP_TIPS = no; then
12861 result=yes
12862 else
12863 result=no
12864 fi
12865 else
12866 result=$wxUSE_STARTUP_TIPS
12867 fi
12868
12869 { echo "$as_me:$LINENO: result: $result" >&5
12870 echo "${ECHO_T}$result" >&6; }
12871
12872
12873 enablestring=
12874 defaultval=$wxUSE_ALL_FEATURES
12875 if test -z "$defaultval"; then
12876 if test x"$enablestring" = xdisable; then
12877 defaultval=yes
12878 else
12879 defaultval=no
12880 fi
12881 fi
12882
12883 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
12884 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6; }
12885 # Check whether --enable-progressdlg was given.
12886 if test "${enable_progressdlg+set}" = set; then
12887 enableval=$enable_progressdlg;
12888 if test "$enableval" = yes; then
12889 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
12890 else
12891 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
12892 fi
12893
12894 else
12895
12896 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
12897
12898 fi
12899
12900
12901 eval "$wx_cv_use_progressdlg"
12902
12903 if test x"$enablestring" = xdisable; then
12904 if test $wxUSE_PROGRESSDLG = no; then
12905 result=yes
12906 else
12907 result=no
12908 fi
12909 else
12910 result=$wxUSE_PROGRESSDLG
12911 fi
12912
12913 { echo "$as_me:$LINENO: result: $result" >&5
12914 echo "${ECHO_T}$result" >&6; }
12915
12916
12917 enablestring=
12918 defaultval=$wxUSE_ALL_FEATURES
12919 if test -z "$defaultval"; then
12920 if test x"$enablestring" = xdisable; then
12921 defaultval=yes
12922 else
12923 defaultval=no
12924 fi
12925 fi
12926
12927 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
12928 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6; }
12929 # Check whether --enable-wizarddlg was given.
12930 if test "${enable_wizarddlg+set}" = set; then
12931 enableval=$enable_wizarddlg;
12932 if test "$enableval" = yes; then
12933 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
12934 else
12935 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
12936 fi
12937
12938 else
12939
12940 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
12941
12942 fi
12943
12944
12945 eval "$wx_cv_use_wizarddlg"
12946
12947 if test x"$enablestring" = xdisable; then
12948 if test $wxUSE_WIZARDDLG = no; then
12949 result=yes
12950 else
12951 result=no
12952 fi
12953 else
12954 result=$wxUSE_WIZARDDLG
12955 fi
12956
12957 { echo "$as_me:$LINENO: result: $result" >&5
12958 echo "${ECHO_T}$result" >&6; }
12959
12960
12961
12962
12963 enablestring=
12964 defaultval=$wxUSE_ALL_FEATURES
12965 if test -z "$defaultval"; then
12966 if test x"$enablestring" = xdisable; then
12967 defaultval=yes
12968 else
12969 defaultval=no
12970 fi
12971 fi
12972
12973 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
12974 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6; }
12975 # Check whether --enable-menus was given.
12976 if test "${enable_menus+set}" = set; then
12977 enableval=$enable_menus;
12978 if test "$enableval" = yes; then
12979 wx_cv_use_menus='wxUSE_MENUS=yes'
12980 else
12981 wx_cv_use_menus='wxUSE_MENUS=no'
12982 fi
12983
12984 else
12985
12986 wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
12987
12988 fi
12989
12990
12991 eval "$wx_cv_use_menus"
12992
12993 if test x"$enablestring" = xdisable; then
12994 if test $wxUSE_MENUS = no; then
12995 result=yes
12996 else
12997 result=no
12998 fi
12999 else
13000 result=$wxUSE_MENUS
13001 fi
13002
13003 { echo "$as_me:$LINENO: result: $result" >&5
13004 echo "${ECHO_T}$result" >&6; }
13005
13006
13007 enablestring=
13008 defaultval=$wxUSE_ALL_FEATURES
13009 if test -z "$defaultval"; then
13010 if test x"$enablestring" = xdisable; then
13011 defaultval=yes
13012 else
13013 defaultval=no
13014 fi
13015 fi
13016
13017 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
13018 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6; }
13019 # Check whether --enable-miniframe was given.
13020 if test "${enable_miniframe+set}" = set; then
13021 enableval=$enable_miniframe;
13022 if test "$enableval" = yes; then
13023 wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
13024 else
13025 wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
13026 fi
13027
13028 else
13029
13030 wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
13031
13032 fi
13033
13034
13035 eval "$wx_cv_use_miniframe"
13036
13037 if test x"$enablestring" = xdisable; then
13038 if test $wxUSE_MINIFRAME = no; then
13039 result=yes
13040 else
13041 result=no
13042 fi
13043 else
13044 result=$wxUSE_MINIFRAME
13045 fi
13046
13047 { echo "$as_me:$LINENO: result: $result" >&5
13048 echo "${ECHO_T}$result" >&6; }
13049
13050
13051 enablestring=
13052 defaultval=$wxUSE_ALL_FEATURES
13053 if test -z "$defaultval"; then
13054 if test x"$enablestring" = xdisable; then
13055 defaultval=yes
13056 else
13057 defaultval=no
13058 fi
13059 fi
13060
13061 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
13062 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6; }
13063 # Check whether --enable-tooltips was given.
13064 if test "${enable_tooltips+set}" = set; then
13065 enableval=$enable_tooltips;
13066 if test "$enableval" = yes; then
13067 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
13068 else
13069 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
13070 fi
13071
13072 else
13073
13074 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
13075
13076 fi
13077
13078
13079 eval "$wx_cv_use_tooltips"
13080
13081 if test x"$enablestring" = xdisable; then
13082 if test $wxUSE_TOOLTIPS = no; then
13083 result=yes
13084 else
13085 result=no
13086 fi
13087 else
13088 result=$wxUSE_TOOLTIPS
13089 fi
13090
13091 { echo "$as_me:$LINENO: result: $result" >&5
13092 echo "${ECHO_T}$result" >&6; }
13093
13094
13095 enablestring=
13096 defaultval=$wxUSE_ALL_FEATURES
13097 if test -z "$defaultval"; then
13098 if test x"$enablestring" = xdisable; then
13099 defaultval=yes
13100 else
13101 defaultval=no
13102 fi
13103 fi
13104
13105 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
13106 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6; }
13107 # Check whether --enable-splines was given.
13108 if test "${enable_splines+set}" = set; then
13109 enableval=$enable_splines;
13110 if test "$enableval" = yes; then
13111 wx_cv_use_splines='wxUSE_SPLINES=yes'
13112 else
13113 wx_cv_use_splines='wxUSE_SPLINES=no'
13114 fi
13115
13116 else
13117
13118 wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
13119
13120 fi
13121
13122
13123 eval "$wx_cv_use_splines"
13124
13125 if test x"$enablestring" = xdisable; then
13126 if test $wxUSE_SPLINES = no; then
13127 result=yes
13128 else
13129 result=no
13130 fi
13131 else
13132 result=$wxUSE_SPLINES
13133 fi
13134
13135 { echo "$as_me:$LINENO: result: $result" >&5
13136 echo "${ECHO_T}$result" >&6; }
13137
13138
13139 enablestring=
13140 defaultval=$wxUSE_ALL_FEATURES
13141 if test -z "$defaultval"; then
13142 if test x"$enablestring" = xdisable; then
13143 defaultval=yes
13144 else
13145 defaultval=no
13146 fi
13147 fi
13148
13149 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
13150 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6; }
13151 # Check whether --enable-mousewheel was given.
13152 if test "${enable_mousewheel+set}" = set; then
13153 enableval=$enable_mousewheel;
13154 if test "$enableval" = yes; then
13155 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
13156 else
13157 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
13158 fi
13159
13160 else
13161
13162 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
13163
13164 fi
13165
13166
13167 eval "$wx_cv_use_mousewheel"
13168
13169 if test x"$enablestring" = xdisable; then
13170 if test $wxUSE_MOUSEWHEEL = no; then
13171 result=yes
13172 else
13173 result=no
13174 fi
13175 else
13176 result=$wxUSE_MOUSEWHEEL
13177 fi
13178
13179 { echo "$as_me:$LINENO: result: $result" >&5
13180 echo "${ECHO_T}$result" >&6; }
13181
13182
13183 enablestring=
13184 defaultval=$wxUSE_ALL_FEATURES
13185 if test -z "$defaultval"; then
13186 if test x"$enablestring" = xdisable; then
13187 defaultval=yes
13188 else
13189 defaultval=no
13190 fi
13191 fi
13192
13193 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
13194 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6; }
13195 # Check whether --enable-validators was given.
13196 if test "${enable_validators+set}" = set; then
13197 enableval=$enable_validators;
13198 if test "$enableval" = yes; then
13199 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
13200 else
13201 wx_cv_use_validators='wxUSE_VALIDATORS=no'
13202 fi
13203
13204 else
13205
13206 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
13207
13208 fi
13209
13210
13211 eval "$wx_cv_use_validators"
13212
13213 if test x"$enablestring" = xdisable; then
13214 if test $wxUSE_VALIDATORS = no; then
13215 result=yes
13216 else
13217 result=no
13218 fi
13219 else
13220 result=$wxUSE_VALIDATORS
13221 fi
13222
13223 { echo "$as_me:$LINENO: result: $result" >&5
13224 echo "${ECHO_T}$result" >&6; }
13225
13226
13227 enablestring=
13228 defaultval=$wxUSE_ALL_FEATURES
13229 if test -z "$defaultval"; then
13230 if test x"$enablestring" = xdisable; then
13231 defaultval=yes
13232 else
13233 defaultval=no
13234 fi
13235 fi
13236
13237 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
13238 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6; }
13239 # Check whether --enable-busyinfo was given.
13240 if test "${enable_busyinfo+set}" = set; then
13241 enableval=$enable_busyinfo;
13242 if test "$enableval" = yes; then
13243 wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
13244 else
13245 wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
13246 fi
13247
13248 else
13249
13250 wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
13251
13252 fi
13253
13254
13255 eval "$wx_cv_use_busyinfo"
13256
13257 if test x"$enablestring" = xdisable; then
13258 if test $wxUSE_BUSYINFO = no; then
13259 result=yes
13260 else
13261 result=no
13262 fi
13263 else
13264 result=$wxUSE_BUSYINFO
13265 fi
13266
13267 { echo "$as_me:$LINENO: result: $result" >&5
13268 echo "${ECHO_T}$result" >&6; }
13269
13270
13271 enablestring=
13272 defaultval=$wxUSE_ALL_FEATURES
13273 if test -z "$defaultval"; then
13274 if test x"$enablestring" = xdisable; then
13275 defaultval=yes
13276 else
13277 defaultval=no
13278 fi
13279 fi
13280
13281 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
13282 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6; }
13283 # Check whether --enable-joystick was given.
13284 if test "${enable_joystick+set}" = set; then
13285 enableval=$enable_joystick;
13286 if test "$enableval" = yes; then
13287 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
13288 else
13289 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
13290 fi
13291
13292 else
13293
13294 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
13295
13296 fi
13297
13298
13299 eval "$wx_cv_use_joystick"
13300
13301 if test x"$enablestring" = xdisable; then
13302 if test $wxUSE_JOYSTICK = no; then
13303 result=yes
13304 else
13305 result=no
13306 fi
13307 else
13308 result=$wxUSE_JOYSTICK
13309 fi
13310
13311 { echo "$as_me:$LINENO: result: $result" >&5
13312 echo "${ECHO_T}$result" >&6; }
13313
13314
13315 enablestring=
13316 defaultval=$wxUSE_ALL_FEATURES
13317 if test -z "$defaultval"; then
13318 if test x"$enablestring" = xdisable; then
13319 defaultval=yes
13320 else
13321 defaultval=no
13322 fi
13323 fi
13324
13325 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
13326 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
13327 # Check whether --enable-metafile was given.
13328 if test "${enable_metafile+set}" = set; then
13329 enableval=$enable_metafile;
13330 if test "$enableval" = yes; then
13331 wx_cv_use_metafile='wxUSE_METAFILE=yes'
13332 else
13333 wx_cv_use_metafile='wxUSE_METAFILE=no'
13334 fi
13335
13336 else
13337
13338 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
13339
13340 fi
13341
13342
13343 eval "$wx_cv_use_metafile"
13344
13345 if test x"$enablestring" = xdisable; then
13346 if test $wxUSE_METAFILE = no; then
13347 result=yes
13348 else
13349 result=no
13350 fi
13351 else
13352 result=$wxUSE_METAFILE
13353 fi
13354
13355 { echo "$as_me:$LINENO: result: $result" >&5
13356 echo "${ECHO_T}$result" >&6; }
13357
13358
13359 enablestring=
13360 defaultval=$wxUSE_ALL_FEATURES
13361 if test -z "$defaultval"; then
13362 if test x"$enablestring" = xdisable; then
13363 defaultval=yes
13364 else
13365 defaultval=no
13366 fi
13367 fi
13368
13369 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
13370 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6; }
13371 # Check whether --enable-dragimage was given.
13372 if test "${enable_dragimage+set}" = set; then
13373 enableval=$enable_dragimage;
13374 if test "$enableval" = yes; then
13375 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
13376 else
13377 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
13378 fi
13379
13380 else
13381
13382 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
13383
13384 fi
13385
13386
13387 eval "$wx_cv_use_dragimage"
13388
13389 if test x"$enablestring" = xdisable; then
13390 if test $wxUSE_DRAGIMAGE = no; then
13391 result=yes
13392 else
13393 result=no
13394 fi
13395 else
13396 result=$wxUSE_DRAGIMAGE
13397 fi
13398
13399 { echo "$as_me:$LINENO: result: $result" >&5
13400 echo "${ECHO_T}$result" >&6; }
13401
13402
13403 enablestring=
13404 defaultval=$wxUSE_ALL_FEATURES
13405 if test -z "$defaultval"; then
13406 if test x"$enablestring" = xdisable; then
13407 defaultval=yes
13408 else
13409 defaultval=no
13410 fi
13411 fi
13412
13413 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
13414 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6; }
13415 # Check whether --enable-accessibility was given.
13416 if test "${enable_accessibility+set}" = set; then
13417 enableval=$enable_accessibility;
13418 if test "$enableval" = yes; then
13419 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
13420 else
13421 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
13422 fi
13423
13424 else
13425
13426 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
13427
13428 fi
13429
13430
13431 eval "$wx_cv_use_accessibility"
13432
13433 if test x"$enablestring" = xdisable; then
13434 if test $wxUSE_ACCESSIBILITY = no; then
13435 result=yes
13436 else
13437 result=no
13438 fi
13439 else
13440 result=$wxUSE_ACCESSIBILITY
13441 fi
13442
13443 { echo "$as_me:$LINENO: result: $result" >&5
13444 echo "${ECHO_T}$result" >&6; }
13445
13446
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}-palette" >&5
13460 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6; }
13461 # Check whether --enable-palette was given.
13462 if test "${enable_palette+set}" = set; then
13463 enableval=$enable_palette;
13464 if test "$enableval" = yes; then
13465 wx_cv_use_palette='wxUSE_PALETTE=yes'
13466 else
13467 wx_cv_use_palette='wxUSE_PALETTE=no'
13468 fi
13469
13470 else
13471
13472 wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
13473
13474 fi
13475
13476
13477 eval "$wx_cv_use_palette"
13478
13479 if test x"$enablestring" = xdisable; then
13480 if test $wxUSE_PALETTE = no; then
13481 result=yes
13482 else
13483 result=no
13484 fi
13485 else
13486 result=$wxUSE_PALETTE
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}-image" >&5
13504 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6; }
13505 # Check whether --enable-image was given.
13506 if test "${enable_image+set}" = set; then
13507 enableval=$enable_image;
13508 if test "$enableval" = yes; then
13509 wx_cv_use_image='wxUSE_IMAGE=yes'
13510 else
13511 wx_cv_use_image='wxUSE_IMAGE=no'
13512 fi
13513
13514 else
13515
13516 wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
13517
13518 fi
13519
13520
13521 eval "$wx_cv_use_image"
13522
13523 if test x"$enablestring" = xdisable; then
13524 if test $wxUSE_IMAGE = no; then
13525 result=yes
13526 else
13527 result=no
13528 fi
13529 else
13530 result=$wxUSE_IMAGE
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}-gif" >&5
13548 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6; }
13549 # Check whether --enable-gif was given.
13550 if test "${enable_gif+set}" = set; then
13551 enableval=$enable_gif;
13552 if test "$enableval" = yes; then
13553 wx_cv_use_gif='wxUSE_GIF=yes'
13554 else
13555 wx_cv_use_gif='wxUSE_GIF=no'
13556 fi
13557
13558 else
13559
13560 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
13561
13562 fi
13563
13564
13565 eval "$wx_cv_use_gif"
13566
13567 if test x"$enablestring" = xdisable; then
13568 if test $wxUSE_GIF = no; then
13569 result=yes
13570 else
13571 result=no
13572 fi
13573 else
13574 result=$wxUSE_GIF
13575 fi
13576
13577 { echo "$as_me:$LINENO: result: $result" >&5
13578 echo "${ECHO_T}$result" >&6; }
13579
13580
13581 enablestring=
13582 defaultval=$wxUSE_ALL_FEATURES
13583 if test -z "$defaultval"; then
13584 if test x"$enablestring" = xdisable; then
13585 defaultval=yes
13586 else
13587 defaultval=no
13588 fi
13589 fi
13590
13591 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
13592 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6; }
13593 # Check whether --enable-pcx was given.
13594 if test "${enable_pcx+set}" = set; then
13595 enableval=$enable_pcx;
13596 if test "$enableval" = yes; then
13597 wx_cv_use_pcx='wxUSE_PCX=yes'
13598 else
13599 wx_cv_use_pcx='wxUSE_PCX=no'
13600 fi
13601
13602 else
13603
13604 wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
13605
13606 fi
13607
13608
13609 eval "$wx_cv_use_pcx"
13610
13611 if test x"$enablestring" = xdisable; then
13612 if test $wxUSE_PCX = no; then
13613 result=yes
13614 else
13615 result=no
13616 fi
13617 else
13618 result=$wxUSE_PCX
13619 fi
13620
13621 { echo "$as_me:$LINENO: result: $result" >&5
13622 echo "${ECHO_T}$result" >&6; }
13623
13624
13625 enablestring=
13626 defaultval=$wxUSE_ALL_FEATURES
13627 if test -z "$defaultval"; then
13628 if test x"$enablestring" = xdisable; then
13629 defaultval=yes
13630 else
13631 defaultval=no
13632 fi
13633 fi
13634
13635 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
13636 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6; }
13637 # Check whether --enable-tga was given.
13638 if test "${enable_tga+set}" = set; then
13639 enableval=$enable_tga;
13640 if test "$enableval" = yes; then
13641 wx_cv_use_tga='wxUSE_TGA=yes'
13642 else
13643 wx_cv_use_tga='wxUSE_TGA=no'
13644 fi
13645
13646 else
13647
13648 wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
13649
13650 fi
13651
13652
13653 eval "$wx_cv_use_tga"
13654
13655 if test x"$enablestring" = xdisable; then
13656 if test $wxUSE_TGA = no; then
13657 result=yes
13658 else
13659 result=no
13660 fi
13661 else
13662 result=$wxUSE_TGA
13663 fi
13664
13665 { echo "$as_me:$LINENO: result: $result" >&5
13666 echo "${ECHO_T}$result" >&6; }
13667
13668
13669 enablestring=
13670 defaultval=$wxUSE_ALL_FEATURES
13671 if test -z "$defaultval"; then
13672 if test x"$enablestring" = xdisable; then
13673 defaultval=yes
13674 else
13675 defaultval=no
13676 fi
13677 fi
13678
13679 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
13680 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6; }
13681 # Check whether --enable-iff was given.
13682 if test "${enable_iff+set}" = set; then
13683 enableval=$enable_iff;
13684 if test "$enableval" = yes; then
13685 wx_cv_use_iff='wxUSE_IFF=yes'
13686 else
13687 wx_cv_use_iff='wxUSE_IFF=no'
13688 fi
13689
13690 else
13691
13692 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
13693
13694 fi
13695
13696
13697 eval "$wx_cv_use_iff"
13698
13699 if test x"$enablestring" = xdisable; then
13700 if test $wxUSE_IFF = no; then
13701 result=yes
13702 else
13703 result=no
13704 fi
13705 else
13706 result=$wxUSE_IFF
13707 fi
13708
13709 { echo "$as_me:$LINENO: result: $result" >&5
13710 echo "${ECHO_T}$result" >&6; }
13711
13712
13713 enablestring=
13714 defaultval=$wxUSE_ALL_FEATURES
13715 if test -z "$defaultval"; then
13716 if test x"$enablestring" = xdisable; then
13717 defaultval=yes
13718 else
13719 defaultval=no
13720 fi
13721 fi
13722
13723 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
13724 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6; }
13725 # Check whether --enable-pnm was given.
13726 if test "${enable_pnm+set}" = set; then
13727 enableval=$enable_pnm;
13728 if test "$enableval" = yes; then
13729 wx_cv_use_pnm='wxUSE_PNM=yes'
13730 else
13731 wx_cv_use_pnm='wxUSE_PNM=no'
13732 fi
13733
13734 else
13735
13736 wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
13737
13738 fi
13739
13740
13741 eval "$wx_cv_use_pnm"
13742
13743 if test x"$enablestring" = xdisable; then
13744 if test $wxUSE_PNM = no; then
13745 result=yes
13746 else
13747 result=no
13748 fi
13749 else
13750 result=$wxUSE_PNM
13751 fi
13752
13753 { echo "$as_me:$LINENO: result: $result" >&5
13754 echo "${ECHO_T}$result" >&6; }
13755
13756
13757 enablestring=
13758 defaultval=$wxUSE_ALL_FEATURES
13759 if test -z "$defaultval"; then
13760 if test x"$enablestring" = xdisable; then
13761 defaultval=yes
13762 else
13763 defaultval=no
13764 fi
13765 fi
13766
13767 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
13768 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6; }
13769 # Check whether --enable-xpm was given.
13770 if test "${enable_xpm+set}" = set; then
13771 enableval=$enable_xpm;
13772 if test "$enableval" = yes; then
13773 wx_cv_use_xpm='wxUSE_XPM=yes'
13774 else
13775 wx_cv_use_xpm='wxUSE_XPM=no'
13776 fi
13777
13778 else
13779
13780 wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
13781
13782 fi
13783
13784
13785 eval "$wx_cv_use_xpm"
13786
13787 if test x"$enablestring" = xdisable; then
13788 if test $wxUSE_XPM = no; then
13789 result=yes
13790 else
13791 result=no
13792 fi
13793 else
13794 result=$wxUSE_XPM
13795 fi
13796
13797 { echo "$as_me:$LINENO: result: $result" >&5
13798 echo "${ECHO_T}$result" >&6; }
13799
13800
13801 enablestring=
13802 defaultval=$wxUSE_ALL_FEATURES
13803 if test -z "$defaultval"; then
13804 if test x"$enablestring" = xdisable; then
13805 defaultval=yes
13806 else
13807 defaultval=no
13808 fi
13809 fi
13810
13811 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
13812 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6; }
13813 # Check whether --enable-ico_cur was given.
13814 if test "${enable_ico_cur+set}" = set; then
13815 enableval=$enable_ico_cur;
13816 if test "$enableval" = yes; then
13817 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
13818 else
13819 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
13820 fi
13821
13822 else
13823
13824 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
13825
13826 fi
13827
13828
13829 eval "$wx_cv_use_ico_cur"
13830
13831 if test x"$enablestring" = xdisable; then
13832 if test $wxUSE_ICO_CUR = no; then
13833 result=yes
13834 else
13835 result=no
13836 fi
13837 else
13838 result=$wxUSE_ICO_CUR
13839 fi
13840
13841 { echo "$as_me:$LINENO: result: $result" >&5
13842 echo "${ECHO_T}$result" >&6; }
13843
13844
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}-dccache" >&5
13858 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6; }
13859 # Check whether --enable-dccache was given.
13860 if test "${enable_dccache+set}" = set; then
13861 enableval=$enable_dccache;
13862 if test "$enableval" = yes; then
13863 wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
13864 else
13865 wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
13866 fi
13867
13868 else
13869
13870 wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
13871
13872 fi
13873
13874
13875 eval "$wx_cv_use_dccache"
13876
13877 if test x"$enablestring" = xdisable; then
13878 if test $wxUSE_DC_CACHEING = no; then
13879 result=yes
13880 else
13881 result=no
13882 fi
13883 else
13884 result=$wxUSE_DC_CACHEING
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}-ps-in-msw" >&5
13902 echo $ECHO_N "checking for --${enablestring:-enable}-ps-in-msw... $ECHO_C" >&6; }
13903 # Check whether --enable-ps-in-msw was given.
13904 if test "${enable_ps_in_msw+set}" = set; then
13905 enableval=$enable_ps_in_msw;
13906 if test "$enableval" = yes; then
13907 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
13908 else
13909 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
13910 fi
13911
13912 else
13913
13914 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
13915
13916 fi
13917
13918
13919 eval "$wx_cv_use_ps_in_msw"
13920
13921 if test x"$enablestring" = xdisable; then
13922 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
13923 result=yes
13924 else
13925 result=no
13926 fi
13927 else
13928 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
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}-ownerdrawn" >&5
13946 echo $ECHO_N "checking for --${enablestring:-enable}-ownerdrawn... $ECHO_C" >&6; }
13947 # Check whether --enable-ownerdrawn was given.
13948 if test "${enable_ownerdrawn+set}" = set; then
13949 enableval=$enable_ownerdrawn;
13950 if test "$enableval" = yes; then
13951 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
13952 else
13953 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
13954 fi
13955
13956 else
13957
13958 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
13959
13960 fi
13961
13962
13963 eval "$wx_cv_use_ownerdrawn"
13964
13965 if test x"$enablestring" = xdisable; then
13966 if test $wxUSE_OWNER_DRAWN = no; then
13967 result=yes
13968 else
13969 result=no
13970 fi
13971 else
13972 result=$wxUSE_OWNER_DRAWN
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}-uxtheme" >&5
13990 echo $ECHO_N "checking for --${enablestring:-enable}-uxtheme... $ECHO_C" >&6; }
13991 # Check whether --enable-uxtheme was given.
13992 if test "${enable_uxtheme+set}" = set; then
13993 enableval=$enable_uxtheme;
13994 if test "$enableval" = yes; then
13995 wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
13996 else
13997 wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
13998 fi
13999
14000 else
14001
14002 wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
14003
14004 fi
14005
14006
14007 eval "$wx_cv_use_uxtheme"
14008
14009 if test x"$enablestring" = xdisable; then
14010 if test $wxUSE_UXTHEME = no; then
14011 result=yes
14012 else
14013 result=no
14014 fi
14015 else
14016 result=$wxUSE_UXTHEME
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}-wxdib" >&5
14034 echo $ECHO_N "checking for --${enablestring:-enable}-wxdib... $ECHO_C" >&6; }
14035 # Check whether --enable-wxdib was given.
14036 if test "${enable_wxdib+set}" = set; then
14037 enableval=$enable_wxdib;
14038 if test "$enableval" = yes; then
14039 wx_cv_use_wxdib='wxUSE_DIB=yes'
14040 else
14041 wx_cv_use_wxdib='wxUSE_DIB=no'
14042 fi
14043
14044 else
14045
14046 wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
14047
14048 fi
14049
14050
14051 eval "$wx_cv_use_wxdib"
14052
14053 if test x"$enablestring" = xdisable; then
14054 if test $wxUSE_DIB = no; then
14055 result=yes
14056 else
14057 result=no
14058 fi
14059 else
14060 result=$wxUSE_DIB
14061 fi
14062
14063 { echo "$as_me:$LINENO: result: $result" >&5
14064 echo "${ECHO_T}$result" >&6; }
14065
14066
14067 if test "$wxUSE_MSW" != 1; then
14068 DEFAULT_wxUSE_AUTOID_MANAGEMENT=no
14069 fi
14070
14071
14072 enablestring=
14073 defaultval=$wxUSE_ALL_FEATURES
14074 if test -z "$defaultval"; then
14075 if test x"$enablestring" = xdisable; then
14076 defaultval=yes
14077 else
14078 defaultval=no
14079 fi
14080 fi
14081
14082 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-autoidman" >&5
14083 echo $ECHO_N "checking for --${enablestring:-enable}-autoidman... $ECHO_C" >&6; }
14084 # Check whether --enable-autoidman was given.
14085 if test "${enable_autoidman+set}" = set; then
14086 enableval=$enable_autoidman;
14087 if test "$enableval" = yes; then
14088 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=yes'
14089 else
14090 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=no'
14091 fi
14092
14093 else
14094
14095 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
14096
14097 fi
14098
14099
14100 eval "$wx_cv_use_autoidman"
14101
14102 if test x"$enablestring" = xdisable; then
14103 if test $wxUSE_AUTOID_MANAGEMENT = no; then
14104 result=yes
14105 else
14106 result=no
14107 fi
14108 else
14109 result=$wxUSE_AUTOID_MANAGEMENT
14110 fi
14111
14112 { echo "$as_me:$LINENO: result: $result" >&5
14113 echo "${ECHO_T}$result" >&6; }
14114
14115
14116 fi
14117
14118
14119 cat >confcache <<\_ACEOF
14120 # This file is a shell script that caches the results of configure
14121 # tests run on this system so they can be shared between configure
14122 # scripts and configure runs, see configure's option --config-cache.
14123 # It is not useful on other systems. If it contains results you don't
14124 # want to keep, you may remove or edit it.
14125 #
14126 # config.status only pays attention to the cache file if you give it
14127 # the --recheck option to rerun configure.
14128 #
14129 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14130 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14131 # following values.
14132
14133 _ACEOF
14134
14135 # The following way of writing the cache mishandles newlines in values,
14136 # but we know of no workaround that is simple, portable, and efficient.
14137 # So, we kill variables containing newlines.
14138 # Ultrix sh set writes to stderr and can't be redirected directly,
14139 # and sets the high bit in the cache file unless we assign to the vars.
14140 (
14141 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14142 eval ac_val=\$$ac_var
14143 case $ac_val in #(
14144 *${as_nl}*)
14145 case $ac_var in #(
14146 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
14147 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
14148 esac
14149 case $ac_var in #(
14150 _ | IFS | as_nl) ;; #(
14151 *) $as_unset $ac_var ;;
14152 esac ;;
14153 esac
14154 done
14155
14156 (set) 2>&1 |
14157 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14158 *${as_nl}ac_space=\ *)
14159 # `set' does not quote correctly, so add quotes (double-quote
14160 # substitution turns \\\\ into \\, and sed turns \\ into \).
14161 sed -n \
14162 "s/'/'\\\\''/g;
14163 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14164 ;; #(
14165 *)
14166 # `set' quotes correctly as required by POSIX, so do not add quotes.
14167 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14168 ;;
14169 esac |
14170 sort
14171 ) |
14172 sed '
14173 /^ac_cv_env_/b end
14174 t clear
14175 :clear
14176 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14177 t end
14178 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14179 :end' >>confcache
14180 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14181 if test -w "$cache_file"; then
14182 test "x$cache_file" != "x/dev/null" &&
14183 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
14184 echo "$as_me: updating cache $cache_file" >&6;}
14185 cat confcache >$cache_file
14186 else
14187 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
14188 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14189 fi
14190 fi
14191 rm -f confcache
14192
14193 CFLAGS=${CFLAGS:=}
14194
14195
14196
14197 ac_ext=c
14198 ac_cpp='$CPP $CPPFLAGS'
14199 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14200 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14201 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14202 if test -n "$ac_tool_prefix"; then
14203 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
14204 set dummy ${ac_tool_prefix}gcc; ac_word=$2
14205 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14206 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14207 if test "${ac_cv_prog_CC+set}" = set; then
14208 echo $ECHO_N "(cached) $ECHO_C" >&6
14209 else
14210 if test -n "$CC"; then
14211 ac_cv_prog_CC="$CC" # Let the user override the test.
14212 else
14213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14214 for as_dir in $PATH
14215 do
14216 IFS=$as_save_IFS
14217 test -z "$as_dir" && as_dir=.
14218 for ac_exec_ext in '' $ac_executable_extensions; do
14219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14220 ac_cv_prog_CC="${ac_tool_prefix}gcc"
14221 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14222 break 2
14223 fi
14224 done
14225 done
14226 IFS=$as_save_IFS
14227
14228 fi
14229 fi
14230 CC=$ac_cv_prog_CC
14231 if test -n "$CC"; then
14232 { echo "$as_me:$LINENO: result: $CC" >&5
14233 echo "${ECHO_T}$CC" >&6; }
14234 else
14235 { echo "$as_me:$LINENO: result: no" >&5
14236 echo "${ECHO_T}no" >&6; }
14237 fi
14238
14239
14240 fi
14241 if test -z "$ac_cv_prog_CC"; then
14242 ac_ct_CC=$CC
14243 # Extract the first word of "gcc", so it can be a program name with args.
14244 set dummy gcc; ac_word=$2
14245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14247 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
14248 echo $ECHO_N "(cached) $ECHO_C" >&6
14249 else
14250 if test -n "$ac_ct_CC"; then
14251 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
14252 else
14253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14254 for as_dir in $PATH
14255 do
14256 IFS=$as_save_IFS
14257 test -z "$as_dir" && as_dir=.
14258 for ac_exec_ext in '' $ac_executable_extensions; do
14259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14260 ac_cv_prog_ac_ct_CC="gcc"
14261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14262 break 2
14263 fi
14264 done
14265 done
14266 IFS=$as_save_IFS
14267
14268 fi
14269 fi
14270 ac_ct_CC=$ac_cv_prog_ac_ct_CC
14271 if test -n "$ac_ct_CC"; then
14272 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
14273 echo "${ECHO_T}$ac_ct_CC" >&6; }
14274 else
14275 { echo "$as_me:$LINENO: result: no" >&5
14276 echo "${ECHO_T}no" >&6; }
14277 fi
14278
14279 if test "x$ac_ct_CC" = x; then
14280 CC=""
14281 else
14282 case $cross_compiling:$ac_tool_warned in
14283 yes:)
14284 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
14285 whose name does not start with the host triplet. If you think this
14286 configuration is useful to you, please write to autoconf@gnu.org." >&5
14287 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
14288 whose name does not start with the host triplet. If you think this
14289 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14290 ac_tool_warned=yes ;;
14291 esac
14292 CC=$ac_ct_CC
14293 fi
14294 else
14295 CC="$ac_cv_prog_CC"
14296 fi
14297
14298 if test -z "$CC"; then
14299 if test -n "$ac_tool_prefix"; then
14300 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
14301 set dummy ${ac_tool_prefix}cc; ac_word=$2
14302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14304 if test "${ac_cv_prog_CC+set}" = set; then
14305 echo $ECHO_N "(cached) $ECHO_C" >&6
14306 else
14307 if test -n "$CC"; then
14308 ac_cv_prog_CC="$CC" # Let the user override the test.
14309 else
14310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14311 for as_dir in $PATH
14312 do
14313 IFS=$as_save_IFS
14314 test -z "$as_dir" && as_dir=.
14315 for ac_exec_ext in '' $ac_executable_extensions; do
14316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14317 ac_cv_prog_CC="${ac_tool_prefix}cc"
14318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14319 break 2
14320 fi
14321 done
14322 done
14323 IFS=$as_save_IFS
14324
14325 fi
14326 fi
14327 CC=$ac_cv_prog_CC
14328 if test -n "$CC"; then
14329 { echo "$as_me:$LINENO: result: $CC" >&5
14330 echo "${ECHO_T}$CC" >&6; }
14331 else
14332 { echo "$as_me:$LINENO: result: no" >&5
14333 echo "${ECHO_T}no" >&6; }
14334 fi
14335
14336
14337 fi
14338 fi
14339 if test -z "$CC"; then
14340 # Extract the first word of "cc", so it can be a program name with args.
14341 set dummy cc; ac_word=$2
14342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14344 if test "${ac_cv_prog_CC+set}" = set; then
14345 echo $ECHO_N "(cached) $ECHO_C" >&6
14346 else
14347 if test -n "$CC"; then
14348 ac_cv_prog_CC="$CC" # Let the user override the test.
14349 else
14350 ac_prog_rejected=no
14351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14352 for as_dir in $PATH
14353 do
14354 IFS=$as_save_IFS
14355 test -z "$as_dir" && as_dir=.
14356 for ac_exec_ext in '' $ac_executable_extensions; do
14357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14358 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
14359 ac_prog_rejected=yes
14360 continue
14361 fi
14362 ac_cv_prog_CC="cc"
14363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14364 break 2
14365 fi
14366 done
14367 done
14368 IFS=$as_save_IFS
14369
14370 if test $ac_prog_rejected = yes; then
14371 # We found a bogon in the path, so make sure we never use it.
14372 set dummy $ac_cv_prog_CC
14373 shift
14374 if test $# != 0; then
14375 # We chose a different compiler from the bogus one.
14376 # However, it has the same basename, so the bogon will be chosen
14377 # first if we set CC to just the basename; use the full file name.
14378 shift
14379 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
14380 fi
14381 fi
14382 fi
14383 fi
14384 CC=$ac_cv_prog_CC
14385 if test -n "$CC"; then
14386 { echo "$as_me:$LINENO: result: $CC" >&5
14387 echo "${ECHO_T}$CC" >&6; }
14388 else
14389 { echo "$as_me:$LINENO: result: no" >&5
14390 echo "${ECHO_T}no" >&6; }
14391 fi
14392
14393
14394 fi
14395 if test -z "$CC"; then
14396 if test -n "$ac_tool_prefix"; then
14397 for ac_prog in cl.exe
14398 do
14399 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
14400 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
14401 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14403 if test "${ac_cv_prog_CC+set}" = set; then
14404 echo $ECHO_N "(cached) $ECHO_C" >&6
14405 else
14406 if test -n "$CC"; then
14407 ac_cv_prog_CC="$CC" # Let the user override the test.
14408 else
14409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14410 for as_dir in $PATH
14411 do
14412 IFS=$as_save_IFS
14413 test -z "$as_dir" && as_dir=.
14414 for ac_exec_ext in '' $ac_executable_extensions; do
14415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14416 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
14417 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14418 break 2
14419 fi
14420 done
14421 done
14422 IFS=$as_save_IFS
14423
14424 fi
14425 fi
14426 CC=$ac_cv_prog_CC
14427 if test -n "$CC"; then
14428 { echo "$as_me:$LINENO: result: $CC" >&5
14429 echo "${ECHO_T}$CC" >&6; }
14430 else
14431 { echo "$as_me:$LINENO: result: no" >&5
14432 echo "${ECHO_T}no" >&6; }
14433 fi
14434
14435
14436 test -n "$CC" && break
14437 done
14438 fi
14439 if test -z "$CC"; then
14440 ac_ct_CC=$CC
14441 for ac_prog in cl.exe
14442 do
14443 # Extract the first word of "$ac_prog", so it can be a program name with args.
14444 set dummy $ac_prog; ac_word=$2
14445 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14446 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14447 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
14448 echo $ECHO_N "(cached) $ECHO_C" >&6
14449 else
14450 if test -n "$ac_ct_CC"; then
14451 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
14452 else
14453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14454 for as_dir in $PATH
14455 do
14456 IFS=$as_save_IFS
14457 test -z "$as_dir" && as_dir=.
14458 for ac_exec_ext in '' $ac_executable_extensions; do
14459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14460 ac_cv_prog_ac_ct_CC="$ac_prog"
14461 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14462 break 2
14463 fi
14464 done
14465 done
14466 IFS=$as_save_IFS
14467
14468 fi
14469 fi
14470 ac_ct_CC=$ac_cv_prog_ac_ct_CC
14471 if test -n "$ac_ct_CC"; then
14472 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
14473 echo "${ECHO_T}$ac_ct_CC" >&6; }
14474 else
14475 { echo "$as_me:$LINENO: result: no" >&5
14476 echo "${ECHO_T}no" >&6; }
14477 fi
14478
14479
14480 test -n "$ac_ct_CC" && break
14481 done
14482
14483 if test "x$ac_ct_CC" = x; then
14484 CC=""
14485 else
14486 case $cross_compiling:$ac_tool_warned in
14487 yes:)
14488 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
14489 whose name does not start with the host triplet. If you think this
14490 configuration is useful to you, please write to autoconf@gnu.org." >&5
14491 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
14492 whose name does not start with the host triplet. If you think this
14493 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14494 ac_tool_warned=yes ;;
14495 esac
14496 CC=$ac_ct_CC
14497 fi
14498 fi
14499
14500 fi
14501
14502
14503 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
14504 See \`config.log' for more details." >&5
14505 echo "$as_me: error: no acceptable C compiler found in \$PATH
14506 See \`config.log' for more details." >&2;}
14507 { (exit 1); exit 1; }; }
14508
14509 # Provide some information about the compiler.
14510 echo "$as_me:$LINENO: checking for C compiler version" >&5
14511 ac_compiler=`set X $ac_compile; echo $2`
14512 { (ac_try="$ac_compiler --version >&5"
14513 case "(($ac_try" in
14514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14515 *) ac_try_echo=$ac_try;;
14516 esac
14517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14518 (eval "$ac_compiler --version >&5") 2>&5
14519 ac_status=$?
14520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14521 (exit $ac_status); }
14522 { (ac_try="$ac_compiler -v >&5"
14523 case "(($ac_try" in
14524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14525 *) ac_try_echo=$ac_try;;
14526 esac
14527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14528 (eval "$ac_compiler -v >&5") 2>&5
14529 ac_status=$?
14530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14531 (exit $ac_status); }
14532 { (ac_try="$ac_compiler -V >&5"
14533 case "(($ac_try" in
14534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14535 *) ac_try_echo=$ac_try;;
14536 esac
14537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14538 (eval "$ac_compiler -V >&5") 2>&5
14539 ac_status=$?
14540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14541 (exit $ac_status); }
14542
14543 cat >conftest.$ac_ext <<_ACEOF
14544 /* confdefs.h. */
14545 _ACEOF
14546 cat confdefs.h >>conftest.$ac_ext
14547 cat >>conftest.$ac_ext <<_ACEOF
14548 /* end confdefs.h. */
14549
14550 int
14551 main ()
14552 {
14553
14554 ;
14555 return 0;
14556 }
14557 _ACEOF
14558 ac_clean_files_save=$ac_clean_files
14559 ac_clean_files="$ac_clean_files a.out a.exe b.out"
14560 # Try to create an executable without -o first, disregard a.out.
14561 # It will help us diagnose broken compilers, and finding out an intuition
14562 # of exeext.
14563 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
14564 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
14565 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
14566 #
14567 # List of possible output files, starting from the most likely.
14568 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
14569 # only as a last resort. b.out is created by i960 compilers.
14570 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
14571 #
14572 # The IRIX 6 linker writes into existing files which may not be
14573 # executable, retaining their permissions. Remove them first so a
14574 # subsequent execution test works.
14575 ac_rmfiles=
14576 for ac_file in $ac_files
14577 do
14578 case $ac_file in
14579 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
14580 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
14581 esac
14582 done
14583 rm -f $ac_rmfiles
14584
14585 if { (ac_try="$ac_link_default"
14586 case "(($ac_try" in
14587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14588 *) ac_try_echo=$ac_try;;
14589 esac
14590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14591 (eval "$ac_link_default") 2>&5
14592 ac_status=$?
14593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14594 (exit $ac_status); }; then
14595 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
14596 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
14597 # in a Makefile. We should not override ac_cv_exeext if it was cached,
14598 # so that the user can short-circuit this test for compilers unknown to
14599 # Autoconf.
14600 for ac_file in $ac_files ''
14601 do
14602 test -f "$ac_file" || continue
14603 case $ac_file in
14604 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
14605 ;;
14606 [ab].out )
14607 # We found the default executable, but exeext='' is most
14608 # certainly right.
14609 break;;
14610 *.* )
14611 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
14612 then :; else
14613 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14614 fi
14615 # We set ac_cv_exeext here because the later test for it is not
14616 # safe: cross compilers may not add the suffix if given an `-o'
14617 # argument, so we may need to know it at that point already.
14618 # Even if this section looks crufty: it has the advantage of
14619 # actually working.
14620 break;;
14621 * )
14622 break;;
14623 esac
14624 done
14625 test "$ac_cv_exeext" = no && ac_cv_exeext=
14626
14627 else
14628 ac_file=''
14629 fi
14630
14631 { echo "$as_me:$LINENO: result: $ac_file" >&5
14632 echo "${ECHO_T}$ac_file" >&6; }
14633 if test -z "$ac_file"; then
14634 echo "$as_me: failed program was:" >&5
14635 sed 's/^/| /' conftest.$ac_ext >&5
14636
14637 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
14638 See \`config.log' for more details." >&5
14639 echo "$as_me: error: C compiler cannot create executables
14640 See \`config.log' for more details." >&2;}
14641 { (exit 77); exit 77; }; }
14642 fi
14643
14644 ac_exeext=$ac_cv_exeext
14645
14646 # Check that the compiler produces executables we can run. If not, either
14647 # the compiler is broken, or we cross compile.
14648 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
14649 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
14650 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
14651 # If not cross compiling, check that we can run a simple program.
14652 if test "$cross_compiling" != yes; then
14653 if { ac_try='./$ac_file'
14654 { (case "(($ac_try" in
14655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14656 *) ac_try_echo=$ac_try;;
14657 esac
14658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14659 (eval "$ac_try") 2>&5
14660 ac_status=$?
14661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14662 (exit $ac_status); }; }; then
14663 cross_compiling=no
14664 else
14665 if test "$cross_compiling" = maybe; then
14666 cross_compiling=yes
14667 else
14668 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
14669 If you meant to cross compile, use \`--host'.
14670 See \`config.log' for more details." >&5
14671 echo "$as_me: error: cannot run C compiled programs.
14672 If you meant to cross compile, use \`--host'.
14673 See \`config.log' for more details." >&2;}
14674 { (exit 1); exit 1; }; }
14675 fi
14676 fi
14677 fi
14678 { echo "$as_me:$LINENO: result: yes" >&5
14679 echo "${ECHO_T}yes" >&6; }
14680
14681 rm -f a.out a.exe conftest$ac_cv_exeext b.out
14682 ac_clean_files=$ac_clean_files_save
14683 # Check that the compiler produces executables we can run. If not, either
14684 # the compiler is broken, or we cross compile.
14685 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
14686 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
14687 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
14688 echo "${ECHO_T}$cross_compiling" >&6; }
14689
14690 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
14691 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
14692 if { (ac_try="$ac_link"
14693 case "(($ac_try" in
14694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14695 *) ac_try_echo=$ac_try;;
14696 esac
14697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14698 (eval "$ac_link") 2>&5
14699 ac_status=$?
14700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14701 (exit $ac_status); }; then
14702 # If both `conftest.exe' and `conftest' are `present' (well, observable)
14703 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
14704 # work properly (i.e., refer to `conftest.exe'), while it won't with
14705 # `rm'.
14706 for ac_file in conftest.exe conftest conftest.*; do
14707 test -f "$ac_file" || continue
14708 case $ac_file in
14709 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
14710 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
14711 break;;
14712 * ) break;;
14713 esac
14714 done
14715 else
14716 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
14717 See \`config.log' for more details." >&5
14718 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
14719 See \`config.log' for more details." >&2;}
14720 { (exit 1); exit 1; }; }
14721 fi
14722
14723 rm -f conftest$ac_cv_exeext
14724 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
14725 echo "${ECHO_T}$ac_cv_exeext" >&6; }
14726
14727 rm -f conftest.$ac_ext
14728 EXEEXT=$ac_cv_exeext
14729 ac_exeext=$EXEEXT
14730 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
14731 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
14732 if test "${ac_cv_objext+set}" = set; then
14733 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 else
14735 cat >conftest.$ac_ext <<_ACEOF
14736 /* confdefs.h. */
14737 _ACEOF
14738 cat confdefs.h >>conftest.$ac_ext
14739 cat >>conftest.$ac_ext <<_ACEOF
14740 /* end confdefs.h. */
14741
14742 int
14743 main ()
14744 {
14745
14746 ;
14747 return 0;
14748 }
14749 _ACEOF
14750 rm -f conftest.o conftest.obj
14751 if { (ac_try="$ac_compile"
14752 case "(($ac_try" in
14753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14754 *) ac_try_echo=$ac_try;;
14755 esac
14756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14757 (eval "$ac_compile") 2>&5
14758 ac_status=$?
14759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14760 (exit $ac_status); }; then
14761 for ac_file in conftest.o conftest.obj conftest.*; do
14762 test -f "$ac_file" || continue;
14763 case $ac_file in
14764 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
14765 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
14766 break;;
14767 esac
14768 done
14769 else
14770 echo "$as_me: failed program was:" >&5
14771 sed 's/^/| /' conftest.$ac_ext >&5
14772
14773 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
14774 See \`config.log' for more details." >&5
14775 echo "$as_me: error: cannot compute suffix of object files: cannot compile
14776 See \`config.log' for more details." >&2;}
14777 { (exit 1); exit 1; }; }
14778 fi
14779
14780 rm -f conftest.$ac_cv_objext conftest.$ac_ext
14781 fi
14782 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
14783 echo "${ECHO_T}$ac_cv_objext" >&6; }
14784 OBJEXT=$ac_cv_objext
14785 ac_objext=$OBJEXT
14786 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
14787 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
14788 if test "${ac_cv_c_compiler_gnu+set}" = set; then
14789 echo $ECHO_N "(cached) $ECHO_C" >&6
14790 else
14791 cat >conftest.$ac_ext <<_ACEOF
14792 /* confdefs.h. */
14793 _ACEOF
14794 cat confdefs.h >>conftest.$ac_ext
14795 cat >>conftest.$ac_ext <<_ACEOF
14796 /* end confdefs.h. */
14797
14798 int
14799 main ()
14800 {
14801 #ifndef __GNUC__
14802 choke me
14803 #endif
14804
14805 ;
14806 return 0;
14807 }
14808 _ACEOF
14809 rm -f conftest.$ac_objext
14810 if { (ac_try="$ac_compile"
14811 case "(($ac_try" in
14812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14813 *) ac_try_echo=$ac_try;;
14814 esac
14815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14816 (eval "$ac_compile") 2>conftest.er1
14817 ac_status=$?
14818 grep -v '^ *+' conftest.er1 >conftest.err
14819 rm -f conftest.er1
14820 cat conftest.err >&5
14821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14822 (exit $ac_status); } && {
14823 test -z "$ac_c_werror_flag" ||
14824 test ! -s conftest.err
14825 } && test -s conftest.$ac_objext; then
14826 ac_compiler_gnu=yes
14827 else
14828 echo "$as_me: failed program was:" >&5
14829 sed 's/^/| /' conftest.$ac_ext >&5
14830
14831 ac_compiler_gnu=no
14832 fi
14833
14834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14835 ac_cv_c_compiler_gnu=$ac_compiler_gnu
14836
14837 fi
14838 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
14839 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
14840 GCC=`test $ac_compiler_gnu = yes && echo yes`
14841 ac_test_CFLAGS=${CFLAGS+set}
14842 ac_save_CFLAGS=$CFLAGS
14843 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
14844 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
14845 if test "${ac_cv_prog_cc_g+set}" = set; then
14846 echo $ECHO_N "(cached) $ECHO_C" >&6
14847 else
14848 ac_save_c_werror_flag=$ac_c_werror_flag
14849 ac_c_werror_flag=yes
14850 ac_cv_prog_cc_g=no
14851 CFLAGS="-g"
14852 cat >conftest.$ac_ext <<_ACEOF
14853 /* confdefs.h. */
14854 _ACEOF
14855 cat confdefs.h >>conftest.$ac_ext
14856 cat >>conftest.$ac_ext <<_ACEOF
14857 /* end confdefs.h. */
14858
14859 int
14860 main ()
14861 {
14862
14863 ;
14864 return 0;
14865 }
14866 _ACEOF
14867 rm -f conftest.$ac_objext
14868 if { (ac_try="$ac_compile"
14869 case "(($ac_try" in
14870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14871 *) ac_try_echo=$ac_try;;
14872 esac
14873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14874 (eval "$ac_compile") 2>conftest.er1
14875 ac_status=$?
14876 grep -v '^ *+' conftest.er1 >conftest.err
14877 rm -f conftest.er1
14878 cat conftest.err >&5
14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14880 (exit $ac_status); } && {
14881 test -z "$ac_c_werror_flag" ||
14882 test ! -s conftest.err
14883 } && test -s conftest.$ac_objext; then
14884 ac_cv_prog_cc_g=yes
14885 else
14886 echo "$as_me: failed program was:" >&5
14887 sed 's/^/| /' conftest.$ac_ext >&5
14888
14889 CFLAGS=""
14890 cat >conftest.$ac_ext <<_ACEOF
14891 /* confdefs.h. */
14892 _ACEOF
14893 cat confdefs.h >>conftest.$ac_ext
14894 cat >>conftest.$ac_ext <<_ACEOF
14895 /* end confdefs.h. */
14896
14897 int
14898 main ()
14899 {
14900
14901 ;
14902 return 0;
14903 }
14904 _ACEOF
14905 rm -f conftest.$ac_objext
14906 if { (ac_try="$ac_compile"
14907 case "(($ac_try" in
14908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14909 *) ac_try_echo=$ac_try;;
14910 esac
14911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14912 (eval "$ac_compile") 2>conftest.er1
14913 ac_status=$?
14914 grep -v '^ *+' conftest.er1 >conftest.err
14915 rm -f conftest.er1
14916 cat conftest.err >&5
14917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14918 (exit $ac_status); } && {
14919 test -z "$ac_c_werror_flag" ||
14920 test ! -s conftest.err
14921 } && test -s conftest.$ac_objext; then
14922 :
14923 else
14924 echo "$as_me: failed program was:" >&5
14925 sed 's/^/| /' conftest.$ac_ext >&5
14926
14927 ac_c_werror_flag=$ac_save_c_werror_flag
14928 CFLAGS="-g"
14929 cat >conftest.$ac_ext <<_ACEOF
14930 /* confdefs.h. */
14931 _ACEOF
14932 cat confdefs.h >>conftest.$ac_ext
14933 cat >>conftest.$ac_ext <<_ACEOF
14934 /* end confdefs.h. */
14935
14936 int
14937 main ()
14938 {
14939
14940 ;
14941 return 0;
14942 }
14943 _ACEOF
14944 rm -f conftest.$ac_objext
14945 if { (ac_try="$ac_compile"
14946 case "(($ac_try" in
14947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14948 *) ac_try_echo=$ac_try;;
14949 esac
14950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14951 (eval "$ac_compile") 2>conftest.er1
14952 ac_status=$?
14953 grep -v '^ *+' conftest.er1 >conftest.err
14954 rm -f conftest.er1
14955 cat conftest.err >&5
14956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14957 (exit $ac_status); } && {
14958 test -z "$ac_c_werror_flag" ||
14959 test ! -s conftest.err
14960 } && test -s conftest.$ac_objext; then
14961 ac_cv_prog_cc_g=yes
14962 else
14963 echo "$as_me: failed program was:" >&5
14964 sed 's/^/| /' conftest.$ac_ext >&5
14965
14966
14967 fi
14968
14969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14970 fi
14971
14972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14973 fi
14974
14975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14976 ac_c_werror_flag=$ac_save_c_werror_flag
14977 fi
14978 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
14979 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
14980 if test "$ac_test_CFLAGS" = set; then
14981 CFLAGS=$ac_save_CFLAGS
14982 elif test $ac_cv_prog_cc_g = yes; then
14983 if test "$GCC" = yes; then
14984 CFLAGS="-g -O2"
14985 else
14986 CFLAGS="-g"
14987 fi
14988 else
14989 if test "$GCC" = yes; then
14990 CFLAGS="-O2"
14991 else
14992 CFLAGS=
14993 fi
14994 fi
14995 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
14996 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
14997 if test "${ac_cv_prog_cc_c89+set}" = set; then
14998 echo $ECHO_N "(cached) $ECHO_C" >&6
14999 else
15000 ac_cv_prog_cc_c89=no
15001 ac_save_CC=$CC
15002 cat >conftest.$ac_ext <<_ACEOF
15003 /* confdefs.h. */
15004 _ACEOF
15005 cat confdefs.h >>conftest.$ac_ext
15006 cat >>conftest.$ac_ext <<_ACEOF
15007 /* end confdefs.h. */
15008 #include <stdarg.h>
15009 #include <stdio.h>
15010 #include <sys/types.h>
15011 #include <sys/stat.h>
15012 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
15013 struct buf { int x; };
15014 FILE * (*rcsopen) (struct buf *, struct stat *, int);
15015 static char *e (p, i)
15016 char **p;
15017 int i;
15018 {
15019 return p[i];
15020 }
15021 static char *f (char * (*g) (char **, int), char **p, ...)
15022 {
15023 char *s;
15024 va_list v;
15025 va_start (v,p);
15026 s = g (p, va_arg (v,int));
15027 va_end (v);
15028 return s;
15029 }
15030
15031 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
15032 function prototypes and stuff, but not '\xHH' hex character constants.
15033 These don't provoke an error unfortunately, instead are silently treated
15034 as 'x'. The following induces an error, until -std is added to get
15035 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
15036 array size at least. It's necessary to write '\x00'==0 to get something
15037 that's true only with -std. */
15038 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
15039
15040 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
15041 inside strings and character constants. */
15042 #define FOO(x) 'x'
15043 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
15044
15045 int test (int i, double x);
15046 struct s1 {int (*f) (int a);};
15047 struct s2 {int (*f) (double a);};
15048 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
15049 int argc;
15050 char **argv;
15051 int
15052 main ()
15053 {
15054 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
15055 ;
15056 return 0;
15057 }
15058 _ACEOF
15059 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
15060 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
15061 do
15062 CC="$ac_save_CC $ac_arg"
15063 rm -f conftest.$ac_objext
15064 if { (ac_try="$ac_compile"
15065 case "(($ac_try" in
15066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15067 *) ac_try_echo=$ac_try;;
15068 esac
15069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15070 (eval "$ac_compile") 2>conftest.er1
15071 ac_status=$?
15072 grep -v '^ *+' conftest.er1 >conftest.err
15073 rm -f conftest.er1
15074 cat conftest.err >&5
15075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15076 (exit $ac_status); } && {
15077 test -z "$ac_c_werror_flag" ||
15078 test ! -s conftest.err
15079 } && test -s conftest.$ac_objext; then
15080 ac_cv_prog_cc_c89=$ac_arg
15081 else
15082 echo "$as_me: failed program was:" >&5
15083 sed 's/^/| /' conftest.$ac_ext >&5
15084
15085
15086 fi
15087
15088 rm -f core conftest.err conftest.$ac_objext
15089 test "x$ac_cv_prog_cc_c89" != "xno" && break
15090 done
15091 rm -f conftest.$ac_ext
15092 CC=$ac_save_CC
15093
15094 fi
15095 # AC_CACHE_VAL
15096 case "x$ac_cv_prog_cc_c89" in
15097 x)
15098 { echo "$as_me:$LINENO: result: none needed" >&5
15099 echo "${ECHO_T}none needed" >&6; } ;;
15100 xno)
15101 { echo "$as_me:$LINENO: result: unsupported" >&5
15102 echo "${ECHO_T}unsupported" >&6; } ;;
15103 *)
15104 CC="$CC $ac_cv_prog_cc_c89"
15105 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
15106 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
15107 esac
15108
15109
15110 ac_ext=c
15111 ac_cpp='$CPP $CPPFLAGS'
15112 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15113 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15114 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15115
15116
15117
15118
15119 ac_ext=c
15120 ac_cpp='$CPP $CPPFLAGS'
15121 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15122 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15123 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15124
15125 { echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
15126 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6; }
15127 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
15128 echo $ECHO_N "(cached) $ECHO_C" >&6
15129 else
15130 cat >conftest.$ac_ext <<_ACEOF
15131 /* confdefs.h. */
15132 _ACEOF
15133 cat confdefs.h >>conftest.$ac_ext
15134 cat >>conftest.$ac_ext <<_ACEOF
15135 /* end confdefs.h. */
15136
15137 int
15138 main ()
15139 {
15140
15141 #ifndef __INTEL_COMPILER
15142 choke me
15143 #endif
15144
15145 ;
15146 return 0;
15147 }
15148 _ACEOF
15149 rm -f conftest.$ac_objext
15150 if { (ac_try="$ac_compile"
15151 case "(($ac_try" in
15152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15153 *) ac_try_echo=$ac_try;;
15154 esac
15155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15156 (eval "$ac_compile") 2>conftest.er1
15157 ac_status=$?
15158 grep -v '^ *+' conftest.er1 >conftest.err
15159 rm -f conftest.er1
15160 cat conftest.err >&5
15161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162 (exit $ac_status); } && {
15163 test -z "$ac_c_werror_flag" ||
15164 test ! -s conftest.err
15165 } && test -s conftest.$ac_objext; then
15166 bakefile_cv_c_compiler___INTEL_COMPILER=yes
15167 else
15168 echo "$as_me: failed program was:" >&5
15169 sed 's/^/| /' conftest.$ac_ext >&5
15170
15171 bakefile_cv_c_compiler___INTEL_COMPILER=no
15172
15173 fi
15174
15175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15176
15177
15178 fi
15179 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
15180 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
15181 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
15182 :; INTELCC=yes
15183 else
15184 :;
15185 fi
15186 ac_ext=c
15187 ac_cpp='$CPP $CPPFLAGS'
15188 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15189 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15190 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15191
15192
15193
15194
15195 if test "$INTELCC" = "yes"; then
15196
15197
15198 ac_ext=c
15199 ac_cpp='$CPP $CPPFLAGS'
15200 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15201 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15202 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15203
15204 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v8 or later" >&5
15205 echo $ECHO_N "checking whether we are using Intel C compiler v8 or later... $ECHO_C" >&6; }
15206 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+set}" = set; then
15207 echo $ECHO_N "(cached) $ECHO_C" >&6
15208 else
15209 cat >conftest.$ac_ext <<_ACEOF
15210 /* confdefs.h. */
15211 _ACEOF
15212 cat confdefs.h >>conftest.$ac_ext
15213 cat >>conftest.$ac_ext <<_ACEOF
15214 /* end confdefs.h. */
15215
15216 int
15217 main ()
15218 {
15219
15220 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
15221 choke me
15222 #endif
15223
15224 ;
15225 return 0;
15226 }
15227 _ACEOF
15228 rm -f conftest.$ac_objext
15229 if { (ac_try="$ac_compile"
15230 case "(($ac_try" in
15231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15232 *) ac_try_echo=$ac_try;;
15233 esac
15234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15235 (eval "$ac_compile") 2>conftest.er1
15236 ac_status=$?
15237 grep -v '^ *+' conftest.er1 >conftest.err
15238 rm -f conftest.er1
15239 cat conftest.err >&5
15240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15241 (exit $ac_status); } && {
15242 test -z "$ac_c_werror_flag" ||
15243 test ! -s conftest.err
15244 } && test -s conftest.$ac_objext; then
15245 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
15246 else
15247 echo "$as_me: failed program was:" >&5
15248 sed 's/^/| /' conftest.$ac_ext >&5
15249
15250 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
15251
15252 fi
15253
15254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15255
15256
15257 fi
15258 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
15259 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
15260 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
15261 :; INTELCC8=yes
15262 else
15263 :;
15264 fi
15265 ac_ext=c
15266 ac_cpp='$CPP $CPPFLAGS'
15267 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15268 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15269 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15270
15271
15272
15273
15274
15275 ac_ext=c
15276 ac_cpp='$CPP $CPPFLAGS'
15277 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15278 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15279 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15280
15281 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v10 or later" >&5
15282 echo $ECHO_N "checking whether we are using Intel C compiler v10 or later... $ECHO_C" >&6; }
15283 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
15284 echo $ECHO_N "(cached) $ECHO_C" >&6
15285 else
15286 cat >conftest.$ac_ext <<_ACEOF
15287 /* confdefs.h. */
15288 _ACEOF
15289 cat confdefs.h >>conftest.$ac_ext
15290 cat >>conftest.$ac_ext <<_ACEOF
15291 /* end confdefs.h. */
15292
15293 int
15294 main ()
15295 {
15296
15297 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
15298 choke me
15299 #endif
15300
15301 ;
15302 return 0;
15303 }
15304 _ACEOF
15305 rm -f conftest.$ac_objext
15306 if { (ac_try="$ac_compile"
15307 case "(($ac_try" in
15308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15309 *) ac_try_echo=$ac_try;;
15310 esac
15311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15312 (eval "$ac_compile") 2>conftest.er1
15313 ac_status=$?
15314 grep -v '^ *+' conftest.er1 >conftest.err
15315 rm -f conftest.er1
15316 cat conftest.err >&5
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); } && {
15319 test -z "$ac_c_werror_flag" ||
15320 test ! -s conftest.err
15321 } && test -s conftest.$ac_objext; then
15322 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
15323 else
15324 echo "$as_me: failed program was:" >&5
15325 sed 's/^/| /' conftest.$ac_ext >&5
15326
15327 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
15328
15329 fi
15330
15331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15332
15333
15334 fi
15335 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
15336 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
15337 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
15338 :; INTELCC10=yes
15339 else
15340 :;
15341 fi
15342 ac_ext=c
15343 ac_cpp='$CPP $CPPFLAGS'
15344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15347
15348
15349
15350 fi
15351
15352 if test "x$GCC" != "xyes"; then
15353 if test "xCC" = "xC"; then
15354 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
15355 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
15356 if test "${bakefile_cv_c_exto+set}" = set; then
15357 echo $ECHO_N "(cached) $ECHO_C" >&6
15358 else
15359 cat >conftest.$ac_ext <<_ACEOF
15360 /* confdefs.h. */
15361 _ACEOF
15362 cat confdefs.h >>conftest.$ac_ext
15363 cat >>conftest.$ac_ext <<_ACEOF
15364 /* end confdefs.h. */
15365
15366 int
15367 main ()
15368 {
15369
15370 ;
15371 return 0;
15372 }
15373 _ACEOF
15374 rm -f conftest.$ac_objext conftest.$ac_ext.o
15375 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15376 (eval $ac_compile) 2>&5
15377 ac_status=$?
15378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15379 (exit $ac_status); }; then
15380 for ac_file in `(ls conftest.* 2>/dev/null)`; do
15381 case $ac_file in
15382 conftest.$ac_ext.o)
15383 bakefile_cv_c_exto="-ext o"
15384 ;;
15385 *)
15386 ;;
15387 esac
15388 done
15389 else
15390 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
15391 See \`config.log' for more details." >&5
15392 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
15393 See \`config.log' for more details." >&2;}
15394 { (exit 1); exit 1; }; }
15395
15396 fi
15397
15398 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
15399
15400 fi
15401 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
15402 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
15403 if test "x$bakefile_cv_c_exto" '!=' "x"; then
15404 if test "c" = "c"; then
15405 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
15406 fi
15407 if test "c" = "cxx"; then
15408 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
15409 fi
15410 fi
15411
15412 if test "x$bakefile_cv_c_exto" '!=' "x"; then
15413 unset ac_cv_prog_cc_g
15414 ac_test_CFLAGS=${CFLAGS+set}
15415 ac_save_CFLAGS=$CFLAGS
15416 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
15417 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
15418 if test "${ac_cv_prog_cc_g+set}" = set; then
15419 echo $ECHO_N "(cached) $ECHO_C" >&6
15420 else
15421 ac_save_c_werror_flag=$ac_c_werror_flag
15422 ac_c_werror_flag=yes
15423 ac_cv_prog_cc_g=no
15424 CFLAGS="-g"
15425 cat >conftest.$ac_ext <<_ACEOF
15426 /* confdefs.h. */
15427 _ACEOF
15428 cat confdefs.h >>conftest.$ac_ext
15429 cat >>conftest.$ac_ext <<_ACEOF
15430 /* end confdefs.h. */
15431
15432 int
15433 main ()
15434 {
15435
15436 ;
15437 return 0;
15438 }
15439 _ACEOF
15440 rm -f conftest.$ac_objext
15441 if { (ac_try="$ac_compile"
15442 case "(($ac_try" in
15443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15444 *) ac_try_echo=$ac_try;;
15445 esac
15446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15447 (eval "$ac_compile") 2>conftest.er1
15448 ac_status=$?
15449 grep -v '^ *+' conftest.er1 >conftest.err
15450 rm -f conftest.er1
15451 cat conftest.err >&5
15452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15453 (exit $ac_status); } && {
15454 test -z "$ac_c_werror_flag" ||
15455 test ! -s conftest.err
15456 } && test -s conftest.$ac_objext; then
15457 ac_cv_prog_cc_g=yes
15458 else
15459 echo "$as_me: failed program was:" >&5
15460 sed 's/^/| /' conftest.$ac_ext >&5
15461
15462 CFLAGS=""
15463 cat >conftest.$ac_ext <<_ACEOF
15464 /* confdefs.h. */
15465 _ACEOF
15466 cat confdefs.h >>conftest.$ac_ext
15467 cat >>conftest.$ac_ext <<_ACEOF
15468 /* end confdefs.h. */
15469
15470 int
15471 main ()
15472 {
15473
15474 ;
15475 return 0;
15476 }
15477 _ACEOF
15478 rm -f conftest.$ac_objext
15479 if { (ac_try="$ac_compile"
15480 case "(($ac_try" in
15481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15482 *) ac_try_echo=$ac_try;;
15483 esac
15484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15485 (eval "$ac_compile") 2>conftest.er1
15486 ac_status=$?
15487 grep -v '^ *+' conftest.er1 >conftest.err
15488 rm -f conftest.er1
15489 cat conftest.err >&5
15490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); } && {
15492 test -z "$ac_c_werror_flag" ||
15493 test ! -s conftest.err
15494 } && test -s conftest.$ac_objext; then
15495 :
15496 else
15497 echo "$as_me: failed program was:" >&5
15498 sed 's/^/| /' conftest.$ac_ext >&5
15499
15500 ac_c_werror_flag=$ac_save_c_werror_flag
15501 CFLAGS="-g"
15502 cat >conftest.$ac_ext <<_ACEOF
15503 /* confdefs.h. */
15504 _ACEOF
15505 cat confdefs.h >>conftest.$ac_ext
15506 cat >>conftest.$ac_ext <<_ACEOF
15507 /* end confdefs.h. */
15508
15509 int
15510 main ()
15511 {
15512
15513 ;
15514 return 0;
15515 }
15516 _ACEOF
15517 rm -f conftest.$ac_objext
15518 if { (ac_try="$ac_compile"
15519 case "(($ac_try" in
15520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15521 *) ac_try_echo=$ac_try;;
15522 esac
15523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15524 (eval "$ac_compile") 2>conftest.er1
15525 ac_status=$?
15526 grep -v '^ *+' conftest.er1 >conftest.err
15527 rm -f conftest.er1
15528 cat conftest.err >&5
15529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15530 (exit $ac_status); } && {
15531 test -z "$ac_c_werror_flag" ||
15532 test ! -s conftest.err
15533 } && test -s conftest.$ac_objext; then
15534 ac_cv_prog_cc_g=yes
15535 else
15536 echo "$as_me: failed program was:" >&5
15537 sed 's/^/| /' conftest.$ac_ext >&5
15538
15539
15540 fi
15541
15542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15543 fi
15544
15545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15546 fi
15547
15548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15549 ac_c_werror_flag=$ac_save_c_werror_flag
15550 fi
15551 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
15552 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
15553 if test "$ac_test_CFLAGS" = set; then
15554 CFLAGS=$ac_save_CFLAGS
15555 elif test $ac_cv_prog_cc_g = yes; then
15556 if test "$GCC" = yes; then
15557 CFLAGS="-g -O2"
15558 else
15559 CFLAGS="-g"
15560 fi
15561 else
15562 if test "$GCC" = yes; then
15563 CFLAGS="-O2"
15564 else
15565 CFLAGS=
15566 fi
15567 fi
15568 fi
15569 fi
15570
15571 case `uname -s` in
15572 AIX*)
15573
15574
15575 ac_ext=c
15576 ac_cpp='$CPP $CPPFLAGS'
15577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15580
15581 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
15582 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
15583 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
15584 echo $ECHO_N "(cached) $ECHO_C" >&6
15585 else
15586 cat >conftest.$ac_ext <<_ACEOF
15587 /* confdefs.h. */
15588 _ACEOF
15589 cat confdefs.h >>conftest.$ac_ext
15590 cat >>conftest.$ac_ext <<_ACEOF
15591 /* end confdefs.h. */
15592
15593 int
15594 main ()
15595 {
15596
15597 #ifndef __xlC__
15598 choke me
15599 #endif
15600
15601 ;
15602 return 0;
15603 }
15604 _ACEOF
15605 rm -f conftest.$ac_objext
15606 if { (ac_try="$ac_compile"
15607 case "(($ac_try" in
15608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15609 *) ac_try_echo=$ac_try;;
15610 esac
15611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15612 (eval "$ac_compile") 2>conftest.er1
15613 ac_status=$?
15614 grep -v '^ *+' conftest.er1 >conftest.err
15615 rm -f conftest.er1
15616 cat conftest.err >&5
15617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15618 (exit $ac_status); } && {
15619 test -z "$ac_c_werror_flag" ||
15620 test ! -s conftest.err
15621 } && test -s conftest.$ac_objext; then
15622 bakefile_cv_c_compiler___xlC__=yes
15623 else
15624 echo "$as_me: failed program was:" >&5
15625 sed 's/^/| /' conftest.$ac_ext >&5
15626
15627 bakefile_cv_c_compiler___xlC__=no
15628
15629 fi
15630
15631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15632
15633
15634 fi
15635 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
15636 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
15637 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
15638 :; XLCC=yes
15639 else
15640 :;
15641 fi
15642 ac_ext=c
15643 ac_cpp='$CPP $CPPFLAGS'
15644 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15645 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15646 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15647
15648
15649
15650 ;;
15651
15652 Darwin)
15653
15654
15655 ac_ext=c
15656 ac_cpp='$CPP $CPPFLAGS'
15657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15660
15661 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
15662 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6; }
15663 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then
15664 echo $ECHO_N "(cached) $ECHO_C" >&6
15665 else
15666 cat >conftest.$ac_ext <<_ACEOF
15667 /* confdefs.h. */
15668 _ACEOF
15669 cat confdefs.h >>conftest.$ac_ext
15670 cat >>conftest.$ac_ext <<_ACEOF
15671 /* end confdefs.h. */
15672
15673 int
15674 main ()
15675 {
15676
15677 #ifndef __MWERKS__
15678 choke me
15679 #endif
15680
15681 ;
15682 return 0;
15683 }
15684 _ACEOF
15685 rm -f conftest.$ac_objext
15686 if { (ac_try="$ac_compile"
15687 case "(($ac_try" in
15688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15689 *) ac_try_echo=$ac_try;;
15690 esac
15691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15692 (eval "$ac_compile") 2>conftest.er1
15693 ac_status=$?
15694 grep -v '^ *+' conftest.er1 >conftest.err
15695 rm -f conftest.er1
15696 cat conftest.err >&5
15697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15698 (exit $ac_status); } && {
15699 test -z "$ac_c_werror_flag" ||
15700 test ! -s conftest.err
15701 } && test -s conftest.$ac_objext; then
15702 bakefile_cv_c_compiler___MWERKS__=yes
15703 else
15704 echo "$as_me: failed program was:" >&5
15705 sed 's/^/| /' conftest.$ac_ext >&5
15706
15707 bakefile_cv_c_compiler___MWERKS__=no
15708
15709 fi
15710
15711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15712
15713
15714 fi
15715 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___MWERKS__" >&5
15716 echo "${ECHO_T}$bakefile_cv_c_compiler___MWERKS__" >&6; }
15717 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
15718 :; MWCC=yes
15719 else
15720 :;
15721 fi
15722 ac_ext=c
15723 ac_cpp='$CPP $CPPFLAGS'
15724 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15725 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15726 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15727
15728
15729
15730 if test "$MWCC" != "yes"; then
15731
15732
15733 ac_ext=c
15734 ac_cpp='$CPP $CPPFLAGS'
15735 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15736 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15737 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15738
15739 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
15740 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
15741 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
15742 echo $ECHO_N "(cached) $ECHO_C" >&6
15743 else
15744 cat >conftest.$ac_ext <<_ACEOF
15745 /* confdefs.h. */
15746 _ACEOF
15747 cat confdefs.h >>conftest.$ac_ext
15748 cat >>conftest.$ac_ext <<_ACEOF
15749 /* end confdefs.h. */
15750
15751 int
15752 main ()
15753 {
15754
15755 #ifndef __xlC__
15756 choke me
15757 #endif
15758
15759 ;
15760 return 0;
15761 }
15762 _ACEOF
15763 rm -f conftest.$ac_objext
15764 if { (ac_try="$ac_compile"
15765 case "(($ac_try" in
15766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15767 *) ac_try_echo=$ac_try;;
15768 esac
15769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15770 (eval "$ac_compile") 2>conftest.er1
15771 ac_status=$?
15772 grep -v '^ *+' conftest.er1 >conftest.err
15773 rm -f conftest.er1
15774 cat conftest.err >&5
15775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15776 (exit $ac_status); } && {
15777 test -z "$ac_c_werror_flag" ||
15778 test ! -s conftest.err
15779 } && test -s conftest.$ac_objext; then
15780 bakefile_cv_c_compiler___xlC__=yes
15781 else
15782 echo "$as_me: failed program was:" >&5
15783 sed 's/^/| /' conftest.$ac_ext >&5
15784
15785 bakefile_cv_c_compiler___xlC__=no
15786
15787 fi
15788
15789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15790
15791
15792 fi
15793 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
15794 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
15795 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
15796 :; XLCC=yes
15797 else
15798 :;
15799 fi
15800 ac_ext=c
15801 ac_cpp='$CPP $CPPFLAGS'
15802 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15803 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15804 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15805
15806
15807
15808 fi
15809 ;;
15810
15811 IRIX*)
15812
15813
15814 ac_ext=c
15815 ac_cpp='$CPP $CPPFLAGS'
15816 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15817 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15818 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15819
15820 { echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
15821 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6; }
15822 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
15823 echo $ECHO_N "(cached) $ECHO_C" >&6
15824 else
15825 cat >conftest.$ac_ext <<_ACEOF
15826 /* confdefs.h. */
15827 _ACEOF
15828 cat confdefs.h >>conftest.$ac_ext
15829 cat >>conftest.$ac_ext <<_ACEOF
15830 /* end confdefs.h. */
15831
15832 int
15833 main ()
15834 {
15835
15836 #ifndef _SGI_COMPILER_VERSION
15837 choke me
15838 #endif
15839
15840 ;
15841 return 0;
15842 }
15843 _ACEOF
15844 rm -f conftest.$ac_objext
15845 if { (ac_try="$ac_compile"
15846 case "(($ac_try" in
15847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15848 *) ac_try_echo=$ac_try;;
15849 esac
15850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15851 (eval "$ac_compile") 2>conftest.er1
15852 ac_status=$?
15853 grep -v '^ *+' conftest.er1 >conftest.err
15854 rm -f conftest.er1
15855 cat conftest.err >&5
15856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15857 (exit $ac_status); } && {
15858 test -z "$ac_c_werror_flag" ||
15859 test ! -s conftest.err
15860 } && test -s conftest.$ac_objext; then
15861 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
15862 else
15863 echo "$as_me: failed program was:" >&5
15864 sed 's/^/| /' conftest.$ac_ext >&5
15865
15866 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
15867
15868 fi
15869
15870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15871
15872
15873 fi
15874 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
15875 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
15876 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
15877 :; SGICC=yes
15878 else
15879 :;
15880 fi
15881 ac_ext=c
15882 ac_cpp='$CPP $CPPFLAGS'
15883 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15884 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15885 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15886
15887
15888
15889 ;;
15890
15891 Linux*)
15892 if test "$INTELCC" != "yes"; then
15893
15894
15895 ac_ext=c
15896 ac_cpp='$CPP $CPPFLAGS'
15897 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15898 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15899 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15900
15901 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
15902 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
15903 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
15904 echo $ECHO_N "(cached) $ECHO_C" >&6
15905 else
15906 cat >conftest.$ac_ext <<_ACEOF
15907 /* confdefs.h. */
15908 _ACEOF
15909 cat confdefs.h >>conftest.$ac_ext
15910 cat >>conftest.$ac_ext <<_ACEOF
15911 /* end confdefs.h. */
15912
15913 int
15914 main ()
15915 {
15916
15917 #ifndef __SUNPRO_C
15918 choke me
15919 #endif
15920
15921 ;
15922 return 0;
15923 }
15924 _ACEOF
15925 rm -f conftest.$ac_objext
15926 if { (ac_try="$ac_compile"
15927 case "(($ac_try" in
15928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15929 *) ac_try_echo=$ac_try;;
15930 esac
15931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15932 (eval "$ac_compile") 2>conftest.er1
15933 ac_status=$?
15934 grep -v '^ *+' conftest.er1 >conftest.err
15935 rm -f conftest.er1
15936 cat conftest.err >&5
15937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15938 (exit $ac_status); } && {
15939 test -z "$ac_c_werror_flag" ||
15940 test ! -s conftest.err
15941 } && test -s conftest.$ac_objext; then
15942 bakefile_cv_c_compiler___SUNPRO_C=yes
15943 else
15944 echo "$as_me: failed program was:" >&5
15945 sed 's/^/| /' conftest.$ac_ext >&5
15946
15947 bakefile_cv_c_compiler___SUNPRO_C=no
15948
15949 fi
15950
15951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15952
15953
15954 fi
15955 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
15956 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
15957 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
15958 :; SUNCC=yes
15959 else
15960 :;
15961 fi
15962 ac_ext=c
15963 ac_cpp='$CPP $CPPFLAGS'
15964 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15965 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15966 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15967
15968
15969
15970 fi
15971 ;;
15972
15973 HP-UX*)
15974
15975
15976 ac_ext=c
15977 ac_cpp='$CPP $CPPFLAGS'
15978 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15979 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15980 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15981
15982 { echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
15983 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6; }
15984 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
15985 echo $ECHO_N "(cached) $ECHO_C" >&6
15986 else
15987 cat >conftest.$ac_ext <<_ACEOF
15988 /* confdefs.h. */
15989 _ACEOF
15990 cat confdefs.h >>conftest.$ac_ext
15991 cat >>conftest.$ac_ext <<_ACEOF
15992 /* end confdefs.h. */
15993
15994 int
15995 main ()
15996 {
15997
15998 #ifndef __HP_cc
15999 choke me
16000 #endif
16001
16002 ;
16003 return 0;
16004 }
16005 _ACEOF
16006 rm -f conftest.$ac_objext
16007 if { (ac_try="$ac_compile"
16008 case "(($ac_try" in
16009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16010 *) ac_try_echo=$ac_try;;
16011 esac
16012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16013 (eval "$ac_compile") 2>conftest.er1
16014 ac_status=$?
16015 grep -v '^ *+' conftest.er1 >conftest.err
16016 rm -f conftest.er1
16017 cat conftest.err >&5
16018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16019 (exit $ac_status); } && {
16020 test -z "$ac_c_werror_flag" ||
16021 test ! -s conftest.err
16022 } && test -s conftest.$ac_objext; then
16023 bakefile_cv_c_compiler___HP_cc=yes
16024 else
16025 echo "$as_me: failed program was:" >&5
16026 sed 's/^/| /' conftest.$ac_ext >&5
16027
16028 bakefile_cv_c_compiler___HP_cc=no
16029
16030 fi
16031
16032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16033
16034
16035 fi
16036 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
16037 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6; }
16038 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
16039 :; HPCC=yes
16040 else
16041 :;
16042 fi
16043 ac_ext=c
16044 ac_cpp='$CPP $CPPFLAGS'
16045 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16046 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16047 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16048
16049
16050
16051 ;;
16052
16053 OSF1)
16054
16055
16056 ac_ext=c
16057 ac_cpp='$CPP $CPPFLAGS'
16058 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16059 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16060 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16061
16062 { echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
16063 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6; }
16064 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
16065 echo $ECHO_N "(cached) $ECHO_C" >&6
16066 else
16067 cat >conftest.$ac_ext <<_ACEOF
16068 /* confdefs.h. */
16069 _ACEOF
16070 cat confdefs.h >>conftest.$ac_ext
16071 cat >>conftest.$ac_ext <<_ACEOF
16072 /* end confdefs.h. */
16073
16074 int
16075 main ()
16076 {
16077
16078 #ifndef __DECC
16079 choke me
16080 #endif
16081
16082 ;
16083 return 0;
16084 }
16085 _ACEOF
16086 rm -f conftest.$ac_objext
16087 if { (ac_try="$ac_compile"
16088 case "(($ac_try" in
16089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16090 *) ac_try_echo=$ac_try;;
16091 esac
16092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16093 (eval "$ac_compile") 2>conftest.er1
16094 ac_status=$?
16095 grep -v '^ *+' conftest.er1 >conftest.err
16096 rm -f conftest.er1
16097 cat conftest.err >&5
16098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); } && {
16100 test -z "$ac_c_werror_flag" ||
16101 test ! -s conftest.err
16102 } && test -s conftest.$ac_objext; then
16103 bakefile_cv_c_compiler___DECC=yes
16104 else
16105 echo "$as_me: failed program was:" >&5
16106 sed 's/^/| /' conftest.$ac_ext >&5
16107
16108 bakefile_cv_c_compiler___DECC=no
16109
16110 fi
16111
16112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16113
16114
16115 fi
16116 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
16117 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6; }
16118 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
16119 :; COMPAQCC=yes
16120 else
16121 :;
16122 fi
16123 ac_ext=c
16124 ac_cpp='$CPP $CPPFLAGS'
16125 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16126 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16127 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16128
16129
16130
16131 ;;
16132
16133 SunOS)
16134
16135
16136 ac_ext=c
16137 ac_cpp='$CPP $CPPFLAGS'
16138 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16139 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16140 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16141
16142 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16143 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16144 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16145 echo $ECHO_N "(cached) $ECHO_C" >&6
16146 else
16147 cat >conftest.$ac_ext <<_ACEOF
16148 /* confdefs.h. */
16149 _ACEOF
16150 cat confdefs.h >>conftest.$ac_ext
16151 cat >>conftest.$ac_ext <<_ACEOF
16152 /* end confdefs.h. */
16153
16154 int
16155 main ()
16156 {
16157
16158 #ifndef __SUNPRO_C
16159 choke me
16160 #endif
16161
16162 ;
16163 return 0;
16164 }
16165 _ACEOF
16166 rm -f conftest.$ac_objext
16167 if { (ac_try="$ac_compile"
16168 case "(($ac_try" in
16169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16170 *) ac_try_echo=$ac_try;;
16171 esac
16172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16173 (eval "$ac_compile") 2>conftest.er1
16174 ac_status=$?
16175 grep -v '^ *+' conftest.er1 >conftest.err
16176 rm -f conftest.er1
16177 cat conftest.err >&5
16178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16179 (exit $ac_status); } && {
16180 test -z "$ac_c_werror_flag" ||
16181 test ! -s conftest.err
16182 } && test -s conftest.$ac_objext; then
16183 bakefile_cv_c_compiler___SUNPRO_C=yes
16184 else
16185 echo "$as_me: failed program was:" >&5
16186 sed 's/^/| /' conftest.$ac_ext >&5
16187
16188 bakefile_cv_c_compiler___SUNPRO_C=no
16189
16190 fi
16191
16192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16193
16194
16195 fi
16196 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
16197 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
16198 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
16199 :; SUNCC=yes
16200 else
16201 :;
16202 fi
16203 ac_ext=c
16204 ac_cpp='$CPP $CPPFLAGS'
16205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16208
16209
16210
16211 ;;
16212 esac
16213 fi
16214
16215
16216
16217 ac_ext=c
16218 ac_cpp='$CPP $CPPFLAGS'
16219 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16220 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16221 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16222 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
16223 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
16224 # On Suns, sometimes $CPP names a directory.
16225 if test -n "$CPP" && test -d "$CPP"; then
16226 CPP=
16227 fi
16228 if test -z "$CPP"; then
16229 if test "${ac_cv_prog_CPP+set}" = set; then
16230 echo $ECHO_N "(cached) $ECHO_C" >&6
16231 else
16232 # Double quotes because CPP needs to be expanded
16233 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
16234 do
16235 ac_preproc_ok=false
16236 for ac_c_preproc_warn_flag in '' yes
16237 do
16238 # Use a header file that comes with gcc, so configuring glibc
16239 # with a fresh cross-compiler works.
16240 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16241 # <limits.h> exists even on freestanding compilers.
16242 # On the NeXT, cc -E runs the code through the compiler's parser,
16243 # not just through cpp. "Syntax error" is here to catch this case.
16244 cat >conftest.$ac_ext <<_ACEOF
16245 /* confdefs.h. */
16246 _ACEOF
16247 cat confdefs.h >>conftest.$ac_ext
16248 cat >>conftest.$ac_ext <<_ACEOF
16249 /* end confdefs.h. */
16250 #ifdef __STDC__
16251 # include <limits.h>
16252 #else
16253 # include <assert.h>
16254 #endif
16255 Syntax error
16256 _ACEOF
16257 if { (ac_try="$ac_cpp conftest.$ac_ext"
16258 case "(($ac_try" in
16259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16260 *) ac_try_echo=$ac_try;;
16261 esac
16262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16263 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16264 ac_status=$?
16265 grep -v '^ *+' conftest.er1 >conftest.err
16266 rm -f conftest.er1
16267 cat conftest.err >&5
16268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269 (exit $ac_status); } >/dev/null && {
16270 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16271 test ! -s conftest.err
16272 }; then
16273 :
16274 else
16275 echo "$as_me: failed program was:" >&5
16276 sed 's/^/| /' conftest.$ac_ext >&5
16277
16278 # Broken: fails on valid input.
16279 continue
16280 fi
16281
16282 rm -f conftest.err conftest.$ac_ext
16283
16284 # OK, works on sane cases. Now check whether nonexistent headers
16285 # can be detected and how.
16286 cat >conftest.$ac_ext <<_ACEOF
16287 /* confdefs.h. */
16288 _ACEOF
16289 cat confdefs.h >>conftest.$ac_ext
16290 cat >>conftest.$ac_ext <<_ACEOF
16291 /* end confdefs.h. */
16292 #include <ac_nonexistent.h>
16293 _ACEOF
16294 if { (ac_try="$ac_cpp conftest.$ac_ext"
16295 case "(($ac_try" in
16296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16297 *) ac_try_echo=$ac_try;;
16298 esac
16299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16300 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16301 ac_status=$?
16302 grep -v '^ *+' conftest.er1 >conftest.err
16303 rm -f conftest.er1
16304 cat conftest.err >&5
16305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16306 (exit $ac_status); } >/dev/null && {
16307 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16308 test ! -s conftest.err
16309 }; then
16310 # Broken: success on invalid input.
16311 continue
16312 else
16313 echo "$as_me: failed program was:" >&5
16314 sed 's/^/| /' conftest.$ac_ext >&5
16315
16316 # Passes both tests.
16317 ac_preproc_ok=:
16318 break
16319 fi
16320
16321 rm -f conftest.err conftest.$ac_ext
16322
16323 done
16324 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16325 rm -f conftest.err conftest.$ac_ext
16326 if $ac_preproc_ok; then
16327 break
16328 fi
16329
16330 done
16331 ac_cv_prog_CPP=$CPP
16332
16333 fi
16334 CPP=$ac_cv_prog_CPP
16335 else
16336 ac_cv_prog_CPP=$CPP
16337 fi
16338 { echo "$as_me:$LINENO: result: $CPP" >&5
16339 echo "${ECHO_T}$CPP" >&6; }
16340 ac_preproc_ok=false
16341 for ac_c_preproc_warn_flag in '' yes
16342 do
16343 # Use a header file that comes with gcc, so configuring glibc
16344 # with a fresh cross-compiler works.
16345 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16346 # <limits.h> exists even on freestanding compilers.
16347 # On the NeXT, cc -E runs the code through the compiler's parser,
16348 # not just through cpp. "Syntax error" is here to catch this case.
16349 cat >conftest.$ac_ext <<_ACEOF
16350 /* confdefs.h. */
16351 _ACEOF
16352 cat confdefs.h >>conftest.$ac_ext
16353 cat >>conftest.$ac_ext <<_ACEOF
16354 /* end confdefs.h. */
16355 #ifdef __STDC__
16356 # include <limits.h>
16357 #else
16358 # include <assert.h>
16359 #endif
16360 Syntax error
16361 _ACEOF
16362 if { (ac_try="$ac_cpp conftest.$ac_ext"
16363 case "(($ac_try" in
16364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16365 *) ac_try_echo=$ac_try;;
16366 esac
16367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16368 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16369 ac_status=$?
16370 grep -v '^ *+' conftest.er1 >conftest.err
16371 rm -f conftest.er1
16372 cat conftest.err >&5
16373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16374 (exit $ac_status); } >/dev/null && {
16375 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16376 test ! -s conftest.err
16377 }; then
16378 :
16379 else
16380 echo "$as_me: failed program was:" >&5
16381 sed 's/^/| /' conftest.$ac_ext >&5
16382
16383 # Broken: fails on valid input.
16384 continue
16385 fi
16386
16387 rm -f conftest.err conftest.$ac_ext
16388
16389 # OK, works on sane cases. Now check whether nonexistent headers
16390 # can be detected and how.
16391 cat >conftest.$ac_ext <<_ACEOF
16392 /* confdefs.h. */
16393 _ACEOF
16394 cat confdefs.h >>conftest.$ac_ext
16395 cat >>conftest.$ac_ext <<_ACEOF
16396 /* end confdefs.h. */
16397 #include <ac_nonexistent.h>
16398 _ACEOF
16399 if { (ac_try="$ac_cpp conftest.$ac_ext"
16400 case "(($ac_try" in
16401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16402 *) ac_try_echo=$ac_try;;
16403 esac
16404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16405 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16406 ac_status=$?
16407 grep -v '^ *+' conftest.er1 >conftest.err
16408 rm -f conftest.er1
16409 cat conftest.err >&5
16410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16411 (exit $ac_status); } >/dev/null && {
16412 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16413 test ! -s conftest.err
16414 }; then
16415 # Broken: success on invalid input.
16416 continue
16417 else
16418 echo "$as_me: failed program was:" >&5
16419 sed 's/^/| /' conftest.$ac_ext >&5
16420
16421 # Passes both tests.
16422 ac_preproc_ok=:
16423 break
16424 fi
16425
16426 rm -f conftest.err conftest.$ac_ext
16427
16428 done
16429 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16430 rm -f conftest.err conftest.$ac_ext
16431 if $ac_preproc_ok; then
16432 :
16433 else
16434 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
16435 See \`config.log' for more details." >&5
16436 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
16437 See \`config.log' for more details." >&2;}
16438 { (exit 1); exit 1; }; }
16439 fi
16440
16441 ac_ext=c
16442 ac_cpp='$CPP $CPPFLAGS'
16443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16446
16447
16448 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
16449 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
16450 if test "${ac_cv_path_GREP+set}" = set; then
16451 echo $ECHO_N "(cached) $ECHO_C" >&6
16452 else
16453 # Extract the first word of "grep ggrep" to use in msg output
16454 if test -z "$GREP"; then
16455 set dummy grep ggrep; ac_prog_name=$2
16456 if test "${ac_cv_path_GREP+set}" = set; then
16457 echo $ECHO_N "(cached) $ECHO_C" >&6
16458 else
16459 ac_path_GREP_found=false
16460 # Loop through the user's path and test for each of PROGNAME-LIST
16461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16462 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
16463 do
16464 IFS=$as_save_IFS
16465 test -z "$as_dir" && as_dir=.
16466 for ac_prog in grep ggrep; do
16467 for ac_exec_ext in '' $ac_executable_extensions; do
16468 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
16469 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
16470 # Check for GNU ac_path_GREP and select it if it is found.
16471 # Check for GNU $ac_path_GREP
16472 case `"$ac_path_GREP" --version 2>&1` in
16473 *GNU*)
16474 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
16475 *)
16476 ac_count=0
16477 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
16478 while :
16479 do
16480 cat "conftest.in" "conftest.in" >"conftest.tmp"
16481 mv "conftest.tmp" "conftest.in"
16482 cp "conftest.in" "conftest.nl"
16483 echo 'GREP' >> "conftest.nl"
16484 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
16485 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
16486 ac_count=`expr $ac_count + 1`
16487 if test $ac_count -gt ${ac_path_GREP_max-0}; then
16488 # Best one so far, save it but keep looking for a better one
16489 ac_cv_path_GREP="$ac_path_GREP"
16490 ac_path_GREP_max=$ac_count
16491 fi
16492 # 10*(2^10) chars as input seems more than enough
16493 test $ac_count -gt 10 && break
16494 done
16495 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
16496 esac
16497
16498
16499 $ac_path_GREP_found && break 3
16500 done
16501 done
16502
16503 done
16504 IFS=$as_save_IFS
16505
16506
16507 fi
16508
16509 GREP="$ac_cv_path_GREP"
16510 if test -z "$GREP"; then
16511 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
16512 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
16513 { (exit 1); exit 1; }; }
16514 fi
16515
16516 else
16517 ac_cv_path_GREP=$GREP
16518 fi
16519
16520
16521 fi
16522 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
16523 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
16524 GREP="$ac_cv_path_GREP"
16525
16526
16527 { echo "$as_me:$LINENO: checking for egrep" >&5
16528 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
16529 if test "${ac_cv_path_EGREP+set}" = set; then
16530 echo $ECHO_N "(cached) $ECHO_C" >&6
16531 else
16532 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
16533 then ac_cv_path_EGREP="$GREP -E"
16534 else
16535 # Extract the first word of "egrep" to use in msg output
16536 if test -z "$EGREP"; then
16537 set dummy egrep; ac_prog_name=$2
16538 if test "${ac_cv_path_EGREP+set}" = set; then
16539 echo $ECHO_N "(cached) $ECHO_C" >&6
16540 else
16541 ac_path_EGREP_found=false
16542 # Loop through the user's path and test for each of PROGNAME-LIST
16543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16544 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
16545 do
16546 IFS=$as_save_IFS
16547 test -z "$as_dir" && as_dir=.
16548 for ac_prog in egrep; do
16549 for ac_exec_ext in '' $ac_executable_extensions; do
16550 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
16551 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
16552 # Check for GNU ac_path_EGREP and select it if it is found.
16553 # Check for GNU $ac_path_EGREP
16554 case `"$ac_path_EGREP" --version 2>&1` in
16555 *GNU*)
16556 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
16557 *)
16558 ac_count=0
16559 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
16560 while :
16561 do
16562 cat "conftest.in" "conftest.in" >"conftest.tmp"
16563 mv "conftest.tmp" "conftest.in"
16564 cp "conftest.in" "conftest.nl"
16565 echo 'EGREP' >> "conftest.nl"
16566 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
16567 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
16568 ac_count=`expr $ac_count + 1`
16569 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
16570 # Best one so far, save it but keep looking for a better one
16571 ac_cv_path_EGREP="$ac_path_EGREP"
16572 ac_path_EGREP_max=$ac_count
16573 fi
16574 # 10*(2^10) chars as input seems more than enough
16575 test $ac_count -gt 10 && break
16576 done
16577 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
16578 esac
16579
16580
16581 $ac_path_EGREP_found && break 3
16582 done
16583 done
16584
16585 done
16586 IFS=$as_save_IFS
16587
16588
16589 fi
16590
16591 EGREP="$ac_cv_path_EGREP"
16592 if test -z "$EGREP"; then
16593 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
16594 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
16595 { (exit 1); exit 1; }; }
16596 fi
16597
16598 else
16599 ac_cv_path_EGREP=$EGREP
16600 fi
16601
16602
16603 fi
16604 fi
16605 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
16606 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
16607 EGREP="$ac_cv_path_EGREP"
16608
16609
16610 if test $ac_cv_c_compiler_gnu = yes; then
16611 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
16612 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
16613 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
16614 echo $ECHO_N "(cached) $ECHO_C" >&6
16615 else
16616 ac_pattern="Autoconf.*'x'"
16617 cat >conftest.$ac_ext <<_ACEOF
16618 /* confdefs.h. */
16619 _ACEOF
16620 cat confdefs.h >>conftest.$ac_ext
16621 cat >>conftest.$ac_ext <<_ACEOF
16622 /* end confdefs.h. */
16623 #include <sgtty.h>
16624 Autoconf TIOCGETP
16625 _ACEOF
16626 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16627 $EGREP "$ac_pattern" >/dev/null 2>&1; then
16628 ac_cv_prog_gcc_traditional=yes
16629 else
16630 ac_cv_prog_gcc_traditional=no
16631 fi
16632 rm -f conftest*
16633
16634
16635 if test $ac_cv_prog_gcc_traditional = no; then
16636 cat >conftest.$ac_ext <<_ACEOF
16637 /* confdefs.h. */
16638 _ACEOF
16639 cat confdefs.h >>conftest.$ac_ext
16640 cat >>conftest.$ac_ext <<_ACEOF
16641 /* end confdefs.h. */
16642 #include <termio.h>
16643 Autoconf TCGETA
16644 _ACEOF
16645 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16646 $EGREP "$ac_pattern" >/dev/null 2>&1; then
16647 ac_cv_prog_gcc_traditional=yes
16648 fi
16649 rm -f conftest*
16650
16651 fi
16652 fi
16653 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
16654 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
16655 if test $ac_cv_prog_gcc_traditional = yes; then
16656 CC="$CC -traditional"
16657 fi
16658 fi
16659
16660
16661 CXXFLAGS=${CXXFLAGS:=}
16662
16663
16664
16665 ac_ext=cpp
16666 ac_cpp='$CXXCPP $CPPFLAGS'
16667 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16668 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16669 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16670 if test -z "$CXX"; then
16671 if test -n "$CCC"; then
16672 CXX=$CCC
16673 else
16674 if test -n "$ac_tool_prefix"; then
16675 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
16676 do
16677 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16678 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16679 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16681 if test "${ac_cv_prog_CXX+set}" = set; then
16682 echo $ECHO_N "(cached) $ECHO_C" >&6
16683 else
16684 if test -n "$CXX"; then
16685 ac_cv_prog_CXX="$CXX" # Let the user override the test.
16686 else
16687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16688 for as_dir in $PATH
16689 do
16690 IFS=$as_save_IFS
16691 test -z "$as_dir" && as_dir=.
16692 for ac_exec_ext in '' $ac_executable_extensions; do
16693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16694 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
16695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16696 break 2
16697 fi
16698 done
16699 done
16700 IFS=$as_save_IFS
16701
16702 fi
16703 fi
16704 CXX=$ac_cv_prog_CXX
16705 if test -n "$CXX"; then
16706 { echo "$as_me:$LINENO: result: $CXX" >&5
16707 echo "${ECHO_T}$CXX" >&6; }
16708 else
16709 { echo "$as_me:$LINENO: result: no" >&5
16710 echo "${ECHO_T}no" >&6; }
16711 fi
16712
16713
16714 test -n "$CXX" && break
16715 done
16716 fi
16717 if test -z "$CXX"; then
16718 ac_ct_CXX=$CXX
16719 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
16720 do
16721 # Extract the first word of "$ac_prog", so it can be a program name with args.
16722 set dummy $ac_prog; ac_word=$2
16723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16725 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
16726 echo $ECHO_N "(cached) $ECHO_C" >&6
16727 else
16728 if test -n "$ac_ct_CXX"; then
16729 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
16730 else
16731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16732 for as_dir in $PATH
16733 do
16734 IFS=$as_save_IFS
16735 test -z "$as_dir" && as_dir=.
16736 for ac_exec_ext in '' $ac_executable_extensions; do
16737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16738 ac_cv_prog_ac_ct_CXX="$ac_prog"
16739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16740 break 2
16741 fi
16742 done
16743 done
16744 IFS=$as_save_IFS
16745
16746 fi
16747 fi
16748 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
16749 if test -n "$ac_ct_CXX"; then
16750 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
16751 echo "${ECHO_T}$ac_ct_CXX" >&6; }
16752 else
16753 { echo "$as_me:$LINENO: result: no" >&5
16754 echo "${ECHO_T}no" >&6; }
16755 fi
16756
16757
16758 test -n "$ac_ct_CXX" && break
16759 done
16760
16761 if test "x$ac_ct_CXX" = x; then
16762 CXX="g++"
16763 else
16764 case $cross_compiling:$ac_tool_warned in
16765 yes:)
16766 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
16767 whose name does not start with the host triplet. If you think this
16768 configuration is useful to you, please write to autoconf@gnu.org." >&5
16769 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
16770 whose name does not start with the host triplet. If you think this
16771 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
16772 ac_tool_warned=yes ;;
16773 esac
16774 CXX=$ac_ct_CXX
16775 fi
16776 fi
16777
16778 fi
16779 fi
16780 # Provide some information about the compiler.
16781 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
16782 ac_compiler=`set X $ac_compile; echo $2`
16783 { (ac_try="$ac_compiler --version >&5"
16784 case "(($ac_try" in
16785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16786 *) ac_try_echo=$ac_try;;
16787 esac
16788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16789 (eval "$ac_compiler --version >&5") 2>&5
16790 ac_status=$?
16791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16792 (exit $ac_status); }
16793 { (ac_try="$ac_compiler -v >&5"
16794 case "(($ac_try" in
16795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16796 *) ac_try_echo=$ac_try;;
16797 esac
16798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16799 (eval "$ac_compiler -v >&5") 2>&5
16800 ac_status=$?
16801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16802 (exit $ac_status); }
16803 { (ac_try="$ac_compiler -V >&5"
16804 case "(($ac_try" in
16805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16806 *) ac_try_echo=$ac_try;;
16807 esac
16808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16809 (eval "$ac_compiler -V >&5") 2>&5
16810 ac_status=$?
16811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16812 (exit $ac_status); }
16813
16814 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
16815 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
16816 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
16817 echo $ECHO_N "(cached) $ECHO_C" >&6
16818 else
16819 cat >conftest.$ac_ext <<_ACEOF
16820 /* confdefs.h. */
16821 _ACEOF
16822 cat confdefs.h >>conftest.$ac_ext
16823 cat >>conftest.$ac_ext <<_ACEOF
16824 /* end confdefs.h. */
16825
16826 int
16827 main ()
16828 {
16829 #ifndef __GNUC__
16830 choke me
16831 #endif
16832
16833 ;
16834 return 0;
16835 }
16836 _ACEOF
16837 rm -f conftest.$ac_objext
16838 if { (ac_try="$ac_compile"
16839 case "(($ac_try" in
16840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16841 *) ac_try_echo=$ac_try;;
16842 esac
16843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16844 (eval "$ac_compile") 2>conftest.er1
16845 ac_status=$?
16846 grep -v '^ *+' conftest.er1 >conftest.err
16847 rm -f conftest.er1
16848 cat conftest.err >&5
16849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16850 (exit $ac_status); } && {
16851 test -z "$ac_cxx_werror_flag" ||
16852 test ! -s conftest.err
16853 } && test -s conftest.$ac_objext; then
16854 ac_compiler_gnu=yes
16855 else
16856 echo "$as_me: failed program was:" >&5
16857 sed 's/^/| /' conftest.$ac_ext >&5
16858
16859 ac_compiler_gnu=no
16860 fi
16861
16862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16863 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
16864
16865 fi
16866 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
16867 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
16868 GXX=`test $ac_compiler_gnu = yes && echo yes`
16869 ac_test_CXXFLAGS=${CXXFLAGS+set}
16870 ac_save_CXXFLAGS=$CXXFLAGS
16871 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
16872 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
16873 if test "${ac_cv_prog_cxx_g+set}" = set; then
16874 echo $ECHO_N "(cached) $ECHO_C" >&6
16875 else
16876 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
16877 ac_cxx_werror_flag=yes
16878 ac_cv_prog_cxx_g=no
16879 CXXFLAGS="-g"
16880 cat >conftest.$ac_ext <<_ACEOF
16881 /* confdefs.h. */
16882 _ACEOF
16883 cat confdefs.h >>conftest.$ac_ext
16884 cat >>conftest.$ac_ext <<_ACEOF
16885 /* end confdefs.h. */
16886
16887 int
16888 main ()
16889 {
16890
16891 ;
16892 return 0;
16893 }
16894 _ACEOF
16895 rm -f conftest.$ac_objext
16896 if { (ac_try="$ac_compile"
16897 case "(($ac_try" in
16898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16899 *) ac_try_echo=$ac_try;;
16900 esac
16901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16902 (eval "$ac_compile") 2>conftest.er1
16903 ac_status=$?
16904 grep -v '^ *+' conftest.er1 >conftest.err
16905 rm -f conftest.er1
16906 cat conftest.err >&5
16907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16908 (exit $ac_status); } && {
16909 test -z "$ac_cxx_werror_flag" ||
16910 test ! -s conftest.err
16911 } && test -s conftest.$ac_objext; then
16912 ac_cv_prog_cxx_g=yes
16913 else
16914 echo "$as_me: failed program was:" >&5
16915 sed 's/^/| /' conftest.$ac_ext >&5
16916
16917 CXXFLAGS=""
16918 cat >conftest.$ac_ext <<_ACEOF
16919 /* confdefs.h. */
16920 _ACEOF
16921 cat confdefs.h >>conftest.$ac_ext
16922 cat >>conftest.$ac_ext <<_ACEOF
16923 /* end confdefs.h. */
16924
16925 int
16926 main ()
16927 {
16928
16929 ;
16930 return 0;
16931 }
16932 _ACEOF
16933 rm -f conftest.$ac_objext
16934 if { (ac_try="$ac_compile"
16935 case "(($ac_try" in
16936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16937 *) ac_try_echo=$ac_try;;
16938 esac
16939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16940 (eval "$ac_compile") 2>conftest.er1
16941 ac_status=$?
16942 grep -v '^ *+' conftest.er1 >conftest.err
16943 rm -f conftest.er1
16944 cat conftest.err >&5
16945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16946 (exit $ac_status); } && {
16947 test -z "$ac_cxx_werror_flag" ||
16948 test ! -s conftest.err
16949 } && test -s conftest.$ac_objext; then
16950 :
16951 else
16952 echo "$as_me: failed program was:" >&5
16953 sed 's/^/| /' conftest.$ac_ext >&5
16954
16955 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
16956 CXXFLAGS="-g"
16957 cat >conftest.$ac_ext <<_ACEOF
16958 /* confdefs.h. */
16959 _ACEOF
16960 cat confdefs.h >>conftest.$ac_ext
16961 cat >>conftest.$ac_ext <<_ACEOF
16962 /* end confdefs.h. */
16963
16964 int
16965 main ()
16966 {
16967
16968 ;
16969 return 0;
16970 }
16971 _ACEOF
16972 rm -f conftest.$ac_objext
16973 if { (ac_try="$ac_compile"
16974 case "(($ac_try" in
16975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16976 *) ac_try_echo=$ac_try;;
16977 esac
16978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16979 (eval "$ac_compile") 2>conftest.er1
16980 ac_status=$?
16981 grep -v '^ *+' conftest.er1 >conftest.err
16982 rm -f conftest.er1
16983 cat conftest.err >&5
16984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16985 (exit $ac_status); } && {
16986 test -z "$ac_cxx_werror_flag" ||
16987 test ! -s conftest.err
16988 } && test -s conftest.$ac_objext; then
16989 ac_cv_prog_cxx_g=yes
16990 else
16991 echo "$as_me: failed program was:" >&5
16992 sed 's/^/| /' conftest.$ac_ext >&5
16993
16994
16995 fi
16996
16997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16998 fi
16999
17000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17001 fi
17002
17003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17004 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17005 fi
17006 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
17007 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
17008 if test "$ac_test_CXXFLAGS" = set; then
17009 CXXFLAGS=$ac_save_CXXFLAGS
17010 elif test $ac_cv_prog_cxx_g = yes; then
17011 if test "$GXX" = yes; then
17012 CXXFLAGS="-g -O2"
17013 else
17014 CXXFLAGS="-g"
17015 fi
17016 else
17017 if test "$GXX" = yes; then
17018 CXXFLAGS="-O2"
17019 else
17020 CXXFLAGS=
17021 fi
17022 fi
17023 ac_ext=c
17024 ac_cpp='$CPP $CPPFLAGS'
17025 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17026 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17027 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17028
17029
17030
17031
17032 ac_ext=cpp
17033 ac_cpp='$CXXCPP $CPPFLAGS'
17034 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17035 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17036 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17037
17038 { echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
17039 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6; }
17040 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
17041 echo $ECHO_N "(cached) $ECHO_C" >&6
17042 else
17043 cat >conftest.$ac_ext <<_ACEOF
17044 /* confdefs.h. */
17045 _ACEOF
17046 cat confdefs.h >>conftest.$ac_ext
17047 cat >>conftest.$ac_ext <<_ACEOF
17048 /* end confdefs.h. */
17049
17050 int
17051 main ()
17052 {
17053
17054 #ifndef __INTEL_COMPILER
17055 choke me
17056 #endif
17057
17058 ;
17059 return 0;
17060 }
17061 _ACEOF
17062 rm -f conftest.$ac_objext
17063 if { (ac_try="$ac_compile"
17064 case "(($ac_try" in
17065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17066 *) ac_try_echo=$ac_try;;
17067 esac
17068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17069 (eval "$ac_compile") 2>conftest.er1
17070 ac_status=$?
17071 grep -v '^ *+' conftest.er1 >conftest.err
17072 rm -f conftest.er1
17073 cat conftest.err >&5
17074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17075 (exit $ac_status); } && {
17076 test -z "$ac_cxx_werror_flag" ||
17077 test ! -s conftest.err
17078 } && test -s conftest.$ac_objext; then
17079 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
17080 else
17081 echo "$as_me: failed program was:" >&5
17082 sed 's/^/| /' conftest.$ac_ext >&5
17083
17084 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
17085
17086 fi
17087
17088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17089
17090
17091 fi
17092 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
17093 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
17094 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
17095 :; INTELCXX=yes
17096 else
17097 :;
17098 fi
17099 ac_ext=c
17100 ac_cpp='$CPP $CPPFLAGS'
17101 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17102 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17103 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17104
17105
17106
17107
17108 if test "$INTELCXX" = "yes"; then
17109
17110
17111 ac_ext=cpp
17112 ac_cpp='$CXXCPP $CPPFLAGS'
17113 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17114 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17115 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17116
17117 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v8 or later" >&5
17118 echo $ECHO_N "checking whether we are using Intel C++ compiler v8 or later... $ECHO_C" >&6; }
17119 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+set}" = set; then
17120 echo $ECHO_N "(cached) $ECHO_C" >&6
17121 else
17122 cat >conftest.$ac_ext <<_ACEOF
17123 /* confdefs.h. */
17124 _ACEOF
17125 cat confdefs.h >>conftest.$ac_ext
17126 cat >>conftest.$ac_ext <<_ACEOF
17127 /* end confdefs.h. */
17128
17129 int
17130 main ()
17131 {
17132
17133 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17134 choke me
17135 #endif
17136
17137 ;
17138 return 0;
17139 }
17140 _ACEOF
17141 rm -f conftest.$ac_objext
17142 if { (ac_try="$ac_compile"
17143 case "(($ac_try" in
17144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17145 *) ac_try_echo=$ac_try;;
17146 esac
17147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17148 (eval "$ac_compile") 2>conftest.er1
17149 ac_status=$?
17150 grep -v '^ *+' conftest.er1 >conftest.err
17151 rm -f conftest.er1
17152 cat conftest.err >&5
17153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17154 (exit $ac_status); } && {
17155 test -z "$ac_cxx_werror_flag" ||
17156 test ! -s conftest.err
17157 } && test -s conftest.$ac_objext; then
17158 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
17159 else
17160 echo "$as_me: failed program was:" >&5
17161 sed 's/^/| /' conftest.$ac_ext >&5
17162
17163 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
17164
17165 fi
17166
17167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17168
17169
17170 fi
17171 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
17172 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
17173 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
17174 :; INTELCXX8=yes
17175 else
17176 :;
17177 fi
17178 ac_ext=c
17179 ac_cpp='$CPP $CPPFLAGS'
17180 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17181 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17182 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17183
17184
17185
17186
17187
17188 ac_ext=cpp
17189 ac_cpp='$CXXCPP $CPPFLAGS'
17190 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17191 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17192 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17193
17194 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v10 or later" >&5
17195 echo $ECHO_N "checking whether we are using Intel C++ compiler v10 or later... $ECHO_C" >&6; }
17196 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
17197 echo $ECHO_N "(cached) $ECHO_C" >&6
17198 else
17199 cat >conftest.$ac_ext <<_ACEOF
17200 /* confdefs.h. */
17201 _ACEOF
17202 cat confdefs.h >>conftest.$ac_ext
17203 cat >>conftest.$ac_ext <<_ACEOF
17204 /* end confdefs.h. */
17205
17206 int
17207 main ()
17208 {
17209
17210 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
17211 choke me
17212 #endif
17213
17214 ;
17215 return 0;
17216 }
17217 _ACEOF
17218 rm -f conftest.$ac_objext
17219 if { (ac_try="$ac_compile"
17220 case "(($ac_try" in
17221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17222 *) ac_try_echo=$ac_try;;
17223 esac
17224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17225 (eval "$ac_compile") 2>conftest.er1
17226 ac_status=$?
17227 grep -v '^ *+' conftest.er1 >conftest.err
17228 rm -f conftest.er1
17229 cat conftest.err >&5
17230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17231 (exit $ac_status); } && {
17232 test -z "$ac_cxx_werror_flag" ||
17233 test ! -s conftest.err
17234 } && test -s conftest.$ac_objext; then
17235 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
17236 else
17237 echo "$as_me: failed program was:" >&5
17238 sed 's/^/| /' conftest.$ac_ext >&5
17239
17240 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
17241
17242 fi
17243
17244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17245
17246
17247 fi
17248 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
17249 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
17250 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
17251 :; INTELCXX10=yes
17252 else
17253 :;
17254 fi
17255 ac_ext=c
17256 ac_cpp='$CPP $CPPFLAGS'
17257 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17258 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17259 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17260
17261
17262
17263 fi
17264
17265 if test "x$GCXX" != "xyes"; then
17266 if test "xCXX" = "xC"; then
17267 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
17268 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
17269 if test "${bakefile_cv_c_exto+set}" = set; then
17270 echo $ECHO_N "(cached) $ECHO_C" >&6
17271 else
17272 cat >conftest.$ac_ext <<_ACEOF
17273 /* confdefs.h. */
17274 _ACEOF
17275 cat confdefs.h >>conftest.$ac_ext
17276 cat >>conftest.$ac_ext <<_ACEOF
17277 /* end confdefs.h. */
17278
17279 int
17280 main ()
17281 {
17282
17283 ;
17284 return 0;
17285 }
17286 _ACEOF
17287 rm -f conftest.$ac_objext conftest.$ac_ext.o
17288 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17289 (eval $ac_compile) 2>&5
17290 ac_status=$?
17291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17292 (exit $ac_status); }; then
17293 for ac_file in `(ls conftest.* 2>/dev/null)`; do
17294 case $ac_file in
17295 conftest.$ac_ext.o)
17296 bakefile_cv_c_exto="-ext o"
17297 ;;
17298 *)
17299 ;;
17300 esac
17301 done
17302 else
17303 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
17304 See \`config.log' for more details." >&5
17305 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
17306 See \`config.log' for more details." >&2;}
17307 { (exit 1); exit 1; }; }
17308
17309 fi
17310
17311 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17312
17313 fi
17314 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
17315 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
17316 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17317 if test "c" = "c"; then
17318 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17319 fi
17320 if test "c" = "cxx"; then
17321 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17322 fi
17323 fi
17324
17325 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17326 unset ac_cv_prog_cc_g
17327 ac_test_CFLAGS=${CFLAGS+set}
17328 ac_save_CFLAGS=$CFLAGS
17329 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
17330 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
17331 if test "${ac_cv_prog_cc_g+set}" = set; then
17332 echo $ECHO_N "(cached) $ECHO_C" >&6
17333 else
17334 ac_save_c_werror_flag=$ac_c_werror_flag
17335 ac_c_werror_flag=yes
17336 ac_cv_prog_cc_g=no
17337 CFLAGS="-g"
17338 cat >conftest.$ac_ext <<_ACEOF
17339 /* confdefs.h. */
17340 _ACEOF
17341 cat confdefs.h >>conftest.$ac_ext
17342 cat >>conftest.$ac_ext <<_ACEOF
17343 /* end confdefs.h. */
17344
17345 int
17346 main ()
17347 {
17348
17349 ;
17350 return 0;
17351 }
17352 _ACEOF
17353 rm -f conftest.$ac_objext
17354 if { (ac_try="$ac_compile"
17355 case "(($ac_try" in
17356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17357 *) ac_try_echo=$ac_try;;
17358 esac
17359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17360 (eval "$ac_compile") 2>conftest.er1
17361 ac_status=$?
17362 grep -v '^ *+' conftest.er1 >conftest.err
17363 rm -f conftest.er1
17364 cat conftest.err >&5
17365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17366 (exit $ac_status); } && {
17367 test -z "$ac_c_werror_flag" ||
17368 test ! -s conftest.err
17369 } && test -s conftest.$ac_objext; then
17370 ac_cv_prog_cc_g=yes
17371 else
17372 echo "$as_me: failed program was:" >&5
17373 sed 's/^/| /' conftest.$ac_ext >&5
17374
17375 CFLAGS=""
17376 cat >conftest.$ac_ext <<_ACEOF
17377 /* confdefs.h. */
17378 _ACEOF
17379 cat confdefs.h >>conftest.$ac_ext
17380 cat >>conftest.$ac_ext <<_ACEOF
17381 /* end confdefs.h. */
17382
17383 int
17384 main ()
17385 {
17386
17387 ;
17388 return 0;
17389 }
17390 _ACEOF
17391 rm -f conftest.$ac_objext
17392 if { (ac_try="$ac_compile"
17393 case "(($ac_try" in
17394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17395 *) ac_try_echo=$ac_try;;
17396 esac
17397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17398 (eval "$ac_compile") 2>conftest.er1
17399 ac_status=$?
17400 grep -v '^ *+' conftest.er1 >conftest.err
17401 rm -f conftest.er1
17402 cat conftest.err >&5
17403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); } && {
17405 test -z "$ac_c_werror_flag" ||
17406 test ! -s conftest.err
17407 } && test -s conftest.$ac_objext; then
17408 :
17409 else
17410 echo "$as_me: failed program was:" >&5
17411 sed 's/^/| /' conftest.$ac_ext >&5
17412
17413 ac_c_werror_flag=$ac_save_c_werror_flag
17414 CFLAGS="-g"
17415 cat >conftest.$ac_ext <<_ACEOF
17416 /* confdefs.h. */
17417 _ACEOF
17418 cat confdefs.h >>conftest.$ac_ext
17419 cat >>conftest.$ac_ext <<_ACEOF
17420 /* end confdefs.h. */
17421
17422 int
17423 main ()
17424 {
17425
17426 ;
17427 return 0;
17428 }
17429 _ACEOF
17430 rm -f conftest.$ac_objext
17431 if { (ac_try="$ac_compile"
17432 case "(($ac_try" in
17433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17434 *) ac_try_echo=$ac_try;;
17435 esac
17436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17437 (eval "$ac_compile") 2>conftest.er1
17438 ac_status=$?
17439 grep -v '^ *+' conftest.er1 >conftest.err
17440 rm -f conftest.er1
17441 cat conftest.err >&5
17442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17443 (exit $ac_status); } && {
17444 test -z "$ac_c_werror_flag" ||
17445 test ! -s conftest.err
17446 } && test -s conftest.$ac_objext; then
17447 ac_cv_prog_cc_g=yes
17448 else
17449 echo "$as_me: failed program was:" >&5
17450 sed 's/^/| /' conftest.$ac_ext >&5
17451
17452
17453 fi
17454
17455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17456 fi
17457
17458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17459 fi
17460
17461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17462 ac_c_werror_flag=$ac_save_c_werror_flag
17463 fi
17464 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
17465 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
17466 if test "$ac_test_CFLAGS" = set; then
17467 CFLAGS=$ac_save_CFLAGS
17468 elif test $ac_cv_prog_cc_g = yes; then
17469 if test "$GCC" = yes; then
17470 CFLAGS="-g -O2"
17471 else
17472 CFLAGS="-g"
17473 fi
17474 else
17475 if test "$GCC" = yes; then
17476 CFLAGS="-O2"
17477 else
17478 CFLAGS=
17479 fi
17480 fi
17481 fi
17482 fi
17483
17484 case `uname -s` in
17485 AIX*)
17486
17487
17488 ac_ext=cpp
17489 ac_cpp='$CXXCPP $CPPFLAGS'
17490 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17491 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17492 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17493
17494 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
17495 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
17496 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
17497 echo $ECHO_N "(cached) $ECHO_C" >&6
17498 else
17499 cat >conftest.$ac_ext <<_ACEOF
17500 /* confdefs.h. */
17501 _ACEOF
17502 cat confdefs.h >>conftest.$ac_ext
17503 cat >>conftest.$ac_ext <<_ACEOF
17504 /* end confdefs.h. */
17505
17506 int
17507 main ()
17508 {
17509
17510 #ifndef __xlC__
17511 choke me
17512 #endif
17513
17514 ;
17515 return 0;
17516 }
17517 _ACEOF
17518 rm -f conftest.$ac_objext
17519 if { (ac_try="$ac_compile"
17520 case "(($ac_try" in
17521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17522 *) ac_try_echo=$ac_try;;
17523 esac
17524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17525 (eval "$ac_compile") 2>conftest.er1
17526 ac_status=$?
17527 grep -v '^ *+' conftest.er1 >conftest.err
17528 rm -f conftest.er1
17529 cat conftest.err >&5
17530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17531 (exit $ac_status); } && {
17532 test -z "$ac_cxx_werror_flag" ||
17533 test ! -s conftest.err
17534 } && test -s conftest.$ac_objext; then
17535 bakefile_cv_cxx_compiler___xlC__=yes
17536 else
17537 echo "$as_me: failed program was:" >&5
17538 sed 's/^/| /' conftest.$ac_ext >&5
17539
17540 bakefile_cv_cxx_compiler___xlC__=no
17541
17542 fi
17543
17544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17545
17546
17547 fi
17548 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
17549 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
17550 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
17551 :; XLCXX=yes
17552 else
17553 :;
17554 fi
17555 ac_ext=c
17556 ac_cpp='$CPP $CPPFLAGS'
17557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17560
17561
17562
17563 ;;
17564
17565 Darwin)
17566
17567
17568 ac_ext=cpp
17569 ac_cpp='$CXXCPP $CPPFLAGS'
17570 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17571 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17572 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17573
17574 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
17575 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6; }
17576 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then
17577 echo $ECHO_N "(cached) $ECHO_C" >&6
17578 else
17579 cat >conftest.$ac_ext <<_ACEOF
17580 /* confdefs.h. */
17581 _ACEOF
17582 cat confdefs.h >>conftest.$ac_ext
17583 cat >>conftest.$ac_ext <<_ACEOF
17584 /* end confdefs.h. */
17585
17586 int
17587 main ()
17588 {
17589
17590 #ifndef __MWERKS__
17591 choke me
17592 #endif
17593
17594 ;
17595 return 0;
17596 }
17597 _ACEOF
17598 rm -f conftest.$ac_objext
17599 if { (ac_try="$ac_compile"
17600 case "(($ac_try" in
17601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17602 *) ac_try_echo=$ac_try;;
17603 esac
17604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17605 (eval "$ac_compile") 2>conftest.er1
17606 ac_status=$?
17607 grep -v '^ *+' conftest.er1 >conftest.err
17608 rm -f conftest.er1
17609 cat conftest.err >&5
17610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17611 (exit $ac_status); } && {
17612 test -z "$ac_cxx_werror_flag" ||
17613 test ! -s conftest.err
17614 } && test -s conftest.$ac_objext; then
17615 bakefile_cv_cxx_compiler___MWERKS__=yes
17616 else
17617 echo "$as_me: failed program was:" >&5
17618 sed 's/^/| /' conftest.$ac_ext >&5
17619
17620 bakefile_cv_cxx_compiler___MWERKS__=no
17621
17622 fi
17623
17624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17625
17626
17627 fi
17628 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
17629 echo "${ECHO_T}$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
17630 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
17631 :; MWCXX=yes
17632 else
17633 :;
17634 fi
17635 ac_ext=c
17636 ac_cpp='$CPP $CPPFLAGS'
17637 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17638 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17639 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17640
17641
17642
17643 if test "$MWCXX" != "yes"; then
17644
17645
17646 ac_ext=cpp
17647 ac_cpp='$CXXCPP $CPPFLAGS'
17648 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17649 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17650 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17651
17652 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
17653 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
17654 if test "${bakefile_cv_cxx_compiler___xlC__+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
17668 #ifndef __xlC__
17669 choke me
17670 #endif
17671
17672 ;
17673 return 0;
17674 }
17675 _ACEOF
17676 rm -f conftest.$ac_objext
17677 if { (ac_try="$ac_compile"
17678 case "(($ac_try" in
17679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17680 *) ac_try_echo=$ac_try;;
17681 esac
17682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17683 (eval "$ac_compile") 2>conftest.er1
17684 ac_status=$?
17685 grep -v '^ *+' conftest.er1 >conftest.err
17686 rm -f conftest.er1
17687 cat conftest.err >&5
17688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17689 (exit $ac_status); } && {
17690 test -z "$ac_cxx_werror_flag" ||
17691 test ! -s conftest.err
17692 } && test -s conftest.$ac_objext; then
17693 bakefile_cv_cxx_compiler___xlC__=yes
17694 else
17695 echo "$as_me: failed program was:" >&5
17696 sed 's/^/| /' conftest.$ac_ext >&5
17697
17698 bakefile_cv_cxx_compiler___xlC__=no
17699
17700 fi
17701
17702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17703
17704
17705 fi
17706 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
17707 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
17708 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
17709 :; XLCXX=yes
17710 else
17711 :;
17712 fi
17713 ac_ext=c
17714 ac_cpp='$CPP $CPPFLAGS'
17715 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17716 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17717 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17718
17719
17720
17721 fi
17722 ;;
17723
17724 IRIX*)
17725
17726
17727 ac_ext=cpp
17728 ac_cpp='$CXXCPP $CPPFLAGS'
17729 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17730 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17731 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17732
17733 { echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
17734 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6; }
17735 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
17736 echo $ECHO_N "(cached) $ECHO_C" >&6
17737 else
17738 cat >conftest.$ac_ext <<_ACEOF
17739 /* confdefs.h. */
17740 _ACEOF
17741 cat confdefs.h >>conftest.$ac_ext
17742 cat >>conftest.$ac_ext <<_ACEOF
17743 /* end confdefs.h. */
17744
17745 int
17746 main ()
17747 {
17748
17749 #ifndef _SGI_COMPILER_VERSION
17750 choke me
17751 #endif
17752
17753 ;
17754 return 0;
17755 }
17756 _ACEOF
17757 rm -f conftest.$ac_objext
17758 if { (ac_try="$ac_compile"
17759 case "(($ac_try" in
17760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17761 *) ac_try_echo=$ac_try;;
17762 esac
17763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17764 (eval "$ac_compile") 2>conftest.er1
17765 ac_status=$?
17766 grep -v '^ *+' conftest.er1 >conftest.err
17767 rm -f conftest.er1
17768 cat conftest.err >&5
17769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17770 (exit $ac_status); } && {
17771 test -z "$ac_cxx_werror_flag" ||
17772 test ! -s conftest.err
17773 } && test -s conftest.$ac_objext; then
17774 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
17775 else
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17778
17779 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
17780
17781 fi
17782
17783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17784
17785
17786 fi
17787 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
17788 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
17789 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
17790 :; SGICXX=yes
17791 else
17792 :;
17793 fi
17794 ac_ext=c
17795 ac_cpp='$CPP $CPPFLAGS'
17796 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17797 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17798 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17799
17800
17801
17802 ;;
17803
17804 Linux*)
17805 if test "$INTELCXX" != "yes"; then
17806
17807
17808 ac_ext=cpp
17809 ac_cpp='$CXXCPP $CPPFLAGS'
17810 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17811 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17812 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17813
17814 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
17815 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
17816 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
17817 echo $ECHO_N "(cached) $ECHO_C" >&6
17818 else
17819 cat >conftest.$ac_ext <<_ACEOF
17820 /* confdefs.h. */
17821 _ACEOF
17822 cat confdefs.h >>conftest.$ac_ext
17823 cat >>conftest.$ac_ext <<_ACEOF
17824 /* end confdefs.h. */
17825
17826 int
17827 main ()
17828 {
17829
17830 #ifndef __SUNPRO_CC
17831 choke me
17832 #endif
17833
17834 ;
17835 return 0;
17836 }
17837 _ACEOF
17838 rm -f conftest.$ac_objext
17839 if { (ac_try="$ac_compile"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17845 (eval "$ac_compile") 2>conftest.er1
17846 ac_status=$?
17847 grep -v '^ *+' conftest.er1 >conftest.err
17848 rm -f conftest.er1
17849 cat conftest.err >&5
17850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17851 (exit $ac_status); } && {
17852 test -z "$ac_cxx_werror_flag" ||
17853 test ! -s conftest.err
17854 } && test -s conftest.$ac_objext; then
17855 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
17856 else
17857 echo "$as_me: failed program was:" >&5
17858 sed 's/^/| /' conftest.$ac_ext >&5
17859
17860 bakefile_cv_cxx_compiler___SUNPRO_CC=no
17861
17862 fi
17863
17864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17865
17866
17867 fi
17868 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
17869 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
17870 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
17871 :; SUNCXX=yes
17872 else
17873 :;
17874 fi
17875 ac_ext=c
17876 ac_cpp='$CPP $CPPFLAGS'
17877 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17878 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17879 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17880
17881
17882
17883 fi
17884 ;;
17885
17886 HP-UX*)
17887
17888
17889 ac_ext=cpp
17890 ac_cpp='$CXXCPP $CPPFLAGS'
17891 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17892 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17893 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17894
17895 { echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
17896 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6; }
17897 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
17898 echo $ECHO_N "(cached) $ECHO_C" >&6
17899 else
17900 cat >conftest.$ac_ext <<_ACEOF
17901 /* confdefs.h. */
17902 _ACEOF
17903 cat confdefs.h >>conftest.$ac_ext
17904 cat >>conftest.$ac_ext <<_ACEOF
17905 /* end confdefs.h. */
17906
17907 int
17908 main ()
17909 {
17910
17911 #ifndef __HP_aCC
17912 choke me
17913 #endif
17914
17915 ;
17916 return 0;
17917 }
17918 _ACEOF
17919 rm -f conftest.$ac_objext
17920 if { (ac_try="$ac_compile"
17921 case "(($ac_try" in
17922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17923 *) ac_try_echo=$ac_try;;
17924 esac
17925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17926 (eval "$ac_compile") 2>conftest.er1
17927 ac_status=$?
17928 grep -v '^ *+' conftest.er1 >conftest.err
17929 rm -f conftest.er1
17930 cat conftest.err >&5
17931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17932 (exit $ac_status); } && {
17933 test -z "$ac_cxx_werror_flag" ||
17934 test ! -s conftest.err
17935 } && test -s conftest.$ac_objext; then
17936 bakefile_cv_cxx_compiler___HP_aCC=yes
17937 else
17938 echo "$as_me: failed program was:" >&5
17939 sed 's/^/| /' conftest.$ac_ext >&5
17940
17941 bakefile_cv_cxx_compiler___HP_aCC=no
17942
17943 fi
17944
17945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17946
17947
17948 fi
17949 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
17950 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
17951 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
17952 :; HPCXX=yes
17953 else
17954 :;
17955 fi
17956 ac_ext=c
17957 ac_cpp='$CPP $CPPFLAGS'
17958 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17959 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17960 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17961
17962
17963
17964 ;;
17965
17966 OSF1)
17967
17968
17969 ac_ext=cpp
17970 ac_cpp='$CXXCPP $CPPFLAGS'
17971 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17972 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17973 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17974
17975 { echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
17976 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6; }
17977 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
17978 echo $ECHO_N "(cached) $ECHO_C" >&6
17979 else
17980 cat >conftest.$ac_ext <<_ACEOF
17981 /* confdefs.h. */
17982 _ACEOF
17983 cat confdefs.h >>conftest.$ac_ext
17984 cat >>conftest.$ac_ext <<_ACEOF
17985 /* end confdefs.h. */
17986
17987 int
17988 main ()
17989 {
17990
17991 #ifndef __DECCXX
17992 choke me
17993 #endif
17994
17995 ;
17996 return 0;
17997 }
17998 _ACEOF
17999 rm -f conftest.$ac_objext
18000 if { (ac_try="$ac_compile"
18001 case "(($ac_try" in
18002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18003 *) ac_try_echo=$ac_try;;
18004 esac
18005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18006 (eval "$ac_compile") 2>conftest.er1
18007 ac_status=$?
18008 grep -v '^ *+' conftest.er1 >conftest.err
18009 rm -f conftest.er1
18010 cat conftest.err >&5
18011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18012 (exit $ac_status); } && {
18013 test -z "$ac_cxx_werror_flag" ||
18014 test ! -s conftest.err
18015 } && test -s conftest.$ac_objext; then
18016 bakefile_cv_cxx_compiler___DECCXX=yes
18017 else
18018 echo "$as_me: failed program was:" >&5
18019 sed 's/^/| /' conftest.$ac_ext >&5
18020
18021 bakefile_cv_cxx_compiler___DECCXX=no
18022
18023 fi
18024
18025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18026
18027
18028 fi
18029 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
18030 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6; }
18031 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
18032 :; COMPAQCXX=yes
18033 else
18034 :;
18035 fi
18036 ac_ext=c
18037 ac_cpp='$CPP $CPPFLAGS'
18038 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18039 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18040 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18041
18042
18043
18044 ;;
18045
18046 SunOS)
18047
18048
18049 ac_ext=cpp
18050 ac_cpp='$CXXCPP $CPPFLAGS'
18051 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18052 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18053 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18054
18055 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18056 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18057 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18058 echo $ECHO_N "(cached) $ECHO_C" >&6
18059 else
18060 cat >conftest.$ac_ext <<_ACEOF
18061 /* confdefs.h. */
18062 _ACEOF
18063 cat confdefs.h >>conftest.$ac_ext
18064 cat >>conftest.$ac_ext <<_ACEOF
18065 /* end confdefs.h. */
18066
18067 int
18068 main ()
18069 {
18070
18071 #ifndef __SUNPRO_CC
18072 choke me
18073 #endif
18074
18075 ;
18076 return 0;
18077 }
18078 _ACEOF
18079 rm -f conftest.$ac_objext
18080 if { (ac_try="$ac_compile"
18081 case "(($ac_try" in
18082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18083 *) ac_try_echo=$ac_try;;
18084 esac
18085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18086 (eval "$ac_compile") 2>conftest.er1
18087 ac_status=$?
18088 grep -v '^ *+' conftest.er1 >conftest.err
18089 rm -f conftest.er1
18090 cat conftest.err >&5
18091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18092 (exit $ac_status); } && {
18093 test -z "$ac_cxx_werror_flag" ||
18094 test ! -s conftest.err
18095 } && test -s conftest.$ac_objext; then
18096 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18097 else
18098 echo "$as_me: failed program was:" >&5
18099 sed 's/^/| /' conftest.$ac_ext >&5
18100
18101 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18102
18103 fi
18104
18105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18106
18107
18108 fi
18109 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18110 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18111 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18112 :; SUNCXX=yes
18113 else
18114 :;
18115 fi
18116 ac_ext=c
18117 ac_cpp='$CPP $CPPFLAGS'
18118 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18119 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18120 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18121
18122
18123
18124 ;;
18125 esac
18126 fi
18127
18128
18129
18130 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
18131 { { echo "$as_me:$LINENO: error: C++ compiler is needed to build wxWidgets" >&5
18132 echo "$as_me: error: C++ compiler is needed to build wxWidgets" >&2;}
18133 { (exit 1); exit 1; }; }
18134 fi
18135
18136 if test "x$SUNCXX" != xyes; then
18137 if test -n "$ac_tool_prefix"; then
18138 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
18139 set dummy ${ac_tool_prefix}ar; ac_word=$2
18140 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18141 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18142 if test "${ac_cv_prog_AR+set}" = set; then
18143 echo $ECHO_N "(cached) $ECHO_C" >&6
18144 else
18145 if test -n "$AR"; then
18146 ac_cv_prog_AR="$AR" # Let the user override the test.
18147 else
18148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18149 for as_dir in $PATH
18150 do
18151 IFS=$as_save_IFS
18152 test -z "$as_dir" && as_dir=.
18153 for ac_exec_ext in '' $ac_executable_extensions; do
18154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18155 ac_cv_prog_AR="${ac_tool_prefix}ar"
18156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18157 break 2
18158 fi
18159 done
18160 done
18161 IFS=$as_save_IFS
18162
18163 fi
18164 fi
18165 AR=$ac_cv_prog_AR
18166 if test -n "$AR"; then
18167 { echo "$as_me:$LINENO: result: $AR" >&5
18168 echo "${ECHO_T}$AR" >&6; }
18169 else
18170 { echo "$as_me:$LINENO: result: no" >&5
18171 echo "${ECHO_T}no" >&6; }
18172 fi
18173
18174
18175 fi
18176 if test -z "$ac_cv_prog_AR"; then
18177 ac_ct_AR=$AR
18178 # Extract the first word of "ar", so it can be a program name with args.
18179 set dummy ar; ac_word=$2
18180 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18181 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18182 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
18183 echo $ECHO_N "(cached) $ECHO_C" >&6
18184 else
18185 if test -n "$ac_ct_AR"; then
18186 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
18187 else
18188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18189 for as_dir in $PATH
18190 do
18191 IFS=$as_save_IFS
18192 test -z "$as_dir" && as_dir=.
18193 for ac_exec_ext in '' $ac_executable_extensions; do
18194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18195 ac_cv_prog_ac_ct_AR="ar"
18196 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18197 break 2
18198 fi
18199 done
18200 done
18201 IFS=$as_save_IFS
18202
18203 fi
18204 fi
18205 ac_ct_AR=$ac_cv_prog_ac_ct_AR
18206 if test -n "$ac_ct_AR"; then
18207 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
18208 echo "${ECHO_T}$ac_ct_AR" >&6; }
18209 else
18210 { echo "$as_me:$LINENO: result: no" >&5
18211 echo "${ECHO_T}no" >&6; }
18212 fi
18213
18214 if test "x$ac_ct_AR" = x; then
18215 AR=""
18216 else
18217 case $cross_compiling:$ac_tool_warned in
18218 yes:)
18219 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
18220 whose name does not start with the host triplet. If you think this
18221 configuration is useful to you, please write to autoconf@gnu.org." >&5
18222 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
18223 whose name does not start with the host triplet. If you think this
18224 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
18225 ac_tool_warned=yes ;;
18226 esac
18227 AR=$ac_ct_AR
18228 fi
18229 else
18230 AR="$ac_cv_prog_AR"
18231 fi
18232
18233 if test "x$AR" = "x" ; then
18234 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
18235 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
18236 { (exit 1); exit 1; }; }
18237 fi
18238 fi
18239
18240
18241 if test "$wxUSE_MAC" = 1; then
18242
18243 retest_macosx_linking=no
18244
18245 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
18246 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
18247 # Implicitly turn on the new --with-macosx-sdk using the default
18248 # SDK which provides the behavior this option has always had.
18249 if test "x$wxUSE_MACOSX_SDK" = "x"; then
18250 { echo "$as_me:$LINENO: WARNING: Enabling default SDK due to --enable-universal_binary." >&5
18251 echo "$as_me: WARNING: Enabling default SDK due to --enable-universal_binary." >&2;}
18252 { echo "$as_me:$LINENO: WARNING: If you don't want this, specify --without-macosx-sdk" >&5
18253 echo "$as_me: WARNING: If you don't want this, specify --without-macosx-sdk" >&2;}
18254 wxUSE_MACOSX_SDK=yes
18255 fi
18256 else
18257 # Complain to user if he specified an argument to --enable-universal_binary
18258 # and also 1) specified --with-macosx-sdk using the default (yes) or
18259 # 2) specified --with-macosx-sdk using a path or 3) specified
18260 # --without-macosx-sdk (no).
18261 if test "x$wxUSE_MACOSX_SDK" != "x" ; then
18262 { { echo "$as_me:$LINENO: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
18263 See \`config.log' for more details." >&5
18264 echo "$as_me: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
18265 See \`config.log' for more details." >&2;}
18266 { (exit 1); exit 1; }; }
18267 else
18268 # Put the SDK path into the wxUSE_MACOSX_SDK. We don't have to
18269 # special-case the empty string because the below test simply
18270 # converts "no" to the empty string anyway.
18271 wxUSE_MACOSX_SDK="$wxUSE_UNIVERSAL_BINARY"
18272 { echo "$as_me:$LINENO: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&5
18273 echo "$as_me: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&2;}
18274 fi
18275 fi
18276 OSX_UNIV_OPTS="-arch ppc -arch i386"
18277 CXXFLAGS="$OSX_UNIV_OPTS $CXXFLAGS"
18278 CFLAGS="$OSX_UNIV_OPTS $CFLAGS"
18279 OBJCXXFLAGS="$OSX_UNIV_OPTS $OBJCXXFLAGS"
18280 OBJCFLAGS="$OSX_UNIV_OPTS $OBJCFLAGS"
18281 LDFLAGS="$OSX_UNIV_OPTS $LDFLAGS"
18282 retest_macosx_linking=yes
18283
18284 { echo "$as_me:$LINENO: WARNING: Disabling precompiled headers due to universal binary build." >&5
18285 echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
18286 bk_use_pch=no
18287 fi
18288
18289 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
18290 wxUSE_MACOSX_SDK=
18291 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
18292 # TODO: Search for most recent SDK and use it.
18293 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
18294 fi
18295
18296
18297 if test "x$wxUSE_MACOSX_SDK" != "x"; then
18298 { echo "$as_me:$LINENO: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
18299 echo $ECHO_N "checking for SDK directory $wxUSE_MACOSX_SDK... $ECHO_C" >&6; }
18300 if ! test -d "$wxUSE_MACOSX_SDK"; then
18301 { { echo "$as_me:$LINENO: error: not found
18302 See \`config.log' for more details." >&5
18303 echo "$as_me: error: not found
18304 See \`config.log' for more details." >&2;}
18305 { (exit 1); exit 1; }; }
18306 else
18307 { echo "$as_me:$LINENO: result: exists" >&5
18308 echo "${ECHO_T}exists" >&6; }
18309 fi
18310 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
18311 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
18312 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
18313 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
18314 retest_macosx_linking=yes
18315 fi
18316
18317 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
18318 wxUSE_MACOSX_VERSION_MIN=
18319 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
18320 if test "x$wxUSE_MACOSX_SDK" != "x"; then
18321 { echo "$as_me:$LINENO: checking SDK deployment version" >&5
18322 echo $ECHO_N "checking SDK deployment version... $ECHO_C" >&6; }
18323
18324 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/'`
18325
18326 # If that failed, try again with the new key
18327 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
18328
18329 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/'`
18330
18331 fi
18332
18333 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
18334 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
18335 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
18336 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
18337 else
18338 { echo "$as_me:$LINENO: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
18339 echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
18340 wxUSE_MACOSX_VERSION_MIN=
18341 fi
18342 else
18343 wxUSE_MACOSX_VERSION_MIN=
18344 fi
18345 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
18346 OSX_VERSION=`sw_vers -productVersion | grep 10.[0-9]`
18347 if test "$wxUSE_OSX_CARBON" = 1 -o "x$OSX_VERSION" = "x10.4"; then
18348 # otherwise configure stops on leopard for universal_binary
18349 wxUSE_MACOSX_VERSION_MIN=10.4
18350 else
18351 # for OS X Cocoa, use 10.5 so we can get 64-bit compile on Snow Leopard
18352 wxUSE_MACOSX_VERSION_MIN=10.5
18353 fi
18354 fi
18355
18356 NEEDS_GCC40="no"
18357 if test "x$wxUSE_MACOSX_VERSION_MIN" == "x10.4"; then
18358 NEEDS_GCC40="yes"
18359 fi
18360
18361 if test "$wxUSE_OSX_CARBON" = 1; then
18362 NEEDS_GCC40="yes"
18363 fi
18364
18365 if test "x$NEEDS_GCC40" == "xyes"; then
18366 # gcc 4.2 cannot compile 10.4 compatible code, so if the user is using it
18367 # and wants 10.4 compatible code, then 'downgrade' to 4.0
18368 # This is also the simplest way to get 32-bit binaries on Snow Leopard.
18369 if test "x$CC" = "xgcc"; then
18370 CCVERSION=`$CC --version | grep 4.[2-9].`
18371 if test "x$CCVERSION" != "x"; then
18372 echo "$as_me:$LINENO: WARNING: gcc >= 4.2 cannot compile 10.4 compatible code. Using gcc 4.0 instead."
18373 CC="/usr/bin/gcc-4.0"
18374 fi
18375 fi
18376
18377 if test "x$CXX" = "xg++"; then
18378 CCVERSION=`$CXX --version | grep 4.[2-9].`
18379 if test "x$CCVERSION" != "x"; then
18380 CXX="/usr/bin/g++-4.0"
18381 fi
18382 fi
18383 fi
18384
18385 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
18386 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
18387 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
18388 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
18389 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
18390 retest_macosx_linking=yes
18391 fi
18392
18393 if test "x$retest_macosx_linking" = "xyes"; then
18394 ac_ext=c
18395 ac_cpp='$CPP $CPPFLAGS'
18396 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18397 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18398 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18399
18400 { echo "$as_me:$LINENO: checking if C compiler works with SDK/version options" >&5
18401 echo $ECHO_N "checking if C compiler works with SDK/version options... $ECHO_C" >&6; }
18402 cat >conftest.$ac_ext <<_ACEOF
18403 /* confdefs.h. */
18404 _ACEOF
18405 cat confdefs.h >>conftest.$ac_ext
18406 cat >>conftest.$ac_ext <<_ACEOF
18407 /* end confdefs.h. */
18408
18409 int
18410 main ()
18411 {
18412
18413 ;
18414 return 0;
18415 }
18416 _ACEOF
18417 rm -f conftest.$ac_objext conftest$ac_exeext
18418 if { (ac_try="$ac_link"
18419 case "(($ac_try" in
18420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18421 *) ac_try_echo=$ac_try;;
18422 esac
18423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18424 (eval "$ac_link") 2>conftest.er1
18425 ac_status=$?
18426 grep -v '^ *+' conftest.er1 >conftest.err
18427 rm -f conftest.er1
18428 cat conftest.err >&5
18429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18430 (exit $ac_status); } && {
18431 test -z "$ac_c_werror_flag" ||
18432 test ! -s conftest.err
18433 } && test -s conftest$ac_exeext &&
18434 $as_test_x conftest$ac_exeext; then
18435 { echo "$as_me:$LINENO: result: yes" >&5
18436 echo "${ECHO_T}yes" >&6; }
18437 else
18438 echo "$as_me: failed program was:" >&5
18439 sed 's/^/| /' conftest.$ac_ext >&5
18440
18441 { { echo "$as_me:$LINENO: error: no. Try a different SDK
18442 See \`config.log' for more details." >&5
18443 echo "$as_me: error: no. Try a different SDK
18444 See \`config.log' for more details." >&2;}
18445 { (exit 1); exit 1; }; }; exit 1
18446 fi
18447
18448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18449 conftest$ac_exeext conftest.$ac_ext
18450 ac_ext=c
18451 ac_cpp='$CPP $CPPFLAGS'
18452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18455
18456
18457 ac_ext=cpp
18458 ac_cpp='$CXXCPP $CPPFLAGS'
18459 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18460 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18461 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18462
18463 { echo "$as_me:$LINENO: checking if C++ compiler works with SDK/version options" >&5
18464 echo $ECHO_N "checking if C++ compiler works with SDK/version options... $ECHO_C" >&6; }
18465 cat >conftest.$ac_ext <<_ACEOF
18466 /* confdefs.h. */
18467 _ACEOF
18468 cat confdefs.h >>conftest.$ac_ext
18469 cat >>conftest.$ac_ext <<_ACEOF
18470 /* end confdefs.h. */
18471
18472 int
18473 main ()
18474 {
18475
18476 ;
18477 return 0;
18478 }
18479 _ACEOF
18480 rm -f conftest.$ac_objext conftest$ac_exeext
18481 if { (ac_try="$ac_link"
18482 case "(($ac_try" in
18483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18484 *) ac_try_echo=$ac_try;;
18485 esac
18486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18487 (eval "$ac_link") 2>conftest.er1
18488 ac_status=$?
18489 grep -v '^ *+' conftest.er1 >conftest.err
18490 rm -f conftest.er1
18491 cat conftest.err >&5
18492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18493 (exit $ac_status); } && {
18494 test -z "$ac_cxx_werror_flag" ||
18495 test ! -s conftest.err
18496 } && test -s conftest$ac_exeext &&
18497 $as_test_x conftest$ac_exeext; then
18498 { echo "$as_me:$LINENO: result: yes" >&5
18499 echo "${ECHO_T}yes" >&6; }
18500 else
18501 echo "$as_me: failed program was:" >&5
18502 sed 's/^/| /' conftest.$ac_ext >&5
18503
18504 { { echo "$as_me:$LINENO: error: no. Try a different SDK
18505 See \`config.log' for more details." >&5
18506 echo "$as_me: error: no. Try a different SDK
18507 See \`config.log' for more details." >&2;}
18508 { (exit 1); exit 1; }; }; exit 1
18509 fi
18510
18511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18512 conftest$ac_exeext conftest.$ac_ext
18513 ac_ext=c
18514 ac_cpp='$CPP $CPPFLAGS'
18515 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18516 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18517 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18518
18519 fi
18520
18521 fi
18522 case "${host}" in
18523
18524 *-*-darwin* )
18525 INSTALL_PROGRAM="cp -fp"
18526 INSTALL_DATA="cp -fp"
18527 ;;
18528 *)
18529 ;;
18530 esac
18531
18532
18533 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
18534 CXXFLAGS="-qunique $CXXFLAGS"
18535 fi
18536
18537 case "${host}" in
18538 powerpc-*-darwin* )
18539 { echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
18540 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6; }
18541 cat >conftest.$ac_ext <<_ACEOF
18542 /* confdefs.h. */
18543 _ACEOF
18544 cat confdefs.h >>conftest.$ac_ext
18545 cat >>conftest.$ac_ext <<_ACEOF
18546 /* end confdefs.h. */
18547
18548 int
18549 main ()
18550 {
18551 #ifndef __POWERPC__
18552 choke me for lack of PowerPC
18553 #endif
18554
18555 ;
18556 return 0;
18557 }
18558 _ACEOF
18559 rm -f conftest.$ac_objext
18560 if { (ac_try="$ac_compile"
18561 case "(($ac_try" in
18562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18563 *) ac_try_echo=$ac_try;;
18564 esac
18565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18566 (eval "$ac_compile") 2>conftest.er1
18567 ac_status=$?
18568 grep -v '^ *+' conftest.er1 >conftest.err
18569 rm -f conftest.er1
18570 cat conftest.err >&5
18571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18572 (exit $ac_status); } && {
18573 test -z "$ac_c_werror_flag" ||
18574 test ! -s conftest.err
18575 } && test -s conftest.$ac_objext; then
18576 { echo "$as_me:$LINENO: result: yes" >&5
18577 echo "${ECHO_T}yes" >&6; }
18578 else
18579 echo "$as_me: failed program was:" >&5
18580 sed 's/^/| /' conftest.$ac_ext >&5
18581
18582 { echo "$as_me:$LINENO: result: no" >&5
18583 echo "${ECHO_T}no" >&6; }
18584 cat >>confdefs.h <<\_ACEOF
18585 #define __POWERPC__ 1
18586 _ACEOF
18587
18588
18589 fi
18590
18591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18592 ;;
18593 esac
18594
18595 case "${host}" in
18596 *-*-darwin* )
18597 { echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
18598 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6; }
18599 cat >conftest.$ac_ext <<_ACEOF
18600 /* confdefs.h. */
18601 _ACEOF
18602 cat confdefs.h >>conftest.$ac_ext
18603 cat >>conftest.$ac_ext <<_ACEOF
18604 /* end confdefs.h. */
18605 #include <CoreFoundation/CFBase.h>
18606
18607 int
18608 main ()
18609 {
18610
18611 ;
18612 return 0;
18613 }
18614 _ACEOF
18615 rm -f conftest.$ac_objext
18616 if { (ac_try="$ac_compile"
18617 case "(($ac_try" in
18618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18619 *) ac_try_echo=$ac_try;;
18620 esac
18621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18622 (eval "$ac_compile") 2>conftest.er1
18623 ac_status=$?
18624 grep -v '^ *+' conftest.er1 >conftest.err
18625 rm -f conftest.er1
18626 cat conftest.err >&5
18627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628 (exit $ac_status); } && {
18629 test -z "$ac_c_werror_flag" ||
18630 test ! -s conftest.err
18631 } && test -s conftest.$ac_objext; then
18632 { echo "$as_me:$LINENO: result: yes" >&5
18633 echo "${ECHO_T}yes" >&6; }
18634 else
18635 echo "$as_me: failed program was:" >&5
18636 sed 's/^/| /' conftest.$ac_ext >&5
18637
18638 { echo "$as_me:$LINENO: result: no" >&5
18639 echo "${ECHO_T}no" >&6; }
18640 { echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
18641 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6; }
18642 cat >conftest.$ac_ext <<_ACEOF
18643 /* confdefs.h. */
18644 _ACEOF
18645 cat confdefs.h >>conftest.$ac_ext
18646 cat >>conftest.$ac_ext <<_ACEOF
18647 /* end confdefs.h. */
18648 #define __CF_USE_FRAMEWORK_INCLUDES__
18649 #include <CoreFoundation/CFBase.h>
18650
18651 int
18652 main ()
18653 {
18654
18655 ;
18656 return 0;
18657 }
18658 _ACEOF
18659 rm -f conftest.$ac_objext
18660 if { (ac_try="$ac_compile"
18661 case "(($ac_try" in
18662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18663 *) ac_try_echo=$ac_try;;
18664 esac
18665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18666 (eval "$ac_compile") 2>conftest.er1
18667 ac_status=$?
18668 grep -v '^ *+' conftest.er1 >conftest.err
18669 rm -f conftest.er1
18670 cat conftest.err >&5
18671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18672 (exit $ac_status); } && {
18673 test -z "$ac_c_werror_flag" ||
18674 test ! -s conftest.err
18675 } && test -s conftest.$ac_objext; then
18676 { echo "$as_me:$LINENO: result: yes" >&5
18677 echo "${ECHO_T}yes" >&6; }
18678 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
18679 else
18680 echo "$as_me: failed program was:" >&5
18681 sed 's/^/| /' conftest.$ac_ext >&5
18682
18683 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
18684 See \`config.log' for more details." >&5
18685 echo "$as_me: error: no. CoreFoundation not available.
18686 See \`config.log' for more details." >&2;}
18687 { (exit 1); exit 1; }; }
18688
18689 fi
18690
18691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18692
18693
18694 fi
18695
18696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18697 ;;
18698 esac
18699
18700 wants_win32=0
18701 doesnt_want_win32=0
18702 case "${host}" in
18703 *-*-cygwin*)
18704 if test "$wxUSE_MSW" = 1 ; then
18705 wants_win32=1
18706 else
18707 { echo "$as_me:$LINENO: checking if -mno-cygwin is in effect" >&5
18708 echo $ECHO_N "checking if -mno-cygwin is in effect... $ECHO_C" >&6; }
18709 if test "${wx_cv_nocygwin+set}" = set; then
18710 echo $ECHO_N "(cached) $ECHO_C" >&6
18711 else
18712
18713 cat >conftest.$ac_ext <<_ACEOF
18714 /* confdefs.h. */
18715 _ACEOF
18716 cat confdefs.h >>conftest.$ac_ext
18717 cat >>conftest.$ac_ext <<_ACEOF
18718 /* end confdefs.h. */
18719
18720 int
18721 main ()
18722 {
18723
18724 #ifdef __MINGW32__
18725 choke me
18726 #endif
18727
18728 ;
18729 return 0;
18730 }
18731 _ACEOF
18732 rm -f conftest.$ac_objext
18733 if { (ac_try="$ac_compile"
18734 case "(($ac_try" in
18735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18736 *) ac_try_echo=$ac_try;;
18737 esac
18738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18739 (eval "$ac_compile") 2>conftest.er1
18740 ac_status=$?
18741 grep -v '^ *+' conftest.er1 >conftest.err
18742 rm -f conftest.er1
18743 cat conftest.err >&5
18744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18745 (exit $ac_status); } && {
18746 test -z "$ac_c_werror_flag" ||
18747 test ! -s conftest.err
18748 } && test -s conftest.$ac_objext; then
18749 wx_cv_nocygwin=no
18750 else
18751 echo "$as_me: failed program was:" >&5
18752 sed 's/^/| /' conftest.$ac_ext >&5
18753
18754 wx_cv_nocygwin=yes
18755
18756 fi
18757
18758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18759
18760
18761 fi
18762 { echo "$as_me:$LINENO: result: $wx_cv_nocygwin" >&5
18763 echo "${ECHO_T}$wx_cv_nocygwin" >&6; }
18764
18765 if test "$wx_cv_nocygwin" = "yes"; then
18766 wants_win32=1
18767 else
18768 doesnt_want_win32=1
18769 fi
18770 fi
18771 if test "$wants_win32" = 1 ; then
18772 BAKEFILE_FORCE_PLATFORM=win32
18773 fi
18774 ;;
18775 *-*-mingw*)
18776 wants_win32=1
18777 ;;
18778 esac
18779
18780 if test "$wxUSE_WINE" = "yes"; then
18781 wants_win32=1
18782 LDFLAGS_GUI="-mwindows"
18783 fi
18784
18785 if test "$wants_win32" = 1 ; then
18786 USE_UNIX=0
18787 USE_WIN32=1
18788 cat >>confdefs.h <<\_ACEOF
18789 #define __WIN32__ 1
18790 _ACEOF
18791
18792 cat >>confdefs.h <<\_ACEOF
18793 #define __WIN95__ 1
18794 _ACEOF
18795
18796 cat >>confdefs.h <<\_ACEOF
18797 #define __WINDOWS__ 1
18798 _ACEOF
18799
18800 cat >>confdefs.h <<\_ACEOF
18801 #define __GNUWIN32__ 1
18802 _ACEOF
18803
18804 cat >>confdefs.h <<\_ACEOF
18805 #define STRICT 1
18806 _ACEOF
18807
18808 fi
18809 if test "$doesnt_want_win32" = 1 ; then
18810 USE_UNIX=1
18811 USE_WIN32=0
18812 fi
18813
18814 if test "$USE_UNIX" = 1 ; then
18815 wxUSE_UNIX=yes
18816 cat >>confdefs.h <<\_ACEOF
18817 #define __UNIX__ 1
18818 _ACEOF
18819
18820 fi
18821
18822 case "${host}" in
18823 *-pc-os2_emx | *-pc-os2-emx )
18824 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
18825 { echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
18826 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6; }
18827 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
18828 echo $ECHO_N "(cached) $ECHO_C" >&6
18829 else
18830 ac_check_lib_save_LIBS=$LIBS
18831 LIBS="-lcExt $LIBS"
18832 cat >conftest.$ac_ext <<_ACEOF
18833 /* confdefs.h. */
18834 _ACEOF
18835 cat confdefs.h >>conftest.$ac_ext
18836 cat >>conftest.$ac_ext <<_ACEOF
18837 /* end confdefs.h. */
18838
18839 /* Override any GCC internal prototype to avoid an error.
18840 Use char because int might match the return type of a GCC
18841 builtin and then its argument prototype would still apply. */
18842 #ifdef __cplusplus
18843 extern "C"
18844 #endif
18845 char drand48 ();
18846 int
18847 main ()
18848 {
18849 return drand48 ();
18850 ;
18851 return 0;
18852 }
18853 _ACEOF
18854 rm -f conftest.$ac_objext conftest$ac_exeext
18855 if { (ac_try="$ac_link"
18856 case "(($ac_try" in
18857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18858 *) ac_try_echo=$ac_try;;
18859 esac
18860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18861 (eval "$ac_link") 2>conftest.er1
18862 ac_status=$?
18863 grep -v '^ *+' conftest.er1 >conftest.err
18864 rm -f conftest.er1
18865 cat conftest.err >&5
18866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18867 (exit $ac_status); } && {
18868 test -z "$ac_c_werror_flag" ||
18869 test ! -s conftest.err
18870 } && test -s conftest$ac_exeext &&
18871 $as_test_x conftest$ac_exeext; then
18872 ac_cv_lib_cExt_drand48=yes
18873 else
18874 echo "$as_me: failed program was:" >&5
18875 sed 's/^/| /' conftest.$ac_ext >&5
18876
18877 ac_cv_lib_cExt_drand48=no
18878 fi
18879
18880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18881 conftest$ac_exeext conftest.$ac_ext
18882 LIBS=$ac_check_lib_save_LIBS
18883 fi
18884 { echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
18885 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6; }
18886 if test $ac_cv_lib_cExt_drand48 = yes; then
18887 LIBS="$LIBS -lcExt"
18888 fi
18889
18890 else
18891 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
18892 fi
18893 { echo "$as_me:$LINENO: checking for gcc/libc version" >&5
18894 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6; }
18895 if test "${wx_cv_gccversion+set}" = set; then
18896 echo $ECHO_N "(cached) $ECHO_C" >&6
18897 else
18898
18899 if test "$cross_compiling" = yes; then
18900 wx_cv_gccversion="EMX2"
18901
18902 else
18903 cat >conftest.$ac_ext <<_ACEOF
18904 /* confdefs.h. */
18905 _ACEOF
18906 cat confdefs.h >>conftest.$ac_ext
18907 cat >>conftest.$ac_ext <<_ACEOF
18908 /* end confdefs.h. */
18909
18910 #include <stdio.h>
18911
18912 int main()
18913 {
18914 FILE *f=fopen("conftestval", "w");
18915 if (!f) exit(1);
18916 fprintf(f,
18917 #if (__GNUC__ < 3)
18918 "EMX2"
18919 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
18920 "EMX3"
18921 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
18922 "Innotek5"
18923 #else
18924 "Innotek6"
18925 #endif
18926 );
18927 exit(0);
18928 }
18929
18930 _ACEOF
18931 rm -f conftest$ac_exeext
18932 if { (ac_try="$ac_link"
18933 case "(($ac_try" in
18934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18935 *) ac_try_echo=$ac_try;;
18936 esac
18937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18938 (eval "$ac_link") 2>&5
18939 ac_status=$?
18940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18941 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18942 { (case "(($ac_try" in
18943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18944 *) ac_try_echo=$ac_try;;
18945 esac
18946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18947 (eval "$ac_try") 2>&5
18948 ac_status=$?
18949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18950 (exit $ac_status); }; }; then
18951 wx_cv_gccversion=`cat conftestval`
18952 else
18953 echo "$as_me: program exited with status $ac_status" >&5
18954 echo "$as_me: failed program was:" >&5
18955 sed 's/^/| /' conftest.$ac_ext >&5
18956
18957 ( exit $ac_status )
18958 wx_cv_gccversion="EMX2"
18959 fi
18960 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18961 fi
18962
18963
18964
18965 fi
18966 { echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
18967 echo "${ECHO_T}$wx_cv_gccversion" >&6; }
18968 if test "$wx_cv_gccversion" = "EMX2"; then
18969 LIBS="$LIBS -lstdcpp"
18970 LDFLAGS="$LDFLAGS -Zsysv-signals"
18971 else
18972 if test "$wx_cv_gccversion" = "EMX3"; then
18973 LIBS="$LIBS -lstdcxx -lgcc"
18974 LDFLAGS="$LDFLAGS -Zsysv-signals"
18975 else
18976 LIBS="$LIBS -lstdc++"
18977 fi
18978 fi
18979 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
18980 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
18981 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
18982 wxUSE_OMF=yes
18983 enable_omf=yes
18984 fi
18985 ;;
18986 *)
18987
18988 { echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
18989 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6; }
18990 if test "${ac_cv_string_strcasecmp+set}" = set; then
18991 echo $ECHO_N "(cached) $ECHO_C" >&6
18992 else
18993
18994 cat >conftest.$ac_ext <<_ACEOF
18995 /* confdefs.h. */
18996 _ACEOF
18997 cat confdefs.h >>conftest.$ac_ext
18998 cat >>conftest.$ac_ext <<_ACEOF
18999 /* end confdefs.h. */
19000
19001 #include <string.h>
19002
19003 int
19004 main ()
19005 {
19006
19007 strcasecmp("foo", "bar");
19008
19009 ;
19010 return 0;
19011 }
19012 _ACEOF
19013 rm -f conftest.$ac_objext conftest$ac_exeext
19014 if { (ac_try="$ac_link"
19015 case "(($ac_try" in
19016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19017 *) ac_try_echo=$ac_try;;
19018 esac
19019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19020 (eval "$ac_link") 2>conftest.er1
19021 ac_status=$?
19022 grep -v '^ *+' conftest.er1 >conftest.err
19023 rm -f conftest.er1
19024 cat conftest.err >&5
19025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19026 (exit $ac_status); } && {
19027 test -z "$ac_c_werror_flag" ||
19028 test ! -s conftest.err
19029 } && test -s conftest$ac_exeext &&
19030 $as_test_x conftest$ac_exeext; then
19031 ac_cv_string_strcasecmp=yes
19032 else
19033 echo "$as_me: failed program was:" >&5
19034 sed 's/^/| /' conftest.$ac_ext >&5
19035
19036 ac_cv_string_strcasecmp=no
19037
19038 fi
19039
19040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19041 conftest$ac_exeext conftest.$ac_ext
19042
19043 fi
19044 { echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
19045 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6; }
19046
19047 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
19048 cat >>confdefs.h <<\_ACEOF
19049 #define HAVE_STRCASECMP_IN_STRING_H 1
19050 _ACEOF
19051
19052 else
19053 { echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
19054 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6; }
19055 if test "${ac_cv_strings_strcasecmp+set}" = set; then
19056 echo $ECHO_N "(cached) $ECHO_C" >&6
19057 else
19058
19059 cat >conftest.$ac_ext <<_ACEOF
19060 /* confdefs.h. */
19061 _ACEOF
19062 cat confdefs.h >>conftest.$ac_ext
19063 cat >>conftest.$ac_ext <<_ACEOF
19064 /* end confdefs.h. */
19065
19066 #include <strings.h>
19067
19068 int
19069 main ()
19070 {
19071
19072 strcasecmp("foo", "bar");
19073
19074 ;
19075 return 0;
19076 }
19077 _ACEOF
19078 rm -f conftest.$ac_objext conftest$ac_exeext
19079 if { (ac_try="$ac_link"
19080 case "(($ac_try" in
19081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19082 *) ac_try_echo=$ac_try;;
19083 esac
19084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19085 (eval "$ac_link") 2>conftest.er1
19086 ac_status=$?
19087 grep -v '^ *+' conftest.er1 >conftest.err
19088 rm -f conftest.er1
19089 cat conftest.err >&5
19090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19091 (exit $ac_status); } && {
19092 test -z "$ac_c_werror_flag" ||
19093 test ! -s conftest.err
19094 } && test -s conftest$ac_exeext &&
19095 $as_test_x conftest$ac_exeext; then
19096 ac_cv_strings_strcasecmp=yes
19097 else
19098 echo "$as_me: failed program was:" >&5
19099 sed 's/^/| /' conftest.$ac_ext >&5
19100
19101 ac_cv_strings_strcasecmp=no
19102
19103 fi
19104
19105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19106 conftest$ac_exeext conftest.$ac_ext
19107
19108 fi
19109 { echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
19110 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6; }
19111
19112 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
19113 cat >>confdefs.h <<\_ACEOF
19114 #define HAVE_STRCASECMP_IN_STRINGS_H 1
19115 _ACEOF
19116
19117 else
19118 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
19119 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
19120 { (exit 1); exit 1; }; }
19121 fi
19122 fi
19123
19124 ;;
19125 esac
19126
19127
19128 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
19129 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
19130 if test "${ac_cv_header_stdc+set}" = set; then
19131 echo $ECHO_N "(cached) $ECHO_C" >&6
19132 else
19133 cat >conftest.$ac_ext <<_ACEOF
19134 /* confdefs.h. */
19135 _ACEOF
19136 cat confdefs.h >>conftest.$ac_ext
19137 cat >>conftest.$ac_ext <<_ACEOF
19138 /* end confdefs.h. */
19139 #include <stdlib.h>
19140 #include <stdarg.h>
19141 #include <string.h>
19142 #include <float.h>
19143
19144 int
19145 main ()
19146 {
19147
19148 ;
19149 return 0;
19150 }
19151 _ACEOF
19152 rm -f conftest.$ac_objext
19153 if { (ac_try="$ac_compile"
19154 case "(($ac_try" in
19155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19156 *) ac_try_echo=$ac_try;;
19157 esac
19158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19159 (eval "$ac_compile") 2>conftest.er1
19160 ac_status=$?
19161 grep -v '^ *+' conftest.er1 >conftest.err
19162 rm -f conftest.er1
19163 cat conftest.err >&5
19164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19165 (exit $ac_status); } && {
19166 test -z "$ac_c_werror_flag" ||
19167 test ! -s conftest.err
19168 } && test -s conftest.$ac_objext; then
19169 ac_cv_header_stdc=yes
19170 else
19171 echo "$as_me: failed program was:" >&5
19172 sed 's/^/| /' conftest.$ac_ext >&5
19173
19174 ac_cv_header_stdc=no
19175 fi
19176
19177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19178
19179 if test $ac_cv_header_stdc = yes; then
19180 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
19181 cat >conftest.$ac_ext <<_ACEOF
19182 /* confdefs.h. */
19183 _ACEOF
19184 cat confdefs.h >>conftest.$ac_ext
19185 cat >>conftest.$ac_ext <<_ACEOF
19186 /* end confdefs.h. */
19187 #include <string.h>
19188
19189 _ACEOF
19190 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19191 $EGREP "memchr" >/dev/null 2>&1; then
19192 :
19193 else
19194 ac_cv_header_stdc=no
19195 fi
19196 rm -f conftest*
19197
19198 fi
19199
19200 if test $ac_cv_header_stdc = yes; then
19201 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
19202 cat >conftest.$ac_ext <<_ACEOF
19203 /* confdefs.h. */
19204 _ACEOF
19205 cat confdefs.h >>conftest.$ac_ext
19206 cat >>conftest.$ac_ext <<_ACEOF
19207 /* end confdefs.h. */
19208 #include <stdlib.h>
19209
19210 _ACEOF
19211 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19212 $EGREP "free" >/dev/null 2>&1; then
19213 :
19214 else
19215 ac_cv_header_stdc=no
19216 fi
19217 rm -f conftest*
19218
19219 fi
19220
19221 if test $ac_cv_header_stdc = yes; then
19222 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
19223 if test "$cross_compiling" = yes; then
19224 :
19225 else
19226 cat >conftest.$ac_ext <<_ACEOF
19227 /* confdefs.h. */
19228 _ACEOF
19229 cat confdefs.h >>conftest.$ac_ext
19230 cat >>conftest.$ac_ext <<_ACEOF
19231 /* end confdefs.h. */
19232 #include <ctype.h>
19233 #include <stdlib.h>
19234 #if ((' ' & 0x0FF) == 0x020)
19235 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
19236 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
19237 #else
19238 # define ISLOWER(c) \
19239 (('a' <= (c) && (c) <= 'i') \
19240 || ('j' <= (c) && (c) <= 'r') \
19241 || ('s' <= (c) && (c) <= 'z'))
19242 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
19243 #endif
19244
19245 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
19246 int
19247 main ()
19248 {
19249 int i;
19250 for (i = 0; i < 256; i++)
19251 if (XOR (islower (i), ISLOWER (i))
19252 || toupper (i) != TOUPPER (i))
19253 return 2;
19254 return 0;
19255 }
19256 _ACEOF
19257 rm -f conftest$ac_exeext
19258 if { (ac_try="$ac_link"
19259 case "(($ac_try" in
19260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19261 *) ac_try_echo=$ac_try;;
19262 esac
19263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19264 (eval "$ac_link") 2>&5
19265 ac_status=$?
19266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19268 { (case "(($ac_try" in
19269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19270 *) ac_try_echo=$ac_try;;
19271 esac
19272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19273 (eval "$ac_try") 2>&5
19274 ac_status=$?
19275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19276 (exit $ac_status); }; }; then
19277 :
19278 else
19279 echo "$as_me: program exited with status $ac_status" >&5
19280 echo "$as_me: failed program was:" >&5
19281 sed 's/^/| /' conftest.$ac_ext >&5
19282
19283 ( exit $ac_status )
19284 ac_cv_header_stdc=no
19285 fi
19286 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19287 fi
19288
19289
19290 fi
19291 fi
19292 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
19293 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
19294 if test $ac_cv_header_stdc = yes; then
19295
19296 cat >>confdefs.h <<\_ACEOF
19297 #define STDC_HEADERS 1
19298 _ACEOF
19299
19300 fi
19301
19302 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
19303
19304
19305
19306
19307
19308
19309
19310
19311
19312 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
19313 inttypes.h stdint.h unistd.h
19314 do
19315 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19316 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19317 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19318 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19319 echo $ECHO_N "(cached) $ECHO_C" >&6
19320 else
19321 cat >conftest.$ac_ext <<_ACEOF
19322 /* confdefs.h. */
19323 _ACEOF
19324 cat confdefs.h >>conftest.$ac_ext
19325 cat >>conftest.$ac_ext <<_ACEOF
19326 /* end confdefs.h. */
19327 $ac_includes_default
19328
19329 #include <$ac_header>
19330 _ACEOF
19331 rm -f conftest.$ac_objext
19332 if { (ac_try="$ac_compile"
19333 case "(($ac_try" in
19334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19335 *) ac_try_echo=$ac_try;;
19336 esac
19337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19338 (eval "$ac_compile") 2>conftest.er1
19339 ac_status=$?
19340 grep -v '^ *+' conftest.er1 >conftest.err
19341 rm -f conftest.er1
19342 cat conftest.err >&5
19343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19344 (exit $ac_status); } && {
19345 test -z "$ac_c_werror_flag" ||
19346 test ! -s conftest.err
19347 } && test -s conftest.$ac_objext; then
19348 eval "$as_ac_Header=yes"
19349 else
19350 echo "$as_me: failed program was:" >&5
19351 sed 's/^/| /' conftest.$ac_ext >&5
19352
19353 eval "$as_ac_Header=no"
19354 fi
19355
19356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19357 fi
19358 ac_res=`eval echo '${'$as_ac_Header'}'`
19359 { echo "$as_me:$LINENO: result: $ac_res" >&5
19360 echo "${ECHO_T}$ac_res" >&6; }
19361 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19362 cat >>confdefs.h <<_ACEOF
19363 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19364 _ACEOF
19365
19366 fi
19367
19368 done
19369
19370
19371
19372
19373 for ac_header in langinfo.h wchar.h
19374 do
19375 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19376 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19377 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19378 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19379 echo $ECHO_N "(cached) $ECHO_C" >&6
19380 else
19381 cat >conftest.$ac_ext <<_ACEOF
19382 /* confdefs.h. */
19383 _ACEOF
19384 cat confdefs.h >>conftest.$ac_ext
19385 cat >>conftest.$ac_ext <<_ACEOF
19386 /* end confdefs.h. */
19387 $ac_includes_default
19388
19389 #include <$ac_header>
19390 _ACEOF
19391 rm -f conftest.$ac_objext
19392 if { (ac_try="$ac_compile"
19393 case "(($ac_try" in
19394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19395 *) ac_try_echo=$ac_try;;
19396 esac
19397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19398 (eval "$ac_compile") 2>conftest.er1
19399 ac_status=$?
19400 grep -v '^ *+' conftest.er1 >conftest.err
19401 rm -f conftest.er1
19402 cat conftest.err >&5
19403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19404 (exit $ac_status); } && {
19405 test -z "$ac_c_werror_flag" ||
19406 test ! -s conftest.err
19407 } && test -s conftest.$ac_objext; then
19408 eval "$as_ac_Header=yes"
19409 else
19410 echo "$as_me: failed program was:" >&5
19411 sed 's/^/| /' conftest.$ac_ext >&5
19412
19413 eval "$as_ac_Header=no"
19414 fi
19415
19416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 fi
19418 ac_res=`eval echo '${'$as_ac_Header'}'`
19419 { echo "$as_me:$LINENO: result: $ac_res" >&5
19420 echo "${ECHO_T}$ac_res" >&6; }
19421 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19422 cat >>confdefs.h <<_ACEOF
19423 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19424 _ACEOF
19425
19426 fi
19427
19428 done
19429
19430
19431 if test "$ac_cv_header_wchar_h" != "yes"; then
19432
19433 for ac_header in wcstr.h
19434 do
19435 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19436 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19437 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19438 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19439 echo $ECHO_N "(cached) $ECHO_C" >&6
19440 else
19441 cat >conftest.$ac_ext <<_ACEOF
19442 /* confdefs.h. */
19443 _ACEOF
19444 cat confdefs.h >>conftest.$ac_ext
19445 cat >>conftest.$ac_ext <<_ACEOF
19446 /* end confdefs.h. */
19447 $ac_includes_default
19448
19449 #include <$ac_header>
19450 _ACEOF
19451 rm -f conftest.$ac_objext
19452 if { (ac_try="$ac_compile"
19453 case "(($ac_try" in
19454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19455 *) ac_try_echo=$ac_try;;
19456 esac
19457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19458 (eval "$ac_compile") 2>conftest.er1
19459 ac_status=$?
19460 grep -v '^ *+' conftest.er1 >conftest.err
19461 rm -f conftest.er1
19462 cat conftest.err >&5
19463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); } && {
19465 test -z "$ac_c_werror_flag" ||
19466 test ! -s conftest.err
19467 } && test -s conftest.$ac_objext; then
19468 eval "$as_ac_Header=yes"
19469 else
19470 echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19472
19473 eval "$as_ac_Header=no"
19474 fi
19475
19476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19477 fi
19478 ac_res=`eval echo '${'$as_ac_Header'}'`
19479 { echo "$as_me:$LINENO: result: $ac_res" >&5
19480 echo "${ECHO_T}$ac_res" >&6; }
19481 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19482 cat >>confdefs.h <<_ACEOF
19483 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19484 _ACEOF
19485
19486 fi
19487
19488 done
19489
19490 fi
19491
19492 case "${host}" in
19493 *-pc-os2_emx | *-pc-os2-emx )
19494 if test $ac_cv_header_langinfo_h = "yes" \
19495 -a \( "$wx_cv_gccversion" = "EMX2" \
19496 -o "$wx_cv_gccversion" = "EMX3" \
19497 -o "$wx_cv_gccversion" = "Innotek5" \); then
19498 LIBS="$LIBS -lintl"
19499 fi
19500 ;;
19501 esac
19502
19503 if test "$USE_UNIX" = 1 ; then
19504
19505 for ac_header in sys/select.h
19506 do
19507 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19508 { echo "$as_me:$LINENO: checking for $ac_header" >&5
19509 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
19510 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19511 echo $ECHO_N "(cached) $ECHO_C" >&6
19512 else
19513 cat >conftest.$ac_ext <<_ACEOF
19514 /* confdefs.h. */
19515 _ACEOF
19516 cat confdefs.h >>conftest.$ac_ext
19517 cat >>conftest.$ac_ext <<_ACEOF
19518 /* end confdefs.h. */
19519 $ac_includes_default
19520
19521 #include <$ac_header>
19522 _ACEOF
19523 rm -f conftest.$ac_objext
19524 if { (ac_try="$ac_compile"
19525 case "(($ac_try" in
19526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19527 *) ac_try_echo=$ac_try;;
19528 esac
19529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19530 (eval "$ac_compile") 2>conftest.er1
19531 ac_status=$?
19532 grep -v '^ *+' conftest.er1 >conftest.err
19533 rm -f conftest.er1
19534 cat conftest.err >&5
19535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19536 (exit $ac_status); } && {
19537 test -z "$ac_c_werror_flag" ||
19538 test ! -s conftest.err
19539 } && test -s conftest.$ac_objext; then
19540 eval "$as_ac_Header=yes"
19541 else
19542 echo "$as_me: failed program was:" >&5
19543 sed 's/^/| /' conftest.$ac_ext >&5
19544
19545 eval "$as_ac_Header=no"
19546 fi
19547
19548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19549 fi
19550 ac_res=`eval echo '${'$as_ac_Header'}'`
19551 { echo "$as_me:$LINENO: result: $ac_res" >&5
19552 echo "${ECHO_T}$ac_res" >&6; }
19553 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19554 cat >>confdefs.h <<_ACEOF
19555 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19556 _ACEOF
19557
19558 fi
19559
19560 done
19561
19562 fi
19563
19564
19565 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19566 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19567 if test "${ac_cv_c_const+set}" = set; then
19568 echo $ECHO_N "(cached) $ECHO_C" >&6
19569 else
19570 cat >conftest.$ac_ext <<_ACEOF
19571 /* confdefs.h. */
19572 _ACEOF
19573 cat confdefs.h >>conftest.$ac_ext
19574 cat >>conftest.$ac_ext <<_ACEOF
19575 /* end confdefs.h. */
19576
19577 int
19578 main ()
19579 {
19580 /* FIXME: Include the comments suggested by Paul. */
19581 #ifndef __cplusplus
19582 /* Ultrix mips cc rejects this. */
19583 typedef int charset[2];
19584 const charset cs;
19585 /* SunOS 4.1.1 cc rejects this. */
19586 char const *const *pcpcc;
19587 char **ppc;
19588 /* NEC SVR4.0.2 mips cc rejects this. */
19589 struct point {int x, y;};
19590 static struct point const zero = {0,0};
19591 /* AIX XL C 1.02.0.0 rejects this.
19592 It does not let you subtract one const X* pointer from another in
19593 an arm of an if-expression whose if-part is not a constant
19594 expression */
19595 const char *g = "string";
19596 pcpcc = &g + (g ? g-g : 0);
19597 /* HPUX 7.0 cc rejects these. */
19598 ++pcpcc;
19599 ppc = (char**) pcpcc;
19600 pcpcc = (char const *const *) ppc;
19601 { /* SCO 3.2v4 cc rejects this. */
19602 char *t;
19603 char const *s = 0 ? (char *) 0 : (char const *) 0;
19604
19605 *t++ = 0;
19606 if (s) return 0;
19607 }
19608 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19609 int x[] = {25, 17};
19610 const int *foo = &x[0];
19611 ++foo;
19612 }
19613 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19614 typedef const int *iptr;
19615 iptr p = 0;
19616 ++p;
19617 }
19618 { /* AIX XL C 1.02.0.0 rejects this saying
19619 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19620 struct s { int j; const int *ap[3]; };
19621 struct s *b; b->j = 5;
19622 }
19623 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19624 const int foo = 10;
19625 if (!foo) return 0;
19626 }
19627 return !cs[0] && !zero.x;
19628 #endif
19629
19630 ;
19631 return 0;
19632 }
19633 _ACEOF
19634 rm -f conftest.$ac_objext
19635 if { (ac_try="$ac_compile"
19636 case "(($ac_try" in
19637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19638 *) ac_try_echo=$ac_try;;
19639 esac
19640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19641 (eval "$ac_compile") 2>conftest.er1
19642 ac_status=$?
19643 grep -v '^ *+' conftest.er1 >conftest.err
19644 rm -f conftest.er1
19645 cat conftest.err >&5
19646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19647 (exit $ac_status); } && {
19648 test -z "$ac_c_werror_flag" ||
19649 test ! -s conftest.err
19650 } && test -s conftest.$ac_objext; then
19651 ac_cv_c_const=yes
19652 else
19653 echo "$as_me: failed program was:" >&5
19654 sed 's/^/| /' conftest.$ac_ext >&5
19655
19656 ac_cv_c_const=no
19657 fi
19658
19659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19660 fi
19661 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19662 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19663 if test $ac_cv_c_const = no; then
19664
19665 cat >>confdefs.h <<\_ACEOF
19666 #define const
19667 _ACEOF
19668
19669 fi
19670
19671 { echo "$as_me:$LINENO: checking for inline" >&5
19672 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19673 if test "${ac_cv_c_inline+set}" = set; then
19674 echo $ECHO_N "(cached) $ECHO_C" >&6
19675 else
19676 ac_cv_c_inline=no
19677 for ac_kw in inline __inline__ __inline; do
19678 cat >conftest.$ac_ext <<_ACEOF
19679 /* confdefs.h. */
19680 _ACEOF
19681 cat confdefs.h >>conftest.$ac_ext
19682 cat >>conftest.$ac_ext <<_ACEOF
19683 /* end confdefs.h. */
19684 #ifndef __cplusplus
19685 typedef int foo_t;
19686 static $ac_kw foo_t static_foo () {return 0; }
19687 $ac_kw foo_t foo () {return 0; }
19688 #endif
19689
19690 _ACEOF
19691 rm -f conftest.$ac_objext
19692 if { (ac_try="$ac_compile"
19693 case "(($ac_try" in
19694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19695 *) ac_try_echo=$ac_try;;
19696 esac
19697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19698 (eval "$ac_compile") 2>conftest.er1
19699 ac_status=$?
19700 grep -v '^ *+' conftest.er1 >conftest.err
19701 rm -f conftest.er1
19702 cat conftest.err >&5
19703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19704 (exit $ac_status); } && {
19705 test -z "$ac_c_werror_flag" ||
19706 test ! -s conftest.err
19707 } && test -s conftest.$ac_objext; then
19708 ac_cv_c_inline=$ac_kw
19709 else
19710 echo "$as_me: failed program was:" >&5
19711 sed 's/^/| /' conftest.$ac_ext >&5
19712
19713
19714 fi
19715
19716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19717 test "$ac_cv_c_inline" != no && break
19718 done
19719
19720 fi
19721 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19722 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19723
19724
19725 case $ac_cv_c_inline in
19726 inline | yes) ;;
19727 *)
19728 case $ac_cv_c_inline in
19729 no) ac_val=;;
19730 *) ac_val=$ac_cv_c_inline;;
19731 esac
19732 cat >>confdefs.h <<_ACEOF
19733 #ifndef __cplusplus
19734 #define inline $ac_val
19735 #endif
19736 _ACEOF
19737 ;;
19738 esac
19739
19740
19741 { echo "$as_me:$LINENO: checking for short" >&5
19742 echo $ECHO_N "checking for short... $ECHO_C" >&6; }
19743 if test "${ac_cv_type_short+set}" = set; then
19744 echo $ECHO_N "(cached) $ECHO_C" >&6
19745 else
19746 cat >conftest.$ac_ext <<_ACEOF
19747 /* confdefs.h. */
19748 _ACEOF
19749 cat confdefs.h >>conftest.$ac_ext
19750 cat >>conftest.$ac_ext <<_ACEOF
19751 /* end confdefs.h. */
19752 $ac_includes_default
19753 typedef short ac__type_new_;
19754 int
19755 main ()
19756 {
19757 if ((ac__type_new_ *) 0)
19758 return 0;
19759 if (sizeof (ac__type_new_))
19760 return 0;
19761 ;
19762 return 0;
19763 }
19764 _ACEOF
19765 rm -f conftest.$ac_objext
19766 if { (ac_try="$ac_compile"
19767 case "(($ac_try" in
19768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19769 *) ac_try_echo=$ac_try;;
19770 esac
19771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19772 (eval "$ac_compile") 2>conftest.er1
19773 ac_status=$?
19774 grep -v '^ *+' conftest.er1 >conftest.err
19775 rm -f conftest.er1
19776 cat conftest.err >&5
19777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19778 (exit $ac_status); } && {
19779 test -z "$ac_c_werror_flag" ||
19780 test ! -s conftest.err
19781 } && test -s conftest.$ac_objext; then
19782 ac_cv_type_short=yes
19783 else
19784 echo "$as_me: failed program was:" >&5
19785 sed 's/^/| /' conftest.$ac_ext >&5
19786
19787 ac_cv_type_short=no
19788 fi
19789
19790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19791 fi
19792 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
19793 echo "${ECHO_T}$ac_cv_type_short" >&6; }
19794
19795 # The cast to long int works around a bug in the HP C Compiler
19796 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19797 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19798 # This bug is HP SR number 8606223364.
19799 { echo "$as_me:$LINENO: checking size of short" >&5
19800 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
19801 if test "${ac_cv_sizeof_short+set}" = set; then
19802 echo $ECHO_N "(cached) $ECHO_C" >&6
19803 else
19804 if test "$cross_compiling" = yes; then
19805 # Depending upon the size, compute the lo and hi bounds.
19806 cat >conftest.$ac_ext <<_ACEOF
19807 /* confdefs.h. */
19808 _ACEOF
19809 cat confdefs.h >>conftest.$ac_ext
19810 cat >>conftest.$ac_ext <<_ACEOF
19811 /* end confdefs.h. */
19812 $ac_includes_default
19813 typedef short ac__type_sizeof_;
19814 int
19815 main ()
19816 {
19817 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
19818 test_array [0] = 0
19819
19820 ;
19821 return 0;
19822 }
19823 _ACEOF
19824 rm -f conftest.$ac_objext
19825 if { (ac_try="$ac_compile"
19826 case "(($ac_try" in
19827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19828 *) ac_try_echo=$ac_try;;
19829 esac
19830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19831 (eval "$ac_compile") 2>conftest.er1
19832 ac_status=$?
19833 grep -v '^ *+' conftest.er1 >conftest.err
19834 rm -f conftest.er1
19835 cat conftest.err >&5
19836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19837 (exit $ac_status); } && {
19838 test -z "$ac_c_werror_flag" ||
19839 test ! -s conftest.err
19840 } && test -s conftest.$ac_objext; then
19841 ac_lo=0 ac_mid=0
19842 while :; do
19843 cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h. */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 $ac_includes_default
19850 typedef short ac__type_sizeof_;
19851 int
19852 main ()
19853 {
19854 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
19855 test_array [0] = 0
19856
19857 ;
19858 return 0;
19859 }
19860 _ACEOF
19861 rm -f conftest.$ac_objext
19862 if { (ac_try="$ac_compile"
19863 case "(($ac_try" in
19864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19865 *) ac_try_echo=$ac_try;;
19866 esac
19867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19868 (eval "$ac_compile") 2>conftest.er1
19869 ac_status=$?
19870 grep -v '^ *+' conftest.er1 >conftest.err
19871 rm -f conftest.er1
19872 cat conftest.err >&5
19873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19874 (exit $ac_status); } && {
19875 test -z "$ac_c_werror_flag" ||
19876 test ! -s conftest.err
19877 } && test -s conftest.$ac_objext; then
19878 ac_hi=$ac_mid; break
19879 else
19880 echo "$as_me: failed program was:" >&5
19881 sed 's/^/| /' conftest.$ac_ext >&5
19882
19883 ac_lo=`expr $ac_mid + 1`
19884 if test $ac_lo -le $ac_mid; then
19885 ac_lo= ac_hi=
19886 break
19887 fi
19888 ac_mid=`expr 2 '*' $ac_mid + 1`
19889 fi
19890
19891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19892 done
19893 else
19894 echo "$as_me: failed program was:" >&5
19895 sed 's/^/| /' conftest.$ac_ext >&5
19896
19897 cat >conftest.$ac_ext <<_ACEOF
19898 /* confdefs.h. */
19899 _ACEOF
19900 cat confdefs.h >>conftest.$ac_ext
19901 cat >>conftest.$ac_ext <<_ACEOF
19902 /* end confdefs.h. */
19903 $ac_includes_default
19904 typedef short ac__type_sizeof_;
19905 int
19906 main ()
19907 {
19908 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
19909 test_array [0] = 0
19910
19911 ;
19912 return 0;
19913 }
19914 _ACEOF
19915 rm -f conftest.$ac_objext
19916 if { (ac_try="$ac_compile"
19917 case "(($ac_try" in
19918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19919 *) ac_try_echo=$ac_try;;
19920 esac
19921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19922 (eval "$ac_compile") 2>conftest.er1
19923 ac_status=$?
19924 grep -v '^ *+' conftest.er1 >conftest.err
19925 rm -f conftest.er1
19926 cat conftest.err >&5
19927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19928 (exit $ac_status); } && {
19929 test -z "$ac_c_werror_flag" ||
19930 test ! -s conftest.err
19931 } && test -s conftest.$ac_objext; then
19932 ac_hi=-1 ac_mid=-1
19933 while :; do
19934 cat >conftest.$ac_ext <<_ACEOF
19935 /* confdefs.h. */
19936 _ACEOF
19937 cat confdefs.h >>conftest.$ac_ext
19938 cat >>conftest.$ac_ext <<_ACEOF
19939 /* end confdefs.h. */
19940 $ac_includes_default
19941 typedef short ac__type_sizeof_;
19942 int
19943 main ()
19944 {
19945 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
19946 test_array [0] = 0
19947
19948 ;
19949 return 0;
19950 }
19951 _ACEOF
19952 rm -f conftest.$ac_objext
19953 if { (ac_try="$ac_compile"
19954 case "(($ac_try" in
19955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19956 *) ac_try_echo=$ac_try;;
19957 esac
19958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19959 (eval "$ac_compile") 2>conftest.er1
19960 ac_status=$?
19961 grep -v '^ *+' conftest.er1 >conftest.err
19962 rm -f conftest.er1
19963 cat conftest.err >&5
19964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19965 (exit $ac_status); } && {
19966 test -z "$ac_c_werror_flag" ||
19967 test ! -s conftest.err
19968 } && test -s conftest.$ac_objext; then
19969 ac_lo=$ac_mid; break
19970 else
19971 echo "$as_me: failed program was:" >&5
19972 sed 's/^/| /' conftest.$ac_ext >&5
19973
19974 ac_hi=`expr '(' $ac_mid ')' - 1`
19975 if test $ac_mid -le $ac_hi; then
19976 ac_lo= ac_hi=
19977 break
19978 fi
19979 ac_mid=`expr 2 '*' $ac_mid`
19980 fi
19981
19982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19983 done
19984 else
19985 echo "$as_me: failed program was:" >&5
19986 sed 's/^/| /' conftest.$ac_ext >&5
19987
19988 ac_lo= ac_hi=
19989 fi
19990
19991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19992 fi
19993
19994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19995 # Binary search between lo and hi bounds.
19996 while test "x$ac_lo" != "x$ac_hi"; do
19997 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19998 cat >conftest.$ac_ext <<_ACEOF
19999 /* confdefs.h. */
20000 _ACEOF
20001 cat confdefs.h >>conftest.$ac_ext
20002 cat >>conftest.$ac_ext <<_ACEOF
20003 /* end confdefs.h. */
20004 $ac_includes_default
20005 typedef short ac__type_sizeof_;
20006 int
20007 main ()
20008 {
20009 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20010 test_array [0] = 0
20011
20012 ;
20013 return 0;
20014 }
20015 _ACEOF
20016 rm -f conftest.$ac_objext
20017 if { (ac_try="$ac_compile"
20018 case "(($ac_try" in
20019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20020 *) ac_try_echo=$ac_try;;
20021 esac
20022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20023 (eval "$ac_compile") 2>conftest.er1
20024 ac_status=$?
20025 grep -v '^ *+' conftest.er1 >conftest.err
20026 rm -f conftest.er1
20027 cat conftest.err >&5
20028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20029 (exit $ac_status); } && {
20030 test -z "$ac_c_werror_flag" ||
20031 test ! -s conftest.err
20032 } && test -s conftest.$ac_objext; then
20033 ac_hi=$ac_mid
20034 else
20035 echo "$as_me: failed program was:" >&5
20036 sed 's/^/| /' conftest.$ac_ext >&5
20037
20038 ac_lo=`expr '(' $ac_mid ')' + 1`
20039 fi
20040
20041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20042 done
20043 case $ac_lo in
20044 ?*) ac_cv_sizeof_short=$ac_lo;;
20045 '') if test "$ac_cv_type_short" = yes; then
20046 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
20047 See \`config.log' for more details." >&5
20048 echo "$as_me: error: cannot compute sizeof (short)
20049 See \`config.log' for more details." >&2;}
20050 { (exit 77); exit 77; }; }
20051 else
20052 ac_cv_sizeof_short=0
20053 fi ;;
20054 esac
20055 else
20056 cat >conftest.$ac_ext <<_ACEOF
20057 /* confdefs.h. */
20058 _ACEOF
20059 cat confdefs.h >>conftest.$ac_ext
20060 cat >>conftest.$ac_ext <<_ACEOF
20061 /* end confdefs.h. */
20062 $ac_includes_default
20063 typedef short ac__type_sizeof_;
20064 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20065 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20066 #include <stdio.h>
20067 #include <stdlib.h>
20068 int
20069 main ()
20070 {
20071
20072 FILE *f = fopen ("conftest.val", "w");
20073 if (! f)
20074 return 1;
20075 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20076 {
20077 long int i = longval ();
20078 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20079 return 1;
20080 fprintf (f, "%ld\n", i);
20081 }
20082 else
20083 {
20084 unsigned long int i = ulongval ();
20085 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20086 return 1;
20087 fprintf (f, "%lu\n", i);
20088 }
20089 return ferror (f) || fclose (f) != 0;
20090
20091 ;
20092 return 0;
20093 }
20094 _ACEOF
20095 rm -f conftest$ac_exeext
20096 if { (ac_try="$ac_link"
20097 case "(($ac_try" in
20098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20099 *) ac_try_echo=$ac_try;;
20100 esac
20101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20102 (eval "$ac_link") 2>&5
20103 ac_status=$?
20104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20106 { (case "(($ac_try" in
20107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20108 *) ac_try_echo=$ac_try;;
20109 esac
20110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20111 (eval "$ac_try") 2>&5
20112 ac_status=$?
20113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20114 (exit $ac_status); }; }; then
20115 ac_cv_sizeof_short=`cat conftest.val`
20116 else
20117 echo "$as_me: program exited with status $ac_status" >&5
20118 echo "$as_me: failed program was:" >&5
20119 sed 's/^/| /' conftest.$ac_ext >&5
20120
20121 ( exit $ac_status )
20122 if test "$ac_cv_type_short" = yes; then
20123 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
20124 See \`config.log' for more details." >&5
20125 echo "$as_me: error: cannot compute sizeof (short)
20126 See \`config.log' for more details." >&2;}
20127 { (exit 77); exit 77; }; }
20128 else
20129 ac_cv_sizeof_short=0
20130 fi
20131 fi
20132 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20133 fi
20134 rm -f conftest.val
20135 fi
20136 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
20137 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
20138
20139
20140
20141 cat >>confdefs.h <<_ACEOF
20142 #define SIZEOF_SHORT $ac_cv_sizeof_short
20143 _ACEOF
20144
20145
20146 { echo "$as_me:$LINENO: checking for void *" >&5
20147 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
20148 if test "${ac_cv_type_void_p+set}" = set; then
20149 echo $ECHO_N "(cached) $ECHO_C" >&6
20150 else
20151 cat >conftest.$ac_ext <<_ACEOF
20152 /* confdefs.h. */
20153 _ACEOF
20154 cat confdefs.h >>conftest.$ac_ext
20155 cat >>conftest.$ac_ext <<_ACEOF
20156 /* end confdefs.h. */
20157 $ac_includes_default
20158 typedef void * ac__type_new_;
20159 int
20160 main ()
20161 {
20162 if ((ac__type_new_ *) 0)
20163 return 0;
20164 if (sizeof (ac__type_new_))
20165 return 0;
20166 ;
20167 return 0;
20168 }
20169 _ACEOF
20170 rm -f conftest.$ac_objext
20171 if { (ac_try="$ac_compile"
20172 case "(($ac_try" in
20173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20174 *) ac_try_echo=$ac_try;;
20175 esac
20176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20177 (eval "$ac_compile") 2>conftest.er1
20178 ac_status=$?
20179 grep -v '^ *+' conftest.er1 >conftest.err
20180 rm -f conftest.er1
20181 cat conftest.err >&5
20182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20183 (exit $ac_status); } && {
20184 test -z "$ac_c_werror_flag" ||
20185 test ! -s conftest.err
20186 } && test -s conftest.$ac_objext; then
20187 ac_cv_type_void_p=yes
20188 else
20189 echo "$as_me: failed program was:" >&5
20190 sed 's/^/| /' conftest.$ac_ext >&5
20191
20192 ac_cv_type_void_p=no
20193 fi
20194
20195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20196 fi
20197 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
20198 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
20199
20200 # The cast to long int works around a bug in the HP C Compiler
20201 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20202 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20203 # This bug is HP SR number 8606223364.
20204 { echo "$as_me:$LINENO: checking size of void *" >&5
20205 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
20206 if test "${ac_cv_sizeof_void_p+set}" = set; then
20207 echo $ECHO_N "(cached) $ECHO_C" >&6
20208 else
20209 if test "$cross_compiling" = yes; then
20210 # Depending upon the size, compute the lo and hi bounds.
20211 cat >conftest.$ac_ext <<_ACEOF
20212 /* confdefs.h. */
20213 _ACEOF
20214 cat confdefs.h >>conftest.$ac_ext
20215 cat >>conftest.$ac_ext <<_ACEOF
20216 /* end confdefs.h. */
20217 $ac_includes_default
20218 typedef void * ac__type_sizeof_;
20219 int
20220 main ()
20221 {
20222 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20223 test_array [0] = 0
20224
20225 ;
20226 return 0;
20227 }
20228 _ACEOF
20229 rm -f conftest.$ac_objext
20230 if { (ac_try="$ac_compile"
20231 case "(($ac_try" in
20232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20233 *) ac_try_echo=$ac_try;;
20234 esac
20235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20236 (eval "$ac_compile") 2>conftest.er1
20237 ac_status=$?
20238 grep -v '^ *+' conftest.er1 >conftest.err
20239 rm -f conftest.er1
20240 cat conftest.err >&5
20241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20242 (exit $ac_status); } && {
20243 test -z "$ac_c_werror_flag" ||
20244 test ! -s conftest.err
20245 } && test -s conftest.$ac_objext; then
20246 ac_lo=0 ac_mid=0
20247 while :; do
20248 cat >conftest.$ac_ext <<_ACEOF
20249 /* confdefs.h. */
20250 _ACEOF
20251 cat confdefs.h >>conftest.$ac_ext
20252 cat >>conftest.$ac_ext <<_ACEOF
20253 /* end confdefs.h. */
20254 $ac_includes_default
20255 typedef void * ac__type_sizeof_;
20256 int
20257 main ()
20258 {
20259 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20260 test_array [0] = 0
20261
20262 ;
20263 return 0;
20264 }
20265 _ACEOF
20266 rm -f conftest.$ac_objext
20267 if { (ac_try="$ac_compile"
20268 case "(($ac_try" in
20269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20270 *) ac_try_echo=$ac_try;;
20271 esac
20272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20273 (eval "$ac_compile") 2>conftest.er1
20274 ac_status=$?
20275 grep -v '^ *+' conftest.er1 >conftest.err
20276 rm -f conftest.er1
20277 cat conftest.err >&5
20278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20279 (exit $ac_status); } && {
20280 test -z "$ac_c_werror_flag" ||
20281 test ! -s conftest.err
20282 } && test -s conftest.$ac_objext; then
20283 ac_hi=$ac_mid; break
20284 else
20285 echo "$as_me: failed program was:" >&5
20286 sed 's/^/| /' conftest.$ac_ext >&5
20287
20288 ac_lo=`expr $ac_mid + 1`
20289 if test $ac_lo -le $ac_mid; then
20290 ac_lo= ac_hi=
20291 break
20292 fi
20293 ac_mid=`expr 2 '*' $ac_mid + 1`
20294 fi
20295
20296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20297 done
20298 else
20299 echo "$as_me: failed program was:" >&5
20300 sed 's/^/| /' conftest.$ac_ext >&5
20301
20302 cat >conftest.$ac_ext <<_ACEOF
20303 /* confdefs.h. */
20304 _ACEOF
20305 cat confdefs.h >>conftest.$ac_ext
20306 cat >>conftest.$ac_ext <<_ACEOF
20307 /* end confdefs.h. */
20308 $ac_includes_default
20309 typedef void * ac__type_sizeof_;
20310 int
20311 main ()
20312 {
20313 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20314 test_array [0] = 0
20315
20316 ;
20317 return 0;
20318 }
20319 _ACEOF
20320 rm -f conftest.$ac_objext
20321 if { (ac_try="$ac_compile"
20322 case "(($ac_try" in
20323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20324 *) ac_try_echo=$ac_try;;
20325 esac
20326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20327 (eval "$ac_compile") 2>conftest.er1
20328 ac_status=$?
20329 grep -v '^ *+' conftest.er1 >conftest.err
20330 rm -f conftest.er1
20331 cat conftest.err >&5
20332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20333 (exit $ac_status); } && {
20334 test -z "$ac_c_werror_flag" ||
20335 test ! -s conftest.err
20336 } && test -s conftest.$ac_objext; then
20337 ac_hi=-1 ac_mid=-1
20338 while :; do
20339 cat >conftest.$ac_ext <<_ACEOF
20340 /* confdefs.h. */
20341 _ACEOF
20342 cat confdefs.h >>conftest.$ac_ext
20343 cat >>conftest.$ac_ext <<_ACEOF
20344 /* end confdefs.h. */
20345 $ac_includes_default
20346 typedef void * ac__type_sizeof_;
20347 int
20348 main ()
20349 {
20350 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20351 test_array [0] = 0
20352
20353 ;
20354 return 0;
20355 }
20356 _ACEOF
20357 rm -f conftest.$ac_objext
20358 if { (ac_try="$ac_compile"
20359 case "(($ac_try" in
20360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20361 *) ac_try_echo=$ac_try;;
20362 esac
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20364 (eval "$ac_compile") 2>conftest.er1
20365 ac_status=$?
20366 grep -v '^ *+' conftest.er1 >conftest.err
20367 rm -f conftest.er1
20368 cat conftest.err >&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); } && {
20371 test -z "$ac_c_werror_flag" ||
20372 test ! -s conftest.err
20373 } && test -s conftest.$ac_objext; then
20374 ac_lo=$ac_mid; break
20375 else
20376 echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.$ac_ext >&5
20378
20379 ac_hi=`expr '(' $ac_mid ')' - 1`
20380 if test $ac_mid -le $ac_hi; then
20381 ac_lo= ac_hi=
20382 break
20383 fi
20384 ac_mid=`expr 2 '*' $ac_mid`
20385 fi
20386
20387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20388 done
20389 else
20390 echo "$as_me: failed program was:" >&5
20391 sed 's/^/| /' conftest.$ac_ext >&5
20392
20393 ac_lo= ac_hi=
20394 fi
20395
20396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20397 fi
20398
20399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20400 # Binary search between lo and hi bounds.
20401 while test "x$ac_lo" != "x$ac_hi"; do
20402 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20403 cat >conftest.$ac_ext <<_ACEOF
20404 /* confdefs.h. */
20405 _ACEOF
20406 cat confdefs.h >>conftest.$ac_ext
20407 cat >>conftest.$ac_ext <<_ACEOF
20408 /* end confdefs.h. */
20409 $ac_includes_default
20410 typedef void * ac__type_sizeof_;
20411 int
20412 main ()
20413 {
20414 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20415 test_array [0] = 0
20416
20417 ;
20418 return 0;
20419 }
20420 _ACEOF
20421 rm -f conftest.$ac_objext
20422 if { (ac_try="$ac_compile"
20423 case "(($ac_try" in
20424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20425 *) ac_try_echo=$ac_try;;
20426 esac
20427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20428 (eval "$ac_compile") 2>conftest.er1
20429 ac_status=$?
20430 grep -v '^ *+' conftest.er1 >conftest.err
20431 rm -f conftest.er1
20432 cat conftest.err >&5
20433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20434 (exit $ac_status); } && {
20435 test -z "$ac_c_werror_flag" ||
20436 test ! -s conftest.err
20437 } && test -s conftest.$ac_objext; then
20438 ac_hi=$ac_mid
20439 else
20440 echo "$as_me: failed program was:" >&5
20441 sed 's/^/| /' conftest.$ac_ext >&5
20442
20443 ac_lo=`expr '(' $ac_mid ')' + 1`
20444 fi
20445
20446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20447 done
20448 case $ac_lo in
20449 ?*) ac_cv_sizeof_void_p=$ac_lo;;
20450 '') if test "$ac_cv_type_void_p" = yes; then
20451 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
20452 See \`config.log' for more details." >&5
20453 echo "$as_me: error: cannot compute sizeof (void *)
20454 See \`config.log' for more details." >&2;}
20455 { (exit 77); exit 77; }; }
20456 else
20457 ac_cv_sizeof_void_p=0
20458 fi ;;
20459 esac
20460 else
20461 cat >conftest.$ac_ext <<_ACEOF
20462 /* confdefs.h. */
20463 _ACEOF
20464 cat confdefs.h >>conftest.$ac_ext
20465 cat >>conftest.$ac_ext <<_ACEOF
20466 /* end confdefs.h. */
20467 $ac_includes_default
20468 typedef void * ac__type_sizeof_;
20469 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20470 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20471 #include <stdio.h>
20472 #include <stdlib.h>
20473 int
20474 main ()
20475 {
20476
20477 FILE *f = fopen ("conftest.val", "w");
20478 if (! f)
20479 return 1;
20480 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20481 {
20482 long int i = longval ();
20483 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20484 return 1;
20485 fprintf (f, "%ld\n", i);
20486 }
20487 else
20488 {
20489 unsigned long int i = ulongval ();
20490 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20491 return 1;
20492 fprintf (f, "%lu\n", i);
20493 }
20494 return ferror (f) || fclose (f) != 0;
20495
20496 ;
20497 return 0;
20498 }
20499 _ACEOF
20500 rm -f conftest$ac_exeext
20501 if { (ac_try="$ac_link"
20502 case "(($ac_try" in
20503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20504 *) ac_try_echo=$ac_try;;
20505 esac
20506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20507 (eval "$ac_link") 2>&5
20508 ac_status=$?
20509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20511 { (case "(($ac_try" in
20512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20513 *) ac_try_echo=$ac_try;;
20514 esac
20515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20516 (eval "$ac_try") 2>&5
20517 ac_status=$?
20518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20519 (exit $ac_status); }; }; then
20520 ac_cv_sizeof_void_p=`cat conftest.val`
20521 else
20522 echo "$as_me: program exited with status $ac_status" >&5
20523 echo "$as_me: failed program was:" >&5
20524 sed 's/^/| /' conftest.$ac_ext >&5
20525
20526 ( exit $ac_status )
20527 if test "$ac_cv_type_void_p" = yes; then
20528 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
20529 See \`config.log' for more details." >&5
20530 echo "$as_me: error: cannot compute sizeof (void *)
20531 See \`config.log' for more details." >&2;}
20532 { (exit 77); exit 77; }; }
20533 else
20534 ac_cv_sizeof_void_p=0
20535 fi
20536 fi
20537 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20538 fi
20539 rm -f conftest.val
20540 fi
20541 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
20542 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
20543
20544
20545
20546 cat >>confdefs.h <<_ACEOF
20547 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
20548 _ACEOF
20549
20550
20551 { echo "$as_me:$LINENO: checking for int" >&5
20552 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
20553 if test "${ac_cv_type_int+set}" = set; then
20554 echo $ECHO_N "(cached) $ECHO_C" >&6
20555 else
20556 cat >conftest.$ac_ext <<_ACEOF
20557 /* confdefs.h. */
20558 _ACEOF
20559 cat confdefs.h >>conftest.$ac_ext
20560 cat >>conftest.$ac_ext <<_ACEOF
20561 /* end confdefs.h. */
20562 $ac_includes_default
20563 typedef int ac__type_new_;
20564 int
20565 main ()
20566 {
20567 if ((ac__type_new_ *) 0)
20568 return 0;
20569 if (sizeof (ac__type_new_))
20570 return 0;
20571 ;
20572 return 0;
20573 }
20574 _ACEOF
20575 rm -f conftest.$ac_objext
20576 if { (ac_try="$ac_compile"
20577 case "(($ac_try" in
20578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20579 *) ac_try_echo=$ac_try;;
20580 esac
20581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20582 (eval "$ac_compile") 2>conftest.er1
20583 ac_status=$?
20584 grep -v '^ *+' conftest.er1 >conftest.err
20585 rm -f conftest.er1
20586 cat conftest.err >&5
20587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20588 (exit $ac_status); } && {
20589 test -z "$ac_c_werror_flag" ||
20590 test ! -s conftest.err
20591 } && test -s conftest.$ac_objext; then
20592 ac_cv_type_int=yes
20593 else
20594 echo "$as_me: failed program was:" >&5
20595 sed 's/^/| /' conftest.$ac_ext >&5
20596
20597 ac_cv_type_int=no
20598 fi
20599
20600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20601 fi
20602 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
20603 echo "${ECHO_T}$ac_cv_type_int" >&6; }
20604
20605 # The cast to long int works around a bug in the HP C Compiler
20606 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20607 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20608 # This bug is HP SR number 8606223364.
20609 { echo "$as_me:$LINENO: checking size of int" >&5
20610 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
20611 if test "${ac_cv_sizeof_int+set}" = set; then
20612 echo $ECHO_N "(cached) $ECHO_C" >&6
20613 else
20614 if test "$cross_compiling" = yes; then
20615 # Depending upon the size, compute the lo and hi bounds.
20616 cat >conftest.$ac_ext <<_ACEOF
20617 /* confdefs.h. */
20618 _ACEOF
20619 cat confdefs.h >>conftest.$ac_ext
20620 cat >>conftest.$ac_ext <<_ACEOF
20621 /* end confdefs.h. */
20622 $ac_includes_default
20623 typedef int ac__type_sizeof_;
20624 int
20625 main ()
20626 {
20627 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20628 test_array [0] = 0
20629
20630 ;
20631 return 0;
20632 }
20633 _ACEOF
20634 rm -f conftest.$ac_objext
20635 if { (ac_try="$ac_compile"
20636 case "(($ac_try" in
20637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20638 *) ac_try_echo=$ac_try;;
20639 esac
20640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20641 (eval "$ac_compile") 2>conftest.er1
20642 ac_status=$?
20643 grep -v '^ *+' conftest.er1 >conftest.err
20644 rm -f conftest.er1
20645 cat conftest.err >&5
20646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647 (exit $ac_status); } && {
20648 test -z "$ac_c_werror_flag" ||
20649 test ! -s conftest.err
20650 } && test -s conftest.$ac_objext; then
20651 ac_lo=0 ac_mid=0
20652 while :; do
20653 cat >conftest.$ac_ext <<_ACEOF
20654 /* confdefs.h. */
20655 _ACEOF
20656 cat confdefs.h >>conftest.$ac_ext
20657 cat >>conftest.$ac_ext <<_ACEOF
20658 /* end confdefs.h. */
20659 $ac_includes_default
20660 typedef int ac__type_sizeof_;
20661 int
20662 main ()
20663 {
20664 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20665 test_array [0] = 0
20666
20667 ;
20668 return 0;
20669 }
20670 _ACEOF
20671 rm -f conftest.$ac_objext
20672 if { (ac_try="$ac_compile"
20673 case "(($ac_try" in
20674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20675 *) ac_try_echo=$ac_try;;
20676 esac
20677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20678 (eval "$ac_compile") 2>conftest.er1
20679 ac_status=$?
20680 grep -v '^ *+' conftest.er1 >conftest.err
20681 rm -f conftest.er1
20682 cat conftest.err >&5
20683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20684 (exit $ac_status); } && {
20685 test -z "$ac_c_werror_flag" ||
20686 test ! -s conftest.err
20687 } && test -s conftest.$ac_objext; then
20688 ac_hi=$ac_mid; break
20689 else
20690 echo "$as_me: failed program was:" >&5
20691 sed 's/^/| /' conftest.$ac_ext >&5
20692
20693 ac_lo=`expr $ac_mid + 1`
20694 if test $ac_lo -le $ac_mid; then
20695 ac_lo= ac_hi=
20696 break
20697 fi
20698 ac_mid=`expr 2 '*' $ac_mid + 1`
20699 fi
20700
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20702 done
20703 else
20704 echo "$as_me: failed program was:" >&5
20705 sed 's/^/| /' conftest.$ac_ext >&5
20706
20707 cat >conftest.$ac_ext <<_ACEOF
20708 /* confdefs.h. */
20709 _ACEOF
20710 cat confdefs.h >>conftest.$ac_ext
20711 cat >>conftest.$ac_ext <<_ACEOF
20712 /* end confdefs.h. */
20713 $ac_includes_default
20714 typedef int ac__type_sizeof_;
20715 int
20716 main ()
20717 {
20718 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20719 test_array [0] = 0
20720
20721 ;
20722 return 0;
20723 }
20724 _ACEOF
20725 rm -f conftest.$ac_objext
20726 if { (ac_try="$ac_compile"
20727 case "(($ac_try" in
20728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20729 *) ac_try_echo=$ac_try;;
20730 esac
20731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20732 (eval "$ac_compile") 2>conftest.er1
20733 ac_status=$?
20734 grep -v '^ *+' conftest.er1 >conftest.err
20735 rm -f conftest.er1
20736 cat conftest.err >&5
20737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20738 (exit $ac_status); } && {
20739 test -z "$ac_c_werror_flag" ||
20740 test ! -s conftest.err
20741 } && test -s conftest.$ac_objext; then
20742 ac_hi=-1 ac_mid=-1
20743 while :; do
20744 cat >conftest.$ac_ext <<_ACEOF
20745 /* confdefs.h. */
20746 _ACEOF
20747 cat confdefs.h >>conftest.$ac_ext
20748 cat >>conftest.$ac_ext <<_ACEOF
20749 /* end confdefs.h. */
20750 $ac_includes_default
20751 typedef int ac__type_sizeof_;
20752 int
20753 main ()
20754 {
20755 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20756 test_array [0] = 0
20757
20758 ;
20759 return 0;
20760 }
20761 _ACEOF
20762 rm -f conftest.$ac_objext
20763 if { (ac_try="$ac_compile"
20764 case "(($ac_try" in
20765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20766 *) ac_try_echo=$ac_try;;
20767 esac
20768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20769 (eval "$ac_compile") 2>conftest.er1
20770 ac_status=$?
20771 grep -v '^ *+' conftest.er1 >conftest.err
20772 rm -f conftest.er1
20773 cat conftest.err >&5
20774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20775 (exit $ac_status); } && {
20776 test -z "$ac_c_werror_flag" ||
20777 test ! -s conftest.err
20778 } && test -s conftest.$ac_objext; then
20779 ac_lo=$ac_mid; break
20780 else
20781 echo "$as_me: failed program was:" >&5
20782 sed 's/^/| /' conftest.$ac_ext >&5
20783
20784 ac_hi=`expr '(' $ac_mid ')' - 1`
20785 if test $ac_mid -le $ac_hi; then
20786 ac_lo= ac_hi=
20787 break
20788 fi
20789 ac_mid=`expr 2 '*' $ac_mid`
20790 fi
20791
20792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20793 done
20794 else
20795 echo "$as_me: failed program was:" >&5
20796 sed 's/^/| /' conftest.$ac_ext >&5
20797
20798 ac_lo= ac_hi=
20799 fi
20800
20801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20802 fi
20803
20804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20805 # Binary search between lo and hi bounds.
20806 while test "x$ac_lo" != "x$ac_hi"; do
20807 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20808 cat >conftest.$ac_ext <<_ACEOF
20809 /* confdefs.h. */
20810 _ACEOF
20811 cat confdefs.h >>conftest.$ac_ext
20812 cat >>conftest.$ac_ext <<_ACEOF
20813 /* end confdefs.h. */
20814 $ac_includes_default
20815 typedef int ac__type_sizeof_;
20816 int
20817 main ()
20818 {
20819 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20820 test_array [0] = 0
20821
20822 ;
20823 return 0;
20824 }
20825 _ACEOF
20826 rm -f conftest.$ac_objext
20827 if { (ac_try="$ac_compile"
20828 case "(($ac_try" in
20829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20830 *) ac_try_echo=$ac_try;;
20831 esac
20832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20833 (eval "$ac_compile") 2>conftest.er1
20834 ac_status=$?
20835 grep -v '^ *+' conftest.er1 >conftest.err
20836 rm -f conftest.er1
20837 cat conftest.err >&5
20838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20839 (exit $ac_status); } && {
20840 test -z "$ac_c_werror_flag" ||
20841 test ! -s conftest.err
20842 } && test -s conftest.$ac_objext; then
20843 ac_hi=$ac_mid
20844 else
20845 echo "$as_me: failed program was:" >&5
20846 sed 's/^/| /' conftest.$ac_ext >&5
20847
20848 ac_lo=`expr '(' $ac_mid ')' + 1`
20849 fi
20850
20851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20852 done
20853 case $ac_lo in
20854 ?*) ac_cv_sizeof_int=$ac_lo;;
20855 '') if test "$ac_cv_type_int" = yes; then
20856 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
20857 See \`config.log' for more details." >&5
20858 echo "$as_me: error: cannot compute sizeof (int)
20859 See \`config.log' for more details." >&2;}
20860 { (exit 77); exit 77; }; }
20861 else
20862 ac_cv_sizeof_int=0
20863 fi ;;
20864 esac
20865 else
20866 cat >conftest.$ac_ext <<_ACEOF
20867 /* confdefs.h. */
20868 _ACEOF
20869 cat confdefs.h >>conftest.$ac_ext
20870 cat >>conftest.$ac_ext <<_ACEOF
20871 /* end confdefs.h. */
20872 $ac_includes_default
20873 typedef int ac__type_sizeof_;
20874 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20875 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20876 #include <stdio.h>
20877 #include <stdlib.h>
20878 int
20879 main ()
20880 {
20881
20882 FILE *f = fopen ("conftest.val", "w");
20883 if (! f)
20884 return 1;
20885 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20886 {
20887 long int i = longval ();
20888 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20889 return 1;
20890 fprintf (f, "%ld\n", i);
20891 }
20892 else
20893 {
20894 unsigned long int i = ulongval ();
20895 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20896 return 1;
20897 fprintf (f, "%lu\n", i);
20898 }
20899 return ferror (f) || fclose (f) != 0;
20900
20901 ;
20902 return 0;
20903 }
20904 _ACEOF
20905 rm -f conftest$ac_exeext
20906 if { (ac_try="$ac_link"
20907 case "(($ac_try" in
20908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20909 *) ac_try_echo=$ac_try;;
20910 esac
20911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20912 (eval "$ac_link") 2>&5
20913 ac_status=$?
20914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20915 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20916 { (case "(($ac_try" in
20917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20918 *) ac_try_echo=$ac_try;;
20919 esac
20920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20921 (eval "$ac_try") 2>&5
20922 ac_status=$?
20923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20924 (exit $ac_status); }; }; then
20925 ac_cv_sizeof_int=`cat conftest.val`
20926 else
20927 echo "$as_me: program exited with status $ac_status" >&5
20928 echo "$as_me: failed program was:" >&5
20929 sed 's/^/| /' conftest.$ac_ext >&5
20930
20931 ( exit $ac_status )
20932 if test "$ac_cv_type_int" = yes; then
20933 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
20934 See \`config.log' for more details." >&5
20935 echo "$as_me: error: cannot compute sizeof (int)
20936 See \`config.log' for more details." >&2;}
20937 { (exit 77); exit 77; }; }
20938 else
20939 ac_cv_sizeof_int=0
20940 fi
20941 fi
20942 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20943 fi
20944 rm -f conftest.val
20945 fi
20946 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
20947 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
20948
20949
20950
20951 cat >>confdefs.h <<_ACEOF
20952 #define SIZEOF_INT $ac_cv_sizeof_int
20953 _ACEOF
20954
20955
20956 { echo "$as_me:$LINENO: checking for long" >&5
20957 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
20958 if test "${ac_cv_type_long+set}" = set; then
20959 echo $ECHO_N "(cached) $ECHO_C" >&6
20960 else
20961 cat >conftest.$ac_ext <<_ACEOF
20962 /* confdefs.h. */
20963 _ACEOF
20964 cat confdefs.h >>conftest.$ac_ext
20965 cat >>conftest.$ac_ext <<_ACEOF
20966 /* end confdefs.h. */
20967 $ac_includes_default
20968 typedef long ac__type_new_;
20969 int
20970 main ()
20971 {
20972 if ((ac__type_new_ *) 0)
20973 return 0;
20974 if (sizeof (ac__type_new_))
20975 return 0;
20976 ;
20977 return 0;
20978 }
20979 _ACEOF
20980 rm -f conftest.$ac_objext
20981 if { (ac_try="$ac_compile"
20982 case "(($ac_try" in
20983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20984 *) ac_try_echo=$ac_try;;
20985 esac
20986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20987 (eval "$ac_compile") 2>conftest.er1
20988 ac_status=$?
20989 grep -v '^ *+' conftest.er1 >conftest.err
20990 rm -f conftest.er1
20991 cat conftest.err >&5
20992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993 (exit $ac_status); } && {
20994 test -z "$ac_c_werror_flag" ||
20995 test ! -s conftest.err
20996 } && test -s conftest.$ac_objext; then
20997 ac_cv_type_long=yes
20998 else
20999 echo "$as_me: failed program was:" >&5
21000 sed 's/^/| /' conftest.$ac_ext >&5
21001
21002 ac_cv_type_long=no
21003 fi
21004
21005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21006 fi
21007 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
21008 echo "${ECHO_T}$ac_cv_type_long" >&6; }
21009
21010 # The cast to long int works around a bug in the HP C Compiler
21011 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21012 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21013 # This bug is HP SR number 8606223364.
21014 { echo "$as_me:$LINENO: checking size of long" >&5
21015 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
21016 if test "${ac_cv_sizeof_long+set}" = set; then
21017 echo $ECHO_N "(cached) $ECHO_C" >&6
21018 else
21019 if test "$cross_compiling" = yes; then
21020 # Depending upon the size, compute the lo and hi bounds.
21021 cat >conftest.$ac_ext <<_ACEOF
21022 /* confdefs.h. */
21023 _ACEOF
21024 cat confdefs.h >>conftest.$ac_ext
21025 cat >>conftest.$ac_ext <<_ACEOF
21026 /* end confdefs.h. */
21027 $ac_includes_default
21028 typedef long ac__type_sizeof_;
21029 int
21030 main ()
21031 {
21032 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21033 test_array [0] = 0
21034
21035 ;
21036 return 0;
21037 }
21038 _ACEOF
21039 rm -f conftest.$ac_objext
21040 if { (ac_try="$ac_compile"
21041 case "(($ac_try" in
21042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21043 *) ac_try_echo=$ac_try;;
21044 esac
21045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21046 (eval "$ac_compile") 2>conftest.er1
21047 ac_status=$?
21048 grep -v '^ *+' conftest.er1 >conftest.err
21049 rm -f conftest.er1
21050 cat conftest.err >&5
21051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21052 (exit $ac_status); } && {
21053 test -z "$ac_c_werror_flag" ||
21054 test ! -s conftest.err
21055 } && test -s conftest.$ac_objext; then
21056 ac_lo=0 ac_mid=0
21057 while :; do
21058 cat >conftest.$ac_ext <<_ACEOF
21059 /* confdefs.h. */
21060 _ACEOF
21061 cat confdefs.h >>conftest.$ac_ext
21062 cat >>conftest.$ac_ext <<_ACEOF
21063 /* end confdefs.h. */
21064 $ac_includes_default
21065 typedef long ac__type_sizeof_;
21066 int
21067 main ()
21068 {
21069 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21070 test_array [0] = 0
21071
21072 ;
21073 return 0;
21074 }
21075 _ACEOF
21076 rm -f conftest.$ac_objext
21077 if { (ac_try="$ac_compile"
21078 case "(($ac_try" in
21079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21080 *) ac_try_echo=$ac_try;;
21081 esac
21082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21083 (eval "$ac_compile") 2>conftest.er1
21084 ac_status=$?
21085 grep -v '^ *+' conftest.er1 >conftest.err
21086 rm -f conftest.er1
21087 cat conftest.err >&5
21088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21089 (exit $ac_status); } && {
21090 test -z "$ac_c_werror_flag" ||
21091 test ! -s conftest.err
21092 } && test -s conftest.$ac_objext; then
21093 ac_hi=$ac_mid; break
21094 else
21095 echo "$as_me: failed program was:" >&5
21096 sed 's/^/| /' conftest.$ac_ext >&5
21097
21098 ac_lo=`expr $ac_mid + 1`
21099 if test $ac_lo -le $ac_mid; then
21100 ac_lo= ac_hi=
21101 break
21102 fi
21103 ac_mid=`expr 2 '*' $ac_mid + 1`
21104 fi
21105
21106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21107 done
21108 else
21109 echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21111
21112 cat >conftest.$ac_ext <<_ACEOF
21113 /* confdefs.h. */
21114 _ACEOF
21115 cat confdefs.h >>conftest.$ac_ext
21116 cat >>conftest.$ac_ext <<_ACEOF
21117 /* end confdefs.h. */
21118 $ac_includes_default
21119 typedef long ac__type_sizeof_;
21120 int
21121 main ()
21122 {
21123 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21124 test_array [0] = 0
21125
21126 ;
21127 return 0;
21128 }
21129 _ACEOF
21130 rm -f conftest.$ac_objext
21131 if { (ac_try="$ac_compile"
21132 case "(($ac_try" in
21133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21134 *) ac_try_echo=$ac_try;;
21135 esac
21136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21137 (eval "$ac_compile") 2>conftest.er1
21138 ac_status=$?
21139 grep -v '^ *+' conftest.er1 >conftest.err
21140 rm -f conftest.er1
21141 cat conftest.err >&5
21142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21143 (exit $ac_status); } && {
21144 test -z "$ac_c_werror_flag" ||
21145 test ! -s conftest.err
21146 } && test -s conftest.$ac_objext; then
21147 ac_hi=-1 ac_mid=-1
21148 while :; do
21149 cat >conftest.$ac_ext <<_ACEOF
21150 /* confdefs.h. */
21151 _ACEOF
21152 cat confdefs.h >>conftest.$ac_ext
21153 cat >>conftest.$ac_ext <<_ACEOF
21154 /* end confdefs.h. */
21155 $ac_includes_default
21156 typedef long ac__type_sizeof_;
21157 int
21158 main ()
21159 {
21160 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21161 test_array [0] = 0
21162
21163 ;
21164 return 0;
21165 }
21166 _ACEOF
21167 rm -f conftest.$ac_objext
21168 if { (ac_try="$ac_compile"
21169 case "(($ac_try" in
21170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21171 *) ac_try_echo=$ac_try;;
21172 esac
21173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21174 (eval "$ac_compile") 2>conftest.er1
21175 ac_status=$?
21176 grep -v '^ *+' conftest.er1 >conftest.err
21177 rm -f conftest.er1
21178 cat conftest.err >&5
21179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21180 (exit $ac_status); } && {
21181 test -z "$ac_c_werror_flag" ||
21182 test ! -s conftest.err
21183 } && test -s conftest.$ac_objext; then
21184 ac_lo=$ac_mid; break
21185 else
21186 echo "$as_me: failed program was:" >&5
21187 sed 's/^/| /' conftest.$ac_ext >&5
21188
21189 ac_hi=`expr '(' $ac_mid ')' - 1`
21190 if test $ac_mid -le $ac_hi; then
21191 ac_lo= ac_hi=
21192 break
21193 fi
21194 ac_mid=`expr 2 '*' $ac_mid`
21195 fi
21196
21197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21198 done
21199 else
21200 echo "$as_me: failed program was:" >&5
21201 sed 's/^/| /' conftest.$ac_ext >&5
21202
21203 ac_lo= ac_hi=
21204 fi
21205
21206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21207 fi
21208
21209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21210 # Binary search between lo and hi bounds.
21211 while test "x$ac_lo" != "x$ac_hi"; do
21212 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21213 cat >conftest.$ac_ext <<_ACEOF
21214 /* confdefs.h. */
21215 _ACEOF
21216 cat confdefs.h >>conftest.$ac_ext
21217 cat >>conftest.$ac_ext <<_ACEOF
21218 /* end confdefs.h. */
21219 $ac_includes_default
21220 typedef long ac__type_sizeof_;
21221 int
21222 main ()
21223 {
21224 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21225 test_array [0] = 0
21226
21227 ;
21228 return 0;
21229 }
21230 _ACEOF
21231 rm -f conftest.$ac_objext
21232 if { (ac_try="$ac_compile"
21233 case "(($ac_try" in
21234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21235 *) ac_try_echo=$ac_try;;
21236 esac
21237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21238 (eval "$ac_compile") 2>conftest.er1
21239 ac_status=$?
21240 grep -v '^ *+' conftest.er1 >conftest.err
21241 rm -f conftest.er1
21242 cat conftest.err >&5
21243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21244 (exit $ac_status); } && {
21245 test -z "$ac_c_werror_flag" ||
21246 test ! -s conftest.err
21247 } && test -s conftest.$ac_objext; then
21248 ac_hi=$ac_mid
21249 else
21250 echo "$as_me: failed program was:" >&5
21251 sed 's/^/| /' conftest.$ac_ext >&5
21252
21253 ac_lo=`expr '(' $ac_mid ')' + 1`
21254 fi
21255
21256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21257 done
21258 case $ac_lo in
21259 ?*) ac_cv_sizeof_long=$ac_lo;;
21260 '') if test "$ac_cv_type_long" = yes; then
21261 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
21262 See \`config.log' for more details." >&5
21263 echo "$as_me: error: cannot compute sizeof (long)
21264 See \`config.log' for more details." >&2;}
21265 { (exit 77); exit 77; }; }
21266 else
21267 ac_cv_sizeof_long=0
21268 fi ;;
21269 esac
21270 else
21271 cat >conftest.$ac_ext <<_ACEOF
21272 /* confdefs.h. */
21273 _ACEOF
21274 cat confdefs.h >>conftest.$ac_ext
21275 cat >>conftest.$ac_ext <<_ACEOF
21276 /* end confdefs.h. */
21277 $ac_includes_default
21278 typedef long ac__type_sizeof_;
21279 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21280 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21281 #include <stdio.h>
21282 #include <stdlib.h>
21283 int
21284 main ()
21285 {
21286
21287 FILE *f = fopen ("conftest.val", "w");
21288 if (! f)
21289 return 1;
21290 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21291 {
21292 long int i = longval ();
21293 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21294 return 1;
21295 fprintf (f, "%ld\n", i);
21296 }
21297 else
21298 {
21299 unsigned long int i = ulongval ();
21300 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21301 return 1;
21302 fprintf (f, "%lu\n", i);
21303 }
21304 return ferror (f) || fclose (f) != 0;
21305
21306 ;
21307 return 0;
21308 }
21309 _ACEOF
21310 rm -f conftest$ac_exeext
21311 if { (ac_try="$ac_link"
21312 case "(($ac_try" in
21313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21315 esac
21316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21317 (eval "$ac_link") 2>&5
21318 ac_status=$?
21319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21320 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21321 { (case "(($ac_try" in
21322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21323 *) ac_try_echo=$ac_try;;
21324 esac
21325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21326 (eval "$ac_try") 2>&5
21327 ac_status=$?
21328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21329 (exit $ac_status); }; }; then
21330 ac_cv_sizeof_long=`cat conftest.val`
21331 else
21332 echo "$as_me: program exited with status $ac_status" >&5
21333 echo "$as_me: failed program was:" >&5
21334 sed 's/^/| /' conftest.$ac_ext >&5
21335
21336 ( exit $ac_status )
21337 if test "$ac_cv_type_long" = yes; then
21338 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
21339 See \`config.log' for more details." >&5
21340 echo "$as_me: error: cannot compute sizeof (long)
21341 See \`config.log' for more details." >&2;}
21342 { (exit 77); exit 77; }; }
21343 else
21344 ac_cv_sizeof_long=0
21345 fi
21346 fi
21347 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21348 fi
21349 rm -f conftest.val
21350 fi
21351 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
21352 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
21353
21354
21355
21356 cat >>confdefs.h <<_ACEOF
21357 #define SIZEOF_LONG $ac_cv_sizeof_long
21358 _ACEOF
21359
21360
21361 { echo "$as_me:$LINENO: checking for size_t" >&5
21362 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
21363 if test "${ac_cv_type_size_t+set}" = set; then
21364 echo $ECHO_N "(cached) $ECHO_C" >&6
21365 else
21366 cat >conftest.$ac_ext <<_ACEOF
21367 /* confdefs.h. */
21368 _ACEOF
21369 cat confdefs.h >>conftest.$ac_ext
21370 cat >>conftest.$ac_ext <<_ACEOF
21371 /* end confdefs.h. */
21372 $ac_includes_default
21373 typedef size_t ac__type_new_;
21374 int
21375 main ()
21376 {
21377 if ((ac__type_new_ *) 0)
21378 return 0;
21379 if (sizeof (ac__type_new_))
21380 return 0;
21381 ;
21382 return 0;
21383 }
21384 _ACEOF
21385 rm -f conftest.$ac_objext
21386 if { (ac_try="$ac_compile"
21387 case "(($ac_try" in
21388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21389 *) ac_try_echo=$ac_try;;
21390 esac
21391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21392 (eval "$ac_compile") 2>conftest.er1
21393 ac_status=$?
21394 grep -v '^ *+' conftest.er1 >conftest.err
21395 rm -f conftest.er1
21396 cat conftest.err >&5
21397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21398 (exit $ac_status); } && {
21399 test -z "$ac_c_werror_flag" ||
21400 test ! -s conftest.err
21401 } && test -s conftest.$ac_objext; then
21402 ac_cv_type_size_t=yes
21403 else
21404 echo "$as_me: failed program was:" >&5
21405 sed 's/^/| /' conftest.$ac_ext >&5
21406
21407 ac_cv_type_size_t=no
21408 fi
21409
21410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21411 fi
21412 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
21413 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
21414
21415 # The cast to long int works around a bug in the HP C Compiler
21416 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21417 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21418 # This bug is HP SR number 8606223364.
21419 { echo "$as_me:$LINENO: checking size of size_t" >&5
21420 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
21421 if test "${ac_cv_sizeof_size_t+set}" = set; then
21422 echo $ECHO_N "(cached) $ECHO_C" >&6
21423 else
21424 if test "$cross_compiling" = yes; then
21425 # Depending upon the size, compute the lo and hi bounds.
21426 cat >conftest.$ac_ext <<_ACEOF
21427 /* confdefs.h. */
21428 _ACEOF
21429 cat confdefs.h >>conftest.$ac_ext
21430 cat >>conftest.$ac_ext <<_ACEOF
21431 /* end confdefs.h. */
21432 $ac_includes_default
21433 typedef size_t ac__type_sizeof_;
21434 int
21435 main ()
21436 {
21437 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21438 test_array [0] = 0
21439
21440 ;
21441 return 0;
21442 }
21443 _ACEOF
21444 rm -f conftest.$ac_objext
21445 if { (ac_try="$ac_compile"
21446 case "(($ac_try" in
21447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21448 *) ac_try_echo=$ac_try;;
21449 esac
21450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21451 (eval "$ac_compile") 2>conftest.er1
21452 ac_status=$?
21453 grep -v '^ *+' conftest.er1 >conftest.err
21454 rm -f conftest.er1
21455 cat conftest.err >&5
21456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21457 (exit $ac_status); } && {
21458 test -z "$ac_c_werror_flag" ||
21459 test ! -s conftest.err
21460 } && test -s conftest.$ac_objext; then
21461 ac_lo=0 ac_mid=0
21462 while :; do
21463 cat >conftest.$ac_ext <<_ACEOF
21464 /* confdefs.h. */
21465 _ACEOF
21466 cat confdefs.h >>conftest.$ac_ext
21467 cat >>conftest.$ac_ext <<_ACEOF
21468 /* end confdefs.h. */
21469 $ac_includes_default
21470 typedef size_t ac__type_sizeof_;
21471 int
21472 main ()
21473 {
21474 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21475 test_array [0] = 0
21476
21477 ;
21478 return 0;
21479 }
21480 _ACEOF
21481 rm -f conftest.$ac_objext
21482 if { (ac_try="$ac_compile"
21483 case "(($ac_try" in
21484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21485 *) ac_try_echo=$ac_try;;
21486 esac
21487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21488 (eval "$ac_compile") 2>conftest.er1
21489 ac_status=$?
21490 grep -v '^ *+' conftest.er1 >conftest.err
21491 rm -f conftest.er1
21492 cat conftest.err >&5
21493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21494 (exit $ac_status); } && {
21495 test -z "$ac_c_werror_flag" ||
21496 test ! -s conftest.err
21497 } && test -s conftest.$ac_objext; then
21498 ac_hi=$ac_mid; break
21499 else
21500 echo "$as_me: failed program was:" >&5
21501 sed 's/^/| /' conftest.$ac_ext >&5
21502
21503 ac_lo=`expr $ac_mid + 1`
21504 if test $ac_lo -le $ac_mid; then
21505 ac_lo= ac_hi=
21506 break
21507 fi
21508 ac_mid=`expr 2 '*' $ac_mid + 1`
21509 fi
21510
21511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21512 done
21513 else
21514 echo "$as_me: failed program was:" >&5
21515 sed 's/^/| /' conftest.$ac_ext >&5
21516
21517 cat >conftest.$ac_ext <<_ACEOF
21518 /* confdefs.h. */
21519 _ACEOF
21520 cat confdefs.h >>conftest.$ac_ext
21521 cat >>conftest.$ac_ext <<_ACEOF
21522 /* end confdefs.h. */
21523 $ac_includes_default
21524 typedef size_t ac__type_sizeof_;
21525 int
21526 main ()
21527 {
21528 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21529 test_array [0] = 0
21530
21531 ;
21532 return 0;
21533 }
21534 _ACEOF
21535 rm -f conftest.$ac_objext
21536 if { (ac_try="$ac_compile"
21537 case "(($ac_try" in
21538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21539 *) ac_try_echo=$ac_try;;
21540 esac
21541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21542 (eval "$ac_compile") 2>conftest.er1
21543 ac_status=$?
21544 grep -v '^ *+' conftest.er1 >conftest.err
21545 rm -f conftest.er1
21546 cat conftest.err >&5
21547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21548 (exit $ac_status); } && {
21549 test -z "$ac_c_werror_flag" ||
21550 test ! -s conftest.err
21551 } && test -s conftest.$ac_objext; then
21552 ac_hi=-1 ac_mid=-1
21553 while :; do
21554 cat >conftest.$ac_ext <<_ACEOF
21555 /* confdefs.h. */
21556 _ACEOF
21557 cat confdefs.h >>conftest.$ac_ext
21558 cat >>conftest.$ac_ext <<_ACEOF
21559 /* end confdefs.h. */
21560 $ac_includes_default
21561 typedef size_t ac__type_sizeof_;
21562 int
21563 main ()
21564 {
21565 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21566 test_array [0] = 0
21567
21568 ;
21569 return 0;
21570 }
21571 _ACEOF
21572 rm -f conftest.$ac_objext
21573 if { (ac_try="$ac_compile"
21574 case "(($ac_try" in
21575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21576 *) ac_try_echo=$ac_try;;
21577 esac
21578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21579 (eval "$ac_compile") 2>conftest.er1
21580 ac_status=$?
21581 grep -v '^ *+' conftest.er1 >conftest.err
21582 rm -f conftest.er1
21583 cat conftest.err >&5
21584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21585 (exit $ac_status); } && {
21586 test -z "$ac_c_werror_flag" ||
21587 test ! -s conftest.err
21588 } && test -s conftest.$ac_objext; then
21589 ac_lo=$ac_mid; break
21590 else
21591 echo "$as_me: failed program was:" >&5
21592 sed 's/^/| /' conftest.$ac_ext >&5
21593
21594 ac_hi=`expr '(' $ac_mid ')' - 1`
21595 if test $ac_mid -le $ac_hi; then
21596 ac_lo= ac_hi=
21597 break
21598 fi
21599 ac_mid=`expr 2 '*' $ac_mid`
21600 fi
21601
21602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21603 done
21604 else
21605 echo "$as_me: failed program was:" >&5
21606 sed 's/^/| /' conftest.$ac_ext >&5
21607
21608 ac_lo= ac_hi=
21609 fi
21610
21611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21612 fi
21613
21614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21615 # Binary search between lo and hi bounds.
21616 while test "x$ac_lo" != "x$ac_hi"; do
21617 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21618 cat >conftest.$ac_ext <<_ACEOF
21619 /* confdefs.h. */
21620 _ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h. */
21624 $ac_includes_default
21625 typedef size_t ac__type_sizeof_;
21626 int
21627 main ()
21628 {
21629 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21630 test_array [0] = 0
21631
21632 ;
21633 return 0;
21634 }
21635 _ACEOF
21636 rm -f conftest.$ac_objext
21637 if { (ac_try="$ac_compile"
21638 case "(($ac_try" in
21639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21640 *) ac_try_echo=$ac_try;;
21641 esac
21642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21643 (eval "$ac_compile") 2>conftest.er1
21644 ac_status=$?
21645 grep -v '^ *+' conftest.er1 >conftest.err
21646 rm -f conftest.er1
21647 cat conftest.err >&5
21648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21649 (exit $ac_status); } && {
21650 test -z "$ac_c_werror_flag" ||
21651 test ! -s conftest.err
21652 } && test -s conftest.$ac_objext; then
21653 ac_hi=$ac_mid
21654 else
21655 echo "$as_me: failed program was:" >&5
21656 sed 's/^/| /' conftest.$ac_ext >&5
21657
21658 ac_lo=`expr '(' $ac_mid ')' + 1`
21659 fi
21660
21661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21662 done
21663 case $ac_lo in
21664 ?*) ac_cv_sizeof_size_t=$ac_lo;;
21665 '') if test "$ac_cv_type_size_t" = yes; then
21666 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
21667 See \`config.log' for more details." >&5
21668 echo "$as_me: error: cannot compute sizeof (size_t)
21669 See \`config.log' for more details." >&2;}
21670 { (exit 77); exit 77; }; }
21671 else
21672 ac_cv_sizeof_size_t=0
21673 fi ;;
21674 esac
21675 else
21676 cat >conftest.$ac_ext <<_ACEOF
21677 /* confdefs.h. */
21678 _ACEOF
21679 cat confdefs.h >>conftest.$ac_ext
21680 cat >>conftest.$ac_ext <<_ACEOF
21681 /* end confdefs.h. */
21682 $ac_includes_default
21683 typedef size_t ac__type_sizeof_;
21684 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21685 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21686 #include <stdio.h>
21687 #include <stdlib.h>
21688 int
21689 main ()
21690 {
21691
21692 FILE *f = fopen ("conftest.val", "w");
21693 if (! f)
21694 return 1;
21695 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21696 {
21697 long int i = longval ();
21698 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21699 return 1;
21700 fprintf (f, "%ld\n", i);
21701 }
21702 else
21703 {
21704 unsigned long int i = ulongval ();
21705 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21706 return 1;
21707 fprintf (f, "%lu\n", i);
21708 }
21709 return ferror (f) || fclose (f) != 0;
21710
21711 ;
21712 return 0;
21713 }
21714 _ACEOF
21715 rm -f conftest$ac_exeext
21716 if { (ac_try="$ac_link"
21717 case "(($ac_try" in
21718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21719 *) ac_try_echo=$ac_try;;
21720 esac
21721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21722 (eval "$ac_link") 2>&5
21723 ac_status=$?
21724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21725 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21726 { (case "(($ac_try" in
21727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21728 *) ac_try_echo=$ac_try;;
21729 esac
21730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21731 (eval "$ac_try") 2>&5
21732 ac_status=$?
21733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21734 (exit $ac_status); }; }; then
21735 ac_cv_sizeof_size_t=`cat conftest.val`
21736 else
21737 echo "$as_me: program exited with status $ac_status" >&5
21738 echo "$as_me: failed program was:" >&5
21739 sed 's/^/| /' conftest.$ac_ext >&5
21740
21741 ( exit $ac_status )
21742 if test "$ac_cv_type_size_t" = yes; then
21743 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
21744 See \`config.log' for more details." >&5
21745 echo "$as_me: error: cannot compute sizeof (size_t)
21746 See \`config.log' for more details." >&2;}
21747 { (exit 77); exit 77; }; }
21748 else
21749 ac_cv_sizeof_size_t=0
21750 fi
21751 fi
21752 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21753 fi
21754 rm -f conftest.val
21755 fi
21756 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
21757 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
21758
21759
21760
21761 cat >>confdefs.h <<_ACEOF
21762 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
21763 _ACEOF
21764
21765
21766
21767 case "${host}" in
21768 arm-*-linux* )
21769 { echo "$as_me:$LINENO: checking for long long" >&5
21770 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
21771 if test "${ac_cv_type_long_long+set}" = set; then
21772 echo $ECHO_N "(cached) $ECHO_C" >&6
21773 else
21774 cat >conftest.$ac_ext <<_ACEOF
21775 /* confdefs.h. */
21776 _ACEOF
21777 cat confdefs.h >>conftest.$ac_ext
21778 cat >>conftest.$ac_ext <<_ACEOF
21779 /* end confdefs.h. */
21780 $ac_includes_default
21781 typedef long long ac__type_new_;
21782 int
21783 main ()
21784 {
21785 if ((ac__type_new_ *) 0)
21786 return 0;
21787 if (sizeof (ac__type_new_))
21788 return 0;
21789 ;
21790 return 0;
21791 }
21792 _ACEOF
21793 rm -f conftest.$ac_objext
21794 if { (ac_try="$ac_compile"
21795 case "(($ac_try" in
21796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21797 *) ac_try_echo=$ac_try;;
21798 esac
21799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21800 (eval "$ac_compile") 2>conftest.er1
21801 ac_status=$?
21802 grep -v '^ *+' conftest.er1 >conftest.err
21803 rm -f conftest.er1
21804 cat conftest.err >&5
21805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806 (exit $ac_status); } && {
21807 test -z "$ac_c_werror_flag" ||
21808 test ! -s conftest.err
21809 } && test -s conftest.$ac_objext; then
21810 ac_cv_type_long_long=yes
21811 else
21812 echo "$as_me: failed program was:" >&5
21813 sed 's/^/| /' conftest.$ac_ext >&5
21814
21815 ac_cv_type_long_long=no
21816 fi
21817
21818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21819 fi
21820 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
21821 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
21822
21823 # The cast to long int works around a bug in the HP C Compiler
21824 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21825 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21826 # This bug is HP SR number 8606223364.
21827 { echo "$as_me:$LINENO: checking size of long long" >&5
21828 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
21829 if test "${ac_cv_sizeof_long_long+set}" = set; then
21830 echo $ECHO_N "(cached) $ECHO_C" >&6
21831 else
21832 if test "$cross_compiling" = yes; then
21833 # Depending upon the size, compute the lo and hi bounds.
21834 cat >conftest.$ac_ext <<_ACEOF
21835 /* confdefs.h. */
21836 _ACEOF
21837 cat confdefs.h >>conftest.$ac_ext
21838 cat >>conftest.$ac_ext <<_ACEOF
21839 /* end confdefs.h. */
21840 $ac_includes_default
21841 typedef long long ac__type_sizeof_;
21842 int
21843 main ()
21844 {
21845 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21846 test_array [0] = 0
21847
21848 ;
21849 return 0;
21850 }
21851 _ACEOF
21852 rm -f conftest.$ac_objext
21853 if { (ac_try="$ac_compile"
21854 case "(($ac_try" in
21855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21856 *) ac_try_echo=$ac_try;;
21857 esac
21858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21859 (eval "$ac_compile") 2>conftest.er1
21860 ac_status=$?
21861 grep -v '^ *+' conftest.er1 >conftest.err
21862 rm -f conftest.er1
21863 cat conftest.err >&5
21864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21865 (exit $ac_status); } && {
21866 test -z "$ac_c_werror_flag" ||
21867 test ! -s conftest.err
21868 } && test -s conftest.$ac_objext; then
21869 ac_lo=0 ac_mid=0
21870 while :; do
21871 cat >conftest.$ac_ext <<_ACEOF
21872 /* confdefs.h. */
21873 _ACEOF
21874 cat confdefs.h >>conftest.$ac_ext
21875 cat >>conftest.$ac_ext <<_ACEOF
21876 /* end confdefs.h. */
21877 $ac_includes_default
21878 typedef long long ac__type_sizeof_;
21879 int
21880 main ()
21881 {
21882 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21883 test_array [0] = 0
21884
21885 ;
21886 return 0;
21887 }
21888 _ACEOF
21889 rm -f conftest.$ac_objext
21890 if { (ac_try="$ac_compile"
21891 case "(($ac_try" in
21892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21893 *) ac_try_echo=$ac_try;;
21894 esac
21895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21896 (eval "$ac_compile") 2>conftest.er1
21897 ac_status=$?
21898 grep -v '^ *+' conftest.er1 >conftest.err
21899 rm -f conftest.er1
21900 cat conftest.err >&5
21901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21902 (exit $ac_status); } && {
21903 test -z "$ac_c_werror_flag" ||
21904 test ! -s conftest.err
21905 } && test -s conftest.$ac_objext; then
21906 ac_hi=$ac_mid; break
21907 else
21908 echo "$as_me: failed program was:" >&5
21909 sed 's/^/| /' conftest.$ac_ext >&5
21910
21911 ac_lo=`expr $ac_mid + 1`
21912 if test $ac_lo -le $ac_mid; then
21913 ac_lo= ac_hi=
21914 break
21915 fi
21916 ac_mid=`expr 2 '*' $ac_mid + 1`
21917 fi
21918
21919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21920 done
21921 else
21922 echo "$as_me: failed program was:" >&5
21923 sed 's/^/| /' conftest.$ac_ext >&5
21924
21925 cat >conftest.$ac_ext <<_ACEOF
21926 /* confdefs.h. */
21927 _ACEOF
21928 cat confdefs.h >>conftest.$ac_ext
21929 cat >>conftest.$ac_ext <<_ACEOF
21930 /* end confdefs.h. */
21931 $ac_includes_default
21932 typedef long long ac__type_sizeof_;
21933 int
21934 main ()
21935 {
21936 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21937 test_array [0] = 0
21938
21939 ;
21940 return 0;
21941 }
21942 _ACEOF
21943 rm -f conftest.$ac_objext
21944 if { (ac_try="$ac_compile"
21945 case "(($ac_try" in
21946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21947 *) ac_try_echo=$ac_try;;
21948 esac
21949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21950 (eval "$ac_compile") 2>conftest.er1
21951 ac_status=$?
21952 grep -v '^ *+' conftest.er1 >conftest.err
21953 rm -f conftest.er1
21954 cat conftest.err >&5
21955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21956 (exit $ac_status); } && {
21957 test -z "$ac_c_werror_flag" ||
21958 test ! -s conftest.err
21959 } && test -s conftest.$ac_objext; then
21960 ac_hi=-1 ac_mid=-1
21961 while :; do
21962 cat >conftest.$ac_ext <<_ACEOF
21963 /* confdefs.h. */
21964 _ACEOF
21965 cat confdefs.h >>conftest.$ac_ext
21966 cat >>conftest.$ac_ext <<_ACEOF
21967 /* end confdefs.h. */
21968 $ac_includes_default
21969 typedef long long ac__type_sizeof_;
21970 int
21971 main ()
21972 {
21973 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21974 test_array [0] = 0
21975
21976 ;
21977 return 0;
21978 }
21979 _ACEOF
21980 rm -f conftest.$ac_objext
21981 if { (ac_try="$ac_compile"
21982 case "(($ac_try" in
21983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21984 *) ac_try_echo=$ac_try;;
21985 esac
21986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21987 (eval "$ac_compile") 2>conftest.er1
21988 ac_status=$?
21989 grep -v '^ *+' conftest.er1 >conftest.err
21990 rm -f conftest.er1
21991 cat conftest.err >&5
21992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21993 (exit $ac_status); } && {
21994 test -z "$ac_c_werror_flag" ||
21995 test ! -s conftest.err
21996 } && test -s conftest.$ac_objext; then
21997 ac_lo=$ac_mid; break
21998 else
21999 echo "$as_me: failed program was:" >&5
22000 sed 's/^/| /' conftest.$ac_ext >&5
22001
22002 ac_hi=`expr '(' $ac_mid ')' - 1`
22003 if test $ac_mid -le $ac_hi; then
22004 ac_lo= ac_hi=
22005 break
22006 fi
22007 ac_mid=`expr 2 '*' $ac_mid`
22008 fi
22009
22010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22011 done
22012 else
22013 echo "$as_me: failed program was:" >&5
22014 sed 's/^/| /' conftest.$ac_ext >&5
22015
22016 ac_lo= ac_hi=
22017 fi
22018
22019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22020 fi
22021
22022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22023 # Binary search between lo and hi bounds.
22024 while test "x$ac_lo" != "x$ac_hi"; do
22025 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22026 cat >conftest.$ac_ext <<_ACEOF
22027 /* confdefs.h. */
22028 _ACEOF
22029 cat confdefs.h >>conftest.$ac_ext
22030 cat >>conftest.$ac_ext <<_ACEOF
22031 /* end confdefs.h. */
22032 $ac_includes_default
22033 typedef long long ac__type_sizeof_;
22034 int
22035 main ()
22036 {
22037 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22038 test_array [0] = 0
22039
22040 ;
22041 return 0;
22042 }
22043 _ACEOF
22044 rm -f conftest.$ac_objext
22045 if { (ac_try="$ac_compile"
22046 case "(($ac_try" in
22047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22048 *) ac_try_echo=$ac_try;;
22049 esac
22050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22051 (eval "$ac_compile") 2>conftest.er1
22052 ac_status=$?
22053 grep -v '^ *+' conftest.er1 >conftest.err
22054 rm -f conftest.er1
22055 cat conftest.err >&5
22056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22057 (exit $ac_status); } && {
22058 test -z "$ac_c_werror_flag" ||
22059 test ! -s conftest.err
22060 } && test -s conftest.$ac_objext; then
22061 ac_hi=$ac_mid
22062 else
22063 echo "$as_me: failed program was:" >&5
22064 sed 's/^/| /' conftest.$ac_ext >&5
22065
22066 ac_lo=`expr '(' $ac_mid ')' + 1`
22067 fi
22068
22069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22070 done
22071 case $ac_lo in
22072 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22073 '') if test "$ac_cv_type_long_long" = yes; then
22074 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22075 See \`config.log' for more details." >&5
22076 echo "$as_me: error: cannot compute sizeof (long long)
22077 See \`config.log' for more details." >&2;}
22078 { (exit 77); exit 77; }; }
22079 else
22080 ac_cv_sizeof_long_long=0
22081 fi ;;
22082 esac
22083 else
22084 cat >conftest.$ac_ext <<_ACEOF
22085 /* confdefs.h. */
22086 _ACEOF
22087 cat confdefs.h >>conftest.$ac_ext
22088 cat >>conftest.$ac_ext <<_ACEOF
22089 /* end confdefs.h. */
22090 $ac_includes_default
22091 typedef long long ac__type_sizeof_;
22092 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22093 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22094 #include <stdio.h>
22095 #include <stdlib.h>
22096 int
22097 main ()
22098 {
22099
22100 FILE *f = fopen ("conftest.val", "w");
22101 if (! f)
22102 return 1;
22103 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22104 {
22105 long int i = longval ();
22106 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22107 return 1;
22108 fprintf (f, "%ld\n", i);
22109 }
22110 else
22111 {
22112 unsigned long int i = ulongval ();
22113 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22114 return 1;
22115 fprintf (f, "%lu\n", i);
22116 }
22117 return ferror (f) || fclose (f) != 0;
22118
22119 ;
22120 return 0;
22121 }
22122 _ACEOF
22123 rm -f conftest$ac_exeext
22124 if { (ac_try="$ac_link"
22125 case "(($ac_try" in
22126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22127 *) ac_try_echo=$ac_try;;
22128 esac
22129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22130 (eval "$ac_link") 2>&5
22131 ac_status=$?
22132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22134 { (case "(($ac_try" in
22135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22136 *) ac_try_echo=$ac_try;;
22137 esac
22138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22139 (eval "$ac_try") 2>&5
22140 ac_status=$?
22141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22142 (exit $ac_status); }; }; then
22143 ac_cv_sizeof_long_long=`cat conftest.val`
22144 else
22145 echo "$as_me: program exited with status $ac_status" >&5
22146 echo "$as_me: failed program was:" >&5
22147 sed 's/^/| /' conftest.$ac_ext >&5
22148
22149 ( exit $ac_status )
22150 if test "$ac_cv_type_long_long" = yes; then
22151 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22152 See \`config.log' for more details." >&5
22153 echo "$as_me: error: cannot compute sizeof (long long)
22154 See \`config.log' for more details." >&2;}
22155 { (exit 77); exit 77; }; }
22156 else
22157 ac_cv_sizeof_long_long=0
22158 fi
22159 fi
22160 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22161 fi
22162 rm -f conftest.val
22163 fi
22164 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
22165 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
22166
22167
22168
22169 cat >>confdefs.h <<_ACEOF
22170 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
22171 _ACEOF
22172
22173
22174 ;;
22175 *-hp-hpux* )
22176 { echo "$as_me:$LINENO: checking for long long" >&5
22177 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22178 if test "${ac_cv_type_long_long+set}" = set; then
22179 echo $ECHO_N "(cached) $ECHO_C" >&6
22180 else
22181 cat >conftest.$ac_ext <<_ACEOF
22182 /* confdefs.h. */
22183 _ACEOF
22184 cat confdefs.h >>conftest.$ac_ext
22185 cat >>conftest.$ac_ext <<_ACEOF
22186 /* end confdefs.h. */
22187 $ac_includes_default
22188 typedef long long ac__type_new_;
22189 int
22190 main ()
22191 {
22192 if ((ac__type_new_ *) 0)
22193 return 0;
22194 if (sizeof (ac__type_new_))
22195 return 0;
22196 ;
22197 return 0;
22198 }
22199 _ACEOF
22200 rm -f conftest.$ac_objext
22201 if { (ac_try="$ac_compile"
22202 case "(($ac_try" in
22203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22204 *) ac_try_echo=$ac_try;;
22205 esac
22206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22207 (eval "$ac_compile") 2>conftest.er1
22208 ac_status=$?
22209 grep -v '^ *+' conftest.er1 >conftest.err
22210 rm -f conftest.er1
22211 cat conftest.err >&5
22212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22213 (exit $ac_status); } && {
22214 test -z "$ac_c_werror_flag" ||
22215 test ! -s conftest.err
22216 } && test -s conftest.$ac_objext; then
22217 ac_cv_type_long_long=yes
22218 else
22219 echo "$as_me: failed program was:" >&5
22220 sed 's/^/| /' conftest.$ac_ext >&5
22221
22222 ac_cv_type_long_long=no
22223 fi
22224
22225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22226 fi
22227 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22228 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22229
22230 # The cast to long int works around a bug in the HP C Compiler
22231 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22232 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22233 # This bug is HP SR number 8606223364.
22234 { echo "$as_me:$LINENO: checking size of long long" >&5
22235 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22236 if test "${ac_cv_sizeof_long_long+set}" = set; then
22237 echo $ECHO_N "(cached) $ECHO_C" >&6
22238 else
22239 if test "$cross_compiling" = yes; then
22240 # Depending upon the size, compute the lo and hi bounds.
22241 cat >conftest.$ac_ext <<_ACEOF
22242 /* confdefs.h. */
22243 _ACEOF
22244 cat confdefs.h >>conftest.$ac_ext
22245 cat >>conftest.$ac_ext <<_ACEOF
22246 /* end confdefs.h. */
22247 $ac_includes_default
22248 typedef long long ac__type_sizeof_;
22249 int
22250 main ()
22251 {
22252 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22253 test_array [0] = 0
22254
22255 ;
22256 return 0;
22257 }
22258 _ACEOF
22259 rm -f conftest.$ac_objext
22260 if { (ac_try="$ac_compile"
22261 case "(($ac_try" in
22262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22263 *) ac_try_echo=$ac_try;;
22264 esac
22265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22266 (eval "$ac_compile") 2>conftest.er1
22267 ac_status=$?
22268 grep -v '^ *+' conftest.er1 >conftest.err
22269 rm -f conftest.er1
22270 cat conftest.err >&5
22271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22272 (exit $ac_status); } && {
22273 test -z "$ac_c_werror_flag" ||
22274 test ! -s conftest.err
22275 } && test -s conftest.$ac_objext; then
22276 ac_lo=0 ac_mid=0
22277 while :; do
22278 cat >conftest.$ac_ext <<_ACEOF
22279 /* confdefs.h. */
22280 _ACEOF
22281 cat confdefs.h >>conftest.$ac_ext
22282 cat >>conftest.$ac_ext <<_ACEOF
22283 /* end confdefs.h. */
22284 $ac_includes_default
22285 typedef long long ac__type_sizeof_;
22286 int
22287 main ()
22288 {
22289 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22290 test_array [0] = 0
22291
22292 ;
22293 return 0;
22294 }
22295 _ACEOF
22296 rm -f conftest.$ac_objext
22297 if { (ac_try="$ac_compile"
22298 case "(($ac_try" in
22299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22300 *) ac_try_echo=$ac_try;;
22301 esac
22302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22303 (eval "$ac_compile") 2>conftest.er1
22304 ac_status=$?
22305 grep -v '^ *+' conftest.er1 >conftest.err
22306 rm -f conftest.er1
22307 cat conftest.err >&5
22308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22309 (exit $ac_status); } && {
22310 test -z "$ac_c_werror_flag" ||
22311 test ! -s conftest.err
22312 } && test -s conftest.$ac_objext; then
22313 ac_hi=$ac_mid; break
22314 else
22315 echo "$as_me: failed program was:" >&5
22316 sed 's/^/| /' conftest.$ac_ext >&5
22317
22318 ac_lo=`expr $ac_mid + 1`
22319 if test $ac_lo -le $ac_mid; then
22320 ac_lo= ac_hi=
22321 break
22322 fi
22323 ac_mid=`expr 2 '*' $ac_mid + 1`
22324 fi
22325
22326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22327 done
22328 else
22329 echo "$as_me: failed program was:" >&5
22330 sed 's/^/| /' conftest.$ac_ext >&5
22331
22332 cat >conftest.$ac_ext <<_ACEOF
22333 /* confdefs.h. */
22334 _ACEOF
22335 cat confdefs.h >>conftest.$ac_ext
22336 cat >>conftest.$ac_ext <<_ACEOF
22337 /* end confdefs.h. */
22338 $ac_includes_default
22339 typedef long long ac__type_sizeof_;
22340 int
22341 main ()
22342 {
22343 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22344 test_array [0] = 0
22345
22346 ;
22347 return 0;
22348 }
22349 _ACEOF
22350 rm -f conftest.$ac_objext
22351 if { (ac_try="$ac_compile"
22352 case "(($ac_try" in
22353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22354 *) ac_try_echo=$ac_try;;
22355 esac
22356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22357 (eval "$ac_compile") 2>conftest.er1
22358 ac_status=$?
22359 grep -v '^ *+' conftest.er1 >conftest.err
22360 rm -f conftest.er1
22361 cat conftest.err >&5
22362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22363 (exit $ac_status); } && {
22364 test -z "$ac_c_werror_flag" ||
22365 test ! -s conftest.err
22366 } && test -s conftest.$ac_objext; then
22367 ac_hi=-1 ac_mid=-1
22368 while :; do
22369 cat >conftest.$ac_ext <<_ACEOF
22370 /* confdefs.h. */
22371 _ACEOF
22372 cat confdefs.h >>conftest.$ac_ext
22373 cat >>conftest.$ac_ext <<_ACEOF
22374 /* end confdefs.h. */
22375 $ac_includes_default
22376 typedef long long ac__type_sizeof_;
22377 int
22378 main ()
22379 {
22380 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22381 test_array [0] = 0
22382
22383 ;
22384 return 0;
22385 }
22386 _ACEOF
22387 rm -f conftest.$ac_objext
22388 if { (ac_try="$ac_compile"
22389 case "(($ac_try" in
22390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22391 *) ac_try_echo=$ac_try;;
22392 esac
22393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22394 (eval "$ac_compile") 2>conftest.er1
22395 ac_status=$?
22396 grep -v '^ *+' conftest.er1 >conftest.err
22397 rm -f conftest.er1
22398 cat conftest.err >&5
22399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22400 (exit $ac_status); } && {
22401 test -z "$ac_c_werror_flag" ||
22402 test ! -s conftest.err
22403 } && test -s conftest.$ac_objext; then
22404 ac_lo=$ac_mid; break
22405 else
22406 echo "$as_me: failed program was:" >&5
22407 sed 's/^/| /' conftest.$ac_ext >&5
22408
22409 ac_hi=`expr '(' $ac_mid ')' - 1`
22410 if test $ac_mid -le $ac_hi; then
22411 ac_lo= ac_hi=
22412 break
22413 fi
22414 ac_mid=`expr 2 '*' $ac_mid`
22415 fi
22416
22417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22418 done
22419 else
22420 echo "$as_me: failed program was:" >&5
22421 sed 's/^/| /' conftest.$ac_ext >&5
22422
22423 ac_lo= ac_hi=
22424 fi
22425
22426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22427 fi
22428
22429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22430 # Binary search between lo and hi bounds.
22431 while test "x$ac_lo" != "x$ac_hi"; do
22432 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22433 cat >conftest.$ac_ext <<_ACEOF
22434 /* confdefs.h. */
22435 _ACEOF
22436 cat confdefs.h >>conftest.$ac_ext
22437 cat >>conftest.$ac_ext <<_ACEOF
22438 /* end confdefs.h. */
22439 $ac_includes_default
22440 typedef long long ac__type_sizeof_;
22441 int
22442 main ()
22443 {
22444 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22445 test_array [0] = 0
22446
22447 ;
22448 return 0;
22449 }
22450 _ACEOF
22451 rm -f conftest.$ac_objext
22452 if { (ac_try="$ac_compile"
22453 case "(($ac_try" in
22454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22455 *) ac_try_echo=$ac_try;;
22456 esac
22457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22458 (eval "$ac_compile") 2>conftest.er1
22459 ac_status=$?
22460 grep -v '^ *+' conftest.er1 >conftest.err
22461 rm -f conftest.er1
22462 cat conftest.err >&5
22463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22464 (exit $ac_status); } && {
22465 test -z "$ac_c_werror_flag" ||
22466 test ! -s conftest.err
22467 } && test -s conftest.$ac_objext; then
22468 ac_hi=$ac_mid
22469 else
22470 echo "$as_me: failed program was:" >&5
22471 sed 's/^/| /' conftest.$ac_ext >&5
22472
22473 ac_lo=`expr '(' $ac_mid ')' + 1`
22474 fi
22475
22476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22477 done
22478 case $ac_lo in
22479 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22480 '') if test "$ac_cv_type_long_long" = yes; then
22481 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22482 See \`config.log' for more details." >&5
22483 echo "$as_me: error: cannot compute sizeof (long long)
22484 See \`config.log' for more details." >&2;}
22485 { (exit 77); exit 77; }; }
22486 else
22487 ac_cv_sizeof_long_long=0
22488 fi ;;
22489 esac
22490 else
22491 cat >conftest.$ac_ext <<_ACEOF
22492 /* confdefs.h. */
22493 _ACEOF
22494 cat confdefs.h >>conftest.$ac_ext
22495 cat >>conftest.$ac_ext <<_ACEOF
22496 /* end confdefs.h. */
22497 $ac_includes_default
22498 typedef long long ac__type_sizeof_;
22499 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22500 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22501 #include <stdio.h>
22502 #include <stdlib.h>
22503 int
22504 main ()
22505 {
22506
22507 FILE *f = fopen ("conftest.val", "w");
22508 if (! f)
22509 return 1;
22510 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22511 {
22512 long int i = longval ();
22513 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22514 return 1;
22515 fprintf (f, "%ld\n", i);
22516 }
22517 else
22518 {
22519 unsigned long int i = ulongval ();
22520 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22521 return 1;
22522 fprintf (f, "%lu\n", i);
22523 }
22524 return ferror (f) || fclose (f) != 0;
22525
22526 ;
22527 return 0;
22528 }
22529 _ACEOF
22530 rm -f conftest$ac_exeext
22531 if { (ac_try="$ac_link"
22532 case "(($ac_try" in
22533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22534 *) ac_try_echo=$ac_try;;
22535 esac
22536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22537 (eval "$ac_link") 2>&5
22538 ac_status=$?
22539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22540 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22541 { (case "(($ac_try" in
22542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22543 *) ac_try_echo=$ac_try;;
22544 esac
22545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22546 (eval "$ac_try") 2>&5
22547 ac_status=$?
22548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22549 (exit $ac_status); }; }; then
22550 ac_cv_sizeof_long_long=`cat conftest.val`
22551 else
22552 echo "$as_me: program exited with status $ac_status" >&5
22553 echo "$as_me: failed program was:" >&5
22554 sed 's/^/| /' conftest.$ac_ext >&5
22555
22556 ( exit $ac_status )
22557 if test "$ac_cv_type_long_long" = yes; then
22558 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22559 See \`config.log' for more details." >&5
22560 echo "$as_me: error: cannot compute sizeof (long long)
22561 See \`config.log' for more details." >&2;}
22562 { (exit 77); exit 77; }; }
22563 else
22564 ac_cv_sizeof_long_long=0
22565 fi
22566 fi
22567 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22568 fi
22569 rm -f conftest.val
22570 fi
22571 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
22572 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
22573
22574
22575
22576 cat >>confdefs.h <<_ACEOF
22577 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
22578 _ACEOF
22579
22580
22581 if test "$ac_cv_sizeof_long_long" != 0; then
22582 CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
22583 fi
22584 ;;
22585 * )
22586 { echo "$as_me:$LINENO: checking for long long" >&5
22587 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22588 if test "${ac_cv_type_long_long+set}" = set; then
22589 echo $ECHO_N "(cached) $ECHO_C" >&6
22590 else
22591 cat >conftest.$ac_ext <<_ACEOF
22592 /* confdefs.h. */
22593 _ACEOF
22594 cat confdefs.h >>conftest.$ac_ext
22595 cat >>conftest.$ac_ext <<_ACEOF
22596 /* end confdefs.h. */
22597 $ac_includes_default
22598 typedef long long ac__type_new_;
22599 int
22600 main ()
22601 {
22602 if ((ac__type_new_ *) 0)
22603 return 0;
22604 if (sizeof (ac__type_new_))
22605 return 0;
22606 ;
22607 return 0;
22608 }
22609 _ACEOF
22610 rm -f conftest.$ac_objext
22611 if { (ac_try="$ac_compile"
22612 case "(($ac_try" in
22613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22614 *) ac_try_echo=$ac_try;;
22615 esac
22616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22617 (eval "$ac_compile") 2>conftest.er1
22618 ac_status=$?
22619 grep -v '^ *+' conftest.er1 >conftest.err
22620 rm -f conftest.er1
22621 cat conftest.err >&5
22622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22623 (exit $ac_status); } && {
22624 test -z "$ac_c_werror_flag" ||
22625 test ! -s conftest.err
22626 } && test -s conftest.$ac_objext; then
22627 ac_cv_type_long_long=yes
22628 else
22629 echo "$as_me: failed program was:" >&5
22630 sed 's/^/| /' conftest.$ac_ext >&5
22631
22632 ac_cv_type_long_long=no
22633 fi
22634
22635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22636 fi
22637 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22638 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22639
22640 # The cast to long int works around a bug in the HP C Compiler
22641 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22642 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22643 # This bug is HP SR number 8606223364.
22644 { echo "$as_me:$LINENO: checking size of long long" >&5
22645 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22646 if test "${ac_cv_sizeof_long_long+set}" = set; then
22647 echo $ECHO_N "(cached) $ECHO_C" >&6
22648 else
22649 if test "$cross_compiling" = yes; then
22650 # Depending upon the size, compute the lo and hi bounds.
22651 cat >conftest.$ac_ext <<_ACEOF
22652 /* confdefs.h. */
22653 _ACEOF
22654 cat confdefs.h >>conftest.$ac_ext
22655 cat >>conftest.$ac_ext <<_ACEOF
22656 /* end confdefs.h. */
22657 $ac_includes_default
22658 typedef long long ac__type_sizeof_;
22659 int
22660 main ()
22661 {
22662 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22663 test_array [0] = 0
22664
22665 ;
22666 return 0;
22667 }
22668 _ACEOF
22669 rm -f conftest.$ac_objext
22670 if { (ac_try="$ac_compile"
22671 case "(($ac_try" in
22672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22673 *) ac_try_echo=$ac_try;;
22674 esac
22675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22676 (eval "$ac_compile") 2>conftest.er1
22677 ac_status=$?
22678 grep -v '^ *+' conftest.er1 >conftest.err
22679 rm -f conftest.er1
22680 cat conftest.err >&5
22681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22682 (exit $ac_status); } && {
22683 test -z "$ac_c_werror_flag" ||
22684 test ! -s conftest.err
22685 } && test -s conftest.$ac_objext; then
22686 ac_lo=0 ac_mid=0
22687 while :; do
22688 cat >conftest.$ac_ext <<_ACEOF
22689 /* confdefs.h. */
22690 _ACEOF
22691 cat confdefs.h >>conftest.$ac_ext
22692 cat >>conftest.$ac_ext <<_ACEOF
22693 /* end confdefs.h. */
22694 $ac_includes_default
22695 typedef long long ac__type_sizeof_;
22696 int
22697 main ()
22698 {
22699 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22700 test_array [0] = 0
22701
22702 ;
22703 return 0;
22704 }
22705 _ACEOF
22706 rm -f conftest.$ac_objext
22707 if { (ac_try="$ac_compile"
22708 case "(($ac_try" in
22709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22710 *) ac_try_echo=$ac_try;;
22711 esac
22712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22713 (eval "$ac_compile") 2>conftest.er1
22714 ac_status=$?
22715 grep -v '^ *+' conftest.er1 >conftest.err
22716 rm -f conftest.er1
22717 cat conftest.err >&5
22718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22719 (exit $ac_status); } && {
22720 test -z "$ac_c_werror_flag" ||
22721 test ! -s conftest.err
22722 } && test -s conftest.$ac_objext; then
22723 ac_hi=$ac_mid; break
22724 else
22725 echo "$as_me: failed program was:" >&5
22726 sed 's/^/| /' conftest.$ac_ext >&5
22727
22728 ac_lo=`expr $ac_mid + 1`
22729 if test $ac_lo -le $ac_mid; then
22730 ac_lo= ac_hi=
22731 break
22732 fi
22733 ac_mid=`expr 2 '*' $ac_mid + 1`
22734 fi
22735
22736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22737 done
22738 else
22739 echo "$as_me: failed program was:" >&5
22740 sed 's/^/| /' conftest.$ac_ext >&5
22741
22742 cat >conftest.$ac_ext <<_ACEOF
22743 /* confdefs.h. */
22744 _ACEOF
22745 cat confdefs.h >>conftest.$ac_ext
22746 cat >>conftest.$ac_ext <<_ACEOF
22747 /* end confdefs.h. */
22748 $ac_includes_default
22749 typedef long long ac__type_sizeof_;
22750 int
22751 main ()
22752 {
22753 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22754 test_array [0] = 0
22755
22756 ;
22757 return 0;
22758 }
22759 _ACEOF
22760 rm -f conftest.$ac_objext
22761 if { (ac_try="$ac_compile"
22762 case "(($ac_try" in
22763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22764 *) ac_try_echo=$ac_try;;
22765 esac
22766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22767 (eval "$ac_compile") 2>conftest.er1
22768 ac_status=$?
22769 grep -v '^ *+' conftest.er1 >conftest.err
22770 rm -f conftest.er1
22771 cat conftest.err >&5
22772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22773 (exit $ac_status); } && {
22774 test -z "$ac_c_werror_flag" ||
22775 test ! -s conftest.err
22776 } && test -s conftest.$ac_objext; then
22777 ac_hi=-1 ac_mid=-1
22778 while :; do
22779 cat >conftest.$ac_ext <<_ACEOF
22780 /* confdefs.h. */
22781 _ACEOF
22782 cat confdefs.h >>conftest.$ac_ext
22783 cat >>conftest.$ac_ext <<_ACEOF
22784 /* end confdefs.h. */
22785 $ac_includes_default
22786 typedef long long ac__type_sizeof_;
22787 int
22788 main ()
22789 {
22790 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22791 test_array [0] = 0
22792
22793 ;
22794 return 0;
22795 }
22796 _ACEOF
22797 rm -f conftest.$ac_objext
22798 if { (ac_try="$ac_compile"
22799 case "(($ac_try" in
22800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22801 *) ac_try_echo=$ac_try;;
22802 esac
22803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22804 (eval "$ac_compile") 2>conftest.er1
22805 ac_status=$?
22806 grep -v '^ *+' conftest.er1 >conftest.err
22807 rm -f conftest.er1
22808 cat conftest.err >&5
22809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22810 (exit $ac_status); } && {
22811 test -z "$ac_c_werror_flag" ||
22812 test ! -s conftest.err
22813 } && test -s conftest.$ac_objext; then
22814 ac_lo=$ac_mid; break
22815 else
22816 echo "$as_me: failed program was:" >&5
22817 sed 's/^/| /' conftest.$ac_ext >&5
22818
22819 ac_hi=`expr '(' $ac_mid ')' - 1`
22820 if test $ac_mid -le $ac_hi; then
22821 ac_lo= ac_hi=
22822 break
22823 fi
22824 ac_mid=`expr 2 '*' $ac_mid`
22825 fi
22826
22827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22828 done
22829 else
22830 echo "$as_me: failed program was:" >&5
22831 sed 's/^/| /' conftest.$ac_ext >&5
22832
22833 ac_lo= ac_hi=
22834 fi
22835
22836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22837 fi
22838
22839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22840 # Binary search between lo and hi bounds.
22841 while test "x$ac_lo" != "x$ac_hi"; do
22842 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22843 cat >conftest.$ac_ext <<_ACEOF
22844 /* confdefs.h. */
22845 _ACEOF
22846 cat confdefs.h >>conftest.$ac_ext
22847 cat >>conftest.$ac_ext <<_ACEOF
22848 /* end confdefs.h. */
22849 $ac_includes_default
22850 typedef long long ac__type_sizeof_;
22851 int
22852 main ()
22853 {
22854 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22855 test_array [0] = 0
22856
22857 ;
22858 return 0;
22859 }
22860 _ACEOF
22861 rm -f conftest.$ac_objext
22862 if { (ac_try="$ac_compile"
22863 case "(($ac_try" in
22864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22865 *) ac_try_echo=$ac_try;;
22866 esac
22867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22868 (eval "$ac_compile") 2>conftest.er1
22869 ac_status=$?
22870 grep -v '^ *+' conftest.er1 >conftest.err
22871 rm -f conftest.er1
22872 cat conftest.err >&5
22873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22874 (exit $ac_status); } && {
22875 test -z "$ac_c_werror_flag" ||
22876 test ! -s conftest.err
22877 } && test -s conftest.$ac_objext; then
22878 ac_hi=$ac_mid
22879 else
22880 echo "$as_me: failed program was:" >&5
22881 sed 's/^/| /' conftest.$ac_ext >&5
22882
22883 ac_lo=`expr '(' $ac_mid ')' + 1`
22884 fi
22885
22886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22887 done
22888 case $ac_lo in
22889 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22890 '') if test "$ac_cv_type_long_long" = yes; then
22891 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22892 See \`config.log' for more details." >&5
22893 echo "$as_me: error: cannot compute sizeof (long long)
22894 See \`config.log' for more details." >&2;}
22895 { (exit 77); exit 77; }; }
22896 else
22897 ac_cv_sizeof_long_long=0
22898 fi ;;
22899 esac
22900 else
22901 cat >conftest.$ac_ext <<_ACEOF
22902 /* confdefs.h. */
22903 _ACEOF
22904 cat confdefs.h >>conftest.$ac_ext
22905 cat >>conftest.$ac_ext <<_ACEOF
22906 /* end confdefs.h. */
22907 $ac_includes_default
22908 typedef long long ac__type_sizeof_;
22909 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22910 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22911 #include <stdio.h>
22912 #include <stdlib.h>
22913 int
22914 main ()
22915 {
22916
22917 FILE *f = fopen ("conftest.val", "w");
22918 if (! f)
22919 return 1;
22920 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22921 {
22922 long int i = longval ();
22923 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22924 return 1;
22925 fprintf (f, "%ld\n", i);
22926 }
22927 else
22928 {
22929 unsigned long int i = ulongval ();
22930 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22931 return 1;
22932 fprintf (f, "%lu\n", i);
22933 }
22934 return ferror (f) || fclose (f) != 0;
22935
22936 ;
22937 return 0;
22938 }
22939 _ACEOF
22940 rm -f conftest$ac_exeext
22941 if { (ac_try="$ac_link"
22942 case "(($ac_try" in
22943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22944 *) ac_try_echo=$ac_try;;
22945 esac
22946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22947 (eval "$ac_link") 2>&5
22948 ac_status=$?
22949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22950 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22951 { (case "(($ac_try" in
22952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22953 *) ac_try_echo=$ac_try;;
22954 esac
22955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22956 (eval "$ac_try") 2>&5
22957 ac_status=$?
22958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22959 (exit $ac_status); }; }; then
22960 ac_cv_sizeof_long_long=`cat conftest.val`
22961 else
22962 echo "$as_me: program exited with status $ac_status" >&5
22963 echo "$as_me: failed program was:" >&5
22964 sed 's/^/| /' conftest.$ac_ext >&5
22965
22966 ( exit $ac_status )
22967 if test "$ac_cv_type_long_long" = yes; then
22968 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22969 See \`config.log' for more details." >&5
22970 echo "$as_me: error: cannot compute sizeof (long long)
22971 See \`config.log' for more details." >&2;}
22972 { (exit 77); exit 77; }; }
22973 else
22974 ac_cv_sizeof_long_long=0
22975 fi
22976 fi
22977 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22978 fi
22979 rm -f conftest.val
22980 fi
22981 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
22982 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
22983
22984
22985
22986 cat >>confdefs.h <<_ACEOF
22987 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
22988 _ACEOF
22989
22990
22991 esac
22992
22993 { echo "$as_me:$LINENO: checking for wchar_t" >&5
22994 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
22995 if test "${ac_cv_type_wchar_t+set}" = set; then
22996 echo $ECHO_N "(cached) $ECHO_C" >&6
22997 else
22998 cat >conftest.$ac_ext <<_ACEOF
22999 /* confdefs.h. */
23000 _ACEOF
23001 cat confdefs.h >>conftest.$ac_ext
23002 cat >>conftest.$ac_ext <<_ACEOF
23003 /* end confdefs.h. */
23004
23005 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23006 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23007 # error "fake wchar_t"
23008 #endif
23009 #ifdef HAVE_WCHAR_H
23010 # ifdef __CYGWIN__
23011 # include <stddef.h>
23012 # endif
23013 # include <wchar.h>
23014 #endif
23015 #ifdef HAVE_STDLIB_H
23016 # include <stdlib.h>
23017 #endif
23018 #include <stdio.h>
23019
23020
23021
23022 typedef wchar_t ac__type_new_;
23023 int
23024 main ()
23025 {
23026 if ((ac__type_new_ *) 0)
23027 return 0;
23028 if (sizeof (ac__type_new_))
23029 return 0;
23030 ;
23031 return 0;
23032 }
23033 _ACEOF
23034 rm -f conftest.$ac_objext
23035 if { (ac_try="$ac_compile"
23036 case "(($ac_try" in
23037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23038 *) ac_try_echo=$ac_try;;
23039 esac
23040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23041 (eval "$ac_compile") 2>conftest.er1
23042 ac_status=$?
23043 grep -v '^ *+' conftest.er1 >conftest.err
23044 rm -f conftest.er1
23045 cat conftest.err >&5
23046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23047 (exit $ac_status); } && {
23048 test -z "$ac_c_werror_flag" ||
23049 test ! -s conftest.err
23050 } && test -s conftest.$ac_objext; then
23051 ac_cv_type_wchar_t=yes
23052 else
23053 echo "$as_me: failed program was:" >&5
23054 sed 's/^/| /' conftest.$ac_ext >&5
23055
23056 ac_cv_type_wchar_t=no
23057 fi
23058
23059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23060 fi
23061 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
23062 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
23063
23064 # The cast to long int works around a bug in the HP C Compiler
23065 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23066 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23067 # This bug is HP SR number 8606223364.
23068 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
23069 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
23070 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
23071 echo $ECHO_N "(cached) $ECHO_C" >&6
23072 else
23073 if test "$cross_compiling" = yes; then
23074 # Depending upon the size, compute the lo and hi bounds.
23075 cat >conftest.$ac_ext <<_ACEOF
23076 /* confdefs.h. */
23077 _ACEOF
23078 cat confdefs.h >>conftest.$ac_ext
23079 cat >>conftest.$ac_ext <<_ACEOF
23080 /* end confdefs.h. */
23081
23082 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23083 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23084 # error "fake wchar_t"
23085 #endif
23086 #ifdef HAVE_WCHAR_H
23087 # ifdef __CYGWIN__
23088 # include <stddef.h>
23089 # endif
23090 # include <wchar.h>
23091 #endif
23092 #ifdef HAVE_STDLIB_H
23093 # include <stdlib.h>
23094 #endif
23095 #include <stdio.h>
23096
23097
23098
23099 typedef wchar_t ac__type_sizeof_;
23100 int
23101 main ()
23102 {
23103 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23104 test_array [0] = 0
23105
23106 ;
23107 return 0;
23108 }
23109 _ACEOF
23110 rm -f conftest.$ac_objext
23111 if { (ac_try="$ac_compile"
23112 case "(($ac_try" in
23113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23114 *) ac_try_echo=$ac_try;;
23115 esac
23116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23117 (eval "$ac_compile") 2>conftest.er1
23118 ac_status=$?
23119 grep -v '^ *+' conftest.er1 >conftest.err
23120 rm -f conftest.er1
23121 cat conftest.err >&5
23122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23123 (exit $ac_status); } && {
23124 test -z "$ac_c_werror_flag" ||
23125 test ! -s conftest.err
23126 } && test -s conftest.$ac_objext; then
23127 ac_lo=0 ac_mid=0
23128 while :; do
23129 cat >conftest.$ac_ext <<_ACEOF
23130 /* confdefs.h. */
23131 _ACEOF
23132 cat confdefs.h >>conftest.$ac_ext
23133 cat >>conftest.$ac_ext <<_ACEOF
23134 /* end confdefs.h. */
23135
23136 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23137 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23138 # error "fake wchar_t"
23139 #endif
23140 #ifdef HAVE_WCHAR_H
23141 # ifdef __CYGWIN__
23142 # include <stddef.h>
23143 # endif
23144 # include <wchar.h>
23145 #endif
23146 #ifdef HAVE_STDLIB_H
23147 # include <stdlib.h>
23148 #endif
23149 #include <stdio.h>
23150
23151
23152
23153 typedef wchar_t ac__type_sizeof_;
23154 int
23155 main ()
23156 {
23157 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23158 test_array [0] = 0
23159
23160 ;
23161 return 0;
23162 }
23163 _ACEOF
23164 rm -f conftest.$ac_objext
23165 if { (ac_try="$ac_compile"
23166 case "(($ac_try" in
23167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23168 *) ac_try_echo=$ac_try;;
23169 esac
23170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23171 (eval "$ac_compile") 2>conftest.er1
23172 ac_status=$?
23173 grep -v '^ *+' conftest.er1 >conftest.err
23174 rm -f conftest.er1
23175 cat conftest.err >&5
23176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23177 (exit $ac_status); } && {
23178 test -z "$ac_c_werror_flag" ||
23179 test ! -s conftest.err
23180 } && test -s conftest.$ac_objext; then
23181 ac_hi=$ac_mid; break
23182 else
23183 echo "$as_me: failed program was:" >&5
23184 sed 's/^/| /' conftest.$ac_ext >&5
23185
23186 ac_lo=`expr $ac_mid + 1`
23187 if test $ac_lo -le $ac_mid; then
23188 ac_lo= ac_hi=
23189 break
23190 fi
23191 ac_mid=`expr 2 '*' $ac_mid + 1`
23192 fi
23193
23194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23195 done
23196 else
23197 echo "$as_me: failed program was:" >&5
23198 sed 's/^/| /' conftest.$ac_ext >&5
23199
23200 cat >conftest.$ac_ext <<_ACEOF
23201 /* confdefs.h. */
23202 _ACEOF
23203 cat confdefs.h >>conftest.$ac_ext
23204 cat >>conftest.$ac_ext <<_ACEOF
23205 /* end confdefs.h. */
23206
23207 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23208 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23209 # error "fake wchar_t"
23210 #endif
23211 #ifdef HAVE_WCHAR_H
23212 # ifdef __CYGWIN__
23213 # include <stddef.h>
23214 # endif
23215 # include <wchar.h>
23216 #endif
23217 #ifdef HAVE_STDLIB_H
23218 # include <stdlib.h>
23219 #endif
23220 #include <stdio.h>
23221
23222
23223
23224 typedef wchar_t ac__type_sizeof_;
23225 int
23226 main ()
23227 {
23228 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23229 test_array [0] = 0
23230
23231 ;
23232 return 0;
23233 }
23234 _ACEOF
23235 rm -f conftest.$ac_objext
23236 if { (ac_try="$ac_compile"
23237 case "(($ac_try" in
23238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23239 *) ac_try_echo=$ac_try;;
23240 esac
23241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23242 (eval "$ac_compile") 2>conftest.er1
23243 ac_status=$?
23244 grep -v '^ *+' conftest.er1 >conftest.err
23245 rm -f conftest.er1
23246 cat conftest.err >&5
23247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23248 (exit $ac_status); } && {
23249 test -z "$ac_c_werror_flag" ||
23250 test ! -s conftest.err
23251 } && test -s conftest.$ac_objext; then
23252 ac_hi=-1 ac_mid=-1
23253 while :; do
23254 cat >conftest.$ac_ext <<_ACEOF
23255 /* confdefs.h. */
23256 _ACEOF
23257 cat confdefs.h >>conftest.$ac_ext
23258 cat >>conftest.$ac_ext <<_ACEOF
23259 /* end confdefs.h. */
23260
23261 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23262 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23263 # error "fake wchar_t"
23264 #endif
23265 #ifdef HAVE_WCHAR_H
23266 # ifdef __CYGWIN__
23267 # include <stddef.h>
23268 # endif
23269 # include <wchar.h>
23270 #endif
23271 #ifdef HAVE_STDLIB_H
23272 # include <stdlib.h>
23273 #endif
23274 #include <stdio.h>
23275
23276
23277
23278 typedef wchar_t ac__type_sizeof_;
23279 int
23280 main ()
23281 {
23282 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23283 test_array [0] = 0
23284
23285 ;
23286 return 0;
23287 }
23288 _ACEOF
23289 rm -f conftest.$ac_objext
23290 if { (ac_try="$ac_compile"
23291 case "(($ac_try" in
23292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23293 *) ac_try_echo=$ac_try;;
23294 esac
23295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23296 (eval "$ac_compile") 2>conftest.er1
23297 ac_status=$?
23298 grep -v '^ *+' conftest.er1 >conftest.err
23299 rm -f conftest.er1
23300 cat conftest.err >&5
23301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23302 (exit $ac_status); } && {
23303 test -z "$ac_c_werror_flag" ||
23304 test ! -s conftest.err
23305 } && test -s conftest.$ac_objext; then
23306 ac_lo=$ac_mid; break
23307 else
23308 echo "$as_me: failed program was:" >&5
23309 sed 's/^/| /' conftest.$ac_ext >&5
23310
23311 ac_hi=`expr '(' $ac_mid ')' - 1`
23312 if test $ac_mid -le $ac_hi; then
23313 ac_lo= ac_hi=
23314 break
23315 fi
23316 ac_mid=`expr 2 '*' $ac_mid`
23317 fi
23318
23319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23320 done
23321 else
23322 echo "$as_me: failed program was:" >&5
23323 sed 's/^/| /' conftest.$ac_ext >&5
23324
23325 ac_lo= ac_hi=
23326 fi
23327
23328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23329 fi
23330
23331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23332 # Binary search between lo and hi bounds.
23333 while test "x$ac_lo" != "x$ac_hi"; do
23334 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23335 cat >conftest.$ac_ext <<_ACEOF
23336 /* confdefs.h. */
23337 _ACEOF
23338 cat confdefs.h >>conftest.$ac_ext
23339 cat >>conftest.$ac_ext <<_ACEOF
23340 /* end confdefs.h. */
23341
23342 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23343 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23344 # error "fake wchar_t"
23345 #endif
23346 #ifdef HAVE_WCHAR_H
23347 # ifdef __CYGWIN__
23348 # include <stddef.h>
23349 # endif
23350 # include <wchar.h>
23351 #endif
23352 #ifdef HAVE_STDLIB_H
23353 # include <stdlib.h>
23354 #endif
23355 #include <stdio.h>
23356
23357
23358
23359 typedef wchar_t ac__type_sizeof_;
23360 int
23361 main ()
23362 {
23363 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23364 test_array [0] = 0
23365
23366 ;
23367 return 0;
23368 }
23369 _ACEOF
23370 rm -f conftest.$ac_objext
23371 if { (ac_try="$ac_compile"
23372 case "(($ac_try" in
23373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23374 *) ac_try_echo=$ac_try;;
23375 esac
23376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23377 (eval "$ac_compile") 2>conftest.er1
23378 ac_status=$?
23379 grep -v '^ *+' conftest.er1 >conftest.err
23380 rm -f conftest.er1
23381 cat conftest.err >&5
23382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23383 (exit $ac_status); } && {
23384 test -z "$ac_c_werror_flag" ||
23385 test ! -s conftest.err
23386 } && test -s conftest.$ac_objext; then
23387 ac_hi=$ac_mid
23388 else
23389 echo "$as_me: failed program was:" >&5
23390 sed 's/^/| /' conftest.$ac_ext >&5
23391
23392 ac_lo=`expr '(' $ac_mid ')' + 1`
23393 fi
23394
23395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23396 done
23397 case $ac_lo in
23398 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
23399 '') if test "$ac_cv_type_wchar_t" = yes; then
23400 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
23401 See \`config.log' for more details." >&5
23402 echo "$as_me: error: cannot compute sizeof (wchar_t)
23403 See \`config.log' for more details." >&2;}
23404 { (exit 77); exit 77; }; }
23405 else
23406 ac_cv_sizeof_wchar_t=0
23407 fi ;;
23408 esac
23409 else
23410 cat >conftest.$ac_ext <<_ACEOF
23411 /* confdefs.h. */
23412 _ACEOF
23413 cat confdefs.h >>conftest.$ac_ext
23414 cat >>conftest.$ac_ext <<_ACEOF
23415 /* end confdefs.h. */
23416
23417 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23418 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23419 # error "fake wchar_t"
23420 #endif
23421 #ifdef HAVE_WCHAR_H
23422 # ifdef __CYGWIN__
23423 # include <stddef.h>
23424 # endif
23425 # include <wchar.h>
23426 #endif
23427 #ifdef HAVE_STDLIB_H
23428 # include <stdlib.h>
23429 #endif
23430 #include <stdio.h>
23431
23432
23433
23434 typedef wchar_t ac__type_sizeof_;
23435 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23436 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23437 #include <stdio.h>
23438 #include <stdlib.h>
23439 int
23440 main ()
23441 {
23442
23443 FILE *f = fopen ("conftest.val", "w");
23444 if (! f)
23445 return 1;
23446 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23447 {
23448 long int i = longval ();
23449 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23450 return 1;
23451 fprintf (f, "%ld\n", i);
23452 }
23453 else
23454 {
23455 unsigned long int i = ulongval ();
23456 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23457 return 1;
23458 fprintf (f, "%lu\n", i);
23459 }
23460 return ferror (f) || fclose (f) != 0;
23461
23462 ;
23463 return 0;
23464 }
23465 _ACEOF
23466 rm -f conftest$ac_exeext
23467 if { (ac_try="$ac_link"
23468 case "(($ac_try" in
23469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23470 *) ac_try_echo=$ac_try;;
23471 esac
23472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23473 (eval "$ac_link") 2>&5
23474 ac_status=$?
23475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23476 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23477 { (case "(($ac_try" in
23478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23479 *) ac_try_echo=$ac_try;;
23480 esac
23481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23482 (eval "$ac_try") 2>&5
23483 ac_status=$?
23484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23485 (exit $ac_status); }; }; then
23486 ac_cv_sizeof_wchar_t=`cat conftest.val`
23487 else
23488 echo "$as_me: program exited with status $ac_status" >&5
23489 echo "$as_me: failed program was:" >&5
23490 sed 's/^/| /' conftest.$ac_ext >&5
23491
23492 ( exit $ac_status )
23493 if test "$ac_cv_type_wchar_t" = yes; then
23494 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
23495 See \`config.log' for more details." >&5
23496 echo "$as_me: error: cannot compute sizeof (wchar_t)
23497 See \`config.log' for more details." >&2;}
23498 { (exit 77); exit 77; }; }
23499 else
23500 ac_cv_sizeof_wchar_t=0
23501 fi
23502 fi
23503 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23504 fi
23505 rm -f conftest.val
23506 fi
23507 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
23508 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
23509
23510
23511
23512 cat >>confdefs.h <<_ACEOF
23513 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
23514 _ACEOF
23515
23516
23517 if test "$ac_cv_sizeof_wchar_t" != 0; then
23518 wxUSE_WCHAR_T=yes
23519 else
23520 wxUSE_WCHAR_T=no
23521 fi
23522
23523 { echo "$as_me:$LINENO: checking for va_copy" >&5
23524 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
23525 if test "${wx_cv_func_va_copy+set}" = set; then
23526 echo $ECHO_N "(cached) $ECHO_C" >&6
23527 else
23528
23529 ac_ext=cpp
23530 ac_cpp='$CXXCPP $CPPFLAGS'
23531 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23532 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23533 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23534
23535 cat >conftest.$ac_ext <<_ACEOF
23536
23537 #include <stdarg.h>
23538 void foo(char *f, ...)
23539 {
23540 va_list ap1, ap2;
23541 va_start(ap1, f);
23542 va_copy(ap2, ap1);
23543 va_end(ap2);
23544 va_end(ap1);
23545 }
23546 int main()
23547 {
23548 foo("hi", 17);
23549 return 0;
23550 }
23551 _ACEOF
23552 rm -f conftest.$ac_objext conftest$ac_exeext
23553 if { (ac_try="$ac_link"
23554 case "(($ac_try" in
23555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23556 *) ac_try_echo=$ac_try;;
23557 esac
23558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23559 (eval "$ac_link") 2>conftest.er1
23560 ac_status=$?
23561 grep -v '^ *+' conftest.er1 >conftest.err
23562 rm -f conftest.er1
23563 cat conftest.err >&5
23564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23565 (exit $ac_status); } && {
23566 test -z "$ac_cxx_werror_flag" ||
23567 test ! -s conftest.err
23568 } && test -s conftest$ac_exeext &&
23569 $as_test_x conftest$ac_exeext; then
23570 wx_cv_func_va_copy=yes
23571 else
23572 echo "$as_me: failed program was:" >&5
23573 sed 's/^/| /' conftest.$ac_ext >&5
23574
23575 wx_cv_func_va_copy=no
23576
23577 fi
23578
23579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23580 conftest$ac_exeext conftest.$ac_ext
23581 ac_ext=c
23582 ac_cpp='$CPP $CPPFLAGS'
23583 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23584 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23585 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23586
23587
23588
23589 fi
23590 { echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
23591 echo "${ECHO_T}$wx_cv_func_va_copy" >&6; }
23592
23593 if test $wx_cv_func_va_copy = "yes"; then
23594 cat >>confdefs.h <<\_ACEOF
23595 #define HAVE_VA_COPY 1
23596 _ACEOF
23597
23598 else
23599 { echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
23600 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6; }
23601 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
23602 echo $ECHO_N "(cached) $ECHO_C" >&6
23603 else
23604
23605 if test "$cross_compiling" = yes; then
23606 wx_cv_type_va_list_lvalue=yes
23607
23608 else
23609 cat >conftest.$ac_ext <<_ACEOF
23610
23611 #include <stdarg.h>
23612 int foo(char *f, ...)
23613 {
23614 va_list ap1, ap2;
23615 va_start(ap1, f);
23616 ap2 = ap1;
23617 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
23618 return 1;
23619 va_end(ap2);
23620 va_end(ap1);
23621 return 0;
23622 }
23623 int main()
23624 {
23625 return foo("hi", 17);
23626 }
23627 _ACEOF
23628 rm -f conftest$ac_exeext
23629 if { (ac_try="$ac_link"
23630 case "(($ac_try" in
23631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23632 *) ac_try_echo=$ac_try;;
23633 esac
23634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23635 (eval "$ac_link") 2>&5
23636 ac_status=$?
23637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23638 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23639 { (case "(($ac_try" in
23640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23641 *) ac_try_echo=$ac_try;;
23642 esac
23643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23644 (eval "$ac_try") 2>&5
23645 ac_status=$?
23646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23647 (exit $ac_status); }; }; then
23648 wx_cv_type_va_list_lvalue=yes
23649 else
23650 echo "$as_me: program exited with status $ac_status" >&5
23651 echo "$as_me: failed program was:" >&5
23652 sed 's/^/| /' conftest.$ac_ext >&5
23653
23654 ( exit $ac_status )
23655 wx_cv_type_va_list_lvalue=no
23656 fi
23657 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23658 fi
23659
23660
23661
23662
23663 fi
23664 { echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
23665 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6; }
23666
23667 if test $wx_cv_type_va_list_lvalue != "yes"; then
23668 cat >>confdefs.h <<\_ACEOF
23669 #define VA_LIST_IS_ARRAY 1
23670 _ACEOF
23671
23672 fi
23673 fi
23674
23675 if test "$wxUSE_VARARG_MACROS" = "yes"; then
23676
23677 { echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
23678 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6; }
23679 if test "${wx_cv_have_variadic_macros+set}" = set; then
23680 echo $ECHO_N "(cached) $ECHO_C" >&6
23681 else
23682
23683 ac_ext=cpp
23684 ac_cpp='$CXXCPP $CPPFLAGS'
23685 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23686 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23687 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23688
23689 cat >conftest.$ac_ext <<_ACEOF
23690 /* confdefs.h. */
23691 _ACEOF
23692 cat confdefs.h >>conftest.$ac_ext
23693 cat >>conftest.$ac_ext <<_ACEOF
23694 /* end confdefs.h. */
23695
23696 #include <stdio.h>
23697 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
23698
23699 int
23700 main ()
23701 {
23702
23703 test("%s %d %p", "test", 1, 0);
23704
23705
23706 ;
23707 return 0;
23708 }
23709 _ACEOF
23710 rm -f conftest.$ac_objext
23711 if { (ac_try="$ac_compile"
23712 case "(($ac_try" in
23713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23714 *) ac_try_echo=$ac_try;;
23715 esac
23716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23717 (eval "$ac_compile") 2>conftest.er1
23718 ac_status=$?
23719 grep -v '^ *+' conftest.er1 >conftest.err
23720 rm -f conftest.er1
23721 cat conftest.err >&5
23722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23723 (exit $ac_status); } && {
23724 test -z "$ac_cxx_werror_flag" ||
23725 test ! -s conftest.err
23726 } && test -s conftest.$ac_objext; then
23727 wx_cv_have_variadic_macros=yes
23728 else
23729 echo "$as_me: failed program was:" >&5
23730 sed 's/^/| /' conftest.$ac_ext >&5
23731
23732 wx_cv_have_variadic_macros=no
23733
23734 fi
23735
23736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23737 ac_ext=c
23738 ac_cpp='$CPP $CPPFLAGS'
23739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23742
23743
23744
23745 fi
23746 { echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
23747 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6; }
23748
23749 if test $wx_cv_have_variadic_macros = "yes"; then
23750 cat >>confdefs.h <<\_ACEOF
23751 #define HAVE_VARIADIC_MACROS 1
23752 _ACEOF
23753
23754 fi
23755
23756 fi
23757
23758 LARGEFILE_CPPFLAGS=
23759 # Check whether --enable-largefile was given.
23760 if test "${enable_largefile+set}" = set; then
23761 enableval=$enable_largefile;
23762 fi
23763
23764 if test "$enable_largefile" != no; then
23765 wx_largefile=no
23766
23767 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
23768 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
23769 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
23770 echo $ECHO_N "(cached) $ECHO_C" >&6
23771 else
23772
23773 cat >conftest.$ac_ext <<_ACEOF
23774 /* confdefs.h. */
23775 _ACEOF
23776 cat confdefs.h >>conftest.$ac_ext
23777 cat >>conftest.$ac_ext <<_ACEOF
23778 /* end confdefs.h. */
23779 #define _FILE_OFFSET_BITS 64
23780 #include <sys/types.h>
23781 int
23782 main ()
23783 {
23784 typedef struct {
23785 unsigned int field: sizeof(off_t) == 8;
23786 } wxlf;
23787
23788 ;
23789 return 0;
23790 }
23791 _ACEOF
23792 rm -f conftest.$ac_objext
23793 if { (ac_try="$ac_compile"
23794 case "(($ac_try" in
23795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23796 *) ac_try_echo=$ac_try;;
23797 esac
23798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23799 (eval "$ac_compile") 2>conftest.er1
23800 ac_status=$?
23801 grep -v '^ *+' conftest.er1 >conftest.err
23802 rm -f conftest.er1
23803 cat conftest.err >&5
23804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23805 (exit $ac_status); } && {
23806 test -z "$ac_c_werror_flag" ||
23807 test ! -s conftest.err
23808 } && test -s conftest.$ac_objext; then
23809 ac_cv_sys_file_offset_bits=64
23810 else
23811 echo "$as_me: failed program was:" >&5
23812 sed 's/^/| /' conftest.$ac_ext >&5
23813
23814 ac_cv_sys_file_offset_bits=no
23815 fi
23816
23817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23818
23819
23820 fi
23821 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
23822 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
23823
23824 if test "$ac_cv_sys_file_offset_bits" != no; then
23825 wx_largefile=yes
23826 cat >>confdefs.h <<_ACEOF
23827 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
23828 _ACEOF
23829
23830 fi
23831
23832 if test "x$wx_largefile" != "xyes"; then
23833
23834 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
23835 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
23836 if test "${ac_cv_sys_large_files+set}" = set; then
23837 echo $ECHO_N "(cached) $ECHO_C" >&6
23838 else
23839
23840 cat >conftest.$ac_ext <<_ACEOF
23841 /* confdefs.h. */
23842 _ACEOF
23843 cat confdefs.h >>conftest.$ac_ext
23844 cat >>conftest.$ac_ext <<_ACEOF
23845 /* end confdefs.h. */
23846 #define _LARGE_FILES 1
23847 #include <sys/types.h>
23848 int
23849 main ()
23850 {
23851 typedef struct {
23852 unsigned int field: sizeof(off_t) == 8;
23853 } wxlf;
23854
23855 ;
23856 return 0;
23857 }
23858 _ACEOF
23859 rm -f conftest.$ac_objext
23860 if { (ac_try="$ac_compile"
23861 case "(($ac_try" in
23862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23863 *) ac_try_echo=$ac_try;;
23864 esac
23865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23866 (eval "$ac_compile") 2>conftest.er1
23867 ac_status=$?
23868 grep -v '^ *+' conftest.er1 >conftest.err
23869 rm -f conftest.er1
23870 cat conftest.err >&5
23871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23872 (exit $ac_status); } && {
23873 test -z "$ac_c_werror_flag" ||
23874 test ! -s conftest.err
23875 } && test -s conftest.$ac_objext; then
23876 ac_cv_sys_large_files=1
23877 else
23878 echo "$as_me: failed program was:" >&5
23879 sed 's/^/| /' conftest.$ac_ext >&5
23880
23881 ac_cv_sys_large_files=no
23882 fi
23883
23884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23885
23886
23887 fi
23888 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
23889 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
23890
23891 if test "$ac_cv_sys_large_files" != no; then
23892 wx_largefile=yes
23893 cat >>confdefs.h <<_ACEOF
23894 #define _LARGE_FILES $ac_cv_sys_large_files
23895 _ACEOF
23896
23897 fi
23898
23899 fi
23900
23901 { echo "$as_me:$LINENO: checking if large file support is available" >&5
23902 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6; }
23903 if test "x$wx_largefile" = "xyes"; then
23904 cat >>confdefs.h <<\_ACEOF
23905 #define HAVE_LARGEFILE_SUPPORT 1
23906 _ACEOF
23907
23908 fi
23909 { echo "$as_me:$LINENO: result: $wx_largefile" >&5
23910 echo "${ECHO_T}$wx_largefile" >&6; }
23911 fi
23912
23913 if test "$ac_cv_sys_file_offset_bits" = "64"; then
23914 LARGEFILE_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
23915 elif test "$ac_cv_sys_large_files" = 1; then
23916 LARGEFILE_CPPFLAGS="-D_LARGE_FILES"
23917 fi
23918
23919 if test -n "$LARGEFILE_CPPFLAGS"; then
23920 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
23921
23922 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
23923 { echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
23924 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6; }
23925 if test "${wx_cv_STDC_EXT_required+set}" = set; then
23926 echo $ECHO_N "(cached) $ECHO_C" >&6
23927 else
23928
23929 ac_ext=cpp
23930 ac_cpp='$CXXCPP $CPPFLAGS'
23931 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23932 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23933 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23934
23935 cat >conftest.$ac_ext <<_ACEOF
23936 /* confdefs.h. */
23937 _ACEOF
23938 cat confdefs.h >>conftest.$ac_ext
23939 cat >>conftest.$ac_ext <<_ACEOF
23940 /* end confdefs.h. */
23941
23942 int
23943 main ()
23944 {
23945
23946 #ifndef __STDC_EXT__
23947 choke me
23948 #endif
23949
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_cxx_werror_flag" ||
23969 test ! -s conftest.err
23970 } && test -s conftest.$ac_objext; then
23971 wx_cv_STDC_EXT_required=no
23972 else
23973 echo "$as_me: failed program was:" >&5
23974 sed 's/^/| /' conftest.$ac_ext >&5
23975
23976 wx_cv_STDC_EXT_required=yes
23977
23978 fi
23979
23980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23981 ac_ext=c
23982 ac_cpp='$CPP $CPPFLAGS'
23983 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23984 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23985 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23986
23987
23988
23989 fi
23990 { echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
23991 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6; }
23992 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
23993 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
23994 fi
23995 fi
23996 fi
23997
23998 ac_ext=cpp
23999 ac_cpp='$CXXCPP $CPPFLAGS'
24000 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24001 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24002 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24003
24004 old_CPPFLAGS="$CPPFLAGS"
24005 CPPFLAGS="$CPPFLAGS $LARGEFILE_CPPFLAGS"
24006 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
24007 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
24008 if test "${ac_cv_sys_largefile_source+set}" = set; then
24009 echo $ECHO_N "(cached) $ECHO_C" >&6
24010 else
24011 while :; do
24012 cat >conftest.$ac_ext <<_ACEOF
24013 /* confdefs.h. */
24014 _ACEOF
24015 cat confdefs.h >>conftest.$ac_ext
24016 cat >>conftest.$ac_ext <<_ACEOF
24017 /* end confdefs.h. */
24018 #include <sys/types.h> /* for off_t */
24019 #include <stdio.h>
24020 int
24021 main ()
24022 {
24023 int (*fp) (FILE *, off_t, int) = fseeko;
24024 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24025 ;
24026 return 0;
24027 }
24028 _ACEOF
24029 rm -f conftest.$ac_objext conftest$ac_exeext
24030 if { (ac_try="$ac_link"
24031 case "(($ac_try" in
24032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24033 *) ac_try_echo=$ac_try;;
24034 esac
24035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24036 (eval "$ac_link") 2>conftest.er1
24037 ac_status=$?
24038 grep -v '^ *+' conftest.er1 >conftest.err
24039 rm -f conftest.er1
24040 cat conftest.err >&5
24041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24042 (exit $ac_status); } && {
24043 test -z "$ac_cxx_werror_flag" ||
24044 test ! -s conftest.err
24045 } && test -s conftest$ac_exeext &&
24046 $as_test_x conftest$ac_exeext; then
24047 ac_cv_sys_largefile_source=no; break
24048 else
24049 echo "$as_me: failed program was:" >&5
24050 sed 's/^/| /' conftest.$ac_ext >&5
24051
24052
24053 fi
24054
24055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24056 conftest$ac_exeext conftest.$ac_ext
24057 cat >conftest.$ac_ext <<_ACEOF
24058 /* confdefs.h. */
24059 _ACEOF
24060 cat confdefs.h >>conftest.$ac_ext
24061 cat >>conftest.$ac_ext <<_ACEOF
24062 /* end confdefs.h. */
24063 #define _LARGEFILE_SOURCE 1
24064 #include <sys/types.h> /* for off_t */
24065 #include <stdio.h>
24066 int
24067 main ()
24068 {
24069 int (*fp) (FILE *, off_t, int) = fseeko;
24070 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24071 ;
24072 return 0;
24073 }
24074 _ACEOF
24075 rm -f conftest.$ac_objext conftest$ac_exeext
24076 if { (ac_try="$ac_link"
24077 case "(($ac_try" in
24078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24079 *) ac_try_echo=$ac_try;;
24080 esac
24081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24082 (eval "$ac_link") 2>conftest.er1
24083 ac_status=$?
24084 grep -v '^ *+' conftest.er1 >conftest.err
24085 rm -f conftest.er1
24086 cat conftest.err >&5
24087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24088 (exit $ac_status); } && {
24089 test -z "$ac_cxx_werror_flag" ||
24090 test ! -s conftest.err
24091 } && test -s conftest$ac_exeext &&
24092 $as_test_x conftest$ac_exeext; then
24093 ac_cv_sys_largefile_source=1; break
24094 else
24095 echo "$as_me: failed program was:" >&5
24096 sed 's/^/| /' conftest.$ac_ext >&5
24097
24098
24099 fi
24100
24101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24102 conftest$ac_exeext conftest.$ac_ext
24103 ac_cv_sys_largefile_source=unknown
24104 break
24105 done
24106 fi
24107 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
24108 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
24109 case $ac_cv_sys_largefile_source in #(
24110 no | unknown) ;;
24111 *)
24112 cat >>confdefs.h <<_ACEOF
24113 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
24114 _ACEOF
24115 ;;
24116 esac
24117 rm -f conftest*
24118
24119 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
24120 # in glibc 2.1.3, but that breaks too many other things.
24121 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
24122 if test $ac_cv_sys_largefile_source != unknown; then
24123
24124 cat >>confdefs.h <<\_ACEOF
24125 #define HAVE_FSEEKO 1
24126 _ACEOF
24127
24128 fi
24129
24130 CPPFLAGS="$old_CPPFLAGS"
24131 ac_ext=c
24132 ac_cpp='$CPP $CPPFLAGS'
24133 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24134 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24135 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24136
24137 if test "$ac_cv_sys_largefile_source" != no; then
24138 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
24139 fi
24140
24141 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
24142 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
24143 if test "${ac_cv_c_bigendian+set}" = set; then
24144 echo $ECHO_N "(cached) $ECHO_C" >&6
24145 else
24146 ac_cv_c_bigendian=unknown
24147 # See if sys/param.h defines the BYTE_ORDER macro.
24148 cat >conftest.$ac_ext <<_ACEOF
24149 /* confdefs.h. */
24150 _ACEOF
24151 cat confdefs.h >>conftest.$ac_ext
24152 cat >>conftest.$ac_ext <<_ACEOF
24153 /* end confdefs.h. */
24154 #include <sys/types.h>
24155 #include <sys/param.h>
24156 int
24157 main ()
24158 {
24159
24160 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
24161 bogus endian macros
24162 #endif
24163 ;
24164 return 0;
24165 }
24166 _ACEOF
24167 rm -f conftest.$ac_objext
24168 if { (ac_try="$ac_compile"
24169 case "(($ac_try" in
24170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24171 *) ac_try_echo=$ac_try;;
24172 esac
24173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24174 (eval "$ac_compile") 2>conftest.er1
24175 ac_status=$?
24176 grep -v '^ *+' conftest.er1 >conftest.err
24177 rm -f conftest.er1
24178 cat conftest.err >&5
24179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24180 (exit $ac_status); } && {
24181 test -z "$ac_c_werror_flag" ||
24182 test ! -s conftest.err
24183 } && test -s conftest.$ac_objext; then
24184 # It does; now see whether it defined to BIG_ENDIAN or not.
24185 cat >conftest.$ac_ext <<_ACEOF
24186 /* confdefs.h. */
24187 _ACEOF
24188 cat confdefs.h >>conftest.$ac_ext
24189 cat >>conftest.$ac_ext <<_ACEOF
24190 /* end confdefs.h. */
24191 #include <sys/types.h>
24192 #include <sys/param.h>
24193 int
24194 main ()
24195 {
24196
24197 #if BYTE_ORDER != BIG_ENDIAN
24198 not big endian
24199 #endif
24200 ;
24201 return 0;
24202 }
24203 _ACEOF
24204 rm -f conftest.$ac_objext
24205 if { (ac_try="$ac_compile"
24206 case "(($ac_try" in
24207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24208 *) ac_try_echo=$ac_try;;
24209 esac
24210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24211 (eval "$ac_compile") 2>conftest.er1
24212 ac_status=$?
24213 grep -v '^ *+' conftest.er1 >conftest.err
24214 rm -f conftest.er1
24215 cat conftest.err >&5
24216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24217 (exit $ac_status); } && {
24218 test -z "$ac_c_werror_flag" ||
24219 test ! -s conftest.err
24220 } && test -s conftest.$ac_objext; then
24221 ac_cv_c_bigendian=yes
24222 else
24223 echo "$as_me: failed program was:" >&5
24224 sed 's/^/| /' conftest.$ac_ext >&5
24225
24226 ac_cv_c_bigendian=no
24227 fi
24228
24229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24230 else
24231 echo "$as_me: failed program was:" >&5
24232 sed 's/^/| /' conftest.$ac_ext >&5
24233
24234
24235 fi
24236
24237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24238 if test $ac_cv_c_bigendian = unknown; then
24239 if test "$cross_compiling" = yes; then
24240 ac_cv_c_bigendian=unknown
24241 else
24242 cat >conftest.$ac_ext <<_ACEOF
24243 /* confdefs.h. */
24244 _ACEOF
24245 cat confdefs.h >>conftest.$ac_ext
24246 cat >>conftest.$ac_ext <<_ACEOF
24247 /* end confdefs.h. */
24248 main () {
24249 /* Are we little or big endian? From Harbison&Steele. */
24250 union
24251 {
24252 long l;
24253 char c[sizeof (long)];
24254 } u;
24255 u.l = 1;
24256 exit (u.c[sizeof (long) - 1] == 1);
24257 }
24258 _ACEOF
24259 rm -f conftest$ac_exeext
24260 if { (ac_try="$ac_link"
24261 case "(($ac_try" in
24262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24263 *) ac_try_echo=$ac_try;;
24264 esac
24265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24266 (eval "$ac_link") 2>&5
24267 ac_status=$?
24268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24269 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24270 { (case "(($ac_try" in
24271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24272 *) ac_try_echo=$ac_try;;
24273 esac
24274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24275 (eval "$ac_try") 2>&5
24276 ac_status=$?
24277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24278 (exit $ac_status); }; }; then
24279 ac_cv_c_bigendian=no
24280 else
24281 echo "$as_me: program exited with status $ac_status" >&5
24282 echo "$as_me: failed program was:" >&5
24283 sed 's/^/| /' conftest.$ac_ext >&5
24284
24285 ( exit $ac_status )
24286 ac_cv_c_bigendian=yes
24287 fi
24288 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24289 fi
24290
24291
24292 fi
24293 fi
24294 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
24295 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
24296 if test $ac_cv_c_bigendian = unknown; then
24297 { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
24298 echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
24299 fi
24300 if test $ac_cv_c_bigendian = yes; then
24301 cat >>confdefs.h <<\_ACEOF
24302 #define WORDS_BIGENDIAN 1
24303 _ACEOF
24304
24305 fi
24306
24307
24308
24309
24310 ac_ext=cpp
24311 ac_cpp='$CXXCPP $CPPFLAGS'
24312 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24313 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24314 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24315
24316
24317
24318 for ac_header in iostream
24319 do
24320 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24321 { echo "$as_me:$LINENO: checking for $ac_header" >&5
24322 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24323 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24324 echo $ECHO_N "(cached) $ECHO_C" >&6
24325 else
24326 cat >conftest.$ac_ext <<_ACEOF
24327 /* confdefs.h. */
24328 _ACEOF
24329 cat confdefs.h >>conftest.$ac_ext
24330 cat >>conftest.$ac_ext <<_ACEOF
24331 /* end confdefs.h. */
24332
24333
24334 #include <$ac_header>
24335 _ACEOF
24336 rm -f conftest.$ac_objext
24337 if { (ac_try="$ac_compile"
24338 case "(($ac_try" in
24339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24340 *) ac_try_echo=$ac_try;;
24341 esac
24342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24343 (eval "$ac_compile") 2>conftest.er1
24344 ac_status=$?
24345 grep -v '^ *+' conftest.er1 >conftest.err
24346 rm -f conftest.er1
24347 cat conftest.err >&5
24348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24349 (exit $ac_status); } && {
24350 test -z "$ac_cxx_werror_flag" ||
24351 test ! -s conftest.err
24352 } && test -s conftest.$ac_objext; then
24353 eval "$as_ac_Header=yes"
24354 else
24355 echo "$as_me: failed program was:" >&5
24356 sed 's/^/| /' conftest.$ac_ext >&5
24357
24358 eval "$as_ac_Header=no"
24359 fi
24360
24361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24362 fi
24363 ac_res=`eval echo '${'$as_ac_Header'}'`
24364 { echo "$as_me:$LINENO: result: $ac_res" >&5
24365 echo "${ECHO_T}$ac_res" >&6; }
24366 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24367 cat >>confdefs.h <<_ACEOF
24368 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24369 _ACEOF
24370
24371 fi
24372
24373 done
24374
24375
24376 if test "$ac_cv_header_iostream" = "yes" ; then
24377 :
24378 else
24379 cat >>confdefs.h <<\_ACEOF
24380 #define wxUSE_IOSTREAMH 1
24381 _ACEOF
24382
24383 fi
24384
24385 ac_ext=c
24386 ac_cpp='$CPP $CPPFLAGS'
24387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24389 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24390
24391
24392
24393
24394 { echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
24395 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6; }
24396 if test "${wx_cv_explicit+set}" = set; then
24397 echo $ECHO_N "(cached) $ECHO_C" >&6
24398 else
24399
24400
24401 ac_ext=cpp
24402 ac_cpp='$CXXCPP $CPPFLAGS'
24403 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24404 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24405 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24406
24407
24408 cat >conftest.$ac_ext <<_ACEOF
24409 /* confdefs.h. */
24410 _ACEOF
24411 cat confdefs.h >>conftest.$ac_ext
24412 cat >>conftest.$ac_ext <<_ACEOF
24413 /* end confdefs.h. */
24414
24415 class Foo { public: explicit Foo(int) {} };
24416
24417 int
24418 main ()
24419 {
24420
24421 return 0;
24422
24423 ;
24424 return 0;
24425 }
24426 _ACEOF
24427 rm -f conftest.$ac_objext
24428 if { (ac_try="$ac_compile"
24429 case "(($ac_try" in
24430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24431 *) ac_try_echo=$ac_try;;
24432 esac
24433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24434 (eval "$ac_compile") 2>conftest.er1
24435 ac_status=$?
24436 grep -v '^ *+' conftest.er1 >conftest.err
24437 rm -f conftest.er1
24438 cat conftest.err >&5
24439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24440 (exit $ac_status); } && {
24441 test -z "$ac_cxx_werror_flag" ||
24442 test ! -s conftest.err
24443 } && test -s conftest.$ac_objext; then
24444
24445 cat >conftest.$ac_ext <<_ACEOF
24446 /* confdefs.h. */
24447 _ACEOF
24448 cat confdefs.h >>conftest.$ac_ext
24449 cat >>conftest.$ac_ext <<_ACEOF
24450 /* end confdefs.h. */
24451
24452 class Foo { public: explicit Foo(int) {} };
24453 static void TakeFoo(const Foo& foo) { }
24454
24455 int
24456 main ()
24457 {
24458
24459 TakeFoo(17);
24460 return 0;
24461
24462 ;
24463 return 0;
24464 }
24465 _ACEOF
24466 rm -f conftest.$ac_objext
24467 if { (ac_try="$ac_compile"
24468 case "(($ac_try" in
24469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24470 *) ac_try_echo=$ac_try;;
24471 esac
24472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24473 (eval "$ac_compile") 2>conftest.er1
24474 ac_status=$?
24475 grep -v '^ *+' conftest.er1 >conftest.err
24476 rm -f conftest.er1
24477 cat conftest.err >&5
24478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24479 (exit $ac_status); } && {
24480 test -z "$ac_cxx_werror_flag" ||
24481 test ! -s conftest.err
24482 } && test -s conftest.$ac_objext; then
24483 wx_cv_explicit=no
24484 else
24485 echo "$as_me: failed program was:" >&5
24486 sed 's/^/| /' conftest.$ac_ext >&5
24487
24488 wx_cv_explicit=yes
24489
24490 fi
24491
24492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24493
24494 else
24495 echo "$as_me: failed program was:" >&5
24496 sed 's/^/| /' conftest.$ac_ext >&5
24497
24498 wx_cv_explicit=no
24499
24500 fi
24501
24502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24503
24504 ac_ext=c
24505 ac_cpp='$CPP $CPPFLAGS'
24506 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24507 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24508 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24509
24510
24511 fi
24512 { echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
24513 echo "${ECHO_T}$wx_cv_explicit" >&6; }
24514
24515 if test "$wx_cv_explicit" = "yes"; then
24516 cat >>confdefs.h <<\_ACEOF
24517 #define HAVE_EXPLICIT 1
24518 _ACEOF
24519
24520 fi
24521
24522
24523 if test "x$SUNCXX" = xyes; then
24524 CXXFLAGS="-features=tmplife $CXXFLAGS"
24525 fi
24526
24527 if test "x$SUNCC" = xyes; then
24528 CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
24529 fi
24530
24531 if test "x$SGICC" = "xyes"; then
24532 CFLAGS="-woff 3970 $CFLAGS"
24533 fi
24534 if test "x$SGICXX" = "xyes"; then
24535 CXXFLAGS="-woff 3970 $CXXFLAGS"
24536 fi
24537
24538 if test "x$HPCC" = "xyes"; then
24539 CFLAGS="+W 2011,2450 $CFLAGS"
24540 fi
24541 if test "x$HPCXX" = "xyes"; then
24542 CXXFLAGS="+W 2340,4232 $CXXFLAGS"
24543 fi
24544
24545 if test "x$COMPAQCXX" = "xyes"; then
24546 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
24547 fi
24548
24549 ac_ext=cpp
24550 ac_cpp='$CXXCPP $CPPFLAGS'
24551 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24552 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24553 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24554
24555
24556 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
24557 if test "$wxUSE_UNICODE" = "yes"; then
24558 std_string="std::wstring"
24559 char_type="wchar_t"
24560 else
24561 std_string="std::string"
24562 char_type="char"
24563 fi
24564
24565 { echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
24566 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6; }
24567 if test "${wx_cv_class_stdstring+set}" = set; then
24568 echo $ECHO_N "(cached) $ECHO_C" >&6
24569 else
24570
24571 cat >conftest.$ac_ext <<_ACEOF
24572 /* confdefs.h. */
24573 _ACEOF
24574 cat confdefs.h >>conftest.$ac_ext
24575 cat >>conftest.$ac_ext <<_ACEOF
24576 /* end confdefs.h. */
24577 #include <string>
24578 int
24579 main ()
24580 {
24581 $std_string foo;
24582 ;
24583 return 0;
24584 }
24585 _ACEOF
24586 rm -f conftest.$ac_objext
24587 if { (ac_try="$ac_compile"
24588 case "(($ac_try" in
24589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24590 *) ac_try_echo=$ac_try;;
24591 esac
24592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24593 (eval "$ac_compile") 2>conftest.er1
24594 ac_status=$?
24595 grep -v '^ *+' conftest.er1 >conftest.err
24596 rm -f conftest.er1
24597 cat conftest.err >&5
24598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24599 (exit $ac_status); } && {
24600 test -z "$ac_cxx_werror_flag" ||
24601 test ! -s conftest.err
24602 } && test -s conftest.$ac_objext; then
24603 wx_cv_class_stdstring=yes
24604 else
24605 echo "$as_me: failed program was:" >&5
24606 sed 's/^/| /' conftest.$ac_ext >&5
24607
24608 wx_cv_class_stdstring=no
24609
24610 fi
24611
24612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24613
24614
24615 fi
24616 { echo "$as_me:$LINENO: result: $wx_cv_class_stdstring" >&5
24617 echo "${ECHO_T}$wx_cv_class_stdstring" >&6; }
24618
24619 if test "$wx_cv_class_stdstring" = yes; then
24620 if test "$wxUSE_UNICODE" = "yes"; then
24621 cat >>confdefs.h <<\_ACEOF
24622 #define HAVE_STD_WSTRING 1
24623 _ACEOF
24624
24625 fi
24626 else
24627 { echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
24628 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6; }
24629 if test "${wx_cv_class_stdbasicstring+set}" = set; then
24630 echo $ECHO_N "(cached) $ECHO_C" >&6
24631 else
24632
24633 cat >conftest.$ac_ext <<_ACEOF
24634 /* confdefs.h. */
24635 _ACEOF
24636 cat confdefs.h >>conftest.$ac_ext
24637 cat >>conftest.$ac_ext <<_ACEOF
24638 /* end confdefs.h. */
24639
24640 #ifdef HAVE_WCHAR_H
24641 # ifdef __CYGWIN__
24642 # include <stddef.h>
24643 # endif
24644 # include <wchar.h>
24645 #endif
24646 #ifdef HAVE_STDLIB_H
24647 # include <stdlib.h>
24648 #endif
24649 #include <stdio.h>
24650 #include <string>
24651
24652 int
24653 main ()
24654 {
24655 std::basic_string<$char_type> foo;
24656 const $char_type* dummy = foo.c_str();
24657 ;
24658 return 0;
24659 }
24660 _ACEOF
24661 rm -f conftest.$ac_objext
24662 if { (ac_try="$ac_compile"
24663 case "(($ac_try" in
24664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24665 *) ac_try_echo=$ac_try;;
24666 esac
24667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24668 (eval "$ac_compile") 2>conftest.er1
24669 ac_status=$?
24670 grep -v '^ *+' conftest.er1 >conftest.err
24671 rm -f conftest.er1
24672 cat conftest.err >&5
24673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24674 (exit $ac_status); } && {
24675 test -z "$ac_cxx_werror_flag" ||
24676 test ! -s conftest.err
24677 } && test -s conftest.$ac_objext; then
24678 wx_cv_class_stdbasicstring=yes
24679 else
24680 echo "$as_me: failed program was:" >&5
24681 sed 's/^/| /' conftest.$ac_ext >&5
24682
24683 wx_cv_class_stdbasicstring=no
24684
24685 fi
24686
24687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24688
24689
24690 fi
24691 { echo "$as_me:$LINENO: result: $wx_cv_class_stdbasicstring" >&5
24692 echo "${ECHO_T}$wx_cv_class_stdbasicstring" >&6; }
24693
24694 if test "$wx_cv_class_stdbasicstring" != yes; then
24695 if test "$wxUSE_STL" = "yes"; then
24696 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
24697 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
24698 { (exit 1); exit 1; }; }
24699 elif test "$wxUSE_STD_STRING" = "yes"; then
24700 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
24701 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
24702 { (exit 1); exit 1; }; }
24703 else
24704 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
24705 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
24706 wxUSE_STD_STRING=no
24707 fi
24708 fi
24709 fi
24710 fi
24711
24712 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
24713 { echo "$as_me:$LINENO: checking for std::istream" >&5
24714 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6; }
24715 if test "${ac_cv_type_std__istream+set}" = set; then
24716 echo $ECHO_N "(cached) $ECHO_C" >&6
24717 else
24718 cat >conftest.$ac_ext <<_ACEOF
24719 /* confdefs.h. */
24720 _ACEOF
24721 cat confdefs.h >>conftest.$ac_ext
24722 cat >>conftest.$ac_ext <<_ACEOF
24723 /* end confdefs.h. */
24724 #include <iostream>
24725
24726 typedef std::istream ac__type_new_;
24727 int
24728 main ()
24729 {
24730 if ((ac__type_new_ *) 0)
24731 return 0;
24732 if (sizeof (ac__type_new_))
24733 return 0;
24734 ;
24735 return 0;
24736 }
24737 _ACEOF
24738 rm -f conftest.$ac_objext
24739 if { (ac_try="$ac_compile"
24740 case "(($ac_try" in
24741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24742 *) ac_try_echo=$ac_try;;
24743 esac
24744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24745 (eval "$ac_compile") 2>conftest.er1
24746 ac_status=$?
24747 grep -v '^ *+' conftest.er1 >conftest.err
24748 rm -f conftest.er1
24749 cat conftest.err >&5
24750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24751 (exit $ac_status); } && {
24752 test -z "$ac_cxx_werror_flag" ||
24753 test ! -s conftest.err
24754 } && test -s conftest.$ac_objext; then
24755 ac_cv_type_std__istream=yes
24756 else
24757 echo "$as_me: failed program was:" >&5
24758 sed 's/^/| /' conftest.$ac_ext >&5
24759
24760 ac_cv_type_std__istream=no
24761 fi
24762
24763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24764 fi
24765 { echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
24766 echo "${ECHO_T}$ac_cv_type_std__istream" >&6; }
24767 if test $ac_cv_type_std__istream = yes; then
24768
24769 cat >>confdefs.h <<_ACEOF
24770 #define HAVE_STD__ISTREAM 1
24771 _ACEOF
24772
24773
24774 else
24775 wxUSE_STD_IOSTREAM=no
24776 fi
24777 { echo "$as_me:$LINENO: checking for std::ostream" >&5
24778 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6; }
24779 if test "${ac_cv_type_std__ostream+set}" = set; then
24780 echo $ECHO_N "(cached) $ECHO_C" >&6
24781 else
24782 cat >conftest.$ac_ext <<_ACEOF
24783 /* confdefs.h. */
24784 _ACEOF
24785 cat confdefs.h >>conftest.$ac_ext
24786 cat >>conftest.$ac_ext <<_ACEOF
24787 /* end confdefs.h. */
24788 #include <iostream>
24789
24790 typedef std::ostream ac__type_new_;
24791 int
24792 main ()
24793 {
24794 if ((ac__type_new_ *) 0)
24795 return 0;
24796 if (sizeof (ac__type_new_))
24797 return 0;
24798 ;
24799 return 0;
24800 }
24801 _ACEOF
24802 rm -f conftest.$ac_objext
24803 if { (ac_try="$ac_compile"
24804 case "(($ac_try" in
24805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24806 *) ac_try_echo=$ac_try;;
24807 esac
24808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24809 (eval "$ac_compile") 2>conftest.er1
24810 ac_status=$?
24811 grep -v '^ *+' conftest.er1 >conftest.err
24812 rm -f conftest.er1
24813 cat conftest.err >&5
24814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24815 (exit $ac_status); } && {
24816 test -z "$ac_cxx_werror_flag" ||
24817 test ! -s conftest.err
24818 } && test -s conftest.$ac_objext; then
24819 ac_cv_type_std__ostream=yes
24820 else
24821 echo "$as_me: failed program was:" >&5
24822 sed 's/^/| /' conftest.$ac_ext >&5
24823
24824 ac_cv_type_std__ostream=no
24825 fi
24826
24827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24828 fi
24829 { echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
24830 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6; }
24831 if test $ac_cv_type_std__ostream = yes; then
24832
24833 cat >>confdefs.h <<_ACEOF
24834 #define HAVE_STD__OSTREAM 1
24835 _ACEOF
24836
24837
24838 else
24839 wxUSE_STD_IOSTREAM=no
24840 fi
24841
24842
24843 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
24844 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
24845 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
24846 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
24847 { (exit 1); exit 1; }; }
24848 else
24849 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
24850 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
24851 fi
24852 fi
24853 fi
24854
24855 if test "$wxUSE_STL" = "yes"; then
24856 { echo "$as_me:$LINENO: checking for basic STL functionality" >&5
24857 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6; }
24858 if test "${wx_cv_lib_stl+set}" = set; then
24859 echo $ECHO_N "(cached) $ECHO_C" >&6
24860 else
24861 cat >conftest.$ac_ext <<_ACEOF
24862 /* confdefs.h. */
24863 _ACEOF
24864 cat confdefs.h >>conftest.$ac_ext
24865 cat >>conftest.$ac_ext <<_ACEOF
24866 /* end confdefs.h. */
24867 #include <string>
24868 #include <functional>
24869 #include <algorithm>
24870 #include <vector>
24871 #include <list>
24872 int
24873 main ()
24874 {
24875 std::vector<int> moo;
24876 std::list<int> foo;
24877 std::vector<int>::iterator it =
24878 std::find_if(moo.begin(), moo.end(),
24879 std::bind2nd(std::less<int>(), 3));
24880 ;
24881 return 0;
24882 }
24883 _ACEOF
24884 rm -f conftest.$ac_objext
24885 if { (ac_try="$ac_compile"
24886 case "(($ac_try" in
24887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24888 *) ac_try_echo=$ac_try;;
24889 esac
24890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24891 (eval "$ac_compile") 2>conftest.er1
24892 ac_status=$?
24893 grep -v '^ *+' conftest.er1 >conftest.err
24894 rm -f conftest.er1
24895 cat conftest.err >&5
24896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24897 (exit $ac_status); } && {
24898 test -z "$ac_cxx_werror_flag" ||
24899 test ! -s conftest.err
24900 } && test -s conftest.$ac_objext; then
24901 wx_cv_lib_stl=yes
24902 else
24903 echo "$as_me: failed program was:" >&5
24904 sed 's/^/| /' conftest.$ac_ext >&5
24905
24906 wx_cv_lib_stl=no
24907
24908 fi
24909
24910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24911
24912 fi
24913 { echo "$as_me:$LINENO: result: $wx_cv_lib_stl" >&5
24914 echo "${ECHO_T}$wx_cv_lib_stl" >&6; }
24915
24916 if test "$wx_cv_lib_stl" != yes; then
24917 { { echo "$as_me:$LINENO: error: Can't use --enable-stl as basic STL functionality is missing" >&5
24918 echo "$as_me: error: Can't use --enable-stl as basic STL functionality is missing" >&2;}
24919 { (exit 1); exit 1; }; }
24920 fi
24921
24922 { echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
24923 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6; }
24924 if test "${wx_cv_func_stdstring_compare+set}" = set; then
24925 echo $ECHO_N "(cached) $ECHO_C" >&6
24926 else
24927 cat >conftest.$ac_ext <<_ACEOF
24928 /* confdefs.h. */
24929 _ACEOF
24930 cat confdefs.h >>conftest.$ac_ext
24931 cat >>conftest.$ac_ext <<_ACEOF
24932 /* end confdefs.h. */
24933 #include <string>
24934 int
24935 main ()
24936 {
24937 std::string foo, bar;
24938 foo.compare(bar);
24939 foo.compare(1, 1, bar);
24940 foo.compare(1, 1, bar, 1, 1);
24941 foo.compare("");
24942 foo.compare(1, 1, "");
24943 foo.compare(1, 1, "", 2);
24944 ;
24945 return 0;
24946 }
24947 _ACEOF
24948 rm -f conftest.$ac_objext
24949 if { (ac_try="$ac_compile"
24950 case "(($ac_try" in
24951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24952 *) ac_try_echo=$ac_try;;
24953 esac
24954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24955 (eval "$ac_compile") 2>conftest.er1
24956 ac_status=$?
24957 grep -v '^ *+' conftest.er1 >conftest.err
24958 rm -f conftest.er1
24959 cat conftest.err >&5
24960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24961 (exit $ac_status); } && {
24962 test -z "$ac_cxx_werror_flag" ||
24963 test ! -s conftest.err
24964 } && test -s conftest.$ac_objext; then
24965 wx_cv_func_stdstring_compare=yes
24966 else
24967 echo "$as_me: failed program was:" >&5
24968 sed 's/^/| /' conftest.$ac_ext >&5
24969
24970 wx_cv_func_stdstring_compare=no
24971
24972 fi
24973
24974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24975
24976 fi
24977 { echo "$as_me:$LINENO: result: $wx_cv_func_stdstring_compare" >&5
24978 echo "${ECHO_T}$wx_cv_func_stdstring_compare" >&6; }
24979
24980 if test "$wx_cv_func_stdstring_compare" = yes; then
24981 cat >>confdefs.h <<\_ACEOF
24982 #define HAVE_STD_STRING_COMPARE 1
24983 _ACEOF
24984
24985 fi
24986
24987 if test "$wx_cv_class_gnuhashmapset" = yes; then
24988 cat >>confdefs.h <<\_ACEOF
24989 #define HAVE_EXT_HASH_MAP 1
24990 _ACEOF
24991
24992 cat >>confdefs.h <<\_ACEOF
24993 #define HAVE_GNU_CXX_HASH_MAP 1
24994 _ACEOF
24995
24996 fi
24997
24998 { echo "$as_me:$LINENO: checking for unordered_map" >&5
24999 echo $ECHO_N "checking for unordered_map... $ECHO_C" >&6; }
25000 if test "${ac_cv_header_unordered_map+set}" = set; then
25001 echo $ECHO_N "(cached) $ECHO_C" >&6
25002 else
25003 cat >conftest.$ac_ext <<_ACEOF
25004 /* confdefs.h. */
25005 _ACEOF
25006 cat confdefs.h >>conftest.$ac_ext
25007 cat >>conftest.$ac_ext <<_ACEOF
25008 /* end confdefs.h. */
25009
25010
25011
25012 #include <unordered_map>
25013 _ACEOF
25014 rm -f conftest.$ac_objext
25015 if { (ac_try="$ac_compile"
25016 case "(($ac_try" in
25017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25018 *) ac_try_echo=$ac_try;;
25019 esac
25020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25021 (eval "$ac_compile") 2>conftest.er1
25022 ac_status=$?
25023 grep -v '^ *+' conftest.er1 >conftest.err
25024 rm -f conftest.er1
25025 cat conftest.err >&5
25026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25027 (exit $ac_status); } && {
25028 test -z "$ac_cxx_werror_flag" ||
25029 test ! -s conftest.err
25030 } && test -s conftest.$ac_objext; then
25031 ac_cv_header_unordered_map=yes
25032 else
25033 echo "$as_me: failed program was:" >&5
25034 sed 's/^/| /' conftest.$ac_ext >&5
25035
25036 ac_cv_header_unordered_map=no
25037 fi
25038
25039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25040 fi
25041 { echo "$as_me:$LINENO: result: $ac_cv_header_unordered_map" >&5
25042 echo "${ECHO_T}$ac_cv_header_unordered_map" >&6; }
25043 if test $ac_cv_header_unordered_map = yes; then
25044 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std" >&5
25045 echo $ECHO_N "checking for unordered_map and unordered_set in std... $ECHO_C" >&6; }
25046 if test "${wx_cv_class_stdunorderedmapset+set}" = set; then
25047 echo $ECHO_N "(cached) $ECHO_C" >&6
25048 else
25049 cat >conftest.$ac_ext <<_ACEOF
25050 /* confdefs.h. */
25051 _ACEOF
25052 cat confdefs.h >>conftest.$ac_ext
25053 cat >>conftest.$ac_ext <<_ACEOF
25054 /* end confdefs.h. */
25055 #include <unordered_map>
25056 #include <unordered_set>
25057 int
25058 main ()
25059 {
25060 std::unordered_map<double*, char*> test1;
25061 std::unordered_set<char*> test2;
25062 ;
25063 return 0;
25064 }
25065 _ACEOF
25066 rm -f conftest.$ac_objext
25067 if { (ac_try="$ac_compile"
25068 case "(($ac_try" in
25069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25070 *) ac_try_echo=$ac_try;;
25071 esac
25072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25073 (eval "$ac_compile") 2>conftest.er1
25074 ac_status=$?
25075 grep -v '^ *+' conftest.er1 >conftest.err
25076 rm -f conftest.er1
25077 cat conftest.err >&5
25078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25079 (exit $ac_status); } && {
25080 test -z "$ac_cxx_werror_flag" ||
25081 test ! -s conftest.err
25082 } && test -s conftest.$ac_objext; then
25083 wx_cv_class_stdunorderedmapset=yes
25084 else
25085 echo "$as_me: failed program was:" >&5
25086 sed 's/^/| /' conftest.$ac_ext >&5
25087
25088 wx_cv_class_stdunorderedmapset=no
25089 fi
25090
25091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25092
25093
25094 fi
25095 { echo "$as_me:$LINENO: result: $wx_cv_class_stdunorderedmapset" >&5
25096 echo "${ECHO_T}$wx_cv_class_stdunorderedmapset" >&6; }
25097 fi
25098
25099
25100
25101 if test "$wx_cv_class_stdunorderedmapset" = yes; then
25102 cat >>confdefs.h <<\_ACEOF
25103 #define HAVE_STD_UNORDERED_MAP 1
25104 _ACEOF
25105
25106 cat >>confdefs.h <<\_ACEOF
25107 #define HAVE_STD_UNORDERED_SET 1
25108 _ACEOF
25109
25110 else
25111 { echo "$as_me:$LINENO: checking for tr1/unordered_map" >&5
25112 echo $ECHO_N "checking for tr1/unordered_map... $ECHO_C" >&6; }
25113 if test "${ac_cv_header_tr1_unordered_map+set}" = set; then
25114 echo $ECHO_N "(cached) $ECHO_C" >&6
25115 else
25116 cat >conftest.$ac_ext <<_ACEOF
25117 /* confdefs.h. */
25118 _ACEOF
25119 cat confdefs.h >>conftest.$ac_ext
25120 cat >>conftest.$ac_ext <<_ACEOF
25121 /* end confdefs.h. */
25122
25123
25124
25125 #include <tr1/unordered_map>
25126 _ACEOF
25127 rm -f conftest.$ac_objext
25128 if { (ac_try="$ac_compile"
25129 case "(($ac_try" in
25130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25131 *) ac_try_echo=$ac_try;;
25132 esac
25133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25134 (eval "$ac_compile") 2>conftest.er1
25135 ac_status=$?
25136 grep -v '^ *+' conftest.er1 >conftest.err
25137 rm -f conftest.er1
25138 cat conftest.err >&5
25139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25140 (exit $ac_status); } && {
25141 test -z "$ac_cxx_werror_flag" ||
25142 test ! -s conftest.err
25143 } && test -s conftest.$ac_objext; then
25144 ac_cv_header_tr1_unordered_map=yes
25145 else
25146 echo "$as_me: failed program was:" >&5
25147 sed 's/^/| /' conftest.$ac_ext >&5
25148
25149 ac_cv_header_tr1_unordered_map=no
25150 fi
25151
25152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25153 fi
25154 { echo "$as_me:$LINENO: result: $ac_cv_header_tr1_unordered_map" >&5
25155 echo "${ECHO_T}$ac_cv_header_tr1_unordered_map" >&6; }
25156 if test $ac_cv_header_tr1_unordered_map = yes; then
25157 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std::tr1" >&5
25158 echo $ECHO_N "checking for unordered_map and unordered_set in std::tr1... $ECHO_C" >&6; }
25159 if test "${wx_cv_class_tr1unorderedmapset+set}" = set; then
25160 echo $ECHO_N "(cached) $ECHO_C" >&6
25161 else
25162 cat >conftest.$ac_ext <<_ACEOF
25163 /* confdefs.h. */
25164 _ACEOF
25165 cat confdefs.h >>conftest.$ac_ext
25166 cat >>conftest.$ac_ext <<_ACEOF
25167 /* end confdefs.h. */
25168 #include <tr1/unordered_map>
25169 #include <tr1/unordered_set>
25170 int
25171 main ()
25172 {
25173 std::tr1::unordered_map<double*, char*> test1;
25174 std::tr1::unordered_set<char*> test2;
25175 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
25176 #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
25177 #endif
25178 ;
25179 return 0;
25180 }
25181 _ACEOF
25182 rm -f conftest.$ac_objext
25183 if { (ac_try="$ac_compile"
25184 case "(($ac_try" in
25185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25186 *) ac_try_echo=$ac_try;;
25187 esac
25188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25189 (eval "$ac_compile") 2>conftest.er1
25190 ac_status=$?
25191 grep -v '^ *+' conftest.er1 >conftest.err
25192 rm -f conftest.er1
25193 cat conftest.err >&5
25194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25195 (exit $ac_status); } && {
25196 test -z "$ac_cxx_werror_flag" ||
25197 test ! -s conftest.err
25198 } && test -s conftest.$ac_objext; then
25199 wx_cv_class_tr1unorderedmapset=yes
25200 else
25201 echo "$as_me: failed program was:" >&5
25202 sed 's/^/| /' conftest.$ac_ext >&5
25203
25204 wx_cv_class_tr1unorderedmapset=no
25205 fi
25206
25207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25208
25209
25210 fi
25211 { echo "$as_me:$LINENO: result: $wx_cv_class_tr1unorderedmapset" >&5
25212 echo "${ECHO_T}$wx_cv_class_tr1unorderedmapset" >&6; }
25213 fi
25214
25215
25216
25217 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
25218 cat >>confdefs.h <<\_ACEOF
25219 #define HAVE_TR1_UNORDERED_MAP 1
25220 _ACEOF
25221
25222 cat >>confdefs.h <<\_ACEOF
25223 #define HAVE_TR1_UNORDERED_SET 1
25224 _ACEOF
25225
25226 else
25227 { echo "$as_me:$LINENO: checking for hash_map" >&5
25228 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6; }
25229 if test "${ac_cv_header_hash_map+set}" = set; then
25230 echo $ECHO_N "(cached) $ECHO_C" >&6
25231 else
25232 cat >conftest.$ac_ext <<_ACEOF
25233 /* confdefs.h. */
25234 _ACEOF
25235 cat confdefs.h >>conftest.$ac_ext
25236 cat >>conftest.$ac_ext <<_ACEOF
25237 /* end confdefs.h. */
25238
25239
25240
25241 #include <hash_map>
25242 _ACEOF
25243 rm -f conftest.$ac_objext
25244 if { (ac_try="$ac_compile"
25245 case "(($ac_try" in
25246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25247 *) ac_try_echo=$ac_try;;
25248 esac
25249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25250 (eval "$ac_compile") 2>conftest.er1
25251 ac_status=$?
25252 grep -v '^ *+' conftest.er1 >conftest.err
25253 rm -f conftest.er1
25254 cat conftest.err >&5
25255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25256 (exit $ac_status); } && {
25257 test -z "$ac_cxx_werror_flag" ||
25258 test ! -s conftest.err
25259 } && test -s conftest.$ac_objext; then
25260 ac_cv_header_hash_map=yes
25261 else
25262 echo "$as_me: failed program was:" >&5
25263 sed 's/^/| /' conftest.$ac_ext >&5
25264
25265 ac_cv_header_hash_map=no
25266 fi
25267
25268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25269 fi
25270 { echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
25271 echo "${ECHO_T}$ac_cv_header_hash_map" >&6; }
25272 if test $ac_cv_header_hash_map = yes; then
25273 { echo "$as_me:$LINENO: checking for std::hash_map and hash_set" >&5
25274 echo $ECHO_N "checking for std::hash_map and hash_set... $ECHO_C" >&6; }
25275 if test "${wx_cv_class_stdhashmapset+set}" = set; then
25276 echo $ECHO_N "(cached) $ECHO_C" >&6
25277 else
25278 cat >conftest.$ac_ext <<_ACEOF
25279 /* confdefs.h. */
25280 _ACEOF
25281 cat confdefs.h >>conftest.$ac_ext
25282 cat >>conftest.$ac_ext <<_ACEOF
25283 /* end confdefs.h. */
25284 #include <hash_map>
25285 #include <hash_set>
25286 int
25287 main ()
25288 {
25289 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
25290 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
25291 ;
25292 return 0;
25293 }
25294 _ACEOF
25295 rm -f conftest.$ac_objext
25296 if { (ac_try="$ac_compile"
25297 case "(($ac_try" in
25298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25299 *) ac_try_echo=$ac_try;;
25300 esac
25301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25302 (eval "$ac_compile") 2>conftest.er1
25303 ac_status=$?
25304 grep -v '^ *+' conftest.er1 >conftest.err
25305 rm -f conftest.er1
25306 cat conftest.err >&5
25307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25308 (exit $ac_status); } && {
25309 test -z "$ac_cxx_werror_flag" ||
25310 test ! -s conftest.err
25311 } && test -s conftest.$ac_objext; then
25312 wx_cv_class_stdhashmapset=yes
25313 else
25314 echo "$as_me: failed program was:" >&5
25315 sed 's/^/| /' conftest.$ac_ext >&5
25316
25317 wx_cv_class_stdhashmapset=no
25318 fi
25319
25320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25321
25322
25323 fi
25324 { echo "$as_me:$LINENO: result: $wx_cv_class_stdhashmapset" >&5
25325 echo "${ECHO_T}$wx_cv_class_stdhashmapset" >&6; }
25326 fi
25327
25328
25329
25330 if test "$wx_cv_class_stdhashmapset" = yes; then
25331 cat >>confdefs.h <<\_ACEOF
25332 #define HAVE_HASH_MAP 1
25333 _ACEOF
25334
25335 cat >>confdefs.h <<\_ACEOF
25336 #define HAVE_STD_HASH_MAP 1
25337 _ACEOF
25338
25339 fi
25340
25341 { echo "$as_me:$LINENO: checking for ext/hash_map" >&5
25342 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6; }
25343 if test "${ac_cv_header_ext_hash_map+set}" = set; then
25344 echo $ECHO_N "(cached) $ECHO_C" >&6
25345 else
25346 cat >conftest.$ac_ext <<_ACEOF
25347 /* confdefs.h. */
25348 _ACEOF
25349 cat confdefs.h >>conftest.$ac_ext
25350 cat >>conftest.$ac_ext <<_ACEOF
25351 /* end confdefs.h. */
25352
25353
25354
25355 #include <ext/hash_map>
25356 _ACEOF
25357 rm -f conftest.$ac_objext
25358 if { (ac_try="$ac_compile"
25359 case "(($ac_try" in
25360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25361 *) ac_try_echo=$ac_try;;
25362 esac
25363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25364 (eval "$ac_compile") 2>conftest.er1
25365 ac_status=$?
25366 grep -v '^ *+' conftest.er1 >conftest.err
25367 rm -f conftest.er1
25368 cat conftest.err >&5
25369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25370 (exit $ac_status); } && {
25371 test -z "$ac_cxx_werror_flag" ||
25372 test ! -s conftest.err
25373 } && test -s conftest.$ac_objext; then
25374 ac_cv_header_ext_hash_map=yes
25375 else
25376 echo "$as_me: failed program was:" >&5
25377 sed 's/^/| /' conftest.$ac_ext >&5
25378
25379 ac_cv_header_ext_hash_map=no
25380 fi
25381
25382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25383 fi
25384 { echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
25385 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6; }
25386 if test $ac_cv_header_ext_hash_map = yes; then
25387 { echo "$as_me:$LINENO: checking for GNU hash_map and hash_set" >&5
25388 echo $ECHO_N "checking for GNU hash_map and hash_set... $ECHO_C" >&6; }
25389 if test "${wx_cv_class_gnuhashmapset+set}" = set; then
25390 echo $ECHO_N "(cached) $ECHO_C" >&6
25391 else
25392 cat >conftest.$ac_ext <<_ACEOF
25393 /* confdefs.h. */
25394 _ACEOF
25395 cat confdefs.h >>conftest.$ac_ext
25396 cat >>conftest.$ac_ext <<_ACEOF
25397 /* end confdefs.h. */
25398 #include <ext/hash_map>
25399 #include <ext/hash_set>
25400 int
25401 main ()
25402 {
25403 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
25404 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
25405 ;
25406 return 0;
25407 }
25408 _ACEOF
25409 rm -f conftest.$ac_objext
25410 if { (ac_try="$ac_compile"
25411 case "(($ac_try" in
25412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25413 *) ac_try_echo=$ac_try;;
25414 esac
25415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25416 (eval "$ac_compile") 2>conftest.er1
25417 ac_status=$?
25418 grep -v '^ *+' conftest.er1 >conftest.err
25419 rm -f conftest.er1
25420 cat conftest.err >&5
25421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25422 (exit $ac_status); } && {
25423 test -z "$ac_cxx_werror_flag" ||
25424 test ! -s conftest.err
25425 } && test -s conftest.$ac_objext; then
25426 wx_cv_class_gnuhashmapset=yes
25427 else
25428 echo "$as_me: failed program was:" >&5
25429 sed 's/^/| /' conftest.$ac_ext >&5
25430
25431 wx_cv_class_gnuhashmapset=no
25432 fi
25433
25434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25435
25436
25437 fi
25438 { echo "$as_me:$LINENO: result: $wx_cv_class_gnuhashmapset" >&5
25439 echo "${ECHO_T}$wx_cv_class_gnuhashmapset" >&6; }
25440 fi
25441
25442
25443
25444 fi
25445 fi
25446 fi
25447
25448
25449
25450 if test -n "$GCC"; then
25451 { echo "$as_me:$LINENO: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
25452 echo $ECHO_N "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... $ECHO_C" >&6; }
25453 if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then
25454 echo $ECHO_N "(cached) $ECHO_C" >&6
25455 else
25456
25457 cat >conftest.$ac_ext <<_ACEOF
25458 /* confdefs.h. */
25459 _ACEOF
25460 cat confdefs.h >>conftest.$ac_ext
25461 cat >>conftest.$ac_ext <<_ACEOF
25462 /* end confdefs.h. */
25463
25464 int
25465 main ()
25466 {
25467
25468 unsigned int value=0;
25469 /* wxAtomicInc doesn't use return value here */
25470 __sync_fetch_and_add(&value, 2);
25471 __sync_sub_and_fetch(&value, 1);
25472 /* but wxAtomicDec does, so mimic that: */
25473 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
25474
25475 ;
25476 return 0;
25477 }
25478 _ACEOF
25479 rm -f conftest.$ac_objext conftest$ac_exeext
25480 if { (ac_try="$ac_link"
25481 case "(($ac_try" in
25482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25483 *) ac_try_echo=$ac_try;;
25484 esac
25485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25486 (eval "$ac_link") 2>conftest.er1
25487 ac_status=$?
25488 grep -v '^ *+' conftest.er1 >conftest.err
25489 rm -f conftest.er1
25490 cat conftest.err >&5
25491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25492 (exit $ac_status); } && {
25493 test -z "$ac_cxx_werror_flag" ||
25494 test ! -s conftest.err
25495 } && test -s conftest$ac_exeext &&
25496 $as_test_x conftest$ac_exeext; then
25497 wx_cv_cc_gcc_atomic_builtins=yes
25498 else
25499 echo "$as_me: failed program was:" >&5
25500 sed 's/^/| /' conftest.$ac_ext >&5
25501
25502 wx_cv_cc_gcc_atomic_builtins=no
25503 fi
25504
25505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25506 conftest$ac_exeext conftest.$ac_ext
25507
25508 fi
25509
25510 { echo "$as_me:$LINENO: result: $wx_cv_cc_gcc_atomic_builtins" >&5
25511 echo "${ECHO_T}$wx_cv_cc_gcc_atomic_builtins" >&6; }
25512 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
25513 cat >>confdefs.h <<\_ACEOF
25514 #define HAVE_GCC_ATOMIC_BUILTINS 1
25515 _ACEOF
25516
25517 fi
25518 fi
25519
25520
25521 ac_ext=c
25522 ac_cpp='$CPP $CPPFLAGS'
25523 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25524 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25525 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25526
25527
25528
25529 SEARCH_INCLUDE="\
25530 /usr/local/include \
25531 /usr/local/X11/include \
25532 /usr/local/include/X11 \
25533 /usr/local/X11R7/include \
25534 /usr/local/X11R6/include \
25535 /usr/local/include/X11R7 \
25536 /usr/local/include/X11R6 \
25537 \
25538 /usr/Motif-2.1/include \
25539 /usr/Motif-1.2/include \
25540 /usr/include/Motif1.2 \
25541 \
25542 /usr/dt/include \
25543 /usr/openwin/include \
25544 \
25545 /usr/include/Xm \
25546 \
25547 /usr/X11R7/include \
25548 /usr/X11R6/include \
25549 /usr/X11R6.4/include \
25550 \
25551 /usr/include/X11R7 \
25552 /usr/include/X11R6 \
25553 \
25554 /usr/X11/include \
25555 /usr/include/X11 \
25556 \
25557 /usr/XFree86/include/X11 \
25558 /usr/pkg/include \
25559 \
25560 /usr/local/X1R5/include \
25561 /usr/local/include/X11R5 \
25562 /usr/X11R5/include \
25563 /usr/include/X11R5 \
25564 \
25565 /usr/local/X11R4/include \
25566 /usr/local/include/X11R4 \
25567 /usr/X11R4/include \
25568 /usr/include/X11R4 \
25569 \
25570 /usr/openwin/share/include"
25571
25572 { echo "$as_me:$LINENO: checking for libraries directory" >&5
25573 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6; }
25574
25575 case "${host}" in
25576 *-*-irix6* )
25577 if test "${wx_cv_std_libpath+set}" = set; then
25578 echo $ECHO_N "(cached) $ECHO_C" >&6
25579 else
25580
25581 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
25582 for e in a so sl dylib dll.a; do
25583 libc="$d/libc.$e"
25584 if test -f $libc; then
25585 save_LIBS="$LIBS"
25586 LIBS="$libc"
25587 cat >conftest.$ac_ext <<_ACEOF
25588 int main() { return 0; }
25589 _ACEOF
25590 rm -f conftest.$ac_objext conftest$ac_exeext
25591 if { (ac_try="$ac_link"
25592 case "(($ac_try" in
25593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25594 *) ac_try_echo=$ac_try;;
25595 esac
25596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25597 (eval "$ac_link") 2>conftest.er1
25598 ac_status=$?
25599 grep -v '^ *+' conftest.er1 >conftest.err
25600 rm -f conftest.er1
25601 cat conftest.err >&5
25602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25603 (exit $ac_status); } && {
25604 test -z "$ac_c_werror_flag" ||
25605 test ! -s conftest.err
25606 } && test -s conftest$ac_exeext &&
25607 $as_test_x conftest$ac_exeext; then
25608 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
25609 else
25610 echo "$as_me: failed program was:" >&5
25611 sed 's/^/| /' conftest.$ac_ext >&5
25612
25613
25614 fi
25615
25616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25617 conftest$ac_exeext conftest.$ac_ext
25618 LIBS="$save_LIBS"
25619 if test "x$wx_cv_std_libpath" != "x"; then
25620 break 2
25621 fi
25622 fi
25623 done
25624 done
25625 if test "x$wx_cv_std_libpath" = "x"; then
25626 wx_cv_std_libpath="lib"
25627 fi
25628
25629
25630 fi
25631
25632 ;;
25633
25634 *-*-solaris2* )
25635 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
25636 wx_cv_std_libpath="lib/64"
25637 else
25638 wx_cv_std_libpath="lib"
25639 fi
25640 ;;
25641
25642 *-*-linux* )
25643 if test "$ac_cv_sizeof_void_p" = 8 -a \
25644 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
25645 wx_cv_std_libpath="lib64"
25646 else
25647 wx_cv_std_libpath="lib"
25648 fi
25649 ;;
25650
25651 *)
25652 wx_cv_std_libpath="lib";
25653 ;;
25654 esac
25655
25656 { echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
25657 echo "${ECHO_T}$wx_cv_std_libpath" >&6; }
25658
25659 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
25660
25661 if test "$build" != "$host" -a "$GCC" = yes; then
25662 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
25663 cross_root=`dirname $cross_root`
25664 cross_root=`dirname $cross_root`
25665
25666 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
25667 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
25668 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
25669
25670 if test -z "$PKG_CONFIG_PATH"; then
25671 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
25672 export PKG_CONFIG_PATH
25673 fi
25674
25675 if test -z "$x_includes" -o "$x_includes" = NONE; then
25676
25677 ac_find_includes=
25678 for ac_dir in $SEARCH_INCLUDE /usr/include;
25679 do
25680 if test -f "$ac_dir/X11/Intrinsic.h"; then
25681 ac_find_includes=$ac_dir
25682 break
25683 fi
25684 done
25685
25686 x_includes=$ac_find_includes
25687 fi
25688 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
25689
25690 ac_find_libraries=
25691 for ac_dir in $SEARCH_LIB;
25692 do
25693 for ac_extension in a so sl dylib dll.a; do
25694 if test -f "$ac_dir/libXt.$ac_extension"; then
25695 ac_find_libraries=$ac_dir
25696 break 2
25697 fi
25698 done
25699 done
25700
25701 x_libraries=$ac_find_libraries
25702 fi
25703 fi
25704 fi
25705
25706
25707 cat >confcache <<\_ACEOF
25708 # This file is a shell script that caches the results of configure
25709 # tests run on this system so they can be shared between configure
25710 # scripts and configure runs, see configure's option --config-cache.
25711 # It is not useful on other systems. If it contains results you don't
25712 # want to keep, you may remove or edit it.
25713 #
25714 # config.status only pays attention to the cache file if you give it
25715 # the --recheck option to rerun configure.
25716 #
25717 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25718 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25719 # following values.
25720
25721 _ACEOF
25722
25723 # The following way of writing the cache mishandles newlines in values,
25724 # but we know of no workaround that is simple, portable, and efficient.
25725 # So, we kill variables containing newlines.
25726 # Ultrix sh set writes to stderr and can't be redirected directly,
25727 # and sets the high bit in the cache file unless we assign to the vars.
25728 (
25729 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25730 eval ac_val=\$$ac_var
25731 case $ac_val in #(
25732 *${as_nl}*)
25733 case $ac_var in #(
25734 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25735 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25736 esac
25737 case $ac_var in #(
25738 _ | IFS | as_nl) ;; #(
25739 *) $as_unset $ac_var ;;
25740 esac ;;
25741 esac
25742 done
25743
25744 (set) 2>&1 |
25745 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25746 *${as_nl}ac_space=\ *)
25747 # `set' does not quote correctly, so add quotes (double-quote
25748 # substitution turns \\\\ into \\, and sed turns \\ into \).
25749 sed -n \
25750 "s/'/'\\\\''/g;
25751 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25752 ;; #(
25753 *)
25754 # `set' quotes correctly as required by POSIX, so do not add quotes.
25755 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25756 ;;
25757 esac |
25758 sort
25759 ) |
25760 sed '
25761 /^ac_cv_env_/b end
25762 t clear
25763 :clear
25764 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25765 t end
25766 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25767 :end' >>confcache
25768 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25769 if test -w "$cache_file"; then
25770 test "x$cache_file" != "x/dev/null" &&
25771 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25772 echo "$as_me: updating cache $cache_file" >&6;}
25773 cat confcache >$cache_file
25774 else
25775 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25776 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25777 fi
25778 fi
25779 rm -f confcache
25780
25781 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
25782 { echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
25783 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6; }
25784 if test "${wx_cv_lib_glibc21+set}" = set; then
25785 echo $ECHO_N "(cached) $ECHO_C" >&6
25786 else
25787
25788 cat >conftest.$ac_ext <<_ACEOF
25789 /* confdefs.h. */
25790 _ACEOF
25791 cat confdefs.h >>conftest.$ac_ext
25792 cat >>conftest.$ac_ext <<_ACEOF
25793 /* end confdefs.h. */
25794 #include <features.h>
25795 int
25796 main ()
25797 {
25798
25799 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
25800 not glibc 2.1
25801 #endif
25802
25803 ;
25804 return 0;
25805 }
25806 _ACEOF
25807 rm -f conftest.$ac_objext
25808 if { (ac_try="$ac_compile"
25809 case "(($ac_try" in
25810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25811 *) ac_try_echo=$ac_try;;
25812 esac
25813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25814 (eval "$ac_compile") 2>conftest.er1
25815 ac_status=$?
25816 grep -v '^ *+' conftest.er1 >conftest.err
25817 rm -f conftest.er1
25818 cat conftest.err >&5
25819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25820 (exit $ac_status); } && {
25821 test -z "$ac_c_werror_flag" ||
25822 test ! -s conftest.err
25823 } && test -s conftest.$ac_objext; then
25824
25825 wx_cv_lib_glibc21=yes
25826
25827 else
25828 echo "$as_me: failed program was:" >&5
25829 sed 's/^/| /' conftest.$ac_ext >&5
25830
25831
25832 wx_cv_lib_glibc21=no
25833
25834
25835 fi
25836
25837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25838
25839 fi
25840 { echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
25841 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6; }
25842 if test "$wx_cv_lib_glibc21" = "yes"; then
25843 cat >>confdefs.h <<\_ACEOF
25844 #define wxHAVE_GLIBC2 1
25845 _ACEOF
25846
25847 fi
25848 fi
25849
25850 if test "x$wx_cv_lib_glibc21" = "xyes"; then
25851 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
25852 cat >>confdefs.h <<\_ACEOF
25853 #define _GNU_SOURCE 1
25854 _ACEOF
25855
25856 fi
25857 fi
25858
25859 have_cos=0
25860 have_floor=0
25861
25862 for ac_func in cos
25863 do
25864 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25865 { echo "$as_me:$LINENO: checking for $ac_func" >&5
25866 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25867 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25868 echo $ECHO_N "(cached) $ECHO_C" >&6
25869 else
25870 cat >conftest.$ac_ext <<_ACEOF
25871 /* confdefs.h. */
25872 _ACEOF
25873 cat confdefs.h >>conftest.$ac_ext
25874 cat >>conftest.$ac_ext <<_ACEOF
25875 /* end confdefs.h. */
25876 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25878 #define $ac_func innocuous_$ac_func
25879
25880 /* System header to define __stub macros and hopefully few prototypes,
25881 which can conflict with char $ac_func (); below.
25882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25883 <limits.h> exists even on freestanding compilers. */
25884
25885 #ifdef __STDC__
25886 # include <limits.h>
25887 #else
25888 # include <assert.h>
25889 #endif
25890
25891 #undef $ac_func
25892
25893 /* Override any GCC internal prototype to avoid an error.
25894 Use char because int might match the return type of a GCC
25895 builtin and then its argument prototype would still apply. */
25896 #ifdef __cplusplus
25897 extern "C"
25898 #endif
25899 char $ac_func ();
25900 /* The GNU C library defines this for functions which it implements
25901 to always fail with ENOSYS. Some functions are actually named
25902 something starting with __ and the normal name is an alias. */
25903 #if defined __stub_$ac_func || defined __stub___$ac_func
25904 choke me
25905 #endif
25906
25907 int
25908 main ()
25909 {
25910 return $ac_func ();
25911 ;
25912 return 0;
25913 }
25914 _ACEOF
25915 rm -f conftest.$ac_objext conftest$ac_exeext
25916 if { (ac_try="$ac_link"
25917 case "(($ac_try" in
25918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25919 *) ac_try_echo=$ac_try;;
25920 esac
25921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25922 (eval "$ac_link") 2>conftest.er1
25923 ac_status=$?
25924 grep -v '^ *+' conftest.er1 >conftest.err
25925 rm -f conftest.er1
25926 cat conftest.err >&5
25927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25928 (exit $ac_status); } && {
25929 test -z "$ac_c_werror_flag" ||
25930 test ! -s conftest.err
25931 } && test -s conftest$ac_exeext &&
25932 $as_test_x conftest$ac_exeext; then
25933 eval "$as_ac_var=yes"
25934 else
25935 echo "$as_me: failed program was:" >&5
25936 sed 's/^/| /' conftest.$ac_ext >&5
25937
25938 eval "$as_ac_var=no"
25939 fi
25940
25941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25942 conftest$ac_exeext conftest.$ac_ext
25943 fi
25944 ac_res=`eval echo '${'$as_ac_var'}'`
25945 { echo "$as_me:$LINENO: result: $ac_res" >&5
25946 echo "${ECHO_T}$ac_res" >&6; }
25947 if test `eval echo '${'$as_ac_var'}'` = yes; then
25948 cat >>confdefs.h <<_ACEOF
25949 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25950 _ACEOF
25951 have_cos=1
25952 fi
25953 done
25954
25955
25956 for ac_func in floor
25957 do
25958 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25959 { echo "$as_me:$LINENO: checking for $ac_func" >&5
25960 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25961 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25962 echo $ECHO_N "(cached) $ECHO_C" >&6
25963 else
25964 cat >conftest.$ac_ext <<_ACEOF
25965 /* confdefs.h. */
25966 _ACEOF
25967 cat confdefs.h >>conftest.$ac_ext
25968 cat >>conftest.$ac_ext <<_ACEOF
25969 /* end confdefs.h. */
25970 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25971 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25972 #define $ac_func innocuous_$ac_func
25973
25974 /* System header to define __stub macros and hopefully few prototypes,
25975 which can conflict with char $ac_func (); below.
25976 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25977 <limits.h> exists even on freestanding compilers. */
25978
25979 #ifdef __STDC__
25980 # include <limits.h>
25981 #else
25982 # include <assert.h>
25983 #endif
25984
25985 #undef $ac_func
25986
25987 /* Override any GCC internal prototype to avoid an error.
25988 Use char because int might match the return type of a GCC
25989 builtin and then its argument prototype would still apply. */
25990 #ifdef __cplusplus
25991 extern "C"
25992 #endif
25993 char $ac_func ();
25994 /* The GNU C library defines this for functions which it implements
25995 to always fail with ENOSYS. Some functions are actually named
25996 something starting with __ and the normal name is an alias. */
25997 #if defined __stub_$ac_func || defined __stub___$ac_func
25998 choke me
25999 #endif
26000
26001 int
26002 main ()
26003 {
26004 return $ac_func ();
26005 ;
26006 return 0;
26007 }
26008 _ACEOF
26009 rm -f conftest.$ac_objext conftest$ac_exeext
26010 if { (ac_try="$ac_link"
26011 case "(($ac_try" in
26012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26013 *) ac_try_echo=$ac_try;;
26014 esac
26015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26016 (eval "$ac_link") 2>conftest.er1
26017 ac_status=$?
26018 grep -v '^ *+' conftest.er1 >conftest.err
26019 rm -f conftest.er1
26020 cat conftest.err >&5
26021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26022 (exit $ac_status); } && {
26023 test -z "$ac_c_werror_flag" ||
26024 test ! -s conftest.err
26025 } && test -s conftest$ac_exeext &&
26026 $as_test_x conftest$ac_exeext; then
26027 eval "$as_ac_var=yes"
26028 else
26029 echo "$as_me: failed program was:" >&5
26030 sed 's/^/| /' conftest.$ac_ext >&5
26031
26032 eval "$as_ac_var=no"
26033 fi
26034
26035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26036 conftest$ac_exeext conftest.$ac_ext
26037 fi
26038 ac_res=`eval echo '${'$as_ac_var'}'`
26039 { echo "$as_me:$LINENO: result: $ac_res" >&5
26040 echo "${ECHO_T}$ac_res" >&6; }
26041 if test `eval echo '${'$as_ac_var'}'` = yes; then
26042 cat >>confdefs.h <<_ACEOF
26043 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26044 _ACEOF
26045 have_floor=1
26046 fi
26047 done
26048
26049 { echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
26050 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6; }
26051 if test "$have_cos" = 1 -a "$have_floor" = 1; then
26052 { echo "$as_me:$LINENO: result: yes" >&5
26053 echo "${ECHO_T}yes" >&6; }
26054 else
26055 { echo "$as_me:$LINENO: result: no" >&5
26056 echo "${ECHO_T}no" >&6; }
26057 LIBS="$LIBS -lm"
26058 # use different functions to avoid configure caching
26059 have_sin=0
26060 have_ceil=0
26061
26062 for ac_func in sin
26063 do
26064 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26065 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26066 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26067 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26068 echo $ECHO_N "(cached) $ECHO_C" >&6
26069 else
26070 cat >conftest.$ac_ext <<_ACEOF
26071 /* confdefs.h. */
26072 _ACEOF
26073 cat confdefs.h >>conftest.$ac_ext
26074 cat >>conftest.$ac_ext <<_ACEOF
26075 /* end confdefs.h. */
26076 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26077 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26078 #define $ac_func innocuous_$ac_func
26079
26080 /* System header to define __stub macros and hopefully few prototypes,
26081 which can conflict with char $ac_func (); below.
26082 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26083 <limits.h> exists even on freestanding compilers. */
26084
26085 #ifdef __STDC__
26086 # include <limits.h>
26087 #else
26088 # include <assert.h>
26089 #endif
26090
26091 #undef $ac_func
26092
26093 /* Override any GCC internal prototype to avoid an error.
26094 Use char because int might match the return type of a GCC
26095 builtin and then its argument prototype would still apply. */
26096 #ifdef __cplusplus
26097 extern "C"
26098 #endif
26099 char $ac_func ();
26100 /* The GNU C library defines this for functions which it implements
26101 to always fail with ENOSYS. Some functions are actually named
26102 something starting with __ and the normal name is an alias. */
26103 #if defined __stub_$ac_func || defined __stub___$ac_func
26104 choke me
26105 #endif
26106
26107 int
26108 main ()
26109 {
26110 return $ac_func ();
26111 ;
26112 return 0;
26113 }
26114 _ACEOF
26115 rm -f conftest.$ac_objext conftest$ac_exeext
26116 if { (ac_try="$ac_link"
26117 case "(($ac_try" in
26118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26119 *) ac_try_echo=$ac_try;;
26120 esac
26121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26122 (eval "$ac_link") 2>conftest.er1
26123 ac_status=$?
26124 grep -v '^ *+' conftest.er1 >conftest.err
26125 rm -f conftest.er1
26126 cat conftest.err >&5
26127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26128 (exit $ac_status); } && {
26129 test -z "$ac_c_werror_flag" ||
26130 test ! -s conftest.err
26131 } && test -s conftest$ac_exeext &&
26132 $as_test_x conftest$ac_exeext; then
26133 eval "$as_ac_var=yes"
26134 else
26135 echo "$as_me: failed program was:" >&5
26136 sed 's/^/| /' conftest.$ac_ext >&5
26137
26138 eval "$as_ac_var=no"
26139 fi
26140
26141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26142 conftest$ac_exeext conftest.$ac_ext
26143 fi
26144 ac_res=`eval echo '${'$as_ac_var'}'`
26145 { echo "$as_me:$LINENO: result: $ac_res" >&5
26146 echo "${ECHO_T}$ac_res" >&6; }
26147 if test `eval echo '${'$as_ac_var'}'` = yes; then
26148 cat >>confdefs.h <<_ACEOF
26149 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26150 _ACEOF
26151 have_sin=1
26152 fi
26153 done
26154
26155
26156 for ac_func in ceil
26157 do
26158 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26159 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26160 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26161 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26162 echo $ECHO_N "(cached) $ECHO_C" >&6
26163 else
26164 cat >conftest.$ac_ext <<_ACEOF
26165 /* confdefs.h. */
26166 _ACEOF
26167 cat confdefs.h >>conftest.$ac_ext
26168 cat >>conftest.$ac_ext <<_ACEOF
26169 /* end confdefs.h. */
26170 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26171 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26172 #define $ac_func innocuous_$ac_func
26173
26174 /* System header to define __stub macros and hopefully few prototypes,
26175 which can conflict with char $ac_func (); below.
26176 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26177 <limits.h> exists even on freestanding compilers. */
26178
26179 #ifdef __STDC__
26180 # include <limits.h>
26181 #else
26182 # include <assert.h>
26183 #endif
26184
26185 #undef $ac_func
26186
26187 /* Override any GCC internal prototype to avoid an error.
26188 Use char because int might match the return type of a GCC
26189 builtin and then its argument prototype would still apply. */
26190 #ifdef __cplusplus
26191 extern "C"
26192 #endif
26193 char $ac_func ();
26194 /* The GNU C library defines this for functions which it implements
26195 to always fail with ENOSYS. Some functions are actually named
26196 something starting with __ and the normal name is an alias. */
26197 #if defined __stub_$ac_func || defined __stub___$ac_func
26198 choke me
26199 #endif
26200
26201 int
26202 main ()
26203 {
26204 return $ac_func ();
26205 ;
26206 return 0;
26207 }
26208 _ACEOF
26209 rm -f conftest.$ac_objext conftest$ac_exeext
26210 if { (ac_try="$ac_link"
26211 case "(($ac_try" in
26212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26213 *) ac_try_echo=$ac_try;;
26214 esac
26215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26216 (eval "$ac_link") 2>conftest.er1
26217 ac_status=$?
26218 grep -v '^ *+' conftest.er1 >conftest.err
26219 rm -f conftest.er1
26220 cat conftest.err >&5
26221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26222 (exit $ac_status); } && {
26223 test -z "$ac_c_werror_flag" ||
26224 test ! -s conftest.err
26225 } && test -s conftest$ac_exeext &&
26226 $as_test_x conftest$ac_exeext; then
26227 eval "$as_ac_var=yes"
26228 else
26229 echo "$as_me: failed program was:" >&5
26230 sed 's/^/| /' conftest.$ac_ext >&5
26231
26232 eval "$as_ac_var=no"
26233 fi
26234
26235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26236 conftest$ac_exeext conftest.$ac_ext
26237 fi
26238 ac_res=`eval echo '${'$as_ac_var'}'`
26239 { echo "$as_me:$LINENO: result: $ac_res" >&5
26240 echo "${ECHO_T}$ac_res" >&6; }
26241 if test `eval echo '${'$as_ac_var'}'` = yes; then
26242 cat >>confdefs.h <<_ACEOF
26243 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26244 _ACEOF
26245 have_ceil=1
26246 fi
26247 done
26248
26249 { echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
26250 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6; }
26251 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
26252 { echo "$as_me:$LINENO: result: yes" >&5
26253 echo "${ECHO_T}yes" >&6; }
26254 else
26255 { echo "$as_me:$LINENO: result: no" >&5
26256 echo "${ECHO_T}no" >&6; }
26257 # not sure we should warn the user, crash, etc.
26258 fi
26259 fi
26260
26261 ac_ext=cpp
26262 ac_cpp='$CXXCPP $CPPFLAGS'
26263 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26264 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26265 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26266
26267 if test "wxUSE_UNICODE" = "yes"; then
26268
26269 for wx_func in wcstoull
26270 do
26271 { echo "$as_me:$LINENO: checking for $wx_func" >&5
26272 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
26273 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
26274 echo $ECHO_N "(cached) $ECHO_C" >&6
26275 else
26276
26277 cat >conftest.$ac_ext <<_ACEOF
26278
26279 /* confdefs.h. */
26280 _ACEOF
26281 cat confdefs.h >>conftest.$ac_ext
26282 cat >>conftest.$ac_ext <<_ACEOF
26283 /* end confdefs.h. */
26284
26285
26286 $ac_includes_default
26287
26288 int
26289 main ()
26290 {
26291
26292 #ifndef $wx_func
26293 &$wx_func;
26294 #endif
26295
26296
26297 ;
26298 return 0;
26299 }
26300
26301 _ACEOF
26302 rm -f conftest.$ac_objext conftest$ac_exeext
26303 if { (ac_try="$ac_link"
26304 case "(($ac_try" in
26305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26306 *) ac_try_echo=$ac_try;;
26307 esac
26308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26309 (eval "$ac_link") 2>conftest.er1
26310 ac_status=$?
26311 grep -v '^ *+' conftest.er1 >conftest.err
26312 rm -f conftest.er1
26313 cat conftest.err >&5
26314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26315 (exit $ac_status); } && {
26316 test -z "$ac_cxx_werror_flag" ||
26317 test ! -s conftest.err
26318 } && test -s conftest$ac_exeext &&
26319 $as_test_x conftest$ac_exeext; then
26320 eval wx_cv_func_$wx_func=yes
26321 else
26322 echo "$as_me: failed program was:" >&5
26323 sed 's/^/| /' conftest.$ac_ext >&5
26324
26325 eval wx_cv_func_$wx_func=no
26326 fi
26327
26328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26329 conftest$ac_exeext conftest.$ac_ext
26330
26331 fi
26332 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
26333 { echo "$as_me:$LINENO: result: $ac_res" >&5
26334 echo "${ECHO_T}$ac_res" >&6; }
26335
26336 if eval test \$wx_cv_func_$wx_func = yes
26337 then
26338 cat >>confdefs.h <<_ACEOF
26339 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
26340 _ACEOF
26341
26342
26343 else
26344 :
26345
26346 fi
26347 done
26348
26349 else
26350
26351 for wx_func in strtoull
26352 do
26353 { echo "$as_me:$LINENO: checking for $wx_func" >&5
26354 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
26355 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
26356 echo $ECHO_N "(cached) $ECHO_C" >&6
26357 else
26358
26359 cat >conftest.$ac_ext <<_ACEOF
26360
26361 /* confdefs.h. */
26362 _ACEOF
26363 cat confdefs.h >>conftest.$ac_ext
26364 cat >>conftest.$ac_ext <<_ACEOF
26365 /* end confdefs.h. */
26366
26367
26368 $ac_includes_default
26369
26370 int
26371 main ()
26372 {
26373
26374 #ifndef $wx_func
26375 &$wx_func;
26376 #endif
26377
26378
26379 ;
26380 return 0;
26381 }
26382
26383 _ACEOF
26384 rm -f conftest.$ac_objext conftest$ac_exeext
26385 if { (ac_try="$ac_link"
26386 case "(($ac_try" in
26387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26388 *) ac_try_echo=$ac_try;;
26389 esac
26390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26391 (eval "$ac_link") 2>conftest.er1
26392 ac_status=$?
26393 grep -v '^ *+' conftest.er1 >conftest.err
26394 rm -f conftest.er1
26395 cat conftest.err >&5
26396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26397 (exit $ac_status); } && {
26398 test -z "$ac_cxx_werror_flag" ||
26399 test ! -s conftest.err
26400 } && test -s conftest$ac_exeext &&
26401 $as_test_x conftest$ac_exeext; then
26402 eval wx_cv_func_$wx_func=yes
26403 else
26404 echo "$as_me: failed program was:" >&5
26405 sed 's/^/| /' conftest.$ac_ext >&5
26406
26407 eval wx_cv_func_$wx_func=no
26408 fi
26409
26410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26411 conftest$ac_exeext conftest.$ac_ext
26412
26413 fi
26414 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
26415 { echo "$as_me:$LINENO: result: $ac_res" >&5
26416 echo "${ECHO_T}$ac_res" >&6; }
26417
26418 if eval test \$wx_cv_func_$wx_func = yes
26419 then
26420 cat >>confdefs.h <<_ACEOF
26421 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
26422 _ACEOF
26423
26424
26425 else
26426 :
26427
26428 fi
26429 done
26430
26431 fi
26432 ac_ext=c
26433 ac_cpp='$CPP $CPPFLAGS'
26434 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26435 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26436 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26437
26438
26439
26440
26441 if test "$wxUSE_REGEX" != "no"; then
26442 cat >>confdefs.h <<\_ACEOF
26443 #define wxUSE_REGEX 1
26444 _ACEOF
26445
26446
26447 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
26448 { echo "$as_me:$LINENO: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
26449 echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
26450 wxUSE_REGEX=builtin
26451 fi
26452
26453 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
26454 { echo "$as_me:$LINENO: checking for regex.h" >&5
26455 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6; }
26456 if test "${ac_cv_header_regex_h+set}" = set; then
26457 echo $ECHO_N "(cached) $ECHO_C" >&6
26458 else
26459 cat >conftest.$ac_ext <<_ACEOF
26460 /* confdefs.h. */
26461 _ACEOF
26462 cat confdefs.h >>conftest.$ac_ext
26463 cat >>conftest.$ac_ext <<_ACEOF
26464 /* end confdefs.h. */
26465
26466
26467 #include <regex.h>
26468 _ACEOF
26469 rm -f conftest.$ac_objext
26470 if { (ac_try="$ac_compile"
26471 case "(($ac_try" in
26472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26473 *) ac_try_echo=$ac_try;;
26474 esac
26475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26476 (eval "$ac_compile") 2>conftest.er1
26477 ac_status=$?
26478 grep -v '^ *+' conftest.er1 >conftest.err
26479 rm -f conftest.er1
26480 cat conftest.err >&5
26481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26482 (exit $ac_status); } && {
26483 test -z "$ac_c_werror_flag" ||
26484 test ! -s conftest.err
26485 } && test -s conftest.$ac_objext; then
26486 ac_cv_header_regex_h=yes
26487 else
26488 echo "$as_me: failed program was:" >&5
26489 sed 's/^/| /' conftest.$ac_ext >&5
26490
26491 ac_cv_header_regex_h=no
26492 fi
26493
26494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26495 fi
26496 { echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
26497 echo "${ECHO_T}$ac_cv_header_regex_h" >&6; }
26498 if test $ac_cv_header_regex_h = yes; then
26499
26500
26501 for ac_func in regcomp re_search
26502 do
26503 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26504 { echo "$as_me:$LINENO: checking for $ac_func" >&5
26505 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
26506 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
26507 echo $ECHO_N "(cached) $ECHO_C" >&6
26508 else
26509 cat >conftest.$ac_ext <<_ACEOF
26510 /* confdefs.h. */
26511 _ACEOF
26512 cat confdefs.h >>conftest.$ac_ext
26513 cat >>conftest.$ac_ext <<_ACEOF
26514 /* end confdefs.h. */
26515 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26516 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26517 #define $ac_func innocuous_$ac_func
26518
26519 /* System header to define __stub macros and hopefully few prototypes,
26520 which can conflict with char $ac_func (); below.
26521 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26522 <limits.h> exists even on freestanding compilers. */
26523
26524 #ifdef __STDC__
26525 # include <limits.h>
26526 #else
26527 # include <assert.h>
26528 #endif
26529
26530 #undef $ac_func
26531
26532 /* Override any GCC internal prototype to avoid an error.
26533 Use char because int might match the return type of a GCC
26534 builtin and then its argument prototype would still apply. */
26535 #ifdef __cplusplus
26536 extern "C"
26537 #endif
26538 char $ac_func ();
26539 /* The GNU C library defines this for functions which it implements
26540 to always fail with ENOSYS. Some functions are actually named
26541 something starting with __ and the normal name is an alias. */
26542 #if defined __stub_$ac_func || defined __stub___$ac_func
26543 choke me
26544 #endif
26545
26546 int
26547 main ()
26548 {
26549 return $ac_func ();
26550 ;
26551 return 0;
26552 }
26553 _ACEOF
26554 rm -f conftest.$ac_objext conftest$ac_exeext
26555 if { (ac_try="$ac_link"
26556 case "(($ac_try" in
26557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26558 *) ac_try_echo=$ac_try;;
26559 esac
26560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26561 (eval "$ac_link") 2>conftest.er1
26562 ac_status=$?
26563 grep -v '^ *+' conftest.er1 >conftest.err
26564 rm -f conftest.er1
26565 cat conftest.err >&5
26566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26567 (exit $ac_status); } && {
26568 test -z "$ac_c_werror_flag" ||
26569 test ! -s conftest.err
26570 } && test -s conftest$ac_exeext &&
26571 $as_test_x conftest$ac_exeext; then
26572 eval "$as_ac_var=yes"
26573 else
26574 echo "$as_me: failed program was:" >&5
26575 sed 's/^/| /' conftest.$ac_ext >&5
26576
26577 eval "$as_ac_var=no"
26578 fi
26579
26580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26581 conftest$ac_exeext conftest.$ac_ext
26582 fi
26583 ac_res=`eval echo '${'$as_ac_var'}'`
26584 { echo "$as_me:$LINENO: result: $ac_res" >&5
26585 echo "${ECHO_T}$ac_res" >&6; }
26586 if test `eval echo '${'$as_ac_var'}'` = yes; then
26587 cat >>confdefs.h <<_ACEOF
26588 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26589 _ACEOF
26590
26591 fi
26592 done
26593
26594 fi
26595
26596
26597
26598 if test "x$ac_cv_func_regcomp" != "xyes"; then
26599 if test "$wxUSE_REGEX" = "sys" ; then
26600 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
26601 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
26602 { (exit 1); exit 1; }; }
26603 else
26604 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
26605 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
26606 wxUSE_REGEX=builtin
26607 fi
26608 else
26609 wxUSE_REGEX=sys
26610 cat >>confdefs.h <<\_ACEOF
26611 #define WX_NO_REGEX_ADVANCED 1
26612 _ACEOF
26613
26614 fi
26615 fi
26616 fi
26617
26618
26619 ZLIB_LINK=
26620 if test "$wxUSE_ZLIB" != "no" ; then
26621 cat >>confdefs.h <<\_ACEOF
26622 #define wxUSE_ZLIB 1
26623 _ACEOF
26624
26625
26626 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
26627 if test "$USE_DARWIN" = 1; then
26628 system_zlib_h_ok="yes"
26629 else
26630 { echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
26631 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6; }
26632 if test "${ac_cv_header_zlib_h+set}" = set; then
26633 echo $ECHO_N "(cached) $ECHO_C" >&6
26634 else
26635 if test "$cross_compiling" = yes; then
26636 unset ac_cv_header_zlib_h
26637
26638 else
26639 cat >conftest.$ac_ext <<_ACEOF
26640 /* confdefs.h. */
26641 _ACEOF
26642 cat confdefs.h >>conftest.$ac_ext
26643 cat >>conftest.$ac_ext <<_ACEOF
26644 /* end confdefs.h. */
26645
26646 #include <zlib.h>
26647 #include <stdio.h>
26648
26649 int main()
26650 {
26651 FILE *f=fopen("conftestval", "w");
26652 if (!f) exit(1);
26653 fprintf(f, "%s",
26654 ZLIB_VERSION[0] == '1' &&
26655 (ZLIB_VERSION[2] > '1' ||
26656 (ZLIB_VERSION[2] == '1' &&
26657 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
26658 exit(0);
26659 }
26660
26661 _ACEOF
26662 rm -f conftest$ac_exeext
26663 if { (ac_try="$ac_link"
26664 case "(($ac_try" in
26665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26666 *) ac_try_echo=$ac_try;;
26667 esac
26668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26669 (eval "$ac_link") 2>&5
26670 ac_status=$?
26671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26672 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26673 { (case "(($ac_try" in
26674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26675 *) ac_try_echo=$ac_try;;
26676 esac
26677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26678 (eval "$ac_try") 2>&5
26679 ac_status=$?
26680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26681 (exit $ac_status); }; }; then
26682 ac_cv_header_zlib_h=`cat conftestval`
26683 else
26684 echo "$as_me: program exited with status $ac_status" >&5
26685 echo "$as_me: failed program was:" >&5
26686 sed 's/^/| /' conftest.$ac_ext >&5
26687
26688 ( exit $ac_status )
26689 ac_cv_header_zlib_h=no
26690 fi
26691 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26692 fi
26693
26694
26695
26696 fi
26697 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
26698 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
26699 { echo "$as_me:$LINENO: checking for zlib.h" >&5
26700 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
26701 if test "${ac_cv_header_zlib_h+set}" = set; then
26702 echo $ECHO_N "(cached) $ECHO_C" >&6
26703 else
26704 cat >conftest.$ac_ext <<_ACEOF
26705 /* confdefs.h. */
26706 _ACEOF
26707 cat confdefs.h >>conftest.$ac_ext
26708 cat >>conftest.$ac_ext <<_ACEOF
26709 /* end confdefs.h. */
26710
26711
26712 #include <zlib.h>
26713 _ACEOF
26714 rm -f conftest.$ac_objext
26715 if { (ac_try="$ac_compile"
26716 case "(($ac_try" in
26717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26718 *) ac_try_echo=$ac_try;;
26719 esac
26720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26721 (eval "$ac_compile") 2>conftest.er1
26722 ac_status=$?
26723 grep -v '^ *+' conftest.er1 >conftest.err
26724 rm -f conftest.er1
26725 cat conftest.err >&5
26726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26727 (exit $ac_status); } && {
26728 test -z "$ac_c_werror_flag" ||
26729 test ! -s conftest.err
26730 } && test -s conftest.$ac_objext; then
26731 ac_cv_header_zlib_h=yes
26732 else
26733 echo "$as_me: failed program was:" >&5
26734 sed 's/^/| /' conftest.$ac_ext >&5
26735
26736 ac_cv_header_zlib_h=no
26737 fi
26738
26739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26740 fi
26741 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
26742 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
26743
26744
26745
26746 system_zlib_h_ok=$ac_cv_header_zlib_h
26747 fi
26748
26749 if test "$system_zlib_h_ok" = "yes"; then
26750 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
26751 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
26752 if test "${ac_cv_lib_z_deflate+set}" = set; then
26753 echo $ECHO_N "(cached) $ECHO_C" >&6
26754 else
26755 ac_check_lib_save_LIBS=$LIBS
26756 LIBS="-lz $LIBS"
26757 cat >conftest.$ac_ext <<_ACEOF
26758 /* confdefs.h. */
26759 _ACEOF
26760 cat confdefs.h >>conftest.$ac_ext
26761 cat >>conftest.$ac_ext <<_ACEOF
26762 /* end confdefs.h. */
26763
26764 /* Override any GCC internal prototype to avoid an error.
26765 Use char because int might match the return type of a GCC
26766 builtin and then its argument prototype would still apply. */
26767 #ifdef __cplusplus
26768 extern "C"
26769 #endif
26770 char deflate ();
26771 int
26772 main ()
26773 {
26774 return deflate ();
26775 ;
26776 return 0;
26777 }
26778 _ACEOF
26779 rm -f conftest.$ac_objext conftest$ac_exeext
26780 if { (ac_try="$ac_link"
26781 case "(($ac_try" in
26782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26783 *) ac_try_echo=$ac_try;;
26784 esac
26785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26786 (eval "$ac_link") 2>conftest.er1
26787 ac_status=$?
26788 grep -v '^ *+' conftest.er1 >conftest.err
26789 rm -f conftest.er1
26790 cat conftest.err >&5
26791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26792 (exit $ac_status); } && {
26793 test -z "$ac_c_werror_flag" ||
26794 test ! -s conftest.err
26795 } && test -s conftest$ac_exeext &&
26796 $as_test_x conftest$ac_exeext; then
26797 ac_cv_lib_z_deflate=yes
26798 else
26799 echo "$as_me: failed program was:" >&5
26800 sed 's/^/| /' conftest.$ac_ext >&5
26801
26802 ac_cv_lib_z_deflate=no
26803 fi
26804
26805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26806 conftest$ac_exeext conftest.$ac_ext
26807 LIBS=$ac_check_lib_save_LIBS
26808 fi
26809 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
26810 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
26811 if test $ac_cv_lib_z_deflate = yes; then
26812 ZLIB_LINK=" -lz"
26813 fi
26814
26815 fi
26816
26817 if test "x$ZLIB_LINK" = "x" ; then
26818 if test "$wxUSE_ZLIB" = "sys" ; then
26819 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
26820 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
26821 { (exit 1); exit 1; }; }
26822 else
26823 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
26824 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
26825 wxUSE_ZLIB=builtin
26826 fi
26827 else
26828 wxUSE_ZLIB=sys
26829 fi
26830 fi
26831 fi
26832
26833
26834 PNG_LINK=
26835 if test "$wxUSE_LIBPNG" != "no" ; then
26836 cat >>confdefs.h <<\_ACEOF
26837 #define wxUSE_LIBPNG 1
26838 _ACEOF
26839
26840
26841 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
26842 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
26843 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
26844 wxUSE_LIBPNG=sys
26845 fi
26846
26847 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
26848 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
26849 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
26850 wxUSE_LIBPNG=builtin
26851 fi
26852
26853 if test "$wxUSE_MGL" != 1 ; then
26854 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
26855 { echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
26856 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6; }
26857 if test "${ac_cv_header_png_h+set}" = set; then
26858 echo $ECHO_N "(cached) $ECHO_C" >&6
26859 else
26860 if test "$cross_compiling" = yes; then
26861 unset ac_cv_header_png_h
26862
26863 else
26864 cat >conftest.$ac_ext <<_ACEOF
26865 /* confdefs.h. */
26866 _ACEOF
26867 cat confdefs.h >>conftest.$ac_ext
26868 cat >>conftest.$ac_ext <<_ACEOF
26869 /* end confdefs.h. */
26870
26871 #include <png.h>
26872 #include <stdio.h>
26873
26874 int main()
26875 {
26876 FILE *f=fopen("conftestval", "w");
26877 if (!f) exit(1);
26878 fprintf(f, "%s",
26879 PNG_LIBPNG_VER > 90 ? "yes" : "no");
26880 exit(0);
26881 }
26882
26883 _ACEOF
26884 rm -f conftest$ac_exeext
26885 if { (ac_try="$ac_link"
26886 case "(($ac_try" in
26887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26888 *) ac_try_echo=$ac_try;;
26889 esac
26890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26891 (eval "$ac_link") 2>&5
26892 ac_status=$?
26893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26894 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26895 { (case "(($ac_try" in
26896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26897 *) ac_try_echo=$ac_try;;
26898 esac
26899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26900 (eval "$ac_try") 2>&5
26901 ac_status=$?
26902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26903 (exit $ac_status); }; }; then
26904 ac_cv_header_png_h=`cat conftestval`
26905 else
26906 echo "$as_me: program exited with status $ac_status" >&5
26907 echo "$as_me: failed program was:" >&5
26908 sed 's/^/| /' conftest.$ac_ext >&5
26909
26910 ( exit $ac_status )
26911 ac_cv_header_png_h=no
26912 fi
26913 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26914 fi
26915
26916
26917
26918 fi
26919 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
26920 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
26921 { echo "$as_me:$LINENO: checking for png.h" >&5
26922 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
26923 if test "${ac_cv_header_png_h+set}" = set; then
26924 echo $ECHO_N "(cached) $ECHO_C" >&6
26925 else
26926 cat >conftest.$ac_ext <<_ACEOF
26927 /* confdefs.h. */
26928 _ACEOF
26929 cat confdefs.h >>conftest.$ac_ext
26930 cat >>conftest.$ac_ext <<_ACEOF
26931 /* end confdefs.h. */
26932
26933
26934 #include <png.h>
26935 _ACEOF
26936 rm -f conftest.$ac_objext
26937 if { (ac_try="$ac_compile"
26938 case "(($ac_try" in
26939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26940 *) ac_try_echo=$ac_try;;
26941 esac
26942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26943 (eval "$ac_compile") 2>conftest.er1
26944 ac_status=$?
26945 grep -v '^ *+' conftest.er1 >conftest.err
26946 rm -f conftest.er1
26947 cat conftest.err >&5
26948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26949 (exit $ac_status); } && {
26950 test -z "$ac_c_werror_flag" ||
26951 test ! -s conftest.err
26952 } && test -s conftest.$ac_objext; then
26953 ac_cv_header_png_h=yes
26954 else
26955 echo "$as_me: failed program was:" >&5
26956 sed 's/^/| /' conftest.$ac_ext >&5
26957
26958 ac_cv_header_png_h=no
26959 fi
26960
26961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26962 fi
26963 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
26964 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
26965
26966
26967
26968 if test "$ac_cv_header_png_h" = "yes"; then
26969 { echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
26970 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6; }
26971 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
26972 echo $ECHO_N "(cached) $ECHO_C" >&6
26973 else
26974 ac_check_lib_save_LIBS=$LIBS
26975 LIBS="-lpng -lz -lm $LIBS"
26976 cat >conftest.$ac_ext <<_ACEOF
26977 /* confdefs.h. */
26978 _ACEOF
26979 cat confdefs.h >>conftest.$ac_ext
26980 cat >>conftest.$ac_ext <<_ACEOF
26981 /* end confdefs.h. */
26982
26983 /* Override any GCC internal prototype to avoid an error.
26984 Use char because int might match the return type of a GCC
26985 builtin and then its argument prototype would still apply. */
26986 #ifdef __cplusplus
26987 extern "C"
26988 #endif
26989 char png_check_sig ();
26990 int
26991 main ()
26992 {
26993 return png_check_sig ();
26994 ;
26995 return 0;
26996 }
26997 _ACEOF
26998 rm -f conftest.$ac_objext conftest$ac_exeext
26999 if { (ac_try="$ac_link"
27000 case "(($ac_try" in
27001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27002 *) ac_try_echo=$ac_try;;
27003 esac
27004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27005 (eval "$ac_link") 2>conftest.er1
27006 ac_status=$?
27007 grep -v '^ *+' conftest.er1 >conftest.err
27008 rm -f conftest.er1
27009 cat conftest.err >&5
27010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27011 (exit $ac_status); } && {
27012 test -z "$ac_c_werror_flag" ||
27013 test ! -s conftest.err
27014 } && test -s conftest$ac_exeext &&
27015 $as_test_x conftest$ac_exeext; then
27016 ac_cv_lib_png_png_check_sig=yes
27017 else
27018 echo "$as_me: failed program was:" >&5
27019 sed 's/^/| /' conftest.$ac_ext >&5
27020
27021 ac_cv_lib_png_png_check_sig=no
27022 fi
27023
27024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27025 conftest$ac_exeext conftest.$ac_ext
27026 LIBS=$ac_check_lib_save_LIBS
27027 fi
27028 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
27029 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6; }
27030 if test $ac_cv_lib_png_png_check_sig = yes; then
27031 PNG_LINK=" -lpng -lz"
27032 fi
27033
27034 fi
27035
27036 if test "x$PNG_LINK" = "x" ; then
27037 if test "$wxUSE_LIBPNG" = "sys" ; then
27038 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
27039 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
27040 { (exit 1); exit 1; }; }
27041 else
27042 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
27043 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
27044 wxUSE_LIBPNG=builtin
27045 fi
27046 else
27047 wxUSE_LIBPNG=sys
27048 fi
27049 fi
27050 fi
27051 fi
27052
27053
27054 JPEG_LINK=
27055 if test "$wxUSE_LIBJPEG" != "no" ; then
27056 cat >>confdefs.h <<\_ACEOF
27057 #define wxUSE_LIBJPEG 1
27058 _ACEOF
27059
27060
27061 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
27062 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
27063 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
27064 wxUSE_LIBJPEG=sys
27065 fi
27066
27067 if test "$wxUSE_MGL" != 1 ; then
27068 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
27069 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
27070 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
27071 if test "${ac_cv_header_jpeglib_h+set}" = set; then
27072 echo $ECHO_N "(cached) $ECHO_C" >&6
27073 else
27074 cat >conftest.$ac_ext <<_ACEOF
27075 /* confdefs.h. */
27076 _ACEOF
27077 cat confdefs.h >>conftest.$ac_ext
27078 cat >>conftest.$ac_ext <<_ACEOF
27079 /* end confdefs.h. */
27080
27081 #undef HAVE_STDLIB_H
27082 #include <stdio.h>
27083 #include <jpeglib.h>
27084
27085 int
27086 main ()
27087 {
27088
27089
27090 ;
27091 return 0;
27092 }
27093 _ACEOF
27094 rm -f conftest.$ac_objext
27095 if { (ac_try="$ac_compile"
27096 case "(($ac_try" in
27097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27098 *) ac_try_echo=$ac_try;;
27099 esac
27100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27101 (eval "$ac_compile") 2>conftest.er1
27102 ac_status=$?
27103 grep -v '^ *+' conftest.er1 >conftest.err
27104 rm -f conftest.er1
27105 cat conftest.err >&5
27106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27107 (exit $ac_status); } && {
27108 test -z "$ac_c_werror_flag" ||
27109 test ! -s conftest.err
27110 } && test -s conftest.$ac_objext; then
27111 ac_cv_header_jpeglib_h=yes
27112 else
27113 echo "$as_me: failed program was:" >&5
27114 sed 's/^/| /' conftest.$ac_ext >&5
27115
27116 ac_cv_header_jpeglib_h=no
27117
27118 fi
27119
27120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27121
27122 fi
27123
27124 { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
27125 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
27126
27127 if test "$ac_cv_header_jpeglib_h" = "yes"; then
27128 { echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
27129 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6; }
27130 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
27131 echo $ECHO_N "(cached) $ECHO_C" >&6
27132 else
27133 ac_check_lib_save_LIBS=$LIBS
27134 LIBS="-ljpeg $LIBS"
27135 cat >conftest.$ac_ext <<_ACEOF
27136 /* confdefs.h. */
27137 _ACEOF
27138 cat confdefs.h >>conftest.$ac_ext
27139 cat >>conftest.$ac_ext <<_ACEOF
27140 /* end confdefs.h. */
27141
27142 /* Override any GCC internal prototype to avoid an error.
27143 Use char because int might match the return type of a GCC
27144 builtin and then its argument prototype would still apply. */
27145 #ifdef __cplusplus
27146 extern "C"
27147 #endif
27148 char jpeg_read_header ();
27149 int
27150 main ()
27151 {
27152 return jpeg_read_header ();
27153 ;
27154 return 0;
27155 }
27156 _ACEOF
27157 rm -f conftest.$ac_objext conftest$ac_exeext
27158 if { (ac_try="$ac_link"
27159 case "(($ac_try" in
27160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27161 *) ac_try_echo=$ac_try;;
27162 esac
27163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27164 (eval "$ac_link") 2>conftest.er1
27165 ac_status=$?
27166 grep -v '^ *+' conftest.er1 >conftest.err
27167 rm -f conftest.er1
27168 cat conftest.err >&5
27169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27170 (exit $ac_status); } && {
27171 test -z "$ac_c_werror_flag" ||
27172 test ! -s conftest.err
27173 } && test -s conftest$ac_exeext &&
27174 $as_test_x conftest$ac_exeext; then
27175 ac_cv_lib_jpeg_jpeg_read_header=yes
27176 else
27177 echo "$as_me: failed program was:" >&5
27178 sed 's/^/| /' conftest.$ac_ext >&5
27179
27180 ac_cv_lib_jpeg_jpeg_read_header=no
27181 fi
27182
27183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27184 conftest$ac_exeext conftest.$ac_ext
27185 LIBS=$ac_check_lib_save_LIBS
27186 fi
27187 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
27188 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
27189 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
27190 JPEG_LINK=" -ljpeg"
27191 fi
27192
27193 fi
27194
27195 if test "x$JPEG_LINK" = "x" ; then
27196 if test "$wxUSE_LIBJPEG" = "sys" ; then
27197 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
27198 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
27199 { (exit 1); exit 1; }; }
27200 else
27201 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
27202 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
27203 wxUSE_LIBJPEG=builtin
27204 fi
27205 else
27206 wxUSE_LIBJPEG=sys
27207
27208 if test "$wxUSE_MSW" = 1; then
27209 { echo "$as_me:$LINENO: checking for boolean" >&5
27210 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
27211 if test "${ac_cv_type_boolean+set}" = set; then
27212 echo $ECHO_N "(cached) $ECHO_C" >&6
27213 else
27214 cat >conftest.$ac_ext <<_ACEOF
27215 /* confdefs.h. */
27216 _ACEOF
27217 cat confdefs.h >>conftest.$ac_ext
27218 cat >>conftest.$ac_ext <<_ACEOF
27219 /* end confdefs.h. */
27220 #include <windows.h>
27221
27222 typedef boolean ac__type_new_;
27223 int
27224 main ()
27225 {
27226 if ((ac__type_new_ *) 0)
27227 return 0;
27228 if (sizeof (ac__type_new_))
27229 return 0;
27230 ;
27231 return 0;
27232 }
27233 _ACEOF
27234 rm -f conftest.$ac_objext
27235 if { (ac_try="$ac_compile"
27236 case "(($ac_try" in
27237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27238 *) ac_try_echo=$ac_try;;
27239 esac
27240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27241 (eval "$ac_compile") 2>conftest.er1
27242 ac_status=$?
27243 grep -v '^ *+' conftest.er1 >conftest.err
27244 rm -f conftest.er1
27245 cat conftest.err >&5
27246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27247 (exit $ac_status); } && {
27248 test -z "$ac_c_werror_flag" ||
27249 test ! -s conftest.err
27250 } && test -s conftest.$ac_objext; then
27251 ac_cv_type_boolean=yes
27252 else
27253 echo "$as_me: failed program was:" >&5
27254 sed 's/^/| /' conftest.$ac_ext >&5
27255
27256 ac_cv_type_boolean=no
27257 fi
27258
27259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27260 fi
27261 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
27262 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
27263 if test $ac_cv_type_boolean = yes; then
27264
27265 cat >>confdefs.h <<_ACEOF
27266 #define HAVE_BOOLEAN 1
27267 _ACEOF
27268
27269
27270 { echo "$as_me:$LINENO: checking for boolean" >&5
27271 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
27272 if test "${ac_cv_type_boolean+set}" = set; then
27273 echo $ECHO_N "(cached) $ECHO_C" >&6
27274 else
27275 cat >conftest.$ac_ext <<_ACEOF
27276 /* confdefs.h. */
27277 _ACEOF
27278 cat confdefs.h >>conftest.$ac_ext
27279 cat >>conftest.$ac_ext <<_ACEOF
27280 /* end confdefs.h. */
27281
27282 #undef HAVE_BOOLEAN
27283 #include <stdio.h>
27284 #include <jpeglib.h>
27285
27286
27287 typedef boolean ac__type_new_;
27288 int
27289 main ()
27290 {
27291 if ((ac__type_new_ *) 0)
27292 return 0;
27293 if (sizeof (ac__type_new_))
27294 return 0;
27295 ;
27296 return 0;
27297 }
27298 _ACEOF
27299 rm -f conftest.$ac_objext
27300 if { (ac_try="$ac_compile"
27301 case "(($ac_try" in
27302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27303 *) ac_try_echo=$ac_try;;
27304 esac
27305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27306 (eval "$ac_compile") 2>conftest.er1
27307 ac_status=$?
27308 grep -v '^ *+' conftest.er1 >conftest.err
27309 rm -f conftest.er1
27310 cat conftest.err >&5
27311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27312 (exit $ac_status); } && {
27313 test -z "$ac_c_werror_flag" ||
27314 test ! -s conftest.err
27315 } && test -s conftest.$ac_objext; then
27316 ac_cv_type_boolean=yes
27317 else
27318 echo "$as_me: failed program was:" >&5
27319 sed 's/^/| /' conftest.$ac_ext >&5
27320
27321 ac_cv_type_boolean=no
27322 fi
27323
27324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27325 fi
27326 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
27327 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
27328
27329 # The cast to long int works around a bug in the HP C Compiler
27330 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
27331 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
27332 # This bug is HP SR number 8606223364.
27333 { echo "$as_me:$LINENO: checking size of boolean" >&5
27334 echo $ECHO_N "checking size of boolean... $ECHO_C" >&6; }
27335 if test "${ac_cv_sizeof_boolean+set}" = set; then
27336 echo $ECHO_N "(cached) $ECHO_C" >&6
27337 else
27338 if test "$cross_compiling" = yes; then
27339 # Depending upon the size, compute the lo and hi bounds.
27340 cat >conftest.$ac_ext <<_ACEOF
27341 /* confdefs.h. */
27342 _ACEOF
27343 cat confdefs.h >>conftest.$ac_ext
27344 cat >>conftest.$ac_ext <<_ACEOF
27345 /* end confdefs.h. */
27346
27347 #undef HAVE_BOOLEAN
27348 #include <stdio.h>
27349 #include <jpeglib.h>
27350
27351
27352 typedef boolean ac__type_sizeof_;
27353 int
27354 main ()
27355 {
27356 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
27357 test_array [0] = 0
27358
27359 ;
27360 return 0;
27361 }
27362 _ACEOF
27363 rm -f conftest.$ac_objext
27364 if { (ac_try="$ac_compile"
27365 case "(($ac_try" in
27366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27367 *) ac_try_echo=$ac_try;;
27368 esac
27369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27370 (eval "$ac_compile") 2>conftest.er1
27371 ac_status=$?
27372 grep -v '^ *+' conftest.er1 >conftest.err
27373 rm -f conftest.er1
27374 cat conftest.err >&5
27375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27376 (exit $ac_status); } && {
27377 test -z "$ac_c_werror_flag" ||
27378 test ! -s conftest.err
27379 } && test -s conftest.$ac_objext; then
27380 ac_lo=0 ac_mid=0
27381 while :; do
27382 cat >conftest.$ac_ext <<_ACEOF
27383 /* confdefs.h. */
27384 _ACEOF
27385 cat confdefs.h >>conftest.$ac_ext
27386 cat >>conftest.$ac_ext <<_ACEOF
27387 /* end confdefs.h. */
27388
27389 #undef HAVE_BOOLEAN
27390 #include <stdio.h>
27391 #include <jpeglib.h>
27392
27393
27394 typedef boolean ac__type_sizeof_;
27395 int
27396 main ()
27397 {
27398 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
27399 test_array [0] = 0
27400
27401 ;
27402 return 0;
27403 }
27404 _ACEOF
27405 rm -f conftest.$ac_objext
27406 if { (ac_try="$ac_compile"
27407 case "(($ac_try" in
27408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27409 *) ac_try_echo=$ac_try;;
27410 esac
27411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27412 (eval "$ac_compile") 2>conftest.er1
27413 ac_status=$?
27414 grep -v '^ *+' conftest.er1 >conftest.err
27415 rm -f conftest.er1
27416 cat conftest.err >&5
27417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27418 (exit $ac_status); } && {
27419 test -z "$ac_c_werror_flag" ||
27420 test ! -s conftest.err
27421 } && test -s conftest.$ac_objext; then
27422 ac_hi=$ac_mid; break
27423 else
27424 echo "$as_me: failed program was:" >&5
27425 sed 's/^/| /' conftest.$ac_ext >&5
27426
27427 ac_lo=`expr $ac_mid + 1`
27428 if test $ac_lo -le $ac_mid; then
27429 ac_lo= ac_hi=
27430 break
27431 fi
27432 ac_mid=`expr 2 '*' $ac_mid + 1`
27433 fi
27434
27435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27436 done
27437 else
27438 echo "$as_me: failed program was:" >&5
27439 sed 's/^/| /' conftest.$ac_ext >&5
27440
27441 cat >conftest.$ac_ext <<_ACEOF
27442 /* confdefs.h. */
27443 _ACEOF
27444 cat confdefs.h >>conftest.$ac_ext
27445 cat >>conftest.$ac_ext <<_ACEOF
27446 /* end confdefs.h. */
27447
27448 #undef HAVE_BOOLEAN
27449 #include <stdio.h>
27450 #include <jpeglib.h>
27451
27452
27453 typedef boolean ac__type_sizeof_;
27454 int
27455 main ()
27456 {
27457 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
27458 test_array [0] = 0
27459
27460 ;
27461 return 0;
27462 }
27463 _ACEOF
27464 rm -f conftest.$ac_objext
27465 if { (ac_try="$ac_compile"
27466 case "(($ac_try" in
27467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27468 *) ac_try_echo=$ac_try;;
27469 esac
27470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27471 (eval "$ac_compile") 2>conftest.er1
27472 ac_status=$?
27473 grep -v '^ *+' conftest.er1 >conftest.err
27474 rm -f conftest.er1
27475 cat conftest.err >&5
27476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27477 (exit $ac_status); } && {
27478 test -z "$ac_c_werror_flag" ||
27479 test ! -s conftest.err
27480 } && test -s conftest.$ac_objext; then
27481 ac_hi=-1 ac_mid=-1
27482 while :; do
27483 cat >conftest.$ac_ext <<_ACEOF
27484 /* confdefs.h. */
27485 _ACEOF
27486 cat confdefs.h >>conftest.$ac_ext
27487 cat >>conftest.$ac_ext <<_ACEOF
27488 /* end confdefs.h. */
27489
27490 #undef HAVE_BOOLEAN
27491 #include <stdio.h>
27492 #include <jpeglib.h>
27493
27494
27495 typedef boolean ac__type_sizeof_;
27496 int
27497 main ()
27498 {
27499 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
27500 test_array [0] = 0
27501
27502 ;
27503 return 0;
27504 }
27505 _ACEOF
27506 rm -f conftest.$ac_objext
27507 if { (ac_try="$ac_compile"
27508 case "(($ac_try" in
27509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27510 *) ac_try_echo=$ac_try;;
27511 esac
27512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27513 (eval "$ac_compile") 2>conftest.er1
27514 ac_status=$?
27515 grep -v '^ *+' conftest.er1 >conftest.err
27516 rm -f conftest.er1
27517 cat conftest.err >&5
27518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27519 (exit $ac_status); } && {
27520 test -z "$ac_c_werror_flag" ||
27521 test ! -s conftest.err
27522 } && test -s conftest.$ac_objext; then
27523 ac_lo=$ac_mid; break
27524 else
27525 echo "$as_me: failed program was:" >&5
27526 sed 's/^/| /' conftest.$ac_ext >&5
27527
27528 ac_hi=`expr '(' $ac_mid ')' - 1`
27529 if test $ac_mid -le $ac_hi; then
27530 ac_lo= ac_hi=
27531 break
27532 fi
27533 ac_mid=`expr 2 '*' $ac_mid`
27534 fi
27535
27536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27537 done
27538 else
27539 echo "$as_me: failed program was:" >&5
27540 sed 's/^/| /' conftest.$ac_ext >&5
27541
27542 ac_lo= ac_hi=
27543 fi
27544
27545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27546 fi
27547
27548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27549 # Binary search between lo and hi bounds.
27550 while test "x$ac_lo" != "x$ac_hi"; do
27551 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
27552 cat >conftest.$ac_ext <<_ACEOF
27553 /* confdefs.h. */
27554 _ACEOF
27555 cat confdefs.h >>conftest.$ac_ext
27556 cat >>conftest.$ac_ext <<_ACEOF
27557 /* end confdefs.h. */
27558
27559 #undef HAVE_BOOLEAN
27560 #include <stdio.h>
27561 #include <jpeglib.h>
27562
27563
27564 typedef boolean ac__type_sizeof_;
27565 int
27566 main ()
27567 {
27568 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
27569 test_array [0] = 0
27570
27571 ;
27572 return 0;
27573 }
27574 _ACEOF
27575 rm -f conftest.$ac_objext
27576 if { (ac_try="$ac_compile"
27577 case "(($ac_try" in
27578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27579 *) ac_try_echo=$ac_try;;
27580 esac
27581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27582 (eval "$ac_compile") 2>conftest.er1
27583 ac_status=$?
27584 grep -v '^ *+' conftest.er1 >conftest.err
27585 rm -f conftest.er1
27586 cat conftest.err >&5
27587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27588 (exit $ac_status); } && {
27589 test -z "$ac_c_werror_flag" ||
27590 test ! -s conftest.err
27591 } && test -s conftest.$ac_objext; then
27592 ac_hi=$ac_mid
27593 else
27594 echo "$as_me: failed program was:" >&5
27595 sed 's/^/| /' conftest.$ac_ext >&5
27596
27597 ac_lo=`expr '(' $ac_mid ')' + 1`
27598 fi
27599
27600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27601 done
27602 case $ac_lo in
27603 ?*) ac_cv_sizeof_boolean=$ac_lo;;
27604 '') if test "$ac_cv_type_boolean" = yes; then
27605 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
27606 See \`config.log' for more details." >&5
27607 echo "$as_me: error: cannot compute sizeof (boolean)
27608 See \`config.log' for more details." >&2;}
27609 { (exit 77); exit 77; }; }
27610 else
27611 ac_cv_sizeof_boolean=0
27612 fi ;;
27613 esac
27614 else
27615 cat >conftest.$ac_ext <<_ACEOF
27616 /* confdefs.h. */
27617 _ACEOF
27618 cat confdefs.h >>conftest.$ac_ext
27619 cat >>conftest.$ac_ext <<_ACEOF
27620 /* end confdefs.h. */
27621
27622 #undef HAVE_BOOLEAN
27623 #include <stdio.h>
27624 #include <jpeglib.h>
27625
27626
27627 typedef boolean ac__type_sizeof_;
27628 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
27629 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
27630 #include <stdio.h>
27631 #include <stdlib.h>
27632 int
27633 main ()
27634 {
27635
27636 FILE *f = fopen ("conftest.val", "w");
27637 if (! f)
27638 return 1;
27639 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
27640 {
27641 long int i = longval ();
27642 if (i != ((long int) (sizeof (ac__type_sizeof_))))
27643 return 1;
27644 fprintf (f, "%ld\n", i);
27645 }
27646 else
27647 {
27648 unsigned long int i = ulongval ();
27649 if (i != ((long int) (sizeof (ac__type_sizeof_))))
27650 return 1;
27651 fprintf (f, "%lu\n", i);
27652 }
27653 return ferror (f) || fclose (f) != 0;
27654
27655 ;
27656 return 0;
27657 }
27658 _ACEOF
27659 rm -f conftest$ac_exeext
27660 if { (ac_try="$ac_link"
27661 case "(($ac_try" in
27662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27663 *) ac_try_echo=$ac_try;;
27664 esac
27665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27666 (eval "$ac_link") 2>&5
27667 ac_status=$?
27668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27669 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
27670 { (case "(($ac_try" in
27671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27672 *) ac_try_echo=$ac_try;;
27673 esac
27674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27675 (eval "$ac_try") 2>&5
27676 ac_status=$?
27677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27678 (exit $ac_status); }; }; then
27679 ac_cv_sizeof_boolean=`cat conftest.val`
27680 else
27681 echo "$as_me: program exited with status $ac_status" >&5
27682 echo "$as_me: failed program was:" >&5
27683 sed 's/^/| /' conftest.$ac_ext >&5
27684
27685 ( exit $ac_status )
27686 if test "$ac_cv_type_boolean" = yes; then
27687 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
27688 See \`config.log' for more details." >&5
27689 echo "$as_me: error: cannot compute sizeof (boolean)
27690 See \`config.log' for more details." >&2;}
27691 { (exit 77); exit 77; }; }
27692 else
27693 ac_cv_sizeof_boolean=0
27694 fi
27695 fi
27696 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27697 fi
27698 rm -f conftest.val
27699 fi
27700 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_boolean" >&5
27701 echo "${ECHO_T}$ac_cv_sizeof_boolean" >&6; }
27702
27703
27704
27705 cat >>confdefs.h <<_ACEOF
27706 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
27707 _ACEOF
27708
27709
27710 cat >>confdefs.h <<_ACEOF
27711 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
27712 _ACEOF
27713
27714
27715 fi
27716
27717 fi
27718 fi
27719 fi
27720 fi
27721 fi
27722
27723
27724 TIFF_LINK=
27725 TIFF_PREREQ_LINKS=-lm
27726 if test "$wxUSE_LIBTIFF" != "no" ; then
27727 cat >>confdefs.h <<\_ACEOF
27728 #define wxUSE_LIBTIFF 1
27729 _ACEOF
27730
27731
27732 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
27733 if test "$wxUSE_LIBJPEG" = "sys"; then
27734 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
27735 fi
27736 if test "$wxUSE_ZLIB" = "sys"; then
27737 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
27738 fi
27739 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
27740 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
27741 if test "${ac_cv_header_tiffio_h+set}" = set; then
27742 echo $ECHO_N "(cached) $ECHO_C" >&6
27743 else
27744 cat >conftest.$ac_ext <<_ACEOF
27745 /* confdefs.h. */
27746 _ACEOF
27747 cat confdefs.h >>conftest.$ac_ext
27748 cat >>conftest.$ac_ext <<_ACEOF
27749 /* end confdefs.h. */
27750
27751
27752
27753 #include <tiffio.h>
27754 _ACEOF
27755 rm -f conftest.$ac_objext
27756 if { (ac_try="$ac_compile"
27757 case "(($ac_try" in
27758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27759 *) ac_try_echo=$ac_try;;
27760 esac
27761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27762 (eval "$ac_compile") 2>conftest.er1
27763 ac_status=$?
27764 grep -v '^ *+' conftest.er1 >conftest.err
27765 rm -f conftest.er1
27766 cat conftest.err >&5
27767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27768 (exit $ac_status); } && {
27769 test -z "$ac_c_werror_flag" ||
27770 test ! -s conftest.err
27771 } && test -s conftest.$ac_objext; then
27772 ac_cv_header_tiffio_h=yes
27773 else
27774 echo "$as_me: failed program was:" >&5
27775 sed 's/^/| /' conftest.$ac_ext >&5
27776
27777 ac_cv_header_tiffio_h=no
27778 fi
27779
27780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27781 fi
27782 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
27783 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
27784 if test $ac_cv_header_tiffio_h = yes; then
27785
27786 { echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
27787 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6; }
27788 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
27789 echo $ECHO_N "(cached) $ECHO_C" >&6
27790 else
27791 ac_check_lib_save_LIBS=$LIBS
27792 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
27793 cat >conftest.$ac_ext <<_ACEOF
27794 /* confdefs.h. */
27795 _ACEOF
27796 cat confdefs.h >>conftest.$ac_ext
27797 cat >>conftest.$ac_ext <<_ACEOF
27798 /* end confdefs.h. */
27799
27800 /* Override any GCC internal prototype to avoid an error.
27801 Use char because int might match the return type of a GCC
27802 builtin and then its argument prototype would still apply. */
27803 #ifdef __cplusplus
27804 extern "C"
27805 #endif
27806 char TIFFError ();
27807 int
27808 main ()
27809 {
27810 return TIFFError ();
27811 ;
27812 return 0;
27813 }
27814 _ACEOF
27815 rm -f conftest.$ac_objext conftest$ac_exeext
27816 if { (ac_try="$ac_link"
27817 case "(($ac_try" in
27818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27819 *) ac_try_echo=$ac_try;;
27820 esac
27821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27822 (eval "$ac_link") 2>conftest.er1
27823 ac_status=$?
27824 grep -v '^ *+' conftest.er1 >conftest.err
27825 rm -f conftest.er1
27826 cat conftest.err >&5
27827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27828 (exit $ac_status); } && {
27829 test -z "$ac_c_werror_flag" ||
27830 test ! -s conftest.err
27831 } && test -s conftest$ac_exeext &&
27832 $as_test_x conftest$ac_exeext; then
27833 ac_cv_lib_tiff_TIFFError=yes
27834 else
27835 echo "$as_me: failed program was:" >&5
27836 sed 's/^/| /' conftest.$ac_ext >&5
27837
27838 ac_cv_lib_tiff_TIFFError=no
27839 fi
27840
27841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27842 conftest$ac_exeext conftest.$ac_ext
27843 LIBS=$ac_check_lib_save_LIBS
27844 fi
27845 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
27846 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6; }
27847 if test $ac_cv_lib_tiff_TIFFError = yes; then
27848 TIFF_LINK=" -ltiff"
27849 fi
27850
27851
27852 fi
27853
27854
27855
27856 if test "x$TIFF_LINK" = "x" ; then
27857 if test "$wxUSE_LIBTIFF" = "sys" ; then
27858 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
27859 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
27860 { (exit 1); exit 1; }; }
27861 else
27862 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
27863 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
27864 wxUSE_LIBTIFF=builtin
27865 fi
27866 else
27867 wxUSE_LIBTIFF=sys
27868 fi
27869 fi
27870 if test "$wxUSE_LIBTIFF" = "builtin" ; then
27871 if test "$wxUSE_LIBJPEG" = "no"; then
27872 ac_configure_args="$ac_configure_args --disable-jpeg"
27873 fi
27874 subdirs="$subdirs src/tiff"
27875
27876 fi
27877 fi
27878
27879
27880 if test "$wxUSE_WCHAR_T" != "yes"; then
27881 if test "$wxUSE_EXPAT" != "no"; then
27882 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
27883 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
27884 wxUSE_EXPAT=no
27885 fi
27886 if test "$wxUSE_XML" != "no"; then
27887 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
27888 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
27889 wxUSE_XML=no
27890 fi
27891 fi
27892
27893 if test "$wxUSE_EXPAT" != "no"; then
27894 wxUSE_XML=yes
27895 cat >>confdefs.h <<\_ACEOF
27896 #define wxUSE_EXPAT 1
27897 _ACEOF
27898
27899 cat >>confdefs.h <<\_ACEOF
27900 #define wxUSE_XML 1
27901 _ACEOF
27902
27903
27904 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
27905 { echo "$as_me:$LINENO: checking for expat.h" >&5
27906 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6; }
27907 if test "${ac_cv_header_expat_h+set}" = set; then
27908 echo $ECHO_N "(cached) $ECHO_C" >&6
27909 else
27910 cat >conftest.$ac_ext <<_ACEOF
27911 /* confdefs.h. */
27912 _ACEOF
27913 cat confdefs.h >>conftest.$ac_ext
27914 cat >>conftest.$ac_ext <<_ACEOF
27915 /* end confdefs.h. */
27916
27917
27918 #include <expat.h>
27919 _ACEOF
27920 rm -f conftest.$ac_objext
27921 if { (ac_try="$ac_compile"
27922 case "(($ac_try" in
27923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27924 *) ac_try_echo=$ac_try;;
27925 esac
27926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27927 (eval "$ac_compile") 2>conftest.er1
27928 ac_status=$?
27929 grep -v '^ *+' conftest.er1 >conftest.err
27930 rm -f conftest.er1
27931 cat conftest.err >&5
27932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27933 (exit $ac_status); } && {
27934 test -z "$ac_c_werror_flag" ||
27935 test ! -s conftest.err
27936 } && test -s conftest.$ac_objext; then
27937 ac_cv_header_expat_h=yes
27938 else
27939 echo "$as_me: failed program was:" >&5
27940 sed 's/^/| /' conftest.$ac_ext >&5
27941
27942 ac_cv_header_expat_h=no
27943 fi
27944
27945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27946 fi
27947 { echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
27948 echo "${ECHO_T}$ac_cv_header_expat_h" >&6; }
27949 if test $ac_cv_header_expat_h = yes; then
27950 found_expat_h=1
27951 fi
27952
27953
27954 if test "x$found_expat_h" = "x1"; then
27955 { echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
27956 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6; }
27957 if test "${wx_cv_expat_is_not_broken+set}" = set; then
27958 echo $ECHO_N "(cached) $ECHO_C" >&6
27959 else
27960
27961 ac_ext=cpp
27962 ac_cpp='$CXXCPP $CPPFLAGS'
27963 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27964 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27965 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27966
27967 cat >conftest.$ac_ext <<_ACEOF
27968 /* confdefs.h. */
27969 _ACEOF
27970 cat confdefs.h >>conftest.$ac_ext
27971 cat >>conftest.$ac_ext <<_ACEOF
27972 /* end confdefs.h. */
27973 #include <expat.h>
27974 int
27975 main ()
27976 {
27977
27978 ;
27979 return 0;
27980 }
27981 _ACEOF
27982 rm -f conftest.$ac_objext
27983 if { (ac_try="$ac_compile"
27984 case "(($ac_try" in
27985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27986 *) ac_try_echo=$ac_try;;
27987 esac
27988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27989 (eval "$ac_compile") 2>conftest.er1
27990 ac_status=$?
27991 grep -v '^ *+' conftest.er1 >conftest.err
27992 rm -f conftest.er1
27993 cat conftest.err >&5
27994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27995 (exit $ac_status); } && {
27996 test -z "$ac_cxx_werror_flag" ||
27997 test ! -s conftest.err
27998 } && test -s conftest.$ac_objext; then
27999 wx_cv_expat_is_not_broken=yes
28000 else
28001 echo "$as_me: failed program was:" >&5
28002 sed 's/^/| /' conftest.$ac_ext >&5
28003
28004 wx_cv_expat_is_not_broken=no
28005
28006 fi
28007
28008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28009 ac_ext=c
28010 ac_cpp='$CPP $CPPFLAGS'
28011 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28012 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28013 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28014
28015
28016
28017 fi
28018 { echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
28019 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6; }
28020 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
28021 { echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
28022 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6; }
28023 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
28024 echo $ECHO_N "(cached) $ECHO_C" >&6
28025 else
28026 ac_check_lib_save_LIBS=$LIBS
28027 LIBS="-lexpat $LIBS"
28028 cat >conftest.$ac_ext <<_ACEOF
28029 /* confdefs.h. */
28030 _ACEOF
28031 cat confdefs.h >>conftest.$ac_ext
28032 cat >>conftest.$ac_ext <<_ACEOF
28033 /* end confdefs.h. */
28034
28035 /* Override any GCC internal prototype to avoid an error.
28036 Use char because int might match the return type of a GCC
28037 builtin and then its argument prototype would still apply. */
28038 #ifdef __cplusplus
28039 extern "C"
28040 #endif
28041 char XML_ParserCreate ();
28042 int
28043 main ()
28044 {
28045 return XML_ParserCreate ();
28046 ;
28047 return 0;
28048 }
28049 _ACEOF
28050 rm -f conftest.$ac_objext conftest$ac_exeext
28051 if { (ac_try="$ac_link"
28052 case "(($ac_try" in
28053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28054 *) ac_try_echo=$ac_try;;
28055 esac
28056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28057 (eval "$ac_link") 2>conftest.er1
28058 ac_status=$?
28059 grep -v '^ *+' conftest.er1 >conftest.err
28060 rm -f conftest.er1
28061 cat conftest.err >&5
28062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28063 (exit $ac_status); } && {
28064 test -z "$ac_c_werror_flag" ||
28065 test ! -s conftest.err
28066 } && test -s conftest$ac_exeext &&
28067 $as_test_x conftest$ac_exeext; then
28068 ac_cv_lib_expat_XML_ParserCreate=yes
28069 else
28070 echo "$as_me: failed program was:" >&5
28071 sed 's/^/| /' conftest.$ac_ext >&5
28072
28073 ac_cv_lib_expat_XML_ParserCreate=no
28074 fi
28075
28076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28077 conftest$ac_exeext conftest.$ac_ext
28078 LIBS=$ac_check_lib_save_LIBS
28079 fi
28080 { echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
28081 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6; }
28082 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
28083 EXPAT_LINK=" -lexpat"
28084 fi
28085
28086 fi
28087 fi
28088 if test "x$EXPAT_LINK" = "x" ; then
28089 if test "$wxUSE_EXPAT" = "sys" ; then
28090 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
28091 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
28092 { (exit 1); exit 1; }; }
28093 else
28094 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
28095 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
28096 wxUSE_EXPAT=builtin
28097 fi
28098 else
28099 wxUSE_EXPAT=sys
28100 fi
28101 fi
28102 if test "$wxUSE_EXPAT" = "builtin" ; then
28103 subdirs="$subdirs src/expat"
28104
28105 fi
28106 fi
28107
28108
28109
28110 if test "$wxUSE_LIBMSPACK" != "no"; then
28111 { echo "$as_me:$LINENO: checking for mspack.h" >&5
28112 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6; }
28113 if test "${ac_cv_header_mspack_h+set}" = set; then
28114 echo $ECHO_N "(cached) $ECHO_C" >&6
28115 else
28116 cat >conftest.$ac_ext <<_ACEOF
28117 /* confdefs.h. */
28118 _ACEOF
28119 cat confdefs.h >>conftest.$ac_ext
28120 cat >>conftest.$ac_ext <<_ACEOF
28121 /* end confdefs.h. */
28122
28123
28124 #include <mspack.h>
28125 _ACEOF
28126 rm -f conftest.$ac_objext
28127 if { (ac_try="$ac_compile"
28128 case "(($ac_try" in
28129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28130 *) ac_try_echo=$ac_try;;
28131 esac
28132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28133 (eval "$ac_compile") 2>conftest.er1
28134 ac_status=$?
28135 grep -v '^ *+' conftest.er1 >conftest.err
28136 rm -f conftest.er1
28137 cat conftest.err >&5
28138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28139 (exit $ac_status); } && {
28140 test -z "$ac_c_werror_flag" ||
28141 test ! -s conftest.err
28142 } && test -s conftest.$ac_objext; then
28143 ac_cv_header_mspack_h=yes
28144 else
28145 echo "$as_me: failed program was:" >&5
28146 sed 's/^/| /' conftest.$ac_ext >&5
28147
28148 ac_cv_header_mspack_h=no
28149 fi
28150
28151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28152 fi
28153 { echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
28154 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6; }
28155 if test $ac_cv_header_mspack_h = yes; then
28156 found_mspack_h=1
28157 fi
28158
28159
28160 if test "x$found_mspack_h" = "x1"; then
28161 { echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
28162 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6; }
28163 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
28164 echo $ECHO_N "(cached) $ECHO_C" >&6
28165 else
28166 ac_check_lib_save_LIBS=$LIBS
28167 LIBS="-lmspack $LIBS"
28168 cat >conftest.$ac_ext <<_ACEOF
28169 /* confdefs.h. */
28170 _ACEOF
28171 cat confdefs.h >>conftest.$ac_ext
28172 cat >>conftest.$ac_ext <<_ACEOF
28173 /* end confdefs.h. */
28174
28175 /* Override any GCC internal prototype to avoid an error.
28176 Use char because int might match the return type of a GCC
28177 builtin and then its argument prototype would still apply. */
28178 #ifdef __cplusplus
28179 extern "C"
28180 #endif
28181 char mspack_create_chm_decompressor ();
28182 int
28183 main ()
28184 {
28185 return mspack_create_chm_decompressor ();
28186 ;
28187 return 0;
28188 }
28189 _ACEOF
28190 rm -f conftest.$ac_objext conftest$ac_exeext
28191 if { (ac_try="$ac_link"
28192 case "(($ac_try" in
28193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28194 *) ac_try_echo=$ac_try;;
28195 esac
28196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28197 (eval "$ac_link") 2>conftest.er1
28198 ac_status=$?
28199 grep -v '^ *+' conftest.er1 >conftest.err
28200 rm -f conftest.er1
28201 cat conftest.err >&5
28202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28203 (exit $ac_status); } && {
28204 test -z "$ac_c_werror_flag" ||
28205 test ! -s conftest.err
28206 } && test -s conftest$ac_exeext &&
28207 $as_test_x conftest$ac_exeext; then
28208 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
28209 else
28210 echo "$as_me: failed program was:" >&5
28211 sed 's/^/| /' conftest.$ac_ext >&5
28212
28213 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
28214 fi
28215
28216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28217 conftest$ac_exeext conftest.$ac_ext
28218 LIBS=$ac_check_lib_save_LIBS
28219 fi
28220 { echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
28221 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
28222 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
28223 MSPACK_LINK=" -lmspack"
28224 fi
28225
28226 fi
28227 if test "x$MSPACK_LINK" = "x" ; then
28228 wxUSE_LIBMSPACK=no
28229 fi
28230 fi
28231
28232 if test "$wxUSE_LIBMSPACK" != "no"; then
28233 cat >>confdefs.h <<\_ACEOF
28234 #define wxUSE_LIBMSPACK 1
28235 _ACEOF
28236
28237 fi
28238
28239
28240
28241 AFMINSTALL=
28242 WIN32INSTALL=
28243
28244 TOOLKIT=
28245 TOOLKIT_INCLUDE=
28246 WIDGET_SET=
28247
28248 if test "$USE_WIN32" = 1 ; then
28249
28250 for ac_header in w32api.h
28251 do
28252 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28253 { echo "$as_me:$LINENO: checking for $ac_header" >&5
28254 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
28255 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
28256 echo $ECHO_N "(cached) $ECHO_C" >&6
28257 else
28258 cat >conftest.$ac_ext <<_ACEOF
28259 /* confdefs.h. */
28260 _ACEOF
28261 cat confdefs.h >>conftest.$ac_ext
28262 cat >>conftest.$ac_ext <<_ACEOF
28263 /* end confdefs.h. */
28264
28265
28266 #include <$ac_header>
28267 _ACEOF
28268 rm -f conftest.$ac_objext
28269 if { (ac_try="$ac_compile"
28270 case "(($ac_try" in
28271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28272 *) ac_try_echo=$ac_try;;
28273 esac
28274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28275 (eval "$ac_compile") 2>conftest.er1
28276 ac_status=$?
28277 grep -v '^ *+' conftest.er1 >conftest.err
28278 rm -f conftest.er1
28279 cat conftest.err >&5
28280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28281 (exit $ac_status); } && {
28282 test -z "$ac_c_werror_flag" ||
28283 test ! -s conftest.err
28284 } && test -s conftest.$ac_objext; then
28285 eval "$as_ac_Header=yes"
28286 else
28287 echo "$as_me: failed program was:" >&5
28288 sed 's/^/| /' conftest.$ac_ext >&5
28289
28290 eval "$as_ac_Header=no"
28291 fi
28292
28293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28294 fi
28295 ac_res=`eval echo '${'$as_ac_Header'}'`
28296 { echo "$as_me:$LINENO: result: $ac_res" >&5
28297 echo "${ECHO_T}$ac_res" >&6; }
28298 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28299 cat >>confdefs.h <<_ACEOF
28300 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28301 _ACEOF
28302
28303 fi
28304
28305 done
28306
28307 { echo "$as_me:$LINENO: checking for windows.h" >&5
28308 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6; }
28309 if test "${ac_cv_header_windows_h+set}" = set; then
28310 echo $ECHO_N "(cached) $ECHO_C" >&6
28311 else
28312 cat >conftest.$ac_ext <<_ACEOF
28313 /* confdefs.h. */
28314 _ACEOF
28315 cat confdefs.h >>conftest.$ac_ext
28316 cat >>conftest.$ac_ext <<_ACEOF
28317 /* end confdefs.h. */
28318
28319
28320 #include <windows.h>
28321 _ACEOF
28322 rm -f conftest.$ac_objext
28323 if { (ac_try="$ac_compile"
28324 case "(($ac_try" in
28325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28326 *) ac_try_echo=$ac_try;;
28327 esac
28328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28329 (eval "$ac_compile") 2>conftest.er1
28330 ac_status=$?
28331 grep -v '^ *+' conftest.er1 >conftest.err
28332 rm -f conftest.er1
28333 cat conftest.err >&5
28334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28335 (exit $ac_status); } && {
28336 test -z "$ac_c_werror_flag" ||
28337 test ! -s conftest.err
28338 } && test -s conftest.$ac_objext; then
28339 ac_cv_header_windows_h=yes
28340 else
28341 echo "$as_me: failed program was:" >&5
28342 sed 's/^/| /' conftest.$ac_ext >&5
28343
28344 ac_cv_header_windows_h=no
28345 fi
28346
28347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28348 fi
28349 { echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
28350 echo "${ECHO_T}$ac_cv_header_windows_h" >&6; }
28351 if test $ac_cv_header_windows_h = yes; then
28352 :
28353 else
28354
28355 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
28356 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
28357 { (exit 1); exit 1; }; }
28358
28359 fi
28360
28361
28362
28363 case "${host}" in
28364 x86_64-*-mingw32* )
28365 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lwctl3d32 -ladvapi32 -lwsock32 -lgdi32"
28366 ;;
28367 * )
28368 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
28369 ;;
28370 esac
28371 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
28372 LIBS="$LIBS -loleacc"
28373 fi
28374
28375 case "${host}" in
28376 *-*-cygwin* )
28377 LIBS="$LIBS -lkernel32 -luser32"
28378 esac
28379
28380 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
28381 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
28382
28383 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
28384
28385 WIN32INSTALL=win32install
28386
28387 { echo "$as_me:$LINENO: checking for pbt.h" >&5
28388 echo $ECHO_N "checking for pbt.h... $ECHO_C" >&6; }
28389 if test "${ac_cv_header_pbt_h+set}" = set; then
28390 echo $ECHO_N "(cached) $ECHO_C" >&6
28391 else
28392 cat >conftest.$ac_ext <<_ACEOF
28393 /* confdefs.h. */
28394 _ACEOF
28395 cat confdefs.h >>conftest.$ac_ext
28396 cat >>conftest.$ac_ext <<_ACEOF
28397 /* end confdefs.h. */
28398
28399
28400 #include <pbt.h>
28401 _ACEOF
28402 rm -f conftest.$ac_objext
28403 if { (ac_try="$ac_compile"
28404 case "(($ac_try" in
28405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28406 *) ac_try_echo=$ac_try;;
28407 esac
28408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28409 (eval "$ac_compile") 2>conftest.er1
28410 ac_status=$?
28411 grep -v '^ *+' conftest.er1 >conftest.err
28412 rm -f conftest.er1
28413 cat conftest.err >&5
28414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28415 (exit $ac_status); } && {
28416 test -z "$ac_c_werror_flag" ||
28417 test ! -s conftest.err
28418 } && test -s conftest.$ac_objext; then
28419 ac_cv_header_pbt_h=yes
28420 else
28421 echo "$as_me: failed program was:" >&5
28422 sed 's/^/| /' conftest.$ac_ext >&5
28423
28424 ac_cv_header_pbt_h=no
28425 fi
28426
28427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28428 fi
28429 { echo "$as_me:$LINENO: result: $ac_cv_header_pbt_h" >&5
28430 echo "${ECHO_T}$ac_cv_header_pbt_h" >&6; }
28431 if test $ac_cv_header_pbt_h = yes; then
28432 :
28433 else
28434 cat >>confdefs.h <<\_ACEOF
28435 #define NEED_PBT_H 1
28436 _ACEOF
28437
28438 fi
28439
28440
28441 fi
28442
28443 if test "$wxUSE_GUI" = "yes"; then
28444 USE_GUI=1
28445
28446 GUI_TK_LIBRARY=
28447
28448 WXGTK12=
28449 WXGTK127=
28450 WXGTK2=
28451 WXGPE=
28452
28453 if test "$wxUSE_COCOA" = 1 ; then
28454 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
28455 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
28456 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
28457 wxUSE_PRINTING_ARCHITECTURE=no
28458 fi
28459 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
28460 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
28461 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
28462 wxUSE_DRAG_AND_DROP=no
28463 fi
28464 if test "$wxUSE_DRAGIMAGE" = "yes"; then
28465 { echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
28466 echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
28467 wxUSE_DRAGIMAGE=no
28468 fi
28469 fi
28470
28471 if test "$wxUSE_MSW" = 1 ; then
28472 TOOLKIT=MSW
28473 GUIDIST=MSW_DIST
28474
28475 case "${host}" in
28476 *-*-mingw32* )
28477 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
28478 esac
28479 fi
28480
28481 if test "$wxUSE_GTK" = 1; then
28482 { echo "$as_me:$LINENO: checking for GTK+ version" >&5
28483 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6; }
28484
28485 gtk_version_cached=1
28486 if test "${wx_cv_lib_gtk+set}" = set; then
28487 echo $ECHO_N "(cached) $ECHO_C" >&6
28488 else
28489
28490 gtk_version_cached=0
28491 { echo "$as_me:$LINENO: result: " >&5
28492 echo "${ECHO_T}" >&6; }
28493
28494 GTK_MODULES=
28495 if test "$wxUSE_THREADS" = "yes"; then
28496 GTK_MODULES=gthread
28497 fi
28498
28499 wx_cv_lib_gtk=
28500 if test "x$wxGTK_VERSION" != "x1"
28501 then
28502 case "${host}" in
28503 *-*-solaris2* )
28504 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
28505 enable_gtktest=no
28506 fi
28507 esac
28508
28509 # Check whether --enable-gtktest was given.
28510 if test "${enable_gtktest+set}" = set; then
28511 enableval=$enable_gtktest;
28512 else
28513 enable_gtktest=yes
28514 fi
28515
28516
28517 pkg_config_args=gtk+-2.0
28518 for module in . $GTK_MODULES
28519 do
28520 case "$module" in
28521 gthread)
28522 pkg_config_args="$pkg_config_args gthread-2.0"
28523 ;;
28524 esac
28525 done
28526
28527 no_gtk=""
28528
28529 # Extract the first word of "pkg-config", so it can be a program name with args.
28530 set dummy pkg-config; ac_word=$2
28531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
28532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28533 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28534 echo $ECHO_N "(cached) $ECHO_C" >&6
28535 else
28536 case $PKG_CONFIG in
28537 [\\/]* | ?:[\\/]*)
28538 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28539 ;;
28540 *)
28541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28542 for as_dir in $PATH
28543 do
28544 IFS=$as_save_IFS
28545 test -z "$as_dir" && as_dir=.
28546 for ac_exec_ext in '' $ac_executable_extensions; do
28547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28548 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28550 break 2
28551 fi
28552 done
28553 done
28554 IFS=$as_save_IFS
28555
28556 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28557 ;;
28558 esac
28559 fi
28560 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28561 if test -n "$PKG_CONFIG"; then
28562 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28563 echo "${ECHO_T}$PKG_CONFIG" >&6; }
28564 else
28565 { echo "$as_me:$LINENO: result: no" >&5
28566 echo "${ECHO_T}no" >&6; }
28567 fi
28568
28569
28570
28571 if test x$PKG_CONFIG != xno ; then
28572 if pkg-config --atleast-pkgconfig-version 0.7 ; then
28573 :
28574 else
28575 echo "*** pkg-config too old; version 0.7 or better required."
28576 no_gtk=yes
28577 PKG_CONFIG=no
28578 fi
28579 else
28580 no_gtk=yes
28581 fi
28582
28583 min_gtk_version=2.4.0
28584 { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
28585 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
28586
28587 if test x$PKG_CONFIG != xno ; then
28588 ## don't try to run the test against uninstalled libtool libs
28589 if $PKG_CONFIG --uninstalled $pkg_config_args; then
28590 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
28591 enable_gtktest=no
28592 fi
28593
28594 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
28595 :
28596 else
28597 no_gtk=yes
28598 fi
28599 fi
28600
28601 if test x"$no_gtk" = x ; then
28602 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
28603 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
28604 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28605 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28606 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28607 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28608 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28609 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28610 if test "x$enable_gtktest" = "xyes" ; then
28611 ac_save_CFLAGS="$CFLAGS"
28612 ac_save_LIBS="$LIBS"
28613 CFLAGS="$CFLAGS $GTK_CFLAGS"
28614 LIBS="$GTK_LIBS $LIBS"
28615 rm -f conf.gtktest
28616 if test "$cross_compiling" = yes; then
28617 echo $ac_n "cross compiling; assumed OK... $ac_c"
28618 else
28619 cat >conftest.$ac_ext <<_ACEOF
28620 /* confdefs.h. */
28621 _ACEOF
28622 cat confdefs.h >>conftest.$ac_ext
28623 cat >>conftest.$ac_ext <<_ACEOF
28624 /* end confdefs.h. */
28625
28626 #include <gtk/gtk.h>
28627 #include <stdio.h>
28628 #include <stdlib.h>
28629
28630 int
28631 main ()
28632 {
28633 int major, minor, micro;
28634 char *tmp_version;
28635
28636 system ("touch conf.gtktest");
28637
28638 /* HP/UX 9 (%@#!) writes to sscanf strings */
28639 tmp_version = g_strdup("$min_gtk_version");
28640 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
28641 printf("%s, bad version string\n", "$min_gtk_version");
28642 exit(1);
28643 }
28644
28645 if ((gtk_major_version != $gtk_config_major_version) ||
28646 (gtk_minor_version != $gtk_config_minor_version) ||
28647 (gtk_micro_version != $gtk_config_micro_version))
28648 {
28649 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28650 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28651 gtk_major_version, gtk_minor_version, gtk_micro_version);
28652 printf ("*** was found! If pkg-config was correct, then it is best\n");
28653 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28654 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28655 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28656 printf("*** required on your system.\n");
28657 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
28658 printf("*** to point to the correct configuration files\n");
28659 }
28660 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28661 (gtk_minor_version != GTK_MINOR_VERSION) ||
28662 (gtk_micro_version != GTK_MICRO_VERSION))
28663 {
28664 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28665 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28666 printf("*** library (version %d.%d.%d)\n",
28667 gtk_major_version, gtk_minor_version, gtk_micro_version);
28668 }
28669 else
28670 {
28671 if ((gtk_major_version > major) ||
28672 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28673 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28674 {
28675 return 0;
28676 }
28677 else
28678 {
28679 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28680 gtk_major_version, gtk_minor_version, gtk_micro_version);
28681 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28682 major, minor, micro);
28683 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28684 printf("***\n");
28685 printf("*** If you have already installed a sufficiently new version, this error\n");
28686 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
28687 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28688 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
28689 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
28690 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28691 printf("*** so that the correct libraries are found at run-time))\n");
28692 }
28693 }
28694 return 1;
28695 }
28696
28697 _ACEOF
28698 rm -f conftest$ac_exeext
28699 if { (ac_try="$ac_link"
28700 case "(($ac_try" in
28701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28702 *) ac_try_echo=$ac_try;;
28703 esac
28704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28705 (eval "$ac_link") 2>&5
28706 ac_status=$?
28707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28708 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28709 { (case "(($ac_try" in
28710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28711 *) ac_try_echo=$ac_try;;
28712 esac
28713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28714 (eval "$ac_try") 2>&5
28715 ac_status=$?
28716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28717 (exit $ac_status); }; }; then
28718 :
28719 else
28720 echo "$as_me: program exited with status $ac_status" >&5
28721 echo "$as_me: failed program was:" >&5
28722 sed 's/^/| /' conftest.$ac_ext >&5
28723
28724 ( exit $ac_status )
28725 no_gtk=yes
28726 fi
28727 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28728 fi
28729
28730
28731 CFLAGS="$ac_save_CFLAGS"
28732 LIBS="$ac_save_LIBS"
28733 fi
28734 fi
28735 if test "x$no_gtk" = x ; then
28736 { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
28737 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
28738 wx_cv_lib_gtk=2.0
28739 else
28740 { echo "$as_me:$LINENO: result: no" >&5
28741 echo "${ECHO_T}no" >&6; }
28742 if test "$PKG_CONFIG" = "no" ; then
28743 echo "*** A new enough version of pkg-config was not found."
28744 echo "*** See http://pkgconfig.sourceforge.net"
28745 else
28746 if test -f conf.gtktest ; then
28747 :
28748 else
28749 echo "*** Could not run GTK+ test program, checking why..."
28750 ac_save_CFLAGS="$CFLAGS"
28751 ac_save_LIBS="$LIBS"
28752 CFLAGS="$CFLAGS $GTK_CFLAGS"
28753 LIBS="$LIBS $GTK_LIBS"
28754 cat >conftest.$ac_ext <<_ACEOF
28755 /* confdefs.h. */
28756 _ACEOF
28757 cat confdefs.h >>conftest.$ac_ext
28758 cat >>conftest.$ac_ext <<_ACEOF
28759 /* end confdefs.h. */
28760
28761 #include <gtk/gtk.h>
28762 #include <stdio.h>
28763
28764 int
28765 main ()
28766 {
28767 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28768 ;
28769 return 0;
28770 }
28771 _ACEOF
28772 rm -f conftest.$ac_objext conftest$ac_exeext
28773 if { (ac_try="$ac_link"
28774 case "(($ac_try" in
28775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28776 *) ac_try_echo=$ac_try;;
28777 esac
28778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28779 (eval "$ac_link") 2>conftest.er1
28780 ac_status=$?
28781 grep -v '^ *+' conftest.er1 >conftest.err
28782 rm -f conftest.er1
28783 cat conftest.err >&5
28784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28785 (exit $ac_status); } && {
28786 test -z "$ac_c_werror_flag" ||
28787 test ! -s conftest.err
28788 } && test -s conftest$ac_exeext &&
28789 $as_test_x conftest$ac_exeext; then
28790 echo "*** The test program compiled, but did not run. This usually means"
28791 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
28792 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
28793 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28794 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28795 echo "*** is required on your system"
28796 echo "***"
28797 echo "*** If you have an old version installed, it is best to remove it, although"
28798 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28799 else
28800 echo "$as_me: failed program was:" >&5
28801 sed 's/^/| /' conftest.$ac_ext >&5
28802
28803 echo "*** The test program failed to compile or link. See the file config.log for the"
28804 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
28805 fi
28806
28807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28808 conftest$ac_exeext conftest.$ac_ext
28809 CFLAGS="$ac_save_CFLAGS"
28810 LIBS="$ac_save_LIBS"
28811 fi
28812 fi
28813 GTK_CFLAGS=""
28814 GTK_LIBS=""
28815 :
28816 fi
28817
28818
28819 rm -f conf.gtktest
28820
28821
28822 case "${host}" in
28823 *-*-solaris2* )
28824 if test "$wxUSE_SHARED" != "yes"; then
28825 GTK_LIBS="$GTK_LIBS -lX11"
28826 fi
28827 esac
28828 fi
28829
28830 if test -z "$wx_cv_lib_gtk"; then
28831 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
28832
28833 # Check whether --with-gtk-prefix was given.
28834 if test "${with_gtk_prefix+set}" = set; then
28835 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
28836 else
28837 gtk_config_prefix=""
28838 fi
28839
28840
28841 # Check whether --with-gtk-exec-prefix was given.
28842 if test "${with_gtk_exec_prefix+set}" = set; then
28843 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
28844 else
28845 gtk_config_exec_prefix=""
28846 fi
28847
28848 # Check whether --enable-gtktest was given.
28849 if test "${enable_gtktest+set}" = set; then
28850 enableval=$enable_gtktest;
28851 else
28852 enable_gtktest=yes
28853 fi
28854
28855
28856 for module in . $GTK_MODULES
28857 do
28858 case "$module" in
28859 gthread)
28860 gtk_config_args="$gtk_config_args gthread"
28861 ;;
28862 esac
28863 done
28864
28865 if test x$gtk_config_exec_prefix != x ; then
28866 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
28867 if test x${GTK_CONFIG+set} != xset ; then
28868 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
28869 fi
28870 fi
28871 if test x$gtk_config_prefix != x ; then
28872 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
28873 if test x${GTK_CONFIG+set} != xset ; then
28874 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
28875 fi
28876 fi
28877
28878 # Extract the first word of "gtk-config", so it can be a program name with args.
28879 set dummy gtk-config; ac_word=$2
28880 { echo "$as_me:$LINENO: checking for $ac_word" >&5
28881 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28882 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
28883 echo $ECHO_N "(cached) $ECHO_C" >&6
28884 else
28885 case $GTK_CONFIG in
28886 [\\/]* | ?:[\\/]*)
28887 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
28888 ;;
28889 *)
28890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28891 for as_dir in $PATH
28892 do
28893 IFS=$as_save_IFS
28894 test -z "$as_dir" && as_dir=.
28895 for ac_exec_ext in '' $ac_executable_extensions; do
28896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28897 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28898 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28899 break 2
28900 fi
28901 done
28902 done
28903 IFS=$as_save_IFS
28904
28905 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
28906 ;;
28907 esac
28908 fi
28909 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
28910 if test -n "$GTK_CONFIG"; then
28911 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
28912 echo "${ECHO_T}$GTK_CONFIG" >&6; }
28913 else
28914 { echo "$as_me:$LINENO: result: no" >&5
28915 echo "${ECHO_T}no" >&6; }
28916 fi
28917
28918
28919 min_gtk_version=1.2.7
28920 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
28921 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
28922 no_gtk=""
28923 if test "$GTK_CONFIG" = "no" ; then
28924 no_gtk=yes
28925 else
28926 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
28927 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
28928 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
28929 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28930 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
28931 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28932 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
28933 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28934 if test "x$enable_gtktest" = "xyes" ; then
28935 ac_save_CFLAGS="$CFLAGS"
28936 ac_save_LIBS="$LIBS"
28937 CFLAGS="$CFLAGS $GTK_CFLAGS"
28938 LIBS="$GTK_LIBS $LIBS"
28939 rm -f conf.gtktest
28940 if test "$cross_compiling" = yes; then
28941 echo $ac_n "cross compiling; assumed OK... $ac_c"
28942 else
28943 cat >conftest.$ac_ext <<_ACEOF
28944 /* confdefs.h. */
28945 _ACEOF
28946 cat confdefs.h >>conftest.$ac_ext
28947 cat >>conftest.$ac_ext <<_ACEOF
28948 /* end confdefs.h. */
28949
28950 #include <gtk/gtk.h>
28951 #include <stdio.h>
28952 #include <stdlib.h>
28953
28954 int
28955 main ()
28956 {
28957 int major, minor, micro;
28958 char *tmp_version;
28959
28960 system ("touch conf.gtktest");
28961
28962 /* HP/UX 9 (%@#!) writes to sscanf strings */
28963 tmp_version = g_strdup("$min_gtk_version");
28964 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
28965 printf("%s, bad version string\n", "$min_gtk_version");
28966 exit(1);
28967 }
28968
28969 if ((gtk_major_version != $gtk_config_major_version) ||
28970 (gtk_minor_version != $gtk_config_minor_version) ||
28971 (gtk_micro_version != $gtk_config_micro_version))
28972 {
28973 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28974 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28975 gtk_major_version, gtk_minor_version, gtk_micro_version);
28976 printf ("*** was found! If gtk-config was correct, then it is best\n");
28977 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28978 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28979 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28980 printf("*** required on your system.\n");
28981 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
28982 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
28983 printf("*** before re-running configure\n");
28984 }
28985 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
28986 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28987 (gtk_minor_version != GTK_MINOR_VERSION) ||
28988 (gtk_micro_version != GTK_MICRO_VERSION))
28989 {
28990 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28991 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28992 printf("*** library (version %d.%d.%d)\n",
28993 gtk_major_version, gtk_minor_version, gtk_micro_version);
28994 }
28995 #endif /* defined (GTK_MAJOR_VERSION) ... */
28996 else
28997 {
28998 if ((gtk_major_version > major) ||
28999 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
29000 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
29001 {
29002 return 0;
29003 }
29004 else
29005 {
29006 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
29007 gtk_major_version, gtk_minor_version, gtk_micro_version);
29008 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
29009 major, minor, micro);
29010 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
29011 printf("***\n");
29012 printf("*** If you have already installed a sufficiently new version, this error\n");
29013 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
29014 printf("*** being found. The easiest way to fix this is to remove the old version\n");
29015 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
29016 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
29017 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
29018 printf("*** so that the correct libraries are found at run-time))\n");
29019 }
29020 }
29021 return 1;
29022 }
29023
29024 _ACEOF
29025 rm -f conftest$ac_exeext
29026 if { (ac_try="$ac_link"
29027 case "(($ac_try" in
29028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29029 *) ac_try_echo=$ac_try;;
29030 esac
29031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29032 (eval "$ac_link") 2>&5
29033 ac_status=$?
29034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29035 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29036 { (case "(($ac_try" in
29037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29038 *) ac_try_echo=$ac_try;;
29039 esac
29040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29041 (eval "$ac_try") 2>&5
29042 ac_status=$?
29043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29044 (exit $ac_status); }; }; then
29045 :
29046 else
29047 echo "$as_me: program exited with status $ac_status" >&5
29048 echo "$as_me: failed program was:" >&5
29049 sed 's/^/| /' conftest.$ac_ext >&5
29050
29051 ( exit $ac_status )
29052 no_gtk=yes
29053 fi
29054 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29055 fi
29056
29057
29058 CFLAGS="$ac_save_CFLAGS"
29059 LIBS="$ac_save_LIBS"
29060 fi
29061 fi
29062 if test "x$no_gtk" = x ; then
29063 { echo "$as_me:$LINENO: result: yes" >&5
29064 echo "${ECHO_T}yes" >&6; }
29065 wx_cv_lib_gtk=1.2.7
29066 else
29067 { echo "$as_me:$LINENO: result: no" >&5
29068 echo "${ECHO_T}no" >&6; }
29069 if test "$GTK_CONFIG" = "no" ; then
29070 echo "*** The gtk-config script installed by GTK could not be found"
29071 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
29072 echo "*** your path, or set the GTK_CONFIG environment variable to the"
29073 echo "*** full path to gtk-config."
29074 else
29075 if test -f conf.gtktest ; then
29076 :
29077 else
29078 echo "*** Could not run GTK test program, checking why..."
29079 CFLAGS="$CFLAGS $GTK_CFLAGS"
29080 LIBS="$LIBS $GTK_LIBS"
29081 cat >conftest.$ac_ext <<_ACEOF
29082 /* confdefs.h. */
29083 _ACEOF
29084 cat confdefs.h >>conftest.$ac_ext
29085 cat >>conftest.$ac_ext <<_ACEOF
29086 /* end confdefs.h. */
29087
29088 #include <gtk/gtk.h>
29089 #include <stdio.h>
29090
29091 int
29092 main ()
29093 {
29094 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
29095 ;
29096 return 0;
29097 }
29098 _ACEOF
29099 rm -f conftest.$ac_objext conftest$ac_exeext
29100 if { (ac_try="$ac_link"
29101 case "(($ac_try" in
29102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29103 *) ac_try_echo=$ac_try;;
29104 esac
29105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29106 (eval "$ac_link") 2>conftest.er1
29107 ac_status=$?
29108 grep -v '^ *+' conftest.er1 >conftest.err
29109 rm -f conftest.er1
29110 cat conftest.err >&5
29111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29112 (exit $ac_status); } && {
29113 test -z "$ac_c_werror_flag" ||
29114 test ! -s conftest.err
29115 } && test -s conftest$ac_exeext &&
29116 $as_test_x conftest$ac_exeext; then
29117 echo "*** The test program compiled, but did not run. This usually means"
29118 echo "*** that the run-time linker is not finding GTK or finding the wrong"
29119 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
29120 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
29121 echo "*** to the installed location Also, make sure you have run ldconfig if that"
29122 echo "*** is required on your system"
29123 echo "***"
29124 echo "*** If you have an old version installed, it is best to remove it, although"
29125 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
29126 echo "***"
29127 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
29128 echo "*** came with the system with the command"
29129 echo "***"
29130 echo "*** rpm --erase --nodeps gtk gtk-devel"
29131 else
29132 echo "$as_me: failed program was:" >&5
29133 sed 's/^/| /' conftest.$ac_ext >&5
29134
29135 echo "*** The test program failed to compile or link. See the file config.log for the"
29136 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
29137 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
29138 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
29139 fi
29140
29141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29142 conftest$ac_exeext conftest.$ac_ext
29143 CFLAGS="$ac_save_CFLAGS"
29144 LIBS="$ac_save_LIBS"
29145 fi
29146 fi
29147 GTK_CFLAGS=""
29148 GTK_LIBS=""
29149 :
29150 fi
29151
29152
29153 rm -f conf.gtktest
29154
29155
29156 if test -z "$wx_cv_lib_gtk"; then
29157
29158 # Check whether --with-gtk-prefix was given.
29159 if test "${with_gtk_prefix+set}" = set; then
29160 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
29161 else
29162 gtk_config_prefix=""
29163 fi
29164
29165
29166 # Check whether --with-gtk-exec-prefix was given.
29167 if test "${with_gtk_exec_prefix+set}" = set; then
29168 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
29169 else
29170 gtk_config_exec_prefix=""
29171 fi
29172
29173 # Check whether --enable-gtktest was given.
29174 if test "${enable_gtktest+set}" = set; then
29175 enableval=$enable_gtktest;
29176 else
29177 enable_gtktest=yes
29178 fi
29179
29180
29181 for module in . $GTK_MODULES
29182 do
29183 case "$module" in
29184 gthread)
29185 gtk_config_args="$gtk_config_args gthread"
29186 ;;
29187 esac
29188 done
29189
29190 if test x$gtk_config_exec_prefix != x ; then
29191 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
29192 if test x${GTK_CONFIG+set} != xset ; then
29193 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
29194 fi
29195 fi
29196 if test x$gtk_config_prefix != x ; then
29197 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
29198 if test x${GTK_CONFIG+set} != xset ; then
29199 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
29200 fi
29201 fi
29202
29203 # Extract the first word of "gtk-config", so it can be a program name with args.
29204 set dummy gtk-config; ac_word=$2
29205 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29206 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29207 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
29208 echo $ECHO_N "(cached) $ECHO_C" >&6
29209 else
29210 case $GTK_CONFIG in
29211 [\\/]* | ?:[\\/]*)
29212 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
29213 ;;
29214 *)
29215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29216 for as_dir in $PATH
29217 do
29218 IFS=$as_save_IFS
29219 test -z "$as_dir" && as_dir=.
29220 for ac_exec_ext in '' $ac_executable_extensions; do
29221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29222 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29223 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29224 break 2
29225 fi
29226 done
29227 done
29228 IFS=$as_save_IFS
29229
29230 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
29231 ;;
29232 esac
29233 fi
29234 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
29235 if test -n "$GTK_CONFIG"; then
29236 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
29237 echo "${ECHO_T}$GTK_CONFIG" >&6; }
29238 else
29239 { echo "$as_me:$LINENO: result: no" >&5
29240 echo "${ECHO_T}no" >&6; }
29241 fi
29242
29243
29244 min_gtk_version=1.2.3
29245 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
29246 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
29247 no_gtk=""
29248 if test "$GTK_CONFIG" = "no" ; then
29249 no_gtk=yes
29250 else
29251 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
29252 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
29253 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
29254 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
29255 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
29256 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
29257 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
29258 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
29259 if test "x$enable_gtktest" = "xyes" ; then
29260 ac_save_CFLAGS="$CFLAGS"
29261 ac_save_LIBS="$LIBS"
29262 CFLAGS="$CFLAGS $GTK_CFLAGS"
29263 LIBS="$GTK_LIBS $LIBS"
29264 rm -f conf.gtktest
29265 if test "$cross_compiling" = yes; then
29266 echo $ac_n "cross compiling; assumed OK... $ac_c"
29267 else
29268 cat >conftest.$ac_ext <<_ACEOF
29269 /* confdefs.h. */
29270 _ACEOF
29271 cat confdefs.h >>conftest.$ac_ext
29272 cat >>conftest.$ac_ext <<_ACEOF
29273 /* end confdefs.h. */
29274
29275 #include <gtk/gtk.h>
29276 #include <stdio.h>
29277 #include <stdlib.h>
29278
29279 int
29280 main ()
29281 {
29282 int major, minor, micro;
29283 char *tmp_version;
29284
29285 system ("touch conf.gtktest");
29286
29287 /* HP/UX 9 (%@#!) writes to sscanf strings */
29288 tmp_version = g_strdup("$min_gtk_version");
29289 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
29290 printf("%s, bad version string\n", "$min_gtk_version");
29291 exit(1);
29292 }
29293
29294 if ((gtk_major_version != $gtk_config_major_version) ||
29295 (gtk_minor_version != $gtk_config_minor_version) ||
29296 (gtk_micro_version != $gtk_config_micro_version))
29297 {
29298 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
29299 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
29300 gtk_major_version, gtk_minor_version, gtk_micro_version);
29301 printf ("*** was found! If gtk-config was correct, then it is best\n");
29302 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
29303 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
29304 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
29305 printf("*** required on your system.\n");
29306 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
29307 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
29308 printf("*** before re-running configure\n");
29309 }
29310 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
29311 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
29312 (gtk_minor_version != GTK_MINOR_VERSION) ||
29313 (gtk_micro_version != GTK_MICRO_VERSION))
29314 {
29315 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
29316 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
29317 printf("*** library (version %d.%d.%d)\n",
29318 gtk_major_version, gtk_minor_version, gtk_micro_version);
29319 }
29320 #endif /* defined (GTK_MAJOR_VERSION) ... */
29321 else
29322 {
29323 if ((gtk_major_version > major) ||
29324 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
29325 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
29326 {
29327 return 0;
29328 }
29329 else
29330 {
29331 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
29332 gtk_major_version, gtk_minor_version, gtk_micro_version);
29333 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
29334 major, minor, micro);
29335 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
29336 printf("***\n");
29337 printf("*** If you have already installed a sufficiently new version, this error\n");
29338 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
29339 printf("*** being found. The easiest way to fix this is to remove the old version\n");
29340 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
29341 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
29342 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
29343 printf("*** so that the correct libraries are found at run-time))\n");
29344 }
29345 }
29346 return 1;
29347 }
29348
29349 _ACEOF
29350 rm -f conftest$ac_exeext
29351 if { (ac_try="$ac_link"
29352 case "(($ac_try" in
29353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29354 *) ac_try_echo=$ac_try;;
29355 esac
29356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29357 (eval "$ac_link") 2>&5
29358 ac_status=$?
29359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29360 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29361 { (case "(($ac_try" in
29362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29363 *) ac_try_echo=$ac_try;;
29364 esac
29365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29366 (eval "$ac_try") 2>&5
29367 ac_status=$?
29368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29369 (exit $ac_status); }; }; then
29370 :
29371 else
29372 echo "$as_me: program exited with status $ac_status" >&5
29373 echo "$as_me: failed program was:" >&5
29374 sed 's/^/| /' conftest.$ac_ext >&5
29375
29376 ( exit $ac_status )
29377 no_gtk=yes
29378 fi
29379 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29380 fi
29381
29382
29383 CFLAGS="$ac_save_CFLAGS"
29384 LIBS="$ac_save_LIBS"
29385 fi
29386 fi
29387 if test "x$no_gtk" = x ; then
29388 { echo "$as_me:$LINENO: result: yes" >&5
29389 echo "${ECHO_T}yes" >&6; }
29390 wx_cv_lib_gtk=1.2.3
29391 else
29392 { echo "$as_me:$LINENO: result: no" >&5
29393 echo "${ECHO_T}no" >&6; }
29394 if test "$GTK_CONFIG" = "no" ; then
29395 echo "*** The gtk-config script installed by GTK could not be found"
29396 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
29397 echo "*** your path, or set the GTK_CONFIG environment variable to the"
29398 echo "*** full path to gtk-config."
29399 else
29400 if test -f conf.gtktest ; then
29401 :
29402 else
29403 echo "*** Could not run GTK test program, checking why..."
29404 CFLAGS="$CFLAGS $GTK_CFLAGS"
29405 LIBS="$LIBS $GTK_LIBS"
29406 cat >conftest.$ac_ext <<_ACEOF
29407 /* confdefs.h. */
29408 _ACEOF
29409 cat confdefs.h >>conftest.$ac_ext
29410 cat >>conftest.$ac_ext <<_ACEOF
29411 /* end confdefs.h. */
29412
29413 #include <gtk/gtk.h>
29414 #include <stdio.h>
29415
29416 int
29417 main ()
29418 {
29419 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
29420 ;
29421 return 0;
29422 }
29423 _ACEOF
29424 rm -f conftest.$ac_objext conftest$ac_exeext
29425 if { (ac_try="$ac_link"
29426 case "(($ac_try" in
29427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29428 *) ac_try_echo=$ac_try;;
29429 esac
29430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29431 (eval "$ac_link") 2>conftest.er1
29432 ac_status=$?
29433 grep -v '^ *+' conftest.er1 >conftest.err
29434 rm -f conftest.er1
29435 cat conftest.err >&5
29436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29437 (exit $ac_status); } && {
29438 test -z "$ac_c_werror_flag" ||
29439 test ! -s conftest.err
29440 } && test -s conftest$ac_exeext &&
29441 $as_test_x conftest$ac_exeext; then
29442 echo "*** The test program compiled, but did not run. This usually means"
29443 echo "*** that the run-time linker is not finding GTK or finding the wrong"
29444 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
29445 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
29446 echo "*** to the installed location Also, make sure you have run ldconfig if that"
29447 echo "*** is required on your system"
29448 echo "***"
29449 echo "*** If you have an old version installed, it is best to remove it, although"
29450 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
29451 echo "***"
29452 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
29453 echo "*** came with the system with the command"
29454 echo "***"
29455 echo "*** rpm --erase --nodeps gtk gtk-devel"
29456 else
29457 echo "$as_me: failed program was:" >&5
29458 sed 's/^/| /' conftest.$ac_ext >&5
29459
29460 echo "*** The test program failed to compile or link. See the file config.log for the"
29461 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
29462 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
29463 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
29464 fi
29465
29466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29467 conftest$ac_exeext conftest.$ac_ext
29468 CFLAGS="$ac_save_CFLAGS"
29469 LIBS="$ac_save_LIBS"
29470 fi
29471 fi
29472 GTK_CFLAGS=""
29473 GTK_LIBS=""
29474 :
29475 fi
29476
29477
29478 rm -f conf.gtktest
29479
29480 fi
29481 fi
29482 fi
29483
29484 if test -z "$wx_cv_lib_gtk"; then
29485 wx_cv_lib_gtk=none
29486 else
29487 wx_cv_cflags_gtk=$GTK_CFLAGS
29488 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
29489 fi
29490
29491
29492 fi
29493
29494
29495 if test "$gtk_version_cached" = 1; then
29496 { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
29497 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
29498 fi
29499
29500 case "$wx_cv_lib_gtk" in
29501 2.0) WXGTK2=1
29502 TOOLKIT_VERSION=2
29503 ;;
29504 1.2.7) WXGTK127=1
29505 WXGTK12=1
29506 ;;
29507 1.2.3) WXGTK12=1
29508 ;;
29509 *) { { echo "$as_me:$LINENO: error:
29510 The development files for GTK+ were not found. For GTK+ 2, please
29511 ensure that pkg-config is in the path and that gtk+-2.0.pc is
29512 installed. For GTK+ 1.2 please check that gtk-config is in the path,
29513 and that the version is 1.2.3 or above. Also check that the
29514 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
29515 --libs' are in the LD_LIBRARY_PATH or equivalent.
29516 " >&5
29517 echo "$as_me: error:
29518 The development files for GTK+ were not found. For GTK+ 2, please
29519 ensure that pkg-config is in the path and that gtk+-2.0.pc is
29520 installed. For GTK+ 1.2 please check that gtk-config is in the path,
29521 and that the version is 1.2.3 or above. Also check that the
29522 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
29523 --libs' are in the LD_LIBRARY_PATH or equivalent.
29524 " >&2;}
29525 { (exit 1); exit 1; }; }
29526 ;;
29527 esac
29528
29529 if test "$WXGTK2" = 1; then
29530 save_CFLAGS="$CFLAGS"
29531 save_LIBS="$LIBS"
29532 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
29533 LIBS="$LIBS $wx_cv_libs_gtk"
29534
29535 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
29536 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
29537 cat >conftest.$ac_ext <<_ACEOF
29538 /* confdefs.h. */
29539 _ACEOF
29540 cat confdefs.h >>conftest.$ac_ext
29541 cat >>conftest.$ac_ext <<_ACEOF
29542 /* end confdefs.h. */
29543
29544 #include <gtk/gtk.h>
29545
29546 int
29547 main ()
29548 {
29549
29550 #if !GTK_CHECK_VERSION(2,10,0)
29551 Not GTK+ 2.10
29552 #endif
29553
29554 ;
29555 return 0;
29556 }
29557 _ACEOF
29558 rm -f conftest.$ac_objext
29559 if { (ac_try="$ac_compile"
29560 case "(($ac_try" in
29561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29562 *) ac_try_echo=$ac_try;;
29563 esac
29564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29565 (eval "$ac_compile") 2>conftest.er1
29566 ac_status=$?
29567 grep -v '^ *+' conftest.er1 >conftest.err
29568 rm -f conftest.er1
29569 cat conftest.err >&5
29570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29571 (exit $ac_status); } && {
29572 test -z "$ac_c_werror_flag" ||
29573 test ! -s conftest.err
29574 } && test -s conftest.$ac_objext; then
29575
29576 cat >>confdefs.h <<\_ACEOF
29577 #define __WXGTK210__ 1
29578 _ACEOF
29579
29580 cat >>confdefs.h <<\_ACEOF
29581 #define __WXGTK26__ 1
29582 _ACEOF
29583
29584 { echo "$as_me:$LINENO: result: yes" >&5
29585 echo "${ECHO_T}yes" >&6; }
29586 ac_wxgtk210=1
29587
29588 else
29589 echo "$as_me: failed program was:" >&5
29590 sed 's/^/| /' conftest.$ac_ext >&5
29591
29592
29593 { echo "$as_me:$LINENO: result: no" >&5
29594 echo "${ECHO_T}no" >&6; }
29595 ac_wxgtk210=0
29596
29597 fi
29598
29599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29600
29601 if test "$ac_wxgtk210" = 0; then
29602 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
29603 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
29604 cat >conftest.$ac_ext <<_ACEOF
29605 /* confdefs.h. */
29606 _ACEOF
29607 cat confdefs.h >>conftest.$ac_ext
29608 cat >>conftest.$ac_ext <<_ACEOF
29609 /* end confdefs.h. */
29610
29611 #include <gtk/gtk.h>
29612
29613 int
29614 main ()
29615 {
29616
29617 #if !GTK_CHECK_VERSION(2,6,0)
29618 Not GTK+ 2.6
29619 #endif
29620
29621 ;
29622 return 0;
29623 }
29624 _ACEOF
29625 rm -f conftest.$ac_objext
29626 if { (ac_try="$ac_compile"
29627 case "(($ac_try" in
29628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29629 *) ac_try_echo=$ac_try;;
29630 esac
29631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29632 (eval "$ac_compile") 2>conftest.er1
29633 ac_status=$?
29634 grep -v '^ *+' conftest.er1 >conftest.err
29635 rm -f conftest.er1
29636 cat conftest.err >&5
29637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29638 (exit $ac_status); } && {
29639 test -z "$ac_c_werror_flag" ||
29640 test ! -s conftest.err
29641 } && test -s conftest.$ac_objext; then
29642
29643 cat >>confdefs.h <<\_ACEOF
29644 #define __WXGTK26__ 1
29645 _ACEOF
29646
29647 { echo "$as_me:$LINENO: result: yes" >&5
29648 echo "${ECHO_T}yes" >&6; }
29649 ac_wxgtk26=1
29650
29651 else
29652 echo "$as_me: failed program was:" >&5
29653 sed 's/^/| /' conftest.$ac_ext >&5
29654
29655
29656 { echo "$as_me:$LINENO: result: no" >&5
29657 echo "${ECHO_T}no" >&6; }
29658 ac_wxgtk26=0
29659
29660 fi
29661
29662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29663 fi
29664
29665 CFLAGS="$save_CFLAGS"
29666 LIBS="$save_LIBS"
29667 else
29668 if test "$wxUSE_UNICODE" = "yes"; then
29669 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
29670 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
29671 wxUSE_UNICODE=no
29672 fi
29673
29674 { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
29675 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
29676 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
29677 echo $ECHO_N "(cached) $ECHO_C" >&6
29678 else
29679 ac_check_lib_save_LIBS=$LIBS
29680 LIBS="-lgdk $LIBS"
29681 cat >conftest.$ac_ext <<_ACEOF
29682 /* confdefs.h. */
29683 _ACEOF
29684 cat confdefs.h >>conftest.$ac_ext
29685 cat >>conftest.$ac_ext <<_ACEOF
29686 /* end confdefs.h. */
29687
29688 /* Override any GCC internal prototype to avoid an error.
29689 Use char because int might match the return type of a GCC
29690 builtin and then its argument prototype would still apply. */
29691 #ifdef __cplusplus
29692 extern "C"
29693 #endif
29694 char gdk_im_open ();
29695 int
29696 main ()
29697 {
29698 return gdk_im_open ();
29699 ;
29700 return 0;
29701 }
29702 _ACEOF
29703 rm -f conftest.$ac_objext conftest$ac_exeext
29704 if { (ac_try="$ac_link"
29705 case "(($ac_try" in
29706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29707 *) ac_try_echo=$ac_try;;
29708 esac
29709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29710 (eval "$ac_link") 2>conftest.er1
29711 ac_status=$?
29712 grep -v '^ *+' conftest.er1 >conftest.err
29713 rm -f conftest.er1
29714 cat conftest.err >&5
29715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29716 (exit $ac_status); } && {
29717 test -z "$ac_c_werror_flag" ||
29718 test ! -s conftest.err
29719 } && test -s conftest$ac_exeext &&
29720 $as_test_x conftest$ac_exeext; then
29721 ac_cv_lib_gdk_gdk_im_open=yes
29722 else
29723 echo "$as_me: failed program was:" >&5
29724 sed 's/^/| /' conftest.$ac_ext >&5
29725
29726 ac_cv_lib_gdk_gdk_im_open=no
29727 fi
29728
29729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29730 conftest$ac_exeext conftest.$ac_ext
29731 LIBS=$ac_check_lib_save_LIBS
29732 fi
29733 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
29734 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
29735 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
29736 cat >>confdefs.h <<\_ACEOF
29737 #define HAVE_XIM 1
29738 _ACEOF
29739
29740 fi
29741
29742
29743 if test "$USE_DARWIN" != 1; then
29744
29745 for ac_func in poll
29746 do
29747 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29748 { echo "$as_me:$LINENO: checking for $ac_func" >&5
29749 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
29750 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
29751 echo $ECHO_N "(cached) $ECHO_C" >&6
29752 else
29753 cat >conftest.$ac_ext <<_ACEOF
29754 /* confdefs.h. */
29755 _ACEOF
29756 cat confdefs.h >>conftest.$ac_ext
29757 cat >>conftest.$ac_ext <<_ACEOF
29758 /* end confdefs.h. */
29759 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29760 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29761 #define $ac_func innocuous_$ac_func
29762
29763 /* System header to define __stub macros and hopefully few prototypes,
29764 which can conflict with char $ac_func (); below.
29765 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29766 <limits.h> exists even on freestanding compilers. */
29767
29768 #ifdef __STDC__
29769 # include <limits.h>
29770 #else
29771 # include <assert.h>
29772 #endif
29773
29774 #undef $ac_func
29775
29776 /* Override any GCC internal prototype to avoid an error.
29777 Use char because int might match the return type of a GCC
29778 builtin and then its argument prototype would still apply. */
29779 #ifdef __cplusplus
29780 extern "C"
29781 #endif
29782 char $ac_func ();
29783 /* The GNU C library defines this for functions which it implements
29784 to always fail with ENOSYS. Some functions are actually named
29785 something starting with __ and the normal name is an alias. */
29786 #if defined __stub_$ac_func || defined __stub___$ac_func
29787 choke me
29788 #endif
29789
29790 int
29791 main ()
29792 {
29793 return $ac_func ();
29794 ;
29795 return 0;
29796 }
29797 _ACEOF
29798 rm -f conftest.$ac_objext conftest$ac_exeext
29799 if { (ac_try="$ac_link"
29800 case "(($ac_try" in
29801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29802 *) ac_try_echo=$ac_try;;
29803 esac
29804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29805 (eval "$ac_link") 2>conftest.er1
29806 ac_status=$?
29807 grep -v '^ *+' conftest.er1 >conftest.err
29808 rm -f conftest.er1
29809 cat conftest.err >&5
29810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29811 (exit $ac_status); } && {
29812 test -z "$ac_c_werror_flag" ||
29813 test ! -s conftest.err
29814 } && test -s conftest$ac_exeext &&
29815 $as_test_x conftest$ac_exeext; then
29816 eval "$as_ac_var=yes"
29817 else
29818 echo "$as_me: failed program was:" >&5
29819 sed 's/^/| /' conftest.$ac_ext >&5
29820
29821 eval "$as_ac_var=no"
29822 fi
29823
29824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29825 conftest$ac_exeext conftest.$ac_ext
29826 fi
29827 ac_res=`eval echo '${'$as_ac_var'}'`
29828 { echo "$as_me:$LINENO: result: $ac_res" >&5
29829 echo "${ECHO_T}$ac_res" >&6; }
29830 if test `eval echo '${'$as_ac_var'}'` = yes; then
29831 cat >>confdefs.h <<_ACEOF
29832 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29833 _ACEOF
29834
29835 fi
29836 done
29837
29838 fi
29839 fi
29840
29841 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
29842 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
29843
29844 AFMINSTALL=afminstall
29845 TOOLKIT=GTK
29846 GUIDIST=GTK_DIST
29847
29848 if test "$wxUSE_GPE" = "yes"; then
29849 { echo "$as_me:$LINENO: checking for gpewidget library" >&5
29850 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
29851
29852 ac_find_libraries=
29853 for ac_dir in $SEARCH_LIB;
29854 do
29855 for ac_extension in a so sl dylib dll.a; do
29856 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
29857 ac_find_libraries=$ac_dir
29858 break 2
29859 fi
29860 done
29861 done
29862
29863 if test "$ac_find_libraries" != "" ; then
29864
29865 if test "$ac_find_libraries" = "default location"; then
29866 ac_path_to_link=""
29867 else
29868 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29869 result=$?
29870 if test $result = 0; then
29871 ac_path_to_link=""
29872 else
29873 ac_path_to_link=" -L$ac_find_libraries"
29874 fi
29875 fi
29876
29877 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
29878 WXGPE=1
29879 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29880 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
29881 else
29882 { echo "$as_me:$LINENO: result: not found" >&5
29883 echo "${ECHO_T}not found" >&6; }
29884 fi
29885
29886 fi
29887 fi
29888
29889 if test "$wxUSE_MGL" = 1; then
29890 { echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
29891 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6; }
29892 if test "x$MGL_ROOT" = x ; then
29893 { echo "$as_me:$LINENO: result: not found" >&5
29894 echo "${ECHO_T}not found" >&6; }
29895 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
29896 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
29897 { (exit 1); exit 1; }; }
29898 else
29899 { echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
29900 echo "${ECHO_T}$MGL_ROOT" >&6; }
29901 fi
29902
29903 { echo "$as_me:$LINENO: checking for libmgl location" >&5
29904 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6; }
29905 case "${host}" in
29906 *-*-linux* )
29907 if test "x$wxUSE_SHARED" = xyes ; then
29908 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
29909 else
29910 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
29911 fi
29912 ;;
29913 *-pc-msdosdjgpp )
29914 mgl_os_candidates="dos32/dj2"
29915 ;;
29916 *)
29917 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
29918 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
29919 { (exit 1); exit 1; }; }
29920 esac
29921
29922 mgl_lib_type=""
29923 mgl_os=""
29924
29925 for mgl_os_i in $mgl_os_candidates ; do
29926 if test "x$mgl_os" = x ; then
29927 if test "$wxUSE_DEBUG_FLAG" = yes ; then
29928 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
29929 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
29930 mgl_lib_type=debug
29931 mgl_os=$mgl_os_i
29932 fi
29933 fi
29934 if test "x$mgl_lib_type" = x ; then
29935 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
29936 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
29937 mgl_lib_type=release
29938 mgl_os=$mgl_os_i
29939 fi
29940 fi
29941 fi
29942 done
29943
29944 if test "x$mgl_os" = x ; then
29945 { echo "$as_me:$LINENO: result: not found" >&5
29946 echo "${ECHO_T}not found" >&6; }
29947 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
29948 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
29949 { (exit 1); exit 1; }; }
29950 fi
29951 { echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
29952 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6; }
29953
29954 wxUSE_UNIVERSAL="yes"
29955
29956 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
29957 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
29958
29959 AFMINSTALL=afminstall
29960 TOOLKIT=MGL
29961 GUIDIST=MGL_DIST
29962 fi
29963
29964 if test "$wxUSE_DFB" = 1; then
29965
29966
29967 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
29968 if test -n "$ac_tool_prefix"; then
29969 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
29970 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
29971 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29972 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29973 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29974 echo $ECHO_N "(cached) $ECHO_C" >&6
29975 else
29976 case $PKG_CONFIG in
29977 [\\/]* | ?:[\\/]*)
29978 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29979 ;;
29980 *)
29981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29982 for as_dir in $PATH
29983 do
29984 IFS=$as_save_IFS
29985 test -z "$as_dir" && as_dir=.
29986 for ac_exec_ext in '' $ac_executable_extensions; do
29987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29988 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29989 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29990 break 2
29991 fi
29992 done
29993 done
29994 IFS=$as_save_IFS
29995
29996 ;;
29997 esac
29998 fi
29999 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
30000 if test -n "$PKG_CONFIG"; then
30001 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
30002 echo "${ECHO_T}$PKG_CONFIG" >&6; }
30003 else
30004 { echo "$as_me:$LINENO: result: no" >&5
30005 echo "${ECHO_T}no" >&6; }
30006 fi
30007
30008
30009 fi
30010 if test -z "$ac_cv_path_PKG_CONFIG"; then
30011 ac_pt_PKG_CONFIG=$PKG_CONFIG
30012 # Extract the first word of "pkg-config", so it can be a program name with args.
30013 set dummy pkg-config; ac_word=$2
30014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30016 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
30017 echo $ECHO_N "(cached) $ECHO_C" >&6
30018 else
30019 case $ac_pt_PKG_CONFIG in
30020 [\\/]* | ?:[\\/]*)
30021 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
30022 ;;
30023 *)
30024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30025 for as_dir in $PATH
30026 do
30027 IFS=$as_save_IFS
30028 test -z "$as_dir" && as_dir=.
30029 for ac_exec_ext in '' $ac_executable_extensions; do
30030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30031 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30032 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30033 break 2
30034 fi
30035 done
30036 done
30037 IFS=$as_save_IFS
30038
30039 ;;
30040 esac
30041 fi
30042 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
30043 if test -n "$ac_pt_PKG_CONFIG"; then
30044 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
30045 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
30046 else
30047 { echo "$as_me:$LINENO: result: no" >&5
30048 echo "${ECHO_T}no" >&6; }
30049 fi
30050
30051 if test "x$ac_pt_PKG_CONFIG" = x; then
30052 PKG_CONFIG=""
30053 else
30054 case $cross_compiling:$ac_tool_warned in
30055 yes:)
30056 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
30057 whose name does not start with the host triplet. If you think this
30058 configuration is useful to you, please write to autoconf@gnu.org." >&5
30059 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
30060 whose name does not start with the host triplet. If you think this
30061 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
30062 ac_tool_warned=yes ;;
30063 esac
30064 PKG_CONFIG=$ac_pt_PKG_CONFIG
30065 fi
30066 else
30067 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
30068 fi
30069
30070 fi
30071 if test -n "$PKG_CONFIG"; then
30072 _pkg_min_version=0.9.0
30073 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
30074 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
30075 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
30076 { echo "$as_me:$LINENO: result: yes" >&5
30077 echo "${ECHO_T}yes" >&6; }
30078 else
30079 { echo "$as_me:$LINENO: result: no" >&5
30080 echo "${ECHO_T}no" >&6; }
30081 PKG_CONFIG=""
30082 fi
30083
30084 fi
30085
30086
30087 pkg_failed=no
30088 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
30089 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
30090
30091 if test -n "$PKG_CONFIG"; then
30092 if test -n "$DIRECTFB_CFLAGS"; then
30093 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
30094 else
30095 if test -n "$PKG_CONFIG" && \
30096 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
30097 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
30098 ac_status=$?
30099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30100 (exit $ac_status); }; then
30101 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
30102 else
30103 pkg_failed=yes
30104 fi
30105 fi
30106 else
30107 pkg_failed=untried
30108 fi
30109 if test -n "$PKG_CONFIG"; then
30110 if test -n "$DIRECTFB_LIBS"; then
30111 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
30112 else
30113 if test -n "$PKG_CONFIG" && \
30114 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
30115 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
30116 ac_status=$?
30117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30118 (exit $ac_status); }; then
30119 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
30120 else
30121 pkg_failed=yes
30122 fi
30123 fi
30124 else
30125 pkg_failed=untried
30126 fi
30127
30128
30129
30130 if test $pkg_failed = yes; then
30131
30132 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30133 _pkg_short_errors_supported=yes
30134 else
30135 _pkg_short_errors_supported=no
30136 fi
30137 if test $_pkg_short_errors_supported = yes; then
30138 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
30139 else
30140 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
30141 fi
30142 # Put the nasty error message in config.log where it belongs
30143 echo "$DIRECTFB_PKG_ERRORS" >&5
30144
30145
30146 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
30147 echo "$as_me: error: DirectFB not found." >&2;}
30148 { (exit 1); exit 1; }; }
30149
30150
30151 elif test $pkg_failed = untried; then
30152
30153 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
30154 echo "$as_me: error: DirectFB not found." >&2;}
30155 { (exit 1); exit 1; }; }
30156
30157
30158 else
30159 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
30160 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
30161 { echo "$as_me:$LINENO: result: yes" >&5
30162 echo "${ECHO_T}yes" >&6; }
30163
30164 wxUSE_UNIVERSAL="yes"
30165 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
30166 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
30167 TOOLKIT=DFB
30168 GUIDIST=DFB_DIST
30169
30170 fi
30171 fi
30172
30173 if test "$wxUSE_MICROWIN" = 1; then
30174 { echo "$as_me:$LINENO: checking for MicroWindows" >&5
30175 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
30176 if test "x$MICROWINDOWS" = x ; then
30177 { echo "$as_me:$LINENO: result: not found" >&5
30178 echo "${ECHO_T}not found" >&6; }
30179 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
30180 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
30181 { (exit 1); exit 1; }; }
30182 else
30183 { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
30184 echo "${ECHO_T}$MICROWINDOWS" >&6; }
30185 fi
30186
30187 if test -f $MICROWINDOWS/lib/libmwin.a; then
30188 { echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
30189 echo "${ECHO_T}MicroWindows' libraries found." >&6; }
30190 else
30191 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
30192 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
30193 { (exit 1); exit 1; }; }
30194 fi
30195
30196 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
30197 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
30198
30199 wxUSE_UNIVERSAL="yes"
30200
30201 AFMINSTALL=afminstall
30202 TOOLKIT=MICROWIN
30203 GUIDIST=MICROWIN_DIST
30204
30205 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
30206 fi
30207
30208 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
30209 { echo "$as_me:$LINENO: checking for X" >&5
30210 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
30211
30212
30213 # Check whether --with-x was given.
30214 if test "${with_x+set}" = set; then
30215 withval=$with_x;
30216 fi
30217
30218 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
30219 if test "x$with_x" = xno; then
30220 # The user explicitly disabled X.
30221 have_x=disabled
30222 else
30223 case $x_includes,$x_libraries in #(
30224 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
30225 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
30226 { (exit 1); exit 1; }; };; #(
30227 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
30228 echo $ECHO_N "(cached) $ECHO_C" >&6
30229 else
30230 # One or both of the vars are not set, and there is no cached value.
30231 ac_x_includes=no ac_x_libraries=no
30232 rm -f -r conftest.dir
30233 if mkdir conftest.dir; then
30234 cd conftest.dir
30235 cat >Imakefile <<'_ACEOF'
30236 incroot:
30237 @echo incroot='${INCROOT}'
30238 usrlibdir:
30239 @echo usrlibdir='${USRLIBDIR}'
30240 libdir:
30241 @echo libdir='${LIBDIR}'
30242 _ACEOF
30243 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
30244 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
30245 for ac_var in incroot usrlibdir libdir; do
30246 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
30247 done
30248 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
30249 for ac_extension in a so sl; do
30250 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
30251 test -f "$ac_im_libdir/libX11.$ac_extension"; then
30252 ac_im_usrlibdir=$ac_im_libdir; break
30253 fi
30254 done
30255 # Screen out bogus values from the imake configuration. They are
30256 # bogus both because they are the default anyway, and because
30257 # using them would break gcc on systems where it needs fixed includes.
30258 case $ac_im_incroot in
30259 /usr/include) ac_x_includes= ;;
30260 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
30261 esac
30262 case $ac_im_usrlibdir in
30263 /usr/lib | /lib) ;;
30264 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
30265 esac
30266 fi
30267 cd ..
30268 rm -f -r conftest.dir
30269 fi
30270
30271 # Standard set of common directories for X headers.
30272 # Check X11 before X11Rn because it is often a symlink to the current release.
30273 ac_x_header_dirs='
30274 /usr/X11/include
30275 /usr/X11R6/include
30276 /usr/X11R5/include
30277 /usr/X11R4/include
30278
30279 /usr/include/X11
30280 /usr/include/X11R6
30281 /usr/include/X11R5
30282 /usr/include/X11R4
30283
30284 /usr/local/X11/include
30285 /usr/local/X11R6/include
30286 /usr/local/X11R5/include
30287 /usr/local/X11R4/include
30288
30289 /usr/local/include/X11
30290 /usr/local/include/X11R6
30291 /usr/local/include/X11R5
30292 /usr/local/include/X11R4
30293
30294 /usr/X386/include
30295 /usr/x386/include
30296 /usr/XFree86/include/X11
30297
30298 /usr/include
30299 /usr/local/include
30300 /usr/unsupported/include
30301 /usr/athena/include
30302 /usr/local/x11r5/include
30303 /usr/lpp/Xamples/include
30304
30305 /usr/openwin/include
30306 /usr/openwin/share/include'
30307
30308 if test "$ac_x_includes" = no; then
30309 # Guess where to find include files, by looking for Xlib.h.
30310 # First, try using that file with no special directory specified.
30311 cat >conftest.$ac_ext <<_ACEOF
30312 /* confdefs.h. */
30313 _ACEOF
30314 cat confdefs.h >>conftest.$ac_ext
30315 cat >>conftest.$ac_ext <<_ACEOF
30316 /* end confdefs.h. */
30317 #include <X11/Xlib.h>
30318 _ACEOF
30319 if { (ac_try="$ac_cpp conftest.$ac_ext"
30320 case "(($ac_try" in
30321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30322 *) ac_try_echo=$ac_try;;
30323 esac
30324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30325 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30326 ac_status=$?
30327 grep -v '^ *+' conftest.er1 >conftest.err
30328 rm -f conftest.er1
30329 cat conftest.err >&5
30330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30331 (exit $ac_status); } >/dev/null && {
30332 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30333 test ! -s conftest.err
30334 }; then
30335 # We can compile using X headers with no special include directory.
30336 ac_x_includes=
30337 else
30338 echo "$as_me: failed program was:" >&5
30339 sed 's/^/| /' conftest.$ac_ext >&5
30340
30341 for ac_dir in $ac_x_header_dirs; do
30342 if test -r "$ac_dir/X11/Xlib.h"; then
30343 ac_x_includes=$ac_dir
30344 break
30345 fi
30346 done
30347 fi
30348
30349 rm -f conftest.err conftest.$ac_ext
30350 fi # $ac_x_includes = no
30351
30352 if test "$ac_x_libraries" = no; then
30353 # Check for the libraries.
30354 # See if we find them without any special options.
30355 # Don't add to $LIBS permanently.
30356 ac_save_LIBS=$LIBS
30357 LIBS="-lX11 $LIBS"
30358 cat >conftest.$ac_ext <<_ACEOF
30359 /* confdefs.h. */
30360 _ACEOF
30361 cat confdefs.h >>conftest.$ac_ext
30362 cat >>conftest.$ac_ext <<_ACEOF
30363 /* end confdefs.h. */
30364 #include <X11/Xlib.h>
30365 int
30366 main ()
30367 {
30368 XrmInitialize ()
30369 ;
30370 return 0;
30371 }
30372 _ACEOF
30373 rm -f conftest.$ac_objext conftest$ac_exeext
30374 if { (ac_try="$ac_link"
30375 case "(($ac_try" in
30376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30377 *) ac_try_echo=$ac_try;;
30378 esac
30379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30380 (eval "$ac_link") 2>conftest.er1
30381 ac_status=$?
30382 grep -v '^ *+' conftest.er1 >conftest.err
30383 rm -f conftest.er1
30384 cat conftest.err >&5
30385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30386 (exit $ac_status); } && {
30387 test -z "$ac_c_werror_flag" ||
30388 test ! -s conftest.err
30389 } && test -s conftest$ac_exeext &&
30390 $as_test_x conftest$ac_exeext; then
30391 LIBS=$ac_save_LIBS
30392 # We can link X programs with no special library path.
30393 ac_x_libraries=
30394 else
30395 echo "$as_me: failed program was:" >&5
30396 sed 's/^/| /' conftest.$ac_ext >&5
30397
30398 LIBS=$ac_save_LIBS
30399 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
30400 do
30401 # Don't even attempt the hair of trying to link an X program!
30402 for ac_extension in a so sl; do
30403 if test -r "$ac_dir/libX11.$ac_extension"; then
30404 ac_x_libraries=$ac_dir
30405 break 2
30406 fi
30407 done
30408 done
30409 fi
30410
30411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30412 conftest$ac_exeext conftest.$ac_ext
30413 fi # $ac_x_libraries = no
30414
30415 case $ac_x_includes,$ac_x_libraries in #(
30416 no,* | *,no | *\'*)
30417 # Didn't find X, or a directory has "'" in its name.
30418 ac_cv_have_x="have_x=no";; #(
30419 *)
30420 # Record where we found X for the cache.
30421 ac_cv_have_x="have_x=yes\
30422 ac_x_includes='$ac_x_includes'\
30423 ac_x_libraries='$ac_x_libraries'"
30424 esac
30425 fi
30426 ;; #(
30427 *) have_x=yes;;
30428 esac
30429 eval "$ac_cv_have_x"
30430 fi # $with_x != no
30431
30432 if test "$have_x" != yes; then
30433 { echo "$as_me:$LINENO: result: $have_x" >&5
30434 echo "${ECHO_T}$have_x" >&6; }
30435 no_x=yes
30436 else
30437 # If each of the values was on the command line, it overrides each guess.
30438 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
30439 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
30440 # Update the cache value to reflect the command line values.
30441 ac_cv_have_x="have_x=yes\
30442 ac_x_includes='$x_includes'\
30443 ac_x_libraries='$x_libraries'"
30444 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
30445 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
30446 fi
30447
30448 if test "$no_x" = yes; then
30449 # Not all programs may use this symbol, but it does not hurt to define it.
30450
30451 cat >>confdefs.h <<\_ACEOF
30452 #define X_DISPLAY_MISSING 1
30453 _ACEOF
30454
30455 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
30456 else
30457 if test -n "$x_includes"; then
30458 X_CFLAGS="$X_CFLAGS -I$x_includes"
30459 fi
30460
30461 # It would also be nice to do this for all -L options, not just this one.
30462 if test -n "$x_libraries"; then
30463 X_LIBS="$X_LIBS -L$x_libraries"
30464 # For Solaris; some versions of Sun CC require a space after -R and
30465 # others require no space. Words are not sufficient . . . .
30466 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
30467 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
30468 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
30469 ac_xsave_c_werror_flag=$ac_c_werror_flag
30470 ac_c_werror_flag=yes
30471 cat >conftest.$ac_ext <<_ACEOF
30472 /* confdefs.h. */
30473 _ACEOF
30474 cat confdefs.h >>conftest.$ac_ext
30475 cat >>conftest.$ac_ext <<_ACEOF
30476 /* end confdefs.h. */
30477
30478 int
30479 main ()
30480 {
30481
30482 ;
30483 return 0;
30484 }
30485 _ACEOF
30486 rm -f conftest.$ac_objext conftest$ac_exeext
30487 if { (ac_try="$ac_link"
30488 case "(($ac_try" in
30489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30490 *) ac_try_echo=$ac_try;;
30491 esac
30492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30493 (eval "$ac_link") 2>conftest.er1
30494 ac_status=$?
30495 grep -v '^ *+' conftest.er1 >conftest.err
30496 rm -f conftest.er1
30497 cat conftest.err >&5
30498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30499 (exit $ac_status); } && {
30500 test -z "$ac_c_werror_flag" ||
30501 test ! -s conftest.err
30502 } && test -s conftest$ac_exeext &&
30503 $as_test_x conftest$ac_exeext; then
30504 { echo "$as_me:$LINENO: result: no" >&5
30505 echo "${ECHO_T}no" >&6; }
30506 X_LIBS="$X_LIBS -R$x_libraries"
30507 else
30508 echo "$as_me: failed program was:" >&5
30509 sed 's/^/| /' conftest.$ac_ext >&5
30510
30511 LIBS="$ac_xsave_LIBS -R $x_libraries"
30512 cat >conftest.$ac_ext <<_ACEOF
30513 /* confdefs.h. */
30514 _ACEOF
30515 cat confdefs.h >>conftest.$ac_ext
30516 cat >>conftest.$ac_ext <<_ACEOF
30517 /* end confdefs.h. */
30518
30519 int
30520 main ()
30521 {
30522
30523 ;
30524 return 0;
30525 }
30526 _ACEOF
30527 rm -f conftest.$ac_objext conftest$ac_exeext
30528 if { (ac_try="$ac_link"
30529 case "(($ac_try" in
30530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30531 *) ac_try_echo=$ac_try;;
30532 esac
30533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30534 (eval "$ac_link") 2>conftest.er1
30535 ac_status=$?
30536 grep -v '^ *+' conftest.er1 >conftest.err
30537 rm -f conftest.er1
30538 cat conftest.err >&5
30539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30540 (exit $ac_status); } && {
30541 test -z "$ac_c_werror_flag" ||
30542 test ! -s conftest.err
30543 } && test -s conftest$ac_exeext &&
30544 $as_test_x conftest$ac_exeext; then
30545 { echo "$as_me:$LINENO: result: yes" >&5
30546 echo "${ECHO_T}yes" >&6; }
30547 X_LIBS="$X_LIBS -R $x_libraries"
30548 else
30549 echo "$as_me: failed program was:" >&5
30550 sed 's/^/| /' conftest.$ac_ext >&5
30551
30552 { echo "$as_me:$LINENO: result: neither works" >&5
30553 echo "${ECHO_T}neither works" >&6; }
30554 fi
30555
30556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30557 conftest$ac_exeext conftest.$ac_ext
30558 fi
30559
30560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30561 conftest$ac_exeext conftest.$ac_ext
30562 ac_c_werror_flag=$ac_xsave_c_werror_flag
30563 LIBS=$ac_xsave_LIBS
30564 fi
30565
30566 # Check for system-dependent libraries X programs must link with.
30567 # Do this before checking for the system-independent R6 libraries
30568 # (-lICE), since we may need -lsocket or whatever for X linking.
30569
30570 if test "$ISC" = yes; then
30571 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
30572 else
30573 # Martyn Johnson says this is needed for Ultrix, if the X
30574 # libraries were built with DECnet support. And Karl Berry says
30575 # the Alpha needs dnet_stub (dnet does not exist).
30576 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
30577 cat >conftest.$ac_ext <<_ACEOF
30578 /* confdefs.h. */
30579 _ACEOF
30580 cat confdefs.h >>conftest.$ac_ext
30581 cat >>conftest.$ac_ext <<_ACEOF
30582 /* end confdefs.h. */
30583
30584 /* Override any GCC internal prototype to avoid an error.
30585 Use char because int might match the return type of a GCC
30586 builtin and then its argument prototype would still apply. */
30587 #ifdef __cplusplus
30588 extern "C"
30589 #endif
30590 char XOpenDisplay ();
30591 int
30592 main ()
30593 {
30594 return XOpenDisplay ();
30595 ;
30596 return 0;
30597 }
30598 _ACEOF
30599 rm -f conftest.$ac_objext conftest$ac_exeext
30600 if { (ac_try="$ac_link"
30601 case "(($ac_try" in
30602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30603 *) ac_try_echo=$ac_try;;
30604 esac
30605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30606 (eval "$ac_link") 2>conftest.er1
30607 ac_status=$?
30608 grep -v '^ *+' conftest.er1 >conftest.err
30609 rm -f conftest.er1
30610 cat conftest.err >&5
30611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30612 (exit $ac_status); } && {
30613 test -z "$ac_c_werror_flag" ||
30614 test ! -s conftest.err
30615 } && test -s conftest$ac_exeext &&
30616 $as_test_x conftest$ac_exeext; then
30617 :
30618 else
30619 echo "$as_me: failed program was:" >&5
30620 sed 's/^/| /' conftest.$ac_ext >&5
30621
30622 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
30623 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
30624 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
30625 echo $ECHO_N "(cached) $ECHO_C" >&6
30626 else
30627 ac_check_lib_save_LIBS=$LIBS
30628 LIBS="-ldnet $LIBS"
30629 cat >conftest.$ac_ext <<_ACEOF
30630 /* confdefs.h. */
30631 _ACEOF
30632 cat confdefs.h >>conftest.$ac_ext
30633 cat >>conftest.$ac_ext <<_ACEOF
30634 /* end confdefs.h. */
30635
30636 /* Override any GCC internal prototype to avoid an error.
30637 Use char because int might match the return type of a GCC
30638 builtin and then its argument prototype would still apply. */
30639 #ifdef __cplusplus
30640 extern "C"
30641 #endif
30642 char dnet_ntoa ();
30643 int
30644 main ()
30645 {
30646 return dnet_ntoa ();
30647 ;
30648 return 0;
30649 }
30650 _ACEOF
30651 rm -f conftest.$ac_objext conftest$ac_exeext
30652 if { (ac_try="$ac_link"
30653 case "(($ac_try" in
30654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30655 *) ac_try_echo=$ac_try;;
30656 esac
30657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30658 (eval "$ac_link") 2>conftest.er1
30659 ac_status=$?
30660 grep -v '^ *+' conftest.er1 >conftest.err
30661 rm -f conftest.er1
30662 cat conftest.err >&5
30663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30664 (exit $ac_status); } && {
30665 test -z "$ac_c_werror_flag" ||
30666 test ! -s conftest.err
30667 } && test -s conftest$ac_exeext &&
30668 $as_test_x conftest$ac_exeext; then
30669 ac_cv_lib_dnet_dnet_ntoa=yes
30670 else
30671 echo "$as_me: failed program was:" >&5
30672 sed 's/^/| /' conftest.$ac_ext >&5
30673
30674 ac_cv_lib_dnet_dnet_ntoa=no
30675 fi
30676
30677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30678 conftest$ac_exeext conftest.$ac_ext
30679 LIBS=$ac_check_lib_save_LIBS
30680 fi
30681 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
30682 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
30683 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
30684 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
30685 fi
30686
30687 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
30688 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
30689 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
30690 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
30691 echo $ECHO_N "(cached) $ECHO_C" >&6
30692 else
30693 ac_check_lib_save_LIBS=$LIBS
30694 LIBS="-ldnet_stub $LIBS"
30695 cat >conftest.$ac_ext <<_ACEOF
30696 /* confdefs.h. */
30697 _ACEOF
30698 cat confdefs.h >>conftest.$ac_ext
30699 cat >>conftest.$ac_ext <<_ACEOF
30700 /* end confdefs.h. */
30701
30702 /* Override any GCC internal prototype to avoid an error.
30703 Use char because int might match the return type of a GCC
30704 builtin and then its argument prototype would still apply. */
30705 #ifdef __cplusplus
30706 extern "C"
30707 #endif
30708 char dnet_ntoa ();
30709 int
30710 main ()
30711 {
30712 return dnet_ntoa ();
30713 ;
30714 return 0;
30715 }
30716 _ACEOF
30717 rm -f conftest.$ac_objext conftest$ac_exeext
30718 if { (ac_try="$ac_link"
30719 case "(($ac_try" in
30720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30721 *) ac_try_echo=$ac_try;;
30722 esac
30723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30724 (eval "$ac_link") 2>conftest.er1
30725 ac_status=$?
30726 grep -v '^ *+' conftest.er1 >conftest.err
30727 rm -f conftest.er1
30728 cat conftest.err >&5
30729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30730 (exit $ac_status); } && {
30731 test -z "$ac_c_werror_flag" ||
30732 test ! -s conftest.err
30733 } && test -s conftest$ac_exeext &&
30734 $as_test_x conftest$ac_exeext; then
30735 ac_cv_lib_dnet_stub_dnet_ntoa=yes
30736 else
30737 echo "$as_me: failed program was:" >&5
30738 sed 's/^/| /' conftest.$ac_ext >&5
30739
30740 ac_cv_lib_dnet_stub_dnet_ntoa=no
30741 fi
30742
30743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30744 conftest$ac_exeext conftest.$ac_ext
30745 LIBS=$ac_check_lib_save_LIBS
30746 fi
30747 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
30748 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
30749 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
30750 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
30751 fi
30752
30753 fi
30754 fi
30755
30756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30757 conftest$ac_exeext conftest.$ac_ext
30758 LIBS="$ac_xsave_LIBS"
30759
30760 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
30761 # to get the SysV transport functions.
30762 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
30763 # needs -lnsl.
30764 # The nsl library prevents programs from opening the X display
30765 # on Irix 5.2, according to T.E. Dickey.
30766 # The functions gethostbyname, getservbyname, and inet_addr are
30767 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
30768 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
30769 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
30770 if test "${ac_cv_func_gethostbyname+set}" = set; then
30771 echo $ECHO_N "(cached) $ECHO_C" >&6
30772 else
30773 cat >conftest.$ac_ext <<_ACEOF
30774 /* confdefs.h. */
30775 _ACEOF
30776 cat confdefs.h >>conftest.$ac_ext
30777 cat >>conftest.$ac_ext <<_ACEOF
30778 /* end confdefs.h. */
30779 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
30780 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30781 #define gethostbyname innocuous_gethostbyname
30782
30783 /* System header to define __stub macros and hopefully few prototypes,
30784 which can conflict with char gethostbyname (); below.
30785 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30786 <limits.h> exists even on freestanding compilers. */
30787
30788 #ifdef __STDC__
30789 # include <limits.h>
30790 #else
30791 # include <assert.h>
30792 #endif
30793
30794 #undef gethostbyname
30795
30796 /* Override any GCC internal prototype to avoid an error.
30797 Use char because int might match the return type of a GCC
30798 builtin and then its argument prototype would still apply. */
30799 #ifdef __cplusplus
30800 extern "C"
30801 #endif
30802 char gethostbyname ();
30803 /* The GNU C library defines this for functions which it implements
30804 to always fail with ENOSYS. Some functions are actually named
30805 something starting with __ and the normal name is an alias. */
30806 #if defined __stub_gethostbyname || defined __stub___gethostbyname
30807 choke me
30808 #endif
30809
30810 int
30811 main ()
30812 {
30813 return gethostbyname ();
30814 ;
30815 return 0;
30816 }
30817 _ACEOF
30818 rm -f conftest.$ac_objext conftest$ac_exeext
30819 if { (ac_try="$ac_link"
30820 case "(($ac_try" in
30821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30822 *) ac_try_echo=$ac_try;;
30823 esac
30824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30825 (eval "$ac_link") 2>conftest.er1
30826 ac_status=$?
30827 grep -v '^ *+' conftest.er1 >conftest.err
30828 rm -f conftest.er1
30829 cat conftest.err >&5
30830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30831 (exit $ac_status); } && {
30832 test -z "$ac_c_werror_flag" ||
30833 test ! -s conftest.err
30834 } && test -s conftest$ac_exeext &&
30835 $as_test_x conftest$ac_exeext; then
30836 ac_cv_func_gethostbyname=yes
30837 else
30838 echo "$as_me: failed program was:" >&5
30839 sed 's/^/| /' conftest.$ac_ext >&5
30840
30841 ac_cv_func_gethostbyname=no
30842 fi
30843
30844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30845 conftest$ac_exeext conftest.$ac_ext
30846 fi
30847 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
30848 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
30849
30850 if test $ac_cv_func_gethostbyname = no; then
30851 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
30852 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
30853 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
30854 echo $ECHO_N "(cached) $ECHO_C" >&6
30855 else
30856 ac_check_lib_save_LIBS=$LIBS
30857 LIBS="-lnsl $LIBS"
30858 cat >conftest.$ac_ext <<_ACEOF
30859 /* confdefs.h. */
30860 _ACEOF
30861 cat confdefs.h >>conftest.$ac_ext
30862 cat >>conftest.$ac_ext <<_ACEOF
30863 /* end confdefs.h. */
30864
30865 /* Override any GCC internal prototype to avoid an error.
30866 Use char because int might match the return type of a GCC
30867 builtin and then its argument prototype would still apply. */
30868 #ifdef __cplusplus
30869 extern "C"
30870 #endif
30871 char gethostbyname ();
30872 int
30873 main ()
30874 {
30875 return gethostbyname ();
30876 ;
30877 return 0;
30878 }
30879 _ACEOF
30880 rm -f conftest.$ac_objext conftest$ac_exeext
30881 if { (ac_try="$ac_link"
30882 case "(($ac_try" in
30883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30884 *) ac_try_echo=$ac_try;;
30885 esac
30886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30887 (eval "$ac_link") 2>conftest.er1
30888 ac_status=$?
30889 grep -v '^ *+' conftest.er1 >conftest.err
30890 rm -f conftest.er1
30891 cat conftest.err >&5
30892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30893 (exit $ac_status); } && {
30894 test -z "$ac_c_werror_flag" ||
30895 test ! -s conftest.err
30896 } && test -s conftest$ac_exeext &&
30897 $as_test_x conftest$ac_exeext; then
30898 ac_cv_lib_nsl_gethostbyname=yes
30899 else
30900 echo "$as_me: failed program was:" >&5
30901 sed 's/^/| /' conftest.$ac_ext >&5
30902
30903 ac_cv_lib_nsl_gethostbyname=no
30904 fi
30905
30906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30907 conftest$ac_exeext conftest.$ac_ext
30908 LIBS=$ac_check_lib_save_LIBS
30909 fi
30910 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30911 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
30912 if test $ac_cv_lib_nsl_gethostbyname = yes; then
30913 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
30914 fi
30915
30916 if test $ac_cv_lib_nsl_gethostbyname = no; then
30917 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30918 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
30919 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30920 echo $ECHO_N "(cached) $ECHO_C" >&6
30921 else
30922 ac_check_lib_save_LIBS=$LIBS
30923 LIBS="-lbsd $LIBS"
30924 cat >conftest.$ac_ext <<_ACEOF
30925 /* confdefs.h. */
30926 _ACEOF
30927 cat confdefs.h >>conftest.$ac_ext
30928 cat >>conftest.$ac_ext <<_ACEOF
30929 /* end confdefs.h. */
30930
30931 /* Override any GCC internal prototype to avoid an error.
30932 Use char because int might match the return type of a GCC
30933 builtin and then its argument prototype would still apply. */
30934 #ifdef __cplusplus
30935 extern "C"
30936 #endif
30937 char gethostbyname ();
30938 int
30939 main ()
30940 {
30941 return gethostbyname ();
30942 ;
30943 return 0;
30944 }
30945 _ACEOF
30946 rm -f conftest.$ac_objext conftest$ac_exeext
30947 if { (ac_try="$ac_link"
30948 case "(($ac_try" in
30949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30950 *) ac_try_echo=$ac_try;;
30951 esac
30952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30953 (eval "$ac_link") 2>conftest.er1
30954 ac_status=$?
30955 grep -v '^ *+' conftest.er1 >conftest.err
30956 rm -f conftest.er1
30957 cat conftest.err >&5
30958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30959 (exit $ac_status); } && {
30960 test -z "$ac_c_werror_flag" ||
30961 test ! -s conftest.err
30962 } && test -s conftest$ac_exeext &&
30963 $as_test_x conftest$ac_exeext; then
30964 ac_cv_lib_bsd_gethostbyname=yes
30965 else
30966 echo "$as_me: failed program was:" >&5
30967 sed 's/^/| /' conftest.$ac_ext >&5
30968
30969 ac_cv_lib_bsd_gethostbyname=no
30970 fi
30971
30972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30973 conftest$ac_exeext conftest.$ac_ext
30974 LIBS=$ac_check_lib_save_LIBS
30975 fi
30976 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
30977 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
30978 if test $ac_cv_lib_bsd_gethostbyname = yes; then
30979 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
30980 fi
30981
30982 fi
30983 fi
30984
30985 # lieder@skyler.mavd.honeywell.com says without -lsocket,
30986 # socket/setsockopt and other routines are undefined under SCO ODT
30987 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
30988 # on later versions), says Simon Leinen: it contains gethostby*
30989 # variants that don't use the name server (or something). -lsocket
30990 # must be given before -lnsl if both are needed. We assume that
30991 # if connect needs -lnsl, so does gethostbyname.
30992 { echo "$as_me:$LINENO: checking for connect" >&5
30993 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
30994 if test "${ac_cv_func_connect+set}" = set; then
30995 echo $ECHO_N "(cached) $ECHO_C" >&6
30996 else
30997 cat >conftest.$ac_ext <<_ACEOF
30998 /* confdefs.h. */
30999 _ACEOF
31000 cat confdefs.h >>conftest.$ac_ext
31001 cat >>conftest.$ac_ext <<_ACEOF
31002 /* end confdefs.h. */
31003 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
31004 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31005 #define connect innocuous_connect
31006
31007 /* System header to define __stub macros and hopefully few prototypes,
31008 which can conflict with char connect (); below.
31009 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31010 <limits.h> exists even on freestanding compilers. */
31011
31012 #ifdef __STDC__
31013 # include <limits.h>
31014 #else
31015 # include <assert.h>
31016 #endif
31017
31018 #undef connect
31019
31020 /* Override any GCC internal prototype to avoid an error.
31021 Use char because int might match the return type of a GCC
31022 builtin and then its argument prototype would still apply. */
31023 #ifdef __cplusplus
31024 extern "C"
31025 #endif
31026 char connect ();
31027 /* The GNU C library defines this for functions which it implements
31028 to always fail with ENOSYS. Some functions are actually named
31029 something starting with __ and the normal name is an alias. */
31030 #if defined __stub_connect || defined __stub___connect
31031 choke me
31032 #endif
31033
31034 int
31035 main ()
31036 {
31037 return connect ();
31038 ;
31039 return 0;
31040 }
31041 _ACEOF
31042 rm -f conftest.$ac_objext conftest$ac_exeext
31043 if { (ac_try="$ac_link"
31044 case "(($ac_try" in
31045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31046 *) ac_try_echo=$ac_try;;
31047 esac
31048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31049 (eval "$ac_link") 2>conftest.er1
31050 ac_status=$?
31051 grep -v '^ *+' conftest.er1 >conftest.err
31052 rm -f conftest.er1
31053 cat conftest.err >&5
31054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31055 (exit $ac_status); } && {
31056 test -z "$ac_c_werror_flag" ||
31057 test ! -s conftest.err
31058 } && test -s conftest$ac_exeext &&
31059 $as_test_x conftest$ac_exeext; then
31060 ac_cv_func_connect=yes
31061 else
31062 echo "$as_me: failed program was:" >&5
31063 sed 's/^/| /' conftest.$ac_ext >&5
31064
31065 ac_cv_func_connect=no
31066 fi
31067
31068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31069 conftest$ac_exeext conftest.$ac_ext
31070 fi
31071 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
31072 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
31073
31074 if test $ac_cv_func_connect = no; then
31075 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
31076 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
31077 if test "${ac_cv_lib_socket_connect+set}" = set; then
31078 echo $ECHO_N "(cached) $ECHO_C" >&6
31079 else
31080 ac_check_lib_save_LIBS=$LIBS
31081 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
31082 cat >conftest.$ac_ext <<_ACEOF
31083 /* confdefs.h. */
31084 _ACEOF
31085 cat confdefs.h >>conftest.$ac_ext
31086 cat >>conftest.$ac_ext <<_ACEOF
31087 /* end confdefs.h. */
31088
31089 /* Override any GCC internal prototype to avoid an error.
31090 Use char because int might match the return type of a GCC
31091 builtin and then its argument prototype would still apply. */
31092 #ifdef __cplusplus
31093 extern "C"
31094 #endif
31095 char connect ();
31096 int
31097 main ()
31098 {
31099 return connect ();
31100 ;
31101 return 0;
31102 }
31103 _ACEOF
31104 rm -f conftest.$ac_objext conftest$ac_exeext
31105 if { (ac_try="$ac_link"
31106 case "(($ac_try" in
31107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31108 *) ac_try_echo=$ac_try;;
31109 esac
31110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31111 (eval "$ac_link") 2>conftest.er1
31112 ac_status=$?
31113 grep -v '^ *+' conftest.er1 >conftest.err
31114 rm -f conftest.er1
31115 cat conftest.err >&5
31116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31117 (exit $ac_status); } && {
31118 test -z "$ac_c_werror_flag" ||
31119 test ! -s conftest.err
31120 } && test -s conftest$ac_exeext &&
31121 $as_test_x conftest$ac_exeext; then
31122 ac_cv_lib_socket_connect=yes
31123 else
31124 echo "$as_me: failed program was:" >&5
31125 sed 's/^/| /' conftest.$ac_ext >&5
31126
31127 ac_cv_lib_socket_connect=no
31128 fi
31129
31130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31131 conftest$ac_exeext conftest.$ac_ext
31132 LIBS=$ac_check_lib_save_LIBS
31133 fi
31134 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
31135 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
31136 if test $ac_cv_lib_socket_connect = yes; then
31137 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
31138 fi
31139
31140 fi
31141
31142 # Guillermo Gomez says -lposix is necessary on A/UX.
31143 { echo "$as_me:$LINENO: checking for remove" >&5
31144 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
31145 if test "${ac_cv_func_remove+set}" = set; then
31146 echo $ECHO_N "(cached) $ECHO_C" >&6
31147 else
31148 cat >conftest.$ac_ext <<_ACEOF
31149 /* confdefs.h. */
31150 _ACEOF
31151 cat confdefs.h >>conftest.$ac_ext
31152 cat >>conftest.$ac_ext <<_ACEOF
31153 /* end confdefs.h. */
31154 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
31155 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31156 #define remove innocuous_remove
31157
31158 /* System header to define __stub macros and hopefully few prototypes,
31159 which can conflict with char remove (); below.
31160 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31161 <limits.h> exists even on freestanding compilers. */
31162
31163 #ifdef __STDC__
31164 # include <limits.h>
31165 #else
31166 # include <assert.h>
31167 #endif
31168
31169 #undef remove
31170
31171 /* Override any GCC internal prototype to avoid an error.
31172 Use char because int might match the return type of a GCC
31173 builtin and then its argument prototype would still apply. */
31174 #ifdef __cplusplus
31175 extern "C"
31176 #endif
31177 char remove ();
31178 /* The GNU C library defines this for functions which it implements
31179 to always fail with ENOSYS. Some functions are actually named
31180 something starting with __ and the normal name is an alias. */
31181 #if defined __stub_remove || defined __stub___remove
31182 choke me
31183 #endif
31184
31185 int
31186 main ()
31187 {
31188 return remove ();
31189 ;
31190 return 0;
31191 }
31192 _ACEOF
31193 rm -f conftest.$ac_objext conftest$ac_exeext
31194 if { (ac_try="$ac_link"
31195 case "(($ac_try" in
31196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31197 *) ac_try_echo=$ac_try;;
31198 esac
31199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31200 (eval "$ac_link") 2>conftest.er1
31201 ac_status=$?
31202 grep -v '^ *+' conftest.er1 >conftest.err
31203 rm -f conftest.er1
31204 cat conftest.err >&5
31205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31206 (exit $ac_status); } && {
31207 test -z "$ac_c_werror_flag" ||
31208 test ! -s conftest.err
31209 } && test -s conftest$ac_exeext &&
31210 $as_test_x conftest$ac_exeext; then
31211 ac_cv_func_remove=yes
31212 else
31213 echo "$as_me: failed program was:" >&5
31214 sed 's/^/| /' conftest.$ac_ext >&5
31215
31216 ac_cv_func_remove=no
31217 fi
31218
31219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31220 conftest$ac_exeext conftest.$ac_ext
31221 fi
31222 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
31223 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
31224
31225 if test $ac_cv_func_remove = no; then
31226 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
31227 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
31228 if test "${ac_cv_lib_posix_remove+set}" = set; then
31229 echo $ECHO_N "(cached) $ECHO_C" >&6
31230 else
31231 ac_check_lib_save_LIBS=$LIBS
31232 LIBS="-lposix $LIBS"
31233 cat >conftest.$ac_ext <<_ACEOF
31234 /* confdefs.h. */
31235 _ACEOF
31236 cat confdefs.h >>conftest.$ac_ext
31237 cat >>conftest.$ac_ext <<_ACEOF
31238 /* end confdefs.h. */
31239
31240 /* Override any GCC internal prototype to avoid an error.
31241 Use char because int might match the return type of a GCC
31242 builtin and then its argument prototype would still apply. */
31243 #ifdef __cplusplus
31244 extern "C"
31245 #endif
31246 char remove ();
31247 int
31248 main ()
31249 {
31250 return remove ();
31251 ;
31252 return 0;
31253 }
31254 _ACEOF
31255 rm -f conftest.$ac_objext conftest$ac_exeext
31256 if { (ac_try="$ac_link"
31257 case "(($ac_try" in
31258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31259 *) ac_try_echo=$ac_try;;
31260 esac
31261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31262 (eval "$ac_link") 2>conftest.er1
31263 ac_status=$?
31264 grep -v '^ *+' conftest.er1 >conftest.err
31265 rm -f conftest.er1
31266 cat conftest.err >&5
31267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31268 (exit $ac_status); } && {
31269 test -z "$ac_c_werror_flag" ||
31270 test ! -s conftest.err
31271 } && test -s conftest$ac_exeext &&
31272 $as_test_x conftest$ac_exeext; then
31273 ac_cv_lib_posix_remove=yes
31274 else
31275 echo "$as_me: failed program was:" >&5
31276 sed 's/^/| /' conftest.$ac_ext >&5
31277
31278 ac_cv_lib_posix_remove=no
31279 fi
31280
31281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31282 conftest$ac_exeext conftest.$ac_ext
31283 LIBS=$ac_check_lib_save_LIBS
31284 fi
31285 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
31286 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
31287 if test $ac_cv_lib_posix_remove = yes; then
31288 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
31289 fi
31290
31291 fi
31292
31293 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
31294 { echo "$as_me:$LINENO: checking for shmat" >&5
31295 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
31296 if test "${ac_cv_func_shmat+set}" = set; then
31297 echo $ECHO_N "(cached) $ECHO_C" >&6
31298 else
31299 cat >conftest.$ac_ext <<_ACEOF
31300 /* confdefs.h. */
31301 _ACEOF
31302 cat confdefs.h >>conftest.$ac_ext
31303 cat >>conftest.$ac_ext <<_ACEOF
31304 /* end confdefs.h. */
31305 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
31306 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31307 #define shmat innocuous_shmat
31308
31309 /* System header to define __stub macros and hopefully few prototypes,
31310 which can conflict with char shmat (); below.
31311 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31312 <limits.h> exists even on freestanding compilers. */
31313
31314 #ifdef __STDC__
31315 # include <limits.h>
31316 #else
31317 # include <assert.h>
31318 #endif
31319
31320 #undef shmat
31321
31322 /* Override any GCC internal prototype to avoid an error.
31323 Use char because int might match the return type of a GCC
31324 builtin and then its argument prototype would still apply. */
31325 #ifdef __cplusplus
31326 extern "C"
31327 #endif
31328 char shmat ();
31329 /* The GNU C library defines this for functions which it implements
31330 to always fail with ENOSYS. Some functions are actually named
31331 something starting with __ and the normal name is an alias. */
31332 #if defined __stub_shmat || defined __stub___shmat
31333 choke me
31334 #endif
31335
31336 int
31337 main ()
31338 {
31339 return shmat ();
31340 ;
31341 return 0;
31342 }
31343 _ACEOF
31344 rm -f conftest.$ac_objext conftest$ac_exeext
31345 if { (ac_try="$ac_link"
31346 case "(($ac_try" in
31347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31348 *) ac_try_echo=$ac_try;;
31349 esac
31350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31351 (eval "$ac_link") 2>conftest.er1
31352 ac_status=$?
31353 grep -v '^ *+' conftest.er1 >conftest.err
31354 rm -f conftest.er1
31355 cat conftest.err >&5
31356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31357 (exit $ac_status); } && {
31358 test -z "$ac_c_werror_flag" ||
31359 test ! -s conftest.err
31360 } && test -s conftest$ac_exeext &&
31361 $as_test_x conftest$ac_exeext; then
31362 ac_cv_func_shmat=yes
31363 else
31364 echo "$as_me: failed program was:" >&5
31365 sed 's/^/| /' conftest.$ac_ext >&5
31366
31367 ac_cv_func_shmat=no
31368 fi
31369
31370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31371 conftest$ac_exeext conftest.$ac_ext
31372 fi
31373 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
31374 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
31375
31376 if test $ac_cv_func_shmat = no; then
31377 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
31378 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
31379 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
31380 echo $ECHO_N "(cached) $ECHO_C" >&6
31381 else
31382 ac_check_lib_save_LIBS=$LIBS
31383 LIBS="-lipc $LIBS"
31384 cat >conftest.$ac_ext <<_ACEOF
31385 /* confdefs.h. */
31386 _ACEOF
31387 cat confdefs.h >>conftest.$ac_ext
31388 cat >>conftest.$ac_ext <<_ACEOF
31389 /* end confdefs.h. */
31390
31391 /* Override any GCC internal prototype to avoid an error.
31392 Use char because int might match the return type of a GCC
31393 builtin and then its argument prototype would still apply. */
31394 #ifdef __cplusplus
31395 extern "C"
31396 #endif
31397 char shmat ();
31398 int
31399 main ()
31400 {
31401 return shmat ();
31402 ;
31403 return 0;
31404 }
31405 _ACEOF
31406 rm -f conftest.$ac_objext conftest$ac_exeext
31407 if { (ac_try="$ac_link"
31408 case "(($ac_try" in
31409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31410 *) ac_try_echo=$ac_try;;
31411 esac
31412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31413 (eval "$ac_link") 2>conftest.er1
31414 ac_status=$?
31415 grep -v '^ *+' conftest.er1 >conftest.err
31416 rm -f conftest.er1
31417 cat conftest.err >&5
31418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31419 (exit $ac_status); } && {
31420 test -z "$ac_c_werror_flag" ||
31421 test ! -s conftest.err
31422 } && test -s conftest$ac_exeext &&
31423 $as_test_x conftest$ac_exeext; then
31424 ac_cv_lib_ipc_shmat=yes
31425 else
31426 echo "$as_me: failed program was:" >&5
31427 sed 's/^/| /' conftest.$ac_ext >&5
31428
31429 ac_cv_lib_ipc_shmat=no
31430 fi
31431
31432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31433 conftest$ac_exeext conftest.$ac_ext
31434 LIBS=$ac_check_lib_save_LIBS
31435 fi
31436 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
31437 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
31438 if test $ac_cv_lib_ipc_shmat = yes; then
31439 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
31440 fi
31441
31442 fi
31443 fi
31444
31445 # Check for libraries that X11R6 Xt/Xaw programs need.
31446 ac_save_LDFLAGS=$LDFLAGS
31447 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
31448 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
31449 # check for ICE first), but we must link in the order -lSM -lICE or
31450 # we get undefined symbols. So assume we have SM if we have ICE.
31451 # These have to be linked with before -lX11, unlike the other
31452 # libraries we check for below, so use a different variable.
31453 # John Interrante, Karl Berry
31454 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
31455 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
31456 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
31457 echo $ECHO_N "(cached) $ECHO_C" >&6
31458 else
31459 ac_check_lib_save_LIBS=$LIBS
31460 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
31461 cat >conftest.$ac_ext <<_ACEOF
31462 /* confdefs.h. */
31463 _ACEOF
31464 cat confdefs.h >>conftest.$ac_ext
31465 cat >>conftest.$ac_ext <<_ACEOF
31466 /* end confdefs.h. */
31467
31468 /* Override any GCC internal prototype to avoid an error.
31469 Use char because int might match the return type of a GCC
31470 builtin and then its argument prototype would still apply. */
31471 #ifdef __cplusplus
31472 extern "C"
31473 #endif
31474 char IceConnectionNumber ();
31475 int
31476 main ()
31477 {
31478 return IceConnectionNumber ();
31479 ;
31480 return 0;
31481 }
31482 _ACEOF
31483 rm -f conftest.$ac_objext conftest$ac_exeext
31484 if { (ac_try="$ac_link"
31485 case "(($ac_try" in
31486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31487 *) ac_try_echo=$ac_try;;
31488 esac
31489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31490 (eval "$ac_link") 2>conftest.er1
31491 ac_status=$?
31492 grep -v '^ *+' conftest.er1 >conftest.err
31493 rm -f conftest.er1
31494 cat conftest.err >&5
31495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31496 (exit $ac_status); } && {
31497 test -z "$ac_c_werror_flag" ||
31498 test ! -s conftest.err
31499 } && test -s conftest$ac_exeext &&
31500 $as_test_x conftest$ac_exeext; then
31501 ac_cv_lib_ICE_IceConnectionNumber=yes
31502 else
31503 echo "$as_me: failed program was:" >&5
31504 sed 's/^/| /' conftest.$ac_ext >&5
31505
31506 ac_cv_lib_ICE_IceConnectionNumber=no
31507 fi
31508
31509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31510 conftest$ac_exeext conftest.$ac_ext
31511 LIBS=$ac_check_lib_save_LIBS
31512 fi
31513 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
31514 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
31515 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
31516 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
31517 fi
31518
31519 LDFLAGS=$ac_save_LDFLAGS
31520
31521 fi
31522
31523
31524 if test "$no_x" = "yes"; then
31525 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
31526 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
31527 { (exit 1); exit 1; }; }
31528 fi
31529
31530 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
31531 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
31532 AFMINSTALL=afminstall
31533 COMPILED_X_PROGRAM=0
31534
31535 fi
31536
31537 if test "$wxUSE_X11" = 1; then
31538 if test "$wxUSE_NANOX" = "yes"; then
31539 { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
31540 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
31541 if test "x$MICROWIN" = x ; then
31542 { echo "$as_me:$LINENO: result: not found" >&5
31543 echo "${ECHO_T}not found" >&6; }
31544 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
31545 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
31546 { (exit 1); exit 1; }; }
31547 else
31548 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
31549 echo "${ECHO_T}$MICROWIN" >&6; }
31550 cat >>confdefs.h <<\_ACEOF
31551 #define wxUSE_NANOX 1
31552 _ACEOF
31553
31554 fi
31555 fi
31556
31557 if test "$wxUSE_UNICODE" = "yes"; then
31558
31559
31560 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
31561 if test -n "$ac_tool_prefix"; then
31562 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
31563 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
31564 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31566 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
31567 echo $ECHO_N "(cached) $ECHO_C" >&6
31568 else
31569 case $PKG_CONFIG in
31570 [\\/]* | ?:[\\/]*)
31571 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
31572 ;;
31573 *)
31574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31575 for as_dir in $PATH
31576 do
31577 IFS=$as_save_IFS
31578 test -z "$as_dir" && as_dir=.
31579 for ac_exec_ext in '' $ac_executable_extensions; do
31580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31581 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31582 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31583 break 2
31584 fi
31585 done
31586 done
31587 IFS=$as_save_IFS
31588
31589 ;;
31590 esac
31591 fi
31592 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
31593 if test -n "$PKG_CONFIG"; then
31594 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
31595 echo "${ECHO_T}$PKG_CONFIG" >&6; }
31596 else
31597 { echo "$as_me:$LINENO: result: no" >&5
31598 echo "${ECHO_T}no" >&6; }
31599 fi
31600
31601
31602 fi
31603 if test -z "$ac_cv_path_PKG_CONFIG"; then
31604 ac_pt_PKG_CONFIG=$PKG_CONFIG
31605 # Extract the first word of "pkg-config", so it can be a program name with args.
31606 set dummy pkg-config; ac_word=$2
31607 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31608 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31609 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
31610 echo $ECHO_N "(cached) $ECHO_C" >&6
31611 else
31612 case $ac_pt_PKG_CONFIG in
31613 [\\/]* | ?:[\\/]*)
31614 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
31615 ;;
31616 *)
31617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31618 for as_dir in $PATH
31619 do
31620 IFS=$as_save_IFS
31621 test -z "$as_dir" && as_dir=.
31622 for ac_exec_ext in '' $ac_executable_extensions; do
31623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31624 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31626 break 2
31627 fi
31628 done
31629 done
31630 IFS=$as_save_IFS
31631
31632 ;;
31633 esac
31634 fi
31635 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
31636 if test -n "$ac_pt_PKG_CONFIG"; then
31637 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
31638 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
31639 else
31640 { echo "$as_me:$LINENO: result: no" >&5
31641 echo "${ECHO_T}no" >&6; }
31642 fi
31643
31644 if test "x$ac_pt_PKG_CONFIG" = x; then
31645 PKG_CONFIG=""
31646 else
31647 case $cross_compiling:$ac_tool_warned in
31648 yes:)
31649 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31650 whose name does not start with the host triplet. If you think this
31651 configuration is useful to you, please write to autoconf@gnu.org." >&5
31652 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31653 whose name does not start with the host triplet. If you think this
31654 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31655 ac_tool_warned=yes ;;
31656 esac
31657 PKG_CONFIG=$ac_pt_PKG_CONFIG
31658 fi
31659 else
31660 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
31661 fi
31662
31663 fi
31664 if test -n "$PKG_CONFIG"; then
31665 _pkg_min_version=0.9.0
31666 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
31667 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
31668 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
31669 { echo "$as_me:$LINENO: result: yes" >&5
31670 echo "${ECHO_T}yes" >&6; }
31671 else
31672 { echo "$as_me:$LINENO: result: no" >&5
31673 echo "${ECHO_T}no" >&6; }
31674 PKG_CONFIG=""
31675 fi
31676
31677 fi
31678
31679
31680 pkg_failed=no
31681 { echo "$as_me:$LINENO: checking for PANGOX" >&5
31682 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
31683
31684 if test -n "$PKG_CONFIG"; then
31685 if test -n "$PANGOX_CFLAGS"; then
31686 pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
31687 else
31688 if test -n "$PKG_CONFIG" && \
31689 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
31690 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
31691 ac_status=$?
31692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31693 (exit $ac_status); }; then
31694 pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
31695 else
31696 pkg_failed=yes
31697 fi
31698 fi
31699 else
31700 pkg_failed=untried
31701 fi
31702 if test -n "$PKG_CONFIG"; then
31703 if test -n "$PANGOX_LIBS"; then
31704 pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
31705 else
31706 if test -n "$PKG_CONFIG" && \
31707 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
31708 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
31709 ac_status=$?
31710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31711 (exit $ac_status); }; then
31712 pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
31713 else
31714 pkg_failed=yes
31715 fi
31716 fi
31717 else
31718 pkg_failed=untried
31719 fi
31720
31721
31722
31723 if test $pkg_failed = yes; then
31724
31725 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31726 _pkg_short_errors_supported=yes
31727 else
31728 _pkg_short_errors_supported=no
31729 fi
31730 if test $_pkg_short_errors_supported = yes; then
31731 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
31732 else
31733 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
31734 fi
31735 # Put the nasty error message in config.log where it belongs
31736 echo "$PANGOX_PKG_ERRORS" >&5
31737
31738
31739 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
31740 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
31741 { (exit 1); exit 1; }; }
31742
31743
31744 elif test $pkg_failed = untried; then
31745
31746 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
31747 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
31748 { (exit 1); exit 1; }; }
31749
31750
31751 else
31752 PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
31753 PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
31754 { echo "$as_me:$LINENO: result: yes" >&5
31755 echo "${ECHO_T}yes" >&6; }
31756
31757 CFLAGS="$PANGOX_CFLAGS $CFLAGS"
31758 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
31759 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
31760
31761 fi
31762
31763 pkg_failed=no
31764 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
31765 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
31766
31767 if test -n "$PKG_CONFIG"; then
31768 if test -n "$PANGOFT2_CFLAGS"; then
31769 pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
31770 else
31771 if test -n "$PKG_CONFIG" && \
31772 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
31773 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
31774 ac_status=$?
31775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31776 (exit $ac_status); }; then
31777 pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
31778 else
31779 pkg_failed=yes
31780 fi
31781 fi
31782 else
31783 pkg_failed=untried
31784 fi
31785 if test -n "$PKG_CONFIG"; then
31786 if test -n "$PANGOFT2_LIBS"; then
31787 pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
31788 else
31789 if test -n "$PKG_CONFIG" && \
31790 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
31791 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
31792 ac_status=$?
31793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31794 (exit $ac_status); }; then
31795 pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
31796 else
31797 pkg_failed=yes
31798 fi
31799 fi
31800 else
31801 pkg_failed=untried
31802 fi
31803
31804
31805
31806 if test $pkg_failed = yes; then
31807
31808 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31809 _pkg_short_errors_supported=yes
31810 else
31811 _pkg_short_errors_supported=no
31812 fi
31813 if test $_pkg_short_errors_supported = yes; then
31814 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
31815 else
31816 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
31817 fi
31818 # Put the nasty error message in config.log where it belongs
31819 echo "$PANGOFT2_PKG_ERRORS" >&5
31820
31821
31822 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
31823 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
31824 wxUSE_PRINTING_ARCHITECTURE="no"
31825
31826
31827 elif test $pkg_failed = untried; then
31828
31829 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
31830 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
31831 wxUSE_PRINTING_ARCHITECTURE="no"
31832
31833
31834 else
31835 PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
31836 PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
31837 { echo "$as_me:$LINENO: result: yes" >&5
31838 echo "${ECHO_T}yes" >&6; }
31839
31840 CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
31841 CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
31842 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
31843
31844 fi
31845
31846 pkg_failed=no
31847 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
31848 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
31849
31850 if test -n "$PKG_CONFIG"; then
31851 if test -n "$PANGOXFT_CFLAGS"; then
31852 pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
31853 else
31854 if test -n "$PKG_CONFIG" && \
31855 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
31856 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
31857 ac_status=$?
31858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31859 (exit $ac_status); }; then
31860 pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
31861 else
31862 pkg_failed=yes
31863 fi
31864 fi
31865 else
31866 pkg_failed=untried
31867 fi
31868 if test -n "$PKG_CONFIG"; then
31869 if test -n "$PANGOXFT_LIBS"; then
31870 pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
31871 else
31872 if test -n "$PKG_CONFIG" && \
31873 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
31874 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
31875 ac_status=$?
31876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31877 (exit $ac_status); }; then
31878 pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
31879 else
31880 pkg_failed=yes
31881 fi
31882 fi
31883 else
31884 pkg_failed=untried
31885 fi
31886
31887
31888
31889 if test $pkg_failed = yes; then
31890
31891 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31892 _pkg_short_errors_supported=yes
31893 else
31894 _pkg_short_errors_supported=no
31895 fi
31896 if test $_pkg_short_errors_supported = yes; then
31897 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
31898 else
31899 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
31900 fi
31901 # Put the nasty error message in config.log where it belongs
31902 echo "$PANGOXFT_PKG_ERRORS" >&5
31903
31904
31905 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
31906 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
31907
31908
31909 elif test $pkg_failed = untried; then
31910
31911 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
31912 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
31913
31914
31915 else
31916 PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
31917 PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
31918 { echo "$as_me:$LINENO: result: yes" >&5
31919 echo "${ECHO_T}yes" >&6; }
31920
31921 cat >>confdefs.h <<\_ACEOF
31922 #define HAVE_PANGO_XFT 1
31923 _ACEOF
31924
31925 CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
31926 CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
31927 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
31928
31929 fi
31930 save_LIBS="$LIBS"
31931 LIBS="$LIBS $PANGOX_LIBS"
31932
31933 for ac_func in pango_font_family_is_monospace
31934 do
31935 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31936 { echo "$as_me:$LINENO: checking for $ac_func" >&5
31937 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
31938 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
31939 echo $ECHO_N "(cached) $ECHO_C" >&6
31940 else
31941 cat >conftest.$ac_ext <<_ACEOF
31942 /* confdefs.h. */
31943 _ACEOF
31944 cat confdefs.h >>conftest.$ac_ext
31945 cat >>conftest.$ac_ext <<_ACEOF
31946 /* end confdefs.h. */
31947 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31948 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31949 #define $ac_func innocuous_$ac_func
31950
31951 /* System header to define __stub macros and hopefully few prototypes,
31952 which can conflict with char $ac_func (); below.
31953 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31954 <limits.h> exists even on freestanding compilers. */
31955
31956 #ifdef __STDC__
31957 # include <limits.h>
31958 #else
31959 # include <assert.h>
31960 #endif
31961
31962 #undef $ac_func
31963
31964 /* Override any GCC internal prototype to avoid an error.
31965 Use char because int might match the return type of a GCC
31966 builtin and then its argument prototype would still apply. */
31967 #ifdef __cplusplus
31968 extern "C"
31969 #endif
31970 char $ac_func ();
31971 /* The GNU C library defines this for functions which it implements
31972 to always fail with ENOSYS. Some functions are actually named
31973 something starting with __ and the normal name is an alias. */
31974 #if defined __stub_$ac_func || defined __stub___$ac_func
31975 choke me
31976 #endif
31977
31978 int
31979 main ()
31980 {
31981 return $ac_func ();
31982 ;
31983 return 0;
31984 }
31985 _ACEOF
31986 rm -f conftest.$ac_objext conftest$ac_exeext
31987 if { (ac_try="$ac_link"
31988 case "(($ac_try" in
31989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31990 *) ac_try_echo=$ac_try;;
31991 esac
31992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31993 (eval "$ac_link") 2>conftest.er1
31994 ac_status=$?
31995 grep -v '^ *+' conftest.er1 >conftest.err
31996 rm -f conftest.er1
31997 cat conftest.err >&5
31998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31999 (exit $ac_status); } && {
32000 test -z "$ac_c_werror_flag" ||
32001 test ! -s conftest.err
32002 } && test -s conftest$ac_exeext &&
32003 $as_test_x conftest$ac_exeext; then
32004 eval "$as_ac_var=yes"
32005 else
32006 echo "$as_me: failed program was:" >&5
32007 sed 's/^/| /' conftest.$ac_ext >&5
32008
32009 eval "$as_ac_var=no"
32010 fi
32011
32012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32013 conftest$ac_exeext conftest.$ac_ext
32014 fi
32015 ac_res=`eval echo '${'$as_ac_var'}'`
32016 { echo "$as_me:$LINENO: result: $ac_res" >&5
32017 echo "${ECHO_T}$ac_res" >&6; }
32018 if test `eval echo '${'$as_ac_var'}'` = yes; then
32019 cat >>confdefs.h <<_ACEOF
32020 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32021 _ACEOF
32022
32023 fi
32024 done
32025
32026 LIBS="$save_LIBS"
32027 fi
32028
32029 wxUSE_UNIVERSAL="yes"
32030
32031 if test "$wxUSE_NANOX" = "yes"; then
32032 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
32033 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"
32034 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
32035 else
32036 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
32037 fi
32038
32039 TOOLKIT=X11
32040 GUIDIST=X11_DIST
32041 fi
32042
32043 if test "$wxUSE_MOTIF" = 1; then
32044 { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
32045 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
32046
32047 ac_find_includes=
32048 for ac_dir in $SEARCH_INCLUDE /usr/include;
32049 do
32050 if test -f "$ac_dir/Xm/Xm.h"; then
32051 ac_find_includes=$ac_dir
32052 break
32053 fi
32054 done
32055
32056 if test "$ac_find_includes" != "" ; then
32057 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
32058 echo "${ECHO_T}found in $ac_find_includes" >&6; }
32059
32060 if test "x$ac_find_includes" = "x/usr/include"; then
32061 ac_path_to_include=""
32062 else
32063 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
32064 result=$?
32065 if test $result = 0; then
32066 ac_path_to_include=""
32067 else
32068 ac_path_to_include=" -I$ac_find_includes"
32069 fi
32070 fi
32071
32072 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
32073 else
32074 save_CFLAGS=$CFLAGS
32075 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32076
32077 cat >conftest.$ac_ext <<_ACEOF
32078 /* confdefs.h. */
32079 _ACEOF
32080 cat confdefs.h >>conftest.$ac_ext
32081 cat >>conftest.$ac_ext <<_ACEOF
32082 /* end confdefs.h. */
32083
32084 #include <Xm/Xm.h>
32085
32086 int
32087 main ()
32088 {
32089
32090 int version;
32091 version = xmUseVersion;
32092
32093 ;
32094 return 0;
32095 }
32096 _ACEOF
32097 rm -f conftest.$ac_objext
32098 if { (ac_try="$ac_compile"
32099 case "(($ac_try" in
32100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32101 *) ac_try_echo=$ac_try;;
32102 esac
32103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32104 (eval "$ac_compile") 2>conftest.er1
32105 ac_status=$?
32106 grep -v '^ *+' conftest.er1 >conftest.err
32107 rm -f conftest.er1
32108 cat conftest.err >&5
32109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32110 (exit $ac_status); } && {
32111 test -z "$ac_c_werror_flag" ||
32112 test ! -s conftest.err
32113 } && test -s conftest.$ac_objext; then
32114
32115 { echo "$as_me:$LINENO: result: found in default search path" >&5
32116 echo "${ECHO_T}found in default search path" >&6; }
32117 COMPILED_X_PROGRAM=1
32118
32119 else
32120 echo "$as_me: failed program was:" >&5
32121 sed 's/^/| /' conftest.$ac_ext >&5
32122
32123
32124 { echo "$as_me:$LINENO: result: no" >&5
32125 echo "${ECHO_T}no" >&6; }
32126 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
32127 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
32128 { (exit 1); exit 1; }; }
32129
32130
32131 fi
32132
32133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32134
32135 CFLAGS=$save_CFLAGS
32136 fi
32137
32138
32139 { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
32140 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
32141
32142 ac_find_libraries=
32143 for ac_dir in $SEARCH_LIB;
32144 do
32145 for ac_extension in a so sl dylib dll.a; do
32146 if test -f "$ac_dir/libXm.$ac_extension"; then
32147 ac_find_libraries=$ac_dir
32148 break 2
32149 fi
32150 done
32151 done
32152
32153
32154 if test "x$ac_find_libraries" != "x" ; then
32155 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32156 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
32157
32158
32159 if test "$ac_find_libraries" = "default location"; then
32160 ac_path_to_link=""
32161 else
32162 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
32163 result=$?
32164 if test $result = 0; then
32165 ac_path_to_link=""
32166 else
32167 ac_path_to_link=" -L$ac_find_libraries"
32168 fi
32169 fi
32170
32171 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
32172 else
32173 save_CFLAGS=$CFLAGS
32174 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32175 save_LIBS="$LIBS"
32176 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
32177
32178 cat >conftest.$ac_ext <<_ACEOF
32179 /* confdefs.h. */
32180 _ACEOF
32181 cat confdefs.h >>conftest.$ac_ext
32182 cat >>conftest.$ac_ext <<_ACEOF
32183 /* end confdefs.h. */
32184
32185 #include <Xm/Xm.h>
32186
32187 int
32188 main ()
32189 {
32190
32191 int version;
32192 version = xmUseVersion;
32193
32194 ;
32195 return 0;
32196 }
32197 _ACEOF
32198 rm -f conftest.$ac_objext conftest$ac_exeext
32199 if { (ac_try="$ac_link"
32200 case "(($ac_try" in
32201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32202 *) ac_try_echo=$ac_try;;
32203 esac
32204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32205 (eval "$ac_link") 2>conftest.er1
32206 ac_status=$?
32207 grep -v '^ *+' conftest.er1 >conftest.err
32208 rm -f conftest.er1
32209 cat conftest.err >&5
32210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32211 (exit $ac_status); } && {
32212 test -z "$ac_c_werror_flag" ||
32213 test ! -s conftest.err
32214 } && test -s conftest$ac_exeext &&
32215 $as_test_x conftest$ac_exeext; then
32216
32217 { echo "$as_me:$LINENO: result: found in default search path" >&5
32218 echo "${ECHO_T}found in default search path" >&6; }
32219 COMPILED_X_PROGRAM=1
32220
32221 else
32222 echo "$as_me: failed program was:" >&5
32223 sed 's/^/| /' conftest.$ac_ext >&5
32224
32225
32226 { echo "$as_me:$LINENO: result: no" >&5
32227 echo "${ECHO_T}no" >&6; }
32228 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
32229 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
32230 { (exit 1); exit 1; }; }
32231
32232
32233 fi
32234
32235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32236 conftest$ac_exeext conftest.$ac_ext
32237
32238 CFLAGS=$save_CFLAGS
32239 LIBS="$save_LIBS"
32240 fi
32241
32242 { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
32243 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
32244 libp_link=""
32245 libsm_ice_link=""
32246 libs_found=0
32247 for libp in "" " -lXp"; do
32248 if test "$libs_found" = 0; then
32249 for libsm_ice in "" " -lSM -lICE"; do
32250 if test "$libs_found" = 0; then
32251 save_LIBS="$LIBS"
32252 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
32253 save_CFLAGS=$CFLAGS
32254 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32255
32256 cat >conftest.$ac_ext <<_ACEOF
32257 /* confdefs.h. */
32258 _ACEOF
32259 cat confdefs.h >>conftest.$ac_ext
32260 cat >>conftest.$ac_ext <<_ACEOF
32261 /* end confdefs.h. */
32262
32263 #include <Xm/Xm.h>
32264 #include <Xm/List.h>
32265
32266 int
32267 main ()
32268 {
32269
32270 XmString string = NULL;
32271 Widget w = NULL;
32272 int position = 0;
32273 XmListAddItem(w, string, position);
32274
32275 ;
32276 return 0;
32277 }
32278 _ACEOF
32279 rm -f conftest.$ac_objext conftest$ac_exeext
32280 if { (ac_try="$ac_link"
32281 case "(($ac_try" in
32282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32283 *) ac_try_echo=$ac_try;;
32284 esac
32285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32286 (eval "$ac_link") 2>conftest.er1
32287 ac_status=$?
32288 grep -v '^ *+' conftest.er1 >conftest.err
32289 rm -f conftest.er1
32290 cat conftest.err >&5
32291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32292 (exit $ac_status); } && {
32293 test -z "$ac_c_werror_flag" ||
32294 test ! -s conftest.err
32295 } && test -s conftest$ac_exeext &&
32296 $as_test_x conftest$ac_exeext; then
32297
32298 libp_link="$libp"
32299 libsm_ice_link="$libsm_ice"
32300 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
32301 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
32302 libs_found=1
32303
32304 else
32305 echo "$as_me: failed program was:" >&5
32306 sed 's/^/| /' conftest.$ac_ext >&5
32307
32308
32309
32310 fi
32311
32312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32313 conftest$ac_exeext conftest.$ac_ext
32314
32315 LIBS="$save_LIBS"
32316 CFLAGS=$save_CFLAGS
32317 fi
32318 done
32319 fi
32320 done
32321
32322 if test "$libs_found" = 0; then
32323 { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
32324 echo "${ECHO_T}can't find the right libraries" >&6; }
32325 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
32326 echo "$as_me: error: can't link a simple motif program" >&2;}
32327 { (exit 1); exit 1; }; }
32328 fi
32329
32330 { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
32331 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
32332 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
32333 echo $ECHO_N "(cached) $ECHO_C" >&6
32334 else
32335 ac_check_lib_save_LIBS=$LIBS
32336 LIBS="-lSgm $LIBS"
32337 cat >conftest.$ac_ext <<_ACEOF
32338 /* confdefs.h. */
32339 _ACEOF
32340 cat confdefs.h >>conftest.$ac_ext
32341 cat >>conftest.$ac_ext <<_ACEOF
32342 /* end confdefs.h. */
32343
32344 /* Override any GCC internal prototype to avoid an error.
32345 Use char because int might match the return type of a GCC
32346 builtin and then its argument prototype would still apply. */
32347 #ifdef __cplusplus
32348 extern "C"
32349 #endif
32350 char SgCreateList ();
32351 int
32352 main ()
32353 {
32354 return SgCreateList ();
32355 ;
32356 return 0;
32357 }
32358 _ACEOF
32359 rm -f conftest.$ac_objext conftest$ac_exeext
32360 if { (ac_try="$ac_link"
32361 case "(($ac_try" in
32362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32363 *) ac_try_echo=$ac_try;;
32364 esac
32365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32366 (eval "$ac_link") 2>conftest.er1
32367 ac_status=$?
32368 grep -v '^ *+' conftest.er1 >conftest.err
32369 rm -f conftest.er1
32370 cat conftest.err >&5
32371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32372 (exit $ac_status); } && {
32373 test -z "$ac_c_werror_flag" ||
32374 test ! -s conftest.err
32375 } && test -s conftest$ac_exeext &&
32376 $as_test_x conftest$ac_exeext; then
32377 ac_cv_lib_Sgm_SgCreateList=yes
32378 else
32379 echo "$as_me: failed program was:" >&5
32380 sed 's/^/| /' conftest.$ac_ext >&5
32381
32382 ac_cv_lib_Sgm_SgCreateList=no
32383 fi
32384
32385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32386 conftest$ac_exeext conftest.$ac_ext
32387 LIBS=$ac_check_lib_save_LIBS
32388 fi
32389 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
32390 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
32391 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
32392 libsgm_link=" -lSgm"
32393 fi
32394
32395
32396 save_CFLAGS=$CFLAGS
32397 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32398
32399 { echo "$as_me:$LINENO: checking for Motif 2" >&5
32400 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
32401 if test "${wx_cv_lib_motif2+set}" = set; then
32402 echo $ECHO_N "(cached) $ECHO_C" >&6
32403 else
32404 cat >conftest.$ac_ext <<_ACEOF
32405 /* confdefs.h. */
32406 _ACEOF
32407 cat confdefs.h >>conftest.$ac_ext
32408 cat >>conftest.$ac_ext <<_ACEOF
32409 /* end confdefs.h. */
32410
32411 #include <Xm/Xm.h>
32412
32413 int
32414 main ()
32415 {
32416
32417 #if XmVersion < 2000
32418 Not Motif 2
32419 #endif
32420
32421 ;
32422 return 0;
32423 }
32424 _ACEOF
32425 rm -f conftest.$ac_objext
32426 if { (ac_try="$ac_compile"
32427 case "(($ac_try" in
32428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32429 *) ac_try_echo=$ac_try;;
32430 esac
32431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32432 (eval "$ac_compile") 2>conftest.er1
32433 ac_status=$?
32434 grep -v '^ *+' conftest.er1 >conftest.err
32435 rm -f conftest.er1
32436 cat conftest.err >&5
32437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32438 (exit $ac_status); } && {
32439 test -z "$ac_c_werror_flag" ||
32440 test ! -s conftest.err
32441 } && test -s conftest.$ac_objext; then
32442 wx_cv_lib_motif2="yes"
32443 else
32444 echo "$as_me: failed program was:" >&5
32445 sed 's/^/| /' conftest.$ac_ext >&5
32446
32447 wx_cv_lib_motif2="no"
32448 fi
32449
32450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32451 fi
32452 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
32453 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
32454 if test "$wx_cv_lib_motif2" = "yes"; then
32455 cat >>confdefs.h <<\_ACEOF
32456 #define __WXMOTIF20__ 1
32457 _ACEOF
32458
32459 else
32460 cat >>confdefs.h <<\_ACEOF
32461 #define __WXMOTIF20__ 0
32462 _ACEOF
32463
32464 fi
32465
32466 { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
32467 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
32468 if test "${wx_cv_lib_lesstif+set}" = set; then
32469 echo $ECHO_N "(cached) $ECHO_C" >&6
32470 else
32471 cat >conftest.$ac_ext <<_ACEOF
32472 /* confdefs.h. */
32473 _ACEOF
32474 cat confdefs.h >>conftest.$ac_ext
32475 cat >>conftest.$ac_ext <<_ACEOF
32476 /* end confdefs.h. */
32477
32478 #include <Xm/Xm.h>
32479
32480 int
32481 main ()
32482 {
32483
32484 #if !defined(LesstifVersion) || LesstifVersion <= 0
32485 Not Lesstif
32486 #endif
32487
32488 ;
32489 return 0;
32490 }
32491 _ACEOF
32492 rm -f conftest.$ac_objext
32493 if { (ac_try="$ac_compile"
32494 case "(($ac_try" in
32495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32496 *) ac_try_echo=$ac_try;;
32497 esac
32498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32499 (eval "$ac_compile") 2>conftest.er1
32500 ac_status=$?
32501 grep -v '^ *+' conftest.er1 >conftest.err
32502 rm -f conftest.er1
32503 cat conftest.err >&5
32504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32505 (exit $ac_status); } && {
32506 test -z "$ac_c_werror_flag" ||
32507 test ! -s conftest.err
32508 } && test -s conftest.$ac_objext; then
32509 wx_cv_lib_lesstif="yes"
32510 else
32511 echo "$as_me: failed program was:" >&5
32512 sed 's/^/| /' conftest.$ac_ext >&5
32513
32514 wx_cv_lib_lesstif="no"
32515 fi
32516
32517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32518
32519 fi
32520 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
32521 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
32522 if test "$wx_cv_lib_lesstif" = "yes"; then
32523 cat >>confdefs.h <<\_ACEOF
32524 #define __WXLESSTIF__ 1
32525 _ACEOF
32526
32527 else
32528 cat >>confdefs.h <<\_ACEOF
32529 #define __WXLESSTIF__ 0
32530 _ACEOF
32531
32532 fi
32533
32534 CFLAGS=$save_CFLAGS
32535
32536 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
32537 TOOLKIT=MOTIF
32538 GUIDIST=MOTIF_DIST
32539 fi
32540
32541 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
32542 if test "$wxUSE_LIBXPM" = "sys"; then
32543 { echo "$as_me:$LINENO: checking for Xpm library" >&5
32544 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
32545
32546 ac_find_libraries=
32547 for ac_dir in $SEARCH_LIB;
32548 do
32549 for ac_extension in a so sl dylib dll.a; do
32550 if test -f "$ac_dir/libXpm.$ac_extension"; then
32551 ac_find_libraries=$ac_dir
32552 break 2
32553 fi
32554 done
32555 done
32556
32557 if test "$ac_find_libraries" != "" ; then
32558
32559 if test "$ac_find_libraries" = "default location"; then
32560 ac_path_to_link=""
32561 else
32562 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
32563 result=$?
32564 if test $result = 0; then
32565 ac_path_to_link=""
32566 else
32567 ac_path_to_link=" -L$ac_find_libraries"
32568 fi
32569 fi
32570
32571 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
32572 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32573 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
32574
32575 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
32576 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
32577 if test "${wx_cv_x11_xpm_h+set}" = set; then
32578 echo $ECHO_N "(cached) $ECHO_C" >&6
32579 else
32580
32581 save_CFLAGS=$CFLAGS
32582 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32583
32584 cat >conftest.$ac_ext <<_ACEOF
32585 /* confdefs.h. */
32586 _ACEOF
32587 cat confdefs.h >>conftest.$ac_ext
32588 cat >>conftest.$ac_ext <<_ACEOF
32589 /* end confdefs.h. */
32590
32591 #include <X11/xpm.h>
32592
32593 int
32594 main ()
32595 {
32596
32597 int version;
32598 version = XpmLibraryVersion();
32599
32600 ;
32601 return 0;
32602 }
32603 _ACEOF
32604 rm -f conftest.$ac_objext
32605 if { (ac_try="$ac_compile"
32606 case "(($ac_try" in
32607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32608 *) ac_try_echo=$ac_try;;
32609 esac
32610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32611 (eval "$ac_compile") 2>conftest.er1
32612 ac_status=$?
32613 grep -v '^ *+' conftest.er1 >conftest.err
32614 rm -f conftest.er1
32615 cat conftest.err >&5
32616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32617 (exit $ac_status); } && {
32618 test -z "$ac_c_werror_flag" ||
32619 test ! -s conftest.err
32620 } && test -s conftest.$ac_objext; then
32621 wx_cv_x11_xpm_h=yes
32622 else
32623 echo "$as_me: failed program was:" >&5
32624 sed 's/^/| /' conftest.$ac_ext >&5
32625
32626 wx_cv_x11_xpm_h=no
32627
32628 fi
32629
32630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32631
32632 CFLAGS=$save_CFLAGS
32633
32634
32635 fi
32636 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
32637 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
32638
32639 if test $wx_cv_x11_xpm_h = "yes"; then
32640 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
32641 cat >>confdefs.h <<\_ACEOF
32642 #define wxHAVE_LIB_XPM 1
32643 _ACEOF
32644
32645 else
32646 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
32647 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
32648 fi
32649 fi
32650
32651 fi
32652
32653 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
32654 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
32655 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
32656 echo $ECHO_N "(cached) $ECHO_C" >&6
32657 else
32658 ac_check_lib_save_LIBS=$LIBS
32659 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
32660 cat >conftest.$ac_ext <<_ACEOF
32661 /* confdefs.h. */
32662 _ACEOF
32663 cat confdefs.h >>conftest.$ac_ext
32664 cat >>conftest.$ac_ext <<_ACEOF
32665 /* end confdefs.h. */
32666
32667 /* Override any GCC internal prototype to avoid an error.
32668 Use char because int might match the return type of a GCC
32669 builtin and then its argument prototype would still apply. */
32670 #ifdef __cplusplus
32671 extern "C"
32672 #endif
32673 char XShapeQueryExtension ();
32674 int
32675 main ()
32676 {
32677 return XShapeQueryExtension ();
32678 ;
32679 return 0;
32680 }
32681 _ACEOF
32682 rm -f conftest.$ac_objext conftest$ac_exeext
32683 if { (ac_try="$ac_link"
32684 case "(($ac_try" in
32685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32686 *) ac_try_echo=$ac_try;;
32687 esac
32688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32689 (eval "$ac_link") 2>conftest.er1
32690 ac_status=$?
32691 grep -v '^ *+' conftest.er1 >conftest.err
32692 rm -f conftest.er1
32693 cat conftest.err >&5
32694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32695 (exit $ac_status); } && {
32696 test -z "$ac_c_werror_flag" ||
32697 test ! -s conftest.err
32698 } && test -s conftest$ac_exeext &&
32699 $as_test_x conftest$ac_exeext; then
32700 ac_cv_lib_Xext_XShapeQueryExtension=yes
32701 else
32702 echo "$as_me: failed program was:" >&5
32703 sed 's/^/| /' conftest.$ac_ext >&5
32704
32705 ac_cv_lib_Xext_XShapeQueryExtension=no
32706 fi
32707
32708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32709 conftest$ac_exeext conftest.$ac_ext
32710 LIBS=$ac_check_lib_save_LIBS
32711 fi
32712 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
32713 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
32714 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
32715
32716 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
32717 wxHAVE_XEXT_LIB=1
32718
32719 fi
32720
32721
32722 if test "$wxHAVE_XEXT_LIB" = 1; then
32723 save_CFLAGS="$CFLAGS"
32724 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32725
32726 { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
32727 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
32728 cat >conftest.$ac_ext <<_ACEOF
32729 /* confdefs.h. */
32730 _ACEOF
32731 cat confdefs.h >>conftest.$ac_ext
32732 cat >>conftest.$ac_ext <<_ACEOF
32733 /* end confdefs.h. */
32734
32735 #include <X11/Xlib.h>
32736 #include <X11/extensions/shape.h>
32737
32738 int
32739 main ()
32740 {
32741
32742 int dummy1, dummy2;
32743 XShapeQueryExtension((Display*)NULL,
32744 (int*)NULL, (int*)NULL);
32745
32746 ;
32747 return 0;
32748 }
32749 _ACEOF
32750 rm -f conftest.$ac_objext
32751 if { (ac_try="$ac_compile"
32752 case "(($ac_try" in
32753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32754 *) ac_try_echo=$ac_try;;
32755 esac
32756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32757 (eval "$ac_compile") 2>conftest.er1
32758 ac_status=$?
32759 grep -v '^ *+' conftest.er1 >conftest.err
32760 rm -f conftest.er1
32761 cat conftest.err >&5
32762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32763 (exit $ac_status); } && {
32764 test -z "$ac_c_werror_flag" ||
32765 test ! -s conftest.err
32766 } && test -s conftest.$ac_objext; then
32767
32768 cat >>confdefs.h <<\_ACEOF
32769 #define HAVE_XSHAPE 1
32770 _ACEOF
32771
32772 { echo "$as_me:$LINENO: result: found" >&5
32773 echo "${ECHO_T}found" >&6; }
32774
32775 else
32776 echo "$as_me: failed program was:" >&5
32777 sed 's/^/| /' conftest.$ac_ext >&5
32778
32779
32780 { echo "$as_me:$LINENO: result: not found" >&5
32781 echo "${ECHO_T}not found" >&6; }
32782
32783 fi
32784
32785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32786 CFLAGS="$save_CFLAGS"
32787
32788 fi
32789 fi
32790
32791 if test "$wxUSE_OSX_CARBON" = 1; then
32792 { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
32793 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
32794 if test "$GCC" = yes; then
32795 { echo "$as_me:$LINENO: result: gcc" >&5
32796 echo "${ECHO_T}gcc" >&6; }
32797 CPPFLAGS_PASCAL="-fpascal-strings"
32798 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
32799 { echo "$as_me:$LINENO: result: xlc" >&5
32800 echo "${ECHO_T}xlc" >&6; }
32801 CPPFLAGS_PASCAL="-qmacpstr"
32802 else
32803 { echo "$as_me:$LINENO: result: none" >&5
32804 echo "${ECHO_T}none" >&6; }
32805 fi
32806
32807 if test "x$wxUSE_UNIX" = "xyes"; then
32808 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
32809 else
32810 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
32811 fi
32812
32813 TOOLKIT=OSX_CARBON
32814 GUIDIST=OSX_CARBON_DIST
32815 WXBASEPORT="_carbon"
32816
32817 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
32818 fi
32819
32820 if test "$wxUSE_OSX_COCOA" = 1; then
32821 TOOLKIT=OSX_COCOA
32822 GUIDIST=OSX_COCOA_DIST
32823
32824 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
32825 fi
32826
32827 if test "$wxUSE_COCOA" = 1; then
32828 TOOLKIT=COCOA
32829 GUIDIST=COCOA_DIST
32830 fi
32831
32832 if test "$wxUSE_PM" = 1; then
32833 TOOLKIT=PM
32834 GUIDIST=PM_DIST
32835 { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
32836 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
32837 if test "${wx_cv_spbcdata+set}" = set; then
32838 echo $ECHO_N "(cached) $ECHO_C" >&6
32839 else
32840
32841 cat >conftest.$ac_ext <<_ACEOF
32842 /* confdefs.h. */
32843 _ACEOF
32844 cat confdefs.h >>conftest.$ac_ext
32845 cat >>conftest.$ac_ext <<_ACEOF
32846 /* end confdefs.h. */
32847
32848 #define INCL_PM
32849 #include <os2.h>
32850
32851 int
32852 main ()
32853 {
32854
32855 SPBCDATA test;
32856
32857 ;
32858 return 0;
32859 }
32860 _ACEOF
32861 rm -f conftest.$ac_objext
32862 if { (ac_try="$ac_compile"
32863 case "(($ac_try" in
32864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32865 *) ac_try_echo=$ac_try;;
32866 esac
32867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32868 (eval "$ac_compile") 2>conftest.er1
32869 ac_status=$?
32870 grep -v '^ *+' conftest.er1 >conftest.err
32871 rm -f conftest.er1
32872 cat conftest.err >&5
32873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32874 (exit $ac_status); } && {
32875 test -z "$ac_c_werror_flag" ||
32876 test ! -s conftest.err
32877 } && test -s conftest.$ac_objext; then
32878 wx_cv_spbcdata=yes
32879 else
32880 echo "$as_me: failed program was:" >&5
32881 sed 's/^/| /' conftest.$ac_ext >&5
32882
32883 wx_cv_spbcdata=no
32884
32885 fi
32886
32887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32888
32889
32890 fi
32891 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
32892 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
32893
32894 if test $wx_cv_spbcdata = "yes"; then
32895 cat >>confdefs.h <<\_ACEOF
32896 #define HAVE_SPBCDATA 1
32897 _ACEOF
32898
32899 fi
32900 fi
32901
32902 if test "$TOOLKIT" = "PM" ; then
32903 TOOLKIT_DIR="os2"
32904 else
32905 TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
32906 fi
32907
32908 if test "$wxUSE_UNIVERSAL" = "yes"; then
32909 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
32910 WIDGET_SET=univ
32911 fi
32912
32913 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
32914 DISTDIR="wx\$(TOOLKIT)"
32915 else
32916 USE_GUI=0
32917
32918 TOOLKIT_DIR="base"
32919
32920 if test "$USE_WIN32" = 1 ; then
32921 TOOLKIT="MSW"
32922 fi
32923
32924 GUIDIST="BASE_DIST"
32925 DISTDIR="wxBase"
32926 fi
32927
32928
32929
32930 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
32931 if test "$USE_UNIX" = 1 -a "$wxUSE_DARWIN" != 1 ; then
32932 wxUSE_UNICODE_UTF8=yes
32933 elif test "$USE_OS2" = 1 ; then
32934 wxUSE_UNICODE_UTF8=yes
32935 else
32936 wxUSE_UNICODE_UTF8=no
32937 fi
32938 fi
32939
32940
32941 if test "$wxUSE_GUI" = "yes"; then
32942 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
32943
32944 for ac_header in X11/Xlib.h
32945 do
32946 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32947 { echo "$as_me:$LINENO: checking for $ac_header" >&5
32948 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
32949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
32950 echo $ECHO_N "(cached) $ECHO_C" >&6
32951 else
32952 cat >conftest.$ac_ext <<_ACEOF
32953 /* confdefs.h. */
32954 _ACEOF
32955 cat confdefs.h >>conftest.$ac_ext
32956 cat >>conftest.$ac_ext <<_ACEOF
32957 /* end confdefs.h. */
32958
32959
32960 #include <$ac_header>
32961 _ACEOF
32962 rm -f conftest.$ac_objext
32963 if { (ac_try="$ac_compile"
32964 case "(($ac_try" in
32965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32966 *) ac_try_echo=$ac_try;;
32967 esac
32968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32969 (eval "$ac_compile") 2>conftest.er1
32970 ac_status=$?
32971 grep -v '^ *+' conftest.er1 >conftest.err
32972 rm -f conftest.er1
32973 cat conftest.err >&5
32974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32975 (exit $ac_status); } && {
32976 test -z "$ac_c_werror_flag" ||
32977 test ! -s conftest.err
32978 } && test -s conftest.$ac_objext; then
32979 eval "$as_ac_Header=yes"
32980 else
32981 echo "$as_me: failed program was:" >&5
32982 sed 's/^/| /' conftest.$ac_ext >&5
32983
32984 eval "$as_ac_Header=no"
32985 fi
32986
32987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32988 fi
32989 ac_res=`eval echo '${'$as_ac_Header'}'`
32990 { echo "$as_me:$LINENO: result: $ac_res" >&5
32991 echo "${ECHO_T}$ac_res" >&6; }
32992 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32993 cat >>confdefs.h <<_ACEOF
32994 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32995 _ACEOF
32996
32997 fi
32998
32999 done
33000
33001
33002 for ac_header in X11/XKBlib.h
33003 do
33004 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33005 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33006 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33007 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33008 echo $ECHO_N "(cached) $ECHO_C" >&6
33009 else
33010 cat >conftest.$ac_ext <<_ACEOF
33011 /* confdefs.h. */
33012 _ACEOF
33013 cat confdefs.h >>conftest.$ac_ext
33014 cat >>conftest.$ac_ext <<_ACEOF
33015 /* end confdefs.h. */
33016
33017 #if HAVE_X11_XLIB_H
33018 #include <X11/Xlib.h>
33019 #endif
33020
33021
33022 #include <$ac_header>
33023 _ACEOF
33024 rm -f conftest.$ac_objext
33025 if { (ac_try="$ac_compile"
33026 case "(($ac_try" in
33027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33028 *) ac_try_echo=$ac_try;;
33029 esac
33030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33031 (eval "$ac_compile") 2>conftest.er1
33032 ac_status=$?
33033 grep -v '^ *+' conftest.er1 >conftest.err
33034 rm -f conftest.er1
33035 cat conftest.err >&5
33036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33037 (exit $ac_status); } && {
33038 test -z "$ac_c_werror_flag" ||
33039 test ! -s conftest.err
33040 } && test -s conftest.$ac_objext; then
33041 eval "$as_ac_Header=yes"
33042 else
33043 echo "$as_me: failed program was:" >&5
33044 sed 's/^/| /' conftest.$ac_ext >&5
33045
33046 eval "$as_ac_Header=no"
33047 fi
33048
33049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33050 fi
33051 ac_res=`eval echo '${'$as_ac_Header'}'`
33052 { echo "$as_me:$LINENO: result: $ac_res" >&5
33053 echo "${ECHO_T}$ac_res" >&6; }
33054 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33055 cat >>confdefs.h <<_ACEOF
33056 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33057 _ACEOF
33058
33059 fi
33060
33061 done
33062
33063 fi
33064 fi
33065
33066
33067
33068 if test "$wxUSE_DISPLAY" = "yes"; then
33069 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
33070 { echo "$as_me:$LINENO: checking for Xinerama" >&5
33071 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
33072
33073 ac_find_libraries=
33074 for ac_dir in $SEARCH_LIB;
33075 do
33076 for ac_extension in a so sl dylib dll.a; do
33077 if test -f "$ac_dir/libXinerama.$ac_extension"; then
33078 ac_find_libraries=$ac_dir
33079 break 2
33080 fi
33081 done
33082 done
33083
33084 if test "$ac_find_libraries" != "" ; then
33085
33086 if test "$ac_find_libraries" = "default location"; then
33087 ac_path_to_link=""
33088 else
33089 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33090 result=$?
33091 if test $result = 0; then
33092 ac_path_to_link=""
33093 else
33094 ac_path_to_link=" -L$ac_find_libraries"
33095 fi
33096 fi
33097
33098 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33099 LDFLAGS="$LDFLAGS $ac_path_to_link"
33100 fi
33101 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
33102 { echo "$as_me:$LINENO: result: yes" >&5
33103 echo "${ECHO_T}yes" >&6; }
33104
33105 { echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
33106 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6; }
33107
33108 ac_find_libraries=
33109 for ac_dir in $SEARCH_LIB;
33110 do
33111 for ac_extension in a so sl dylib dll.a; do
33112 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
33113 ac_find_libraries=$ac_dir
33114 break 2
33115 fi
33116 done
33117 done
33118
33119 if test "$ac_find_libraries" != "" ; then
33120 { echo "$as_me:$LINENO: result: yes" >&5
33121 echo "${ECHO_T}yes" >&6; }
33122
33123 for ac_header in X11/extensions/xf86vmode.h
33124 do
33125 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33126 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33127 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33128 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33129 echo $ECHO_N "(cached) $ECHO_C" >&6
33130 else
33131 cat >conftest.$ac_ext <<_ACEOF
33132 /* confdefs.h. */
33133 _ACEOF
33134 cat confdefs.h >>conftest.$ac_ext
33135 cat >>conftest.$ac_ext <<_ACEOF
33136 /* end confdefs.h. */
33137
33138 #if HAVE_X11_XLIB_H
33139 #include <X11/Xlib.h>
33140 #endif
33141
33142
33143 #include <$ac_header>
33144 _ACEOF
33145 rm -f conftest.$ac_objext
33146 if { (ac_try="$ac_compile"
33147 case "(($ac_try" in
33148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33149 *) ac_try_echo=$ac_try;;
33150 esac
33151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33152 (eval "$ac_compile") 2>conftest.er1
33153 ac_status=$?
33154 grep -v '^ *+' conftest.er1 >conftest.err
33155 rm -f conftest.er1
33156 cat conftest.err >&5
33157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33158 (exit $ac_status); } && {
33159 test -z "$ac_c_werror_flag" ||
33160 test ! -s conftest.err
33161 } && test -s conftest.$ac_objext; then
33162 eval "$as_ac_Header=yes"
33163 else
33164 echo "$as_me: failed program was:" >&5
33165 sed 's/^/| /' conftest.$ac_ext >&5
33166
33167 eval "$as_ac_Header=no"
33168 fi
33169
33170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33171 fi
33172 ac_res=`eval echo '${'$as_ac_Header'}'`
33173 { echo "$as_me:$LINENO: result: $ac_res" >&5
33174 echo "${ECHO_T}$ac_res" >&6; }
33175 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33176 cat >>confdefs.h <<_ACEOF
33177 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33178 _ACEOF
33179
33180 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
33181
33182 fi
33183
33184 done
33185
33186 else
33187 { echo "$as_me:$LINENO: result: no" >&5
33188 echo "${ECHO_T}no" >&6; }
33189 fi
33190
33191 else
33192 { echo "$as_me:$LINENO: result: no" >&5
33193 echo "${ECHO_T}no" >&6; }
33194 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
33195 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
33196 wxUSE_DISPLAY="no"
33197 fi
33198 elif test "$wxUSE_MSW" = 1; then
33199 { echo "$as_me:$LINENO: checking for ddraw.h" >&5
33200 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
33201 if test "${ac_cv_header_ddraw_h+set}" = set; then
33202 echo $ECHO_N "(cached) $ECHO_C" >&6
33203 else
33204 cat >conftest.$ac_ext <<_ACEOF
33205 /* confdefs.h. */
33206 _ACEOF
33207 cat confdefs.h >>conftest.$ac_ext
33208 cat >>conftest.$ac_ext <<_ACEOF
33209 /* end confdefs.h. */
33210 #include <windows.h>
33211
33212 #include <ddraw.h>
33213 _ACEOF
33214 rm -f conftest.$ac_objext
33215 if { (ac_try="$ac_compile"
33216 case "(($ac_try" in
33217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33218 *) ac_try_echo=$ac_try;;
33219 esac
33220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33221 (eval "$ac_compile") 2>conftest.er1
33222 ac_status=$?
33223 grep -v '^ *+' conftest.er1 >conftest.err
33224 rm -f conftest.er1
33225 cat conftest.err >&5
33226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33227 (exit $ac_status); } && {
33228 test -z "$ac_c_werror_flag" ||
33229 test ! -s conftest.err
33230 } && test -s conftest.$ac_objext; then
33231 ac_cv_header_ddraw_h=yes
33232 else
33233 echo "$as_me: failed program was:" >&5
33234 sed 's/^/| /' conftest.$ac_ext >&5
33235
33236 ac_cv_header_ddraw_h=no
33237 fi
33238
33239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33240 fi
33241 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
33242 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
33243
33244
33245 fi
33246 fi
33247
33248 if test "$wxUSE_DETECT_SM" = "yes"; then
33249 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
33250 { echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
33251 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6; }
33252
33253 ac_find_libraries=
33254 for ac_dir in $SEARCH_LIB;
33255 do
33256 for ac_extension in a so sl dylib dll.a; do
33257 if test -f "$ac_dir/libSM.$ac_extension"; then
33258 ac_find_libraries=$ac_dir
33259 break 2
33260 fi
33261 done
33262 done
33263
33264 if test "$ac_find_libraries" != "" ; then
33265
33266 if test "$ac_find_libraries" = "default location"; then
33267 ac_path_to_link=""
33268 else
33269 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33270 result=$?
33271 if test $result = 0; then
33272 ac_path_to_link=""
33273 else
33274 ac_path_to_link=" -L$ac_find_libraries"
33275 fi
33276 fi
33277
33278 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33279 LDFLAGS="$LDFLAGS $ac_path_to_link"
33280 fi
33281 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
33282 { echo "$as_me:$LINENO: result: yes" >&5
33283 echo "${ECHO_T}yes" >&6; }
33284 else
33285 { echo "$as_me:$LINENO: result: no" >&5
33286 echo "${ECHO_T}no" >&6; }
33287 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
33288 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
33289 wxUSE_DETECT_SM="no"
33290 fi
33291 else
33292 wxUSE_DETECT_SM="no"
33293 fi
33294 fi
33295
33296
33297
33298 USE_OPENGL=0
33299 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
33300
33301
33302 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_COCOA" = 1; then
33303 OPENGL_LIBS="-framework OpenGL -framework AGL"
33304 elif test "$wxUSE_MSW" = 1; then
33305 OPENGL_LIBS="-lopengl32 -lglu32"
33306 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK2" = 1 -o "$wxUSE_GTK" = 1; then
33307
33308 { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
33309 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
33310
33311 ac_find_includes=
33312 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include;
33313 do
33314 if test -f "$ac_dir/GL/gl.h"; then
33315 ac_find_includes=$ac_dir
33316 break
33317 fi
33318 done
33319
33320 if test "$ac_find_includes" != "" ; then
33321 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
33322 echo "${ECHO_T}found in $ac_find_includes" >&6; }
33323
33324 if test "x$ac_find_includes" = "x/usr/include"; then
33325 ac_path_to_include=""
33326 else
33327 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
33328 result=$?
33329 if test $result = 0; then
33330 ac_path_to_include=""
33331 else
33332 ac_path_to_include=" -I$ac_find_includes"
33333 fi
33334 fi
33335
33336 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
33337 else
33338 { echo "$as_me:$LINENO: result: not found" >&5
33339 echo "${ECHO_T}not found" >&6; }
33340 fi
33341
33342 { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
33343 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
33344 if test "${ac_cv_header_GL_gl_h+set}" = set; then
33345 echo $ECHO_N "(cached) $ECHO_C" >&6
33346 else
33347 cat >conftest.$ac_ext <<_ACEOF
33348 /* confdefs.h. */
33349 _ACEOF
33350 cat confdefs.h >>conftest.$ac_ext
33351 cat >>conftest.$ac_ext <<_ACEOF
33352 /* end confdefs.h. */
33353
33354
33355 #include <GL/gl.h>
33356 _ACEOF
33357 rm -f conftest.$ac_objext
33358 if { (ac_try="$ac_compile"
33359 case "(($ac_try" in
33360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33361 *) ac_try_echo=$ac_try;;
33362 esac
33363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33364 (eval "$ac_compile") 2>conftest.er1
33365 ac_status=$?
33366 grep -v '^ *+' conftest.er1 >conftest.err
33367 rm -f conftest.er1
33368 cat conftest.err >&5
33369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33370 (exit $ac_status); } && {
33371 test -z "$ac_c_werror_flag" ||
33372 test ! -s conftest.err
33373 } && test -s conftest.$ac_objext; then
33374 ac_cv_header_GL_gl_h=yes
33375 else
33376 echo "$as_me: failed program was:" >&5
33377 sed 's/^/| /' conftest.$ac_ext >&5
33378
33379 ac_cv_header_GL_gl_h=no
33380 fi
33381
33382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33383 fi
33384 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
33385 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
33386 if test $ac_cv_header_GL_gl_h = yes; then
33387
33388 { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
33389 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
33390 if test "${ac_cv_header_GL_glu_h+set}" = set; then
33391 echo $ECHO_N "(cached) $ECHO_C" >&6
33392 else
33393 cat >conftest.$ac_ext <<_ACEOF
33394 /* confdefs.h. */
33395 _ACEOF
33396 cat confdefs.h >>conftest.$ac_ext
33397 cat >>conftest.$ac_ext <<_ACEOF
33398 /* end confdefs.h. */
33399
33400
33401 #include <GL/glu.h>
33402 _ACEOF
33403 rm -f conftest.$ac_objext
33404 if { (ac_try="$ac_compile"
33405 case "(($ac_try" in
33406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33407 *) ac_try_echo=$ac_try;;
33408 esac
33409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33410 (eval "$ac_compile") 2>conftest.er1
33411 ac_status=$?
33412 grep -v '^ *+' conftest.er1 >conftest.err
33413 rm -f conftest.er1
33414 cat conftest.err >&5
33415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33416 (exit $ac_status); } && {
33417 test -z "$ac_c_werror_flag" ||
33418 test ! -s conftest.err
33419 } && test -s conftest.$ac_objext; then
33420 ac_cv_header_GL_glu_h=yes
33421 else
33422 echo "$as_me: failed program was:" >&5
33423 sed 's/^/| /' conftest.$ac_ext >&5
33424
33425 ac_cv_header_GL_glu_h=no
33426 fi
33427
33428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33429 fi
33430 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
33431 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
33432 if test $ac_cv_header_GL_glu_h = yes; then
33433
33434 found_gl=0
33435
33436 { echo "$as_me:$LINENO: checking for -lGL" >&5
33437 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
33438
33439 ac_find_libraries=
33440 for ac_dir in $SEARCH_LIB /opt/graphics/OpenGL/lib;
33441 do
33442 for ac_extension in a so sl dylib dll.a; do
33443 if test -f "$ac_dir/libGL.$ac_extension"; then
33444 ac_find_libraries=$ac_dir
33445 break 2
33446 fi
33447 done
33448 done
33449
33450 if test "$ac_find_libraries" != "" ; then
33451 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33452 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33453
33454
33455 if test "$ac_find_libraries" = "default location"; then
33456 ac_path_to_link=""
33457 else
33458 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33459 result=$?
33460 if test $result = 0; then
33461 ac_path_to_link=""
33462 else
33463 ac_path_to_link=" -L$ac_find_libraries"
33464 fi
33465 fi
33466
33467 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33468 LDFLAGS_GL="$ac_path_to_link"
33469 fi
33470
33471 { echo "$as_me:$LINENO: checking for -lGLU" >&5
33472 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
33473
33474 ac_find_libraries=
33475 for ac_dir in $SEARCH_LIB;
33476 do
33477 for ac_extension in a so sl dylib dll.a; do
33478 if test -f "$ac_dir/libGLU.$ac_extension"; then
33479 ac_find_libraries=$ac_dir
33480 break 2
33481 fi
33482 done
33483 done
33484
33485 if test "$ac_find_libraries" != "" ; then
33486
33487 if test "$ac_find_libraries" = "default location"; then
33488 ac_path_to_link=""
33489 else
33490 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33491 result=$?
33492 if test $result = 0; then
33493 ac_path_to_link=""
33494 else
33495 ac_path_to_link=" -L$ac_find_libraries"
33496 fi
33497 fi
33498
33499 if test "$ac_path_to_link" != " -L/usr/lib" -a \
33500 "$ac_path_to_link" != "$LDFLAGS_GL"; then
33501 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
33502 fi
33503
33504 found_gl=1
33505 OPENGL_LIBS="-lGL -lGLU"
33506 { echo "$as_me:$LINENO: result: yes" >&5
33507 echo "${ECHO_T}yes" >&6; }
33508 else
33509 { echo "$as_me:$LINENO: result: no" >&5
33510 echo "${ECHO_T}no" >&6; }
33511 fi
33512 else
33513 { echo "$as_me:$LINENO: result: no" >&5
33514 echo "${ECHO_T}no" >&6; }
33515 fi
33516
33517 if test "$found_gl" != 1; then
33518 { echo "$as_me:$LINENO: checking for -lMesaGL" >&5
33519 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6; }
33520
33521 ac_find_libraries=
33522 for ac_dir in $SEARCH_LIB;
33523 do
33524 for ac_extension in a so sl dylib dll.a; do
33525 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
33526 ac_find_libraries=$ac_dir
33527 break 2
33528 fi
33529 done
33530 done
33531
33532 if test "$ac_find_libraries" != "" ; then
33533
33534 if test "$ac_find_libraries" = "default location"; then
33535 ac_path_to_link=""
33536 else
33537 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33538 result=$?
33539 if test $result = 0; then
33540 ac_path_to_link=""
33541 else
33542 ac_path_to_link=" -L$ac_find_libraries"
33543 fi
33544 fi
33545
33546 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
33547 OPENGL_LIBS="-lMesaGL -lMesaGLU"
33548 { echo "$as_me:$LINENO: result: yes" >&5
33549 echo "${ECHO_T}yes" >&6; }
33550 else
33551 { echo "$as_me:$LINENO: result: no" >&5
33552 echo "${ECHO_T}no" >&6; }
33553 fi
33554 fi
33555
33556 fi
33557
33558
33559
33560 fi
33561
33562
33563
33564 if test "x$OPENGL_LIBS" = "x"; then
33565 if test "$wxUSE_OPENGL" = "yes"; then
33566 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
33567 echo "$as_me: error: OpenGL libraries not available" >&2;}
33568 { (exit 1); exit 1; }; }
33569 else
33570 { echo "$as_me:$LINENO: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
33571 echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
33572 wxUSE_OPENGL=no
33573 USE_OPENGL=0
33574 fi
33575 fi
33576 else
33577 { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
33578 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
33579 wxUSE_OPENGL="no"
33580 fi
33581
33582 if test "$wxUSE_OPENGL" = "auto"; then
33583 wxUSE_OPENGL=yes
33584 fi
33585
33586 if test "$wxUSE_OPENGL" = "yes"; then
33587 USE_OPENGL=1
33588 cat >>confdefs.h <<\_ACEOF
33589 #define wxUSE_OPENGL 1
33590 _ACEOF
33591
33592 cat >>confdefs.h <<\_ACEOF
33593 #define wxUSE_GLCANVAS 1
33594 _ACEOF
33595
33596 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
33597 fi
33598 fi
33599
33600
33601 if test -n "$TOOLKIT" ; then
33602 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
33603 fi
33604
33605
33606
33607 if test "$wxUSE_SHARED" = "yes"; then
33608 case "${host}" in
33609 *-pc-msdosdjgpp )
33610 wxUSE_SHARED=no
33611 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
33612 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
33613 ;;
33614 esac
33615 fi
33616
33617 if test "$wxUSE_SHARED" = "yes"; then
33618
33619
33620 case "${host}" in
33621 *-*-cygwin* | *-*-mingw* )
33622 wx_cv_version_script=no
33623 ;;
33624
33625 *)
33626 { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
33627 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
33628 if test "${wx_cv_version_script+set}" = set; then
33629 echo $ECHO_N "(cached) $ECHO_C" >&6
33630 else
33631
33632 echo "VER_1 { *; };" >conftest.sym
33633 echo "int main() { return 0; }" >conftest.cpp
33634
33635 if { ac_try='
33636 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33637 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
33638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33639 (eval $ac_try) 2>&5
33640 ac_status=$?
33641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33642 (exit $ac_status); }; } ; then
33643 if test -s conftest.stderr ; then
33644 wx_cv_version_script=no
33645 else
33646 wx_cv_version_script=yes
33647 fi
33648 else
33649 wx_cv_version_script=no
33650 fi
33651
33652 if test $wx_cv_version_script = yes
33653 then
33654 echo "struct B { virtual ~B() { } }; \
33655 struct D : public B { }; \
33656 void F() { D d; }" > conftest.cpp
33657
33658 if { ac_try='
33659 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33660 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
33661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33662 (eval $ac_try) 2>&5
33663 ac_status=$?
33664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33665 (exit $ac_status); }; } &&
33666 { ac_try='
33667 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33668 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
33669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33670 (eval $ac_try) 2>&5
33671 ac_status=$?
33672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33673 (exit $ac_status); }; }
33674 then
33675 if { ac_try='
33676 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33677 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
33678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33679 (eval $ac_try) 2>&5
33680 ac_status=$?
33681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33682 (exit $ac_status); }; }
33683 then
33684 wx_cv_version_script=yes
33685 else
33686 wx_cv_version_script=no
33687 fi
33688 fi
33689 fi
33690
33691 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
33692 rm -f conftest1.output conftest2.output conftest3.output
33693
33694 fi
33695 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
33696 echo "${ECHO_T}$wx_cv_version_script" >&6; }
33697
33698 if test $wx_cv_version_script = yes ; then
33699 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
33700 fi
33701 ;;
33702 esac
33703
33704
33705 if test "$wxUSE_VISIBILITY" != "no"; then
33706
33707
33708 if test -n "$GCC"; then
33709 CFLAGS_VISIBILITY="-fvisibility=hidden"
33710 CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
33711 { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
33712 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
33713 if test "${wx_cv_cc_visibility+set}" = set; then
33714 echo $ECHO_N "(cached) $ECHO_C" >&6
33715 else
33716
33717 wx_save_CXXFLAGS="$CXXFLAGS"
33718 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
33719 ac_ext=cpp
33720 ac_cpp='$CXXCPP $CPPFLAGS'
33721 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33722 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33723 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33724
33725 cat >conftest.$ac_ext <<_ACEOF
33726 /* confdefs.h. */
33727 _ACEOF
33728 cat confdefs.h >>conftest.$ac_ext
33729 cat >>conftest.$ac_ext <<_ACEOF
33730 /* end confdefs.h. */
33731
33732 /* we need gcc >= 4.0, older versions with visibility support
33733 didn't have class visibility: */
33734 #if defined(__GNUC__) && __GNUC__ < 4
33735 error this gcc is too old;
33736 #endif
33737
33738 /* visibility only makes sense for ELF shared libs: */
33739 #if !defined(__ELF__) && !defined(__APPLE__)
33740 error this platform has no visibility;
33741 #endif
33742
33743 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
33744 extern __attribute__((__visibility__("default"))) int exportedvar;
33745 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
33746 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
33747 class __attribute__((__visibility__("default"))) Foo {
33748 Foo() {}
33749 };
33750
33751 int
33752 main ()
33753 {
33754
33755 ;
33756 return 0;
33757 }
33758 _ACEOF
33759 rm -f conftest.$ac_objext
33760 if { (ac_try="$ac_compile"
33761 case "(($ac_try" in
33762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33763 *) ac_try_echo=$ac_try;;
33764 esac
33765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33766 (eval "$ac_compile") 2>conftest.er1
33767 ac_status=$?
33768 grep -v '^ *+' conftest.er1 >conftest.err
33769 rm -f conftest.er1
33770 cat conftest.err >&5
33771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33772 (exit $ac_status); } && {
33773 test -z "$ac_cxx_werror_flag" ||
33774 test ! -s conftest.err
33775 } && test -s conftest.$ac_objext; then
33776 wx_cv_cc_visibility=yes
33777 else
33778 echo "$as_me: failed program was:" >&5
33779 sed 's/^/| /' conftest.$ac_ext >&5
33780
33781 wx_cv_cc_visibility=no
33782 fi
33783
33784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33785 ac_ext=c
33786 ac_cpp='$CPP $CPPFLAGS'
33787 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33788 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33789 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33790
33791 CXXFLAGS="$wx_save_CXXFLAGS"
33792 fi
33793
33794 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
33795 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
33796 if test $wx_cv_cc_visibility = yes; then
33797 { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
33798 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
33799 if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
33800 echo $ECHO_N "(cached) $ECHO_C" >&6
33801 else
33802
33803 wx_save_CXXFLAGS="$CXXFLAGS"
33804 wx_save_LDFLAGS="$LDFLAGS"
33805 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
33806 LDFLAGS="$LDFLAGS -shared -fPIC"
33807 ac_ext=cpp
33808 ac_cpp='$CXXCPP $CPPFLAGS'
33809 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33810 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33811 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33812
33813 cat >conftest.$ac_ext <<_ACEOF
33814 /* confdefs.h. */
33815 _ACEOF
33816 cat confdefs.h >>conftest.$ac_ext
33817 cat >>conftest.$ac_ext <<_ACEOF
33818 /* end confdefs.h. */
33819
33820 #include <string>
33821
33822 int
33823 main ()
33824 {
33825
33826 std::string s("hello");
33827 return s.length();
33828
33829 ;
33830 return 0;
33831 }
33832 _ACEOF
33833 rm -f conftest.$ac_objext conftest$ac_exeext
33834 if { (ac_try="$ac_link"
33835 case "(($ac_try" in
33836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33837 *) ac_try_echo=$ac_try;;
33838 esac
33839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33840 (eval "$ac_link") 2>conftest.er1
33841 ac_status=$?
33842 grep -v '^ *+' conftest.er1 >conftest.err
33843 rm -f conftest.er1
33844 cat conftest.err >&5
33845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33846 (exit $ac_status); } && {
33847 test -z "$ac_cxx_werror_flag" ||
33848 test ! -s conftest.err
33849 } && test -s conftest$ac_exeext &&
33850 $as_test_x conftest$ac_exeext; then
33851 wx_cv_cc_broken_libstdcxx_visibility=no
33852 else
33853 echo "$as_me: failed program was:" >&5
33854 sed 's/^/| /' conftest.$ac_ext >&5
33855
33856 wx_cv_cc_broken_libstdcxx_visibility=yes
33857 fi
33858
33859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33860 conftest$ac_exeext conftest.$ac_ext
33861 ac_ext=c
33862 ac_cpp='$CPP $CPPFLAGS'
33863 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33864 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33865 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33866
33867 CXXFLAGS="$wx_save_CXXFLAGS"
33868 LDFLAGS="$wx_save_LDFLAGS"
33869 fi
33870
33871 { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
33872 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
33873
33874 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
33875 { echo "$as_me:$LINENO: checking whether we can work around it" >&5
33876 echo $ECHO_N "checking whether we can work around it... $ECHO_C" >&6; }
33877 if test "${wx_cv_cc_visibility_workaround+set}" = set; then
33878 echo $ECHO_N "(cached) $ECHO_C" >&6
33879 else
33880
33881 ac_ext=cpp
33882 ac_cpp='$CXXCPP $CPPFLAGS'
33883 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33884 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33885 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33886
33887 cat >conftest.$ac_ext <<_ACEOF
33888 /* confdefs.h. */
33889 _ACEOF
33890 cat confdefs.h >>conftest.$ac_ext
33891 cat >>conftest.$ac_ext <<_ACEOF
33892 /* end confdefs.h. */
33893
33894 #pragma GCC visibility push(default)
33895 #include <string>
33896 #pragma GCC visibility pop
33897
33898 int
33899 main ()
33900 {
33901
33902 std::string s("hello");
33903 return s.length();
33904
33905 ;
33906 return 0;
33907 }
33908 _ACEOF
33909 rm -f conftest.$ac_objext conftest$ac_exeext
33910 if { (ac_try="$ac_link"
33911 case "(($ac_try" in
33912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33913 *) ac_try_echo=$ac_try;;
33914 esac
33915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33916 (eval "$ac_link") 2>conftest.er1
33917 ac_status=$?
33918 grep -v '^ *+' conftest.er1 >conftest.err
33919 rm -f conftest.er1
33920 cat conftest.err >&5
33921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33922 (exit $ac_status); } && {
33923 test -z "$ac_cxx_werror_flag" ||
33924 test ! -s conftest.err
33925 } && test -s conftest$ac_exeext &&
33926 $as_test_x conftest$ac_exeext; then
33927 wx_cv_cc_visibility_workaround=no
33928 else
33929 echo "$as_me: failed program was:" >&5
33930 sed 's/^/| /' conftest.$ac_ext >&5
33931
33932 wx_cv_cc_visibility_workaround=yes
33933 fi
33934
33935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33936 conftest$ac_exeext conftest.$ac_ext
33937 ac_ext=c
33938 ac_cpp='$CPP $CPPFLAGS'
33939 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33940 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33941 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33942
33943
33944 fi
33945
33946 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility_workaround" >&5
33947 echo "${ECHO_T}$wx_cv_cc_visibility_workaround" >&6; }
33948
33949 if test $wx_cv_cc_visibility_workaround = no; then
33950 wx_cv_cc_visibility=no
33951 fi
33952 fi
33953 fi
33954
33955 if test $wx_cv_cc_visibility = yes; then
33956 cat >>confdefs.h <<\_ACEOF
33957 #define HAVE_VISIBILITY 1
33958 _ACEOF
33959
33960 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
33961 cat >>confdefs.h <<\_ACEOF
33962 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
33963 _ACEOF
33964
33965 fi
33966 else
33967 CFLAGS_VISIBILITY=""
33968 CXXFLAGS_VISIBILITY=""
33969 fi
33970
33971
33972 fi
33973
33974 fi
33975
33976 if test "x$SUNCXX" = xyes; then
33977 SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
33978 WXCONFIG_RPATH="-R\$libdir"
33979 else
33980 case "${host}" in
33981 *-*-linux* | *-*-gnu* )
33982 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
33983 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
33984 ;;
33985
33986 *-*-solaris2* )
33987
33988 CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
33989
33990 saveLdflags="$LDFLAGS"
33991 LDFLAGS="$saveLdflags -Wl,-rpath,/"
33992 { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
33993 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
33994 cat >conftest.$ac_ext <<_ACEOF
33995 /* confdefs.h. */
33996 _ACEOF
33997 cat confdefs.h >>conftest.$ac_ext
33998 cat >>conftest.$ac_ext <<_ACEOF
33999 /* end confdefs.h. */
34000
34001 int
34002 main ()
34003 {
34004
34005 ;
34006 return 0;
34007 }
34008 _ACEOF
34009 rm -f conftest.$ac_objext conftest$ac_exeext
34010 if { (ac_try="$ac_link"
34011 case "(($ac_try" in
34012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34013 *) ac_try_echo=$ac_try;;
34014 esac
34015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34016 (eval "$ac_link") 2>conftest.er1
34017 ac_status=$?
34018 grep -v '^ *+' conftest.er1 >conftest.err
34019 rm -f conftest.er1
34020 cat conftest.err >&5
34021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34022 (exit $ac_status); } && {
34023 test -z "$ac_c_werror_flag" ||
34024 test ! -s conftest.err
34025 } && test -s conftest$ac_exeext &&
34026 $as_test_x conftest$ac_exeext; then
34027
34028 { echo "$as_me:$LINENO: result: yes" >&5
34029 echo "${ECHO_T}yes" >&6; }
34030 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
34031 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
34032
34033 else
34034 echo "$as_me: failed program was:" >&5
34035 sed 's/^/| /' conftest.$ac_ext >&5
34036
34037
34038 { echo "$as_me:$LINENO: result: no" >&5
34039 echo "${ECHO_T}no" >&6; }
34040 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
34041 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
34042 LDFLAGS="$saveLdflags -Wl,-R,/"
34043 cat >conftest.$ac_ext <<_ACEOF
34044 /* confdefs.h. */
34045 _ACEOF
34046 cat confdefs.h >>conftest.$ac_ext
34047 cat >>conftest.$ac_ext <<_ACEOF
34048 /* end confdefs.h. */
34049
34050 int
34051 main ()
34052 {
34053
34054 ;
34055 return 0;
34056 }
34057 _ACEOF
34058 rm -f conftest.$ac_objext conftest$ac_exeext
34059 if { (ac_try="$ac_link"
34060 case "(($ac_try" in
34061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34062 *) ac_try_echo=$ac_try;;
34063 esac
34064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34065 (eval "$ac_link") 2>conftest.er1
34066 ac_status=$?
34067 grep -v '^ *+' conftest.er1 >conftest.err
34068 rm -f conftest.er1
34069 cat conftest.err >&5
34070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34071 (exit $ac_status); } && {
34072 test -z "$ac_c_werror_flag" ||
34073 test ! -s conftest.err
34074 } && test -s conftest$ac_exeext &&
34075 $as_test_x conftest$ac_exeext; then
34076
34077 { echo "$as_me:$LINENO: result: yes" >&5
34078 echo "${ECHO_T}yes" >&6; }
34079 SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
34080 WXCONFIG_RPATH="-Wl,-R,\$libdir"
34081
34082 else
34083 echo "$as_me: failed program was:" >&5
34084 sed 's/^/| /' conftest.$ac_ext >&5
34085
34086
34087 { echo "$as_me:$LINENO: result: no" >&5
34088 echo "${ECHO_T}no" >&6; }
34089
34090 fi
34091
34092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34093 conftest$ac_exeext conftest.$ac_ext
34094
34095 fi
34096
34097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34098 conftest$ac_exeext conftest.$ac_ext
34099 LDFLAGS="$saveLdflags"
34100 ;;
34101
34102 *-*-darwin* )
34103 install_name_tool=`which ${HOST_PREFIX}install_name_tool`
34104 if test "$install_name_tool" -a -x "$install_name_tool"; then
34105 DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@ \$@"
34106 cat <<EOF >change-install-names
34107 #!/bin/sh
34108 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
34109 for i in \${libnames} ; do
34110 ${HOST_PREFIX}install_name_tool -id \${1}/\${i} \${1}/\${i}
34111 for dep in \${libnames} ; do
34112 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${1}/\${dep} \${1}/\${i}
34113 done
34114 done
34115 EOF
34116 chmod +x change-install-names
34117 DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${libdir} \$(wx_top_builddir)/lib"
34118 fi
34119
34120 HEADER_PAD_OPTION="-headerpad_max_install_names"
34121 ;;
34122
34123 *-*-cygwin* | *-*-mingw32* )
34124 ;;
34125
34126 *-*-hpux* )
34127 SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
34128 WXCONFIG_RPATH="-Wl,+b,\$libdir"
34129 ;;
34130
34131 esac
34132 fi
34133
34134 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
34135
34136 if test $wxUSE_RPATH = "no"; then
34137 SAMPLES_RPATH_FLAG=''
34138 DYLIB_PATH_POSTLINK=''
34139 WXCONFIG_RPATH=''
34140 fi
34141
34142 SHARED=1
34143
34144 else
34145
34146 config_linkage_component="-static"
34147 SHARED=0
34148
34149 fi
34150
34151
34152 UNICODE=0
34153 lib_unicode_suffix=
34154 WX_CHARTYPE="ansi"
34155 if test "$wxUSE_UNICODE" = "yes"; then
34156 lib_unicode_suffix=u
34157 WX_CHARTYPE="unicode"
34158 UNICODE=1
34159 fi
34160
34161 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
34162 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
34163
34164 DEBUG_INFO=0
34165 if test "$wxUSE_DEBUG_INFO" = "yes"; then
34166 DEBUG_INFO=1
34167 fi
34168
34169 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
34170
34171 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
34172
34173 TOOLCHAIN_FULLNAME="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
34174
34175
34176 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_COCOA" = 1; then
34177 WX_LIBRARY_BASENAME_NOGUI="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34178 else
34179 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34180 fi
34181 if test "${TOOLKIT_DIR}" = "os2"; then
34182 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34183 else
34184 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34185 fi
34186
34187
34188
34189 if test "$wxUSE_COCOA" = 1; then
34190
34191 ac_ext=c
34192 ac_cpp='$CPP $CPPFLAGS'
34193 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34194 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34195 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34196
34197 ac_ext=m
34198
34199 { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
34200 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
34201 cat >conftest.$ac_ext <<_ACEOF
34202 /* confdefs.h. */
34203 _ACEOF
34204 cat confdefs.h >>conftest.$ac_ext
34205 cat >>conftest.$ac_ext <<_ACEOF
34206 /* end confdefs.h. */
34207 #include <AppKit/NSEvent.h>
34208 #include <CoreFoundation/CoreFoundation.h>
34209
34210 int
34211 main ()
34212 {
34213
34214 ;
34215 return 0;
34216 }
34217 _ACEOF
34218 rm -f conftest.$ac_objext
34219 if { (ac_try="$ac_compile"
34220 case "(($ac_try" in
34221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34222 *) ac_try_echo=$ac_try;;
34223 esac
34224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34225 (eval "$ac_compile") 2>conftest.er1
34226 ac_status=$?
34227 grep -v '^ *+' conftest.er1 >conftest.err
34228 rm -f conftest.er1
34229 cat conftest.err >&5
34230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34231 (exit $ac_status); } && {
34232 test -z "$ac_c_werror_flag" ||
34233 test ! -s conftest.err
34234 } && test -s conftest.$ac_objext; then
34235 { echo "$as_me:$LINENO: result: no" >&5
34236 echo "${ECHO_T}no" >&6; }
34237 else
34238 echo "$as_me: failed program was:" >&5
34239 sed 's/^/| /' conftest.$ac_ext >&5
34240
34241 { echo "$as_me:$LINENO: result: yes" >&5
34242 echo "${ECHO_T}yes" >&6; }
34243 { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
34244 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
34245 cat >conftest.$ac_ext <<_ACEOF
34246 /* confdefs.h. */
34247 _ACEOF
34248 cat confdefs.h >>conftest.$ac_ext
34249 cat >>conftest.$ac_ext <<_ACEOF
34250 /* end confdefs.h. */
34251 #define __Point__ 1
34252 #include <AppKit/NSEvent.h>
34253 #include <CoreFoundation/CoreFoundation.h>
34254
34255 int
34256 main ()
34257 {
34258
34259 ;
34260 return 0;
34261 }
34262 _ACEOF
34263 rm -f conftest.$ac_objext
34264 if { (ac_try="$ac_compile"
34265 case "(($ac_try" in
34266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34267 *) ac_try_echo=$ac_try;;
34268 esac
34269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34270 (eval "$ac_compile") 2>conftest.er1
34271 ac_status=$?
34272 grep -v '^ *+' conftest.er1 >conftest.err
34273 rm -f conftest.er1
34274 cat conftest.err >&5
34275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34276 (exit $ac_status); } && {
34277 test -z "$ac_c_werror_flag" ||
34278 test ! -s conftest.err
34279 } && test -s conftest.$ac_objext; then
34280 { echo "$as_me:$LINENO: result: yes" >&5
34281 echo "${ECHO_T}yes" >&6; }
34282 cat >>confdefs.h <<\_ACEOF
34283 #define __Point__ 1
34284 _ACEOF
34285
34286
34287 else
34288 echo "$as_me: failed program was:" >&5
34289 sed 's/^/| /' conftest.$ac_ext >&5
34290
34291 { { echo "$as_me:$LINENO: error: no
34292 See \`config.log' for more details." >&5
34293 echo "$as_me: error: no
34294 See \`config.log' for more details." >&2;}
34295 { (exit 1); exit 1; }; }
34296
34297 fi
34298
34299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34300
34301 fi
34302
34303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34304 ac_ext=c
34305 ac_cpp='$CPP $CPPFLAGS'
34306 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34307 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34308 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34309
34310 fi
34311
34312
34313 { echo "$as_me:$LINENO: checking for mode_t" >&5
34314 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
34315 if test "${ac_cv_type_mode_t+set}" = set; then
34316 echo $ECHO_N "(cached) $ECHO_C" >&6
34317 else
34318 cat >conftest.$ac_ext <<_ACEOF
34319 /* confdefs.h. */
34320 _ACEOF
34321 cat confdefs.h >>conftest.$ac_ext
34322 cat >>conftest.$ac_ext <<_ACEOF
34323 /* end confdefs.h. */
34324 $ac_includes_default
34325 typedef mode_t ac__type_new_;
34326 int
34327 main ()
34328 {
34329 if ((ac__type_new_ *) 0)
34330 return 0;
34331 if (sizeof (ac__type_new_))
34332 return 0;
34333 ;
34334 return 0;
34335 }
34336 _ACEOF
34337 rm -f conftest.$ac_objext
34338 if { (ac_try="$ac_compile"
34339 case "(($ac_try" in
34340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34341 *) ac_try_echo=$ac_try;;
34342 esac
34343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34344 (eval "$ac_compile") 2>conftest.er1
34345 ac_status=$?
34346 grep -v '^ *+' conftest.er1 >conftest.err
34347 rm -f conftest.er1
34348 cat conftest.err >&5
34349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34350 (exit $ac_status); } && {
34351 test -z "$ac_c_werror_flag" ||
34352 test ! -s conftest.err
34353 } && test -s conftest.$ac_objext; then
34354 ac_cv_type_mode_t=yes
34355 else
34356 echo "$as_me: failed program was:" >&5
34357 sed 's/^/| /' conftest.$ac_ext >&5
34358
34359 ac_cv_type_mode_t=no
34360 fi
34361
34362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34363 fi
34364 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
34365 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
34366 if test $ac_cv_type_mode_t = yes; then
34367 :
34368 else
34369
34370 cat >>confdefs.h <<_ACEOF
34371 #define mode_t int
34372 _ACEOF
34373
34374 fi
34375
34376 { echo "$as_me:$LINENO: checking for off_t" >&5
34377 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
34378 if test "${ac_cv_type_off_t+set}" = set; then
34379 echo $ECHO_N "(cached) $ECHO_C" >&6
34380 else
34381 cat >conftest.$ac_ext <<_ACEOF
34382 /* confdefs.h. */
34383 _ACEOF
34384 cat confdefs.h >>conftest.$ac_ext
34385 cat >>conftest.$ac_ext <<_ACEOF
34386 /* end confdefs.h. */
34387 $ac_includes_default
34388 typedef off_t ac__type_new_;
34389 int
34390 main ()
34391 {
34392 if ((ac__type_new_ *) 0)
34393 return 0;
34394 if (sizeof (ac__type_new_))
34395 return 0;
34396 ;
34397 return 0;
34398 }
34399 _ACEOF
34400 rm -f conftest.$ac_objext
34401 if { (ac_try="$ac_compile"
34402 case "(($ac_try" in
34403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34404 *) ac_try_echo=$ac_try;;
34405 esac
34406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34407 (eval "$ac_compile") 2>conftest.er1
34408 ac_status=$?
34409 grep -v '^ *+' conftest.er1 >conftest.err
34410 rm -f conftest.er1
34411 cat conftest.err >&5
34412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34413 (exit $ac_status); } && {
34414 test -z "$ac_c_werror_flag" ||
34415 test ! -s conftest.err
34416 } && test -s conftest.$ac_objext; then
34417 ac_cv_type_off_t=yes
34418 else
34419 echo "$as_me: failed program was:" >&5
34420 sed 's/^/| /' conftest.$ac_ext >&5
34421
34422 ac_cv_type_off_t=no
34423 fi
34424
34425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34426 fi
34427 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
34428 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
34429 if test $ac_cv_type_off_t = yes; then
34430 :
34431 else
34432
34433 cat >>confdefs.h <<_ACEOF
34434 #define off_t long int
34435 _ACEOF
34436
34437 fi
34438
34439 { echo "$as_me:$LINENO: checking for pid_t" >&5
34440 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
34441 if test "${ac_cv_type_pid_t+set}" = set; then
34442 echo $ECHO_N "(cached) $ECHO_C" >&6
34443 else
34444 cat >conftest.$ac_ext <<_ACEOF
34445 /* confdefs.h. */
34446 _ACEOF
34447 cat confdefs.h >>conftest.$ac_ext
34448 cat >>conftest.$ac_ext <<_ACEOF
34449 /* end confdefs.h. */
34450 $ac_includes_default
34451 typedef pid_t ac__type_new_;
34452 int
34453 main ()
34454 {
34455 if ((ac__type_new_ *) 0)
34456 return 0;
34457 if (sizeof (ac__type_new_))
34458 return 0;
34459 ;
34460 return 0;
34461 }
34462 _ACEOF
34463 rm -f conftest.$ac_objext
34464 if { (ac_try="$ac_compile"
34465 case "(($ac_try" in
34466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34467 *) ac_try_echo=$ac_try;;
34468 esac
34469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34470 (eval "$ac_compile") 2>conftest.er1
34471 ac_status=$?
34472 grep -v '^ *+' conftest.er1 >conftest.err
34473 rm -f conftest.er1
34474 cat conftest.err >&5
34475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34476 (exit $ac_status); } && {
34477 test -z "$ac_c_werror_flag" ||
34478 test ! -s conftest.err
34479 } && test -s conftest.$ac_objext; then
34480 ac_cv_type_pid_t=yes
34481 else
34482 echo "$as_me: failed program was:" >&5
34483 sed 's/^/| /' conftest.$ac_ext >&5
34484
34485 ac_cv_type_pid_t=no
34486 fi
34487
34488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34489 fi
34490 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
34491 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
34492 if test $ac_cv_type_pid_t = yes; then
34493 :
34494 else
34495
34496 cat >>confdefs.h <<_ACEOF
34497 #define pid_t int
34498 _ACEOF
34499
34500 fi
34501
34502 { echo "$as_me:$LINENO: checking for size_t" >&5
34503 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
34504 if test "${ac_cv_type_size_t+set}" = set; then
34505 echo $ECHO_N "(cached) $ECHO_C" >&6
34506 else
34507 cat >conftest.$ac_ext <<_ACEOF
34508 /* confdefs.h. */
34509 _ACEOF
34510 cat confdefs.h >>conftest.$ac_ext
34511 cat >>conftest.$ac_ext <<_ACEOF
34512 /* end confdefs.h. */
34513 $ac_includes_default
34514 typedef size_t ac__type_new_;
34515 int
34516 main ()
34517 {
34518 if ((ac__type_new_ *) 0)
34519 return 0;
34520 if (sizeof (ac__type_new_))
34521 return 0;
34522 ;
34523 return 0;
34524 }
34525 _ACEOF
34526 rm -f conftest.$ac_objext
34527 if { (ac_try="$ac_compile"
34528 case "(($ac_try" in
34529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34530 *) ac_try_echo=$ac_try;;
34531 esac
34532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34533 (eval "$ac_compile") 2>conftest.er1
34534 ac_status=$?
34535 grep -v '^ *+' conftest.er1 >conftest.err
34536 rm -f conftest.er1
34537 cat conftest.err >&5
34538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34539 (exit $ac_status); } && {
34540 test -z "$ac_c_werror_flag" ||
34541 test ! -s conftest.err
34542 } && test -s conftest.$ac_objext; then
34543 ac_cv_type_size_t=yes
34544 else
34545 echo "$as_me: failed program was:" >&5
34546 sed 's/^/| /' conftest.$ac_ext >&5
34547
34548 ac_cv_type_size_t=no
34549 fi
34550
34551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34552 fi
34553 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
34554 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
34555 if test $ac_cv_type_size_t = yes; then
34556 :
34557 else
34558
34559 cat >>confdefs.h <<_ACEOF
34560 #define size_t unsigned int
34561 _ACEOF
34562
34563 fi
34564
34565
34566 { echo "$as_me:$LINENO: checking for ssize_t" >&5
34567 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
34568 if test "${ac_cv_type_ssize_t+set}" = set; then
34569 echo $ECHO_N "(cached) $ECHO_C" >&6
34570 else
34571 cat >conftest.$ac_ext <<_ACEOF
34572 /* confdefs.h. */
34573 _ACEOF
34574 cat confdefs.h >>conftest.$ac_ext
34575 cat >>conftest.$ac_ext <<_ACEOF
34576 /* end confdefs.h. */
34577 $ac_includes_default
34578 typedef ssize_t ac__type_new_;
34579 int
34580 main ()
34581 {
34582 if ((ac__type_new_ *) 0)
34583 return 0;
34584 if (sizeof (ac__type_new_))
34585 return 0;
34586 ;
34587 return 0;
34588 }
34589 _ACEOF
34590 rm -f conftest.$ac_objext
34591 if { (ac_try="$ac_compile"
34592 case "(($ac_try" in
34593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34594 *) ac_try_echo=$ac_try;;
34595 esac
34596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34597 (eval "$ac_compile") 2>conftest.er1
34598 ac_status=$?
34599 grep -v '^ *+' conftest.er1 >conftest.err
34600 rm -f conftest.er1
34601 cat conftest.err >&5
34602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34603 (exit $ac_status); } && {
34604 test -z "$ac_c_werror_flag" ||
34605 test ! -s conftest.err
34606 } && test -s conftest.$ac_objext; then
34607 ac_cv_type_ssize_t=yes
34608 else
34609 echo "$as_me: failed program was:" >&5
34610 sed 's/^/| /' conftest.$ac_ext >&5
34611
34612 ac_cv_type_ssize_t=no
34613 fi
34614
34615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34616 fi
34617 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34618 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
34619 if test $ac_cv_type_ssize_t = yes; then
34620
34621 cat >>confdefs.h <<_ACEOF
34622 #define HAVE_SSIZE_T 1
34623 _ACEOF
34624
34625
34626 fi
34627
34628
34629 ac_ext=cpp
34630 ac_cpp='$CXXCPP $CPPFLAGS'
34631 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34632 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34633 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34634 { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
34635 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
34636 if test "${wx_cv_size_t_is_uint+set}" = set; then
34637 echo $ECHO_N "(cached) $ECHO_C" >&6
34638 else
34639
34640 cat >conftest.$ac_ext <<_ACEOF
34641 /* confdefs.h. */
34642 _ACEOF
34643 cat confdefs.h >>conftest.$ac_ext
34644 cat >>conftest.$ac_ext <<_ACEOF
34645 /* end confdefs.h. */
34646 #include <stddef.h>
34647 int
34648 main ()
34649 {
34650
34651 return 0; }
34652
34653 struct Foo { void foo(size_t); void foo(unsigned int); };
34654
34655 int bar() {
34656
34657 ;
34658 return 0;
34659 }
34660 _ACEOF
34661 rm -f conftest.$ac_objext
34662 if { (ac_try="$ac_compile"
34663 case "(($ac_try" in
34664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34665 *) ac_try_echo=$ac_try;;
34666 esac
34667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34668 (eval "$ac_compile") 2>conftest.er1
34669 ac_status=$?
34670 grep -v '^ *+' conftest.er1 >conftest.err
34671 rm -f conftest.er1
34672 cat conftest.err >&5
34673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34674 (exit $ac_status); } && {
34675 test -z "$ac_cxx_werror_flag" ||
34676 test ! -s conftest.err
34677 } && test -s conftest.$ac_objext; then
34678 wx_cv_size_t_is_uint=no
34679 else
34680 echo "$as_me: failed program was:" >&5
34681 sed 's/^/| /' conftest.$ac_ext >&5
34682
34683 wx_cv_size_t_is_uint=yes
34684
34685 fi
34686
34687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34688
34689
34690 fi
34691 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
34692 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
34693
34694 if test "$wx_cv_size_t_is_uint" = "yes"; then
34695 cat >>confdefs.h <<\_ACEOF
34696 #define wxSIZE_T_IS_UINT 1
34697 _ACEOF
34698
34699 else
34700 { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
34701 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
34702 if test "${wx_cv_size_t_is_ulong+set}" = set; then
34703 echo $ECHO_N "(cached) $ECHO_C" >&6
34704 else
34705 cat >conftest.$ac_ext <<_ACEOF
34706 /* confdefs.h. */
34707 _ACEOF
34708 cat confdefs.h >>conftest.$ac_ext
34709 cat >>conftest.$ac_ext <<_ACEOF
34710 /* end confdefs.h. */
34711 #include <stddef.h>
34712 int
34713 main ()
34714 {
34715
34716 return 0; }
34717
34718 struct Foo { void foo(size_t); void foo(unsigned long); };
34719
34720 int bar() {
34721
34722 ;
34723 return 0;
34724 }
34725 _ACEOF
34726 rm -f conftest.$ac_objext
34727 if { (ac_try="$ac_compile"
34728 case "(($ac_try" in
34729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34730 *) ac_try_echo=$ac_try;;
34731 esac
34732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34733 (eval "$ac_compile") 2>conftest.er1
34734 ac_status=$?
34735 grep -v '^ *+' conftest.er1 >conftest.err
34736 rm -f conftest.er1
34737 cat conftest.err >&5
34738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34739 (exit $ac_status); } && {
34740 test -z "$ac_cxx_werror_flag" ||
34741 test ! -s conftest.err
34742 } && test -s conftest.$ac_objext; then
34743 wx_cv_size_t_is_ulong=no
34744 else
34745 echo "$as_me: failed program was:" >&5
34746 sed 's/^/| /' conftest.$ac_ext >&5
34747
34748 wx_cv_size_t_is_ulong=yes
34749
34750 fi
34751
34752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34753
34754 fi
34755 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
34756 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
34757
34758 if test "$wx_cv_size_t_is_ulong" = "yes"; then
34759 cat >>confdefs.h <<\_ACEOF
34760 #define wxSIZE_T_IS_ULONG 1
34761 _ACEOF
34762
34763 fi
34764 fi
34765
34766 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
34767 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
34768 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
34769 echo $ECHO_N "(cached) $ECHO_C" >&6
34770 else
34771 cat >conftest.$ac_ext <<_ACEOF
34772 /* confdefs.h. */
34773 _ACEOF
34774 cat confdefs.h >>conftest.$ac_ext
34775 cat >>conftest.$ac_ext <<_ACEOF
34776 /* end confdefs.h. */
34777 #include <wchar.h>
34778 int
34779 main ()
34780 {
34781
34782 return 0; }
34783
34784 struct Foo { void foo(wchar_t);
34785 void foo(unsigned short);
34786 void foo(unsigned int);
34787 void foo(unsigned long); };
34788
34789 int bar() {
34790
34791 ;
34792 return 0;
34793 }
34794 _ACEOF
34795 rm -f conftest.$ac_objext
34796 if { (ac_try="$ac_compile"
34797 case "(($ac_try" in
34798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34799 *) ac_try_echo=$ac_try;;
34800 esac
34801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34802 (eval "$ac_compile") 2>conftest.er1
34803 ac_status=$?
34804 grep -v '^ *+' conftest.er1 >conftest.err
34805 rm -f conftest.er1
34806 cat conftest.err >&5
34807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34808 (exit $ac_status); } && {
34809 test -z "$ac_cxx_werror_flag" ||
34810 test ! -s conftest.err
34811 } && test -s conftest.$ac_objext; then
34812 wx_cv_wchar_t_is_separate_type=yes
34813 else
34814 echo "$as_me: failed program was:" >&5
34815 sed 's/^/| /' conftest.$ac_ext >&5
34816
34817 wx_cv_wchar_t_is_separate_type=no
34818
34819 fi
34820
34821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34822
34823 fi
34824 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
34825 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
34826
34827 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
34828 cat >>confdefs.h <<\_ACEOF
34829 #define wxWCHAR_T_IS_REAL_TYPE 1
34830 _ACEOF
34831
34832 else
34833 cat >>confdefs.h <<\_ACEOF
34834 #define wxWCHAR_T_IS_REAL_TYPE 0
34835 _ACEOF
34836
34837 fi
34838
34839 ac_ext=c
34840 ac_cpp='$CPP $CPPFLAGS'
34841 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34842 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34843 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34844
34845
34846 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
34847 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
34848 if test "${wx_cv_struct_pw_gecos+set}" = set; then
34849 echo $ECHO_N "(cached) $ECHO_C" >&6
34850 else
34851
34852 cat >conftest.$ac_ext <<_ACEOF
34853 /* confdefs.h. */
34854 _ACEOF
34855 cat confdefs.h >>conftest.$ac_ext
34856 cat >>conftest.$ac_ext <<_ACEOF
34857 /* end confdefs.h. */
34858 #include <pwd.h>
34859 int
34860 main ()
34861 {
34862
34863 char *p;
34864 struct passwd *pw;
34865 p = pw->pw_gecos;
34866
34867 ;
34868 return 0;
34869 }
34870 _ACEOF
34871 rm -f conftest.$ac_objext
34872 if { (ac_try="$ac_compile"
34873 case "(($ac_try" in
34874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34875 *) ac_try_echo=$ac_try;;
34876 esac
34877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34878 (eval "$ac_compile") 2>conftest.er1
34879 ac_status=$?
34880 grep -v '^ *+' conftest.er1 >conftest.err
34881 rm -f conftest.er1
34882 cat conftest.err >&5
34883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34884 (exit $ac_status); } && {
34885 test -z "$ac_c_werror_flag" ||
34886 test ! -s conftest.err
34887 } && test -s conftest.$ac_objext; then
34888
34889 wx_cv_struct_pw_gecos=yes
34890
34891 else
34892 echo "$as_me: failed program was:" >&5
34893 sed 's/^/| /' conftest.$ac_ext >&5
34894
34895
34896 wx_cv_struct_pw_gecos=no
34897
34898
34899 fi
34900
34901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34902
34903
34904 fi
34905 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
34906 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
34907
34908 if test "$wx_cv_struct_pw_gecos" = "yes"; then
34909 cat >>confdefs.h <<\_ACEOF
34910 #define HAVE_PW_GECOS 1
34911 _ACEOF
34912
34913 fi
34914
34915
34916 if test "$wxUSE_WCHAR_T" = "yes"; then
34917 cat >>confdefs.h <<\_ACEOF
34918 #define wxUSE_WCHAR_T 1
34919 _ACEOF
34920
34921
34922 WCSLEN_FOUND=0
34923 WCHAR_LINK=
34924
34925 for ac_func in wcslen
34926 do
34927 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34928 { echo "$as_me:$LINENO: checking for $ac_func" >&5
34929 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
34930 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
34931 echo $ECHO_N "(cached) $ECHO_C" >&6
34932 else
34933 cat >conftest.$ac_ext <<_ACEOF
34934 /* confdefs.h. */
34935 _ACEOF
34936 cat confdefs.h >>conftest.$ac_ext
34937 cat >>conftest.$ac_ext <<_ACEOF
34938 /* end confdefs.h. */
34939 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34940 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34941 #define $ac_func innocuous_$ac_func
34942
34943 /* System header to define __stub macros and hopefully few prototypes,
34944 which can conflict with char $ac_func (); below.
34945 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34946 <limits.h> exists even on freestanding compilers. */
34947
34948 #ifdef __STDC__
34949 # include <limits.h>
34950 #else
34951 # include <assert.h>
34952 #endif
34953
34954 #undef $ac_func
34955
34956 /* Override any GCC internal prototype to avoid an error.
34957 Use char because int might match the return type of a GCC
34958 builtin and then its argument prototype would still apply. */
34959 #ifdef __cplusplus
34960 extern "C"
34961 #endif
34962 char $ac_func ();
34963 /* The GNU C library defines this for functions which it implements
34964 to always fail with ENOSYS. Some functions are actually named
34965 something starting with __ and the normal name is an alias. */
34966 #if defined __stub_$ac_func || defined __stub___$ac_func
34967 choke me
34968 #endif
34969
34970 int
34971 main ()
34972 {
34973 return $ac_func ();
34974 ;
34975 return 0;
34976 }
34977 _ACEOF
34978 rm -f conftest.$ac_objext conftest$ac_exeext
34979 if { (ac_try="$ac_link"
34980 case "(($ac_try" in
34981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34982 *) ac_try_echo=$ac_try;;
34983 esac
34984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34985 (eval "$ac_link") 2>conftest.er1
34986 ac_status=$?
34987 grep -v '^ *+' conftest.er1 >conftest.err
34988 rm -f conftest.er1
34989 cat conftest.err >&5
34990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34991 (exit $ac_status); } && {
34992 test -z "$ac_c_werror_flag" ||
34993 test ! -s conftest.err
34994 } && test -s conftest$ac_exeext &&
34995 $as_test_x conftest$ac_exeext; then
34996 eval "$as_ac_var=yes"
34997 else
34998 echo "$as_me: failed program was:" >&5
34999 sed 's/^/| /' conftest.$ac_ext >&5
35000
35001 eval "$as_ac_var=no"
35002 fi
35003
35004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35005 conftest$ac_exeext conftest.$ac_ext
35006 fi
35007 ac_res=`eval echo '${'$as_ac_var'}'`
35008 { echo "$as_me:$LINENO: result: $ac_res" >&5
35009 echo "${ECHO_T}$ac_res" >&6; }
35010 if test `eval echo '${'$as_ac_var'}'` = yes; then
35011 cat >>confdefs.h <<_ACEOF
35012 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35013 _ACEOF
35014 WCSLEN_FOUND=1
35015 fi
35016 done
35017
35018
35019 if test "$WCSLEN_FOUND" = 0; then
35020 if test "$TOOLKIT" = "MSW"; then
35021 { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
35022 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
35023 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
35024 echo $ECHO_N "(cached) $ECHO_C" >&6
35025 else
35026 ac_check_lib_save_LIBS=$LIBS
35027 LIBS="-lmsvcrt $LIBS"
35028 cat >conftest.$ac_ext <<_ACEOF
35029 /* confdefs.h. */
35030 _ACEOF
35031 cat confdefs.h >>conftest.$ac_ext
35032 cat >>conftest.$ac_ext <<_ACEOF
35033 /* end confdefs.h. */
35034
35035 /* Override any GCC internal prototype to avoid an error.
35036 Use char because int might match the return type of a GCC
35037 builtin and then its argument prototype would still apply. */
35038 #ifdef __cplusplus
35039 extern "C"
35040 #endif
35041 char wcslen ();
35042 int
35043 main ()
35044 {
35045 return wcslen ();
35046 ;
35047 return 0;
35048 }
35049 _ACEOF
35050 rm -f conftest.$ac_objext conftest$ac_exeext
35051 if { (ac_try="$ac_link"
35052 case "(($ac_try" in
35053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35054 *) ac_try_echo=$ac_try;;
35055 esac
35056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35057 (eval "$ac_link") 2>conftest.er1
35058 ac_status=$?
35059 grep -v '^ *+' conftest.er1 >conftest.err
35060 rm -f conftest.er1
35061 cat conftest.err >&5
35062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35063 (exit $ac_status); } && {
35064 test -z "$ac_c_werror_flag" ||
35065 test ! -s conftest.err
35066 } && test -s conftest$ac_exeext &&
35067 $as_test_x conftest$ac_exeext; then
35068 ac_cv_lib_msvcrt_wcslen=yes
35069 else
35070 echo "$as_me: failed program was:" >&5
35071 sed 's/^/| /' conftest.$ac_ext >&5
35072
35073 ac_cv_lib_msvcrt_wcslen=no
35074 fi
35075
35076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35077 conftest$ac_exeext conftest.$ac_ext
35078 LIBS=$ac_check_lib_save_LIBS
35079 fi
35080 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
35081 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
35082 if test $ac_cv_lib_msvcrt_wcslen = yes; then
35083 WCHAR_OK=1
35084 fi
35085
35086 else
35087 { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
35088 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
35089 if test "${ac_cv_lib_w_wcslen+set}" = set; then
35090 echo $ECHO_N "(cached) $ECHO_C" >&6
35091 else
35092 ac_check_lib_save_LIBS=$LIBS
35093 LIBS="-lw $LIBS"
35094 cat >conftest.$ac_ext <<_ACEOF
35095 /* confdefs.h. */
35096 _ACEOF
35097 cat confdefs.h >>conftest.$ac_ext
35098 cat >>conftest.$ac_ext <<_ACEOF
35099 /* end confdefs.h. */
35100
35101 /* Override any GCC internal prototype to avoid an error.
35102 Use char because int might match the return type of a GCC
35103 builtin and then its argument prototype would still apply. */
35104 #ifdef __cplusplus
35105 extern "C"
35106 #endif
35107 char wcslen ();
35108 int
35109 main ()
35110 {
35111 return wcslen ();
35112 ;
35113 return 0;
35114 }
35115 _ACEOF
35116 rm -f conftest.$ac_objext conftest$ac_exeext
35117 if { (ac_try="$ac_link"
35118 case "(($ac_try" in
35119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35120 *) ac_try_echo=$ac_try;;
35121 esac
35122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35123 (eval "$ac_link") 2>conftest.er1
35124 ac_status=$?
35125 grep -v '^ *+' conftest.er1 >conftest.err
35126 rm -f conftest.er1
35127 cat conftest.err >&5
35128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35129 (exit $ac_status); } && {
35130 test -z "$ac_c_werror_flag" ||
35131 test ! -s conftest.err
35132 } && test -s conftest$ac_exeext &&
35133 $as_test_x conftest$ac_exeext; then
35134 ac_cv_lib_w_wcslen=yes
35135 else
35136 echo "$as_me: failed program was:" >&5
35137 sed 's/^/| /' conftest.$ac_ext >&5
35138
35139 ac_cv_lib_w_wcslen=no
35140 fi
35141
35142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35143 conftest$ac_exeext conftest.$ac_ext
35144 LIBS=$ac_check_lib_save_LIBS
35145 fi
35146 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
35147 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
35148 if test $ac_cv_lib_w_wcslen = yes; then
35149
35150 WCHAR_LINK=" -lw"
35151 WCSLEN_FOUND=1
35152
35153 fi
35154
35155 fi
35156 fi
35157
35158 if test "$WCSLEN_FOUND" = 1; then
35159 cat >>confdefs.h <<\_ACEOF
35160 #define HAVE_WCSLEN 1
35161 _ACEOF
35162
35163 fi
35164
35165
35166
35167
35168
35169
35170 for ac_func in wcsdup strnlen wcsnlen wcscasecmp wcsncasecmp
35171 do
35172 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35173 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35174 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35175 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35176 echo $ECHO_N "(cached) $ECHO_C" >&6
35177 else
35178 cat >conftest.$ac_ext <<_ACEOF
35179 /* confdefs.h. */
35180 _ACEOF
35181 cat confdefs.h >>conftest.$ac_ext
35182 cat >>conftest.$ac_ext <<_ACEOF
35183 /* end confdefs.h. */
35184 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35185 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35186 #define $ac_func innocuous_$ac_func
35187
35188 /* System header to define __stub macros and hopefully few prototypes,
35189 which can conflict with char $ac_func (); below.
35190 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35191 <limits.h> exists even on freestanding compilers. */
35192
35193 #ifdef __STDC__
35194 # include <limits.h>
35195 #else
35196 # include <assert.h>
35197 #endif
35198
35199 #undef $ac_func
35200
35201 /* Override any GCC internal prototype to avoid an error.
35202 Use char because int might match the return type of a GCC
35203 builtin and then its argument prototype would still apply. */
35204 #ifdef __cplusplus
35205 extern "C"
35206 #endif
35207 char $ac_func ();
35208 /* The GNU C library defines this for functions which it implements
35209 to always fail with ENOSYS. Some functions are actually named
35210 something starting with __ and the normal name is an alias. */
35211 #if defined __stub_$ac_func || defined __stub___$ac_func
35212 choke me
35213 #endif
35214
35215 int
35216 main ()
35217 {
35218 return $ac_func ();
35219 ;
35220 return 0;
35221 }
35222 _ACEOF
35223 rm -f conftest.$ac_objext conftest$ac_exeext
35224 if { (ac_try="$ac_link"
35225 case "(($ac_try" in
35226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35227 *) ac_try_echo=$ac_try;;
35228 esac
35229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35230 (eval "$ac_link") 2>conftest.er1
35231 ac_status=$?
35232 grep -v '^ *+' conftest.er1 >conftest.err
35233 rm -f conftest.er1
35234 cat conftest.err >&5
35235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35236 (exit $ac_status); } && {
35237 test -z "$ac_c_werror_flag" ||
35238 test ! -s conftest.err
35239 } && test -s conftest$ac_exeext &&
35240 $as_test_x conftest$ac_exeext; then
35241 eval "$as_ac_var=yes"
35242 else
35243 echo "$as_me: failed program was:" >&5
35244 sed 's/^/| /' conftest.$ac_ext >&5
35245
35246 eval "$as_ac_var=no"
35247 fi
35248
35249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35250 conftest$ac_exeext conftest.$ac_ext
35251 fi
35252 ac_res=`eval echo '${'$as_ac_var'}'`
35253 { echo "$as_me:$LINENO: result: $ac_res" >&5
35254 echo "${ECHO_T}$ac_res" >&6; }
35255 if test `eval echo '${'$as_ac_var'}'` = yes; then
35256 cat >>confdefs.h <<_ACEOF
35257 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35258 _ACEOF
35259
35260 fi
35261 done
35262
35263
35264 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
35265 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
35266 fi
35267
35268 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
35269 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
35270 if test "${ac_cv_type_mbstate_t+set}" = set; then
35271 echo $ECHO_N "(cached) $ECHO_C" >&6
35272 else
35273 cat >conftest.$ac_ext <<_ACEOF
35274 /* confdefs.h. */
35275 _ACEOF
35276 cat confdefs.h >>conftest.$ac_ext
35277 cat >>conftest.$ac_ext <<_ACEOF
35278 /* end confdefs.h. */
35279 #include <wchar.h>
35280
35281 typedef mbstate_t ac__type_new_;
35282 int
35283 main ()
35284 {
35285 if ((ac__type_new_ *) 0)
35286 return 0;
35287 if (sizeof (ac__type_new_))
35288 return 0;
35289 ;
35290 return 0;
35291 }
35292 _ACEOF
35293 rm -f conftest.$ac_objext
35294 if { (ac_try="$ac_compile"
35295 case "(($ac_try" in
35296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35297 *) ac_try_echo=$ac_try;;
35298 esac
35299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35300 (eval "$ac_compile") 2>conftest.er1
35301 ac_status=$?
35302 grep -v '^ *+' conftest.er1 >conftest.err
35303 rm -f conftest.er1
35304 cat conftest.err >&5
35305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35306 (exit $ac_status); } && {
35307 test -z "$ac_c_werror_flag" ||
35308 test ! -s conftest.err
35309 } && test -s conftest.$ac_objext; then
35310 ac_cv_type_mbstate_t=yes
35311 else
35312 echo "$as_me: failed program was:" >&5
35313 sed 's/^/| /' conftest.$ac_ext >&5
35314
35315 ac_cv_type_mbstate_t=no
35316 fi
35317
35318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35319 fi
35320 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
35321 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
35322 if test $ac_cv_type_mbstate_t = yes; then
35323
35324 cat >>confdefs.h <<_ACEOF
35325 #define HAVE_MBSTATE_T 1
35326 _ACEOF
35327
35328
35329 for ac_func in wcsrtombs
35330 do
35331 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35332 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35333 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35334 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35335 echo $ECHO_N "(cached) $ECHO_C" >&6
35336 else
35337 cat >conftest.$ac_ext <<_ACEOF
35338 /* confdefs.h. */
35339 _ACEOF
35340 cat confdefs.h >>conftest.$ac_ext
35341 cat >>conftest.$ac_ext <<_ACEOF
35342 /* end confdefs.h. */
35343 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35344 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35345 #define $ac_func innocuous_$ac_func
35346
35347 /* System header to define __stub macros and hopefully few prototypes,
35348 which can conflict with char $ac_func (); below.
35349 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35350 <limits.h> exists even on freestanding compilers. */
35351
35352 #ifdef __STDC__
35353 # include <limits.h>
35354 #else
35355 # include <assert.h>
35356 #endif
35357
35358 #undef $ac_func
35359
35360 /* Override any GCC internal prototype to avoid an error.
35361 Use char because int might match the return type of a GCC
35362 builtin and then its argument prototype would still apply. */
35363 #ifdef __cplusplus
35364 extern "C"
35365 #endif
35366 char $ac_func ();
35367 /* The GNU C library defines this for functions which it implements
35368 to always fail with ENOSYS. Some functions are actually named
35369 something starting with __ and the normal name is an alias. */
35370 #if defined __stub_$ac_func || defined __stub___$ac_func
35371 choke me
35372 #endif
35373
35374 int
35375 main ()
35376 {
35377 return $ac_func ();
35378 ;
35379 return 0;
35380 }
35381 _ACEOF
35382 rm -f conftest.$ac_objext conftest$ac_exeext
35383 if { (ac_try="$ac_link"
35384 case "(($ac_try" in
35385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35386 *) ac_try_echo=$ac_try;;
35387 esac
35388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35389 (eval "$ac_link") 2>conftest.er1
35390 ac_status=$?
35391 grep -v '^ *+' conftest.er1 >conftest.err
35392 rm -f conftest.er1
35393 cat conftest.err >&5
35394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35395 (exit $ac_status); } && {
35396 test -z "$ac_c_werror_flag" ||
35397 test ! -s conftest.err
35398 } && test -s conftest$ac_exeext &&
35399 $as_test_x conftest$ac_exeext; then
35400 eval "$as_ac_var=yes"
35401 else
35402 echo "$as_me: failed program was:" >&5
35403 sed 's/^/| /' conftest.$ac_ext >&5
35404
35405 eval "$as_ac_var=no"
35406 fi
35407
35408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35409 conftest$ac_exeext conftest.$ac_ext
35410 fi
35411 ac_res=`eval echo '${'$as_ac_var'}'`
35412 { echo "$as_me:$LINENO: result: $ac_res" >&5
35413 echo "${ECHO_T}$ac_res" >&6; }
35414 if test `eval echo '${'$as_ac_var'}'` = yes; then
35415 cat >>confdefs.h <<_ACEOF
35416 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35417 _ACEOF
35418
35419 fi
35420 done
35421
35422 fi
35423
35424 else
35425 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
35426 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
35427 fi
35428
35429
35430
35431
35432 for ac_func in snprintf vsnprintf vsscanf
35433 do
35434 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35435 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35436 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35437 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35438 echo $ECHO_N "(cached) $ECHO_C" >&6
35439 else
35440 cat >conftest.$ac_ext <<_ACEOF
35441 /* confdefs.h. */
35442 _ACEOF
35443 cat confdefs.h >>conftest.$ac_ext
35444 cat >>conftest.$ac_ext <<_ACEOF
35445 /* end confdefs.h. */
35446 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35447 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35448 #define $ac_func innocuous_$ac_func
35449
35450 /* System header to define __stub macros and hopefully few prototypes,
35451 which can conflict with char $ac_func (); below.
35452 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35453 <limits.h> exists even on freestanding compilers. */
35454
35455 #ifdef __STDC__
35456 # include <limits.h>
35457 #else
35458 # include <assert.h>
35459 #endif
35460
35461 #undef $ac_func
35462
35463 /* Override any GCC internal prototype to avoid an error.
35464 Use char because int might match the return type of a GCC
35465 builtin and then its argument prototype would still apply. */
35466 #ifdef __cplusplus
35467 extern "C"
35468 #endif
35469 char $ac_func ();
35470 /* The GNU C library defines this for functions which it implements
35471 to always fail with ENOSYS. Some functions are actually named
35472 something starting with __ and the normal name is an alias. */
35473 #if defined __stub_$ac_func || defined __stub___$ac_func
35474 choke me
35475 #endif
35476
35477 int
35478 main ()
35479 {
35480 return $ac_func ();
35481 ;
35482 return 0;
35483 }
35484 _ACEOF
35485 rm -f conftest.$ac_objext conftest$ac_exeext
35486 if { (ac_try="$ac_link"
35487 case "(($ac_try" in
35488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35489 *) ac_try_echo=$ac_try;;
35490 esac
35491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35492 (eval "$ac_link") 2>conftest.er1
35493 ac_status=$?
35494 grep -v '^ *+' conftest.er1 >conftest.err
35495 rm -f conftest.er1
35496 cat conftest.err >&5
35497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35498 (exit $ac_status); } && {
35499 test -z "$ac_c_werror_flag" ||
35500 test ! -s conftest.err
35501 } && test -s conftest$ac_exeext &&
35502 $as_test_x conftest$ac_exeext; then
35503 eval "$as_ac_var=yes"
35504 else
35505 echo "$as_me: failed program was:" >&5
35506 sed 's/^/| /' conftest.$ac_ext >&5
35507
35508 eval "$as_ac_var=no"
35509 fi
35510
35511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35512 conftest$ac_exeext conftest.$ac_ext
35513 fi
35514 ac_res=`eval echo '${'$as_ac_var'}'`
35515 { echo "$as_me:$LINENO: result: $ac_res" >&5
35516 echo "${ECHO_T}$ac_res" >&6; }
35517 if test `eval echo '${'$as_ac_var'}'` = yes; then
35518 cat >>confdefs.h <<_ACEOF
35519 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35520 _ACEOF
35521
35522 fi
35523 done
35524
35525
35526 ac_ext=cpp
35527 ac_cpp='$CXXCPP $CPPFLAGS'
35528 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35529 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35530 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35531
35532 if test "$ac_cv_func_vsnprintf" = "yes"; then
35533 { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
35534 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
35535 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
35536 echo $ECHO_N "(cached) $ECHO_C" >&6
35537 else
35538
35539 cat >conftest.$ac_ext <<_ACEOF
35540 /* confdefs.h. */
35541 _ACEOF
35542 cat confdefs.h >>conftest.$ac_ext
35543 cat >>conftest.$ac_ext <<_ACEOF
35544 /* end confdefs.h. */
35545
35546 #include <stdio.h>
35547 #include <stdarg.h>
35548 #ifdef __MSL__
35549 #if __MSL__ >= 0x6000
35550 namespace std {}
35551 using namespace std;
35552 #endif
35553 #endif
35554
35555 int
35556 main ()
35557 {
35558
35559 char *buf;
35560 va_list ap;
35561 vsnprintf(buf, 10u, "%s", ap);
35562
35563 ;
35564 return 0;
35565 }
35566 _ACEOF
35567 rm -f conftest.$ac_objext
35568 if { (ac_try="$ac_compile"
35569 case "(($ac_try" in
35570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35571 *) ac_try_echo=$ac_try;;
35572 esac
35573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35574 (eval "$ac_compile") 2>conftest.er1
35575 ac_status=$?
35576 grep -v '^ *+' conftest.er1 >conftest.err
35577 rm -f conftest.er1
35578 cat conftest.err >&5
35579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35580 (exit $ac_status); } && {
35581 test -z "$ac_cxx_werror_flag" ||
35582 test ! -s conftest.err
35583 } && test -s conftest.$ac_objext; then
35584 wx_cv_func_vsnprintf_decl=yes
35585 else
35586 echo "$as_me: failed program was:" >&5
35587 sed 's/^/| /' conftest.$ac_ext >&5
35588
35589 wx_cv_func_vsnprintf_decl=no
35590
35591 fi
35592
35593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35594
35595
35596 fi
35597 { echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
35598 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
35599
35600 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
35601 cat >>confdefs.h <<\_ACEOF
35602 #define HAVE_VSNPRINTF_DECL 1
35603 _ACEOF
35604
35605
35606 { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
35607 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
35608 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
35609 echo $ECHO_N "(cached) $ECHO_C" >&6
35610 else
35611
35612 cat >conftest.$ac_ext <<_ACEOF
35613 /* confdefs.h. */
35614 _ACEOF
35615 cat confdefs.h >>conftest.$ac_ext
35616 cat >>conftest.$ac_ext <<_ACEOF
35617 /* end confdefs.h. */
35618
35619 #include <stdio.h>
35620 #include <stdarg.h>
35621 #ifdef __MSL__
35622 #if __MSL__ >= 0x6000
35623 namespace std {}
35624 using namespace std;
35625 #endif
35626 #endif
35627
35628 int
35629 main ()
35630 {
35631
35632 char *buf;
35633 va_list ap;
35634 const char *fmt = "%s";
35635 vsnprintf(buf, 10u, fmt, ap);
35636
35637 ;
35638 return 0;
35639 }
35640 _ACEOF
35641 rm -f conftest.$ac_objext
35642 if { (ac_try="$ac_compile"
35643 case "(($ac_try" in
35644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35645 *) ac_try_echo=$ac_try;;
35646 esac
35647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35648 (eval "$ac_compile") 2>conftest.er1
35649 ac_status=$?
35650 grep -v '^ *+' conftest.er1 >conftest.err
35651 rm -f conftest.er1
35652 cat conftest.err >&5
35653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35654 (exit $ac_status); } && {
35655 test -z "$ac_cxx_werror_flag" ||
35656 test ! -s conftest.err
35657 } && test -s conftest.$ac_objext; then
35658 wx_cv_func_broken_vsnprintf_decl=no
35659 else
35660 echo "$as_me: failed program was:" >&5
35661 sed 's/^/| /' conftest.$ac_ext >&5
35662
35663 wx_cv_func_broken_vsnprintf_decl=yes
35664
35665 fi
35666
35667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35668
35669
35670 fi
35671 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
35672 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
35673
35674 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
35675 cat >>confdefs.h <<\_ACEOF
35676 #define HAVE_BROKEN_VSNPRINTF_DECL 1
35677 _ACEOF
35678
35679 fi
35680 fi
35681 fi
35682
35683 if test "$ac_cv_func_snprintf" = "yes"; then
35684 { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
35685 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
35686 if test "${wx_cv_func_snprintf_decl+set}" = set; then
35687 echo $ECHO_N "(cached) $ECHO_C" >&6
35688 else
35689
35690 cat >conftest.$ac_ext <<_ACEOF
35691 /* confdefs.h. */
35692 _ACEOF
35693 cat confdefs.h >>conftest.$ac_ext
35694 cat >>conftest.$ac_ext <<_ACEOF
35695 /* end confdefs.h. */
35696
35697 #include <stdio.h>
35698 #include <stdarg.h>
35699 #ifdef __MSL__
35700 #if __MSL__ >= 0x6000
35701 namespace std {}
35702 using namespace std;
35703 #endif
35704 #endif
35705
35706 int
35707 main ()
35708 {
35709
35710 char *buf;
35711 snprintf(buf, 10u, "%s", "wx");
35712
35713 ;
35714 return 0;
35715 }
35716 _ACEOF
35717 rm -f conftest.$ac_objext
35718 if { (ac_try="$ac_compile"
35719 case "(($ac_try" in
35720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35721 *) ac_try_echo=$ac_try;;
35722 esac
35723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35724 (eval "$ac_compile") 2>conftest.er1
35725 ac_status=$?
35726 grep -v '^ *+' conftest.er1 >conftest.err
35727 rm -f conftest.er1
35728 cat conftest.err >&5
35729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35730 (exit $ac_status); } && {
35731 test -z "$ac_cxx_werror_flag" ||
35732 test ! -s conftest.err
35733 } && test -s conftest.$ac_objext; then
35734 wx_cv_func_snprintf_decl=yes
35735 else
35736 echo "$as_me: failed program was:" >&5
35737 sed 's/^/| /' conftest.$ac_ext >&5
35738
35739 wx_cv_func_snprintf_decl=no
35740
35741 fi
35742
35743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35744
35745
35746 fi
35747 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
35748 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
35749
35750 if test "$wx_cv_func_snprintf_decl" = "yes"; then
35751 cat >>confdefs.h <<\_ACEOF
35752 #define HAVE_SNPRINTF_DECL 1
35753 _ACEOF
35754
35755 fi
35756
35757 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
35758
35759 { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
35760 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
35761 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
35762 echo $ECHO_N "(cached) $ECHO_C" >&6
35763 else
35764
35765 if test "$cross_compiling" = yes; then
35766
35767 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
35768 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
35769 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
35770 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
35771 wx_cv_func_snprintf_pos_params=no
35772
35773
35774 else
35775 cat >conftest.$ac_ext <<_ACEOF
35776 /* confdefs.h. */
35777 _ACEOF
35778 cat confdefs.h >>conftest.$ac_ext
35779 cat >>conftest.$ac_ext <<_ACEOF
35780 /* end confdefs.h. */
35781
35782 #include <stdio.h>
35783
35784 int main (void)
35785 {
35786 char buffer[128];
35787 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
35788 if (strcmp ("2 3 1", buffer) == 0)
35789 exit (0);
35790 exit (1);
35791 }
35792
35793 _ACEOF
35794 rm -f conftest$ac_exeext
35795 if { (ac_try="$ac_link"
35796 case "(($ac_try" in
35797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35798 *) ac_try_echo=$ac_try;;
35799 esac
35800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35801 (eval "$ac_link") 2>&5
35802 ac_status=$?
35803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35804 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
35805 { (case "(($ac_try" in
35806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35807 *) ac_try_echo=$ac_try;;
35808 esac
35809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35810 (eval "$ac_try") 2>&5
35811 ac_status=$?
35812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35813 (exit $ac_status); }; }; then
35814 wx_cv_func_snprintf_pos_params=no
35815 else
35816 echo "$as_me: program exited with status $ac_status" >&5
35817 echo "$as_me: failed program was:" >&5
35818 sed 's/^/| /' conftest.$ac_ext >&5
35819
35820 ( exit $ac_status )
35821 wx_cv_func_snprintf_pos_params=yes
35822 fi
35823 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35824 fi
35825
35826
35827
35828
35829 fi
35830 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
35831 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
35832
35833 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
35834 cat >>confdefs.h <<\_ACEOF
35835 #define HAVE_UNIX98_PRINTF 1
35836 _ACEOF
35837
35838 fi
35839 fi
35840 fi
35841
35842 if test "$ac_cv_func_vsscanf" = "yes"; then
35843 { echo "$as_me:$LINENO: checking for vsscanf declaration" >&5
35844 echo $ECHO_N "checking for vsscanf declaration... $ECHO_C" >&6; }
35845 if test "${wx_cv_func_vsscanf_decl+set}" = set; then
35846 echo $ECHO_N "(cached) $ECHO_C" >&6
35847 else
35848
35849 cat >conftest.$ac_ext <<_ACEOF
35850 /* confdefs.h. */
35851 _ACEOF
35852 cat confdefs.h >>conftest.$ac_ext
35853 cat >>conftest.$ac_ext <<_ACEOF
35854 /* end confdefs.h. */
35855
35856 #include <stdio.h>
35857 #include <stdarg.h>
35858 #ifdef __MSL__
35859 #if __MSL__ >= 0x6000
35860 namespace std {}
35861 using namespace std;
35862 #endif
35863 #endif
35864
35865 int
35866 main ()
35867 {
35868
35869 char *buf;
35870 va_list args;
35871 vsscanf(buf, "%s", args);
35872
35873 ;
35874 return 0;
35875 }
35876 _ACEOF
35877 rm -f conftest.$ac_objext
35878 if { (ac_try="$ac_compile"
35879 case "(($ac_try" in
35880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35881 *) ac_try_echo=$ac_try;;
35882 esac
35883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35884 (eval "$ac_compile") 2>conftest.er1
35885 ac_status=$?
35886 grep -v '^ *+' conftest.er1 >conftest.err
35887 rm -f conftest.er1
35888 cat conftest.err >&5
35889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35890 (exit $ac_status); } && {
35891 test -z "$ac_cxx_werror_flag" ||
35892 test ! -s conftest.err
35893 } && test -s conftest.$ac_objext; then
35894 wx_cv_func_vsscanf_decl=yes
35895 else
35896 echo "$as_me: failed program was:" >&5
35897 sed 's/^/| /' conftest.$ac_ext >&5
35898
35899 wx_cv_func_vsscanf_decl=no
35900
35901 fi
35902
35903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35904
35905
35906 fi
35907 { echo "$as_me:$LINENO: result: $wx_cv_func_vsscanf_decl" >&5
35908 echo "${ECHO_T}$wx_cv_func_vsscanf_decl" >&6; }
35909
35910 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
35911 cat >>confdefs.h <<\_ACEOF
35912 #define HAVE_VSSCANF_DECL 1
35913 _ACEOF
35914
35915 fi
35916 fi
35917 ac_ext=c
35918 ac_cpp='$CPP $CPPFLAGS'
35919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35922
35923
35924 if test "$wxUSE_UNICODE" = yes; then
35925
35926 wchar_headers="#include <stdio.h>
35927 #include <wchar.h>"
35928 case "${host}" in
35929 *-*-solaris2* )
35930
35931 for ac_header in widec.h
35932 do
35933 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35934 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35935 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35937 echo $ECHO_N "(cached) $ECHO_C" >&6
35938 else
35939 cat >conftest.$ac_ext <<_ACEOF
35940 /* confdefs.h. */
35941 _ACEOF
35942 cat confdefs.h >>conftest.$ac_ext
35943 cat >>conftest.$ac_ext <<_ACEOF
35944 /* end confdefs.h. */
35945 $ac_includes_default
35946
35947 #include <$ac_header>
35948 _ACEOF
35949 rm -f conftest.$ac_objext
35950 if { (ac_try="$ac_compile"
35951 case "(($ac_try" in
35952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35953 *) ac_try_echo=$ac_try;;
35954 esac
35955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35956 (eval "$ac_compile") 2>conftest.er1
35957 ac_status=$?
35958 grep -v '^ *+' conftest.er1 >conftest.err
35959 rm -f conftest.er1
35960 cat conftest.err >&5
35961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35962 (exit $ac_status); } && {
35963 test -z "$ac_c_werror_flag" ||
35964 test ! -s conftest.err
35965 } && test -s conftest.$ac_objext; then
35966 eval "$as_ac_Header=yes"
35967 else
35968 echo "$as_me: failed program was:" >&5
35969 sed 's/^/| /' conftest.$ac_ext >&5
35970
35971 eval "$as_ac_Header=no"
35972 fi
35973
35974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35975 fi
35976 ac_res=`eval echo '${'$as_ac_Header'}'`
35977 { echo "$as_me:$LINENO: result: $ac_res" >&5
35978 echo "${ECHO_T}$ac_res" >&6; }
35979 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35980 cat >>confdefs.h <<_ACEOF
35981 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35982 _ACEOF
35983
35984 fi
35985
35986 done
35987
35988 if test "$ac_cv_header_widec_h" = "yes"; then
35989 wchar_headers="$wchar_headers
35990 #include <widec.h>"
35991 fi
35992 esac
35993
35994
35995 for wx_func in putws fputws wprintf vswprintf vswscanf
35996 do
35997 { echo "$as_me:$LINENO: checking for $wx_func" >&5
35998 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
35999 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36000 echo $ECHO_N "(cached) $ECHO_C" >&6
36001 else
36002
36003 cat >conftest.$ac_ext <<_ACEOF
36004
36005 /* confdefs.h. */
36006 _ACEOF
36007 cat confdefs.h >>conftest.$ac_ext
36008 cat >>conftest.$ac_ext <<_ACEOF
36009 /* end confdefs.h. */
36010
36011 $wchar_headers
36012 $ac_includes_default
36013
36014 int
36015 main ()
36016 {
36017
36018 #ifndef $wx_func
36019 &$wx_func;
36020 #endif
36021
36022
36023 ;
36024 return 0;
36025 }
36026
36027 _ACEOF
36028 rm -f conftest.$ac_objext conftest$ac_exeext
36029 if { (ac_try="$ac_link"
36030 case "(($ac_try" in
36031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36032 *) ac_try_echo=$ac_try;;
36033 esac
36034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36035 (eval "$ac_link") 2>conftest.er1
36036 ac_status=$?
36037 grep -v '^ *+' conftest.er1 >conftest.err
36038 rm -f conftest.er1
36039 cat conftest.err >&5
36040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36041 (exit $ac_status); } && {
36042 test -z "$ac_c_werror_flag" ||
36043 test ! -s conftest.err
36044 } && test -s conftest$ac_exeext &&
36045 $as_test_x conftest$ac_exeext; then
36046 eval wx_cv_func_$wx_func=yes
36047 else
36048 echo "$as_me: failed program was:" >&5
36049 sed 's/^/| /' conftest.$ac_ext >&5
36050
36051 eval wx_cv_func_$wx_func=no
36052 fi
36053
36054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36055 conftest$ac_exeext conftest.$ac_ext
36056
36057 fi
36058 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36059 { echo "$as_me:$LINENO: result: $ac_res" >&5
36060 echo "${ECHO_T}$ac_res" >&6; }
36061
36062 if eval test \$wx_cv_func_$wx_func = yes
36063 then
36064 cat >>confdefs.h <<_ACEOF
36065 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36066 _ACEOF
36067
36068
36069 else
36070 :
36071
36072 fi
36073 done
36074
36075
36076 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
36077 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
36078 cat >conftest.$ac_ext <<_ACEOF
36079 /* confdefs.h. */
36080 _ACEOF
36081 cat confdefs.h >>conftest.$ac_ext
36082 cat >>conftest.$ac_ext <<_ACEOF
36083 /* end confdefs.h. */
36084 #include <wchar.h>
36085 int
36086 main ()
36087 {
36088 &_vsnwprintf;
36089 ;
36090 return 0;
36091 }
36092 _ACEOF
36093 rm -f conftest.$ac_objext
36094 if { (ac_try="$ac_compile"
36095 case "(($ac_try" in
36096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36097 *) ac_try_echo=$ac_try;;
36098 esac
36099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36100 (eval "$ac_compile") 2>conftest.er1
36101 ac_status=$?
36102 grep -v '^ *+' conftest.er1 >conftest.err
36103 rm -f conftest.er1
36104 cat conftest.err >&5
36105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36106 (exit $ac_status); } && {
36107 test -z "$ac_c_werror_flag" ||
36108 test ! -s conftest.err
36109 } && test -s conftest.$ac_objext; then
36110 { echo "$as_me:$LINENO: result: yes" >&5
36111 echo "${ECHO_T}yes" >&6; }
36112 cat >>confdefs.h <<\_ACEOF
36113 #define HAVE__VSNWPRINTF 1
36114 _ACEOF
36115
36116 else
36117 echo "$as_me: failed program was:" >&5
36118 sed 's/^/| /' conftest.$ac_ext >&5
36119
36120 { echo "$as_me:$LINENO: result: no" >&5
36121 echo "${ECHO_T}no" >&6; }
36122 fi
36123
36124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
36125 fi
36126
36127 if test "$wxUSE_FILE" = "yes"; then
36128
36129 for wx_func in fsync
36130 do
36131 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36132 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36133 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36134 echo $ECHO_N "(cached) $ECHO_C" >&6
36135 else
36136
36137 cat >conftest.$ac_ext <<_ACEOF
36138
36139 /* confdefs.h. */
36140 _ACEOF
36141 cat confdefs.h >>conftest.$ac_ext
36142 cat >>conftest.$ac_ext <<_ACEOF
36143 /* end confdefs.h. */
36144
36145
36146 $ac_includes_default
36147
36148 int
36149 main ()
36150 {
36151
36152 #ifndef $wx_func
36153 &$wx_func;
36154 #endif
36155
36156
36157 ;
36158 return 0;
36159 }
36160
36161 _ACEOF
36162 rm -f conftest.$ac_objext conftest$ac_exeext
36163 if { (ac_try="$ac_link"
36164 case "(($ac_try" in
36165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36166 *) ac_try_echo=$ac_try;;
36167 esac
36168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36169 (eval "$ac_link") 2>conftest.er1
36170 ac_status=$?
36171 grep -v '^ *+' conftest.er1 >conftest.err
36172 rm -f conftest.er1
36173 cat conftest.err >&5
36174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36175 (exit $ac_status); } && {
36176 test -z "$ac_c_werror_flag" ||
36177 test ! -s conftest.err
36178 } && test -s conftest$ac_exeext &&
36179 $as_test_x conftest$ac_exeext; then
36180 eval wx_cv_func_$wx_func=yes
36181 else
36182 echo "$as_me: failed program was:" >&5
36183 sed 's/^/| /' conftest.$ac_ext >&5
36184
36185 eval wx_cv_func_$wx_func=no
36186 fi
36187
36188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36189 conftest$ac_exeext conftest.$ac_ext
36190
36191 fi
36192 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36193 { echo "$as_me:$LINENO: result: $ac_res" >&5
36194 echo "${ECHO_T}$ac_res" >&6; }
36195
36196 if eval test \$wx_cv_func_$wx_func = yes
36197 then
36198 cat >>confdefs.h <<_ACEOF
36199 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36200 _ACEOF
36201
36202
36203 else
36204 :
36205
36206 fi
36207 done
36208
36209 fi
36210
36211 ac_ext=cpp
36212 ac_cpp='$CXXCPP $CPPFLAGS'
36213 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36214 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36215 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36216
36217
36218 for wx_func in round
36219 do
36220 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36221 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36222 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36223 echo $ECHO_N "(cached) $ECHO_C" >&6
36224 else
36225
36226 cat >conftest.$ac_ext <<_ACEOF
36227
36228 /* confdefs.h. */
36229 _ACEOF
36230 cat confdefs.h >>conftest.$ac_ext
36231 cat >>conftest.$ac_ext <<_ACEOF
36232 /* end confdefs.h. */
36233
36234 #include <math.h>
36235 $ac_includes_default
36236
36237 int
36238 main ()
36239 {
36240
36241 #ifndef $wx_func
36242 &$wx_func;
36243 #endif
36244
36245
36246 ;
36247 return 0;
36248 }
36249
36250 _ACEOF
36251 rm -f conftest.$ac_objext conftest$ac_exeext
36252 if { (ac_try="$ac_link"
36253 case "(($ac_try" in
36254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36255 *) ac_try_echo=$ac_try;;
36256 esac
36257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36258 (eval "$ac_link") 2>conftest.er1
36259 ac_status=$?
36260 grep -v '^ *+' conftest.er1 >conftest.err
36261 rm -f conftest.er1
36262 cat conftest.err >&5
36263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36264 (exit $ac_status); } && {
36265 test -z "$ac_cxx_werror_flag" ||
36266 test ! -s conftest.err
36267 } && test -s conftest$ac_exeext &&
36268 $as_test_x conftest$ac_exeext; then
36269 eval wx_cv_func_$wx_func=yes
36270 else
36271 echo "$as_me: failed program was:" >&5
36272 sed 's/^/| /' conftest.$ac_ext >&5
36273
36274 eval wx_cv_func_$wx_func=no
36275 fi
36276
36277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36278 conftest$ac_exeext conftest.$ac_ext
36279
36280 fi
36281 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36282 { echo "$as_me:$LINENO: result: $ac_res" >&5
36283 echo "${ECHO_T}$ac_res" >&6; }
36284
36285 if eval test \$wx_cv_func_$wx_func = yes
36286 then
36287 cat >>confdefs.h <<_ACEOF
36288 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36289 _ACEOF
36290
36291
36292 else
36293 :
36294
36295 fi
36296 done
36297
36298 ac_ext=c
36299 ac_cpp='$CPP $CPPFLAGS'
36300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36301 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36303
36304
36305 if test "$TOOLKIT" != "MSW"; then
36306
36307 if test "$wxUSE_LIBICONV" != "no" ; then
36308
36309
36310
36311 # Check whether --with-libiconv-prefix was given.
36312 if test "${with_libiconv_prefix+set}" = set; then
36313 withval=$with_libiconv_prefix;
36314 for dir in `echo "$withval" | tr : ' '`; do
36315 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
36316 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
36317 done
36318
36319 fi
36320
36321
36322 { echo "$as_me:$LINENO: checking for iconv" >&5
36323 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
36324 if test "${am_cv_func_iconv+set}" = set; then
36325 echo $ECHO_N "(cached) $ECHO_C" >&6
36326 else
36327
36328 am_cv_func_iconv="no, consider installing GNU libiconv"
36329 am_cv_lib_iconv=no
36330 cat >conftest.$ac_ext <<_ACEOF
36331 /* confdefs.h. */
36332 _ACEOF
36333 cat confdefs.h >>conftest.$ac_ext
36334 cat >>conftest.$ac_ext <<_ACEOF
36335 /* end confdefs.h. */
36336 #include <stdlib.h>
36337 #include <iconv.h>
36338 int
36339 main ()
36340 {
36341 iconv_t cd = iconv_open("","");
36342 iconv(cd,NULL,NULL,NULL,NULL);
36343 iconv_close(cd);
36344 ;
36345 return 0;
36346 }
36347 _ACEOF
36348 rm -f conftest.$ac_objext conftest$ac_exeext
36349 if { (ac_try="$ac_link"
36350 case "(($ac_try" in
36351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36352 *) ac_try_echo=$ac_try;;
36353 esac
36354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36355 (eval "$ac_link") 2>conftest.er1
36356 ac_status=$?
36357 grep -v '^ *+' conftest.er1 >conftest.err
36358 rm -f conftest.er1
36359 cat conftest.err >&5
36360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36361 (exit $ac_status); } && {
36362 test -z "$ac_c_werror_flag" ||
36363 test ! -s conftest.err
36364 } && test -s conftest$ac_exeext &&
36365 $as_test_x conftest$ac_exeext; then
36366 am_cv_func_iconv=yes
36367 else
36368 echo "$as_me: failed program was:" >&5
36369 sed 's/^/| /' conftest.$ac_ext >&5
36370
36371
36372 fi
36373
36374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36375 conftest$ac_exeext conftest.$ac_ext
36376 if test "$am_cv_func_iconv" != yes; then
36377 am_save_LIBS="$LIBS"
36378 LIBS="$LIBS -liconv"
36379 cat >conftest.$ac_ext <<_ACEOF
36380 /* confdefs.h. */
36381 _ACEOF
36382 cat confdefs.h >>conftest.$ac_ext
36383 cat >>conftest.$ac_ext <<_ACEOF
36384 /* end confdefs.h. */
36385 #include <stdlib.h>
36386 #include <iconv.h>
36387 int
36388 main ()
36389 {
36390 iconv_t cd = iconv_open("","");
36391 iconv(cd,NULL,NULL,NULL,NULL);
36392 iconv_close(cd);
36393 ;
36394 return 0;
36395 }
36396 _ACEOF
36397 rm -f conftest.$ac_objext conftest$ac_exeext
36398 if { (ac_try="$ac_link"
36399 case "(($ac_try" in
36400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36401 *) ac_try_echo=$ac_try;;
36402 esac
36403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36404 (eval "$ac_link") 2>conftest.er1
36405 ac_status=$?
36406 grep -v '^ *+' conftest.er1 >conftest.err
36407 rm -f conftest.er1
36408 cat conftest.err >&5
36409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36410 (exit $ac_status); } && {
36411 test -z "$ac_c_werror_flag" ||
36412 test ! -s conftest.err
36413 } && test -s conftest$ac_exeext &&
36414 $as_test_x conftest$ac_exeext; then
36415 am_cv_lib_iconv=yes
36416 am_cv_func_iconv=yes
36417 else
36418 echo "$as_me: failed program was:" >&5
36419 sed 's/^/| /' conftest.$ac_ext >&5
36420
36421
36422 fi
36423
36424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36425 conftest$ac_exeext conftest.$ac_ext
36426 LIBS="$am_save_LIBS"
36427 fi
36428
36429 fi
36430 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
36431 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
36432 if test "$am_cv_func_iconv" = yes; then
36433
36434 cat >>confdefs.h <<\_ACEOF
36435 #define HAVE_ICONV 1
36436 _ACEOF
36437
36438 { echo "$as_me:$LINENO: checking if iconv needs const" >&5
36439 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
36440 if test "${wx_cv_func_iconv_const+set}" = set; then
36441 echo $ECHO_N "(cached) $ECHO_C" >&6
36442 else
36443 cat >conftest.$ac_ext <<_ACEOF
36444 /* confdefs.h. */
36445 _ACEOF
36446 cat confdefs.h >>conftest.$ac_ext
36447 cat >>conftest.$ac_ext <<_ACEOF
36448 /* end confdefs.h. */
36449
36450 #include <stdlib.h>
36451 #include <iconv.h>
36452 extern
36453 #ifdef __cplusplus
36454 "C"
36455 #endif
36456 #if defined(__STDC__) || defined(__cplusplus)
36457 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
36458 #else
36459 size_t iconv();
36460 #endif
36461
36462 int
36463 main ()
36464 {
36465
36466 ;
36467 return 0;
36468 }
36469 _ACEOF
36470 rm -f conftest.$ac_objext
36471 if { (ac_try="$ac_compile"
36472 case "(($ac_try" in
36473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36474 *) ac_try_echo=$ac_try;;
36475 esac
36476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36477 (eval "$ac_compile") 2>conftest.er1
36478 ac_status=$?
36479 grep -v '^ *+' conftest.er1 >conftest.err
36480 rm -f conftest.er1
36481 cat conftest.err >&5
36482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36483 (exit $ac_status); } && {
36484 test -z "$ac_c_werror_flag" ||
36485 test ! -s conftest.err
36486 } && test -s conftest.$ac_objext; then
36487 wx_cv_func_iconv_const="no"
36488 else
36489 echo "$as_me: failed program was:" >&5
36490 sed 's/^/| /' conftest.$ac_ext >&5
36491
36492 wx_cv_func_iconv_const="yes"
36493
36494 fi
36495
36496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36497
36498 fi
36499 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
36500 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
36501
36502 iconv_const=
36503 if test "x$wx_cv_func_iconv_const" = "xyes"; then
36504 iconv_const="const"
36505 fi
36506
36507
36508 cat >>confdefs.h <<_ACEOF
36509 #define ICONV_CONST $iconv_const
36510 _ACEOF
36511
36512 fi
36513 LIBICONV=
36514 if test "$am_cv_lib_iconv" = yes; then
36515 LIBICONV="-liconv"
36516 fi
36517
36518
36519 LIBS="$LIBICONV $LIBS"
36520 fi
36521
36522 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36523
36524 for ac_func in sigaction
36525 do
36526 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36527 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36528 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36529 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36530 echo $ECHO_N "(cached) $ECHO_C" >&6
36531 else
36532 cat >conftest.$ac_ext <<_ACEOF
36533 /* confdefs.h. */
36534 _ACEOF
36535 cat confdefs.h >>conftest.$ac_ext
36536 cat >>conftest.$ac_ext <<_ACEOF
36537 /* end confdefs.h. */
36538 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36539 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36540 #define $ac_func innocuous_$ac_func
36541
36542 /* System header to define __stub macros and hopefully few prototypes,
36543 which can conflict with char $ac_func (); below.
36544 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36545 <limits.h> exists even on freestanding compilers. */
36546
36547 #ifdef __STDC__
36548 # include <limits.h>
36549 #else
36550 # include <assert.h>
36551 #endif
36552
36553 #undef $ac_func
36554
36555 /* Override any GCC internal prototype to avoid an error.
36556 Use char because int might match the return type of a GCC
36557 builtin and then its argument prototype would still apply. */
36558 #ifdef __cplusplus
36559 extern "C"
36560 #endif
36561 char $ac_func ();
36562 /* The GNU C library defines this for functions which it implements
36563 to always fail with ENOSYS. Some functions are actually named
36564 something starting with __ and the normal name is an alias. */
36565 #if defined __stub_$ac_func || defined __stub___$ac_func
36566 choke me
36567 #endif
36568
36569 int
36570 main ()
36571 {
36572 return $ac_func ();
36573 ;
36574 return 0;
36575 }
36576 _ACEOF
36577 rm -f conftest.$ac_objext conftest$ac_exeext
36578 if { (ac_try="$ac_link"
36579 case "(($ac_try" in
36580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36581 *) ac_try_echo=$ac_try;;
36582 esac
36583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36584 (eval "$ac_link") 2>conftest.er1
36585 ac_status=$?
36586 grep -v '^ *+' conftest.er1 >conftest.err
36587 rm -f conftest.er1
36588 cat conftest.err >&5
36589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36590 (exit $ac_status); } && {
36591 test -z "$ac_c_werror_flag" ||
36592 test ! -s conftest.err
36593 } && test -s conftest$ac_exeext &&
36594 $as_test_x conftest$ac_exeext; then
36595 eval "$as_ac_var=yes"
36596 else
36597 echo "$as_me: failed program was:" >&5
36598 sed 's/^/| /' conftest.$ac_ext >&5
36599
36600 eval "$as_ac_var=no"
36601 fi
36602
36603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36604 conftest$ac_exeext conftest.$ac_ext
36605 fi
36606 ac_res=`eval echo '${'$as_ac_var'}'`
36607 { echo "$as_me:$LINENO: result: $ac_res" >&5
36608 echo "${ECHO_T}$ac_res" >&6; }
36609 if test `eval echo '${'$as_ac_var'}'` = yes; then
36610 cat >>confdefs.h <<_ACEOF
36611 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36612 _ACEOF
36613
36614 fi
36615 done
36616
36617
36618 if test "$ac_cv_func_sigaction" = "no"; then
36619 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
36620 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
36621 wxUSE_ON_FATAL_EXCEPTION=no
36622 fi
36623
36624 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36625 { echo "$as_me:$LINENO: checking for sa_handler type" >&5
36626 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
36627 if test "${wx_cv_type_sa_handler+set}" = set; then
36628 echo $ECHO_N "(cached) $ECHO_C" >&6
36629 else
36630
36631 ac_ext=cpp
36632 ac_cpp='$CXXCPP $CPPFLAGS'
36633 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36634 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36635 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36636
36637 cat >conftest.$ac_ext <<_ACEOF
36638 /* confdefs.h. */
36639 _ACEOF
36640 cat confdefs.h >>conftest.$ac_ext
36641 cat >>conftest.$ac_ext <<_ACEOF
36642 /* end confdefs.h. */
36643 #include <signal.h>
36644 int
36645 main ()
36646 {
36647
36648 extern void testSigHandler(int);
36649
36650 struct sigaction sa;
36651 sa.sa_handler = testSigHandler;
36652
36653 ;
36654 return 0;
36655 }
36656 _ACEOF
36657 rm -f conftest.$ac_objext
36658 if { (ac_try="$ac_compile"
36659 case "(($ac_try" in
36660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36661 *) ac_try_echo=$ac_try;;
36662 esac
36663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36664 (eval "$ac_compile") 2>conftest.er1
36665 ac_status=$?
36666 grep -v '^ *+' conftest.er1 >conftest.err
36667 rm -f conftest.er1
36668 cat conftest.err >&5
36669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36670 (exit $ac_status); } && {
36671 test -z "$ac_cxx_werror_flag" ||
36672 test ! -s conftest.err
36673 } && test -s conftest.$ac_objext; then
36674
36675 wx_cv_type_sa_handler=int
36676
36677 else
36678 echo "$as_me: failed program was:" >&5
36679 sed 's/^/| /' conftest.$ac_ext >&5
36680
36681
36682 wx_cv_type_sa_handler=void
36683
36684 fi
36685
36686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36687 ac_ext=c
36688 ac_cpp='$CPP $CPPFLAGS'
36689 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36690 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36691 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36692
36693
36694 fi
36695 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
36696 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
36697
36698 cat >>confdefs.h <<_ACEOF
36699 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
36700 _ACEOF
36701
36702 fi
36703 fi
36704
36705 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36706 { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
36707 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
36708 if test "${wx_cv_func_backtrace+set}" = set; then
36709 echo $ECHO_N "(cached) $ECHO_C" >&6
36710 else
36711
36712 ac_ext=cpp
36713 ac_cpp='$CXXCPP $CPPFLAGS'
36714 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36715 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36716 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36717
36718 cat >conftest.$ac_ext <<_ACEOF
36719 /* confdefs.h. */
36720 _ACEOF
36721 cat confdefs.h >>conftest.$ac_ext
36722 cat >>conftest.$ac_ext <<_ACEOF
36723 /* end confdefs.h. */
36724 #include <execinfo.h>
36725 int
36726 main ()
36727 {
36728
36729 void *trace[1];
36730 char **messages;
36731
36732 backtrace(trace, 1);
36733 messages = backtrace_symbols(trace, 1);
36734
36735 ;
36736 return 0;
36737 }
36738 _ACEOF
36739 rm -f conftest.$ac_objext
36740 if { (ac_try="$ac_compile"
36741 case "(($ac_try" in
36742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36743 *) ac_try_echo=$ac_try;;
36744 esac
36745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36746 (eval "$ac_compile") 2>conftest.er1
36747 ac_status=$?
36748 grep -v '^ *+' conftest.er1 >conftest.err
36749 rm -f conftest.er1
36750 cat conftest.err >&5
36751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36752 (exit $ac_status); } && {
36753 test -z "$ac_cxx_werror_flag" ||
36754 test ! -s conftest.err
36755 } && test -s conftest.$ac_objext; then
36756 wx_cv_func_backtrace=yes
36757 else
36758 echo "$as_me: failed program was:" >&5
36759 sed 's/^/| /' conftest.$ac_ext >&5
36760
36761 wx_cv_func_backtrace=no
36762
36763 fi
36764
36765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36766 ac_ext=c
36767 ac_cpp='$CPP $CPPFLAGS'
36768 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36769 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36770 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36771
36772
36773
36774 fi
36775 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
36776 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
36777
36778
36779 if test "$wx_cv_func_backtrace" = "no"; then
36780 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
36781 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
36782 wxUSE_STACKWALKER=no
36783 else
36784 { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
36785 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
36786 if test "${wx_cv_func_cxa_demangle+set}" = set; then
36787 echo $ECHO_N "(cached) $ECHO_C" >&6
36788 else
36789
36790 ac_ext=cpp
36791 ac_cpp='$CXXCPP $CPPFLAGS'
36792 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36793 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36794 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36795
36796 cat >conftest.$ac_ext <<_ACEOF
36797 /* confdefs.h. */
36798 _ACEOF
36799 cat confdefs.h >>conftest.$ac_ext
36800 cat >>conftest.$ac_ext <<_ACEOF
36801 /* end confdefs.h. */
36802 #include <cxxabi.h>
36803 int
36804 main ()
36805 {
36806
36807 int rc;
36808 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
36809
36810 ;
36811 return 0;
36812 }
36813 _ACEOF
36814 rm -f conftest.$ac_objext conftest$ac_exeext
36815 if { (ac_try="$ac_link"
36816 case "(($ac_try" in
36817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36818 *) ac_try_echo=$ac_try;;
36819 esac
36820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36821 (eval "$ac_link") 2>conftest.er1
36822 ac_status=$?
36823 grep -v '^ *+' conftest.er1 >conftest.err
36824 rm -f conftest.er1
36825 cat conftest.err >&5
36826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36827 (exit $ac_status); } && {
36828 test -z "$ac_cxx_werror_flag" ||
36829 test ! -s conftest.err
36830 } && test -s conftest$ac_exeext &&
36831 $as_test_x conftest$ac_exeext; then
36832 wx_cv_func_cxa_demangle=yes
36833 else
36834 echo "$as_me: failed program was:" >&5
36835 sed 's/^/| /' conftest.$ac_ext >&5
36836
36837 wx_cv_func_cxa_demangle=no
36838
36839 fi
36840
36841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36842 conftest$ac_exeext conftest.$ac_ext
36843 ac_ext=c
36844 ac_cpp='$CPP $CPPFLAGS'
36845 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36846 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36847 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36848
36849
36850
36851 fi
36852 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
36853 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
36854
36855 if test "$wx_cv_func_cxa_demangle" = "yes"; then
36856 cat >>confdefs.h <<\_ACEOF
36857 #define HAVE_CXA_DEMANGLE 1
36858 _ACEOF
36859
36860 fi
36861 fi
36862 fi
36863
36864 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
36865 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
36866 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
36867 wxUSE_STACKWALKER=no
36868 fi
36869
36870
36871
36872
36873 for ac_func in mkstemp mktemp
36874 do
36875 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36876 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36877 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36878 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36879 echo $ECHO_N "(cached) $ECHO_C" >&6
36880 else
36881 cat >conftest.$ac_ext <<_ACEOF
36882 /* confdefs.h. */
36883 _ACEOF
36884 cat confdefs.h >>conftest.$ac_ext
36885 cat >>conftest.$ac_ext <<_ACEOF
36886 /* end confdefs.h. */
36887 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36889 #define $ac_func innocuous_$ac_func
36890
36891 /* System header to define __stub macros and hopefully few prototypes,
36892 which can conflict with char $ac_func (); below.
36893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36894 <limits.h> exists even on freestanding compilers. */
36895
36896 #ifdef __STDC__
36897 # include <limits.h>
36898 #else
36899 # include <assert.h>
36900 #endif
36901
36902 #undef $ac_func
36903
36904 /* Override any GCC internal prototype to avoid an error.
36905 Use char because int might match the return type of a GCC
36906 builtin and then its argument prototype would still apply. */
36907 #ifdef __cplusplus
36908 extern "C"
36909 #endif
36910 char $ac_func ();
36911 /* The GNU C library defines this for functions which it implements
36912 to always fail with ENOSYS. Some functions are actually named
36913 something starting with __ and the normal name is an alias. */
36914 #if defined __stub_$ac_func || defined __stub___$ac_func
36915 choke me
36916 #endif
36917
36918 int
36919 main ()
36920 {
36921 return $ac_func ();
36922 ;
36923 return 0;
36924 }
36925 _ACEOF
36926 rm -f conftest.$ac_objext conftest$ac_exeext
36927 if { (ac_try="$ac_link"
36928 case "(($ac_try" in
36929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36930 *) ac_try_echo=$ac_try;;
36931 esac
36932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36933 (eval "$ac_link") 2>conftest.er1
36934 ac_status=$?
36935 grep -v '^ *+' conftest.er1 >conftest.err
36936 rm -f conftest.er1
36937 cat conftest.err >&5
36938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36939 (exit $ac_status); } && {
36940 test -z "$ac_c_werror_flag" ||
36941 test ! -s conftest.err
36942 } && test -s conftest$ac_exeext &&
36943 $as_test_x conftest$ac_exeext; then
36944 eval "$as_ac_var=yes"
36945 else
36946 echo "$as_me: failed program was:" >&5
36947 sed 's/^/| /' conftest.$ac_ext >&5
36948
36949 eval "$as_ac_var=no"
36950 fi
36951
36952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36953 conftest$ac_exeext conftest.$ac_ext
36954 fi
36955 ac_res=`eval echo '${'$as_ac_var'}'`
36956 { echo "$as_me:$LINENO: result: $ac_res" >&5
36957 echo "${ECHO_T}$ac_res" >&6; }
36958 if test `eval echo '${'$as_ac_var'}'` = yes; then
36959 cat >>confdefs.h <<_ACEOF
36960 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36961 _ACEOF
36962 break
36963 fi
36964 done
36965
36966
36967 { echo "$as_me:$LINENO: checking for statfs" >&5
36968 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
36969 if test "${wx_cv_func_statfs+set}" = set; then
36970 echo $ECHO_N "(cached) $ECHO_C" >&6
36971 else
36972 cat >conftest.$ac_ext <<_ACEOF
36973 /* confdefs.h. */
36974 _ACEOF
36975 cat confdefs.h >>conftest.$ac_ext
36976 cat >>conftest.$ac_ext <<_ACEOF
36977 /* end confdefs.h. */
36978
36979 #if defined(__BSD__)
36980 #include <sys/param.h>
36981 #include <sys/mount.h>
36982 #else
36983 #include <sys/vfs.h>
36984 #endif
36985
36986 int
36987 main ()
36988 {
36989
36990 long l;
36991 struct statfs fs;
36992 statfs("/", &fs);
36993 l = fs.f_bsize;
36994 l += fs.f_blocks;
36995 l += fs.f_bavail;
36996
36997 ;
36998 return 0;
36999 }
37000 _ACEOF
37001 rm -f conftest.$ac_objext
37002 if { (ac_try="$ac_compile"
37003 case "(($ac_try" in
37004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37005 *) ac_try_echo=$ac_try;;
37006 esac
37007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37008 (eval "$ac_compile") 2>conftest.er1
37009 ac_status=$?
37010 grep -v '^ *+' conftest.er1 >conftest.err
37011 rm -f conftest.er1
37012 cat conftest.err >&5
37013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37014 (exit $ac_status); } && {
37015 test -z "$ac_c_werror_flag" ||
37016 test ! -s conftest.err
37017 } && test -s conftest.$ac_objext; then
37018 wx_cv_func_statfs=yes
37019 else
37020 echo "$as_me: failed program was:" >&5
37021 sed 's/^/| /' conftest.$ac_ext >&5
37022
37023 wx_cv_func_statfs=no
37024
37025 fi
37026
37027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37028
37029 fi
37030 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
37031 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
37032
37033 if test "$wx_cv_func_statfs" = "yes"; then
37034 { echo "$as_me:$LINENO: checking for statfs declaration" >&5
37035 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
37036 if test "${wx_cv_func_statfs_decl+set}" = set; then
37037 echo $ECHO_N "(cached) $ECHO_C" >&6
37038 else
37039 ac_ext=cpp
37040 ac_cpp='$CXXCPP $CPPFLAGS'
37041 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37042 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37043 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37044
37045 cat >conftest.$ac_ext <<_ACEOF
37046 /* confdefs.h. */
37047 _ACEOF
37048 cat confdefs.h >>conftest.$ac_ext
37049 cat >>conftest.$ac_ext <<_ACEOF
37050 /* end confdefs.h. */
37051
37052 #if defined(__BSD__)
37053 #include <sys/param.h>
37054 #include <sys/mount.h>
37055 #else
37056 #include <sys/vfs.h>
37057 #endif
37058
37059 int
37060 main ()
37061 {
37062
37063 struct statfs fs;
37064 statfs("", &fs);
37065
37066 ;
37067 return 0;
37068 }
37069 _ACEOF
37070 rm -f conftest.$ac_objext
37071 if { (ac_try="$ac_compile"
37072 case "(($ac_try" in
37073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37074 *) ac_try_echo=$ac_try;;
37075 esac
37076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37077 (eval "$ac_compile") 2>conftest.er1
37078 ac_status=$?
37079 grep -v '^ *+' conftest.er1 >conftest.err
37080 rm -f conftest.er1
37081 cat conftest.err >&5
37082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37083 (exit $ac_status); } && {
37084 test -z "$ac_cxx_werror_flag" ||
37085 test ! -s conftest.err
37086 } && test -s conftest.$ac_objext; then
37087 wx_cv_func_statfs_decl=yes
37088 else
37089 echo "$as_me: failed program was:" >&5
37090 sed 's/^/| /' conftest.$ac_ext >&5
37091
37092 wx_cv_func_statfs_decl=no
37093
37094 fi
37095
37096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37097 ac_ext=c
37098 ac_cpp='$CPP $CPPFLAGS'
37099 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37100 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37101 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37102
37103
37104 fi
37105 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
37106 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
37107
37108 if test "$wx_cv_func_statfs_decl" = "yes"; then
37109 cat >>confdefs.h <<\_ACEOF
37110 #define HAVE_STATFS_DECL 1
37111 _ACEOF
37112
37113 fi
37114
37115 wx_cv_type_statvfs_t="struct statfs"
37116 cat >>confdefs.h <<\_ACEOF
37117 #define HAVE_STATFS 1
37118 _ACEOF
37119
37120 else
37121 { echo "$as_me:$LINENO: checking for statvfs" >&5
37122 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
37123 if test "${wx_cv_func_statvfs+set}" = set; then
37124 echo $ECHO_N "(cached) $ECHO_C" >&6
37125 else
37126 cat >conftest.$ac_ext <<_ACEOF
37127 /* confdefs.h. */
37128 _ACEOF
37129 cat confdefs.h >>conftest.$ac_ext
37130 cat >>conftest.$ac_ext <<_ACEOF
37131 /* end confdefs.h. */
37132
37133 #include <stddef.h>
37134 #include <sys/statvfs.h>
37135
37136 int
37137 main ()
37138 {
37139
37140 statvfs("/", NULL);
37141
37142 ;
37143 return 0;
37144 }
37145 _ACEOF
37146 rm -f conftest.$ac_objext
37147 if { (ac_try="$ac_compile"
37148 case "(($ac_try" in
37149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37150 *) ac_try_echo=$ac_try;;
37151 esac
37152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37153 (eval "$ac_compile") 2>conftest.er1
37154 ac_status=$?
37155 grep -v '^ *+' conftest.er1 >conftest.err
37156 rm -f conftest.er1
37157 cat conftest.err >&5
37158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37159 (exit $ac_status); } && {
37160 test -z "$ac_c_werror_flag" ||
37161 test ! -s conftest.err
37162 } && test -s conftest.$ac_objext; then
37163 wx_cv_func_statvfs=yes
37164 else
37165 echo "$as_me: failed program was:" >&5
37166 sed 's/^/| /' conftest.$ac_ext >&5
37167
37168 wx_cv_func_statvfs=no
37169
37170 fi
37171
37172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37173
37174 fi
37175 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
37176 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
37177
37178 if test "$wx_cv_func_statvfs" = "yes"; then
37179 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
37180 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
37181 if test "${wx_cv_type_statvfs_t+set}" = set; then
37182 echo $ECHO_N "(cached) $ECHO_C" >&6
37183 else
37184 ac_ext=cpp
37185 ac_cpp='$CXXCPP $CPPFLAGS'
37186 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37187 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37188 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37189
37190 cat >conftest.$ac_ext <<_ACEOF
37191 /* confdefs.h. */
37192 _ACEOF
37193 cat confdefs.h >>conftest.$ac_ext
37194 cat >>conftest.$ac_ext <<_ACEOF
37195 /* end confdefs.h. */
37196
37197 #include <sys/statvfs.h>
37198
37199 int
37200 main ()
37201 {
37202
37203 long l;
37204 statvfs_t fs;
37205 statvfs("/", &fs);
37206 l = fs.f_bsize;
37207 l += fs.f_blocks;
37208 l += fs.f_bavail;
37209
37210 ;
37211 return 0;
37212 }
37213 _ACEOF
37214 rm -f conftest.$ac_objext
37215 if { (ac_try="$ac_compile"
37216 case "(($ac_try" in
37217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37218 *) ac_try_echo=$ac_try;;
37219 esac
37220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37221 (eval "$ac_compile") 2>conftest.er1
37222 ac_status=$?
37223 grep -v '^ *+' conftest.er1 >conftest.err
37224 rm -f conftest.er1
37225 cat conftest.err >&5
37226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37227 (exit $ac_status); } && {
37228 test -z "$ac_cxx_werror_flag" ||
37229 test ! -s conftest.err
37230 } && test -s conftest.$ac_objext; then
37231 wx_cv_type_statvfs_t=statvfs_t
37232 else
37233 echo "$as_me: failed program was:" >&5
37234 sed 's/^/| /' conftest.$ac_ext >&5
37235
37236
37237 cat >conftest.$ac_ext <<_ACEOF
37238 /* confdefs.h. */
37239 _ACEOF
37240 cat confdefs.h >>conftest.$ac_ext
37241 cat >>conftest.$ac_ext <<_ACEOF
37242 /* end confdefs.h. */
37243
37244 #include <sys/statvfs.h>
37245
37246 int
37247 main ()
37248 {
37249
37250 long l;
37251 struct statvfs fs;
37252 statvfs("/", &fs);
37253 l = fs.f_bsize;
37254 l += fs.f_blocks;
37255 l += fs.f_bavail;
37256
37257 ;
37258 return 0;
37259 }
37260 _ACEOF
37261 rm -f conftest.$ac_objext
37262 if { (ac_try="$ac_compile"
37263 case "(($ac_try" in
37264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37265 *) ac_try_echo=$ac_try;;
37266 esac
37267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37268 (eval "$ac_compile") 2>conftest.er1
37269 ac_status=$?
37270 grep -v '^ *+' conftest.er1 >conftest.err
37271 rm -f conftest.er1
37272 cat conftest.err >&5
37273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37274 (exit $ac_status); } && {
37275 test -z "$ac_cxx_werror_flag" ||
37276 test ! -s conftest.err
37277 } && test -s conftest.$ac_objext; then
37278 wx_cv_type_statvfs_t="struct statvfs"
37279 else
37280 echo "$as_me: failed program was:" >&5
37281 sed 's/^/| /' conftest.$ac_ext >&5
37282
37283 wx_cv_type_statvfs_t="unknown"
37284
37285 fi
37286
37287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37288
37289
37290 fi
37291
37292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37293 ac_ext=c
37294 ac_cpp='$CPP $CPPFLAGS'
37295 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37296 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37297 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37298
37299
37300 fi
37301 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
37302 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
37303
37304 if test "$wx_cv_type_statvfs_t" != "unknown"; then
37305 cat >>confdefs.h <<\_ACEOF
37306 #define HAVE_STATVFS 1
37307 _ACEOF
37308
37309 fi
37310 else
37311 wx_cv_type_statvfs_t="unknown"
37312 fi
37313 fi
37314
37315 if test "$wx_cv_type_statvfs_t" != "unknown"; then
37316 cat >>confdefs.h <<_ACEOF
37317 #define WX_STATFS_T $wx_cv_type_statvfs_t
37318 _ACEOF
37319
37320 else
37321 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
37322 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
37323 fi
37324
37325 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37326
37327
37328 for ac_func in fcntl flock
37329 do
37330 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37331 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37332 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37333 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37334 echo $ECHO_N "(cached) $ECHO_C" >&6
37335 else
37336 cat >conftest.$ac_ext <<_ACEOF
37337 /* confdefs.h. */
37338 _ACEOF
37339 cat confdefs.h >>conftest.$ac_ext
37340 cat >>conftest.$ac_ext <<_ACEOF
37341 /* end confdefs.h. */
37342 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37343 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37344 #define $ac_func innocuous_$ac_func
37345
37346 /* System header to define __stub macros and hopefully few prototypes,
37347 which can conflict with char $ac_func (); below.
37348 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37349 <limits.h> exists even on freestanding compilers. */
37350
37351 #ifdef __STDC__
37352 # include <limits.h>
37353 #else
37354 # include <assert.h>
37355 #endif
37356
37357 #undef $ac_func
37358
37359 /* Override any GCC internal prototype to avoid an error.
37360 Use char because int might match the return type of a GCC
37361 builtin and then its argument prototype would still apply. */
37362 #ifdef __cplusplus
37363 extern "C"
37364 #endif
37365 char $ac_func ();
37366 /* The GNU C library defines this for functions which it implements
37367 to always fail with ENOSYS. Some functions are actually named
37368 something starting with __ and the normal name is an alias. */
37369 #if defined __stub_$ac_func || defined __stub___$ac_func
37370 choke me
37371 #endif
37372
37373 int
37374 main ()
37375 {
37376 return $ac_func ();
37377 ;
37378 return 0;
37379 }
37380 _ACEOF
37381 rm -f conftest.$ac_objext conftest$ac_exeext
37382 if { (ac_try="$ac_link"
37383 case "(($ac_try" in
37384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37385 *) ac_try_echo=$ac_try;;
37386 esac
37387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37388 (eval "$ac_link") 2>conftest.er1
37389 ac_status=$?
37390 grep -v '^ *+' conftest.er1 >conftest.err
37391 rm -f conftest.er1
37392 cat conftest.err >&5
37393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37394 (exit $ac_status); } && {
37395 test -z "$ac_c_werror_flag" ||
37396 test ! -s conftest.err
37397 } && test -s conftest$ac_exeext &&
37398 $as_test_x conftest$ac_exeext; then
37399 eval "$as_ac_var=yes"
37400 else
37401 echo "$as_me: failed program was:" >&5
37402 sed 's/^/| /' conftest.$ac_ext >&5
37403
37404 eval "$as_ac_var=no"
37405 fi
37406
37407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37408 conftest$ac_exeext conftest.$ac_ext
37409 fi
37410 ac_res=`eval echo '${'$as_ac_var'}'`
37411 { echo "$as_me:$LINENO: result: $ac_res" >&5
37412 echo "${ECHO_T}$ac_res" >&6; }
37413 if test `eval echo '${'$as_ac_var'}'` = yes; then
37414 cat >>confdefs.h <<_ACEOF
37415 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37416 _ACEOF
37417 break
37418 fi
37419 done
37420
37421
37422 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
37423 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
37424 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
37425 wxUSE_SNGLINST_CHECKER=no
37426 fi
37427 fi
37428
37429
37430
37431 for ac_func in setenv putenv
37432 do
37433 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37434 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37435 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37436 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37437 echo $ECHO_N "(cached) $ECHO_C" >&6
37438 else
37439 cat >conftest.$ac_ext <<_ACEOF
37440 /* confdefs.h. */
37441 _ACEOF
37442 cat confdefs.h >>conftest.$ac_ext
37443 cat >>conftest.$ac_ext <<_ACEOF
37444 /* end confdefs.h. */
37445 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37446 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37447 #define $ac_func innocuous_$ac_func
37448
37449 /* System header to define __stub macros and hopefully few prototypes,
37450 which can conflict with char $ac_func (); below.
37451 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37452 <limits.h> exists even on freestanding compilers. */
37453
37454 #ifdef __STDC__
37455 # include <limits.h>
37456 #else
37457 # include <assert.h>
37458 #endif
37459
37460 #undef $ac_func
37461
37462 /* Override any GCC internal prototype to avoid an error.
37463 Use char because int might match the return type of a GCC
37464 builtin and then its argument prototype would still apply. */
37465 #ifdef __cplusplus
37466 extern "C"
37467 #endif
37468 char $ac_func ();
37469 /* The GNU C library defines this for functions which it implements
37470 to always fail with ENOSYS. Some functions are actually named
37471 something starting with __ and the normal name is an alias. */
37472 #if defined __stub_$ac_func || defined __stub___$ac_func
37473 choke me
37474 #endif
37475
37476 int
37477 main ()
37478 {
37479 return $ac_func ();
37480 ;
37481 return 0;
37482 }
37483 _ACEOF
37484 rm -f conftest.$ac_objext conftest$ac_exeext
37485 if { (ac_try="$ac_link"
37486 case "(($ac_try" in
37487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37488 *) ac_try_echo=$ac_try;;
37489 esac
37490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37491 (eval "$ac_link") 2>conftest.er1
37492 ac_status=$?
37493 grep -v '^ *+' conftest.er1 >conftest.err
37494 rm -f conftest.er1
37495 cat conftest.err >&5
37496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37497 (exit $ac_status); } && {
37498 test -z "$ac_c_werror_flag" ||
37499 test ! -s conftest.err
37500 } && test -s conftest$ac_exeext &&
37501 $as_test_x conftest$ac_exeext; then
37502 eval "$as_ac_var=yes"
37503 else
37504 echo "$as_me: failed program was:" >&5
37505 sed 's/^/| /' conftest.$ac_ext >&5
37506
37507 eval "$as_ac_var=no"
37508 fi
37509
37510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37511 conftest$ac_exeext conftest.$ac_ext
37512 fi
37513 ac_res=`eval echo '${'$as_ac_var'}'`
37514 { echo "$as_me:$LINENO: result: $ac_res" >&5
37515 echo "${ECHO_T}$ac_res" >&6; }
37516 if test `eval echo '${'$as_ac_var'}'` = yes; then
37517 cat >>confdefs.h <<_ACEOF
37518 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37519 _ACEOF
37520 break
37521 fi
37522 done
37523
37524 if test "$ac_cv_func_setenv" = "yes"; then
37525
37526 for ac_func in unsetenv
37527 do
37528 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37529 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37530 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37531 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37532 echo $ECHO_N "(cached) $ECHO_C" >&6
37533 else
37534 cat >conftest.$ac_ext <<_ACEOF
37535 /* confdefs.h. */
37536 _ACEOF
37537 cat confdefs.h >>conftest.$ac_ext
37538 cat >>conftest.$ac_ext <<_ACEOF
37539 /* end confdefs.h. */
37540 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37541 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37542 #define $ac_func innocuous_$ac_func
37543
37544 /* System header to define __stub macros and hopefully few prototypes,
37545 which can conflict with char $ac_func (); below.
37546 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37547 <limits.h> exists even on freestanding compilers. */
37548
37549 #ifdef __STDC__
37550 # include <limits.h>
37551 #else
37552 # include <assert.h>
37553 #endif
37554
37555 #undef $ac_func
37556
37557 /* Override any GCC internal prototype to avoid an error.
37558 Use char because int might match the return type of a GCC
37559 builtin and then its argument prototype would still apply. */
37560 #ifdef __cplusplus
37561 extern "C"
37562 #endif
37563 char $ac_func ();
37564 /* The GNU C library defines this for functions which it implements
37565 to always fail with ENOSYS. Some functions are actually named
37566 something starting with __ and the normal name is an alias. */
37567 #if defined __stub_$ac_func || defined __stub___$ac_func
37568 choke me
37569 #endif
37570
37571 int
37572 main ()
37573 {
37574 return $ac_func ();
37575 ;
37576 return 0;
37577 }
37578 _ACEOF
37579 rm -f conftest.$ac_objext conftest$ac_exeext
37580 if { (ac_try="$ac_link"
37581 case "(($ac_try" in
37582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37583 *) ac_try_echo=$ac_try;;
37584 esac
37585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37586 (eval "$ac_link") 2>conftest.er1
37587 ac_status=$?
37588 grep -v '^ *+' conftest.er1 >conftest.err
37589 rm -f conftest.er1
37590 cat conftest.err >&5
37591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37592 (exit $ac_status); } && {
37593 test -z "$ac_c_werror_flag" ||
37594 test ! -s conftest.err
37595 } && test -s conftest$ac_exeext &&
37596 $as_test_x conftest$ac_exeext; then
37597 eval "$as_ac_var=yes"
37598 else
37599 echo "$as_me: failed program was:" >&5
37600 sed 's/^/| /' conftest.$ac_ext >&5
37601
37602 eval "$as_ac_var=no"
37603 fi
37604
37605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37606 conftest$ac_exeext conftest.$ac_ext
37607 fi
37608 ac_res=`eval echo '${'$as_ac_var'}'`
37609 { echo "$as_me:$LINENO: result: $ac_res" >&5
37610 echo "${ECHO_T}$ac_res" >&6; }
37611 if test `eval echo '${'$as_ac_var'}'` = yes; then
37612 cat >>confdefs.h <<_ACEOF
37613 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37614 _ACEOF
37615
37616 fi
37617 done
37618
37619 fi
37620
37621 HAVE_SOME_SLEEP_FUNC=0
37622 if test "$USE_BEOS" = 1; then
37623 cat >>confdefs.h <<\_ACEOF
37624 #define HAVE_SLEEP 1
37625 _ACEOF
37626
37627 HAVE_SOME_SLEEP_FUNC=1
37628 fi
37629
37630 if test "$USE_DARWIN" = 1; then
37631 cat >>confdefs.h <<\_ACEOF
37632 #define HAVE_USLEEP 1
37633 _ACEOF
37634
37635 HAVE_SOME_SLEEP_FUNC=1
37636 fi
37637
37638 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
37639 POSIX4_LINK=
37640
37641 for ac_func in nanosleep
37642 do
37643 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37644 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37645 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37646 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37647 echo $ECHO_N "(cached) $ECHO_C" >&6
37648 else
37649 cat >conftest.$ac_ext <<_ACEOF
37650 /* confdefs.h. */
37651 _ACEOF
37652 cat confdefs.h >>conftest.$ac_ext
37653 cat >>conftest.$ac_ext <<_ACEOF
37654 /* end confdefs.h. */
37655 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37656 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37657 #define $ac_func innocuous_$ac_func
37658
37659 /* System header to define __stub macros and hopefully few prototypes,
37660 which can conflict with char $ac_func (); below.
37661 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37662 <limits.h> exists even on freestanding compilers. */
37663
37664 #ifdef __STDC__
37665 # include <limits.h>
37666 #else
37667 # include <assert.h>
37668 #endif
37669
37670 #undef $ac_func
37671
37672 /* Override any GCC internal prototype to avoid an error.
37673 Use char because int might match the return type of a GCC
37674 builtin and then its argument prototype would still apply. */
37675 #ifdef __cplusplus
37676 extern "C"
37677 #endif
37678 char $ac_func ();
37679 /* The GNU C library defines this for functions which it implements
37680 to always fail with ENOSYS. Some functions are actually named
37681 something starting with __ and the normal name is an alias. */
37682 #if defined __stub_$ac_func || defined __stub___$ac_func
37683 choke me
37684 #endif
37685
37686 int
37687 main ()
37688 {
37689 return $ac_func ();
37690 ;
37691 return 0;
37692 }
37693 _ACEOF
37694 rm -f conftest.$ac_objext conftest$ac_exeext
37695 if { (ac_try="$ac_link"
37696 case "(($ac_try" in
37697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37698 *) ac_try_echo=$ac_try;;
37699 esac
37700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37701 (eval "$ac_link") 2>conftest.er1
37702 ac_status=$?
37703 grep -v '^ *+' conftest.er1 >conftest.err
37704 rm -f conftest.er1
37705 cat conftest.err >&5
37706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37707 (exit $ac_status); } && {
37708 test -z "$ac_c_werror_flag" ||
37709 test ! -s conftest.err
37710 } && test -s conftest$ac_exeext &&
37711 $as_test_x conftest$ac_exeext; then
37712 eval "$as_ac_var=yes"
37713 else
37714 echo "$as_me: failed program was:" >&5
37715 sed 's/^/| /' conftest.$ac_ext >&5
37716
37717 eval "$as_ac_var=no"
37718 fi
37719
37720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37721 conftest$ac_exeext conftest.$ac_ext
37722 fi
37723 ac_res=`eval echo '${'$as_ac_var'}'`
37724 { echo "$as_me:$LINENO: result: $ac_res" >&5
37725 echo "${ECHO_T}$ac_res" >&6; }
37726 if test `eval echo '${'$as_ac_var'}'` = yes; then
37727 cat >>confdefs.h <<_ACEOF
37728 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37729 _ACEOF
37730 cat >>confdefs.h <<\_ACEOF
37731 #define HAVE_NANOSLEEP 1
37732 _ACEOF
37733
37734 else
37735
37736 { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
37737 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
37738 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
37739 echo $ECHO_N "(cached) $ECHO_C" >&6
37740 else
37741 ac_check_lib_save_LIBS=$LIBS
37742 LIBS="-lposix4 $LIBS"
37743 cat >conftest.$ac_ext <<_ACEOF
37744 /* confdefs.h. */
37745 _ACEOF
37746 cat confdefs.h >>conftest.$ac_ext
37747 cat >>conftest.$ac_ext <<_ACEOF
37748 /* end confdefs.h. */
37749
37750 /* Override any GCC internal prototype to avoid an error.
37751 Use char because int might match the return type of a GCC
37752 builtin and then its argument prototype would still apply. */
37753 #ifdef __cplusplus
37754 extern "C"
37755 #endif
37756 char nanosleep ();
37757 int
37758 main ()
37759 {
37760 return nanosleep ();
37761 ;
37762 return 0;
37763 }
37764 _ACEOF
37765 rm -f conftest.$ac_objext conftest$ac_exeext
37766 if { (ac_try="$ac_link"
37767 case "(($ac_try" in
37768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37769 *) ac_try_echo=$ac_try;;
37770 esac
37771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37772 (eval "$ac_link") 2>conftest.er1
37773 ac_status=$?
37774 grep -v '^ *+' conftest.er1 >conftest.err
37775 rm -f conftest.er1
37776 cat conftest.err >&5
37777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37778 (exit $ac_status); } && {
37779 test -z "$ac_c_werror_flag" ||
37780 test ! -s conftest.err
37781 } && test -s conftest$ac_exeext &&
37782 $as_test_x conftest$ac_exeext; then
37783 ac_cv_lib_posix4_nanosleep=yes
37784 else
37785 echo "$as_me: failed program was:" >&5
37786 sed 's/^/| /' conftest.$ac_ext >&5
37787
37788 ac_cv_lib_posix4_nanosleep=no
37789 fi
37790
37791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37792 conftest$ac_exeext conftest.$ac_ext
37793 LIBS=$ac_check_lib_save_LIBS
37794 fi
37795 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
37796 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
37797 if test $ac_cv_lib_posix4_nanosleep = yes; then
37798
37799 cat >>confdefs.h <<\_ACEOF
37800 #define HAVE_NANOSLEEP 1
37801 _ACEOF
37802
37803 POSIX4_LINK=" -lposix4"
37804
37805 else
37806
37807
37808 for wx_func in usleep
37809 do
37810 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37811 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37812 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37813 echo $ECHO_N "(cached) $ECHO_C" >&6
37814 else
37815
37816 cat >conftest.$ac_ext <<_ACEOF
37817
37818 /* confdefs.h. */
37819 _ACEOF
37820 cat confdefs.h >>conftest.$ac_ext
37821 cat >>conftest.$ac_ext <<_ACEOF
37822 /* end confdefs.h. */
37823
37824
37825 $ac_includes_default
37826
37827 int
37828 main ()
37829 {
37830
37831 #ifndef $wx_func
37832 &$wx_func;
37833 #endif
37834
37835
37836 ;
37837 return 0;
37838 }
37839
37840 _ACEOF
37841 rm -f conftest.$ac_objext conftest$ac_exeext
37842 if { (ac_try="$ac_link"
37843 case "(($ac_try" in
37844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37845 *) ac_try_echo=$ac_try;;
37846 esac
37847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37848 (eval "$ac_link") 2>conftest.er1
37849 ac_status=$?
37850 grep -v '^ *+' conftest.er1 >conftest.err
37851 rm -f conftest.er1
37852 cat conftest.err >&5
37853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37854 (exit $ac_status); } && {
37855 test -z "$ac_c_werror_flag" ||
37856 test ! -s conftest.err
37857 } && test -s conftest$ac_exeext &&
37858 $as_test_x conftest$ac_exeext; then
37859 eval wx_cv_func_$wx_func=yes
37860 else
37861 echo "$as_me: failed program was:" >&5
37862 sed 's/^/| /' conftest.$ac_ext >&5
37863
37864 eval wx_cv_func_$wx_func=no
37865 fi
37866
37867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37868 conftest$ac_exeext conftest.$ac_ext
37869
37870 fi
37871 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37872 { echo "$as_me:$LINENO: result: $ac_res" >&5
37873 echo "${ECHO_T}$ac_res" >&6; }
37874
37875 if eval test \$wx_cv_func_$wx_func = yes
37876 then
37877 cat >>confdefs.h <<_ACEOF
37878 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37879 _ACEOF
37880
37881
37882 else
37883 :
37884 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
37885 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
37886
37887 fi
37888 done
37889
37890
37891
37892 fi
37893
37894
37895
37896 fi
37897 done
37898
37899 fi
37900
37901
37902 for wx_func in uname
37903 do
37904 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37905 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37906 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37907 echo $ECHO_N "(cached) $ECHO_C" >&6
37908 else
37909
37910 cat >conftest.$ac_ext <<_ACEOF
37911
37912 /* confdefs.h. */
37913 _ACEOF
37914 cat confdefs.h >>conftest.$ac_ext
37915 cat >>conftest.$ac_ext <<_ACEOF
37916 /* end confdefs.h. */
37917
37918 #include <sys/utsname.h>
37919 $ac_includes_default
37920
37921 int
37922 main ()
37923 {
37924
37925 #ifndef $wx_func
37926 &$wx_func;
37927 #endif
37928
37929
37930 ;
37931 return 0;
37932 }
37933
37934 _ACEOF
37935 rm -f conftest.$ac_objext conftest$ac_exeext
37936 if { (ac_try="$ac_link"
37937 case "(($ac_try" in
37938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37939 *) ac_try_echo=$ac_try;;
37940 esac
37941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37942 (eval "$ac_link") 2>conftest.er1
37943 ac_status=$?
37944 grep -v '^ *+' conftest.er1 >conftest.err
37945 rm -f conftest.er1
37946 cat conftest.err >&5
37947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37948 (exit $ac_status); } && {
37949 test -z "$ac_c_werror_flag" ||
37950 test ! -s conftest.err
37951 } && test -s conftest$ac_exeext &&
37952 $as_test_x conftest$ac_exeext; then
37953 eval wx_cv_func_$wx_func=yes
37954 else
37955 echo "$as_me: failed program was:" >&5
37956 sed 's/^/| /' conftest.$ac_ext >&5
37957
37958 eval wx_cv_func_$wx_func=no
37959 fi
37960
37961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37962 conftest$ac_exeext conftest.$ac_ext
37963
37964 fi
37965 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37966 { echo "$as_me:$LINENO: result: $ac_res" >&5
37967 echo "${ECHO_T}$ac_res" >&6; }
37968
37969 if eval test \$wx_cv_func_$wx_func = yes
37970 then
37971 cat >>confdefs.h <<_ACEOF
37972 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37973 _ACEOF
37974
37975
37976 else
37977 :
37978
37979 fi
37980 done
37981
37982 if test "$wx_cv_func_uname" != yes; then
37983
37984 for wx_func in gethostname
37985 do
37986 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37987 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37988 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37989 echo $ECHO_N "(cached) $ECHO_C" >&6
37990 else
37991
37992 cat >conftest.$ac_ext <<_ACEOF
37993
37994 /* confdefs.h. */
37995 _ACEOF
37996 cat confdefs.h >>conftest.$ac_ext
37997 cat >>conftest.$ac_ext <<_ACEOF
37998 /* end confdefs.h. */
37999
38000
38001 $ac_includes_default
38002
38003 int
38004 main ()
38005 {
38006
38007 #ifndef $wx_func
38008 &$wx_func;
38009 #endif
38010
38011
38012 ;
38013 return 0;
38014 }
38015
38016 _ACEOF
38017 rm -f conftest.$ac_objext conftest$ac_exeext
38018 if { (ac_try="$ac_link"
38019 case "(($ac_try" in
38020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38021 *) ac_try_echo=$ac_try;;
38022 esac
38023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38024 (eval "$ac_link") 2>conftest.er1
38025 ac_status=$?
38026 grep -v '^ *+' conftest.er1 >conftest.err
38027 rm -f conftest.er1
38028 cat conftest.err >&5
38029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38030 (exit $ac_status); } && {
38031 test -z "$ac_c_werror_flag" ||
38032 test ! -s conftest.err
38033 } && test -s conftest$ac_exeext &&
38034 $as_test_x conftest$ac_exeext; then
38035 eval wx_cv_func_$wx_func=yes
38036 else
38037 echo "$as_me: failed program was:" >&5
38038 sed 's/^/| /' conftest.$ac_ext >&5
38039
38040 eval wx_cv_func_$wx_func=no
38041 fi
38042
38043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38044 conftest$ac_exeext conftest.$ac_ext
38045
38046 fi
38047 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38048 { echo "$as_me:$LINENO: result: $ac_res" >&5
38049 echo "${ECHO_T}$ac_res" >&6; }
38050
38051 if eval test \$wx_cv_func_$wx_func = yes
38052 then
38053 cat >>confdefs.h <<_ACEOF
38054 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38055 _ACEOF
38056
38057
38058 else
38059 :
38060
38061 fi
38062 done
38063
38064 fi
38065
38066
38067 for wx_func in strtok_r
38068 do
38069 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38070 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38071 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38072 echo $ECHO_N "(cached) $ECHO_C" >&6
38073 else
38074
38075 cat >conftest.$ac_ext <<_ACEOF
38076
38077 /* confdefs.h. */
38078 _ACEOF
38079 cat confdefs.h >>conftest.$ac_ext
38080 cat >>conftest.$ac_ext <<_ACEOF
38081 /* end confdefs.h. */
38082
38083 #define _REENTRANT
38084 $ac_includes_default
38085
38086 int
38087 main ()
38088 {
38089
38090 #ifndef $wx_func
38091 &$wx_func;
38092 #endif
38093
38094
38095 ;
38096 return 0;
38097 }
38098
38099 _ACEOF
38100 rm -f conftest.$ac_objext conftest$ac_exeext
38101 if { (ac_try="$ac_link"
38102 case "(($ac_try" in
38103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38104 *) ac_try_echo=$ac_try;;
38105 esac
38106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38107 (eval "$ac_link") 2>conftest.er1
38108 ac_status=$?
38109 grep -v '^ *+' conftest.er1 >conftest.err
38110 rm -f conftest.er1
38111 cat conftest.err >&5
38112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38113 (exit $ac_status); } && {
38114 test -z "$ac_c_werror_flag" ||
38115 test ! -s conftest.err
38116 } && test -s conftest$ac_exeext &&
38117 $as_test_x conftest$ac_exeext; then
38118 eval wx_cv_func_$wx_func=yes
38119 else
38120 echo "$as_me: failed program was:" >&5
38121 sed 's/^/| /' conftest.$ac_ext >&5
38122
38123 eval wx_cv_func_$wx_func=no
38124 fi
38125
38126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38127 conftest$ac_exeext conftest.$ac_ext
38128
38129 fi
38130 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38131 { echo "$as_me:$LINENO: result: $ac_res" >&5
38132 echo "${ECHO_T}$ac_res" >&6; }
38133
38134 if eval test \$wx_cv_func_$wx_func = yes
38135 then
38136 cat >>confdefs.h <<_ACEOF
38137 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38138 _ACEOF
38139
38140
38141 else
38142 :
38143
38144 fi
38145 done
38146
38147
38148 INET_LINK=
38149
38150 for ac_func in inet_addr
38151 do
38152 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38153 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38154 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38155 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38156 echo $ECHO_N "(cached) $ECHO_C" >&6
38157 else
38158 cat >conftest.$ac_ext <<_ACEOF
38159 /* confdefs.h. */
38160 _ACEOF
38161 cat confdefs.h >>conftest.$ac_ext
38162 cat >>conftest.$ac_ext <<_ACEOF
38163 /* end confdefs.h. */
38164 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38165 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38166 #define $ac_func innocuous_$ac_func
38167
38168 /* System header to define __stub macros and hopefully few prototypes,
38169 which can conflict with char $ac_func (); below.
38170 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38171 <limits.h> exists even on freestanding compilers. */
38172
38173 #ifdef __STDC__
38174 # include <limits.h>
38175 #else
38176 # include <assert.h>
38177 #endif
38178
38179 #undef $ac_func
38180
38181 /* Override any GCC internal prototype to avoid an error.
38182 Use char because int might match the return type of a GCC
38183 builtin and then its argument prototype would still apply. */
38184 #ifdef __cplusplus
38185 extern "C"
38186 #endif
38187 char $ac_func ();
38188 /* The GNU C library defines this for functions which it implements
38189 to always fail with ENOSYS. Some functions are actually named
38190 something starting with __ and the normal name is an alias. */
38191 #if defined __stub_$ac_func || defined __stub___$ac_func
38192 choke me
38193 #endif
38194
38195 int
38196 main ()
38197 {
38198 return $ac_func ();
38199 ;
38200 return 0;
38201 }
38202 _ACEOF
38203 rm -f conftest.$ac_objext conftest$ac_exeext
38204 if { (ac_try="$ac_link"
38205 case "(($ac_try" in
38206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38207 *) ac_try_echo=$ac_try;;
38208 esac
38209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38210 (eval "$ac_link") 2>conftest.er1
38211 ac_status=$?
38212 grep -v '^ *+' conftest.er1 >conftest.err
38213 rm -f conftest.er1
38214 cat conftest.err >&5
38215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38216 (exit $ac_status); } && {
38217 test -z "$ac_c_werror_flag" ||
38218 test ! -s conftest.err
38219 } && test -s conftest$ac_exeext &&
38220 $as_test_x conftest$ac_exeext; then
38221 eval "$as_ac_var=yes"
38222 else
38223 echo "$as_me: failed program was:" >&5
38224 sed 's/^/| /' conftest.$ac_ext >&5
38225
38226 eval "$as_ac_var=no"
38227 fi
38228
38229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38230 conftest$ac_exeext conftest.$ac_ext
38231 fi
38232 ac_res=`eval echo '${'$as_ac_var'}'`
38233 { echo "$as_me:$LINENO: result: $ac_res" >&5
38234 echo "${ECHO_T}$ac_res" >&6; }
38235 if test `eval echo '${'$as_ac_var'}'` = yes; then
38236 cat >>confdefs.h <<_ACEOF
38237 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38238 _ACEOF
38239 cat >>confdefs.h <<\_ACEOF
38240 #define HAVE_INET_ADDR 1
38241 _ACEOF
38242
38243 else
38244
38245 { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
38246 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
38247 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
38248 echo $ECHO_N "(cached) $ECHO_C" >&6
38249 else
38250 ac_check_lib_save_LIBS=$LIBS
38251 LIBS="-lnsl $LIBS"
38252 cat >conftest.$ac_ext <<_ACEOF
38253 /* confdefs.h. */
38254 _ACEOF
38255 cat confdefs.h >>conftest.$ac_ext
38256 cat >>conftest.$ac_ext <<_ACEOF
38257 /* end confdefs.h. */
38258
38259 /* Override any GCC internal prototype to avoid an error.
38260 Use char because int might match the return type of a GCC
38261 builtin and then its argument prototype would still apply. */
38262 #ifdef __cplusplus
38263 extern "C"
38264 #endif
38265 char inet_addr ();
38266 int
38267 main ()
38268 {
38269 return inet_addr ();
38270 ;
38271 return 0;
38272 }
38273 _ACEOF
38274 rm -f conftest.$ac_objext conftest$ac_exeext
38275 if { (ac_try="$ac_link"
38276 case "(($ac_try" in
38277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38278 *) ac_try_echo=$ac_try;;
38279 esac
38280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38281 (eval "$ac_link") 2>conftest.er1
38282 ac_status=$?
38283 grep -v '^ *+' conftest.er1 >conftest.err
38284 rm -f conftest.er1
38285 cat conftest.err >&5
38286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38287 (exit $ac_status); } && {
38288 test -z "$ac_c_werror_flag" ||
38289 test ! -s conftest.err
38290 } && test -s conftest$ac_exeext &&
38291 $as_test_x conftest$ac_exeext; then
38292 ac_cv_lib_nsl_inet_addr=yes
38293 else
38294 echo "$as_me: failed program was:" >&5
38295 sed 's/^/| /' conftest.$ac_ext >&5
38296
38297 ac_cv_lib_nsl_inet_addr=no
38298 fi
38299
38300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38301 conftest$ac_exeext conftest.$ac_ext
38302 LIBS=$ac_check_lib_save_LIBS
38303 fi
38304 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
38305 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
38306 if test $ac_cv_lib_nsl_inet_addr = yes; then
38307 INET_LINK="nsl"
38308 else
38309
38310 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
38311 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
38312 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
38313 echo $ECHO_N "(cached) $ECHO_C" >&6
38314 else
38315 ac_check_lib_save_LIBS=$LIBS
38316 LIBS="-lresolv $LIBS"
38317 cat >conftest.$ac_ext <<_ACEOF
38318 /* confdefs.h. */
38319 _ACEOF
38320 cat confdefs.h >>conftest.$ac_ext
38321 cat >>conftest.$ac_ext <<_ACEOF
38322 /* end confdefs.h. */
38323
38324 /* Override any GCC internal prototype to avoid an error.
38325 Use char because int might match the return type of a GCC
38326 builtin and then its argument prototype would still apply. */
38327 #ifdef __cplusplus
38328 extern "C"
38329 #endif
38330 char inet_addr ();
38331 int
38332 main ()
38333 {
38334 return inet_addr ();
38335 ;
38336 return 0;
38337 }
38338 _ACEOF
38339 rm -f conftest.$ac_objext conftest$ac_exeext
38340 if { (ac_try="$ac_link"
38341 case "(($ac_try" in
38342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38343 *) ac_try_echo=$ac_try;;
38344 esac
38345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38346 (eval "$ac_link") 2>conftest.er1
38347 ac_status=$?
38348 grep -v '^ *+' conftest.er1 >conftest.err
38349 rm -f conftest.er1
38350 cat conftest.err >&5
38351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38352 (exit $ac_status); } && {
38353 test -z "$ac_c_werror_flag" ||
38354 test ! -s conftest.err
38355 } && test -s conftest$ac_exeext &&
38356 $as_test_x conftest$ac_exeext; then
38357 ac_cv_lib_resolv_inet_addr=yes
38358 else
38359 echo "$as_me: failed program was:" >&5
38360 sed 's/^/| /' conftest.$ac_ext >&5
38361
38362 ac_cv_lib_resolv_inet_addr=no
38363 fi
38364
38365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38366 conftest$ac_exeext conftest.$ac_ext
38367 LIBS=$ac_check_lib_save_LIBS
38368 fi
38369 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
38370 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
38371 if test $ac_cv_lib_resolv_inet_addr = yes; then
38372 INET_LINK="resolv"
38373 else
38374
38375 { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
38376 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
38377 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
38378 echo $ECHO_N "(cached) $ECHO_C" >&6
38379 else
38380 ac_check_lib_save_LIBS=$LIBS
38381 LIBS="-lsocket $LIBS"
38382 cat >conftest.$ac_ext <<_ACEOF
38383 /* confdefs.h. */
38384 _ACEOF
38385 cat confdefs.h >>conftest.$ac_ext
38386 cat >>conftest.$ac_ext <<_ACEOF
38387 /* end confdefs.h. */
38388
38389 /* Override any GCC internal prototype to avoid an error.
38390 Use char because int might match the return type of a GCC
38391 builtin and then its argument prototype would still apply. */
38392 #ifdef __cplusplus
38393 extern "C"
38394 #endif
38395 char inet_addr ();
38396 int
38397 main ()
38398 {
38399 return inet_addr ();
38400 ;
38401 return 0;
38402 }
38403 _ACEOF
38404 rm -f conftest.$ac_objext conftest$ac_exeext
38405 if { (ac_try="$ac_link"
38406 case "(($ac_try" in
38407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38408 *) ac_try_echo=$ac_try;;
38409 esac
38410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38411 (eval "$ac_link") 2>conftest.er1
38412 ac_status=$?
38413 grep -v '^ *+' conftest.er1 >conftest.err
38414 rm -f conftest.er1
38415 cat conftest.err >&5
38416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38417 (exit $ac_status); } && {
38418 test -z "$ac_c_werror_flag" ||
38419 test ! -s conftest.err
38420 } && test -s conftest$ac_exeext &&
38421 $as_test_x conftest$ac_exeext; then
38422 ac_cv_lib_socket_inet_addr=yes
38423 else
38424 echo "$as_me: failed program was:" >&5
38425 sed 's/^/| /' conftest.$ac_ext >&5
38426
38427 ac_cv_lib_socket_inet_addr=no
38428 fi
38429
38430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38431 conftest$ac_exeext conftest.$ac_ext
38432 LIBS=$ac_check_lib_save_LIBS
38433 fi
38434 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
38435 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
38436 if test $ac_cv_lib_socket_inet_addr = yes; then
38437 INET_LINK="socket"
38438
38439 fi
38440
38441
38442
38443 fi
38444
38445
38446
38447 fi
38448
38449
38450
38451 fi
38452 done
38453
38454
38455
38456 for ac_func in inet_aton
38457 do
38458 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38459 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38460 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38461 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38462 echo $ECHO_N "(cached) $ECHO_C" >&6
38463 else
38464 cat >conftest.$ac_ext <<_ACEOF
38465 /* confdefs.h. */
38466 _ACEOF
38467 cat confdefs.h >>conftest.$ac_ext
38468 cat >>conftest.$ac_ext <<_ACEOF
38469 /* end confdefs.h. */
38470 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38471 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38472 #define $ac_func innocuous_$ac_func
38473
38474 /* System header to define __stub macros and hopefully few prototypes,
38475 which can conflict with char $ac_func (); below.
38476 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38477 <limits.h> exists even on freestanding compilers. */
38478
38479 #ifdef __STDC__
38480 # include <limits.h>
38481 #else
38482 # include <assert.h>
38483 #endif
38484
38485 #undef $ac_func
38486
38487 /* Override any GCC internal prototype to avoid an error.
38488 Use char because int might match the return type of a GCC
38489 builtin and then its argument prototype would still apply. */
38490 #ifdef __cplusplus
38491 extern "C"
38492 #endif
38493 char $ac_func ();
38494 /* The GNU C library defines this for functions which it implements
38495 to always fail with ENOSYS. Some functions are actually named
38496 something starting with __ and the normal name is an alias. */
38497 #if defined __stub_$ac_func || defined __stub___$ac_func
38498 choke me
38499 #endif
38500
38501 int
38502 main ()
38503 {
38504 return $ac_func ();
38505 ;
38506 return 0;
38507 }
38508 _ACEOF
38509 rm -f conftest.$ac_objext conftest$ac_exeext
38510 if { (ac_try="$ac_link"
38511 case "(($ac_try" in
38512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38513 *) ac_try_echo=$ac_try;;
38514 esac
38515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38516 (eval "$ac_link") 2>conftest.er1
38517 ac_status=$?
38518 grep -v '^ *+' conftest.er1 >conftest.err
38519 rm -f conftest.er1
38520 cat conftest.err >&5
38521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38522 (exit $ac_status); } && {
38523 test -z "$ac_c_werror_flag" ||
38524 test ! -s conftest.err
38525 } && test -s conftest$ac_exeext &&
38526 $as_test_x conftest$ac_exeext; then
38527 eval "$as_ac_var=yes"
38528 else
38529 echo "$as_me: failed program was:" >&5
38530 sed 's/^/| /' conftest.$ac_ext >&5
38531
38532 eval "$as_ac_var=no"
38533 fi
38534
38535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38536 conftest$ac_exeext conftest.$ac_ext
38537 fi
38538 ac_res=`eval echo '${'$as_ac_var'}'`
38539 { echo "$as_me:$LINENO: result: $ac_res" >&5
38540 echo "${ECHO_T}$ac_res" >&6; }
38541 if test `eval echo '${'$as_ac_var'}'` = yes; then
38542 cat >>confdefs.h <<_ACEOF
38543 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38544 _ACEOF
38545 cat >>confdefs.h <<\_ACEOF
38546 #define HAVE_INET_ATON 1
38547 _ACEOF
38548
38549 else
38550
38551 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
38552 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
38553 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
38554 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
38555 echo $ECHO_N "(cached) $ECHO_C" >&6
38556 else
38557 ac_check_lib_save_LIBS=$LIBS
38558 LIBS="-l$INET_LINK $LIBS"
38559 cat >conftest.$ac_ext <<_ACEOF
38560 /* confdefs.h. */
38561 _ACEOF
38562 cat confdefs.h >>conftest.$ac_ext
38563 cat >>conftest.$ac_ext <<_ACEOF
38564 /* end confdefs.h. */
38565
38566 /* Override any GCC internal prototype to avoid an error.
38567 Use char because int might match the return type of a GCC
38568 builtin and then its argument prototype would still apply. */
38569 #ifdef __cplusplus
38570 extern "C"
38571 #endif
38572 char inet_aton ();
38573 int
38574 main ()
38575 {
38576 return inet_aton ();
38577 ;
38578 return 0;
38579 }
38580 _ACEOF
38581 rm -f conftest.$ac_objext conftest$ac_exeext
38582 if { (ac_try="$ac_link"
38583 case "(($ac_try" in
38584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38585 *) ac_try_echo=$ac_try;;
38586 esac
38587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38588 (eval "$ac_link") 2>conftest.er1
38589 ac_status=$?
38590 grep -v '^ *+' conftest.er1 >conftest.err
38591 rm -f conftest.er1
38592 cat conftest.err >&5
38593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38594 (exit $ac_status); } && {
38595 test -z "$ac_c_werror_flag" ||
38596 test ! -s conftest.err
38597 } && test -s conftest$ac_exeext &&
38598 $as_test_x conftest$ac_exeext; then
38599 eval "$as_ac_Lib=yes"
38600 else
38601 echo "$as_me: failed program was:" >&5
38602 sed 's/^/| /' conftest.$ac_ext >&5
38603
38604 eval "$as_ac_Lib=no"
38605 fi
38606
38607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38608 conftest$ac_exeext conftest.$ac_ext
38609 LIBS=$ac_check_lib_save_LIBS
38610 fi
38611 ac_res=`eval echo '${'$as_ac_Lib'}'`
38612 { echo "$as_me:$LINENO: result: $ac_res" >&5
38613 echo "${ECHO_T}$ac_res" >&6; }
38614 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
38615 cat >>confdefs.h <<\_ACEOF
38616 #define HAVE_INET_ATON 1
38617 _ACEOF
38618
38619 fi
38620
38621
38622 fi
38623 done
38624
38625
38626 if test "x$INET_LINK" != "x"; then
38627 cat >>confdefs.h <<\_ACEOF
38628 #define HAVE_INET_ADDR 1
38629 _ACEOF
38630
38631 INET_LINK=" -l$INET_LINK"
38632 fi
38633
38634
38635 for wx_func in fdopen
38636 do
38637 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38638 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38639 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38640 echo $ECHO_N "(cached) $ECHO_C" >&6
38641 else
38642
38643 cat >conftest.$ac_ext <<_ACEOF
38644
38645 /* confdefs.h. */
38646 _ACEOF
38647 cat confdefs.h >>conftest.$ac_ext
38648 cat >>conftest.$ac_ext <<_ACEOF
38649 /* end confdefs.h. */
38650
38651
38652 $ac_includes_default
38653
38654 int
38655 main ()
38656 {
38657
38658 #ifndef $wx_func
38659 &$wx_func;
38660 #endif
38661
38662
38663 ;
38664 return 0;
38665 }
38666
38667 _ACEOF
38668 rm -f conftest.$ac_objext conftest$ac_exeext
38669 if { (ac_try="$ac_link"
38670 case "(($ac_try" in
38671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38672 *) ac_try_echo=$ac_try;;
38673 esac
38674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38675 (eval "$ac_link") 2>conftest.er1
38676 ac_status=$?
38677 grep -v '^ *+' conftest.er1 >conftest.err
38678 rm -f conftest.er1
38679 cat conftest.err >&5
38680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38681 (exit $ac_status); } && {
38682 test -z "$ac_c_werror_flag" ||
38683 test ! -s conftest.err
38684 } && test -s conftest$ac_exeext &&
38685 $as_test_x conftest$ac_exeext; then
38686 eval wx_cv_func_$wx_func=yes
38687 else
38688 echo "$as_me: failed program was:" >&5
38689 sed 's/^/| /' conftest.$ac_ext >&5
38690
38691 eval wx_cv_func_$wx_func=no
38692 fi
38693
38694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38695 conftest$ac_exeext conftest.$ac_ext
38696
38697 fi
38698 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38699 { echo "$as_me:$LINENO: result: $ac_res" >&5
38700 echo "${ECHO_T}$ac_res" >&6; }
38701
38702 if eval test \$wx_cv_func_$wx_func = yes
38703 then
38704 cat >>confdefs.h <<_ACEOF
38705 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38706 _ACEOF
38707
38708
38709 else
38710 :
38711
38712 fi
38713 done
38714
38715
38716 if test "$wxUSE_TARSTREAM" = "yes"; then
38717
38718 for wx_func in sysconf
38719 do
38720 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38721 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38722 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38723 echo $ECHO_N "(cached) $ECHO_C" >&6
38724 else
38725
38726 cat >conftest.$ac_ext <<_ACEOF
38727
38728 /* confdefs.h. */
38729 _ACEOF
38730 cat confdefs.h >>conftest.$ac_ext
38731 cat >>conftest.$ac_ext <<_ACEOF
38732 /* end confdefs.h. */
38733
38734
38735 $ac_includes_default
38736
38737 int
38738 main ()
38739 {
38740
38741 #ifndef $wx_func
38742 &$wx_func;
38743 #endif
38744
38745
38746 ;
38747 return 0;
38748 }
38749
38750 _ACEOF
38751 rm -f conftest.$ac_objext conftest$ac_exeext
38752 if { (ac_try="$ac_link"
38753 case "(($ac_try" in
38754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38755 *) ac_try_echo=$ac_try;;
38756 esac
38757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38758 (eval "$ac_link") 2>conftest.er1
38759 ac_status=$?
38760 grep -v '^ *+' conftest.er1 >conftest.err
38761 rm -f conftest.er1
38762 cat conftest.err >&5
38763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38764 (exit $ac_status); } && {
38765 test -z "$ac_c_werror_flag" ||
38766 test ! -s conftest.err
38767 } && test -s conftest$ac_exeext &&
38768 $as_test_x conftest$ac_exeext; then
38769 eval wx_cv_func_$wx_func=yes
38770 else
38771 echo "$as_me: failed program was:" >&5
38772 sed 's/^/| /' conftest.$ac_ext >&5
38773
38774 eval wx_cv_func_$wx_func=no
38775 fi
38776
38777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38778 conftest$ac_exeext conftest.$ac_ext
38779
38780 fi
38781 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38782 { echo "$as_me:$LINENO: result: $ac_res" >&5
38783 echo "${ECHO_T}$ac_res" >&6; }
38784
38785 if eval test \$wx_cv_func_$wx_func = yes
38786 then
38787 cat >>confdefs.h <<_ACEOF
38788 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38789 _ACEOF
38790
38791
38792 else
38793 :
38794
38795 fi
38796 done
38797
38798
38799
38800 for wx_func in getpwuid_r
38801 do
38802 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38803 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38804 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38805 echo $ECHO_N "(cached) $ECHO_C" >&6
38806 else
38807
38808 cat >conftest.$ac_ext <<_ACEOF
38809
38810 /* confdefs.h. */
38811 _ACEOF
38812 cat confdefs.h >>conftest.$ac_ext
38813 cat >>conftest.$ac_ext <<_ACEOF
38814 /* end confdefs.h. */
38815
38816
38817 #define _REENTRANT
38818 #include <pwd.h>
38819
38820 $ac_includes_default
38821
38822 int
38823 main ()
38824 {
38825
38826 #ifndef $wx_func
38827 &$wx_func;
38828 #endif
38829
38830 struct passwd pw, *ppw;
38831 char buf[1024];
38832 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
38833
38834
38835 ;
38836 return 0;
38837 }
38838
38839 _ACEOF
38840 rm -f conftest.$ac_objext conftest$ac_exeext
38841 if { (ac_try="$ac_link"
38842 case "(($ac_try" in
38843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38844 *) ac_try_echo=$ac_try;;
38845 esac
38846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38847 (eval "$ac_link") 2>conftest.er1
38848 ac_status=$?
38849 grep -v '^ *+' conftest.er1 >conftest.err
38850 rm -f conftest.er1
38851 cat conftest.err >&5
38852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38853 (exit $ac_status); } && {
38854 test -z "$ac_c_werror_flag" ||
38855 test ! -s conftest.err
38856 } && test -s conftest$ac_exeext &&
38857 $as_test_x conftest$ac_exeext; then
38858 eval wx_cv_func_$wx_func=yes
38859 else
38860 echo "$as_me: failed program was:" >&5
38861 sed 's/^/| /' conftest.$ac_ext >&5
38862
38863 eval wx_cv_func_$wx_func=no
38864 fi
38865
38866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38867 conftest$ac_exeext conftest.$ac_ext
38868
38869 fi
38870 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38871 { echo "$as_me:$LINENO: result: $ac_res" >&5
38872 echo "${ECHO_T}$ac_res" >&6; }
38873
38874 if eval test \$wx_cv_func_$wx_func = yes
38875 then
38876 cat >>confdefs.h <<_ACEOF
38877 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38878 _ACEOF
38879
38880
38881 else
38882 :
38883
38884 fi
38885 done
38886
38887
38888
38889 for wx_func in getgrgid_r
38890 do
38891 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38892 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38893 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38894 echo $ECHO_N "(cached) $ECHO_C" >&6
38895 else
38896
38897 cat >conftest.$ac_ext <<_ACEOF
38898
38899 /* confdefs.h. */
38900 _ACEOF
38901 cat confdefs.h >>conftest.$ac_ext
38902 cat >>conftest.$ac_ext <<_ACEOF
38903 /* end confdefs.h. */
38904
38905
38906 #define _REENTRANT
38907 #include <grp.h>
38908
38909 $ac_includes_default
38910
38911 int
38912 main ()
38913 {
38914
38915 #ifndef $wx_func
38916 &$wx_func;
38917 #endif
38918
38919 struct group grp, *pgrp;
38920 char buf[1024];
38921 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
38922
38923
38924 ;
38925 return 0;
38926 }
38927
38928 _ACEOF
38929 rm -f conftest.$ac_objext conftest$ac_exeext
38930 if { (ac_try="$ac_link"
38931 case "(($ac_try" in
38932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38933 *) ac_try_echo=$ac_try;;
38934 esac
38935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38936 (eval "$ac_link") 2>conftest.er1
38937 ac_status=$?
38938 grep -v '^ *+' conftest.er1 >conftest.err
38939 rm -f conftest.er1
38940 cat conftest.err >&5
38941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38942 (exit $ac_status); } && {
38943 test -z "$ac_c_werror_flag" ||
38944 test ! -s conftest.err
38945 } && test -s conftest$ac_exeext &&
38946 $as_test_x conftest$ac_exeext; then
38947 eval wx_cv_func_$wx_func=yes
38948 else
38949 echo "$as_me: failed program was:" >&5
38950 sed 's/^/| /' conftest.$ac_ext >&5
38951
38952 eval wx_cv_func_$wx_func=no
38953 fi
38954
38955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38956 conftest$ac_exeext conftest.$ac_ext
38957
38958 fi
38959 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38960 { echo "$as_me:$LINENO: result: $ac_res" >&5
38961 echo "${ECHO_T}$ac_res" >&6; }
38962
38963 if eval test \$wx_cv_func_$wx_func = yes
38964 then
38965 cat >>confdefs.h <<_ACEOF
38966 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38967 _ACEOF
38968
38969
38970 else
38971 :
38972
38973 fi
38974 done
38975
38976 fi
38977
38978 fi
38979
38980
38981
38982 cat >confcache <<\_ACEOF
38983 # This file is a shell script that caches the results of configure
38984 # tests run on this system so they can be shared between configure
38985 # scripts and configure runs, see configure's option --config-cache.
38986 # It is not useful on other systems. If it contains results you don't
38987 # want to keep, you may remove or edit it.
38988 #
38989 # config.status only pays attention to the cache file if you give it
38990 # the --recheck option to rerun configure.
38991 #
38992 # `ac_cv_env_foo' variables (set or unset) will be overridden when
38993 # loading this file, other *unset* `ac_cv_foo' will be assigned the
38994 # following values.
38995
38996 _ACEOF
38997
38998 # The following way of writing the cache mishandles newlines in values,
38999 # but we know of no workaround that is simple, portable, and efficient.
39000 # So, we kill variables containing newlines.
39001 # Ultrix sh set writes to stderr and can't be redirected directly,
39002 # and sets the high bit in the cache file unless we assign to the vars.
39003 (
39004 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
39005 eval ac_val=\$$ac_var
39006 case $ac_val in #(
39007 *${as_nl}*)
39008 case $ac_var in #(
39009 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
39010 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
39011 esac
39012 case $ac_var in #(
39013 _ | IFS | as_nl) ;; #(
39014 *) $as_unset $ac_var ;;
39015 esac ;;
39016 esac
39017 done
39018
39019 (set) 2>&1 |
39020 case $as_nl`(ac_space=' '; set) 2>&1` in #(
39021 *${as_nl}ac_space=\ *)
39022 # `set' does not quote correctly, so add quotes (double-quote
39023 # substitution turns \\\\ into \\, and sed turns \\ into \).
39024 sed -n \
39025 "s/'/'\\\\''/g;
39026 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
39027 ;; #(
39028 *)
39029 # `set' quotes correctly as required by POSIX, so do not add quotes.
39030 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
39031 ;;
39032 esac |
39033 sort
39034 ) |
39035 sed '
39036 /^ac_cv_env_/b end
39037 t clear
39038 :clear
39039 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
39040 t end
39041 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
39042 :end' >>confcache
39043 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
39044 if test -w "$cache_file"; then
39045 test "x$cache_file" != "x/dev/null" &&
39046 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
39047 echo "$as_me: updating cache $cache_file" >&6;}
39048 cat confcache >$cache_file
39049 else
39050 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
39051 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
39052 fi
39053 fi
39054 rm -f confcache
39055
39056
39057 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
39058
39059
39060 THREADS_LINK=
39061 THREADS_CFLAGS=
39062
39063 if test "$wxUSE_THREADS" = "yes" ; then
39064 if test "$USE_BEOS" = 1; then
39065 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
39066 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
39067 wxUSE_THREADS="no"
39068 fi
39069 fi
39070
39071 if test "$wxUSE_THREADS" = "yes" ; then
39072
39073
39074 THREAD_OPTS="-pthread"
39075 if test "x$SUNCXX" = xyes; then
39076 THREAD_OPTS="-mt lthread $THREAD_OPTS"
39077 fi
39078
39079 case "${host}" in
39080 *-*-solaris2* | *-*-sunos4* )
39081 if test "x$GCC" = "xyes"; then
39082 THREAD_OPTS="-pthreads $THREAD_OPTS"
39083 fi
39084 ;;
39085 *-*-freebsd*)
39086 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
39087 ;;
39088 *-*-darwin* | *-*-cygwin* )
39089 THREAD_OPTS=""
39090 ;;
39091 *-*-aix*)
39092 THREAD_OPTS="pthreads"
39093 ;;
39094 *-hp-hpux* )
39095 if test "x$GCC" = "xyes"; then
39096 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
39097 THREAD_OPTS=""
39098 else
39099 THREAD_OPTS="-mt"
39100 fi
39101 ;;
39102
39103 *-*-irix* )
39104 if test "x$GCC" = "xyes"; then
39105 THREAD_OPTS=""
39106 fi
39107 ;;
39108
39109 *-*-*UnixWare*)
39110 if test "x$GCC" != "xyes"; then
39111 THREAD_OPTS="-Ethread"
39112 fi
39113 ;;
39114 esac
39115
39116 THREAD_OPTS="$THREAD_OPTS pthread none"
39117
39118 THREADS_OK=no
39119 for flag in $THREAD_OPTS; do
39120 case $flag in
39121 none)
39122 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
39123 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
39124 ;;
39125
39126 -*)
39127 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
39128 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
39129 THREADS_CFLAGS="$flag"
39130 ;;
39131
39132 *)
39133 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
39134 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
39135 THREADS_LINK="-l$flag"
39136 ;;
39137 esac
39138
39139 save_LIBS="$LIBS"
39140 save_CFLAGS="$CFLAGS"
39141 LIBS="$THREADS_LINK $LIBS"
39142 CFLAGS="$THREADS_CFLAGS $CFLAGS"
39143
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 #include <pthread.h>
39151 int
39152 main ()
39153 {
39154 pthread_create(0,0,0,0);
39155 ;
39156 return 0;
39157 }
39158 _ACEOF
39159 rm -f conftest.$ac_objext conftest$ac_exeext
39160 if { (ac_try="$ac_link"
39161 case "(($ac_try" in
39162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39163 *) ac_try_echo=$ac_try;;
39164 esac
39165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39166 (eval "$ac_link") 2>conftest.er1
39167 ac_status=$?
39168 grep -v '^ *+' conftest.er1 >conftest.err
39169 rm -f conftest.er1
39170 cat conftest.err >&5
39171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39172 (exit $ac_status); } && {
39173 test -z "$ac_c_werror_flag" ||
39174 test ! -s conftest.err
39175 } && test -s conftest$ac_exeext &&
39176 $as_test_x conftest$ac_exeext; then
39177 THREADS_OK=yes
39178 else
39179 echo "$as_me: failed program was:" >&5
39180 sed 's/^/| /' conftest.$ac_ext >&5
39181
39182
39183 fi
39184
39185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39186 conftest$ac_exeext conftest.$ac_ext
39187
39188 LIBS="$save_LIBS"
39189 CFLAGS="$save_CFLAGS"
39190
39191 { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
39192 echo "${ECHO_T}$THREADS_OK" >&6; }
39193 if test "x$THREADS_OK" = "xyes"; then
39194 break;
39195 fi
39196
39197 THREADS_LINK=""
39198 THREADS_CFLAGS=""
39199 done
39200
39201 if test "x$THREADS_OK" != "xyes"; then
39202 wxUSE_THREADS=no
39203 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
39204 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
39205 else
39206 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
39207 LIBS="$THREADS_LINK $LIBS"
39208
39209 { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
39210 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
39211 flag=no
39212 case "${host}" in
39213 *-aix*)
39214 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
39215 flag="-D_THREAD_SAFE"
39216 ;;
39217 *-freebsd*)
39218 flag="-D_THREAD_SAFE"
39219 ;;
39220 *-hp-hpux* )
39221 flag="-D_REENTRANT"
39222 if test "x$GCC" != "xyes"; then
39223 flag="$flag -D_RWSTD_MULTI_THREAD"
39224 fi
39225 ;;
39226 *solaris* | alpha*-osf*)
39227 flag="-D_REENTRANT"
39228 ;;
39229 esac
39230 { echo "$as_me:$LINENO: result: ${flag}" >&5
39231 echo "${ECHO_T}${flag}" >&6; }
39232 if test "x$flag" != xno; then
39233 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
39234 fi
39235
39236 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
39237 fi
39238 fi
39239
39240 if test "$wxUSE_THREADS" = "yes" ; then
39241
39242 for ac_func in thr_setconcurrency
39243 do
39244 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39245 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39246 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39247 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39248 echo $ECHO_N "(cached) $ECHO_C" >&6
39249 else
39250 cat >conftest.$ac_ext <<_ACEOF
39251 /* confdefs.h. */
39252 _ACEOF
39253 cat confdefs.h >>conftest.$ac_ext
39254 cat >>conftest.$ac_ext <<_ACEOF
39255 /* end confdefs.h. */
39256 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39257 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39258 #define $ac_func innocuous_$ac_func
39259
39260 /* System header to define __stub macros and hopefully few prototypes,
39261 which can conflict with char $ac_func (); below.
39262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39263 <limits.h> exists even on freestanding compilers. */
39264
39265 #ifdef __STDC__
39266 # include <limits.h>
39267 #else
39268 # include <assert.h>
39269 #endif
39270
39271 #undef $ac_func
39272
39273 /* Override any GCC internal prototype to avoid an error.
39274 Use char because int might match the return type of a GCC
39275 builtin and then its argument prototype would still apply. */
39276 #ifdef __cplusplus
39277 extern "C"
39278 #endif
39279 char $ac_func ();
39280 /* The GNU C library defines this for functions which it implements
39281 to always fail with ENOSYS. Some functions are actually named
39282 something starting with __ and the normal name is an alias. */
39283 #if defined __stub_$ac_func || defined __stub___$ac_func
39284 choke me
39285 #endif
39286
39287 int
39288 main ()
39289 {
39290 return $ac_func ();
39291 ;
39292 return 0;
39293 }
39294 _ACEOF
39295 rm -f conftest.$ac_objext conftest$ac_exeext
39296 if { (ac_try="$ac_link"
39297 case "(($ac_try" in
39298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39299 *) ac_try_echo=$ac_try;;
39300 esac
39301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39302 (eval "$ac_link") 2>conftest.er1
39303 ac_status=$?
39304 grep -v '^ *+' conftest.er1 >conftest.err
39305 rm -f conftest.er1
39306 cat conftest.err >&5
39307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39308 (exit $ac_status); } && {
39309 test -z "$ac_c_werror_flag" ||
39310 test ! -s conftest.err
39311 } && test -s conftest$ac_exeext &&
39312 $as_test_x conftest$ac_exeext; then
39313 eval "$as_ac_var=yes"
39314 else
39315 echo "$as_me: failed program was:" >&5
39316 sed 's/^/| /' conftest.$ac_ext >&5
39317
39318 eval "$as_ac_var=no"
39319 fi
39320
39321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39322 conftest$ac_exeext conftest.$ac_ext
39323 fi
39324 ac_res=`eval echo '${'$as_ac_var'}'`
39325 { echo "$as_me:$LINENO: result: $ac_res" >&5
39326 echo "${ECHO_T}$ac_res" >&6; }
39327 if test `eval echo '${'$as_ac_var'}'` = yes; then
39328 cat >>confdefs.h <<_ACEOF
39329 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39330 _ACEOF
39331
39332 fi
39333 done
39334
39335
39336 { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
39337 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
39338 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
39339 echo $ECHO_N "(cached) $ECHO_C" >&6
39340 else
39341
39342 ac_ext=cpp
39343 ac_cpp='$CXXCPP $CPPFLAGS'
39344 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39345 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39346 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39347
39348 cat >conftest.$ac_ext <<_ACEOF
39349 /* confdefs.h. */
39350 _ACEOF
39351 cat confdefs.h >>conftest.$ac_ext
39352 cat >>conftest.$ac_ext <<_ACEOF
39353 /* end confdefs.h. */
39354 #include <pthread.h>
39355 void ThreadCleanupFunc(void *p);
39356
39357 int
39358 main ()
39359 {
39360
39361 void *p;
39362 pthread_cleanup_push(ThreadCleanupFunc, p);
39363 pthread_cleanup_pop(0);
39364
39365 ;
39366 return 0;
39367 }
39368 _ACEOF
39369 rm -f conftest.$ac_objext
39370 if { (ac_try="$ac_compile"
39371 case "(($ac_try" in
39372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39373 *) ac_try_echo=$ac_try;;
39374 esac
39375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39376 (eval "$ac_compile") 2>conftest.er1
39377 ac_status=$?
39378 grep -v '^ *+' conftest.er1 >conftest.err
39379 rm -f conftest.er1
39380 cat conftest.err >&5
39381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39382 (exit $ac_status); } && {
39383 test -z "$ac_cxx_werror_flag" ||
39384 test ! -s conftest.err
39385 } && test -s conftest.$ac_objext; then
39386
39387 wx_cv_func_pthread_cleanup=yes
39388
39389 else
39390 echo "$as_me: failed program was:" >&5
39391 sed 's/^/| /' conftest.$ac_ext >&5
39392
39393
39394 wx_cv_func_pthread_cleanup=no
39395
39396
39397 fi
39398
39399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39400 ac_ext=c
39401 ac_cpp='$CPP $CPPFLAGS'
39402 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39403 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39404 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39405
39406
39407 fi
39408 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
39409 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
39410 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
39411 cat >>confdefs.h <<\_ACEOF
39412 #define wxHAVE_PTHREAD_CLEANUP 1
39413 _ACEOF
39414
39415 fi
39416
39417
39418 for ac_header in sched.h
39419 do
39420 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39421 { echo "$as_me:$LINENO: checking for $ac_header" >&5
39422 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
39423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
39424 echo $ECHO_N "(cached) $ECHO_C" >&6
39425 else
39426 cat >conftest.$ac_ext <<_ACEOF
39427 /* confdefs.h. */
39428 _ACEOF
39429 cat confdefs.h >>conftest.$ac_ext
39430 cat >>conftest.$ac_ext <<_ACEOF
39431 /* end confdefs.h. */
39432 $ac_includes_default
39433
39434 #include <$ac_header>
39435 _ACEOF
39436 rm -f conftest.$ac_objext
39437 if { (ac_try="$ac_compile"
39438 case "(($ac_try" in
39439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39440 *) ac_try_echo=$ac_try;;
39441 esac
39442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39443 (eval "$ac_compile") 2>conftest.er1
39444 ac_status=$?
39445 grep -v '^ *+' conftest.er1 >conftest.err
39446 rm -f conftest.er1
39447 cat conftest.err >&5
39448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39449 (exit $ac_status); } && {
39450 test -z "$ac_c_werror_flag" ||
39451 test ! -s conftest.err
39452 } && test -s conftest.$ac_objext; then
39453 eval "$as_ac_Header=yes"
39454 else
39455 echo "$as_me: failed program was:" >&5
39456 sed 's/^/| /' conftest.$ac_ext >&5
39457
39458 eval "$as_ac_Header=no"
39459 fi
39460
39461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39462 fi
39463 ac_res=`eval echo '${'$as_ac_Header'}'`
39464 { echo "$as_me:$LINENO: result: $ac_res" >&5
39465 echo "${ECHO_T}$ac_res" >&6; }
39466 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39467 cat >>confdefs.h <<_ACEOF
39468 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39469 _ACEOF
39470
39471 fi
39472
39473 done
39474
39475 if test "$ac_cv_header_sched_h" = "yes"; then
39476 { echo "$as_me:$LINENO: checking for sched_yield" >&5
39477 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
39478 if test "${ac_cv_func_sched_yield+set}" = set; then
39479 echo $ECHO_N "(cached) $ECHO_C" >&6
39480 else
39481 cat >conftest.$ac_ext <<_ACEOF
39482 /* confdefs.h. */
39483 _ACEOF
39484 cat confdefs.h >>conftest.$ac_ext
39485 cat >>conftest.$ac_ext <<_ACEOF
39486 /* end confdefs.h. */
39487 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
39488 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39489 #define sched_yield innocuous_sched_yield
39490
39491 /* System header to define __stub macros and hopefully few prototypes,
39492 which can conflict with char sched_yield (); below.
39493 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39494 <limits.h> exists even on freestanding compilers. */
39495
39496 #ifdef __STDC__
39497 # include <limits.h>
39498 #else
39499 # include <assert.h>
39500 #endif
39501
39502 #undef sched_yield
39503
39504 /* Override any GCC internal prototype to avoid an error.
39505 Use char because int might match the return type of a GCC
39506 builtin and then its argument prototype would still apply. */
39507 #ifdef __cplusplus
39508 extern "C"
39509 #endif
39510 char sched_yield ();
39511 /* The GNU C library defines this for functions which it implements
39512 to always fail with ENOSYS. Some functions are actually named
39513 something starting with __ and the normal name is an alias. */
39514 #if defined __stub_sched_yield || defined __stub___sched_yield
39515 choke me
39516 #endif
39517
39518 int
39519 main ()
39520 {
39521 return sched_yield ();
39522 ;
39523 return 0;
39524 }
39525 _ACEOF
39526 rm -f conftest.$ac_objext conftest$ac_exeext
39527 if { (ac_try="$ac_link"
39528 case "(($ac_try" in
39529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39530 *) ac_try_echo=$ac_try;;
39531 esac
39532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39533 (eval "$ac_link") 2>conftest.er1
39534 ac_status=$?
39535 grep -v '^ *+' conftest.er1 >conftest.err
39536 rm -f conftest.er1
39537 cat conftest.err >&5
39538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39539 (exit $ac_status); } && {
39540 test -z "$ac_c_werror_flag" ||
39541 test ! -s conftest.err
39542 } && test -s conftest$ac_exeext &&
39543 $as_test_x conftest$ac_exeext; then
39544 ac_cv_func_sched_yield=yes
39545 else
39546 echo "$as_me: failed program was:" >&5
39547 sed 's/^/| /' conftest.$ac_ext >&5
39548
39549 ac_cv_func_sched_yield=no
39550 fi
39551
39552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39553 conftest$ac_exeext conftest.$ac_ext
39554 fi
39555 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
39556 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
39557 if test $ac_cv_func_sched_yield = yes; then
39558 cat >>confdefs.h <<\_ACEOF
39559 #define HAVE_SCHED_YIELD 1
39560 _ACEOF
39561
39562 else
39563
39564 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
39565 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
39566 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
39567 echo $ECHO_N "(cached) $ECHO_C" >&6
39568 else
39569 ac_check_lib_save_LIBS=$LIBS
39570 LIBS="-lposix4 $LIBS"
39571 cat >conftest.$ac_ext <<_ACEOF
39572 /* confdefs.h. */
39573 _ACEOF
39574 cat confdefs.h >>conftest.$ac_ext
39575 cat >>conftest.$ac_ext <<_ACEOF
39576 /* end confdefs.h. */
39577
39578 /* Override any GCC internal prototype to avoid an error.
39579 Use char because int might match the return type of a GCC
39580 builtin and then its argument prototype would still apply. */
39581 #ifdef __cplusplus
39582 extern "C"
39583 #endif
39584 char sched_yield ();
39585 int
39586 main ()
39587 {
39588 return sched_yield ();
39589 ;
39590 return 0;
39591 }
39592 _ACEOF
39593 rm -f conftest.$ac_objext conftest$ac_exeext
39594 if { (ac_try="$ac_link"
39595 case "(($ac_try" in
39596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39597 *) ac_try_echo=$ac_try;;
39598 esac
39599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39600 (eval "$ac_link") 2>conftest.er1
39601 ac_status=$?
39602 grep -v '^ *+' conftest.er1 >conftest.err
39603 rm -f conftest.er1
39604 cat conftest.err >&5
39605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39606 (exit $ac_status); } && {
39607 test -z "$ac_c_werror_flag" ||
39608 test ! -s conftest.err
39609 } && test -s conftest$ac_exeext &&
39610 $as_test_x conftest$ac_exeext; then
39611 ac_cv_lib_posix4_sched_yield=yes
39612 else
39613 echo "$as_me: failed program was:" >&5
39614 sed 's/^/| /' conftest.$ac_ext >&5
39615
39616 ac_cv_lib_posix4_sched_yield=no
39617 fi
39618
39619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39620 conftest$ac_exeext conftest.$ac_ext
39621 LIBS=$ac_check_lib_save_LIBS
39622 fi
39623 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
39624 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
39625 if test $ac_cv_lib_posix4_sched_yield = yes; then
39626 cat >>confdefs.h <<\_ACEOF
39627 #define HAVE_SCHED_YIELD 1
39628 _ACEOF
39629 POSIX4_LINK=" -lposix4"
39630 else
39631 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
39632 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
39633
39634 fi
39635
39636
39637
39638 fi
39639
39640 fi
39641
39642 HAVE_PRIOR_FUNCS=0
39643 { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
39644 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
39645 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
39646 echo $ECHO_N "(cached) $ECHO_C" >&6
39647 else
39648 cat >conftest.$ac_ext <<_ACEOF
39649 /* confdefs.h. */
39650 _ACEOF
39651 cat confdefs.h >>conftest.$ac_ext
39652 cat >>conftest.$ac_ext <<_ACEOF
39653 /* end confdefs.h. */
39654 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
39655 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39656 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
39657
39658 /* System header to define __stub macros and hopefully few prototypes,
39659 which can conflict with char pthread_attr_getschedpolicy (); below.
39660 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39661 <limits.h> exists even on freestanding compilers. */
39662
39663 #ifdef __STDC__
39664 # include <limits.h>
39665 #else
39666 # include <assert.h>
39667 #endif
39668
39669 #undef pthread_attr_getschedpolicy
39670
39671 /* Override any GCC internal prototype to avoid an error.
39672 Use char because int might match the return type of a GCC
39673 builtin and then its argument prototype would still apply. */
39674 #ifdef __cplusplus
39675 extern "C"
39676 #endif
39677 char pthread_attr_getschedpolicy ();
39678 /* The GNU C library defines this for functions which it implements
39679 to always fail with ENOSYS. Some functions are actually named
39680 something starting with __ and the normal name is an alias. */
39681 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
39682 choke me
39683 #endif
39684
39685 int
39686 main ()
39687 {
39688 return pthread_attr_getschedpolicy ();
39689 ;
39690 return 0;
39691 }
39692 _ACEOF
39693 rm -f conftest.$ac_objext conftest$ac_exeext
39694 if { (ac_try="$ac_link"
39695 case "(($ac_try" in
39696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39697 *) ac_try_echo=$ac_try;;
39698 esac
39699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39700 (eval "$ac_link") 2>conftest.er1
39701 ac_status=$?
39702 grep -v '^ *+' conftest.er1 >conftest.err
39703 rm -f conftest.er1
39704 cat conftest.err >&5
39705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39706 (exit $ac_status); } && {
39707 test -z "$ac_c_werror_flag" ||
39708 test ! -s conftest.err
39709 } && test -s conftest$ac_exeext &&
39710 $as_test_x conftest$ac_exeext; then
39711 ac_cv_func_pthread_attr_getschedpolicy=yes
39712 else
39713 echo "$as_me: failed program was:" >&5
39714 sed 's/^/| /' conftest.$ac_ext >&5
39715
39716 ac_cv_func_pthread_attr_getschedpolicy=no
39717 fi
39718
39719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39720 conftest$ac_exeext conftest.$ac_ext
39721 fi
39722 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
39723 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
39724 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
39725 { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
39726 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
39727 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
39728 echo $ECHO_N "(cached) $ECHO_C" >&6
39729 else
39730 cat >conftest.$ac_ext <<_ACEOF
39731 /* confdefs.h. */
39732 _ACEOF
39733 cat confdefs.h >>conftest.$ac_ext
39734 cat >>conftest.$ac_ext <<_ACEOF
39735 /* end confdefs.h. */
39736 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
39737 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39738 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
39739
39740 /* System header to define __stub macros and hopefully few prototypes,
39741 which can conflict with char pthread_attr_setschedparam (); below.
39742 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39743 <limits.h> exists even on freestanding compilers. */
39744
39745 #ifdef __STDC__
39746 # include <limits.h>
39747 #else
39748 # include <assert.h>
39749 #endif
39750
39751 #undef pthread_attr_setschedparam
39752
39753 /* Override any GCC internal prototype to avoid an error.
39754 Use char because int might match the return type of a GCC
39755 builtin and then its argument prototype would still apply. */
39756 #ifdef __cplusplus
39757 extern "C"
39758 #endif
39759 char pthread_attr_setschedparam ();
39760 /* The GNU C library defines this for functions which it implements
39761 to always fail with ENOSYS. Some functions are actually named
39762 something starting with __ and the normal name is an alias. */
39763 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
39764 choke me
39765 #endif
39766
39767 int
39768 main ()
39769 {
39770 return pthread_attr_setschedparam ();
39771 ;
39772 return 0;
39773 }
39774 _ACEOF
39775 rm -f conftest.$ac_objext conftest$ac_exeext
39776 if { (ac_try="$ac_link"
39777 case "(($ac_try" in
39778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39779 *) ac_try_echo=$ac_try;;
39780 esac
39781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39782 (eval "$ac_link") 2>conftest.er1
39783 ac_status=$?
39784 grep -v '^ *+' conftest.er1 >conftest.err
39785 rm -f conftest.er1
39786 cat conftest.err >&5
39787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39788 (exit $ac_status); } && {
39789 test -z "$ac_c_werror_flag" ||
39790 test ! -s conftest.err
39791 } && test -s conftest$ac_exeext &&
39792 $as_test_x conftest$ac_exeext; then
39793 ac_cv_func_pthread_attr_setschedparam=yes
39794 else
39795 echo "$as_me: failed program was:" >&5
39796 sed 's/^/| /' conftest.$ac_ext >&5
39797
39798 ac_cv_func_pthread_attr_setschedparam=no
39799 fi
39800
39801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39802 conftest$ac_exeext conftest.$ac_ext
39803 fi
39804 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
39805 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
39806 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
39807 { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
39808 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
39809 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
39810 echo $ECHO_N "(cached) $ECHO_C" >&6
39811 else
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 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
39819 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39820 #define sched_get_priority_max innocuous_sched_get_priority_max
39821
39822 /* System header to define __stub macros and hopefully few prototypes,
39823 which can conflict with char sched_get_priority_max (); below.
39824 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39825 <limits.h> exists even on freestanding compilers. */
39826
39827 #ifdef __STDC__
39828 # include <limits.h>
39829 #else
39830 # include <assert.h>
39831 #endif
39832
39833 #undef sched_get_priority_max
39834
39835 /* Override any GCC internal prototype to avoid an error.
39836 Use char because int might match the return type of a GCC
39837 builtin and then its argument prototype would still apply. */
39838 #ifdef __cplusplus
39839 extern "C"
39840 #endif
39841 char sched_get_priority_max ();
39842 /* The GNU C library defines this for functions which it implements
39843 to always fail with ENOSYS. Some functions are actually named
39844 something starting with __ and the normal name is an alias. */
39845 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
39846 choke me
39847 #endif
39848
39849 int
39850 main ()
39851 {
39852 return sched_get_priority_max ();
39853 ;
39854 return 0;
39855 }
39856 _ACEOF
39857 rm -f conftest.$ac_objext conftest$ac_exeext
39858 if { (ac_try="$ac_link"
39859 case "(($ac_try" in
39860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39861 *) ac_try_echo=$ac_try;;
39862 esac
39863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39864 (eval "$ac_link") 2>conftest.er1
39865 ac_status=$?
39866 grep -v '^ *+' conftest.er1 >conftest.err
39867 rm -f conftest.er1
39868 cat conftest.err >&5
39869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39870 (exit $ac_status); } && {
39871 test -z "$ac_c_werror_flag" ||
39872 test ! -s conftest.err
39873 } && test -s conftest$ac_exeext &&
39874 $as_test_x conftest$ac_exeext; then
39875 ac_cv_func_sched_get_priority_max=yes
39876 else
39877 echo "$as_me: failed program was:" >&5
39878 sed 's/^/| /' conftest.$ac_ext >&5
39879
39880 ac_cv_func_sched_get_priority_max=no
39881 fi
39882
39883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39884 conftest$ac_exeext conftest.$ac_ext
39885 fi
39886 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
39887 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
39888 if test $ac_cv_func_sched_get_priority_max = yes; then
39889 HAVE_PRIOR_FUNCS=1
39890 else
39891 { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
39892 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
39893 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
39894 echo $ECHO_N "(cached) $ECHO_C" >&6
39895 else
39896 ac_check_lib_save_LIBS=$LIBS
39897 LIBS="-lposix4 $LIBS"
39898 cat >conftest.$ac_ext <<_ACEOF
39899 /* confdefs.h. */
39900 _ACEOF
39901 cat confdefs.h >>conftest.$ac_ext
39902 cat >>conftest.$ac_ext <<_ACEOF
39903 /* end confdefs.h. */
39904
39905 /* Override any GCC internal prototype to avoid an error.
39906 Use char because int might match the return type of a GCC
39907 builtin and then its argument prototype would still apply. */
39908 #ifdef __cplusplus
39909 extern "C"
39910 #endif
39911 char sched_get_priority_max ();
39912 int
39913 main ()
39914 {
39915 return sched_get_priority_max ();
39916 ;
39917 return 0;
39918 }
39919 _ACEOF
39920 rm -f conftest.$ac_objext conftest$ac_exeext
39921 if { (ac_try="$ac_link"
39922 case "(($ac_try" in
39923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39924 *) ac_try_echo=$ac_try;;
39925 esac
39926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39927 (eval "$ac_link") 2>conftest.er1
39928 ac_status=$?
39929 grep -v '^ *+' conftest.er1 >conftest.err
39930 rm -f conftest.er1
39931 cat conftest.err >&5
39932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39933 (exit $ac_status); } && {
39934 test -z "$ac_c_werror_flag" ||
39935 test ! -s conftest.err
39936 } && test -s conftest$ac_exeext &&
39937 $as_test_x conftest$ac_exeext; then
39938 ac_cv_lib_posix4_sched_get_priority_max=yes
39939 else
39940 echo "$as_me: failed program was:" >&5
39941 sed 's/^/| /' conftest.$ac_ext >&5
39942
39943 ac_cv_lib_posix4_sched_get_priority_max=no
39944 fi
39945
39946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39947 conftest$ac_exeext conftest.$ac_ext
39948 LIBS=$ac_check_lib_save_LIBS
39949 fi
39950 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
39951 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
39952 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
39953
39954 HAVE_PRIOR_FUNCS=1
39955 POSIX4_LINK=" -lposix4"
39956
39957 fi
39958
39959
39960 fi
39961
39962
39963 fi
39964
39965
39966 fi
39967
39968
39969 if test "$HAVE_PRIOR_FUNCS" = 1; then
39970 cat >>confdefs.h <<\_ACEOF
39971 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
39972 _ACEOF
39973
39974 else
39975 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
39976 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
39977 fi
39978
39979 { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
39980 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
39981 if test "${ac_cv_func_pthread_cancel+set}" = set; then
39982 echo $ECHO_N "(cached) $ECHO_C" >&6
39983 else
39984 cat >conftest.$ac_ext <<_ACEOF
39985 /* confdefs.h. */
39986 _ACEOF
39987 cat confdefs.h >>conftest.$ac_ext
39988 cat >>conftest.$ac_ext <<_ACEOF
39989 /* end confdefs.h. */
39990 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
39991 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39992 #define pthread_cancel innocuous_pthread_cancel
39993
39994 /* System header to define __stub macros and hopefully few prototypes,
39995 which can conflict with char pthread_cancel (); below.
39996 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39997 <limits.h> exists even on freestanding compilers. */
39998
39999 #ifdef __STDC__
40000 # include <limits.h>
40001 #else
40002 # include <assert.h>
40003 #endif
40004
40005 #undef pthread_cancel
40006
40007 /* Override any GCC internal prototype to avoid an error.
40008 Use char because int might match the return type of a GCC
40009 builtin and then its argument prototype would still apply. */
40010 #ifdef __cplusplus
40011 extern "C"
40012 #endif
40013 char pthread_cancel ();
40014 /* The GNU C library defines this for functions which it implements
40015 to always fail with ENOSYS. Some functions are actually named
40016 something starting with __ and the normal name is an alias. */
40017 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
40018 choke me
40019 #endif
40020
40021 int
40022 main ()
40023 {
40024 return pthread_cancel ();
40025 ;
40026 return 0;
40027 }
40028 _ACEOF
40029 rm -f conftest.$ac_objext conftest$ac_exeext
40030 if { (ac_try="$ac_link"
40031 case "(($ac_try" in
40032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40033 *) ac_try_echo=$ac_try;;
40034 esac
40035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40036 (eval "$ac_link") 2>conftest.er1
40037 ac_status=$?
40038 grep -v '^ *+' conftest.er1 >conftest.err
40039 rm -f conftest.er1
40040 cat conftest.err >&5
40041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40042 (exit $ac_status); } && {
40043 test -z "$ac_c_werror_flag" ||
40044 test ! -s conftest.err
40045 } && test -s conftest$ac_exeext &&
40046 $as_test_x conftest$ac_exeext; then
40047 ac_cv_func_pthread_cancel=yes
40048 else
40049 echo "$as_me: failed program was:" >&5
40050 sed 's/^/| /' conftest.$ac_ext >&5
40051
40052 ac_cv_func_pthread_cancel=no
40053 fi
40054
40055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40056 conftest$ac_exeext conftest.$ac_ext
40057 fi
40058 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
40059 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
40060 if test $ac_cv_func_pthread_cancel = yes; then
40061 cat >>confdefs.h <<\_ACEOF
40062 #define HAVE_PTHREAD_CANCEL 1
40063 _ACEOF
40064
40065 else
40066 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
40067 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
40068 fi
40069
40070
40071 { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
40072 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
40073 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
40074 echo $ECHO_N "(cached) $ECHO_C" >&6
40075 else
40076 cat >conftest.$ac_ext <<_ACEOF
40077 /* confdefs.h. */
40078 _ACEOF
40079 cat confdefs.h >>conftest.$ac_ext
40080 cat >>conftest.$ac_ext <<_ACEOF
40081 /* end confdefs.h. */
40082 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
40083 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40084 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
40085
40086 /* System header to define __stub macros and hopefully few prototypes,
40087 which can conflict with char pthread_mutex_timedlock (); below.
40088 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40089 <limits.h> exists even on freestanding compilers. */
40090
40091 #ifdef __STDC__
40092 # include <limits.h>
40093 #else
40094 # include <assert.h>
40095 #endif
40096
40097 #undef pthread_mutex_timedlock
40098
40099 /* Override any GCC internal prototype to avoid an error.
40100 Use char because int might match the return type of a GCC
40101 builtin and then its argument prototype would still apply. */
40102 #ifdef __cplusplus
40103 extern "C"
40104 #endif
40105 char pthread_mutex_timedlock ();
40106 /* The GNU C library defines this for functions which it implements
40107 to always fail with ENOSYS. Some functions are actually named
40108 something starting with __ and the normal name is an alias. */
40109 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
40110 choke me
40111 #endif
40112
40113 int
40114 main ()
40115 {
40116 return pthread_mutex_timedlock ();
40117 ;
40118 return 0;
40119 }
40120 _ACEOF
40121 rm -f conftest.$ac_objext conftest$ac_exeext
40122 if { (ac_try="$ac_link"
40123 case "(($ac_try" in
40124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40125 *) ac_try_echo=$ac_try;;
40126 esac
40127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40128 (eval "$ac_link") 2>conftest.er1
40129 ac_status=$?
40130 grep -v '^ *+' conftest.er1 >conftest.err
40131 rm -f conftest.er1
40132 cat conftest.err >&5
40133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40134 (exit $ac_status); } && {
40135 test -z "$ac_c_werror_flag" ||
40136 test ! -s conftest.err
40137 } && test -s conftest$ac_exeext &&
40138 $as_test_x conftest$ac_exeext; then
40139 ac_cv_func_pthread_mutex_timedlock=yes
40140 else
40141 echo "$as_me: failed program was:" >&5
40142 sed 's/^/| /' conftest.$ac_ext >&5
40143
40144 ac_cv_func_pthread_mutex_timedlock=no
40145 fi
40146
40147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40148 conftest$ac_exeext conftest.$ac_ext
40149 fi
40150 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
40151 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
40152 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
40153 cat >>confdefs.h <<\_ACEOF
40154 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
40155 _ACEOF
40156
40157 else
40158 { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
40159 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
40160 fi
40161
40162
40163 { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
40164 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
40165 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
40166 echo $ECHO_N "(cached) $ECHO_C" >&6
40167 else
40168 cat >conftest.$ac_ext <<_ACEOF
40169 /* confdefs.h. */
40170 _ACEOF
40171 cat confdefs.h >>conftest.$ac_ext
40172 cat >>conftest.$ac_ext <<_ACEOF
40173 /* end confdefs.h. */
40174 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
40175 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40176 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
40177
40178 /* System header to define __stub macros and hopefully few prototypes,
40179 which can conflict with char pthread_attr_setstacksize (); below.
40180 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40181 <limits.h> exists even on freestanding compilers. */
40182
40183 #ifdef __STDC__
40184 # include <limits.h>
40185 #else
40186 # include <assert.h>
40187 #endif
40188
40189 #undef pthread_attr_setstacksize
40190
40191 /* Override any GCC internal prototype to avoid an error.
40192 Use char because int might match the return type of a GCC
40193 builtin and then its argument prototype would still apply. */
40194 #ifdef __cplusplus
40195 extern "C"
40196 #endif
40197 char pthread_attr_setstacksize ();
40198 /* The GNU C library defines this for functions which it implements
40199 to always fail with ENOSYS. Some functions are actually named
40200 something starting with __ and the normal name is an alias. */
40201 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
40202 choke me
40203 #endif
40204
40205 int
40206 main ()
40207 {
40208 return pthread_attr_setstacksize ();
40209 ;
40210 return 0;
40211 }
40212 _ACEOF
40213 rm -f conftest.$ac_objext conftest$ac_exeext
40214 if { (ac_try="$ac_link"
40215 case "(($ac_try" in
40216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40217 *) ac_try_echo=$ac_try;;
40218 esac
40219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40220 (eval "$ac_link") 2>conftest.er1
40221 ac_status=$?
40222 grep -v '^ *+' conftest.er1 >conftest.err
40223 rm -f conftest.er1
40224 cat conftest.err >&5
40225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40226 (exit $ac_status); } && {
40227 test -z "$ac_c_werror_flag" ||
40228 test ! -s conftest.err
40229 } && test -s conftest$ac_exeext &&
40230 $as_test_x conftest$ac_exeext; then
40231 ac_cv_func_pthread_attr_setstacksize=yes
40232 else
40233 echo "$as_me: failed program was:" >&5
40234 sed 's/^/| /' conftest.$ac_ext >&5
40235
40236 ac_cv_func_pthread_attr_setstacksize=no
40237 fi
40238
40239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40240 conftest$ac_exeext conftest.$ac_ext
40241 fi
40242 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
40243 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
40244 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
40245 cat >>confdefs.h <<\_ACEOF
40246 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
40247 _ACEOF
40248
40249 fi
40250
40251
40252
40253 { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
40254 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
40255 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
40256 echo $ECHO_N "(cached) $ECHO_C" >&6
40257 else
40258
40259 cat >conftest.$ac_ext <<_ACEOF
40260 /* confdefs.h. */
40261 _ACEOF
40262 cat confdefs.h >>conftest.$ac_ext
40263 cat >>conftest.$ac_ext <<_ACEOF
40264 /* end confdefs.h. */
40265 #include <pthread.h>
40266 int
40267 main ()
40268 {
40269
40270 pthread_mutexattr_t attr;
40271 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40272
40273 ;
40274 return 0;
40275 }
40276 _ACEOF
40277 rm -f conftest.$ac_objext
40278 if { (ac_try="$ac_compile"
40279 case "(($ac_try" in
40280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40281 *) ac_try_echo=$ac_try;;
40282 esac
40283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40284 (eval "$ac_compile") 2>conftest.er1
40285 ac_status=$?
40286 grep -v '^ *+' conftest.er1 >conftest.err
40287 rm -f conftest.er1
40288 cat conftest.err >&5
40289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40290 (exit $ac_status); } && {
40291 test -z "$ac_c_werror_flag" ||
40292 test ! -s conftest.err
40293 } && test -s conftest.$ac_objext; then
40294 wx_cv_type_pthread_mutexattr_t=yes
40295 else
40296 echo "$as_me: failed program was:" >&5
40297 sed 's/^/| /' conftest.$ac_ext >&5
40298
40299 wx_cv_type_pthread_mutexattr_t=no
40300
40301 fi
40302
40303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40304
40305 fi
40306 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
40307 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
40308
40309 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
40310 cat >>confdefs.h <<\_ACEOF
40311 #define HAVE_PTHREAD_MUTEXATTR_T 1
40312 _ACEOF
40313
40314
40315 { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
40316 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
40317 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
40318 echo $ECHO_N "(cached) $ECHO_C" >&6
40319 else
40320
40321 cat >conftest.$ac_ext <<_ACEOF
40322 /* confdefs.h. */
40323 _ACEOF
40324 cat confdefs.h >>conftest.$ac_ext
40325 cat >>conftest.$ac_ext <<_ACEOF
40326 /* end confdefs.h. */
40327 #include <pthread.h>
40328 int
40329 main ()
40330 {
40331
40332 pthread_mutexattr_t attr;
40333 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40334
40335 ;
40336 return 0;
40337 }
40338 _ACEOF
40339 rm -f conftest.$ac_objext
40340 if { (ac_try="$ac_compile"
40341 case "(($ac_try" in
40342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40343 *) ac_try_echo=$ac_try;;
40344 esac
40345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40346 (eval "$ac_compile") 2>conftest.er1
40347 ac_status=$?
40348 grep -v '^ *+' conftest.er1 >conftest.err
40349 rm -f conftest.er1
40350 cat conftest.err >&5
40351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40352 (exit $ac_status); } && {
40353 test -z "$ac_c_werror_flag" ||
40354 test ! -s conftest.err
40355 } && test -s conftest.$ac_objext; then
40356 wx_cv_func_pthread_mutexattr_settype_decl=yes
40357 else
40358 echo "$as_me: failed program was:" >&5
40359 sed 's/^/| /' conftest.$ac_ext >&5
40360
40361 wx_cv_func_pthread_mutexattr_settype_decl=no
40362
40363 fi
40364
40365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40366
40367 fi
40368 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
40369 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
40370 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
40371 cat >>confdefs.h <<\_ACEOF
40372 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
40373 _ACEOF
40374
40375 fi
40376 else
40377 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
40378 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
40379 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
40380 echo $ECHO_N "(cached) $ECHO_C" >&6
40381 else
40382
40383 cat >conftest.$ac_ext <<_ACEOF
40384 /* confdefs.h. */
40385 _ACEOF
40386 cat confdefs.h >>conftest.$ac_ext
40387 cat >>conftest.$ac_ext <<_ACEOF
40388 /* end confdefs.h. */
40389 #include <pthread.h>
40390 int
40391 main ()
40392 {
40393
40394 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
40395
40396 ;
40397 return 0;
40398 }
40399 _ACEOF
40400 rm -f conftest.$ac_objext
40401 if { (ac_try="$ac_compile"
40402 case "(($ac_try" in
40403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40404 *) ac_try_echo=$ac_try;;
40405 esac
40406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40407 (eval "$ac_compile") 2>conftest.er1
40408 ac_status=$?
40409 grep -v '^ *+' conftest.er1 >conftest.err
40410 rm -f conftest.er1
40411 cat conftest.err >&5
40412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40413 (exit $ac_status); } && {
40414 test -z "$ac_c_werror_flag" ||
40415 test ! -s conftest.err
40416 } && test -s conftest.$ac_objext; then
40417
40418 wx_cv_type_pthread_rec_mutex_init=yes
40419
40420 else
40421 echo "$as_me: failed program was:" >&5
40422 sed 's/^/| /' conftest.$ac_ext >&5
40423
40424
40425 wx_cv_type_pthread_rec_mutex_init=no
40426
40427
40428 fi
40429
40430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40431
40432 fi
40433 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
40434 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
40435 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
40436 cat >>confdefs.h <<\_ACEOF
40437 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
40438 _ACEOF
40439
40440 else
40441 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
40442 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
40443 fi
40444 fi
40445
40446 if test "$wxUSE_COMPILER_TLS" = "auto"; then
40447 if test "$USE_NETBSD" = 1; then
40448 { echo "$as_me:$LINENO: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
40449 echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
40450 wxUSE_COMPILER_TLS=no
40451 else
40452 wxUSE_COMPILER_TLS=yes
40453 fi
40454 fi
40455
40456 if test "$wxUSE_COMPILER_TLS" = "yes"; then
40457 { echo "$as_me:$LINENO: checking for __thread keyword" >&5
40458 echo $ECHO_N "checking for __thread keyword... $ECHO_C" >&6; }
40459 if test "${wx_cv_cc___thread+set}" = set; then
40460 echo $ECHO_N "(cached) $ECHO_C" >&6
40461 else
40462
40463 cat >conftest.$ac_ext <<_ACEOF
40464 /* confdefs.h. */
40465 _ACEOF
40466 cat confdefs.h >>conftest.$ac_ext
40467 cat >>conftest.$ac_ext <<_ACEOF
40468 /* end confdefs.h. */
40469 #include <pthread.h>
40470 int
40471 main ()
40472 {
40473
40474 static __thread int n = 0;
40475 static __thread int *p = 0;
40476
40477 ;
40478 return 0;
40479 }
40480 _ACEOF
40481 rm -f conftest.$ac_objext
40482 if { (ac_try="$ac_compile"
40483 case "(($ac_try" in
40484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40485 *) ac_try_echo=$ac_try;;
40486 esac
40487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40488 (eval "$ac_compile") 2>conftest.er1
40489 ac_status=$?
40490 grep -v '^ *+' conftest.er1 >conftest.err
40491 rm -f conftest.er1
40492 cat conftest.err >&5
40493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40494 (exit $ac_status); } && {
40495 test -z "$ac_c_werror_flag" ||
40496 test ! -s conftest.err
40497 } && test -s conftest.$ac_objext; then
40498 wx_cv_cc___thread=yes
40499 else
40500 echo "$as_me: failed program was:" >&5
40501 sed 's/^/| /' conftest.$ac_ext >&5
40502
40503 wx_cv_cc___thread=no
40504
40505 fi
40506
40507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40508
40509
40510 fi
40511 { echo "$as_me:$LINENO: result: $wx_cv_cc___thread" >&5
40512 echo "${ECHO_T}$wx_cv_cc___thread" >&6; }
40513
40514 if test "$wx_cv_cc___thread" = "yes"; then
40515
40516 GXX_VERSION=""
40517
40518
40519
40520 { echo "$as_me:$LINENO: checking if gcc accepts -dumpversion option" >&5
40521 echo $ECHO_N "checking if gcc accepts -dumpversion option... $ECHO_C" >&6; }
40522
40523 if test "x$GCC" = "xyes" ; then
40524
40525 if test -z "" ; then
40526
40527 ax_gcc_option_test="int main()
40528 {
40529 return 0;
40530 }"
40531
40532 else
40533
40534 ax_gcc_option_test=""
40535
40536 fi
40537
40538
40539 # Dump the test program to file
40540 cat <<EOF > conftest.c
40541 $ax_gcc_option_test
40542 EOF
40543
40544 # Dump back the file to the log, useful for debugging purposes
40545 { ac_try='cat conftest.c 1>&5'
40546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40547 (eval $ac_try) 2>&5
40548 ac_status=$?
40549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40550 (exit $ac_status); }; }
40551
40552 if { ac_try='$CC -dumpversion -c conftest.c 1>&5'
40553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40554 (eval $ac_try) 2>&5
40555 ac_status=$?
40556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40557 (exit $ac_status); }; } ; then
40558
40559 { echo "$as_me:$LINENO: result: yes" >&5
40560 echo "${ECHO_T}yes" >&6; }
40561
40562 ax_gcc_version_option=yes
40563
40564
40565 else
40566
40567 { echo "$as_me:$LINENO: result: no" >&5
40568 echo "${ECHO_T}no" >&6; }
40569
40570 ax_gcc_version_option=no
40571
40572
40573 fi
40574
40575
40576 else
40577
40578 { echo "$as_me:$LINENO: result: no gcc available" >&5
40579 echo "${ECHO_T}no gcc available" >&6; }
40580
40581 fi
40582
40583
40584 if test "x$GXX" = "xyes"; then
40585
40586 if test "x$ax_gxx_version_option" != "no"; then
40587
40588 { echo "$as_me:$LINENO: checking gxx version" >&5
40589 echo $ECHO_N "checking gxx version... $ECHO_C" >&6; }
40590 if test "${ax_cv_gxx_version+set}" = set; then
40591 echo $ECHO_N "(cached) $ECHO_C" >&6
40592 else
40593
40594 ax_cv_gxx_version="`$CXX -dumpversion`"
40595 if test "x$ax_cv_gxx_version" = "x"; then
40596
40597 ax_cv_gxx_version=""
40598
40599 fi
40600
40601
40602 fi
40603 { echo "$as_me:$LINENO: result: $ax_cv_gxx_version" >&5
40604 echo "${ECHO_T}$ax_cv_gxx_version" >&6; }
40605 GXX_VERSION=$ax_cv_gxx_version
40606
40607 fi
40608
40609
40610 fi
40611
40612
40613
40614 if test -n "$ax_cv_gxx_version"; then
40615 { echo "$as_me:$LINENO: checking whether __thread support in g++ is usable" >&5
40616 echo $ECHO_N "checking whether __thread support in g++ is usable... $ECHO_C" >&6; }
40617 case "$ax_cv_gxx_version" in
40618 1.* | 2.* | 3.* )
40619 { echo "$as_me:$LINENO: result: no, it's broken" >&5
40620 echo "${ECHO_T}no, it's broken" >&6; }
40621 wx_cv_cc___thread=no
40622 ;;
40623 *)
40624 { echo "$as_me:$LINENO: result: yes, it works" >&5
40625 echo "${ECHO_T}yes, it works" >&6; }
40626 ;;
40627 esac
40628 fi
40629 fi
40630
40631 if test "$wx_cv_cc___thread" = "yes"; then
40632 cat >>confdefs.h <<\_ACEOF
40633 #define HAVE___THREAD_KEYWORD 1
40634 _ACEOF
40635
40636 fi
40637 fi
40638 fi
40639
40640 else
40641 if test "$wxUSE_THREADS" = "yes" ; then
40642 case "${host}" in
40643 x86_64-*-mingw32* )
40644 ;;
40645 *-*-mingw32* )
40646 { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
40647 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
40648 if test "${wx_cv_cflags_mthread+set}" = set; then
40649 echo $ECHO_N "(cached) $ECHO_C" >&6
40650 else
40651
40652 CFLAGS_OLD="$CFLAGS"
40653 CFLAGS="-mthreads $CFLAGS"
40654 cat >conftest.$ac_ext <<_ACEOF
40655 /* confdefs.h. */
40656 _ACEOF
40657 cat confdefs.h >>conftest.$ac_ext
40658 cat >>conftest.$ac_ext <<_ACEOF
40659 /* end confdefs.h. */
40660
40661 int
40662 main ()
40663 {
40664
40665 ;
40666 return 0;
40667 }
40668 _ACEOF
40669 rm -f conftest.$ac_objext
40670 if { (ac_try="$ac_compile"
40671 case "(($ac_try" in
40672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40673 *) ac_try_echo=$ac_try;;
40674 esac
40675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40676 (eval "$ac_compile") 2>conftest.er1
40677 ac_status=$?
40678 grep -v '^ *+' conftest.er1 >conftest.err
40679 rm -f conftest.er1
40680 cat conftest.err >&5
40681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40682 (exit $ac_status); } && {
40683 test -z "$ac_c_werror_flag" ||
40684 test ! -s conftest.err
40685 } && test -s conftest.$ac_objext; then
40686 wx_cv_cflags_mthread=yes
40687 else
40688 echo "$as_me: failed program was:" >&5
40689 sed 's/^/| /' conftest.$ac_ext >&5
40690
40691 wx_cv_cflags_mthread=no
40692
40693 fi
40694
40695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40696
40697
40698 fi
40699 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
40700 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
40701
40702 if test "$wx_cv_cflags_mthread" = "yes"; then
40703 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
40704 LDFLAGS="$LDFLAGS -mthreads"
40705 else
40706 CFLAGS="$CFLAGS_OLD"
40707 fi
40708 ;;
40709 *-pc-os2*emx )
40710 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
40711 LDFLAGS="$LDFLAGS -Zmt"
40712 ;;
40713 esac
40714 fi
40715 fi
40716
40717 { echo "$as_me:$LINENO: checking for localtime_r" >&5
40718 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
40719 if test "${ac_cv_func_localtime_r+set}" = set; then
40720 echo $ECHO_N "(cached) $ECHO_C" >&6
40721 else
40722 cat >conftest.$ac_ext <<_ACEOF
40723 /* confdefs.h. */
40724 _ACEOF
40725 cat confdefs.h >>conftest.$ac_ext
40726 cat >>conftest.$ac_ext <<_ACEOF
40727 /* end confdefs.h. */
40728 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
40729 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40730 #define localtime_r innocuous_localtime_r
40731
40732 /* System header to define __stub macros and hopefully few prototypes,
40733 which can conflict with char localtime_r (); below.
40734 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40735 <limits.h> exists even on freestanding compilers. */
40736
40737 #ifdef __STDC__
40738 # include <limits.h>
40739 #else
40740 # include <assert.h>
40741 #endif
40742
40743 #undef localtime_r
40744
40745 /* Override any GCC internal prototype to avoid an error.
40746 Use char because int might match the return type of a GCC
40747 builtin and then its argument prototype would still apply. */
40748 #ifdef __cplusplus
40749 extern "C"
40750 #endif
40751 char localtime_r ();
40752 /* The GNU C library defines this for functions which it implements
40753 to always fail with ENOSYS. Some functions are actually named
40754 something starting with __ and the normal name is an alias. */
40755 #if defined __stub_localtime_r || defined __stub___localtime_r
40756 choke me
40757 #endif
40758
40759 int
40760 main ()
40761 {
40762 return localtime_r ();
40763 ;
40764 return 0;
40765 }
40766 _ACEOF
40767 rm -f conftest.$ac_objext conftest$ac_exeext
40768 if { (ac_try="$ac_link"
40769 case "(($ac_try" in
40770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40771 *) ac_try_echo=$ac_try;;
40772 esac
40773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40774 (eval "$ac_link") 2>conftest.er1
40775 ac_status=$?
40776 grep -v '^ *+' conftest.er1 >conftest.err
40777 rm -f conftest.er1
40778 cat conftest.err >&5
40779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40780 (exit $ac_status); } && {
40781 test -z "$ac_c_werror_flag" ||
40782 test ! -s conftest.err
40783 } && test -s conftest$ac_exeext &&
40784 $as_test_x conftest$ac_exeext; then
40785 ac_cv_func_localtime_r=yes
40786 else
40787 echo "$as_me: failed program was:" >&5
40788 sed 's/^/| /' conftest.$ac_ext >&5
40789
40790 ac_cv_func_localtime_r=no
40791 fi
40792
40793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40794 conftest$ac_exeext conftest.$ac_ext
40795 fi
40796 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
40797 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
40798 if test $ac_cv_func_localtime_r = yes; then
40799 cat >>confdefs.h <<\_ACEOF
40800 #define HAVE_LOCALTIME_R 1
40801 _ACEOF
40802
40803 fi
40804
40805 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
40806 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
40807 if test "${ac_cv_func_gmtime_r+set}" = set; then
40808 echo $ECHO_N "(cached) $ECHO_C" >&6
40809 else
40810 cat >conftest.$ac_ext <<_ACEOF
40811 /* confdefs.h. */
40812 _ACEOF
40813 cat confdefs.h >>conftest.$ac_ext
40814 cat >>conftest.$ac_ext <<_ACEOF
40815 /* end confdefs.h. */
40816 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
40817 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40818 #define gmtime_r innocuous_gmtime_r
40819
40820 /* System header to define __stub macros and hopefully few prototypes,
40821 which can conflict with char gmtime_r (); below.
40822 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40823 <limits.h> exists even on freestanding compilers. */
40824
40825 #ifdef __STDC__
40826 # include <limits.h>
40827 #else
40828 # include <assert.h>
40829 #endif
40830
40831 #undef gmtime_r
40832
40833 /* Override any GCC internal prototype to avoid an error.
40834 Use char because int might match the return type of a GCC
40835 builtin and then its argument prototype would still apply. */
40836 #ifdef __cplusplus
40837 extern "C"
40838 #endif
40839 char gmtime_r ();
40840 /* The GNU C library defines this for functions which it implements
40841 to always fail with ENOSYS. Some functions are actually named
40842 something starting with __ and the normal name is an alias. */
40843 #if defined __stub_gmtime_r || defined __stub___gmtime_r
40844 choke me
40845 #endif
40846
40847 int
40848 main ()
40849 {
40850 return gmtime_r ();
40851 ;
40852 return 0;
40853 }
40854 _ACEOF
40855 rm -f conftest.$ac_objext conftest$ac_exeext
40856 if { (ac_try="$ac_link"
40857 case "(($ac_try" in
40858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40859 *) ac_try_echo=$ac_try;;
40860 esac
40861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40862 (eval "$ac_link") 2>conftest.er1
40863 ac_status=$?
40864 grep -v '^ *+' conftest.er1 >conftest.err
40865 rm -f conftest.er1
40866 cat conftest.err >&5
40867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40868 (exit $ac_status); } && {
40869 test -z "$ac_c_werror_flag" ||
40870 test ! -s conftest.err
40871 } && test -s conftest$ac_exeext &&
40872 $as_test_x conftest$ac_exeext; then
40873 ac_cv_func_gmtime_r=yes
40874 else
40875 echo "$as_me: failed program was:" >&5
40876 sed 's/^/| /' conftest.$ac_ext >&5
40877
40878 ac_cv_func_gmtime_r=no
40879 fi
40880
40881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40882 conftest$ac_exeext conftest.$ac_ext
40883 fi
40884 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
40885 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
40886 if test $ac_cv_func_gmtime_r = yes; then
40887 cat >>confdefs.h <<\_ACEOF
40888 #define HAVE_GMTIME_R 1
40889 _ACEOF
40890
40891 fi
40892
40893
40894
40895
40896 ac_ext=c
40897 ac_cpp='$CPP $CPPFLAGS'
40898 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40899 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40900 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40901
40902 { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
40903 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
40904
40905 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
40906 echo $ECHO_N "(cached) $ECHO_C" >&6
40907 else
40908
40909
40910 ################################################################
40911
40912 ac_cv_func_which_gethostbyname_r=unknown
40913
40914 #
40915 # ONE ARGUMENT (sanity check)
40916 #
40917
40918 # This should fail, as there is no variant of gethostbyname_r() that takes
40919 # a single argument. If it actually compiles, then we can assume that
40920 # netdb.h is not declaring the function, and the compiler is thereby
40921 # assuming an implicit prototype. In which case, we're out of luck.
40922 #
40923 cat >conftest.$ac_ext <<_ACEOF
40924 /* confdefs.h. */
40925 _ACEOF
40926 cat confdefs.h >>conftest.$ac_ext
40927 cat >>conftest.$ac_ext <<_ACEOF
40928 /* end confdefs.h. */
40929 #include <netdb.h>
40930 int
40931 main ()
40932 {
40933
40934 char *name = "www.gnu.org";
40935 (void)gethostbyname_r(name) /* ; */
40936
40937 ;
40938 return 0;
40939 }
40940 _ACEOF
40941 rm -f conftest.$ac_objext
40942 if { (ac_try="$ac_compile"
40943 case "(($ac_try" in
40944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40945 *) ac_try_echo=$ac_try;;
40946 esac
40947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40948 (eval "$ac_compile") 2>conftest.er1
40949 ac_status=$?
40950 grep -v '^ *+' conftest.er1 >conftest.err
40951 rm -f conftest.er1
40952 cat conftest.err >&5
40953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40954 (exit $ac_status); } && {
40955 test -z "$ac_c_werror_flag" ||
40956 test ! -s conftest.err
40957 } && test -s conftest.$ac_objext; then
40958 ac_cv_func_which_gethostbyname_r=no
40959 else
40960 echo "$as_me: failed program was:" >&5
40961 sed 's/^/| /' conftest.$ac_ext >&5
40962
40963
40964 fi
40965
40966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40967
40968 #
40969 # SIX ARGUMENTS
40970 # (e.g. Linux)
40971 #
40972
40973 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
40974
40975 cat >conftest.$ac_ext <<_ACEOF
40976 /* confdefs.h. */
40977 _ACEOF
40978 cat confdefs.h >>conftest.$ac_ext
40979 cat >>conftest.$ac_ext <<_ACEOF
40980 /* end confdefs.h. */
40981 #include <netdb.h>
40982 int
40983 main ()
40984 {
40985
40986 char *name = "www.gnu.org";
40987 struct hostent ret, *retp;
40988 char buf[1024];
40989 int buflen = 1024;
40990 int my_h_errno;
40991 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
40992
40993 ;
40994 return 0;
40995 }
40996 _ACEOF
40997 rm -f conftest.$ac_objext
40998 if { (ac_try="$ac_compile"
40999 case "(($ac_try" in
41000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41001 *) ac_try_echo=$ac_try;;
41002 esac
41003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41004 (eval "$ac_compile") 2>conftest.er1
41005 ac_status=$?
41006 grep -v '^ *+' conftest.er1 >conftest.err
41007 rm -f conftest.er1
41008 cat conftest.err >&5
41009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41010 (exit $ac_status); } && {
41011 test -z "$ac_c_werror_flag" ||
41012 test ! -s conftest.err
41013 } && test -s conftest.$ac_objext; then
41014 ac_cv_func_which_gethostbyname_r=six
41015 else
41016 echo "$as_me: failed program was:" >&5
41017 sed 's/^/| /' conftest.$ac_ext >&5
41018
41019
41020 fi
41021
41022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41023
41024 fi
41025
41026 #
41027 # FIVE ARGUMENTS
41028 # (e.g. Solaris)
41029 #
41030
41031 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41032
41033 cat >conftest.$ac_ext <<_ACEOF
41034 /* confdefs.h. */
41035 _ACEOF
41036 cat confdefs.h >>conftest.$ac_ext
41037 cat >>conftest.$ac_ext <<_ACEOF
41038 /* end confdefs.h. */
41039 #include <netdb.h>
41040 int
41041 main ()
41042 {
41043
41044 char *name = "www.gnu.org";
41045 struct hostent ret;
41046 char buf[1024];
41047 int buflen = 1024;
41048 int my_h_errno;
41049 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
41050
41051 ;
41052 return 0;
41053 }
41054 _ACEOF
41055 rm -f conftest.$ac_objext
41056 if { (ac_try="$ac_compile"
41057 case "(($ac_try" in
41058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41059 *) ac_try_echo=$ac_try;;
41060 esac
41061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41062 (eval "$ac_compile") 2>conftest.er1
41063 ac_status=$?
41064 grep -v '^ *+' conftest.er1 >conftest.err
41065 rm -f conftest.er1
41066 cat conftest.err >&5
41067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41068 (exit $ac_status); } && {
41069 test -z "$ac_c_werror_flag" ||
41070 test ! -s conftest.err
41071 } && test -s conftest.$ac_objext; then
41072 ac_cv_func_which_gethostbyname_r=five
41073 else
41074 echo "$as_me: failed program was:" >&5
41075 sed 's/^/| /' conftest.$ac_ext >&5
41076
41077
41078 fi
41079
41080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41081
41082 fi
41083
41084 #
41085 # THREE ARGUMENTS
41086 # (e.g. AIX, HP-UX, Tru64)
41087 #
41088
41089 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41090
41091 cat >conftest.$ac_ext <<_ACEOF
41092 /* confdefs.h. */
41093 _ACEOF
41094 cat confdefs.h >>conftest.$ac_ext
41095 cat >>conftest.$ac_ext <<_ACEOF
41096 /* end confdefs.h. */
41097 #include <netdb.h>
41098 int
41099 main ()
41100 {
41101
41102 char *name = "www.gnu.org";
41103 struct hostent ret;
41104 struct hostent_data data;
41105 (void)gethostbyname_r(name, &ret, &data) /* ; */
41106
41107 ;
41108 return 0;
41109 }
41110 _ACEOF
41111 rm -f conftest.$ac_objext
41112 if { (ac_try="$ac_compile"
41113 case "(($ac_try" in
41114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41115 *) ac_try_echo=$ac_try;;
41116 esac
41117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41118 (eval "$ac_compile") 2>conftest.er1
41119 ac_status=$?
41120 grep -v '^ *+' conftest.er1 >conftest.err
41121 rm -f conftest.er1
41122 cat conftest.err >&5
41123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41124 (exit $ac_status); } && {
41125 test -z "$ac_c_werror_flag" ||
41126 test ! -s conftest.err
41127 } && test -s conftest.$ac_objext; then
41128 ac_cv_func_which_gethostbyname_r=three
41129 else
41130 echo "$as_me: failed program was:" >&5
41131 sed 's/^/| /' conftest.$ac_ext >&5
41132
41133
41134 fi
41135
41136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41137
41138 fi
41139
41140 ################################################################
41141
41142
41143 fi
41144
41145 case "$ac_cv_func_which_gethostbyname_r" in
41146 three)
41147 { echo "$as_me:$LINENO: result: three" >&5
41148 echo "${ECHO_T}three" >&6; }
41149 cat >>confdefs.h <<\_ACEOF
41150 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
41151 _ACEOF
41152
41153 ;;
41154
41155 five)
41156 { echo "$as_me:$LINENO: result: five" >&5
41157 echo "${ECHO_T}five" >&6; }
41158 cat >>confdefs.h <<\_ACEOF
41159 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
41160 _ACEOF
41161
41162 ;;
41163
41164 six)
41165 { echo "$as_me:$LINENO: result: six" >&5
41166 echo "${ECHO_T}six" >&6; }
41167 cat >>confdefs.h <<\_ACEOF
41168 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
41169 _ACEOF
41170
41171 ;;
41172
41173 no)
41174 { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
41175 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
41176 ;;
41177
41178 unknown)
41179 { echo "$as_me:$LINENO: result: can't tell" >&5
41180 echo "${ECHO_T}can't tell" >&6; }
41181 ;;
41182
41183 *)
41184 { { echo "$as_me:$LINENO: error: internal error" >&5
41185 echo "$as_me: error: internal error" >&2;}
41186 { (exit 1); exit 1; }; }
41187 ;;
41188 esac
41189
41190 ac_ext=c
41191 ac_cpp='$CPP $CPPFLAGS'
41192 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41193 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41194 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41195
41196
41197
41198 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
41199 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
41200 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
41201 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
41202 if test "${ac_cv_func_gethostbyname+set}" = set; then
41203 echo $ECHO_N "(cached) $ECHO_C" >&6
41204 else
41205 cat >conftest.$ac_ext <<_ACEOF
41206 /* confdefs.h. */
41207 _ACEOF
41208 cat confdefs.h >>conftest.$ac_ext
41209 cat >>conftest.$ac_ext <<_ACEOF
41210 /* end confdefs.h. */
41211 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
41212 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41213 #define gethostbyname innocuous_gethostbyname
41214
41215 /* System header to define __stub macros and hopefully few prototypes,
41216 which can conflict with char gethostbyname (); below.
41217 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41218 <limits.h> exists even on freestanding compilers. */
41219
41220 #ifdef __STDC__
41221 # include <limits.h>
41222 #else
41223 # include <assert.h>
41224 #endif
41225
41226 #undef gethostbyname
41227
41228 /* Override any GCC internal prototype to avoid an error.
41229 Use char because int might match the return type of a GCC
41230 builtin and then its argument prototype would still apply. */
41231 #ifdef __cplusplus
41232 extern "C"
41233 #endif
41234 char gethostbyname ();
41235 /* The GNU C library defines this for functions which it implements
41236 to always fail with ENOSYS. Some functions are actually named
41237 something starting with __ and the normal name is an alias. */
41238 #if defined __stub_gethostbyname || defined __stub___gethostbyname
41239 choke me
41240 #endif
41241
41242 int
41243 main ()
41244 {
41245 return gethostbyname ();
41246 ;
41247 return 0;
41248 }
41249 _ACEOF
41250 rm -f conftest.$ac_objext conftest$ac_exeext
41251 if { (ac_try="$ac_link"
41252 case "(($ac_try" in
41253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41254 *) ac_try_echo=$ac_try;;
41255 esac
41256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41257 (eval "$ac_link") 2>conftest.er1
41258 ac_status=$?
41259 grep -v '^ *+' conftest.er1 >conftest.err
41260 rm -f conftest.er1
41261 cat conftest.err >&5
41262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41263 (exit $ac_status); } && {
41264 test -z "$ac_c_werror_flag" ||
41265 test ! -s conftest.err
41266 } && test -s conftest$ac_exeext &&
41267 $as_test_x conftest$ac_exeext; then
41268 ac_cv_func_gethostbyname=yes
41269 else
41270 echo "$as_me: failed program was:" >&5
41271 sed 's/^/| /' conftest.$ac_ext >&5
41272
41273 ac_cv_func_gethostbyname=no
41274 fi
41275
41276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41277 conftest$ac_exeext conftest.$ac_ext
41278 fi
41279 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
41280 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
41281 if test $ac_cv_func_gethostbyname = yes; then
41282 cat >>confdefs.h <<\_ACEOF
41283 #define HAVE_GETHOSTBYNAME 1
41284 _ACEOF
41285
41286 fi
41287
41288 fi
41289
41290 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
41291 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
41292 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
41293 echo $ECHO_N "(cached) $ECHO_C" >&6
41294 else
41295
41296 ac_ext=cpp
41297 ac_cpp='$CXXCPP $CPPFLAGS'
41298 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41299 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41300 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41301
41302
41303 cat >conftest.$ac_ext <<_ACEOF
41304 /* confdefs.h. */
41305 _ACEOF
41306 cat confdefs.h >>conftest.$ac_ext
41307 cat >>conftest.$ac_ext <<_ACEOF
41308 /* end confdefs.h. */
41309 #include <netdb.h>
41310 int
41311 main ()
41312 {
41313
41314 char *name;
41315 char *proto;
41316 struct servent *se, *res;
41317 char buffer[2048];
41318 int buflen = 2048;
41319 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
41320
41321 ;
41322 return 0;
41323 }
41324 _ACEOF
41325 rm -f conftest.$ac_objext
41326 if { (ac_try="$ac_compile"
41327 case "(($ac_try" in
41328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41329 *) ac_try_echo=$ac_try;;
41330 esac
41331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41332 (eval "$ac_compile") 2>conftest.er1
41333 ac_status=$?
41334 grep -v '^ *+' conftest.er1 >conftest.err
41335 rm -f conftest.er1
41336 cat conftest.err >&5
41337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41338 (exit $ac_status); } && {
41339 test -z "$ac_cxx_werror_flag" ||
41340 test ! -s conftest.err
41341 } && test -s conftest.$ac_objext; then
41342 ac_cv_func_which_getservbyname_r=six
41343 else
41344 echo "$as_me: failed program was:" >&5
41345 sed 's/^/| /' conftest.$ac_ext >&5
41346
41347
41348 cat >conftest.$ac_ext <<_ACEOF
41349 /* confdefs.h. */
41350 _ACEOF
41351 cat confdefs.h >>conftest.$ac_ext
41352 cat >>conftest.$ac_ext <<_ACEOF
41353 /* end confdefs.h. */
41354 #include <netdb.h>
41355 int
41356 main ()
41357 {
41358
41359 char *name;
41360 char *proto;
41361 struct servent *se;
41362 char buffer[2048];
41363 int buflen = 2048;
41364 (void) getservbyname_r(name, proto, se, buffer, buflen)
41365
41366 ;
41367 return 0;
41368 }
41369 _ACEOF
41370 rm -f conftest.$ac_objext
41371 if { (ac_try="$ac_compile"
41372 case "(($ac_try" in
41373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41374 *) ac_try_echo=$ac_try;;
41375 esac
41376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41377 (eval "$ac_compile") 2>conftest.er1
41378 ac_status=$?
41379 grep -v '^ *+' conftest.er1 >conftest.err
41380 rm -f conftest.er1
41381 cat conftest.err >&5
41382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41383 (exit $ac_status); } && {
41384 test -z "$ac_cxx_werror_flag" ||
41385 test ! -s conftest.err
41386 } && test -s conftest.$ac_objext; then
41387 ac_cv_func_which_getservbyname_r=five
41388 else
41389 echo "$as_me: failed program was:" >&5
41390 sed 's/^/| /' conftest.$ac_ext >&5
41391
41392
41393 cat >conftest.$ac_ext <<_ACEOF
41394 /* confdefs.h. */
41395 _ACEOF
41396 cat confdefs.h >>conftest.$ac_ext
41397 cat >>conftest.$ac_ext <<_ACEOF
41398 /* end confdefs.h. */
41399 #include <netdb.h>
41400 int
41401 main ()
41402 {
41403
41404 char *name;
41405 char *proto;
41406 struct servent *se;
41407 struct servent_data data;
41408 (void) getservbyname_r(name, proto, se, &data);
41409
41410 ;
41411 return 0;
41412 }
41413 _ACEOF
41414 rm -f conftest.$ac_objext
41415 if { (ac_try="$ac_compile"
41416 case "(($ac_try" in
41417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41418 *) ac_try_echo=$ac_try;;
41419 esac
41420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41421 (eval "$ac_compile") 2>conftest.er1
41422 ac_status=$?
41423 grep -v '^ *+' conftest.er1 >conftest.err
41424 rm -f conftest.er1
41425 cat conftest.err >&5
41426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41427 (exit $ac_status); } && {
41428 test -z "$ac_cxx_werror_flag" ||
41429 test ! -s conftest.err
41430 } && test -s conftest.$ac_objext; then
41431 ac_cv_func_which_getservbyname_r=four
41432 else
41433 echo "$as_me: failed program was:" >&5
41434 sed 's/^/| /' conftest.$ac_ext >&5
41435
41436 ac_cv_func_which_getservbyname_r=no
41437
41438 fi
41439
41440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41441
41442
41443 fi
41444
41445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41446
41447
41448 fi
41449
41450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41451 ac_ext=c
41452 ac_cpp='$CPP $CPPFLAGS'
41453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41454 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41456
41457
41458
41459 fi
41460 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
41461 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
41462
41463 if test $ac_cv_func_which_getservbyname_r = six; then
41464 cat >>confdefs.h <<\_ACEOF
41465 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
41466 _ACEOF
41467
41468 elif test $ac_cv_func_which_getservbyname_r = five; then
41469 cat >>confdefs.h <<\_ACEOF
41470 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
41471 _ACEOF
41472
41473 elif test $ac_cv_func_which_getservbyname_r = four; then
41474 cat >>confdefs.h <<\_ACEOF
41475 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
41476 _ACEOF
41477
41478 fi
41479
41480
41481 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
41482 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
41483
41484 for ac_func in getservbyname
41485 do
41486 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41487 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41488 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41489 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41490 echo $ECHO_N "(cached) $ECHO_C" >&6
41491 else
41492 cat >conftest.$ac_ext <<_ACEOF
41493 /* confdefs.h. */
41494 _ACEOF
41495 cat confdefs.h >>conftest.$ac_ext
41496 cat >>conftest.$ac_ext <<_ACEOF
41497 /* end confdefs.h. */
41498 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41499 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41500 #define $ac_func innocuous_$ac_func
41501
41502 /* System header to define __stub macros and hopefully few prototypes,
41503 which can conflict with char $ac_func (); below.
41504 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41505 <limits.h> exists even on freestanding compilers. */
41506
41507 #ifdef __STDC__
41508 # include <limits.h>
41509 #else
41510 # include <assert.h>
41511 #endif
41512
41513 #undef $ac_func
41514
41515 /* Override any GCC internal prototype to avoid an error.
41516 Use char because int might match the return type of a GCC
41517 builtin and then its argument prototype would still apply. */
41518 #ifdef __cplusplus
41519 extern "C"
41520 #endif
41521 char $ac_func ();
41522 /* The GNU C library defines this for functions which it implements
41523 to always fail with ENOSYS. Some functions are actually named
41524 something starting with __ and the normal name is an alias. */
41525 #if defined __stub_$ac_func || defined __stub___$ac_func
41526 choke me
41527 #endif
41528
41529 int
41530 main ()
41531 {
41532 return $ac_func ();
41533 ;
41534 return 0;
41535 }
41536 _ACEOF
41537 rm -f conftest.$ac_objext conftest$ac_exeext
41538 if { (ac_try="$ac_link"
41539 case "(($ac_try" in
41540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41541 *) ac_try_echo=$ac_try;;
41542 esac
41543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41544 (eval "$ac_link") 2>conftest.er1
41545 ac_status=$?
41546 grep -v '^ *+' conftest.er1 >conftest.err
41547 rm -f conftest.er1
41548 cat conftest.err >&5
41549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41550 (exit $ac_status); } && {
41551 test -z "$ac_c_werror_flag" ||
41552 test ! -s conftest.err
41553 } && test -s conftest$ac_exeext &&
41554 $as_test_x conftest$ac_exeext; then
41555 eval "$as_ac_var=yes"
41556 else
41557 echo "$as_me: failed program was:" >&5
41558 sed 's/^/| /' conftest.$ac_ext >&5
41559
41560 eval "$as_ac_var=no"
41561 fi
41562
41563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41564 conftest$ac_exeext conftest.$ac_ext
41565 fi
41566 ac_res=`eval echo '${'$as_ac_var'}'`
41567 { echo "$as_me:$LINENO: result: $ac_res" >&5
41568 echo "${ECHO_T}$ac_res" >&6; }
41569 if test `eval echo '${'$as_ac_var'}'` = yes; then
41570 cat >>confdefs.h <<_ACEOF
41571 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41572 _ACEOF
41573 cat >>confdefs.h <<\_ACEOF
41574 #define HAVE_GETSERVBYNAME 1
41575 _ACEOF
41576
41577 fi
41578 done
41579
41580 fi
41581
41582 if test "$wxUSE_THREADS" = "yes"; then
41583 cat >>confdefs.h <<\_ACEOF
41584 #define wxUSE_THREADS 1
41585 _ACEOF
41586
41587
41588 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
41589 else
41590 if test "$wx_cv_func_strtok_r" = "yes"; then
41591 { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
41592 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
41593 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
41594 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
41595 { echo "$as_me:$LINENO: result: yes" >&5
41596 echo "${ECHO_T}yes" >&6; }
41597 else
41598 { echo "$as_me:$LINENO: result: no" >&5
41599 echo "${ECHO_T}no" >&6; }
41600 fi
41601 fi
41602 fi
41603
41604 if test "$WXGTK2" = 1 ; then
41605 cat >>confdefs.h <<_ACEOF
41606 #define __WXGTK20__ $WXGTK2
41607 _ACEOF
41608
41609 WXGTK12=1
41610 fi
41611
41612 if test "$WXGTK12" = 1 ; then
41613 cat >>confdefs.h <<_ACEOF
41614 #define __WXGTK12__ $WXGTK12
41615 _ACEOF
41616
41617 fi
41618
41619 if test "$WXGTK127" = 1 ; then
41620 cat >>confdefs.h <<_ACEOF
41621 #define __WXGTK127__ $WXGTK127
41622 _ACEOF
41623
41624 fi
41625
41626 if test "$WXGPE" = 1 ; then
41627 cat >>confdefs.h <<_ACEOF
41628 #define __WXGPE__ $WXGPE
41629 _ACEOF
41630
41631 fi
41632
41633 DEBUG_CFLAGS=
41634 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
41635 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
41636 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
41637 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
41638 DEBUG_CFLAGS="-g"
41639 fi
41640
41641 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
41642 wxUSE_DEBUG_INFO=yes
41643 if test "$GCC" = yes; then
41644 DEBUG_CFLAGS="-ggdb"
41645 fi
41646 fi
41647
41648 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
41649 if test "$wxUSE_GTK" = 1 ; then
41650 if test "x$wxGTK_VERSION" = "x1" ; then
41651 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
41652 fi
41653 fi
41654 fi
41655
41656 if test "$wxUSE_MEM_TRACING" = "yes" ; then
41657 cat >>confdefs.h <<\_ACEOF
41658 #define wxUSE_MEMORY_TRACING 1
41659 _ACEOF
41660
41661 cat >>confdefs.h <<\_ACEOF
41662 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
41663 _ACEOF
41664
41665 cat >>confdefs.h <<\_ACEOF
41666 #define wxUSE_DEBUG_NEW_ALWAYS 1
41667 _ACEOF
41668
41669 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
41670 fi
41671
41672 if test "$wxUSE_DMALLOC" = "yes" ; then
41673 DMALLOC_LIBS="-ldmallocthcxx"
41674 fi
41675
41676 PROFILE_FLAGS=
41677 if test "$wxUSE_PROFILE" = "yes" ; then
41678 PROFILE_FLAGS=" -pg"
41679 fi
41680
41681 if test "$GCC" = "yes" ; then
41682 if test "$wxUSE_NO_RTTI" = "yes" ; then
41683 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
41684 fi
41685 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41686 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
41687 fi
41688 if test "$wxUSE_PERMISSIVE" = "yes" ; then
41689 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
41690 fi
41691
41692 case "${host}" in
41693 powerpc*-*-aix* )
41694 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
41695 ;;
41696 *-hppa* )
41697 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
41698 ;;
41699 esac
41700 fi
41701
41702 OPTIMISE_CFLAGS=
41703 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
41704 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
41705 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
41706 else
41707 if test "$wxUSE_OPTIMISE" = "no" ; then
41708 if test "$GCC" = yes ; then
41709 OPTIMISE_CFLAGS="-O0"
41710 fi
41711 else
41712 if test "$GCC" = yes ; then
41713 case "${host}" in
41714 *-pc-os2_emx | *-pc-os2-emx )
41715 OPTIMISE_CFLAGS="-O2"
41716 ;;
41717 *)
41718 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
41719 ;;
41720 esac
41721 else
41722 OPTIMISE_CFLAGS="-O"
41723 fi
41724 fi
41725 fi
41726
41727
41728 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
41729 cat >>confdefs.h <<\_ACEOF
41730 #define WXWIN_COMPATIBILITY_2_6 1
41731 _ACEOF
41732
41733
41734 WXWIN_COMPATIBILITY_2_8="yes"
41735 fi
41736
41737 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
41738 cat >>confdefs.h <<\_ACEOF
41739 #define WXWIN_COMPATIBILITY_2_8 1
41740 _ACEOF
41741
41742 fi
41743
41744
41745 if test "$wxUSE_GUI" = "yes"; then
41746 cat >>confdefs.h <<\_ACEOF
41747 #define wxUSE_GUI 1
41748 _ACEOF
41749
41750
41751 fi
41752
41753
41754 if test "$wxUSE_UNIX" = "yes"; then
41755 cat >>confdefs.h <<\_ACEOF
41756 #define wxUSE_UNIX 1
41757 _ACEOF
41758
41759 fi
41760
41761
41762 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
41763
41764 HAVE_DL_FUNCS=0
41765 HAVE_SHL_FUNCS=0
41766 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
41767 if test "$USE_DOS" = 1; then
41768 HAVE_DL_FUNCS=0
41769 else
41770
41771 for ac_func in dlopen
41772 do
41773 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41774 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41775 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41776 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41777 echo $ECHO_N "(cached) $ECHO_C" >&6
41778 else
41779 cat >conftest.$ac_ext <<_ACEOF
41780 /* confdefs.h. */
41781 _ACEOF
41782 cat confdefs.h >>conftest.$ac_ext
41783 cat >>conftest.$ac_ext <<_ACEOF
41784 /* end confdefs.h. */
41785 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41786 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41787 #define $ac_func innocuous_$ac_func
41788
41789 /* System header to define __stub macros and hopefully few prototypes,
41790 which can conflict with char $ac_func (); below.
41791 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41792 <limits.h> exists even on freestanding compilers. */
41793
41794 #ifdef __STDC__
41795 # include <limits.h>
41796 #else
41797 # include <assert.h>
41798 #endif
41799
41800 #undef $ac_func
41801
41802 /* Override any GCC internal prototype to avoid an error.
41803 Use char because int might match the return type of a GCC
41804 builtin and then its argument prototype would still apply. */
41805 #ifdef __cplusplus
41806 extern "C"
41807 #endif
41808 char $ac_func ();
41809 /* The GNU C library defines this for functions which it implements
41810 to always fail with ENOSYS. Some functions are actually named
41811 something starting with __ and the normal name is an alias. */
41812 #if defined __stub_$ac_func || defined __stub___$ac_func
41813 choke me
41814 #endif
41815
41816 int
41817 main ()
41818 {
41819 return $ac_func ();
41820 ;
41821 return 0;
41822 }
41823 _ACEOF
41824 rm -f conftest.$ac_objext conftest$ac_exeext
41825 if { (ac_try="$ac_link"
41826 case "(($ac_try" in
41827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41828 *) ac_try_echo=$ac_try;;
41829 esac
41830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41831 (eval "$ac_link") 2>conftest.er1
41832 ac_status=$?
41833 grep -v '^ *+' conftest.er1 >conftest.err
41834 rm -f conftest.er1
41835 cat conftest.err >&5
41836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41837 (exit $ac_status); } && {
41838 test -z "$ac_c_werror_flag" ||
41839 test ! -s conftest.err
41840 } && test -s conftest$ac_exeext &&
41841 $as_test_x conftest$ac_exeext; then
41842 eval "$as_ac_var=yes"
41843 else
41844 echo "$as_me: failed program was:" >&5
41845 sed 's/^/| /' conftest.$ac_ext >&5
41846
41847 eval "$as_ac_var=no"
41848 fi
41849
41850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41851 conftest$ac_exeext conftest.$ac_ext
41852 fi
41853 ac_res=`eval echo '${'$as_ac_var'}'`
41854 { echo "$as_me:$LINENO: result: $ac_res" >&5
41855 echo "${ECHO_T}$ac_res" >&6; }
41856 if test `eval echo '${'$as_ac_var'}'` = yes; then
41857 cat >>confdefs.h <<_ACEOF
41858 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41859 _ACEOF
41860
41861 cat >>confdefs.h <<\_ACEOF
41862 #define HAVE_DLOPEN 1
41863 _ACEOF
41864
41865 HAVE_DL_FUNCS=1
41866
41867 else
41868
41869 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
41870 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
41871 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
41872 echo $ECHO_N "(cached) $ECHO_C" >&6
41873 else
41874 ac_check_lib_save_LIBS=$LIBS
41875 LIBS="-ldl $LIBS"
41876 cat >conftest.$ac_ext <<_ACEOF
41877 /* confdefs.h. */
41878 _ACEOF
41879 cat confdefs.h >>conftest.$ac_ext
41880 cat >>conftest.$ac_ext <<_ACEOF
41881 /* end confdefs.h. */
41882
41883 /* Override any GCC internal prototype to avoid an error.
41884 Use char because int might match the return type of a GCC
41885 builtin and then its argument prototype would still apply. */
41886 #ifdef __cplusplus
41887 extern "C"
41888 #endif
41889 char dlopen ();
41890 int
41891 main ()
41892 {
41893 return dlopen ();
41894 ;
41895 return 0;
41896 }
41897 _ACEOF
41898 rm -f conftest.$ac_objext conftest$ac_exeext
41899 if { (ac_try="$ac_link"
41900 case "(($ac_try" in
41901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41902 *) ac_try_echo=$ac_try;;
41903 esac
41904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41905 (eval "$ac_link") 2>conftest.er1
41906 ac_status=$?
41907 grep -v '^ *+' conftest.er1 >conftest.err
41908 rm -f conftest.er1
41909 cat conftest.err >&5
41910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41911 (exit $ac_status); } && {
41912 test -z "$ac_c_werror_flag" ||
41913 test ! -s conftest.err
41914 } && test -s conftest$ac_exeext &&
41915 $as_test_x conftest$ac_exeext; then
41916 ac_cv_lib_dl_dlopen=yes
41917 else
41918 echo "$as_me: failed program was:" >&5
41919 sed 's/^/| /' conftest.$ac_ext >&5
41920
41921 ac_cv_lib_dl_dlopen=no
41922 fi
41923
41924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41925 conftest$ac_exeext conftest.$ac_ext
41926 LIBS=$ac_check_lib_save_LIBS
41927 fi
41928 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
41929 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
41930 if test $ac_cv_lib_dl_dlopen = yes; then
41931
41932 cat >>confdefs.h <<\_ACEOF
41933 #define HAVE_DLOPEN 1
41934 _ACEOF
41935
41936 HAVE_DL_FUNCS=1
41937 DL_LINK=" -ldl$DL_LINK"
41938
41939 else
41940
41941
41942 for ac_func in shl_load
41943 do
41944 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41945 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41946 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41947 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41948 echo $ECHO_N "(cached) $ECHO_C" >&6
41949 else
41950 cat >conftest.$ac_ext <<_ACEOF
41951 /* confdefs.h. */
41952 _ACEOF
41953 cat confdefs.h >>conftest.$ac_ext
41954 cat >>conftest.$ac_ext <<_ACEOF
41955 /* end confdefs.h. */
41956 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41957 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41958 #define $ac_func innocuous_$ac_func
41959
41960 /* System header to define __stub macros and hopefully few prototypes,
41961 which can conflict with char $ac_func (); below.
41962 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41963 <limits.h> exists even on freestanding compilers. */
41964
41965 #ifdef __STDC__
41966 # include <limits.h>
41967 #else
41968 # include <assert.h>
41969 #endif
41970
41971 #undef $ac_func
41972
41973 /* Override any GCC internal prototype to avoid an error.
41974 Use char because int might match the return type of a GCC
41975 builtin and then its argument prototype would still apply. */
41976 #ifdef __cplusplus
41977 extern "C"
41978 #endif
41979 char $ac_func ();
41980 /* The GNU C library defines this for functions which it implements
41981 to always fail with ENOSYS. Some functions are actually named
41982 something starting with __ and the normal name is an alias. */
41983 #if defined __stub_$ac_func || defined __stub___$ac_func
41984 choke me
41985 #endif
41986
41987 int
41988 main ()
41989 {
41990 return $ac_func ();
41991 ;
41992 return 0;
41993 }
41994 _ACEOF
41995 rm -f conftest.$ac_objext conftest$ac_exeext
41996 if { (ac_try="$ac_link"
41997 case "(($ac_try" in
41998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41999 *) ac_try_echo=$ac_try;;
42000 esac
42001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42002 (eval "$ac_link") 2>conftest.er1
42003 ac_status=$?
42004 grep -v '^ *+' conftest.er1 >conftest.err
42005 rm -f conftest.er1
42006 cat conftest.err >&5
42007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42008 (exit $ac_status); } && {
42009 test -z "$ac_c_werror_flag" ||
42010 test ! -s conftest.err
42011 } && test -s conftest$ac_exeext &&
42012 $as_test_x conftest$ac_exeext; then
42013 eval "$as_ac_var=yes"
42014 else
42015 echo "$as_me: failed program was:" >&5
42016 sed 's/^/| /' conftest.$ac_ext >&5
42017
42018 eval "$as_ac_var=no"
42019 fi
42020
42021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42022 conftest$ac_exeext conftest.$ac_ext
42023 fi
42024 ac_res=`eval echo '${'$as_ac_var'}'`
42025 { echo "$as_me:$LINENO: result: $ac_res" >&5
42026 echo "${ECHO_T}$ac_res" >&6; }
42027 if test `eval echo '${'$as_ac_var'}'` = yes; then
42028 cat >>confdefs.h <<_ACEOF
42029 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42030 _ACEOF
42031
42032 cat >>confdefs.h <<\_ACEOF
42033 #define HAVE_SHL_LOAD 1
42034 _ACEOF
42035
42036 HAVE_SHL_FUNCS=1
42037
42038 else
42039
42040 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
42041 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
42042 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
42043 echo $ECHO_N "(cached) $ECHO_C" >&6
42044 else
42045 ac_check_lib_save_LIBS=$LIBS
42046 LIBS="-lshl_load $LIBS"
42047 cat >conftest.$ac_ext <<_ACEOF
42048 /* confdefs.h. */
42049 _ACEOF
42050 cat confdefs.h >>conftest.$ac_ext
42051 cat >>conftest.$ac_ext <<_ACEOF
42052 /* end confdefs.h. */
42053
42054 /* Override any GCC internal prototype to avoid an error.
42055 Use char because int might match the return type of a GCC
42056 builtin and then its argument prototype would still apply. */
42057 #ifdef __cplusplus
42058 extern "C"
42059 #endif
42060 char dld ();
42061 int
42062 main ()
42063 {
42064 return dld ();
42065 ;
42066 return 0;
42067 }
42068 _ACEOF
42069 rm -f conftest.$ac_objext conftest$ac_exeext
42070 if { (ac_try="$ac_link"
42071 case "(($ac_try" in
42072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42073 *) ac_try_echo=$ac_try;;
42074 esac
42075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42076 (eval "$ac_link") 2>conftest.er1
42077 ac_status=$?
42078 grep -v '^ *+' conftest.er1 >conftest.err
42079 rm -f conftest.er1
42080 cat conftest.err >&5
42081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42082 (exit $ac_status); } && {
42083 test -z "$ac_c_werror_flag" ||
42084 test ! -s conftest.err
42085 } && test -s conftest$ac_exeext &&
42086 $as_test_x conftest$ac_exeext; then
42087 ac_cv_lib_shl_load_dld=yes
42088 else
42089 echo "$as_me: failed program was:" >&5
42090 sed 's/^/| /' conftest.$ac_ext >&5
42091
42092 ac_cv_lib_shl_load_dld=no
42093 fi
42094
42095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42096 conftest$ac_exeext conftest.$ac_ext
42097 LIBS=$ac_check_lib_save_LIBS
42098 fi
42099 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
42100 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
42101 if test $ac_cv_lib_shl_load_dld = yes; then
42102
42103 HAVE_SHL_FUNCS=1
42104 DL_LINK=" -ldld$DL_LINK"
42105
42106 fi
42107
42108
42109 fi
42110 done
42111
42112
42113 fi
42114
42115
42116 fi
42117 done
42118
42119
42120 if test "$HAVE_DL_FUNCS" = 1; then
42121
42122 for ac_func in dlerror
42123 do
42124 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42125 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42126 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42127 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42128 echo $ECHO_N "(cached) $ECHO_C" >&6
42129 else
42130 cat >conftest.$ac_ext <<_ACEOF
42131 /* confdefs.h. */
42132 _ACEOF
42133 cat confdefs.h >>conftest.$ac_ext
42134 cat >>conftest.$ac_ext <<_ACEOF
42135 /* end confdefs.h. */
42136 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42137 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42138 #define $ac_func innocuous_$ac_func
42139
42140 /* System header to define __stub macros and hopefully few prototypes,
42141 which can conflict with char $ac_func (); below.
42142 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42143 <limits.h> exists even on freestanding compilers. */
42144
42145 #ifdef __STDC__
42146 # include <limits.h>
42147 #else
42148 # include <assert.h>
42149 #endif
42150
42151 #undef $ac_func
42152
42153 /* Override any GCC internal prototype to avoid an error.
42154 Use char because int might match the return type of a GCC
42155 builtin and then its argument prototype would still apply. */
42156 #ifdef __cplusplus
42157 extern "C"
42158 #endif
42159 char $ac_func ();
42160 /* The GNU C library defines this for functions which it implements
42161 to always fail with ENOSYS. Some functions are actually named
42162 something starting with __ and the normal name is an alias. */
42163 #if defined __stub_$ac_func || defined __stub___$ac_func
42164 choke me
42165 #endif
42166
42167 int
42168 main ()
42169 {
42170 return $ac_func ();
42171 ;
42172 return 0;
42173 }
42174 _ACEOF
42175 rm -f conftest.$ac_objext conftest$ac_exeext
42176 if { (ac_try="$ac_link"
42177 case "(($ac_try" in
42178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42179 *) ac_try_echo=$ac_try;;
42180 esac
42181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42182 (eval "$ac_link") 2>conftest.er1
42183 ac_status=$?
42184 grep -v '^ *+' conftest.er1 >conftest.err
42185 rm -f conftest.er1
42186 cat conftest.err >&5
42187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42188 (exit $ac_status); } && {
42189 test -z "$ac_c_werror_flag" ||
42190 test ! -s conftest.err
42191 } && test -s conftest$ac_exeext &&
42192 $as_test_x conftest$ac_exeext; then
42193 eval "$as_ac_var=yes"
42194 else
42195 echo "$as_me: failed program was:" >&5
42196 sed 's/^/| /' conftest.$ac_ext >&5
42197
42198 eval "$as_ac_var=no"
42199 fi
42200
42201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42202 conftest$ac_exeext conftest.$ac_ext
42203 fi
42204 ac_res=`eval echo '${'$as_ac_var'}'`
42205 { echo "$as_me:$LINENO: result: $ac_res" >&5
42206 echo "${ECHO_T}$ac_res" >&6; }
42207 if test `eval echo '${'$as_ac_var'}'` = yes; then
42208 cat >>confdefs.h <<_ACEOF
42209 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42210 _ACEOF
42211 cat >>confdefs.h <<\_ACEOF
42212 #define HAVE_DLERROR 1
42213 _ACEOF
42214
42215 else
42216
42217 { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
42218 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
42219 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
42220 echo $ECHO_N "(cached) $ECHO_C" >&6
42221 else
42222 ac_check_lib_save_LIBS=$LIBS
42223 LIBS="-ldl $LIBS"
42224 cat >conftest.$ac_ext <<_ACEOF
42225 /* confdefs.h. */
42226 _ACEOF
42227 cat confdefs.h >>conftest.$ac_ext
42228 cat >>conftest.$ac_ext <<_ACEOF
42229 /* end confdefs.h. */
42230
42231 /* Override any GCC internal prototype to avoid an error.
42232 Use char because int might match the return type of a GCC
42233 builtin and then its argument prototype would still apply. */
42234 #ifdef __cplusplus
42235 extern "C"
42236 #endif
42237 char dlerror ();
42238 int
42239 main ()
42240 {
42241 return dlerror ();
42242 ;
42243 return 0;
42244 }
42245 _ACEOF
42246 rm -f conftest.$ac_objext conftest$ac_exeext
42247 if { (ac_try="$ac_link"
42248 case "(($ac_try" in
42249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42250 *) ac_try_echo=$ac_try;;
42251 esac
42252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42253 (eval "$ac_link") 2>conftest.er1
42254 ac_status=$?
42255 grep -v '^ *+' conftest.er1 >conftest.err
42256 rm -f conftest.er1
42257 cat conftest.err >&5
42258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42259 (exit $ac_status); } && {
42260 test -z "$ac_c_werror_flag" ||
42261 test ! -s conftest.err
42262 } && test -s conftest$ac_exeext &&
42263 $as_test_x conftest$ac_exeext; then
42264 ac_cv_lib_dl_dlerror=yes
42265 else
42266 echo "$as_me: failed program was:" >&5
42267 sed 's/^/| /' conftest.$ac_ext >&5
42268
42269 ac_cv_lib_dl_dlerror=no
42270 fi
42271
42272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42273 conftest$ac_exeext conftest.$ac_ext
42274 LIBS=$ac_check_lib_save_LIBS
42275 fi
42276 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
42277 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
42278 if test $ac_cv_lib_dl_dlerror = yes; then
42279 cat >>confdefs.h <<\_ACEOF
42280 #define HAVE_DLERROR 1
42281 _ACEOF
42282
42283 fi
42284
42285
42286
42287 fi
42288 done
42289
42290 fi
42291 fi
42292
42293 if test "$USE_DARWIN" = 1; then
42294 HAVE_DL_FUNCS=1
42295 fi
42296
42297 if test "$HAVE_DL_FUNCS" = 0; then
42298 if test "$HAVE_SHL_FUNCS" = 0; then
42299 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
42300 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
42301 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
42302 wxUSE_DYNAMIC_LOADER=no
42303 wxUSE_DYNLIB_CLASS=no
42304 else
42305 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
42306 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
42307 fi
42308 fi
42309 fi
42310 fi
42311 fi
42312
42313 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
42314 cat >>confdefs.h <<\_ACEOF
42315 #define wxUSE_DYNAMIC_LOADER 1
42316 _ACEOF
42317
42318 fi
42319 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
42320 cat >>confdefs.h <<\_ACEOF
42321 #define wxUSE_DYNLIB_CLASS 1
42322 _ACEOF
42323
42324 fi
42325
42326
42327
42328 if test "$wxUSE_PLUGINS" = "yes" ; then
42329 if test "$wxUSE_SHARED" = "no" ; then
42330 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
42331 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
42332 wxUSE_PLUGINS=no
42333 fi
42334 if test "$wxUSE_MONOLITHIC" = "yes" ; then
42335 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
42336 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
42337 wxUSE_PLUGINS=no
42338 fi
42339 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
42340 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
42341 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
42342 wxUSE_PLUGINS=no
42343 fi
42344 if test "$wxUSE_PLUGINS" = "yes" ; then
42345 cat >>confdefs.h <<\_ACEOF
42346 #define wxUSE_PLUGINS 1
42347 _ACEOF
42348
42349 fi
42350 fi
42351
42352
42353 if test "$wxUSE_STL" = "yes"; then
42354 cat >>confdefs.h <<\_ACEOF
42355 #define wxUSE_STL 1
42356 _ACEOF
42357
42358 fi
42359
42360 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
42361 cat >>confdefs.h <<\_ACEOF
42362 #define wxUSE_EXTENDED_RTTI 1
42363 _ACEOF
42364
42365 fi
42366
42367 if test "$wxUSE_ANY" = "yes"; then
42368 cat >>confdefs.h <<\_ACEOF
42369 #define wxUSE_ANY 1
42370 _ACEOF
42371
42372 fi
42373
42374 if test "$wxUSE_APPLE_IEEE" = "yes"; then
42375 cat >>confdefs.h <<\_ACEOF
42376 #define wxUSE_APPLE_IEEE 1
42377 _ACEOF
42378
42379 fi
42380
42381 if test "$wxUSE_TIMER" = "yes"; then
42382 cat >>confdefs.h <<\_ACEOF
42383 #define wxUSE_TIMER 1
42384 _ACEOF
42385
42386 fi
42387
42388 if test "$USE_UNIX" = 1 ; then
42389 if test "$wxUSE_MGL" != 1; then
42390 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
42391 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
42392 if test "${ac_cv_header_sys_soundcard+set}" = set; then
42393 echo $ECHO_N "(cached) $ECHO_C" >&6
42394 else
42395
42396 cat >conftest.$ac_ext <<_ACEOF
42397 /* confdefs.h. */
42398 _ACEOF
42399 cat confdefs.h >>conftest.$ac_ext
42400 cat >>conftest.$ac_ext <<_ACEOF
42401 /* end confdefs.h. */
42402
42403 #include <sys/ioctl.h>
42404 #include <sys/soundcard.h>
42405
42406 int
42407 main ()
42408 {
42409
42410 ioctl(0, SNDCTL_DSP_SPEED, 0);
42411
42412 ;
42413 return 0;
42414 }
42415 _ACEOF
42416 rm -f conftest.$ac_objext conftest$ac_exeext
42417 if { (ac_try="$ac_link"
42418 case "(($ac_try" in
42419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42420 *) ac_try_echo=$ac_try;;
42421 esac
42422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42423 (eval "$ac_link") 2>conftest.er1
42424 ac_status=$?
42425 grep -v '^ *+' conftest.er1 >conftest.err
42426 rm -f conftest.er1
42427 cat conftest.err >&5
42428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42429 (exit $ac_status); } && {
42430 test -z "$ac_c_werror_flag" ||
42431 test ! -s conftest.err
42432 } && test -s conftest$ac_exeext &&
42433 $as_test_x conftest$ac_exeext; then
42434 ac_cv_header_sys_soundcard=yes
42435 else
42436 echo "$as_me: failed program was:" >&5
42437 sed 's/^/| /' conftest.$ac_ext >&5
42438
42439
42440 saveLibs="$LIBS"
42441 LIBS="$saveLibs -lossaudio"
42442 cat >conftest.$ac_ext <<_ACEOF
42443 /* confdefs.h. */
42444 _ACEOF
42445 cat confdefs.h >>conftest.$ac_ext
42446 cat >>conftest.$ac_ext <<_ACEOF
42447 /* end confdefs.h. */
42448
42449 #include <sys/ioctl.h>
42450 #include <sys/soundcard.h>
42451
42452 int
42453 main ()
42454 {
42455
42456 ioctl(0, SNDCTL_DSP_SPEED, 0);
42457
42458 ;
42459 return 0;
42460 }
42461 _ACEOF
42462 rm -f conftest.$ac_objext conftest$ac_exeext
42463 if { (ac_try="$ac_link"
42464 case "(($ac_try" in
42465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42466 *) ac_try_echo=$ac_try;;
42467 esac
42468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42469 (eval "$ac_link") 2>conftest.er1
42470 ac_status=$?
42471 grep -v '^ *+' conftest.er1 >conftest.err
42472 rm -f conftest.er1
42473 cat conftest.err >&5
42474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42475 (exit $ac_status); } && {
42476 test -z "$ac_c_werror_flag" ||
42477 test ! -s conftest.err
42478 } && test -s conftest$ac_exeext &&
42479 $as_test_x conftest$ac_exeext; then
42480 ac_cv_header_sys_soundcard=yes
42481 else
42482 echo "$as_me: failed program was:" >&5
42483 sed 's/^/| /' conftest.$ac_ext >&5
42484
42485
42486 LIBS="$saveLibs"
42487 ac_cv_header_sys_soundcard=no
42488
42489
42490 fi
42491
42492 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42493 conftest$ac_exeext conftest.$ac_ext
42494
42495
42496 fi
42497
42498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42499 conftest$ac_exeext conftest.$ac_ext
42500
42501 fi
42502 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
42503 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
42504 fi
42505
42506 if test "$ac_cv_header_sys_soundcard" = "yes"; then
42507 cat >>confdefs.h <<\_ACEOF
42508 #define HAVE_SYS_SOUNDCARD_H 1
42509 _ACEOF
42510
42511 fi
42512 fi
42513
42514 WITH_PLUGIN_SDL=0
42515 if test "$wxUSE_SOUND" = "yes"; then
42516 if test "$USE_UNIX" = 1 ; then
42517 if test "$wxUSE_LIBSDL" != "no"; then
42518
42519 # Check whether --with-sdl-prefix was given.
42520 if test "${with_sdl_prefix+set}" = set; then
42521 withval=$with_sdl_prefix; sdl_prefix="$withval"
42522 else
42523 sdl_prefix=""
42524 fi
42525
42526
42527 # Check whether --with-sdl-exec-prefix was given.
42528 if test "${with_sdl_exec_prefix+set}" = set; then
42529 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
42530 else
42531 sdl_exec_prefix=""
42532 fi
42533
42534 # Check whether --enable-sdltest was given.
42535 if test "${enable_sdltest+set}" = set; then
42536 enableval=$enable_sdltest;
42537 else
42538 enable_sdltest=yes
42539 fi
42540
42541
42542 if test x$sdl_exec_prefix != x ; then
42543 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
42544 if test x${SDL_CONFIG+set} != xset ; then
42545 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
42546 fi
42547 fi
42548 if test x$sdl_prefix != x ; then
42549 sdl_args="$sdl_args --prefix=$sdl_prefix"
42550 if test x${SDL_CONFIG+set} != xset ; then
42551 SDL_CONFIG=$sdl_prefix/bin/sdl-config
42552 fi
42553 fi
42554
42555 if test "x$prefix" != xNONE; then
42556 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
42557 fi
42558 # Extract the first word of "sdl-config", so it can be a program name with args.
42559 set dummy sdl-config; ac_word=$2
42560 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42562 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
42563 echo $ECHO_N "(cached) $ECHO_C" >&6
42564 else
42565 case $SDL_CONFIG in
42566 [\\/]* | ?:[\\/]*)
42567 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
42568 ;;
42569 *)
42570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42571 for as_dir in $PATH
42572 do
42573 IFS=$as_save_IFS
42574 test -z "$as_dir" && as_dir=.
42575 for ac_exec_ext in '' $ac_executable_extensions; do
42576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42577 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42578 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42579 break 2
42580 fi
42581 done
42582 done
42583 IFS=$as_save_IFS
42584
42585 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
42586 ;;
42587 esac
42588 fi
42589 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
42590 if test -n "$SDL_CONFIG"; then
42591 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
42592 echo "${ECHO_T}$SDL_CONFIG" >&6; }
42593 else
42594 { echo "$as_me:$LINENO: result: no" >&5
42595 echo "${ECHO_T}no" >&6; }
42596 fi
42597
42598
42599 min_sdl_version=1.2.0
42600 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
42601 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
42602 no_sdl=""
42603 if test "$SDL_CONFIG" = "no" ; then
42604 no_sdl=yes
42605 else
42606 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
42607 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
42608
42609 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
42610 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
42611 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
42612 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
42613 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
42614 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
42615 if test "x$enable_sdltest" = "xyes" ; then
42616 ac_save_CFLAGS="$CFLAGS"
42617 ac_save_CXXFLAGS="$CXXFLAGS"
42618 ac_save_LIBS="$LIBS"
42619 CFLAGS="$CFLAGS $SDL_CFLAGS"
42620 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
42621 LIBS="$LIBS $SDL_LIBS"
42622 rm -f conf.sdltest
42623 if test "$cross_compiling" = yes; then
42624 echo $ac_n "cross compiling; assumed OK... $ac_c"
42625 else
42626 cat >conftest.$ac_ext <<_ACEOF
42627 /* confdefs.h. */
42628 _ACEOF
42629 cat confdefs.h >>conftest.$ac_ext
42630 cat >>conftest.$ac_ext <<_ACEOF
42631 /* end confdefs.h. */
42632
42633 #include <stdio.h>
42634 #include <stdlib.h>
42635 #include <string.h>
42636 #include "SDL.h"
42637
42638 char*
42639 my_strdup (char *str)
42640 {
42641 char *new_str;
42642
42643 if (str)
42644 {
42645 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
42646 strcpy (new_str, str);
42647 }
42648 else
42649 new_str = NULL;
42650
42651 return new_str;
42652 }
42653
42654 int main (int argc, char *argv[])
42655 {
42656 int major, minor, micro;
42657 char *tmp_version;
42658
42659 /* This hangs on some systems (?)
42660 system ("touch conf.sdltest");
42661 */
42662 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
42663
42664 /* HP/UX 9 (%@#!) writes to sscanf strings */
42665 tmp_version = my_strdup("$min_sdl_version");
42666 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
42667 printf("%s, bad version string\n", "$min_sdl_version");
42668 exit(1);
42669 }
42670
42671 if (($sdl_major_version > major) ||
42672 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
42673 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
42674 {
42675 return 0;
42676 }
42677 else
42678 {
42679 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
42680 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
42681 printf("*** best to upgrade to the required version.\n");
42682 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
42683 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
42684 printf("*** config.cache before re-running configure\n");
42685 return 1;
42686 }
42687 }
42688
42689
42690 _ACEOF
42691 rm -f conftest$ac_exeext
42692 if { (ac_try="$ac_link"
42693 case "(($ac_try" in
42694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42695 *) ac_try_echo=$ac_try;;
42696 esac
42697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42698 (eval "$ac_link") 2>&5
42699 ac_status=$?
42700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42701 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
42702 { (case "(($ac_try" in
42703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42704 *) ac_try_echo=$ac_try;;
42705 esac
42706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42707 (eval "$ac_try") 2>&5
42708 ac_status=$?
42709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42710 (exit $ac_status); }; }; then
42711 :
42712 else
42713 echo "$as_me: program exited with status $ac_status" >&5
42714 echo "$as_me: failed program was:" >&5
42715 sed 's/^/| /' conftest.$ac_ext >&5
42716
42717 ( exit $ac_status )
42718 no_sdl=yes
42719 fi
42720 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
42721 fi
42722
42723
42724 CFLAGS="$ac_save_CFLAGS"
42725 CXXFLAGS="$ac_save_CXXFLAGS"
42726 LIBS="$ac_save_LIBS"
42727 fi
42728 fi
42729 if test "x$no_sdl" = x ; then
42730 { echo "$as_me:$LINENO: result: yes" >&5
42731 echo "${ECHO_T}yes" >&6; }
42732
42733 EXTRALIBS_SDL="$SDL_LIBS"
42734 CFLAGS="$SDL_CFLAGS $CFLAGS"
42735 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
42736 cat >>confdefs.h <<\_ACEOF
42737 #define wxUSE_LIBSDL 1
42738 _ACEOF
42739
42740
42741 else
42742 { echo "$as_me:$LINENO: result: no" >&5
42743 echo "${ECHO_T}no" >&6; }
42744 if test "$SDL_CONFIG" = "no" ; then
42745 echo "*** The sdl-config script installed by SDL could not be found"
42746 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
42747 echo "*** your path, or set the SDL_CONFIG environment variable to the"
42748 echo "*** full path to sdl-config."
42749 else
42750 if test -f conf.sdltest ; then
42751 :
42752 else
42753 echo "*** Could not run SDL test program, checking why..."
42754 CFLAGS="$CFLAGS $SDL_CFLAGS"
42755 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
42756 LIBS="$LIBS $SDL_LIBS"
42757 cat >conftest.$ac_ext <<_ACEOF
42758 /* confdefs.h. */
42759 _ACEOF
42760 cat confdefs.h >>conftest.$ac_ext
42761 cat >>conftest.$ac_ext <<_ACEOF
42762 /* end confdefs.h. */
42763
42764 #include <stdio.h>
42765 #include "SDL.h"
42766
42767 int main(int argc, char *argv[])
42768 { return 0; }
42769 #undef main
42770 #define main K_and_R_C_main
42771
42772 int
42773 main ()
42774 {
42775 return 0;
42776 ;
42777 return 0;
42778 }
42779 _ACEOF
42780 rm -f conftest.$ac_objext conftest$ac_exeext
42781 if { (ac_try="$ac_link"
42782 case "(($ac_try" in
42783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42784 *) ac_try_echo=$ac_try;;
42785 esac
42786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42787 (eval "$ac_link") 2>conftest.er1
42788 ac_status=$?
42789 grep -v '^ *+' conftest.er1 >conftest.err
42790 rm -f conftest.er1
42791 cat conftest.err >&5
42792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42793 (exit $ac_status); } && {
42794 test -z "$ac_c_werror_flag" ||
42795 test ! -s conftest.err
42796 } && test -s conftest$ac_exeext &&
42797 $as_test_x conftest$ac_exeext; then
42798 echo "*** The test program compiled, but did not run. This usually means"
42799 echo "*** that the run-time linker is not finding SDL or finding the wrong"
42800 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
42801 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
42802 echo "*** to the installed location Also, make sure you have run ldconfig if that"
42803 echo "*** is required on your system"
42804 echo "***"
42805 echo "*** If you have an old version installed, it is best to remove it, although"
42806 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
42807 else
42808 echo "$as_me: failed program was:" >&5
42809 sed 's/^/| /' conftest.$ac_ext >&5
42810
42811 echo "*** The test program failed to compile or link. See the file config.log for the"
42812 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
42813 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
42814 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
42815 fi
42816
42817 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42818 conftest$ac_exeext conftest.$ac_ext
42819 CFLAGS="$ac_save_CFLAGS"
42820 CXXFLAGS="$ac_save_CXXFLAGS"
42821 LIBS="$ac_save_LIBS"
42822 fi
42823 fi
42824 SDL_CFLAGS=""
42825 SDL_LIBS=""
42826 wxUSE_LIBSDL="no"
42827 fi
42828
42829
42830 rm -f conf.sdltest
42831
42832 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
42833 WITH_PLUGIN_SDL=1
42834 fi
42835 fi
42836 else
42837 if test "$wxUSE_MGL" = 1; then
42838 { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
42839 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
42840 wxUSE_SOUND="no"
42841 fi
42842 fi
42843 fi
42844
42845 if test "$wxUSE_SOUND" = "yes"; then
42846 cat >>confdefs.h <<\_ACEOF
42847 #define wxUSE_SOUND 1
42848 _ACEOF
42849
42850 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
42851 fi
42852
42853 if test "$WXGTK2" = 1; then
42854
42855
42856 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
42857 if test -n "$ac_tool_prefix"; then
42858 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
42859 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
42860 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42861 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42862 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
42863 echo $ECHO_N "(cached) $ECHO_C" >&6
42864 else
42865 case $PKG_CONFIG in
42866 [\\/]* | ?:[\\/]*)
42867 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
42868 ;;
42869 *)
42870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42871 for as_dir in $PATH
42872 do
42873 IFS=$as_save_IFS
42874 test -z "$as_dir" && as_dir=.
42875 for ac_exec_ext in '' $ac_executable_extensions; do
42876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42877 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42878 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42879 break 2
42880 fi
42881 done
42882 done
42883 IFS=$as_save_IFS
42884
42885 ;;
42886 esac
42887 fi
42888 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
42889 if test -n "$PKG_CONFIG"; then
42890 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
42891 echo "${ECHO_T}$PKG_CONFIG" >&6; }
42892 else
42893 { echo "$as_me:$LINENO: result: no" >&5
42894 echo "${ECHO_T}no" >&6; }
42895 fi
42896
42897
42898 fi
42899 if test -z "$ac_cv_path_PKG_CONFIG"; then
42900 ac_pt_PKG_CONFIG=$PKG_CONFIG
42901 # Extract the first word of "pkg-config", so it can be a program name with args.
42902 set dummy pkg-config; ac_word=$2
42903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42905 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
42906 echo $ECHO_N "(cached) $ECHO_C" >&6
42907 else
42908 case $ac_pt_PKG_CONFIG in
42909 [\\/]* | ?:[\\/]*)
42910 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
42911 ;;
42912 *)
42913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42914 for as_dir in $PATH
42915 do
42916 IFS=$as_save_IFS
42917 test -z "$as_dir" && as_dir=.
42918 for ac_exec_ext in '' $ac_executable_extensions; do
42919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42920 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42922 break 2
42923 fi
42924 done
42925 done
42926 IFS=$as_save_IFS
42927
42928 ;;
42929 esac
42930 fi
42931 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
42932 if test -n "$ac_pt_PKG_CONFIG"; then
42933 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
42934 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
42935 else
42936 { echo "$as_me:$LINENO: result: no" >&5
42937 echo "${ECHO_T}no" >&6; }
42938 fi
42939
42940 if test "x$ac_pt_PKG_CONFIG" = x; then
42941 PKG_CONFIG=""
42942 else
42943 case $cross_compiling:$ac_tool_warned in
42944 yes:)
42945 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
42946 whose name does not start with the host triplet. If you think this
42947 configuration is useful to you, please write to autoconf@gnu.org." >&5
42948 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
42949 whose name does not start with the host triplet. If you think this
42950 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
42951 ac_tool_warned=yes ;;
42952 esac
42953 PKG_CONFIG=$ac_pt_PKG_CONFIG
42954 fi
42955 else
42956 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
42957 fi
42958
42959 fi
42960 if test -n "$PKG_CONFIG"; then
42961 _pkg_min_version=0.9.0
42962 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
42963 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
42964 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
42965 { echo "$as_me:$LINENO: result: yes" >&5
42966 echo "${ECHO_T}yes" >&6; }
42967 else
42968 { echo "$as_me:$LINENO: result: no" >&5
42969 echo "${ECHO_T}no" >&6; }
42970 PKG_CONFIG=""
42971 fi
42972
42973 fi
42974
42975 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
42976
42977 if test "$wxUSE_GTKPRINT" = "yes" ; then
42978
42979
42980 pkg_failed=no
42981 { echo "$as_me:$LINENO: checking for GTKPRINT" >&5
42982 echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6; }
42983
42984 if test -n "$PKG_CONFIG"; then
42985 if test -n "$GTKPRINT_CFLAGS"; then
42986 pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
42987 else
42988 if test -n "$PKG_CONFIG" && \
42989 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
42990 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
42991 ac_status=$?
42992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42993 (exit $ac_status); }; then
42994 pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
42995 else
42996 pkg_failed=yes
42997 fi
42998 fi
42999 else
43000 pkg_failed=untried
43001 fi
43002 if test -n "$PKG_CONFIG"; then
43003 if test -n "$GTKPRINT_LIBS"; then
43004 pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
43005 else
43006 if test -n "$PKG_CONFIG" && \
43007 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
43008 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
43009 ac_status=$?
43010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43011 (exit $ac_status); }; then
43012 pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
43013 else
43014 pkg_failed=yes
43015 fi
43016 fi
43017 else
43018 pkg_failed=untried
43019 fi
43020
43021
43022
43023 if test $pkg_failed = yes; then
43024
43025 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43026 _pkg_short_errors_supported=yes
43027 else
43028 _pkg_short_errors_supported=no
43029 fi
43030 if test $_pkg_short_errors_supported = yes; then
43031 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
43032 else
43033 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
43034 fi
43035 # Put the nasty error message in config.log where it belongs
43036 echo "$GTKPRINT_PKG_ERRORS" >&5
43037
43038
43039 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
43040 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
43041 wxUSE_GTKPRINT="no"
43042
43043
43044 elif test $pkg_failed = untried; then
43045
43046 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
43047 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
43048 wxUSE_GTKPRINT="no"
43049
43050
43051 else
43052 GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
43053 GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
43054 { echo "$as_me:$LINENO: result: yes" >&5
43055 echo "${ECHO_T}yes" >&6; }
43056
43057 CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
43058 CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
43059 cat >>confdefs.h <<\_ACEOF
43060 #define wxUSE_GTKPRINT 1
43061 _ACEOF
43062
43063
43064 fi
43065 fi
43066
43067 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
43068
43069
43070 pkg_failed=no
43071 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
43072 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
43073
43074 if test -n "$PKG_CONFIG"; then
43075 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
43076 pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
43077 else
43078 if test -n "$PKG_CONFIG" && \
43079 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
43080 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
43081 ac_status=$?
43082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43083 (exit $ac_status); }; then
43084 pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
43085 else
43086 pkg_failed=yes
43087 fi
43088 fi
43089 else
43090 pkg_failed=untried
43091 fi
43092 if test -n "$PKG_CONFIG"; then
43093 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
43094 pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
43095 else
43096 if test -n "$PKG_CONFIG" && \
43097 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
43098 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
43099 ac_status=$?
43100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43101 (exit $ac_status); }; then
43102 pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
43103 else
43104 pkg_failed=yes
43105 fi
43106 fi
43107 else
43108 pkg_failed=untried
43109 fi
43110
43111
43112
43113 if test $pkg_failed = yes; then
43114
43115 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43116 _pkg_short_errors_supported=yes
43117 else
43118 _pkg_short_errors_supported=no
43119 fi
43120 if test $_pkg_short_errors_supported = yes; then
43121 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
43122 else
43123 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
43124 fi
43125 # Put the nasty error message in config.log where it belongs
43126 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
43127
43128
43129 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
43130 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
43131 wxUSE_LIBGNOMEPRINT="no"
43132
43133
43134 elif test $pkg_failed = untried; then
43135
43136 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
43137 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
43138 wxUSE_LIBGNOMEPRINT="no"
43139
43140
43141 else
43142 LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
43143 LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
43144 { echo "$as_me:$LINENO: result: yes" >&5
43145 echo "${ECHO_T}yes" >&6; }
43146
43147 CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
43148 CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
43149 cat >>confdefs.h <<\_ACEOF
43150 #define wxUSE_LIBGNOMEPRINT 1
43151 _ACEOF
43152
43153
43154 fi
43155 fi
43156 fi
43157
43158 if test "$wxUSE_MIMETYPE" = "yes" ; then
43159 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
43160
43161
43162 pkg_failed=no
43163 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
43164 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
43165
43166 if test -n "$PKG_CONFIG"; then
43167 if test -n "$GNOMEVFS_CFLAGS"; then
43168 pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
43169 else
43170 if test -n "$PKG_CONFIG" && \
43171 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
43172 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
43173 ac_status=$?
43174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43175 (exit $ac_status); }; then
43176 pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
43177 else
43178 pkg_failed=yes
43179 fi
43180 fi
43181 else
43182 pkg_failed=untried
43183 fi
43184 if test -n "$PKG_CONFIG"; then
43185 if test -n "$GNOMEVFS_LIBS"; then
43186 pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
43187 else
43188 if test -n "$PKG_CONFIG" && \
43189 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
43190 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
43191 ac_status=$?
43192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43193 (exit $ac_status); }; then
43194 pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
43195 else
43196 pkg_failed=yes
43197 fi
43198 fi
43199 else
43200 pkg_failed=untried
43201 fi
43202
43203
43204
43205 if test $pkg_failed = yes; then
43206
43207 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43208 _pkg_short_errors_supported=yes
43209 else
43210 _pkg_short_errors_supported=no
43211 fi
43212 if test $_pkg_short_errors_supported = yes; then
43213 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
43214 else
43215 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
43216 fi
43217 # Put the nasty error message in config.log where it belongs
43218 echo "$GNOMEVFS_PKG_ERRORS" >&5
43219
43220
43221 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
43222 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
43223 wxUSE_LIBGNOMEVFS="no"
43224
43225
43226 elif test $pkg_failed = untried; then
43227
43228 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
43229 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
43230 wxUSE_LIBGNOMEVFS="no"
43231
43232
43233 else
43234 GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
43235 GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
43236 { echo "$as_me:$LINENO: result: yes" >&5
43237 echo "${ECHO_T}yes" >&6; }
43238
43239 CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
43240 CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
43241 cat >>confdefs.h <<\_ACEOF
43242 #define wxUSE_LIBGNOMEVFS 1
43243 _ACEOF
43244
43245
43246 fi
43247 fi
43248 fi
43249
43250 if test "$wxUSE_LIBHILDON" = "yes" ; then
43251
43252 pkg_failed=no
43253 { echo "$as_me:$LINENO: checking for HILDON" >&5
43254 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
43255
43256 if test -n "$PKG_CONFIG"; then
43257 if test -n "$HILDON_CFLAGS"; then
43258 pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
43259 else
43260 if test -n "$PKG_CONFIG" && \
43261 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
43262 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
43263 ac_status=$?
43264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43265 (exit $ac_status); }; then
43266 pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
43267 else
43268 pkg_failed=yes
43269 fi
43270 fi
43271 else
43272 pkg_failed=untried
43273 fi
43274 if test -n "$PKG_CONFIG"; then
43275 if test -n "$HILDON_LIBS"; then
43276 pkg_cv_HILDON_LIBS="$HILDON_LIBS"
43277 else
43278 if test -n "$PKG_CONFIG" && \
43279 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
43280 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
43281 ac_status=$?
43282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43283 (exit $ac_status); }; then
43284 pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
43285 else
43286 pkg_failed=yes
43287 fi
43288 fi
43289 else
43290 pkg_failed=untried
43291 fi
43292
43293
43294
43295 if test $pkg_failed = yes; then
43296
43297 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43298 _pkg_short_errors_supported=yes
43299 else
43300 _pkg_short_errors_supported=no
43301 fi
43302 if test $_pkg_short_errors_supported = yes; then
43303 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
43304 else
43305 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
43306 fi
43307 # Put the nasty error message in config.log where it belongs
43308 echo "$HILDON_PKG_ERRORS" >&5
43309
43310
43311 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
43312 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
43313 wxUSE_LIBHILDON="no"
43314 ac_hildon_lgpl=0
43315
43316
43317 elif test $pkg_failed = untried; then
43318
43319 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
43320 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
43321 wxUSE_LIBHILDON="no"
43322 ac_hildon_lgpl=0
43323
43324
43325 else
43326 HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
43327 HILDON_LIBS=$pkg_cv_HILDON_LIBS
43328 { echo "$as_me:$LINENO: result: yes" >&5
43329 echo "${ECHO_T}yes" >&6; }
43330
43331 EXTRALIBS_HILDON="$HILDON_LIBS"
43332 CFLAGS="$CFLAGS $HILDON_CFLAGS"
43333 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
43334 cat >>confdefs.h <<\_ACEOF
43335 #define wxUSE_LIBHILDON 1
43336 _ACEOF
43337
43338 ac_hildon_lgpl=1
43339
43340 fi
43341
43342 if test "$ac_hildon_lgpl" = 0 ; then
43343
43344 pkg_failed=no
43345 { echo "$as_me:$LINENO: checking for HILDON2" >&5
43346 echo $ECHO_N "checking for HILDON2... $ECHO_C" >&6; }
43347
43348 if test -n "$PKG_CONFIG"; then
43349 if test -n "$HILDON2_CFLAGS"; then
43350 pkg_cv_HILDON2_CFLAGS="$HILDON2_CFLAGS"
43351 else
43352 if test -n "$PKG_CONFIG" && \
43353 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
43354 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
43355 ac_status=$?
43356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43357 (exit $ac_status); }; then
43358 pkg_cv_HILDON2_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
43359 else
43360 pkg_failed=yes
43361 fi
43362 fi
43363 else
43364 pkg_failed=untried
43365 fi
43366 if test -n "$PKG_CONFIG"; then
43367 if test -n "$HILDON2_LIBS"; then
43368 pkg_cv_HILDON2_LIBS="$HILDON2_LIBS"
43369 else
43370 if test -n "$PKG_CONFIG" && \
43371 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
43372 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
43373 ac_status=$?
43374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43375 (exit $ac_status); }; then
43376 pkg_cv_HILDON2_LIBS=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
43377 else
43378 pkg_failed=yes
43379 fi
43380 fi
43381 else
43382 pkg_failed=untried
43383 fi
43384
43385
43386
43387 if test $pkg_failed = yes; then
43388
43389 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43390 _pkg_short_errors_supported=yes
43391 else
43392 _pkg_short_errors_supported=no
43393 fi
43394 if test $_pkg_short_errors_supported = yes; then
43395 HILDON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
43396 else
43397 HILDON2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
43398 fi
43399 # Put the nasty error message in config.log where it belongs
43400 echo "$HILDON2_PKG_ERRORS" >&5
43401
43402
43403 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
43404 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
43405 wxUSE_LIBHILDON2="no"
43406
43407
43408 elif test $pkg_failed = untried; then
43409
43410 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
43411 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
43412 wxUSE_LIBHILDON2="no"
43413
43414
43415 else
43416 HILDON2_CFLAGS=$pkg_cv_HILDON2_CFLAGS
43417 HILDON2_LIBS=$pkg_cv_HILDON2_LIBS
43418 { echo "$as_me:$LINENO: result: yes" >&5
43419 echo "${ECHO_T}yes" >&6; }
43420
43421 EXTRALIBS_HILDON="$HILDON2_LIBS"
43422 CFLAGS="$CFLAGS $HILDON2_CFLAGS"
43423 CXXFLAGS="$CXXFLAGS $HILDON2_CFLAGS"
43424 cat >>confdefs.h <<\_ACEOF
43425 #define wxUSE_LIBHILDON2 1
43426 _ACEOF
43427
43428
43429 fi
43430 fi
43431 fi
43432 fi
43433
43434 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
43435 cat >>confdefs.h <<\_ACEOF
43436 #define wxUSE_CMDLINE_PARSER 1
43437 _ACEOF
43438
43439 fi
43440
43441 if test "$wxUSE_STOPWATCH" = "yes"; then
43442 cat >>confdefs.h <<\_ACEOF
43443 #define wxUSE_STOPWATCH 1
43444 _ACEOF
43445
43446 fi
43447
43448 if test "$wxUSE_DATETIME" = "yes"; then
43449 cat >>confdefs.h <<\_ACEOF
43450 #define wxUSE_DATETIME 1
43451 _ACEOF
43452
43453 fi
43454
43455 if test "$wxUSE_FILE" = "yes"; then
43456 cat >>confdefs.h <<\_ACEOF
43457 #define wxUSE_FILE 1
43458 _ACEOF
43459
43460 fi
43461
43462 if test "$wxUSE_FFILE" = "yes"; then
43463 cat >>confdefs.h <<\_ACEOF
43464 #define wxUSE_FFILE 1
43465 _ACEOF
43466
43467 fi
43468
43469 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
43470 if test "$wxUSE_STREAMS" != yes; then
43471 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
43472 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
43473 wxUSE_ARCHIVE_STREAMS=no
43474 else
43475 cat >>confdefs.h <<\_ACEOF
43476 #define wxUSE_ARCHIVE_STREAMS 1
43477 _ACEOF
43478
43479 fi
43480 fi
43481
43482 if test "$wxUSE_ZIPSTREAM" = "yes"; then
43483 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
43484 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
43485 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
43486 elif test "$wxUSE_ZLIB" = "no"; then
43487 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
43488 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
43489 else
43490 cat >>confdefs.h <<\_ACEOF
43491 #define wxUSE_ZIPSTREAM 1
43492 _ACEOF
43493
43494 fi
43495 fi
43496
43497 if test "$wxUSE_TARSTREAM" = "yes"; then
43498 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
43499 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
43500 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
43501 else
43502 cat >>confdefs.h <<\_ACEOF
43503 #define wxUSE_TARSTREAM 1
43504 _ACEOF
43505
43506 fi
43507 fi
43508
43509 if test "$wxUSE_FILESYSTEM" = "yes"; then
43510 if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
43511 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
43512 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
43513 wxUSE_FILESYSTEM=no
43514 else
43515 cat >>confdefs.h <<\_ACEOF
43516 #define wxUSE_FILESYSTEM 1
43517 _ACEOF
43518
43519 fi
43520 fi
43521
43522 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
43523 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
43524 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
43525 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
43526 else
43527 cat >>confdefs.h <<\_ACEOF
43528 #define wxUSE_FS_ARCHIVE 1
43529 _ACEOF
43530
43531 fi
43532 fi
43533
43534 if test "$wxUSE_FS_ZIP" = "yes"; then
43535 if test "$wxUSE_FS_ARCHIVE" != yes; then
43536 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
43537 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
43538 else
43539 cat >>confdefs.h <<\_ACEOF
43540 #define wxUSE_FS_ZIP 1
43541 _ACEOF
43542
43543 fi
43544 fi
43545
43546 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43547 if test "$USE_UNIX" != 1; then
43548 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
43549 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
43550 wxUSE_ON_FATAL_EXCEPTION=no
43551 else
43552 cat >>confdefs.h <<\_ACEOF
43553 #define wxUSE_ON_FATAL_EXCEPTION 1
43554 _ACEOF
43555
43556 fi
43557 fi
43558
43559 if test "$wxUSE_STACKWALKER" = "yes"; then
43560 cat >>confdefs.h <<\_ACEOF
43561 #define wxUSE_STACKWALKER 1
43562 _ACEOF
43563
43564 fi
43565
43566 if test "$wxUSE_DEBUGREPORT" = "yes"; then
43567 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
43568 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
43569 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
43570 wxUSE_DEBUGREPORT=no
43571 else
43572 cat >>confdefs.h <<\_ACEOF
43573 #define wxUSE_DEBUGREPORT 1
43574 _ACEOF
43575
43576 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43577 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
43578 fi
43579 fi
43580 fi
43581
43582 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
43583 cat >>confdefs.h <<\_ACEOF
43584 #define wxUSE_SNGLINST_CHECKER 1
43585 _ACEOF
43586
43587 fi
43588
43589 if test "$wxUSE_BUSYINFO" = "yes"; then
43590 cat >>confdefs.h <<\_ACEOF
43591 #define wxUSE_BUSYINFO 1
43592 _ACEOF
43593
43594 fi
43595
43596 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
43597 cat >>confdefs.h <<\_ACEOF
43598 #define wxUSE_STD_IOSTREAM 1
43599 _ACEOF
43600
43601 fi
43602
43603 if test "$wxUSE_STD_STRING" = "yes"; then
43604 cat >>confdefs.h <<\_ACEOF
43605 #define wxUSE_STD_STRING 1
43606 _ACEOF
43607
43608 fi
43609
43610 if test "$wxUSE_STDPATHS" = "yes"; then
43611 cat >>confdefs.h <<\_ACEOF
43612 #define wxUSE_STDPATHS 1
43613 _ACEOF
43614
43615 fi
43616
43617 if test "$wxUSE_TEXTBUFFER" = "yes"; then
43618 cat >>confdefs.h <<\_ACEOF
43619 #define wxUSE_TEXTBUFFER 1
43620 _ACEOF
43621
43622 fi
43623
43624 if test "$wxUSE_TEXTFILE" = "yes"; then
43625 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
43626 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
43627 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
43628 else
43629 cat >>confdefs.h <<\_ACEOF
43630 #define wxUSE_TEXTFILE 1
43631 _ACEOF
43632
43633 fi
43634 fi
43635
43636 if test "$wxUSE_CONFIG" = "yes" ; then
43637 if test "$wxUSE_TEXTFILE" != "yes"; then
43638 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
43639 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
43640 else
43641 cat >>confdefs.h <<\_ACEOF
43642 #define wxUSE_CONFIG 1
43643 _ACEOF
43644
43645 cat >>confdefs.h <<\_ACEOF
43646 #define wxUSE_CONFIG_NATIVE 1
43647 _ACEOF
43648
43649 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
43650 fi
43651 fi
43652
43653 if test "$wxUSE_INTL" = "yes" ; then
43654 if test "$wxUSE_FILE" != "yes"; then
43655 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
43656 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
43657 else
43658 cat >>confdefs.h <<\_ACEOF
43659 #define wxUSE_INTL 1
43660 _ACEOF
43661
43662 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
43663 GUIDIST="$GUIDIST INTL_DIST"
43664 fi
43665 fi
43666
43667 if test "$wxUSE_XLOCALE" = "yes" ; then
43668 cat >>confdefs.h <<\_ACEOF
43669 #define wxUSE_XLOCALE 1
43670 _ACEOF
43671
43672 { echo "$as_me:$LINENO: checking for locale_t" >&5
43673 echo $ECHO_N "checking for locale_t... $ECHO_C" >&6; }
43674 if test "${ac_cv_type_locale_t+set}" = set; then
43675 echo $ECHO_N "(cached) $ECHO_C" >&6
43676 else
43677 cat >conftest.$ac_ext <<_ACEOF
43678 /* confdefs.h. */
43679 _ACEOF
43680 cat confdefs.h >>conftest.$ac_ext
43681 cat >>conftest.$ac_ext <<_ACEOF
43682 /* end confdefs.h. */
43683 #include <xlocale.h>
43684 #include <locale.h>
43685
43686 typedef locale_t ac__type_new_;
43687 int
43688 main ()
43689 {
43690 if ((ac__type_new_ *) 0)
43691 return 0;
43692 if (sizeof (ac__type_new_))
43693 return 0;
43694 ;
43695 return 0;
43696 }
43697 _ACEOF
43698 rm -f conftest.$ac_objext
43699 if { (ac_try="$ac_compile"
43700 case "(($ac_try" in
43701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43702 *) ac_try_echo=$ac_try;;
43703 esac
43704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43705 (eval "$ac_compile") 2>conftest.er1
43706 ac_status=$?
43707 grep -v '^ *+' conftest.er1 >conftest.err
43708 rm -f conftest.er1
43709 cat conftest.err >&5
43710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43711 (exit $ac_status); } && {
43712 test -z "$ac_c_werror_flag" ||
43713 test ! -s conftest.err
43714 } && test -s conftest.$ac_objext; then
43715 ac_cv_type_locale_t=yes
43716 else
43717 echo "$as_me: failed program was:" >&5
43718 sed 's/^/| /' conftest.$ac_ext >&5
43719
43720 ac_cv_type_locale_t=no
43721 fi
43722
43723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43724 fi
43725 { echo "$as_me:$LINENO: result: $ac_cv_type_locale_t" >&5
43726 echo "${ECHO_T}$ac_cv_type_locale_t" >&6; }
43727 if test $ac_cv_type_locale_t = yes; then
43728
43729 cat >>confdefs.h <<_ACEOF
43730 #define HAVE_LOCALE_T 1
43731 _ACEOF
43732
43733
43734 fi
43735
43736 fi
43737
43738 if test "$wxUSE_LOG" = "yes"; then
43739 cat >>confdefs.h <<\_ACEOF
43740 #define wxUSE_LOG 1
43741 _ACEOF
43742
43743
43744 if test "$wxUSE_LOGGUI" = "yes"; then
43745 cat >>confdefs.h <<\_ACEOF
43746 #define wxUSE_LOGGUI 1
43747 _ACEOF
43748
43749 fi
43750
43751 if test "$wxUSE_LOGWINDOW" = "yes"; then
43752 cat >>confdefs.h <<\_ACEOF
43753 #define wxUSE_LOGWINDOW 1
43754 _ACEOF
43755
43756 fi
43757
43758 if test "$wxUSE_LOGDIALOG" = "yes"; then
43759 cat >>confdefs.h <<\_ACEOF
43760 #define wxUSE_LOG_DIALOG 1
43761 _ACEOF
43762
43763 fi
43764
43765 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
43766 fi
43767
43768 if test "$wxUSE_LONGLONG" = "yes"; then
43769 cat >>confdefs.h <<\_ACEOF
43770 #define wxUSE_LONGLONG 1
43771 _ACEOF
43772
43773 fi
43774
43775 if test "$wxUSE_GEOMETRY" = "yes"; then
43776 cat >>confdefs.h <<\_ACEOF
43777 #define wxUSE_GEOMETRY 1
43778 _ACEOF
43779
43780 fi
43781
43782 if test "$wxUSE_BASE64" = "yes"; then
43783 cat >>confdefs.h <<\_ACEOF
43784 #define wxUSE_BASE64 1
43785 _ACEOF
43786
43787 fi
43788
43789 if test "$wxUSE_STREAMS" = "yes" ; then
43790 cat >>confdefs.h <<\_ACEOF
43791 #define wxUSE_STREAMS 1
43792 _ACEOF
43793
43794 fi
43795
43796 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
43797 cat >>confdefs.h <<\_ACEOF
43798 #define wxUSE_PRINTF_POS_PARAMS 1
43799 _ACEOF
43800
43801 fi
43802
43803 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
43804 cat >>confdefs.h <<\_ACEOF
43805 #define wxUSE_OBJC_UNIQUIFYING 1
43806 _ACEOF
43807
43808 fi
43809
43810
43811 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
43812 cat >>confdefs.h <<\_ACEOF
43813 #define wxUSE_CONSOLE_EVENTLOOP 1
43814 _ACEOF
43815
43816
43817 if test "$wxUSE_UNIX" = "yes"; then
43818 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
43819 cat >>confdefs.h <<\_ACEOF
43820 #define wxUSE_SELECT_DISPATCHER 1
43821 _ACEOF
43822
43823 fi
43824
43825 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
43826
43827 for ac_header in sys/epoll.h
43828 do
43829 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43830 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43831 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43832 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43833 echo $ECHO_N "(cached) $ECHO_C" >&6
43834 else
43835 cat >conftest.$ac_ext <<_ACEOF
43836 /* confdefs.h. */
43837 _ACEOF
43838 cat confdefs.h >>conftest.$ac_ext
43839 cat >>conftest.$ac_ext <<_ACEOF
43840 /* end confdefs.h. */
43841 $ac_includes_default
43842
43843 #include <$ac_header>
43844 _ACEOF
43845 rm -f conftest.$ac_objext
43846 if { (ac_try="$ac_compile"
43847 case "(($ac_try" in
43848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43849 *) ac_try_echo=$ac_try;;
43850 esac
43851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43852 (eval "$ac_compile") 2>conftest.er1
43853 ac_status=$?
43854 grep -v '^ *+' conftest.er1 >conftest.err
43855 rm -f conftest.er1
43856 cat conftest.err >&5
43857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43858 (exit $ac_status); } && {
43859 test -z "$ac_c_werror_flag" ||
43860 test ! -s conftest.err
43861 } && test -s conftest.$ac_objext; then
43862 eval "$as_ac_Header=yes"
43863 else
43864 echo "$as_me: failed program was:" >&5
43865 sed 's/^/| /' conftest.$ac_ext >&5
43866
43867 eval "$as_ac_Header=no"
43868 fi
43869
43870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43871 fi
43872 ac_res=`eval echo '${'$as_ac_Header'}'`
43873 { echo "$as_me:$LINENO: result: $ac_res" >&5
43874 echo "${ECHO_T}$ac_res" >&6; }
43875 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43876 cat >>confdefs.h <<_ACEOF
43877 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43878 _ACEOF
43879
43880 fi
43881
43882 done
43883
43884 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
43885 cat >>confdefs.h <<\_ACEOF
43886 #define wxUSE_EPOLL_DISPATCHER 1
43887 _ACEOF
43888
43889 else
43890 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
43891 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
43892 fi
43893 fi
43894 fi
43895 fi
43896
43897
43898
43899
43900 for ac_func in gettimeofday ftime
43901 do
43902 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43903 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43904 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43905 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43906 echo $ECHO_N "(cached) $ECHO_C" >&6
43907 else
43908 cat >conftest.$ac_ext <<_ACEOF
43909 /* confdefs.h. */
43910 _ACEOF
43911 cat confdefs.h >>conftest.$ac_ext
43912 cat >>conftest.$ac_ext <<_ACEOF
43913 /* end confdefs.h. */
43914 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43915 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43916 #define $ac_func innocuous_$ac_func
43917
43918 /* System header to define __stub macros and hopefully few prototypes,
43919 which can conflict with char $ac_func (); below.
43920 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43921 <limits.h> exists even on freestanding compilers. */
43922
43923 #ifdef __STDC__
43924 # include <limits.h>
43925 #else
43926 # include <assert.h>
43927 #endif
43928
43929 #undef $ac_func
43930
43931 /* Override any GCC internal prototype to avoid an error.
43932 Use char because int might match the return type of a GCC
43933 builtin and then its argument prototype would still apply. */
43934 #ifdef __cplusplus
43935 extern "C"
43936 #endif
43937 char $ac_func ();
43938 /* The GNU C library defines this for functions which it implements
43939 to always fail with ENOSYS. Some functions are actually named
43940 something starting with __ and the normal name is an alias. */
43941 #if defined __stub_$ac_func || defined __stub___$ac_func
43942 choke me
43943 #endif
43944
43945 int
43946 main ()
43947 {
43948 return $ac_func ();
43949 ;
43950 return 0;
43951 }
43952 _ACEOF
43953 rm -f conftest.$ac_objext conftest$ac_exeext
43954 if { (ac_try="$ac_link"
43955 case "(($ac_try" in
43956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43957 *) ac_try_echo=$ac_try;;
43958 esac
43959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43960 (eval "$ac_link") 2>conftest.er1
43961 ac_status=$?
43962 grep -v '^ *+' conftest.er1 >conftest.err
43963 rm -f conftest.er1
43964 cat conftest.err >&5
43965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43966 (exit $ac_status); } && {
43967 test -z "$ac_c_werror_flag" ||
43968 test ! -s conftest.err
43969 } && test -s conftest$ac_exeext &&
43970 $as_test_x conftest$ac_exeext; then
43971 eval "$as_ac_var=yes"
43972 else
43973 echo "$as_me: failed program was:" >&5
43974 sed 's/^/| /' conftest.$ac_ext >&5
43975
43976 eval "$as_ac_var=no"
43977 fi
43978
43979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43980 conftest$ac_exeext conftest.$ac_ext
43981 fi
43982 ac_res=`eval echo '${'$as_ac_var'}'`
43983 { echo "$as_me:$LINENO: result: $ac_res" >&5
43984 echo "${ECHO_T}$ac_res" >&6; }
43985 if test `eval echo '${'$as_ac_var'}'` = yes; then
43986 cat >>confdefs.h <<_ACEOF
43987 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43988 _ACEOF
43989 break
43990 fi
43991 done
43992
43993
43994 if test "$ac_cv_func_gettimeofday" = "yes"; then
43995 { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
43996 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
43997 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
43998 echo $ECHO_N "(cached) $ECHO_C" >&6
43999 else
44000
44001 cat >conftest.$ac_ext <<_ACEOF
44002 /* confdefs.h. */
44003 _ACEOF
44004 cat confdefs.h >>conftest.$ac_ext
44005 cat >>conftest.$ac_ext <<_ACEOF
44006 /* end confdefs.h. */
44007
44008 #include <sys/time.h>
44009 #include <unistd.h>
44010
44011 int
44012 main ()
44013 {
44014
44015 struct timeval tv;
44016 gettimeofday(&tv, NULL);
44017
44018 ;
44019 return 0;
44020 }
44021 _ACEOF
44022 rm -f conftest.$ac_objext
44023 if { (ac_try="$ac_compile"
44024 case "(($ac_try" in
44025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44026 *) ac_try_echo=$ac_try;;
44027 esac
44028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44029 (eval "$ac_compile") 2>conftest.er1
44030 ac_status=$?
44031 grep -v '^ *+' conftest.er1 >conftest.err
44032 rm -f conftest.er1
44033 cat conftest.err >&5
44034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44035 (exit $ac_status); } && {
44036 test -z "$ac_c_werror_flag" ||
44037 test ! -s conftest.err
44038 } && test -s conftest.$ac_objext; then
44039 wx_cv_func_gettimeofday_has_2_args=yes
44040 else
44041 echo "$as_me: failed program was:" >&5
44042 sed 's/^/| /' conftest.$ac_ext >&5
44043
44044 cat >conftest.$ac_ext <<_ACEOF
44045 /* confdefs.h. */
44046 _ACEOF
44047 cat confdefs.h >>conftest.$ac_ext
44048 cat >>conftest.$ac_ext <<_ACEOF
44049 /* end confdefs.h. */
44050
44051 #include <sys/time.h>
44052 #include <unistd.h>
44053
44054 int
44055 main ()
44056 {
44057
44058 struct timeval tv;
44059 gettimeofday(&tv);
44060
44061 ;
44062 return 0;
44063 }
44064 _ACEOF
44065 rm -f conftest.$ac_objext
44066 if { (ac_try="$ac_compile"
44067 case "(($ac_try" in
44068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44069 *) ac_try_echo=$ac_try;;
44070 esac
44071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44072 (eval "$ac_compile") 2>conftest.er1
44073 ac_status=$?
44074 grep -v '^ *+' conftest.er1 >conftest.err
44075 rm -f conftest.er1
44076 cat conftest.err >&5
44077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44078 (exit $ac_status); } && {
44079 test -z "$ac_c_werror_flag" ||
44080 test ! -s conftest.err
44081 } && test -s conftest.$ac_objext; then
44082 wx_cv_func_gettimeofday_has_2_args=no
44083 else
44084 echo "$as_me: failed program was:" >&5
44085 sed 's/^/| /' conftest.$ac_ext >&5
44086
44087
44088 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
44089 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
44090 wx_cv_func_gettimeofday_has_2_args=unknown
44091
44092
44093 fi
44094
44095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44096
44097 fi
44098
44099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44100
44101 fi
44102 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
44103 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
44104
44105 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
44106 cat >>confdefs.h <<\_ACEOF
44107 #define WX_GETTIMEOFDAY_NO_TZ 1
44108 _ACEOF
44109
44110 fi
44111 fi
44112
44113 if test "$wxUSE_DATETIME" = "yes"; then
44114 { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
44115 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
44116 if test "${wx_cv_var_timezone+set}" = set; then
44117 echo $ECHO_N "(cached) $ECHO_C" >&6
44118 else
44119
44120 ac_ext=cpp
44121 ac_cpp='$CXXCPP $CPPFLAGS'
44122 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44123 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44124 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44125
44126 cat >conftest.$ac_ext <<_ACEOF
44127 /* confdefs.h. */
44128 _ACEOF
44129 cat confdefs.h >>conftest.$ac_ext
44130 cat >>conftest.$ac_ext <<_ACEOF
44131 /* end confdefs.h. */
44132
44133 #include <time.h>
44134
44135 int
44136 main ()
44137 {
44138
44139 int tz;
44140 tz = timezone;
44141
44142 ;
44143 return 0;
44144 }
44145 _ACEOF
44146 rm -f conftest.$ac_objext
44147 if { (ac_try="$ac_compile"
44148 case "(($ac_try" in
44149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44150 *) ac_try_echo=$ac_try;;
44151 esac
44152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44153 (eval "$ac_compile") 2>conftest.er1
44154 ac_status=$?
44155 grep -v '^ *+' conftest.er1 >conftest.err
44156 rm -f conftest.er1
44157 cat conftest.err >&5
44158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44159 (exit $ac_status); } && {
44160 test -z "$ac_cxx_werror_flag" ||
44161 test ! -s conftest.err
44162 } && test -s conftest.$ac_objext; then
44163
44164 wx_cv_var_timezone=timezone
44165
44166 else
44167 echo "$as_me: failed program was:" >&5
44168 sed 's/^/| /' conftest.$ac_ext >&5
44169
44170
44171 cat >conftest.$ac_ext <<_ACEOF
44172 /* confdefs.h. */
44173 _ACEOF
44174 cat confdefs.h >>conftest.$ac_ext
44175 cat >>conftest.$ac_ext <<_ACEOF
44176 /* end confdefs.h. */
44177
44178 #include <time.h>
44179
44180 int
44181 main ()
44182 {
44183
44184 int tz;
44185 tz = _timezone;
44186
44187 ;
44188 return 0;
44189 }
44190 _ACEOF
44191 rm -f conftest.$ac_objext
44192 if { (ac_try="$ac_compile"
44193 case "(($ac_try" in
44194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44195 *) ac_try_echo=$ac_try;;
44196 esac
44197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44198 (eval "$ac_compile") 2>conftest.er1
44199 ac_status=$?
44200 grep -v '^ *+' conftest.er1 >conftest.err
44201 rm -f conftest.er1
44202 cat conftest.err >&5
44203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44204 (exit $ac_status); } && {
44205 test -z "$ac_cxx_werror_flag" ||
44206 test ! -s conftest.err
44207 } && test -s conftest.$ac_objext; then
44208
44209 wx_cv_var_timezone=_timezone
44210
44211 else
44212 echo "$as_me: failed program was:" >&5
44213 sed 's/^/| /' conftest.$ac_ext >&5
44214
44215
44216 cat >conftest.$ac_ext <<_ACEOF
44217 /* confdefs.h. */
44218 _ACEOF
44219 cat confdefs.h >>conftest.$ac_ext
44220 cat >>conftest.$ac_ext <<_ACEOF
44221 /* end confdefs.h. */
44222
44223 #include <time.h>
44224
44225 int
44226 main ()
44227 {
44228
44229 int tz;
44230 tz = __timezone;
44231
44232 ;
44233 return 0;
44234 }
44235 _ACEOF
44236 rm -f conftest.$ac_objext
44237 if { (ac_try="$ac_compile"
44238 case "(($ac_try" in
44239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44240 *) ac_try_echo=$ac_try;;
44241 esac
44242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44243 (eval "$ac_compile") 2>conftest.er1
44244 ac_status=$?
44245 grep -v '^ *+' conftest.er1 >conftest.err
44246 rm -f conftest.er1
44247 cat conftest.err >&5
44248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44249 (exit $ac_status); } && {
44250 test -z "$ac_cxx_werror_flag" ||
44251 test ! -s conftest.err
44252 } && test -s conftest.$ac_objext; then
44253
44254 wx_cv_var_timezone=__timezone
44255
44256 else
44257 echo "$as_me: failed program was:" >&5
44258 sed 's/^/| /' conftest.$ac_ext >&5
44259
44260
44261 if test "$USE_DOS" = 0 ; then
44262 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
44263 echo "$as_me: WARNING: no timezone variable" >&2;}
44264 fi
44265
44266
44267 fi
44268
44269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44270
44271
44272 fi
44273
44274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44275
44276
44277 fi
44278
44279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44280 ac_ext=c
44281 ac_cpp='$CPP $CPPFLAGS'
44282 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44283 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44284 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44285
44286
44287
44288 fi
44289 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
44290 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
44291
44292 if test "x$wx_cv_var_timezone" != x ; then
44293 cat >>confdefs.h <<_ACEOF
44294 #define WX_TIMEZONE $wx_cv_var_timezone
44295 _ACEOF
44296
44297 fi
44298
44299
44300 for ac_func in localtime
44301 do
44302 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44303 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44304 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44305 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44306 echo $ECHO_N "(cached) $ECHO_C" >&6
44307 else
44308 cat >conftest.$ac_ext <<_ACEOF
44309 /* confdefs.h. */
44310 _ACEOF
44311 cat confdefs.h >>conftest.$ac_ext
44312 cat >>conftest.$ac_ext <<_ACEOF
44313 /* end confdefs.h. */
44314 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44315 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44316 #define $ac_func innocuous_$ac_func
44317
44318 /* System header to define __stub macros and hopefully few prototypes,
44319 which can conflict with char $ac_func (); below.
44320 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44321 <limits.h> exists even on freestanding compilers. */
44322
44323 #ifdef __STDC__
44324 # include <limits.h>
44325 #else
44326 # include <assert.h>
44327 #endif
44328
44329 #undef $ac_func
44330
44331 /* Override any GCC internal prototype to avoid an error.
44332 Use char because int might match the return type of a GCC
44333 builtin and then its argument prototype would still apply. */
44334 #ifdef __cplusplus
44335 extern "C"
44336 #endif
44337 char $ac_func ();
44338 /* The GNU C library defines this for functions which it implements
44339 to always fail with ENOSYS. Some functions are actually named
44340 something starting with __ and the normal name is an alias. */
44341 #if defined __stub_$ac_func || defined __stub___$ac_func
44342 choke me
44343 #endif
44344
44345 int
44346 main ()
44347 {
44348 return $ac_func ();
44349 ;
44350 return 0;
44351 }
44352 _ACEOF
44353 rm -f conftest.$ac_objext conftest$ac_exeext
44354 if { (ac_try="$ac_link"
44355 case "(($ac_try" in
44356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44357 *) ac_try_echo=$ac_try;;
44358 esac
44359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44360 (eval "$ac_link") 2>conftest.er1
44361 ac_status=$?
44362 grep -v '^ *+' conftest.er1 >conftest.err
44363 rm -f conftest.er1
44364 cat conftest.err >&5
44365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44366 (exit $ac_status); } && {
44367 test -z "$ac_c_werror_flag" ||
44368 test ! -s conftest.err
44369 } && test -s conftest$ac_exeext &&
44370 $as_test_x conftest$ac_exeext; then
44371 eval "$as_ac_var=yes"
44372 else
44373 echo "$as_me: failed program was:" >&5
44374 sed 's/^/| /' conftest.$ac_ext >&5
44375
44376 eval "$as_ac_var=no"
44377 fi
44378
44379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44380 conftest$ac_exeext conftest.$ac_ext
44381 fi
44382 ac_res=`eval echo '${'$as_ac_var'}'`
44383 { echo "$as_me:$LINENO: result: $ac_res" >&5
44384 echo "${ECHO_T}$ac_res" >&6; }
44385 if test `eval echo '${'$as_ac_var'}'` = yes; then
44386 cat >>confdefs.h <<_ACEOF
44387 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44388 _ACEOF
44389
44390 fi
44391 done
44392
44393
44394 if test "$ac_cv_func_localtime" = "yes"; then
44395 { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
44396 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
44397 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
44398 echo $ECHO_N "(cached) $ECHO_C" >&6
44399 else
44400
44401 cat >conftest.$ac_ext <<_ACEOF
44402 /* confdefs.h. */
44403 _ACEOF
44404 cat confdefs.h >>conftest.$ac_ext
44405 cat >>conftest.$ac_ext <<_ACEOF
44406 /* end confdefs.h. */
44407
44408 #include <time.h>
44409
44410 int
44411 main ()
44412 {
44413
44414 struct tm tm;
44415 tm.tm_gmtoff++;
44416
44417 ;
44418 return 0;
44419 }
44420 _ACEOF
44421 rm -f conftest.$ac_objext
44422 if { (ac_try="$ac_compile"
44423 case "(($ac_try" in
44424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44425 *) ac_try_echo=$ac_try;;
44426 esac
44427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44428 (eval "$ac_compile") 2>conftest.er1
44429 ac_status=$?
44430 grep -v '^ *+' conftest.er1 >conftest.err
44431 rm -f conftest.er1
44432 cat conftest.err >&5
44433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44434 (exit $ac_status); } && {
44435 test -z "$ac_c_werror_flag" ||
44436 test ! -s conftest.err
44437 } && test -s conftest.$ac_objext; then
44438
44439 wx_cv_struct_tm_has_gmtoff=yes
44440
44441 else
44442 echo "$as_me: failed program was:" >&5
44443 sed 's/^/| /' conftest.$ac_ext >&5
44444
44445 wx_cv_struct_tm_has_gmtoff=no
44446
44447 fi
44448
44449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44450
44451 fi
44452 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
44453 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
44454 fi
44455
44456 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
44457 cat >>confdefs.h <<\_ACEOF
44458 #define WX_GMTOFF_IN_TM 1
44459 _ACEOF
44460
44461 fi
44462
44463 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
44464 fi
44465
44466
44467 if test "$wxUSE_SOCKETS" = "yes"; then
44468 if test "$wxUSE_MGL" = 1; then
44469 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
44470 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
44471 wxUSE_SOCKETS="no"
44472 fi
44473 fi
44474
44475 if test "$wxUSE_SOCKETS" = "yes"; then
44476 if test "$TOOLKIT" != "MSW"; then
44477 { echo "$as_me:$LINENO: checking for socket" >&5
44478 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
44479 if test "${ac_cv_func_socket+set}" = set; then
44480 echo $ECHO_N "(cached) $ECHO_C" >&6
44481 else
44482 cat >conftest.$ac_ext <<_ACEOF
44483 /* confdefs.h. */
44484 _ACEOF
44485 cat confdefs.h >>conftest.$ac_ext
44486 cat >>conftest.$ac_ext <<_ACEOF
44487 /* end confdefs.h. */
44488 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
44489 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44490 #define socket innocuous_socket
44491
44492 /* System header to define __stub macros and hopefully few prototypes,
44493 which can conflict with char socket (); below.
44494 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44495 <limits.h> exists even on freestanding compilers. */
44496
44497 #ifdef __STDC__
44498 # include <limits.h>
44499 #else
44500 # include <assert.h>
44501 #endif
44502
44503 #undef socket
44504
44505 /* Override any GCC internal prototype to avoid an error.
44506 Use char because int might match the return type of a GCC
44507 builtin and then its argument prototype would still apply. */
44508 #ifdef __cplusplus
44509 extern "C"
44510 #endif
44511 char socket ();
44512 /* The GNU C library defines this for functions which it implements
44513 to always fail with ENOSYS. Some functions are actually named
44514 something starting with __ and the normal name is an alias. */
44515 #if defined __stub_socket || defined __stub___socket
44516 choke me
44517 #endif
44518
44519 int
44520 main ()
44521 {
44522 return socket ();
44523 ;
44524 return 0;
44525 }
44526 _ACEOF
44527 rm -f conftest.$ac_objext conftest$ac_exeext
44528 if { (ac_try="$ac_link"
44529 case "(($ac_try" in
44530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44531 *) ac_try_echo=$ac_try;;
44532 esac
44533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44534 (eval "$ac_link") 2>conftest.er1
44535 ac_status=$?
44536 grep -v '^ *+' conftest.er1 >conftest.err
44537 rm -f conftest.er1
44538 cat conftest.err >&5
44539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44540 (exit $ac_status); } && {
44541 test -z "$ac_c_werror_flag" ||
44542 test ! -s conftest.err
44543 } && test -s conftest$ac_exeext &&
44544 $as_test_x conftest$ac_exeext; then
44545 ac_cv_func_socket=yes
44546 else
44547 echo "$as_me: failed program was:" >&5
44548 sed 's/^/| /' conftest.$ac_ext >&5
44549
44550 ac_cv_func_socket=no
44551 fi
44552
44553 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44554 conftest$ac_exeext conftest.$ac_ext
44555 fi
44556 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
44557 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
44558 if test $ac_cv_func_socket = yes; then
44559 :
44560 else
44561
44562 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
44563 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
44564 if test "${ac_cv_lib_socket_socket+set}" = set; then
44565 echo $ECHO_N "(cached) $ECHO_C" >&6
44566 else
44567 ac_check_lib_save_LIBS=$LIBS
44568 LIBS="-lsocket $LIBS"
44569 cat >conftest.$ac_ext <<_ACEOF
44570 /* confdefs.h. */
44571 _ACEOF
44572 cat confdefs.h >>conftest.$ac_ext
44573 cat >>conftest.$ac_ext <<_ACEOF
44574 /* end confdefs.h. */
44575
44576 /* Override any GCC internal prototype to avoid an error.
44577 Use char because int might match the return type of a GCC
44578 builtin and then its argument prototype would still apply. */
44579 #ifdef __cplusplus
44580 extern "C"
44581 #endif
44582 char socket ();
44583 int
44584 main ()
44585 {
44586 return socket ();
44587 ;
44588 return 0;
44589 }
44590 _ACEOF
44591 rm -f conftest.$ac_objext conftest$ac_exeext
44592 if { (ac_try="$ac_link"
44593 case "(($ac_try" in
44594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44595 *) ac_try_echo=$ac_try;;
44596 esac
44597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44598 (eval "$ac_link") 2>conftest.er1
44599 ac_status=$?
44600 grep -v '^ *+' conftest.er1 >conftest.err
44601 rm -f conftest.er1
44602 cat conftest.err >&5
44603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44604 (exit $ac_status); } && {
44605 test -z "$ac_c_werror_flag" ||
44606 test ! -s conftest.err
44607 } && test -s conftest$ac_exeext &&
44608 $as_test_x conftest$ac_exeext; then
44609 ac_cv_lib_socket_socket=yes
44610 else
44611 echo "$as_me: failed program was:" >&5
44612 sed 's/^/| /' conftest.$ac_ext >&5
44613
44614 ac_cv_lib_socket_socket=no
44615 fi
44616
44617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44618 conftest$ac_exeext conftest.$ac_ext
44619 LIBS=$ac_check_lib_save_LIBS
44620 fi
44621 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
44622 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
44623 if test $ac_cv_lib_socket_socket = yes; then
44624 if test "$INET_LINK" != " -lsocket"; then
44625 INET_LINK="$INET_LINK -lsocket"
44626 fi
44627 else
44628
44629 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
44630 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
44631 wxUSE_SOCKETS=no
44632
44633
44634 fi
44635
44636
44637
44638 fi
44639
44640 fi
44641 fi
44642
44643 if test "$wxUSE_SOCKETS" = "yes" ; then
44644 if test "$TOOLKIT" != "MSW"; then
44645 { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
44646 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
44647 if test "${wx_cv_type_getsockname3+set}" = set; then
44648 echo $ECHO_N "(cached) $ECHO_C" >&6
44649 else
44650
44651 ac_ext=cpp
44652 ac_cpp='$CXXCPP $CPPFLAGS'
44653 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44654 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44655 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44656
44657 cat >conftest.$ac_ext <<_ACEOF
44658 /* confdefs.h. */
44659 _ACEOF
44660 cat confdefs.h >>conftest.$ac_ext
44661 cat >>conftest.$ac_ext <<_ACEOF
44662 /* end confdefs.h. */
44663
44664 #include <sys/types.h>
44665 #include <sys/socket.h>
44666
44667 int
44668 main ()
44669 {
44670
44671 socklen_t len;
44672 getsockname(0, 0, &len);
44673
44674 ;
44675 return 0;
44676 }
44677 _ACEOF
44678 rm -f conftest.$ac_objext
44679 if { (ac_try="$ac_compile"
44680 case "(($ac_try" in
44681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44682 *) ac_try_echo=$ac_try;;
44683 esac
44684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44685 (eval "$ac_compile") 2>conftest.er1
44686 ac_status=$?
44687 grep -v '^ *+' conftest.er1 >conftest.err
44688 rm -f conftest.er1
44689 cat conftest.err >&5
44690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44691 (exit $ac_status); } && {
44692 test -z "$ac_cxx_werror_flag" ||
44693 test ! -s conftest.err
44694 } && test -s conftest.$ac_objext; then
44695 wx_cv_type_getsockname3=socklen_t
44696 else
44697 echo "$as_me: failed program was:" >&5
44698 sed 's/^/| /' conftest.$ac_ext >&5
44699
44700
44701 CFLAGS_OLD="$CFLAGS"
44702 if test "$GCC" = yes ; then
44703 CFLAGS="-Werror $CFLAGS"
44704 fi
44705
44706 cat >conftest.$ac_ext <<_ACEOF
44707 /* confdefs.h. */
44708 _ACEOF
44709 cat confdefs.h >>conftest.$ac_ext
44710 cat >>conftest.$ac_ext <<_ACEOF
44711 /* end confdefs.h. */
44712
44713 #include <sys/types.h>
44714 #include <sys/socket.h>
44715
44716 int
44717 main ()
44718 {
44719
44720 size_t len;
44721 getsockname(0, 0, &len);
44722
44723 ;
44724 return 0;
44725 }
44726 _ACEOF
44727 rm -f conftest.$ac_objext
44728 if { (ac_try="$ac_compile"
44729 case "(($ac_try" in
44730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44731 *) ac_try_echo=$ac_try;;
44732 esac
44733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44734 (eval "$ac_compile") 2>conftest.er1
44735 ac_status=$?
44736 grep -v '^ *+' conftest.er1 >conftest.err
44737 rm -f conftest.er1
44738 cat conftest.err >&5
44739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44740 (exit $ac_status); } && {
44741 test -z "$ac_cxx_werror_flag" ||
44742 test ! -s conftest.err
44743 } && test -s conftest.$ac_objext; then
44744 wx_cv_type_getsockname3=size_t
44745 else
44746 echo "$as_me: failed program was:" >&5
44747 sed 's/^/| /' conftest.$ac_ext >&5
44748
44749 cat >conftest.$ac_ext <<_ACEOF
44750 /* confdefs.h. */
44751 _ACEOF
44752 cat confdefs.h >>conftest.$ac_ext
44753 cat >>conftest.$ac_ext <<_ACEOF
44754 /* end confdefs.h. */
44755
44756 #include <sys/types.h>
44757 #include <sys/socket.h>
44758
44759 int
44760 main ()
44761 {
44762
44763 int len;
44764 getsockname(0, 0, &len);
44765
44766 ;
44767 return 0;
44768 }
44769 _ACEOF
44770 rm -f conftest.$ac_objext
44771 if { (ac_try="$ac_compile"
44772 case "(($ac_try" in
44773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44774 *) ac_try_echo=$ac_try;;
44775 esac
44776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44777 (eval "$ac_compile") 2>conftest.er1
44778 ac_status=$?
44779 grep -v '^ *+' conftest.er1 >conftest.err
44780 rm -f conftest.er1
44781 cat conftest.err >&5
44782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44783 (exit $ac_status); } && {
44784 test -z "$ac_cxx_werror_flag" ||
44785 test ! -s conftest.err
44786 } && test -s conftest.$ac_objext; then
44787 wx_cv_type_getsockname3=int
44788 else
44789 echo "$as_me: failed program was:" >&5
44790 sed 's/^/| /' conftest.$ac_ext >&5
44791
44792 wx_cv_type_getsockname3=unknown
44793
44794 fi
44795
44796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44797
44798 fi
44799
44800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44801
44802 CFLAGS="$CFLAGS_OLD"
44803
44804
44805 fi
44806
44807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44808 ac_ext=c
44809 ac_cpp='$CPP $CPPFLAGS'
44810 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44811 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44812 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44813
44814
44815 fi
44816 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
44817 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
44818
44819 if test "$wx_cv_type_getsockname3" = "unknown"; then
44820 wxUSE_SOCKETS=no
44821 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44822 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
44823 else
44824 cat >>confdefs.h <<_ACEOF
44825 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
44826 _ACEOF
44827
44828 fi
44829 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
44830 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
44831 if test "${wx_cv_type_getsockopt5+set}" = set; then
44832 echo $ECHO_N "(cached) $ECHO_C" >&6
44833 else
44834
44835 ac_ext=cpp
44836 ac_cpp='$CXXCPP $CPPFLAGS'
44837 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44838 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44839 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44840
44841 cat >conftest.$ac_ext <<_ACEOF
44842 /* confdefs.h. */
44843 _ACEOF
44844 cat confdefs.h >>conftest.$ac_ext
44845 cat >>conftest.$ac_ext <<_ACEOF
44846 /* end confdefs.h. */
44847
44848 #include <sys/types.h>
44849 #include <sys/socket.h>
44850
44851 int
44852 main ()
44853 {
44854
44855 socklen_t len;
44856 getsockopt(0, 0, 0, 0, &len);
44857
44858 ;
44859 return 0;
44860 }
44861 _ACEOF
44862 rm -f conftest.$ac_objext
44863 if { (ac_try="$ac_compile"
44864 case "(($ac_try" in
44865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44866 *) ac_try_echo=$ac_try;;
44867 esac
44868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44869 (eval "$ac_compile") 2>conftest.er1
44870 ac_status=$?
44871 grep -v '^ *+' conftest.er1 >conftest.err
44872 rm -f conftest.er1
44873 cat conftest.err >&5
44874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44875 (exit $ac_status); } && {
44876 test -z "$ac_cxx_werror_flag" ||
44877 test ! -s conftest.err
44878 } && test -s conftest.$ac_objext; then
44879 wx_cv_type_getsockopt5=socklen_t
44880 else
44881 echo "$as_me: failed program was:" >&5
44882 sed 's/^/| /' conftest.$ac_ext >&5
44883
44884
44885 cat >conftest.$ac_ext <<_ACEOF
44886 /* confdefs.h. */
44887 _ACEOF
44888 cat confdefs.h >>conftest.$ac_ext
44889 cat >>conftest.$ac_ext <<_ACEOF
44890 /* end confdefs.h. */
44891
44892 #include <sys/types.h>
44893 #include <sys/socket.h>
44894
44895 int
44896 main ()
44897 {
44898
44899 size_t len;
44900 getsockopt(0, 0, 0, 0, &len);
44901
44902 ;
44903 return 0;
44904 }
44905 _ACEOF
44906 rm -f conftest.$ac_objext
44907 if { (ac_try="$ac_compile"
44908 case "(($ac_try" in
44909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44910 *) ac_try_echo=$ac_try;;
44911 esac
44912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44913 (eval "$ac_compile") 2>conftest.er1
44914 ac_status=$?
44915 grep -v '^ *+' conftest.er1 >conftest.err
44916 rm -f conftest.er1
44917 cat conftest.err >&5
44918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44919 (exit $ac_status); } && {
44920 test -z "$ac_cxx_werror_flag" ||
44921 test ! -s conftest.err
44922 } && test -s conftest.$ac_objext; then
44923 wx_cv_type_getsockopt5=size_t
44924 else
44925 echo "$as_me: failed program was:" >&5
44926 sed 's/^/| /' conftest.$ac_ext >&5
44927
44928 cat >conftest.$ac_ext <<_ACEOF
44929 /* confdefs.h. */
44930 _ACEOF
44931 cat confdefs.h >>conftest.$ac_ext
44932 cat >>conftest.$ac_ext <<_ACEOF
44933 /* end confdefs.h. */
44934
44935 #include <sys/types.h>
44936 #include <sys/socket.h>
44937
44938 int
44939 main ()
44940 {
44941
44942 int len;
44943 getsockopt(0, 0, 0, 0, &len);
44944
44945 ;
44946 return 0;
44947 }
44948 _ACEOF
44949 rm -f conftest.$ac_objext
44950 if { (ac_try="$ac_compile"
44951 case "(($ac_try" in
44952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44953 *) ac_try_echo=$ac_try;;
44954 esac
44955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44956 (eval "$ac_compile") 2>conftest.er1
44957 ac_status=$?
44958 grep -v '^ *+' conftest.er1 >conftest.err
44959 rm -f conftest.er1
44960 cat conftest.err >&5
44961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44962 (exit $ac_status); } && {
44963 test -z "$ac_cxx_werror_flag" ||
44964 test ! -s conftest.err
44965 } && test -s conftest.$ac_objext; then
44966 wx_cv_type_getsockopt5=int
44967 else
44968 echo "$as_me: failed program was:" >&5
44969 sed 's/^/| /' conftest.$ac_ext >&5
44970
44971 wx_cv_type_getsockopt5=unknown
44972
44973 fi
44974
44975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44976
44977 fi
44978
44979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44980
44981
44982 fi
44983
44984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44985 ac_ext=c
44986 ac_cpp='$CPP $CPPFLAGS'
44987 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44988 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44989 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44990
44991
44992 fi
44993 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
44994 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
44995
44996 if test "$wx_cv_type_getsockopt5" = "unknown"; then
44997 wxUSE_SOCKETS=no
44998 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44999 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
45000 else
45001 cat >>confdefs.h <<_ACEOF
45002 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
45003 _ACEOF
45004
45005 fi
45006 fi
45007 fi
45008
45009 if test "$wxUSE_SOCKETS" = "yes" ; then
45010 if test "$wxUSE_IPV6" = "yes"; then
45011 { echo "$as_me:$LINENO: checking whether we have sockaddr_in6" >&5
45012 echo $ECHO_N "checking whether we have sockaddr_in6... $ECHO_C" >&6; }
45013 if test "${wx_cv_type_sockaddr_in6+set}" = set; then
45014 echo $ECHO_N "(cached) $ECHO_C" >&6
45015 else
45016
45017 cat >conftest.$ac_ext <<_ACEOF
45018 /* confdefs.h. */
45019 _ACEOF
45020 cat confdefs.h >>conftest.$ac_ext
45021 cat >>conftest.$ac_ext <<_ACEOF
45022 /* end confdefs.h. */
45023
45024 #include <sys/types.h>
45025 #include <sys/socket.h>
45026 #include <netinet/in.h>
45027
45028 int
45029 main ()
45030 {
45031
45032 struct sockaddr_in6 sa6;
45033
45034 ;
45035 return 0;
45036 }
45037 _ACEOF
45038 rm -f conftest.$ac_objext
45039 if { (ac_try="$ac_compile"
45040 case "(($ac_try" in
45041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45042 *) ac_try_echo=$ac_try;;
45043 esac
45044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45045 (eval "$ac_compile") 2>conftest.er1
45046 ac_status=$?
45047 grep -v '^ *+' conftest.er1 >conftest.err
45048 rm -f conftest.er1
45049 cat conftest.err >&5
45050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45051 (exit $ac_status); } && {
45052 test -z "$ac_c_werror_flag" ||
45053 test ! -s conftest.err
45054 } && test -s conftest.$ac_objext; then
45055 wx_cv_type_sockaddr_in6=yes
45056 else
45057 echo "$as_me: failed program was:" >&5
45058 sed 's/^/| /' conftest.$ac_ext >&5
45059
45060 wx_cv_type_sockaddr_in6=no
45061
45062 fi
45063
45064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45065
45066
45067 fi
45068 { echo "$as_me:$LINENO: result: $wx_cv_type_sockaddr_in6" >&5
45069 echo "${ECHO_T}$wx_cv_type_sockaddr_in6" >&6; }
45070
45071 if test "$wx_cv_type_sockaddr_in6"="yes"; then
45072 cat >>confdefs.h <<\_ACEOF
45073 #define wxUSE_IPV6 1
45074 _ACEOF
45075
45076 else
45077 { echo "$as_me:$LINENO: WARNING: IPv6 support not available... disabled" >&5
45078 echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
45079 fi
45080 fi
45081
45082 cat >>confdefs.h <<\_ACEOF
45083 #define wxUSE_SOCKETS 1
45084 _ACEOF
45085
45086 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
45087 fi
45088
45089 if test "$wxUSE_PROTOCOL" = "yes"; then
45090 if test "$wxUSE_SOCKETS" != "yes"; then
45091 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
45092 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
45093 wxUSE_PROTOCOL=no
45094 fi
45095 fi
45096
45097 if test "$wxUSE_PROTOCOL" = "yes"; then
45098 cat >>confdefs.h <<\_ACEOF
45099 #define wxUSE_PROTOCOL 1
45100 _ACEOF
45101
45102
45103 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
45104 cat >>confdefs.h <<\_ACEOF
45105 #define wxUSE_PROTOCOL_HTTP 1
45106 _ACEOF
45107
45108 fi
45109 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
45110 cat >>confdefs.h <<\_ACEOF
45111 #define wxUSE_PROTOCOL_FTP 1
45112 _ACEOF
45113
45114 fi
45115 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
45116 cat >>confdefs.h <<\_ACEOF
45117 #define wxUSE_PROTOCOL_FILE 1
45118 _ACEOF
45119
45120 fi
45121 else
45122 if test "$wxUSE_FS_INET" = "yes"; then
45123 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
45124 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
45125 wxUSE_FS_INET="no"
45126 fi
45127 fi
45128
45129 if test "$wxUSE_URL" = "yes"; then
45130 if test "$wxUSE_PROTOCOL" != "yes"; then
45131 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
45132 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
45133 wxUSE_URL=no
45134 fi
45135 if test "$wxUSE_URL" = "yes"; then
45136 cat >>confdefs.h <<\_ACEOF
45137 #define wxUSE_URL 1
45138 _ACEOF
45139
45140 fi
45141 fi
45142
45143 if test "$wxUSE_VARIANT" = "yes"; then
45144 cat >>confdefs.h <<\_ACEOF
45145 #define wxUSE_VARIANT 1
45146 _ACEOF
45147
45148 fi
45149
45150 if test "$wxUSE_FS_INET" = "yes"; then
45151 cat >>confdefs.h <<\_ACEOF
45152 #define wxUSE_FS_INET 1
45153 _ACEOF
45154
45155 fi
45156
45157
45158 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
45159 wxUSE_JOYSTICK=no
45160
45161 if test "$TOOLKIT" = "MSW"; then
45162 wxUSE_JOYSTICK=yes
45163
45164 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
45165 if test "$USE_DARWIN" = 1; then
45166 { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
45167 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
45168 ac_ext=cpp
45169 ac_cpp='$CXXCPP $CPPFLAGS'
45170 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45171 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45172 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45173
45174 cat >conftest.$ac_ext <<_ACEOF
45175 /* confdefs.h. */
45176 _ACEOF
45177 cat confdefs.h >>conftest.$ac_ext
45178 cat >>conftest.$ac_ext <<_ACEOF
45179 /* end confdefs.h. */
45180 #include <IOKit/hid/IOHIDLib.h>
45181 int
45182 main ()
45183 {
45184 IOHIDQueueInterface *qi = NULL;
45185 IOHIDCallbackFunction cb = NULL;
45186 qi->setEventCallout(NULL, cb, NULL, NULL);
45187 ;
45188 return 0;
45189 }
45190 _ACEOF
45191 rm -f conftest.$ac_objext
45192 if { (ac_try="$ac_compile"
45193 case "(($ac_try" in
45194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45195 *) ac_try_echo=$ac_try;;
45196 esac
45197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45198 (eval "$ac_compile") 2>conftest.er1
45199 ac_status=$?
45200 grep -v '^ *+' conftest.er1 >conftest.err
45201 rm -f conftest.er1
45202 cat conftest.err >&5
45203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45204 (exit $ac_status); } && {
45205 test -z "$ac_cxx_werror_flag" ||
45206 test ! -s conftest.err
45207 } && test -s conftest.$ac_objext; then
45208 wxUSE_JOYSTICK=yes
45209
45210 else
45211 echo "$as_me: failed program was:" >&5
45212 sed 's/^/| /' conftest.$ac_ext >&5
45213
45214
45215 fi
45216
45217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45218 ac_ext=c
45219 ac_cpp='$CPP $CPPFLAGS'
45220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45223
45224 { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
45225 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
45226 fi
45227
45228 else
45229 if test "$wxUSE_MGL" != 1; then
45230
45231 for ac_header in linux/joystick.h
45232 do
45233 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45234 { echo "$as_me:$LINENO: checking for $ac_header" >&5
45235 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
45236 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
45237 echo $ECHO_N "(cached) $ECHO_C" >&6
45238 else
45239 cat >conftest.$ac_ext <<_ACEOF
45240 /* confdefs.h. */
45241 _ACEOF
45242 cat confdefs.h >>conftest.$ac_ext
45243 cat >>conftest.$ac_ext <<_ACEOF
45244 /* end confdefs.h. */
45245 $ac_includes_default
45246
45247 #include <$ac_header>
45248 _ACEOF
45249 rm -f conftest.$ac_objext
45250 if { (ac_try="$ac_compile"
45251 case "(($ac_try" in
45252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45253 *) ac_try_echo=$ac_try;;
45254 esac
45255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45256 (eval "$ac_compile") 2>conftest.er1
45257 ac_status=$?
45258 grep -v '^ *+' conftest.er1 >conftest.err
45259 rm -f conftest.er1
45260 cat conftest.err >&5
45261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45262 (exit $ac_status); } && {
45263 test -z "$ac_c_werror_flag" ||
45264 test ! -s conftest.err
45265 } && test -s conftest.$ac_objext; then
45266 eval "$as_ac_Header=yes"
45267 else
45268 echo "$as_me: failed program was:" >&5
45269 sed 's/^/| /' conftest.$ac_ext >&5
45270
45271 eval "$as_ac_Header=no"
45272 fi
45273
45274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45275 fi
45276 ac_res=`eval echo '${'$as_ac_Header'}'`
45277 { echo "$as_me:$LINENO: result: $ac_res" >&5
45278 echo "${ECHO_T}$ac_res" >&6; }
45279 if test `eval echo '${'$as_ac_Header'}'` = yes; then
45280 cat >>confdefs.h <<_ACEOF
45281 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45282 _ACEOF
45283 wxUSE_JOYSTICK=yes
45284 fi
45285
45286 done
45287
45288 fi
45289 fi
45290
45291 if test "$wxUSE_JOYSTICK" = "yes"; then
45292 cat >>confdefs.h <<\_ACEOF
45293 #define wxUSE_JOYSTICK 1
45294 _ACEOF
45295
45296 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
45297 else
45298 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
45299 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
45300 fi
45301 fi
45302
45303
45304
45305 if test "$wxUSE_FONTENUM" = "yes" ; then
45306 cat >>confdefs.h <<\_ACEOF
45307 #define wxUSE_FONTENUM 1
45308 _ACEOF
45309
45310 fi
45311
45312 if test "$wxUSE_FONTMAP" = "yes" ; then
45313 cat >>confdefs.h <<\_ACEOF
45314 #define wxUSE_FONTMAP 1
45315 _ACEOF
45316
45317 fi
45318
45319 if test "$wxUSE_UNICODE" = "yes" ; then
45320 cat >>confdefs.h <<\_ACEOF
45321 #define wxUSE_UNICODE 1
45322 _ACEOF
45323
45324
45325 if test "$USE_WIN32" != 1; then
45326 wxUSE_UNICODE_MSLU=no
45327 fi
45328
45329 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
45330 { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
45331 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
45332 if test "${ac_cv_lib_unicows_main+set}" = set; then
45333 echo $ECHO_N "(cached) $ECHO_C" >&6
45334 else
45335 ac_check_lib_save_LIBS=$LIBS
45336 LIBS="-lunicows $LIBS"
45337 cat >conftest.$ac_ext <<_ACEOF
45338 /* confdefs.h. */
45339 _ACEOF
45340 cat confdefs.h >>conftest.$ac_ext
45341 cat >>conftest.$ac_ext <<_ACEOF
45342 /* end confdefs.h. */
45343
45344
45345 int
45346 main ()
45347 {
45348 return main ();
45349 ;
45350 return 0;
45351 }
45352 _ACEOF
45353 rm -f conftest.$ac_objext conftest$ac_exeext
45354 if { (ac_try="$ac_link"
45355 case "(($ac_try" in
45356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45357 *) ac_try_echo=$ac_try;;
45358 esac
45359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45360 (eval "$ac_link") 2>conftest.er1
45361 ac_status=$?
45362 grep -v '^ *+' conftest.er1 >conftest.err
45363 rm -f conftest.er1
45364 cat conftest.err >&5
45365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45366 (exit $ac_status); } && {
45367 test -z "$ac_c_werror_flag" ||
45368 test ! -s conftest.err
45369 } && test -s conftest$ac_exeext &&
45370 $as_test_x conftest$ac_exeext; then
45371 ac_cv_lib_unicows_main=yes
45372 else
45373 echo "$as_me: failed program was:" >&5
45374 sed 's/^/| /' conftest.$ac_ext >&5
45375
45376 ac_cv_lib_unicows_main=no
45377 fi
45378
45379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45380 conftest$ac_exeext conftest.$ac_ext
45381 LIBS=$ac_check_lib_save_LIBS
45382 fi
45383 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
45384 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
45385 if test $ac_cv_lib_unicows_main = yes; then
45386
45387 cat >>confdefs.h <<\_ACEOF
45388 #define wxUSE_UNICODE_MSLU 1
45389 _ACEOF
45390
45391
45392 else
45393
45394 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
45395 Applications will only run on Windows NT/2000/XP!" >&5
45396 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
45397 Applications will only run on Windows NT/2000/XP!" >&2;}
45398 wxUSE_UNICODE_MSLU=no
45399
45400 fi
45401
45402 fi
45403 fi
45404
45405 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
45406 cat >>confdefs.h <<\_ACEOF
45407 #define wxUSE_UNICODE_UTF8 1
45408 _ACEOF
45409
45410
45411 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
45412 cat >>confdefs.h <<\_ACEOF
45413 #define wxUSE_UTF8_LOCALE_ONLY 1
45414 _ACEOF
45415
45416 fi
45417 fi
45418
45419
45420 if test "$wxUSE_CONSTRAINTS" = "yes"; then
45421 cat >>confdefs.h <<\_ACEOF
45422 #define wxUSE_CONSTRAINTS 1
45423 _ACEOF
45424
45425 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
45426 fi
45427
45428 if test "$wxUSE_MDI" = "yes"; then
45429 cat >>confdefs.h <<\_ACEOF
45430 #define wxUSE_MDI 1
45431 _ACEOF
45432
45433
45434 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
45435 cat >>confdefs.h <<\_ACEOF
45436 #define wxUSE_MDI_ARCHITECTURE 1
45437 _ACEOF
45438
45439 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
45440 fi
45441 fi
45442
45443 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
45444 cat >>confdefs.h <<\_ACEOF
45445 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
45446 _ACEOF
45447
45448 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
45449 fi
45450
45451 if test "$wxUSE_HELP" = "yes"; then
45452 cat >>confdefs.h <<\_ACEOF
45453 #define wxUSE_HELP 1
45454 _ACEOF
45455
45456 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
45457
45458 if test "$wxUSE_MSW" = 1; then
45459 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
45460 cat >>confdefs.h <<\_ACEOF
45461 #define wxUSE_MS_HTML_HELP 1
45462 _ACEOF
45463
45464 fi
45465 fi
45466
45467 if test "$wxUSE_WXHTML_HELP" = "yes"; then
45468 if test "$wxUSE_HTML" = "yes"; then
45469 cat >>confdefs.h <<\_ACEOF
45470 #define wxUSE_WXHTML_HELP 1
45471 _ACEOF
45472
45473 else
45474 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
45475 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
45476 wxUSE_WXHTML_HELP=no
45477 fi
45478 fi
45479 fi
45480
45481 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
45482 cat >>confdefs.h <<\_ACEOF
45483 #define wxUSE_PRINTING_ARCHITECTURE 1
45484 _ACEOF
45485
45486 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
45487 fi
45488
45489 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
45490 cat >>confdefs.h <<\_ACEOF
45491 #define wxUSE_POSTSCRIPT 1
45492 _ACEOF
45493
45494 fi
45495
45496 cat >>confdefs.h <<\_ACEOF
45497 #define wxUSE_AFM_FOR_POSTSCRIPT 1
45498 _ACEOF
45499
45500
45501 if test "$wxUSE_SVG" = "yes"; then
45502 cat >>confdefs.h <<\_ACEOF
45503 #define wxUSE_SVG 1
45504 _ACEOF
45505
45506 fi
45507
45508
45509 if test "$wxUSE_METAFILE" = "yes"; then
45510 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
45511 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
45512 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
45513 wxUSE_METAFILE=no
45514 fi
45515 fi
45516
45517
45518 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
45519 -o "$wxUSE_CLIPBOARD" = "yes" \
45520 -o "$wxUSE_OLE" = "yes" \
45521 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
45522 { echo "$as_me:$LINENO: checking for ole2.h" >&5
45523 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
45524 if test "${ac_cv_header_ole2_h+set}" = set; then
45525 echo $ECHO_N "(cached) $ECHO_C" >&6
45526 else
45527 cat >conftest.$ac_ext <<_ACEOF
45528 /* confdefs.h. */
45529 _ACEOF
45530 cat confdefs.h >>conftest.$ac_ext
45531 cat >>conftest.$ac_ext <<_ACEOF
45532 /* end confdefs.h. */
45533
45534
45535 #include <ole2.h>
45536 _ACEOF
45537 rm -f conftest.$ac_objext
45538 if { (ac_try="$ac_compile"
45539 case "(($ac_try" in
45540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45541 *) ac_try_echo=$ac_try;;
45542 esac
45543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45544 (eval "$ac_compile") 2>conftest.er1
45545 ac_status=$?
45546 grep -v '^ *+' conftest.er1 >conftest.err
45547 rm -f conftest.er1
45548 cat conftest.err >&5
45549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45550 (exit $ac_status); } && {
45551 test -z "$ac_c_werror_flag" ||
45552 test ! -s conftest.err
45553 } && test -s conftest.$ac_objext; then
45554 ac_cv_header_ole2_h=yes
45555 else
45556 echo "$as_me: failed program was:" >&5
45557 sed 's/^/| /' conftest.$ac_ext >&5
45558
45559 ac_cv_header_ole2_h=no
45560 fi
45561
45562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45563 fi
45564 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
45565 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
45566
45567
45568
45569 if test "$ac_cv_header_ole2_h" = "yes" ; then
45570 if test "$GCC" = yes ; then
45571 { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
45572 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
45573 cat >conftest.$ac_ext <<_ACEOF
45574 /* confdefs.h. */
45575 _ACEOF
45576 cat confdefs.h >>conftest.$ac_ext
45577 cat >>conftest.$ac_ext <<_ACEOF
45578 /* end confdefs.h. */
45579 #include <windows.h>
45580 #include <ole2.h>
45581 int
45582 main ()
45583 {
45584
45585 ;
45586 return 0;
45587 }
45588 _ACEOF
45589 rm -f conftest.$ac_objext
45590 if { (ac_try="$ac_compile"
45591 case "(($ac_try" in
45592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45593 *) ac_try_echo=$ac_try;;
45594 esac
45595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45596 (eval "$ac_compile") 2>conftest.er1
45597 ac_status=$?
45598 grep -v '^ *+' conftest.er1 >conftest.err
45599 rm -f conftest.er1
45600 cat conftest.err >&5
45601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45602 (exit $ac_status); } && {
45603 test -z "$ac_c_werror_flag" ||
45604 test ! -s conftest.err
45605 } && test -s conftest.$ac_objext; then
45606 { echo "$as_me:$LINENO: result: no" >&5
45607 echo "${ECHO_T}no" >&6; }
45608 else
45609 echo "$as_me: failed program was:" >&5
45610 sed 's/^/| /' conftest.$ac_ext >&5
45611
45612 { echo "$as_me:$LINENO: result: yes" >&5
45613 echo "${ECHO_T}yes" >&6; }
45614 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
45615 fi
45616
45617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45618 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
45619 if test "$wxUSE_OLE" = "yes" ; then
45620 cat >>confdefs.h <<\_ACEOF
45621 #define wxUSE_OLE 1
45622 _ACEOF
45623
45624 cat >>confdefs.h <<\_ACEOF
45625 #define wxUSE_OLE_AUTOMATION 1
45626 _ACEOF
45627
45628 cat >>confdefs.h <<\_ACEOF
45629 #define wxUSE_ACTIVEX 1
45630 _ACEOF
45631
45632 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
45633 fi
45634 fi
45635
45636 if test "$wxUSE_DATAOBJ" = "yes" ; then
45637 cat >>confdefs.h <<\_ACEOF
45638 #define wxUSE_DATAOBJ 1
45639 _ACEOF
45640
45641 fi
45642 else
45643 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
45644 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
45645
45646 wxUSE_CLIPBOARD=no
45647 wxUSE_DRAG_AND_DROP=no
45648 wxUSE_DATAOBJ=no
45649 wxUSE_OLE=no
45650 fi
45651
45652 if test "$wxUSE_METAFILE" = "yes"; then
45653 cat >>confdefs.h <<\_ACEOF
45654 #define wxUSE_METAFILE 1
45655 _ACEOF
45656
45657
45658 cat >>confdefs.h <<\_ACEOF
45659 #define wxUSE_ENH_METAFILE 1
45660 _ACEOF
45661
45662 fi
45663 fi
45664
45665 if test "$wxUSE_IPC" = "yes"; then
45666 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
45667 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
45668 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
45669 wxUSE_IPC=no
45670 fi
45671
45672 if test "$wxUSE_IPC" = "yes"; then
45673 cat >>confdefs.h <<\_ACEOF
45674 #define wxUSE_IPC 1
45675 _ACEOF
45676
45677 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
45678 fi
45679 fi
45680
45681 if test "$wxUSE_DATAOBJ" = "yes"; then
45682 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
45683 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&5
45684 echo "$as_me: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&2;}
45685 wxUSE_DATAOBJ=no
45686 else
45687 cat >>confdefs.h <<\_ACEOF
45688 #define wxUSE_DATAOBJ 1
45689 _ACEOF
45690
45691 fi
45692 else
45693 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
45694 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
45695 wxUSE_CLIPBOARD=no
45696 wxUSE_DRAG_AND_DROP=no
45697 fi
45698
45699 if test "$wxUSE_CLIPBOARD" = "yes"; then
45700 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
45701 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
45702 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
45703 wxUSE_CLIPBOARD=no
45704 fi
45705
45706 if test "$wxUSE_CLIPBOARD" = "yes"; then
45707 cat >>confdefs.h <<\_ACEOF
45708 #define wxUSE_CLIPBOARD 1
45709 _ACEOF
45710
45711 fi
45712 fi
45713
45714 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
45715 if test "$wxUSE_GTK" = 1; then
45716 if test "$WXGTK12" != 1; then
45717 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
45718 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
45719 wxUSE_DRAG_AND_DROP=no
45720 fi
45721 fi
45722
45723 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
45724 "$wxUSE_DFB" = 1; then
45725 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
45726 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
45727 wxUSE_DRAG_AND_DROP=no
45728 fi
45729
45730 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
45731 cat >>confdefs.h <<\_ACEOF
45732 #define wxUSE_DRAG_AND_DROP 1
45733 _ACEOF
45734
45735 fi
45736
45737 fi
45738
45739 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
45740 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
45741 fi
45742
45743 if test "$wxUSE_CLIPBOARD" = "yes"; then
45744 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
45745 fi
45746
45747 if test "$wxUSE_SPLINES" = "yes" ; then
45748 cat >>confdefs.h <<\_ACEOF
45749 #define wxUSE_SPLINES 1
45750 _ACEOF
45751
45752 fi
45753
45754 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
45755 cat >>confdefs.h <<\_ACEOF
45756 #define wxUSE_MOUSEWHEEL 1
45757 _ACEOF
45758
45759 fi
45760
45761
45762 USES_CONTROLS=0
45763 if test "$wxUSE_CONTROLS" = "yes"; then
45764 USES_CONTROLS=1
45765 fi
45766
45767 if test "$wxUSE_ACCEL" = "yes"; then
45768 cat >>confdefs.h <<\_ACEOF
45769 #define wxUSE_ACCEL 1
45770 _ACEOF
45771
45772 USES_CONTROLS=1
45773 fi
45774
45775 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
45776 cat >>confdefs.h <<\_ACEOF
45777 #define wxUSE_ANIMATIONCTRL 1
45778 _ACEOF
45779
45780 USES_CONTROLS=1
45781 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
45782 fi
45783
45784 if test "$wxUSE_BUTTON" = "yes"; then
45785 cat >>confdefs.h <<\_ACEOF
45786 #define wxUSE_BUTTON 1
45787 _ACEOF
45788
45789 USES_CONTROLS=1
45790 fi
45791
45792 if test "$wxUSE_BMPBUTTON" = "yes"; then
45793 cat >>confdefs.h <<\_ACEOF
45794 #define wxUSE_BMPBUTTON 1
45795 _ACEOF
45796
45797 USES_CONTROLS=1
45798 fi
45799
45800 if test "$wxUSE_CALCTRL" = "yes"; then
45801 cat >>confdefs.h <<\_ACEOF
45802 #define wxUSE_CALENDARCTRL 1
45803 _ACEOF
45804
45805 USES_CONTROLS=1
45806 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
45807 fi
45808
45809 if test "$wxUSE_CARET" = "yes"; then
45810 cat >>confdefs.h <<\_ACEOF
45811 #define wxUSE_CARET 1
45812 _ACEOF
45813
45814 USES_CONTROLS=1
45815 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
45816 fi
45817
45818 if test "$wxUSE_COLLPANE" = "yes"; then
45819 cat >>confdefs.h <<\_ACEOF
45820 #define wxUSE_COLLPANE 1
45821 _ACEOF
45822
45823 USES_CONTROLS=1
45824 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
45825 fi
45826
45827 if test "$wxUSE_COMBOBOX" = "yes"; then
45828 cat >>confdefs.h <<\_ACEOF
45829 #define wxUSE_COMBOBOX 1
45830 _ACEOF
45831
45832 USES_CONTROLS=1
45833 fi
45834
45835 if test "$wxUSE_COMBOCTRL" = "yes"; then
45836 cat >>confdefs.h <<\_ACEOF
45837 #define wxUSE_COMBOCTRL 1
45838 _ACEOF
45839
45840 USES_CONTROLS=1
45841 fi
45842
45843 if test "$wxUSE_CHOICE" = "yes"; then
45844 cat >>confdefs.h <<\_ACEOF
45845 #define wxUSE_CHOICE 1
45846 _ACEOF
45847
45848 USES_CONTROLS=1
45849 fi
45850
45851 if test "$wxUSE_CHOICEBOOK" = "yes"; then
45852 cat >>confdefs.h <<\_ACEOF
45853 #define wxUSE_CHOICEBOOK 1
45854 _ACEOF
45855
45856 USES_CONTROLS=1
45857 fi
45858
45859 if test "$wxUSE_CHECKBOX" = "yes"; then
45860 cat >>confdefs.h <<\_ACEOF
45861 #define wxUSE_CHECKBOX 1
45862 _ACEOF
45863
45864 USES_CONTROLS=1
45865 fi
45866
45867 if test "$wxUSE_CHECKLST" = "yes"; then
45868 cat >>confdefs.h <<\_ACEOF
45869 #define wxUSE_CHECKLISTBOX 1
45870 _ACEOF
45871
45872 USES_CONTROLS=1
45873 fi
45874
45875 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
45876 cat >>confdefs.h <<\_ACEOF
45877 #define wxUSE_COLOURPICKERCTRL 1
45878 _ACEOF
45879
45880 USES_CONTROLS=1
45881 fi
45882
45883 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
45884 cat >>confdefs.h <<\_ACEOF
45885 #define wxUSE_DATEPICKCTRL 1
45886 _ACEOF
45887
45888 USES_CONTROLS=1
45889 fi
45890
45891 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
45892 cat >>confdefs.h <<\_ACEOF
45893 #define wxUSE_DIRPICKERCTRL 1
45894 _ACEOF
45895
45896 USES_CONTROLS=1
45897 fi
45898
45899 if test "$wxUSE_FILECTRL" = "yes"; then
45900 cat >>confdefs.h <<\_ACEOF
45901 #define wxUSE_FILECTRL 1
45902 _ACEOF
45903
45904 USES_CONTROLS=1
45905 fi
45906
45907 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
45908 cat >>confdefs.h <<\_ACEOF
45909 #define wxUSE_FILEPICKERCTRL 1
45910 _ACEOF
45911
45912 USES_CONTROLS=1
45913 fi
45914
45915 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
45916 cat >>confdefs.h <<\_ACEOF
45917 #define wxUSE_FONTPICKERCTRL 1
45918 _ACEOF
45919
45920 USES_CONTROLS=1
45921 fi
45922
45923 if test "$wxUSE_DISPLAY" = "yes"; then
45924 if test "$wxUSE_DFB" = 1 -o "$wxUSE_MGL" = 1; then
45925 { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
45926 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
45927 wxUSE_DISPLAY=no
45928 else
45929 cat >>confdefs.h <<\_ACEOF
45930 #define wxUSE_DISPLAY 1
45931 _ACEOF
45932
45933 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
45934 fi
45935 fi
45936
45937 if test "$wxUSE_DETECT_SM" = "yes"; then
45938 cat >>confdefs.h <<\_ACEOF
45939 #define wxUSE_DETECT_SM 1
45940 _ACEOF
45941
45942 fi
45943
45944 if test "$wxUSE_GAUGE" = "yes"; then
45945 cat >>confdefs.h <<\_ACEOF
45946 #define wxUSE_GAUGE 1
45947 _ACEOF
45948
45949 USES_CONTROLS=1
45950 fi
45951
45952 if test "$wxUSE_GRID" = "yes"; then
45953 cat >>confdefs.h <<\_ACEOF
45954 #define wxUSE_GRID 1
45955 _ACEOF
45956
45957 USES_CONTROLS=1
45958 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
45959 fi
45960
45961 if test "$wxUSE_HEADERCTRL" = "yes"; then
45962 cat >>confdefs.h <<\_ACEOF
45963 #define wxUSE_HEADERCTRL 1
45964 _ACEOF
45965
45966 USES_CONTROLS=1
45967 fi
45968
45969 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
45970 cat >>confdefs.h <<\_ACEOF
45971 #define wxUSE_HYPERLINKCTRL 1
45972 _ACEOF
45973
45974 USES_CONTROLS=1
45975 fi
45976
45977 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
45978 cat >>confdefs.h <<\_ACEOF
45979 #define wxUSE_BITMAPCOMBOBOX 1
45980 _ACEOF
45981
45982 USES_CONTROLS=1
45983 fi
45984
45985 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
45986 cat >>confdefs.h <<\_ACEOF
45987 #define wxUSE_DATAVIEWCTRL 1
45988 _ACEOF
45989
45990 USES_CONTROLS=1
45991 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
45992 fi
45993
45994 if test "$wxUSE_IMAGLIST" = "yes"; then
45995 cat >>confdefs.h <<\_ACEOF
45996 #define wxUSE_IMAGLIST 1
45997 _ACEOF
45998
45999 fi
46000
46001 if test "$wxUSE_INFOBAR" = "yes"; then
46002 cat >>confdefs.h <<\_ACEOF
46003 #define wxUSE_INFOBAR 1
46004 _ACEOF
46005
46006 fi
46007
46008 if test "$wxUSE_LISTBOOK" = "yes"; then
46009 cat >>confdefs.h <<\_ACEOF
46010 #define wxUSE_LISTBOOK 1
46011 _ACEOF
46012
46013 USES_CONTROLS=1
46014 fi
46015
46016 if test "$wxUSE_LISTBOX" = "yes"; then
46017 cat >>confdefs.h <<\_ACEOF
46018 #define wxUSE_LISTBOX 1
46019 _ACEOF
46020
46021 USES_CONTROLS=1
46022 fi
46023
46024 if test "$wxUSE_LISTCTRL" = "yes"; then
46025 if test "$wxUSE_IMAGLIST" = "yes"; then
46026 cat >>confdefs.h <<\_ACEOF
46027 #define wxUSE_LISTCTRL 1
46028 _ACEOF
46029
46030 USES_CONTROLS=1
46031 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
46032 else
46033 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
46034 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
46035 fi
46036 fi
46037
46038 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
46039 cat >>confdefs.h <<\_ACEOF
46040 #define wxUSE_EDITABLELISTBOX 1
46041 _ACEOF
46042
46043 USES_CONTROLS=1
46044 fi
46045
46046 if test "$wxUSE_NOTEBOOK" = "yes"; then
46047 cat >>confdefs.h <<\_ACEOF
46048 #define wxUSE_NOTEBOOK 1
46049 _ACEOF
46050
46051 USES_CONTROLS=1
46052 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
46053 fi
46054
46055 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
46056 cat >>confdefs.h <<\_ACEOF
46057 #define wxUSE_NOTIFICATION_MESSAGE 1
46058 _ACEOF
46059
46060 fi
46061
46062 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
46063 cat >>confdefs.h <<\_ACEOF
46064 #define wxUSE_ODCOMBOBOX 1
46065 _ACEOF
46066
46067 USES_CONTROLS=1
46068 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
46069 fi
46070
46071 if test "$wxUSE_RADIOBOX" = "yes"; then
46072 cat >>confdefs.h <<\_ACEOF
46073 #define wxUSE_RADIOBOX 1
46074 _ACEOF
46075
46076 USES_CONTROLS=1
46077 fi
46078
46079 if test "$wxUSE_RADIOBTN" = "yes"; then
46080 cat >>confdefs.h <<\_ACEOF
46081 #define wxUSE_RADIOBTN 1
46082 _ACEOF
46083
46084 USES_CONTROLS=1
46085 fi
46086
46087 if test "$wxUSE_REARRANGECTRL" = "yes"; then
46088 cat >>confdefs.h <<\_ACEOF
46089 #define wxUSE_REARRANGECTRL 1
46090 _ACEOF
46091
46092 fi
46093
46094 if test "$wxUSE_SASH" = "yes"; then
46095 cat >>confdefs.h <<\_ACEOF
46096 #define wxUSE_SASH 1
46097 _ACEOF
46098
46099 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
46100 fi
46101
46102 if test "$wxUSE_SCROLLBAR" = "yes"; then
46103 cat >>confdefs.h <<\_ACEOF
46104 #define wxUSE_SCROLLBAR 1
46105 _ACEOF
46106
46107 USES_CONTROLS=1
46108 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
46109 fi
46110
46111 if test "$wxUSE_SEARCHCTRL" = "yes"; then
46112 cat >>confdefs.h <<\_ACEOF
46113 #define wxUSE_SEARCHCTRL 1
46114 _ACEOF
46115
46116 USES_CONTROLS=1
46117 fi
46118
46119 if test "$wxUSE_SLIDER" = "yes"; then
46120 cat >>confdefs.h <<\_ACEOF
46121 #define wxUSE_SLIDER 1
46122 _ACEOF
46123
46124 USES_CONTROLS=1
46125 fi
46126
46127 if test "$wxUSE_SPINBTN" = "yes"; then
46128 cat >>confdefs.h <<\_ACEOF
46129 #define wxUSE_SPINBTN 1
46130 _ACEOF
46131
46132 USES_CONTROLS=1
46133 fi
46134
46135 if test "$wxUSE_SPINCTRL" = "yes"; then
46136 cat >>confdefs.h <<\_ACEOF
46137 #define wxUSE_SPINCTRL 1
46138 _ACEOF
46139
46140 USES_CONTROLS=1
46141 fi
46142
46143 if test "$wxUSE_SPLITTER" = "yes"; then
46144 cat >>confdefs.h <<\_ACEOF
46145 #define wxUSE_SPLITTER 1
46146 _ACEOF
46147
46148 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
46149 fi
46150
46151 if test "$wxUSE_STATBMP" = "yes"; then
46152 cat >>confdefs.h <<\_ACEOF
46153 #define wxUSE_STATBMP 1
46154 _ACEOF
46155
46156 USES_CONTROLS=1
46157 fi
46158
46159 if test "$wxUSE_STATBOX" = "yes"; then
46160 cat >>confdefs.h <<\_ACEOF
46161 #define wxUSE_STATBOX 1
46162 _ACEOF
46163
46164 USES_CONTROLS=1
46165 fi
46166
46167 if test "$wxUSE_STATTEXT" = "yes"; then
46168 cat >>confdefs.h <<\_ACEOF
46169 #define wxUSE_STATTEXT 1
46170 _ACEOF
46171
46172 USES_CONTROLS=1
46173 fi
46174
46175 if test "$wxUSE_STATLINE" = "yes"; then
46176 cat >>confdefs.h <<\_ACEOF
46177 #define wxUSE_STATLINE 1
46178 _ACEOF
46179
46180 USES_CONTROLS=1
46181 fi
46182
46183 if test "$wxUSE_STATUSBAR" = "yes"; then
46184 cat >>confdefs.h <<\_ACEOF
46185 #define wxUSE_NATIVE_STATUSBAR 1
46186 _ACEOF
46187
46188 cat >>confdefs.h <<\_ACEOF
46189 #define wxUSE_STATUSBAR 1
46190 _ACEOF
46191
46192 USES_CONTROLS=1
46193
46194 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
46195 fi
46196
46197 if test "$wxUSE_TEXTCTRL" = "yes"; then
46198 cat >>confdefs.h <<\_ACEOF
46199 #define wxUSE_TEXTCTRL 1
46200 _ACEOF
46201
46202 USES_CONTROLS=1
46203 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
46204
46205 cat >>confdefs.h <<\_ACEOF
46206 #define wxUSE_RICHEDIT 1
46207 _ACEOF
46208
46209 cat >>confdefs.h <<\_ACEOF
46210 #define wxUSE_RICHEDIT2 1
46211 _ACEOF
46212
46213 fi
46214
46215 if test "$wxUSE_TOGGLEBTN" = "yes"; then
46216 if test "$wxUSE_COCOA" = 1 ; then
46217 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
46218 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
46219 wxUSE_TOGGLEBTN=no
46220 fi
46221
46222 if test "$wxUSE_TOGGLEBTN" = "yes"; then
46223 cat >>confdefs.h <<\_ACEOF
46224 #define wxUSE_TOGGLEBTN 1
46225 _ACEOF
46226
46227 USES_CONTROLS=1
46228 fi
46229 fi
46230
46231 if test "$wxUSE_TOOLBAR" = "yes"; then
46232 cat >>confdefs.h <<\_ACEOF
46233 #define wxUSE_TOOLBAR 1
46234 _ACEOF
46235
46236 USES_CONTROLS=1
46237
46238 if test "$wxUSE_UNIVERSAL" = "yes"; then
46239 wxUSE_TOOLBAR_NATIVE="no"
46240 else
46241 wxUSE_TOOLBAR_NATIVE="yes"
46242 cat >>confdefs.h <<\_ACEOF
46243 #define wxUSE_TOOLBAR_NATIVE 1
46244 _ACEOF
46245
46246 fi
46247
46248 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
46249 fi
46250
46251 if test "$wxUSE_TOOLTIPS" = "yes"; then
46252 if test "$wxUSE_MOTIF" = 1; then
46253 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
46254 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
46255 else
46256 if test "$wxUSE_UNIVERSAL" = "yes"; then
46257 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
46258 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
46259 else
46260 cat >>confdefs.h <<\_ACEOF
46261 #define wxUSE_TOOLTIPS 1
46262 _ACEOF
46263
46264 fi
46265 fi
46266 fi
46267
46268 if test "$wxUSE_TREEBOOK" = "yes"; then
46269 cat >>confdefs.h <<\_ACEOF
46270 #define wxUSE_TREEBOOK 1
46271 _ACEOF
46272
46273 USES_CONTROLS=1
46274 fi
46275
46276 if test "$wxUSE_TOOLBOOK" = "yes"; then
46277 cat >>confdefs.h <<\_ACEOF
46278 #define wxUSE_TOOLBOOK 1
46279 _ACEOF
46280
46281 USES_CONTROLS=1
46282 fi
46283
46284 if test "$wxUSE_TREECTRL" = "yes"; then
46285 if test "$wxUSE_IMAGLIST" = "yes"; then
46286 cat >>confdefs.h <<\_ACEOF
46287 #define wxUSE_TREECTRL 1
46288 _ACEOF
46289
46290 USES_CONTROLS=1
46291 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
46292 else
46293 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
46294 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
46295 fi
46296 fi
46297
46298 if test "$wxUSE_POPUPWIN" = "yes"; then
46299 if test "$wxUSE_COCOA" = 1 ; then
46300 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
46301 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
46302 else
46303 if test "$wxUSE_PM" = 1; then
46304 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
46305 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
46306 else
46307 cat >>confdefs.h <<\_ACEOF
46308 #define wxUSE_POPUPWIN 1
46309 _ACEOF
46310
46311 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
46312
46313 USES_CONTROLS=1
46314 fi
46315 fi
46316 fi
46317
46318 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
46319 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
46320 { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
46321 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
46322 else
46323 cat >>confdefs.h <<\_ACEOF
46324 #define wxUSE_DIALUP_MANAGER 1
46325 _ACEOF
46326
46327 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
46328 fi
46329 fi
46330
46331 if test "$wxUSE_TIPWINDOW" = "yes"; then
46332 if test "$wxUSE_PM" = 1; then
46333 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
46334 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
46335 else
46336 cat >>confdefs.h <<\_ACEOF
46337 #define wxUSE_TIPWINDOW 1
46338 _ACEOF
46339
46340 fi
46341 fi
46342
46343 if test "$USES_CONTROLS" = 1; then
46344 cat >>confdefs.h <<\_ACEOF
46345 #define wxUSE_CONTROLS 1
46346 _ACEOF
46347
46348 fi
46349
46350
46351 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
46352 cat >>confdefs.h <<\_ACEOF
46353 #define wxUSE_ACCESSIBILITY 1
46354 _ACEOF
46355
46356 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
46357 fi
46358
46359 if test "$wxUSE_DRAGIMAGE" = "yes"; then
46360 cat >>confdefs.h <<\_ACEOF
46361 #define wxUSE_DRAGIMAGE 1
46362 _ACEOF
46363
46364 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
46365 fi
46366
46367 if test "$wxUSE_EXCEPTIONS" = "yes"; then
46368 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
46369 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
46370 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
46371 else
46372 cat >>confdefs.h <<\_ACEOF
46373 #define wxUSE_EXCEPTIONS 1
46374 _ACEOF
46375
46376 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
46377 fi
46378 fi
46379
46380 USE_HTML=0
46381 if test "$wxUSE_HTML" = "yes"; then
46382 cat >>confdefs.h <<\_ACEOF
46383 #define wxUSE_HTML 1
46384 _ACEOF
46385
46386 USE_HTML=1
46387 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
46388 fi
46389 if test "$wxUSE_WEBKIT" = "yes"; then
46390 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
46391 old_CPPFLAGS="$CPPFLAGS"
46392 CPPFLAGS="-x objective-c++ $CPPFLAGS"
46393 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
46394 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
46395 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
46396 echo $ECHO_N "(cached) $ECHO_C" >&6
46397 else
46398 cat >conftest.$ac_ext <<_ACEOF
46399 /* confdefs.h. */
46400 _ACEOF
46401 cat confdefs.h >>conftest.$ac_ext
46402 cat >>conftest.$ac_ext <<_ACEOF
46403 /* end confdefs.h. */
46404
46405 #include <Carbon/Carbon.h>
46406 #include <WebKit/WebKit.h>
46407
46408
46409 #include <WebKit/HIWebView.h>
46410 _ACEOF
46411 rm -f conftest.$ac_objext
46412 if { (ac_try="$ac_compile"
46413 case "(($ac_try" in
46414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46415 *) ac_try_echo=$ac_try;;
46416 esac
46417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46418 (eval "$ac_compile") 2>conftest.er1
46419 ac_status=$?
46420 grep -v '^ *+' conftest.er1 >conftest.err
46421 rm -f conftest.er1
46422 cat conftest.err >&5
46423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46424 (exit $ac_status); } && {
46425 test -z "$ac_c_werror_flag" ||
46426 test ! -s conftest.err
46427 } && test -s conftest.$ac_objext; then
46428 ac_cv_header_WebKit_HIWebView_h=yes
46429 else
46430 echo "$as_me: failed program was:" >&5
46431 sed 's/^/| /' conftest.$ac_ext >&5
46432
46433 ac_cv_header_WebKit_HIWebView_h=no
46434 fi
46435
46436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46437 fi
46438 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
46439 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
46440 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
46441
46442 cat >>confdefs.h <<\_ACEOF
46443 #define wxUSE_WEBKIT 1
46444 _ACEOF
46445
46446 WEBKIT_LINK="-framework WebKit"
46447
46448 else
46449
46450 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
46451 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
46452 wxUSE_WEBKIT=no
46453
46454 fi
46455
46456
46457 CPPFLAGS="$old_CPPFLAGS"
46458 elif test "$wxUSE_COCOA" = 1; then
46459 cat >>confdefs.h <<\_ACEOF
46460 #define wxUSE_WEBKIT 1
46461 _ACEOF
46462
46463 else
46464 wxUSE_WEBKIT=no
46465 fi
46466 if test "$wxUSE_WEBKIT" = "yes"; then
46467 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
46468 fi
46469 fi
46470
46471 USE_XRC=0
46472 if test "$wxUSE_XRC" = "yes"; then
46473 if test "$wxUSE_XML" != "yes"; then
46474 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
46475 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
46476 wxUSE_XRC=no
46477 else
46478 cat >>confdefs.h <<\_ACEOF
46479 #define wxUSE_XRC 1
46480 _ACEOF
46481
46482 USE_XRC=1
46483 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
46484 fi
46485 fi
46486
46487 USE_AUI=0
46488 if test "$wxUSE_AUI" = "yes"; then
46489 cat >>confdefs.h <<\_ACEOF
46490 #define wxUSE_AUI 1
46491 _ACEOF
46492
46493 USE_AUI=1
46494 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
46495 fi
46496
46497 USE_PROPGRID=0
46498 if test "$wxUSE_PROPGRID" = "yes"; then
46499 cat >>confdefs.h <<\_ACEOF
46500 #define wxUSE_PROPGRID 1
46501 _ACEOF
46502
46503 USE_PROPGRID=1
46504 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
46505 fi
46506
46507 USE_RIBBON=0
46508 if test "$wxUSE_RIBBON" = "yes"; then
46509 cat >>confdefs.h <<\_ACEOF
46510 #define wxUSE_RIBBON 1
46511 _ACEOF
46512
46513 USE_RIBBON=1
46514 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
46515 fi
46516
46517 USE_STC=0
46518 if test "$wxUSE_STC" = "yes"; then
46519 cat >>confdefs.h <<\_ACEOF
46520 #define wxUSE_STC 1
46521 _ACEOF
46522
46523 USE_STC=1
46524 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
46525
46526 # Extract the first word of "python", so it can be a program name with args.
46527 set dummy python; ac_word=$2
46528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
46529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
46530 if test "${ac_cv_path_PYTHON+set}" = set; then
46531 echo $ECHO_N "(cached) $ECHO_C" >&6
46532 else
46533 case $PYTHON in
46534 [\\/]* | ?:[\\/]*)
46535 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
46536 ;;
46537 *)
46538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46539 for as_dir in $PATH
46540 do
46541 IFS=$as_save_IFS
46542 test -z "$as_dir" && as_dir=.
46543 for ac_exec_ext in '' $ac_executable_extensions; do
46544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
46545 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
46546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46547 break 2
46548 fi
46549 done
46550 done
46551 IFS=$as_save_IFS
46552
46553 ;;
46554 esac
46555 fi
46556 PYTHON=$ac_cv_path_PYTHON
46557 if test -n "$PYTHON"; then
46558 { echo "$as_me:$LINENO: result: $PYTHON" >&5
46559 echo "${ECHO_T}$PYTHON" >&6; }
46560 else
46561 { echo "$as_me:$LINENO: result: no" >&5
46562 echo "${ECHO_T}no" >&6; }
46563 fi
46564
46565
46566 if test "x$PYTHON" = "x"; then
46567 COND_PYTHON="#"
46568 fi
46569
46570 fi
46571
46572 if test "$wxUSE_MENUS" = "yes"; then
46573 cat >>confdefs.h <<\_ACEOF
46574 #define wxUSE_MENUS 1
46575 _ACEOF
46576
46577 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
46578 fi
46579
46580 if test "$wxUSE_METAFILE" = "yes"; then
46581 cat >>confdefs.h <<\_ACEOF
46582 #define wxUSE_METAFILE 1
46583 _ACEOF
46584
46585 fi
46586
46587 if test "$wxUSE_MIMETYPE" = "yes"; then
46588 cat >>confdefs.h <<\_ACEOF
46589 #define wxUSE_MIMETYPE 1
46590 _ACEOF
46591
46592 fi
46593
46594 if test "$wxUSE_MINIFRAME" = "yes"; then
46595 cat >>confdefs.h <<\_ACEOF
46596 #define wxUSE_MINIFRAME 1
46597 _ACEOF
46598
46599 fi
46600
46601 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
46602 cat >>confdefs.h <<\_ACEOF
46603 #define wxUSE_SYSTEM_OPTIONS 1
46604 _ACEOF
46605
46606 fi
46607
46608 if test "$wxUSE_TASKBARICON" = "yes"; then
46609 cat >>confdefs.h <<\_ACEOF
46610 #define wxUSE_TASKBARICON 1
46611 _ACEOF
46612
46613 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
46614 fi
46615
46616
46617 if test "$wxUSE_VALIDATORS" = "yes"; then
46618 cat >>confdefs.h <<\_ACEOF
46619 #define wxUSE_VALIDATORS 1
46620 _ACEOF
46621
46622 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
46623 fi
46624
46625 if test "$wxUSE_PALETTE" = "yes" ; then
46626 if test "$wxUSE_DFB" = 1; then
46627 { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
46628 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
46629 wxUSE_PALETTE=no
46630 else
46631 cat >>confdefs.h <<\_ACEOF
46632 #define wxUSE_PALETTE 1
46633 _ACEOF
46634
46635 fi
46636 fi
46637
46638 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
46639 LIBS=" -lunicows $LIBS"
46640 fi
46641
46642 USE_RICHTEXT=0
46643 if test "$wxUSE_RICHTEXT" = "yes"; then
46644 cat >>confdefs.h <<\_ACEOF
46645 #define wxUSE_RICHTEXT 1
46646 _ACEOF
46647
46648 USE_RICHTEXT=1
46649 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
46650 fi
46651
46652
46653 if test "$wxUSE_IMAGE" = "yes" ; then
46654 cat >>confdefs.h <<\_ACEOF
46655 #define wxUSE_IMAGE 1
46656 _ACEOF
46657
46658
46659 if test "$wxUSE_GIF" = "yes" ; then
46660 cat >>confdefs.h <<\_ACEOF
46661 #define wxUSE_GIF 1
46662 _ACEOF
46663
46664 fi
46665
46666 if test "$wxUSE_PCX" = "yes" ; then
46667 cat >>confdefs.h <<\_ACEOF
46668 #define wxUSE_PCX 1
46669 _ACEOF
46670
46671 fi
46672
46673 if test "$wxUSE_TGA" = "yes" ; then
46674 cat >>confdefs.h <<\_ACEOF
46675 #define wxUSE_TGA 1
46676 _ACEOF
46677
46678 fi
46679
46680 if test "$wxUSE_IFF" = "yes" ; then
46681 cat >>confdefs.h <<\_ACEOF
46682 #define wxUSE_IFF 1
46683 _ACEOF
46684
46685 fi
46686
46687 if test "$wxUSE_PNM" = "yes" ; then
46688 cat >>confdefs.h <<\_ACEOF
46689 #define wxUSE_PNM 1
46690 _ACEOF
46691
46692 fi
46693
46694 if test "$wxUSE_XPM" = "yes" ; then
46695 cat >>confdefs.h <<\_ACEOF
46696 #define wxUSE_XPM 1
46697 _ACEOF
46698
46699 fi
46700
46701 if test "$wxUSE_ICO_CUR" = "yes" ; then
46702 cat >>confdefs.h <<\_ACEOF
46703 #define wxUSE_ICO_CUR 1
46704 _ACEOF
46705
46706 fi
46707 fi
46708
46709
46710 if test "$wxUSE_ABOUTDLG" = "yes"; then
46711 cat >>confdefs.h <<\_ACEOF
46712 #define wxUSE_ABOUTDLG 1
46713 _ACEOF
46714
46715 fi
46716
46717 if test "$wxUSE_CHOICEDLG" = "yes"; then
46718 cat >>confdefs.h <<\_ACEOF
46719 #define wxUSE_CHOICEDLG 1
46720 _ACEOF
46721
46722 fi
46723
46724 if test "$wxUSE_COLOURDLG" = "yes"; then
46725 cat >>confdefs.h <<\_ACEOF
46726 #define wxUSE_COLOURDLG 1
46727 _ACEOF
46728
46729 fi
46730
46731 if test "$wxUSE_FILEDLG" = "yes"; then
46732 cat >>confdefs.h <<\_ACEOF
46733 #define wxUSE_FILEDLG 1
46734 _ACEOF
46735
46736 fi
46737
46738 if test "$wxUSE_FINDREPLDLG" = "yes"; then
46739 cat >>confdefs.h <<\_ACEOF
46740 #define wxUSE_FINDREPLDLG 1
46741 _ACEOF
46742
46743 fi
46744
46745 if test "$wxUSE_FONTDLG" = "yes"; then
46746 cat >>confdefs.h <<\_ACEOF
46747 #define wxUSE_FONTDLG 1
46748 _ACEOF
46749
46750 fi
46751
46752 if test "$wxUSE_DIRDLG" = "yes"; then
46753 if test "$wxUSE_TREECTRL" != "yes"; then
46754 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
46755 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
46756 else
46757 cat >>confdefs.h <<\_ACEOF
46758 #define wxUSE_DIRDLG 1
46759 _ACEOF
46760
46761 fi
46762 fi
46763
46764 if test "$wxUSE_MSGDLG" = "yes"; then
46765 cat >>confdefs.h <<\_ACEOF
46766 #define wxUSE_MSGDLG 1
46767 _ACEOF
46768
46769 fi
46770
46771 if test "$wxUSE_NUMBERDLG" = "yes"; then
46772 cat >>confdefs.h <<\_ACEOF
46773 #define wxUSE_NUMBERDLG 1
46774 _ACEOF
46775
46776 fi
46777
46778 if test "$wxUSE_PROGRESSDLG" = "yes"; then
46779 cat >>confdefs.h <<\_ACEOF
46780 #define wxUSE_PROGRESSDLG 1
46781 _ACEOF
46782
46783 fi
46784
46785 if test "$wxUSE_SPLASH" = "yes"; then
46786 cat >>confdefs.h <<\_ACEOF
46787 #define wxUSE_SPLASH 1
46788 _ACEOF
46789
46790 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
46791 fi
46792
46793 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
46794 cat >>confdefs.h <<\_ACEOF
46795 #define wxUSE_STARTUP_TIPS 1
46796 _ACEOF
46797
46798 fi
46799
46800 if test "$wxUSE_TEXTDLG" = "yes"; then
46801 cat >>confdefs.h <<\_ACEOF
46802 #define wxUSE_TEXTDLG 1
46803 _ACEOF
46804
46805 fi
46806
46807 if test "$wxUSE_WIZARDDLG" = "yes"; then
46808 cat >>confdefs.h <<\_ACEOF
46809 #define wxUSE_WIZARDDLG 1
46810 _ACEOF
46811
46812 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
46813 fi
46814
46815
46816 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
46817 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
46818 cat >>confdefs.h <<\_ACEOF
46819 #define wxUSE_OWNER_DRAWN 1
46820 _ACEOF
46821
46822 fi
46823 fi
46824
46825
46826 if test "$wxUSE_MSW" = 1 ; then
46827
46828 if test "$wxUSE_DC_CACHEING" = "yes"; then
46829 cat >>confdefs.h <<\_ACEOF
46830 #define wxUSE_DC_CACHEING 1
46831 _ACEOF
46832
46833 fi
46834
46835 if test "$wxUSE_DIB" = "yes"; then
46836 cat >>confdefs.h <<\_ACEOF
46837 #define wxUSE_WXDIB 1
46838 _ACEOF
46839
46840 fi
46841
46842 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
46843 cat >>confdefs.h <<\_ACEOF
46844 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
46845 _ACEOF
46846
46847 fi
46848
46849 if test "$wxUSE_UXTHEME" = "yes"; then
46850 cat >>confdefs.h <<\_ACEOF
46851 #define wxUSE_UXTHEME 1
46852 _ACEOF
46853
46854 fi
46855
46856 fi
46857
46858 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
46859 cat >>confdefs.h <<\_ACEOF
46860 #define wxUSE_AUTOID_MANAGEMENT 1
46861 _ACEOF
46862
46863 fi
46864
46865 if test "$USE_WIN32" = 1 ; then
46866 if test "$wxUSE_INICONF" = "yes"; then
46867 cat >>confdefs.h <<\_ACEOF
46868 #define wxUSE_INICONF 1
46869 _ACEOF
46870
46871 fi
46872
46873 if test "$wxUSE_REGKEY" = "yes"; then
46874 cat >>confdefs.h <<\_ACEOF
46875 #define wxUSE_REGKEY 1
46876 _ACEOF
46877
46878 fi
46879 fi
46880
46881
46882 if test "$wxUSE_MAC" = 1; then
46883 wxUSE_GRAPHICS_CONTEXT="yes"
46884 fi
46885
46886 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
46887 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
46888 cat >>confdefs.h <<\_ACEOF
46889 #define wxUSE_GRAPHICS_CONTEXT 1
46890 _ACEOF
46891
46892 elif test "$wxUSE_GTK" != 1; then
46893 cat >>confdefs.h <<\_ACEOF
46894 #define wxUSE_GRAPHICS_CONTEXT 1
46895 _ACEOF
46896
46897 else
46898
46899 pkg_failed=no
46900 { echo "$as_me:$LINENO: checking for CAIRO" >&5
46901 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
46902
46903 if test -n "$PKG_CONFIG"; then
46904 if test -n "$CAIRO_CFLAGS"; then
46905 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
46906 else
46907 if test -n "$PKG_CONFIG" && \
46908 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46909 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
46910 ac_status=$?
46911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46912 (exit $ac_status); }; then
46913 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
46914 else
46915 pkg_failed=yes
46916 fi
46917 fi
46918 else
46919 pkg_failed=untried
46920 fi
46921 if test -n "$PKG_CONFIG"; then
46922 if test -n "$CAIRO_LIBS"; then
46923 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
46924 else
46925 if test -n "$PKG_CONFIG" && \
46926 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46927 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
46928 ac_status=$?
46929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46930 (exit $ac_status); }; then
46931 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
46932 else
46933 pkg_failed=yes
46934 fi
46935 fi
46936 else
46937 pkg_failed=untried
46938 fi
46939
46940
46941
46942 if test $pkg_failed = yes; then
46943
46944 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46945 _pkg_short_errors_supported=yes
46946 else
46947 _pkg_short_errors_supported=no
46948 fi
46949 if test $_pkg_short_errors_supported = yes; then
46950 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
46951 else
46952 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
46953 fi
46954 # Put the nasty error message in config.log where it belongs
46955 echo "$CAIRO_PKG_ERRORS" >&5
46956
46957 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
46958 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
46959
46960 elif test $pkg_failed = untried; then
46961 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
46962 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
46963
46964 else
46965 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
46966 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
46967 { echo "$as_me:$LINENO: result: yes" >&5
46968 echo "${ECHO_T}yes" >&6; }
46969 cat >>confdefs.h <<\_ACEOF
46970 #define wxUSE_GRAPHICS_CONTEXT 1
46971 _ACEOF
46972
46973 fi
46974 fi
46975 fi
46976
46977
46978 USE_MEDIA=0
46979
46980 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
46981 USE_MEDIA=1
46982
46983 if test "$wxUSE_GTK" = 1; then
46984 wxUSE_GSTREAMER="no"
46985
46986 GST_VERSION_MAJOR=0
46987 GST_VERSION_MINOR=10
46988 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
46989
46990 if test "$wxUSE_GSTREAMER8" = "no"; then
46991
46992 pkg_failed=no
46993 { echo "$as_me:$LINENO: checking for GST" >&5
46994 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
46995
46996 if test -n "$PKG_CONFIG"; then
46997 if test -n "$GST_CFLAGS"; then
46998 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
46999 else
47000 if test -n "$PKG_CONFIG" && \
47001 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
47002 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
47003 ac_status=$?
47004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47005 (exit $ac_status); }; then
47006 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
47007 else
47008 pkg_failed=yes
47009 fi
47010 fi
47011 else
47012 pkg_failed=untried
47013 fi
47014 if test -n "$PKG_CONFIG"; then
47015 if test -n "$GST_LIBS"; then
47016 pkg_cv_GST_LIBS="$GST_LIBS"
47017 else
47018 if test -n "$PKG_CONFIG" && \
47019 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
47020 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
47021 ac_status=$?
47022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47023 (exit $ac_status); }; then
47024 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
47025 else
47026 pkg_failed=yes
47027 fi
47028 fi
47029 else
47030 pkg_failed=untried
47031 fi
47032
47033
47034
47035 if test $pkg_failed = yes; then
47036
47037 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47038 _pkg_short_errors_supported=yes
47039 else
47040 _pkg_short_errors_supported=no
47041 fi
47042 if test $_pkg_short_errors_supported = yes; then
47043 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
47044 else
47045 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
47046 fi
47047 # Put the nasty error message in config.log where it belongs
47048 echo "$GST_PKG_ERRORS" >&5
47049
47050
47051 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
47052 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
47053 GST_VERSION_MINOR=8
47054
47055
47056 elif test $pkg_failed = untried; then
47057
47058 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
47059 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
47060 GST_VERSION_MINOR=8
47061
47062
47063 else
47064 GST_CFLAGS=$pkg_cv_GST_CFLAGS
47065 GST_LIBS=$pkg_cv_GST_LIBS
47066 { echo "$as_me:$LINENO: result: yes" >&5
47067 echo "${ECHO_T}yes" >&6; }
47068
47069 wxUSE_GSTREAMER="yes"
47070 GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
47071
47072 fi
47073 else
47074 GST_VERSION_MINOR=8
47075 fi
47076
47077 if test $GST_VERSION_MINOR = "8"; then
47078 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
47079
47080 pkg_failed=no
47081 { echo "$as_me:$LINENO: checking for GST" >&5
47082 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
47083
47084 if test -n "$PKG_CONFIG"; then
47085 if test -n "$GST_CFLAGS"; then
47086 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
47087 else
47088 if test -n "$PKG_CONFIG" && \
47089 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
47090 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
47091 ac_status=$?
47092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47093 (exit $ac_status); }; then
47094 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
47095 else
47096 pkg_failed=yes
47097 fi
47098 fi
47099 else
47100 pkg_failed=untried
47101 fi
47102 if test -n "$PKG_CONFIG"; then
47103 if test -n "$GST_LIBS"; then
47104 pkg_cv_GST_LIBS="$GST_LIBS"
47105 else
47106 if test -n "$PKG_CONFIG" && \
47107 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
47108 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
47109 ac_status=$?
47110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47111 (exit $ac_status); }; then
47112 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
47113 else
47114 pkg_failed=yes
47115 fi
47116 fi
47117 else
47118 pkg_failed=untried
47119 fi
47120
47121
47122
47123 if test $pkg_failed = yes; then
47124
47125 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47126 _pkg_short_errors_supported=yes
47127 else
47128 _pkg_short_errors_supported=no
47129 fi
47130 if test $_pkg_short_errors_supported = yes; then
47131 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
47132 else
47133 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
47134 fi
47135 # Put the nasty error message in config.log where it belongs
47136 echo "$GST_PKG_ERRORS" >&5
47137
47138
47139 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
47140 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
47141
47142 elif test $pkg_failed = untried; then
47143
47144 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
47145 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
47146
47147 else
47148 GST_CFLAGS=$pkg_cv_GST_CFLAGS
47149 GST_LIBS=$pkg_cv_GST_LIBS
47150 { echo "$as_me:$LINENO: result: yes" >&5
47151 echo "${ECHO_T}yes" >&6; }
47152 wxUSE_GSTREAMER="yes"
47153 fi
47154 fi
47155
47156
47157 if test "$wxUSE_GSTREAMER" = "yes"; then
47158 CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
47159 EXTRALIBS_MEDIA="$GST_LIBS"
47160
47161 cat >>confdefs.h <<\_ACEOF
47162 #define wxUSE_GSTREAMER 1
47163 _ACEOF
47164
47165 else
47166 USE_MEDIA=0
47167 fi
47168 fi
47169
47170 if test $USE_MEDIA = 1; then
47171 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
47172 cat >>confdefs.h <<\_ACEOF
47173 #define wxUSE_MEDIACTRL 1
47174 _ACEOF
47175
47176 else
47177 if test "$wxUSE_MEDIACTRL" = "yes"; then
47178 { { echo "$as_me:$LINENO: error: GStreamer not available" >&5
47179 echo "$as_me: error: GStreamer not available" >&2;}
47180 { (exit 1); exit 1; }; }
47181 else
47182 { echo "$as_me:$LINENO: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
47183 echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
47184 fi
47185 fi
47186 fi
47187
47188
47189 if test "$cross_compiling" != "no"; then
47190 OSINFO="\"$host\""
47191 else
47192 OSINFO=`uname -s -r -m`
47193 OSINFO="\"$OSINFO\""
47194 fi
47195
47196 cat >>confdefs.h <<_ACEOF
47197 #define WXWIN_OS_DESCRIPTION $OSINFO
47198 _ACEOF
47199
47200
47201
47202 if test "x$prefix" != "xNONE"; then
47203 wxPREFIX=$prefix
47204 else
47205 wxPREFIX=$ac_default_prefix
47206 fi
47207
47208 cat >>confdefs.h <<_ACEOF
47209 #define wxINSTALL_PREFIX "$wxPREFIX"
47210 _ACEOF
47211
47212
47213
47214
47215 STD_BASE_LIBS="base"
47216 STD_GUI_LIBS=""
47217 BUILT_WX_LIBS="base"
47218 ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
47219
47220 if test "$wxUSE_SOCKETS" = "yes" ; then
47221 STD_BASE_LIBS="net $STD_BASE_LIBS"
47222 BUILT_WX_LIBS="net $BUILT_WX_LIBS"
47223 fi
47224 if test "$wxUSE_XML" = "yes" ; then
47225 STD_BASE_LIBS="xml $STD_BASE_LIBS"
47226 BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
47227 fi
47228
47229 if test "$wxUSE_GUI" = "yes"; then
47230 STD_GUI_LIBS="adv core"
47231 BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
47232
47233 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
47234 STD_GUI_LIBS="qa $STD_GUI_LIBS"
47235 BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
47236 fi
47237 if test "$wxUSE_HTML" = "yes" ; then
47238 STD_GUI_LIBS="html $STD_GUI_LIBS"
47239 BUILT_WX_LIBS="html $BUILT_WX_LIBS"
47240 fi
47241 if test "$wxUSE_MEDIACTRL" = "yes" ; then
47242 BUILT_WX_LIBS="media $BUILT_WX_LIBS"
47243 fi
47244 if test "$wxUSE_OPENGL" = "yes" ; then
47245 BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
47246 fi
47247 if test "$wxUSE_AUI" = "yes" ; then
47248 BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
47249 fi
47250 if test "$wxUSE_PROPGRID" = "yes" ; then
47251 BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
47252 fi
47253 if test "$wxUSE_RIBBON" = "yes" ; then
47254 BUILT_WX_LIBS="ribbon $BUILT_WX_LIBS"
47255 fi
47256 if test "$wxUSE_RICHTEXT" = "yes" ; then
47257 BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
47258 fi
47259 if test "$wxUSE_STC" = "yes" ; then
47260 BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
47261 fi
47262 if test "$wxUSE_XRC" = "yes" ; then
47263 STD_GUI_LIBS="xrc $STD_GUI_LIBS"
47264 BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
47265 fi
47266 fi
47267
47268
47269
47270
47271
47272
47273
47274
47275 if test "$wxUSE_MAC" = 1 ; then
47276 if test "$USE_DARWIN" = 1; then
47277 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime"
47278 fi
47279 fi
47280 if test "$wxUSE_COCOA" = 1 ; then
47281 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
47282 if test "$wxUSE_MEDIACTRL" = "yes"; then
47283 LDFLAGS="$LDFLAGS -framework QuickTime"
47284 fi
47285 fi
47286 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
47287 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
47288 fi
47289
47290 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
47291
47292 if test "$wxUSE_GUI" = "yes"; then
47293
47294
47295 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
47296 erase event exec font image minimal render \
47297 shaped svg taborder vscroll widgets wrapsizer"
47298
47299 if test "$wxUSE_MONOLITHIC" != "yes"; then
47300 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
47301 fi
47302 if test "$TOOLKIT" = "MSW"; then
47303 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
47304 if test "$wxUSE_UNIVERSAL" != "yes"; then
47305 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
47306 fi
47307 fi
47308 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
47309 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
47310 fi
47311 else
47312 SAMPLES_SUBDIRS="console"
47313 if test "$wxUSE_SOCKETS" = "yes" ; then
47314 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
47315 fi
47316 if test "$wxUSE_IPC" = "yes" ; then
47317 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
47318 fi
47319 fi
47320
47321
47322 if test "x$INTELCC" = "xyes" ; then
47323 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684,2259"
47324 elif test "$GCC" = yes ; then
47325 CWARNINGS="-Wall -Wundef"
47326 fi
47327
47328 if test "x$INTELCXX" = "xyes" ; then
47329 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
47330 elif test "$GXX" = yes ; then
47331 CXXWARNINGS="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
47332 { echo "$as_me:$LINENO: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
47333 echo $ECHO_N "checking CXXWARNINGS for gcc -Woverloaded-virtual... $ECHO_C" >&6; }
47334 if test "${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+set}" = set; then
47335 echo $ECHO_N "(cached) $ECHO_C" >&6
47336 else
47337 ac_cv_cxxflags_gcc_option__Woverloaded_virtual="no, unknown"
47338
47339 ac_ext=cpp
47340 ac_cpp='$CXXCPP $CPPFLAGS'
47341 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47342 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47343 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47344
47345 ac_save_CXXFLAGS="$CXXFLAGS"
47346 for ac_arg in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
47347 do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
47348 cat >conftest.$ac_ext <<_ACEOF
47349 /* confdefs.h. */
47350 _ACEOF
47351 cat confdefs.h >>conftest.$ac_ext
47352 cat >>conftest.$ac_ext <<_ACEOF
47353 /* end confdefs.h. */
47354
47355 int
47356 main ()
47357 {
47358 return 0;
47359 ;
47360 return 0;
47361 }
47362 _ACEOF
47363 rm -f conftest.$ac_objext
47364 if { (ac_try="$ac_compile"
47365 case "(($ac_try" in
47366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47367 *) ac_try_echo=$ac_try;;
47368 esac
47369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47370 (eval "$ac_compile") 2>conftest.er1
47371 ac_status=$?
47372 grep -v '^ *+' conftest.er1 >conftest.err
47373 rm -f conftest.er1
47374 cat conftest.err >&5
47375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47376 (exit $ac_status); } && {
47377 test -z "$ac_cxx_werror_flag" ||
47378 test ! -s conftest.err
47379 } && test -s conftest.$ac_objext; then
47380 ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
47381 else
47382 echo "$as_me: failed program was:" >&5
47383 sed 's/^/| /' conftest.$ac_ext >&5
47384
47385
47386 fi
47387
47388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47389 done
47390 CXXFLAGS="$ac_save_CXXFLAGS"
47391 ac_ext=c
47392 ac_cpp='$CPP $CPPFLAGS'
47393 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47394 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47395 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47396
47397
47398 fi
47399 { echo "$as_me:$LINENO: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
47400 echo "${ECHO_T}$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
47401 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
47402 .ok|.ok,*) ;;
47403 .|.no|.no,*) ;;
47404 *)
47405 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
47406 then { (echo "$as_me:$LINENO: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual") >&5
47407 (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
47408 ac_status=$?
47409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47410 (exit $ac_status); }
47411 else { (echo "$as_me:$LINENO: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\"") >&5
47412 (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
47413 ac_status=$?
47414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47415 (exit $ac_status); }
47416 CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
47417 fi
47418 ;;
47419 esac
47420
47421
47422 if test "$wxUSE_MAC" = 1 ; then
47423 CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
47424 fi
47425 fi
47426
47427
47428 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
47429 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
47430
47431
47432 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
47433 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
47434 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
47435 $CPPFLAGS `
47436
47437 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
47438 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
47439 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
47440 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
47441 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
47442
47443 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
47444
47445
47446 if test "x$MWCC" = "xyes"; then
47447
47448 CC="$CC -cwd source -I-"
47449 CXX="$CXX -cwd source -I-"
47450 fi
47451
47452
47453 LIBS=`echo $LIBS`
47454 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
47455 EXTRALIBS_XML="$EXPAT_LINK"
47456 EXTRALIBS_HTML="$MSPACK_LINK"
47457 EXTRALIBS_MEDIA="$GST_LIBS"
47458 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
47459 if test "$wxUSE_GUI" = "yes"; then
47460 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
47461 fi
47462 if test "$wxUSE_OPENGL" = "yes"; then
47463 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
47464 fi
47465
47466 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
47467
47468 WXCONFIG_LIBS="$LIBS"
47469
47470 if test "$wxUSE_REGEX" = "builtin" ; then
47471 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
47472 fi
47473 if test "$wxUSE_EXPAT" = "builtin" ; then
47474 wxconfig_3rdparty="expat $wxconfig_3rdparty"
47475 fi
47476 if test "$wxUSE_LIBTIFF" = "builtin" ; then
47477 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
47478 fi
47479 if test "$wxUSE_LIBJPEG" = "builtin" ; then
47480 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
47481 fi
47482 if test "$wxUSE_LIBPNG" = "builtin" ; then
47483 wxconfig_3rdparty="png $wxconfig_3rdparty"
47484 fi
47485 if test "$wxUSE_ZLIB" = "builtin" ; then
47486 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
47487 fi
47488
47489 for i in $wxconfig_3rdparty ; do
47490 WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
47491 done
47492
47493
47494 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
47495 WXUNIV=1
47496
47497 case "$wxUNIV_THEMES" in
47498 ''|all)
47499 cat >>confdefs.h <<\_ACEOF
47500 #define wxUSE_ALL_THEMES 1
47501 _ACEOF
47502
47503 ;;
47504
47505 *)
47506 for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
47507 cat >>confdefs.h <<_ACEOF
47508 #define wxUSE_THEME_$t 1
47509 _ACEOF
47510
47511 done
47512 esac
47513 else
47514 WXUNIV=0
47515 fi
47516
47517
47518
47519
47520
47521
47522
47523
47524 if test $wxUSE_MONOLITHIC = "yes" ; then
47525 MONOLITHIC=1
47526 else
47527 MONOLITHIC=0
47528 fi
47529
47530 if test $wxUSE_PLUGINS = "yes" ; then
47531 USE_PLUGINS=1
47532 else
47533 USE_PLUGINS=0
47534 fi
47535
47536 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
47537 USE_QA=1
47538 else
47539 USE_QA=0
47540 fi
47541
47542 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
47543 OFFICIAL_BUILD=1
47544 else
47545 OFFICIAL_BUILD=0
47546 fi
47547
47548
47549
47550
47551
47552
47553
47554
47555
47556
47557
47558
47559
47560
47561
47562
47563
47564
47565
47566
47567
47568
47569
47570
47571
47572
47573
47574 TOOLKIT_LOWERCASE=xxx
47575 if test "$TOOLKIT" = "MAC"; then
47576 TOOLKIT_LOWERCASE=osx_carbon
47577 fi
47578 if test "$TOOLKIT" = "OSX_CARBON"; then
47579 TOOLKIT_LOWERCASE=osx_carbon
47580 fi
47581 if test "$TOOLKIT" = "OSX_COCOA"; then
47582 TOOLKIT_LOWERCASE=osx_cocoa
47583 fi
47584 if test "$TOOLKIT_LOWERCASE" = "xxx"; then
47585 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
47586 fi
47587
47588
47589
47590
47591
47592
47593
47594
47595
47596
47597 case "$TOOLKIT" in
47598 GTK)
47599 TOOLKIT_DESC="GTK+"
47600 if test "$WXGTK2" = 1; then
47601 TOOLKIT_DESC="$TOOLKIT_DESC 2"
47602 if test "$wxUSE_GTKPRINT" = "yes" ; then
47603 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
47604 fi
47605 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
47606 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
47607 fi
47608 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
47609 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
47610 fi
47611 if test "$wxUSE_LIBHILDON" = "yes"; then
47612 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
47613 fi
47614 if test "$wxUSE_LIBHILDON2" = "yes"; then
47615 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
47616 fi
47617
47618 if test "$TOOLKIT_EXTRA" != ""; then
47619 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
47620 fi
47621 fi
47622 ;;
47623
47624 ?*)
47625 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
47626 ;;
47627
47628 *)
47629 TOOLKIT_DESC="base only"
47630 ;;
47631 esac
47632
47633 if test "$wxUSE_WINE" = "yes"; then
47634 BAKEFILE_FORCE_PLATFORM=win32
47635 fi
47636
47637 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
47638 then
47639 { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
47640 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
47641 if test "${wx_cv_gcc_pch_bug+set}" = set; then
47642 echo $ECHO_N "(cached) $ECHO_C" >&6
47643 else
47644
47645 echo '#include <stdio.h>
47646 const wchar_t test_var[] = L"awidetest";' > conftest.h
47647
47648 echo '#include "conftest.h"
47649 int main()
47650 {
47651 printf("%ls", test_var);
47652 return 0;
47653 }' > conftest.cpp
47654
47655 wx_cv_gcc_pch_bug="pch not supported"
47656
47657 if $CXX conftest.h >/dev/null 2>&1
47658 then
47659 wx_cv_gcc_pch_bug=
47660
47661 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
47662 then
47663 if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
47664 grep awidetest >/dev/null
47665 then
47666 wx_cv_gcc_pch_bug=no
47667 else
47668 wx_cv_gcc_pch_bug=yes
47669 fi
47670 fi
47671 fi
47672
47673 rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
47674
47675 fi
47676 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
47677 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
47678
47679 if test "$wx_cv_gcc_pch_bug" = yes; then
47680 bk_use_pch=no
47681 fi
47682 fi
47683
47684
47685
47686
47687
47688
47689
47690 if test "x$BAKEFILE_HOST" = "x"; then
47691 if test "x${host}" = "x" ; then
47692 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
47693 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
47694 { (exit 1); exit 1; }; }
47695 fi
47696
47697 BAKEFILE_HOST="${host}"
47698 fi
47699
47700 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
47701
47702 if test -n "$ac_tool_prefix"; then
47703 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
47704 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
47705 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47707 if test "${ac_cv_prog_RANLIB+set}" = set; then
47708 echo $ECHO_N "(cached) $ECHO_C" >&6
47709 else
47710 if test -n "$RANLIB"; then
47711 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
47712 else
47713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47714 for as_dir in $PATH
47715 do
47716 IFS=$as_save_IFS
47717 test -z "$as_dir" && as_dir=.
47718 for ac_exec_ext in '' $ac_executable_extensions; do
47719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47720 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
47721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47722 break 2
47723 fi
47724 done
47725 done
47726 IFS=$as_save_IFS
47727
47728 fi
47729 fi
47730 RANLIB=$ac_cv_prog_RANLIB
47731 if test -n "$RANLIB"; then
47732 { echo "$as_me:$LINENO: result: $RANLIB" >&5
47733 echo "${ECHO_T}$RANLIB" >&6; }
47734 else
47735 { echo "$as_me:$LINENO: result: no" >&5
47736 echo "${ECHO_T}no" >&6; }
47737 fi
47738
47739
47740 fi
47741 if test -z "$ac_cv_prog_RANLIB"; then
47742 ac_ct_RANLIB=$RANLIB
47743 # Extract the first word of "ranlib", so it can be a program name with args.
47744 set dummy ranlib; ac_word=$2
47745 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47746 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47747 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
47748 echo $ECHO_N "(cached) $ECHO_C" >&6
47749 else
47750 if test -n "$ac_ct_RANLIB"; then
47751 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
47752 else
47753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47754 for as_dir in $PATH
47755 do
47756 IFS=$as_save_IFS
47757 test -z "$as_dir" && as_dir=.
47758 for ac_exec_ext in '' $ac_executable_extensions; do
47759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47760 ac_cv_prog_ac_ct_RANLIB="ranlib"
47761 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47762 break 2
47763 fi
47764 done
47765 done
47766 IFS=$as_save_IFS
47767
47768 fi
47769 fi
47770 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
47771 if test -n "$ac_ct_RANLIB"; then
47772 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
47773 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
47774 else
47775 { echo "$as_me:$LINENO: result: no" >&5
47776 echo "${ECHO_T}no" >&6; }
47777 fi
47778
47779 if test "x$ac_ct_RANLIB" = x; then
47780 RANLIB=":"
47781 else
47782 case $cross_compiling:$ac_tool_warned in
47783 yes:)
47784 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
47785 whose name does not start with the host triplet. If you think this
47786 configuration is useful to you, please write to autoconf@gnu.org." >&5
47787 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
47788 whose name does not start with the host triplet. If you think this
47789 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
47790 ac_tool_warned=yes ;;
47791 esac
47792 RANLIB=$ac_ct_RANLIB
47793 fi
47794 else
47795 RANLIB="$ac_cv_prog_RANLIB"
47796 fi
47797
47798 # Find a good install program. We prefer a C program (faster),
47799 # so one script is as good as another. But avoid the broken or
47800 # incompatible versions:
47801 # SysV /etc/install, /usr/sbin/install
47802 # SunOS /usr/etc/install
47803 # IRIX /sbin/install
47804 # AIX /bin/install
47805 # AmigaOS /C/install, which installs bootblocks on floppy discs
47806 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
47807 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
47808 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
47809 # OS/2's system install, which has a completely different semantic
47810 # ./install, which can be erroneously created by make from ./install.sh.
47811 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
47812 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
47813 if test -z "$INSTALL"; then
47814 if test "${ac_cv_path_install+set}" = set; then
47815 echo $ECHO_N "(cached) $ECHO_C" >&6
47816 else
47817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47818 for as_dir in $PATH
47819 do
47820 IFS=$as_save_IFS
47821 test -z "$as_dir" && as_dir=.
47822 # Account for people who put trailing slashes in PATH elements.
47823 case $as_dir/ in
47824 ./ | .// | /cC/* | \
47825 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
47826 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
47827 /usr/ucb/* ) ;;
47828 *)
47829 # OSF1 and SCO ODT 3.0 have their own names for install.
47830 # Don't use installbsd from OSF since it installs stuff as root
47831 # by default.
47832 for ac_prog in ginstall scoinst install; do
47833 for ac_exec_ext in '' $ac_executable_extensions; do
47834 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
47835 if test $ac_prog = install &&
47836 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
47837 # AIX install. It has an incompatible calling convention.
47838 :
47839 elif test $ac_prog = install &&
47840 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
47841 # program-specific install script used by HP pwplus--don't use.
47842 :
47843 else
47844 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
47845 break 3
47846 fi
47847 fi
47848 done
47849 done
47850 ;;
47851 esac
47852 done
47853 IFS=$as_save_IFS
47854
47855
47856 fi
47857 if test "${ac_cv_path_install+set}" = set; then
47858 INSTALL=$ac_cv_path_install
47859 else
47860 # As a last resort, use the slow shell script. Don't cache a
47861 # value for INSTALL within a source directory, because that will
47862 # break other packages using the cache if that directory is
47863 # removed, or if the value is a relative name.
47864 INSTALL=$ac_install_sh
47865 fi
47866 fi
47867 { echo "$as_me:$LINENO: result: $INSTALL" >&5
47868 echo "${ECHO_T}$INSTALL" >&6; }
47869
47870 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
47871 # It thinks the first close brace ends the variable substitution.
47872 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
47873
47874 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
47875
47876 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
47877
47878 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
47879 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
47880 LN_S=$as_ln_s
47881 if test "$LN_S" = "ln -s"; then
47882 { echo "$as_me:$LINENO: result: yes" >&5
47883 echo "${ECHO_T}yes" >&6; }
47884 else
47885 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
47886 echo "${ECHO_T}no, using $LN_S" >&6; }
47887 fi
47888
47889
47890 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
47891 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
47892 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
47893 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
47894 echo $ECHO_N "(cached) $ECHO_C" >&6
47895 else
47896 cat >conftest.make <<\_ACEOF
47897 SHELL = /bin/sh
47898 all:
47899 @echo '@@@%%%=$(MAKE)=@@@%%%'
47900 _ACEOF
47901 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
47902 case `${MAKE-make} -f conftest.make 2>/dev/null` in
47903 *@@@%%%=?*=@@@%%%*)
47904 eval ac_cv_prog_make_${ac_make}_set=yes;;
47905 *)
47906 eval ac_cv_prog_make_${ac_make}_set=no;;
47907 esac
47908 rm -f conftest.make
47909 fi
47910 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
47911 { echo "$as_me:$LINENO: result: yes" >&5
47912 echo "${ECHO_T}yes" >&6; }
47913 SET_MAKE=
47914 else
47915 { echo "$as_me:$LINENO: result: no" >&5
47916 echo "${ECHO_T}no" >&6; }
47917 SET_MAKE="MAKE=${MAKE-make}"
47918 fi
47919
47920
47921
47922 if test "x$SUNCXX" = "xyes"; then
47923 AR=$CXX
47924 AROPTIONS="-xar -o"
47925
47926 elif test "x$SGICC" = "xyes"; then
47927 AR=$CXX
47928 AROPTIONS="-ar -o"
47929
47930 else
47931 if test -n "$ac_tool_prefix"; then
47932 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
47933 set dummy ${ac_tool_prefix}ar; ac_word=$2
47934 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47935 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47936 if test "${ac_cv_prog_AR+set}" = set; then
47937 echo $ECHO_N "(cached) $ECHO_C" >&6
47938 else
47939 if test -n "$AR"; then
47940 ac_cv_prog_AR="$AR" # Let the user override the test.
47941 else
47942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47943 for as_dir in $PATH
47944 do
47945 IFS=$as_save_IFS
47946 test -z "$as_dir" && as_dir=.
47947 for ac_exec_ext in '' $ac_executable_extensions; do
47948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47949 ac_cv_prog_AR="${ac_tool_prefix}ar"
47950 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47951 break 2
47952 fi
47953 done
47954 done
47955 IFS=$as_save_IFS
47956
47957 fi
47958 fi
47959 AR=$ac_cv_prog_AR
47960 if test -n "$AR"; then
47961 { echo "$as_me:$LINENO: result: $AR" >&5
47962 echo "${ECHO_T}$AR" >&6; }
47963 else
47964 { echo "$as_me:$LINENO: result: no" >&5
47965 echo "${ECHO_T}no" >&6; }
47966 fi
47967
47968
47969 fi
47970 if test -z "$ac_cv_prog_AR"; then
47971 ac_ct_AR=$AR
47972 # Extract the first word of "ar", so it can be a program name with args.
47973 set dummy ar; ac_word=$2
47974 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47976 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
47977 echo $ECHO_N "(cached) $ECHO_C" >&6
47978 else
47979 if test -n "$ac_ct_AR"; then
47980 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
47981 else
47982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47983 for as_dir in $PATH
47984 do
47985 IFS=$as_save_IFS
47986 test -z "$as_dir" && as_dir=.
47987 for ac_exec_ext in '' $ac_executable_extensions; do
47988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47989 ac_cv_prog_ac_ct_AR="ar"
47990 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47991 break 2
47992 fi
47993 done
47994 done
47995 IFS=$as_save_IFS
47996
47997 fi
47998 fi
47999 ac_ct_AR=$ac_cv_prog_ac_ct_AR
48000 if test -n "$ac_ct_AR"; then
48001 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
48002 echo "${ECHO_T}$ac_ct_AR" >&6; }
48003 else
48004 { echo "$as_me:$LINENO: result: no" >&5
48005 echo "${ECHO_T}no" >&6; }
48006 fi
48007
48008 if test "x$ac_ct_AR" = x; then
48009 AR="ar"
48010 else
48011 case $cross_compiling:$ac_tool_warned in
48012 yes:)
48013 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48014 whose name does not start with the host triplet. If you think this
48015 configuration is useful to you, please write to autoconf@gnu.org." >&5
48016 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48017 whose name does not start with the host triplet. If you think this
48018 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48019 ac_tool_warned=yes ;;
48020 esac
48021 AR=$ac_ct_AR
48022 fi
48023 else
48024 AR="$ac_cv_prog_AR"
48025 fi
48026
48027 AROPTIONS=rcu
48028 fi
48029
48030
48031 if test -n "$ac_tool_prefix"; then
48032 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
48033 set dummy ${ac_tool_prefix}strip; ac_word=$2
48034 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48035 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48036 if test "${ac_cv_prog_STRIP+set}" = set; then
48037 echo $ECHO_N "(cached) $ECHO_C" >&6
48038 else
48039 if test -n "$STRIP"; then
48040 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
48041 else
48042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48043 for as_dir in $PATH
48044 do
48045 IFS=$as_save_IFS
48046 test -z "$as_dir" && as_dir=.
48047 for ac_exec_ext in '' $ac_executable_extensions; do
48048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48049 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
48050 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48051 break 2
48052 fi
48053 done
48054 done
48055 IFS=$as_save_IFS
48056
48057 fi
48058 fi
48059 STRIP=$ac_cv_prog_STRIP
48060 if test -n "$STRIP"; then
48061 { echo "$as_me:$LINENO: result: $STRIP" >&5
48062 echo "${ECHO_T}$STRIP" >&6; }
48063 else
48064 { echo "$as_me:$LINENO: result: no" >&5
48065 echo "${ECHO_T}no" >&6; }
48066 fi
48067
48068
48069 fi
48070 if test -z "$ac_cv_prog_STRIP"; then
48071 ac_ct_STRIP=$STRIP
48072 # Extract the first word of "strip", so it can be a program name with args.
48073 set dummy strip; ac_word=$2
48074 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48075 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48076 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
48077 echo $ECHO_N "(cached) $ECHO_C" >&6
48078 else
48079 if test -n "$ac_ct_STRIP"; then
48080 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
48081 else
48082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48083 for as_dir in $PATH
48084 do
48085 IFS=$as_save_IFS
48086 test -z "$as_dir" && as_dir=.
48087 for ac_exec_ext in '' $ac_executable_extensions; do
48088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48089 ac_cv_prog_ac_ct_STRIP="strip"
48090 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48091 break 2
48092 fi
48093 done
48094 done
48095 IFS=$as_save_IFS
48096
48097 fi
48098 fi
48099 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
48100 if test -n "$ac_ct_STRIP"; then
48101 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
48102 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
48103 else
48104 { echo "$as_me:$LINENO: result: no" >&5
48105 echo "${ECHO_T}no" >&6; }
48106 fi
48107
48108 if test "x$ac_ct_STRIP" = x; then
48109 STRIP=":"
48110 else
48111 case $cross_compiling:$ac_tool_warned in
48112 yes:)
48113 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48114 whose name does not start with the host triplet. If you think this
48115 configuration is useful to you, please write to autoconf@gnu.org." >&5
48116 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48117 whose name does not start with the host triplet. If you think this
48118 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48119 ac_tool_warned=yes ;;
48120 esac
48121 STRIP=$ac_ct_STRIP
48122 fi
48123 else
48124 STRIP="$ac_cv_prog_STRIP"
48125 fi
48126
48127 if test -n "$ac_tool_prefix"; then
48128 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
48129 set dummy ${ac_tool_prefix}nm; ac_word=$2
48130 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48132 if test "${ac_cv_prog_NM+set}" = set; then
48133 echo $ECHO_N "(cached) $ECHO_C" >&6
48134 else
48135 if test -n "$NM"; then
48136 ac_cv_prog_NM="$NM" # Let the user override the test.
48137 else
48138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48139 for as_dir in $PATH
48140 do
48141 IFS=$as_save_IFS
48142 test -z "$as_dir" && as_dir=.
48143 for ac_exec_ext in '' $ac_executable_extensions; do
48144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48145 ac_cv_prog_NM="${ac_tool_prefix}nm"
48146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48147 break 2
48148 fi
48149 done
48150 done
48151 IFS=$as_save_IFS
48152
48153 fi
48154 fi
48155 NM=$ac_cv_prog_NM
48156 if test -n "$NM"; then
48157 { echo "$as_me:$LINENO: result: $NM" >&5
48158 echo "${ECHO_T}$NM" >&6; }
48159 else
48160 { echo "$as_me:$LINENO: result: no" >&5
48161 echo "${ECHO_T}no" >&6; }
48162 fi
48163
48164
48165 fi
48166 if test -z "$ac_cv_prog_NM"; then
48167 ac_ct_NM=$NM
48168 # Extract the first word of "nm", so it can be a program name with args.
48169 set dummy nm; ac_word=$2
48170 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48172 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
48173 echo $ECHO_N "(cached) $ECHO_C" >&6
48174 else
48175 if test -n "$ac_ct_NM"; then
48176 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
48177 else
48178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48179 for as_dir in $PATH
48180 do
48181 IFS=$as_save_IFS
48182 test -z "$as_dir" && as_dir=.
48183 for ac_exec_ext in '' $ac_executable_extensions; do
48184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48185 ac_cv_prog_ac_ct_NM="nm"
48186 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48187 break 2
48188 fi
48189 done
48190 done
48191 IFS=$as_save_IFS
48192
48193 fi
48194 fi
48195 ac_ct_NM=$ac_cv_prog_ac_ct_NM
48196 if test -n "$ac_ct_NM"; then
48197 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
48198 echo "${ECHO_T}$ac_ct_NM" >&6; }
48199 else
48200 { echo "$as_me:$LINENO: result: no" >&5
48201 echo "${ECHO_T}no" >&6; }
48202 fi
48203
48204 if test "x$ac_ct_NM" = x; then
48205 NM=":"
48206 else
48207 case $cross_compiling:$ac_tool_warned in
48208 yes:)
48209 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48210 whose name does not start with the host triplet. If you think this
48211 configuration is useful to you, please write to autoconf@gnu.org." >&5
48212 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48213 whose name does not start with the host triplet. If you think this
48214 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48215 ac_tool_warned=yes ;;
48216 esac
48217 NM=$ac_ct_NM
48218 fi
48219 else
48220 NM="$ac_cv_prog_NM"
48221 fi
48222
48223
48224 { echo "$as_me:$LINENO: checking for command to install directories" >&5
48225 echo $ECHO_N "checking for command to install directories... $ECHO_C" >&6; }
48226 INSTALL_TEST_DIR=acbftest$$
48227 $INSTALL -d $INSTALL_TEST_DIR > /dev/null 2>&1
48228 if test $? = 0 -a -d $INSTALL_TEST_DIR; then
48229 rmdir $INSTALL_TEST_DIR
48230 INSTALL_DIR='$(INSTALL) -d'
48231 { echo "$as_me:$LINENO: result: $INSTALL -d" >&5
48232 echo "${ECHO_T}$INSTALL -d" >&6; }
48233 else
48234 INSTALL_DIR="mkdir -p"
48235 { echo "$as_me:$LINENO: result: mkdir -p" >&5
48236 echo "${ECHO_T}mkdir -p" >&6; }
48237 fi
48238
48239
48240 LDFLAGS_GUI=
48241 case ${BAKEFILE_HOST} in
48242 *-*-cygwin* | *-*-mingw32* )
48243 LDFLAGS_GUI="-mwindows"
48244 esac
48245
48246
48247 fi
48248
48249 { echo "$as_me:$LINENO: checking if make is GNU make" >&5
48250 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
48251 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
48252 echo $ECHO_N "(cached) $ECHO_C" >&6
48253 else
48254
48255 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
48256 egrep -s GNU > /dev/null); then
48257 bakefile_cv_prog_makeisgnu="yes"
48258 else
48259 bakefile_cv_prog_makeisgnu="no"
48260 fi
48261
48262 fi
48263 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
48264 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
48265
48266 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
48267 IF_GNU_MAKE=""
48268 else
48269 IF_GNU_MAKE="#"
48270 fi
48271
48272
48273
48274 PLATFORM_UNIX=0
48275 PLATFORM_WIN32=0
48276 PLATFORM_MSDOS=0
48277 PLATFORM_MAC=0
48278 PLATFORM_MACOS=0
48279 PLATFORM_MACOSX=0
48280 PLATFORM_OS2=0
48281 PLATFORM_BEOS=0
48282
48283 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
48284 case "${BAKEFILE_HOST}" in
48285 *-*-mingw32* )
48286 PLATFORM_WIN32=1
48287 ;;
48288 *-pc-msdosdjgpp )
48289 PLATFORM_MSDOS=1
48290 ;;
48291 *-pc-os2_emx | *-pc-os2-emx )
48292 PLATFORM_OS2=1
48293 ;;
48294 *-*-darwin* )
48295 PLATFORM_MAC=1
48296 PLATFORM_MACOSX=1
48297 ;;
48298 *-*-beos* )
48299 PLATFORM_BEOS=1
48300 ;;
48301 powerpc-apple-macos* )
48302 PLATFORM_MAC=1
48303 PLATFORM_MACOS=1
48304 ;;
48305 * )
48306 PLATFORM_UNIX=1
48307 ;;
48308 esac
48309 else
48310 case "$BAKEFILE_FORCE_PLATFORM" in
48311 win32 )
48312 PLATFORM_WIN32=1
48313 ;;
48314 msdos )
48315 PLATFORM_MSDOS=1
48316 ;;
48317 os2 )
48318 PLATFORM_OS2=1
48319 ;;
48320 darwin )
48321 PLATFORM_MAC=1
48322 PLATFORM_MACOSX=1
48323 ;;
48324 unix )
48325 PLATFORM_UNIX=1
48326 ;;
48327 beos )
48328 PLATFORM_BEOS=1
48329 ;;
48330 * )
48331 ;;
48332 esac
48333 fi
48334
48335
48336
48337
48338
48339
48340
48341
48342
48343
48344
48345 # Check whether --enable-omf was given.
48346 if test "${enable_omf+set}" = set; then
48347 enableval=$enable_omf; bk_os2_use_omf="$enableval"
48348 fi
48349
48350
48351 case "${BAKEFILE_HOST}" in
48352 *-*-darwin* )
48353 if test "x$GCC" = "xyes"; then
48354 CFLAGS="$CFLAGS -fno-common"
48355 CXXFLAGS="$CXXFLAGS -fno-common"
48356 fi
48357 if test "x$XLCC" = "xyes"; then
48358 CFLAGS="$CFLAGS -qnocommon"
48359 CXXFLAGS="$CXXFLAGS -qnocommon"
48360 fi
48361 ;;
48362
48363 *-pc-os2_emx | *-pc-os2-emx )
48364 if test "x$bk_os2_use_omf" = "xyes" ; then
48365 AR=emxomfar
48366 RANLIB=:
48367 LDFLAGS="-Zomf $LDFLAGS"
48368 CFLAGS="-Zomf $CFLAGS"
48369 CXXFLAGS="-Zomf $CXXFLAGS"
48370 OS2_LIBEXT="lib"
48371 else
48372 OS2_LIBEXT="a"
48373 fi
48374 ;;
48375
48376 i*86-*-beos* )
48377 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
48378 ;;
48379 esac
48380
48381
48382 SO_SUFFIX="so"
48383 SO_SUFFIX_MODULE="so"
48384 EXEEXT=""
48385 LIBPREFIX="lib"
48386 LIBEXT=".a"
48387 DLLPREFIX="lib"
48388 DLLPREFIX_MODULE=""
48389 DLLIMP_SUFFIX=""
48390 dlldir="$libdir"
48391
48392 case "${BAKEFILE_HOST}" in
48393 ia64-hp-hpux* )
48394 ;;
48395 *-hp-hpux* )
48396 SO_SUFFIX="sl"
48397 SO_SUFFIX_MODULE="sl"
48398 ;;
48399 *-*-aix* )
48400 SO_SUFFIX="a"
48401 SO_SUFFIX_MODULE="a"
48402 ;;
48403 *-*-cygwin* )
48404 SO_SUFFIX="dll"
48405 SO_SUFFIX_MODULE="dll"
48406 DLLIMP_SUFFIX="dll.a"
48407 EXEEXT=".exe"
48408 DLLPREFIX="cyg"
48409 dlldir="$bindir"
48410 ;;
48411 *-*-mingw32* )
48412 SO_SUFFIX="dll"
48413 SO_SUFFIX_MODULE="dll"
48414 DLLIMP_SUFFIX="dll.a"
48415 EXEEXT=".exe"
48416 DLLPREFIX=""
48417 dlldir="$bindir"
48418 ;;
48419 *-pc-msdosdjgpp )
48420 EXEEXT=".exe"
48421 DLLPREFIX=""
48422 dlldir="$bindir"
48423 ;;
48424 *-pc-os2_emx | *-pc-os2-emx )
48425 SO_SUFFIX="dll"
48426 SO_SUFFIX_MODULE="dll"
48427 DLLIMP_SUFFIX=$OS2_LIBEXT
48428 EXEEXT=".exe"
48429 DLLPREFIX=""
48430 LIBPREFIX=""
48431 LIBEXT=".$OS2_LIBEXT"
48432 dlldir="$bindir"
48433 ;;
48434 *-*-darwin* )
48435 SO_SUFFIX="dylib"
48436 SO_SUFFIX_MODULE="bundle"
48437 ;;
48438 esac
48439
48440 if test "x$DLLIMP_SUFFIX" = "x" ; then
48441 DLLIMP_SUFFIX="$SO_SUFFIX"
48442 fi
48443
48444
48445
48446
48447
48448
48449
48450
48451
48452
48453
48454
48455 PIC_FLAG=""
48456 if test "x$GCC" = "xyes"; then
48457 PIC_FLAG="-fPIC"
48458 fi
48459
48460 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
48461 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
48462 WINDOWS_IMPLIB=0
48463
48464 case "${BAKEFILE_HOST}" in
48465 *-hp-hpux* )
48466 if test "x$GCC" != "xyes"; then
48467 LDFLAGS="$LDFLAGS -L/usr/lib"
48468
48469 SHARED_LD_CC="${CC} -b -o"
48470 SHARED_LD_CXX="${CXX} -b -o"
48471 PIC_FLAG="+Z"
48472 fi
48473 ;;
48474
48475 *-*-linux* )
48476 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
48477 PIC_FLAG="-KPIC"
48478 elif test "x$SUNCXX" = "xyes"; then
48479 SHARED_LD_CC="${CC} -G -o"
48480 SHARED_LD_CXX="${CXX} -G -o"
48481 PIC_FLAG="-KPIC"
48482 fi
48483 ;;
48484
48485 *-*-solaris2* )
48486 if test "x$SUNCXX" = xyes ; then
48487 SHARED_LD_CC="${CC} -G -o"
48488 SHARED_LD_CXX="${CXX} -G -o"
48489 PIC_FLAG="-KPIC"
48490 fi
48491 ;;
48492
48493 *-*-darwin* )
48494
48495 D='$'
48496 cat <<EOF >shared-ld-sh
48497 #!/bin/sh
48498 #-----------------------------------------------------------------------------
48499 #-- Name: distrib/mac/shared-ld-sh
48500 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
48501 #-- Author: Gilles Depeyrot
48502 #-- Copyright: (c) 2002 Gilles Depeyrot
48503 #-- Licence: any use permitted
48504 #-----------------------------------------------------------------------------
48505
48506 verbose=0
48507 args=""
48508 objects=""
48509 linking_flag="-dynamiclib"
48510 ldargs="-r -keep_private_externs -nostdlib"
48511
48512 if test "x${D}CXX" = "x"; then
48513 CXX="c++"
48514 fi
48515
48516 while test ${D}# -gt 0; do
48517 case ${D}1 in
48518
48519 -v)
48520 verbose=1
48521 ;;
48522
48523 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
48524 # collect these options and values
48525 args="${D}{args} ${D}1 ${D}2"
48526 shift
48527 ;;
48528
48529 -arch|-isysroot)
48530 # collect these options and values
48531 ldargs="${D}{ldargs} ${D}1 ${D}2"
48532 shift
48533 ;;
48534
48535 -s|-Wl,*)
48536 # collect these load args
48537 ldargs="${D}{ldargs} ${D}1"
48538 ;;
48539
48540 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
48541 # collect these options
48542 args="${D}{args} ${D}1"
48543 ;;
48544
48545 -dynamiclib|-bundle)
48546 linking_flag="${D}1"
48547 ;;
48548
48549 -*)
48550 echo "shared-ld: unhandled option '${D}1'"
48551 exit 1
48552 ;;
48553
48554 *.o | *.a | *.dylib)
48555 # collect object files
48556 objects="${D}{objects} ${D}1"
48557 ;;
48558
48559 *)
48560 echo "shared-ld: unhandled argument '${D}1'"
48561 exit 1
48562 ;;
48563
48564 esac
48565 shift
48566 done
48567
48568 status=0
48569
48570 #
48571 # Link one module containing all the others
48572 #
48573 if test ${D}{verbose} = 1; then
48574 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
48575 fi
48576 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
48577 status=${D}?
48578
48579 #
48580 # Link the shared library from the single module created, but only if the
48581 # previous command didn't fail:
48582 #
48583 if test ${D}{status} = 0; then
48584 if test ${D}{verbose} = 1; then
48585 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
48586 fi
48587 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
48588 status=${D}?
48589 fi
48590
48591 #
48592 # Remove intermediate module
48593 #
48594 rm -f master.${D}${D}.o
48595
48596 exit ${D}status
48597 EOF
48598
48599 chmod +x shared-ld-sh
48600
48601 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
48602 SHARED_LD_MODULE_CXX="CXX=\$(CXX) $SHARED_LD_MODULE_CC"
48603
48604
48605 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
48606 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
48607 if test "${bakefile_cv_gcc31+set}" = set; then
48608 echo $ECHO_N "(cached) $ECHO_C" >&6
48609 else
48610
48611 cat >conftest.$ac_ext <<_ACEOF
48612 /* confdefs.h. */
48613 _ACEOF
48614 cat confdefs.h >>conftest.$ac_ext
48615 cat >>conftest.$ac_ext <<_ACEOF
48616 /* end confdefs.h. */
48617
48618 int
48619 main ()
48620 {
48621
48622 #if (__GNUC__ < 3) || \
48623 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
48624 This is old gcc
48625 #endif
48626
48627 ;
48628 return 0;
48629 }
48630 _ACEOF
48631 rm -f conftest.$ac_objext
48632 if { (ac_try="$ac_compile"
48633 case "(($ac_try" in
48634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48635 *) ac_try_echo=$ac_try;;
48636 esac
48637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48638 (eval "$ac_compile") 2>conftest.er1
48639 ac_status=$?
48640 grep -v '^ *+' conftest.er1 >conftest.err
48641 rm -f conftest.er1
48642 cat conftest.err >&5
48643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48644 (exit $ac_status); } && {
48645 test -z "$ac_c_werror_flag" ||
48646 test ! -s conftest.err
48647 } && test -s conftest.$ac_objext; then
48648
48649 bakefile_cv_gcc31=yes
48650
48651 else
48652 echo "$as_me: failed program was:" >&5
48653 sed 's/^/| /' conftest.$ac_ext >&5
48654
48655
48656 bakefile_cv_gcc31=no
48657
48658
48659 fi
48660
48661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48662
48663 fi
48664 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
48665 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
48666 if test "$bakefile_cv_gcc31" = "no"; then
48667 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
48668 SHARED_LD_CXX="$SHARED_LD_CC"
48669 else
48670 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
48671 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
48672 fi
48673
48674 if test "x$GCC" == "xyes"; then
48675 PIC_FLAG="-dynamic -fPIC"
48676 fi
48677 if test "x$XLCC" = "xyes"; then
48678 PIC_FLAG="-dynamic -DPIC"
48679 fi
48680 ;;
48681
48682 *-*-aix* )
48683 if test "x$GCC" = "xyes"; then
48684 PIC_FLAG=""
48685
48686 case "${BAKEFILE_HOST}" in
48687 *-*-aix5* )
48688 LD_EXPFULL="-Wl,-bexpfull"
48689 ;;
48690 esac
48691
48692 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
48693 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
48694 else
48695 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
48696 set dummy makeC++SharedLib; ac_word=$2
48697 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48699 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
48700 echo $ECHO_N "(cached) $ECHO_C" >&6
48701 else
48702 if test -n "$AIX_CXX_LD"; then
48703 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
48704 else
48705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48706 for as_dir in $PATH
48707 do
48708 IFS=$as_save_IFS
48709 test -z "$as_dir" && as_dir=.
48710 for ac_exec_ext in '' $ac_executable_extensions; do
48711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48712 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
48713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48714 break 2
48715 fi
48716 done
48717 done
48718 IFS=$as_save_IFS
48719
48720 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
48721 fi
48722 fi
48723 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
48724 if test -n "$AIX_CXX_LD"; then
48725 { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
48726 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
48727 else
48728 { echo "$as_me:$LINENO: result: no" >&5
48729 echo "${ECHO_T}no" >&6; }
48730 fi
48731
48732
48733 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
48734 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
48735 fi
48736 ;;
48737
48738 *-*-beos* )
48739 SHARED_LD_CC="${LD} -nostart -o"
48740 SHARED_LD_CXX="${LD} -nostart -o"
48741 ;;
48742
48743 *-*-irix* )
48744 if test "x$GCC" != "xyes"; then
48745 PIC_FLAG="-KPIC"
48746 fi
48747 ;;
48748
48749 *-*-cygwin* | *-*-mingw32* )
48750 PIC_FLAG=""
48751 SHARED_LD_CC="\$(CC) -shared -o"
48752 SHARED_LD_CXX="\$(CXX) -shared -o"
48753 WINDOWS_IMPLIB=1
48754 ;;
48755
48756 *-pc-os2_emx | *-pc-os2-emx )
48757 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48758 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48759 PIC_FLAG=""
48760
48761 D='$'
48762 cat <<EOF >dllar.sh
48763 #!/bin/sh
48764 #
48765 # dllar - a tool to build both a .dll and an .a file
48766 # from a set of object (.o) files for EMX/OS2.
48767 #
48768 # Written by Andrew Zabolotny, bit@freya.etu.ru
48769 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
48770 #
48771 # This script will accept a set of files on the command line.
48772 # All the public symbols from the .o files will be exported into
48773 # a .DEF file, then linker will be run (through gcc) against them to
48774 # build a shared library consisting of all given .o files. All libraries
48775 # (.a) will be first decompressed into component .o files then act as
48776 # described above. You can optionally give a description (-d "description")
48777 # which will be put into .DLL. To see the list of accepted options (as well
48778 # as command-line format) simply run this program without options. The .DLL
48779 # is built to be imported by name (there is no guarantee that new versions
48780 # of the library you build will have same ordinals for same symbols).
48781 #
48782 # dllar is free software; you can redistribute it and/or modify
48783 # it under the terms of the GNU General Public License as published by
48784 # the Free Software Foundation; either version 2, or (at your option)
48785 # any later version.
48786 #
48787 # dllar is distributed in the hope that it will be useful,
48788 # but WITHOUT ANY WARRANTY; without even the implied warranty of
48789 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48790 # GNU General Public License for more details.
48791 #
48792 # You should have received a copy of the GNU General Public License
48793 # along with dllar; see the file COPYING. If not, write to the Free
48794 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
48795 # 02111-1307, USA.
48796
48797 # To successfuly run this program you will need:
48798 # - Current drive should have LFN support (HPFS, ext2, network, etc)
48799 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
48800 # - gcc
48801 # (used to build the .dll)
48802 # - emxexp
48803 # (used to create .def file from .o files)
48804 # - emximp
48805 # (used to create .a file from .def file)
48806 # - GNU text utilites (cat, sort, uniq)
48807 # used to process emxexp output
48808 # - GNU file utilities (mv, rm)
48809 # - GNU sed
48810 # - lxlite (optional, see flag below)
48811 # (used for general .dll cleanup)
48812 #
48813
48814 flag_USE_LXLITE=1;
48815
48816 #
48817 # helper functions
48818 # basnam, variant of basename, which does _not_ remove the path, _iff_
48819 # second argument (suffix to remove) is given
48820 basnam(){
48821 case ${D}# in
48822 1)
48823 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
48824 ;;
48825 2)
48826 echo ${D}1 | sed 's/'${D}2'${D}//'
48827 ;;
48828 *)
48829 echo "error in basnam ${D}*"
48830 exit 8
48831 ;;
48832 esac
48833 }
48834
48835 # Cleanup temporary files and output
48836 CleanUp() {
48837 cd ${D}curDir
48838 for i in ${D}inputFiles ; do
48839 case ${D}i in
48840 *!)
48841 rm -rf \`basnam ${D}i !\`
48842 ;;
48843 *)
48844 ;;
48845 esac
48846 done
48847
48848 # Kill result in case of failure as there is just to many stupid make/nmake
48849 # things out there which doesn't do this.
48850 if [ ${D}# -eq 0 ]; then
48851 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
48852 fi
48853 }
48854
48855 # Print usage and exit script with rc=1.
48856 PrintHelp() {
48857 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
48858 echo ' [-name-mangler-script script.sh]'
48859 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
48860 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
48861 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
48862 echo ' [*.o] [*.a]'
48863 echo '*> "output_file" should have no extension.'
48864 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
48865 echo ' The import library name is derived from this and is set to "name".a,'
48866 echo ' unless overridden by -import'
48867 echo '*> "importlib_name" should have no extension.'
48868 echo ' If it has the .o, or .a extension, it is automatically removed.'
48869 echo ' This name is used as the import library name and may be longer and'
48870 echo ' more descriptive than the DLL name which has to follow the old '
48871 echo ' 8.3 convention of FAT.'
48872 echo '*> "script.sh may be given to override the output_file name by a'
48873 echo ' different name. It is mainly useful if the regular make process'
48874 echo ' of some package does not take into account OS/2 restriction of'
48875 echo ' DLL name lengths. It takes the importlib name as input and is'
48876 echo ' supposed to procude a shorter name as output. The script should'
48877 echo ' expect to get importlib_name without extension and should produce'
48878 echo ' a (max.) 8 letter name without extension.'
48879 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
48880 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
48881 echo ' These flags will be put at the start of GCC command line.'
48882 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
48883 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
48884 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
48885 echo ' If the last character of a symbol is "*", all symbols beginning'
48886 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
48887 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
48888 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
48889 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
48890 echo ' C runtime DLLs.'
48891 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
48892 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
48893 echo ' unchanged to GCC at the end of command line.'
48894 echo '*> If you create a DLL from a library and you do not specify -o,'
48895 echo ' the basename for DLL and import library will be set to library name,'
48896 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
48897 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
48898 echo ' library will be renamed into gcc_s.a.'
48899 echo '--------'
48900 echo 'Example:'
48901 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
48902 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
48903 CleanUp
48904 exit 1
48905 }
48906
48907 # Execute a command.
48908 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
48909 # @Uses Whatever CleanUp() uses.
48910 doCommand() {
48911 echo "${D}*"
48912 eval ${D}*
48913 rcCmd=${D}?
48914
48915 if [ ${D}rcCmd -ne 0 ]; then
48916 echo "command failed, exit code="${D}rcCmd
48917 CleanUp
48918 exit ${D}rcCmd
48919 fi
48920 }
48921
48922 # main routine
48923 # setup globals
48924 cmdLine=${D}*
48925 outFile=""
48926 outimpFile=""
48927 inputFiles=""
48928 renameScript=""
48929 description=""
48930 CC=gcc.exe
48931 CFLAGS="-s -Zcrtdll"
48932 EXTRA_CFLAGS=""
48933 EXPORT_BY_ORDINALS=0
48934 exclude_symbols=""
48935 library_flags=""
48936 curDir=\`pwd\`
48937 curDirS=curDir
48938 case ${D}curDirS in
48939 */)
48940 ;;
48941 *)
48942 curDirS=${D}{curDirS}"/"
48943 ;;
48944 esac
48945 # Parse commandline
48946 libsToLink=0
48947 omfLinking=0
48948 while [ ${D}1 ]; do
48949 case ${D}1 in
48950 -ord*)
48951 EXPORT_BY_ORDINALS=1;
48952 ;;
48953 -o*)
48954 shift
48955 outFile=${D}1
48956 ;;
48957 -i*)
48958 shift
48959 outimpFile=${D}1
48960 ;;
48961 -name-mangler-script)
48962 shift
48963 renameScript=${D}1
48964 ;;
48965 -d*)
48966 shift
48967 description=${D}1
48968 ;;
48969 -f*)
48970 shift
48971 CFLAGS=${D}1
48972 ;;
48973 -c*)
48974 shift
48975 CC=${D}1
48976 ;;
48977 -h*)
48978 PrintHelp
48979 ;;
48980 -ex*)
48981 shift
48982 exclude_symbols=${D}{exclude_symbols}${D}1" "
48983 ;;
48984 -libf*)
48985 shift
48986 library_flags=${D}{library_flags}${D}1" "
48987 ;;
48988 -nocrt*)
48989 CFLAGS="-s"
48990 ;;
48991 -nolxl*)
48992 flag_USE_LXLITE=0
48993 ;;
48994 -* | /*)
48995 case ${D}1 in
48996 -L* | -l*)
48997 libsToLink=1
48998 ;;
48999 -Zomf)
49000 omfLinking=1
49001 ;;
49002 *)
49003 ;;
49004 esac
49005 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
49006 ;;
49007 *.dll)
49008 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
49009 if [ ${D}omfLinking -eq 1 ]; then
49010 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
49011 else
49012 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
49013 fi
49014 ;;
49015 *)
49016 found=0;
49017 if [ ${D}libsToLink -ne 0 ]; then
49018 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
49019 else
49020 for file in ${D}1 ; do
49021 if [ -f ${D}file ]; then
49022 inputFiles="${D}{inputFiles} ${D}file"
49023 found=1
49024 fi
49025 done
49026 if [ ${D}found -eq 0 ]; then
49027 echo "ERROR: No file(s) found: "${D}1
49028 exit 8
49029 fi
49030 fi
49031 ;;
49032 esac
49033 shift
49034 done # iterate cmdline words
49035
49036 #
49037 if [ -z "${D}inputFiles" ]; then
49038 echo "dllar: no input files"
49039 PrintHelp
49040 fi
49041
49042 # Now extract all .o files from .a files
49043 newInputFiles=""
49044 for file in ${D}inputFiles ; do
49045 case ${D}file in
49046 *.a | *.lib)
49047 case ${D}file in
49048 *.a)
49049 suffix=".a"
49050 AR="ar"
49051 ;;
49052 *.lib)
49053 suffix=".lib"
49054 AR="emxomfar"
49055 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
49056 ;;
49057 *)
49058 ;;
49059 esac
49060 dirname=\`basnam ${D}file ${D}suffix\`"_%"
49061 mkdir ${D}dirname
49062 if [ ${D}? -ne 0 ]; then
49063 echo "Failed to create subdirectory ./${D}dirname"
49064 CleanUp
49065 exit 8;
49066 fi
49067 # Append '!' to indicate archive
49068 newInputFiles="${D}newInputFiles ${D}{dirname}!"
49069 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
49070 cd ${D}curDir
49071 found=0;
49072 for subfile in ${D}dirname/*.o* ; do
49073 if [ -f ${D}subfile ]; then
49074 found=1
49075 if [ -s ${D}subfile ]; then
49076 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
49077 newInputFiles="${D}newInputFiles ${D}subfile"
49078 fi
49079 fi
49080 done
49081 if [ ${D}found -eq 0 ]; then
49082 echo "WARNING: there are no files in archive \\'${D}file\\'"
49083 fi
49084 ;;
49085 *)
49086 newInputFiles="${D}{newInputFiles} ${D}file"
49087 ;;
49088 esac
49089 done
49090 inputFiles="${D}newInputFiles"
49091
49092 # Output filename(s).
49093 do_backup=0;
49094 if [ -z ${D}outFile ]; then
49095 do_backup=1;
49096 set outFile ${D}inputFiles; outFile=${D}2
49097 fi
49098
49099 # If it is an archive, remove the '!' and the '_%' suffixes
49100 case ${D}outFile in
49101 *_%!)
49102 outFile=\`basnam ${D}outFile _%!\`
49103 ;;
49104 *)
49105 ;;
49106 esac
49107 case ${D}outFile in
49108 *.dll)
49109 outFile=\`basnam ${D}outFile .dll\`
49110 ;;
49111 *.DLL)
49112 outFile=\`basnam ${D}outFile .DLL\`
49113 ;;
49114 *.o)
49115 outFile=\`basnam ${D}outFile .o\`
49116 ;;
49117 *.obj)
49118 outFile=\`basnam ${D}outFile .obj\`
49119 ;;
49120 *.a)
49121 outFile=\`basnam ${D}outFile .a\`
49122 ;;
49123 *.lib)
49124 outFile=\`basnam ${D}outFile .lib\`
49125 ;;
49126 *)
49127 ;;
49128 esac
49129 case ${D}outimpFile in
49130 *.a)
49131 outimpFile=\`basnam ${D}outimpFile .a\`
49132 ;;
49133 *.lib)
49134 outimpFile=\`basnam ${D}outimpFile .lib\`
49135 ;;
49136 *)
49137 ;;
49138 esac
49139 if [ -z ${D}outimpFile ]; then
49140 outimpFile=${D}outFile
49141 fi
49142 defFile="${D}{outFile}.def"
49143 arcFile="${D}{outimpFile}.a"
49144 arcFile2="${D}{outimpFile}.lib"
49145
49146 #create ${D}dllFile as something matching 8.3 restrictions,
49147 if [ -z ${D}renameScript ] ; then
49148 dllFile="${D}outFile"
49149 else
49150 dllFile=\`${D}renameScript ${D}outimpFile\`
49151 fi
49152
49153 if [ ${D}do_backup -ne 0 ] ; then
49154 if [ -f ${D}arcFile ] ; then
49155 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
49156 fi
49157 if [ -f ${D}arcFile2 ] ; then
49158 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
49159 fi
49160 fi
49161
49162 # Extract public symbols from all the object files.
49163 tmpdefFile=${D}{defFile}_%
49164 rm -f ${D}tmpdefFile
49165 for file in ${D}inputFiles ; do
49166 case ${D}file in
49167 *!)
49168 ;;
49169 *)
49170 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
49171 ;;
49172 esac
49173 done
49174
49175 # Create the def file.
49176 rm -f ${D}defFile
49177 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
49178 dllFile="${D}{dllFile}.dll"
49179 if [ ! -z ${D}description ]; then
49180 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
49181 fi
49182 echo "EXPORTS" >> ${D}defFile
49183
49184 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
49185 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
49186
49187 # Checks if the export is ok or not.
49188 for word in ${D}exclude_symbols; do
49189 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
49190 mv ${D}{tmpdefFile}% ${D}tmpdefFile
49191 done
49192
49193
49194 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
49195 sed "=" < ${D}tmpdefFile | \\
49196 sed '
49197 N
49198 : loop
49199 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
49200 t loop
49201 ' > ${D}{tmpdefFile}%
49202 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
49203 else
49204 rm -f ${D}{tmpdefFile}%
49205 fi
49206 cat ${D}tmpdefFile >> ${D}defFile
49207 rm -f ${D}tmpdefFile
49208
49209 # Do linking, create implib, and apply lxlite.
49210 gccCmdl="";
49211 for file in ${D}inputFiles ; do
49212 case ${D}file in
49213 *!)
49214 ;;
49215 *)
49216 gccCmdl="${D}gccCmdl ${D}file"
49217 ;;
49218 esac
49219 done
49220 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
49221 touch "${D}{outFile}.dll"
49222
49223 doCommand "emximp -o ${D}arcFile ${D}defFile"
49224 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
49225 add_flags="";
49226 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
49227 add_flags="-ynd"
49228 fi
49229 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
49230 fi
49231 doCommand "emxomf -s -l ${D}arcFile"
49232
49233 # Successful exit.
49234 CleanUp 1
49235 exit 0
49236 EOF
49237
49238 chmod +x dllar.sh
49239 ;;
49240
49241 powerpc-apple-macos* | \
49242 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
49243 *-*-mirbsd* | \
49244 *-*-sunos4* | \
49245 *-*-osf* | \
49246 *-*-dgux5* | \
49247 *-*-sysv5* | \
49248 *-pc-msdosdjgpp )
49249 ;;
49250
49251 *)
49252 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
49253 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
49254 { (exit 1); exit 1; }; }
49255 esac
49256
49257 if test "x$PIC_FLAG" != "x" ; then
49258 PIC_FLAG="$PIC_FLAG -DPIC"
49259 fi
49260
49261 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
49262 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
49263 fi
49264 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
49265 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
49266 fi
49267
49268
49269
49270
49271
49272
49273
49274
49275
49276 USE_SOVERSION=0
49277 USE_SOVERLINUX=0
49278 USE_SOVERSOLARIS=0
49279 USE_SOVERCYGWIN=0
49280 USE_SOTWOSYMLINKS=0
49281 USE_MACVERSION=0
49282 SONAME_FLAG=
49283
49284 case "${BAKEFILE_HOST}" in
49285 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
49286 *-*-k*bsd*-gnu | *-*-mirbsd* )
49287 if test "x$SUNCXX" = "xyes"; then
49288 SONAME_FLAG="-h "
49289 else
49290 SONAME_FLAG="-Wl,-soname,"
49291 fi
49292 USE_SOVERSION=1
49293 USE_SOVERLINUX=1
49294 USE_SOTWOSYMLINKS=1
49295 ;;
49296
49297 *-*-solaris2* )
49298 SONAME_FLAG="-h "
49299 USE_SOVERSION=1
49300 USE_SOVERSOLARIS=1
49301 ;;
49302
49303 *-*-darwin* )
49304 USE_MACVERSION=1
49305 USE_SOVERSION=1
49306 USE_SOTWOSYMLINKS=1
49307 ;;
49308
49309 *-*-cygwin* )
49310 USE_SOVERSION=1
49311 USE_SOVERCYGWIN=1
49312 ;;
49313 esac
49314
49315
49316
49317
49318
49319
49320
49321
49322
49323
49324 # Check whether --enable-dependency-tracking was given.
49325 if test "${enable_dependency_tracking+set}" = set; then
49326 enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
49327 fi
49328
49329
49330 { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
49331 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
49332
49333 BK_DEPS=""
49334 if test "x$bk_use_trackdeps" = "xno" ; then
49335 DEPS_TRACKING=0
49336 { echo "$as_me:$LINENO: result: disabled" >&5
49337 echo "${ECHO_T}disabled" >&6; }
49338 else
49339 DEPS_TRACKING=1
49340
49341 if test "x$GCC" = "xyes"; then
49342 DEPSMODE=gcc
49343 case "${BAKEFILE_HOST}" in
49344 *-*-darwin* )
49345 DEPSFLAG="-no-cpp-precomp -MMD"
49346 ;;
49347 * )
49348 DEPSFLAG="-MMD"
49349 ;;
49350 esac
49351 { echo "$as_me:$LINENO: result: gcc" >&5
49352 echo "${ECHO_T}gcc" >&6; }
49353 elif test "x$MWCC" = "xyes"; then
49354 DEPSMODE=mwcc
49355 DEPSFLAG="-MM"
49356 { echo "$as_me:$LINENO: result: mwcc" >&5
49357 echo "${ECHO_T}mwcc" >&6; }
49358 elif test "x$SUNCC" = "xyes"; then
49359 DEPSMODE=unixcc
49360 DEPSFLAG="-xM1"
49361 { echo "$as_me:$LINENO: result: Sun cc" >&5
49362 echo "${ECHO_T}Sun cc" >&6; }
49363 elif test "x$SGICC" = "xyes"; then
49364 DEPSMODE=unixcc
49365 DEPSFLAG="-M"
49366 { echo "$as_me:$LINENO: result: SGI cc" >&5
49367 echo "${ECHO_T}SGI cc" >&6; }
49368 elif test "x$HPCC" = "xyes"; then
49369 DEPSMODE=unixcc
49370 DEPSFLAG="+make"
49371 { echo "$as_me:$LINENO: result: HP cc" >&5
49372 echo "${ECHO_T}HP cc" >&6; }
49373 elif test "x$COMPAQCC" = "xyes"; then
49374 DEPSMODE=gcc
49375 DEPSFLAG="-MD"
49376 { echo "$as_me:$LINENO: result: Compaq cc" >&5
49377 echo "${ECHO_T}Compaq cc" >&6; }
49378 else
49379 DEPS_TRACKING=0
49380 { echo "$as_me:$LINENO: result: none" >&5
49381 echo "${ECHO_T}none" >&6; }
49382 fi
49383
49384 if test $DEPS_TRACKING = 1 ; then
49385
49386 D='$'
49387 cat <<EOF >bk-deps
49388 #!/bin/sh
49389
49390 # This script is part of Bakefile (http://www.bakefile.org) autoconf
49391 # script. It is used to track C/C++ files dependencies in portable way.
49392 #
49393 # Permission is given to use this file in any way.
49394
49395 DEPSMODE=${DEPSMODE}
49396 DEPSFLAG="${DEPSFLAG}"
49397 DEPSDIRBASE=.deps
49398
49399 if test ${D}DEPSMODE = gcc ; then
49400 ${D}* ${D}{DEPSFLAG}
49401 status=${D}?
49402
49403 # determine location of created files:
49404 while test ${D}# -gt 0; do
49405 case "${D}1" in
49406 -o )
49407 shift
49408 objfile=${D}1
49409 ;;
49410 -* )
49411 ;;
49412 * )
49413 srcfile=${D}1
49414 ;;
49415 esac
49416 shift
49417 done
49418 objfilebase=\`basename ${D}objfile\`
49419 builddir=\`dirname ${D}objfile\`
49420 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
49421 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
49422 depsdir=${D}builddir/${D}DEPSDIRBASE
49423 mkdir -p ${D}depsdir
49424
49425 # if the compiler failed, we're done:
49426 if test ${D}{status} != 0 ; then
49427 rm -f ${D}depfile
49428 exit ${D}{status}
49429 fi
49430
49431 # move created file to the location we want it in:
49432 if test -f ${D}depfile ; then
49433 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
49434 rm -f ${D}depfile
49435 else
49436 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
49437 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
49438 if test ! -f ${D}depfile ; then
49439 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
49440 depfile="${D}objfile.d"
49441 fi
49442 if test -f ${D}depfile ; then
49443 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
49444 rm -f ${D}depfile
49445 fi
49446 fi
49447 exit 0
49448
49449 elif test ${D}DEPSMODE = mwcc ; then
49450 ${D}* || exit ${D}?
49451 # Run mwcc again with -MM and redirect into the dep file we want
49452 # NOTE: We can't use shift here because we need ${D}* to be valid
49453 prevarg=
49454 for arg in ${D}* ; do
49455 if test "${D}prevarg" = "-o"; then
49456 objfile=${D}arg
49457 else
49458 case "${D}arg" in
49459 -* )
49460 ;;
49461 * )
49462 srcfile=${D}arg
49463 ;;
49464 esac
49465 fi
49466 prevarg="${D}arg"
49467 done
49468
49469 objfilebase=\`basename ${D}objfile\`
49470 builddir=\`dirname ${D}objfile\`
49471 depsdir=${D}builddir/${D}DEPSDIRBASE
49472 mkdir -p ${D}depsdir
49473
49474 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
49475 exit 0
49476
49477 elif test ${D}DEPSMODE = unixcc; then
49478 ${D}* || exit ${D}?
49479 # Run compiler again with deps flag and redirect into the dep file.
49480 # It doesn't work if the '-o FILE' option is used, but without it the
49481 # dependency file will contain the wrong name for the object. So it is
49482 # removed from the command line, and the dep file is fixed with sed.
49483 cmd=""
49484 while test ${D}# -gt 0; do
49485 case "${D}1" in
49486 -o )
49487 shift
49488 objfile=${D}1
49489 ;;
49490 * )
49491 eval arg${D}#=\\${D}1
49492 cmd="${D}cmd \\${D}arg${D}#"
49493 ;;
49494 esac
49495 shift
49496 done
49497
49498 objfilebase=\`basename ${D}objfile\`
49499 builddir=\`dirname ${D}objfile\`
49500 depsdir=${D}builddir/${D}DEPSDIRBASE
49501 mkdir -p ${D}depsdir
49502
49503 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
49504 exit 0
49505
49506 else
49507 ${D}*
49508 exit ${D}?
49509 fi
49510 EOF
49511
49512 chmod +x bk-deps
49513 BK_DEPS="`pwd`/bk-deps"
49514 fi
49515 fi
49516
49517
49518
49519
49520
49521 case ${BAKEFILE_HOST} in
49522 *-*-cygwin* | *-*-mingw32* )
49523 if test -n "$ac_tool_prefix"; then
49524 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
49525 set dummy ${ac_tool_prefix}windres; ac_word=$2
49526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49528 if test "${ac_cv_prog_WINDRES+set}" = set; then
49529 echo $ECHO_N "(cached) $ECHO_C" >&6
49530 else
49531 if test -n "$WINDRES"; then
49532 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
49533 else
49534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49535 for as_dir in $PATH
49536 do
49537 IFS=$as_save_IFS
49538 test -z "$as_dir" && as_dir=.
49539 for ac_exec_ext in '' $ac_executable_extensions; do
49540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49541 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
49542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49543 break 2
49544 fi
49545 done
49546 done
49547 IFS=$as_save_IFS
49548
49549 fi
49550 fi
49551 WINDRES=$ac_cv_prog_WINDRES
49552 if test -n "$WINDRES"; then
49553 { echo "$as_me:$LINENO: result: $WINDRES" >&5
49554 echo "${ECHO_T}$WINDRES" >&6; }
49555 else
49556 { echo "$as_me:$LINENO: result: no" >&5
49557 echo "${ECHO_T}no" >&6; }
49558 fi
49559
49560
49561 fi
49562 if test -z "$ac_cv_prog_WINDRES"; then
49563 ac_ct_WINDRES=$WINDRES
49564 # Extract the first word of "windres", so it can be a program name with args.
49565 set dummy windres; ac_word=$2
49566 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49567 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49568 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
49569 echo $ECHO_N "(cached) $ECHO_C" >&6
49570 else
49571 if test -n "$ac_ct_WINDRES"; then
49572 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
49573 else
49574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49575 for as_dir in $PATH
49576 do
49577 IFS=$as_save_IFS
49578 test -z "$as_dir" && as_dir=.
49579 for ac_exec_ext in '' $ac_executable_extensions; do
49580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49581 ac_cv_prog_ac_ct_WINDRES="windres"
49582 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49583 break 2
49584 fi
49585 done
49586 done
49587 IFS=$as_save_IFS
49588
49589 fi
49590 fi
49591 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
49592 if test -n "$ac_ct_WINDRES"; then
49593 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
49594 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
49595 else
49596 { echo "$as_me:$LINENO: result: no" >&5
49597 echo "${ECHO_T}no" >&6; }
49598 fi
49599
49600 if test "x$ac_ct_WINDRES" = x; then
49601 WINDRES=""
49602 else
49603 case $cross_compiling:$ac_tool_warned in
49604 yes:)
49605 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49606 whose name does not start with the host triplet. If you think this
49607 configuration is useful to you, please write to autoconf@gnu.org." >&5
49608 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49609 whose name does not start with the host triplet. If you think this
49610 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49611 ac_tool_warned=yes ;;
49612 esac
49613 WINDRES=$ac_ct_WINDRES
49614 fi
49615 else
49616 WINDRES="$ac_cv_prog_WINDRES"
49617 fi
49618
49619 ;;
49620
49621 *-*-darwin* | powerpc-apple-macos* )
49622 # Extract the first word of "Rez", so it can be a program name with args.
49623 set dummy Rez; ac_word=$2
49624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49626 if test "${ac_cv_prog_REZ+set}" = set; then
49627 echo $ECHO_N "(cached) $ECHO_C" >&6
49628 else
49629 if test -n "$REZ"; then
49630 ac_cv_prog_REZ="$REZ" # Let the user override the test.
49631 else
49632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49633 for as_dir in $PATH
49634 do
49635 IFS=$as_save_IFS
49636 test -z "$as_dir" && as_dir=.
49637 for ac_exec_ext in '' $ac_executable_extensions; do
49638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49639 ac_cv_prog_REZ="Rez"
49640 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49641 break 2
49642 fi
49643 done
49644 done
49645 IFS=$as_save_IFS
49646
49647 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
49648 fi
49649 fi
49650 REZ=$ac_cv_prog_REZ
49651 if test -n "$REZ"; then
49652 { echo "$as_me:$LINENO: result: $REZ" >&5
49653 echo "${ECHO_T}$REZ" >&6; }
49654 else
49655 { echo "$as_me:$LINENO: result: no" >&5
49656 echo "${ECHO_T}no" >&6; }
49657 fi
49658
49659
49660 # Extract the first word of "SetFile", so it can be a program name with args.
49661 set dummy SetFile; ac_word=$2
49662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49664 if test "${ac_cv_prog_SETFILE+set}" = set; then
49665 echo $ECHO_N "(cached) $ECHO_C" >&6
49666 else
49667 if test -n "$SETFILE"; then
49668 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
49669 else
49670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49671 for as_dir in $PATH
49672 do
49673 IFS=$as_save_IFS
49674 test -z "$as_dir" && as_dir=.
49675 for ac_exec_ext in '' $ac_executable_extensions; do
49676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49677 ac_cv_prog_SETFILE="SetFile"
49678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49679 break 2
49680 fi
49681 done
49682 done
49683 IFS=$as_save_IFS
49684
49685 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
49686 fi
49687 fi
49688 SETFILE=$ac_cv_prog_SETFILE
49689 if test -n "$SETFILE"; then
49690 { echo "$as_me:$LINENO: result: $SETFILE" >&5
49691 echo "${ECHO_T}$SETFILE" >&6; }
49692 else
49693 { echo "$as_me:$LINENO: result: no" >&5
49694 echo "${ECHO_T}no" >&6; }
49695 fi
49696
49697
49698 ;;
49699 esac
49700
49701
49702
49703
49704
49705
49706
49707
49708
49709 BAKEFILE_BAKEFILE_M4_VERSION="0.2.6"
49710
49711
49712 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.6"
49713
49714
49715
49716 # Check whether --enable-precomp-headers was given.
49717 if test "${enable_precomp_headers+set}" = set; then
49718 enableval=$enable_precomp_headers; bk_use_pch="$enableval"
49719 fi
49720
49721
49722 GCC_PCH=0
49723 ICC_PCH=0
49724 USE_PCH=0
49725 BK_MAKE_PCH=""
49726
49727 case ${BAKEFILE_HOST} in
49728 *-*-cygwin* )
49729 bk_use_pch="no"
49730 ;;
49731 esac
49732
49733 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
49734 if test "x$GCC" = "xyes"; then
49735 { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
49736 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
49737 cat >conftest.$ac_ext <<_ACEOF
49738 /* confdefs.h. */
49739 _ACEOF
49740 cat confdefs.h >>conftest.$ac_ext
49741 cat >>conftest.$ac_ext <<_ACEOF
49742 /* end confdefs.h. */
49743
49744 int
49745 main ()
49746 {
49747
49748 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
49749 There is no PCH support
49750 #endif
49751 #if (__GNUC__ < 3)
49752 There is no PCH support
49753 #endif
49754 #if (__GNUC__ == 3) && \
49755 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
49756 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
49757 ( defined(__INTEL_COMPILER) )
49758 There is no PCH support
49759 #endif
49760
49761 ;
49762 return 0;
49763 }
49764 _ACEOF
49765 rm -f conftest.$ac_objext
49766 if { (ac_try="$ac_compile"
49767 case "(($ac_try" in
49768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49769 *) ac_try_echo=$ac_try;;
49770 esac
49771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49772 (eval "$ac_compile") 2>conftest.er1
49773 ac_status=$?
49774 grep -v '^ *+' conftest.er1 >conftest.err
49775 rm -f conftest.er1
49776 cat conftest.err >&5
49777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49778 (exit $ac_status); } && {
49779 test -z "$ac_c_werror_flag" ||
49780 test ! -s conftest.err
49781 } && test -s conftest.$ac_objext; then
49782
49783 { echo "$as_me:$LINENO: result: yes" >&5
49784 echo "${ECHO_T}yes" >&6; }
49785 GCC_PCH=1
49786
49787 else
49788 echo "$as_me: failed program was:" >&5
49789 sed 's/^/| /' conftest.$ac_ext >&5
49790
49791
49792 if test "$INTELCXX8" = "yes"; then
49793 { echo "$as_me:$LINENO: result: yes" >&5
49794 echo "${ECHO_T}yes" >&6; }
49795 ICC_PCH=1
49796 if test "$INTELCXX10" = "yes"; then
49797 ICC_PCH_CREATE_SWITCH="-pch-create"
49798 ICC_PCH_USE_SWITCH="-pch-use"
49799 else
49800 ICC_PCH_CREATE_SWITCH="-create-pch"
49801 ICC_PCH_USE_SWITCH="-use-pch"
49802 fi
49803 else
49804 { echo "$as_me:$LINENO: result: no" >&5
49805 echo "${ECHO_T}no" >&6; }
49806 fi
49807
49808 fi
49809
49810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49811 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
49812 USE_PCH=1
49813
49814 D='$'
49815 cat <<EOF >bk-make-pch
49816 #!/bin/sh
49817
49818 # This script is part of Bakefile (http://www.bakefile.org) autoconf
49819 # script. It is used to generated precompiled headers.
49820 #
49821 # Permission is given to use this file in any way.
49822
49823 outfile="${D}{1}"
49824 header="${D}{2}"
49825 shift
49826 shift
49827
49828 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
49829
49830 compiler=""
49831 headerfile=""
49832
49833 while test ${D}{#} -gt 0; do
49834 add_to_cmdline=1
49835 case "${D}{1}" in
49836 -I* )
49837 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
49838 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
49839 headerfile="${D}{incdir}/${D}{header}"
49840 fi
49841 ;;
49842 -use-pch|-use_pch|-pch-use )
49843 shift
49844 add_to_cmdline=0
49845 ;;
49846 esac
49847 if test ${D}add_to_cmdline = 1 ; then
49848 compiler="${D}{compiler} ${D}{1}"
49849 fi
49850 shift
49851 done
49852
49853 if test "x${D}{headerfile}" = "x" ; then
49854 echo "error: can't find header ${D}{header} in include paths" >&2
49855 else
49856 if test -f ${D}{outfile} ; then
49857 rm -f ${D}{outfile}
49858 else
49859 mkdir -p \`dirname ${D}{outfile}\`
49860 fi
49861 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
49862 mkdir -p ${D}{builddir}/.deps
49863 if test "x${GCC_PCH}" = "x1" ; then
49864 # can do this because gcc is >= 3.4:
49865 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
49866 elif test "x${ICC_PCH}" = "x1" ; then
49867 filename=pch_gen-${D}${D}
49868 file=${D}{filename}.c
49869 dfile=${D}{filename}.d
49870 cat > ${D}file <<EOT
49871 #include "${D}header"
49872 EOT
49873 # using -MF icc complains about differing command lines in creation/use
49874 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
49875 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
49876 rm -f ${D}file ${D}dfile ${D}{filename}.o
49877 fi
49878 exit ${D}{?}
49879 fi
49880 EOF
49881
49882 chmod +x bk-make-pch
49883 BK_MAKE_PCH="`pwd`/bk-make-pch"
49884 fi
49885 fi
49886 fi
49887
49888
49889
49890
49891
49892
49893
49894 COND_BUILD_DEBUG="#"
49895 if test "x$BUILD" = "xdebug" ; then
49896 COND_BUILD_DEBUG=""
49897 fi
49898
49899 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
49900 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
49901 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
49902 fi
49903
49904 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
49905 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
49906 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
49907 fi
49908
49909 COND_BUILD_DEBUG_UNICODE_0="#"
49910 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
49911 COND_BUILD_DEBUG_UNICODE_0=""
49912 fi
49913
49914 COND_BUILD_DEBUG_UNICODE_1="#"
49915 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
49916 COND_BUILD_DEBUG_UNICODE_1=""
49917 fi
49918
49919 COND_BUILD_RELEASE="#"
49920 if test "x$BUILD" = "xrelease" ; then
49921 COND_BUILD_RELEASE=""
49922 fi
49923
49924 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
49925 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
49926 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
49927 fi
49928
49929 COND_BUILD_RELEASE_UNICODE_0="#"
49930 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
49931 COND_BUILD_RELEASE_UNICODE_0=""
49932 fi
49933
49934 COND_BUILD_RELEASE_UNICODE_1="#"
49935 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
49936 COND_BUILD_RELEASE_UNICODE_1=""
49937 fi
49938
49939 COND_BUILD_debug="#"
49940 if test "x$BUILD" = "xdebug" ; then
49941 COND_BUILD_debug=""
49942 fi
49943
49944 COND_BUILD_debug_DEBUG_FLAG_default="#"
49945 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
49946 COND_BUILD_debug_DEBUG_FLAG_default=""
49947 fi
49948
49949 COND_BUILD_debug_DEBUG_INFO_default="#"
49950 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
49951 COND_BUILD_debug_DEBUG_INFO_default=""
49952 fi
49953
49954 COND_BUILD_debug_UNICODE_0="#"
49955 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
49956 COND_BUILD_debug_UNICODE_0=""
49957 fi
49958
49959 COND_BUILD_debug_UNICODE_1="#"
49960 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
49961 COND_BUILD_debug_UNICODE_1=""
49962 fi
49963
49964 COND_BUILD_release="#"
49965 if test "x$BUILD" = "xrelease" ; then
49966 COND_BUILD_release=""
49967 fi
49968
49969 COND_BUILD_release_DEBUG_INFO_default="#"
49970 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
49971 COND_BUILD_release_DEBUG_INFO_default=""
49972 fi
49973
49974 COND_BUILD_release_UNICODE_0="#"
49975 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
49976 COND_BUILD_release_UNICODE_0=""
49977 fi
49978
49979 COND_BUILD_release_UNICODE_1="#"
49980 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
49981 COND_BUILD_release_UNICODE_1=""
49982 fi
49983
49984 COND_DEBUG_FLAG_0="#"
49985 if test "x$DEBUG_FLAG" = "x0" ; then
49986 COND_DEBUG_FLAG_0=""
49987 fi
49988
49989 COND_DEBUG_FLAG_1="#"
49990 if test "x$DEBUG_FLAG" = "x1" ; then
49991 COND_DEBUG_FLAG_1=""
49992 fi
49993
49994 COND_DEBUG_INFO_0="#"
49995 if test "x$DEBUG_INFO" = "x0" ; then
49996 COND_DEBUG_INFO_0=""
49997 fi
49998
49999 COND_DEBUG_INFO_1="#"
50000 if test "x$DEBUG_INFO" = "x1" ; then
50001 COND_DEBUG_INFO_1=""
50002 fi
50003
50004 COND_DEPS_TRACKING_0="#"
50005 if test "x$DEPS_TRACKING" = "x0" ; then
50006 COND_DEPS_TRACKING_0=""
50007 fi
50008
50009 COND_DEPS_TRACKING_1="#"
50010 if test "x$DEPS_TRACKING" = "x1" ; then
50011 COND_DEPS_TRACKING_1=""
50012 fi
50013
50014 COND_GCC_PCH_1="#"
50015 if test "x$GCC_PCH" = "x1" ; then
50016 COND_GCC_PCH_1=""
50017 fi
50018
50019 COND_ICC_PCH_1="#"
50020 if test "x$ICC_PCH" = "x1" ; then
50021 COND_ICC_PCH_1=""
50022 fi
50023
50024 COND_MONOLITHIC_0="#"
50025 if test "x$MONOLITHIC" = "x0" ; then
50026 COND_MONOLITHIC_0=""
50027 fi
50028
50029 COND_MONOLITHIC_0_SHARED_0="#"
50030 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
50031 COND_MONOLITHIC_0_SHARED_0=""
50032 fi
50033
50034 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
50035 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
50036 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
50037 fi
50038
50039 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
50040 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
50041 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
50042 fi
50043
50044 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
50045 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
50046 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
50047 fi
50048
50049 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
50050 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50051 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
50052 fi
50053
50054 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
50055 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
50056 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
50057 fi
50058
50059 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
50060 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
50061 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
50062 fi
50063
50064 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
50065 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
50066 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
50067 fi
50068
50069 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
50070 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
50071 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
50072 fi
50073
50074 COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
50075 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
50076 COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
50077 fi
50078
50079 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
50080 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
50081 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
50082 fi
50083
50084 COND_MONOLITHIC_0_SHARED_1="#"
50085 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
50086 COND_MONOLITHIC_0_SHARED_1=""
50087 fi
50088
50089 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
50090 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
50091 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
50092 fi
50093
50094 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
50095 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
50096 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
50097 fi
50098
50099 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
50100 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
50101 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
50102 fi
50103
50104 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
50105 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50106 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
50107 fi
50108
50109 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
50110 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
50111 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
50112 fi
50113
50114 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
50115 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
50116 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
50117 fi
50118
50119 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
50120 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
50121 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
50122 fi
50123
50124 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
50125 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
50126 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
50127 fi
50128
50129 COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
50130 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
50131 COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
50132 fi
50133
50134 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
50135 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
50136 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
50137 fi
50138
50139 COND_MONOLITHIC_0_USE_AUI_1="#"
50140 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
50141 COND_MONOLITHIC_0_USE_AUI_1=""
50142 fi
50143
50144 COND_MONOLITHIC_0_USE_GUI_1="#"
50145 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
50146 COND_MONOLITHIC_0_USE_GUI_1=""
50147 fi
50148
50149 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
50150 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50151 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
50152 fi
50153
50154 COND_MONOLITHIC_0_USE_HTML_1="#"
50155 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
50156 COND_MONOLITHIC_0_USE_HTML_1=""
50157 fi
50158
50159 COND_MONOLITHIC_0_USE_MEDIA_1="#"
50160 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
50161 COND_MONOLITHIC_0_USE_MEDIA_1=""
50162 fi
50163
50164 COND_MONOLITHIC_0_USE_PROPGRID_1="#"
50165 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
50166 COND_MONOLITHIC_0_USE_PROPGRID_1=""
50167 fi
50168
50169 COND_MONOLITHIC_0_USE_QA_1="#"
50170 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
50171 COND_MONOLITHIC_0_USE_QA_1=""
50172 fi
50173
50174 COND_MONOLITHIC_0_USE_RIBBON_1="#"
50175 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
50176 COND_MONOLITHIC_0_USE_RIBBON_1=""
50177 fi
50178
50179 COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
50180 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
50181 COND_MONOLITHIC_0_USE_RICHTEXT_1=""
50182 fi
50183
50184 COND_MONOLITHIC_0_USE_STC_1="#"
50185 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
50186 COND_MONOLITHIC_0_USE_STC_1=""
50187 fi
50188
50189 COND_MONOLITHIC_0_USE_XRC_1="#"
50190 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
50191 COND_MONOLITHIC_0_USE_XRC_1=""
50192 fi
50193
50194 COND_MONOLITHIC_1="#"
50195 if test "x$MONOLITHIC" = "x1" ; then
50196 COND_MONOLITHIC_1=""
50197 fi
50198
50199 COND_MONOLITHIC_1_SHARED_0="#"
50200 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
50201 COND_MONOLITHIC_1_SHARED_0=""
50202 fi
50203
50204 COND_MONOLITHIC_1_SHARED_1="#"
50205 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
50206 COND_MONOLITHIC_1_SHARED_1=""
50207 fi
50208
50209 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
50210 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
50211 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
50212 fi
50213
50214 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
50215 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
50216 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
50217 fi
50218
50219 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
50220 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
50221 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
50222 fi
50223
50224 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
50225 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
50226 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
50227 fi
50228
50229 COND_PLATFORM_MACOSX_1="#"
50230 if test "x$PLATFORM_MACOSX" = "x1" ; then
50231 COND_PLATFORM_MACOSX_1=""
50232 fi
50233
50234 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
50235 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
50236 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
50237 fi
50238
50239 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
50240 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
50241 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
50242 fi
50243
50244 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
50245 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50246 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
50247 fi
50248
50249 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
50250 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
50251 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
50252 fi
50253
50254 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
50255 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50256 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
50257 fi
50258
50259 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
50260 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
50261 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
50262 fi
50263
50264 COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
50265 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50266 COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
50267 fi
50268
50269 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
50270 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
50271 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
50272 fi
50273
50274 COND_PLATFORM_MACOS_1="#"
50275 if test "x$PLATFORM_MACOS" = "x1" ; then
50276 COND_PLATFORM_MACOS_1=""
50277 fi
50278
50279 COND_PLATFORM_MAC_0="#"
50280 if test "x$PLATFORM_MAC" = "x0" ; then
50281 COND_PLATFORM_MAC_0=""
50282 fi
50283
50284 COND_PLATFORM_MAC_1="#"
50285 if test "x$PLATFORM_MAC" = "x1" ; then
50286 COND_PLATFORM_MAC_1=""
50287 fi
50288
50289 COND_PLATFORM_MSDOS_0="#"
50290 if test "x$PLATFORM_MSDOS" = "x0" ; then
50291 COND_PLATFORM_MSDOS_0=""
50292 fi
50293
50294 COND_PLATFORM_MSDOS_1="#"
50295 if test "x$PLATFORM_MSDOS" = "x1" ; then
50296 COND_PLATFORM_MSDOS_1=""
50297 fi
50298
50299 COND_PLATFORM_OS2_1="#"
50300 if test "x$PLATFORM_OS2" = "x1" ; then
50301 COND_PLATFORM_OS2_1=""
50302 fi
50303
50304 COND_PLATFORM_UNIX_0="#"
50305 if test "x$PLATFORM_UNIX" = "x0" ; then
50306 COND_PLATFORM_UNIX_0=""
50307 fi
50308
50309 COND_PLATFORM_UNIX_1="#"
50310 if test "x$PLATFORM_UNIX" = "x1" ; then
50311 COND_PLATFORM_UNIX_1=""
50312 fi
50313
50314 COND_PLATFORM_UNIX_1_TOOLKIT_MGL="#"
50315 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" ; then
50316 COND_PLATFORM_UNIX_1_TOOLKIT_MGL=""
50317 fi
50318
50319 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1="#"
50320 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
50321 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1=""
50322 fi
50323
50324 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
50325 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
50326 COND_PLATFORM_UNIX_1_USE_GUI_1=""
50327 fi
50328
50329 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
50330 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
50331 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
50332 fi
50333
50334 COND_PLATFORM_WIN32_0="#"
50335 if test "x$PLATFORM_WIN32" = "x0" ; then
50336 COND_PLATFORM_WIN32_0=""
50337 fi
50338
50339 COND_PLATFORM_WIN32_1="#"
50340 if test "x$PLATFORM_WIN32" = "x1" ; then
50341 COND_PLATFORM_WIN32_1=""
50342 fi
50343
50344 COND_SHARED_0="#"
50345 if test "x$SHARED" = "x0" ; then
50346 COND_SHARED_0=""
50347 fi
50348
50349 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
50350 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
50351 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
50352 fi
50353
50354 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
50355 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
50356 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
50357 fi
50358
50359 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
50360 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
50361 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
50362 fi
50363
50364 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
50365 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50366 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
50367 fi
50368
50369 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
50370 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50371 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
50372 fi
50373
50374 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
50375 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50376 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
50377 fi
50378
50379 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
50380 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50381 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
50382 fi
50383
50384 COND_SHARED_0_USE_STC_1="#"
50385 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
50386 COND_SHARED_0_USE_STC_1=""
50387 fi
50388
50389 COND_SHARED_0_wxUSE_EXPAT_builtin="#"
50390 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
50391 COND_SHARED_0_wxUSE_EXPAT_builtin=""
50392 fi
50393
50394 COND_SHARED_0_wxUSE_REGEX_builtin="#"
50395 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
50396 COND_SHARED_0_wxUSE_REGEX_builtin=""
50397 fi
50398
50399 COND_SHARED_0_wxUSE_ZLIB_builtin="#"
50400 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
50401 COND_SHARED_0_wxUSE_ZLIB_builtin=""
50402 fi
50403
50404 COND_SHARED_1="#"
50405 if test "x$SHARED" = "x1" ; then
50406 COND_SHARED_1=""
50407 fi
50408
50409 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
50410 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50411 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
50412 fi
50413
50414 COND_TOOLKIT_="#"
50415 if test "x$TOOLKIT" = "x" ; then
50416 COND_TOOLKIT_=""
50417 fi
50418
50419 COND_TOOLKIT_COCOA="#"
50420 if test "x$TOOLKIT" = "xCOCOA" ; then
50421 COND_TOOLKIT_COCOA=""
50422 fi
50423
50424 COND_TOOLKIT_COCOA_USE_GUI_1="#"
50425 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
50426 COND_TOOLKIT_COCOA_USE_GUI_1=""
50427 fi
50428
50429 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
50430 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50431 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
50432 fi
50433
50434 COND_TOOLKIT_DFB="#"
50435 if test "x$TOOLKIT" = "xDFB" ; then
50436 COND_TOOLKIT_DFB=""
50437 fi
50438
50439 COND_TOOLKIT_DFB_USE_GUI_1="#"
50440 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
50441 COND_TOOLKIT_DFB_USE_GUI_1=""
50442 fi
50443
50444 COND_TOOLKIT_GTK="#"
50445 if test "x$TOOLKIT" = "xGTK" ; then
50446 COND_TOOLKIT_GTK=""
50447 fi
50448
50449 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
50450 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
50451 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
50452 fi
50453
50454 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
50455 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
50456 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
50457 fi
50458
50459 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
50460 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
50461 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
50462 fi
50463
50464 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
50465 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50466 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
50467 fi
50468
50469 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
50470 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
50471 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
50472 fi
50473
50474 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
50475 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50476 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
50477 fi
50478
50479 COND_TOOLKIT_GTK_USE_GUI_1="#"
50480 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
50481 COND_TOOLKIT_GTK_USE_GUI_1=""
50482 fi
50483
50484 COND_TOOLKIT_MAC="#"
50485 if test "x$TOOLKIT" = "xMAC" ; then
50486 COND_TOOLKIT_MAC=""
50487 fi
50488
50489 COND_TOOLKIT_MGL="#"
50490 if test "x$TOOLKIT" = "xMGL" ; then
50491 COND_TOOLKIT_MGL=""
50492 fi
50493
50494 COND_TOOLKIT_MGL_USE_GUI_1="#"
50495 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
50496 COND_TOOLKIT_MGL_USE_GUI_1=""
50497 fi
50498
50499 COND_TOOLKIT_MOTIF="#"
50500 if test "x$TOOLKIT" = "xMOTIF" ; then
50501 COND_TOOLKIT_MOTIF=""
50502 fi
50503
50504 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
50505 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
50506 COND_TOOLKIT_MOTIF_USE_GUI_1=""
50507 fi
50508
50509 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
50510 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50511 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
50512 fi
50513
50514 COND_TOOLKIT_MSW="#"
50515 if test "x$TOOLKIT" = "xMSW" ; then
50516 COND_TOOLKIT_MSW=""
50517 fi
50518
50519 COND_TOOLKIT_MSW_USE_GUI_1="#"
50520 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
50521 COND_TOOLKIT_MSW_USE_GUI_1=""
50522 fi
50523
50524 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
50525 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50526 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
50527 fi
50528
50529 COND_TOOLKIT_MSW_WXUNIV_0="#"
50530 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
50531 COND_TOOLKIT_MSW_WXUNIV_0=""
50532 fi
50533
50534 COND_TOOLKIT_OSX_CARBON="#"
50535 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
50536 COND_TOOLKIT_OSX_CARBON=""
50537 fi
50538
50539 COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
50540 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
50541 COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
50542 fi
50543
50544 COND_TOOLKIT_OSX_COCOA="#"
50545 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
50546 COND_TOOLKIT_OSX_COCOA=""
50547 fi
50548
50549 COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
50550 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
50551 COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
50552 fi
50553
50554 COND_TOOLKIT_OSX_IPHONE="#"
50555 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
50556 COND_TOOLKIT_OSX_IPHONE=""
50557 fi
50558
50559 COND_TOOLKIT_PM="#"
50560 if test "x$TOOLKIT" = "xPM" ; then
50561 COND_TOOLKIT_PM=""
50562 fi
50563
50564 COND_TOOLKIT_PM_USE_GUI_1="#"
50565 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
50566 COND_TOOLKIT_PM_USE_GUI_1=""
50567 fi
50568
50569 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
50570 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50571 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
50572 fi
50573
50574 COND_TOOLKIT_WINCE="#"
50575 if test "x$TOOLKIT" = "xWINCE" ; then
50576 COND_TOOLKIT_WINCE=""
50577 fi
50578
50579 COND_TOOLKIT_WINCE_USE_GUI_1="#"
50580 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
50581 COND_TOOLKIT_WINCE_USE_GUI_1=""
50582 fi
50583
50584 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
50585 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50586 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
50587 fi
50588
50589 COND_TOOLKIT_WINCE_WXUNIV_0="#"
50590 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
50591 COND_TOOLKIT_WINCE_WXUNIV_0=""
50592 fi
50593
50594 COND_TOOLKIT_X11="#"
50595 if test "x$TOOLKIT" = "xX11" ; then
50596 COND_TOOLKIT_X11=""
50597 fi
50598
50599 COND_TOOLKIT_X11_USE_GUI_1="#"
50600 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
50601 COND_TOOLKIT_X11_USE_GUI_1=""
50602 fi
50603
50604 COND_UNICODE_1="#"
50605 if test "x$UNICODE" = "x1" ; then
50606 COND_UNICODE_1=""
50607 fi
50608
50609 COND_USE_EXCEPTIONS_0="#"
50610 if test "x$USE_EXCEPTIONS" = "x0" ; then
50611 COND_USE_EXCEPTIONS_0=""
50612 fi
50613
50614 COND_USE_EXCEPTIONS_1="#"
50615 if test "x$USE_EXCEPTIONS" = "x1" ; then
50616 COND_USE_EXCEPTIONS_1=""
50617 fi
50618
50619 COND_USE_GUI_0="#"
50620 if test "x$USE_GUI" = "x0" ; then
50621 COND_USE_GUI_0=""
50622 fi
50623
50624 COND_USE_GUI_1="#"
50625 if test "x$USE_GUI" = "x1" ; then
50626 COND_USE_GUI_1=""
50627 fi
50628
50629 COND_USE_GUI_1_USE_OPENGL_1="#"
50630 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50631 COND_USE_GUI_1_USE_OPENGL_1=""
50632 fi
50633
50634 COND_USE_GUI_1_WXUNIV_0="#"
50635 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50636 COND_USE_GUI_1_WXUNIV_0=""
50637 fi
50638
50639 COND_USE_GUI_1_WXUNIV_1="#"
50640 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
50641 COND_USE_GUI_1_WXUNIV_1=""
50642 fi
50643
50644 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
50645 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50646 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
50647 fi
50648
50649 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
50650 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50651 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
50652 fi
50653
50654 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
50655 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50656 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
50657 fi
50658
50659 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
50660 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50661 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
50662 fi
50663
50664 COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
50665 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50666 COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
50667 fi
50668
50669 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
50670 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50671 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
50672 fi
50673
50674 COND_USE_OPENGL_1="#"
50675 if test "x$USE_OPENGL" = "x1" ; then
50676 COND_USE_OPENGL_1=""
50677 fi
50678
50679 COND_USE_PCH_1="#"
50680 if test "x$USE_PCH" = "x1" ; then
50681 COND_USE_PCH_1=""
50682 fi
50683
50684 COND_USE_PLUGINS_0="#"
50685 if test "x$USE_PLUGINS" = "x0" ; then
50686 COND_USE_PLUGINS_0=""
50687 fi
50688
50689 COND_USE_RTTI_0="#"
50690 if test "x$USE_RTTI" = "x0" ; then
50691 COND_USE_RTTI_0=""
50692 fi
50693
50694 COND_USE_RTTI_1="#"
50695 if test "x$USE_RTTI" = "x1" ; then
50696 COND_USE_RTTI_1=""
50697 fi
50698
50699 COND_USE_SOTWOSYMLINKS_1="#"
50700 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
50701 COND_USE_SOTWOSYMLINKS_1=""
50702 fi
50703
50704 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
50705 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
50706 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
50707 fi
50708
50709 COND_USE_SOVERLINUX_1="#"
50710 if test "x$USE_SOVERLINUX" = "x1" ; then
50711 COND_USE_SOVERLINUX_1=""
50712 fi
50713
50714 COND_USE_SOVERSION_0="#"
50715 if test "x$USE_SOVERSION" = "x0" ; then
50716 COND_USE_SOVERSION_0=""
50717 fi
50718
50719 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
50720 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
50721 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
50722 fi
50723
50724 COND_USE_SOVERSOLARIS_1="#"
50725 if test "x$USE_SOVERSOLARIS" = "x1" ; then
50726 COND_USE_SOVERSOLARIS_1=""
50727 fi
50728
50729 COND_USE_STC_1="#"
50730 if test "x$USE_STC" = "x1" ; then
50731 COND_USE_STC_1=""
50732 fi
50733
50734 COND_USE_THREADS_0="#"
50735 if test "x$USE_THREADS" = "x0" ; then
50736 COND_USE_THREADS_0=""
50737 fi
50738
50739 COND_USE_THREADS_1="#"
50740 if test "x$USE_THREADS" = "x1" ; then
50741 COND_USE_THREADS_1=""
50742 fi
50743
50744 COND_USE_XRC_1="#"
50745 if test "x$USE_XRC" = "x1" ; then
50746 COND_USE_XRC_1=""
50747 fi
50748
50749 COND_WINDOWS_IMPLIB_1="#"
50750 if test "x$WINDOWS_IMPLIB" = "x1" ; then
50751 COND_WINDOWS_IMPLIB_1=""
50752 fi
50753
50754 COND_WITH_PLUGIN_SDL_1="#"
50755 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
50756 COND_WITH_PLUGIN_SDL_1=""
50757 fi
50758
50759 COND_WXUNIV_0="#"
50760 if test "x$WXUNIV" = "x0" ; then
50761 COND_WXUNIV_0=""
50762 fi
50763
50764 COND_WXUNIV_1="#"
50765 if test "x$WXUNIV" = "x1" ; then
50766 COND_WXUNIV_1=""
50767 fi
50768
50769 COND_WXUSE_EXPAT_BUILTIN="#"
50770 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
50771 COND_WXUSE_EXPAT_BUILTIN=""
50772 fi
50773
50774 COND_WXUSE_LIBJPEG_BUILTIN="#"
50775 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50776 COND_WXUSE_LIBJPEG_BUILTIN=""
50777 fi
50778
50779 COND_WXUSE_LIBPNG_BUILTIN="#"
50780 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50781 COND_WXUSE_LIBPNG_BUILTIN=""
50782 fi
50783
50784 COND_WXUSE_LIBTIFF_BUILTIN="#"
50785 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50786 COND_WXUSE_LIBTIFF_BUILTIN=""
50787 fi
50788
50789 COND_WXUSE_REGEX_BUILTIN="#"
50790 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
50791 COND_WXUSE_REGEX_BUILTIN=""
50792 fi
50793
50794 COND_WXUSE_ZLIB_BUILTIN="#"
50795 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
50796 COND_WXUSE_ZLIB_BUILTIN=""
50797 fi
50798
50799 COND_wxUSE_EXPAT_builtin="#"
50800 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
50801 COND_wxUSE_EXPAT_builtin=""
50802 fi
50803
50804 COND_wxUSE_LIBJPEG_builtin="#"
50805 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50806 COND_wxUSE_LIBJPEG_builtin=""
50807 fi
50808
50809 COND_wxUSE_LIBPNG_builtin="#"
50810 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50811 COND_wxUSE_LIBPNG_builtin=""
50812 fi
50813
50814 COND_wxUSE_LIBTIFF_builtin="#"
50815 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50816 COND_wxUSE_LIBTIFF_builtin=""
50817 fi
50818
50819 COND_wxUSE_REGEX_builtin="#"
50820 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
50821 COND_wxUSE_REGEX_builtin=""
50822 fi
50823
50824 COND_wxUSE_ZLIB_builtin="#"
50825 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
50826 COND_wxUSE_ZLIB_builtin=""
50827 fi
50828
50829
50830
50831 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
50832 { { 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
50833 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;}
50834 { (exit 1); exit 1; }; }
50835 fi
50836
50837 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
50838 { { 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
50839 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;}
50840 { (exit 1); exit 1; }; }
50841 fi
50842
50843
50844 case ${INSTALL} in
50845 /* ) # Absolute
50846 ;;
50847 ?:* ) # Drive letter, considered as absolute.
50848 ;;
50849 *)
50850 INSTALL=`pwd`/${INSTALL} ;;
50851 esac
50852
50853 if test "$wxUSE_GUI" = "yes"; then
50854
50855 if test "$wxUSE_MSW" = 1 ; then
50856 if test "x$WINDRES" = "x"; then
50857 { { echo "$as_me:$LINENO: error: Required windres program not found" >&5
50858 echo "$as_me: error: Required windres program not found" >&2;}
50859 { (exit 1); exit 1; }; }
50860 fi
50861
50862 RESCOMP="$WINDRES"
50863 fi
50864
50865 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
50866 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
50867 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
50868
50869 LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
50870
50871 # Extract the first word of "DeRez", so it can be a program name with args.
50872 set dummy DeRez; ac_word=$2
50873 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50875 if test "${ac_cv_prog_DEREZ+set}" = set; then
50876 echo $ECHO_N "(cached) $ECHO_C" >&6
50877 else
50878 if test -n "$DEREZ"; then
50879 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
50880 else
50881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50882 for as_dir in $PATH
50883 do
50884 IFS=$as_save_IFS
50885 test -z "$as_dir" && as_dir=.
50886 for ac_exec_ext in '' $ac_executable_extensions; do
50887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50888 ac_cv_prog_DEREZ="DeRez"
50889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50890 break 2
50891 fi
50892 done
50893 done
50894 IFS=$as_save_IFS
50895
50896 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
50897 fi
50898 fi
50899 DEREZ=$ac_cv_prog_DEREZ
50900 if test -n "$DEREZ"; then
50901 { echo "$as_me:$LINENO: result: $DEREZ" >&5
50902 echo "${ECHO_T}$DEREZ" >&6; }
50903 else
50904 { echo "$as_me:$LINENO: result: no" >&5
50905 echo "${ECHO_T}no" >&6; }
50906 fi
50907
50908
50909
50910 MACSETFILE="\$(SETFILE)"
50911
50912 if test "$wxUSE_OSX_CARBON" = 1; then
50913 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
50914 RESCOMP="$REZ"
50915 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
50916 else
50917 POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
50918 RESCOMP="cat /dev/null \| $REZ"
50919 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
50920 fi
50921
50922 else
50923 MACSETFILE="@true"
50924
50925 if test "$wxUSE_PM" = 1; then
50926 RESCOMP="emxbind"
50927 WXCONFIG_RESFLAGS="-ep"
50928
50929 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
50930 else
50931 POSTLINK_COMMAND="@true"
50932 fi
50933 fi
50934
50935 fi
50936
50937
50938 if test $GCC_PCH = 1
50939 then
50940 if test "$wx_cv_gcc_pch_bug" = yes; then
50941 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
50942 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
50943 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
50944 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
50945 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
50946 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
50947 fi
50948
50949 # Our WX_PRECOMP flag does not make sense for any language except C++ because
50950 # the headers that benefit from precompilation are mostly C++ headers.
50951 CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
50952 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
50953 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
50954 fi
50955
50956
50957 if test "$wxUSE_MAC" = 1 ; then
50958 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
50959 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
50960 mv temp bk-deps
50961 chmod +x bk-deps
50962 fi
50963 fi
50964
50965 if test "$wxUSE_SHARED" = "yes"; then
50966 case "${host}" in
50967 *-pc-os2_emx | *-pc-os2-emx )
50968 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50969 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50970 cp -p ${srcdir}/src/os2/dllnames.sh .
50971 cp -p ${srcdir}/src/os2/dllar.sh .
50972 ;;
50973 esac
50974 fi
50975 if test "$wxUSE_OMF" = "yes"; then
50976 case "${host}" in
50977 *-pc-os2_emx | *-pc-os2-emx )
50978 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
50979 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
50980 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
50981 ;;
50982 esac
50983 fi
50984
50985 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
50986
50987
50988 case "${host}" in
50989 *-*-solaris2* )
50990 if test "$GCC" = yes; then
50991 CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
50992 LIBS=`echo $LIBS | sed 's/-mt//'`
50993 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`
50994 fi
50995 ;;
50996
50997 *-*-linux* )
50998 if test "x$SUNCXX" = xyes; then
50999 CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//'`
51000 LIBS=`echo $LIBS | sed 's/-pthread//'`
51001 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//'`
51002 fi
51003 ;;
51004 esac
51005
51006 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
51007 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
51008 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
51009 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
51010
51011 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
51012
51013
51014
51015
51016
51017
51018
51019
51020
51021
51022
51023
51024
51025
51026
51027
51028
51029
51030
51031
51032
51033
51034
51035
51036
51037
51038
51039
51040
51041
51042
51043
51044
51045
51046
51047
51048
51049
51050
51051
51052
51053
51054
51055
51056
51057
51058
51059
51060
51061
51062
51063
51064
51065
51066
51067
51068
51069
51070
51071 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
51072 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
51073 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
51074 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
51075 echo $ECHO_N "(cached) $ECHO_C" >&6
51076 else
51077 cat >conftest.make <<\_ACEOF
51078 SHELL = /bin/sh
51079 all:
51080 @echo '@@@%%%=$(MAKE)=@@@%%%'
51081 _ACEOF
51082 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
51083 case `${MAKE-make} -f conftest.make 2>/dev/null` in
51084 *@@@%%%=?*=@@@%%%*)
51085 eval ac_cv_prog_make_${ac_make}_set=yes;;
51086 *)
51087 eval ac_cv_prog_make_${ac_make}_set=no;;
51088 esac
51089 rm -f conftest.make
51090 fi
51091 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
51092 { echo "$as_me:$LINENO: result: yes" >&5
51093 echo "${ECHO_T}yes" >&6; }
51094 SET_MAKE=
51095 else
51096 { echo "$as_me:$LINENO: result: no" >&5
51097 echo "${ECHO_T}no" >&6; }
51098 SET_MAKE="MAKE=${MAKE-make}"
51099 fi
51100
51101
51102
51103 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
51104
51105
51106 if test "$USE_WIN32" = 1; then
51107 ac_config_commands="$ac_config_commands rcdefs.h"
51108
51109 fi
51110
51111 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
51112
51113
51114 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
51115
51116
51117 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
51118
51119
51120 if test "$wx_cv_version_script" = "yes"; then
51121 ac_config_files="$ac_config_files version-script"
51122
51123 fi
51124 ac_config_files="$ac_config_files Makefile"
51125
51126
51127 ac_config_commands="$ac_config_commands wx-config"
51128
51129
51130
51131 if test "$wxWITH_SUBDIRS" != "no"; then
51132 if test "$wxUSE_GUI" = "yes"; then
51133 SUBDIRS="samples demos utils"
51134 else
51135 SUBDIRS="samples utils"
51136 fi
51137
51138
51139
51140 # Check whether --with-cppunit-prefix was given.
51141 if test "${with_cppunit_prefix+set}" = set; then
51142 withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
51143 else
51144 cppunit_config_prefix=""
51145 fi
51146
51147
51148 # Check whether --with-cppunit-exec-prefix was given.
51149 if test "${with_cppunit_exec_prefix+set}" = set; then
51150 withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
51151 else
51152 cppunit_config_exec_prefix=""
51153 fi
51154
51155
51156 if test x$cppunit_config_exec_prefix != x ; then
51157 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
51158 if test x${CPPUNIT_CONFIG+set} != xset ; then
51159 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
51160 fi
51161 fi
51162 if test x$cppunit_config_prefix != x ; then
51163 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
51164 if test x${CPPUNIT_CONFIG+set} != xset ; then
51165 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
51166 fi
51167 fi
51168
51169 # Extract the first word of "cppunit-config", so it can be a program name with args.
51170 set dummy cppunit-config; ac_word=$2
51171 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51172 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51173 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
51174 echo $ECHO_N "(cached) $ECHO_C" >&6
51175 else
51176 case $CPPUNIT_CONFIG in
51177 [\\/]* | ?:[\\/]*)
51178 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
51179 ;;
51180 *)
51181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51182 for as_dir in $PATH
51183 do
51184 IFS=$as_save_IFS
51185 test -z "$as_dir" && as_dir=.
51186 for ac_exec_ext in '' $ac_executable_extensions; do
51187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51188 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
51189 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51190 break 2
51191 fi
51192 done
51193 done
51194 IFS=$as_save_IFS
51195
51196 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
51197 ;;
51198 esac
51199 fi
51200 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
51201 if test -n "$CPPUNIT_CONFIG"; then
51202 { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
51203 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
51204 else
51205 { echo "$as_me:$LINENO: result: no" >&5
51206 echo "${ECHO_T}no" >&6; }
51207 fi
51208
51209
51210 cppunit_version_min=1.8.0
51211
51212 { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
51213 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
51214 no_cppunit=""
51215 if test "$CPPUNIT_CONFIG" = "no" ; then
51216 { echo "$as_me:$LINENO: result: no" >&5
51217 echo "${ECHO_T}no" >&6; }
51218 no_cppunit=yes
51219 else
51220 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
51221 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
51222 cppunit_version=`$CPPUNIT_CONFIG --version`
51223
51224 cppunit_major_version=`echo $cppunit_version | \
51225 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
51226 cppunit_minor_version=`echo $cppunit_version | \
51227 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
51228 cppunit_micro_version=`echo $cppunit_version | \
51229 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
51230
51231 cppunit_major_min=`echo $cppunit_version_min | \
51232 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
51233 cppunit_minor_min=`echo $cppunit_version_min | \
51234 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
51235 cppunit_micro_min=`echo $cppunit_version_min | \
51236 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
51237
51238 cppunit_version_proper=`expr \
51239 $cppunit_major_version \> $cppunit_major_min \| \
51240 $cppunit_major_version \= $cppunit_major_min \& \
51241 $cppunit_minor_version \> $cppunit_minor_min \| \
51242 $cppunit_major_version \= $cppunit_major_min \& \
51243 $cppunit_minor_version \= $cppunit_minor_min \& \
51244 $cppunit_micro_version \>= $cppunit_micro_min `
51245
51246 if test "$cppunit_version_proper" = "1" ; then
51247 { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
51248 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
51249 else
51250 { echo "$as_me:$LINENO: result: no" >&5
51251 echo "${ECHO_T}no" >&6; }
51252 no_cppunit=yes
51253 fi
51254 fi
51255
51256 if test "x$no_cppunit" = x ; then
51257 SUBDIRS="$SUBDIRS tests"
51258 else
51259 CPPUNIT_CFLAGS=""
51260 CPPUNIT_LIBS=""
51261 :
51262 fi
51263
51264
51265
51266
51267
51268 for subdir in $SUBDIRS; do
51269 if test -d ${srcdir}/${subdir} ; then
51270 if test "$wxUSE_GUI" = "yes"; then
51271 if test ${subdir} = "samples"; then
51272 makefiles="samples/Makefile.in $makefiles"
51273 for sample in $SAMPLES_SUBDIRS; do
51274 if test -d $srcdir/samples/$sample; then
51275 makefiles="samples/$sample/Makefile.in $makefiles"
51276 fi
51277 done
51278 else
51279 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
51280 eval "disabled=\$$disabled_var"
51281 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
51282 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
51283 fi
51284 else
51285 if test ${subdir} = "samples"; then
51286 makefiles="samples/Makefile.in $makefiles"
51287 for sample in `echo $SAMPLES_SUBDIRS`; do
51288 if test -d $srcdir/samples/$sample; then
51289 makefiles="samples/$sample/Makefile.in $makefiles"
51290 fi
51291 done
51292 elif test ${subdir} = "utils"; then
51293 makefiles=""
51294 for util in ifacecheck ; do
51295 if test -d $srcdir/utils/$util ; then
51296 makefiles="utils/$util/src/Makefile.in \
51297 $makefiles"
51298 fi
51299 done
51300 else
51301 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
51302 fi
51303 fi
51304
51305 for mkin in $makefiles ; do
51306 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
51307 ac_config_files="$ac_config_files $mk"
51308
51309 done
51310 fi
51311 done
51312 fi
51313 cat >confcache <<\_ACEOF
51314 # This file is a shell script that caches the results of configure
51315 # tests run on this system so they can be shared between configure
51316 # scripts and configure runs, see configure's option --config-cache.
51317 # It is not useful on other systems. If it contains results you don't
51318 # want to keep, you may remove or edit it.
51319 #
51320 # config.status only pays attention to the cache file if you give it
51321 # the --recheck option to rerun configure.
51322 #
51323 # `ac_cv_env_foo' variables (set or unset) will be overridden when
51324 # loading this file, other *unset* `ac_cv_foo' will be assigned the
51325 # following values.
51326
51327 _ACEOF
51328
51329 # The following way of writing the cache mishandles newlines in values,
51330 # but we know of no workaround that is simple, portable, and efficient.
51331 # So, we kill variables containing newlines.
51332 # Ultrix sh set writes to stderr and can't be redirected directly,
51333 # and sets the high bit in the cache file unless we assign to the vars.
51334 (
51335 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
51336 eval ac_val=\$$ac_var
51337 case $ac_val in #(
51338 *${as_nl}*)
51339 case $ac_var in #(
51340 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
51341 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
51342 esac
51343 case $ac_var in #(
51344 _ | IFS | as_nl) ;; #(
51345 *) $as_unset $ac_var ;;
51346 esac ;;
51347 esac
51348 done
51349
51350 (set) 2>&1 |
51351 case $as_nl`(ac_space=' '; set) 2>&1` in #(
51352 *${as_nl}ac_space=\ *)
51353 # `set' does not quote correctly, so add quotes (double-quote
51354 # substitution turns \\\\ into \\, and sed turns \\ into \).
51355 sed -n \
51356 "s/'/'\\\\''/g;
51357 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
51358 ;; #(
51359 *)
51360 # `set' quotes correctly as required by POSIX, so do not add quotes.
51361 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
51362 ;;
51363 esac |
51364 sort
51365 ) |
51366 sed '
51367 /^ac_cv_env_/b end
51368 t clear
51369 :clear
51370 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
51371 t end
51372 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
51373 :end' >>confcache
51374 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
51375 if test -w "$cache_file"; then
51376 test "x$cache_file" != "x/dev/null" &&
51377 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
51378 echo "$as_me: updating cache $cache_file" >&6;}
51379 cat confcache >$cache_file
51380 else
51381 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
51382 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
51383 fi
51384 fi
51385 rm -f confcache
51386
51387 test "x$prefix" = xNONE && prefix=$ac_default_prefix
51388 # Let make expand exec_prefix.
51389 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
51390
51391 DEFS=-DHAVE_CONFIG_H
51392
51393 ac_libobjs=
51394 ac_ltlibobjs=
51395 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
51396 # 1. Remove the extension, and $U if already installed.
51397 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
51398 ac_i=`echo "$ac_i" | sed "$ac_script"`
51399 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
51400 # will be set to the directory where LIBOBJS objects are built.
51401 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
51402 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
51403 done
51404 LIBOBJS=$ac_libobjs
51405
51406 LTLIBOBJS=$ac_ltlibobjs
51407
51408
51409
51410 : ${CONFIG_STATUS=./config.status}
51411 ac_clean_files_save=$ac_clean_files
51412 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
51413 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
51414 echo "$as_me: creating $CONFIG_STATUS" >&6;}
51415 cat >$CONFIG_STATUS <<_ACEOF
51416 #! $SHELL
51417 # Generated by $as_me.
51418 # Run this file to recreate the current configuration.
51419 # Compiler output produced by configure, useful for debugging
51420 # configure, is in config.log if it exists.
51421
51422 debug=false
51423 ac_cs_recheck=false
51424 ac_cs_silent=false
51425 SHELL=\${CONFIG_SHELL-$SHELL}
51426 _ACEOF
51427
51428 cat >>$CONFIG_STATUS <<\_ACEOF
51429 ## --------------------- ##
51430 ## M4sh Initialization. ##
51431 ## --------------------- ##
51432
51433 # Be more Bourne compatible
51434 DUALCASE=1; export DUALCASE # for MKS sh
51435 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
51436 emulate sh
51437 NULLCMD=:
51438 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
51439 # is contrary to our usage. Disable this feature.
51440 alias -g '${1+"$@"}'='"$@"'
51441 setopt NO_GLOB_SUBST
51442 else
51443 case `(set -o) 2>/dev/null` in
51444 *posix*) set -o posix ;;
51445 esac
51446
51447 fi
51448
51449
51450
51451
51452 # PATH needs CR
51453 # Avoid depending upon Character Ranges.
51454 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
51455 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
51456 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
51457 as_cr_digits='0123456789'
51458 as_cr_alnum=$as_cr_Letters$as_cr_digits
51459
51460 # The user is always right.
51461 if test "${PATH_SEPARATOR+set}" != set; then
51462 echo "#! /bin/sh" >conf$$.sh
51463 echo "exit 0" >>conf$$.sh
51464 chmod +x conf$$.sh
51465 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
51466 PATH_SEPARATOR=';'
51467 else
51468 PATH_SEPARATOR=:
51469 fi
51470 rm -f conf$$.sh
51471 fi
51472
51473 # Support unset when possible.
51474 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
51475 as_unset=unset
51476 else
51477 as_unset=false
51478 fi
51479
51480
51481 # IFS
51482 # We need space, tab and new line, in precisely that order. Quoting is
51483 # there to prevent editors from complaining about space-tab.
51484 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
51485 # splitting by setting IFS to empty value.)
51486 as_nl='
51487 '
51488 IFS=" "" $as_nl"
51489
51490 # Find who we are. Look in the path if we contain no directory separator.
51491 case $0 in
51492 *[\\/]* ) as_myself=$0 ;;
51493 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51494 for as_dir in $PATH
51495 do
51496 IFS=$as_save_IFS
51497 test -z "$as_dir" && as_dir=.
51498 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
51499 done
51500 IFS=$as_save_IFS
51501
51502 ;;
51503 esac
51504 # We did not find ourselves, most probably we were run as `sh COMMAND'
51505 # in which case we are not to be found in the path.
51506 if test "x$as_myself" = x; then
51507 as_myself=$0
51508 fi
51509 if test ! -f "$as_myself"; then
51510 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
51511 { (exit 1); exit 1; }
51512 fi
51513
51514 # Work around bugs in pre-3.0 UWIN ksh.
51515 for as_var in ENV MAIL MAILPATH
51516 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
51517 done
51518 PS1='$ '
51519 PS2='> '
51520 PS4='+ '
51521
51522 # NLS nuisances.
51523 for as_var in \
51524 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
51525 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
51526 LC_TELEPHONE LC_TIME
51527 do
51528 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
51529 eval $as_var=C; export $as_var
51530 else
51531 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
51532 fi
51533 done
51534
51535 # Required to use basename.
51536 if expr a : '\(a\)' >/dev/null 2>&1 &&
51537 test "X`expr 00001 : '.*\(...\)'`" = X001; then
51538 as_expr=expr
51539 else
51540 as_expr=false
51541 fi
51542
51543 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
51544 as_basename=basename
51545 else
51546 as_basename=false
51547 fi
51548
51549
51550 # Name of the executable.
51551 as_me=`$as_basename -- "$0" ||
51552 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
51553 X"$0" : 'X\(//\)$' \| \
51554 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
51555 echo X/"$0" |
51556 sed '/^.*\/\([^/][^/]*\)\/*$/{
51557 s//\1/
51558 q
51559 }
51560 /^X\/\(\/\/\)$/{
51561 s//\1/
51562 q
51563 }
51564 /^X\/\(\/\).*/{
51565 s//\1/
51566 q
51567 }
51568 s/.*/./; q'`
51569
51570 # CDPATH.
51571 $as_unset CDPATH
51572
51573
51574
51575 as_lineno_1=$LINENO
51576 as_lineno_2=$LINENO
51577 test "x$as_lineno_1" != "x$as_lineno_2" &&
51578 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
51579
51580 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
51581 # uniformly replaced by the line number. The first 'sed' inserts a
51582 # line-number line after each line using $LINENO; the second 'sed'
51583 # does the real work. The second script uses 'N' to pair each
51584 # line-number line with the line containing $LINENO, and appends
51585 # trailing '-' during substitution so that $LINENO is not a special
51586 # case at line end.
51587 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
51588 # scripts with optimization help from Paolo Bonzini. Blame Lee
51589 # E. McMahon (1931-1989) for sed's syntax. :-)
51590 sed -n '
51591 p
51592 /[$]LINENO/=
51593 ' <$as_myself |
51594 sed '
51595 s/[$]LINENO.*/&-/
51596 t lineno
51597 b
51598 :lineno
51599 N
51600 :loop
51601 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
51602 t loop
51603 s/-\n.*//
51604 ' >$as_me.lineno &&
51605 chmod +x "$as_me.lineno" ||
51606 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
51607 { (exit 1); exit 1; }; }
51608
51609 # Don't try to exec as it changes $[0], causing all sort of problems
51610 # (the dirname of $[0] is not the place where we might find the
51611 # original and so on. Autoconf is especially sensitive to this).
51612 . "./$as_me.lineno"
51613 # Exit status is that of the last command.
51614 exit
51615 }
51616
51617
51618 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
51619 as_dirname=dirname
51620 else
51621 as_dirname=false
51622 fi
51623
51624 ECHO_C= ECHO_N= ECHO_T=
51625 case `echo -n x` in
51626 -n*)
51627 case `echo 'x\c'` in
51628 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
51629 *) ECHO_C='\c';;
51630 esac;;
51631 *)
51632 ECHO_N='-n';;
51633 esac
51634
51635 if expr a : '\(a\)' >/dev/null 2>&1 &&
51636 test "X`expr 00001 : '.*\(...\)'`" = X001; then
51637 as_expr=expr
51638 else
51639 as_expr=false
51640 fi
51641
51642 rm -f conf$$ conf$$.exe conf$$.file
51643 if test -d conf$$.dir; then
51644 rm -f conf$$.dir/conf$$.file
51645 else
51646 rm -f conf$$.dir
51647 mkdir conf$$.dir
51648 fi
51649 echo >conf$$.file
51650 if ln -s conf$$.file conf$$ 2>/dev/null; then
51651 as_ln_s='ln -s'
51652 # ... but there are two gotchas:
51653 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
51654 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
51655 # In both cases, we have to default to `cp -p'.
51656 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
51657 as_ln_s='cp -p'
51658 elif ln conf$$.file conf$$ 2>/dev/null; then
51659 as_ln_s=ln
51660 else
51661 as_ln_s='cp -p'
51662 fi
51663 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
51664 rmdir conf$$.dir 2>/dev/null
51665
51666 if mkdir -p . 2>/dev/null; then
51667 as_mkdir_p=:
51668 else
51669 test -d ./-p && rmdir ./-p
51670 as_mkdir_p=false
51671 fi
51672
51673 if test -x / >/dev/null 2>&1; then
51674 as_test_x='test -x'
51675 else
51676 if ls -dL / >/dev/null 2>&1; then
51677 as_ls_L_option=L
51678 else
51679 as_ls_L_option=
51680 fi
51681 as_test_x='
51682 eval sh -c '\''
51683 if test -d "$1"; then
51684 test -d "$1/.";
51685 else
51686 case $1 in
51687 -*)set "./$1";;
51688 esac;
51689 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
51690 ???[sx]*):;;*)false;;esac;fi
51691 '\'' sh
51692 '
51693 fi
51694 as_executable_p=$as_test_x
51695
51696 # Sed expression to map a string onto a valid CPP name.
51697 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
51698
51699 # Sed expression to map a string onto a valid variable name.
51700 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
51701
51702
51703 exec 6>&1
51704
51705 # Save the log message, to keep $[0] and so on meaningful, and to
51706 # report actual input values of CONFIG_FILES etc. instead of their
51707 # values after options handling.
51708 ac_log="
51709 This file was extended by wxWidgets $as_me 2.9.1, which was
51710 generated by GNU Autoconf 2.61. Invocation command line was
51711
51712 CONFIG_FILES = $CONFIG_FILES
51713 CONFIG_HEADERS = $CONFIG_HEADERS
51714 CONFIG_LINKS = $CONFIG_LINKS
51715 CONFIG_COMMANDS = $CONFIG_COMMANDS
51716 $ $0 $@
51717
51718 on `(hostname || uname -n) 2>/dev/null | sed 1q`
51719 "
51720
51721 _ACEOF
51722
51723 cat >>$CONFIG_STATUS <<_ACEOF
51724 # Files that config.status was made for.
51725 config_files="$ac_config_files"
51726 config_headers="$ac_config_headers"
51727 config_commands="$ac_config_commands"
51728
51729 _ACEOF
51730
51731 cat >>$CONFIG_STATUS <<\_ACEOF
51732 ac_cs_usage="\
51733 \`$as_me' instantiates files from templates according to the
51734 current configuration.
51735
51736 Usage: $0 [OPTIONS] [FILE]...
51737
51738 -h, --help print this help, then exit
51739 -V, --version print version number and configuration settings, then exit
51740 -q, --quiet do not print progress messages
51741 -d, --debug don't remove temporary files
51742 --recheck update $as_me by reconfiguring in the same conditions
51743 --file=FILE[:TEMPLATE]
51744 instantiate the configuration file FILE
51745 --header=FILE[:TEMPLATE]
51746 instantiate the configuration header FILE
51747
51748 Configuration files:
51749 $config_files
51750
51751 Configuration headers:
51752 $config_headers
51753
51754 Configuration commands:
51755 $config_commands
51756
51757 Report bugs to <bug-autoconf@gnu.org>."
51758
51759 _ACEOF
51760 cat >>$CONFIG_STATUS <<_ACEOF
51761 ac_cs_version="\\
51762 wxWidgets config.status 2.9.1
51763 configured by $0, generated by GNU Autoconf 2.61,
51764 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
51765
51766 Copyright (C) 2006 Free Software Foundation, Inc.
51767 This config.status script is free software; the Free Software Foundation
51768 gives unlimited permission to copy, distribute and modify it."
51769
51770 ac_pwd='$ac_pwd'
51771 srcdir='$srcdir'
51772 INSTALL='$INSTALL'
51773 _ACEOF
51774
51775 cat >>$CONFIG_STATUS <<\_ACEOF
51776 # If no file are specified by the user, then we need to provide default
51777 # value. By we need to know if files were specified by the user.
51778 ac_need_defaults=:
51779 while test $# != 0
51780 do
51781 case $1 in
51782 --*=*)
51783 ac_option=`expr "X$1" : 'X\([^=]*\)='`
51784 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
51785 ac_shift=:
51786 ;;
51787 *)
51788 ac_option=$1
51789 ac_optarg=$2
51790 ac_shift=shift
51791 ;;
51792 esac
51793
51794 case $ac_option in
51795 # Handling of the options.
51796 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
51797 ac_cs_recheck=: ;;
51798 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
51799 echo "$ac_cs_version"; exit ;;
51800 --debug | --debu | --deb | --de | --d | -d )
51801 debug=: ;;
51802 --file | --fil | --fi | --f )
51803 $ac_shift
51804 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
51805 ac_need_defaults=false;;
51806 --header | --heade | --head | --hea )
51807 $ac_shift
51808 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
51809 ac_need_defaults=false;;
51810 --he | --h)
51811 # Conflict between --help and --header
51812 { echo "$as_me: error: ambiguous option: $1
51813 Try \`$0 --help' for more information." >&2
51814 { (exit 1); exit 1; }; };;
51815 --help | --hel | -h )
51816 echo "$ac_cs_usage"; exit ;;
51817 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
51818 | -silent | --silent | --silen | --sile | --sil | --si | --s)
51819 ac_cs_silent=: ;;
51820
51821 # This is an error.
51822 -*) { echo "$as_me: error: unrecognized option: $1
51823 Try \`$0 --help' for more information." >&2
51824 { (exit 1); exit 1; }; } ;;
51825
51826 *) ac_config_targets="$ac_config_targets $1"
51827 ac_need_defaults=false ;;
51828
51829 esac
51830 shift
51831 done
51832
51833 ac_configure_extra_args=
51834
51835 if $ac_cs_silent; then
51836 exec 6>/dev/null
51837 ac_configure_extra_args="$ac_configure_extra_args --silent"
51838 fi
51839
51840 _ACEOF
51841 cat >>$CONFIG_STATUS <<_ACEOF
51842 if \$ac_cs_recheck; then
51843 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
51844 CONFIG_SHELL=$SHELL
51845 export CONFIG_SHELL
51846 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
51847 fi
51848
51849 _ACEOF
51850 cat >>$CONFIG_STATUS <<\_ACEOF
51851 exec 5>>config.log
51852 {
51853 echo
51854 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
51855 ## Running $as_me. ##
51856 _ASBOX
51857 echo "$ac_log"
51858 } >&5
51859
51860 _ACEOF
51861 cat >>$CONFIG_STATUS <<_ACEOF
51862 #
51863 # INIT-COMMANDS
51864 #
51865
51866 CPP="$CPP"
51867 infile="$srcdir/include/wx/msw/genrcdefs.h"
51868 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
51869
51870
51871 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51872 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51873 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51874 LN_S="${LN_S}"
51875
51876
51877 _ACEOF
51878
51879 cat >>$CONFIG_STATUS <<\_ACEOF
51880
51881 # Handling of arguments.
51882 for ac_config_target in $ac_config_targets
51883 do
51884 case $ac_config_target in
51885 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
51886 "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
51887 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
51888 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
51889 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
51890 "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
51891 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
51892 "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
51893 "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
51894
51895 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
51896 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
51897 { (exit 1); exit 1; }; };;
51898 esac
51899 done
51900
51901
51902 # If the user did not use the arguments to specify the items to instantiate,
51903 # then the envvar interface is used. Set only those that are not.
51904 # We use the long form for the default assignment because of an extremely
51905 # bizarre bug on SunOS 4.1.3.
51906 if $ac_need_defaults; then
51907 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
51908 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
51909 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
51910 fi
51911
51912 # Have a temporary directory for convenience. Make it in the build tree
51913 # simply because there is no reason against having it here, and in addition,
51914 # creating and moving files from /tmp can sometimes cause problems.
51915 # Hook for its removal unless debugging.
51916 # Note that there is a small window in which the directory will not be cleaned:
51917 # after its creation but before its name has been assigned to `$tmp'.
51918 $debug ||
51919 {
51920 tmp=
51921 trap 'exit_status=$?
51922 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
51923 ' 0
51924 trap '{ (exit 1); exit 1; }' 1 2 13 15
51925 }
51926 # Create a (secure) tmp directory for tmp files.
51927
51928 {
51929 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
51930 test -n "$tmp" && test -d "$tmp"
51931 } ||
51932 {
51933 tmp=./conf$$-$RANDOM
51934 (umask 077 && mkdir "$tmp")
51935 } ||
51936 {
51937 echo "$me: cannot create a temporary directory in ." >&2
51938 { (exit 1); exit 1; }
51939 }
51940
51941 #
51942 # Set up the sed scripts for CONFIG_FILES section.
51943 #
51944
51945 # No need to generate the scripts if there are no CONFIG_FILES.
51946 # This happens for instance when ./config.status config.h
51947 if test -n "$CONFIG_FILES"; then
51948
51949 _ACEOF
51950
51951
51952
51953 ac_delim='%!_!# '
51954 for ac_last_try in false false false false false :; do
51955 cat >conf$$subs.sed <<_ACEOF
51956 SHELL!$SHELL$ac_delim
51957 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
51958 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
51959 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
51960 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
51961 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
51962 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
51963 exec_prefix!$exec_prefix$ac_delim
51964 prefix!$prefix$ac_delim
51965 program_transform_name!$program_transform_name$ac_delim
51966 bindir!$bindir$ac_delim
51967 sbindir!$sbindir$ac_delim
51968 libexecdir!$libexecdir$ac_delim
51969 datarootdir!$datarootdir$ac_delim
51970 datadir!$datadir$ac_delim
51971 sysconfdir!$sysconfdir$ac_delim
51972 sharedstatedir!$sharedstatedir$ac_delim
51973 localstatedir!$localstatedir$ac_delim
51974 includedir!$includedir$ac_delim
51975 oldincludedir!$oldincludedir$ac_delim
51976 docdir!$docdir$ac_delim
51977 infodir!$infodir$ac_delim
51978 htmldir!$htmldir$ac_delim
51979 dvidir!$dvidir$ac_delim
51980 pdfdir!$pdfdir$ac_delim
51981 psdir!$psdir$ac_delim
51982 libdir!$libdir$ac_delim
51983 localedir!$localedir$ac_delim
51984 mandir!$mandir$ac_delim
51985 DEFS!$DEFS$ac_delim
51986 ECHO_C!$ECHO_C$ac_delim
51987 ECHO_N!$ECHO_N$ac_delim
51988 ECHO_T!$ECHO_T$ac_delim
51989 LIBS!$LIBS$ac_delim
51990 build_alias!$build_alias$ac_delim
51991 host_alias!$host_alias$ac_delim
51992 target_alias!$target_alias$ac_delim
51993 build!$build$ac_delim
51994 build_cpu!$build_cpu$ac_delim
51995 build_vendor!$build_vendor$ac_delim
51996 build_os!$build_os$ac_delim
51997 host!$host$ac_delim
51998 host_cpu!$host_cpu$ac_delim
51999 host_vendor!$host_vendor$ac_delim
52000 host_os!$host_os$ac_delim
52001 wx_top_builddir!$wx_top_builddir$ac_delim
52002 CC!$CC$ac_delim
52003 CFLAGS!$CFLAGS$ac_delim
52004 LDFLAGS!$LDFLAGS$ac_delim
52005 CPPFLAGS!$CPPFLAGS$ac_delim
52006 ac_ct_CC!$ac_ct_CC$ac_delim
52007 EXEEXT!$EXEEXT$ac_delim
52008 OBJEXT!$OBJEXT$ac_delim
52009 CPP!$CPP$ac_delim
52010 GREP!$GREP$ac_delim
52011 EGREP!$EGREP$ac_delim
52012 CXX!$CXX$ac_delim
52013 CXXFLAGS!$CXXFLAGS$ac_delim
52014 ac_ct_CXX!$ac_ct_CXX$ac_delim
52015 AR!$AR$ac_delim
52016 subdirs!$subdirs$ac_delim
52017 PKG_CONFIG!$PKG_CONFIG$ac_delim
52018 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
52019 GTK_LIBS!$GTK_LIBS$ac_delim
52020 GTK_CONFIG!$GTK_CONFIG$ac_delim
52021 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
52022 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
52023 XMKMF!$XMKMF$ac_delim
52024 X_CFLAGS!$X_CFLAGS$ac_delim
52025 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
52026 X_LIBS!$X_LIBS$ac_delim
52027 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
52028 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
52029 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
52030 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
52031 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
52032 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
52033 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
52034 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
52035 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
52036 LIBICONV!$LIBICONV$ac_delim
52037 GXX_VERSION!$GXX_VERSION$ac_delim
52038 SDL_CONFIG!$SDL_CONFIG$ac_delim
52039 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
52040 SDL_LIBS!$SDL_LIBS$ac_delim
52041 GTKPRINT_CFLAGS!$GTKPRINT_CFLAGS$ac_delim
52042 GTKPRINT_LIBS!$GTKPRINT_LIBS$ac_delim
52043 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
52044 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
52045 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
52046 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
52047 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
52048 HILDON_LIBS!$HILDON_LIBS$ac_delim
52049 HILDON2_CFLAGS!$HILDON2_CFLAGS$ac_delim
52050 HILDON2_LIBS!$HILDON2_LIBS$ac_delim
52051 PYTHON!$PYTHON$ac_delim
52052 COND_PYTHON!$COND_PYTHON$ac_delim
52053 _ACEOF
52054
52055 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52056 break
52057 elif $ac_last_try; then
52058 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52059 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52060 { (exit 1); exit 1; }; }
52061 else
52062 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52063 fi
52064 done
52065
52066 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52067 if test -n "$ac_eof"; then
52068 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52069 ac_eof=`expr $ac_eof + 1`
52070 fi
52071
52072 cat >>$CONFIG_STATUS <<_ACEOF
52073 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
52074 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52075 _ACEOF
52076 sed '
52077 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52078 s/^/s,@/; s/!/@,|#_!!_#|/
52079 :n
52080 t n
52081 s/'"$ac_delim"'$/,g/; t
52082 s/$/\\/; p
52083 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52084 ' >>$CONFIG_STATUS <conf$$subs.sed
52085 rm -f conf$$subs.sed
52086 cat >>$CONFIG_STATUS <<_ACEOF
52087 CEOF$ac_eof
52088 _ACEOF
52089
52090
52091 ac_delim='%!_!# '
52092 for ac_last_try in false false false false false :; do
52093 cat >conf$$subs.sed <<_ACEOF
52094 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
52095 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
52096 GST_CFLAGS!$GST_CFLAGS$ac_delim
52097 GST_LIBS!$GST_LIBS$ac_delim
52098 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
52099 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
52100 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
52101 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
52102 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
52103 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
52104 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
52105 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
52106 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
52107 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
52108 VENDOR!$VENDOR$ac_delim
52109 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
52110 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
52111 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
52112 WXUNIV!$WXUNIV$ac_delim
52113 MONOLITHIC!$MONOLITHIC$ac_delim
52114 USE_PLUGINS!$USE_PLUGINS$ac_delim
52115 CXXWARNINGS!$CXXWARNINGS$ac_delim
52116 EXTRALIBS!$EXTRALIBS$ac_delim
52117 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
52118 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
52119 EXTRALIBS_MEDIA!$EXTRALIBS_MEDIA$ac_delim
52120 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
52121 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
52122 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
52123 EXTRALIBS_STC!$EXTRALIBS_STC$ac_delim
52124 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
52125 EXTRALIBS_GTKPRINT!$EXTRALIBS_GTKPRINT$ac_delim
52126 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
52127 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
52128 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
52129 UNICODE!$UNICODE$ac_delim
52130 DEBUG_INFO!$DEBUG_INFO$ac_delim
52131 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
52132 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
52133 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
52134 DYLIB_RPATH_INSTALL!$DYLIB_RPATH_INSTALL$ac_delim
52135 DYLIB_RPATH_POSTLINK!$DYLIB_RPATH_POSTLINK$ac_delim
52136 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
52137 HEADER_PAD_OPTION!$HEADER_PAD_OPTION$ac_delim
52138 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
52139 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
52140 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
52141 RANLIB!$RANLIB$ac_delim
52142 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
52143 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
52144 INSTALL_DATA!$INSTALL_DATA$ac_delim
52145 LN_S!$LN_S$ac_delim
52146 SET_MAKE!$SET_MAKE$ac_delim
52147 MAKE_SET!$MAKE_SET$ac_delim
52148 AROPTIONS!$AROPTIONS$ac_delim
52149 STRIP!$STRIP$ac_delim
52150 NM!$NM$ac_delim
52151 INSTALL_DIR!$INSTALL_DIR$ac_delim
52152 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
52153 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
52154 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
52155 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
52156 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
52157 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
52158 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
52159 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
52160 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
52161 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
52162 SO_SUFFIX!$SO_SUFFIX$ac_delim
52163 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
52164 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
52165 LIBPREFIX!$LIBPREFIX$ac_delim
52166 LIBEXT!$LIBEXT$ac_delim
52167 DLLPREFIX!$DLLPREFIX$ac_delim
52168 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
52169 dlldir!$dlldir$ac_delim
52170 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
52171 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
52172 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
52173 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
52174 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
52175 PIC_FLAG!$PIC_FLAG$ac_delim
52176 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
52177 USE_SOVERSION!$USE_SOVERSION$ac_delim
52178 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
52179 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
52180 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
52181 USE_MACVERSION!$USE_MACVERSION$ac_delim
52182 USE_SOTWOSYMLINKS!$USE_SOTWOSYMLINKS$ac_delim
52183 SONAME_FLAG!$SONAME_FLAG$ac_delim
52184 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
52185 BK_DEPS!$BK_DEPS$ac_delim
52186 WINDRES!$WINDRES$ac_delim
52187 REZ!$REZ$ac_delim
52188 SETFILE!$SETFILE$ac_delim
52189 OBJCXXFLAGS!$OBJCXXFLAGS$ac_delim
52190 GCC_PCH!$GCC_PCH$ac_delim
52191 _ACEOF
52192
52193 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52194 break
52195 elif $ac_last_try; then
52196 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52197 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52198 { (exit 1); exit 1; }; }
52199 else
52200 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52201 fi
52202 done
52203
52204 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52205 if test -n "$ac_eof"; then
52206 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52207 ac_eof=`expr $ac_eof + 1`
52208 fi
52209
52210 cat >>$CONFIG_STATUS <<_ACEOF
52211 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
52212 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52213 _ACEOF
52214 sed '
52215 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52216 s/^/s,@/; s/!/@,|#_!!_#|/
52217 :n
52218 t n
52219 s/'"$ac_delim"'$/,g/; t
52220 s/$/\\/; p
52221 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52222 ' >>$CONFIG_STATUS <conf$$subs.sed
52223 rm -f conf$$subs.sed
52224 cat >>$CONFIG_STATUS <<_ACEOF
52225 CEOF$ac_eof
52226 _ACEOF
52227
52228
52229 ac_delim='%!_!# '
52230 for ac_last_try in false false false false false :; do
52231 cat >conf$$subs.sed <<_ACEOF
52232 ICC_PCH!$ICC_PCH$ac_delim
52233 ICC_PCH_CREATE_SWITCH!$ICC_PCH_CREATE_SWITCH$ac_delim
52234 ICC_PCH_USE_SWITCH!$ICC_PCH_USE_SWITCH$ac_delim
52235 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
52236 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
52237 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
52238 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
52239 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
52240 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
52241 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
52242 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
52243 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
52244 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
52245 COND_BUILD_debug!$COND_BUILD_debug$ac_delim
52246 COND_BUILD_debug_DEBUG_FLAG_default!$COND_BUILD_debug_DEBUG_FLAG_default$ac_delim
52247 COND_BUILD_debug_DEBUG_INFO_default!$COND_BUILD_debug_DEBUG_INFO_default$ac_delim
52248 COND_BUILD_debug_UNICODE_0!$COND_BUILD_debug_UNICODE_0$ac_delim
52249 COND_BUILD_debug_UNICODE_1!$COND_BUILD_debug_UNICODE_1$ac_delim
52250 COND_BUILD_release!$COND_BUILD_release$ac_delim
52251 COND_BUILD_release_DEBUG_INFO_default!$COND_BUILD_release_DEBUG_INFO_default$ac_delim
52252 COND_BUILD_release_UNICODE_0!$COND_BUILD_release_UNICODE_0$ac_delim
52253 COND_BUILD_release_UNICODE_1!$COND_BUILD_release_UNICODE_1$ac_delim
52254 COND_DEBUG_FLAG_0!$COND_DEBUG_FLAG_0$ac_delim
52255 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
52256 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
52257 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
52258 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
52259 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
52260 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
52261 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
52262 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
52263 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
52264 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
52265 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
52266 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
52267 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
52268 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
52269 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1$ac_delim
52270 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1$ac_delim
52271 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
52272 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
52273 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
52274 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
52275 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
52276 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
52277 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
52278 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
52279 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
52280 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1$ac_delim
52281 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1$ac_delim
52282 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
52283 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
52284 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
52285 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
52286 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
52287 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
52288 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
52289 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
52290 COND_MONOLITHIC_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_USE_PROPGRID_1$ac_delim
52291 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
52292 COND_MONOLITHIC_0_USE_RIBBON_1!$COND_MONOLITHIC_0_USE_RIBBON_1$ac_delim
52293 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
52294 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
52295 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
52296 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
52297 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
52298 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
52299 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
52300 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
52301 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
52302 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
52303 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
52304 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0!$COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0$ac_delim
52305 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
52306 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
52307 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
52308 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
52309 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
52310 COND_PLATFORM_MACOSX_1_USE_OPENGL_1!$COND_PLATFORM_MACOSX_1_USE_OPENGL_1$ac_delim
52311 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
52312 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
52313 COND_PLATFORM_MAC_0!$COND_PLATFORM_MAC_0$ac_delim
52314 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
52315 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
52316 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
52317 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
52318 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
52319 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
52320 COND_PLATFORM_UNIX_1_TOOLKIT_MGL!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL$ac_delim
52321 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1$ac_delim
52322 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
52323 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
52324 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
52325 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
52326 COND_SHARED_0!$COND_SHARED_0$ac_delim
52327 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
52328 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
52329 _ACEOF
52330
52331 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52332 break
52333 elif $ac_last_try; then
52334 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52335 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52336 { (exit 1); exit 1; }; }
52337 else
52338 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52339 fi
52340 done
52341
52342 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52343 if test -n "$ac_eof"; then
52344 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52345 ac_eof=`expr $ac_eof + 1`
52346 fi
52347
52348 cat >>$CONFIG_STATUS <<_ACEOF
52349 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
52350 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52351 _ACEOF
52352 sed '
52353 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52354 s/^/s,@/; s/!/@,|#_!!_#|/
52355 :n
52356 t n
52357 s/'"$ac_delim"'$/,g/; t
52358 s/$/\\/; p
52359 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52360 ' >>$CONFIG_STATUS <conf$$subs.sed
52361 rm -f conf$$subs.sed
52362 cat >>$CONFIG_STATUS <<_ACEOF
52363 CEOF$ac_eof
52364 _ACEOF
52365
52366
52367 ac_delim='%!_!# '
52368 for ac_last_try in false false false false false :; do
52369 cat >conf$$subs.sed <<_ACEOF
52370 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
52371 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
52372 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
52373 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
52374 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
52375 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
52376 COND_SHARED_0_wxUSE_EXPAT_builtin!$COND_SHARED_0_wxUSE_EXPAT_builtin$ac_delim
52377 COND_SHARED_0_wxUSE_REGEX_builtin!$COND_SHARED_0_wxUSE_REGEX_builtin$ac_delim
52378 COND_SHARED_0_wxUSE_ZLIB_builtin!$COND_SHARED_0_wxUSE_ZLIB_builtin$ac_delim
52379 COND_SHARED_1!$COND_SHARED_1$ac_delim
52380 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
52381 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
52382 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
52383 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
52384 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
52385 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
52386 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
52387 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
52388 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
52389 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
52390 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
52391 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
52392 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
52393 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
52394 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
52395 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
52396 COND_TOOLKIT_MGL!$COND_TOOLKIT_MGL$ac_delim
52397 COND_TOOLKIT_MGL_USE_GUI_1!$COND_TOOLKIT_MGL_USE_GUI_1$ac_delim
52398 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
52399 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
52400 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
52401 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
52402 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
52403 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
52404 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
52405 COND_TOOLKIT_OSX_CARBON!$COND_TOOLKIT_OSX_CARBON$ac_delim
52406 COND_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
52407 COND_TOOLKIT_OSX_COCOA!$COND_TOOLKIT_OSX_COCOA$ac_delim
52408 COND_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
52409 COND_TOOLKIT_OSX_IPHONE!$COND_TOOLKIT_OSX_IPHONE$ac_delim
52410 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
52411 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
52412 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
52413 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
52414 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
52415 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
52416 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
52417 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
52418 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
52419 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
52420 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
52421 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
52422 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
52423 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
52424 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
52425 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
52426 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
52427 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
52428 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
52429 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
52430 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
52431 COND_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
52432 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
52433 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
52434 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
52435 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
52436 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
52437 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
52438 COND_USE_SOTWOSYMLINKS_1!$COND_USE_SOTWOSYMLINKS_1$ac_delim
52439 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
52440 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
52441 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
52442 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1!$COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1$ac_delim
52443 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
52444 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
52445 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
52446 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
52447 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
52448 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
52449 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
52450 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
52451 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
52452 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
52453 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
52454 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
52455 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
52456 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
52457 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
52458 COND_wxUSE_EXPAT_builtin!$COND_wxUSE_EXPAT_builtin$ac_delim
52459 COND_wxUSE_LIBJPEG_builtin!$COND_wxUSE_LIBJPEG_builtin$ac_delim
52460 COND_wxUSE_LIBPNG_builtin!$COND_wxUSE_LIBPNG_builtin$ac_delim
52461 COND_wxUSE_LIBTIFF_builtin!$COND_wxUSE_LIBTIFF_builtin$ac_delim
52462 COND_wxUSE_REGEX_builtin!$COND_wxUSE_REGEX_builtin$ac_delim
52463 COND_wxUSE_ZLIB_builtin!$COND_wxUSE_ZLIB_builtin$ac_delim
52464 DEREZ!$DEREZ$ac_delim
52465 SHARED!$SHARED$ac_delim
52466 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
52467 _ACEOF
52468
52469 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52470 break
52471 elif $ac_last_try; then
52472 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52473 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52474 { (exit 1); exit 1; }; }
52475 else
52476 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52477 fi
52478 done
52479
52480 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52481 if test -n "$ac_eof"; then
52482 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52483 ac_eof=`expr $ac_eof + 1`
52484 fi
52485
52486 cat >>$CONFIG_STATUS <<_ACEOF
52487 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
52488 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52489 _ACEOF
52490 sed '
52491 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52492 s/^/s,@/; s/!/@,|#_!!_#|/
52493 :n
52494 t n
52495 s/'"$ac_delim"'$/,g/; t
52496 s/$/\\/; p
52497 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52498 ' >>$CONFIG_STATUS <conf$$subs.sed
52499 rm -f conf$$subs.sed
52500 cat >>$CONFIG_STATUS <<_ACEOF
52501 CEOF$ac_eof
52502 _ACEOF
52503
52504
52505 ac_delim='%!_!# '
52506 for ac_last_try in false false false false false :; do
52507 cat >conf$$subs.sed <<_ACEOF
52508 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
52509 USE_GUI!$USE_GUI$ac_delim
52510 AFMINSTALL!$AFMINSTALL$ac_delim
52511 WIN32INSTALL!$WIN32INSTALL$ac_delim
52512 TOOLKIT!$TOOLKIT$ac_delim
52513 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
52514 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
52515 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
52516 cross_compiling!$cross_compiling$ac_delim
52517 WIDGET_SET!$WIDGET_SET$ac_delim
52518 WX_RELEASE!$WX_RELEASE$ac_delim
52519 WX_VERSION!$WX_VERSION$ac_delim
52520 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
52521 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
52522 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
52523 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
52524 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
52525 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
52526 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
52527 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
52528 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
52529 GUIDIST!$GUIDIST$ac_delim
52530 DISTDIR!$DISTDIR$ac_delim
52531 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
52532 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
52533 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
52534 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
52535 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
52536 RESCOMP!$RESCOMP$ac_delim
52537 RESFLAGS!$RESFLAGS$ac_delim
52538 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
52539 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
52540 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
52541 LIBWXMACRES!$LIBWXMACRES$ac_delim
52542 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
52543 MACSETFILE!$MACSETFILE$ac_delim
52544 GCC!$GCC$ac_delim
52545 DLLTOOL!$DLLTOOL$ac_delim
52546 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
52547 LIBOBJS!$LIBOBJS$ac_delim
52548 LTLIBOBJS!$LTLIBOBJS$ac_delim
52549 _ACEOF
52550
52551 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
52552 break
52553 elif $ac_last_try; then
52554 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52555 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52556 { (exit 1); exit 1; }; }
52557 else
52558 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52559 fi
52560 done
52561
52562 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52563 if test -n "$ac_eof"; then
52564 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52565 ac_eof=`expr $ac_eof + 1`
52566 fi
52567
52568 cat >>$CONFIG_STATUS <<_ACEOF
52569 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
52570 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
52571 _ACEOF
52572 sed '
52573 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52574 s/^/s,@/; s/!/@,|#_!!_#|/
52575 :n
52576 t n
52577 s/'"$ac_delim"'$/,g/; t
52578 s/$/\\/; p
52579 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52580 ' >>$CONFIG_STATUS <conf$$subs.sed
52581 rm -f conf$$subs.sed
52582 cat >>$CONFIG_STATUS <<_ACEOF
52583 :end
52584 s/|#_!!_#|//g
52585 CEOF$ac_eof
52586 _ACEOF
52587
52588
52589 # VPATH may cause trouble with some makes, so we remove $(srcdir),
52590 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
52591 # trailing colons and then remove the whole line if VPATH becomes empty
52592 # (actually we leave an empty line to preserve line numbers).
52593 if test "x$srcdir" = x.; then
52594 ac_vpsub='/^[ ]*VPATH[ ]*=/{
52595 s/:*\$(srcdir):*/:/
52596 s/:*\${srcdir}:*/:/
52597 s/:*@srcdir@:*/:/
52598 s/^\([^=]*=[ ]*\):*/\1/
52599 s/:*$//
52600 s/^[^=]*=[ ]*$//
52601 }'
52602 fi
52603
52604 cat >>$CONFIG_STATUS <<\_ACEOF
52605 fi # test -n "$CONFIG_FILES"
52606
52607
52608 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
52609 do
52610 case $ac_tag in
52611 :[FHLC]) ac_mode=$ac_tag; continue;;
52612 esac
52613 case $ac_mode$ac_tag in
52614 :[FHL]*:*);;
52615 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
52616 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
52617 { (exit 1); exit 1; }; };;
52618 :[FH]-) ac_tag=-:-;;
52619 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
52620 esac
52621 ac_save_IFS=$IFS
52622 IFS=:
52623 set x $ac_tag
52624 IFS=$ac_save_IFS
52625 shift
52626 ac_file=$1
52627 shift
52628
52629 case $ac_mode in
52630 :L) ac_source=$1;;
52631 :[FH])
52632 ac_file_inputs=
52633 for ac_f
52634 do
52635 case $ac_f in
52636 -) ac_f="$tmp/stdin";;
52637 *) # Look for the file first in the build tree, then in the source tree
52638 # (if the path is not absolute). The absolute path cannot be DOS-style,
52639 # because $ac_f cannot contain `:'.
52640 test -f "$ac_f" ||
52641 case $ac_f in
52642 [\\/$]*) false;;
52643 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
52644 esac ||
52645 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
52646 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
52647 { (exit 1); exit 1; }; };;
52648 esac
52649 ac_file_inputs="$ac_file_inputs $ac_f"
52650 done
52651
52652 # Let's still pretend it is `configure' which instantiates (i.e., don't
52653 # use $as_me), people would be surprised to read:
52654 # /* config.h. Generated by config.status. */
52655 configure_input="Generated from "`IFS=:
52656 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
52657 if test x"$ac_file" != x-; then
52658 configure_input="$ac_file. $configure_input"
52659 { echo "$as_me:$LINENO: creating $ac_file" >&5
52660 echo "$as_me: creating $ac_file" >&6;}
52661 fi
52662
52663 case $ac_tag in
52664 *:-:* | *:-) cat >"$tmp/stdin";;
52665 esac
52666 ;;
52667 esac
52668
52669 ac_dir=`$as_dirname -- "$ac_file" ||
52670 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52671 X"$ac_file" : 'X\(//\)[^/]' \| \
52672 X"$ac_file" : 'X\(//\)$' \| \
52673 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
52674 echo X"$ac_file" |
52675 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
52676 s//\1/
52677 q
52678 }
52679 /^X\(\/\/\)[^/].*/{
52680 s//\1/
52681 q
52682 }
52683 /^X\(\/\/\)$/{
52684 s//\1/
52685 q
52686 }
52687 /^X\(\/\).*/{
52688 s//\1/
52689 q
52690 }
52691 s/.*/./; q'`
52692 { as_dir="$ac_dir"
52693 case $as_dir in #(
52694 -*) as_dir=./$as_dir;;
52695 esac
52696 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
52697 as_dirs=
52698 while :; do
52699 case $as_dir in #(
52700 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
52701 *) as_qdir=$as_dir;;
52702 esac
52703 as_dirs="'$as_qdir' $as_dirs"
52704 as_dir=`$as_dirname -- "$as_dir" ||
52705 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52706 X"$as_dir" : 'X\(//\)[^/]' \| \
52707 X"$as_dir" : 'X\(//\)$' \| \
52708 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
52709 echo X"$as_dir" |
52710 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
52711 s//\1/
52712 q
52713 }
52714 /^X\(\/\/\)[^/].*/{
52715 s//\1/
52716 q
52717 }
52718 /^X\(\/\/\)$/{
52719 s//\1/
52720 q
52721 }
52722 /^X\(\/\).*/{
52723 s//\1/
52724 q
52725 }
52726 s/.*/./; q'`
52727 test -d "$as_dir" && break
52728 done
52729 test -z "$as_dirs" || eval "mkdir $as_dirs"
52730 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
52731 echo "$as_me: error: cannot create directory $as_dir" >&2;}
52732 { (exit 1); exit 1; }; }; }
52733 ac_builddir=.
52734
52735 case "$ac_dir" in
52736 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
52737 *)
52738 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
52739 # A ".." for each directory in $ac_dir_suffix.
52740 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
52741 case $ac_top_builddir_sub in
52742 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
52743 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
52744 esac ;;
52745 esac
52746 ac_abs_top_builddir=$ac_pwd
52747 ac_abs_builddir=$ac_pwd$ac_dir_suffix
52748 # for backward compatibility:
52749 ac_top_builddir=$ac_top_build_prefix
52750
52751 case $srcdir in
52752 .) # We are building in place.
52753 ac_srcdir=.
52754 ac_top_srcdir=$ac_top_builddir_sub
52755 ac_abs_top_srcdir=$ac_pwd ;;
52756 [\\/]* | ?:[\\/]* ) # Absolute name.
52757 ac_srcdir=$srcdir$ac_dir_suffix;
52758 ac_top_srcdir=$srcdir
52759 ac_abs_top_srcdir=$srcdir ;;
52760 *) # Relative name.
52761 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
52762 ac_top_srcdir=$ac_top_build_prefix$srcdir
52763 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
52764 esac
52765 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
52766
52767
52768 case $ac_mode in
52769 :F)
52770 #
52771 # CONFIG_FILE
52772 #
52773
52774 case $INSTALL in
52775 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
52776 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
52777 esac
52778 _ACEOF
52779
52780 cat >>$CONFIG_STATUS <<\_ACEOF
52781 # If the template does not know about datarootdir, expand it.
52782 # FIXME: This hack should be removed a few years after 2.60.
52783 ac_datarootdir_hack=; ac_datarootdir_seen=
52784
52785 case `sed -n '/datarootdir/ {
52786 p
52787 q
52788 }
52789 /@datadir@/p
52790 /@docdir@/p
52791 /@infodir@/p
52792 /@localedir@/p
52793 /@mandir@/p
52794 ' $ac_file_inputs` in
52795 *datarootdir*) ac_datarootdir_seen=yes;;
52796 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
52797 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
52798 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
52799 _ACEOF
52800 cat >>$CONFIG_STATUS <<_ACEOF
52801 ac_datarootdir_hack='
52802 s&@datadir@&$datadir&g
52803 s&@docdir@&$docdir&g
52804 s&@infodir@&$infodir&g
52805 s&@localedir@&$localedir&g
52806 s&@mandir@&$mandir&g
52807 s&\\\${datarootdir}&$datarootdir&g' ;;
52808 esac
52809 _ACEOF
52810
52811 # Neutralize VPATH when `$srcdir' = `.'.
52812 # Shell code in configure.ac might set extrasub.
52813 # FIXME: do we really want to maintain this feature?
52814 cat >>$CONFIG_STATUS <<_ACEOF
52815 sed "$ac_vpsub
52816 $extrasub
52817 _ACEOF
52818 cat >>$CONFIG_STATUS <<\_ACEOF
52819 :t
52820 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52821 s&@configure_input@&$configure_input&;t t
52822 s&@top_builddir@&$ac_top_builddir_sub&;t t
52823 s&@srcdir@&$ac_srcdir&;t t
52824 s&@abs_srcdir@&$ac_abs_srcdir&;t t
52825 s&@top_srcdir@&$ac_top_srcdir&;t t
52826 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
52827 s&@builddir@&$ac_builddir&;t t
52828 s&@abs_builddir@&$ac_abs_builddir&;t t
52829 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
52830 s&@INSTALL@&$ac_INSTALL&;t t
52831 $ac_datarootdir_hack
52832 " $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
52833
52834 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
52835 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
52836 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
52837 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
52838 which seems to be undefined. Please make sure it is defined." >&5
52839 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
52840 which seems to be undefined. Please make sure it is defined." >&2;}
52841
52842 rm -f "$tmp/stdin"
52843 case $ac_file in
52844 -) cat "$tmp/out"; rm -f "$tmp/out";;
52845 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
52846 esac
52847 ;;
52848 :H)
52849 #
52850 # CONFIG_HEADER
52851 #
52852 _ACEOF
52853
52854 # Transform confdefs.h into a sed script `conftest.defines', that
52855 # substitutes the proper values into config.h.in to produce config.h.
52856 rm -f conftest.defines conftest.tail
52857 # First, append a space to every undef/define line, to ease matching.
52858 echo 's/$/ /' >conftest.defines
52859 # Then, protect against being on the right side of a sed subst, or in
52860 # an unquoted here document, in config.status. If some macros were
52861 # called several times there might be several #defines for the same
52862 # symbol, which is useless. But do not sort them, since the last
52863 # AC_DEFINE must be honored.
52864 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
52865 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
52866 # NAME is the cpp macro being defined, VALUE is the value it is being given.
52867 # PARAMS is the parameter list in the macro definition--in most cases, it's
52868 # just an empty string.
52869 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
52870 ac_dB='\\)[ (].*,\\1define\\2'
52871 ac_dC=' '
52872 ac_dD=' ,'
52873
52874 uniq confdefs.h |
52875 sed -n '
52876 t rset
52877 :rset
52878 s/^[ ]*#[ ]*define[ ][ ]*//
52879 t ok
52880 d
52881 :ok
52882 s/[\\&,]/\\&/g
52883 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
52884 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
52885 ' >>conftest.defines
52886
52887 # Remove the space that was appended to ease matching.
52888 # Then replace #undef with comments. This is necessary, for
52889 # example, in the case of _POSIX_SOURCE, which is predefined and required
52890 # on some systems where configure will not decide to define it.
52891 # (The regexp can be short, since the line contains either #define or #undef.)
52892 echo 's/ $//
52893 s,^[ #]*u.*,/* & */,' >>conftest.defines
52894
52895 # Break up conftest.defines:
52896 ac_max_sed_lines=50
52897
52898 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
52899 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
52900 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
52901 # et cetera.
52902 ac_in='$ac_file_inputs'
52903 ac_out='"$tmp/out1"'
52904 ac_nxt='"$tmp/out2"'
52905
52906 while :
52907 do
52908 # Write a here document:
52909 cat >>$CONFIG_STATUS <<_ACEOF
52910 # First, check the format of the line:
52911 cat >"\$tmp/defines.sed" <<\\CEOF
52912 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
52913 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
52914 b
52915 :def
52916 _ACEOF
52917 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
52918 echo 'CEOF
52919 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
52920 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
52921 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
52922 grep . conftest.tail >/dev/null || break
52923 rm -f conftest.defines
52924 mv conftest.tail conftest.defines
52925 done
52926 rm -f conftest.defines conftest.tail
52927
52928 echo "ac_result=$ac_in" >>$CONFIG_STATUS
52929 cat >>$CONFIG_STATUS <<\_ACEOF
52930 if test x"$ac_file" != x-; then
52931 echo "/* $configure_input */" >"$tmp/config.h"
52932 cat "$ac_result" >>"$tmp/config.h"
52933 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
52934 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
52935 echo "$as_me: $ac_file is unchanged" >&6;}
52936 else
52937 rm -f $ac_file
52938 mv "$tmp/config.h" $ac_file
52939 fi
52940 else
52941 echo "/* $configure_input */"
52942 cat "$ac_result"
52943 fi
52944 rm -f "$tmp/out12"
52945 ;;
52946
52947 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
52948 echo "$as_me: executing $ac_file commands" >&6;}
52949 ;;
52950 esac
52951
52952
52953 case $ac_file$ac_mode in
52954 "rcdefs.h":C)
52955 mkdir -p $outdir &&
52956 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
52957 ;;
52958 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
52959 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
52960 "utils/ifacecheck/rungccxml.sh":F) chmod +x utils/ifacecheck/rungccxml.sh ;;
52961 "wx-config":C) rm -f wx-config
52962 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
52963 ;;
52964
52965 esac
52966 done # for ac_tag
52967
52968
52969 { (exit 0); exit 0; }
52970 _ACEOF
52971 chmod +x $CONFIG_STATUS
52972 ac_clean_files=$ac_clean_files_save
52973
52974
52975 # configure is writing to config.log, and then calls config.status.
52976 # config.status does its own redirection, appending to config.log.
52977 # Unfortunately, on DOS this fails, as config.log is still kept open
52978 # by configure, so config.status won't be able to write to it; its
52979 # output is simply discarded. So we exec the FD to /dev/null,
52980 # effectively closing config.log, so it can be properly (re)opened and
52981 # appended to by config.status. When coming back to configure, we
52982 # need to make the FD available again.
52983 if test "$no_create" != yes; then
52984 ac_cs_success=:
52985 ac_config_status_args=
52986 test "$silent" = yes &&
52987 ac_config_status_args="$ac_config_status_args --quiet"
52988 exec 5>/dev/null
52989 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
52990 exec 5>>config.log
52991 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
52992 # would make configure fail if this is the last instruction.
52993 $ac_cs_success || { (exit 1); exit 1; }
52994 fi
52995
52996 #
52997 # CONFIG_SUBDIRS section.
52998 #
52999 if test "$no_recursion" != yes; then
53000
53001 # Remove --cache-file and --srcdir arguments so they do not pile up.
53002 ac_sub_configure_args=
53003 ac_prev=
53004 eval "set x $ac_configure_args"
53005 shift
53006 for ac_arg
53007 do
53008 if test -n "$ac_prev"; then
53009 ac_prev=
53010 continue
53011 fi
53012 case $ac_arg in
53013 -cache-file | --cache-file | --cache-fil | --cache-fi \
53014 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
53015 ac_prev=cache_file ;;
53016 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
53017 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
53018 | --c=*)
53019 ;;
53020 --config-cache | -C)
53021 ;;
53022 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
53023 ac_prev=srcdir ;;
53024 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
53025 ;;
53026 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
53027 ac_prev=prefix ;;
53028 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
53029 ;;
53030 *)
53031 case $ac_arg in
53032 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
53033 esac
53034 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
53035 esac
53036 done
53037
53038 # Always prepend --prefix to ensure using the same prefix
53039 # in subdir configurations.
53040 ac_arg="--prefix=$prefix"
53041 case $ac_arg in
53042 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
53043 esac
53044 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
53045
53046 # Pass --silent
53047 if test "$silent" = yes; then
53048 ac_sub_configure_args="--silent $ac_sub_configure_args"
53049 fi
53050
53051 ac_popdir=`pwd`
53052 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
53053
53054 # Do not complain, so a configure script can configure whichever
53055 # parts of a large source tree are present.
53056 test -d "$srcdir/$ac_dir" || continue
53057
53058 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
53059 echo "$as_me:$LINENO: $ac_msg" >&5
53060 echo "$ac_msg" >&6
53061 { as_dir="$ac_dir"
53062 case $as_dir in #(
53063 -*) as_dir=./$as_dir;;
53064 esac
53065 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
53066 as_dirs=
53067 while :; do
53068 case $as_dir in #(
53069 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
53070 *) as_qdir=$as_dir;;
53071 esac
53072 as_dirs="'$as_qdir' $as_dirs"
53073 as_dir=`$as_dirname -- "$as_dir" ||
53074 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
53075 X"$as_dir" : 'X\(//\)[^/]' \| \
53076 X"$as_dir" : 'X\(//\)$' \| \
53077 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
53078 echo X"$as_dir" |
53079 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
53080 s//\1/
53081 q
53082 }
53083 /^X\(\/\/\)[^/].*/{
53084 s//\1/
53085 q
53086 }
53087 /^X\(\/\/\)$/{
53088 s//\1/
53089 q
53090 }
53091 /^X\(\/\).*/{
53092 s//\1/
53093 q
53094 }
53095 s/.*/./; q'`
53096 test -d "$as_dir" && break
53097 done
53098 test -z "$as_dirs" || eval "mkdir $as_dirs"
53099 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
53100 echo "$as_me: error: cannot create directory $as_dir" >&2;}
53101 { (exit 1); exit 1; }; }; }
53102 ac_builddir=.
53103
53104 case "$ac_dir" in
53105 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
53106 *)
53107 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
53108 # A ".." for each directory in $ac_dir_suffix.
53109 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
53110 case $ac_top_builddir_sub in
53111 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
53112 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
53113 esac ;;
53114 esac
53115 ac_abs_top_builddir=$ac_pwd
53116 ac_abs_builddir=$ac_pwd$ac_dir_suffix
53117 # for backward compatibility:
53118 ac_top_builddir=$ac_top_build_prefix
53119
53120 case $srcdir in
53121 .) # We are building in place.
53122 ac_srcdir=.
53123 ac_top_srcdir=$ac_top_builddir_sub
53124 ac_abs_top_srcdir=$ac_pwd ;;
53125 [\\/]* | ?:[\\/]* ) # Absolute name.
53126 ac_srcdir=$srcdir$ac_dir_suffix;
53127 ac_top_srcdir=$srcdir
53128 ac_abs_top_srcdir=$srcdir ;;
53129 *) # Relative name.
53130 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
53131 ac_top_srcdir=$ac_top_build_prefix$srcdir
53132 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
53133 esac
53134 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
53135
53136
53137 cd "$ac_dir"
53138
53139 # Check for guested configure; otherwise get Cygnus style configure.
53140 if test -f "$ac_srcdir/configure.gnu"; then
53141 ac_sub_configure=$ac_srcdir/configure.gnu
53142 elif test -f "$ac_srcdir/configure"; then
53143 ac_sub_configure=$ac_srcdir/configure
53144 elif test -f "$ac_srcdir/configure.in"; then
53145 # This should be Cygnus configure.
53146 ac_sub_configure=$ac_aux_dir/configure
53147 else
53148 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
53149 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
53150 ac_sub_configure=
53151 fi
53152
53153 # The recursion is here.
53154 if test -n "$ac_sub_configure"; then
53155 # Make the cache file name correct relative to the subdirectory.
53156 case $cache_file in
53157 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
53158 *) # Relative name.
53159 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
53160 esac
53161
53162 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
53163 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
53164 # The eval makes quoting arguments work.
53165 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
53166 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
53167 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
53168 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
53169 { (exit 1); exit 1; }; }
53170 fi
53171
53172 cd "$ac_popdir"
53173 done
53174 fi
53175
53176
53177 echo
53178 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
53179 echo ""
53180 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
53181 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
53182 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
53183 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
53184 if test "$wxUSE_UNICODE" = "yes"; then
53185 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
53186 echo " (using UTF-8)"
53187 else
53188 echo " (using wchar_t)"
53189 fi
53190 else
53191 echo
53192 fi
53193
53194 echo " What level of wxWidgets compatibility should be enabled?"
53195 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
53196 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
53197
53198 echo " Which libraries should wxWidgets use?"
53199 echo " STL ${wxUSE_STL}"
53200 echo " jpeg ${wxUSE_LIBJPEG-none}"
53201 echo " png ${wxUSE_LIBPNG-none}"
53202 echo " regex ${wxUSE_REGEX}"
53203 echo " tiff ${wxUSE_LIBTIFF-none}"
53204 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
53205 echo " xpm ${wxUSE_LIBXPM-none}"
53206 fi
53207 echo " zlib ${wxUSE_ZLIB}"
53208 echo " expat ${wxUSE_EXPAT}"
53209 echo " libmspack ${wxUSE_LIBMSPACK}"
53210 echo " sdl ${wxUSE_LIBSDL}"
53211
53212 echo ""
53213