]> git.saurik.com Git - wxWidgets.git/blob - configure
Define COMPILER_PREFIX as COMPILER if it's not defined.
[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 WINDRES_CPU_DEFINE="--define WX_CPU_AMD64"
28368 ;;
28369 * )
28370 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
28371 ;;
28372 esac
28373 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
28374 LIBS="$LIBS -loleacc"
28375 fi
28376
28377 case "${host}" in
28378 *-*-cygwin* )
28379 LIBS="$LIBS -lkernel32 -luser32"
28380 esac
28381
28382 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
28383 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
28384
28385 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
28386
28387 WIN32INSTALL=win32install
28388
28389 { echo "$as_me:$LINENO: checking for pbt.h" >&5
28390 echo $ECHO_N "checking for pbt.h... $ECHO_C" >&6; }
28391 if test "${ac_cv_header_pbt_h+set}" = set; then
28392 echo $ECHO_N "(cached) $ECHO_C" >&6
28393 else
28394 cat >conftest.$ac_ext <<_ACEOF
28395 /* confdefs.h. */
28396 _ACEOF
28397 cat confdefs.h >>conftest.$ac_ext
28398 cat >>conftest.$ac_ext <<_ACEOF
28399 /* end confdefs.h. */
28400
28401
28402 #include <pbt.h>
28403 _ACEOF
28404 rm -f conftest.$ac_objext
28405 if { (ac_try="$ac_compile"
28406 case "(($ac_try" in
28407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28408 *) ac_try_echo=$ac_try;;
28409 esac
28410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28411 (eval "$ac_compile") 2>conftest.er1
28412 ac_status=$?
28413 grep -v '^ *+' conftest.er1 >conftest.err
28414 rm -f conftest.er1
28415 cat conftest.err >&5
28416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28417 (exit $ac_status); } && {
28418 test -z "$ac_c_werror_flag" ||
28419 test ! -s conftest.err
28420 } && test -s conftest.$ac_objext; then
28421 ac_cv_header_pbt_h=yes
28422 else
28423 echo "$as_me: failed program was:" >&5
28424 sed 's/^/| /' conftest.$ac_ext >&5
28425
28426 ac_cv_header_pbt_h=no
28427 fi
28428
28429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28430 fi
28431 { echo "$as_me:$LINENO: result: $ac_cv_header_pbt_h" >&5
28432 echo "${ECHO_T}$ac_cv_header_pbt_h" >&6; }
28433 if test $ac_cv_header_pbt_h = yes; then
28434 :
28435 else
28436 cat >>confdefs.h <<\_ACEOF
28437 #define NEED_PBT_H 1
28438 _ACEOF
28439
28440 fi
28441
28442
28443 fi
28444
28445 if test "$wxUSE_GUI" = "yes"; then
28446 USE_GUI=1
28447
28448 GUI_TK_LIBRARY=
28449
28450 WXGTK12=
28451 WXGTK127=
28452 WXGTK2=
28453 WXGPE=
28454
28455 if test "$wxUSE_COCOA" = 1 ; then
28456 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
28457 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
28458 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
28459 wxUSE_PRINTING_ARCHITECTURE=no
28460 fi
28461 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
28462 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
28463 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
28464 wxUSE_DRAG_AND_DROP=no
28465 fi
28466 if test "$wxUSE_DRAGIMAGE" = "yes"; then
28467 { echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
28468 echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
28469 wxUSE_DRAGIMAGE=no
28470 fi
28471 fi
28472
28473 if test "$wxUSE_MSW" = 1 ; then
28474 TOOLKIT=MSW
28475 GUIDIST=MSW_DIST
28476
28477 case "${host}" in
28478 *-*-mingw32* )
28479 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
28480 esac
28481 fi
28482
28483 if test "$wxUSE_GTK" = 1; then
28484 { echo "$as_me:$LINENO: checking for GTK+ version" >&5
28485 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6; }
28486
28487 gtk_version_cached=1
28488 if test "${wx_cv_lib_gtk+set}" = set; then
28489 echo $ECHO_N "(cached) $ECHO_C" >&6
28490 else
28491
28492 gtk_version_cached=0
28493 { echo "$as_me:$LINENO: result: " >&5
28494 echo "${ECHO_T}" >&6; }
28495
28496 GTK_MODULES=
28497 if test "$wxUSE_THREADS" = "yes"; then
28498 GTK_MODULES=gthread
28499 fi
28500
28501 wx_cv_lib_gtk=
28502 if test "x$wxGTK_VERSION" != "x1"
28503 then
28504 case "${host}" in
28505 *-*-solaris2* )
28506 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
28507 enable_gtktest=no
28508 fi
28509 esac
28510
28511 # Check whether --enable-gtktest was given.
28512 if test "${enable_gtktest+set}" = set; then
28513 enableval=$enable_gtktest;
28514 else
28515 enable_gtktest=yes
28516 fi
28517
28518
28519 pkg_config_args=gtk+-2.0
28520 for module in . $GTK_MODULES
28521 do
28522 case "$module" in
28523 gthread)
28524 pkg_config_args="$pkg_config_args gthread-2.0"
28525 ;;
28526 esac
28527 done
28528
28529 no_gtk=""
28530
28531 # Extract the first word of "pkg-config", so it can be a program name with args.
28532 set dummy pkg-config; ac_word=$2
28533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
28534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28535 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28536 echo $ECHO_N "(cached) $ECHO_C" >&6
28537 else
28538 case $PKG_CONFIG in
28539 [\\/]* | ?:[\\/]*)
28540 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28541 ;;
28542 *)
28543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28544 for as_dir in $PATH
28545 do
28546 IFS=$as_save_IFS
28547 test -z "$as_dir" && as_dir=.
28548 for ac_exec_ext in '' $ac_executable_extensions; do
28549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28550 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28551 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28552 break 2
28553 fi
28554 done
28555 done
28556 IFS=$as_save_IFS
28557
28558 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28559 ;;
28560 esac
28561 fi
28562 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28563 if test -n "$PKG_CONFIG"; then
28564 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28565 echo "${ECHO_T}$PKG_CONFIG" >&6; }
28566 else
28567 { echo "$as_me:$LINENO: result: no" >&5
28568 echo "${ECHO_T}no" >&6; }
28569 fi
28570
28571
28572
28573 if test x$PKG_CONFIG != xno ; then
28574 if pkg-config --atleast-pkgconfig-version 0.7 ; then
28575 :
28576 else
28577 echo "*** pkg-config too old; version 0.7 or better required."
28578 no_gtk=yes
28579 PKG_CONFIG=no
28580 fi
28581 else
28582 no_gtk=yes
28583 fi
28584
28585 min_gtk_version=2.4.0
28586 { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
28587 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
28588
28589 if test x$PKG_CONFIG != xno ; then
28590 ## don't try to run the test against uninstalled libtool libs
28591 if $PKG_CONFIG --uninstalled $pkg_config_args; then
28592 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
28593 enable_gtktest=no
28594 fi
28595
28596 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
28597 :
28598 else
28599 no_gtk=yes
28600 fi
28601 fi
28602
28603 if test x"$no_gtk" = x ; then
28604 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
28605 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
28606 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28607 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28608 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28609 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28610 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
28611 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28612 if test "x$enable_gtktest" = "xyes" ; then
28613 ac_save_CFLAGS="$CFLAGS"
28614 ac_save_LIBS="$LIBS"
28615 CFLAGS="$CFLAGS $GTK_CFLAGS"
28616 LIBS="$GTK_LIBS $LIBS"
28617 rm -f conf.gtktest
28618 if test "$cross_compiling" = yes; then
28619 echo $ac_n "cross compiling; assumed OK... $ac_c"
28620 else
28621 cat >conftest.$ac_ext <<_ACEOF
28622 /* confdefs.h. */
28623 _ACEOF
28624 cat confdefs.h >>conftest.$ac_ext
28625 cat >>conftest.$ac_ext <<_ACEOF
28626 /* end confdefs.h. */
28627
28628 #include <gtk/gtk.h>
28629 #include <stdio.h>
28630 #include <stdlib.h>
28631
28632 int
28633 main ()
28634 {
28635 int major, minor, micro;
28636 char *tmp_version;
28637
28638 system ("touch conf.gtktest");
28639
28640 /* HP/UX 9 (%@#!) writes to sscanf strings */
28641 tmp_version = g_strdup("$min_gtk_version");
28642 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
28643 printf("%s, bad version string\n", "$min_gtk_version");
28644 exit(1);
28645 }
28646
28647 if ((gtk_major_version != $gtk_config_major_version) ||
28648 (gtk_minor_version != $gtk_config_minor_version) ||
28649 (gtk_micro_version != $gtk_config_micro_version))
28650 {
28651 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28652 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28653 gtk_major_version, gtk_minor_version, gtk_micro_version);
28654 printf ("*** was found! If pkg-config was correct, then it is best\n");
28655 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28656 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28657 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28658 printf("*** required on your system.\n");
28659 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
28660 printf("*** to point to the correct configuration files\n");
28661 }
28662 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28663 (gtk_minor_version != GTK_MINOR_VERSION) ||
28664 (gtk_micro_version != GTK_MICRO_VERSION))
28665 {
28666 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28667 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28668 printf("*** library (version %d.%d.%d)\n",
28669 gtk_major_version, gtk_minor_version, gtk_micro_version);
28670 }
28671 else
28672 {
28673 if ((gtk_major_version > major) ||
28674 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28675 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28676 {
28677 return 0;
28678 }
28679 else
28680 {
28681 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28682 gtk_major_version, gtk_minor_version, gtk_micro_version);
28683 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28684 major, minor, micro);
28685 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28686 printf("***\n");
28687 printf("*** If you have already installed a sufficiently new version, this error\n");
28688 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
28689 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28690 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
28691 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
28692 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28693 printf("*** so that the correct libraries are found at run-time))\n");
28694 }
28695 }
28696 return 1;
28697 }
28698
28699 _ACEOF
28700 rm -f conftest$ac_exeext
28701 if { (ac_try="$ac_link"
28702 case "(($ac_try" in
28703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28704 *) ac_try_echo=$ac_try;;
28705 esac
28706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28707 (eval "$ac_link") 2>&5
28708 ac_status=$?
28709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28710 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28711 { (case "(($ac_try" in
28712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28713 *) ac_try_echo=$ac_try;;
28714 esac
28715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28716 (eval "$ac_try") 2>&5
28717 ac_status=$?
28718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28719 (exit $ac_status); }; }; then
28720 :
28721 else
28722 echo "$as_me: program exited with status $ac_status" >&5
28723 echo "$as_me: failed program was:" >&5
28724 sed 's/^/| /' conftest.$ac_ext >&5
28725
28726 ( exit $ac_status )
28727 no_gtk=yes
28728 fi
28729 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28730 fi
28731
28732
28733 CFLAGS="$ac_save_CFLAGS"
28734 LIBS="$ac_save_LIBS"
28735 fi
28736 fi
28737 if test "x$no_gtk" = x ; then
28738 { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
28739 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
28740 wx_cv_lib_gtk=2.0
28741 else
28742 { echo "$as_me:$LINENO: result: no" >&5
28743 echo "${ECHO_T}no" >&6; }
28744 if test "$PKG_CONFIG" = "no" ; then
28745 echo "*** A new enough version of pkg-config was not found."
28746 echo "*** See http://pkgconfig.sourceforge.net"
28747 else
28748 if test -f conf.gtktest ; then
28749 :
28750 else
28751 echo "*** Could not run GTK+ test program, checking why..."
28752 ac_save_CFLAGS="$CFLAGS"
28753 ac_save_LIBS="$LIBS"
28754 CFLAGS="$CFLAGS $GTK_CFLAGS"
28755 LIBS="$LIBS $GTK_LIBS"
28756 cat >conftest.$ac_ext <<_ACEOF
28757 /* confdefs.h. */
28758 _ACEOF
28759 cat confdefs.h >>conftest.$ac_ext
28760 cat >>conftest.$ac_ext <<_ACEOF
28761 /* end confdefs.h. */
28762
28763 #include <gtk/gtk.h>
28764 #include <stdio.h>
28765
28766 int
28767 main ()
28768 {
28769 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28770 ;
28771 return 0;
28772 }
28773 _ACEOF
28774 rm -f conftest.$ac_objext conftest$ac_exeext
28775 if { (ac_try="$ac_link"
28776 case "(($ac_try" in
28777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28778 *) ac_try_echo=$ac_try;;
28779 esac
28780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28781 (eval "$ac_link") 2>conftest.er1
28782 ac_status=$?
28783 grep -v '^ *+' conftest.er1 >conftest.err
28784 rm -f conftest.er1
28785 cat conftest.err >&5
28786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28787 (exit $ac_status); } && {
28788 test -z "$ac_c_werror_flag" ||
28789 test ! -s conftest.err
28790 } && test -s conftest$ac_exeext &&
28791 $as_test_x conftest$ac_exeext; then
28792 echo "*** The test program compiled, but did not run. This usually means"
28793 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
28794 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
28795 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28796 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28797 echo "*** is required on your system"
28798 echo "***"
28799 echo "*** If you have an old version installed, it is best to remove it, although"
28800 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28801 else
28802 echo "$as_me: failed program was:" >&5
28803 sed 's/^/| /' conftest.$ac_ext >&5
28804
28805 echo "*** The test program failed to compile or link. See the file config.log for the"
28806 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
28807 fi
28808
28809 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28810 conftest$ac_exeext conftest.$ac_ext
28811 CFLAGS="$ac_save_CFLAGS"
28812 LIBS="$ac_save_LIBS"
28813 fi
28814 fi
28815 GTK_CFLAGS=""
28816 GTK_LIBS=""
28817 :
28818 fi
28819
28820
28821 rm -f conf.gtktest
28822
28823
28824 case "${host}" in
28825 *-*-solaris2* )
28826 if test "$wxUSE_SHARED" != "yes"; then
28827 GTK_LIBS="$GTK_LIBS -lX11"
28828 fi
28829 esac
28830 fi
28831
28832 if test -z "$wx_cv_lib_gtk"; then
28833 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
28834
28835 # Check whether --with-gtk-prefix was given.
28836 if test "${with_gtk_prefix+set}" = set; then
28837 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
28838 else
28839 gtk_config_prefix=""
28840 fi
28841
28842
28843 # Check whether --with-gtk-exec-prefix was given.
28844 if test "${with_gtk_exec_prefix+set}" = set; then
28845 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
28846 else
28847 gtk_config_exec_prefix=""
28848 fi
28849
28850 # Check whether --enable-gtktest was given.
28851 if test "${enable_gtktest+set}" = set; then
28852 enableval=$enable_gtktest;
28853 else
28854 enable_gtktest=yes
28855 fi
28856
28857
28858 for module in . $GTK_MODULES
28859 do
28860 case "$module" in
28861 gthread)
28862 gtk_config_args="$gtk_config_args gthread"
28863 ;;
28864 esac
28865 done
28866
28867 if test x$gtk_config_exec_prefix != x ; then
28868 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
28869 if test x${GTK_CONFIG+set} != xset ; then
28870 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
28871 fi
28872 fi
28873 if test x$gtk_config_prefix != x ; then
28874 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
28875 if test x${GTK_CONFIG+set} != xset ; then
28876 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
28877 fi
28878 fi
28879
28880 # Extract the first word of "gtk-config", so it can be a program name with args.
28881 set dummy gtk-config; ac_word=$2
28882 { echo "$as_me:$LINENO: checking for $ac_word" >&5
28883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
28884 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
28885 echo $ECHO_N "(cached) $ECHO_C" >&6
28886 else
28887 case $GTK_CONFIG in
28888 [\\/]* | ?:[\\/]*)
28889 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
28890 ;;
28891 *)
28892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28893 for as_dir in $PATH
28894 do
28895 IFS=$as_save_IFS
28896 test -z "$as_dir" && as_dir=.
28897 for ac_exec_ext in '' $ac_executable_extensions; do
28898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28899 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28900 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28901 break 2
28902 fi
28903 done
28904 done
28905 IFS=$as_save_IFS
28906
28907 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
28908 ;;
28909 esac
28910 fi
28911 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
28912 if test -n "$GTK_CONFIG"; then
28913 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
28914 echo "${ECHO_T}$GTK_CONFIG" >&6; }
28915 else
28916 { echo "$as_me:$LINENO: result: no" >&5
28917 echo "${ECHO_T}no" >&6; }
28918 fi
28919
28920
28921 min_gtk_version=1.2.7
28922 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
28923 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
28924 no_gtk=""
28925 if test "$GTK_CONFIG" = "no" ; then
28926 no_gtk=yes
28927 else
28928 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
28929 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
28930 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
28931 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28932 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
28933 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28934 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
28935 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28936 if test "x$enable_gtktest" = "xyes" ; then
28937 ac_save_CFLAGS="$CFLAGS"
28938 ac_save_LIBS="$LIBS"
28939 CFLAGS="$CFLAGS $GTK_CFLAGS"
28940 LIBS="$GTK_LIBS $LIBS"
28941 rm -f conf.gtktest
28942 if test "$cross_compiling" = yes; then
28943 echo $ac_n "cross compiling; assumed OK... $ac_c"
28944 else
28945 cat >conftest.$ac_ext <<_ACEOF
28946 /* confdefs.h. */
28947 _ACEOF
28948 cat confdefs.h >>conftest.$ac_ext
28949 cat >>conftest.$ac_ext <<_ACEOF
28950 /* end confdefs.h. */
28951
28952 #include <gtk/gtk.h>
28953 #include <stdio.h>
28954 #include <stdlib.h>
28955
28956 int
28957 main ()
28958 {
28959 int major, minor, micro;
28960 char *tmp_version;
28961
28962 system ("touch conf.gtktest");
28963
28964 /* HP/UX 9 (%@#!) writes to sscanf strings */
28965 tmp_version = g_strdup("$min_gtk_version");
28966 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
28967 printf("%s, bad version string\n", "$min_gtk_version");
28968 exit(1);
28969 }
28970
28971 if ((gtk_major_version != $gtk_config_major_version) ||
28972 (gtk_minor_version != $gtk_config_minor_version) ||
28973 (gtk_micro_version != $gtk_config_micro_version))
28974 {
28975 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28976 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28977 gtk_major_version, gtk_minor_version, gtk_micro_version);
28978 printf ("*** was found! If gtk-config was correct, then it is best\n");
28979 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28980 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28981 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28982 printf("*** required on your system.\n");
28983 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
28984 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
28985 printf("*** before re-running configure\n");
28986 }
28987 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
28988 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28989 (gtk_minor_version != GTK_MINOR_VERSION) ||
28990 (gtk_micro_version != GTK_MICRO_VERSION))
28991 {
28992 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28993 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28994 printf("*** library (version %d.%d.%d)\n",
28995 gtk_major_version, gtk_minor_version, gtk_micro_version);
28996 }
28997 #endif /* defined (GTK_MAJOR_VERSION) ... */
28998 else
28999 {
29000 if ((gtk_major_version > major) ||
29001 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
29002 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
29003 {
29004 return 0;
29005 }
29006 else
29007 {
29008 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
29009 gtk_major_version, gtk_minor_version, gtk_micro_version);
29010 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
29011 major, minor, micro);
29012 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
29013 printf("***\n");
29014 printf("*** If you have already installed a sufficiently new version, this error\n");
29015 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
29016 printf("*** being found. The easiest way to fix this is to remove the old version\n");
29017 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
29018 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
29019 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
29020 printf("*** so that the correct libraries are found at run-time))\n");
29021 }
29022 }
29023 return 1;
29024 }
29025
29026 _ACEOF
29027 rm -f conftest$ac_exeext
29028 if { (ac_try="$ac_link"
29029 case "(($ac_try" in
29030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29031 *) ac_try_echo=$ac_try;;
29032 esac
29033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29034 (eval "$ac_link") 2>&5
29035 ac_status=$?
29036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29037 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29038 { (case "(($ac_try" in
29039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29040 *) ac_try_echo=$ac_try;;
29041 esac
29042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29043 (eval "$ac_try") 2>&5
29044 ac_status=$?
29045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29046 (exit $ac_status); }; }; then
29047 :
29048 else
29049 echo "$as_me: program exited with status $ac_status" >&5
29050 echo "$as_me: failed program was:" >&5
29051 sed 's/^/| /' conftest.$ac_ext >&5
29052
29053 ( exit $ac_status )
29054 no_gtk=yes
29055 fi
29056 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29057 fi
29058
29059
29060 CFLAGS="$ac_save_CFLAGS"
29061 LIBS="$ac_save_LIBS"
29062 fi
29063 fi
29064 if test "x$no_gtk" = x ; then
29065 { echo "$as_me:$LINENO: result: yes" >&5
29066 echo "${ECHO_T}yes" >&6; }
29067 wx_cv_lib_gtk=1.2.7
29068 else
29069 { echo "$as_me:$LINENO: result: no" >&5
29070 echo "${ECHO_T}no" >&6; }
29071 if test "$GTK_CONFIG" = "no" ; then
29072 echo "*** The gtk-config script installed by GTK could not be found"
29073 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
29074 echo "*** your path, or set the GTK_CONFIG environment variable to the"
29075 echo "*** full path to gtk-config."
29076 else
29077 if test -f conf.gtktest ; then
29078 :
29079 else
29080 echo "*** Could not run GTK test program, checking why..."
29081 CFLAGS="$CFLAGS $GTK_CFLAGS"
29082 LIBS="$LIBS $GTK_LIBS"
29083 cat >conftest.$ac_ext <<_ACEOF
29084 /* confdefs.h. */
29085 _ACEOF
29086 cat confdefs.h >>conftest.$ac_ext
29087 cat >>conftest.$ac_ext <<_ACEOF
29088 /* end confdefs.h. */
29089
29090 #include <gtk/gtk.h>
29091 #include <stdio.h>
29092
29093 int
29094 main ()
29095 {
29096 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
29097 ;
29098 return 0;
29099 }
29100 _ACEOF
29101 rm -f conftest.$ac_objext conftest$ac_exeext
29102 if { (ac_try="$ac_link"
29103 case "(($ac_try" in
29104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29105 *) ac_try_echo=$ac_try;;
29106 esac
29107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29108 (eval "$ac_link") 2>conftest.er1
29109 ac_status=$?
29110 grep -v '^ *+' conftest.er1 >conftest.err
29111 rm -f conftest.er1
29112 cat conftest.err >&5
29113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29114 (exit $ac_status); } && {
29115 test -z "$ac_c_werror_flag" ||
29116 test ! -s conftest.err
29117 } && test -s conftest$ac_exeext &&
29118 $as_test_x conftest$ac_exeext; then
29119 echo "*** The test program compiled, but did not run. This usually means"
29120 echo "*** that the run-time linker is not finding GTK or finding the wrong"
29121 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
29122 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
29123 echo "*** to the installed location Also, make sure you have run ldconfig if that"
29124 echo "*** is required on your system"
29125 echo "***"
29126 echo "*** If you have an old version installed, it is best to remove it, although"
29127 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
29128 echo "***"
29129 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
29130 echo "*** came with the system with the command"
29131 echo "***"
29132 echo "*** rpm --erase --nodeps gtk gtk-devel"
29133 else
29134 echo "$as_me: failed program was:" >&5
29135 sed 's/^/| /' conftest.$ac_ext >&5
29136
29137 echo "*** The test program failed to compile or link. See the file config.log for the"
29138 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
29139 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
29140 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
29141 fi
29142
29143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29144 conftest$ac_exeext conftest.$ac_ext
29145 CFLAGS="$ac_save_CFLAGS"
29146 LIBS="$ac_save_LIBS"
29147 fi
29148 fi
29149 GTK_CFLAGS=""
29150 GTK_LIBS=""
29151 :
29152 fi
29153
29154
29155 rm -f conf.gtktest
29156
29157
29158 if test -z "$wx_cv_lib_gtk"; then
29159
29160 # Check whether --with-gtk-prefix was given.
29161 if test "${with_gtk_prefix+set}" = set; then
29162 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
29163 else
29164 gtk_config_prefix=""
29165 fi
29166
29167
29168 # Check whether --with-gtk-exec-prefix was given.
29169 if test "${with_gtk_exec_prefix+set}" = set; then
29170 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
29171 else
29172 gtk_config_exec_prefix=""
29173 fi
29174
29175 # Check whether --enable-gtktest was given.
29176 if test "${enable_gtktest+set}" = set; then
29177 enableval=$enable_gtktest;
29178 else
29179 enable_gtktest=yes
29180 fi
29181
29182
29183 for module in . $GTK_MODULES
29184 do
29185 case "$module" in
29186 gthread)
29187 gtk_config_args="$gtk_config_args gthread"
29188 ;;
29189 esac
29190 done
29191
29192 if test x$gtk_config_exec_prefix != x ; then
29193 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
29194 if test x${GTK_CONFIG+set} != xset ; then
29195 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
29196 fi
29197 fi
29198 if test x$gtk_config_prefix != x ; then
29199 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
29200 if test x${GTK_CONFIG+set} != xset ; then
29201 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
29202 fi
29203 fi
29204
29205 # Extract the first word of "gtk-config", so it can be a program name with args.
29206 set dummy gtk-config; ac_word=$2
29207 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29208 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29209 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
29210 echo $ECHO_N "(cached) $ECHO_C" >&6
29211 else
29212 case $GTK_CONFIG in
29213 [\\/]* | ?:[\\/]*)
29214 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
29215 ;;
29216 *)
29217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29218 for as_dir in $PATH
29219 do
29220 IFS=$as_save_IFS
29221 test -z "$as_dir" && as_dir=.
29222 for ac_exec_ext in '' $ac_executable_extensions; do
29223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29224 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29225 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29226 break 2
29227 fi
29228 done
29229 done
29230 IFS=$as_save_IFS
29231
29232 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
29233 ;;
29234 esac
29235 fi
29236 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
29237 if test -n "$GTK_CONFIG"; then
29238 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
29239 echo "${ECHO_T}$GTK_CONFIG" >&6; }
29240 else
29241 { echo "$as_me:$LINENO: result: no" >&5
29242 echo "${ECHO_T}no" >&6; }
29243 fi
29244
29245
29246 min_gtk_version=1.2.3
29247 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
29248 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
29249 no_gtk=""
29250 if test "$GTK_CONFIG" = "no" ; then
29251 no_gtk=yes
29252 else
29253 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
29254 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
29255 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
29256 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
29257 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
29258 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
29259 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
29260 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
29261 if test "x$enable_gtktest" = "xyes" ; then
29262 ac_save_CFLAGS="$CFLAGS"
29263 ac_save_LIBS="$LIBS"
29264 CFLAGS="$CFLAGS $GTK_CFLAGS"
29265 LIBS="$GTK_LIBS $LIBS"
29266 rm -f conf.gtktest
29267 if test "$cross_compiling" = yes; then
29268 echo $ac_n "cross compiling; assumed OK... $ac_c"
29269 else
29270 cat >conftest.$ac_ext <<_ACEOF
29271 /* confdefs.h. */
29272 _ACEOF
29273 cat confdefs.h >>conftest.$ac_ext
29274 cat >>conftest.$ac_ext <<_ACEOF
29275 /* end confdefs.h. */
29276
29277 #include <gtk/gtk.h>
29278 #include <stdio.h>
29279 #include <stdlib.h>
29280
29281 int
29282 main ()
29283 {
29284 int major, minor, micro;
29285 char *tmp_version;
29286
29287 system ("touch conf.gtktest");
29288
29289 /* HP/UX 9 (%@#!) writes to sscanf strings */
29290 tmp_version = g_strdup("$min_gtk_version");
29291 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
29292 printf("%s, bad version string\n", "$min_gtk_version");
29293 exit(1);
29294 }
29295
29296 if ((gtk_major_version != $gtk_config_major_version) ||
29297 (gtk_minor_version != $gtk_config_minor_version) ||
29298 (gtk_micro_version != $gtk_config_micro_version))
29299 {
29300 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
29301 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
29302 gtk_major_version, gtk_minor_version, gtk_micro_version);
29303 printf ("*** was found! If gtk-config was correct, then it is best\n");
29304 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
29305 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
29306 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
29307 printf("*** required on your system.\n");
29308 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
29309 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
29310 printf("*** before re-running configure\n");
29311 }
29312 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
29313 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
29314 (gtk_minor_version != GTK_MINOR_VERSION) ||
29315 (gtk_micro_version != GTK_MICRO_VERSION))
29316 {
29317 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
29318 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
29319 printf("*** library (version %d.%d.%d)\n",
29320 gtk_major_version, gtk_minor_version, gtk_micro_version);
29321 }
29322 #endif /* defined (GTK_MAJOR_VERSION) ... */
29323 else
29324 {
29325 if ((gtk_major_version > major) ||
29326 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
29327 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
29328 {
29329 return 0;
29330 }
29331 else
29332 {
29333 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
29334 gtk_major_version, gtk_minor_version, gtk_micro_version);
29335 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
29336 major, minor, micro);
29337 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
29338 printf("***\n");
29339 printf("*** If you have already installed a sufficiently new version, this error\n");
29340 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
29341 printf("*** being found. The easiest way to fix this is to remove the old version\n");
29342 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
29343 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
29344 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
29345 printf("*** so that the correct libraries are found at run-time))\n");
29346 }
29347 }
29348 return 1;
29349 }
29350
29351 _ACEOF
29352 rm -f conftest$ac_exeext
29353 if { (ac_try="$ac_link"
29354 case "(($ac_try" in
29355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29356 *) ac_try_echo=$ac_try;;
29357 esac
29358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29359 (eval "$ac_link") 2>&5
29360 ac_status=$?
29361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29362 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29363 { (case "(($ac_try" in
29364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29365 *) ac_try_echo=$ac_try;;
29366 esac
29367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29368 (eval "$ac_try") 2>&5
29369 ac_status=$?
29370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29371 (exit $ac_status); }; }; then
29372 :
29373 else
29374 echo "$as_me: program exited with status $ac_status" >&5
29375 echo "$as_me: failed program was:" >&5
29376 sed 's/^/| /' conftest.$ac_ext >&5
29377
29378 ( exit $ac_status )
29379 no_gtk=yes
29380 fi
29381 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29382 fi
29383
29384
29385 CFLAGS="$ac_save_CFLAGS"
29386 LIBS="$ac_save_LIBS"
29387 fi
29388 fi
29389 if test "x$no_gtk" = x ; then
29390 { echo "$as_me:$LINENO: result: yes" >&5
29391 echo "${ECHO_T}yes" >&6; }
29392 wx_cv_lib_gtk=1.2.3
29393 else
29394 { echo "$as_me:$LINENO: result: no" >&5
29395 echo "${ECHO_T}no" >&6; }
29396 if test "$GTK_CONFIG" = "no" ; then
29397 echo "*** The gtk-config script installed by GTK could not be found"
29398 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
29399 echo "*** your path, or set the GTK_CONFIG environment variable to the"
29400 echo "*** full path to gtk-config."
29401 else
29402 if test -f conf.gtktest ; then
29403 :
29404 else
29405 echo "*** Could not run GTK test program, checking why..."
29406 CFLAGS="$CFLAGS $GTK_CFLAGS"
29407 LIBS="$LIBS $GTK_LIBS"
29408 cat >conftest.$ac_ext <<_ACEOF
29409 /* confdefs.h. */
29410 _ACEOF
29411 cat confdefs.h >>conftest.$ac_ext
29412 cat >>conftest.$ac_ext <<_ACEOF
29413 /* end confdefs.h. */
29414
29415 #include <gtk/gtk.h>
29416 #include <stdio.h>
29417
29418 int
29419 main ()
29420 {
29421 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
29422 ;
29423 return 0;
29424 }
29425 _ACEOF
29426 rm -f conftest.$ac_objext conftest$ac_exeext
29427 if { (ac_try="$ac_link"
29428 case "(($ac_try" in
29429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29430 *) ac_try_echo=$ac_try;;
29431 esac
29432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29433 (eval "$ac_link") 2>conftest.er1
29434 ac_status=$?
29435 grep -v '^ *+' conftest.er1 >conftest.err
29436 rm -f conftest.er1
29437 cat conftest.err >&5
29438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29439 (exit $ac_status); } && {
29440 test -z "$ac_c_werror_flag" ||
29441 test ! -s conftest.err
29442 } && test -s conftest$ac_exeext &&
29443 $as_test_x conftest$ac_exeext; then
29444 echo "*** The test program compiled, but did not run. This usually means"
29445 echo "*** that the run-time linker is not finding GTK or finding the wrong"
29446 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
29447 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
29448 echo "*** to the installed location Also, make sure you have run ldconfig if that"
29449 echo "*** is required on your system"
29450 echo "***"
29451 echo "*** If you have an old version installed, it is best to remove it, although"
29452 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
29453 echo "***"
29454 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
29455 echo "*** came with the system with the command"
29456 echo "***"
29457 echo "*** rpm --erase --nodeps gtk gtk-devel"
29458 else
29459 echo "$as_me: failed program was:" >&5
29460 sed 's/^/| /' conftest.$ac_ext >&5
29461
29462 echo "*** The test program failed to compile or link. See the file config.log for the"
29463 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
29464 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
29465 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
29466 fi
29467
29468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29469 conftest$ac_exeext conftest.$ac_ext
29470 CFLAGS="$ac_save_CFLAGS"
29471 LIBS="$ac_save_LIBS"
29472 fi
29473 fi
29474 GTK_CFLAGS=""
29475 GTK_LIBS=""
29476 :
29477 fi
29478
29479
29480 rm -f conf.gtktest
29481
29482 fi
29483 fi
29484 fi
29485
29486 if test -z "$wx_cv_lib_gtk"; then
29487 wx_cv_lib_gtk=none
29488 else
29489 wx_cv_cflags_gtk=$GTK_CFLAGS
29490 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
29491 fi
29492
29493
29494 fi
29495
29496
29497 if test "$gtk_version_cached" = 1; then
29498 { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
29499 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
29500 fi
29501
29502 case "$wx_cv_lib_gtk" in
29503 2.0) WXGTK2=1
29504 TOOLKIT_VERSION=2
29505 ;;
29506 1.2.7) WXGTK127=1
29507 WXGTK12=1
29508 ;;
29509 1.2.3) WXGTK12=1
29510 ;;
29511 *) { { echo "$as_me:$LINENO: error:
29512 The development files for GTK+ were not found. For GTK+ 2, please
29513 ensure that pkg-config is in the path and that gtk+-2.0.pc is
29514 installed. For GTK+ 1.2 please check that gtk-config is in the path,
29515 and that the version is 1.2.3 or above. Also check that the
29516 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
29517 --libs' are in the LD_LIBRARY_PATH or equivalent.
29518 " >&5
29519 echo "$as_me: error:
29520 The development files for GTK+ were not found. For GTK+ 2, please
29521 ensure that pkg-config is in the path and that gtk+-2.0.pc is
29522 installed. For GTK+ 1.2 please check that gtk-config is in the path,
29523 and that the version is 1.2.3 or above. Also check that the
29524 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
29525 --libs' are in the LD_LIBRARY_PATH or equivalent.
29526 " >&2;}
29527 { (exit 1); exit 1; }; }
29528 ;;
29529 esac
29530
29531 if test "$WXGTK2" = 1; then
29532 save_CFLAGS="$CFLAGS"
29533 save_LIBS="$LIBS"
29534 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
29535 LIBS="$LIBS $wx_cv_libs_gtk"
29536
29537 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.18" >&5
29538 echo $ECHO_N "checking if GTK+ is version >= 2.18... $ECHO_C" >&6; }
29539 cat >conftest.$ac_ext <<_ACEOF
29540 /* confdefs.h. */
29541 _ACEOF
29542 cat confdefs.h >>conftest.$ac_ext
29543 cat >>conftest.$ac_ext <<_ACEOF
29544 /* end confdefs.h. */
29545
29546 #include <gtk/gtk.h>
29547
29548 int
29549 main ()
29550 {
29551
29552 #if !GTK_CHECK_VERSION(2,18,0)
29553 Not GTK+ 2.18
29554 #endif
29555
29556 ;
29557 return 0;
29558 }
29559 _ACEOF
29560 rm -f conftest.$ac_objext
29561 if { (ac_try="$ac_compile"
29562 case "(($ac_try" in
29563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29564 *) ac_try_echo=$ac_try;;
29565 esac
29566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29567 (eval "$ac_compile") 2>conftest.er1
29568 ac_status=$?
29569 grep -v '^ *+' conftest.er1 >conftest.err
29570 rm -f conftest.er1
29571 cat conftest.err >&5
29572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29573 (exit $ac_status); } && {
29574 test -z "$ac_c_werror_flag" ||
29575 test ! -s conftest.err
29576 } && test -s conftest.$ac_objext; then
29577
29578 cat >>confdefs.h <<\_ACEOF
29579 #define __WXGTK218__ 1
29580 _ACEOF
29581
29582 cat >>confdefs.h <<\_ACEOF
29583 #define __WXGTK210__ 1
29584 _ACEOF
29585
29586 cat >>confdefs.h <<\_ACEOF
29587 #define __WXGTK26__ 1
29588 _ACEOF
29589
29590 { echo "$as_me:$LINENO: result: yes" >&5
29591 echo "${ECHO_T}yes" >&6; }
29592 ac_wxgtk218=1
29593
29594 else
29595 echo "$as_me: failed program was:" >&5
29596 sed 's/^/| /' conftest.$ac_ext >&5
29597
29598
29599 { echo "$as_me:$LINENO: result: no" >&5
29600 echo "${ECHO_T}no" >&6; }
29601 ac_wxgtk218=0
29602
29603 fi
29604
29605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29606
29607 if test "$ac_wxgtk218" = 0; then
29608 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
29609 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
29610 cat >conftest.$ac_ext <<_ACEOF
29611 /* confdefs.h. */
29612 _ACEOF
29613 cat confdefs.h >>conftest.$ac_ext
29614 cat >>conftest.$ac_ext <<_ACEOF
29615 /* end confdefs.h. */
29616
29617 #include <gtk/gtk.h>
29618
29619 int
29620 main ()
29621 {
29622
29623 #if !GTK_CHECK_VERSION(2,10,0)
29624 Not GTK+ 2.10
29625 #endif
29626
29627 ;
29628 return 0;
29629 }
29630 _ACEOF
29631 rm -f conftest.$ac_objext
29632 if { (ac_try="$ac_compile"
29633 case "(($ac_try" in
29634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29635 *) ac_try_echo=$ac_try;;
29636 esac
29637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29638 (eval "$ac_compile") 2>conftest.er1
29639 ac_status=$?
29640 grep -v '^ *+' conftest.er1 >conftest.err
29641 rm -f conftest.er1
29642 cat conftest.err >&5
29643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29644 (exit $ac_status); } && {
29645 test -z "$ac_c_werror_flag" ||
29646 test ! -s conftest.err
29647 } && test -s conftest.$ac_objext; then
29648
29649 cat >>confdefs.h <<\_ACEOF
29650 #define __WXGTK210__ 1
29651 _ACEOF
29652
29653 cat >>confdefs.h <<\_ACEOF
29654 #define __WXGTK26__ 1
29655 _ACEOF
29656
29657 { echo "$as_me:$LINENO: result: yes" >&5
29658 echo "${ECHO_T}yes" >&6; }
29659 ac_wxgtk210=1
29660
29661 else
29662 echo "$as_me: failed program was:" >&5
29663 sed 's/^/| /' conftest.$ac_ext >&5
29664
29665
29666 { echo "$as_me:$LINENO: result: no" >&5
29667 echo "${ECHO_T}no" >&6; }
29668 ac_wxgtk210=0
29669
29670 fi
29671
29672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29673
29674 if test "$ac_wxgtk210" = 0; then
29675 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
29676 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
29677 cat >conftest.$ac_ext <<_ACEOF
29678 /* confdefs.h. */
29679 _ACEOF
29680 cat confdefs.h >>conftest.$ac_ext
29681 cat >>conftest.$ac_ext <<_ACEOF
29682 /* end confdefs.h. */
29683
29684 #include <gtk/gtk.h>
29685
29686 int
29687 main ()
29688 {
29689
29690 #if !GTK_CHECK_VERSION(2,6,0)
29691 Not GTK+ 2.6
29692 #endif
29693
29694 ;
29695 return 0;
29696 }
29697 _ACEOF
29698 rm -f conftest.$ac_objext
29699 if { (ac_try="$ac_compile"
29700 case "(($ac_try" in
29701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29702 *) ac_try_echo=$ac_try;;
29703 esac
29704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29705 (eval "$ac_compile") 2>conftest.er1
29706 ac_status=$?
29707 grep -v '^ *+' conftest.er1 >conftest.err
29708 rm -f conftest.er1
29709 cat conftest.err >&5
29710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29711 (exit $ac_status); } && {
29712 test -z "$ac_c_werror_flag" ||
29713 test ! -s conftest.err
29714 } && test -s conftest.$ac_objext; then
29715
29716 cat >>confdefs.h <<\_ACEOF
29717 #define __WXGTK26__ 1
29718 _ACEOF
29719
29720 { echo "$as_me:$LINENO: result: yes" >&5
29721 echo "${ECHO_T}yes" >&6; }
29722 ac_wxgtk26=1
29723
29724 else
29725 echo "$as_me: failed program was:" >&5
29726 sed 's/^/| /' conftest.$ac_ext >&5
29727
29728
29729 { echo "$as_me:$LINENO: result: no" >&5
29730 echo "${ECHO_T}no" >&6; }
29731 ac_wxgtk26=0
29732
29733 fi
29734
29735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29736 fi
29737 fi
29738
29739 CFLAGS="$save_CFLAGS"
29740 LIBS="$save_LIBS"
29741 else
29742 if test "$wxUSE_UNICODE" = "yes"; then
29743 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
29744 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
29745 wxUSE_UNICODE=no
29746 fi
29747
29748 { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
29749 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
29750 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
29751 echo $ECHO_N "(cached) $ECHO_C" >&6
29752 else
29753 ac_check_lib_save_LIBS=$LIBS
29754 LIBS="-lgdk $LIBS"
29755 cat >conftest.$ac_ext <<_ACEOF
29756 /* confdefs.h. */
29757 _ACEOF
29758 cat confdefs.h >>conftest.$ac_ext
29759 cat >>conftest.$ac_ext <<_ACEOF
29760 /* end confdefs.h. */
29761
29762 /* Override any GCC internal prototype to avoid an error.
29763 Use char because int might match the return type of a GCC
29764 builtin and then its argument prototype would still apply. */
29765 #ifdef __cplusplus
29766 extern "C"
29767 #endif
29768 char gdk_im_open ();
29769 int
29770 main ()
29771 {
29772 return gdk_im_open ();
29773 ;
29774 return 0;
29775 }
29776 _ACEOF
29777 rm -f conftest.$ac_objext conftest$ac_exeext
29778 if { (ac_try="$ac_link"
29779 case "(($ac_try" in
29780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29781 *) ac_try_echo=$ac_try;;
29782 esac
29783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29784 (eval "$ac_link") 2>conftest.er1
29785 ac_status=$?
29786 grep -v '^ *+' conftest.er1 >conftest.err
29787 rm -f conftest.er1
29788 cat conftest.err >&5
29789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29790 (exit $ac_status); } && {
29791 test -z "$ac_c_werror_flag" ||
29792 test ! -s conftest.err
29793 } && test -s conftest$ac_exeext &&
29794 $as_test_x conftest$ac_exeext; then
29795 ac_cv_lib_gdk_gdk_im_open=yes
29796 else
29797 echo "$as_me: failed program was:" >&5
29798 sed 's/^/| /' conftest.$ac_ext >&5
29799
29800 ac_cv_lib_gdk_gdk_im_open=no
29801 fi
29802
29803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29804 conftest$ac_exeext conftest.$ac_ext
29805 LIBS=$ac_check_lib_save_LIBS
29806 fi
29807 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
29808 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
29809 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
29810 cat >>confdefs.h <<\_ACEOF
29811 #define HAVE_XIM 1
29812 _ACEOF
29813
29814 fi
29815
29816
29817 if test "$USE_DARWIN" != 1; then
29818
29819 for ac_func in poll
29820 do
29821 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29822 { echo "$as_me:$LINENO: checking for $ac_func" >&5
29823 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
29824 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
29825 echo $ECHO_N "(cached) $ECHO_C" >&6
29826 else
29827 cat >conftest.$ac_ext <<_ACEOF
29828 /* confdefs.h. */
29829 _ACEOF
29830 cat confdefs.h >>conftest.$ac_ext
29831 cat >>conftest.$ac_ext <<_ACEOF
29832 /* end confdefs.h. */
29833 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29834 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29835 #define $ac_func innocuous_$ac_func
29836
29837 /* System header to define __stub macros and hopefully few prototypes,
29838 which can conflict with char $ac_func (); below.
29839 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29840 <limits.h> exists even on freestanding compilers. */
29841
29842 #ifdef __STDC__
29843 # include <limits.h>
29844 #else
29845 # include <assert.h>
29846 #endif
29847
29848 #undef $ac_func
29849
29850 /* Override any GCC internal prototype to avoid an error.
29851 Use char because int might match the return type of a GCC
29852 builtin and then its argument prototype would still apply. */
29853 #ifdef __cplusplus
29854 extern "C"
29855 #endif
29856 char $ac_func ();
29857 /* The GNU C library defines this for functions which it implements
29858 to always fail with ENOSYS. Some functions are actually named
29859 something starting with __ and the normal name is an alias. */
29860 #if defined __stub_$ac_func || defined __stub___$ac_func
29861 choke me
29862 #endif
29863
29864 int
29865 main ()
29866 {
29867 return $ac_func ();
29868 ;
29869 return 0;
29870 }
29871 _ACEOF
29872 rm -f conftest.$ac_objext conftest$ac_exeext
29873 if { (ac_try="$ac_link"
29874 case "(($ac_try" in
29875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29876 *) ac_try_echo=$ac_try;;
29877 esac
29878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29879 (eval "$ac_link") 2>conftest.er1
29880 ac_status=$?
29881 grep -v '^ *+' conftest.er1 >conftest.err
29882 rm -f conftest.er1
29883 cat conftest.err >&5
29884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29885 (exit $ac_status); } && {
29886 test -z "$ac_c_werror_flag" ||
29887 test ! -s conftest.err
29888 } && test -s conftest$ac_exeext &&
29889 $as_test_x conftest$ac_exeext; then
29890 eval "$as_ac_var=yes"
29891 else
29892 echo "$as_me: failed program was:" >&5
29893 sed 's/^/| /' conftest.$ac_ext >&5
29894
29895 eval "$as_ac_var=no"
29896 fi
29897
29898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29899 conftest$ac_exeext conftest.$ac_ext
29900 fi
29901 ac_res=`eval echo '${'$as_ac_var'}'`
29902 { echo "$as_me:$LINENO: result: $ac_res" >&5
29903 echo "${ECHO_T}$ac_res" >&6; }
29904 if test `eval echo '${'$as_ac_var'}'` = yes; then
29905 cat >>confdefs.h <<_ACEOF
29906 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29907 _ACEOF
29908
29909 fi
29910 done
29911
29912 fi
29913 fi
29914
29915 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
29916 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
29917
29918 AFMINSTALL=afminstall
29919 TOOLKIT=GTK
29920 GUIDIST=GTK_DIST
29921
29922 if test "$wxUSE_GPE" = "yes"; then
29923 { echo "$as_me:$LINENO: checking for gpewidget library" >&5
29924 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
29925
29926 ac_find_libraries=
29927 for ac_dir in $SEARCH_LIB;
29928 do
29929 for ac_extension in a so sl dylib dll.a; do
29930 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
29931 ac_find_libraries=$ac_dir
29932 break 2
29933 fi
29934 done
29935 done
29936
29937 if test "$ac_find_libraries" != "" ; then
29938
29939 if test "$ac_find_libraries" = "default location"; then
29940 ac_path_to_link=""
29941 else
29942 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
29943 result=$?
29944 if test $result = 0; then
29945 ac_path_to_link=""
29946 else
29947 ac_path_to_link=" -L$ac_find_libraries"
29948 fi
29949 fi
29950
29951 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
29952 WXGPE=1
29953 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29954 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
29955 else
29956 { echo "$as_me:$LINENO: result: not found" >&5
29957 echo "${ECHO_T}not found" >&6; }
29958 fi
29959
29960 fi
29961 fi
29962
29963 if test "$wxUSE_MGL" = 1; then
29964 { echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
29965 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6; }
29966 if test "x$MGL_ROOT" = x ; then
29967 { echo "$as_me:$LINENO: result: not found" >&5
29968 echo "${ECHO_T}not found" >&6; }
29969 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
29970 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
29971 { (exit 1); exit 1; }; }
29972 else
29973 { echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
29974 echo "${ECHO_T}$MGL_ROOT" >&6; }
29975 fi
29976
29977 { echo "$as_me:$LINENO: checking for libmgl location" >&5
29978 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6; }
29979 case "${host}" in
29980 *-*-linux* )
29981 if test "x$wxUSE_SHARED" = xyes ; then
29982 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
29983 else
29984 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
29985 fi
29986 ;;
29987 *-pc-msdosdjgpp )
29988 mgl_os_candidates="dos32/dj2"
29989 ;;
29990 *)
29991 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
29992 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
29993 { (exit 1); exit 1; }; }
29994 esac
29995
29996 mgl_lib_type=""
29997 mgl_os=""
29998
29999 for mgl_os_i in $mgl_os_candidates ; do
30000 if test "x$mgl_os" = x ; then
30001 if test "$wxUSE_DEBUG_FLAG" = yes ; then
30002 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
30003 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
30004 mgl_lib_type=debug
30005 mgl_os=$mgl_os_i
30006 fi
30007 fi
30008 if test "x$mgl_lib_type" = x ; then
30009 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
30010 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
30011 mgl_lib_type=release
30012 mgl_os=$mgl_os_i
30013 fi
30014 fi
30015 fi
30016 done
30017
30018 if test "x$mgl_os" = x ; then
30019 { echo "$as_me:$LINENO: result: not found" >&5
30020 echo "${ECHO_T}not found" >&6; }
30021 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
30022 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
30023 { (exit 1); exit 1; }; }
30024 fi
30025 { echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
30026 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6; }
30027
30028 wxUSE_UNIVERSAL="yes"
30029
30030 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
30031 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
30032
30033 AFMINSTALL=afminstall
30034 TOOLKIT=MGL
30035 GUIDIST=MGL_DIST
30036 fi
30037
30038 if test "$wxUSE_DFB" = 1; then
30039
30040
30041 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
30042 if test -n "$ac_tool_prefix"; then
30043 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
30044 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
30045 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30047 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
30048 echo $ECHO_N "(cached) $ECHO_C" >&6
30049 else
30050 case $PKG_CONFIG in
30051 [\\/]* | ?:[\\/]*)
30052 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
30053 ;;
30054 *)
30055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30056 for as_dir in $PATH
30057 do
30058 IFS=$as_save_IFS
30059 test -z "$as_dir" && as_dir=.
30060 for ac_exec_ext in '' $ac_executable_extensions; do
30061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30062 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30064 break 2
30065 fi
30066 done
30067 done
30068 IFS=$as_save_IFS
30069
30070 ;;
30071 esac
30072 fi
30073 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
30074 if test -n "$PKG_CONFIG"; then
30075 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
30076 echo "${ECHO_T}$PKG_CONFIG" >&6; }
30077 else
30078 { echo "$as_me:$LINENO: result: no" >&5
30079 echo "${ECHO_T}no" >&6; }
30080 fi
30081
30082
30083 fi
30084 if test -z "$ac_cv_path_PKG_CONFIG"; then
30085 ac_pt_PKG_CONFIG=$PKG_CONFIG
30086 # Extract the first word of "pkg-config", so it can be a program name with args.
30087 set dummy pkg-config; ac_word=$2
30088 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30089 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30090 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
30091 echo $ECHO_N "(cached) $ECHO_C" >&6
30092 else
30093 case $ac_pt_PKG_CONFIG in
30094 [\\/]* | ?:[\\/]*)
30095 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
30096 ;;
30097 *)
30098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30099 for as_dir in $PATH
30100 do
30101 IFS=$as_save_IFS
30102 test -z "$as_dir" && as_dir=.
30103 for ac_exec_ext in '' $ac_executable_extensions; do
30104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30105 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30107 break 2
30108 fi
30109 done
30110 done
30111 IFS=$as_save_IFS
30112
30113 ;;
30114 esac
30115 fi
30116 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
30117 if test -n "$ac_pt_PKG_CONFIG"; then
30118 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
30119 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
30120 else
30121 { echo "$as_me:$LINENO: result: no" >&5
30122 echo "${ECHO_T}no" >&6; }
30123 fi
30124
30125 if test "x$ac_pt_PKG_CONFIG" = x; then
30126 PKG_CONFIG=""
30127 else
30128 case $cross_compiling:$ac_tool_warned in
30129 yes:)
30130 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
30131 whose name does not start with the host triplet. If you think this
30132 configuration is useful to you, please write to autoconf@gnu.org." >&5
30133 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
30134 whose name does not start with the host triplet. If you think this
30135 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
30136 ac_tool_warned=yes ;;
30137 esac
30138 PKG_CONFIG=$ac_pt_PKG_CONFIG
30139 fi
30140 else
30141 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
30142 fi
30143
30144 fi
30145 if test -n "$PKG_CONFIG"; then
30146 _pkg_min_version=0.9.0
30147 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
30148 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
30149 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
30150 { echo "$as_me:$LINENO: result: yes" >&5
30151 echo "${ECHO_T}yes" >&6; }
30152 else
30153 { echo "$as_me:$LINENO: result: no" >&5
30154 echo "${ECHO_T}no" >&6; }
30155 PKG_CONFIG=""
30156 fi
30157
30158 fi
30159
30160
30161 pkg_failed=no
30162 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
30163 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
30164
30165 if test -n "$PKG_CONFIG"; then
30166 if test -n "$DIRECTFB_CFLAGS"; then
30167 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
30168 else
30169 if test -n "$PKG_CONFIG" && \
30170 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
30171 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
30172 ac_status=$?
30173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30174 (exit $ac_status); }; then
30175 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
30176 else
30177 pkg_failed=yes
30178 fi
30179 fi
30180 else
30181 pkg_failed=untried
30182 fi
30183 if test -n "$PKG_CONFIG"; then
30184 if test -n "$DIRECTFB_LIBS"; then
30185 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
30186 else
30187 if test -n "$PKG_CONFIG" && \
30188 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
30189 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
30190 ac_status=$?
30191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30192 (exit $ac_status); }; then
30193 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
30194 else
30195 pkg_failed=yes
30196 fi
30197 fi
30198 else
30199 pkg_failed=untried
30200 fi
30201
30202
30203
30204 if test $pkg_failed = yes; then
30205
30206 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30207 _pkg_short_errors_supported=yes
30208 else
30209 _pkg_short_errors_supported=no
30210 fi
30211 if test $_pkg_short_errors_supported = yes; then
30212 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
30213 else
30214 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
30215 fi
30216 # Put the nasty error message in config.log where it belongs
30217 echo "$DIRECTFB_PKG_ERRORS" >&5
30218
30219
30220 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
30221 echo "$as_me: error: DirectFB not found." >&2;}
30222 { (exit 1); exit 1; }; }
30223
30224
30225 elif test $pkg_failed = untried; then
30226
30227 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
30228 echo "$as_me: error: DirectFB not found." >&2;}
30229 { (exit 1); exit 1; }; }
30230
30231
30232 else
30233 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
30234 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
30235 { echo "$as_me:$LINENO: result: yes" >&5
30236 echo "${ECHO_T}yes" >&6; }
30237
30238 wxUSE_UNIVERSAL="yes"
30239 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
30240 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
30241 TOOLKIT=DFB
30242 GUIDIST=DFB_DIST
30243
30244 fi
30245 fi
30246
30247 if test "$wxUSE_MICROWIN" = 1; then
30248 { echo "$as_me:$LINENO: checking for MicroWindows" >&5
30249 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
30250 if test "x$MICROWINDOWS" = x ; then
30251 { echo "$as_me:$LINENO: result: not found" >&5
30252 echo "${ECHO_T}not found" >&6; }
30253 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
30254 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
30255 { (exit 1); exit 1; }; }
30256 else
30257 { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
30258 echo "${ECHO_T}$MICROWINDOWS" >&6; }
30259 fi
30260
30261 if test -f $MICROWINDOWS/lib/libmwin.a; then
30262 { echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
30263 echo "${ECHO_T}MicroWindows' libraries found." >&6; }
30264 else
30265 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
30266 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
30267 { (exit 1); exit 1; }; }
30268 fi
30269
30270 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
30271 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
30272
30273 wxUSE_UNIVERSAL="yes"
30274
30275 AFMINSTALL=afminstall
30276 TOOLKIT=MICROWIN
30277 GUIDIST=MICROWIN_DIST
30278
30279 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
30280 fi
30281
30282 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
30283 { echo "$as_me:$LINENO: checking for X" >&5
30284 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
30285
30286
30287 # Check whether --with-x was given.
30288 if test "${with_x+set}" = set; then
30289 withval=$with_x;
30290 fi
30291
30292 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
30293 if test "x$with_x" = xno; then
30294 # The user explicitly disabled X.
30295 have_x=disabled
30296 else
30297 case $x_includes,$x_libraries in #(
30298 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
30299 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
30300 { (exit 1); exit 1; }; };; #(
30301 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
30302 echo $ECHO_N "(cached) $ECHO_C" >&6
30303 else
30304 # One or both of the vars are not set, and there is no cached value.
30305 ac_x_includes=no ac_x_libraries=no
30306 rm -f -r conftest.dir
30307 if mkdir conftest.dir; then
30308 cd conftest.dir
30309 cat >Imakefile <<'_ACEOF'
30310 incroot:
30311 @echo incroot='${INCROOT}'
30312 usrlibdir:
30313 @echo usrlibdir='${USRLIBDIR}'
30314 libdir:
30315 @echo libdir='${LIBDIR}'
30316 _ACEOF
30317 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
30318 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
30319 for ac_var in incroot usrlibdir libdir; do
30320 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
30321 done
30322 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
30323 for ac_extension in a so sl; do
30324 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
30325 test -f "$ac_im_libdir/libX11.$ac_extension"; then
30326 ac_im_usrlibdir=$ac_im_libdir; break
30327 fi
30328 done
30329 # Screen out bogus values from the imake configuration. They are
30330 # bogus both because they are the default anyway, and because
30331 # using them would break gcc on systems where it needs fixed includes.
30332 case $ac_im_incroot in
30333 /usr/include) ac_x_includes= ;;
30334 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
30335 esac
30336 case $ac_im_usrlibdir in
30337 /usr/lib | /lib) ;;
30338 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
30339 esac
30340 fi
30341 cd ..
30342 rm -f -r conftest.dir
30343 fi
30344
30345 # Standard set of common directories for X headers.
30346 # Check X11 before X11Rn because it is often a symlink to the current release.
30347 ac_x_header_dirs='
30348 /usr/X11/include
30349 /usr/X11R6/include
30350 /usr/X11R5/include
30351 /usr/X11R4/include
30352
30353 /usr/include/X11
30354 /usr/include/X11R6
30355 /usr/include/X11R5
30356 /usr/include/X11R4
30357
30358 /usr/local/X11/include
30359 /usr/local/X11R6/include
30360 /usr/local/X11R5/include
30361 /usr/local/X11R4/include
30362
30363 /usr/local/include/X11
30364 /usr/local/include/X11R6
30365 /usr/local/include/X11R5
30366 /usr/local/include/X11R4
30367
30368 /usr/X386/include
30369 /usr/x386/include
30370 /usr/XFree86/include/X11
30371
30372 /usr/include
30373 /usr/local/include
30374 /usr/unsupported/include
30375 /usr/athena/include
30376 /usr/local/x11r5/include
30377 /usr/lpp/Xamples/include
30378
30379 /usr/openwin/include
30380 /usr/openwin/share/include'
30381
30382 if test "$ac_x_includes" = no; then
30383 # Guess where to find include files, by looking for Xlib.h.
30384 # First, try using that file with no special directory specified.
30385 cat >conftest.$ac_ext <<_ACEOF
30386 /* confdefs.h. */
30387 _ACEOF
30388 cat confdefs.h >>conftest.$ac_ext
30389 cat >>conftest.$ac_ext <<_ACEOF
30390 /* end confdefs.h. */
30391 #include <X11/Xlib.h>
30392 _ACEOF
30393 if { (ac_try="$ac_cpp conftest.$ac_ext"
30394 case "(($ac_try" in
30395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30396 *) ac_try_echo=$ac_try;;
30397 esac
30398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30399 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
30400 ac_status=$?
30401 grep -v '^ *+' conftest.er1 >conftest.err
30402 rm -f conftest.er1
30403 cat conftest.err >&5
30404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30405 (exit $ac_status); } >/dev/null && {
30406 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
30407 test ! -s conftest.err
30408 }; then
30409 # We can compile using X headers with no special include directory.
30410 ac_x_includes=
30411 else
30412 echo "$as_me: failed program was:" >&5
30413 sed 's/^/| /' conftest.$ac_ext >&5
30414
30415 for ac_dir in $ac_x_header_dirs; do
30416 if test -r "$ac_dir/X11/Xlib.h"; then
30417 ac_x_includes=$ac_dir
30418 break
30419 fi
30420 done
30421 fi
30422
30423 rm -f conftest.err conftest.$ac_ext
30424 fi # $ac_x_includes = no
30425
30426 if test "$ac_x_libraries" = no; then
30427 # Check for the libraries.
30428 # See if we find them without any special options.
30429 # Don't add to $LIBS permanently.
30430 ac_save_LIBS=$LIBS
30431 LIBS="-lX11 $LIBS"
30432 cat >conftest.$ac_ext <<_ACEOF
30433 /* confdefs.h. */
30434 _ACEOF
30435 cat confdefs.h >>conftest.$ac_ext
30436 cat >>conftest.$ac_ext <<_ACEOF
30437 /* end confdefs.h. */
30438 #include <X11/Xlib.h>
30439 int
30440 main ()
30441 {
30442 XrmInitialize ()
30443 ;
30444 return 0;
30445 }
30446 _ACEOF
30447 rm -f conftest.$ac_objext conftest$ac_exeext
30448 if { (ac_try="$ac_link"
30449 case "(($ac_try" in
30450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30451 *) ac_try_echo=$ac_try;;
30452 esac
30453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30454 (eval "$ac_link") 2>conftest.er1
30455 ac_status=$?
30456 grep -v '^ *+' conftest.er1 >conftest.err
30457 rm -f conftest.er1
30458 cat conftest.err >&5
30459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30460 (exit $ac_status); } && {
30461 test -z "$ac_c_werror_flag" ||
30462 test ! -s conftest.err
30463 } && test -s conftest$ac_exeext &&
30464 $as_test_x conftest$ac_exeext; then
30465 LIBS=$ac_save_LIBS
30466 # We can link X programs with no special library path.
30467 ac_x_libraries=
30468 else
30469 echo "$as_me: failed program was:" >&5
30470 sed 's/^/| /' conftest.$ac_ext >&5
30471
30472 LIBS=$ac_save_LIBS
30473 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
30474 do
30475 # Don't even attempt the hair of trying to link an X program!
30476 for ac_extension in a so sl; do
30477 if test -r "$ac_dir/libX11.$ac_extension"; then
30478 ac_x_libraries=$ac_dir
30479 break 2
30480 fi
30481 done
30482 done
30483 fi
30484
30485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30486 conftest$ac_exeext conftest.$ac_ext
30487 fi # $ac_x_libraries = no
30488
30489 case $ac_x_includes,$ac_x_libraries in #(
30490 no,* | *,no | *\'*)
30491 # Didn't find X, or a directory has "'" in its name.
30492 ac_cv_have_x="have_x=no";; #(
30493 *)
30494 # Record where we found X for the cache.
30495 ac_cv_have_x="have_x=yes\
30496 ac_x_includes='$ac_x_includes'\
30497 ac_x_libraries='$ac_x_libraries'"
30498 esac
30499 fi
30500 ;; #(
30501 *) have_x=yes;;
30502 esac
30503 eval "$ac_cv_have_x"
30504 fi # $with_x != no
30505
30506 if test "$have_x" != yes; then
30507 { echo "$as_me:$LINENO: result: $have_x" >&5
30508 echo "${ECHO_T}$have_x" >&6; }
30509 no_x=yes
30510 else
30511 # If each of the values was on the command line, it overrides each guess.
30512 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
30513 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
30514 # Update the cache value to reflect the command line values.
30515 ac_cv_have_x="have_x=yes\
30516 ac_x_includes='$x_includes'\
30517 ac_x_libraries='$x_libraries'"
30518 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
30519 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
30520 fi
30521
30522 if test "$no_x" = yes; then
30523 # Not all programs may use this symbol, but it does not hurt to define it.
30524
30525 cat >>confdefs.h <<\_ACEOF
30526 #define X_DISPLAY_MISSING 1
30527 _ACEOF
30528
30529 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
30530 else
30531 if test -n "$x_includes"; then
30532 X_CFLAGS="$X_CFLAGS -I$x_includes"
30533 fi
30534
30535 # It would also be nice to do this for all -L options, not just this one.
30536 if test -n "$x_libraries"; then
30537 X_LIBS="$X_LIBS -L$x_libraries"
30538 # For Solaris; some versions of Sun CC require a space after -R and
30539 # others require no space. Words are not sufficient . . . .
30540 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
30541 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
30542 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
30543 ac_xsave_c_werror_flag=$ac_c_werror_flag
30544 ac_c_werror_flag=yes
30545 cat >conftest.$ac_ext <<_ACEOF
30546 /* confdefs.h. */
30547 _ACEOF
30548 cat confdefs.h >>conftest.$ac_ext
30549 cat >>conftest.$ac_ext <<_ACEOF
30550 /* end confdefs.h. */
30551
30552 int
30553 main ()
30554 {
30555
30556 ;
30557 return 0;
30558 }
30559 _ACEOF
30560 rm -f conftest.$ac_objext conftest$ac_exeext
30561 if { (ac_try="$ac_link"
30562 case "(($ac_try" in
30563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30564 *) ac_try_echo=$ac_try;;
30565 esac
30566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30567 (eval "$ac_link") 2>conftest.er1
30568 ac_status=$?
30569 grep -v '^ *+' conftest.er1 >conftest.err
30570 rm -f conftest.er1
30571 cat conftest.err >&5
30572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30573 (exit $ac_status); } && {
30574 test -z "$ac_c_werror_flag" ||
30575 test ! -s conftest.err
30576 } && test -s conftest$ac_exeext &&
30577 $as_test_x conftest$ac_exeext; then
30578 { echo "$as_me:$LINENO: result: no" >&5
30579 echo "${ECHO_T}no" >&6; }
30580 X_LIBS="$X_LIBS -R$x_libraries"
30581 else
30582 echo "$as_me: failed program was:" >&5
30583 sed 's/^/| /' conftest.$ac_ext >&5
30584
30585 LIBS="$ac_xsave_LIBS -R $x_libraries"
30586 cat >conftest.$ac_ext <<_ACEOF
30587 /* confdefs.h. */
30588 _ACEOF
30589 cat confdefs.h >>conftest.$ac_ext
30590 cat >>conftest.$ac_ext <<_ACEOF
30591 /* end confdefs.h. */
30592
30593 int
30594 main ()
30595 {
30596
30597 ;
30598 return 0;
30599 }
30600 _ACEOF
30601 rm -f conftest.$ac_objext conftest$ac_exeext
30602 if { (ac_try="$ac_link"
30603 case "(($ac_try" in
30604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30605 *) ac_try_echo=$ac_try;;
30606 esac
30607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30608 (eval "$ac_link") 2>conftest.er1
30609 ac_status=$?
30610 grep -v '^ *+' conftest.er1 >conftest.err
30611 rm -f conftest.er1
30612 cat conftest.err >&5
30613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30614 (exit $ac_status); } && {
30615 test -z "$ac_c_werror_flag" ||
30616 test ! -s conftest.err
30617 } && test -s conftest$ac_exeext &&
30618 $as_test_x conftest$ac_exeext; then
30619 { echo "$as_me:$LINENO: result: yes" >&5
30620 echo "${ECHO_T}yes" >&6; }
30621 X_LIBS="$X_LIBS -R $x_libraries"
30622 else
30623 echo "$as_me: failed program was:" >&5
30624 sed 's/^/| /' conftest.$ac_ext >&5
30625
30626 { echo "$as_me:$LINENO: result: neither works" >&5
30627 echo "${ECHO_T}neither works" >&6; }
30628 fi
30629
30630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30631 conftest$ac_exeext conftest.$ac_ext
30632 fi
30633
30634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30635 conftest$ac_exeext conftest.$ac_ext
30636 ac_c_werror_flag=$ac_xsave_c_werror_flag
30637 LIBS=$ac_xsave_LIBS
30638 fi
30639
30640 # Check for system-dependent libraries X programs must link with.
30641 # Do this before checking for the system-independent R6 libraries
30642 # (-lICE), since we may need -lsocket or whatever for X linking.
30643
30644 if test "$ISC" = yes; then
30645 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
30646 else
30647 # Martyn Johnson says this is needed for Ultrix, if the X
30648 # libraries were built with DECnet support. And Karl Berry says
30649 # the Alpha needs dnet_stub (dnet does not exist).
30650 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
30651 cat >conftest.$ac_ext <<_ACEOF
30652 /* confdefs.h. */
30653 _ACEOF
30654 cat confdefs.h >>conftest.$ac_ext
30655 cat >>conftest.$ac_ext <<_ACEOF
30656 /* end confdefs.h. */
30657
30658 /* Override any GCC internal prototype to avoid an error.
30659 Use char because int might match the return type of a GCC
30660 builtin and then its argument prototype would still apply. */
30661 #ifdef __cplusplus
30662 extern "C"
30663 #endif
30664 char XOpenDisplay ();
30665 int
30666 main ()
30667 {
30668 return XOpenDisplay ();
30669 ;
30670 return 0;
30671 }
30672 _ACEOF
30673 rm -f conftest.$ac_objext conftest$ac_exeext
30674 if { (ac_try="$ac_link"
30675 case "(($ac_try" in
30676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30677 *) ac_try_echo=$ac_try;;
30678 esac
30679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30680 (eval "$ac_link") 2>conftest.er1
30681 ac_status=$?
30682 grep -v '^ *+' conftest.er1 >conftest.err
30683 rm -f conftest.er1
30684 cat conftest.err >&5
30685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30686 (exit $ac_status); } && {
30687 test -z "$ac_c_werror_flag" ||
30688 test ! -s conftest.err
30689 } && test -s conftest$ac_exeext &&
30690 $as_test_x conftest$ac_exeext; then
30691 :
30692 else
30693 echo "$as_me: failed program was:" >&5
30694 sed 's/^/| /' conftest.$ac_ext >&5
30695
30696 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
30697 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
30698 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
30699 echo $ECHO_N "(cached) $ECHO_C" >&6
30700 else
30701 ac_check_lib_save_LIBS=$LIBS
30702 LIBS="-ldnet $LIBS"
30703 cat >conftest.$ac_ext <<_ACEOF
30704 /* confdefs.h. */
30705 _ACEOF
30706 cat confdefs.h >>conftest.$ac_ext
30707 cat >>conftest.$ac_ext <<_ACEOF
30708 /* end confdefs.h. */
30709
30710 /* Override any GCC internal prototype to avoid an error.
30711 Use char because int might match the return type of a GCC
30712 builtin and then its argument prototype would still apply. */
30713 #ifdef __cplusplus
30714 extern "C"
30715 #endif
30716 char dnet_ntoa ();
30717 int
30718 main ()
30719 {
30720 return dnet_ntoa ();
30721 ;
30722 return 0;
30723 }
30724 _ACEOF
30725 rm -f conftest.$ac_objext conftest$ac_exeext
30726 if { (ac_try="$ac_link"
30727 case "(($ac_try" in
30728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30729 *) ac_try_echo=$ac_try;;
30730 esac
30731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30732 (eval "$ac_link") 2>conftest.er1
30733 ac_status=$?
30734 grep -v '^ *+' conftest.er1 >conftest.err
30735 rm -f conftest.er1
30736 cat conftest.err >&5
30737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30738 (exit $ac_status); } && {
30739 test -z "$ac_c_werror_flag" ||
30740 test ! -s conftest.err
30741 } && test -s conftest$ac_exeext &&
30742 $as_test_x conftest$ac_exeext; then
30743 ac_cv_lib_dnet_dnet_ntoa=yes
30744 else
30745 echo "$as_me: failed program was:" >&5
30746 sed 's/^/| /' conftest.$ac_ext >&5
30747
30748 ac_cv_lib_dnet_dnet_ntoa=no
30749 fi
30750
30751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30752 conftest$ac_exeext conftest.$ac_ext
30753 LIBS=$ac_check_lib_save_LIBS
30754 fi
30755 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
30756 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
30757 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
30758 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
30759 fi
30760
30761 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
30762 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
30763 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
30764 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
30765 echo $ECHO_N "(cached) $ECHO_C" >&6
30766 else
30767 ac_check_lib_save_LIBS=$LIBS
30768 LIBS="-ldnet_stub $LIBS"
30769 cat >conftest.$ac_ext <<_ACEOF
30770 /* confdefs.h. */
30771 _ACEOF
30772 cat confdefs.h >>conftest.$ac_ext
30773 cat >>conftest.$ac_ext <<_ACEOF
30774 /* end confdefs.h. */
30775
30776 /* Override any GCC internal prototype to avoid an error.
30777 Use char because int might match the return type of a GCC
30778 builtin and then its argument prototype would still apply. */
30779 #ifdef __cplusplus
30780 extern "C"
30781 #endif
30782 char dnet_ntoa ();
30783 int
30784 main ()
30785 {
30786 return dnet_ntoa ();
30787 ;
30788 return 0;
30789 }
30790 _ACEOF
30791 rm -f conftest.$ac_objext conftest$ac_exeext
30792 if { (ac_try="$ac_link"
30793 case "(($ac_try" in
30794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30795 *) ac_try_echo=$ac_try;;
30796 esac
30797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30798 (eval "$ac_link") 2>conftest.er1
30799 ac_status=$?
30800 grep -v '^ *+' conftest.er1 >conftest.err
30801 rm -f conftest.er1
30802 cat conftest.err >&5
30803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30804 (exit $ac_status); } && {
30805 test -z "$ac_c_werror_flag" ||
30806 test ! -s conftest.err
30807 } && test -s conftest$ac_exeext &&
30808 $as_test_x conftest$ac_exeext; then
30809 ac_cv_lib_dnet_stub_dnet_ntoa=yes
30810 else
30811 echo "$as_me: failed program was:" >&5
30812 sed 's/^/| /' conftest.$ac_ext >&5
30813
30814 ac_cv_lib_dnet_stub_dnet_ntoa=no
30815 fi
30816
30817 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30818 conftest$ac_exeext conftest.$ac_ext
30819 LIBS=$ac_check_lib_save_LIBS
30820 fi
30821 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
30822 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
30823 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
30824 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
30825 fi
30826
30827 fi
30828 fi
30829
30830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30831 conftest$ac_exeext conftest.$ac_ext
30832 LIBS="$ac_xsave_LIBS"
30833
30834 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
30835 # to get the SysV transport functions.
30836 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
30837 # needs -lnsl.
30838 # The nsl library prevents programs from opening the X display
30839 # on Irix 5.2, according to T.E. Dickey.
30840 # The functions gethostbyname, getservbyname, and inet_addr are
30841 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
30842 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
30843 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
30844 if test "${ac_cv_func_gethostbyname+set}" = set; then
30845 echo $ECHO_N "(cached) $ECHO_C" >&6
30846 else
30847 cat >conftest.$ac_ext <<_ACEOF
30848 /* confdefs.h. */
30849 _ACEOF
30850 cat confdefs.h >>conftest.$ac_ext
30851 cat >>conftest.$ac_ext <<_ACEOF
30852 /* end confdefs.h. */
30853 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
30854 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30855 #define gethostbyname innocuous_gethostbyname
30856
30857 /* System header to define __stub macros and hopefully few prototypes,
30858 which can conflict with char gethostbyname (); below.
30859 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30860 <limits.h> exists even on freestanding compilers. */
30861
30862 #ifdef __STDC__
30863 # include <limits.h>
30864 #else
30865 # include <assert.h>
30866 #endif
30867
30868 #undef gethostbyname
30869
30870 /* Override any GCC internal prototype to avoid an error.
30871 Use char because int might match the return type of a GCC
30872 builtin and then its argument prototype would still apply. */
30873 #ifdef __cplusplus
30874 extern "C"
30875 #endif
30876 char gethostbyname ();
30877 /* The GNU C library defines this for functions which it implements
30878 to always fail with ENOSYS. Some functions are actually named
30879 something starting with __ and the normal name is an alias. */
30880 #if defined __stub_gethostbyname || defined __stub___gethostbyname
30881 choke me
30882 #endif
30883
30884 int
30885 main ()
30886 {
30887 return gethostbyname ();
30888 ;
30889 return 0;
30890 }
30891 _ACEOF
30892 rm -f conftest.$ac_objext conftest$ac_exeext
30893 if { (ac_try="$ac_link"
30894 case "(($ac_try" in
30895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30896 *) ac_try_echo=$ac_try;;
30897 esac
30898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30899 (eval "$ac_link") 2>conftest.er1
30900 ac_status=$?
30901 grep -v '^ *+' conftest.er1 >conftest.err
30902 rm -f conftest.er1
30903 cat conftest.err >&5
30904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30905 (exit $ac_status); } && {
30906 test -z "$ac_c_werror_flag" ||
30907 test ! -s conftest.err
30908 } && test -s conftest$ac_exeext &&
30909 $as_test_x conftest$ac_exeext; then
30910 ac_cv_func_gethostbyname=yes
30911 else
30912 echo "$as_me: failed program was:" >&5
30913 sed 's/^/| /' conftest.$ac_ext >&5
30914
30915 ac_cv_func_gethostbyname=no
30916 fi
30917
30918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30919 conftest$ac_exeext conftest.$ac_ext
30920 fi
30921 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
30922 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
30923
30924 if test $ac_cv_func_gethostbyname = no; then
30925 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
30926 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
30927 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
30928 echo $ECHO_N "(cached) $ECHO_C" >&6
30929 else
30930 ac_check_lib_save_LIBS=$LIBS
30931 LIBS="-lnsl $LIBS"
30932 cat >conftest.$ac_ext <<_ACEOF
30933 /* confdefs.h. */
30934 _ACEOF
30935 cat confdefs.h >>conftest.$ac_ext
30936 cat >>conftest.$ac_ext <<_ACEOF
30937 /* end confdefs.h. */
30938
30939 /* Override any GCC internal prototype to avoid an error.
30940 Use char because int might match the return type of a GCC
30941 builtin and then its argument prototype would still apply. */
30942 #ifdef __cplusplus
30943 extern "C"
30944 #endif
30945 char gethostbyname ();
30946 int
30947 main ()
30948 {
30949 return gethostbyname ();
30950 ;
30951 return 0;
30952 }
30953 _ACEOF
30954 rm -f conftest.$ac_objext conftest$ac_exeext
30955 if { (ac_try="$ac_link"
30956 case "(($ac_try" in
30957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30958 *) ac_try_echo=$ac_try;;
30959 esac
30960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30961 (eval "$ac_link") 2>conftest.er1
30962 ac_status=$?
30963 grep -v '^ *+' conftest.er1 >conftest.err
30964 rm -f conftest.er1
30965 cat conftest.err >&5
30966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30967 (exit $ac_status); } && {
30968 test -z "$ac_c_werror_flag" ||
30969 test ! -s conftest.err
30970 } && test -s conftest$ac_exeext &&
30971 $as_test_x conftest$ac_exeext; then
30972 ac_cv_lib_nsl_gethostbyname=yes
30973 else
30974 echo "$as_me: failed program was:" >&5
30975 sed 's/^/| /' conftest.$ac_ext >&5
30976
30977 ac_cv_lib_nsl_gethostbyname=no
30978 fi
30979
30980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30981 conftest$ac_exeext conftest.$ac_ext
30982 LIBS=$ac_check_lib_save_LIBS
30983 fi
30984 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30985 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
30986 if test $ac_cv_lib_nsl_gethostbyname = yes; then
30987 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
30988 fi
30989
30990 if test $ac_cv_lib_nsl_gethostbyname = no; then
30991 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30992 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
30993 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30994 echo $ECHO_N "(cached) $ECHO_C" >&6
30995 else
30996 ac_check_lib_save_LIBS=$LIBS
30997 LIBS="-lbsd $LIBS"
30998 cat >conftest.$ac_ext <<_ACEOF
30999 /* confdefs.h. */
31000 _ACEOF
31001 cat confdefs.h >>conftest.$ac_ext
31002 cat >>conftest.$ac_ext <<_ACEOF
31003 /* end confdefs.h. */
31004
31005 /* Override any GCC internal prototype to avoid an error.
31006 Use char because int might match the return type of a GCC
31007 builtin and then its argument prototype would still apply. */
31008 #ifdef __cplusplus
31009 extern "C"
31010 #endif
31011 char gethostbyname ();
31012 int
31013 main ()
31014 {
31015 return gethostbyname ();
31016 ;
31017 return 0;
31018 }
31019 _ACEOF
31020 rm -f conftest.$ac_objext conftest$ac_exeext
31021 if { (ac_try="$ac_link"
31022 case "(($ac_try" in
31023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31024 *) ac_try_echo=$ac_try;;
31025 esac
31026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31027 (eval "$ac_link") 2>conftest.er1
31028 ac_status=$?
31029 grep -v '^ *+' conftest.er1 >conftest.err
31030 rm -f conftest.er1
31031 cat conftest.err >&5
31032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31033 (exit $ac_status); } && {
31034 test -z "$ac_c_werror_flag" ||
31035 test ! -s conftest.err
31036 } && test -s conftest$ac_exeext &&
31037 $as_test_x conftest$ac_exeext; then
31038 ac_cv_lib_bsd_gethostbyname=yes
31039 else
31040 echo "$as_me: failed program was:" >&5
31041 sed 's/^/| /' conftest.$ac_ext >&5
31042
31043 ac_cv_lib_bsd_gethostbyname=no
31044 fi
31045
31046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31047 conftest$ac_exeext conftest.$ac_ext
31048 LIBS=$ac_check_lib_save_LIBS
31049 fi
31050 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
31051 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
31052 if test $ac_cv_lib_bsd_gethostbyname = yes; then
31053 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
31054 fi
31055
31056 fi
31057 fi
31058
31059 # lieder@skyler.mavd.honeywell.com says without -lsocket,
31060 # socket/setsockopt and other routines are undefined under SCO ODT
31061 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
31062 # on later versions), says Simon Leinen: it contains gethostby*
31063 # variants that don't use the name server (or something). -lsocket
31064 # must be given before -lnsl if both are needed. We assume that
31065 # if connect needs -lnsl, so does gethostbyname.
31066 { echo "$as_me:$LINENO: checking for connect" >&5
31067 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
31068 if test "${ac_cv_func_connect+set}" = set; then
31069 echo $ECHO_N "(cached) $ECHO_C" >&6
31070 else
31071 cat >conftest.$ac_ext <<_ACEOF
31072 /* confdefs.h. */
31073 _ACEOF
31074 cat confdefs.h >>conftest.$ac_ext
31075 cat >>conftest.$ac_ext <<_ACEOF
31076 /* end confdefs.h. */
31077 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
31078 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31079 #define connect innocuous_connect
31080
31081 /* System header to define __stub macros and hopefully few prototypes,
31082 which can conflict with char connect (); below.
31083 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31084 <limits.h> exists even on freestanding compilers. */
31085
31086 #ifdef __STDC__
31087 # include <limits.h>
31088 #else
31089 # include <assert.h>
31090 #endif
31091
31092 #undef connect
31093
31094 /* Override any GCC internal prototype to avoid an error.
31095 Use char because int might match the return type of a GCC
31096 builtin and then its argument prototype would still apply. */
31097 #ifdef __cplusplus
31098 extern "C"
31099 #endif
31100 char connect ();
31101 /* The GNU C library defines this for functions which it implements
31102 to always fail with ENOSYS. Some functions are actually named
31103 something starting with __ and the normal name is an alias. */
31104 #if defined __stub_connect || defined __stub___connect
31105 choke me
31106 #endif
31107
31108 int
31109 main ()
31110 {
31111 return connect ();
31112 ;
31113 return 0;
31114 }
31115 _ACEOF
31116 rm -f conftest.$ac_objext conftest$ac_exeext
31117 if { (ac_try="$ac_link"
31118 case "(($ac_try" in
31119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31120 *) ac_try_echo=$ac_try;;
31121 esac
31122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31123 (eval "$ac_link") 2>conftest.er1
31124 ac_status=$?
31125 grep -v '^ *+' conftest.er1 >conftest.err
31126 rm -f conftest.er1
31127 cat conftest.err >&5
31128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31129 (exit $ac_status); } && {
31130 test -z "$ac_c_werror_flag" ||
31131 test ! -s conftest.err
31132 } && test -s conftest$ac_exeext &&
31133 $as_test_x conftest$ac_exeext; then
31134 ac_cv_func_connect=yes
31135 else
31136 echo "$as_me: failed program was:" >&5
31137 sed 's/^/| /' conftest.$ac_ext >&5
31138
31139 ac_cv_func_connect=no
31140 fi
31141
31142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31143 conftest$ac_exeext conftest.$ac_ext
31144 fi
31145 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
31146 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
31147
31148 if test $ac_cv_func_connect = no; then
31149 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
31150 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
31151 if test "${ac_cv_lib_socket_connect+set}" = set; then
31152 echo $ECHO_N "(cached) $ECHO_C" >&6
31153 else
31154 ac_check_lib_save_LIBS=$LIBS
31155 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
31156 cat >conftest.$ac_ext <<_ACEOF
31157 /* confdefs.h. */
31158 _ACEOF
31159 cat confdefs.h >>conftest.$ac_ext
31160 cat >>conftest.$ac_ext <<_ACEOF
31161 /* end confdefs.h. */
31162
31163 /* Override any GCC internal prototype to avoid an error.
31164 Use char because int might match the return type of a GCC
31165 builtin and then its argument prototype would still apply. */
31166 #ifdef __cplusplus
31167 extern "C"
31168 #endif
31169 char connect ();
31170 int
31171 main ()
31172 {
31173 return connect ();
31174 ;
31175 return 0;
31176 }
31177 _ACEOF
31178 rm -f conftest.$ac_objext conftest$ac_exeext
31179 if { (ac_try="$ac_link"
31180 case "(($ac_try" in
31181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31182 *) ac_try_echo=$ac_try;;
31183 esac
31184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31185 (eval "$ac_link") 2>conftest.er1
31186 ac_status=$?
31187 grep -v '^ *+' conftest.er1 >conftest.err
31188 rm -f conftest.er1
31189 cat conftest.err >&5
31190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31191 (exit $ac_status); } && {
31192 test -z "$ac_c_werror_flag" ||
31193 test ! -s conftest.err
31194 } && test -s conftest$ac_exeext &&
31195 $as_test_x conftest$ac_exeext; then
31196 ac_cv_lib_socket_connect=yes
31197 else
31198 echo "$as_me: failed program was:" >&5
31199 sed 's/^/| /' conftest.$ac_ext >&5
31200
31201 ac_cv_lib_socket_connect=no
31202 fi
31203
31204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31205 conftest$ac_exeext conftest.$ac_ext
31206 LIBS=$ac_check_lib_save_LIBS
31207 fi
31208 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
31209 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
31210 if test $ac_cv_lib_socket_connect = yes; then
31211 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
31212 fi
31213
31214 fi
31215
31216 # Guillermo Gomez says -lposix is necessary on A/UX.
31217 { echo "$as_me:$LINENO: checking for remove" >&5
31218 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
31219 if test "${ac_cv_func_remove+set}" = set; then
31220 echo $ECHO_N "(cached) $ECHO_C" >&6
31221 else
31222 cat >conftest.$ac_ext <<_ACEOF
31223 /* confdefs.h. */
31224 _ACEOF
31225 cat confdefs.h >>conftest.$ac_ext
31226 cat >>conftest.$ac_ext <<_ACEOF
31227 /* end confdefs.h. */
31228 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
31229 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31230 #define remove innocuous_remove
31231
31232 /* System header to define __stub macros and hopefully few prototypes,
31233 which can conflict with char remove (); below.
31234 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31235 <limits.h> exists even on freestanding compilers. */
31236
31237 #ifdef __STDC__
31238 # include <limits.h>
31239 #else
31240 # include <assert.h>
31241 #endif
31242
31243 #undef remove
31244
31245 /* Override any GCC internal prototype to avoid an error.
31246 Use char because int might match the return type of a GCC
31247 builtin and then its argument prototype would still apply. */
31248 #ifdef __cplusplus
31249 extern "C"
31250 #endif
31251 char remove ();
31252 /* The GNU C library defines this for functions which it implements
31253 to always fail with ENOSYS. Some functions are actually named
31254 something starting with __ and the normal name is an alias. */
31255 #if defined __stub_remove || defined __stub___remove
31256 choke me
31257 #endif
31258
31259 int
31260 main ()
31261 {
31262 return remove ();
31263 ;
31264 return 0;
31265 }
31266 _ACEOF
31267 rm -f conftest.$ac_objext conftest$ac_exeext
31268 if { (ac_try="$ac_link"
31269 case "(($ac_try" in
31270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31271 *) ac_try_echo=$ac_try;;
31272 esac
31273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31274 (eval "$ac_link") 2>conftest.er1
31275 ac_status=$?
31276 grep -v '^ *+' conftest.er1 >conftest.err
31277 rm -f conftest.er1
31278 cat conftest.err >&5
31279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31280 (exit $ac_status); } && {
31281 test -z "$ac_c_werror_flag" ||
31282 test ! -s conftest.err
31283 } && test -s conftest$ac_exeext &&
31284 $as_test_x conftest$ac_exeext; then
31285 ac_cv_func_remove=yes
31286 else
31287 echo "$as_me: failed program was:" >&5
31288 sed 's/^/| /' conftest.$ac_ext >&5
31289
31290 ac_cv_func_remove=no
31291 fi
31292
31293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31294 conftest$ac_exeext conftest.$ac_ext
31295 fi
31296 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
31297 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
31298
31299 if test $ac_cv_func_remove = no; then
31300 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
31301 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
31302 if test "${ac_cv_lib_posix_remove+set}" = set; then
31303 echo $ECHO_N "(cached) $ECHO_C" >&6
31304 else
31305 ac_check_lib_save_LIBS=$LIBS
31306 LIBS="-lposix $LIBS"
31307 cat >conftest.$ac_ext <<_ACEOF
31308 /* confdefs.h. */
31309 _ACEOF
31310 cat confdefs.h >>conftest.$ac_ext
31311 cat >>conftest.$ac_ext <<_ACEOF
31312 /* end confdefs.h. */
31313
31314 /* Override any GCC internal prototype to avoid an error.
31315 Use char because int might match the return type of a GCC
31316 builtin and then its argument prototype would still apply. */
31317 #ifdef __cplusplus
31318 extern "C"
31319 #endif
31320 char remove ();
31321 int
31322 main ()
31323 {
31324 return remove ();
31325 ;
31326 return 0;
31327 }
31328 _ACEOF
31329 rm -f conftest.$ac_objext conftest$ac_exeext
31330 if { (ac_try="$ac_link"
31331 case "(($ac_try" in
31332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31333 *) ac_try_echo=$ac_try;;
31334 esac
31335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31336 (eval "$ac_link") 2>conftest.er1
31337 ac_status=$?
31338 grep -v '^ *+' conftest.er1 >conftest.err
31339 rm -f conftest.er1
31340 cat conftest.err >&5
31341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31342 (exit $ac_status); } && {
31343 test -z "$ac_c_werror_flag" ||
31344 test ! -s conftest.err
31345 } && test -s conftest$ac_exeext &&
31346 $as_test_x conftest$ac_exeext; then
31347 ac_cv_lib_posix_remove=yes
31348 else
31349 echo "$as_me: failed program was:" >&5
31350 sed 's/^/| /' conftest.$ac_ext >&5
31351
31352 ac_cv_lib_posix_remove=no
31353 fi
31354
31355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31356 conftest$ac_exeext conftest.$ac_ext
31357 LIBS=$ac_check_lib_save_LIBS
31358 fi
31359 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
31360 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
31361 if test $ac_cv_lib_posix_remove = yes; then
31362 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
31363 fi
31364
31365 fi
31366
31367 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
31368 { echo "$as_me:$LINENO: checking for shmat" >&5
31369 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
31370 if test "${ac_cv_func_shmat+set}" = set; then
31371 echo $ECHO_N "(cached) $ECHO_C" >&6
31372 else
31373 cat >conftest.$ac_ext <<_ACEOF
31374 /* confdefs.h. */
31375 _ACEOF
31376 cat confdefs.h >>conftest.$ac_ext
31377 cat >>conftest.$ac_ext <<_ACEOF
31378 /* end confdefs.h. */
31379 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
31380 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31381 #define shmat innocuous_shmat
31382
31383 /* System header to define __stub macros and hopefully few prototypes,
31384 which can conflict with char shmat (); below.
31385 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31386 <limits.h> exists even on freestanding compilers. */
31387
31388 #ifdef __STDC__
31389 # include <limits.h>
31390 #else
31391 # include <assert.h>
31392 #endif
31393
31394 #undef shmat
31395
31396 /* Override any GCC internal prototype to avoid an error.
31397 Use char because int might match the return type of a GCC
31398 builtin and then its argument prototype would still apply. */
31399 #ifdef __cplusplus
31400 extern "C"
31401 #endif
31402 char shmat ();
31403 /* The GNU C library defines this for functions which it implements
31404 to always fail with ENOSYS. Some functions are actually named
31405 something starting with __ and the normal name is an alias. */
31406 #if defined __stub_shmat || defined __stub___shmat
31407 choke me
31408 #endif
31409
31410 int
31411 main ()
31412 {
31413 return shmat ();
31414 ;
31415 return 0;
31416 }
31417 _ACEOF
31418 rm -f conftest.$ac_objext conftest$ac_exeext
31419 if { (ac_try="$ac_link"
31420 case "(($ac_try" in
31421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31422 *) ac_try_echo=$ac_try;;
31423 esac
31424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31425 (eval "$ac_link") 2>conftest.er1
31426 ac_status=$?
31427 grep -v '^ *+' conftest.er1 >conftest.err
31428 rm -f conftest.er1
31429 cat conftest.err >&5
31430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31431 (exit $ac_status); } && {
31432 test -z "$ac_c_werror_flag" ||
31433 test ! -s conftest.err
31434 } && test -s conftest$ac_exeext &&
31435 $as_test_x conftest$ac_exeext; then
31436 ac_cv_func_shmat=yes
31437 else
31438 echo "$as_me: failed program was:" >&5
31439 sed 's/^/| /' conftest.$ac_ext >&5
31440
31441 ac_cv_func_shmat=no
31442 fi
31443
31444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31445 conftest$ac_exeext conftest.$ac_ext
31446 fi
31447 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
31448 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
31449
31450 if test $ac_cv_func_shmat = no; then
31451 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
31452 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
31453 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
31454 echo $ECHO_N "(cached) $ECHO_C" >&6
31455 else
31456 ac_check_lib_save_LIBS=$LIBS
31457 LIBS="-lipc $LIBS"
31458 cat >conftest.$ac_ext <<_ACEOF
31459 /* confdefs.h. */
31460 _ACEOF
31461 cat confdefs.h >>conftest.$ac_ext
31462 cat >>conftest.$ac_ext <<_ACEOF
31463 /* end confdefs.h. */
31464
31465 /* Override any GCC internal prototype to avoid an error.
31466 Use char because int might match the return type of a GCC
31467 builtin and then its argument prototype would still apply. */
31468 #ifdef __cplusplus
31469 extern "C"
31470 #endif
31471 char shmat ();
31472 int
31473 main ()
31474 {
31475 return shmat ();
31476 ;
31477 return 0;
31478 }
31479 _ACEOF
31480 rm -f conftest.$ac_objext conftest$ac_exeext
31481 if { (ac_try="$ac_link"
31482 case "(($ac_try" in
31483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31484 *) ac_try_echo=$ac_try;;
31485 esac
31486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31487 (eval "$ac_link") 2>conftest.er1
31488 ac_status=$?
31489 grep -v '^ *+' conftest.er1 >conftest.err
31490 rm -f conftest.er1
31491 cat conftest.err >&5
31492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31493 (exit $ac_status); } && {
31494 test -z "$ac_c_werror_flag" ||
31495 test ! -s conftest.err
31496 } && test -s conftest$ac_exeext &&
31497 $as_test_x conftest$ac_exeext; then
31498 ac_cv_lib_ipc_shmat=yes
31499 else
31500 echo "$as_me: failed program was:" >&5
31501 sed 's/^/| /' conftest.$ac_ext >&5
31502
31503 ac_cv_lib_ipc_shmat=no
31504 fi
31505
31506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31507 conftest$ac_exeext conftest.$ac_ext
31508 LIBS=$ac_check_lib_save_LIBS
31509 fi
31510 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
31511 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
31512 if test $ac_cv_lib_ipc_shmat = yes; then
31513 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
31514 fi
31515
31516 fi
31517 fi
31518
31519 # Check for libraries that X11R6 Xt/Xaw programs need.
31520 ac_save_LDFLAGS=$LDFLAGS
31521 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
31522 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
31523 # check for ICE first), but we must link in the order -lSM -lICE or
31524 # we get undefined symbols. So assume we have SM if we have ICE.
31525 # These have to be linked with before -lX11, unlike the other
31526 # libraries we check for below, so use a different variable.
31527 # John Interrante, Karl Berry
31528 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
31529 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
31530 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
31531 echo $ECHO_N "(cached) $ECHO_C" >&6
31532 else
31533 ac_check_lib_save_LIBS=$LIBS
31534 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
31535 cat >conftest.$ac_ext <<_ACEOF
31536 /* confdefs.h. */
31537 _ACEOF
31538 cat confdefs.h >>conftest.$ac_ext
31539 cat >>conftest.$ac_ext <<_ACEOF
31540 /* end confdefs.h. */
31541
31542 /* Override any GCC internal prototype to avoid an error.
31543 Use char because int might match the return type of a GCC
31544 builtin and then its argument prototype would still apply. */
31545 #ifdef __cplusplus
31546 extern "C"
31547 #endif
31548 char IceConnectionNumber ();
31549 int
31550 main ()
31551 {
31552 return IceConnectionNumber ();
31553 ;
31554 return 0;
31555 }
31556 _ACEOF
31557 rm -f conftest.$ac_objext conftest$ac_exeext
31558 if { (ac_try="$ac_link"
31559 case "(($ac_try" in
31560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31561 *) ac_try_echo=$ac_try;;
31562 esac
31563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31564 (eval "$ac_link") 2>conftest.er1
31565 ac_status=$?
31566 grep -v '^ *+' conftest.er1 >conftest.err
31567 rm -f conftest.er1
31568 cat conftest.err >&5
31569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31570 (exit $ac_status); } && {
31571 test -z "$ac_c_werror_flag" ||
31572 test ! -s conftest.err
31573 } && test -s conftest$ac_exeext &&
31574 $as_test_x conftest$ac_exeext; then
31575 ac_cv_lib_ICE_IceConnectionNumber=yes
31576 else
31577 echo "$as_me: failed program was:" >&5
31578 sed 's/^/| /' conftest.$ac_ext >&5
31579
31580 ac_cv_lib_ICE_IceConnectionNumber=no
31581 fi
31582
31583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31584 conftest$ac_exeext conftest.$ac_ext
31585 LIBS=$ac_check_lib_save_LIBS
31586 fi
31587 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
31588 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
31589 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
31590 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
31591 fi
31592
31593 LDFLAGS=$ac_save_LDFLAGS
31594
31595 fi
31596
31597
31598 if test "$no_x" = "yes"; then
31599 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
31600 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
31601 { (exit 1); exit 1; }; }
31602 fi
31603
31604 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
31605 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
31606 AFMINSTALL=afminstall
31607 COMPILED_X_PROGRAM=0
31608
31609 fi
31610
31611 if test "$wxUSE_X11" = 1; then
31612 if test "$wxUSE_NANOX" = "yes"; then
31613 { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
31614 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
31615 if test "x$MICROWIN" = x ; then
31616 { echo "$as_me:$LINENO: result: not found" >&5
31617 echo "${ECHO_T}not found" >&6; }
31618 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
31619 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
31620 { (exit 1); exit 1; }; }
31621 else
31622 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
31623 echo "${ECHO_T}$MICROWIN" >&6; }
31624 cat >>confdefs.h <<\_ACEOF
31625 #define wxUSE_NANOX 1
31626 _ACEOF
31627
31628 fi
31629 fi
31630
31631 if test "$wxUSE_UNICODE" = "yes"; then
31632
31633
31634 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
31635 if test -n "$ac_tool_prefix"; then
31636 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
31637 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
31638 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31639 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31640 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
31641 echo $ECHO_N "(cached) $ECHO_C" >&6
31642 else
31643 case $PKG_CONFIG in
31644 [\\/]* | ?:[\\/]*)
31645 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
31646 ;;
31647 *)
31648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31649 for as_dir in $PATH
31650 do
31651 IFS=$as_save_IFS
31652 test -z "$as_dir" && as_dir=.
31653 for ac_exec_ext in '' $ac_executable_extensions; do
31654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31655 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31657 break 2
31658 fi
31659 done
31660 done
31661 IFS=$as_save_IFS
31662
31663 ;;
31664 esac
31665 fi
31666 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
31667 if test -n "$PKG_CONFIG"; then
31668 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
31669 echo "${ECHO_T}$PKG_CONFIG" >&6; }
31670 else
31671 { echo "$as_me:$LINENO: result: no" >&5
31672 echo "${ECHO_T}no" >&6; }
31673 fi
31674
31675
31676 fi
31677 if test -z "$ac_cv_path_PKG_CONFIG"; then
31678 ac_pt_PKG_CONFIG=$PKG_CONFIG
31679 # Extract the first word of "pkg-config", so it can be a program name with args.
31680 set dummy pkg-config; ac_word=$2
31681 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31683 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
31684 echo $ECHO_N "(cached) $ECHO_C" >&6
31685 else
31686 case $ac_pt_PKG_CONFIG in
31687 [\\/]* | ?:[\\/]*)
31688 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
31689 ;;
31690 *)
31691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31692 for as_dir in $PATH
31693 do
31694 IFS=$as_save_IFS
31695 test -z "$as_dir" && as_dir=.
31696 for ac_exec_ext in '' $ac_executable_extensions; do
31697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31698 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31699 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31700 break 2
31701 fi
31702 done
31703 done
31704 IFS=$as_save_IFS
31705
31706 ;;
31707 esac
31708 fi
31709 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
31710 if test -n "$ac_pt_PKG_CONFIG"; then
31711 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
31712 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
31713 else
31714 { echo "$as_me:$LINENO: result: no" >&5
31715 echo "${ECHO_T}no" >&6; }
31716 fi
31717
31718 if test "x$ac_pt_PKG_CONFIG" = x; then
31719 PKG_CONFIG=""
31720 else
31721 case $cross_compiling:$ac_tool_warned in
31722 yes:)
31723 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31724 whose name does not start with the host triplet. If you think this
31725 configuration is useful to you, please write to autoconf@gnu.org." >&5
31726 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31727 whose name does not start with the host triplet. If you think this
31728 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31729 ac_tool_warned=yes ;;
31730 esac
31731 PKG_CONFIG=$ac_pt_PKG_CONFIG
31732 fi
31733 else
31734 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
31735 fi
31736
31737 fi
31738 if test -n "$PKG_CONFIG"; then
31739 _pkg_min_version=0.9.0
31740 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
31741 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
31742 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
31743 { echo "$as_me:$LINENO: result: yes" >&5
31744 echo "${ECHO_T}yes" >&6; }
31745 else
31746 { echo "$as_me:$LINENO: result: no" >&5
31747 echo "${ECHO_T}no" >&6; }
31748 PKG_CONFIG=""
31749 fi
31750
31751 fi
31752
31753
31754 pkg_failed=no
31755 { echo "$as_me:$LINENO: checking for PANGOX" >&5
31756 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
31757
31758 if test -n "$PKG_CONFIG"; then
31759 if test -n "$PANGOX_CFLAGS"; then
31760 pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
31761 else
31762 if test -n "$PKG_CONFIG" && \
31763 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
31764 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
31765 ac_status=$?
31766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31767 (exit $ac_status); }; then
31768 pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
31769 else
31770 pkg_failed=yes
31771 fi
31772 fi
31773 else
31774 pkg_failed=untried
31775 fi
31776 if test -n "$PKG_CONFIG"; then
31777 if test -n "$PANGOX_LIBS"; then
31778 pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
31779 else
31780 if test -n "$PKG_CONFIG" && \
31781 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
31782 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
31783 ac_status=$?
31784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31785 (exit $ac_status); }; then
31786 pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
31787 else
31788 pkg_failed=yes
31789 fi
31790 fi
31791 else
31792 pkg_failed=untried
31793 fi
31794
31795
31796
31797 if test $pkg_failed = yes; then
31798
31799 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31800 _pkg_short_errors_supported=yes
31801 else
31802 _pkg_short_errors_supported=no
31803 fi
31804 if test $_pkg_short_errors_supported = yes; then
31805 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
31806 else
31807 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
31808 fi
31809 # Put the nasty error message in config.log where it belongs
31810 echo "$PANGOX_PKG_ERRORS" >&5
31811
31812
31813 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
31814 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
31815 { (exit 1); exit 1; }; }
31816
31817
31818 elif test $pkg_failed = untried; then
31819
31820 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
31821 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
31822 { (exit 1); exit 1; }; }
31823
31824
31825 else
31826 PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
31827 PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
31828 { echo "$as_me:$LINENO: result: yes" >&5
31829 echo "${ECHO_T}yes" >&6; }
31830
31831 CFLAGS="$PANGOX_CFLAGS $CFLAGS"
31832 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
31833 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
31834
31835 fi
31836
31837 pkg_failed=no
31838 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
31839 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
31840
31841 if test -n "$PKG_CONFIG"; then
31842 if test -n "$PANGOFT2_CFLAGS"; then
31843 pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
31844 else
31845 if test -n "$PKG_CONFIG" && \
31846 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
31847 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
31848 ac_status=$?
31849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31850 (exit $ac_status); }; then
31851 pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
31852 else
31853 pkg_failed=yes
31854 fi
31855 fi
31856 else
31857 pkg_failed=untried
31858 fi
31859 if test -n "$PKG_CONFIG"; then
31860 if test -n "$PANGOFT2_LIBS"; then
31861 pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
31862 else
31863 if test -n "$PKG_CONFIG" && \
31864 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
31865 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
31866 ac_status=$?
31867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31868 (exit $ac_status); }; then
31869 pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
31870 else
31871 pkg_failed=yes
31872 fi
31873 fi
31874 else
31875 pkg_failed=untried
31876 fi
31877
31878
31879
31880 if test $pkg_failed = yes; then
31881
31882 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31883 _pkg_short_errors_supported=yes
31884 else
31885 _pkg_short_errors_supported=no
31886 fi
31887 if test $_pkg_short_errors_supported = yes; then
31888 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
31889 else
31890 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
31891 fi
31892 # Put the nasty error message in config.log where it belongs
31893 echo "$PANGOFT2_PKG_ERRORS" >&5
31894
31895
31896 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
31897 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
31898 wxUSE_PRINTING_ARCHITECTURE="no"
31899
31900
31901 elif test $pkg_failed = untried; then
31902
31903 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
31904 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
31905 wxUSE_PRINTING_ARCHITECTURE="no"
31906
31907
31908 else
31909 PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
31910 PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
31911 { echo "$as_me:$LINENO: result: yes" >&5
31912 echo "${ECHO_T}yes" >&6; }
31913
31914 CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
31915 CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
31916 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
31917
31918 fi
31919
31920 pkg_failed=no
31921 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
31922 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
31923
31924 if test -n "$PKG_CONFIG"; then
31925 if test -n "$PANGOXFT_CFLAGS"; then
31926 pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
31927 else
31928 if test -n "$PKG_CONFIG" && \
31929 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
31930 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
31931 ac_status=$?
31932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31933 (exit $ac_status); }; then
31934 pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
31935 else
31936 pkg_failed=yes
31937 fi
31938 fi
31939 else
31940 pkg_failed=untried
31941 fi
31942 if test -n "$PKG_CONFIG"; then
31943 if test -n "$PANGOXFT_LIBS"; then
31944 pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
31945 else
31946 if test -n "$PKG_CONFIG" && \
31947 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
31948 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
31949 ac_status=$?
31950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31951 (exit $ac_status); }; then
31952 pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
31953 else
31954 pkg_failed=yes
31955 fi
31956 fi
31957 else
31958 pkg_failed=untried
31959 fi
31960
31961
31962
31963 if test $pkg_failed = yes; then
31964
31965 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31966 _pkg_short_errors_supported=yes
31967 else
31968 _pkg_short_errors_supported=no
31969 fi
31970 if test $_pkg_short_errors_supported = yes; then
31971 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
31972 else
31973 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
31974 fi
31975 # Put the nasty error message in config.log where it belongs
31976 echo "$PANGOXFT_PKG_ERRORS" >&5
31977
31978
31979 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
31980 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
31981
31982
31983 elif test $pkg_failed = untried; then
31984
31985 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
31986 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
31987
31988
31989 else
31990 PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
31991 PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
31992 { echo "$as_me:$LINENO: result: yes" >&5
31993 echo "${ECHO_T}yes" >&6; }
31994
31995 cat >>confdefs.h <<\_ACEOF
31996 #define HAVE_PANGO_XFT 1
31997 _ACEOF
31998
31999 CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
32000 CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
32001 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
32002
32003 fi
32004 save_LIBS="$LIBS"
32005 LIBS="$LIBS $PANGOX_LIBS"
32006
32007 for ac_func in pango_font_family_is_monospace
32008 do
32009 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32010 { echo "$as_me:$LINENO: checking for $ac_func" >&5
32011 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
32012 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
32013 echo $ECHO_N "(cached) $ECHO_C" >&6
32014 else
32015 cat >conftest.$ac_ext <<_ACEOF
32016 /* confdefs.h. */
32017 _ACEOF
32018 cat confdefs.h >>conftest.$ac_ext
32019 cat >>conftest.$ac_ext <<_ACEOF
32020 /* end confdefs.h. */
32021 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32022 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32023 #define $ac_func innocuous_$ac_func
32024
32025 /* System header to define __stub macros and hopefully few prototypes,
32026 which can conflict with char $ac_func (); below.
32027 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32028 <limits.h> exists even on freestanding compilers. */
32029
32030 #ifdef __STDC__
32031 # include <limits.h>
32032 #else
32033 # include <assert.h>
32034 #endif
32035
32036 #undef $ac_func
32037
32038 /* Override any GCC internal prototype to avoid an error.
32039 Use char because int might match the return type of a GCC
32040 builtin and then its argument prototype would still apply. */
32041 #ifdef __cplusplus
32042 extern "C"
32043 #endif
32044 char $ac_func ();
32045 /* The GNU C library defines this for functions which it implements
32046 to always fail with ENOSYS. Some functions are actually named
32047 something starting with __ and the normal name is an alias. */
32048 #if defined __stub_$ac_func || defined __stub___$ac_func
32049 choke me
32050 #endif
32051
32052 int
32053 main ()
32054 {
32055 return $ac_func ();
32056 ;
32057 return 0;
32058 }
32059 _ACEOF
32060 rm -f conftest.$ac_objext conftest$ac_exeext
32061 if { (ac_try="$ac_link"
32062 case "(($ac_try" in
32063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32064 *) ac_try_echo=$ac_try;;
32065 esac
32066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32067 (eval "$ac_link") 2>conftest.er1
32068 ac_status=$?
32069 grep -v '^ *+' conftest.er1 >conftest.err
32070 rm -f conftest.er1
32071 cat conftest.err >&5
32072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32073 (exit $ac_status); } && {
32074 test -z "$ac_c_werror_flag" ||
32075 test ! -s conftest.err
32076 } && test -s conftest$ac_exeext &&
32077 $as_test_x conftest$ac_exeext; then
32078 eval "$as_ac_var=yes"
32079 else
32080 echo "$as_me: failed program was:" >&5
32081 sed 's/^/| /' conftest.$ac_ext >&5
32082
32083 eval "$as_ac_var=no"
32084 fi
32085
32086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32087 conftest$ac_exeext conftest.$ac_ext
32088 fi
32089 ac_res=`eval echo '${'$as_ac_var'}'`
32090 { echo "$as_me:$LINENO: result: $ac_res" >&5
32091 echo "${ECHO_T}$ac_res" >&6; }
32092 if test `eval echo '${'$as_ac_var'}'` = yes; then
32093 cat >>confdefs.h <<_ACEOF
32094 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32095 _ACEOF
32096
32097 fi
32098 done
32099
32100 LIBS="$save_LIBS"
32101 fi
32102
32103 wxUSE_UNIVERSAL="yes"
32104
32105 if test "$wxUSE_NANOX" = "yes"; then
32106 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
32107 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"
32108 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
32109 else
32110 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
32111 fi
32112
32113 TOOLKIT=X11
32114 GUIDIST=X11_DIST
32115 fi
32116
32117 if test "$wxUSE_MOTIF" = 1; then
32118 { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
32119 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
32120
32121 ac_find_includes=
32122 for ac_dir in $SEARCH_INCLUDE /usr/include;
32123 do
32124 if test -f "$ac_dir/Xm/Xm.h"; then
32125 ac_find_includes=$ac_dir
32126 break
32127 fi
32128 done
32129
32130 if test "$ac_find_includes" != "" ; then
32131 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
32132 echo "${ECHO_T}found in $ac_find_includes" >&6; }
32133
32134 if test "x$ac_find_includes" = "x/usr/include"; then
32135 ac_path_to_include=""
32136 else
32137 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
32138 result=$?
32139 if test $result = 0; then
32140 ac_path_to_include=""
32141 else
32142 ac_path_to_include=" -I$ac_find_includes"
32143 fi
32144 fi
32145
32146 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
32147 else
32148 save_CFLAGS=$CFLAGS
32149 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32150
32151 cat >conftest.$ac_ext <<_ACEOF
32152 /* confdefs.h. */
32153 _ACEOF
32154 cat confdefs.h >>conftest.$ac_ext
32155 cat >>conftest.$ac_ext <<_ACEOF
32156 /* end confdefs.h. */
32157
32158 #include <Xm/Xm.h>
32159
32160 int
32161 main ()
32162 {
32163
32164 int version;
32165 version = xmUseVersion;
32166
32167 ;
32168 return 0;
32169 }
32170 _ACEOF
32171 rm -f conftest.$ac_objext
32172 if { (ac_try="$ac_compile"
32173 case "(($ac_try" in
32174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32175 *) ac_try_echo=$ac_try;;
32176 esac
32177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32178 (eval "$ac_compile") 2>conftest.er1
32179 ac_status=$?
32180 grep -v '^ *+' conftest.er1 >conftest.err
32181 rm -f conftest.er1
32182 cat conftest.err >&5
32183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32184 (exit $ac_status); } && {
32185 test -z "$ac_c_werror_flag" ||
32186 test ! -s conftest.err
32187 } && test -s conftest.$ac_objext; then
32188
32189 { echo "$as_me:$LINENO: result: found in default search path" >&5
32190 echo "${ECHO_T}found in default search path" >&6; }
32191 COMPILED_X_PROGRAM=1
32192
32193 else
32194 echo "$as_me: failed program was:" >&5
32195 sed 's/^/| /' conftest.$ac_ext >&5
32196
32197
32198 { echo "$as_me:$LINENO: result: no" >&5
32199 echo "${ECHO_T}no" >&6; }
32200 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
32201 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
32202 { (exit 1); exit 1; }; }
32203
32204
32205 fi
32206
32207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32208
32209 CFLAGS=$save_CFLAGS
32210 fi
32211
32212
32213 { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
32214 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
32215
32216 ac_find_libraries=
32217 for ac_dir in $SEARCH_LIB;
32218 do
32219 for ac_extension in a so sl dylib dll.a; do
32220 if test -f "$ac_dir/libXm.$ac_extension"; then
32221 ac_find_libraries=$ac_dir
32222 break 2
32223 fi
32224 done
32225 done
32226
32227
32228 if test "x$ac_find_libraries" != "x" ; then
32229 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32230 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
32231
32232
32233 if test "$ac_find_libraries" = "default location"; then
32234 ac_path_to_link=""
32235 else
32236 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
32237 result=$?
32238 if test $result = 0; then
32239 ac_path_to_link=""
32240 else
32241 ac_path_to_link=" -L$ac_find_libraries"
32242 fi
32243 fi
32244
32245 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
32246 else
32247 save_CFLAGS=$CFLAGS
32248 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32249 save_LIBS="$LIBS"
32250 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
32251
32252 cat >conftest.$ac_ext <<_ACEOF
32253 /* confdefs.h. */
32254 _ACEOF
32255 cat confdefs.h >>conftest.$ac_ext
32256 cat >>conftest.$ac_ext <<_ACEOF
32257 /* end confdefs.h. */
32258
32259 #include <Xm/Xm.h>
32260
32261 int
32262 main ()
32263 {
32264
32265 int version;
32266 version = xmUseVersion;
32267
32268 ;
32269 return 0;
32270 }
32271 _ACEOF
32272 rm -f conftest.$ac_objext conftest$ac_exeext
32273 if { (ac_try="$ac_link"
32274 case "(($ac_try" in
32275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32276 *) ac_try_echo=$ac_try;;
32277 esac
32278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32279 (eval "$ac_link") 2>conftest.er1
32280 ac_status=$?
32281 grep -v '^ *+' conftest.er1 >conftest.err
32282 rm -f conftest.er1
32283 cat conftest.err >&5
32284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32285 (exit $ac_status); } && {
32286 test -z "$ac_c_werror_flag" ||
32287 test ! -s conftest.err
32288 } && test -s conftest$ac_exeext &&
32289 $as_test_x conftest$ac_exeext; then
32290
32291 { echo "$as_me:$LINENO: result: found in default search path" >&5
32292 echo "${ECHO_T}found in default search path" >&6; }
32293 COMPILED_X_PROGRAM=1
32294
32295 else
32296 echo "$as_me: failed program was:" >&5
32297 sed 's/^/| /' conftest.$ac_ext >&5
32298
32299
32300 { echo "$as_me:$LINENO: result: no" >&5
32301 echo "${ECHO_T}no" >&6; }
32302 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
32303 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
32304 { (exit 1); exit 1; }; }
32305
32306
32307 fi
32308
32309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32310 conftest$ac_exeext conftest.$ac_ext
32311
32312 CFLAGS=$save_CFLAGS
32313 LIBS="$save_LIBS"
32314 fi
32315
32316 { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
32317 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
32318 libp_link=""
32319 libsm_ice_link=""
32320 libs_found=0
32321 for libp in "" " -lXp"; do
32322 if test "$libs_found" = 0; then
32323 for libsm_ice in "" " -lSM -lICE"; do
32324 if test "$libs_found" = 0; then
32325 save_LIBS="$LIBS"
32326 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
32327 save_CFLAGS=$CFLAGS
32328 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32329
32330 cat >conftest.$ac_ext <<_ACEOF
32331 /* confdefs.h. */
32332 _ACEOF
32333 cat confdefs.h >>conftest.$ac_ext
32334 cat >>conftest.$ac_ext <<_ACEOF
32335 /* end confdefs.h. */
32336
32337 #include <Xm/Xm.h>
32338 #include <Xm/List.h>
32339
32340 int
32341 main ()
32342 {
32343
32344 XmString string = NULL;
32345 Widget w = NULL;
32346 int position = 0;
32347 XmListAddItem(w, string, position);
32348
32349 ;
32350 return 0;
32351 }
32352 _ACEOF
32353 rm -f conftest.$ac_objext conftest$ac_exeext
32354 if { (ac_try="$ac_link"
32355 case "(($ac_try" in
32356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32357 *) ac_try_echo=$ac_try;;
32358 esac
32359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32360 (eval "$ac_link") 2>conftest.er1
32361 ac_status=$?
32362 grep -v '^ *+' conftest.er1 >conftest.err
32363 rm -f conftest.er1
32364 cat conftest.err >&5
32365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32366 (exit $ac_status); } && {
32367 test -z "$ac_c_werror_flag" ||
32368 test ! -s conftest.err
32369 } && test -s conftest$ac_exeext &&
32370 $as_test_x conftest$ac_exeext; then
32371
32372 libp_link="$libp"
32373 libsm_ice_link="$libsm_ice"
32374 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
32375 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
32376 libs_found=1
32377
32378 else
32379 echo "$as_me: failed program was:" >&5
32380 sed 's/^/| /' conftest.$ac_ext >&5
32381
32382
32383
32384 fi
32385
32386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32387 conftest$ac_exeext conftest.$ac_ext
32388
32389 LIBS="$save_LIBS"
32390 CFLAGS=$save_CFLAGS
32391 fi
32392 done
32393 fi
32394 done
32395
32396 if test "$libs_found" = 0; then
32397 { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
32398 echo "${ECHO_T}can't find the right libraries" >&6; }
32399 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
32400 echo "$as_me: error: can't link a simple motif program" >&2;}
32401 { (exit 1); exit 1; }; }
32402 fi
32403
32404 { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
32405 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
32406 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
32407 echo $ECHO_N "(cached) $ECHO_C" >&6
32408 else
32409 ac_check_lib_save_LIBS=$LIBS
32410 LIBS="-lSgm $LIBS"
32411 cat >conftest.$ac_ext <<_ACEOF
32412 /* confdefs.h. */
32413 _ACEOF
32414 cat confdefs.h >>conftest.$ac_ext
32415 cat >>conftest.$ac_ext <<_ACEOF
32416 /* end confdefs.h. */
32417
32418 /* Override any GCC internal prototype to avoid an error.
32419 Use char because int might match the return type of a GCC
32420 builtin and then its argument prototype would still apply. */
32421 #ifdef __cplusplus
32422 extern "C"
32423 #endif
32424 char SgCreateList ();
32425 int
32426 main ()
32427 {
32428 return SgCreateList ();
32429 ;
32430 return 0;
32431 }
32432 _ACEOF
32433 rm -f conftest.$ac_objext conftest$ac_exeext
32434 if { (ac_try="$ac_link"
32435 case "(($ac_try" in
32436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32437 *) ac_try_echo=$ac_try;;
32438 esac
32439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32440 (eval "$ac_link") 2>conftest.er1
32441 ac_status=$?
32442 grep -v '^ *+' conftest.er1 >conftest.err
32443 rm -f conftest.er1
32444 cat conftest.err >&5
32445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32446 (exit $ac_status); } && {
32447 test -z "$ac_c_werror_flag" ||
32448 test ! -s conftest.err
32449 } && test -s conftest$ac_exeext &&
32450 $as_test_x conftest$ac_exeext; then
32451 ac_cv_lib_Sgm_SgCreateList=yes
32452 else
32453 echo "$as_me: failed program was:" >&5
32454 sed 's/^/| /' conftest.$ac_ext >&5
32455
32456 ac_cv_lib_Sgm_SgCreateList=no
32457 fi
32458
32459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32460 conftest$ac_exeext conftest.$ac_ext
32461 LIBS=$ac_check_lib_save_LIBS
32462 fi
32463 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
32464 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
32465 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
32466 libsgm_link=" -lSgm"
32467 fi
32468
32469
32470 save_CFLAGS=$CFLAGS
32471 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32472
32473 { echo "$as_me:$LINENO: checking for Motif 2" >&5
32474 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
32475 if test "${wx_cv_lib_motif2+set}" = set; then
32476 echo $ECHO_N "(cached) $ECHO_C" >&6
32477 else
32478 cat >conftest.$ac_ext <<_ACEOF
32479 /* confdefs.h. */
32480 _ACEOF
32481 cat confdefs.h >>conftest.$ac_ext
32482 cat >>conftest.$ac_ext <<_ACEOF
32483 /* end confdefs.h. */
32484
32485 #include <Xm/Xm.h>
32486
32487 int
32488 main ()
32489 {
32490
32491 #if XmVersion < 2000
32492 Not Motif 2
32493 #endif
32494
32495 ;
32496 return 0;
32497 }
32498 _ACEOF
32499 rm -f conftest.$ac_objext
32500 if { (ac_try="$ac_compile"
32501 case "(($ac_try" in
32502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32503 *) ac_try_echo=$ac_try;;
32504 esac
32505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32506 (eval "$ac_compile") 2>conftest.er1
32507 ac_status=$?
32508 grep -v '^ *+' conftest.er1 >conftest.err
32509 rm -f conftest.er1
32510 cat conftest.err >&5
32511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32512 (exit $ac_status); } && {
32513 test -z "$ac_c_werror_flag" ||
32514 test ! -s conftest.err
32515 } && test -s conftest.$ac_objext; then
32516 wx_cv_lib_motif2="yes"
32517 else
32518 echo "$as_me: failed program was:" >&5
32519 sed 's/^/| /' conftest.$ac_ext >&5
32520
32521 wx_cv_lib_motif2="no"
32522 fi
32523
32524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32525 fi
32526 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
32527 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
32528 if test "$wx_cv_lib_motif2" = "yes"; then
32529 cat >>confdefs.h <<\_ACEOF
32530 #define __WXMOTIF20__ 1
32531 _ACEOF
32532
32533 else
32534 cat >>confdefs.h <<\_ACEOF
32535 #define __WXMOTIF20__ 0
32536 _ACEOF
32537
32538 fi
32539
32540 { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
32541 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
32542 if test "${wx_cv_lib_lesstif+set}" = set; then
32543 echo $ECHO_N "(cached) $ECHO_C" >&6
32544 else
32545 cat >conftest.$ac_ext <<_ACEOF
32546 /* confdefs.h. */
32547 _ACEOF
32548 cat confdefs.h >>conftest.$ac_ext
32549 cat >>conftest.$ac_ext <<_ACEOF
32550 /* end confdefs.h. */
32551
32552 #include <Xm/Xm.h>
32553
32554 int
32555 main ()
32556 {
32557
32558 #if !defined(LesstifVersion) || LesstifVersion <= 0
32559 Not Lesstif
32560 #endif
32561
32562 ;
32563 return 0;
32564 }
32565 _ACEOF
32566 rm -f conftest.$ac_objext
32567 if { (ac_try="$ac_compile"
32568 case "(($ac_try" in
32569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32570 *) ac_try_echo=$ac_try;;
32571 esac
32572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32573 (eval "$ac_compile") 2>conftest.er1
32574 ac_status=$?
32575 grep -v '^ *+' conftest.er1 >conftest.err
32576 rm -f conftest.er1
32577 cat conftest.err >&5
32578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32579 (exit $ac_status); } && {
32580 test -z "$ac_c_werror_flag" ||
32581 test ! -s conftest.err
32582 } && test -s conftest.$ac_objext; then
32583 wx_cv_lib_lesstif="yes"
32584 else
32585 echo "$as_me: failed program was:" >&5
32586 sed 's/^/| /' conftest.$ac_ext >&5
32587
32588 wx_cv_lib_lesstif="no"
32589 fi
32590
32591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32592
32593 fi
32594 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
32595 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
32596 if test "$wx_cv_lib_lesstif" = "yes"; then
32597 cat >>confdefs.h <<\_ACEOF
32598 #define __WXLESSTIF__ 1
32599 _ACEOF
32600
32601 else
32602 cat >>confdefs.h <<\_ACEOF
32603 #define __WXLESSTIF__ 0
32604 _ACEOF
32605
32606 fi
32607
32608 CFLAGS=$save_CFLAGS
32609
32610 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
32611 TOOLKIT=MOTIF
32612 GUIDIST=MOTIF_DIST
32613 fi
32614
32615 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
32616 if test "$wxUSE_LIBXPM" = "sys"; then
32617 { echo "$as_me:$LINENO: checking for Xpm library" >&5
32618 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
32619
32620 ac_find_libraries=
32621 for ac_dir in $SEARCH_LIB;
32622 do
32623 for ac_extension in a so sl dylib dll.a; do
32624 if test -f "$ac_dir/libXpm.$ac_extension"; then
32625 ac_find_libraries=$ac_dir
32626 break 2
32627 fi
32628 done
32629 done
32630
32631 if test "$ac_find_libraries" != "" ; then
32632
32633 if test "$ac_find_libraries" = "default location"; then
32634 ac_path_to_link=""
32635 else
32636 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
32637 result=$?
32638 if test $result = 0; then
32639 ac_path_to_link=""
32640 else
32641 ac_path_to_link=" -L$ac_find_libraries"
32642 fi
32643 fi
32644
32645 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
32646 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32647 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
32648
32649 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
32650 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
32651 if test "${wx_cv_x11_xpm_h+set}" = set; then
32652 echo $ECHO_N "(cached) $ECHO_C" >&6
32653 else
32654
32655 save_CFLAGS=$CFLAGS
32656 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32657
32658 cat >conftest.$ac_ext <<_ACEOF
32659 /* confdefs.h. */
32660 _ACEOF
32661 cat confdefs.h >>conftest.$ac_ext
32662 cat >>conftest.$ac_ext <<_ACEOF
32663 /* end confdefs.h. */
32664
32665 #include <X11/xpm.h>
32666
32667 int
32668 main ()
32669 {
32670
32671 int version;
32672 version = XpmLibraryVersion();
32673
32674 ;
32675 return 0;
32676 }
32677 _ACEOF
32678 rm -f conftest.$ac_objext
32679 if { (ac_try="$ac_compile"
32680 case "(($ac_try" in
32681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32682 *) ac_try_echo=$ac_try;;
32683 esac
32684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32685 (eval "$ac_compile") 2>conftest.er1
32686 ac_status=$?
32687 grep -v '^ *+' conftest.er1 >conftest.err
32688 rm -f conftest.er1
32689 cat conftest.err >&5
32690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32691 (exit $ac_status); } && {
32692 test -z "$ac_c_werror_flag" ||
32693 test ! -s conftest.err
32694 } && test -s conftest.$ac_objext; then
32695 wx_cv_x11_xpm_h=yes
32696 else
32697 echo "$as_me: failed program was:" >&5
32698 sed 's/^/| /' conftest.$ac_ext >&5
32699
32700 wx_cv_x11_xpm_h=no
32701
32702 fi
32703
32704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32705
32706 CFLAGS=$save_CFLAGS
32707
32708
32709 fi
32710 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
32711 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
32712
32713 if test $wx_cv_x11_xpm_h = "yes"; then
32714 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
32715 cat >>confdefs.h <<\_ACEOF
32716 #define wxHAVE_LIB_XPM 1
32717 _ACEOF
32718
32719 else
32720 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
32721 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
32722 fi
32723 fi
32724
32725 fi
32726
32727 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
32728 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
32729 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
32730 echo $ECHO_N "(cached) $ECHO_C" >&6
32731 else
32732 ac_check_lib_save_LIBS=$LIBS
32733 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
32734 cat >conftest.$ac_ext <<_ACEOF
32735 /* confdefs.h. */
32736 _ACEOF
32737 cat confdefs.h >>conftest.$ac_ext
32738 cat >>conftest.$ac_ext <<_ACEOF
32739 /* end confdefs.h. */
32740
32741 /* Override any GCC internal prototype to avoid an error.
32742 Use char because int might match the return type of a GCC
32743 builtin and then its argument prototype would still apply. */
32744 #ifdef __cplusplus
32745 extern "C"
32746 #endif
32747 char XShapeQueryExtension ();
32748 int
32749 main ()
32750 {
32751 return XShapeQueryExtension ();
32752 ;
32753 return 0;
32754 }
32755 _ACEOF
32756 rm -f conftest.$ac_objext conftest$ac_exeext
32757 if { (ac_try="$ac_link"
32758 case "(($ac_try" in
32759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32760 *) ac_try_echo=$ac_try;;
32761 esac
32762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32763 (eval "$ac_link") 2>conftest.er1
32764 ac_status=$?
32765 grep -v '^ *+' conftest.er1 >conftest.err
32766 rm -f conftest.er1
32767 cat conftest.err >&5
32768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32769 (exit $ac_status); } && {
32770 test -z "$ac_c_werror_flag" ||
32771 test ! -s conftest.err
32772 } && test -s conftest$ac_exeext &&
32773 $as_test_x conftest$ac_exeext; then
32774 ac_cv_lib_Xext_XShapeQueryExtension=yes
32775 else
32776 echo "$as_me: failed program was:" >&5
32777 sed 's/^/| /' conftest.$ac_ext >&5
32778
32779 ac_cv_lib_Xext_XShapeQueryExtension=no
32780 fi
32781
32782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32783 conftest$ac_exeext conftest.$ac_ext
32784 LIBS=$ac_check_lib_save_LIBS
32785 fi
32786 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
32787 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
32788 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
32789
32790 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
32791 wxHAVE_XEXT_LIB=1
32792
32793 fi
32794
32795
32796 if test "$wxHAVE_XEXT_LIB" = 1; then
32797 save_CFLAGS="$CFLAGS"
32798 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
32799
32800 { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
32801 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
32802 cat >conftest.$ac_ext <<_ACEOF
32803 /* confdefs.h. */
32804 _ACEOF
32805 cat confdefs.h >>conftest.$ac_ext
32806 cat >>conftest.$ac_ext <<_ACEOF
32807 /* end confdefs.h. */
32808
32809 #include <X11/Xlib.h>
32810 #include <X11/extensions/shape.h>
32811
32812 int
32813 main ()
32814 {
32815
32816 int dummy1, dummy2;
32817 XShapeQueryExtension((Display*)NULL,
32818 (int*)NULL, (int*)NULL);
32819
32820 ;
32821 return 0;
32822 }
32823 _ACEOF
32824 rm -f conftest.$ac_objext
32825 if { (ac_try="$ac_compile"
32826 case "(($ac_try" in
32827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32828 *) ac_try_echo=$ac_try;;
32829 esac
32830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32831 (eval "$ac_compile") 2>conftest.er1
32832 ac_status=$?
32833 grep -v '^ *+' conftest.er1 >conftest.err
32834 rm -f conftest.er1
32835 cat conftest.err >&5
32836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32837 (exit $ac_status); } && {
32838 test -z "$ac_c_werror_flag" ||
32839 test ! -s conftest.err
32840 } && test -s conftest.$ac_objext; then
32841
32842 cat >>confdefs.h <<\_ACEOF
32843 #define HAVE_XSHAPE 1
32844 _ACEOF
32845
32846 { echo "$as_me:$LINENO: result: found" >&5
32847 echo "${ECHO_T}found" >&6; }
32848
32849 else
32850 echo "$as_me: failed program was:" >&5
32851 sed 's/^/| /' conftest.$ac_ext >&5
32852
32853
32854 { echo "$as_me:$LINENO: result: not found" >&5
32855 echo "${ECHO_T}not found" >&6; }
32856
32857 fi
32858
32859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32860 CFLAGS="$save_CFLAGS"
32861
32862 fi
32863 fi
32864
32865 if test "$wxUSE_OSX_CARBON" = 1; then
32866 { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
32867 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
32868 if test "$GCC" = yes; then
32869 { echo "$as_me:$LINENO: result: gcc" >&5
32870 echo "${ECHO_T}gcc" >&6; }
32871 CPPFLAGS_PASCAL="-fpascal-strings"
32872 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
32873 { echo "$as_me:$LINENO: result: xlc" >&5
32874 echo "${ECHO_T}xlc" >&6; }
32875 CPPFLAGS_PASCAL="-qmacpstr"
32876 else
32877 { echo "$as_me:$LINENO: result: none" >&5
32878 echo "${ECHO_T}none" >&6; }
32879 fi
32880
32881 if test "x$wxUSE_UNIX" = "xyes"; then
32882 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
32883 else
32884 CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
32885 fi
32886
32887 TOOLKIT=OSX_CARBON
32888 GUIDIST=OSX_CARBON_DIST
32889 WXBASEPORT="_carbon"
32890
32891 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
32892 fi
32893
32894 if test "$wxUSE_OSX_COCOA" = 1; then
32895 TOOLKIT=OSX_COCOA
32896 GUIDIST=OSX_COCOA_DIST
32897
32898 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
32899 fi
32900
32901 if test "$wxUSE_COCOA" = 1; then
32902 TOOLKIT=COCOA
32903 GUIDIST=COCOA_DIST
32904 fi
32905
32906 if test "$wxUSE_PM" = 1; then
32907 TOOLKIT=PM
32908 GUIDIST=PM_DIST
32909 { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
32910 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
32911 if test "${wx_cv_spbcdata+set}" = set; then
32912 echo $ECHO_N "(cached) $ECHO_C" >&6
32913 else
32914
32915 cat >conftest.$ac_ext <<_ACEOF
32916 /* confdefs.h. */
32917 _ACEOF
32918 cat confdefs.h >>conftest.$ac_ext
32919 cat >>conftest.$ac_ext <<_ACEOF
32920 /* end confdefs.h. */
32921
32922 #define INCL_PM
32923 #include <os2.h>
32924
32925 int
32926 main ()
32927 {
32928
32929 SPBCDATA test;
32930
32931 ;
32932 return 0;
32933 }
32934 _ACEOF
32935 rm -f conftest.$ac_objext
32936 if { (ac_try="$ac_compile"
32937 case "(($ac_try" in
32938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32939 *) ac_try_echo=$ac_try;;
32940 esac
32941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32942 (eval "$ac_compile") 2>conftest.er1
32943 ac_status=$?
32944 grep -v '^ *+' conftest.er1 >conftest.err
32945 rm -f conftest.er1
32946 cat conftest.err >&5
32947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32948 (exit $ac_status); } && {
32949 test -z "$ac_c_werror_flag" ||
32950 test ! -s conftest.err
32951 } && test -s conftest.$ac_objext; then
32952 wx_cv_spbcdata=yes
32953 else
32954 echo "$as_me: failed program was:" >&5
32955 sed 's/^/| /' conftest.$ac_ext >&5
32956
32957 wx_cv_spbcdata=no
32958
32959 fi
32960
32961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32962
32963
32964 fi
32965 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
32966 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
32967
32968 if test $wx_cv_spbcdata = "yes"; then
32969 cat >>confdefs.h <<\_ACEOF
32970 #define HAVE_SPBCDATA 1
32971 _ACEOF
32972
32973 fi
32974 fi
32975
32976 if test "$TOOLKIT" = "PM" ; then
32977 TOOLKIT_DIR="os2"
32978 else
32979 TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
32980 fi
32981
32982 if test "$wxUSE_UNIVERSAL" = "yes"; then
32983 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
32984 WIDGET_SET=univ
32985 fi
32986
32987 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
32988 DISTDIR="wx\$(TOOLKIT)"
32989 else
32990 USE_GUI=0
32991
32992 TOOLKIT_DIR="base"
32993
32994 if test "$USE_WIN32" = 1 ; then
32995 TOOLKIT="MSW"
32996 fi
32997
32998 GUIDIST="BASE_DIST"
32999 DISTDIR="wxBase"
33000 fi
33001
33002
33003
33004 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
33005 if test "$USE_UNIX" = 1 -a "$wxUSE_DARWIN" != 1 ; then
33006 wxUSE_UNICODE_UTF8=yes
33007 elif test "$USE_OS2" = 1 ; then
33008 wxUSE_UNICODE_UTF8=yes
33009 else
33010 wxUSE_UNICODE_UTF8=no
33011 fi
33012 fi
33013
33014
33015 if test "$wxUSE_GUI" = "yes"; then
33016 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
33017
33018 for ac_header in X11/Xlib.h
33019 do
33020 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33021 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33022 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33023 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33024 echo $ECHO_N "(cached) $ECHO_C" >&6
33025 else
33026 cat >conftest.$ac_ext <<_ACEOF
33027 /* confdefs.h. */
33028 _ACEOF
33029 cat confdefs.h >>conftest.$ac_ext
33030 cat >>conftest.$ac_ext <<_ACEOF
33031 /* end confdefs.h. */
33032
33033
33034 #include <$ac_header>
33035 _ACEOF
33036 rm -f conftest.$ac_objext
33037 if { (ac_try="$ac_compile"
33038 case "(($ac_try" in
33039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33040 *) ac_try_echo=$ac_try;;
33041 esac
33042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33043 (eval "$ac_compile") 2>conftest.er1
33044 ac_status=$?
33045 grep -v '^ *+' conftest.er1 >conftest.err
33046 rm -f conftest.er1
33047 cat conftest.err >&5
33048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33049 (exit $ac_status); } && {
33050 test -z "$ac_c_werror_flag" ||
33051 test ! -s conftest.err
33052 } && test -s conftest.$ac_objext; then
33053 eval "$as_ac_Header=yes"
33054 else
33055 echo "$as_me: failed program was:" >&5
33056 sed 's/^/| /' conftest.$ac_ext >&5
33057
33058 eval "$as_ac_Header=no"
33059 fi
33060
33061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33062 fi
33063 ac_res=`eval echo '${'$as_ac_Header'}'`
33064 { echo "$as_me:$LINENO: result: $ac_res" >&5
33065 echo "${ECHO_T}$ac_res" >&6; }
33066 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33067 cat >>confdefs.h <<_ACEOF
33068 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33069 _ACEOF
33070
33071 fi
33072
33073 done
33074
33075
33076 for ac_header in X11/XKBlib.h
33077 do
33078 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33079 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33080 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33081 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33082 echo $ECHO_N "(cached) $ECHO_C" >&6
33083 else
33084 cat >conftest.$ac_ext <<_ACEOF
33085 /* confdefs.h. */
33086 _ACEOF
33087 cat confdefs.h >>conftest.$ac_ext
33088 cat >>conftest.$ac_ext <<_ACEOF
33089 /* end confdefs.h. */
33090
33091 #if HAVE_X11_XLIB_H
33092 #include <X11/Xlib.h>
33093 #endif
33094
33095
33096 #include <$ac_header>
33097 _ACEOF
33098 rm -f conftest.$ac_objext
33099 if { (ac_try="$ac_compile"
33100 case "(($ac_try" in
33101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33102 *) ac_try_echo=$ac_try;;
33103 esac
33104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33105 (eval "$ac_compile") 2>conftest.er1
33106 ac_status=$?
33107 grep -v '^ *+' conftest.er1 >conftest.err
33108 rm -f conftest.er1
33109 cat conftest.err >&5
33110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33111 (exit $ac_status); } && {
33112 test -z "$ac_c_werror_flag" ||
33113 test ! -s conftest.err
33114 } && test -s conftest.$ac_objext; then
33115 eval "$as_ac_Header=yes"
33116 else
33117 echo "$as_me: failed program was:" >&5
33118 sed 's/^/| /' conftest.$ac_ext >&5
33119
33120 eval "$as_ac_Header=no"
33121 fi
33122
33123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33124 fi
33125 ac_res=`eval echo '${'$as_ac_Header'}'`
33126 { echo "$as_me:$LINENO: result: $ac_res" >&5
33127 echo "${ECHO_T}$ac_res" >&6; }
33128 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33129 cat >>confdefs.h <<_ACEOF
33130 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33131 _ACEOF
33132
33133 fi
33134
33135 done
33136
33137 fi
33138 fi
33139
33140
33141
33142 if test "$wxUSE_DISPLAY" = "yes"; then
33143 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
33144 { echo "$as_me:$LINENO: checking for Xinerama" >&5
33145 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
33146
33147 ac_find_libraries=
33148 for ac_dir in $SEARCH_LIB;
33149 do
33150 for ac_extension in a so sl dylib dll.a; do
33151 if test -f "$ac_dir/libXinerama.$ac_extension"; then
33152 ac_find_libraries=$ac_dir
33153 break 2
33154 fi
33155 done
33156 done
33157
33158 if test "$ac_find_libraries" != "" ; then
33159
33160 if test "$ac_find_libraries" = "default location"; then
33161 ac_path_to_link=""
33162 else
33163 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33164 result=$?
33165 if test $result = 0; then
33166 ac_path_to_link=""
33167 else
33168 ac_path_to_link=" -L$ac_find_libraries"
33169 fi
33170 fi
33171
33172 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33173 LDFLAGS="$LDFLAGS $ac_path_to_link"
33174 fi
33175 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
33176 { echo "$as_me:$LINENO: result: yes" >&5
33177 echo "${ECHO_T}yes" >&6; }
33178
33179 { echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
33180 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6; }
33181
33182 ac_find_libraries=
33183 for ac_dir in $SEARCH_LIB;
33184 do
33185 for ac_extension in a so sl dylib dll.a; do
33186 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
33187 ac_find_libraries=$ac_dir
33188 break 2
33189 fi
33190 done
33191 done
33192
33193 if test "$ac_find_libraries" != "" ; then
33194 { echo "$as_me:$LINENO: result: yes" >&5
33195 echo "${ECHO_T}yes" >&6; }
33196
33197 for ac_header in X11/extensions/xf86vmode.h
33198 do
33199 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33200 { echo "$as_me:$LINENO: checking for $ac_header" >&5
33201 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
33202 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33203 echo $ECHO_N "(cached) $ECHO_C" >&6
33204 else
33205 cat >conftest.$ac_ext <<_ACEOF
33206 /* confdefs.h. */
33207 _ACEOF
33208 cat confdefs.h >>conftest.$ac_ext
33209 cat >>conftest.$ac_ext <<_ACEOF
33210 /* end confdefs.h. */
33211
33212 #if HAVE_X11_XLIB_H
33213 #include <X11/Xlib.h>
33214 #endif
33215
33216
33217 #include <$ac_header>
33218 _ACEOF
33219 rm -f conftest.$ac_objext
33220 if { (ac_try="$ac_compile"
33221 case "(($ac_try" in
33222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33223 *) ac_try_echo=$ac_try;;
33224 esac
33225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33226 (eval "$ac_compile") 2>conftest.er1
33227 ac_status=$?
33228 grep -v '^ *+' conftest.er1 >conftest.err
33229 rm -f conftest.er1
33230 cat conftest.err >&5
33231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33232 (exit $ac_status); } && {
33233 test -z "$ac_c_werror_flag" ||
33234 test ! -s conftest.err
33235 } && test -s conftest.$ac_objext; then
33236 eval "$as_ac_Header=yes"
33237 else
33238 echo "$as_me: failed program was:" >&5
33239 sed 's/^/| /' conftest.$ac_ext >&5
33240
33241 eval "$as_ac_Header=no"
33242 fi
33243
33244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33245 fi
33246 ac_res=`eval echo '${'$as_ac_Header'}'`
33247 { echo "$as_me:$LINENO: result: $ac_res" >&5
33248 echo "${ECHO_T}$ac_res" >&6; }
33249 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33250 cat >>confdefs.h <<_ACEOF
33251 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33252 _ACEOF
33253
33254 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
33255
33256 fi
33257
33258 done
33259
33260 else
33261 { echo "$as_me:$LINENO: result: no" >&5
33262 echo "${ECHO_T}no" >&6; }
33263 fi
33264
33265 else
33266 { echo "$as_me:$LINENO: result: no" >&5
33267 echo "${ECHO_T}no" >&6; }
33268 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
33269 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
33270 wxUSE_DISPLAY="no"
33271 fi
33272 elif test "$wxUSE_MSW" = 1; then
33273 { echo "$as_me:$LINENO: checking for ddraw.h" >&5
33274 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
33275 if test "${ac_cv_header_ddraw_h+set}" = set; then
33276 echo $ECHO_N "(cached) $ECHO_C" >&6
33277 else
33278 cat >conftest.$ac_ext <<_ACEOF
33279 /* confdefs.h. */
33280 _ACEOF
33281 cat confdefs.h >>conftest.$ac_ext
33282 cat >>conftest.$ac_ext <<_ACEOF
33283 /* end confdefs.h. */
33284 #include <windows.h>
33285
33286 #include <ddraw.h>
33287 _ACEOF
33288 rm -f conftest.$ac_objext
33289 if { (ac_try="$ac_compile"
33290 case "(($ac_try" in
33291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33292 *) ac_try_echo=$ac_try;;
33293 esac
33294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33295 (eval "$ac_compile") 2>conftest.er1
33296 ac_status=$?
33297 grep -v '^ *+' conftest.er1 >conftest.err
33298 rm -f conftest.er1
33299 cat conftest.err >&5
33300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33301 (exit $ac_status); } && {
33302 test -z "$ac_c_werror_flag" ||
33303 test ! -s conftest.err
33304 } && test -s conftest.$ac_objext; then
33305 ac_cv_header_ddraw_h=yes
33306 else
33307 echo "$as_me: failed program was:" >&5
33308 sed 's/^/| /' conftest.$ac_ext >&5
33309
33310 ac_cv_header_ddraw_h=no
33311 fi
33312
33313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33314 fi
33315 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
33316 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
33317
33318
33319 fi
33320 fi
33321
33322 if test "$wxUSE_DETECT_SM" = "yes"; then
33323 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
33324 { echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
33325 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6; }
33326
33327 ac_find_libraries=
33328 for ac_dir in $SEARCH_LIB;
33329 do
33330 for ac_extension in a so sl dylib dll.a; do
33331 if test -f "$ac_dir/libSM.$ac_extension"; then
33332 ac_find_libraries=$ac_dir
33333 break 2
33334 fi
33335 done
33336 done
33337
33338 if test "$ac_find_libraries" != "" ; then
33339
33340 if test "$ac_find_libraries" = "default location"; then
33341 ac_path_to_link=""
33342 else
33343 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33344 result=$?
33345 if test $result = 0; then
33346 ac_path_to_link=""
33347 else
33348 ac_path_to_link=" -L$ac_find_libraries"
33349 fi
33350 fi
33351
33352 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33353 LDFLAGS="$LDFLAGS $ac_path_to_link"
33354 fi
33355 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
33356 { echo "$as_me:$LINENO: result: yes" >&5
33357 echo "${ECHO_T}yes" >&6; }
33358 else
33359 { echo "$as_me:$LINENO: result: no" >&5
33360 echo "${ECHO_T}no" >&6; }
33361 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
33362 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
33363 wxUSE_DETECT_SM="no"
33364 fi
33365 else
33366 wxUSE_DETECT_SM="no"
33367 fi
33368 fi
33369
33370
33371
33372 USE_OPENGL=0
33373 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
33374
33375
33376 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_COCOA" = 1; then
33377 OPENGL_LIBS="-framework OpenGL -framework AGL"
33378 elif test "$wxUSE_MSW" = 1; then
33379 OPENGL_LIBS="-lopengl32 -lglu32"
33380 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK2" = 1 -o "$wxUSE_GTK" = 1; then
33381
33382 { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
33383 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
33384
33385 ac_find_includes=
33386 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include;
33387 do
33388 if test -f "$ac_dir/GL/gl.h"; then
33389 ac_find_includes=$ac_dir
33390 break
33391 fi
33392 done
33393
33394 if test "$ac_find_includes" != "" ; then
33395 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
33396 echo "${ECHO_T}found in $ac_find_includes" >&6; }
33397
33398 if test "x$ac_find_includes" = "x/usr/include"; then
33399 ac_path_to_include=""
33400 else
33401 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
33402 result=$?
33403 if test $result = 0; then
33404 ac_path_to_include=""
33405 else
33406 ac_path_to_include=" -I$ac_find_includes"
33407 fi
33408 fi
33409
33410 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
33411 else
33412 { echo "$as_me:$LINENO: result: not found" >&5
33413 echo "${ECHO_T}not found" >&6; }
33414 fi
33415
33416 { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
33417 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
33418 if test "${ac_cv_header_GL_gl_h+set}" = set; then
33419 echo $ECHO_N "(cached) $ECHO_C" >&6
33420 else
33421 cat >conftest.$ac_ext <<_ACEOF
33422 /* confdefs.h. */
33423 _ACEOF
33424 cat confdefs.h >>conftest.$ac_ext
33425 cat >>conftest.$ac_ext <<_ACEOF
33426 /* end confdefs.h. */
33427
33428
33429 #include <GL/gl.h>
33430 _ACEOF
33431 rm -f conftest.$ac_objext
33432 if { (ac_try="$ac_compile"
33433 case "(($ac_try" in
33434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33435 *) ac_try_echo=$ac_try;;
33436 esac
33437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33438 (eval "$ac_compile") 2>conftest.er1
33439 ac_status=$?
33440 grep -v '^ *+' conftest.er1 >conftest.err
33441 rm -f conftest.er1
33442 cat conftest.err >&5
33443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33444 (exit $ac_status); } && {
33445 test -z "$ac_c_werror_flag" ||
33446 test ! -s conftest.err
33447 } && test -s conftest.$ac_objext; then
33448 ac_cv_header_GL_gl_h=yes
33449 else
33450 echo "$as_me: failed program was:" >&5
33451 sed 's/^/| /' conftest.$ac_ext >&5
33452
33453 ac_cv_header_GL_gl_h=no
33454 fi
33455
33456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33457 fi
33458 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
33459 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
33460 if test $ac_cv_header_GL_gl_h = yes; then
33461
33462 { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
33463 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
33464 if test "${ac_cv_header_GL_glu_h+set}" = set; then
33465 echo $ECHO_N "(cached) $ECHO_C" >&6
33466 else
33467 cat >conftest.$ac_ext <<_ACEOF
33468 /* confdefs.h. */
33469 _ACEOF
33470 cat confdefs.h >>conftest.$ac_ext
33471 cat >>conftest.$ac_ext <<_ACEOF
33472 /* end confdefs.h. */
33473
33474
33475 #include <GL/glu.h>
33476 _ACEOF
33477 rm -f conftest.$ac_objext
33478 if { (ac_try="$ac_compile"
33479 case "(($ac_try" in
33480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33481 *) ac_try_echo=$ac_try;;
33482 esac
33483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33484 (eval "$ac_compile") 2>conftest.er1
33485 ac_status=$?
33486 grep -v '^ *+' conftest.er1 >conftest.err
33487 rm -f conftest.er1
33488 cat conftest.err >&5
33489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33490 (exit $ac_status); } && {
33491 test -z "$ac_c_werror_flag" ||
33492 test ! -s conftest.err
33493 } && test -s conftest.$ac_objext; then
33494 ac_cv_header_GL_glu_h=yes
33495 else
33496 echo "$as_me: failed program was:" >&5
33497 sed 's/^/| /' conftest.$ac_ext >&5
33498
33499 ac_cv_header_GL_glu_h=no
33500 fi
33501
33502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33503 fi
33504 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
33505 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
33506 if test $ac_cv_header_GL_glu_h = yes; then
33507
33508 found_gl=0
33509
33510 { echo "$as_me:$LINENO: checking for -lGL" >&5
33511 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
33512
33513 ac_find_libraries=
33514 for ac_dir in $SEARCH_LIB /opt/graphics/OpenGL/lib;
33515 do
33516 for ac_extension in a so sl dylib dll.a; do
33517 if test -f "$ac_dir/libGL.$ac_extension"; then
33518 ac_find_libraries=$ac_dir
33519 break 2
33520 fi
33521 done
33522 done
33523
33524 if test "$ac_find_libraries" != "" ; then
33525 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33526 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33527
33528
33529 if test "$ac_find_libraries" = "default location"; then
33530 ac_path_to_link=""
33531 else
33532 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33533 result=$?
33534 if test $result = 0; then
33535 ac_path_to_link=""
33536 else
33537 ac_path_to_link=" -L$ac_find_libraries"
33538 fi
33539 fi
33540
33541 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33542 LDFLAGS_GL="$ac_path_to_link"
33543 fi
33544
33545 { echo "$as_me:$LINENO: checking for -lGLU" >&5
33546 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
33547
33548 ac_find_libraries=
33549 for ac_dir in $SEARCH_LIB;
33550 do
33551 for ac_extension in a so sl dylib dll.a; do
33552 if test -f "$ac_dir/libGLU.$ac_extension"; then
33553 ac_find_libraries=$ac_dir
33554 break 2
33555 fi
33556 done
33557 done
33558
33559 if test "$ac_find_libraries" != "" ; then
33560
33561 if test "$ac_find_libraries" = "default location"; then
33562 ac_path_to_link=""
33563 else
33564 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33565 result=$?
33566 if test $result = 0; then
33567 ac_path_to_link=""
33568 else
33569 ac_path_to_link=" -L$ac_find_libraries"
33570 fi
33571 fi
33572
33573 if test "$ac_path_to_link" != " -L/usr/lib" -a \
33574 "$ac_path_to_link" != "$LDFLAGS_GL"; then
33575 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
33576 fi
33577
33578 found_gl=1
33579 OPENGL_LIBS="-lGL -lGLU"
33580 { echo "$as_me:$LINENO: result: yes" >&5
33581 echo "${ECHO_T}yes" >&6; }
33582 else
33583 { echo "$as_me:$LINENO: result: no" >&5
33584 echo "${ECHO_T}no" >&6; }
33585 fi
33586 else
33587 { echo "$as_me:$LINENO: result: no" >&5
33588 echo "${ECHO_T}no" >&6; }
33589 fi
33590
33591 if test "$found_gl" != 1; then
33592 { echo "$as_me:$LINENO: checking for -lMesaGL" >&5
33593 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6; }
33594
33595 ac_find_libraries=
33596 for ac_dir in $SEARCH_LIB;
33597 do
33598 for ac_extension in a so sl dylib dll.a; do
33599 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
33600 ac_find_libraries=$ac_dir
33601 break 2
33602 fi
33603 done
33604 done
33605
33606 if test "$ac_find_libraries" != "" ; then
33607
33608 if test "$ac_find_libraries" = "default location"; then
33609 ac_path_to_link=""
33610 else
33611 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
33612 result=$?
33613 if test $result = 0; then
33614 ac_path_to_link=""
33615 else
33616 ac_path_to_link=" -L$ac_find_libraries"
33617 fi
33618 fi
33619
33620 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
33621 OPENGL_LIBS="-lMesaGL -lMesaGLU"
33622 { echo "$as_me:$LINENO: result: yes" >&5
33623 echo "${ECHO_T}yes" >&6; }
33624 else
33625 { echo "$as_me:$LINENO: result: no" >&5
33626 echo "${ECHO_T}no" >&6; }
33627 fi
33628 fi
33629
33630 fi
33631
33632
33633
33634 fi
33635
33636
33637
33638 if test "x$OPENGL_LIBS" = "x"; then
33639 if test "$wxUSE_OPENGL" = "yes"; then
33640 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
33641 echo "$as_me: error: OpenGL libraries not available" >&2;}
33642 { (exit 1); exit 1; }; }
33643 else
33644 { echo "$as_me:$LINENO: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
33645 echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
33646 wxUSE_OPENGL=no
33647 USE_OPENGL=0
33648 fi
33649 fi
33650 else
33651 { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
33652 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
33653 wxUSE_OPENGL="no"
33654 fi
33655
33656 if test "$wxUSE_OPENGL" = "auto"; then
33657 wxUSE_OPENGL=yes
33658 fi
33659
33660 if test "$wxUSE_OPENGL" = "yes"; then
33661 USE_OPENGL=1
33662 cat >>confdefs.h <<\_ACEOF
33663 #define wxUSE_OPENGL 1
33664 _ACEOF
33665
33666 cat >>confdefs.h <<\_ACEOF
33667 #define wxUSE_GLCANVAS 1
33668 _ACEOF
33669
33670 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
33671 fi
33672 fi
33673
33674
33675 if test -n "$TOOLKIT" ; then
33676 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
33677 fi
33678
33679
33680
33681 if test "$wxUSE_SHARED" = "yes"; then
33682 case "${host}" in
33683 *-pc-msdosdjgpp )
33684 wxUSE_SHARED=no
33685 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
33686 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
33687 ;;
33688 esac
33689 fi
33690
33691 if test "$wxUSE_SHARED" = "yes"; then
33692
33693
33694 case "${host}" in
33695 *-*-cygwin* | *-*-mingw* )
33696 wx_cv_version_script=no
33697 ;;
33698
33699 *)
33700 { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
33701 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
33702 if test "${wx_cv_version_script+set}" = set; then
33703 echo $ECHO_N "(cached) $ECHO_C" >&6
33704 else
33705
33706 echo "VER_1 { *; };" >conftest.sym
33707 echo "int main() { return 0; }" >conftest.cpp
33708
33709 if { ac_try='
33710 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33711 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
33712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33713 (eval $ac_try) 2>&5
33714 ac_status=$?
33715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33716 (exit $ac_status); }; } ; then
33717 if test -s conftest.stderr ; then
33718 wx_cv_version_script=no
33719 else
33720 wx_cv_version_script=yes
33721 fi
33722 else
33723 wx_cv_version_script=no
33724 fi
33725
33726 if test $wx_cv_version_script = yes
33727 then
33728 echo "struct B { virtual ~B() { } }; \
33729 struct D : public B { }; \
33730 void F() { D d; }" > conftest.cpp
33731
33732 if { ac_try='
33733 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33734 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
33735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33736 (eval $ac_try) 2>&5
33737 ac_status=$?
33738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33739 (exit $ac_status); }; } &&
33740 { ac_try='
33741 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33742 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
33743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33744 (eval $ac_try) 2>&5
33745 ac_status=$?
33746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33747 (exit $ac_status); }; }
33748 then
33749 if { ac_try='
33750 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33751 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
33752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33753 (eval $ac_try) 2>&5
33754 ac_status=$?
33755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33756 (exit $ac_status); }; }
33757 then
33758 wx_cv_version_script=yes
33759 else
33760 wx_cv_version_script=no
33761 fi
33762 fi
33763 fi
33764
33765 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
33766 rm -f conftest1.output conftest2.output conftest3.output
33767
33768 fi
33769 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
33770 echo "${ECHO_T}$wx_cv_version_script" >&6; }
33771
33772 if test $wx_cv_version_script = yes ; then
33773 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
33774 fi
33775 ;;
33776 esac
33777
33778
33779 if test "$wxUSE_VISIBILITY" != "no"; then
33780
33781
33782 if test -n "$GCC"; then
33783 CFLAGS_VISIBILITY="-fvisibility=hidden"
33784 CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
33785 { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
33786 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
33787 if test "${wx_cv_cc_visibility+set}" = set; then
33788 echo $ECHO_N "(cached) $ECHO_C" >&6
33789 else
33790
33791 wx_save_CXXFLAGS="$CXXFLAGS"
33792 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
33793 ac_ext=cpp
33794 ac_cpp='$CXXCPP $CPPFLAGS'
33795 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33796 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33797 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33798
33799 cat >conftest.$ac_ext <<_ACEOF
33800 /* confdefs.h. */
33801 _ACEOF
33802 cat confdefs.h >>conftest.$ac_ext
33803 cat >>conftest.$ac_ext <<_ACEOF
33804 /* end confdefs.h. */
33805
33806 /* we need gcc >= 4.0, older versions with visibility support
33807 didn't have class visibility: */
33808 #if defined(__GNUC__) && __GNUC__ < 4
33809 error this gcc is too old;
33810 #endif
33811
33812 /* visibility only makes sense for ELF shared libs: */
33813 #if !defined(__ELF__) && !defined(__APPLE__)
33814 error this platform has no visibility;
33815 #endif
33816
33817 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
33818 extern __attribute__((__visibility__("default"))) int exportedvar;
33819 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
33820 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
33821 class __attribute__((__visibility__("default"))) Foo {
33822 Foo() {}
33823 };
33824
33825 int
33826 main ()
33827 {
33828
33829 ;
33830 return 0;
33831 }
33832 _ACEOF
33833 rm -f conftest.$ac_objext
33834 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
33850 wx_cv_cc_visibility=yes
33851 else
33852 echo "$as_me: failed program was:" >&5
33853 sed 's/^/| /' conftest.$ac_ext >&5
33854
33855 wx_cv_cc_visibility=no
33856 fi
33857
33858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33859 ac_ext=c
33860 ac_cpp='$CPP $CPPFLAGS'
33861 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33862 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33863 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33864
33865 CXXFLAGS="$wx_save_CXXFLAGS"
33866 fi
33867
33868 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
33869 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
33870 if test $wx_cv_cc_visibility = yes; then
33871 { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
33872 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
33873 if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
33874 echo $ECHO_N "(cached) $ECHO_C" >&6
33875 else
33876
33877 wx_save_CXXFLAGS="$CXXFLAGS"
33878 wx_save_LDFLAGS="$LDFLAGS"
33879 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
33880 LDFLAGS="$LDFLAGS -shared -fPIC"
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 #include <string>
33895
33896 int
33897 main ()
33898 {
33899
33900 std::string s("hello");
33901 return s.length();
33902
33903 ;
33904 return 0;
33905 }
33906 _ACEOF
33907 rm -f conftest.$ac_objext conftest$ac_exeext
33908 if { (ac_try="$ac_link"
33909 case "(($ac_try" in
33910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33911 *) ac_try_echo=$ac_try;;
33912 esac
33913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33914 (eval "$ac_link") 2>conftest.er1
33915 ac_status=$?
33916 grep -v '^ *+' conftest.er1 >conftest.err
33917 rm -f conftest.er1
33918 cat conftest.err >&5
33919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33920 (exit $ac_status); } && {
33921 test -z "$ac_cxx_werror_flag" ||
33922 test ! -s conftest.err
33923 } && test -s conftest$ac_exeext &&
33924 $as_test_x conftest$ac_exeext; then
33925 wx_cv_cc_broken_libstdcxx_visibility=no
33926 else
33927 echo "$as_me: failed program was:" >&5
33928 sed 's/^/| /' conftest.$ac_ext >&5
33929
33930 wx_cv_cc_broken_libstdcxx_visibility=yes
33931 fi
33932
33933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33934 conftest$ac_exeext conftest.$ac_ext
33935 ac_ext=c
33936 ac_cpp='$CPP $CPPFLAGS'
33937 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33938 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33939 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33940
33941 CXXFLAGS="$wx_save_CXXFLAGS"
33942 LDFLAGS="$wx_save_LDFLAGS"
33943 fi
33944
33945 { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
33946 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
33947
33948 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
33949 { echo "$as_me:$LINENO: checking whether we can work around it" >&5
33950 echo $ECHO_N "checking whether we can work around it... $ECHO_C" >&6; }
33951 if test "${wx_cv_cc_visibility_workaround+set}" = set; then
33952 echo $ECHO_N "(cached) $ECHO_C" >&6
33953 else
33954
33955 ac_ext=cpp
33956 ac_cpp='$CXXCPP $CPPFLAGS'
33957 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33958 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33959 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33960
33961 cat >conftest.$ac_ext <<_ACEOF
33962 /* confdefs.h. */
33963 _ACEOF
33964 cat confdefs.h >>conftest.$ac_ext
33965 cat >>conftest.$ac_ext <<_ACEOF
33966 /* end confdefs.h. */
33967
33968 #pragma GCC visibility push(default)
33969 #include <string>
33970 #pragma GCC visibility pop
33971
33972 int
33973 main ()
33974 {
33975
33976 std::string s("hello");
33977 return s.length();
33978
33979 ;
33980 return 0;
33981 }
33982 _ACEOF
33983 rm -f conftest.$ac_objext conftest$ac_exeext
33984 if { (ac_try="$ac_link"
33985 case "(($ac_try" in
33986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33987 *) ac_try_echo=$ac_try;;
33988 esac
33989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33990 (eval "$ac_link") 2>conftest.er1
33991 ac_status=$?
33992 grep -v '^ *+' conftest.er1 >conftest.err
33993 rm -f conftest.er1
33994 cat conftest.err >&5
33995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33996 (exit $ac_status); } && {
33997 test -z "$ac_cxx_werror_flag" ||
33998 test ! -s conftest.err
33999 } && test -s conftest$ac_exeext &&
34000 $as_test_x conftest$ac_exeext; then
34001 wx_cv_cc_visibility_workaround=no
34002 else
34003 echo "$as_me: failed program was:" >&5
34004 sed 's/^/| /' conftest.$ac_ext >&5
34005
34006 wx_cv_cc_visibility_workaround=yes
34007 fi
34008
34009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34010 conftest$ac_exeext conftest.$ac_ext
34011 ac_ext=c
34012 ac_cpp='$CPP $CPPFLAGS'
34013 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34014 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34015 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34016
34017
34018 fi
34019
34020 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility_workaround" >&5
34021 echo "${ECHO_T}$wx_cv_cc_visibility_workaround" >&6; }
34022
34023 if test $wx_cv_cc_visibility_workaround = no; then
34024 wx_cv_cc_visibility=no
34025 fi
34026 fi
34027 fi
34028
34029 if test $wx_cv_cc_visibility = yes; then
34030 cat >>confdefs.h <<\_ACEOF
34031 #define HAVE_VISIBILITY 1
34032 _ACEOF
34033
34034 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
34035 cat >>confdefs.h <<\_ACEOF
34036 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
34037 _ACEOF
34038
34039 fi
34040 else
34041 CFLAGS_VISIBILITY=""
34042 CXXFLAGS_VISIBILITY=""
34043 fi
34044
34045
34046 fi
34047
34048 fi
34049
34050 if test "x$SUNCXX" = xyes; then
34051 SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
34052 WXCONFIG_RPATH="-R\$libdir"
34053 else
34054 case "${host}" in
34055 *-*-linux* | *-*-gnu* )
34056 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
34057 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
34058 ;;
34059
34060 *-*-solaris2* )
34061
34062 CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
34063
34064 saveLdflags="$LDFLAGS"
34065 LDFLAGS="$saveLdflags -Wl,-rpath,/"
34066 { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
34067 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
34068 cat >conftest.$ac_ext <<_ACEOF
34069 /* confdefs.h. */
34070 _ACEOF
34071 cat confdefs.h >>conftest.$ac_ext
34072 cat >>conftest.$ac_ext <<_ACEOF
34073 /* end confdefs.h. */
34074
34075 int
34076 main ()
34077 {
34078
34079 ;
34080 return 0;
34081 }
34082 _ACEOF
34083 rm -f conftest.$ac_objext conftest$ac_exeext
34084 if { (ac_try="$ac_link"
34085 case "(($ac_try" in
34086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34087 *) ac_try_echo=$ac_try;;
34088 esac
34089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34090 (eval "$ac_link") 2>conftest.er1
34091 ac_status=$?
34092 grep -v '^ *+' conftest.er1 >conftest.err
34093 rm -f conftest.er1
34094 cat conftest.err >&5
34095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34096 (exit $ac_status); } && {
34097 test -z "$ac_c_werror_flag" ||
34098 test ! -s conftest.err
34099 } && test -s conftest$ac_exeext &&
34100 $as_test_x conftest$ac_exeext; then
34101
34102 { echo "$as_me:$LINENO: result: yes" >&5
34103 echo "${ECHO_T}yes" >&6; }
34104 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
34105 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
34106
34107 else
34108 echo "$as_me: failed program was:" >&5
34109 sed 's/^/| /' conftest.$ac_ext >&5
34110
34111
34112 { echo "$as_me:$LINENO: result: no" >&5
34113 echo "${ECHO_T}no" >&6; }
34114 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
34115 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
34116 LDFLAGS="$saveLdflags -Wl,-R,/"
34117 cat >conftest.$ac_ext <<_ACEOF
34118 /* confdefs.h. */
34119 _ACEOF
34120 cat confdefs.h >>conftest.$ac_ext
34121 cat >>conftest.$ac_ext <<_ACEOF
34122 /* end confdefs.h. */
34123
34124 int
34125 main ()
34126 {
34127
34128 ;
34129 return 0;
34130 }
34131 _ACEOF
34132 rm -f conftest.$ac_objext conftest$ac_exeext
34133 if { (ac_try="$ac_link"
34134 case "(($ac_try" in
34135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34136 *) ac_try_echo=$ac_try;;
34137 esac
34138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34139 (eval "$ac_link") 2>conftest.er1
34140 ac_status=$?
34141 grep -v '^ *+' conftest.er1 >conftest.err
34142 rm -f conftest.er1
34143 cat conftest.err >&5
34144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34145 (exit $ac_status); } && {
34146 test -z "$ac_c_werror_flag" ||
34147 test ! -s conftest.err
34148 } && test -s conftest$ac_exeext &&
34149 $as_test_x conftest$ac_exeext; then
34150
34151 { echo "$as_me:$LINENO: result: yes" >&5
34152 echo "${ECHO_T}yes" >&6; }
34153 SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
34154 WXCONFIG_RPATH="-Wl,-R,\$libdir"
34155
34156 else
34157 echo "$as_me: failed program was:" >&5
34158 sed 's/^/| /' conftest.$ac_ext >&5
34159
34160
34161 { echo "$as_me:$LINENO: result: no" >&5
34162 echo "${ECHO_T}no" >&6; }
34163
34164 fi
34165
34166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34167 conftest$ac_exeext conftest.$ac_ext
34168
34169 fi
34170
34171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34172 conftest$ac_exeext conftest.$ac_ext
34173 LDFLAGS="$saveLdflags"
34174 ;;
34175
34176 *-*-darwin* )
34177 install_name_tool=`which ${HOST_PREFIX}install_name_tool`
34178 if test "$install_name_tool" -a -x "$install_name_tool"; then
34179 DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@ \$@"
34180 cat <<EOF >change-install-names
34181 #!/bin/sh
34182 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
34183 for i in \${libnames} ; do
34184 ${HOST_PREFIX}install_name_tool -id \${1}/\${i} \${1}/\${i}
34185 for dep in \${libnames} ; do
34186 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${1}/\${dep} \${1}/\${i}
34187 done
34188 done
34189 EOF
34190 chmod +x change-install-names
34191 DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${libdir} \$(wx_top_builddir)/lib"
34192 fi
34193
34194 HEADER_PAD_OPTION="-headerpad_max_install_names"
34195 ;;
34196
34197 *-*-cygwin* | *-*-mingw32* )
34198 ;;
34199
34200 *-*-hpux* )
34201 SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
34202 WXCONFIG_RPATH="-Wl,+b,\$libdir"
34203 ;;
34204
34205 esac
34206 fi
34207
34208 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
34209
34210 if test $wxUSE_RPATH = "no"; then
34211 SAMPLES_RPATH_FLAG=''
34212 DYLIB_PATH_POSTLINK=''
34213 WXCONFIG_RPATH=''
34214 fi
34215
34216 SHARED=1
34217
34218 else
34219
34220 config_linkage_component="-static"
34221 SHARED=0
34222
34223 fi
34224
34225
34226 UNICODE=0
34227 lib_unicode_suffix=
34228 WX_CHARTYPE="ansi"
34229 if test "$wxUSE_UNICODE" = "yes"; then
34230 lib_unicode_suffix=u
34231 WX_CHARTYPE="unicode"
34232 UNICODE=1
34233 fi
34234
34235 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
34236 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
34237
34238 DEBUG_INFO=0
34239 if test "$wxUSE_DEBUG_INFO" = "yes"; then
34240 DEBUG_INFO=1
34241 fi
34242
34243 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
34244
34245 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
34246
34247 TOOLCHAIN_FULLNAME="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
34248
34249
34250 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_COCOA" = 1; then
34251 WX_LIBRARY_BASENAME_NOGUI="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34252 else
34253 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34254 fi
34255 if test "${TOOLKIT_DIR}" = "os2"; then
34256 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34257 else
34258 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
34259 fi
34260
34261
34262
34263 if test "$wxUSE_COCOA" = 1; then
34264
34265 ac_ext=c
34266 ac_cpp='$CPP $CPPFLAGS'
34267 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34268 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34269 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34270
34271 ac_ext=m
34272
34273 { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
34274 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
34275 cat >conftest.$ac_ext <<_ACEOF
34276 /* confdefs.h. */
34277 _ACEOF
34278 cat confdefs.h >>conftest.$ac_ext
34279 cat >>conftest.$ac_ext <<_ACEOF
34280 /* end confdefs.h. */
34281 #include <AppKit/NSEvent.h>
34282 #include <CoreFoundation/CoreFoundation.h>
34283
34284 int
34285 main ()
34286 {
34287
34288 ;
34289 return 0;
34290 }
34291 _ACEOF
34292 rm -f conftest.$ac_objext
34293 if { (ac_try="$ac_compile"
34294 case "(($ac_try" in
34295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34296 *) ac_try_echo=$ac_try;;
34297 esac
34298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34299 (eval "$ac_compile") 2>conftest.er1
34300 ac_status=$?
34301 grep -v '^ *+' conftest.er1 >conftest.err
34302 rm -f conftest.er1
34303 cat conftest.err >&5
34304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34305 (exit $ac_status); } && {
34306 test -z "$ac_c_werror_flag" ||
34307 test ! -s conftest.err
34308 } && test -s conftest.$ac_objext; then
34309 { echo "$as_me:$LINENO: result: no" >&5
34310 echo "${ECHO_T}no" >&6; }
34311 else
34312 echo "$as_me: failed program was:" >&5
34313 sed 's/^/| /' conftest.$ac_ext >&5
34314
34315 { echo "$as_me:$LINENO: result: yes" >&5
34316 echo "${ECHO_T}yes" >&6; }
34317 { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
34318 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
34319 cat >conftest.$ac_ext <<_ACEOF
34320 /* confdefs.h. */
34321 _ACEOF
34322 cat confdefs.h >>conftest.$ac_ext
34323 cat >>conftest.$ac_ext <<_ACEOF
34324 /* end confdefs.h. */
34325 #define __Point__ 1
34326 #include <AppKit/NSEvent.h>
34327 #include <CoreFoundation/CoreFoundation.h>
34328
34329 int
34330 main ()
34331 {
34332
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 { echo "$as_me:$LINENO: result: yes" >&5
34355 echo "${ECHO_T}yes" >&6; }
34356 cat >>confdefs.h <<\_ACEOF
34357 #define __Point__ 1
34358 _ACEOF
34359
34360
34361 else
34362 echo "$as_me: failed program was:" >&5
34363 sed 's/^/| /' conftest.$ac_ext >&5
34364
34365 { { echo "$as_me:$LINENO: error: no
34366 See \`config.log' for more details." >&5
34367 echo "$as_me: error: no
34368 See \`config.log' for more details." >&2;}
34369 { (exit 1); exit 1; }; }
34370
34371 fi
34372
34373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34374
34375 fi
34376
34377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34378 ac_ext=c
34379 ac_cpp='$CPP $CPPFLAGS'
34380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34383
34384 fi
34385
34386
34387 { echo "$as_me:$LINENO: checking for mode_t" >&5
34388 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
34389 if test "${ac_cv_type_mode_t+set}" = set; then
34390 echo $ECHO_N "(cached) $ECHO_C" >&6
34391 else
34392 cat >conftest.$ac_ext <<_ACEOF
34393 /* confdefs.h. */
34394 _ACEOF
34395 cat confdefs.h >>conftest.$ac_ext
34396 cat >>conftest.$ac_ext <<_ACEOF
34397 /* end confdefs.h. */
34398 $ac_includes_default
34399 typedef mode_t ac__type_new_;
34400 int
34401 main ()
34402 {
34403 if ((ac__type_new_ *) 0)
34404 return 0;
34405 if (sizeof (ac__type_new_))
34406 return 0;
34407 ;
34408 return 0;
34409 }
34410 _ACEOF
34411 rm -f conftest.$ac_objext
34412 if { (ac_try="$ac_compile"
34413 case "(($ac_try" in
34414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34415 *) ac_try_echo=$ac_try;;
34416 esac
34417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34418 (eval "$ac_compile") 2>conftest.er1
34419 ac_status=$?
34420 grep -v '^ *+' conftest.er1 >conftest.err
34421 rm -f conftest.er1
34422 cat conftest.err >&5
34423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34424 (exit $ac_status); } && {
34425 test -z "$ac_c_werror_flag" ||
34426 test ! -s conftest.err
34427 } && test -s conftest.$ac_objext; then
34428 ac_cv_type_mode_t=yes
34429 else
34430 echo "$as_me: failed program was:" >&5
34431 sed 's/^/| /' conftest.$ac_ext >&5
34432
34433 ac_cv_type_mode_t=no
34434 fi
34435
34436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34437 fi
34438 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
34439 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
34440 if test $ac_cv_type_mode_t = yes; then
34441 :
34442 else
34443
34444 cat >>confdefs.h <<_ACEOF
34445 #define mode_t int
34446 _ACEOF
34447
34448 fi
34449
34450 { echo "$as_me:$LINENO: checking for off_t" >&5
34451 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
34452 if test "${ac_cv_type_off_t+set}" = set; then
34453 echo $ECHO_N "(cached) $ECHO_C" >&6
34454 else
34455 cat >conftest.$ac_ext <<_ACEOF
34456 /* confdefs.h. */
34457 _ACEOF
34458 cat confdefs.h >>conftest.$ac_ext
34459 cat >>conftest.$ac_ext <<_ACEOF
34460 /* end confdefs.h. */
34461 $ac_includes_default
34462 typedef off_t ac__type_new_;
34463 int
34464 main ()
34465 {
34466 if ((ac__type_new_ *) 0)
34467 return 0;
34468 if (sizeof (ac__type_new_))
34469 return 0;
34470 ;
34471 return 0;
34472 }
34473 _ACEOF
34474 rm -f conftest.$ac_objext
34475 if { (ac_try="$ac_compile"
34476 case "(($ac_try" in
34477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34478 *) ac_try_echo=$ac_try;;
34479 esac
34480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34481 (eval "$ac_compile") 2>conftest.er1
34482 ac_status=$?
34483 grep -v '^ *+' conftest.er1 >conftest.err
34484 rm -f conftest.er1
34485 cat conftest.err >&5
34486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34487 (exit $ac_status); } && {
34488 test -z "$ac_c_werror_flag" ||
34489 test ! -s conftest.err
34490 } && test -s conftest.$ac_objext; then
34491 ac_cv_type_off_t=yes
34492 else
34493 echo "$as_me: failed program was:" >&5
34494 sed 's/^/| /' conftest.$ac_ext >&5
34495
34496 ac_cv_type_off_t=no
34497 fi
34498
34499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34500 fi
34501 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
34502 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
34503 if test $ac_cv_type_off_t = yes; then
34504 :
34505 else
34506
34507 cat >>confdefs.h <<_ACEOF
34508 #define off_t long int
34509 _ACEOF
34510
34511 fi
34512
34513 { echo "$as_me:$LINENO: checking for pid_t" >&5
34514 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
34515 if test "${ac_cv_type_pid_t+set}" = set; then
34516 echo $ECHO_N "(cached) $ECHO_C" >&6
34517 else
34518 cat >conftest.$ac_ext <<_ACEOF
34519 /* confdefs.h. */
34520 _ACEOF
34521 cat confdefs.h >>conftest.$ac_ext
34522 cat >>conftest.$ac_ext <<_ACEOF
34523 /* end confdefs.h. */
34524 $ac_includes_default
34525 typedef pid_t ac__type_new_;
34526 int
34527 main ()
34528 {
34529 if ((ac__type_new_ *) 0)
34530 return 0;
34531 if (sizeof (ac__type_new_))
34532 return 0;
34533 ;
34534 return 0;
34535 }
34536 _ACEOF
34537 rm -f conftest.$ac_objext
34538 if { (ac_try="$ac_compile"
34539 case "(($ac_try" in
34540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34541 *) ac_try_echo=$ac_try;;
34542 esac
34543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34544 (eval "$ac_compile") 2>conftest.er1
34545 ac_status=$?
34546 grep -v '^ *+' conftest.er1 >conftest.err
34547 rm -f conftest.er1
34548 cat conftest.err >&5
34549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34550 (exit $ac_status); } && {
34551 test -z "$ac_c_werror_flag" ||
34552 test ! -s conftest.err
34553 } && test -s conftest.$ac_objext; then
34554 ac_cv_type_pid_t=yes
34555 else
34556 echo "$as_me: failed program was:" >&5
34557 sed 's/^/| /' conftest.$ac_ext >&5
34558
34559 ac_cv_type_pid_t=no
34560 fi
34561
34562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34563 fi
34564 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
34565 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
34566 if test $ac_cv_type_pid_t = yes; then
34567 :
34568 else
34569
34570 cat >>confdefs.h <<_ACEOF
34571 #define pid_t int
34572 _ACEOF
34573
34574 fi
34575
34576 { echo "$as_me:$LINENO: checking for size_t" >&5
34577 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
34578 if test "${ac_cv_type_size_t+set}" = set; then
34579 echo $ECHO_N "(cached) $ECHO_C" >&6
34580 else
34581 cat >conftest.$ac_ext <<_ACEOF
34582 /* confdefs.h. */
34583 _ACEOF
34584 cat confdefs.h >>conftest.$ac_ext
34585 cat >>conftest.$ac_ext <<_ACEOF
34586 /* end confdefs.h. */
34587 $ac_includes_default
34588 typedef size_t ac__type_new_;
34589 int
34590 main ()
34591 {
34592 if ((ac__type_new_ *) 0)
34593 return 0;
34594 if (sizeof (ac__type_new_))
34595 return 0;
34596 ;
34597 return 0;
34598 }
34599 _ACEOF
34600 rm -f conftest.$ac_objext
34601 if { (ac_try="$ac_compile"
34602 case "(($ac_try" in
34603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34604 *) ac_try_echo=$ac_try;;
34605 esac
34606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34607 (eval "$ac_compile") 2>conftest.er1
34608 ac_status=$?
34609 grep -v '^ *+' conftest.er1 >conftest.err
34610 rm -f conftest.er1
34611 cat conftest.err >&5
34612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34613 (exit $ac_status); } && {
34614 test -z "$ac_c_werror_flag" ||
34615 test ! -s conftest.err
34616 } && test -s conftest.$ac_objext; then
34617 ac_cv_type_size_t=yes
34618 else
34619 echo "$as_me: failed program was:" >&5
34620 sed 's/^/| /' conftest.$ac_ext >&5
34621
34622 ac_cv_type_size_t=no
34623 fi
34624
34625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34626 fi
34627 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
34628 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
34629 if test $ac_cv_type_size_t = yes; then
34630 :
34631 else
34632
34633 cat >>confdefs.h <<_ACEOF
34634 #define size_t unsigned int
34635 _ACEOF
34636
34637 fi
34638
34639
34640 { echo "$as_me:$LINENO: checking for ssize_t" >&5
34641 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
34642 if test "${ac_cv_type_ssize_t+set}" = set; then
34643 echo $ECHO_N "(cached) $ECHO_C" >&6
34644 else
34645 cat >conftest.$ac_ext <<_ACEOF
34646 /* confdefs.h. */
34647 _ACEOF
34648 cat confdefs.h >>conftest.$ac_ext
34649 cat >>conftest.$ac_ext <<_ACEOF
34650 /* end confdefs.h. */
34651 $ac_includes_default
34652 typedef ssize_t ac__type_new_;
34653 int
34654 main ()
34655 {
34656 if ((ac__type_new_ *) 0)
34657 return 0;
34658 if (sizeof (ac__type_new_))
34659 return 0;
34660 ;
34661 return 0;
34662 }
34663 _ACEOF
34664 rm -f conftest.$ac_objext
34665 if { (ac_try="$ac_compile"
34666 case "(($ac_try" in
34667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34668 *) ac_try_echo=$ac_try;;
34669 esac
34670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34671 (eval "$ac_compile") 2>conftest.er1
34672 ac_status=$?
34673 grep -v '^ *+' conftest.er1 >conftest.err
34674 rm -f conftest.er1
34675 cat conftest.err >&5
34676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34677 (exit $ac_status); } && {
34678 test -z "$ac_c_werror_flag" ||
34679 test ! -s conftest.err
34680 } && test -s conftest.$ac_objext; then
34681 ac_cv_type_ssize_t=yes
34682 else
34683 echo "$as_me: failed program was:" >&5
34684 sed 's/^/| /' conftest.$ac_ext >&5
34685
34686 ac_cv_type_ssize_t=no
34687 fi
34688
34689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34690 fi
34691 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34692 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
34693 if test $ac_cv_type_ssize_t = yes; then
34694
34695 cat >>confdefs.h <<_ACEOF
34696 #define HAVE_SSIZE_T 1
34697 _ACEOF
34698
34699
34700 fi
34701
34702
34703 ac_ext=cpp
34704 ac_cpp='$CXXCPP $CPPFLAGS'
34705 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34706 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34707 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34708 { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
34709 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
34710 if test "${wx_cv_size_t_is_uint+set}" = set; then
34711 echo $ECHO_N "(cached) $ECHO_C" >&6
34712 else
34713
34714 cat >conftest.$ac_ext <<_ACEOF
34715 /* confdefs.h. */
34716 _ACEOF
34717 cat confdefs.h >>conftest.$ac_ext
34718 cat >>conftest.$ac_ext <<_ACEOF
34719 /* end confdefs.h. */
34720 #include <stddef.h>
34721 int
34722 main ()
34723 {
34724
34725 return 0; }
34726
34727 struct Foo { void foo(size_t); void foo(unsigned int); };
34728
34729 int bar() {
34730
34731 ;
34732 return 0;
34733 }
34734 _ACEOF
34735 rm -f conftest.$ac_objext
34736 if { (ac_try="$ac_compile"
34737 case "(($ac_try" in
34738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34739 *) ac_try_echo=$ac_try;;
34740 esac
34741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34742 (eval "$ac_compile") 2>conftest.er1
34743 ac_status=$?
34744 grep -v '^ *+' conftest.er1 >conftest.err
34745 rm -f conftest.er1
34746 cat conftest.err >&5
34747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34748 (exit $ac_status); } && {
34749 test -z "$ac_cxx_werror_flag" ||
34750 test ! -s conftest.err
34751 } && test -s conftest.$ac_objext; then
34752 wx_cv_size_t_is_uint=no
34753 else
34754 echo "$as_me: failed program was:" >&5
34755 sed 's/^/| /' conftest.$ac_ext >&5
34756
34757 wx_cv_size_t_is_uint=yes
34758
34759 fi
34760
34761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34762
34763
34764 fi
34765 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
34766 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
34767
34768 if test "$wx_cv_size_t_is_uint" = "yes"; then
34769 cat >>confdefs.h <<\_ACEOF
34770 #define wxSIZE_T_IS_UINT 1
34771 _ACEOF
34772
34773 else
34774 { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
34775 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
34776 if test "${wx_cv_size_t_is_ulong+set}" = set; then
34777 echo $ECHO_N "(cached) $ECHO_C" >&6
34778 else
34779 cat >conftest.$ac_ext <<_ACEOF
34780 /* confdefs.h. */
34781 _ACEOF
34782 cat confdefs.h >>conftest.$ac_ext
34783 cat >>conftest.$ac_ext <<_ACEOF
34784 /* end confdefs.h. */
34785 #include <stddef.h>
34786 int
34787 main ()
34788 {
34789
34790 return 0; }
34791
34792 struct Foo { void foo(size_t); void foo(unsigned long); };
34793
34794 int bar() {
34795
34796 ;
34797 return 0;
34798 }
34799 _ACEOF
34800 rm -f conftest.$ac_objext
34801 if { (ac_try="$ac_compile"
34802 case "(($ac_try" in
34803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34804 *) ac_try_echo=$ac_try;;
34805 esac
34806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34807 (eval "$ac_compile") 2>conftest.er1
34808 ac_status=$?
34809 grep -v '^ *+' conftest.er1 >conftest.err
34810 rm -f conftest.er1
34811 cat conftest.err >&5
34812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34813 (exit $ac_status); } && {
34814 test -z "$ac_cxx_werror_flag" ||
34815 test ! -s conftest.err
34816 } && test -s conftest.$ac_objext; then
34817 wx_cv_size_t_is_ulong=no
34818 else
34819 echo "$as_me: failed program was:" >&5
34820 sed 's/^/| /' conftest.$ac_ext >&5
34821
34822 wx_cv_size_t_is_ulong=yes
34823
34824 fi
34825
34826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34827
34828 fi
34829 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
34830 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
34831
34832 if test "$wx_cv_size_t_is_ulong" = "yes"; then
34833 cat >>confdefs.h <<\_ACEOF
34834 #define wxSIZE_T_IS_ULONG 1
34835 _ACEOF
34836
34837 fi
34838 fi
34839
34840 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
34841 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
34842 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
34843 echo $ECHO_N "(cached) $ECHO_C" >&6
34844 else
34845 cat >conftest.$ac_ext <<_ACEOF
34846 /* confdefs.h. */
34847 _ACEOF
34848 cat confdefs.h >>conftest.$ac_ext
34849 cat >>conftest.$ac_ext <<_ACEOF
34850 /* end confdefs.h. */
34851 #include <wchar.h>
34852 int
34853 main ()
34854 {
34855
34856 return 0; }
34857
34858 struct Foo { void foo(wchar_t);
34859 void foo(unsigned short);
34860 void foo(unsigned int);
34861 void foo(unsigned long); };
34862
34863 int bar() {
34864
34865 ;
34866 return 0;
34867 }
34868 _ACEOF
34869 rm -f conftest.$ac_objext
34870 if { (ac_try="$ac_compile"
34871 case "(($ac_try" in
34872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34873 *) ac_try_echo=$ac_try;;
34874 esac
34875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34876 (eval "$ac_compile") 2>conftest.er1
34877 ac_status=$?
34878 grep -v '^ *+' conftest.er1 >conftest.err
34879 rm -f conftest.er1
34880 cat conftest.err >&5
34881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34882 (exit $ac_status); } && {
34883 test -z "$ac_cxx_werror_flag" ||
34884 test ! -s conftest.err
34885 } && test -s conftest.$ac_objext; then
34886 wx_cv_wchar_t_is_separate_type=yes
34887 else
34888 echo "$as_me: failed program was:" >&5
34889 sed 's/^/| /' conftest.$ac_ext >&5
34890
34891 wx_cv_wchar_t_is_separate_type=no
34892
34893 fi
34894
34895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34896
34897 fi
34898 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
34899 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
34900
34901 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
34902 cat >>confdefs.h <<\_ACEOF
34903 #define wxWCHAR_T_IS_REAL_TYPE 1
34904 _ACEOF
34905
34906 else
34907 cat >>confdefs.h <<\_ACEOF
34908 #define wxWCHAR_T_IS_REAL_TYPE 0
34909 _ACEOF
34910
34911 fi
34912
34913 ac_ext=c
34914 ac_cpp='$CPP $CPPFLAGS'
34915 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34916 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34917 ac_compiler_gnu=$ac_cv_c_compiler_gnu
34918
34919
34920 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
34921 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
34922 if test "${wx_cv_struct_pw_gecos+set}" = set; then
34923 echo $ECHO_N "(cached) $ECHO_C" >&6
34924 else
34925
34926 cat >conftest.$ac_ext <<_ACEOF
34927 /* confdefs.h. */
34928 _ACEOF
34929 cat confdefs.h >>conftest.$ac_ext
34930 cat >>conftest.$ac_ext <<_ACEOF
34931 /* end confdefs.h. */
34932 #include <pwd.h>
34933 int
34934 main ()
34935 {
34936
34937 char *p;
34938 struct passwd *pw;
34939 p = pw->pw_gecos;
34940
34941 ;
34942 return 0;
34943 }
34944 _ACEOF
34945 rm -f conftest.$ac_objext
34946 if { (ac_try="$ac_compile"
34947 case "(($ac_try" in
34948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34949 *) ac_try_echo=$ac_try;;
34950 esac
34951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34952 (eval "$ac_compile") 2>conftest.er1
34953 ac_status=$?
34954 grep -v '^ *+' conftest.er1 >conftest.err
34955 rm -f conftest.er1
34956 cat conftest.err >&5
34957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34958 (exit $ac_status); } && {
34959 test -z "$ac_c_werror_flag" ||
34960 test ! -s conftest.err
34961 } && test -s conftest.$ac_objext; then
34962
34963 wx_cv_struct_pw_gecos=yes
34964
34965 else
34966 echo "$as_me: failed program was:" >&5
34967 sed 's/^/| /' conftest.$ac_ext >&5
34968
34969
34970 wx_cv_struct_pw_gecos=no
34971
34972
34973 fi
34974
34975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34976
34977
34978 fi
34979 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
34980 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
34981
34982 if test "$wx_cv_struct_pw_gecos" = "yes"; then
34983 cat >>confdefs.h <<\_ACEOF
34984 #define HAVE_PW_GECOS 1
34985 _ACEOF
34986
34987 fi
34988
34989
34990 if test "$wxUSE_WCHAR_T" = "yes"; then
34991 cat >>confdefs.h <<\_ACEOF
34992 #define wxUSE_WCHAR_T 1
34993 _ACEOF
34994
34995
34996 WCSLEN_FOUND=0
34997 WCHAR_LINK=
34998
34999 for ac_func in wcslen
35000 do
35001 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35002 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35003 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35004 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35005 echo $ECHO_N "(cached) $ECHO_C" >&6
35006 else
35007 cat >conftest.$ac_ext <<_ACEOF
35008 /* confdefs.h. */
35009 _ACEOF
35010 cat confdefs.h >>conftest.$ac_ext
35011 cat >>conftest.$ac_ext <<_ACEOF
35012 /* end confdefs.h. */
35013 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35014 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35015 #define $ac_func innocuous_$ac_func
35016
35017 /* System header to define __stub macros and hopefully few prototypes,
35018 which can conflict with char $ac_func (); below.
35019 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35020 <limits.h> exists even on freestanding compilers. */
35021
35022 #ifdef __STDC__
35023 # include <limits.h>
35024 #else
35025 # include <assert.h>
35026 #endif
35027
35028 #undef $ac_func
35029
35030 /* Override any GCC internal prototype to avoid an error.
35031 Use char because int might match the return type of a GCC
35032 builtin and then its argument prototype would still apply. */
35033 #ifdef __cplusplus
35034 extern "C"
35035 #endif
35036 char $ac_func ();
35037 /* The GNU C library defines this for functions which it implements
35038 to always fail with ENOSYS. Some functions are actually named
35039 something starting with __ and the normal name is an alias. */
35040 #if defined __stub_$ac_func || defined __stub___$ac_func
35041 choke me
35042 #endif
35043
35044 int
35045 main ()
35046 {
35047 return $ac_func ();
35048 ;
35049 return 0;
35050 }
35051 _ACEOF
35052 rm -f conftest.$ac_objext conftest$ac_exeext
35053 if { (ac_try="$ac_link"
35054 case "(($ac_try" in
35055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35056 *) ac_try_echo=$ac_try;;
35057 esac
35058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35059 (eval "$ac_link") 2>conftest.er1
35060 ac_status=$?
35061 grep -v '^ *+' conftest.er1 >conftest.err
35062 rm -f conftest.er1
35063 cat conftest.err >&5
35064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35065 (exit $ac_status); } && {
35066 test -z "$ac_c_werror_flag" ||
35067 test ! -s conftest.err
35068 } && test -s conftest$ac_exeext &&
35069 $as_test_x conftest$ac_exeext; then
35070 eval "$as_ac_var=yes"
35071 else
35072 echo "$as_me: failed program was:" >&5
35073 sed 's/^/| /' conftest.$ac_ext >&5
35074
35075 eval "$as_ac_var=no"
35076 fi
35077
35078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35079 conftest$ac_exeext conftest.$ac_ext
35080 fi
35081 ac_res=`eval echo '${'$as_ac_var'}'`
35082 { echo "$as_me:$LINENO: result: $ac_res" >&5
35083 echo "${ECHO_T}$ac_res" >&6; }
35084 if test `eval echo '${'$as_ac_var'}'` = yes; then
35085 cat >>confdefs.h <<_ACEOF
35086 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35087 _ACEOF
35088 WCSLEN_FOUND=1
35089 fi
35090 done
35091
35092
35093 if test "$WCSLEN_FOUND" = 0; then
35094 if test "$TOOLKIT" = "MSW"; then
35095 { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
35096 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
35097 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
35098 echo $ECHO_N "(cached) $ECHO_C" >&6
35099 else
35100 ac_check_lib_save_LIBS=$LIBS
35101 LIBS="-lmsvcrt $LIBS"
35102 cat >conftest.$ac_ext <<_ACEOF
35103 /* confdefs.h. */
35104 _ACEOF
35105 cat confdefs.h >>conftest.$ac_ext
35106 cat >>conftest.$ac_ext <<_ACEOF
35107 /* end confdefs.h. */
35108
35109 /* Override any GCC internal prototype to avoid an error.
35110 Use char because int might match the return type of a GCC
35111 builtin and then its argument prototype would still apply. */
35112 #ifdef __cplusplus
35113 extern "C"
35114 #endif
35115 char wcslen ();
35116 int
35117 main ()
35118 {
35119 return wcslen ();
35120 ;
35121 return 0;
35122 }
35123 _ACEOF
35124 rm -f conftest.$ac_objext conftest$ac_exeext
35125 if { (ac_try="$ac_link"
35126 case "(($ac_try" in
35127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35128 *) ac_try_echo=$ac_try;;
35129 esac
35130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35131 (eval "$ac_link") 2>conftest.er1
35132 ac_status=$?
35133 grep -v '^ *+' conftest.er1 >conftest.err
35134 rm -f conftest.er1
35135 cat conftest.err >&5
35136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35137 (exit $ac_status); } && {
35138 test -z "$ac_c_werror_flag" ||
35139 test ! -s conftest.err
35140 } && test -s conftest$ac_exeext &&
35141 $as_test_x conftest$ac_exeext; then
35142 ac_cv_lib_msvcrt_wcslen=yes
35143 else
35144 echo "$as_me: failed program was:" >&5
35145 sed 's/^/| /' conftest.$ac_ext >&5
35146
35147 ac_cv_lib_msvcrt_wcslen=no
35148 fi
35149
35150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35151 conftest$ac_exeext conftest.$ac_ext
35152 LIBS=$ac_check_lib_save_LIBS
35153 fi
35154 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
35155 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
35156 if test $ac_cv_lib_msvcrt_wcslen = yes; then
35157 WCHAR_OK=1
35158 fi
35159
35160 else
35161 { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
35162 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
35163 if test "${ac_cv_lib_w_wcslen+set}" = set; then
35164 echo $ECHO_N "(cached) $ECHO_C" >&6
35165 else
35166 ac_check_lib_save_LIBS=$LIBS
35167 LIBS="-lw $LIBS"
35168 cat >conftest.$ac_ext <<_ACEOF
35169 /* confdefs.h. */
35170 _ACEOF
35171 cat confdefs.h >>conftest.$ac_ext
35172 cat >>conftest.$ac_ext <<_ACEOF
35173 /* end confdefs.h. */
35174
35175 /* Override any GCC internal prototype to avoid an error.
35176 Use char because int might match the return type of a GCC
35177 builtin and then its argument prototype would still apply. */
35178 #ifdef __cplusplus
35179 extern "C"
35180 #endif
35181 char wcslen ();
35182 int
35183 main ()
35184 {
35185 return wcslen ();
35186 ;
35187 return 0;
35188 }
35189 _ACEOF
35190 rm -f conftest.$ac_objext conftest$ac_exeext
35191 if { (ac_try="$ac_link"
35192 case "(($ac_try" in
35193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35194 *) ac_try_echo=$ac_try;;
35195 esac
35196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35197 (eval "$ac_link") 2>conftest.er1
35198 ac_status=$?
35199 grep -v '^ *+' conftest.er1 >conftest.err
35200 rm -f conftest.er1
35201 cat conftest.err >&5
35202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35203 (exit $ac_status); } && {
35204 test -z "$ac_c_werror_flag" ||
35205 test ! -s conftest.err
35206 } && test -s conftest$ac_exeext &&
35207 $as_test_x conftest$ac_exeext; then
35208 ac_cv_lib_w_wcslen=yes
35209 else
35210 echo "$as_me: failed program was:" >&5
35211 sed 's/^/| /' conftest.$ac_ext >&5
35212
35213 ac_cv_lib_w_wcslen=no
35214 fi
35215
35216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35217 conftest$ac_exeext conftest.$ac_ext
35218 LIBS=$ac_check_lib_save_LIBS
35219 fi
35220 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
35221 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
35222 if test $ac_cv_lib_w_wcslen = yes; then
35223
35224 WCHAR_LINK=" -lw"
35225 WCSLEN_FOUND=1
35226
35227 fi
35228
35229 fi
35230 fi
35231
35232 if test "$WCSLEN_FOUND" = 1; then
35233 cat >>confdefs.h <<\_ACEOF
35234 #define HAVE_WCSLEN 1
35235 _ACEOF
35236
35237 fi
35238
35239
35240
35241
35242
35243
35244 for ac_func in wcsdup strnlen wcsnlen wcscasecmp wcsncasecmp
35245 do
35246 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35247 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35248 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35249 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35250 echo $ECHO_N "(cached) $ECHO_C" >&6
35251 else
35252 cat >conftest.$ac_ext <<_ACEOF
35253 /* confdefs.h. */
35254 _ACEOF
35255 cat confdefs.h >>conftest.$ac_ext
35256 cat >>conftest.$ac_ext <<_ACEOF
35257 /* end confdefs.h. */
35258 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35259 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35260 #define $ac_func innocuous_$ac_func
35261
35262 /* System header to define __stub macros and hopefully few prototypes,
35263 which can conflict with char $ac_func (); below.
35264 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35265 <limits.h> exists even on freestanding compilers. */
35266
35267 #ifdef __STDC__
35268 # include <limits.h>
35269 #else
35270 # include <assert.h>
35271 #endif
35272
35273 #undef $ac_func
35274
35275 /* Override any GCC internal prototype to avoid an error.
35276 Use char because int might match the return type of a GCC
35277 builtin and then its argument prototype would still apply. */
35278 #ifdef __cplusplus
35279 extern "C"
35280 #endif
35281 char $ac_func ();
35282 /* The GNU C library defines this for functions which it implements
35283 to always fail with ENOSYS. Some functions are actually named
35284 something starting with __ and the normal name is an alias. */
35285 #if defined __stub_$ac_func || defined __stub___$ac_func
35286 choke me
35287 #endif
35288
35289 int
35290 main ()
35291 {
35292 return $ac_func ();
35293 ;
35294 return 0;
35295 }
35296 _ACEOF
35297 rm -f conftest.$ac_objext conftest$ac_exeext
35298 if { (ac_try="$ac_link"
35299 case "(($ac_try" in
35300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35301 *) ac_try_echo=$ac_try;;
35302 esac
35303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35304 (eval "$ac_link") 2>conftest.er1
35305 ac_status=$?
35306 grep -v '^ *+' conftest.er1 >conftest.err
35307 rm -f conftest.er1
35308 cat conftest.err >&5
35309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35310 (exit $ac_status); } && {
35311 test -z "$ac_c_werror_flag" ||
35312 test ! -s conftest.err
35313 } && test -s conftest$ac_exeext &&
35314 $as_test_x conftest$ac_exeext; then
35315 eval "$as_ac_var=yes"
35316 else
35317 echo "$as_me: failed program was:" >&5
35318 sed 's/^/| /' conftest.$ac_ext >&5
35319
35320 eval "$as_ac_var=no"
35321 fi
35322
35323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35324 conftest$ac_exeext conftest.$ac_ext
35325 fi
35326 ac_res=`eval echo '${'$as_ac_var'}'`
35327 { echo "$as_me:$LINENO: result: $ac_res" >&5
35328 echo "${ECHO_T}$ac_res" >&6; }
35329 if test `eval echo '${'$as_ac_var'}'` = yes; then
35330 cat >>confdefs.h <<_ACEOF
35331 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35332 _ACEOF
35333
35334 fi
35335 done
35336
35337
35338 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
35339 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
35340 fi
35341
35342 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
35343 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
35344 if test "${ac_cv_type_mbstate_t+set}" = set; then
35345 echo $ECHO_N "(cached) $ECHO_C" >&6
35346 else
35347 cat >conftest.$ac_ext <<_ACEOF
35348 /* confdefs.h. */
35349 _ACEOF
35350 cat confdefs.h >>conftest.$ac_ext
35351 cat >>conftest.$ac_ext <<_ACEOF
35352 /* end confdefs.h. */
35353 #include <wchar.h>
35354
35355 typedef mbstate_t ac__type_new_;
35356 int
35357 main ()
35358 {
35359 if ((ac__type_new_ *) 0)
35360 return 0;
35361 if (sizeof (ac__type_new_))
35362 return 0;
35363 ;
35364 return 0;
35365 }
35366 _ACEOF
35367 rm -f conftest.$ac_objext
35368 if { (ac_try="$ac_compile"
35369 case "(($ac_try" in
35370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35371 *) ac_try_echo=$ac_try;;
35372 esac
35373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35374 (eval "$ac_compile") 2>conftest.er1
35375 ac_status=$?
35376 grep -v '^ *+' conftest.er1 >conftest.err
35377 rm -f conftest.er1
35378 cat conftest.err >&5
35379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35380 (exit $ac_status); } && {
35381 test -z "$ac_c_werror_flag" ||
35382 test ! -s conftest.err
35383 } && test -s conftest.$ac_objext; then
35384 ac_cv_type_mbstate_t=yes
35385 else
35386 echo "$as_me: failed program was:" >&5
35387 sed 's/^/| /' conftest.$ac_ext >&5
35388
35389 ac_cv_type_mbstate_t=no
35390 fi
35391
35392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35393 fi
35394 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
35395 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
35396 if test $ac_cv_type_mbstate_t = yes; then
35397
35398 cat >>confdefs.h <<_ACEOF
35399 #define HAVE_MBSTATE_T 1
35400 _ACEOF
35401
35402
35403 for ac_func in wcsrtombs
35404 do
35405 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35406 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35407 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35408 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35409 echo $ECHO_N "(cached) $ECHO_C" >&6
35410 else
35411 cat >conftest.$ac_ext <<_ACEOF
35412 /* confdefs.h. */
35413 _ACEOF
35414 cat confdefs.h >>conftest.$ac_ext
35415 cat >>conftest.$ac_ext <<_ACEOF
35416 /* end confdefs.h. */
35417 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35418 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35419 #define $ac_func innocuous_$ac_func
35420
35421 /* System header to define __stub macros and hopefully few prototypes,
35422 which can conflict with char $ac_func (); below.
35423 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35424 <limits.h> exists even on freestanding compilers. */
35425
35426 #ifdef __STDC__
35427 # include <limits.h>
35428 #else
35429 # include <assert.h>
35430 #endif
35431
35432 #undef $ac_func
35433
35434 /* Override any GCC internal prototype to avoid an error.
35435 Use char because int might match the return type of a GCC
35436 builtin and then its argument prototype would still apply. */
35437 #ifdef __cplusplus
35438 extern "C"
35439 #endif
35440 char $ac_func ();
35441 /* The GNU C library defines this for functions which it implements
35442 to always fail with ENOSYS. Some functions are actually named
35443 something starting with __ and the normal name is an alias. */
35444 #if defined __stub_$ac_func || defined __stub___$ac_func
35445 choke me
35446 #endif
35447
35448 int
35449 main ()
35450 {
35451 return $ac_func ();
35452 ;
35453 return 0;
35454 }
35455 _ACEOF
35456 rm -f conftest.$ac_objext conftest$ac_exeext
35457 if { (ac_try="$ac_link"
35458 case "(($ac_try" in
35459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35460 *) ac_try_echo=$ac_try;;
35461 esac
35462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35463 (eval "$ac_link") 2>conftest.er1
35464 ac_status=$?
35465 grep -v '^ *+' conftest.er1 >conftest.err
35466 rm -f conftest.er1
35467 cat conftest.err >&5
35468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35469 (exit $ac_status); } && {
35470 test -z "$ac_c_werror_flag" ||
35471 test ! -s conftest.err
35472 } && test -s conftest$ac_exeext &&
35473 $as_test_x conftest$ac_exeext; then
35474 eval "$as_ac_var=yes"
35475 else
35476 echo "$as_me: failed program was:" >&5
35477 sed 's/^/| /' conftest.$ac_ext >&5
35478
35479 eval "$as_ac_var=no"
35480 fi
35481
35482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35483 conftest$ac_exeext conftest.$ac_ext
35484 fi
35485 ac_res=`eval echo '${'$as_ac_var'}'`
35486 { echo "$as_me:$LINENO: result: $ac_res" >&5
35487 echo "${ECHO_T}$ac_res" >&6; }
35488 if test `eval echo '${'$as_ac_var'}'` = yes; then
35489 cat >>confdefs.h <<_ACEOF
35490 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35491 _ACEOF
35492
35493 fi
35494 done
35495
35496 fi
35497
35498 else
35499 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
35500 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
35501 fi
35502
35503
35504
35505
35506 for ac_func in snprintf vsnprintf vsscanf
35507 do
35508 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35509 { echo "$as_me:$LINENO: checking for $ac_func" >&5
35510 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
35511 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
35512 echo $ECHO_N "(cached) $ECHO_C" >&6
35513 else
35514 cat >conftest.$ac_ext <<_ACEOF
35515 /* confdefs.h. */
35516 _ACEOF
35517 cat confdefs.h >>conftest.$ac_ext
35518 cat >>conftest.$ac_ext <<_ACEOF
35519 /* end confdefs.h. */
35520 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35521 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35522 #define $ac_func innocuous_$ac_func
35523
35524 /* System header to define __stub macros and hopefully few prototypes,
35525 which can conflict with char $ac_func (); below.
35526 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35527 <limits.h> exists even on freestanding compilers. */
35528
35529 #ifdef __STDC__
35530 # include <limits.h>
35531 #else
35532 # include <assert.h>
35533 #endif
35534
35535 #undef $ac_func
35536
35537 /* Override any GCC internal prototype to avoid an error.
35538 Use char because int might match the return type of a GCC
35539 builtin and then its argument prototype would still apply. */
35540 #ifdef __cplusplus
35541 extern "C"
35542 #endif
35543 char $ac_func ();
35544 /* The GNU C library defines this for functions which it implements
35545 to always fail with ENOSYS. Some functions are actually named
35546 something starting with __ and the normal name is an alias. */
35547 #if defined __stub_$ac_func || defined __stub___$ac_func
35548 choke me
35549 #endif
35550
35551 int
35552 main ()
35553 {
35554 return $ac_func ();
35555 ;
35556 return 0;
35557 }
35558 _ACEOF
35559 rm -f conftest.$ac_objext conftest$ac_exeext
35560 if { (ac_try="$ac_link"
35561 case "(($ac_try" in
35562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35563 *) ac_try_echo=$ac_try;;
35564 esac
35565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35566 (eval "$ac_link") 2>conftest.er1
35567 ac_status=$?
35568 grep -v '^ *+' conftest.er1 >conftest.err
35569 rm -f conftest.er1
35570 cat conftest.err >&5
35571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35572 (exit $ac_status); } && {
35573 test -z "$ac_c_werror_flag" ||
35574 test ! -s conftest.err
35575 } && test -s conftest$ac_exeext &&
35576 $as_test_x conftest$ac_exeext; then
35577 eval "$as_ac_var=yes"
35578 else
35579 echo "$as_me: failed program was:" >&5
35580 sed 's/^/| /' conftest.$ac_ext >&5
35581
35582 eval "$as_ac_var=no"
35583 fi
35584
35585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35586 conftest$ac_exeext conftest.$ac_ext
35587 fi
35588 ac_res=`eval echo '${'$as_ac_var'}'`
35589 { echo "$as_me:$LINENO: result: $ac_res" >&5
35590 echo "${ECHO_T}$ac_res" >&6; }
35591 if test `eval echo '${'$as_ac_var'}'` = yes; then
35592 cat >>confdefs.h <<_ACEOF
35593 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35594 _ACEOF
35595
35596 fi
35597 done
35598
35599
35600 ac_ext=cpp
35601 ac_cpp='$CXXCPP $CPPFLAGS'
35602 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35603 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35604 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35605
35606 if test "$ac_cv_func_vsnprintf" = "yes"; then
35607 { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
35608 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
35609 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
35610 echo $ECHO_N "(cached) $ECHO_C" >&6
35611 else
35612
35613 cat >conftest.$ac_ext <<_ACEOF
35614 /* confdefs.h. */
35615 _ACEOF
35616 cat confdefs.h >>conftest.$ac_ext
35617 cat >>conftest.$ac_ext <<_ACEOF
35618 /* end confdefs.h. */
35619
35620 #include <stdio.h>
35621 #include <stdarg.h>
35622 #ifdef __MSL__
35623 #if __MSL__ >= 0x6000
35624 namespace std {}
35625 using namespace std;
35626 #endif
35627 #endif
35628
35629 int
35630 main ()
35631 {
35632
35633 char *buf;
35634 va_list ap;
35635 vsnprintf(buf, 10u, "%s", 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_vsnprintf_decl=yes
35659 else
35660 echo "$as_me: failed program was:" >&5
35661 sed 's/^/| /' conftest.$ac_ext >&5
35662
35663 wx_cv_func_vsnprintf_decl=no
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_vsnprintf_decl" >&5
35672 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
35673
35674 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
35675 cat >>confdefs.h <<\_ACEOF
35676 #define HAVE_VSNPRINTF_DECL 1
35677 _ACEOF
35678
35679
35680 { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
35681 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
35682 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
35683 echo $ECHO_N "(cached) $ECHO_C" >&6
35684 else
35685
35686 cat >conftest.$ac_ext <<_ACEOF
35687 /* confdefs.h. */
35688 _ACEOF
35689 cat confdefs.h >>conftest.$ac_ext
35690 cat >>conftest.$ac_ext <<_ACEOF
35691 /* end confdefs.h. */
35692
35693 #include <stdio.h>
35694 #include <stdarg.h>
35695 #ifdef __MSL__
35696 #if __MSL__ >= 0x6000
35697 namespace std {}
35698 using namespace std;
35699 #endif
35700 #endif
35701
35702 int
35703 main ()
35704 {
35705
35706 char *buf;
35707 va_list ap;
35708 const char *fmt = "%s";
35709 vsnprintf(buf, 10u, fmt, ap);
35710
35711 ;
35712 return 0;
35713 }
35714 _ACEOF
35715 rm -f conftest.$ac_objext
35716 if { (ac_try="$ac_compile"
35717 case "(($ac_try" in
35718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35719 *) ac_try_echo=$ac_try;;
35720 esac
35721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35722 (eval "$ac_compile") 2>conftest.er1
35723 ac_status=$?
35724 grep -v '^ *+' conftest.er1 >conftest.err
35725 rm -f conftest.er1
35726 cat conftest.err >&5
35727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35728 (exit $ac_status); } && {
35729 test -z "$ac_cxx_werror_flag" ||
35730 test ! -s conftest.err
35731 } && test -s conftest.$ac_objext; then
35732 wx_cv_func_broken_vsnprintf_decl=no
35733 else
35734 echo "$as_me: failed program was:" >&5
35735 sed 's/^/| /' conftest.$ac_ext >&5
35736
35737 wx_cv_func_broken_vsnprintf_decl=yes
35738
35739 fi
35740
35741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35742
35743
35744 fi
35745 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
35746 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
35747
35748 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
35749 cat >>confdefs.h <<\_ACEOF
35750 #define HAVE_BROKEN_VSNPRINTF_DECL 1
35751 _ACEOF
35752
35753 fi
35754 fi
35755 fi
35756
35757 if test "$ac_cv_func_snprintf" = "yes"; then
35758 { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
35759 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
35760 if test "${wx_cv_func_snprintf_decl+set}" = set; then
35761 echo $ECHO_N "(cached) $ECHO_C" >&6
35762 else
35763
35764 cat >conftest.$ac_ext <<_ACEOF
35765 /* confdefs.h. */
35766 _ACEOF
35767 cat confdefs.h >>conftest.$ac_ext
35768 cat >>conftest.$ac_ext <<_ACEOF
35769 /* end confdefs.h. */
35770
35771 #include <stdio.h>
35772 #include <stdarg.h>
35773 #ifdef __MSL__
35774 #if __MSL__ >= 0x6000
35775 namespace std {}
35776 using namespace std;
35777 #endif
35778 #endif
35779
35780 int
35781 main ()
35782 {
35783
35784 char *buf;
35785 snprintf(buf, 10u, "%s", "wx");
35786
35787 ;
35788 return 0;
35789 }
35790 _ACEOF
35791 rm -f conftest.$ac_objext
35792 if { (ac_try="$ac_compile"
35793 case "(($ac_try" in
35794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35795 *) ac_try_echo=$ac_try;;
35796 esac
35797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35798 (eval "$ac_compile") 2>conftest.er1
35799 ac_status=$?
35800 grep -v '^ *+' conftest.er1 >conftest.err
35801 rm -f conftest.er1
35802 cat conftest.err >&5
35803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35804 (exit $ac_status); } && {
35805 test -z "$ac_cxx_werror_flag" ||
35806 test ! -s conftest.err
35807 } && test -s conftest.$ac_objext; then
35808 wx_cv_func_snprintf_decl=yes
35809 else
35810 echo "$as_me: failed program was:" >&5
35811 sed 's/^/| /' conftest.$ac_ext >&5
35812
35813 wx_cv_func_snprintf_decl=no
35814
35815 fi
35816
35817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35818
35819
35820 fi
35821 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
35822 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
35823
35824 if test "$wx_cv_func_snprintf_decl" = "yes"; then
35825 cat >>confdefs.h <<\_ACEOF
35826 #define HAVE_SNPRINTF_DECL 1
35827 _ACEOF
35828
35829 fi
35830
35831 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
35832
35833 { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
35834 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
35835 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
35836 echo $ECHO_N "(cached) $ECHO_C" >&6
35837 else
35838
35839 if test "$cross_compiling" = yes; then
35840
35841 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
35842 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
35843 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
35844 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
35845 wx_cv_func_snprintf_pos_params=no
35846
35847
35848 else
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
35858 int main (void)
35859 {
35860 char buffer[128];
35861 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
35862 if (strcmp ("2 3 1", buffer) == 0)
35863 exit (0);
35864 exit (1);
35865 }
35866
35867 _ACEOF
35868 rm -f conftest$ac_exeext
35869 if { (ac_try="$ac_link"
35870 case "(($ac_try" in
35871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35872 *) ac_try_echo=$ac_try;;
35873 esac
35874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35875 (eval "$ac_link") 2>&5
35876 ac_status=$?
35877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35878 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
35885 ac_status=$?
35886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35887 (exit $ac_status); }; }; then
35888 wx_cv_func_snprintf_pos_params=no
35889 else
35890 echo "$as_me: program exited with status $ac_status" >&5
35891 echo "$as_me: failed program was:" >&5
35892 sed 's/^/| /' conftest.$ac_ext >&5
35893
35894 ( exit $ac_status )
35895 wx_cv_func_snprintf_pos_params=yes
35896 fi
35897 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35898 fi
35899
35900
35901
35902
35903 fi
35904 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
35905 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
35906
35907 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
35908 cat >>confdefs.h <<\_ACEOF
35909 #define HAVE_UNIX98_PRINTF 1
35910 _ACEOF
35911
35912 fi
35913 fi
35914 fi
35915
35916 if test "$ac_cv_func_vsscanf" = "yes"; then
35917 { echo "$as_me:$LINENO: checking for vsscanf declaration" >&5
35918 echo $ECHO_N "checking for vsscanf declaration... $ECHO_C" >&6; }
35919 if test "${wx_cv_func_vsscanf_decl+set}" = set; then
35920 echo $ECHO_N "(cached) $ECHO_C" >&6
35921 else
35922
35923 cat >conftest.$ac_ext <<_ACEOF
35924 /* confdefs.h. */
35925 _ACEOF
35926 cat confdefs.h >>conftest.$ac_ext
35927 cat >>conftest.$ac_ext <<_ACEOF
35928 /* end confdefs.h. */
35929
35930 #include <stdio.h>
35931 #include <stdarg.h>
35932 #ifdef __MSL__
35933 #if __MSL__ >= 0x6000
35934 namespace std {}
35935 using namespace std;
35936 #endif
35937 #endif
35938
35939 int
35940 main ()
35941 {
35942
35943 char *buf;
35944 va_list args;
35945 vsscanf(buf, "%s", args);
35946
35947 ;
35948 return 0;
35949 }
35950 _ACEOF
35951 rm -f conftest.$ac_objext
35952 if { (ac_try="$ac_compile"
35953 case "(($ac_try" in
35954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35955 *) ac_try_echo=$ac_try;;
35956 esac
35957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35958 (eval "$ac_compile") 2>conftest.er1
35959 ac_status=$?
35960 grep -v '^ *+' conftest.er1 >conftest.err
35961 rm -f conftest.er1
35962 cat conftest.err >&5
35963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35964 (exit $ac_status); } && {
35965 test -z "$ac_cxx_werror_flag" ||
35966 test ! -s conftest.err
35967 } && test -s conftest.$ac_objext; then
35968 wx_cv_func_vsscanf_decl=yes
35969 else
35970 echo "$as_me: failed program was:" >&5
35971 sed 's/^/| /' conftest.$ac_ext >&5
35972
35973 wx_cv_func_vsscanf_decl=no
35974
35975 fi
35976
35977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35978
35979
35980 fi
35981 { echo "$as_me:$LINENO: result: $wx_cv_func_vsscanf_decl" >&5
35982 echo "${ECHO_T}$wx_cv_func_vsscanf_decl" >&6; }
35983
35984 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
35985 cat >>confdefs.h <<\_ACEOF
35986 #define HAVE_VSSCANF_DECL 1
35987 _ACEOF
35988
35989 fi
35990 fi
35991 ac_ext=c
35992 ac_cpp='$CPP $CPPFLAGS'
35993 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35994 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35995 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35996
35997
35998 if test "$wxUSE_UNICODE" = yes; then
35999
36000 wchar_headers="#include <stdio.h>
36001 #include <wchar.h>"
36002 case "${host}" in
36003 *-*-solaris2* )
36004
36005 for ac_header in widec.h
36006 do
36007 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36008 { echo "$as_me:$LINENO: checking for $ac_header" >&5
36009 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
36010 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
36011 echo $ECHO_N "(cached) $ECHO_C" >&6
36012 else
36013 cat >conftest.$ac_ext <<_ACEOF
36014 /* confdefs.h. */
36015 _ACEOF
36016 cat confdefs.h >>conftest.$ac_ext
36017 cat >>conftest.$ac_ext <<_ACEOF
36018 /* end confdefs.h. */
36019 $ac_includes_default
36020
36021 #include <$ac_header>
36022 _ACEOF
36023 rm -f conftest.$ac_objext
36024 if { (ac_try="$ac_compile"
36025 case "(($ac_try" in
36026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36027 *) ac_try_echo=$ac_try;;
36028 esac
36029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36030 (eval "$ac_compile") 2>conftest.er1
36031 ac_status=$?
36032 grep -v '^ *+' conftest.er1 >conftest.err
36033 rm -f conftest.er1
36034 cat conftest.err >&5
36035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36036 (exit $ac_status); } && {
36037 test -z "$ac_c_werror_flag" ||
36038 test ! -s conftest.err
36039 } && test -s conftest.$ac_objext; then
36040 eval "$as_ac_Header=yes"
36041 else
36042 echo "$as_me: failed program was:" >&5
36043 sed 's/^/| /' conftest.$ac_ext >&5
36044
36045 eval "$as_ac_Header=no"
36046 fi
36047
36048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36049 fi
36050 ac_res=`eval echo '${'$as_ac_Header'}'`
36051 { echo "$as_me:$LINENO: result: $ac_res" >&5
36052 echo "${ECHO_T}$ac_res" >&6; }
36053 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36054 cat >>confdefs.h <<_ACEOF
36055 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36056 _ACEOF
36057
36058 fi
36059
36060 done
36061
36062 if test "$ac_cv_header_widec_h" = "yes"; then
36063 wchar_headers="$wchar_headers
36064 #include <widec.h>"
36065 fi
36066 esac
36067
36068
36069 for wx_func in putws fputws wprintf vswprintf vswscanf
36070 do
36071 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36072 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36073 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36074 echo $ECHO_N "(cached) $ECHO_C" >&6
36075 else
36076
36077 cat >conftest.$ac_ext <<_ACEOF
36078
36079 /* confdefs.h. */
36080 _ACEOF
36081 cat confdefs.h >>conftest.$ac_ext
36082 cat >>conftest.$ac_ext <<_ACEOF
36083 /* end confdefs.h. */
36084
36085 $wchar_headers
36086 $ac_includes_default
36087
36088 int
36089 main ()
36090 {
36091
36092 #ifndef $wx_func
36093 &$wx_func;
36094 #endif
36095
36096
36097 ;
36098 return 0;
36099 }
36100
36101 _ACEOF
36102 rm -f conftest.$ac_objext conftest$ac_exeext
36103 if { (ac_try="$ac_link"
36104 case "(($ac_try" in
36105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36106 *) ac_try_echo=$ac_try;;
36107 esac
36108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36109 (eval "$ac_link") 2>conftest.er1
36110 ac_status=$?
36111 grep -v '^ *+' conftest.er1 >conftest.err
36112 rm -f conftest.er1
36113 cat conftest.err >&5
36114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36115 (exit $ac_status); } && {
36116 test -z "$ac_c_werror_flag" ||
36117 test ! -s conftest.err
36118 } && test -s conftest$ac_exeext &&
36119 $as_test_x conftest$ac_exeext; then
36120 eval wx_cv_func_$wx_func=yes
36121 else
36122 echo "$as_me: failed program was:" >&5
36123 sed 's/^/| /' conftest.$ac_ext >&5
36124
36125 eval wx_cv_func_$wx_func=no
36126 fi
36127
36128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36129 conftest$ac_exeext conftest.$ac_ext
36130
36131 fi
36132 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36133 { echo "$as_me:$LINENO: result: $ac_res" >&5
36134 echo "${ECHO_T}$ac_res" >&6; }
36135
36136 if eval test \$wx_cv_func_$wx_func = yes
36137 then
36138 cat >>confdefs.h <<_ACEOF
36139 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36140 _ACEOF
36141
36142
36143 else
36144 :
36145
36146 fi
36147 done
36148
36149
36150 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
36151 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
36152 cat >conftest.$ac_ext <<_ACEOF
36153 /* confdefs.h. */
36154 _ACEOF
36155 cat confdefs.h >>conftest.$ac_ext
36156 cat >>conftest.$ac_ext <<_ACEOF
36157 /* end confdefs.h. */
36158 #include <wchar.h>
36159 int
36160 main ()
36161 {
36162 &_vsnwprintf;
36163 ;
36164 return 0;
36165 }
36166 _ACEOF
36167 rm -f conftest.$ac_objext
36168 if { (ac_try="$ac_compile"
36169 case "(($ac_try" in
36170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36171 *) ac_try_echo=$ac_try;;
36172 esac
36173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36174 (eval "$ac_compile") 2>conftest.er1
36175 ac_status=$?
36176 grep -v '^ *+' conftest.er1 >conftest.err
36177 rm -f conftest.er1
36178 cat conftest.err >&5
36179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36180 (exit $ac_status); } && {
36181 test -z "$ac_c_werror_flag" ||
36182 test ! -s conftest.err
36183 } && test -s conftest.$ac_objext; then
36184 { echo "$as_me:$LINENO: result: yes" >&5
36185 echo "${ECHO_T}yes" >&6; }
36186 cat >>confdefs.h <<\_ACEOF
36187 #define HAVE__VSNWPRINTF 1
36188 _ACEOF
36189
36190 else
36191 echo "$as_me: failed program was:" >&5
36192 sed 's/^/| /' conftest.$ac_ext >&5
36193
36194 { echo "$as_me:$LINENO: result: no" >&5
36195 echo "${ECHO_T}no" >&6; }
36196 fi
36197
36198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
36199 fi
36200
36201 if test "$wxUSE_FILE" = "yes"; then
36202
36203 for wx_func in fsync
36204 do
36205 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36206 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36207 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36208 echo $ECHO_N "(cached) $ECHO_C" >&6
36209 else
36210
36211 cat >conftest.$ac_ext <<_ACEOF
36212
36213 /* confdefs.h. */
36214 _ACEOF
36215 cat confdefs.h >>conftest.$ac_ext
36216 cat >>conftest.$ac_ext <<_ACEOF
36217 /* end confdefs.h. */
36218
36219
36220 $ac_includes_default
36221
36222 int
36223 main ()
36224 {
36225
36226 #ifndef $wx_func
36227 &$wx_func;
36228 #endif
36229
36230
36231 ;
36232 return 0;
36233 }
36234
36235 _ACEOF
36236 rm -f conftest.$ac_objext conftest$ac_exeext
36237 if { (ac_try="$ac_link"
36238 case "(($ac_try" in
36239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36240 *) ac_try_echo=$ac_try;;
36241 esac
36242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36243 (eval "$ac_link") 2>conftest.er1
36244 ac_status=$?
36245 grep -v '^ *+' conftest.er1 >conftest.err
36246 rm -f conftest.er1
36247 cat conftest.err >&5
36248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36249 (exit $ac_status); } && {
36250 test -z "$ac_c_werror_flag" ||
36251 test ! -s conftest.err
36252 } && test -s conftest$ac_exeext &&
36253 $as_test_x conftest$ac_exeext; then
36254 eval wx_cv_func_$wx_func=yes
36255 else
36256 echo "$as_me: failed program was:" >&5
36257 sed 's/^/| /' conftest.$ac_ext >&5
36258
36259 eval wx_cv_func_$wx_func=no
36260 fi
36261
36262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36263 conftest$ac_exeext conftest.$ac_ext
36264
36265 fi
36266 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36267 { echo "$as_me:$LINENO: result: $ac_res" >&5
36268 echo "${ECHO_T}$ac_res" >&6; }
36269
36270 if eval test \$wx_cv_func_$wx_func = yes
36271 then
36272 cat >>confdefs.h <<_ACEOF
36273 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36274 _ACEOF
36275
36276
36277 else
36278 :
36279
36280 fi
36281 done
36282
36283 fi
36284
36285 ac_ext=cpp
36286 ac_cpp='$CXXCPP $CPPFLAGS'
36287 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36288 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36289 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36290
36291
36292 for wx_func in round
36293 do
36294 { echo "$as_me:$LINENO: checking for $wx_func" >&5
36295 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
36296 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
36297 echo $ECHO_N "(cached) $ECHO_C" >&6
36298 else
36299
36300 cat >conftest.$ac_ext <<_ACEOF
36301
36302 /* confdefs.h. */
36303 _ACEOF
36304 cat confdefs.h >>conftest.$ac_ext
36305 cat >>conftest.$ac_ext <<_ACEOF
36306 /* end confdefs.h. */
36307
36308 #include <math.h>
36309 $ac_includes_default
36310
36311 int
36312 main ()
36313 {
36314
36315 #ifndef $wx_func
36316 &$wx_func;
36317 #endif
36318
36319
36320 ;
36321 return 0;
36322 }
36323
36324 _ACEOF
36325 rm -f conftest.$ac_objext conftest$ac_exeext
36326 if { (ac_try="$ac_link"
36327 case "(($ac_try" in
36328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36329 *) ac_try_echo=$ac_try;;
36330 esac
36331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36332 (eval "$ac_link") 2>conftest.er1
36333 ac_status=$?
36334 grep -v '^ *+' conftest.er1 >conftest.err
36335 rm -f conftest.er1
36336 cat conftest.err >&5
36337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36338 (exit $ac_status); } && {
36339 test -z "$ac_cxx_werror_flag" ||
36340 test ! -s conftest.err
36341 } && test -s conftest$ac_exeext &&
36342 $as_test_x conftest$ac_exeext; then
36343 eval wx_cv_func_$wx_func=yes
36344 else
36345 echo "$as_me: failed program was:" >&5
36346 sed 's/^/| /' conftest.$ac_ext >&5
36347
36348 eval wx_cv_func_$wx_func=no
36349 fi
36350
36351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36352 conftest$ac_exeext conftest.$ac_ext
36353
36354 fi
36355 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
36356 { echo "$as_me:$LINENO: result: $ac_res" >&5
36357 echo "${ECHO_T}$ac_res" >&6; }
36358
36359 if eval test \$wx_cv_func_$wx_func = yes
36360 then
36361 cat >>confdefs.h <<_ACEOF
36362 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
36363 _ACEOF
36364
36365
36366 else
36367 :
36368
36369 fi
36370 done
36371
36372 ac_ext=c
36373 ac_cpp='$CPP $CPPFLAGS'
36374 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36375 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36376 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36377
36378
36379 if test "$TOOLKIT" != "MSW"; then
36380
36381 if test "$wxUSE_LIBICONV" != "no" ; then
36382
36383
36384
36385 # Check whether --with-libiconv-prefix was given.
36386 if test "${with_libiconv_prefix+set}" = set; then
36387 withval=$with_libiconv_prefix;
36388 for dir in `echo "$withval" | tr : ' '`; do
36389 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
36390 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
36391 done
36392
36393 fi
36394
36395
36396 { echo "$as_me:$LINENO: checking for iconv" >&5
36397 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
36398 if test "${am_cv_func_iconv+set}" = set; then
36399 echo $ECHO_N "(cached) $ECHO_C" >&6
36400 else
36401
36402 am_cv_func_iconv="no, consider installing GNU libiconv"
36403 am_cv_lib_iconv=no
36404 cat >conftest.$ac_ext <<_ACEOF
36405 /* confdefs.h. */
36406 _ACEOF
36407 cat confdefs.h >>conftest.$ac_ext
36408 cat >>conftest.$ac_ext <<_ACEOF
36409 /* end confdefs.h. */
36410 #include <stdlib.h>
36411 #include <iconv.h>
36412 int
36413 main ()
36414 {
36415 iconv_t cd = iconv_open("","");
36416 iconv(cd,NULL,NULL,NULL,NULL);
36417 iconv_close(cd);
36418 ;
36419 return 0;
36420 }
36421 _ACEOF
36422 rm -f conftest.$ac_objext conftest$ac_exeext
36423 if { (ac_try="$ac_link"
36424 case "(($ac_try" in
36425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36426 *) ac_try_echo=$ac_try;;
36427 esac
36428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36429 (eval "$ac_link") 2>conftest.er1
36430 ac_status=$?
36431 grep -v '^ *+' conftest.er1 >conftest.err
36432 rm -f conftest.er1
36433 cat conftest.err >&5
36434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36435 (exit $ac_status); } && {
36436 test -z "$ac_c_werror_flag" ||
36437 test ! -s conftest.err
36438 } && test -s conftest$ac_exeext &&
36439 $as_test_x conftest$ac_exeext; then
36440 am_cv_func_iconv=yes
36441 else
36442 echo "$as_me: failed program was:" >&5
36443 sed 's/^/| /' conftest.$ac_ext >&5
36444
36445
36446 fi
36447
36448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36449 conftest$ac_exeext conftest.$ac_ext
36450 if test "$am_cv_func_iconv" != yes; then
36451 am_save_LIBS="$LIBS"
36452 LIBS="$LIBS -liconv"
36453 cat >conftest.$ac_ext <<_ACEOF
36454 /* confdefs.h. */
36455 _ACEOF
36456 cat confdefs.h >>conftest.$ac_ext
36457 cat >>conftest.$ac_ext <<_ACEOF
36458 /* end confdefs.h. */
36459 #include <stdlib.h>
36460 #include <iconv.h>
36461 int
36462 main ()
36463 {
36464 iconv_t cd = iconv_open("","");
36465 iconv(cd,NULL,NULL,NULL,NULL);
36466 iconv_close(cd);
36467 ;
36468 return 0;
36469 }
36470 _ACEOF
36471 rm -f conftest.$ac_objext conftest$ac_exeext
36472 if { (ac_try="$ac_link"
36473 case "(($ac_try" in
36474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36475 *) ac_try_echo=$ac_try;;
36476 esac
36477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36478 (eval "$ac_link") 2>conftest.er1
36479 ac_status=$?
36480 grep -v '^ *+' conftest.er1 >conftest.err
36481 rm -f conftest.er1
36482 cat conftest.err >&5
36483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36484 (exit $ac_status); } && {
36485 test -z "$ac_c_werror_flag" ||
36486 test ! -s conftest.err
36487 } && test -s conftest$ac_exeext &&
36488 $as_test_x conftest$ac_exeext; then
36489 am_cv_lib_iconv=yes
36490 am_cv_func_iconv=yes
36491 else
36492 echo "$as_me: failed program was:" >&5
36493 sed 's/^/| /' conftest.$ac_ext >&5
36494
36495
36496 fi
36497
36498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36499 conftest$ac_exeext conftest.$ac_ext
36500 LIBS="$am_save_LIBS"
36501 fi
36502
36503 fi
36504 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
36505 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
36506 if test "$am_cv_func_iconv" = yes; then
36507
36508 cat >>confdefs.h <<\_ACEOF
36509 #define HAVE_ICONV 1
36510 _ACEOF
36511
36512 { echo "$as_me:$LINENO: checking if iconv needs const" >&5
36513 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
36514 if test "${wx_cv_func_iconv_const+set}" = set; then
36515 echo $ECHO_N "(cached) $ECHO_C" >&6
36516 else
36517 cat >conftest.$ac_ext <<_ACEOF
36518 /* confdefs.h. */
36519 _ACEOF
36520 cat confdefs.h >>conftest.$ac_ext
36521 cat >>conftest.$ac_ext <<_ACEOF
36522 /* end confdefs.h. */
36523
36524 #include <stdlib.h>
36525 #include <iconv.h>
36526 extern
36527 #ifdef __cplusplus
36528 "C"
36529 #endif
36530 #if defined(__STDC__) || defined(__cplusplus)
36531 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
36532 #else
36533 size_t iconv();
36534 #endif
36535
36536 int
36537 main ()
36538 {
36539
36540 ;
36541 return 0;
36542 }
36543 _ACEOF
36544 rm -f conftest.$ac_objext
36545 if { (ac_try="$ac_compile"
36546 case "(($ac_try" in
36547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36548 *) ac_try_echo=$ac_try;;
36549 esac
36550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36551 (eval "$ac_compile") 2>conftest.er1
36552 ac_status=$?
36553 grep -v '^ *+' conftest.er1 >conftest.err
36554 rm -f conftest.er1
36555 cat conftest.err >&5
36556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36557 (exit $ac_status); } && {
36558 test -z "$ac_c_werror_flag" ||
36559 test ! -s conftest.err
36560 } && test -s conftest.$ac_objext; then
36561 wx_cv_func_iconv_const="no"
36562 else
36563 echo "$as_me: failed program was:" >&5
36564 sed 's/^/| /' conftest.$ac_ext >&5
36565
36566 wx_cv_func_iconv_const="yes"
36567
36568 fi
36569
36570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36571
36572 fi
36573 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
36574 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
36575
36576 iconv_const=
36577 if test "x$wx_cv_func_iconv_const" = "xyes"; then
36578 iconv_const="const"
36579 fi
36580
36581
36582 cat >>confdefs.h <<_ACEOF
36583 #define ICONV_CONST $iconv_const
36584 _ACEOF
36585
36586 fi
36587 LIBICONV=
36588 if test "$am_cv_lib_iconv" = yes; then
36589 LIBICONV="-liconv"
36590 fi
36591
36592
36593 LIBS="$LIBICONV $LIBS"
36594 fi
36595
36596 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36597
36598 for ac_func in sigaction
36599 do
36600 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36601 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36602 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36603 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36604 echo $ECHO_N "(cached) $ECHO_C" >&6
36605 else
36606 cat >conftest.$ac_ext <<_ACEOF
36607 /* confdefs.h. */
36608 _ACEOF
36609 cat confdefs.h >>conftest.$ac_ext
36610 cat >>conftest.$ac_ext <<_ACEOF
36611 /* end confdefs.h. */
36612 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36613 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36614 #define $ac_func innocuous_$ac_func
36615
36616 /* System header to define __stub macros and hopefully few prototypes,
36617 which can conflict with char $ac_func (); below.
36618 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36619 <limits.h> exists even on freestanding compilers. */
36620
36621 #ifdef __STDC__
36622 # include <limits.h>
36623 #else
36624 # include <assert.h>
36625 #endif
36626
36627 #undef $ac_func
36628
36629 /* Override any GCC internal prototype to avoid an error.
36630 Use char because int might match the return type of a GCC
36631 builtin and then its argument prototype would still apply. */
36632 #ifdef __cplusplus
36633 extern "C"
36634 #endif
36635 char $ac_func ();
36636 /* The GNU C library defines this for functions which it implements
36637 to always fail with ENOSYS. Some functions are actually named
36638 something starting with __ and the normal name is an alias. */
36639 #if defined __stub_$ac_func || defined __stub___$ac_func
36640 choke me
36641 #endif
36642
36643 int
36644 main ()
36645 {
36646 return $ac_func ();
36647 ;
36648 return 0;
36649 }
36650 _ACEOF
36651 rm -f conftest.$ac_objext conftest$ac_exeext
36652 if { (ac_try="$ac_link"
36653 case "(($ac_try" in
36654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36655 *) ac_try_echo=$ac_try;;
36656 esac
36657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36658 (eval "$ac_link") 2>conftest.er1
36659 ac_status=$?
36660 grep -v '^ *+' conftest.er1 >conftest.err
36661 rm -f conftest.er1
36662 cat conftest.err >&5
36663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36664 (exit $ac_status); } && {
36665 test -z "$ac_c_werror_flag" ||
36666 test ! -s conftest.err
36667 } && test -s conftest$ac_exeext &&
36668 $as_test_x conftest$ac_exeext; then
36669 eval "$as_ac_var=yes"
36670 else
36671 echo "$as_me: failed program was:" >&5
36672 sed 's/^/| /' conftest.$ac_ext >&5
36673
36674 eval "$as_ac_var=no"
36675 fi
36676
36677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36678 conftest$ac_exeext conftest.$ac_ext
36679 fi
36680 ac_res=`eval echo '${'$as_ac_var'}'`
36681 { echo "$as_me:$LINENO: result: $ac_res" >&5
36682 echo "${ECHO_T}$ac_res" >&6; }
36683 if test `eval echo '${'$as_ac_var'}'` = yes; then
36684 cat >>confdefs.h <<_ACEOF
36685 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36686 _ACEOF
36687
36688 fi
36689 done
36690
36691
36692 if test "$ac_cv_func_sigaction" = "no"; then
36693 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
36694 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
36695 wxUSE_ON_FATAL_EXCEPTION=no
36696 fi
36697
36698 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36699 { echo "$as_me:$LINENO: checking for sa_handler type" >&5
36700 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
36701 if test "${wx_cv_type_sa_handler+set}" = set; then
36702 echo $ECHO_N "(cached) $ECHO_C" >&6
36703 else
36704
36705 ac_ext=cpp
36706 ac_cpp='$CXXCPP $CPPFLAGS'
36707 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36708 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36709 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36710
36711 cat >conftest.$ac_ext <<_ACEOF
36712 /* confdefs.h. */
36713 _ACEOF
36714 cat confdefs.h >>conftest.$ac_ext
36715 cat >>conftest.$ac_ext <<_ACEOF
36716 /* end confdefs.h. */
36717 #include <signal.h>
36718 int
36719 main ()
36720 {
36721
36722 extern void testSigHandler(int);
36723
36724 struct sigaction sa;
36725 sa.sa_handler = testSigHandler;
36726
36727 ;
36728 return 0;
36729 }
36730 _ACEOF
36731 rm -f conftest.$ac_objext
36732 if { (ac_try="$ac_compile"
36733 case "(($ac_try" in
36734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36735 *) ac_try_echo=$ac_try;;
36736 esac
36737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36738 (eval "$ac_compile") 2>conftest.er1
36739 ac_status=$?
36740 grep -v '^ *+' conftest.er1 >conftest.err
36741 rm -f conftest.er1
36742 cat conftest.err >&5
36743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36744 (exit $ac_status); } && {
36745 test -z "$ac_cxx_werror_flag" ||
36746 test ! -s conftest.err
36747 } && test -s conftest.$ac_objext; then
36748
36749 wx_cv_type_sa_handler=int
36750
36751 else
36752 echo "$as_me: failed program was:" >&5
36753 sed 's/^/| /' conftest.$ac_ext >&5
36754
36755
36756 wx_cv_type_sa_handler=void
36757
36758 fi
36759
36760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36761 ac_ext=c
36762 ac_cpp='$CPP $CPPFLAGS'
36763 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36764 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36765 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36766
36767
36768 fi
36769 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
36770 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
36771
36772 cat >>confdefs.h <<_ACEOF
36773 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
36774 _ACEOF
36775
36776 fi
36777 fi
36778
36779 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36780 { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
36781 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
36782 if test "${wx_cv_func_backtrace+set}" = set; then
36783 echo $ECHO_N "(cached) $ECHO_C" >&6
36784 else
36785
36786 ac_ext=cpp
36787 ac_cpp='$CXXCPP $CPPFLAGS'
36788 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36789 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36790 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36791
36792 cat >conftest.$ac_ext <<_ACEOF
36793 /* confdefs.h. */
36794 _ACEOF
36795 cat confdefs.h >>conftest.$ac_ext
36796 cat >>conftest.$ac_ext <<_ACEOF
36797 /* end confdefs.h. */
36798 #include <execinfo.h>
36799 int
36800 main ()
36801 {
36802
36803 void *trace[1];
36804 char **messages;
36805
36806 backtrace(trace, 1);
36807 messages = backtrace_symbols(trace, 1);
36808
36809 ;
36810 return 0;
36811 }
36812 _ACEOF
36813 rm -f conftest.$ac_objext
36814 if { (ac_try="$ac_compile"
36815 case "(($ac_try" in
36816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36817 *) ac_try_echo=$ac_try;;
36818 esac
36819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36820 (eval "$ac_compile") 2>conftest.er1
36821 ac_status=$?
36822 grep -v '^ *+' conftest.er1 >conftest.err
36823 rm -f conftest.er1
36824 cat conftest.err >&5
36825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36826 (exit $ac_status); } && {
36827 test -z "$ac_cxx_werror_flag" ||
36828 test ! -s conftest.err
36829 } && test -s conftest.$ac_objext; then
36830 wx_cv_func_backtrace=yes
36831 else
36832 echo "$as_me: failed program was:" >&5
36833 sed 's/^/| /' conftest.$ac_ext >&5
36834
36835 wx_cv_func_backtrace=no
36836
36837 fi
36838
36839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36840 ac_ext=c
36841 ac_cpp='$CPP $CPPFLAGS'
36842 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36843 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36844 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36845
36846
36847
36848 fi
36849 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
36850 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
36851
36852
36853 if test "$wx_cv_func_backtrace" = "no"; then
36854 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
36855 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
36856 wxUSE_STACKWALKER=no
36857 else
36858 { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
36859 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
36860 if test "${wx_cv_func_cxa_demangle+set}" = set; then
36861 echo $ECHO_N "(cached) $ECHO_C" >&6
36862 else
36863
36864 ac_ext=cpp
36865 ac_cpp='$CXXCPP $CPPFLAGS'
36866 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36867 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36868 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36869
36870 cat >conftest.$ac_ext <<_ACEOF
36871 /* confdefs.h. */
36872 _ACEOF
36873 cat confdefs.h >>conftest.$ac_ext
36874 cat >>conftest.$ac_ext <<_ACEOF
36875 /* end confdefs.h. */
36876 #include <cxxabi.h>
36877 int
36878 main ()
36879 {
36880
36881 int rc;
36882 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
36883
36884 ;
36885 return 0;
36886 }
36887 _ACEOF
36888 rm -f conftest.$ac_objext conftest$ac_exeext
36889 if { (ac_try="$ac_link"
36890 case "(($ac_try" in
36891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36892 *) ac_try_echo=$ac_try;;
36893 esac
36894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36895 (eval "$ac_link") 2>conftest.er1
36896 ac_status=$?
36897 grep -v '^ *+' conftest.er1 >conftest.err
36898 rm -f conftest.er1
36899 cat conftest.err >&5
36900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36901 (exit $ac_status); } && {
36902 test -z "$ac_cxx_werror_flag" ||
36903 test ! -s conftest.err
36904 } && test -s conftest$ac_exeext &&
36905 $as_test_x conftest$ac_exeext; then
36906 wx_cv_func_cxa_demangle=yes
36907 else
36908 echo "$as_me: failed program was:" >&5
36909 sed 's/^/| /' conftest.$ac_ext >&5
36910
36911 wx_cv_func_cxa_demangle=no
36912
36913 fi
36914
36915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36916 conftest$ac_exeext conftest.$ac_ext
36917 ac_ext=c
36918 ac_cpp='$CPP $CPPFLAGS'
36919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36922
36923
36924
36925 fi
36926 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
36927 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
36928
36929 if test "$wx_cv_func_cxa_demangle" = "yes"; then
36930 cat >>confdefs.h <<\_ACEOF
36931 #define HAVE_CXA_DEMANGLE 1
36932 _ACEOF
36933
36934 fi
36935 fi
36936 fi
36937
36938 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
36939 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
36940 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
36941 wxUSE_STACKWALKER=no
36942 fi
36943
36944
36945
36946
36947 for ac_func in mkstemp mktemp
36948 do
36949 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36950 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36951 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36952 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36953 echo $ECHO_N "(cached) $ECHO_C" >&6
36954 else
36955 cat >conftest.$ac_ext <<_ACEOF
36956 /* confdefs.h. */
36957 _ACEOF
36958 cat confdefs.h >>conftest.$ac_ext
36959 cat >>conftest.$ac_ext <<_ACEOF
36960 /* end confdefs.h. */
36961 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36962 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36963 #define $ac_func innocuous_$ac_func
36964
36965 /* System header to define __stub macros and hopefully few prototypes,
36966 which can conflict with char $ac_func (); below.
36967 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36968 <limits.h> exists even on freestanding compilers. */
36969
36970 #ifdef __STDC__
36971 # include <limits.h>
36972 #else
36973 # include <assert.h>
36974 #endif
36975
36976 #undef $ac_func
36977
36978 /* Override any GCC internal prototype to avoid an error.
36979 Use char because int might match the return type of a GCC
36980 builtin and then its argument prototype would still apply. */
36981 #ifdef __cplusplus
36982 extern "C"
36983 #endif
36984 char $ac_func ();
36985 /* The GNU C library defines this for functions which it implements
36986 to always fail with ENOSYS. Some functions are actually named
36987 something starting with __ and the normal name is an alias. */
36988 #if defined __stub_$ac_func || defined __stub___$ac_func
36989 choke me
36990 #endif
36991
36992 int
36993 main ()
36994 {
36995 return $ac_func ();
36996 ;
36997 return 0;
36998 }
36999 _ACEOF
37000 rm -f conftest.$ac_objext conftest$ac_exeext
37001 if { (ac_try="$ac_link"
37002 case "(($ac_try" in
37003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37004 *) ac_try_echo=$ac_try;;
37005 esac
37006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37007 (eval "$ac_link") 2>conftest.er1
37008 ac_status=$?
37009 grep -v '^ *+' conftest.er1 >conftest.err
37010 rm -f conftest.er1
37011 cat conftest.err >&5
37012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37013 (exit $ac_status); } && {
37014 test -z "$ac_c_werror_flag" ||
37015 test ! -s conftest.err
37016 } && test -s conftest$ac_exeext &&
37017 $as_test_x conftest$ac_exeext; then
37018 eval "$as_ac_var=yes"
37019 else
37020 echo "$as_me: failed program was:" >&5
37021 sed 's/^/| /' conftest.$ac_ext >&5
37022
37023 eval "$as_ac_var=no"
37024 fi
37025
37026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37027 conftest$ac_exeext conftest.$ac_ext
37028 fi
37029 ac_res=`eval echo '${'$as_ac_var'}'`
37030 { echo "$as_me:$LINENO: result: $ac_res" >&5
37031 echo "${ECHO_T}$ac_res" >&6; }
37032 if test `eval echo '${'$as_ac_var'}'` = yes; then
37033 cat >>confdefs.h <<_ACEOF
37034 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37035 _ACEOF
37036 break
37037 fi
37038 done
37039
37040
37041 { echo "$as_me:$LINENO: checking for statfs" >&5
37042 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
37043 if test "${wx_cv_func_statfs+set}" = set; then
37044 echo $ECHO_N "(cached) $ECHO_C" >&6
37045 else
37046 cat >conftest.$ac_ext <<_ACEOF
37047 /* confdefs.h. */
37048 _ACEOF
37049 cat confdefs.h >>conftest.$ac_ext
37050 cat >>conftest.$ac_ext <<_ACEOF
37051 /* end confdefs.h. */
37052
37053 #if defined(__BSD__)
37054 #include <sys/param.h>
37055 #include <sys/mount.h>
37056 #else
37057 #include <sys/vfs.h>
37058 #endif
37059
37060 int
37061 main ()
37062 {
37063
37064 long l;
37065 struct statfs fs;
37066 statfs("/", &fs);
37067 l = fs.f_bsize;
37068 l += fs.f_blocks;
37069 l += fs.f_bavail;
37070
37071 ;
37072 return 0;
37073 }
37074 _ACEOF
37075 rm -f conftest.$ac_objext
37076 if { (ac_try="$ac_compile"
37077 case "(($ac_try" in
37078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37079 *) ac_try_echo=$ac_try;;
37080 esac
37081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37082 (eval "$ac_compile") 2>conftest.er1
37083 ac_status=$?
37084 grep -v '^ *+' conftest.er1 >conftest.err
37085 rm -f conftest.er1
37086 cat conftest.err >&5
37087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37088 (exit $ac_status); } && {
37089 test -z "$ac_c_werror_flag" ||
37090 test ! -s conftest.err
37091 } && test -s conftest.$ac_objext; then
37092 wx_cv_func_statfs=yes
37093 else
37094 echo "$as_me: failed program was:" >&5
37095 sed 's/^/| /' conftest.$ac_ext >&5
37096
37097 wx_cv_func_statfs=no
37098
37099 fi
37100
37101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37102
37103 fi
37104 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
37105 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
37106
37107 if test "$wx_cv_func_statfs" = "yes"; then
37108 { echo "$as_me:$LINENO: checking for statfs declaration" >&5
37109 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
37110 if test "${wx_cv_func_statfs_decl+set}" = set; then
37111 echo $ECHO_N "(cached) $ECHO_C" >&6
37112 else
37113 ac_ext=cpp
37114 ac_cpp='$CXXCPP $CPPFLAGS'
37115 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37116 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37117 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37118
37119 cat >conftest.$ac_ext <<_ACEOF
37120 /* confdefs.h. */
37121 _ACEOF
37122 cat confdefs.h >>conftest.$ac_ext
37123 cat >>conftest.$ac_ext <<_ACEOF
37124 /* end confdefs.h. */
37125
37126 #if defined(__BSD__)
37127 #include <sys/param.h>
37128 #include <sys/mount.h>
37129 #else
37130 #include <sys/vfs.h>
37131 #endif
37132
37133 int
37134 main ()
37135 {
37136
37137 struct statfs fs;
37138 statfs("", &fs);
37139
37140 ;
37141 return 0;
37142 }
37143 _ACEOF
37144 rm -f conftest.$ac_objext
37145 if { (ac_try="$ac_compile"
37146 case "(($ac_try" in
37147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37148 *) ac_try_echo=$ac_try;;
37149 esac
37150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37151 (eval "$ac_compile") 2>conftest.er1
37152 ac_status=$?
37153 grep -v '^ *+' conftest.er1 >conftest.err
37154 rm -f conftest.er1
37155 cat conftest.err >&5
37156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37157 (exit $ac_status); } && {
37158 test -z "$ac_cxx_werror_flag" ||
37159 test ! -s conftest.err
37160 } && test -s conftest.$ac_objext; then
37161 wx_cv_func_statfs_decl=yes
37162 else
37163 echo "$as_me: failed program was:" >&5
37164 sed 's/^/| /' conftest.$ac_ext >&5
37165
37166 wx_cv_func_statfs_decl=no
37167
37168 fi
37169
37170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37171 ac_ext=c
37172 ac_cpp='$CPP $CPPFLAGS'
37173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37176
37177
37178 fi
37179 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
37180 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
37181
37182 if test "$wx_cv_func_statfs_decl" = "yes"; then
37183 cat >>confdefs.h <<\_ACEOF
37184 #define HAVE_STATFS_DECL 1
37185 _ACEOF
37186
37187 fi
37188
37189 wx_cv_type_statvfs_t="struct statfs"
37190 cat >>confdefs.h <<\_ACEOF
37191 #define HAVE_STATFS 1
37192 _ACEOF
37193
37194 else
37195 { echo "$as_me:$LINENO: checking for statvfs" >&5
37196 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
37197 if test "${wx_cv_func_statvfs+set}" = set; then
37198 echo $ECHO_N "(cached) $ECHO_C" >&6
37199 else
37200 cat >conftest.$ac_ext <<_ACEOF
37201 /* confdefs.h. */
37202 _ACEOF
37203 cat confdefs.h >>conftest.$ac_ext
37204 cat >>conftest.$ac_ext <<_ACEOF
37205 /* end confdefs.h. */
37206
37207 #include <stddef.h>
37208 #include <sys/statvfs.h>
37209
37210 int
37211 main ()
37212 {
37213
37214 statvfs("/", NULL);
37215
37216 ;
37217 return 0;
37218 }
37219 _ACEOF
37220 rm -f conftest.$ac_objext
37221 if { (ac_try="$ac_compile"
37222 case "(($ac_try" in
37223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37224 *) ac_try_echo=$ac_try;;
37225 esac
37226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37227 (eval "$ac_compile") 2>conftest.er1
37228 ac_status=$?
37229 grep -v '^ *+' conftest.er1 >conftest.err
37230 rm -f conftest.er1
37231 cat conftest.err >&5
37232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37233 (exit $ac_status); } && {
37234 test -z "$ac_c_werror_flag" ||
37235 test ! -s conftest.err
37236 } && test -s conftest.$ac_objext; then
37237 wx_cv_func_statvfs=yes
37238 else
37239 echo "$as_me: failed program was:" >&5
37240 sed 's/^/| /' conftest.$ac_ext >&5
37241
37242 wx_cv_func_statvfs=no
37243
37244 fi
37245
37246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37247
37248 fi
37249 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
37250 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
37251
37252 if test "$wx_cv_func_statvfs" = "yes"; then
37253 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
37254 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
37255 if test "${wx_cv_type_statvfs_t+set}" = set; then
37256 echo $ECHO_N "(cached) $ECHO_C" >&6
37257 else
37258 ac_ext=cpp
37259 ac_cpp='$CXXCPP $CPPFLAGS'
37260 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37261 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37262 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37263
37264 cat >conftest.$ac_ext <<_ACEOF
37265 /* confdefs.h. */
37266 _ACEOF
37267 cat confdefs.h >>conftest.$ac_ext
37268 cat >>conftest.$ac_ext <<_ACEOF
37269 /* end confdefs.h. */
37270
37271 #include <sys/statvfs.h>
37272
37273 int
37274 main ()
37275 {
37276
37277 long l;
37278 statvfs_t fs;
37279 statvfs("/", &fs);
37280 l = fs.f_bsize;
37281 l += fs.f_blocks;
37282 l += fs.f_bavail;
37283
37284 ;
37285 return 0;
37286 }
37287 _ACEOF
37288 rm -f conftest.$ac_objext
37289 if { (ac_try="$ac_compile"
37290 case "(($ac_try" in
37291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37292 *) ac_try_echo=$ac_try;;
37293 esac
37294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37295 (eval "$ac_compile") 2>conftest.er1
37296 ac_status=$?
37297 grep -v '^ *+' conftest.er1 >conftest.err
37298 rm -f conftest.er1
37299 cat conftest.err >&5
37300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37301 (exit $ac_status); } && {
37302 test -z "$ac_cxx_werror_flag" ||
37303 test ! -s conftest.err
37304 } && test -s conftest.$ac_objext; then
37305 wx_cv_type_statvfs_t=statvfs_t
37306 else
37307 echo "$as_me: failed program was:" >&5
37308 sed 's/^/| /' conftest.$ac_ext >&5
37309
37310
37311 cat >conftest.$ac_ext <<_ACEOF
37312 /* confdefs.h. */
37313 _ACEOF
37314 cat confdefs.h >>conftest.$ac_ext
37315 cat >>conftest.$ac_ext <<_ACEOF
37316 /* end confdefs.h. */
37317
37318 #include <sys/statvfs.h>
37319
37320 int
37321 main ()
37322 {
37323
37324 long l;
37325 struct statvfs fs;
37326 statvfs("/", &fs);
37327 l = fs.f_bsize;
37328 l += fs.f_blocks;
37329 l += fs.f_bavail;
37330
37331 ;
37332 return 0;
37333 }
37334 _ACEOF
37335 rm -f conftest.$ac_objext
37336 if { (ac_try="$ac_compile"
37337 case "(($ac_try" in
37338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37339 *) ac_try_echo=$ac_try;;
37340 esac
37341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37342 (eval "$ac_compile") 2>conftest.er1
37343 ac_status=$?
37344 grep -v '^ *+' conftest.er1 >conftest.err
37345 rm -f conftest.er1
37346 cat conftest.err >&5
37347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37348 (exit $ac_status); } && {
37349 test -z "$ac_cxx_werror_flag" ||
37350 test ! -s conftest.err
37351 } && test -s conftest.$ac_objext; then
37352 wx_cv_type_statvfs_t="struct statvfs"
37353 else
37354 echo "$as_me: failed program was:" >&5
37355 sed 's/^/| /' conftest.$ac_ext >&5
37356
37357 wx_cv_type_statvfs_t="unknown"
37358
37359 fi
37360
37361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37362
37363
37364 fi
37365
37366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37367 ac_ext=c
37368 ac_cpp='$CPP $CPPFLAGS'
37369 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37370 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37371 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37372
37373
37374 fi
37375 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
37376 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
37377
37378 if test "$wx_cv_type_statvfs_t" != "unknown"; then
37379 cat >>confdefs.h <<\_ACEOF
37380 #define HAVE_STATVFS 1
37381 _ACEOF
37382
37383 fi
37384 else
37385 wx_cv_type_statvfs_t="unknown"
37386 fi
37387 fi
37388
37389 if test "$wx_cv_type_statvfs_t" != "unknown"; then
37390 cat >>confdefs.h <<_ACEOF
37391 #define WX_STATFS_T $wx_cv_type_statvfs_t
37392 _ACEOF
37393
37394 else
37395 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
37396 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
37397 fi
37398
37399 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37400
37401
37402 for ac_func in fcntl flock
37403 do
37404 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37405 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37406 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37407 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37408 echo $ECHO_N "(cached) $ECHO_C" >&6
37409 else
37410 cat >conftest.$ac_ext <<_ACEOF
37411 /* confdefs.h. */
37412 _ACEOF
37413 cat confdefs.h >>conftest.$ac_ext
37414 cat >>conftest.$ac_ext <<_ACEOF
37415 /* end confdefs.h. */
37416 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37417 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37418 #define $ac_func innocuous_$ac_func
37419
37420 /* System header to define __stub macros and hopefully few prototypes,
37421 which can conflict with char $ac_func (); below.
37422 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37423 <limits.h> exists even on freestanding compilers. */
37424
37425 #ifdef __STDC__
37426 # include <limits.h>
37427 #else
37428 # include <assert.h>
37429 #endif
37430
37431 #undef $ac_func
37432
37433 /* Override any GCC internal prototype to avoid an error.
37434 Use char because int might match the return type of a GCC
37435 builtin and then its argument prototype would still apply. */
37436 #ifdef __cplusplus
37437 extern "C"
37438 #endif
37439 char $ac_func ();
37440 /* The GNU C library defines this for functions which it implements
37441 to always fail with ENOSYS. Some functions are actually named
37442 something starting with __ and the normal name is an alias. */
37443 #if defined __stub_$ac_func || defined __stub___$ac_func
37444 choke me
37445 #endif
37446
37447 int
37448 main ()
37449 {
37450 return $ac_func ();
37451 ;
37452 return 0;
37453 }
37454 _ACEOF
37455 rm -f conftest.$ac_objext conftest$ac_exeext
37456 if { (ac_try="$ac_link"
37457 case "(($ac_try" in
37458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37459 *) ac_try_echo=$ac_try;;
37460 esac
37461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37462 (eval "$ac_link") 2>conftest.er1
37463 ac_status=$?
37464 grep -v '^ *+' conftest.er1 >conftest.err
37465 rm -f conftest.er1
37466 cat conftest.err >&5
37467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37468 (exit $ac_status); } && {
37469 test -z "$ac_c_werror_flag" ||
37470 test ! -s conftest.err
37471 } && test -s conftest$ac_exeext &&
37472 $as_test_x conftest$ac_exeext; then
37473 eval "$as_ac_var=yes"
37474 else
37475 echo "$as_me: failed program was:" >&5
37476 sed 's/^/| /' conftest.$ac_ext >&5
37477
37478 eval "$as_ac_var=no"
37479 fi
37480
37481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37482 conftest$ac_exeext conftest.$ac_ext
37483 fi
37484 ac_res=`eval echo '${'$as_ac_var'}'`
37485 { echo "$as_me:$LINENO: result: $ac_res" >&5
37486 echo "${ECHO_T}$ac_res" >&6; }
37487 if test `eval echo '${'$as_ac_var'}'` = yes; then
37488 cat >>confdefs.h <<_ACEOF
37489 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37490 _ACEOF
37491 break
37492 fi
37493 done
37494
37495
37496 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
37497 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
37498 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
37499 wxUSE_SNGLINST_CHECKER=no
37500 fi
37501 fi
37502
37503
37504
37505 for ac_func in setenv putenv
37506 do
37507 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37508 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37509 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37510 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37511 echo $ECHO_N "(cached) $ECHO_C" >&6
37512 else
37513 cat >conftest.$ac_ext <<_ACEOF
37514 /* confdefs.h. */
37515 _ACEOF
37516 cat confdefs.h >>conftest.$ac_ext
37517 cat >>conftest.$ac_ext <<_ACEOF
37518 /* end confdefs.h. */
37519 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37520 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37521 #define $ac_func innocuous_$ac_func
37522
37523 /* System header to define __stub macros and hopefully few prototypes,
37524 which can conflict with char $ac_func (); below.
37525 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37526 <limits.h> exists even on freestanding compilers. */
37527
37528 #ifdef __STDC__
37529 # include <limits.h>
37530 #else
37531 # include <assert.h>
37532 #endif
37533
37534 #undef $ac_func
37535
37536 /* Override any GCC internal prototype to avoid an error.
37537 Use char because int might match the return type of a GCC
37538 builtin and then its argument prototype would still apply. */
37539 #ifdef __cplusplus
37540 extern "C"
37541 #endif
37542 char $ac_func ();
37543 /* The GNU C library defines this for functions which it implements
37544 to always fail with ENOSYS. Some functions are actually named
37545 something starting with __ and the normal name is an alias. */
37546 #if defined __stub_$ac_func || defined __stub___$ac_func
37547 choke me
37548 #endif
37549
37550 int
37551 main ()
37552 {
37553 return $ac_func ();
37554 ;
37555 return 0;
37556 }
37557 _ACEOF
37558 rm -f conftest.$ac_objext conftest$ac_exeext
37559 if { (ac_try="$ac_link"
37560 case "(($ac_try" in
37561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37562 *) ac_try_echo=$ac_try;;
37563 esac
37564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37565 (eval "$ac_link") 2>conftest.er1
37566 ac_status=$?
37567 grep -v '^ *+' conftest.er1 >conftest.err
37568 rm -f conftest.er1
37569 cat conftest.err >&5
37570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37571 (exit $ac_status); } && {
37572 test -z "$ac_c_werror_flag" ||
37573 test ! -s conftest.err
37574 } && test -s conftest$ac_exeext &&
37575 $as_test_x conftest$ac_exeext; then
37576 eval "$as_ac_var=yes"
37577 else
37578 echo "$as_me: failed program was:" >&5
37579 sed 's/^/| /' conftest.$ac_ext >&5
37580
37581 eval "$as_ac_var=no"
37582 fi
37583
37584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37585 conftest$ac_exeext conftest.$ac_ext
37586 fi
37587 ac_res=`eval echo '${'$as_ac_var'}'`
37588 { echo "$as_me:$LINENO: result: $ac_res" >&5
37589 echo "${ECHO_T}$ac_res" >&6; }
37590 if test `eval echo '${'$as_ac_var'}'` = yes; then
37591 cat >>confdefs.h <<_ACEOF
37592 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37593 _ACEOF
37594 break
37595 fi
37596 done
37597
37598 if test "$ac_cv_func_setenv" = "yes"; then
37599
37600 for ac_func in unsetenv
37601 do
37602 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37603 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37604 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37605 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37606 echo $ECHO_N "(cached) $ECHO_C" >&6
37607 else
37608 cat >conftest.$ac_ext <<_ACEOF
37609 /* confdefs.h. */
37610 _ACEOF
37611 cat confdefs.h >>conftest.$ac_ext
37612 cat >>conftest.$ac_ext <<_ACEOF
37613 /* end confdefs.h. */
37614 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37615 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37616 #define $ac_func innocuous_$ac_func
37617
37618 /* System header to define __stub macros and hopefully few prototypes,
37619 which can conflict with char $ac_func (); below.
37620 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37621 <limits.h> exists even on freestanding compilers. */
37622
37623 #ifdef __STDC__
37624 # include <limits.h>
37625 #else
37626 # include <assert.h>
37627 #endif
37628
37629 #undef $ac_func
37630
37631 /* Override any GCC internal prototype to avoid an error.
37632 Use char because int might match the return type of a GCC
37633 builtin and then its argument prototype would still apply. */
37634 #ifdef __cplusplus
37635 extern "C"
37636 #endif
37637 char $ac_func ();
37638 /* The GNU C library defines this for functions which it implements
37639 to always fail with ENOSYS. Some functions are actually named
37640 something starting with __ and the normal name is an alias. */
37641 #if defined __stub_$ac_func || defined __stub___$ac_func
37642 choke me
37643 #endif
37644
37645 int
37646 main ()
37647 {
37648 return $ac_func ();
37649 ;
37650 return 0;
37651 }
37652 _ACEOF
37653 rm -f conftest.$ac_objext conftest$ac_exeext
37654 if { (ac_try="$ac_link"
37655 case "(($ac_try" in
37656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37657 *) ac_try_echo=$ac_try;;
37658 esac
37659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37660 (eval "$ac_link") 2>conftest.er1
37661 ac_status=$?
37662 grep -v '^ *+' conftest.er1 >conftest.err
37663 rm -f conftest.er1
37664 cat conftest.err >&5
37665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37666 (exit $ac_status); } && {
37667 test -z "$ac_c_werror_flag" ||
37668 test ! -s conftest.err
37669 } && test -s conftest$ac_exeext &&
37670 $as_test_x conftest$ac_exeext; then
37671 eval "$as_ac_var=yes"
37672 else
37673 echo "$as_me: failed program was:" >&5
37674 sed 's/^/| /' conftest.$ac_ext >&5
37675
37676 eval "$as_ac_var=no"
37677 fi
37678
37679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37680 conftest$ac_exeext conftest.$ac_ext
37681 fi
37682 ac_res=`eval echo '${'$as_ac_var'}'`
37683 { echo "$as_me:$LINENO: result: $ac_res" >&5
37684 echo "${ECHO_T}$ac_res" >&6; }
37685 if test `eval echo '${'$as_ac_var'}'` = yes; then
37686 cat >>confdefs.h <<_ACEOF
37687 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37688 _ACEOF
37689
37690 fi
37691 done
37692
37693 fi
37694
37695 HAVE_SOME_SLEEP_FUNC=0
37696 if test "$USE_BEOS" = 1; then
37697 cat >>confdefs.h <<\_ACEOF
37698 #define HAVE_SLEEP 1
37699 _ACEOF
37700
37701 HAVE_SOME_SLEEP_FUNC=1
37702 fi
37703
37704 if test "$USE_DARWIN" = 1; then
37705 cat >>confdefs.h <<\_ACEOF
37706 #define HAVE_USLEEP 1
37707 _ACEOF
37708
37709 HAVE_SOME_SLEEP_FUNC=1
37710 fi
37711
37712 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
37713 POSIX4_LINK=
37714
37715 for ac_func in nanosleep
37716 do
37717 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37718 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37719 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37720 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37721 echo $ECHO_N "(cached) $ECHO_C" >&6
37722 else
37723 cat >conftest.$ac_ext <<_ACEOF
37724 /* confdefs.h. */
37725 _ACEOF
37726 cat confdefs.h >>conftest.$ac_ext
37727 cat >>conftest.$ac_ext <<_ACEOF
37728 /* end confdefs.h. */
37729 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37730 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37731 #define $ac_func innocuous_$ac_func
37732
37733 /* System header to define __stub macros and hopefully few prototypes,
37734 which can conflict with char $ac_func (); below.
37735 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37736 <limits.h> exists even on freestanding compilers. */
37737
37738 #ifdef __STDC__
37739 # include <limits.h>
37740 #else
37741 # include <assert.h>
37742 #endif
37743
37744 #undef $ac_func
37745
37746 /* Override any GCC internal prototype to avoid an error.
37747 Use char because int might match the return type of a GCC
37748 builtin and then its argument prototype would still apply. */
37749 #ifdef __cplusplus
37750 extern "C"
37751 #endif
37752 char $ac_func ();
37753 /* The GNU C library defines this for functions which it implements
37754 to always fail with ENOSYS. Some functions are actually named
37755 something starting with __ and the normal name is an alias. */
37756 #if defined __stub_$ac_func || defined __stub___$ac_func
37757 choke me
37758 #endif
37759
37760 int
37761 main ()
37762 {
37763 return $ac_func ();
37764 ;
37765 return 0;
37766 }
37767 _ACEOF
37768 rm -f conftest.$ac_objext conftest$ac_exeext
37769 if { (ac_try="$ac_link"
37770 case "(($ac_try" in
37771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37772 *) ac_try_echo=$ac_try;;
37773 esac
37774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37775 (eval "$ac_link") 2>conftest.er1
37776 ac_status=$?
37777 grep -v '^ *+' conftest.er1 >conftest.err
37778 rm -f conftest.er1
37779 cat conftest.err >&5
37780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37781 (exit $ac_status); } && {
37782 test -z "$ac_c_werror_flag" ||
37783 test ! -s conftest.err
37784 } && test -s conftest$ac_exeext &&
37785 $as_test_x conftest$ac_exeext; then
37786 eval "$as_ac_var=yes"
37787 else
37788 echo "$as_me: failed program was:" >&5
37789 sed 's/^/| /' conftest.$ac_ext >&5
37790
37791 eval "$as_ac_var=no"
37792 fi
37793
37794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37795 conftest$ac_exeext conftest.$ac_ext
37796 fi
37797 ac_res=`eval echo '${'$as_ac_var'}'`
37798 { echo "$as_me:$LINENO: result: $ac_res" >&5
37799 echo "${ECHO_T}$ac_res" >&6; }
37800 if test `eval echo '${'$as_ac_var'}'` = yes; then
37801 cat >>confdefs.h <<_ACEOF
37802 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37803 _ACEOF
37804 cat >>confdefs.h <<\_ACEOF
37805 #define HAVE_NANOSLEEP 1
37806 _ACEOF
37807
37808 else
37809
37810 { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
37811 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
37812 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
37813 echo $ECHO_N "(cached) $ECHO_C" >&6
37814 else
37815 ac_check_lib_save_LIBS=$LIBS
37816 LIBS="-lposix4 $LIBS"
37817 cat >conftest.$ac_ext <<_ACEOF
37818 /* confdefs.h. */
37819 _ACEOF
37820 cat confdefs.h >>conftest.$ac_ext
37821 cat >>conftest.$ac_ext <<_ACEOF
37822 /* end confdefs.h. */
37823
37824 /* Override any GCC internal prototype to avoid an error.
37825 Use char because int might match the return type of a GCC
37826 builtin and then its argument prototype would still apply. */
37827 #ifdef __cplusplus
37828 extern "C"
37829 #endif
37830 char nanosleep ();
37831 int
37832 main ()
37833 {
37834 return nanosleep ();
37835 ;
37836 return 0;
37837 }
37838 _ACEOF
37839 rm -f conftest.$ac_objext conftest$ac_exeext
37840 if { (ac_try="$ac_link"
37841 case "(($ac_try" in
37842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37843 *) ac_try_echo=$ac_try;;
37844 esac
37845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37846 (eval "$ac_link") 2>conftest.er1
37847 ac_status=$?
37848 grep -v '^ *+' conftest.er1 >conftest.err
37849 rm -f conftest.er1
37850 cat conftest.err >&5
37851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37852 (exit $ac_status); } && {
37853 test -z "$ac_c_werror_flag" ||
37854 test ! -s conftest.err
37855 } && test -s conftest$ac_exeext &&
37856 $as_test_x conftest$ac_exeext; then
37857 ac_cv_lib_posix4_nanosleep=yes
37858 else
37859 echo "$as_me: failed program was:" >&5
37860 sed 's/^/| /' conftest.$ac_ext >&5
37861
37862 ac_cv_lib_posix4_nanosleep=no
37863 fi
37864
37865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37866 conftest$ac_exeext conftest.$ac_ext
37867 LIBS=$ac_check_lib_save_LIBS
37868 fi
37869 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
37870 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
37871 if test $ac_cv_lib_posix4_nanosleep = yes; then
37872
37873 cat >>confdefs.h <<\_ACEOF
37874 #define HAVE_NANOSLEEP 1
37875 _ACEOF
37876
37877 POSIX4_LINK=" -lposix4"
37878
37879 else
37880
37881
37882 for wx_func in usleep
37883 do
37884 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37885 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37886 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37887 echo $ECHO_N "(cached) $ECHO_C" >&6
37888 else
37889
37890 cat >conftest.$ac_ext <<_ACEOF
37891
37892 /* confdefs.h. */
37893 _ACEOF
37894 cat confdefs.h >>conftest.$ac_ext
37895 cat >>conftest.$ac_ext <<_ACEOF
37896 /* end confdefs.h. */
37897
37898
37899 $ac_includes_default
37900
37901 int
37902 main ()
37903 {
37904
37905 #ifndef $wx_func
37906 &$wx_func;
37907 #endif
37908
37909
37910 ;
37911 return 0;
37912 }
37913
37914 _ACEOF
37915 rm -f conftest.$ac_objext conftest$ac_exeext
37916 if { (ac_try="$ac_link"
37917 case "(($ac_try" in
37918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37919 *) ac_try_echo=$ac_try;;
37920 esac
37921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37922 (eval "$ac_link") 2>conftest.er1
37923 ac_status=$?
37924 grep -v '^ *+' conftest.er1 >conftest.err
37925 rm -f conftest.er1
37926 cat conftest.err >&5
37927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37928 (exit $ac_status); } && {
37929 test -z "$ac_c_werror_flag" ||
37930 test ! -s conftest.err
37931 } && test -s conftest$ac_exeext &&
37932 $as_test_x conftest$ac_exeext; then
37933 eval wx_cv_func_$wx_func=yes
37934 else
37935 echo "$as_me: failed program was:" >&5
37936 sed 's/^/| /' conftest.$ac_ext >&5
37937
37938 eval wx_cv_func_$wx_func=no
37939 fi
37940
37941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37942 conftest$ac_exeext conftest.$ac_ext
37943
37944 fi
37945 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37946 { echo "$as_me:$LINENO: result: $ac_res" >&5
37947 echo "${ECHO_T}$ac_res" >&6; }
37948
37949 if eval test \$wx_cv_func_$wx_func = yes
37950 then
37951 cat >>confdefs.h <<_ACEOF
37952 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37953 _ACEOF
37954
37955
37956 else
37957 :
37958 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
37959 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
37960
37961 fi
37962 done
37963
37964
37965
37966 fi
37967
37968
37969
37970 fi
37971 done
37972
37973 fi
37974
37975
37976 for wx_func in uname
37977 do
37978 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37979 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37980 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37981 echo $ECHO_N "(cached) $ECHO_C" >&6
37982 else
37983
37984 cat >conftest.$ac_ext <<_ACEOF
37985
37986 /* confdefs.h. */
37987 _ACEOF
37988 cat confdefs.h >>conftest.$ac_ext
37989 cat >>conftest.$ac_ext <<_ACEOF
37990 /* end confdefs.h. */
37991
37992 #include <sys/utsname.h>
37993 $ac_includes_default
37994
37995 int
37996 main ()
37997 {
37998
37999 #ifndef $wx_func
38000 &$wx_func;
38001 #endif
38002
38003
38004 ;
38005 return 0;
38006 }
38007
38008 _ACEOF
38009 rm -f conftest.$ac_objext conftest$ac_exeext
38010 if { (ac_try="$ac_link"
38011 case "(($ac_try" in
38012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38013 *) ac_try_echo=$ac_try;;
38014 esac
38015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38016 (eval "$ac_link") 2>conftest.er1
38017 ac_status=$?
38018 grep -v '^ *+' conftest.er1 >conftest.err
38019 rm -f conftest.er1
38020 cat conftest.err >&5
38021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38022 (exit $ac_status); } && {
38023 test -z "$ac_c_werror_flag" ||
38024 test ! -s conftest.err
38025 } && test -s conftest$ac_exeext &&
38026 $as_test_x conftest$ac_exeext; then
38027 eval wx_cv_func_$wx_func=yes
38028 else
38029 echo "$as_me: failed program was:" >&5
38030 sed 's/^/| /' conftest.$ac_ext >&5
38031
38032 eval wx_cv_func_$wx_func=no
38033 fi
38034
38035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38036 conftest$ac_exeext conftest.$ac_ext
38037
38038 fi
38039 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38040 { echo "$as_me:$LINENO: result: $ac_res" >&5
38041 echo "${ECHO_T}$ac_res" >&6; }
38042
38043 if eval test \$wx_cv_func_$wx_func = yes
38044 then
38045 cat >>confdefs.h <<_ACEOF
38046 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38047 _ACEOF
38048
38049
38050 else
38051 :
38052
38053 fi
38054 done
38055
38056 if test "$wx_cv_func_uname" != yes; then
38057
38058 for wx_func in gethostname
38059 do
38060 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38061 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38062 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38063 echo $ECHO_N "(cached) $ECHO_C" >&6
38064 else
38065
38066 cat >conftest.$ac_ext <<_ACEOF
38067
38068 /* confdefs.h. */
38069 _ACEOF
38070 cat confdefs.h >>conftest.$ac_ext
38071 cat >>conftest.$ac_ext <<_ACEOF
38072 /* end confdefs.h. */
38073
38074
38075 $ac_includes_default
38076
38077 int
38078 main ()
38079 {
38080
38081 #ifndef $wx_func
38082 &$wx_func;
38083 #endif
38084
38085
38086 ;
38087 return 0;
38088 }
38089
38090 _ACEOF
38091 rm -f conftest.$ac_objext conftest$ac_exeext
38092 if { (ac_try="$ac_link"
38093 case "(($ac_try" in
38094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38095 *) ac_try_echo=$ac_try;;
38096 esac
38097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38098 (eval "$ac_link") 2>conftest.er1
38099 ac_status=$?
38100 grep -v '^ *+' conftest.er1 >conftest.err
38101 rm -f conftest.er1
38102 cat conftest.err >&5
38103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38104 (exit $ac_status); } && {
38105 test -z "$ac_c_werror_flag" ||
38106 test ! -s conftest.err
38107 } && test -s conftest$ac_exeext &&
38108 $as_test_x conftest$ac_exeext; then
38109 eval wx_cv_func_$wx_func=yes
38110 else
38111 echo "$as_me: failed program was:" >&5
38112 sed 's/^/| /' conftest.$ac_ext >&5
38113
38114 eval wx_cv_func_$wx_func=no
38115 fi
38116
38117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38118 conftest$ac_exeext conftest.$ac_ext
38119
38120 fi
38121 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38122 { echo "$as_me:$LINENO: result: $ac_res" >&5
38123 echo "${ECHO_T}$ac_res" >&6; }
38124
38125 if eval test \$wx_cv_func_$wx_func = yes
38126 then
38127 cat >>confdefs.h <<_ACEOF
38128 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38129 _ACEOF
38130
38131
38132 else
38133 :
38134
38135 fi
38136 done
38137
38138 fi
38139
38140
38141 for wx_func in strtok_r
38142 do
38143 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38144 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38145 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38146 echo $ECHO_N "(cached) $ECHO_C" >&6
38147 else
38148
38149 cat >conftest.$ac_ext <<_ACEOF
38150
38151 /* confdefs.h. */
38152 _ACEOF
38153 cat confdefs.h >>conftest.$ac_ext
38154 cat >>conftest.$ac_ext <<_ACEOF
38155 /* end confdefs.h. */
38156
38157 #define _REENTRANT
38158 $ac_includes_default
38159
38160 int
38161 main ()
38162 {
38163
38164 #ifndef $wx_func
38165 &$wx_func;
38166 #endif
38167
38168
38169 ;
38170 return 0;
38171 }
38172
38173 _ACEOF
38174 rm -f conftest.$ac_objext conftest$ac_exeext
38175 if { (ac_try="$ac_link"
38176 case "(($ac_try" in
38177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38178 *) ac_try_echo=$ac_try;;
38179 esac
38180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38181 (eval "$ac_link") 2>conftest.er1
38182 ac_status=$?
38183 grep -v '^ *+' conftest.er1 >conftest.err
38184 rm -f conftest.er1
38185 cat conftest.err >&5
38186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38187 (exit $ac_status); } && {
38188 test -z "$ac_c_werror_flag" ||
38189 test ! -s conftest.err
38190 } && test -s conftest$ac_exeext &&
38191 $as_test_x conftest$ac_exeext; then
38192 eval wx_cv_func_$wx_func=yes
38193 else
38194 echo "$as_me: failed program was:" >&5
38195 sed 's/^/| /' conftest.$ac_ext >&5
38196
38197 eval wx_cv_func_$wx_func=no
38198 fi
38199
38200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38201 conftest$ac_exeext conftest.$ac_ext
38202
38203 fi
38204 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38205 { echo "$as_me:$LINENO: result: $ac_res" >&5
38206 echo "${ECHO_T}$ac_res" >&6; }
38207
38208 if eval test \$wx_cv_func_$wx_func = yes
38209 then
38210 cat >>confdefs.h <<_ACEOF
38211 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38212 _ACEOF
38213
38214
38215 else
38216 :
38217
38218 fi
38219 done
38220
38221
38222 INET_LINK=
38223
38224 for ac_func in inet_addr
38225 do
38226 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38227 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38228 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38229 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38230 echo $ECHO_N "(cached) $ECHO_C" >&6
38231 else
38232 cat >conftest.$ac_ext <<_ACEOF
38233 /* confdefs.h. */
38234 _ACEOF
38235 cat confdefs.h >>conftest.$ac_ext
38236 cat >>conftest.$ac_ext <<_ACEOF
38237 /* end confdefs.h. */
38238 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38239 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38240 #define $ac_func innocuous_$ac_func
38241
38242 /* System header to define __stub macros and hopefully few prototypes,
38243 which can conflict with char $ac_func (); below.
38244 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38245 <limits.h> exists even on freestanding compilers. */
38246
38247 #ifdef __STDC__
38248 # include <limits.h>
38249 #else
38250 # include <assert.h>
38251 #endif
38252
38253 #undef $ac_func
38254
38255 /* Override any GCC internal prototype to avoid an error.
38256 Use char because int might match the return type of a GCC
38257 builtin and then its argument prototype would still apply. */
38258 #ifdef __cplusplus
38259 extern "C"
38260 #endif
38261 char $ac_func ();
38262 /* The GNU C library defines this for functions which it implements
38263 to always fail with ENOSYS. Some functions are actually named
38264 something starting with __ and the normal name is an alias. */
38265 #if defined __stub_$ac_func || defined __stub___$ac_func
38266 choke me
38267 #endif
38268
38269 int
38270 main ()
38271 {
38272 return $ac_func ();
38273 ;
38274 return 0;
38275 }
38276 _ACEOF
38277 rm -f conftest.$ac_objext conftest$ac_exeext
38278 if { (ac_try="$ac_link"
38279 case "(($ac_try" in
38280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38281 *) ac_try_echo=$ac_try;;
38282 esac
38283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38284 (eval "$ac_link") 2>conftest.er1
38285 ac_status=$?
38286 grep -v '^ *+' conftest.er1 >conftest.err
38287 rm -f conftest.er1
38288 cat conftest.err >&5
38289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38290 (exit $ac_status); } && {
38291 test -z "$ac_c_werror_flag" ||
38292 test ! -s conftest.err
38293 } && test -s conftest$ac_exeext &&
38294 $as_test_x conftest$ac_exeext; then
38295 eval "$as_ac_var=yes"
38296 else
38297 echo "$as_me: failed program was:" >&5
38298 sed 's/^/| /' conftest.$ac_ext >&5
38299
38300 eval "$as_ac_var=no"
38301 fi
38302
38303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38304 conftest$ac_exeext conftest.$ac_ext
38305 fi
38306 ac_res=`eval echo '${'$as_ac_var'}'`
38307 { echo "$as_me:$LINENO: result: $ac_res" >&5
38308 echo "${ECHO_T}$ac_res" >&6; }
38309 if test `eval echo '${'$as_ac_var'}'` = yes; then
38310 cat >>confdefs.h <<_ACEOF
38311 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38312 _ACEOF
38313 cat >>confdefs.h <<\_ACEOF
38314 #define HAVE_INET_ADDR 1
38315 _ACEOF
38316
38317 else
38318
38319 { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
38320 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
38321 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
38322 echo $ECHO_N "(cached) $ECHO_C" >&6
38323 else
38324 ac_check_lib_save_LIBS=$LIBS
38325 LIBS="-lnsl $LIBS"
38326 cat >conftest.$ac_ext <<_ACEOF
38327 /* confdefs.h. */
38328 _ACEOF
38329 cat confdefs.h >>conftest.$ac_ext
38330 cat >>conftest.$ac_ext <<_ACEOF
38331 /* end confdefs.h. */
38332
38333 /* Override any GCC internal prototype to avoid an error.
38334 Use char because int might match the return type of a GCC
38335 builtin and then its argument prototype would still apply. */
38336 #ifdef __cplusplus
38337 extern "C"
38338 #endif
38339 char inet_addr ();
38340 int
38341 main ()
38342 {
38343 return inet_addr ();
38344 ;
38345 return 0;
38346 }
38347 _ACEOF
38348 rm -f conftest.$ac_objext conftest$ac_exeext
38349 if { (ac_try="$ac_link"
38350 case "(($ac_try" in
38351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38352 *) ac_try_echo=$ac_try;;
38353 esac
38354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38355 (eval "$ac_link") 2>conftest.er1
38356 ac_status=$?
38357 grep -v '^ *+' conftest.er1 >conftest.err
38358 rm -f conftest.er1
38359 cat conftest.err >&5
38360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38361 (exit $ac_status); } && {
38362 test -z "$ac_c_werror_flag" ||
38363 test ! -s conftest.err
38364 } && test -s conftest$ac_exeext &&
38365 $as_test_x conftest$ac_exeext; then
38366 ac_cv_lib_nsl_inet_addr=yes
38367 else
38368 echo "$as_me: failed program was:" >&5
38369 sed 's/^/| /' conftest.$ac_ext >&5
38370
38371 ac_cv_lib_nsl_inet_addr=no
38372 fi
38373
38374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38375 conftest$ac_exeext conftest.$ac_ext
38376 LIBS=$ac_check_lib_save_LIBS
38377 fi
38378 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
38379 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
38380 if test $ac_cv_lib_nsl_inet_addr = yes; then
38381 INET_LINK="nsl"
38382 else
38383
38384 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
38385 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
38386 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
38387 echo $ECHO_N "(cached) $ECHO_C" >&6
38388 else
38389 ac_check_lib_save_LIBS=$LIBS
38390 LIBS="-lresolv $LIBS"
38391 cat >conftest.$ac_ext <<_ACEOF
38392 /* confdefs.h. */
38393 _ACEOF
38394 cat confdefs.h >>conftest.$ac_ext
38395 cat >>conftest.$ac_ext <<_ACEOF
38396 /* end confdefs.h. */
38397
38398 /* Override any GCC internal prototype to avoid an error.
38399 Use char because int might match the return type of a GCC
38400 builtin and then its argument prototype would still apply. */
38401 #ifdef __cplusplus
38402 extern "C"
38403 #endif
38404 char inet_addr ();
38405 int
38406 main ()
38407 {
38408 return inet_addr ();
38409 ;
38410 return 0;
38411 }
38412 _ACEOF
38413 rm -f conftest.$ac_objext conftest$ac_exeext
38414 if { (ac_try="$ac_link"
38415 case "(($ac_try" in
38416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38417 *) ac_try_echo=$ac_try;;
38418 esac
38419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38420 (eval "$ac_link") 2>conftest.er1
38421 ac_status=$?
38422 grep -v '^ *+' conftest.er1 >conftest.err
38423 rm -f conftest.er1
38424 cat conftest.err >&5
38425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38426 (exit $ac_status); } && {
38427 test -z "$ac_c_werror_flag" ||
38428 test ! -s conftest.err
38429 } && test -s conftest$ac_exeext &&
38430 $as_test_x conftest$ac_exeext; then
38431 ac_cv_lib_resolv_inet_addr=yes
38432 else
38433 echo "$as_me: failed program was:" >&5
38434 sed 's/^/| /' conftest.$ac_ext >&5
38435
38436 ac_cv_lib_resolv_inet_addr=no
38437 fi
38438
38439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38440 conftest$ac_exeext conftest.$ac_ext
38441 LIBS=$ac_check_lib_save_LIBS
38442 fi
38443 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
38444 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
38445 if test $ac_cv_lib_resolv_inet_addr = yes; then
38446 INET_LINK="resolv"
38447 else
38448
38449 { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
38450 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
38451 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
38452 echo $ECHO_N "(cached) $ECHO_C" >&6
38453 else
38454 ac_check_lib_save_LIBS=$LIBS
38455 LIBS="-lsocket $LIBS"
38456 cat >conftest.$ac_ext <<_ACEOF
38457 /* confdefs.h. */
38458 _ACEOF
38459 cat confdefs.h >>conftest.$ac_ext
38460 cat >>conftest.$ac_ext <<_ACEOF
38461 /* end confdefs.h. */
38462
38463 /* Override any GCC internal prototype to avoid an error.
38464 Use char because int might match the return type of a GCC
38465 builtin and then its argument prototype would still apply. */
38466 #ifdef __cplusplus
38467 extern "C"
38468 #endif
38469 char inet_addr ();
38470 int
38471 main ()
38472 {
38473 return inet_addr ();
38474 ;
38475 return 0;
38476 }
38477 _ACEOF
38478 rm -f conftest.$ac_objext conftest$ac_exeext
38479 if { (ac_try="$ac_link"
38480 case "(($ac_try" in
38481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38482 *) ac_try_echo=$ac_try;;
38483 esac
38484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38485 (eval "$ac_link") 2>conftest.er1
38486 ac_status=$?
38487 grep -v '^ *+' conftest.er1 >conftest.err
38488 rm -f conftest.er1
38489 cat conftest.err >&5
38490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38491 (exit $ac_status); } && {
38492 test -z "$ac_c_werror_flag" ||
38493 test ! -s conftest.err
38494 } && test -s conftest$ac_exeext &&
38495 $as_test_x conftest$ac_exeext; then
38496 ac_cv_lib_socket_inet_addr=yes
38497 else
38498 echo "$as_me: failed program was:" >&5
38499 sed 's/^/| /' conftest.$ac_ext >&5
38500
38501 ac_cv_lib_socket_inet_addr=no
38502 fi
38503
38504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38505 conftest$ac_exeext conftest.$ac_ext
38506 LIBS=$ac_check_lib_save_LIBS
38507 fi
38508 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
38509 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
38510 if test $ac_cv_lib_socket_inet_addr = yes; then
38511 INET_LINK="socket"
38512
38513 fi
38514
38515
38516
38517 fi
38518
38519
38520
38521 fi
38522
38523
38524
38525 fi
38526 done
38527
38528
38529
38530 for ac_func in inet_aton
38531 do
38532 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38533 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38534 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38535 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38536 echo $ECHO_N "(cached) $ECHO_C" >&6
38537 else
38538 cat >conftest.$ac_ext <<_ACEOF
38539 /* confdefs.h. */
38540 _ACEOF
38541 cat confdefs.h >>conftest.$ac_ext
38542 cat >>conftest.$ac_ext <<_ACEOF
38543 /* end confdefs.h. */
38544 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38545 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38546 #define $ac_func innocuous_$ac_func
38547
38548 /* System header to define __stub macros and hopefully few prototypes,
38549 which can conflict with char $ac_func (); below.
38550 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38551 <limits.h> exists even on freestanding compilers. */
38552
38553 #ifdef __STDC__
38554 # include <limits.h>
38555 #else
38556 # include <assert.h>
38557 #endif
38558
38559 #undef $ac_func
38560
38561 /* Override any GCC internal prototype to avoid an error.
38562 Use char because int might match the return type of a GCC
38563 builtin and then its argument prototype would still apply. */
38564 #ifdef __cplusplus
38565 extern "C"
38566 #endif
38567 char $ac_func ();
38568 /* The GNU C library defines this for functions which it implements
38569 to always fail with ENOSYS. Some functions are actually named
38570 something starting with __ and the normal name is an alias. */
38571 #if defined __stub_$ac_func || defined __stub___$ac_func
38572 choke me
38573 #endif
38574
38575 int
38576 main ()
38577 {
38578 return $ac_func ();
38579 ;
38580 return 0;
38581 }
38582 _ACEOF
38583 rm -f conftest.$ac_objext conftest$ac_exeext
38584 if { (ac_try="$ac_link"
38585 case "(($ac_try" in
38586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38587 *) ac_try_echo=$ac_try;;
38588 esac
38589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38590 (eval "$ac_link") 2>conftest.er1
38591 ac_status=$?
38592 grep -v '^ *+' conftest.er1 >conftest.err
38593 rm -f conftest.er1
38594 cat conftest.err >&5
38595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38596 (exit $ac_status); } && {
38597 test -z "$ac_c_werror_flag" ||
38598 test ! -s conftest.err
38599 } && test -s conftest$ac_exeext &&
38600 $as_test_x conftest$ac_exeext; then
38601 eval "$as_ac_var=yes"
38602 else
38603 echo "$as_me: failed program was:" >&5
38604 sed 's/^/| /' conftest.$ac_ext >&5
38605
38606 eval "$as_ac_var=no"
38607 fi
38608
38609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38610 conftest$ac_exeext conftest.$ac_ext
38611 fi
38612 ac_res=`eval echo '${'$as_ac_var'}'`
38613 { echo "$as_me:$LINENO: result: $ac_res" >&5
38614 echo "${ECHO_T}$ac_res" >&6; }
38615 if test `eval echo '${'$as_ac_var'}'` = yes; then
38616 cat >>confdefs.h <<_ACEOF
38617 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38618 _ACEOF
38619 cat >>confdefs.h <<\_ACEOF
38620 #define HAVE_INET_ATON 1
38621 _ACEOF
38622
38623 else
38624
38625 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
38626 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
38627 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
38628 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
38629 echo $ECHO_N "(cached) $ECHO_C" >&6
38630 else
38631 ac_check_lib_save_LIBS=$LIBS
38632 LIBS="-l$INET_LINK $LIBS"
38633 cat >conftest.$ac_ext <<_ACEOF
38634 /* confdefs.h. */
38635 _ACEOF
38636 cat confdefs.h >>conftest.$ac_ext
38637 cat >>conftest.$ac_ext <<_ACEOF
38638 /* end confdefs.h. */
38639
38640 /* Override any GCC internal prototype to avoid an error.
38641 Use char because int might match the return type of a GCC
38642 builtin and then its argument prototype would still apply. */
38643 #ifdef __cplusplus
38644 extern "C"
38645 #endif
38646 char inet_aton ();
38647 int
38648 main ()
38649 {
38650 return inet_aton ();
38651 ;
38652 return 0;
38653 }
38654 _ACEOF
38655 rm -f conftest.$ac_objext conftest$ac_exeext
38656 if { (ac_try="$ac_link"
38657 case "(($ac_try" in
38658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38659 *) ac_try_echo=$ac_try;;
38660 esac
38661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38662 (eval "$ac_link") 2>conftest.er1
38663 ac_status=$?
38664 grep -v '^ *+' conftest.er1 >conftest.err
38665 rm -f conftest.er1
38666 cat conftest.err >&5
38667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38668 (exit $ac_status); } && {
38669 test -z "$ac_c_werror_flag" ||
38670 test ! -s conftest.err
38671 } && test -s conftest$ac_exeext &&
38672 $as_test_x conftest$ac_exeext; then
38673 eval "$as_ac_Lib=yes"
38674 else
38675 echo "$as_me: failed program was:" >&5
38676 sed 's/^/| /' conftest.$ac_ext >&5
38677
38678 eval "$as_ac_Lib=no"
38679 fi
38680
38681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38682 conftest$ac_exeext conftest.$ac_ext
38683 LIBS=$ac_check_lib_save_LIBS
38684 fi
38685 ac_res=`eval echo '${'$as_ac_Lib'}'`
38686 { echo "$as_me:$LINENO: result: $ac_res" >&5
38687 echo "${ECHO_T}$ac_res" >&6; }
38688 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
38689 cat >>confdefs.h <<\_ACEOF
38690 #define HAVE_INET_ATON 1
38691 _ACEOF
38692
38693 fi
38694
38695
38696 fi
38697 done
38698
38699
38700 if test "x$INET_LINK" != "x"; then
38701 cat >>confdefs.h <<\_ACEOF
38702 #define HAVE_INET_ADDR 1
38703 _ACEOF
38704
38705 INET_LINK=" -l$INET_LINK"
38706 fi
38707
38708
38709 for wx_func in fdopen
38710 do
38711 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38712 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38713 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38714 echo $ECHO_N "(cached) $ECHO_C" >&6
38715 else
38716
38717 cat >conftest.$ac_ext <<_ACEOF
38718
38719 /* confdefs.h. */
38720 _ACEOF
38721 cat confdefs.h >>conftest.$ac_ext
38722 cat >>conftest.$ac_ext <<_ACEOF
38723 /* end confdefs.h. */
38724
38725
38726 $ac_includes_default
38727
38728 int
38729 main ()
38730 {
38731
38732 #ifndef $wx_func
38733 &$wx_func;
38734 #endif
38735
38736
38737 ;
38738 return 0;
38739 }
38740
38741 _ACEOF
38742 rm -f conftest.$ac_objext conftest$ac_exeext
38743 if { (ac_try="$ac_link"
38744 case "(($ac_try" in
38745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38746 *) ac_try_echo=$ac_try;;
38747 esac
38748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38749 (eval "$ac_link") 2>conftest.er1
38750 ac_status=$?
38751 grep -v '^ *+' conftest.er1 >conftest.err
38752 rm -f conftest.er1
38753 cat conftest.err >&5
38754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38755 (exit $ac_status); } && {
38756 test -z "$ac_c_werror_flag" ||
38757 test ! -s conftest.err
38758 } && test -s conftest$ac_exeext &&
38759 $as_test_x conftest$ac_exeext; then
38760 eval wx_cv_func_$wx_func=yes
38761 else
38762 echo "$as_me: failed program was:" >&5
38763 sed 's/^/| /' conftest.$ac_ext >&5
38764
38765 eval wx_cv_func_$wx_func=no
38766 fi
38767
38768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38769 conftest$ac_exeext conftest.$ac_ext
38770
38771 fi
38772 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38773 { echo "$as_me:$LINENO: result: $ac_res" >&5
38774 echo "${ECHO_T}$ac_res" >&6; }
38775
38776 if eval test \$wx_cv_func_$wx_func = yes
38777 then
38778 cat >>confdefs.h <<_ACEOF
38779 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38780 _ACEOF
38781
38782
38783 else
38784 :
38785
38786 fi
38787 done
38788
38789
38790 if test "$wxUSE_TARSTREAM" = "yes"; then
38791
38792 for wx_func in sysconf
38793 do
38794 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38795 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38796 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38797 echo $ECHO_N "(cached) $ECHO_C" >&6
38798 else
38799
38800 cat >conftest.$ac_ext <<_ACEOF
38801
38802 /* confdefs.h. */
38803 _ACEOF
38804 cat confdefs.h >>conftest.$ac_ext
38805 cat >>conftest.$ac_ext <<_ACEOF
38806 /* end confdefs.h. */
38807
38808
38809 $ac_includes_default
38810
38811 int
38812 main ()
38813 {
38814
38815 #ifndef $wx_func
38816 &$wx_func;
38817 #endif
38818
38819
38820 ;
38821 return 0;
38822 }
38823
38824 _ACEOF
38825 rm -f conftest.$ac_objext conftest$ac_exeext
38826 if { (ac_try="$ac_link"
38827 case "(($ac_try" in
38828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38829 *) ac_try_echo=$ac_try;;
38830 esac
38831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38832 (eval "$ac_link") 2>conftest.er1
38833 ac_status=$?
38834 grep -v '^ *+' conftest.er1 >conftest.err
38835 rm -f conftest.er1
38836 cat conftest.err >&5
38837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38838 (exit $ac_status); } && {
38839 test -z "$ac_c_werror_flag" ||
38840 test ! -s conftest.err
38841 } && test -s conftest$ac_exeext &&
38842 $as_test_x conftest$ac_exeext; then
38843 eval wx_cv_func_$wx_func=yes
38844 else
38845 echo "$as_me: failed program was:" >&5
38846 sed 's/^/| /' conftest.$ac_ext >&5
38847
38848 eval wx_cv_func_$wx_func=no
38849 fi
38850
38851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38852 conftest$ac_exeext conftest.$ac_ext
38853
38854 fi
38855 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38856 { echo "$as_me:$LINENO: result: $ac_res" >&5
38857 echo "${ECHO_T}$ac_res" >&6; }
38858
38859 if eval test \$wx_cv_func_$wx_func = yes
38860 then
38861 cat >>confdefs.h <<_ACEOF
38862 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38863 _ACEOF
38864
38865
38866 else
38867 :
38868
38869 fi
38870 done
38871
38872
38873
38874 for wx_func in getpwuid_r
38875 do
38876 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38877 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38878 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38879 echo $ECHO_N "(cached) $ECHO_C" >&6
38880 else
38881
38882 cat >conftest.$ac_ext <<_ACEOF
38883
38884 /* confdefs.h. */
38885 _ACEOF
38886 cat confdefs.h >>conftest.$ac_ext
38887 cat >>conftest.$ac_ext <<_ACEOF
38888 /* end confdefs.h. */
38889
38890
38891 #define _REENTRANT
38892 #include <pwd.h>
38893
38894 $ac_includes_default
38895
38896 int
38897 main ()
38898 {
38899
38900 #ifndef $wx_func
38901 &$wx_func;
38902 #endif
38903
38904 struct passwd pw, *ppw;
38905 char buf[1024];
38906 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
38907
38908
38909 ;
38910 return 0;
38911 }
38912
38913 _ACEOF
38914 rm -f conftest.$ac_objext conftest$ac_exeext
38915 if { (ac_try="$ac_link"
38916 case "(($ac_try" in
38917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38918 *) ac_try_echo=$ac_try;;
38919 esac
38920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38921 (eval "$ac_link") 2>conftest.er1
38922 ac_status=$?
38923 grep -v '^ *+' conftest.er1 >conftest.err
38924 rm -f conftest.er1
38925 cat conftest.err >&5
38926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38927 (exit $ac_status); } && {
38928 test -z "$ac_c_werror_flag" ||
38929 test ! -s conftest.err
38930 } && test -s conftest$ac_exeext &&
38931 $as_test_x conftest$ac_exeext; then
38932 eval wx_cv_func_$wx_func=yes
38933 else
38934 echo "$as_me: failed program was:" >&5
38935 sed 's/^/| /' conftest.$ac_ext >&5
38936
38937 eval wx_cv_func_$wx_func=no
38938 fi
38939
38940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38941 conftest$ac_exeext conftest.$ac_ext
38942
38943 fi
38944 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38945 { echo "$as_me:$LINENO: result: $ac_res" >&5
38946 echo "${ECHO_T}$ac_res" >&6; }
38947
38948 if eval test \$wx_cv_func_$wx_func = yes
38949 then
38950 cat >>confdefs.h <<_ACEOF
38951 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38952 _ACEOF
38953
38954
38955 else
38956 :
38957
38958 fi
38959 done
38960
38961
38962
38963 for wx_func in getgrgid_r
38964 do
38965 { echo "$as_me:$LINENO: checking for $wx_func" >&5
38966 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38967 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38968 echo $ECHO_N "(cached) $ECHO_C" >&6
38969 else
38970
38971 cat >conftest.$ac_ext <<_ACEOF
38972
38973 /* confdefs.h. */
38974 _ACEOF
38975 cat confdefs.h >>conftest.$ac_ext
38976 cat >>conftest.$ac_ext <<_ACEOF
38977 /* end confdefs.h. */
38978
38979
38980 #define _REENTRANT
38981 #include <grp.h>
38982
38983 $ac_includes_default
38984
38985 int
38986 main ()
38987 {
38988
38989 #ifndef $wx_func
38990 &$wx_func;
38991 #endif
38992
38993 struct group grp, *pgrp;
38994 char buf[1024];
38995 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
38996
38997
38998 ;
38999 return 0;
39000 }
39001
39002 _ACEOF
39003 rm -f conftest.$ac_objext conftest$ac_exeext
39004 if { (ac_try="$ac_link"
39005 case "(($ac_try" in
39006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39007 *) ac_try_echo=$ac_try;;
39008 esac
39009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39010 (eval "$ac_link") 2>conftest.er1
39011 ac_status=$?
39012 grep -v '^ *+' conftest.er1 >conftest.err
39013 rm -f conftest.er1
39014 cat conftest.err >&5
39015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39016 (exit $ac_status); } && {
39017 test -z "$ac_c_werror_flag" ||
39018 test ! -s conftest.err
39019 } && test -s conftest$ac_exeext &&
39020 $as_test_x conftest$ac_exeext; then
39021 eval wx_cv_func_$wx_func=yes
39022 else
39023 echo "$as_me: failed program was:" >&5
39024 sed 's/^/| /' conftest.$ac_ext >&5
39025
39026 eval wx_cv_func_$wx_func=no
39027 fi
39028
39029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39030 conftest$ac_exeext conftest.$ac_ext
39031
39032 fi
39033 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39034 { echo "$as_me:$LINENO: result: $ac_res" >&5
39035 echo "${ECHO_T}$ac_res" >&6; }
39036
39037 if eval test \$wx_cv_func_$wx_func = yes
39038 then
39039 cat >>confdefs.h <<_ACEOF
39040 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39041 _ACEOF
39042
39043
39044 else
39045 :
39046
39047 fi
39048 done
39049
39050 fi
39051
39052 fi
39053
39054
39055
39056 cat >confcache <<\_ACEOF
39057 # This file is a shell script that caches the results of configure
39058 # tests run on this system so they can be shared between configure
39059 # scripts and configure runs, see configure's option --config-cache.
39060 # It is not useful on other systems. If it contains results you don't
39061 # want to keep, you may remove or edit it.
39062 #
39063 # config.status only pays attention to the cache file if you give it
39064 # the --recheck option to rerun configure.
39065 #
39066 # `ac_cv_env_foo' variables (set or unset) will be overridden when
39067 # loading this file, other *unset* `ac_cv_foo' will be assigned the
39068 # following values.
39069
39070 _ACEOF
39071
39072 # The following way of writing the cache mishandles newlines in values,
39073 # but we know of no workaround that is simple, portable, and efficient.
39074 # So, we kill variables containing newlines.
39075 # Ultrix sh set writes to stderr and can't be redirected directly,
39076 # and sets the high bit in the cache file unless we assign to the vars.
39077 (
39078 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
39079 eval ac_val=\$$ac_var
39080 case $ac_val in #(
39081 *${as_nl}*)
39082 case $ac_var in #(
39083 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
39084 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
39085 esac
39086 case $ac_var in #(
39087 _ | IFS | as_nl) ;; #(
39088 *) $as_unset $ac_var ;;
39089 esac ;;
39090 esac
39091 done
39092
39093 (set) 2>&1 |
39094 case $as_nl`(ac_space=' '; set) 2>&1` in #(
39095 *${as_nl}ac_space=\ *)
39096 # `set' does not quote correctly, so add quotes (double-quote
39097 # substitution turns \\\\ into \\, and sed turns \\ into \).
39098 sed -n \
39099 "s/'/'\\\\''/g;
39100 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
39101 ;; #(
39102 *)
39103 # `set' quotes correctly as required by POSIX, so do not add quotes.
39104 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
39105 ;;
39106 esac |
39107 sort
39108 ) |
39109 sed '
39110 /^ac_cv_env_/b end
39111 t clear
39112 :clear
39113 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
39114 t end
39115 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
39116 :end' >>confcache
39117 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
39118 if test -w "$cache_file"; then
39119 test "x$cache_file" != "x/dev/null" &&
39120 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
39121 echo "$as_me: updating cache $cache_file" >&6;}
39122 cat confcache >$cache_file
39123 else
39124 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
39125 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
39126 fi
39127 fi
39128 rm -f confcache
39129
39130
39131 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
39132
39133
39134 THREADS_LINK=
39135 THREADS_CFLAGS=
39136
39137 if test "$wxUSE_THREADS" = "yes" ; then
39138 if test "$USE_BEOS" = 1; then
39139 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
39140 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
39141 wxUSE_THREADS="no"
39142 fi
39143 fi
39144
39145 if test "$wxUSE_THREADS" = "yes" ; then
39146
39147
39148 THREAD_OPTS="-pthread"
39149 if test "x$SUNCXX" = xyes; then
39150 THREAD_OPTS="-mt lthread $THREAD_OPTS"
39151 fi
39152
39153 case "${host}" in
39154 *-*-solaris2* | *-*-sunos4* )
39155 if test "x$GCC" = "xyes"; then
39156 THREAD_OPTS="-pthreads $THREAD_OPTS"
39157 fi
39158 ;;
39159 *-*-freebsd*)
39160 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
39161 ;;
39162 *-*-darwin* | *-*-cygwin* )
39163 THREAD_OPTS=""
39164 ;;
39165 *-*-aix*)
39166 THREAD_OPTS="pthreads"
39167 ;;
39168 *-hp-hpux* )
39169 if test "x$GCC" = "xyes"; then
39170 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
39171 THREAD_OPTS=""
39172 else
39173 THREAD_OPTS="-mt"
39174 fi
39175 ;;
39176
39177 *-*-irix* )
39178 if test "x$GCC" = "xyes"; then
39179 THREAD_OPTS=""
39180 fi
39181 ;;
39182
39183 *-*-*UnixWare*)
39184 if test "x$GCC" != "xyes"; then
39185 THREAD_OPTS="-Ethread"
39186 fi
39187 ;;
39188 esac
39189
39190 THREAD_OPTS="$THREAD_OPTS pthread none"
39191
39192 THREADS_OK=no
39193 for flag in $THREAD_OPTS; do
39194 case $flag in
39195 none)
39196 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
39197 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
39198 ;;
39199
39200 -*)
39201 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
39202 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
39203 THREADS_CFLAGS="$flag"
39204 ;;
39205
39206 *)
39207 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
39208 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
39209 THREADS_LINK="-l$flag"
39210 ;;
39211 esac
39212
39213 save_LIBS="$LIBS"
39214 save_CFLAGS="$CFLAGS"
39215 LIBS="$THREADS_LINK $LIBS"
39216 CFLAGS="$THREADS_CFLAGS $CFLAGS"
39217
39218 cat >conftest.$ac_ext <<_ACEOF
39219 /* confdefs.h. */
39220 _ACEOF
39221 cat confdefs.h >>conftest.$ac_ext
39222 cat >>conftest.$ac_ext <<_ACEOF
39223 /* end confdefs.h. */
39224 #include <pthread.h>
39225 int
39226 main ()
39227 {
39228 pthread_create(0,0,0,0);
39229 ;
39230 return 0;
39231 }
39232 _ACEOF
39233 rm -f conftest.$ac_objext conftest$ac_exeext
39234 if { (ac_try="$ac_link"
39235 case "(($ac_try" in
39236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39237 *) ac_try_echo=$ac_try;;
39238 esac
39239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39240 (eval "$ac_link") 2>conftest.er1
39241 ac_status=$?
39242 grep -v '^ *+' conftest.er1 >conftest.err
39243 rm -f conftest.er1
39244 cat conftest.err >&5
39245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39246 (exit $ac_status); } && {
39247 test -z "$ac_c_werror_flag" ||
39248 test ! -s conftest.err
39249 } && test -s conftest$ac_exeext &&
39250 $as_test_x conftest$ac_exeext; then
39251 THREADS_OK=yes
39252 else
39253 echo "$as_me: failed program was:" >&5
39254 sed 's/^/| /' conftest.$ac_ext >&5
39255
39256
39257 fi
39258
39259 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39260 conftest$ac_exeext conftest.$ac_ext
39261
39262 LIBS="$save_LIBS"
39263 CFLAGS="$save_CFLAGS"
39264
39265 { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
39266 echo "${ECHO_T}$THREADS_OK" >&6; }
39267 if test "x$THREADS_OK" = "xyes"; then
39268 break;
39269 fi
39270
39271 THREADS_LINK=""
39272 THREADS_CFLAGS=""
39273 done
39274
39275 if test "x$THREADS_OK" != "xyes"; then
39276 wxUSE_THREADS=no
39277 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
39278 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
39279 else
39280 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
39281 LIBS="$THREADS_LINK $LIBS"
39282
39283 { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
39284 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
39285 flag=no
39286 case "${host}" in
39287 *-aix*)
39288 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
39289 flag="-D_THREAD_SAFE"
39290 ;;
39291 *-freebsd*)
39292 flag="-D_THREAD_SAFE"
39293 ;;
39294 *-hp-hpux* )
39295 flag="-D_REENTRANT"
39296 if test "x$GCC" != "xyes"; then
39297 flag="$flag -D_RWSTD_MULTI_THREAD"
39298 fi
39299 ;;
39300 *solaris* | alpha*-osf*)
39301 flag="-D_REENTRANT"
39302 ;;
39303 esac
39304 { echo "$as_me:$LINENO: result: ${flag}" >&5
39305 echo "${ECHO_T}${flag}" >&6; }
39306 if test "x$flag" != xno; then
39307 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
39308 fi
39309
39310 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
39311 fi
39312 fi
39313
39314 if test "$wxUSE_THREADS" = "yes" ; then
39315
39316 for ac_func in thr_setconcurrency
39317 do
39318 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39319 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39320 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39321 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39322 echo $ECHO_N "(cached) $ECHO_C" >&6
39323 else
39324 cat >conftest.$ac_ext <<_ACEOF
39325 /* confdefs.h. */
39326 _ACEOF
39327 cat confdefs.h >>conftest.$ac_ext
39328 cat >>conftest.$ac_ext <<_ACEOF
39329 /* end confdefs.h. */
39330 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39332 #define $ac_func innocuous_$ac_func
39333
39334 /* System header to define __stub macros and hopefully few prototypes,
39335 which can conflict with char $ac_func (); below.
39336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39337 <limits.h> exists even on freestanding compilers. */
39338
39339 #ifdef __STDC__
39340 # include <limits.h>
39341 #else
39342 # include <assert.h>
39343 #endif
39344
39345 #undef $ac_func
39346
39347 /* Override any GCC internal prototype to avoid an error.
39348 Use char because int might match the return type of a GCC
39349 builtin and then its argument prototype would still apply. */
39350 #ifdef __cplusplus
39351 extern "C"
39352 #endif
39353 char $ac_func ();
39354 /* The GNU C library defines this for functions which it implements
39355 to always fail with ENOSYS. Some functions are actually named
39356 something starting with __ and the normal name is an alias. */
39357 #if defined __stub_$ac_func || defined __stub___$ac_func
39358 choke me
39359 #endif
39360
39361 int
39362 main ()
39363 {
39364 return $ac_func ();
39365 ;
39366 return 0;
39367 }
39368 _ACEOF
39369 rm -f conftest.$ac_objext conftest$ac_exeext
39370 if { (ac_try="$ac_link"
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_link") 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_c_werror_flag" ||
39384 test ! -s conftest.err
39385 } && test -s conftest$ac_exeext &&
39386 $as_test_x conftest$ac_exeext; then
39387 eval "$as_ac_var=yes"
39388 else
39389 echo "$as_me: failed program was:" >&5
39390 sed 's/^/| /' conftest.$ac_ext >&5
39391
39392 eval "$as_ac_var=no"
39393 fi
39394
39395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39396 conftest$ac_exeext conftest.$ac_ext
39397 fi
39398 ac_res=`eval echo '${'$as_ac_var'}'`
39399 { echo "$as_me:$LINENO: result: $ac_res" >&5
39400 echo "${ECHO_T}$ac_res" >&6; }
39401 if test `eval echo '${'$as_ac_var'}'` = yes; then
39402 cat >>confdefs.h <<_ACEOF
39403 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39404 _ACEOF
39405
39406 fi
39407 done
39408
39409
39410 { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
39411 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
39412 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
39413 echo $ECHO_N "(cached) $ECHO_C" >&6
39414 else
39415
39416 ac_ext=cpp
39417 ac_cpp='$CXXCPP $CPPFLAGS'
39418 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39419 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39420 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39421
39422 cat >conftest.$ac_ext <<_ACEOF
39423 /* confdefs.h. */
39424 _ACEOF
39425 cat confdefs.h >>conftest.$ac_ext
39426 cat >>conftest.$ac_ext <<_ACEOF
39427 /* end confdefs.h. */
39428 #include <pthread.h>
39429 void ThreadCleanupFunc(void *p);
39430
39431 int
39432 main ()
39433 {
39434
39435 void *p;
39436 pthread_cleanup_push(ThreadCleanupFunc, p);
39437 pthread_cleanup_pop(0);
39438
39439 ;
39440 return 0;
39441 }
39442 _ACEOF
39443 rm -f conftest.$ac_objext
39444 if { (ac_try="$ac_compile"
39445 case "(($ac_try" in
39446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39447 *) ac_try_echo=$ac_try;;
39448 esac
39449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39450 (eval "$ac_compile") 2>conftest.er1
39451 ac_status=$?
39452 grep -v '^ *+' conftest.er1 >conftest.err
39453 rm -f conftest.er1
39454 cat conftest.err >&5
39455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39456 (exit $ac_status); } && {
39457 test -z "$ac_cxx_werror_flag" ||
39458 test ! -s conftest.err
39459 } && test -s conftest.$ac_objext; then
39460
39461 wx_cv_func_pthread_cleanup=yes
39462
39463 else
39464 echo "$as_me: failed program was:" >&5
39465 sed 's/^/| /' conftest.$ac_ext >&5
39466
39467
39468 wx_cv_func_pthread_cleanup=no
39469
39470
39471 fi
39472
39473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39474 ac_ext=c
39475 ac_cpp='$CPP $CPPFLAGS'
39476 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39477 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39478 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39479
39480
39481 fi
39482 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
39483 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
39484 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
39485 cat >>confdefs.h <<\_ACEOF
39486 #define wxHAVE_PTHREAD_CLEANUP 1
39487 _ACEOF
39488
39489 fi
39490
39491
39492 for ac_header in sched.h
39493 do
39494 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39495 { echo "$as_me:$LINENO: checking for $ac_header" >&5
39496 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
39497 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
39498 echo $ECHO_N "(cached) $ECHO_C" >&6
39499 else
39500 cat >conftest.$ac_ext <<_ACEOF
39501 /* confdefs.h. */
39502 _ACEOF
39503 cat confdefs.h >>conftest.$ac_ext
39504 cat >>conftest.$ac_ext <<_ACEOF
39505 /* end confdefs.h. */
39506 $ac_includes_default
39507
39508 #include <$ac_header>
39509 _ACEOF
39510 rm -f conftest.$ac_objext
39511 if { (ac_try="$ac_compile"
39512 case "(($ac_try" in
39513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39514 *) ac_try_echo=$ac_try;;
39515 esac
39516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39517 (eval "$ac_compile") 2>conftest.er1
39518 ac_status=$?
39519 grep -v '^ *+' conftest.er1 >conftest.err
39520 rm -f conftest.er1
39521 cat conftest.err >&5
39522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39523 (exit $ac_status); } && {
39524 test -z "$ac_c_werror_flag" ||
39525 test ! -s conftest.err
39526 } && test -s conftest.$ac_objext; then
39527 eval "$as_ac_Header=yes"
39528 else
39529 echo "$as_me: failed program was:" >&5
39530 sed 's/^/| /' conftest.$ac_ext >&5
39531
39532 eval "$as_ac_Header=no"
39533 fi
39534
39535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39536 fi
39537 ac_res=`eval echo '${'$as_ac_Header'}'`
39538 { echo "$as_me:$LINENO: result: $ac_res" >&5
39539 echo "${ECHO_T}$ac_res" >&6; }
39540 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39541 cat >>confdefs.h <<_ACEOF
39542 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39543 _ACEOF
39544
39545 fi
39546
39547 done
39548
39549 if test "$ac_cv_header_sched_h" = "yes"; then
39550 { echo "$as_me:$LINENO: checking for sched_yield" >&5
39551 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
39552 if test "${ac_cv_func_sched_yield+set}" = set; then
39553 echo $ECHO_N "(cached) $ECHO_C" >&6
39554 else
39555 cat >conftest.$ac_ext <<_ACEOF
39556 /* confdefs.h. */
39557 _ACEOF
39558 cat confdefs.h >>conftest.$ac_ext
39559 cat >>conftest.$ac_ext <<_ACEOF
39560 /* end confdefs.h. */
39561 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
39562 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39563 #define sched_yield innocuous_sched_yield
39564
39565 /* System header to define __stub macros and hopefully few prototypes,
39566 which can conflict with char sched_yield (); below.
39567 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39568 <limits.h> exists even on freestanding compilers. */
39569
39570 #ifdef __STDC__
39571 # include <limits.h>
39572 #else
39573 # include <assert.h>
39574 #endif
39575
39576 #undef sched_yield
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 /* The GNU C library defines this for functions which it implements
39586 to always fail with ENOSYS. Some functions are actually named
39587 something starting with __ and the normal name is an alias. */
39588 #if defined __stub_sched_yield || defined __stub___sched_yield
39589 choke me
39590 #endif
39591
39592 int
39593 main ()
39594 {
39595 return sched_yield ();
39596 ;
39597 return 0;
39598 }
39599 _ACEOF
39600 rm -f conftest.$ac_objext conftest$ac_exeext
39601 if { (ac_try="$ac_link"
39602 case "(($ac_try" in
39603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39604 *) ac_try_echo=$ac_try;;
39605 esac
39606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39607 (eval "$ac_link") 2>conftest.er1
39608 ac_status=$?
39609 grep -v '^ *+' conftest.er1 >conftest.err
39610 rm -f conftest.er1
39611 cat conftest.err >&5
39612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39613 (exit $ac_status); } && {
39614 test -z "$ac_c_werror_flag" ||
39615 test ! -s conftest.err
39616 } && test -s conftest$ac_exeext &&
39617 $as_test_x conftest$ac_exeext; then
39618 ac_cv_func_sched_yield=yes
39619 else
39620 echo "$as_me: failed program was:" >&5
39621 sed 's/^/| /' conftest.$ac_ext >&5
39622
39623 ac_cv_func_sched_yield=no
39624 fi
39625
39626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39627 conftest$ac_exeext conftest.$ac_ext
39628 fi
39629 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
39630 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
39631 if test $ac_cv_func_sched_yield = yes; then
39632 cat >>confdefs.h <<\_ACEOF
39633 #define HAVE_SCHED_YIELD 1
39634 _ACEOF
39635
39636 else
39637
39638 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
39639 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
39640 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
39641 echo $ECHO_N "(cached) $ECHO_C" >&6
39642 else
39643 ac_check_lib_save_LIBS=$LIBS
39644 LIBS="-lposix4 $LIBS"
39645 cat >conftest.$ac_ext <<_ACEOF
39646 /* confdefs.h. */
39647 _ACEOF
39648 cat confdefs.h >>conftest.$ac_ext
39649 cat >>conftest.$ac_ext <<_ACEOF
39650 /* end confdefs.h. */
39651
39652 /* Override any GCC internal prototype to avoid an error.
39653 Use char because int might match the return type of a GCC
39654 builtin and then its argument prototype would still apply. */
39655 #ifdef __cplusplus
39656 extern "C"
39657 #endif
39658 char sched_yield ();
39659 int
39660 main ()
39661 {
39662 return sched_yield ();
39663 ;
39664 return 0;
39665 }
39666 _ACEOF
39667 rm -f conftest.$ac_objext conftest$ac_exeext
39668 if { (ac_try="$ac_link"
39669 case "(($ac_try" in
39670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39671 *) ac_try_echo=$ac_try;;
39672 esac
39673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39674 (eval "$ac_link") 2>conftest.er1
39675 ac_status=$?
39676 grep -v '^ *+' conftest.er1 >conftest.err
39677 rm -f conftest.er1
39678 cat conftest.err >&5
39679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39680 (exit $ac_status); } && {
39681 test -z "$ac_c_werror_flag" ||
39682 test ! -s conftest.err
39683 } && test -s conftest$ac_exeext &&
39684 $as_test_x conftest$ac_exeext; then
39685 ac_cv_lib_posix4_sched_yield=yes
39686 else
39687 echo "$as_me: failed program was:" >&5
39688 sed 's/^/| /' conftest.$ac_ext >&5
39689
39690 ac_cv_lib_posix4_sched_yield=no
39691 fi
39692
39693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39694 conftest$ac_exeext conftest.$ac_ext
39695 LIBS=$ac_check_lib_save_LIBS
39696 fi
39697 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
39698 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
39699 if test $ac_cv_lib_posix4_sched_yield = yes; then
39700 cat >>confdefs.h <<\_ACEOF
39701 #define HAVE_SCHED_YIELD 1
39702 _ACEOF
39703 POSIX4_LINK=" -lposix4"
39704 else
39705 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
39706 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
39707
39708 fi
39709
39710
39711
39712 fi
39713
39714 fi
39715
39716 HAVE_PRIOR_FUNCS=0
39717 { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
39718 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
39719 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
39720 echo $ECHO_N "(cached) $ECHO_C" >&6
39721 else
39722 cat >conftest.$ac_ext <<_ACEOF
39723 /* confdefs.h. */
39724 _ACEOF
39725 cat confdefs.h >>conftest.$ac_ext
39726 cat >>conftest.$ac_ext <<_ACEOF
39727 /* end confdefs.h. */
39728 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
39729 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39730 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
39731
39732 /* System header to define __stub macros and hopefully few prototypes,
39733 which can conflict with char pthread_attr_getschedpolicy (); below.
39734 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39735 <limits.h> exists even on freestanding compilers. */
39736
39737 #ifdef __STDC__
39738 # include <limits.h>
39739 #else
39740 # include <assert.h>
39741 #endif
39742
39743 #undef pthread_attr_getschedpolicy
39744
39745 /* Override any GCC internal prototype to avoid an error.
39746 Use char because int might match the return type of a GCC
39747 builtin and then its argument prototype would still apply. */
39748 #ifdef __cplusplus
39749 extern "C"
39750 #endif
39751 char pthread_attr_getschedpolicy ();
39752 /* The GNU C library defines this for functions which it implements
39753 to always fail with ENOSYS. Some functions are actually named
39754 something starting with __ and the normal name is an alias. */
39755 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
39756 choke me
39757 #endif
39758
39759 int
39760 main ()
39761 {
39762 return pthread_attr_getschedpolicy ();
39763 ;
39764 return 0;
39765 }
39766 _ACEOF
39767 rm -f conftest.$ac_objext conftest$ac_exeext
39768 if { (ac_try="$ac_link"
39769 case "(($ac_try" in
39770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39771 *) ac_try_echo=$ac_try;;
39772 esac
39773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39774 (eval "$ac_link") 2>conftest.er1
39775 ac_status=$?
39776 grep -v '^ *+' conftest.er1 >conftest.err
39777 rm -f conftest.er1
39778 cat conftest.err >&5
39779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39780 (exit $ac_status); } && {
39781 test -z "$ac_c_werror_flag" ||
39782 test ! -s conftest.err
39783 } && test -s conftest$ac_exeext &&
39784 $as_test_x conftest$ac_exeext; then
39785 ac_cv_func_pthread_attr_getschedpolicy=yes
39786 else
39787 echo "$as_me: failed program was:" >&5
39788 sed 's/^/| /' conftest.$ac_ext >&5
39789
39790 ac_cv_func_pthread_attr_getschedpolicy=no
39791 fi
39792
39793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39794 conftest$ac_exeext conftest.$ac_ext
39795 fi
39796 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
39797 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
39798 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
39799 { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
39800 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
39801 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
39802 echo $ECHO_N "(cached) $ECHO_C" >&6
39803 else
39804 cat >conftest.$ac_ext <<_ACEOF
39805 /* confdefs.h. */
39806 _ACEOF
39807 cat confdefs.h >>conftest.$ac_ext
39808 cat >>conftest.$ac_ext <<_ACEOF
39809 /* end confdefs.h. */
39810 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
39811 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39812 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
39813
39814 /* System header to define __stub macros and hopefully few prototypes,
39815 which can conflict with char pthread_attr_setschedparam (); below.
39816 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39817 <limits.h> exists even on freestanding compilers. */
39818
39819 #ifdef __STDC__
39820 # include <limits.h>
39821 #else
39822 # include <assert.h>
39823 #endif
39824
39825 #undef pthread_attr_setschedparam
39826
39827 /* Override any GCC internal prototype to avoid an error.
39828 Use char because int might match the return type of a GCC
39829 builtin and then its argument prototype would still apply. */
39830 #ifdef __cplusplus
39831 extern "C"
39832 #endif
39833 char pthread_attr_setschedparam ();
39834 /* The GNU C library defines this for functions which it implements
39835 to always fail with ENOSYS. Some functions are actually named
39836 something starting with __ and the normal name is an alias. */
39837 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
39838 choke me
39839 #endif
39840
39841 int
39842 main ()
39843 {
39844 return pthread_attr_setschedparam ();
39845 ;
39846 return 0;
39847 }
39848 _ACEOF
39849 rm -f conftest.$ac_objext conftest$ac_exeext
39850 if { (ac_try="$ac_link"
39851 case "(($ac_try" in
39852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39853 *) ac_try_echo=$ac_try;;
39854 esac
39855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39856 (eval "$ac_link") 2>conftest.er1
39857 ac_status=$?
39858 grep -v '^ *+' conftest.er1 >conftest.err
39859 rm -f conftest.er1
39860 cat conftest.err >&5
39861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39862 (exit $ac_status); } && {
39863 test -z "$ac_c_werror_flag" ||
39864 test ! -s conftest.err
39865 } && test -s conftest$ac_exeext &&
39866 $as_test_x conftest$ac_exeext; then
39867 ac_cv_func_pthread_attr_setschedparam=yes
39868 else
39869 echo "$as_me: failed program was:" >&5
39870 sed 's/^/| /' conftest.$ac_ext >&5
39871
39872 ac_cv_func_pthread_attr_setschedparam=no
39873 fi
39874
39875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39876 conftest$ac_exeext conftest.$ac_ext
39877 fi
39878 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
39879 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
39880 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
39881 { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
39882 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
39883 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
39884 echo $ECHO_N "(cached) $ECHO_C" >&6
39885 else
39886 cat >conftest.$ac_ext <<_ACEOF
39887 /* confdefs.h. */
39888 _ACEOF
39889 cat confdefs.h >>conftest.$ac_ext
39890 cat >>conftest.$ac_ext <<_ACEOF
39891 /* end confdefs.h. */
39892 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
39893 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39894 #define sched_get_priority_max innocuous_sched_get_priority_max
39895
39896 /* System header to define __stub macros and hopefully few prototypes,
39897 which can conflict with char sched_get_priority_max (); below.
39898 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39899 <limits.h> exists even on freestanding compilers. */
39900
39901 #ifdef __STDC__
39902 # include <limits.h>
39903 #else
39904 # include <assert.h>
39905 #endif
39906
39907 #undef sched_get_priority_max
39908
39909 /* Override any GCC internal prototype to avoid an error.
39910 Use char because int might match the return type of a GCC
39911 builtin and then its argument prototype would still apply. */
39912 #ifdef __cplusplus
39913 extern "C"
39914 #endif
39915 char sched_get_priority_max ();
39916 /* The GNU C library defines this for functions which it implements
39917 to always fail with ENOSYS. Some functions are actually named
39918 something starting with __ and the normal name is an alias. */
39919 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
39920 choke me
39921 #endif
39922
39923 int
39924 main ()
39925 {
39926 return sched_get_priority_max ();
39927 ;
39928 return 0;
39929 }
39930 _ACEOF
39931 rm -f conftest.$ac_objext conftest$ac_exeext
39932 if { (ac_try="$ac_link"
39933 case "(($ac_try" in
39934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39935 *) ac_try_echo=$ac_try;;
39936 esac
39937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39938 (eval "$ac_link") 2>conftest.er1
39939 ac_status=$?
39940 grep -v '^ *+' conftest.er1 >conftest.err
39941 rm -f conftest.er1
39942 cat conftest.err >&5
39943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39944 (exit $ac_status); } && {
39945 test -z "$ac_c_werror_flag" ||
39946 test ! -s conftest.err
39947 } && test -s conftest$ac_exeext &&
39948 $as_test_x conftest$ac_exeext; then
39949 ac_cv_func_sched_get_priority_max=yes
39950 else
39951 echo "$as_me: failed program was:" >&5
39952 sed 's/^/| /' conftest.$ac_ext >&5
39953
39954 ac_cv_func_sched_get_priority_max=no
39955 fi
39956
39957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39958 conftest$ac_exeext conftest.$ac_ext
39959 fi
39960 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
39961 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
39962 if test $ac_cv_func_sched_get_priority_max = yes; then
39963 HAVE_PRIOR_FUNCS=1
39964 else
39965 { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
39966 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
39967 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
39968 echo $ECHO_N "(cached) $ECHO_C" >&6
39969 else
39970 ac_check_lib_save_LIBS=$LIBS
39971 LIBS="-lposix4 $LIBS"
39972 cat >conftest.$ac_ext <<_ACEOF
39973 /* confdefs.h. */
39974 _ACEOF
39975 cat confdefs.h >>conftest.$ac_ext
39976 cat >>conftest.$ac_ext <<_ACEOF
39977 /* end confdefs.h. */
39978
39979 /* Override any GCC internal prototype to avoid an error.
39980 Use char because int might match the return type of a GCC
39981 builtin and then its argument prototype would still apply. */
39982 #ifdef __cplusplus
39983 extern "C"
39984 #endif
39985 char sched_get_priority_max ();
39986 int
39987 main ()
39988 {
39989 return sched_get_priority_max ();
39990 ;
39991 return 0;
39992 }
39993 _ACEOF
39994 rm -f conftest.$ac_objext conftest$ac_exeext
39995 if { (ac_try="$ac_link"
39996 case "(($ac_try" in
39997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39998 *) ac_try_echo=$ac_try;;
39999 esac
40000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40001 (eval "$ac_link") 2>conftest.er1
40002 ac_status=$?
40003 grep -v '^ *+' conftest.er1 >conftest.err
40004 rm -f conftest.er1
40005 cat conftest.err >&5
40006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40007 (exit $ac_status); } && {
40008 test -z "$ac_c_werror_flag" ||
40009 test ! -s conftest.err
40010 } && test -s conftest$ac_exeext &&
40011 $as_test_x conftest$ac_exeext; then
40012 ac_cv_lib_posix4_sched_get_priority_max=yes
40013 else
40014 echo "$as_me: failed program was:" >&5
40015 sed 's/^/| /' conftest.$ac_ext >&5
40016
40017 ac_cv_lib_posix4_sched_get_priority_max=no
40018 fi
40019
40020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40021 conftest$ac_exeext conftest.$ac_ext
40022 LIBS=$ac_check_lib_save_LIBS
40023 fi
40024 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
40025 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
40026 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
40027
40028 HAVE_PRIOR_FUNCS=1
40029 POSIX4_LINK=" -lposix4"
40030
40031 fi
40032
40033
40034 fi
40035
40036
40037 fi
40038
40039
40040 fi
40041
40042
40043 if test "$HAVE_PRIOR_FUNCS" = 1; then
40044 cat >>confdefs.h <<\_ACEOF
40045 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
40046 _ACEOF
40047
40048 else
40049 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
40050 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
40051 fi
40052
40053 { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
40054 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
40055 if test "${ac_cv_func_pthread_cancel+set}" = set; then
40056 echo $ECHO_N "(cached) $ECHO_C" >&6
40057 else
40058 cat >conftest.$ac_ext <<_ACEOF
40059 /* confdefs.h. */
40060 _ACEOF
40061 cat confdefs.h >>conftest.$ac_ext
40062 cat >>conftest.$ac_ext <<_ACEOF
40063 /* end confdefs.h. */
40064 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
40065 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40066 #define pthread_cancel innocuous_pthread_cancel
40067
40068 /* System header to define __stub macros and hopefully few prototypes,
40069 which can conflict with char pthread_cancel (); below.
40070 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40071 <limits.h> exists even on freestanding compilers. */
40072
40073 #ifdef __STDC__
40074 # include <limits.h>
40075 #else
40076 # include <assert.h>
40077 #endif
40078
40079 #undef pthread_cancel
40080
40081 /* Override any GCC internal prototype to avoid an error.
40082 Use char because int might match the return type of a GCC
40083 builtin and then its argument prototype would still apply. */
40084 #ifdef __cplusplus
40085 extern "C"
40086 #endif
40087 char pthread_cancel ();
40088 /* The GNU C library defines this for functions which it implements
40089 to always fail with ENOSYS. Some functions are actually named
40090 something starting with __ and the normal name is an alias. */
40091 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
40092 choke me
40093 #endif
40094
40095 int
40096 main ()
40097 {
40098 return pthread_cancel ();
40099 ;
40100 return 0;
40101 }
40102 _ACEOF
40103 rm -f conftest.$ac_objext conftest$ac_exeext
40104 if { (ac_try="$ac_link"
40105 case "(($ac_try" in
40106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40107 *) ac_try_echo=$ac_try;;
40108 esac
40109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40110 (eval "$ac_link") 2>conftest.er1
40111 ac_status=$?
40112 grep -v '^ *+' conftest.er1 >conftest.err
40113 rm -f conftest.er1
40114 cat conftest.err >&5
40115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40116 (exit $ac_status); } && {
40117 test -z "$ac_c_werror_flag" ||
40118 test ! -s conftest.err
40119 } && test -s conftest$ac_exeext &&
40120 $as_test_x conftest$ac_exeext; then
40121 ac_cv_func_pthread_cancel=yes
40122 else
40123 echo "$as_me: failed program was:" >&5
40124 sed 's/^/| /' conftest.$ac_ext >&5
40125
40126 ac_cv_func_pthread_cancel=no
40127 fi
40128
40129 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40130 conftest$ac_exeext conftest.$ac_ext
40131 fi
40132 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
40133 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
40134 if test $ac_cv_func_pthread_cancel = yes; then
40135 cat >>confdefs.h <<\_ACEOF
40136 #define HAVE_PTHREAD_CANCEL 1
40137 _ACEOF
40138
40139 else
40140 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
40141 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
40142 fi
40143
40144
40145 { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
40146 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
40147 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
40148 echo $ECHO_N "(cached) $ECHO_C" >&6
40149 else
40150 cat >conftest.$ac_ext <<_ACEOF
40151 /* confdefs.h. */
40152 _ACEOF
40153 cat confdefs.h >>conftest.$ac_ext
40154 cat >>conftest.$ac_ext <<_ACEOF
40155 /* end confdefs.h. */
40156 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
40157 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40158 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
40159
40160 /* System header to define __stub macros and hopefully few prototypes,
40161 which can conflict with char pthread_mutex_timedlock (); below.
40162 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40163 <limits.h> exists even on freestanding compilers. */
40164
40165 #ifdef __STDC__
40166 # include <limits.h>
40167 #else
40168 # include <assert.h>
40169 #endif
40170
40171 #undef pthread_mutex_timedlock
40172
40173 /* Override any GCC internal prototype to avoid an error.
40174 Use char because int might match the return type of a GCC
40175 builtin and then its argument prototype would still apply. */
40176 #ifdef __cplusplus
40177 extern "C"
40178 #endif
40179 char pthread_mutex_timedlock ();
40180 /* The GNU C library defines this for functions which it implements
40181 to always fail with ENOSYS. Some functions are actually named
40182 something starting with __ and the normal name is an alias. */
40183 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
40184 choke me
40185 #endif
40186
40187 int
40188 main ()
40189 {
40190 return pthread_mutex_timedlock ();
40191 ;
40192 return 0;
40193 }
40194 _ACEOF
40195 rm -f conftest.$ac_objext conftest$ac_exeext
40196 if { (ac_try="$ac_link"
40197 case "(($ac_try" in
40198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40199 *) ac_try_echo=$ac_try;;
40200 esac
40201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40202 (eval "$ac_link") 2>conftest.er1
40203 ac_status=$?
40204 grep -v '^ *+' conftest.er1 >conftest.err
40205 rm -f conftest.er1
40206 cat conftest.err >&5
40207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40208 (exit $ac_status); } && {
40209 test -z "$ac_c_werror_flag" ||
40210 test ! -s conftest.err
40211 } && test -s conftest$ac_exeext &&
40212 $as_test_x conftest$ac_exeext; then
40213 ac_cv_func_pthread_mutex_timedlock=yes
40214 else
40215 echo "$as_me: failed program was:" >&5
40216 sed 's/^/| /' conftest.$ac_ext >&5
40217
40218 ac_cv_func_pthread_mutex_timedlock=no
40219 fi
40220
40221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40222 conftest$ac_exeext conftest.$ac_ext
40223 fi
40224 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
40225 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
40226 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
40227 cat >>confdefs.h <<\_ACEOF
40228 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
40229 _ACEOF
40230
40231 else
40232 { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
40233 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
40234 fi
40235
40236
40237 { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
40238 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
40239 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
40240 echo $ECHO_N "(cached) $ECHO_C" >&6
40241 else
40242 cat >conftest.$ac_ext <<_ACEOF
40243 /* confdefs.h. */
40244 _ACEOF
40245 cat confdefs.h >>conftest.$ac_ext
40246 cat >>conftest.$ac_ext <<_ACEOF
40247 /* end confdefs.h. */
40248 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
40249 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40250 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
40251
40252 /* System header to define __stub macros and hopefully few prototypes,
40253 which can conflict with char pthread_attr_setstacksize (); below.
40254 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40255 <limits.h> exists even on freestanding compilers. */
40256
40257 #ifdef __STDC__
40258 # include <limits.h>
40259 #else
40260 # include <assert.h>
40261 #endif
40262
40263 #undef pthread_attr_setstacksize
40264
40265 /* Override any GCC internal prototype to avoid an error.
40266 Use char because int might match the return type of a GCC
40267 builtin and then its argument prototype would still apply. */
40268 #ifdef __cplusplus
40269 extern "C"
40270 #endif
40271 char pthread_attr_setstacksize ();
40272 /* The GNU C library defines this for functions which it implements
40273 to always fail with ENOSYS. Some functions are actually named
40274 something starting with __ and the normal name is an alias. */
40275 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
40276 choke me
40277 #endif
40278
40279 int
40280 main ()
40281 {
40282 return pthread_attr_setstacksize ();
40283 ;
40284 return 0;
40285 }
40286 _ACEOF
40287 rm -f conftest.$ac_objext conftest$ac_exeext
40288 if { (ac_try="$ac_link"
40289 case "(($ac_try" in
40290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40291 *) ac_try_echo=$ac_try;;
40292 esac
40293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40294 (eval "$ac_link") 2>conftest.er1
40295 ac_status=$?
40296 grep -v '^ *+' conftest.er1 >conftest.err
40297 rm -f conftest.er1
40298 cat conftest.err >&5
40299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40300 (exit $ac_status); } && {
40301 test -z "$ac_c_werror_flag" ||
40302 test ! -s conftest.err
40303 } && test -s conftest$ac_exeext &&
40304 $as_test_x conftest$ac_exeext; then
40305 ac_cv_func_pthread_attr_setstacksize=yes
40306 else
40307 echo "$as_me: failed program was:" >&5
40308 sed 's/^/| /' conftest.$ac_ext >&5
40309
40310 ac_cv_func_pthread_attr_setstacksize=no
40311 fi
40312
40313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40314 conftest$ac_exeext conftest.$ac_ext
40315 fi
40316 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
40317 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
40318 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
40319 cat >>confdefs.h <<\_ACEOF
40320 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
40321 _ACEOF
40322
40323 fi
40324
40325
40326
40327 { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
40328 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
40329 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
40330 echo $ECHO_N "(cached) $ECHO_C" >&6
40331 else
40332
40333 cat >conftest.$ac_ext <<_ACEOF
40334 /* confdefs.h. */
40335 _ACEOF
40336 cat confdefs.h >>conftest.$ac_ext
40337 cat >>conftest.$ac_ext <<_ACEOF
40338 /* end confdefs.h. */
40339 #include <pthread.h>
40340 int
40341 main ()
40342 {
40343
40344 pthread_mutexattr_t attr;
40345 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40346
40347 ;
40348 return 0;
40349 }
40350 _ACEOF
40351 rm -f conftest.$ac_objext
40352 if { (ac_try="$ac_compile"
40353 case "(($ac_try" in
40354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40355 *) ac_try_echo=$ac_try;;
40356 esac
40357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40358 (eval "$ac_compile") 2>conftest.er1
40359 ac_status=$?
40360 grep -v '^ *+' conftest.er1 >conftest.err
40361 rm -f conftest.er1
40362 cat conftest.err >&5
40363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40364 (exit $ac_status); } && {
40365 test -z "$ac_c_werror_flag" ||
40366 test ! -s conftest.err
40367 } && test -s conftest.$ac_objext; then
40368 wx_cv_type_pthread_mutexattr_t=yes
40369 else
40370 echo "$as_me: failed program was:" >&5
40371 sed 's/^/| /' conftest.$ac_ext >&5
40372
40373 wx_cv_type_pthread_mutexattr_t=no
40374
40375 fi
40376
40377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40378
40379 fi
40380 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
40381 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
40382
40383 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
40384 cat >>confdefs.h <<\_ACEOF
40385 #define HAVE_PTHREAD_MUTEXATTR_T 1
40386 _ACEOF
40387
40388
40389 { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
40390 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
40391 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
40392 echo $ECHO_N "(cached) $ECHO_C" >&6
40393 else
40394
40395 cat >conftest.$ac_ext <<_ACEOF
40396 /* confdefs.h. */
40397 _ACEOF
40398 cat confdefs.h >>conftest.$ac_ext
40399 cat >>conftest.$ac_ext <<_ACEOF
40400 /* end confdefs.h. */
40401 #include <pthread.h>
40402 int
40403 main ()
40404 {
40405
40406 pthread_mutexattr_t attr;
40407 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40408
40409 ;
40410 return 0;
40411 }
40412 _ACEOF
40413 rm -f conftest.$ac_objext
40414 if { (ac_try="$ac_compile"
40415 case "(($ac_try" in
40416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40417 *) ac_try_echo=$ac_try;;
40418 esac
40419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40420 (eval "$ac_compile") 2>conftest.er1
40421 ac_status=$?
40422 grep -v '^ *+' conftest.er1 >conftest.err
40423 rm -f conftest.er1
40424 cat conftest.err >&5
40425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40426 (exit $ac_status); } && {
40427 test -z "$ac_c_werror_flag" ||
40428 test ! -s conftest.err
40429 } && test -s conftest.$ac_objext; then
40430 wx_cv_func_pthread_mutexattr_settype_decl=yes
40431 else
40432 echo "$as_me: failed program was:" >&5
40433 sed 's/^/| /' conftest.$ac_ext >&5
40434
40435 wx_cv_func_pthread_mutexattr_settype_decl=no
40436
40437 fi
40438
40439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40440
40441 fi
40442 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
40443 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
40444 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
40445 cat >>confdefs.h <<\_ACEOF
40446 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
40447 _ACEOF
40448
40449 fi
40450 else
40451 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
40452 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
40453 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
40454 echo $ECHO_N "(cached) $ECHO_C" >&6
40455 else
40456
40457 cat >conftest.$ac_ext <<_ACEOF
40458 /* confdefs.h. */
40459 _ACEOF
40460 cat confdefs.h >>conftest.$ac_ext
40461 cat >>conftest.$ac_ext <<_ACEOF
40462 /* end confdefs.h. */
40463 #include <pthread.h>
40464 int
40465 main ()
40466 {
40467
40468 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
40469
40470 ;
40471 return 0;
40472 }
40473 _ACEOF
40474 rm -f conftest.$ac_objext
40475 if { (ac_try="$ac_compile"
40476 case "(($ac_try" in
40477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40478 *) ac_try_echo=$ac_try;;
40479 esac
40480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40481 (eval "$ac_compile") 2>conftest.er1
40482 ac_status=$?
40483 grep -v '^ *+' conftest.er1 >conftest.err
40484 rm -f conftest.er1
40485 cat conftest.err >&5
40486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40487 (exit $ac_status); } && {
40488 test -z "$ac_c_werror_flag" ||
40489 test ! -s conftest.err
40490 } && test -s conftest.$ac_objext; then
40491
40492 wx_cv_type_pthread_rec_mutex_init=yes
40493
40494 else
40495 echo "$as_me: failed program was:" >&5
40496 sed 's/^/| /' conftest.$ac_ext >&5
40497
40498
40499 wx_cv_type_pthread_rec_mutex_init=no
40500
40501
40502 fi
40503
40504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40505
40506 fi
40507 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
40508 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
40509 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
40510 cat >>confdefs.h <<\_ACEOF
40511 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
40512 _ACEOF
40513
40514 else
40515 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
40516 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
40517 fi
40518 fi
40519
40520 if test "$wxUSE_COMPILER_TLS" = "auto"; then
40521 if test "$USE_NETBSD" = 1; then
40522 { echo "$as_me:$LINENO: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
40523 echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
40524 wxUSE_COMPILER_TLS=no
40525 else
40526 wxUSE_COMPILER_TLS=yes
40527 fi
40528 fi
40529
40530 if test "$wxUSE_COMPILER_TLS" = "yes"; then
40531 { echo "$as_me:$LINENO: checking for __thread keyword" >&5
40532 echo $ECHO_N "checking for __thread keyword... $ECHO_C" >&6; }
40533 if test "${wx_cv_cc___thread+set}" = set; then
40534 echo $ECHO_N "(cached) $ECHO_C" >&6
40535 else
40536
40537 cat >conftest.$ac_ext <<_ACEOF
40538 /* confdefs.h. */
40539 _ACEOF
40540 cat confdefs.h >>conftest.$ac_ext
40541 cat >>conftest.$ac_ext <<_ACEOF
40542 /* end confdefs.h. */
40543 #include <pthread.h>
40544 int
40545 main ()
40546 {
40547
40548 static __thread int n = 0;
40549 static __thread int *p = 0;
40550
40551 ;
40552 return 0;
40553 }
40554 _ACEOF
40555 rm -f conftest.$ac_objext
40556 if { (ac_try="$ac_compile"
40557 case "(($ac_try" in
40558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40559 *) ac_try_echo=$ac_try;;
40560 esac
40561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40562 (eval "$ac_compile") 2>conftest.er1
40563 ac_status=$?
40564 grep -v '^ *+' conftest.er1 >conftest.err
40565 rm -f conftest.er1
40566 cat conftest.err >&5
40567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40568 (exit $ac_status); } && {
40569 test -z "$ac_c_werror_flag" ||
40570 test ! -s conftest.err
40571 } && test -s conftest.$ac_objext; then
40572 wx_cv_cc___thread=yes
40573 else
40574 echo "$as_me: failed program was:" >&5
40575 sed 's/^/| /' conftest.$ac_ext >&5
40576
40577 wx_cv_cc___thread=no
40578
40579 fi
40580
40581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40582
40583
40584 fi
40585 { echo "$as_me:$LINENO: result: $wx_cv_cc___thread" >&5
40586 echo "${ECHO_T}$wx_cv_cc___thread" >&6; }
40587
40588 if test "$wx_cv_cc___thread" = "yes"; then
40589
40590 GXX_VERSION=""
40591
40592
40593
40594 { echo "$as_me:$LINENO: checking if gcc accepts -dumpversion option" >&5
40595 echo $ECHO_N "checking if gcc accepts -dumpversion option... $ECHO_C" >&6; }
40596
40597 if test "x$GCC" = "xyes" ; then
40598
40599 if test -z "" ; then
40600
40601 ax_gcc_option_test="int main()
40602 {
40603 return 0;
40604 }"
40605
40606 else
40607
40608 ax_gcc_option_test=""
40609
40610 fi
40611
40612
40613 # Dump the test program to file
40614 cat <<EOF > conftest.c
40615 $ax_gcc_option_test
40616 EOF
40617
40618 # Dump back the file to the log, useful for debugging purposes
40619 { ac_try='cat conftest.c 1>&5'
40620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40621 (eval $ac_try) 2>&5
40622 ac_status=$?
40623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40624 (exit $ac_status); }; }
40625
40626 if { ac_try='$CC -dumpversion -c conftest.c 1>&5'
40627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40628 (eval $ac_try) 2>&5
40629 ac_status=$?
40630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40631 (exit $ac_status); }; } ; then
40632
40633 { echo "$as_me:$LINENO: result: yes" >&5
40634 echo "${ECHO_T}yes" >&6; }
40635
40636 ax_gcc_version_option=yes
40637
40638
40639 else
40640
40641 { echo "$as_me:$LINENO: result: no" >&5
40642 echo "${ECHO_T}no" >&6; }
40643
40644 ax_gcc_version_option=no
40645
40646
40647 fi
40648
40649
40650 else
40651
40652 { echo "$as_me:$LINENO: result: no gcc available" >&5
40653 echo "${ECHO_T}no gcc available" >&6; }
40654
40655 fi
40656
40657
40658 if test "x$GXX" = "xyes"; then
40659
40660 if test "x$ax_gxx_version_option" != "no"; then
40661
40662 { echo "$as_me:$LINENO: checking gxx version" >&5
40663 echo $ECHO_N "checking gxx version... $ECHO_C" >&6; }
40664 if test "${ax_cv_gxx_version+set}" = set; then
40665 echo $ECHO_N "(cached) $ECHO_C" >&6
40666 else
40667
40668 ax_cv_gxx_version="`$CXX -dumpversion`"
40669 if test "x$ax_cv_gxx_version" = "x"; then
40670
40671 ax_cv_gxx_version=""
40672
40673 fi
40674
40675
40676 fi
40677 { echo "$as_me:$LINENO: result: $ax_cv_gxx_version" >&5
40678 echo "${ECHO_T}$ax_cv_gxx_version" >&6; }
40679 GXX_VERSION=$ax_cv_gxx_version
40680
40681 fi
40682
40683
40684 fi
40685
40686
40687
40688 if test -n "$ax_cv_gxx_version"; then
40689 { echo "$as_me:$LINENO: checking whether __thread support in g++ is usable" >&5
40690 echo $ECHO_N "checking whether __thread support in g++ is usable... $ECHO_C" >&6; }
40691 case "$ax_cv_gxx_version" in
40692 1.* | 2.* | 3.* )
40693 { echo "$as_me:$LINENO: result: no, it's broken" >&5
40694 echo "${ECHO_T}no, it's broken" >&6; }
40695 wx_cv_cc___thread=no
40696 ;;
40697 *)
40698 { echo "$as_me:$LINENO: result: yes, it works" >&5
40699 echo "${ECHO_T}yes, it works" >&6; }
40700 ;;
40701 esac
40702 fi
40703 fi
40704
40705 if test "$wx_cv_cc___thread" = "yes"; then
40706 cat >>confdefs.h <<\_ACEOF
40707 #define HAVE___THREAD_KEYWORD 1
40708 _ACEOF
40709
40710 fi
40711 fi
40712 fi
40713
40714 else
40715 if test "$wxUSE_THREADS" = "yes" ; then
40716 case "${host}" in
40717 x86_64-*-mingw32* )
40718 ;;
40719 *-*-mingw32* )
40720 { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
40721 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
40722 if test "${wx_cv_cflags_mthread+set}" = set; then
40723 echo $ECHO_N "(cached) $ECHO_C" >&6
40724 else
40725
40726 CFLAGS_OLD="$CFLAGS"
40727 CFLAGS="-mthreads $CFLAGS"
40728 cat >conftest.$ac_ext <<_ACEOF
40729 /* confdefs.h. */
40730 _ACEOF
40731 cat confdefs.h >>conftest.$ac_ext
40732 cat >>conftest.$ac_ext <<_ACEOF
40733 /* end confdefs.h. */
40734
40735 int
40736 main ()
40737 {
40738
40739 ;
40740 return 0;
40741 }
40742 _ACEOF
40743 rm -f conftest.$ac_objext
40744 if { (ac_try="$ac_compile"
40745 case "(($ac_try" in
40746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40747 *) ac_try_echo=$ac_try;;
40748 esac
40749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40750 (eval "$ac_compile") 2>conftest.er1
40751 ac_status=$?
40752 grep -v '^ *+' conftest.er1 >conftest.err
40753 rm -f conftest.er1
40754 cat conftest.err >&5
40755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40756 (exit $ac_status); } && {
40757 test -z "$ac_c_werror_flag" ||
40758 test ! -s conftest.err
40759 } && test -s conftest.$ac_objext; then
40760 wx_cv_cflags_mthread=yes
40761 else
40762 echo "$as_me: failed program was:" >&5
40763 sed 's/^/| /' conftest.$ac_ext >&5
40764
40765 wx_cv_cflags_mthread=no
40766
40767 fi
40768
40769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40770
40771
40772 fi
40773 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
40774 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
40775
40776 if test "$wx_cv_cflags_mthread" = "yes"; then
40777 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
40778 LDFLAGS="$LDFLAGS -mthreads"
40779 else
40780 CFLAGS="$CFLAGS_OLD"
40781 fi
40782 ;;
40783 *-pc-os2*emx )
40784 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
40785 LDFLAGS="$LDFLAGS -Zmt"
40786 ;;
40787 esac
40788 fi
40789 fi
40790
40791 { echo "$as_me:$LINENO: checking for localtime_r" >&5
40792 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
40793 if test "${ac_cv_func_localtime_r+set}" = set; then
40794 echo $ECHO_N "(cached) $ECHO_C" >&6
40795 else
40796 cat >conftest.$ac_ext <<_ACEOF
40797 /* confdefs.h. */
40798 _ACEOF
40799 cat confdefs.h >>conftest.$ac_ext
40800 cat >>conftest.$ac_ext <<_ACEOF
40801 /* end confdefs.h. */
40802 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
40803 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40804 #define localtime_r innocuous_localtime_r
40805
40806 /* System header to define __stub macros and hopefully few prototypes,
40807 which can conflict with char localtime_r (); below.
40808 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40809 <limits.h> exists even on freestanding compilers. */
40810
40811 #ifdef __STDC__
40812 # include <limits.h>
40813 #else
40814 # include <assert.h>
40815 #endif
40816
40817 #undef localtime_r
40818
40819 /* Override any GCC internal prototype to avoid an error.
40820 Use char because int might match the return type of a GCC
40821 builtin and then its argument prototype would still apply. */
40822 #ifdef __cplusplus
40823 extern "C"
40824 #endif
40825 char localtime_r ();
40826 /* The GNU C library defines this for functions which it implements
40827 to always fail with ENOSYS. Some functions are actually named
40828 something starting with __ and the normal name is an alias. */
40829 #if defined __stub_localtime_r || defined __stub___localtime_r
40830 choke me
40831 #endif
40832
40833 int
40834 main ()
40835 {
40836 return localtime_r ();
40837 ;
40838 return 0;
40839 }
40840 _ACEOF
40841 rm -f conftest.$ac_objext conftest$ac_exeext
40842 if { (ac_try="$ac_link"
40843 case "(($ac_try" in
40844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40845 *) ac_try_echo=$ac_try;;
40846 esac
40847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40848 (eval "$ac_link") 2>conftest.er1
40849 ac_status=$?
40850 grep -v '^ *+' conftest.er1 >conftest.err
40851 rm -f conftest.er1
40852 cat conftest.err >&5
40853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40854 (exit $ac_status); } && {
40855 test -z "$ac_c_werror_flag" ||
40856 test ! -s conftest.err
40857 } && test -s conftest$ac_exeext &&
40858 $as_test_x conftest$ac_exeext; then
40859 ac_cv_func_localtime_r=yes
40860 else
40861 echo "$as_me: failed program was:" >&5
40862 sed 's/^/| /' conftest.$ac_ext >&5
40863
40864 ac_cv_func_localtime_r=no
40865 fi
40866
40867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40868 conftest$ac_exeext conftest.$ac_ext
40869 fi
40870 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
40871 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
40872 if test $ac_cv_func_localtime_r = yes; then
40873 cat >>confdefs.h <<\_ACEOF
40874 #define HAVE_LOCALTIME_R 1
40875 _ACEOF
40876
40877 fi
40878
40879 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
40880 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
40881 if test "${ac_cv_func_gmtime_r+set}" = set; then
40882 echo $ECHO_N "(cached) $ECHO_C" >&6
40883 else
40884 cat >conftest.$ac_ext <<_ACEOF
40885 /* confdefs.h. */
40886 _ACEOF
40887 cat confdefs.h >>conftest.$ac_ext
40888 cat >>conftest.$ac_ext <<_ACEOF
40889 /* end confdefs.h. */
40890 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
40891 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40892 #define gmtime_r innocuous_gmtime_r
40893
40894 /* System header to define __stub macros and hopefully few prototypes,
40895 which can conflict with char gmtime_r (); below.
40896 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40897 <limits.h> exists even on freestanding compilers. */
40898
40899 #ifdef __STDC__
40900 # include <limits.h>
40901 #else
40902 # include <assert.h>
40903 #endif
40904
40905 #undef gmtime_r
40906
40907 /* Override any GCC internal prototype to avoid an error.
40908 Use char because int might match the return type of a GCC
40909 builtin and then its argument prototype would still apply. */
40910 #ifdef __cplusplus
40911 extern "C"
40912 #endif
40913 char gmtime_r ();
40914 /* The GNU C library defines this for functions which it implements
40915 to always fail with ENOSYS. Some functions are actually named
40916 something starting with __ and the normal name is an alias. */
40917 #if defined __stub_gmtime_r || defined __stub___gmtime_r
40918 choke me
40919 #endif
40920
40921 int
40922 main ()
40923 {
40924 return gmtime_r ();
40925 ;
40926 return 0;
40927 }
40928 _ACEOF
40929 rm -f conftest.$ac_objext conftest$ac_exeext
40930 if { (ac_try="$ac_link"
40931 case "(($ac_try" in
40932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40933 *) ac_try_echo=$ac_try;;
40934 esac
40935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40936 (eval "$ac_link") 2>conftest.er1
40937 ac_status=$?
40938 grep -v '^ *+' conftest.er1 >conftest.err
40939 rm -f conftest.er1
40940 cat conftest.err >&5
40941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40942 (exit $ac_status); } && {
40943 test -z "$ac_c_werror_flag" ||
40944 test ! -s conftest.err
40945 } && test -s conftest$ac_exeext &&
40946 $as_test_x conftest$ac_exeext; then
40947 ac_cv_func_gmtime_r=yes
40948 else
40949 echo "$as_me: failed program was:" >&5
40950 sed 's/^/| /' conftest.$ac_ext >&5
40951
40952 ac_cv_func_gmtime_r=no
40953 fi
40954
40955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40956 conftest$ac_exeext conftest.$ac_ext
40957 fi
40958 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
40959 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
40960 if test $ac_cv_func_gmtime_r = yes; then
40961 cat >>confdefs.h <<\_ACEOF
40962 #define HAVE_GMTIME_R 1
40963 _ACEOF
40964
40965 fi
40966
40967
40968
40969
40970 ac_ext=c
40971 ac_cpp='$CPP $CPPFLAGS'
40972 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40973 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40974 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40975
40976 { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
40977 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
40978
40979 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
40980 echo $ECHO_N "(cached) $ECHO_C" >&6
40981 else
40982
40983
40984 ################################################################
40985
40986 ac_cv_func_which_gethostbyname_r=unknown
40987
40988 #
40989 # ONE ARGUMENT (sanity check)
40990 #
40991
40992 # This should fail, as there is no variant of gethostbyname_r() that takes
40993 # a single argument. If it actually compiles, then we can assume that
40994 # netdb.h is not declaring the function, and the compiler is thereby
40995 # assuming an implicit prototype. In which case, we're out of luck.
40996 #
40997 cat >conftest.$ac_ext <<_ACEOF
40998 /* confdefs.h. */
40999 _ACEOF
41000 cat confdefs.h >>conftest.$ac_ext
41001 cat >>conftest.$ac_ext <<_ACEOF
41002 /* end confdefs.h. */
41003 #include <netdb.h>
41004 int
41005 main ()
41006 {
41007
41008 char *name = "www.gnu.org";
41009 (void)gethostbyname_r(name) /* ; */
41010
41011 ;
41012 return 0;
41013 }
41014 _ACEOF
41015 rm -f conftest.$ac_objext
41016 if { (ac_try="$ac_compile"
41017 case "(($ac_try" in
41018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41019 *) ac_try_echo=$ac_try;;
41020 esac
41021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41022 (eval "$ac_compile") 2>conftest.er1
41023 ac_status=$?
41024 grep -v '^ *+' conftest.er1 >conftest.err
41025 rm -f conftest.er1
41026 cat conftest.err >&5
41027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41028 (exit $ac_status); } && {
41029 test -z "$ac_c_werror_flag" ||
41030 test ! -s conftest.err
41031 } && test -s conftest.$ac_objext; then
41032 ac_cv_func_which_gethostbyname_r=no
41033 else
41034 echo "$as_me: failed program was:" >&5
41035 sed 's/^/| /' conftest.$ac_ext >&5
41036
41037
41038 fi
41039
41040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41041
41042 #
41043 # SIX ARGUMENTS
41044 # (e.g. Linux)
41045 #
41046
41047 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41048
41049 cat >conftest.$ac_ext <<_ACEOF
41050 /* confdefs.h. */
41051 _ACEOF
41052 cat confdefs.h >>conftest.$ac_ext
41053 cat >>conftest.$ac_ext <<_ACEOF
41054 /* end confdefs.h. */
41055 #include <netdb.h>
41056 int
41057 main ()
41058 {
41059
41060 char *name = "www.gnu.org";
41061 struct hostent ret, *retp;
41062 char buf[1024];
41063 int buflen = 1024;
41064 int my_h_errno;
41065 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
41066
41067 ;
41068 return 0;
41069 }
41070 _ACEOF
41071 rm -f conftest.$ac_objext
41072 if { (ac_try="$ac_compile"
41073 case "(($ac_try" in
41074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41075 *) ac_try_echo=$ac_try;;
41076 esac
41077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41078 (eval "$ac_compile") 2>conftest.er1
41079 ac_status=$?
41080 grep -v '^ *+' conftest.er1 >conftest.err
41081 rm -f conftest.er1
41082 cat conftest.err >&5
41083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41084 (exit $ac_status); } && {
41085 test -z "$ac_c_werror_flag" ||
41086 test ! -s conftest.err
41087 } && test -s conftest.$ac_objext; then
41088 ac_cv_func_which_gethostbyname_r=six
41089 else
41090 echo "$as_me: failed program was:" >&5
41091 sed 's/^/| /' conftest.$ac_ext >&5
41092
41093
41094 fi
41095
41096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41097
41098 fi
41099
41100 #
41101 # FIVE ARGUMENTS
41102 # (e.g. Solaris)
41103 #
41104
41105 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41106
41107 cat >conftest.$ac_ext <<_ACEOF
41108 /* confdefs.h. */
41109 _ACEOF
41110 cat confdefs.h >>conftest.$ac_ext
41111 cat >>conftest.$ac_ext <<_ACEOF
41112 /* end confdefs.h. */
41113 #include <netdb.h>
41114 int
41115 main ()
41116 {
41117
41118 char *name = "www.gnu.org";
41119 struct hostent ret;
41120 char buf[1024];
41121 int buflen = 1024;
41122 int my_h_errno;
41123 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
41124
41125 ;
41126 return 0;
41127 }
41128 _ACEOF
41129 rm -f conftest.$ac_objext
41130 if { (ac_try="$ac_compile"
41131 case "(($ac_try" in
41132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41133 *) ac_try_echo=$ac_try;;
41134 esac
41135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41136 (eval "$ac_compile") 2>conftest.er1
41137 ac_status=$?
41138 grep -v '^ *+' conftest.er1 >conftest.err
41139 rm -f conftest.er1
41140 cat conftest.err >&5
41141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41142 (exit $ac_status); } && {
41143 test -z "$ac_c_werror_flag" ||
41144 test ! -s conftest.err
41145 } && test -s conftest.$ac_objext; then
41146 ac_cv_func_which_gethostbyname_r=five
41147 else
41148 echo "$as_me: failed program was:" >&5
41149 sed 's/^/| /' conftest.$ac_ext >&5
41150
41151
41152 fi
41153
41154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41155
41156 fi
41157
41158 #
41159 # THREE ARGUMENTS
41160 # (e.g. AIX, HP-UX, Tru64)
41161 #
41162
41163 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41164
41165 cat >conftest.$ac_ext <<_ACEOF
41166 /* confdefs.h. */
41167 _ACEOF
41168 cat confdefs.h >>conftest.$ac_ext
41169 cat >>conftest.$ac_ext <<_ACEOF
41170 /* end confdefs.h. */
41171 #include <netdb.h>
41172 int
41173 main ()
41174 {
41175
41176 char *name = "www.gnu.org";
41177 struct hostent ret;
41178 struct hostent_data data;
41179 (void)gethostbyname_r(name, &ret, &data) /* ; */
41180
41181 ;
41182 return 0;
41183 }
41184 _ACEOF
41185 rm -f conftest.$ac_objext
41186 if { (ac_try="$ac_compile"
41187 case "(($ac_try" in
41188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41189 *) ac_try_echo=$ac_try;;
41190 esac
41191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41192 (eval "$ac_compile") 2>conftest.er1
41193 ac_status=$?
41194 grep -v '^ *+' conftest.er1 >conftest.err
41195 rm -f conftest.er1
41196 cat conftest.err >&5
41197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41198 (exit $ac_status); } && {
41199 test -z "$ac_c_werror_flag" ||
41200 test ! -s conftest.err
41201 } && test -s conftest.$ac_objext; then
41202 ac_cv_func_which_gethostbyname_r=three
41203 else
41204 echo "$as_me: failed program was:" >&5
41205 sed 's/^/| /' conftest.$ac_ext >&5
41206
41207
41208 fi
41209
41210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41211
41212 fi
41213
41214 ################################################################
41215
41216
41217 fi
41218
41219 case "$ac_cv_func_which_gethostbyname_r" in
41220 three)
41221 { echo "$as_me:$LINENO: result: three" >&5
41222 echo "${ECHO_T}three" >&6; }
41223 cat >>confdefs.h <<\_ACEOF
41224 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
41225 _ACEOF
41226
41227 ;;
41228
41229 five)
41230 { echo "$as_me:$LINENO: result: five" >&5
41231 echo "${ECHO_T}five" >&6; }
41232 cat >>confdefs.h <<\_ACEOF
41233 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
41234 _ACEOF
41235
41236 ;;
41237
41238 six)
41239 { echo "$as_me:$LINENO: result: six" >&5
41240 echo "${ECHO_T}six" >&6; }
41241 cat >>confdefs.h <<\_ACEOF
41242 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
41243 _ACEOF
41244
41245 ;;
41246
41247 no)
41248 { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
41249 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
41250 ;;
41251
41252 unknown)
41253 { echo "$as_me:$LINENO: result: can't tell" >&5
41254 echo "${ECHO_T}can't tell" >&6; }
41255 ;;
41256
41257 *)
41258 { { echo "$as_me:$LINENO: error: internal error" >&5
41259 echo "$as_me: error: internal error" >&2;}
41260 { (exit 1); exit 1; }; }
41261 ;;
41262 esac
41263
41264 ac_ext=c
41265 ac_cpp='$CPP $CPPFLAGS'
41266 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41267 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41268 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41269
41270
41271
41272 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
41273 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
41274 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
41275 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
41276 if test "${ac_cv_func_gethostbyname+set}" = set; then
41277 echo $ECHO_N "(cached) $ECHO_C" >&6
41278 else
41279 cat >conftest.$ac_ext <<_ACEOF
41280 /* confdefs.h. */
41281 _ACEOF
41282 cat confdefs.h >>conftest.$ac_ext
41283 cat >>conftest.$ac_ext <<_ACEOF
41284 /* end confdefs.h. */
41285 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
41286 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41287 #define gethostbyname innocuous_gethostbyname
41288
41289 /* System header to define __stub macros and hopefully few prototypes,
41290 which can conflict with char gethostbyname (); below.
41291 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41292 <limits.h> exists even on freestanding compilers. */
41293
41294 #ifdef __STDC__
41295 # include <limits.h>
41296 #else
41297 # include <assert.h>
41298 #endif
41299
41300 #undef gethostbyname
41301
41302 /* Override any GCC internal prototype to avoid an error.
41303 Use char because int might match the return type of a GCC
41304 builtin and then its argument prototype would still apply. */
41305 #ifdef __cplusplus
41306 extern "C"
41307 #endif
41308 char gethostbyname ();
41309 /* The GNU C library defines this for functions which it implements
41310 to always fail with ENOSYS. Some functions are actually named
41311 something starting with __ and the normal name is an alias. */
41312 #if defined __stub_gethostbyname || defined __stub___gethostbyname
41313 choke me
41314 #endif
41315
41316 int
41317 main ()
41318 {
41319 return gethostbyname ();
41320 ;
41321 return 0;
41322 }
41323 _ACEOF
41324 rm -f conftest.$ac_objext conftest$ac_exeext
41325 if { (ac_try="$ac_link"
41326 case "(($ac_try" in
41327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41328 *) ac_try_echo=$ac_try;;
41329 esac
41330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41331 (eval "$ac_link") 2>conftest.er1
41332 ac_status=$?
41333 grep -v '^ *+' conftest.er1 >conftest.err
41334 rm -f conftest.er1
41335 cat conftest.err >&5
41336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41337 (exit $ac_status); } && {
41338 test -z "$ac_c_werror_flag" ||
41339 test ! -s conftest.err
41340 } && test -s conftest$ac_exeext &&
41341 $as_test_x conftest$ac_exeext; then
41342 ac_cv_func_gethostbyname=yes
41343 else
41344 echo "$as_me: failed program was:" >&5
41345 sed 's/^/| /' conftest.$ac_ext >&5
41346
41347 ac_cv_func_gethostbyname=no
41348 fi
41349
41350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41351 conftest$ac_exeext conftest.$ac_ext
41352 fi
41353 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
41354 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
41355 if test $ac_cv_func_gethostbyname = yes; then
41356 cat >>confdefs.h <<\_ACEOF
41357 #define HAVE_GETHOSTBYNAME 1
41358 _ACEOF
41359
41360 fi
41361
41362 fi
41363
41364 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
41365 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
41366 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
41367 echo $ECHO_N "(cached) $ECHO_C" >&6
41368 else
41369
41370 ac_ext=cpp
41371 ac_cpp='$CXXCPP $CPPFLAGS'
41372 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41373 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41374 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41375
41376
41377 cat >conftest.$ac_ext <<_ACEOF
41378 /* confdefs.h. */
41379 _ACEOF
41380 cat confdefs.h >>conftest.$ac_ext
41381 cat >>conftest.$ac_ext <<_ACEOF
41382 /* end confdefs.h. */
41383 #include <netdb.h>
41384 int
41385 main ()
41386 {
41387
41388 char *name;
41389 char *proto;
41390 struct servent *se, *res;
41391 char buffer[2048];
41392 int buflen = 2048;
41393 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
41394
41395 ;
41396 return 0;
41397 }
41398 _ACEOF
41399 rm -f conftest.$ac_objext
41400 if { (ac_try="$ac_compile"
41401 case "(($ac_try" in
41402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41403 *) ac_try_echo=$ac_try;;
41404 esac
41405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41406 (eval "$ac_compile") 2>conftest.er1
41407 ac_status=$?
41408 grep -v '^ *+' conftest.er1 >conftest.err
41409 rm -f conftest.er1
41410 cat conftest.err >&5
41411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41412 (exit $ac_status); } && {
41413 test -z "$ac_cxx_werror_flag" ||
41414 test ! -s conftest.err
41415 } && test -s conftest.$ac_objext; then
41416 ac_cv_func_which_getservbyname_r=six
41417 else
41418 echo "$as_me: failed program was:" >&5
41419 sed 's/^/| /' conftest.$ac_ext >&5
41420
41421
41422 cat >conftest.$ac_ext <<_ACEOF
41423 /* confdefs.h. */
41424 _ACEOF
41425 cat confdefs.h >>conftest.$ac_ext
41426 cat >>conftest.$ac_ext <<_ACEOF
41427 /* end confdefs.h. */
41428 #include <netdb.h>
41429 int
41430 main ()
41431 {
41432
41433 char *name;
41434 char *proto;
41435 struct servent *se;
41436 char buffer[2048];
41437 int buflen = 2048;
41438 (void) getservbyname_r(name, proto, se, buffer, buflen)
41439
41440 ;
41441 return 0;
41442 }
41443 _ACEOF
41444 rm -f conftest.$ac_objext
41445 if { (ac_try="$ac_compile"
41446 case "(($ac_try" in
41447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41448 *) ac_try_echo=$ac_try;;
41449 esac
41450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41451 (eval "$ac_compile") 2>conftest.er1
41452 ac_status=$?
41453 grep -v '^ *+' conftest.er1 >conftest.err
41454 rm -f conftest.er1
41455 cat conftest.err >&5
41456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41457 (exit $ac_status); } && {
41458 test -z "$ac_cxx_werror_flag" ||
41459 test ! -s conftest.err
41460 } && test -s conftest.$ac_objext; then
41461 ac_cv_func_which_getservbyname_r=five
41462 else
41463 echo "$as_me: failed program was:" >&5
41464 sed 's/^/| /' conftest.$ac_ext >&5
41465
41466
41467 cat >conftest.$ac_ext <<_ACEOF
41468 /* confdefs.h. */
41469 _ACEOF
41470 cat confdefs.h >>conftest.$ac_ext
41471 cat >>conftest.$ac_ext <<_ACEOF
41472 /* end confdefs.h. */
41473 #include <netdb.h>
41474 int
41475 main ()
41476 {
41477
41478 char *name;
41479 char *proto;
41480 struct servent *se;
41481 struct servent_data data;
41482 (void) getservbyname_r(name, proto, se, &data);
41483
41484 ;
41485 return 0;
41486 }
41487 _ACEOF
41488 rm -f conftest.$ac_objext
41489 if { (ac_try="$ac_compile"
41490 case "(($ac_try" in
41491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41492 *) ac_try_echo=$ac_try;;
41493 esac
41494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41495 (eval "$ac_compile") 2>conftest.er1
41496 ac_status=$?
41497 grep -v '^ *+' conftest.er1 >conftest.err
41498 rm -f conftest.er1
41499 cat conftest.err >&5
41500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41501 (exit $ac_status); } && {
41502 test -z "$ac_cxx_werror_flag" ||
41503 test ! -s conftest.err
41504 } && test -s conftest.$ac_objext; then
41505 ac_cv_func_which_getservbyname_r=four
41506 else
41507 echo "$as_me: failed program was:" >&5
41508 sed 's/^/| /' conftest.$ac_ext >&5
41509
41510 ac_cv_func_which_getservbyname_r=no
41511
41512 fi
41513
41514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41515
41516
41517 fi
41518
41519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41520
41521
41522 fi
41523
41524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41525 ac_ext=c
41526 ac_cpp='$CPP $CPPFLAGS'
41527 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41528 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41529 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41530
41531
41532
41533 fi
41534 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
41535 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
41536
41537 if test $ac_cv_func_which_getservbyname_r = six; then
41538 cat >>confdefs.h <<\_ACEOF
41539 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
41540 _ACEOF
41541
41542 elif test $ac_cv_func_which_getservbyname_r = five; then
41543 cat >>confdefs.h <<\_ACEOF
41544 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
41545 _ACEOF
41546
41547 elif test $ac_cv_func_which_getservbyname_r = four; then
41548 cat >>confdefs.h <<\_ACEOF
41549 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
41550 _ACEOF
41551
41552 fi
41553
41554
41555 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
41556 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
41557
41558 for ac_func in getservbyname
41559 do
41560 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41561 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41562 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41563 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41564 echo $ECHO_N "(cached) $ECHO_C" >&6
41565 else
41566 cat >conftest.$ac_ext <<_ACEOF
41567 /* confdefs.h. */
41568 _ACEOF
41569 cat confdefs.h >>conftest.$ac_ext
41570 cat >>conftest.$ac_ext <<_ACEOF
41571 /* end confdefs.h. */
41572 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41573 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41574 #define $ac_func innocuous_$ac_func
41575
41576 /* System header to define __stub macros and hopefully few prototypes,
41577 which can conflict with char $ac_func (); below.
41578 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41579 <limits.h> exists even on freestanding compilers. */
41580
41581 #ifdef __STDC__
41582 # include <limits.h>
41583 #else
41584 # include <assert.h>
41585 #endif
41586
41587 #undef $ac_func
41588
41589 /* Override any GCC internal prototype to avoid an error.
41590 Use char because int might match the return type of a GCC
41591 builtin and then its argument prototype would still apply. */
41592 #ifdef __cplusplus
41593 extern "C"
41594 #endif
41595 char $ac_func ();
41596 /* The GNU C library defines this for functions which it implements
41597 to always fail with ENOSYS. Some functions are actually named
41598 something starting with __ and the normal name is an alias. */
41599 #if defined __stub_$ac_func || defined __stub___$ac_func
41600 choke me
41601 #endif
41602
41603 int
41604 main ()
41605 {
41606 return $ac_func ();
41607 ;
41608 return 0;
41609 }
41610 _ACEOF
41611 rm -f conftest.$ac_objext conftest$ac_exeext
41612 if { (ac_try="$ac_link"
41613 case "(($ac_try" in
41614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41615 *) ac_try_echo=$ac_try;;
41616 esac
41617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41618 (eval "$ac_link") 2>conftest.er1
41619 ac_status=$?
41620 grep -v '^ *+' conftest.er1 >conftest.err
41621 rm -f conftest.er1
41622 cat conftest.err >&5
41623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41624 (exit $ac_status); } && {
41625 test -z "$ac_c_werror_flag" ||
41626 test ! -s conftest.err
41627 } && test -s conftest$ac_exeext &&
41628 $as_test_x conftest$ac_exeext; then
41629 eval "$as_ac_var=yes"
41630 else
41631 echo "$as_me: failed program was:" >&5
41632 sed 's/^/| /' conftest.$ac_ext >&5
41633
41634 eval "$as_ac_var=no"
41635 fi
41636
41637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41638 conftest$ac_exeext conftest.$ac_ext
41639 fi
41640 ac_res=`eval echo '${'$as_ac_var'}'`
41641 { echo "$as_me:$LINENO: result: $ac_res" >&5
41642 echo "${ECHO_T}$ac_res" >&6; }
41643 if test `eval echo '${'$as_ac_var'}'` = yes; then
41644 cat >>confdefs.h <<_ACEOF
41645 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41646 _ACEOF
41647 cat >>confdefs.h <<\_ACEOF
41648 #define HAVE_GETSERVBYNAME 1
41649 _ACEOF
41650
41651 fi
41652 done
41653
41654 fi
41655
41656 if test "$wxUSE_THREADS" = "yes"; then
41657 cat >>confdefs.h <<\_ACEOF
41658 #define wxUSE_THREADS 1
41659 _ACEOF
41660
41661
41662 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
41663 else
41664 if test "$wx_cv_func_strtok_r" = "yes"; then
41665 { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
41666 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
41667 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
41668 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
41669 { echo "$as_me:$LINENO: result: yes" >&5
41670 echo "${ECHO_T}yes" >&6; }
41671 else
41672 { echo "$as_me:$LINENO: result: no" >&5
41673 echo "${ECHO_T}no" >&6; }
41674 fi
41675 fi
41676 fi
41677
41678 if test "$WXGTK2" = 1 ; then
41679 cat >>confdefs.h <<_ACEOF
41680 #define __WXGTK20__ $WXGTK2
41681 _ACEOF
41682
41683 WXGTK12=1
41684 fi
41685
41686 if test "$WXGTK12" = 1 ; then
41687 cat >>confdefs.h <<_ACEOF
41688 #define __WXGTK12__ $WXGTK12
41689 _ACEOF
41690
41691 fi
41692
41693 if test "$WXGTK127" = 1 ; then
41694 cat >>confdefs.h <<_ACEOF
41695 #define __WXGTK127__ $WXGTK127
41696 _ACEOF
41697
41698 fi
41699
41700 if test "$WXGPE" = 1 ; then
41701 cat >>confdefs.h <<_ACEOF
41702 #define __WXGPE__ $WXGPE
41703 _ACEOF
41704
41705 fi
41706
41707 DEBUG_CFLAGS=
41708 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
41709 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
41710 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
41711 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
41712 DEBUG_CFLAGS="-g"
41713 fi
41714
41715 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
41716 wxUSE_DEBUG_INFO=yes
41717 if test "$GCC" = yes; then
41718 DEBUG_CFLAGS="-ggdb"
41719 fi
41720 fi
41721
41722 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
41723 if test "$wxUSE_GTK" = 1 ; then
41724 if test "x$wxGTK_VERSION" = "x1" ; then
41725 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
41726 fi
41727 fi
41728 fi
41729
41730 if test "$wxUSE_MEM_TRACING" = "yes" ; then
41731 cat >>confdefs.h <<\_ACEOF
41732 #define wxUSE_MEMORY_TRACING 1
41733 _ACEOF
41734
41735 cat >>confdefs.h <<\_ACEOF
41736 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
41737 _ACEOF
41738
41739 cat >>confdefs.h <<\_ACEOF
41740 #define wxUSE_DEBUG_NEW_ALWAYS 1
41741 _ACEOF
41742
41743 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
41744 fi
41745
41746 if test "$wxUSE_DMALLOC" = "yes" ; then
41747 DMALLOC_LIBS="-ldmallocthcxx"
41748 fi
41749
41750 PROFILE_FLAGS=
41751 if test "$wxUSE_PROFILE" = "yes" ; then
41752 PROFILE_FLAGS=" -pg"
41753 fi
41754
41755 if test "$GCC" = "yes" ; then
41756 if test "$wxUSE_NO_RTTI" = "yes" ; then
41757 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
41758 fi
41759 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41760 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
41761 fi
41762 if test "$wxUSE_PERMISSIVE" = "yes" ; then
41763 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
41764 fi
41765
41766 case "${host}" in
41767 powerpc*-*-aix* )
41768 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
41769 ;;
41770 *-hppa* )
41771 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
41772 ;;
41773 esac
41774 fi
41775
41776 OPTIMISE_CFLAGS=
41777 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
41778 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
41779 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
41780 else
41781 if test "$wxUSE_OPTIMISE" = "no" ; then
41782 if test "$GCC" = yes ; then
41783 OPTIMISE_CFLAGS="-O0"
41784 fi
41785 else
41786 if test "$GCC" = yes ; then
41787 case "${host}" in
41788 *-pc-os2_emx | *-pc-os2-emx )
41789 OPTIMISE_CFLAGS="-O2"
41790 ;;
41791 *)
41792 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
41793 ;;
41794 esac
41795 else
41796 OPTIMISE_CFLAGS="-O"
41797 fi
41798 fi
41799 fi
41800
41801
41802 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
41803 cat >>confdefs.h <<\_ACEOF
41804 #define WXWIN_COMPATIBILITY_2_6 1
41805 _ACEOF
41806
41807
41808 WXWIN_COMPATIBILITY_2_8="yes"
41809 fi
41810
41811 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
41812 cat >>confdefs.h <<\_ACEOF
41813 #define WXWIN_COMPATIBILITY_2_8 1
41814 _ACEOF
41815
41816 fi
41817
41818
41819 if test "$wxUSE_GUI" = "yes"; then
41820 cat >>confdefs.h <<\_ACEOF
41821 #define wxUSE_GUI 1
41822 _ACEOF
41823
41824
41825 fi
41826
41827
41828 if test "$wxUSE_UNIX" = "yes"; then
41829 cat >>confdefs.h <<\_ACEOF
41830 #define wxUSE_UNIX 1
41831 _ACEOF
41832
41833 fi
41834
41835
41836 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
41837
41838 HAVE_DL_FUNCS=0
41839 HAVE_SHL_FUNCS=0
41840 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
41841 if test "$USE_DOS" = 1; then
41842 HAVE_DL_FUNCS=0
41843 else
41844
41845 for ac_func in dlopen
41846 do
41847 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41848 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41849 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41850 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41851 echo $ECHO_N "(cached) $ECHO_C" >&6
41852 else
41853 cat >conftest.$ac_ext <<_ACEOF
41854 /* confdefs.h. */
41855 _ACEOF
41856 cat confdefs.h >>conftest.$ac_ext
41857 cat >>conftest.$ac_ext <<_ACEOF
41858 /* end confdefs.h. */
41859 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41860 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41861 #define $ac_func innocuous_$ac_func
41862
41863 /* System header to define __stub macros and hopefully few prototypes,
41864 which can conflict with char $ac_func (); below.
41865 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41866 <limits.h> exists even on freestanding compilers. */
41867
41868 #ifdef __STDC__
41869 # include <limits.h>
41870 #else
41871 # include <assert.h>
41872 #endif
41873
41874 #undef $ac_func
41875
41876 /* Override any GCC internal prototype to avoid an error.
41877 Use char because int might match the return type of a GCC
41878 builtin and then its argument prototype would still apply. */
41879 #ifdef __cplusplus
41880 extern "C"
41881 #endif
41882 char $ac_func ();
41883 /* The GNU C library defines this for functions which it implements
41884 to always fail with ENOSYS. Some functions are actually named
41885 something starting with __ and the normal name is an alias. */
41886 #if defined __stub_$ac_func || defined __stub___$ac_func
41887 choke me
41888 #endif
41889
41890 int
41891 main ()
41892 {
41893 return $ac_func ();
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 eval "$as_ac_var=yes"
41917 else
41918 echo "$as_me: failed program was:" >&5
41919 sed 's/^/| /' conftest.$ac_ext >&5
41920
41921 eval "$as_ac_var=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 fi
41927 ac_res=`eval echo '${'$as_ac_var'}'`
41928 { echo "$as_me:$LINENO: result: $ac_res" >&5
41929 echo "${ECHO_T}$ac_res" >&6; }
41930 if test `eval echo '${'$as_ac_var'}'` = yes; then
41931 cat >>confdefs.h <<_ACEOF
41932 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41933 _ACEOF
41934
41935 cat >>confdefs.h <<\_ACEOF
41936 #define HAVE_DLOPEN 1
41937 _ACEOF
41938
41939 HAVE_DL_FUNCS=1
41940
41941 else
41942
41943 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
41944 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
41945 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
41946 echo $ECHO_N "(cached) $ECHO_C" >&6
41947 else
41948 ac_check_lib_save_LIBS=$LIBS
41949 LIBS="-ldl $LIBS"
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
41957 /* Override any GCC internal prototype to avoid an error.
41958 Use char because int might match the return type of a GCC
41959 builtin and then its argument prototype would still apply. */
41960 #ifdef __cplusplus
41961 extern "C"
41962 #endif
41963 char dlopen ();
41964 int
41965 main ()
41966 {
41967 return dlopen ();
41968 ;
41969 return 0;
41970 }
41971 _ACEOF
41972 rm -f conftest.$ac_objext conftest$ac_exeext
41973 if { (ac_try="$ac_link"
41974 case "(($ac_try" in
41975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41976 *) ac_try_echo=$ac_try;;
41977 esac
41978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41979 (eval "$ac_link") 2>conftest.er1
41980 ac_status=$?
41981 grep -v '^ *+' conftest.er1 >conftest.err
41982 rm -f conftest.er1
41983 cat conftest.err >&5
41984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41985 (exit $ac_status); } && {
41986 test -z "$ac_c_werror_flag" ||
41987 test ! -s conftest.err
41988 } && test -s conftest$ac_exeext &&
41989 $as_test_x conftest$ac_exeext; then
41990 ac_cv_lib_dl_dlopen=yes
41991 else
41992 echo "$as_me: failed program was:" >&5
41993 sed 's/^/| /' conftest.$ac_ext >&5
41994
41995 ac_cv_lib_dl_dlopen=no
41996 fi
41997
41998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41999 conftest$ac_exeext conftest.$ac_ext
42000 LIBS=$ac_check_lib_save_LIBS
42001 fi
42002 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
42003 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
42004 if test $ac_cv_lib_dl_dlopen = yes; then
42005
42006 cat >>confdefs.h <<\_ACEOF
42007 #define HAVE_DLOPEN 1
42008 _ACEOF
42009
42010 HAVE_DL_FUNCS=1
42011 DL_LINK=" -ldl$DL_LINK"
42012
42013 else
42014
42015
42016 for ac_func in shl_load
42017 do
42018 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42019 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42020 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42021 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42022 echo $ECHO_N "(cached) $ECHO_C" >&6
42023 else
42024 cat >conftest.$ac_ext <<_ACEOF
42025 /* confdefs.h. */
42026 _ACEOF
42027 cat confdefs.h >>conftest.$ac_ext
42028 cat >>conftest.$ac_ext <<_ACEOF
42029 /* end confdefs.h. */
42030 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42031 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42032 #define $ac_func innocuous_$ac_func
42033
42034 /* System header to define __stub macros and hopefully few prototypes,
42035 which can conflict with char $ac_func (); below.
42036 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42037 <limits.h> exists even on freestanding compilers. */
42038
42039 #ifdef __STDC__
42040 # include <limits.h>
42041 #else
42042 # include <assert.h>
42043 #endif
42044
42045 #undef $ac_func
42046
42047 /* Override any GCC internal prototype to avoid an error.
42048 Use char because int might match the return type of a GCC
42049 builtin and then its argument prototype would still apply. */
42050 #ifdef __cplusplus
42051 extern "C"
42052 #endif
42053 char $ac_func ();
42054 /* The GNU C library defines this for functions which it implements
42055 to always fail with ENOSYS. Some functions are actually named
42056 something starting with __ and the normal name is an alias. */
42057 #if defined __stub_$ac_func || defined __stub___$ac_func
42058 choke me
42059 #endif
42060
42061 int
42062 main ()
42063 {
42064 return $ac_func ();
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 eval "$as_ac_var=yes"
42088 else
42089 echo "$as_me: failed program was:" >&5
42090 sed 's/^/| /' conftest.$ac_ext >&5
42091
42092 eval "$as_ac_var=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 fi
42098 ac_res=`eval echo '${'$as_ac_var'}'`
42099 { echo "$as_me:$LINENO: result: $ac_res" >&5
42100 echo "${ECHO_T}$ac_res" >&6; }
42101 if test `eval echo '${'$as_ac_var'}'` = yes; then
42102 cat >>confdefs.h <<_ACEOF
42103 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42104 _ACEOF
42105
42106 cat >>confdefs.h <<\_ACEOF
42107 #define HAVE_SHL_LOAD 1
42108 _ACEOF
42109
42110 HAVE_SHL_FUNCS=1
42111
42112 else
42113
42114 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
42115 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
42116 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
42117 echo $ECHO_N "(cached) $ECHO_C" >&6
42118 else
42119 ac_check_lib_save_LIBS=$LIBS
42120 LIBS="-lshl_load $LIBS"
42121 cat >conftest.$ac_ext <<_ACEOF
42122 /* confdefs.h. */
42123 _ACEOF
42124 cat confdefs.h >>conftest.$ac_ext
42125 cat >>conftest.$ac_ext <<_ACEOF
42126 /* end confdefs.h. */
42127
42128 /* Override any GCC internal prototype to avoid an error.
42129 Use char because int might match the return type of a GCC
42130 builtin and then its argument prototype would still apply. */
42131 #ifdef __cplusplus
42132 extern "C"
42133 #endif
42134 char dld ();
42135 int
42136 main ()
42137 {
42138 return dld ();
42139 ;
42140 return 0;
42141 }
42142 _ACEOF
42143 rm -f conftest.$ac_objext conftest$ac_exeext
42144 if { (ac_try="$ac_link"
42145 case "(($ac_try" in
42146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42147 *) ac_try_echo=$ac_try;;
42148 esac
42149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42150 (eval "$ac_link") 2>conftest.er1
42151 ac_status=$?
42152 grep -v '^ *+' conftest.er1 >conftest.err
42153 rm -f conftest.er1
42154 cat conftest.err >&5
42155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42156 (exit $ac_status); } && {
42157 test -z "$ac_c_werror_flag" ||
42158 test ! -s conftest.err
42159 } && test -s conftest$ac_exeext &&
42160 $as_test_x conftest$ac_exeext; then
42161 ac_cv_lib_shl_load_dld=yes
42162 else
42163 echo "$as_me: failed program was:" >&5
42164 sed 's/^/| /' conftest.$ac_ext >&5
42165
42166 ac_cv_lib_shl_load_dld=no
42167 fi
42168
42169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42170 conftest$ac_exeext conftest.$ac_ext
42171 LIBS=$ac_check_lib_save_LIBS
42172 fi
42173 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
42174 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
42175 if test $ac_cv_lib_shl_load_dld = yes; then
42176
42177 HAVE_SHL_FUNCS=1
42178 DL_LINK=" -ldld$DL_LINK"
42179
42180 fi
42181
42182
42183 fi
42184 done
42185
42186
42187 fi
42188
42189
42190 fi
42191 done
42192
42193
42194 if test "$HAVE_DL_FUNCS" = 1; then
42195
42196 for ac_func in dlerror
42197 do
42198 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42199 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42201 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42202 echo $ECHO_N "(cached) $ECHO_C" >&6
42203 else
42204 cat >conftest.$ac_ext <<_ACEOF
42205 /* confdefs.h. */
42206 _ACEOF
42207 cat confdefs.h >>conftest.$ac_ext
42208 cat >>conftest.$ac_ext <<_ACEOF
42209 /* end confdefs.h. */
42210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42212 #define $ac_func innocuous_$ac_func
42213
42214 /* System header to define __stub macros and hopefully few prototypes,
42215 which can conflict with char $ac_func (); below.
42216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42217 <limits.h> exists even on freestanding compilers. */
42218
42219 #ifdef __STDC__
42220 # include <limits.h>
42221 #else
42222 # include <assert.h>
42223 #endif
42224
42225 #undef $ac_func
42226
42227 /* Override any GCC internal prototype to avoid an error.
42228 Use char because int might match the return type of a GCC
42229 builtin and then its argument prototype would still apply. */
42230 #ifdef __cplusplus
42231 extern "C"
42232 #endif
42233 char $ac_func ();
42234 /* The GNU C library defines this for functions which it implements
42235 to always fail with ENOSYS. Some functions are actually named
42236 something starting with __ and the normal name is an alias. */
42237 #if defined __stub_$ac_func || defined __stub___$ac_func
42238 choke me
42239 #endif
42240
42241 int
42242 main ()
42243 {
42244 return $ac_func ();
42245 ;
42246 return 0;
42247 }
42248 _ACEOF
42249 rm -f conftest.$ac_objext conftest$ac_exeext
42250 if { (ac_try="$ac_link"
42251 case "(($ac_try" in
42252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42253 *) ac_try_echo=$ac_try;;
42254 esac
42255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42256 (eval "$ac_link") 2>conftest.er1
42257 ac_status=$?
42258 grep -v '^ *+' conftest.er1 >conftest.err
42259 rm -f conftest.er1
42260 cat conftest.err >&5
42261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42262 (exit $ac_status); } && {
42263 test -z "$ac_c_werror_flag" ||
42264 test ! -s conftest.err
42265 } && test -s conftest$ac_exeext &&
42266 $as_test_x conftest$ac_exeext; then
42267 eval "$as_ac_var=yes"
42268 else
42269 echo "$as_me: failed program was:" >&5
42270 sed 's/^/| /' conftest.$ac_ext >&5
42271
42272 eval "$as_ac_var=no"
42273 fi
42274
42275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42276 conftest$ac_exeext conftest.$ac_ext
42277 fi
42278 ac_res=`eval echo '${'$as_ac_var'}'`
42279 { echo "$as_me:$LINENO: result: $ac_res" >&5
42280 echo "${ECHO_T}$ac_res" >&6; }
42281 if test `eval echo '${'$as_ac_var'}'` = yes; then
42282 cat >>confdefs.h <<_ACEOF
42283 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42284 _ACEOF
42285 cat >>confdefs.h <<\_ACEOF
42286 #define HAVE_DLERROR 1
42287 _ACEOF
42288
42289 else
42290
42291 { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
42292 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
42293 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
42294 echo $ECHO_N "(cached) $ECHO_C" >&6
42295 else
42296 ac_check_lib_save_LIBS=$LIBS
42297 LIBS="-ldl $LIBS"
42298 cat >conftest.$ac_ext <<_ACEOF
42299 /* confdefs.h. */
42300 _ACEOF
42301 cat confdefs.h >>conftest.$ac_ext
42302 cat >>conftest.$ac_ext <<_ACEOF
42303 /* end confdefs.h. */
42304
42305 /* Override any GCC internal prototype to avoid an error.
42306 Use char because int might match the return type of a GCC
42307 builtin and then its argument prototype would still apply. */
42308 #ifdef __cplusplus
42309 extern "C"
42310 #endif
42311 char dlerror ();
42312 int
42313 main ()
42314 {
42315 return dlerror ();
42316 ;
42317 return 0;
42318 }
42319 _ACEOF
42320 rm -f conftest.$ac_objext conftest$ac_exeext
42321 if { (ac_try="$ac_link"
42322 case "(($ac_try" in
42323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42324 *) ac_try_echo=$ac_try;;
42325 esac
42326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42327 (eval "$ac_link") 2>conftest.er1
42328 ac_status=$?
42329 grep -v '^ *+' conftest.er1 >conftest.err
42330 rm -f conftest.er1
42331 cat conftest.err >&5
42332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42333 (exit $ac_status); } && {
42334 test -z "$ac_c_werror_flag" ||
42335 test ! -s conftest.err
42336 } && test -s conftest$ac_exeext &&
42337 $as_test_x conftest$ac_exeext; then
42338 ac_cv_lib_dl_dlerror=yes
42339 else
42340 echo "$as_me: failed program was:" >&5
42341 sed 's/^/| /' conftest.$ac_ext >&5
42342
42343 ac_cv_lib_dl_dlerror=no
42344 fi
42345
42346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42347 conftest$ac_exeext conftest.$ac_ext
42348 LIBS=$ac_check_lib_save_LIBS
42349 fi
42350 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
42351 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
42352 if test $ac_cv_lib_dl_dlerror = yes; then
42353 cat >>confdefs.h <<\_ACEOF
42354 #define HAVE_DLERROR 1
42355 _ACEOF
42356
42357 fi
42358
42359
42360
42361 fi
42362 done
42363
42364 fi
42365 fi
42366
42367 if test "$USE_DARWIN" = 1; then
42368 HAVE_DL_FUNCS=1
42369 fi
42370
42371 if test "$HAVE_DL_FUNCS" = 0; then
42372 if test "$HAVE_SHL_FUNCS" = 0; then
42373 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
42374 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
42375 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
42376 wxUSE_DYNAMIC_LOADER=no
42377 wxUSE_DYNLIB_CLASS=no
42378 else
42379 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
42380 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
42381 fi
42382 fi
42383 fi
42384 fi
42385 fi
42386
42387 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
42388 cat >>confdefs.h <<\_ACEOF
42389 #define wxUSE_DYNAMIC_LOADER 1
42390 _ACEOF
42391
42392 fi
42393 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
42394 cat >>confdefs.h <<\_ACEOF
42395 #define wxUSE_DYNLIB_CLASS 1
42396 _ACEOF
42397
42398 fi
42399
42400
42401
42402 if test "$wxUSE_PLUGINS" = "yes" ; then
42403 if test "$wxUSE_SHARED" = "no" ; then
42404 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
42405 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
42406 wxUSE_PLUGINS=no
42407 fi
42408 if test "$wxUSE_MONOLITHIC" = "yes" ; then
42409 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
42410 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
42411 wxUSE_PLUGINS=no
42412 fi
42413 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
42414 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
42415 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
42416 wxUSE_PLUGINS=no
42417 fi
42418 if test "$wxUSE_PLUGINS" = "yes" ; then
42419 cat >>confdefs.h <<\_ACEOF
42420 #define wxUSE_PLUGINS 1
42421 _ACEOF
42422
42423 fi
42424 fi
42425
42426
42427 if test "$wxUSE_STL" = "yes"; then
42428 cat >>confdefs.h <<\_ACEOF
42429 #define wxUSE_STL 1
42430 _ACEOF
42431
42432 fi
42433
42434 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
42435 cat >>confdefs.h <<\_ACEOF
42436 #define wxUSE_EXTENDED_RTTI 1
42437 _ACEOF
42438
42439 fi
42440
42441 if test "$wxUSE_ANY" = "yes"; then
42442 cat >>confdefs.h <<\_ACEOF
42443 #define wxUSE_ANY 1
42444 _ACEOF
42445
42446 fi
42447
42448 if test "$wxUSE_APPLE_IEEE" = "yes"; then
42449 cat >>confdefs.h <<\_ACEOF
42450 #define wxUSE_APPLE_IEEE 1
42451 _ACEOF
42452
42453 fi
42454
42455 if test "$wxUSE_TIMER" = "yes"; then
42456 cat >>confdefs.h <<\_ACEOF
42457 #define wxUSE_TIMER 1
42458 _ACEOF
42459
42460 fi
42461
42462 if test "$USE_UNIX" = 1 ; then
42463 if test "$wxUSE_MGL" != 1; then
42464 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
42465 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
42466 if test "${ac_cv_header_sys_soundcard+set}" = set; then
42467 echo $ECHO_N "(cached) $ECHO_C" >&6
42468 else
42469
42470 cat >conftest.$ac_ext <<_ACEOF
42471 /* confdefs.h. */
42472 _ACEOF
42473 cat confdefs.h >>conftest.$ac_ext
42474 cat >>conftest.$ac_ext <<_ACEOF
42475 /* end confdefs.h. */
42476
42477 #include <sys/ioctl.h>
42478 #include <sys/soundcard.h>
42479
42480 int
42481 main ()
42482 {
42483
42484 ioctl(0, SNDCTL_DSP_SPEED, 0);
42485
42486 ;
42487 return 0;
42488 }
42489 _ACEOF
42490 rm -f conftest.$ac_objext conftest$ac_exeext
42491 if { (ac_try="$ac_link"
42492 case "(($ac_try" in
42493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42494 *) ac_try_echo=$ac_try;;
42495 esac
42496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42497 (eval "$ac_link") 2>conftest.er1
42498 ac_status=$?
42499 grep -v '^ *+' conftest.er1 >conftest.err
42500 rm -f conftest.er1
42501 cat conftest.err >&5
42502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42503 (exit $ac_status); } && {
42504 test -z "$ac_c_werror_flag" ||
42505 test ! -s conftest.err
42506 } && test -s conftest$ac_exeext &&
42507 $as_test_x conftest$ac_exeext; then
42508 ac_cv_header_sys_soundcard=yes
42509 else
42510 echo "$as_me: failed program was:" >&5
42511 sed 's/^/| /' conftest.$ac_ext >&5
42512
42513
42514 saveLibs="$LIBS"
42515 LIBS="$saveLibs -lossaudio"
42516 cat >conftest.$ac_ext <<_ACEOF
42517 /* confdefs.h. */
42518 _ACEOF
42519 cat confdefs.h >>conftest.$ac_ext
42520 cat >>conftest.$ac_ext <<_ACEOF
42521 /* end confdefs.h. */
42522
42523 #include <sys/ioctl.h>
42524 #include <sys/soundcard.h>
42525
42526 int
42527 main ()
42528 {
42529
42530 ioctl(0, SNDCTL_DSP_SPEED, 0);
42531
42532 ;
42533 return 0;
42534 }
42535 _ACEOF
42536 rm -f conftest.$ac_objext conftest$ac_exeext
42537 if { (ac_try="$ac_link"
42538 case "(($ac_try" in
42539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42540 *) ac_try_echo=$ac_try;;
42541 esac
42542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42543 (eval "$ac_link") 2>conftest.er1
42544 ac_status=$?
42545 grep -v '^ *+' conftest.er1 >conftest.err
42546 rm -f conftest.er1
42547 cat conftest.err >&5
42548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42549 (exit $ac_status); } && {
42550 test -z "$ac_c_werror_flag" ||
42551 test ! -s conftest.err
42552 } && test -s conftest$ac_exeext &&
42553 $as_test_x conftest$ac_exeext; then
42554 ac_cv_header_sys_soundcard=yes
42555 else
42556 echo "$as_me: failed program was:" >&5
42557 sed 's/^/| /' conftest.$ac_ext >&5
42558
42559
42560 LIBS="$saveLibs"
42561 ac_cv_header_sys_soundcard=no
42562
42563
42564 fi
42565
42566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42567 conftest$ac_exeext conftest.$ac_ext
42568
42569
42570 fi
42571
42572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42573 conftest$ac_exeext conftest.$ac_ext
42574
42575 fi
42576 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
42577 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
42578 fi
42579
42580 if test "$ac_cv_header_sys_soundcard" = "yes"; then
42581 cat >>confdefs.h <<\_ACEOF
42582 #define HAVE_SYS_SOUNDCARD_H 1
42583 _ACEOF
42584
42585 fi
42586 fi
42587
42588 WITH_PLUGIN_SDL=0
42589 if test "$wxUSE_SOUND" = "yes"; then
42590 if test "$USE_UNIX" = 1 ; then
42591 if test "$wxUSE_LIBSDL" != "no"; then
42592
42593 # Check whether --with-sdl-prefix was given.
42594 if test "${with_sdl_prefix+set}" = set; then
42595 withval=$with_sdl_prefix; sdl_prefix="$withval"
42596 else
42597 sdl_prefix=""
42598 fi
42599
42600
42601 # Check whether --with-sdl-exec-prefix was given.
42602 if test "${with_sdl_exec_prefix+set}" = set; then
42603 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
42604 else
42605 sdl_exec_prefix=""
42606 fi
42607
42608 # Check whether --enable-sdltest was given.
42609 if test "${enable_sdltest+set}" = set; then
42610 enableval=$enable_sdltest;
42611 else
42612 enable_sdltest=yes
42613 fi
42614
42615
42616 if test x$sdl_exec_prefix != x ; then
42617 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
42618 if test x${SDL_CONFIG+set} != xset ; then
42619 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
42620 fi
42621 fi
42622 if test x$sdl_prefix != x ; then
42623 sdl_args="$sdl_args --prefix=$sdl_prefix"
42624 if test x${SDL_CONFIG+set} != xset ; then
42625 SDL_CONFIG=$sdl_prefix/bin/sdl-config
42626 fi
42627 fi
42628
42629 if test "x$prefix" != xNONE; then
42630 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
42631 fi
42632 # Extract the first word of "sdl-config", so it can be a program name with args.
42633 set dummy sdl-config; ac_word=$2
42634 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42636 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
42637 echo $ECHO_N "(cached) $ECHO_C" >&6
42638 else
42639 case $SDL_CONFIG in
42640 [\\/]* | ?:[\\/]*)
42641 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
42642 ;;
42643 *)
42644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42645 for as_dir in $PATH
42646 do
42647 IFS=$as_save_IFS
42648 test -z "$as_dir" && as_dir=.
42649 for ac_exec_ext in '' $ac_executable_extensions; do
42650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42651 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42653 break 2
42654 fi
42655 done
42656 done
42657 IFS=$as_save_IFS
42658
42659 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
42660 ;;
42661 esac
42662 fi
42663 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
42664 if test -n "$SDL_CONFIG"; then
42665 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
42666 echo "${ECHO_T}$SDL_CONFIG" >&6; }
42667 else
42668 { echo "$as_me:$LINENO: result: no" >&5
42669 echo "${ECHO_T}no" >&6; }
42670 fi
42671
42672
42673 min_sdl_version=1.2.0
42674 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
42675 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
42676 no_sdl=""
42677 if test "$SDL_CONFIG" = "no" ; then
42678 no_sdl=yes
42679 else
42680 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
42681 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
42682
42683 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
42684 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
42685 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
42686 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
42687 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
42688 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
42689 if test "x$enable_sdltest" = "xyes" ; then
42690 ac_save_CFLAGS="$CFLAGS"
42691 ac_save_CXXFLAGS="$CXXFLAGS"
42692 ac_save_LIBS="$LIBS"
42693 CFLAGS="$CFLAGS $SDL_CFLAGS"
42694 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
42695 LIBS="$LIBS $SDL_LIBS"
42696 rm -f conf.sdltest
42697 if test "$cross_compiling" = yes; then
42698 echo $ac_n "cross compiling; assumed OK... $ac_c"
42699 else
42700 cat >conftest.$ac_ext <<_ACEOF
42701 /* confdefs.h. */
42702 _ACEOF
42703 cat confdefs.h >>conftest.$ac_ext
42704 cat >>conftest.$ac_ext <<_ACEOF
42705 /* end confdefs.h. */
42706
42707 #include <stdio.h>
42708 #include <stdlib.h>
42709 #include <string.h>
42710 #include "SDL.h"
42711
42712 char*
42713 my_strdup (char *str)
42714 {
42715 char *new_str;
42716
42717 if (str)
42718 {
42719 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
42720 strcpy (new_str, str);
42721 }
42722 else
42723 new_str = NULL;
42724
42725 return new_str;
42726 }
42727
42728 int main (int argc, char *argv[])
42729 {
42730 int major, minor, micro;
42731 char *tmp_version;
42732
42733 /* This hangs on some systems (?)
42734 system ("touch conf.sdltest");
42735 */
42736 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
42737
42738 /* HP/UX 9 (%@#!) writes to sscanf strings */
42739 tmp_version = my_strdup("$min_sdl_version");
42740 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
42741 printf("%s, bad version string\n", "$min_sdl_version");
42742 exit(1);
42743 }
42744
42745 if (($sdl_major_version > major) ||
42746 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
42747 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
42748 {
42749 return 0;
42750 }
42751 else
42752 {
42753 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
42754 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
42755 printf("*** best to upgrade to the required version.\n");
42756 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
42757 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
42758 printf("*** config.cache before re-running configure\n");
42759 return 1;
42760 }
42761 }
42762
42763
42764 _ACEOF
42765 rm -f conftest$ac_exeext
42766 if { (ac_try="$ac_link"
42767 case "(($ac_try" in
42768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42769 *) ac_try_echo=$ac_try;;
42770 esac
42771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42772 (eval "$ac_link") 2>&5
42773 ac_status=$?
42774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42775 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
42776 { (case "(($ac_try" in
42777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42778 *) ac_try_echo=$ac_try;;
42779 esac
42780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42781 (eval "$ac_try") 2>&5
42782 ac_status=$?
42783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42784 (exit $ac_status); }; }; then
42785 :
42786 else
42787 echo "$as_me: program exited with status $ac_status" >&5
42788 echo "$as_me: failed program was:" >&5
42789 sed 's/^/| /' conftest.$ac_ext >&5
42790
42791 ( exit $ac_status )
42792 no_sdl=yes
42793 fi
42794 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
42795 fi
42796
42797
42798 CFLAGS="$ac_save_CFLAGS"
42799 CXXFLAGS="$ac_save_CXXFLAGS"
42800 LIBS="$ac_save_LIBS"
42801 fi
42802 fi
42803 if test "x$no_sdl" = x ; then
42804 { echo "$as_me:$LINENO: result: yes" >&5
42805 echo "${ECHO_T}yes" >&6; }
42806
42807 EXTRALIBS_SDL="$SDL_LIBS"
42808 CFLAGS="$SDL_CFLAGS $CFLAGS"
42809 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
42810 cat >>confdefs.h <<\_ACEOF
42811 #define wxUSE_LIBSDL 1
42812 _ACEOF
42813
42814
42815 else
42816 { echo "$as_me:$LINENO: result: no" >&5
42817 echo "${ECHO_T}no" >&6; }
42818 if test "$SDL_CONFIG" = "no" ; then
42819 echo "*** The sdl-config script installed by SDL could not be found"
42820 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
42821 echo "*** your path, or set the SDL_CONFIG environment variable to the"
42822 echo "*** full path to sdl-config."
42823 else
42824 if test -f conf.sdltest ; then
42825 :
42826 else
42827 echo "*** Could not run SDL test program, checking why..."
42828 CFLAGS="$CFLAGS $SDL_CFLAGS"
42829 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
42830 LIBS="$LIBS $SDL_LIBS"
42831 cat >conftest.$ac_ext <<_ACEOF
42832 /* confdefs.h. */
42833 _ACEOF
42834 cat confdefs.h >>conftest.$ac_ext
42835 cat >>conftest.$ac_ext <<_ACEOF
42836 /* end confdefs.h. */
42837
42838 #include <stdio.h>
42839 #include "SDL.h"
42840
42841 int main(int argc, char *argv[])
42842 { return 0; }
42843 #undef main
42844 #define main K_and_R_C_main
42845
42846 int
42847 main ()
42848 {
42849 return 0;
42850 ;
42851 return 0;
42852 }
42853 _ACEOF
42854 rm -f conftest.$ac_objext conftest$ac_exeext
42855 if { (ac_try="$ac_link"
42856 case "(($ac_try" in
42857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42858 *) ac_try_echo=$ac_try;;
42859 esac
42860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42861 (eval "$ac_link") 2>conftest.er1
42862 ac_status=$?
42863 grep -v '^ *+' conftest.er1 >conftest.err
42864 rm -f conftest.er1
42865 cat conftest.err >&5
42866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42867 (exit $ac_status); } && {
42868 test -z "$ac_c_werror_flag" ||
42869 test ! -s conftest.err
42870 } && test -s conftest$ac_exeext &&
42871 $as_test_x conftest$ac_exeext; then
42872 echo "*** The test program compiled, but did not run. This usually means"
42873 echo "*** that the run-time linker is not finding SDL or finding the wrong"
42874 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
42875 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
42876 echo "*** to the installed location Also, make sure you have run ldconfig if that"
42877 echo "*** is required on your system"
42878 echo "***"
42879 echo "*** If you have an old version installed, it is best to remove it, although"
42880 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
42881 else
42882 echo "$as_me: failed program was:" >&5
42883 sed 's/^/| /' conftest.$ac_ext >&5
42884
42885 echo "*** The test program failed to compile or link. See the file config.log for the"
42886 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
42887 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
42888 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
42889 fi
42890
42891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42892 conftest$ac_exeext conftest.$ac_ext
42893 CFLAGS="$ac_save_CFLAGS"
42894 CXXFLAGS="$ac_save_CXXFLAGS"
42895 LIBS="$ac_save_LIBS"
42896 fi
42897 fi
42898 SDL_CFLAGS=""
42899 SDL_LIBS=""
42900 wxUSE_LIBSDL="no"
42901 fi
42902
42903
42904 rm -f conf.sdltest
42905
42906 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
42907 WITH_PLUGIN_SDL=1
42908 fi
42909 fi
42910 else
42911 if test "$wxUSE_MGL" = 1; then
42912 { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
42913 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
42914 wxUSE_SOUND="no"
42915 fi
42916 fi
42917 fi
42918
42919 if test "$wxUSE_SOUND" = "yes"; then
42920 cat >>confdefs.h <<\_ACEOF
42921 #define wxUSE_SOUND 1
42922 _ACEOF
42923
42924 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
42925 fi
42926
42927 if test "$WXGTK2" = 1; then
42928
42929
42930 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
42931 if test -n "$ac_tool_prefix"; then
42932 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
42933 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
42934 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42935 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42936 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
42937 echo $ECHO_N "(cached) $ECHO_C" >&6
42938 else
42939 case $PKG_CONFIG in
42940 [\\/]* | ?:[\\/]*)
42941 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
42942 ;;
42943 *)
42944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42945 for as_dir in $PATH
42946 do
42947 IFS=$as_save_IFS
42948 test -z "$as_dir" && as_dir=.
42949 for ac_exec_ext in '' $ac_executable_extensions; do
42950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42951 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42952 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42953 break 2
42954 fi
42955 done
42956 done
42957 IFS=$as_save_IFS
42958
42959 ;;
42960 esac
42961 fi
42962 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
42963 if test -n "$PKG_CONFIG"; then
42964 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
42965 echo "${ECHO_T}$PKG_CONFIG" >&6; }
42966 else
42967 { echo "$as_me:$LINENO: result: no" >&5
42968 echo "${ECHO_T}no" >&6; }
42969 fi
42970
42971
42972 fi
42973 if test -z "$ac_cv_path_PKG_CONFIG"; then
42974 ac_pt_PKG_CONFIG=$PKG_CONFIG
42975 # Extract the first word of "pkg-config", so it can be a program name with args.
42976 set dummy pkg-config; ac_word=$2
42977 { echo "$as_me:$LINENO: checking for $ac_word" >&5
42978 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
42979 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
42980 echo $ECHO_N "(cached) $ECHO_C" >&6
42981 else
42982 case $ac_pt_PKG_CONFIG in
42983 [\\/]* | ?:[\\/]*)
42984 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
42985 ;;
42986 *)
42987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42988 for as_dir in $PATH
42989 do
42990 IFS=$as_save_IFS
42991 test -z "$as_dir" && as_dir=.
42992 for ac_exec_ext in '' $ac_executable_extensions; do
42993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42994 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42995 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42996 break 2
42997 fi
42998 done
42999 done
43000 IFS=$as_save_IFS
43001
43002 ;;
43003 esac
43004 fi
43005 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
43006 if test -n "$ac_pt_PKG_CONFIG"; then
43007 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
43008 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
43009 else
43010 { echo "$as_me:$LINENO: result: no" >&5
43011 echo "${ECHO_T}no" >&6; }
43012 fi
43013
43014 if test "x$ac_pt_PKG_CONFIG" = x; then
43015 PKG_CONFIG=""
43016 else
43017 case $cross_compiling:$ac_tool_warned in
43018 yes:)
43019 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
43020 whose name does not start with the host triplet. If you think this
43021 configuration is useful to you, please write to autoconf@gnu.org." >&5
43022 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
43023 whose name does not start with the host triplet. If you think this
43024 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
43025 ac_tool_warned=yes ;;
43026 esac
43027 PKG_CONFIG=$ac_pt_PKG_CONFIG
43028 fi
43029 else
43030 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
43031 fi
43032
43033 fi
43034 if test -n "$PKG_CONFIG"; then
43035 _pkg_min_version=0.9.0
43036 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
43037 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
43038 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
43039 { echo "$as_me:$LINENO: result: yes" >&5
43040 echo "${ECHO_T}yes" >&6; }
43041 else
43042 { echo "$as_me:$LINENO: result: no" >&5
43043 echo "${ECHO_T}no" >&6; }
43044 PKG_CONFIG=""
43045 fi
43046
43047 fi
43048
43049 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
43050
43051 if test "$wxUSE_GTKPRINT" = "yes" ; then
43052
43053
43054 pkg_failed=no
43055 { echo "$as_me:$LINENO: checking for GTKPRINT" >&5
43056 echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6; }
43057
43058 if test -n "$PKG_CONFIG"; then
43059 if test -n "$GTKPRINT_CFLAGS"; then
43060 pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
43061 else
43062 if test -n "$PKG_CONFIG" && \
43063 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
43064 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
43065 ac_status=$?
43066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43067 (exit $ac_status); }; then
43068 pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
43069 else
43070 pkg_failed=yes
43071 fi
43072 fi
43073 else
43074 pkg_failed=untried
43075 fi
43076 if test -n "$PKG_CONFIG"; then
43077 if test -n "$GTKPRINT_LIBS"; then
43078 pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
43079 else
43080 if test -n "$PKG_CONFIG" && \
43081 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
43082 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
43083 ac_status=$?
43084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43085 (exit $ac_status); }; then
43086 pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
43087 else
43088 pkg_failed=yes
43089 fi
43090 fi
43091 else
43092 pkg_failed=untried
43093 fi
43094
43095
43096
43097 if test $pkg_failed = yes; then
43098
43099 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43100 _pkg_short_errors_supported=yes
43101 else
43102 _pkg_short_errors_supported=no
43103 fi
43104 if test $_pkg_short_errors_supported = yes; then
43105 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
43106 else
43107 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
43108 fi
43109 # Put the nasty error message in config.log where it belongs
43110 echo "$GTKPRINT_PKG_ERRORS" >&5
43111
43112
43113 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
43114 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
43115 wxUSE_GTKPRINT="no"
43116
43117
43118 elif test $pkg_failed = untried; then
43119
43120 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
43121 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
43122 wxUSE_GTKPRINT="no"
43123
43124
43125 else
43126 GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
43127 GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
43128 { echo "$as_me:$LINENO: result: yes" >&5
43129 echo "${ECHO_T}yes" >&6; }
43130
43131 CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
43132 CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
43133 cat >>confdefs.h <<\_ACEOF
43134 #define wxUSE_GTKPRINT 1
43135 _ACEOF
43136
43137
43138 fi
43139 fi
43140
43141 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
43142
43143
43144 pkg_failed=no
43145 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
43146 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
43147
43148 if test -n "$PKG_CONFIG"; then
43149 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
43150 pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
43151 else
43152 if test -n "$PKG_CONFIG" && \
43153 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
43154 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
43155 ac_status=$?
43156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43157 (exit $ac_status); }; then
43158 pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
43159 else
43160 pkg_failed=yes
43161 fi
43162 fi
43163 else
43164 pkg_failed=untried
43165 fi
43166 if test -n "$PKG_CONFIG"; then
43167 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
43168 pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
43169 else
43170 if test -n "$PKG_CONFIG" && \
43171 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
43172 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
43173 ac_status=$?
43174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43175 (exit $ac_status); }; then
43176 pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
43177 else
43178 pkg_failed=yes
43179 fi
43180 fi
43181 else
43182 pkg_failed=untried
43183 fi
43184
43185
43186
43187 if test $pkg_failed = yes; then
43188
43189 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43190 _pkg_short_errors_supported=yes
43191 else
43192 _pkg_short_errors_supported=no
43193 fi
43194 if test $_pkg_short_errors_supported = yes; then
43195 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
43196 else
43197 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
43198 fi
43199 # Put the nasty error message in config.log where it belongs
43200 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
43201
43202
43203 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
43204 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
43205 wxUSE_LIBGNOMEPRINT="no"
43206
43207
43208 elif test $pkg_failed = untried; then
43209
43210 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
43211 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
43212 wxUSE_LIBGNOMEPRINT="no"
43213
43214
43215 else
43216 LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
43217 LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
43218 { echo "$as_me:$LINENO: result: yes" >&5
43219 echo "${ECHO_T}yes" >&6; }
43220
43221 CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
43222 CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
43223 cat >>confdefs.h <<\_ACEOF
43224 #define wxUSE_LIBGNOMEPRINT 1
43225 _ACEOF
43226
43227
43228 fi
43229 fi
43230 fi
43231
43232 if test "$wxUSE_MIMETYPE" = "yes" ; then
43233 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
43234
43235
43236 pkg_failed=no
43237 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
43238 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
43239
43240 if test -n "$PKG_CONFIG"; then
43241 if test -n "$GNOMEVFS_CFLAGS"; then
43242 pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
43243 else
43244 if test -n "$PKG_CONFIG" && \
43245 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
43246 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
43247 ac_status=$?
43248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43249 (exit $ac_status); }; then
43250 pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
43251 else
43252 pkg_failed=yes
43253 fi
43254 fi
43255 else
43256 pkg_failed=untried
43257 fi
43258 if test -n "$PKG_CONFIG"; then
43259 if test -n "$GNOMEVFS_LIBS"; then
43260 pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
43261 else
43262 if test -n "$PKG_CONFIG" && \
43263 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
43264 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
43265 ac_status=$?
43266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43267 (exit $ac_status); }; then
43268 pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
43269 else
43270 pkg_failed=yes
43271 fi
43272 fi
43273 else
43274 pkg_failed=untried
43275 fi
43276
43277
43278
43279 if test $pkg_failed = yes; then
43280
43281 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43282 _pkg_short_errors_supported=yes
43283 else
43284 _pkg_short_errors_supported=no
43285 fi
43286 if test $_pkg_short_errors_supported = yes; then
43287 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
43288 else
43289 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
43290 fi
43291 # Put the nasty error message in config.log where it belongs
43292 echo "$GNOMEVFS_PKG_ERRORS" >&5
43293
43294
43295 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
43296 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
43297 wxUSE_LIBGNOMEVFS="no"
43298
43299
43300 elif test $pkg_failed = untried; then
43301
43302 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
43303 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
43304 wxUSE_LIBGNOMEVFS="no"
43305
43306
43307 else
43308 GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
43309 GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
43310 { echo "$as_me:$LINENO: result: yes" >&5
43311 echo "${ECHO_T}yes" >&6; }
43312
43313 CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
43314 CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
43315 cat >>confdefs.h <<\_ACEOF
43316 #define wxUSE_LIBGNOMEVFS 1
43317 _ACEOF
43318
43319
43320 fi
43321 fi
43322 fi
43323
43324 if test "$wxUSE_LIBHILDON" = "yes" ; then
43325
43326 pkg_failed=no
43327 { echo "$as_me:$LINENO: checking for HILDON" >&5
43328 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
43329
43330 if test -n "$PKG_CONFIG"; then
43331 if test -n "$HILDON_CFLAGS"; then
43332 pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
43333 else
43334 if test -n "$PKG_CONFIG" && \
43335 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
43336 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
43337 ac_status=$?
43338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43339 (exit $ac_status); }; then
43340 pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
43341 else
43342 pkg_failed=yes
43343 fi
43344 fi
43345 else
43346 pkg_failed=untried
43347 fi
43348 if test -n "$PKG_CONFIG"; then
43349 if test -n "$HILDON_LIBS"; then
43350 pkg_cv_HILDON_LIBS="$HILDON_LIBS"
43351 else
43352 if test -n "$PKG_CONFIG" && \
43353 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
43354 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
43355 ac_status=$?
43356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43357 (exit $ac_status); }; then
43358 pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
43359 else
43360 pkg_failed=yes
43361 fi
43362 fi
43363 else
43364 pkg_failed=untried
43365 fi
43366
43367
43368
43369 if test $pkg_failed = yes; then
43370
43371 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43372 _pkg_short_errors_supported=yes
43373 else
43374 _pkg_short_errors_supported=no
43375 fi
43376 if test $_pkg_short_errors_supported = yes; then
43377 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
43378 else
43379 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
43380 fi
43381 # Put the nasty error message in config.log where it belongs
43382 echo "$HILDON_PKG_ERRORS" >&5
43383
43384
43385 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
43386 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
43387 wxUSE_LIBHILDON="no"
43388 ac_hildon_lgpl=0
43389
43390
43391 elif test $pkg_failed = untried; then
43392
43393 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
43394 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
43395 wxUSE_LIBHILDON="no"
43396 ac_hildon_lgpl=0
43397
43398
43399 else
43400 HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
43401 HILDON_LIBS=$pkg_cv_HILDON_LIBS
43402 { echo "$as_me:$LINENO: result: yes" >&5
43403 echo "${ECHO_T}yes" >&6; }
43404
43405 EXTRALIBS_HILDON="$HILDON_LIBS"
43406 CFLAGS="$CFLAGS $HILDON_CFLAGS"
43407 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
43408 cat >>confdefs.h <<\_ACEOF
43409 #define wxUSE_LIBHILDON 1
43410 _ACEOF
43411
43412 ac_hildon_lgpl=1
43413
43414 fi
43415
43416 if test "$ac_hildon_lgpl" = 0 ; then
43417
43418 pkg_failed=no
43419 { echo "$as_me:$LINENO: checking for HILDON2" >&5
43420 echo $ECHO_N "checking for HILDON2... $ECHO_C" >&6; }
43421
43422 if test -n "$PKG_CONFIG"; then
43423 if test -n "$HILDON2_CFLAGS"; then
43424 pkg_cv_HILDON2_CFLAGS="$HILDON2_CFLAGS"
43425 else
43426 if test -n "$PKG_CONFIG" && \
43427 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
43428 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
43429 ac_status=$?
43430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43431 (exit $ac_status); }; then
43432 pkg_cv_HILDON2_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
43433 else
43434 pkg_failed=yes
43435 fi
43436 fi
43437 else
43438 pkg_failed=untried
43439 fi
43440 if test -n "$PKG_CONFIG"; then
43441 if test -n "$HILDON2_LIBS"; then
43442 pkg_cv_HILDON2_LIBS="$HILDON2_LIBS"
43443 else
43444 if test -n "$PKG_CONFIG" && \
43445 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
43446 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
43447 ac_status=$?
43448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43449 (exit $ac_status); }; then
43450 pkg_cv_HILDON2_LIBS=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
43451 else
43452 pkg_failed=yes
43453 fi
43454 fi
43455 else
43456 pkg_failed=untried
43457 fi
43458
43459
43460
43461 if test $pkg_failed = yes; then
43462
43463 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43464 _pkg_short_errors_supported=yes
43465 else
43466 _pkg_short_errors_supported=no
43467 fi
43468 if test $_pkg_short_errors_supported = yes; then
43469 HILDON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
43470 else
43471 HILDON2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
43472 fi
43473 # Put the nasty error message in config.log where it belongs
43474 echo "$HILDON2_PKG_ERRORS" >&5
43475
43476
43477 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
43478 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
43479 wxUSE_LIBHILDON2="no"
43480
43481
43482 elif test $pkg_failed = untried; then
43483
43484 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
43485 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
43486 wxUSE_LIBHILDON2="no"
43487
43488
43489 else
43490 HILDON2_CFLAGS=$pkg_cv_HILDON2_CFLAGS
43491 HILDON2_LIBS=$pkg_cv_HILDON2_LIBS
43492 { echo "$as_me:$LINENO: result: yes" >&5
43493 echo "${ECHO_T}yes" >&6; }
43494
43495 EXTRALIBS_HILDON="$HILDON2_LIBS"
43496 CFLAGS="$CFLAGS $HILDON2_CFLAGS"
43497 CXXFLAGS="$CXXFLAGS $HILDON2_CFLAGS"
43498 cat >>confdefs.h <<\_ACEOF
43499 #define wxUSE_LIBHILDON2 1
43500 _ACEOF
43501
43502
43503 fi
43504 fi
43505 fi
43506 fi
43507
43508 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
43509 cat >>confdefs.h <<\_ACEOF
43510 #define wxUSE_CMDLINE_PARSER 1
43511 _ACEOF
43512
43513 fi
43514
43515 if test "$wxUSE_STOPWATCH" = "yes"; then
43516 cat >>confdefs.h <<\_ACEOF
43517 #define wxUSE_STOPWATCH 1
43518 _ACEOF
43519
43520 fi
43521
43522 if test "$wxUSE_DATETIME" = "yes"; then
43523 cat >>confdefs.h <<\_ACEOF
43524 #define wxUSE_DATETIME 1
43525 _ACEOF
43526
43527 fi
43528
43529 if test "$wxUSE_FILE" = "yes"; then
43530 cat >>confdefs.h <<\_ACEOF
43531 #define wxUSE_FILE 1
43532 _ACEOF
43533
43534 fi
43535
43536 if test "$wxUSE_FFILE" = "yes"; then
43537 cat >>confdefs.h <<\_ACEOF
43538 #define wxUSE_FFILE 1
43539 _ACEOF
43540
43541 fi
43542
43543 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
43544 if test "$wxUSE_STREAMS" != yes; then
43545 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
43546 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
43547 wxUSE_ARCHIVE_STREAMS=no
43548 else
43549 cat >>confdefs.h <<\_ACEOF
43550 #define wxUSE_ARCHIVE_STREAMS 1
43551 _ACEOF
43552
43553 fi
43554 fi
43555
43556 if test "$wxUSE_ZIPSTREAM" = "yes"; then
43557 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
43558 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
43559 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
43560 elif test "$wxUSE_ZLIB" = "no"; then
43561 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
43562 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
43563 else
43564 cat >>confdefs.h <<\_ACEOF
43565 #define wxUSE_ZIPSTREAM 1
43566 _ACEOF
43567
43568 fi
43569 fi
43570
43571 if test "$wxUSE_TARSTREAM" = "yes"; then
43572 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
43573 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
43574 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
43575 else
43576 cat >>confdefs.h <<\_ACEOF
43577 #define wxUSE_TARSTREAM 1
43578 _ACEOF
43579
43580 fi
43581 fi
43582
43583 if test "$wxUSE_FILESYSTEM" = "yes"; then
43584 if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
43585 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
43586 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
43587 wxUSE_FILESYSTEM=no
43588 else
43589 cat >>confdefs.h <<\_ACEOF
43590 #define wxUSE_FILESYSTEM 1
43591 _ACEOF
43592
43593 fi
43594 fi
43595
43596 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
43597 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
43598 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
43599 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
43600 else
43601 cat >>confdefs.h <<\_ACEOF
43602 #define wxUSE_FS_ARCHIVE 1
43603 _ACEOF
43604
43605 fi
43606 fi
43607
43608 if test "$wxUSE_FS_ZIP" = "yes"; then
43609 if test "$wxUSE_FS_ARCHIVE" != yes; then
43610 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
43611 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
43612 else
43613 cat >>confdefs.h <<\_ACEOF
43614 #define wxUSE_FS_ZIP 1
43615 _ACEOF
43616
43617 fi
43618 fi
43619
43620 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43621 if test "$USE_UNIX" != 1; then
43622 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
43623 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
43624 wxUSE_ON_FATAL_EXCEPTION=no
43625 else
43626 cat >>confdefs.h <<\_ACEOF
43627 #define wxUSE_ON_FATAL_EXCEPTION 1
43628 _ACEOF
43629
43630 fi
43631 fi
43632
43633 if test "$wxUSE_STACKWALKER" = "yes"; then
43634 cat >>confdefs.h <<\_ACEOF
43635 #define wxUSE_STACKWALKER 1
43636 _ACEOF
43637
43638 fi
43639
43640 if test "$wxUSE_DEBUGREPORT" = "yes"; then
43641 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
43642 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
43643 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
43644 wxUSE_DEBUGREPORT=no
43645 else
43646 cat >>confdefs.h <<\_ACEOF
43647 #define wxUSE_DEBUGREPORT 1
43648 _ACEOF
43649
43650 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43651 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
43652 fi
43653 fi
43654 fi
43655
43656 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
43657 cat >>confdefs.h <<\_ACEOF
43658 #define wxUSE_SNGLINST_CHECKER 1
43659 _ACEOF
43660
43661 fi
43662
43663 if test "$wxUSE_BUSYINFO" = "yes"; then
43664 cat >>confdefs.h <<\_ACEOF
43665 #define wxUSE_BUSYINFO 1
43666 _ACEOF
43667
43668 fi
43669
43670 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
43671 cat >>confdefs.h <<\_ACEOF
43672 #define wxUSE_STD_IOSTREAM 1
43673 _ACEOF
43674
43675 fi
43676
43677 if test "$wxUSE_STD_STRING" = "yes"; then
43678 cat >>confdefs.h <<\_ACEOF
43679 #define wxUSE_STD_STRING 1
43680 _ACEOF
43681
43682 fi
43683
43684 if test "$wxUSE_STDPATHS" = "yes"; then
43685 cat >>confdefs.h <<\_ACEOF
43686 #define wxUSE_STDPATHS 1
43687 _ACEOF
43688
43689 fi
43690
43691 if test "$wxUSE_TEXTBUFFER" = "yes"; then
43692 cat >>confdefs.h <<\_ACEOF
43693 #define wxUSE_TEXTBUFFER 1
43694 _ACEOF
43695
43696 fi
43697
43698 if test "$wxUSE_TEXTFILE" = "yes"; then
43699 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
43700 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
43701 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
43702 else
43703 cat >>confdefs.h <<\_ACEOF
43704 #define wxUSE_TEXTFILE 1
43705 _ACEOF
43706
43707 fi
43708 fi
43709
43710 if test "$wxUSE_CONFIG" = "yes" ; then
43711 if test "$wxUSE_TEXTFILE" != "yes"; then
43712 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
43713 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
43714 else
43715 cat >>confdefs.h <<\_ACEOF
43716 #define wxUSE_CONFIG 1
43717 _ACEOF
43718
43719 cat >>confdefs.h <<\_ACEOF
43720 #define wxUSE_CONFIG_NATIVE 1
43721 _ACEOF
43722
43723 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
43724 fi
43725 fi
43726
43727 if test "$wxUSE_INTL" = "yes" ; then
43728 if test "$wxUSE_FILE" != "yes"; then
43729 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
43730 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
43731 else
43732 cat >>confdefs.h <<\_ACEOF
43733 #define wxUSE_INTL 1
43734 _ACEOF
43735
43736 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
43737 GUIDIST="$GUIDIST INTL_DIST"
43738 fi
43739 fi
43740
43741 if test "$wxUSE_XLOCALE" = "yes" ; then
43742 cat >>confdefs.h <<\_ACEOF
43743 #define wxUSE_XLOCALE 1
43744 _ACEOF
43745
43746 { echo "$as_me:$LINENO: checking for locale_t" >&5
43747 echo $ECHO_N "checking for locale_t... $ECHO_C" >&6; }
43748 if test "${ac_cv_type_locale_t+set}" = set; then
43749 echo $ECHO_N "(cached) $ECHO_C" >&6
43750 else
43751 cat >conftest.$ac_ext <<_ACEOF
43752 /* confdefs.h. */
43753 _ACEOF
43754 cat confdefs.h >>conftest.$ac_ext
43755 cat >>conftest.$ac_ext <<_ACEOF
43756 /* end confdefs.h. */
43757 #include <xlocale.h>
43758 #include <locale.h>
43759
43760 typedef locale_t ac__type_new_;
43761 int
43762 main ()
43763 {
43764 if ((ac__type_new_ *) 0)
43765 return 0;
43766 if (sizeof (ac__type_new_))
43767 return 0;
43768 ;
43769 return 0;
43770 }
43771 _ACEOF
43772 rm -f conftest.$ac_objext
43773 if { (ac_try="$ac_compile"
43774 case "(($ac_try" in
43775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43776 *) ac_try_echo=$ac_try;;
43777 esac
43778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43779 (eval "$ac_compile") 2>conftest.er1
43780 ac_status=$?
43781 grep -v '^ *+' conftest.er1 >conftest.err
43782 rm -f conftest.er1
43783 cat conftest.err >&5
43784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43785 (exit $ac_status); } && {
43786 test -z "$ac_c_werror_flag" ||
43787 test ! -s conftest.err
43788 } && test -s conftest.$ac_objext; then
43789 ac_cv_type_locale_t=yes
43790 else
43791 echo "$as_me: failed program was:" >&5
43792 sed 's/^/| /' conftest.$ac_ext >&5
43793
43794 ac_cv_type_locale_t=no
43795 fi
43796
43797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43798 fi
43799 { echo "$as_me:$LINENO: result: $ac_cv_type_locale_t" >&5
43800 echo "${ECHO_T}$ac_cv_type_locale_t" >&6; }
43801 if test $ac_cv_type_locale_t = yes; then
43802
43803 cat >>confdefs.h <<_ACEOF
43804 #define HAVE_LOCALE_T 1
43805 _ACEOF
43806
43807
43808 fi
43809
43810 fi
43811
43812 if test "$wxUSE_LOG" = "yes"; then
43813 cat >>confdefs.h <<\_ACEOF
43814 #define wxUSE_LOG 1
43815 _ACEOF
43816
43817
43818 if test "$wxUSE_LOGGUI" = "yes"; then
43819 cat >>confdefs.h <<\_ACEOF
43820 #define wxUSE_LOGGUI 1
43821 _ACEOF
43822
43823 fi
43824
43825 if test "$wxUSE_LOGWINDOW" = "yes"; then
43826 cat >>confdefs.h <<\_ACEOF
43827 #define wxUSE_LOGWINDOW 1
43828 _ACEOF
43829
43830 fi
43831
43832 if test "$wxUSE_LOGDIALOG" = "yes"; then
43833 cat >>confdefs.h <<\_ACEOF
43834 #define wxUSE_LOG_DIALOG 1
43835 _ACEOF
43836
43837 fi
43838
43839 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
43840 fi
43841
43842 if test "$wxUSE_LONGLONG" = "yes"; then
43843 cat >>confdefs.h <<\_ACEOF
43844 #define wxUSE_LONGLONG 1
43845 _ACEOF
43846
43847 fi
43848
43849 if test "$wxUSE_GEOMETRY" = "yes"; then
43850 cat >>confdefs.h <<\_ACEOF
43851 #define wxUSE_GEOMETRY 1
43852 _ACEOF
43853
43854 fi
43855
43856 if test "$wxUSE_BASE64" = "yes"; then
43857 cat >>confdefs.h <<\_ACEOF
43858 #define wxUSE_BASE64 1
43859 _ACEOF
43860
43861 fi
43862
43863 if test "$wxUSE_STREAMS" = "yes" ; then
43864 cat >>confdefs.h <<\_ACEOF
43865 #define wxUSE_STREAMS 1
43866 _ACEOF
43867
43868 fi
43869
43870 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
43871 cat >>confdefs.h <<\_ACEOF
43872 #define wxUSE_PRINTF_POS_PARAMS 1
43873 _ACEOF
43874
43875 fi
43876
43877 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
43878 cat >>confdefs.h <<\_ACEOF
43879 #define wxUSE_OBJC_UNIQUIFYING 1
43880 _ACEOF
43881
43882 fi
43883
43884
43885 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
43886 cat >>confdefs.h <<\_ACEOF
43887 #define wxUSE_CONSOLE_EVENTLOOP 1
43888 _ACEOF
43889
43890
43891 if test "$wxUSE_UNIX" = "yes"; then
43892 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
43893 cat >>confdefs.h <<\_ACEOF
43894 #define wxUSE_SELECT_DISPATCHER 1
43895 _ACEOF
43896
43897 fi
43898
43899 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
43900
43901 for ac_header in sys/epoll.h
43902 do
43903 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43904 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43905 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43907 echo $ECHO_N "(cached) $ECHO_C" >&6
43908 else
43909 cat >conftest.$ac_ext <<_ACEOF
43910 /* confdefs.h. */
43911 _ACEOF
43912 cat confdefs.h >>conftest.$ac_ext
43913 cat >>conftest.$ac_ext <<_ACEOF
43914 /* end confdefs.h. */
43915 $ac_includes_default
43916
43917 #include <$ac_header>
43918 _ACEOF
43919 rm -f conftest.$ac_objext
43920 if { (ac_try="$ac_compile"
43921 case "(($ac_try" in
43922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43923 *) ac_try_echo=$ac_try;;
43924 esac
43925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43926 (eval "$ac_compile") 2>conftest.er1
43927 ac_status=$?
43928 grep -v '^ *+' conftest.er1 >conftest.err
43929 rm -f conftest.er1
43930 cat conftest.err >&5
43931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43932 (exit $ac_status); } && {
43933 test -z "$ac_c_werror_flag" ||
43934 test ! -s conftest.err
43935 } && test -s conftest.$ac_objext; then
43936 eval "$as_ac_Header=yes"
43937 else
43938 echo "$as_me: failed program was:" >&5
43939 sed 's/^/| /' conftest.$ac_ext >&5
43940
43941 eval "$as_ac_Header=no"
43942 fi
43943
43944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43945 fi
43946 ac_res=`eval echo '${'$as_ac_Header'}'`
43947 { echo "$as_me:$LINENO: result: $ac_res" >&5
43948 echo "${ECHO_T}$ac_res" >&6; }
43949 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43950 cat >>confdefs.h <<_ACEOF
43951 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43952 _ACEOF
43953
43954 fi
43955
43956 done
43957
43958 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
43959 cat >>confdefs.h <<\_ACEOF
43960 #define wxUSE_EPOLL_DISPATCHER 1
43961 _ACEOF
43962
43963 else
43964 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
43965 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
43966 fi
43967 fi
43968 fi
43969 fi
43970
43971
43972
43973
43974 for ac_func in gettimeofday ftime
43975 do
43976 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43977 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43978 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43979 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43980 echo $ECHO_N "(cached) $ECHO_C" >&6
43981 else
43982 cat >conftest.$ac_ext <<_ACEOF
43983 /* confdefs.h. */
43984 _ACEOF
43985 cat confdefs.h >>conftest.$ac_ext
43986 cat >>conftest.$ac_ext <<_ACEOF
43987 /* end confdefs.h. */
43988 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43989 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43990 #define $ac_func innocuous_$ac_func
43991
43992 /* System header to define __stub macros and hopefully few prototypes,
43993 which can conflict with char $ac_func (); below.
43994 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43995 <limits.h> exists even on freestanding compilers. */
43996
43997 #ifdef __STDC__
43998 # include <limits.h>
43999 #else
44000 # include <assert.h>
44001 #endif
44002
44003 #undef $ac_func
44004
44005 /* Override any GCC internal prototype to avoid an error.
44006 Use char because int might match the return type of a GCC
44007 builtin and then its argument prototype would still apply. */
44008 #ifdef __cplusplus
44009 extern "C"
44010 #endif
44011 char $ac_func ();
44012 /* The GNU C library defines this for functions which it implements
44013 to always fail with ENOSYS. Some functions are actually named
44014 something starting with __ and the normal name is an alias. */
44015 #if defined __stub_$ac_func || defined __stub___$ac_func
44016 choke me
44017 #endif
44018
44019 int
44020 main ()
44021 {
44022 return $ac_func ();
44023 ;
44024 return 0;
44025 }
44026 _ACEOF
44027 rm -f conftest.$ac_objext conftest$ac_exeext
44028 if { (ac_try="$ac_link"
44029 case "(($ac_try" in
44030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44031 *) ac_try_echo=$ac_try;;
44032 esac
44033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44034 (eval "$ac_link") 2>conftest.er1
44035 ac_status=$?
44036 grep -v '^ *+' conftest.er1 >conftest.err
44037 rm -f conftest.er1
44038 cat conftest.err >&5
44039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44040 (exit $ac_status); } && {
44041 test -z "$ac_c_werror_flag" ||
44042 test ! -s conftest.err
44043 } && test -s conftest$ac_exeext &&
44044 $as_test_x conftest$ac_exeext; then
44045 eval "$as_ac_var=yes"
44046 else
44047 echo "$as_me: failed program was:" >&5
44048 sed 's/^/| /' conftest.$ac_ext >&5
44049
44050 eval "$as_ac_var=no"
44051 fi
44052
44053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44054 conftest$ac_exeext conftest.$ac_ext
44055 fi
44056 ac_res=`eval echo '${'$as_ac_var'}'`
44057 { echo "$as_me:$LINENO: result: $ac_res" >&5
44058 echo "${ECHO_T}$ac_res" >&6; }
44059 if test `eval echo '${'$as_ac_var'}'` = yes; then
44060 cat >>confdefs.h <<_ACEOF
44061 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44062 _ACEOF
44063 break
44064 fi
44065 done
44066
44067
44068 if test "$ac_cv_func_gettimeofday" = "yes"; then
44069 { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
44070 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
44071 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
44072 echo $ECHO_N "(cached) $ECHO_C" >&6
44073 else
44074
44075 cat >conftest.$ac_ext <<_ACEOF
44076 /* confdefs.h. */
44077 _ACEOF
44078 cat confdefs.h >>conftest.$ac_ext
44079 cat >>conftest.$ac_ext <<_ACEOF
44080 /* end confdefs.h. */
44081
44082 #include <sys/time.h>
44083 #include <unistd.h>
44084
44085 int
44086 main ()
44087 {
44088
44089 struct timeval tv;
44090 gettimeofday(&tv, NULL);
44091
44092 ;
44093 return 0;
44094 }
44095 _ACEOF
44096 rm -f conftest.$ac_objext
44097 if { (ac_try="$ac_compile"
44098 case "(($ac_try" in
44099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44100 *) ac_try_echo=$ac_try;;
44101 esac
44102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44103 (eval "$ac_compile") 2>conftest.er1
44104 ac_status=$?
44105 grep -v '^ *+' conftest.er1 >conftest.err
44106 rm -f conftest.er1
44107 cat conftest.err >&5
44108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44109 (exit $ac_status); } && {
44110 test -z "$ac_c_werror_flag" ||
44111 test ! -s conftest.err
44112 } && test -s conftest.$ac_objext; then
44113 wx_cv_func_gettimeofday_has_2_args=yes
44114 else
44115 echo "$as_me: failed program was:" >&5
44116 sed 's/^/| /' conftest.$ac_ext >&5
44117
44118 cat >conftest.$ac_ext <<_ACEOF
44119 /* confdefs.h. */
44120 _ACEOF
44121 cat confdefs.h >>conftest.$ac_ext
44122 cat >>conftest.$ac_ext <<_ACEOF
44123 /* end confdefs.h. */
44124
44125 #include <sys/time.h>
44126 #include <unistd.h>
44127
44128 int
44129 main ()
44130 {
44131
44132 struct timeval tv;
44133 gettimeofday(&tv);
44134
44135 ;
44136 return 0;
44137 }
44138 _ACEOF
44139 rm -f conftest.$ac_objext
44140 if { (ac_try="$ac_compile"
44141 case "(($ac_try" in
44142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44143 *) ac_try_echo=$ac_try;;
44144 esac
44145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44146 (eval "$ac_compile") 2>conftest.er1
44147 ac_status=$?
44148 grep -v '^ *+' conftest.er1 >conftest.err
44149 rm -f conftest.er1
44150 cat conftest.err >&5
44151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44152 (exit $ac_status); } && {
44153 test -z "$ac_c_werror_flag" ||
44154 test ! -s conftest.err
44155 } && test -s conftest.$ac_objext; then
44156 wx_cv_func_gettimeofday_has_2_args=no
44157 else
44158 echo "$as_me: failed program was:" >&5
44159 sed 's/^/| /' conftest.$ac_ext >&5
44160
44161
44162 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
44163 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
44164 wx_cv_func_gettimeofday_has_2_args=unknown
44165
44166
44167 fi
44168
44169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44170
44171 fi
44172
44173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44174
44175 fi
44176 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
44177 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
44178
44179 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
44180 cat >>confdefs.h <<\_ACEOF
44181 #define WX_GETTIMEOFDAY_NO_TZ 1
44182 _ACEOF
44183
44184 fi
44185 fi
44186
44187 if test "$wxUSE_DATETIME" = "yes"; then
44188 { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
44189 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
44190 if test "${wx_cv_var_timezone+set}" = set; then
44191 echo $ECHO_N "(cached) $ECHO_C" >&6
44192 else
44193
44194 ac_ext=cpp
44195 ac_cpp='$CXXCPP $CPPFLAGS'
44196 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44197 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44198 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44199
44200 cat >conftest.$ac_ext <<_ACEOF
44201 /* confdefs.h. */
44202 _ACEOF
44203 cat confdefs.h >>conftest.$ac_ext
44204 cat >>conftest.$ac_ext <<_ACEOF
44205 /* end confdefs.h. */
44206
44207 #include <time.h>
44208
44209 int
44210 main ()
44211 {
44212
44213 int tz;
44214 tz = timezone;
44215
44216 ;
44217 return 0;
44218 }
44219 _ACEOF
44220 rm -f conftest.$ac_objext
44221 if { (ac_try="$ac_compile"
44222 case "(($ac_try" in
44223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44224 *) ac_try_echo=$ac_try;;
44225 esac
44226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44227 (eval "$ac_compile") 2>conftest.er1
44228 ac_status=$?
44229 grep -v '^ *+' conftest.er1 >conftest.err
44230 rm -f conftest.er1
44231 cat conftest.err >&5
44232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44233 (exit $ac_status); } && {
44234 test -z "$ac_cxx_werror_flag" ||
44235 test ! -s conftest.err
44236 } && test -s conftest.$ac_objext; then
44237
44238 wx_cv_var_timezone=timezone
44239
44240 else
44241 echo "$as_me: failed program was:" >&5
44242 sed 's/^/| /' conftest.$ac_ext >&5
44243
44244
44245 cat >conftest.$ac_ext <<_ACEOF
44246 /* confdefs.h. */
44247 _ACEOF
44248 cat confdefs.h >>conftest.$ac_ext
44249 cat >>conftest.$ac_ext <<_ACEOF
44250 /* end confdefs.h. */
44251
44252 #include <time.h>
44253
44254 int
44255 main ()
44256 {
44257
44258 int tz;
44259 tz = _timezone;
44260
44261 ;
44262 return 0;
44263 }
44264 _ACEOF
44265 rm -f conftest.$ac_objext
44266 if { (ac_try="$ac_compile"
44267 case "(($ac_try" in
44268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44269 *) ac_try_echo=$ac_try;;
44270 esac
44271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44272 (eval "$ac_compile") 2>conftest.er1
44273 ac_status=$?
44274 grep -v '^ *+' conftest.er1 >conftest.err
44275 rm -f conftest.er1
44276 cat conftest.err >&5
44277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44278 (exit $ac_status); } && {
44279 test -z "$ac_cxx_werror_flag" ||
44280 test ! -s conftest.err
44281 } && test -s conftest.$ac_objext; then
44282
44283 wx_cv_var_timezone=_timezone
44284
44285 else
44286 echo "$as_me: failed program was:" >&5
44287 sed 's/^/| /' conftest.$ac_ext >&5
44288
44289
44290 cat >conftest.$ac_ext <<_ACEOF
44291 /* confdefs.h. */
44292 _ACEOF
44293 cat confdefs.h >>conftest.$ac_ext
44294 cat >>conftest.$ac_ext <<_ACEOF
44295 /* end confdefs.h. */
44296
44297 #include <time.h>
44298
44299 int
44300 main ()
44301 {
44302
44303 int tz;
44304 tz = __timezone;
44305
44306 ;
44307 return 0;
44308 }
44309 _ACEOF
44310 rm -f conftest.$ac_objext
44311 if { (ac_try="$ac_compile"
44312 case "(($ac_try" in
44313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44314 *) ac_try_echo=$ac_try;;
44315 esac
44316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44317 (eval "$ac_compile") 2>conftest.er1
44318 ac_status=$?
44319 grep -v '^ *+' conftest.er1 >conftest.err
44320 rm -f conftest.er1
44321 cat conftest.err >&5
44322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44323 (exit $ac_status); } && {
44324 test -z "$ac_cxx_werror_flag" ||
44325 test ! -s conftest.err
44326 } && test -s conftest.$ac_objext; then
44327
44328 wx_cv_var_timezone=__timezone
44329
44330 else
44331 echo "$as_me: failed program was:" >&5
44332 sed 's/^/| /' conftest.$ac_ext >&5
44333
44334
44335 if test "$USE_DOS" = 0 ; then
44336 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
44337 echo "$as_me: WARNING: no timezone variable" >&2;}
44338 fi
44339
44340
44341 fi
44342
44343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44344
44345
44346 fi
44347
44348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44349
44350
44351 fi
44352
44353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44354 ac_ext=c
44355 ac_cpp='$CPP $CPPFLAGS'
44356 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44357 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44358 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44359
44360
44361
44362 fi
44363 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
44364 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
44365
44366 if test "x$wx_cv_var_timezone" != x ; then
44367 cat >>confdefs.h <<_ACEOF
44368 #define WX_TIMEZONE $wx_cv_var_timezone
44369 _ACEOF
44370
44371 fi
44372
44373
44374 for ac_func in localtime
44375 do
44376 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44377 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44378 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44379 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44380 echo $ECHO_N "(cached) $ECHO_C" >&6
44381 else
44382 cat >conftest.$ac_ext <<_ACEOF
44383 /* confdefs.h. */
44384 _ACEOF
44385 cat confdefs.h >>conftest.$ac_ext
44386 cat >>conftest.$ac_ext <<_ACEOF
44387 /* end confdefs.h. */
44388 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44389 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44390 #define $ac_func innocuous_$ac_func
44391
44392 /* System header to define __stub macros and hopefully few prototypes,
44393 which can conflict with char $ac_func (); below.
44394 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44395 <limits.h> exists even on freestanding compilers. */
44396
44397 #ifdef __STDC__
44398 # include <limits.h>
44399 #else
44400 # include <assert.h>
44401 #endif
44402
44403 #undef $ac_func
44404
44405 /* Override any GCC internal prototype to avoid an error.
44406 Use char because int might match the return type of a GCC
44407 builtin and then its argument prototype would still apply. */
44408 #ifdef __cplusplus
44409 extern "C"
44410 #endif
44411 char $ac_func ();
44412 /* The GNU C library defines this for functions which it implements
44413 to always fail with ENOSYS. Some functions are actually named
44414 something starting with __ and the normal name is an alias. */
44415 #if defined __stub_$ac_func || defined __stub___$ac_func
44416 choke me
44417 #endif
44418
44419 int
44420 main ()
44421 {
44422 return $ac_func ();
44423 ;
44424 return 0;
44425 }
44426 _ACEOF
44427 rm -f conftest.$ac_objext conftest$ac_exeext
44428 if { (ac_try="$ac_link"
44429 case "(($ac_try" in
44430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44431 *) ac_try_echo=$ac_try;;
44432 esac
44433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44434 (eval "$ac_link") 2>conftest.er1
44435 ac_status=$?
44436 grep -v '^ *+' conftest.er1 >conftest.err
44437 rm -f conftest.er1
44438 cat conftest.err >&5
44439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44440 (exit $ac_status); } && {
44441 test -z "$ac_c_werror_flag" ||
44442 test ! -s conftest.err
44443 } && test -s conftest$ac_exeext &&
44444 $as_test_x conftest$ac_exeext; then
44445 eval "$as_ac_var=yes"
44446 else
44447 echo "$as_me: failed program was:" >&5
44448 sed 's/^/| /' conftest.$ac_ext >&5
44449
44450 eval "$as_ac_var=no"
44451 fi
44452
44453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44454 conftest$ac_exeext conftest.$ac_ext
44455 fi
44456 ac_res=`eval echo '${'$as_ac_var'}'`
44457 { echo "$as_me:$LINENO: result: $ac_res" >&5
44458 echo "${ECHO_T}$ac_res" >&6; }
44459 if test `eval echo '${'$as_ac_var'}'` = yes; then
44460 cat >>confdefs.h <<_ACEOF
44461 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44462 _ACEOF
44463
44464 fi
44465 done
44466
44467
44468 if test "$ac_cv_func_localtime" = "yes"; then
44469 { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
44470 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
44471 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
44472 echo $ECHO_N "(cached) $ECHO_C" >&6
44473 else
44474
44475 cat >conftest.$ac_ext <<_ACEOF
44476 /* confdefs.h. */
44477 _ACEOF
44478 cat confdefs.h >>conftest.$ac_ext
44479 cat >>conftest.$ac_ext <<_ACEOF
44480 /* end confdefs.h. */
44481
44482 #include <time.h>
44483
44484 int
44485 main ()
44486 {
44487
44488 struct tm tm;
44489 tm.tm_gmtoff++;
44490
44491 ;
44492 return 0;
44493 }
44494 _ACEOF
44495 rm -f conftest.$ac_objext
44496 if { (ac_try="$ac_compile"
44497 case "(($ac_try" in
44498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44499 *) ac_try_echo=$ac_try;;
44500 esac
44501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44502 (eval "$ac_compile") 2>conftest.er1
44503 ac_status=$?
44504 grep -v '^ *+' conftest.er1 >conftest.err
44505 rm -f conftest.er1
44506 cat conftest.err >&5
44507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44508 (exit $ac_status); } && {
44509 test -z "$ac_c_werror_flag" ||
44510 test ! -s conftest.err
44511 } && test -s conftest.$ac_objext; then
44512
44513 wx_cv_struct_tm_has_gmtoff=yes
44514
44515 else
44516 echo "$as_me: failed program was:" >&5
44517 sed 's/^/| /' conftest.$ac_ext >&5
44518
44519 wx_cv_struct_tm_has_gmtoff=no
44520
44521 fi
44522
44523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44524
44525 fi
44526 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
44527 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
44528 fi
44529
44530 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
44531 cat >>confdefs.h <<\_ACEOF
44532 #define WX_GMTOFF_IN_TM 1
44533 _ACEOF
44534
44535 fi
44536
44537 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
44538 fi
44539
44540
44541 if test "$wxUSE_SOCKETS" = "yes"; then
44542 if test "$wxUSE_MGL" = 1; then
44543 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
44544 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
44545 wxUSE_SOCKETS="no"
44546 fi
44547 fi
44548
44549 if test "$wxUSE_SOCKETS" = "yes"; then
44550 if test "$TOOLKIT" != "MSW"; then
44551 { echo "$as_me:$LINENO: checking for socket" >&5
44552 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
44553 if test "${ac_cv_func_socket+set}" = set; then
44554 echo $ECHO_N "(cached) $ECHO_C" >&6
44555 else
44556 cat >conftest.$ac_ext <<_ACEOF
44557 /* confdefs.h. */
44558 _ACEOF
44559 cat confdefs.h >>conftest.$ac_ext
44560 cat >>conftest.$ac_ext <<_ACEOF
44561 /* end confdefs.h. */
44562 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
44563 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44564 #define socket innocuous_socket
44565
44566 /* System header to define __stub macros and hopefully few prototypes,
44567 which can conflict with char socket (); below.
44568 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44569 <limits.h> exists even on freestanding compilers. */
44570
44571 #ifdef __STDC__
44572 # include <limits.h>
44573 #else
44574 # include <assert.h>
44575 #endif
44576
44577 #undef socket
44578
44579 /* Override any GCC internal prototype to avoid an error.
44580 Use char because int might match the return type of a GCC
44581 builtin and then its argument prototype would still apply. */
44582 #ifdef __cplusplus
44583 extern "C"
44584 #endif
44585 char socket ();
44586 /* The GNU C library defines this for functions which it implements
44587 to always fail with ENOSYS. Some functions are actually named
44588 something starting with __ and the normal name is an alias. */
44589 #if defined __stub_socket || defined __stub___socket
44590 choke me
44591 #endif
44592
44593 int
44594 main ()
44595 {
44596 return socket ();
44597 ;
44598 return 0;
44599 }
44600 _ACEOF
44601 rm -f conftest.$ac_objext conftest$ac_exeext
44602 if { (ac_try="$ac_link"
44603 case "(($ac_try" in
44604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44605 *) ac_try_echo=$ac_try;;
44606 esac
44607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44608 (eval "$ac_link") 2>conftest.er1
44609 ac_status=$?
44610 grep -v '^ *+' conftest.er1 >conftest.err
44611 rm -f conftest.er1
44612 cat conftest.err >&5
44613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44614 (exit $ac_status); } && {
44615 test -z "$ac_c_werror_flag" ||
44616 test ! -s conftest.err
44617 } && test -s conftest$ac_exeext &&
44618 $as_test_x conftest$ac_exeext; then
44619 ac_cv_func_socket=yes
44620 else
44621 echo "$as_me: failed program was:" >&5
44622 sed 's/^/| /' conftest.$ac_ext >&5
44623
44624 ac_cv_func_socket=no
44625 fi
44626
44627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44628 conftest$ac_exeext conftest.$ac_ext
44629 fi
44630 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
44631 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
44632 if test $ac_cv_func_socket = yes; then
44633 :
44634 else
44635
44636 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
44637 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
44638 if test "${ac_cv_lib_socket_socket+set}" = set; then
44639 echo $ECHO_N "(cached) $ECHO_C" >&6
44640 else
44641 ac_check_lib_save_LIBS=$LIBS
44642 LIBS="-lsocket $LIBS"
44643 cat >conftest.$ac_ext <<_ACEOF
44644 /* confdefs.h. */
44645 _ACEOF
44646 cat confdefs.h >>conftest.$ac_ext
44647 cat >>conftest.$ac_ext <<_ACEOF
44648 /* end confdefs.h. */
44649
44650 /* Override any GCC internal prototype to avoid an error.
44651 Use char because int might match the return type of a GCC
44652 builtin and then its argument prototype would still apply. */
44653 #ifdef __cplusplus
44654 extern "C"
44655 #endif
44656 char socket ();
44657 int
44658 main ()
44659 {
44660 return socket ();
44661 ;
44662 return 0;
44663 }
44664 _ACEOF
44665 rm -f conftest.$ac_objext conftest$ac_exeext
44666 if { (ac_try="$ac_link"
44667 case "(($ac_try" in
44668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44669 *) ac_try_echo=$ac_try;;
44670 esac
44671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44672 (eval "$ac_link") 2>conftest.er1
44673 ac_status=$?
44674 grep -v '^ *+' conftest.er1 >conftest.err
44675 rm -f conftest.er1
44676 cat conftest.err >&5
44677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44678 (exit $ac_status); } && {
44679 test -z "$ac_c_werror_flag" ||
44680 test ! -s conftest.err
44681 } && test -s conftest$ac_exeext &&
44682 $as_test_x conftest$ac_exeext; then
44683 ac_cv_lib_socket_socket=yes
44684 else
44685 echo "$as_me: failed program was:" >&5
44686 sed 's/^/| /' conftest.$ac_ext >&5
44687
44688 ac_cv_lib_socket_socket=no
44689 fi
44690
44691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44692 conftest$ac_exeext conftest.$ac_ext
44693 LIBS=$ac_check_lib_save_LIBS
44694 fi
44695 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
44696 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
44697 if test $ac_cv_lib_socket_socket = yes; then
44698 if test "$INET_LINK" != " -lsocket"; then
44699 INET_LINK="$INET_LINK -lsocket"
44700 fi
44701 else
44702
44703 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
44704 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
44705 wxUSE_SOCKETS=no
44706
44707
44708 fi
44709
44710
44711
44712 fi
44713
44714 fi
44715 fi
44716
44717 if test "$wxUSE_SOCKETS" = "yes" ; then
44718 if test "$TOOLKIT" != "MSW"; then
44719 { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
44720 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
44721 if test "${wx_cv_type_getsockname3+set}" = set; then
44722 echo $ECHO_N "(cached) $ECHO_C" >&6
44723 else
44724
44725 ac_ext=cpp
44726 ac_cpp='$CXXCPP $CPPFLAGS'
44727 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44728 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44729 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44730
44731 cat >conftest.$ac_ext <<_ACEOF
44732 /* confdefs.h. */
44733 _ACEOF
44734 cat confdefs.h >>conftest.$ac_ext
44735 cat >>conftest.$ac_ext <<_ACEOF
44736 /* end confdefs.h. */
44737
44738 #include <sys/types.h>
44739 #include <sys/socket.h>
44740
44741 int
44742 main ()
44743 {
44744
44745 socklen_t len;
44746 getsockname(0, 0, &len);
44747
44748 ;
44749 return 0;
44750 }
44751 _ACEOF
44752 rm -f conftest.$ac_objext
44753 if { (ac_try="$ac_compile"
44754 case "(($ac_try" in
44755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44756 *) ac_try_echo=$ac_try;;
44757 esac
44758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44759 (eval "$ac_compile") 2>conftest.er1
44760 ac_status=$?
44761 grep -v '^ *+' conftest.er1 >conftest.err
44762 rm -f conftest.er1
44763 cat conftest.err >&5
44764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44765 (exit $ac_status); } && {
44766 test -z "$ac_cxx_werror_flag" ||
44767 test ! -s conftest.err
44768 } && test -s conftest.$ac_objext; then
44769 wx_cv_type_getsockname3=socklen_t
44770 else
44771 echo "$as_me: failed program was:" >&5
44772 sed 's/^/| /' conftest.$ac_ext >&5
44773
44774
44775 CFLAGS_OLD="$CFLAGS"
44776 if test "$GCC" = yes ; then
44777 CFLAGS="-Werror $CFLAGS"
44778 fi
44779
44780 cat >conftest.$ac_ext <<_ACEOF
44781 /* confdefs.h. */
44782 _ACEOF
44783 cat confdefs.h >>conftest.$ac_ext
44784 cat >>conftest.$ac_ext <<_ACEOF
44785 /* end confdefs.h. */
44786
44787 #include <sys/types.h>
44788 #include <sys/socket.h>
44789
44790 int
44791 main ()
44792 {
44793
44794 size_t len;
44795 getsockname(0, 0, &len);
44796
44797 ;
44798 return 0;
44799 }
44800 _ACEOF
44801 rm -f conftest.$ac_objext
44802 if { (ac_try="$ac_compile"
44803 case "(($ac_try" in
44804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44805 *) ac_try_echo=$ac_try;;
44806 esac
44807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44808 (eval "$ac_compile") 2>conftest.er1
44809 ac_status=$?
44810 grep -v '^ *+' conftest.er1 >conftest.err
44811 rm -f conftest.er1
44812 cat conftest.err >&5
44813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44814 (exit $ac_status); } && {
44815 test -z "$ac_cxx_werror_flag" ||
44816 test ! -s conftest.err
44817 } && test -s conftest.$ac_objext; then
44818 wx_cv_type_getsockname3=size_t
44819 else
44820 echo "$as_me: failed program was:" >&5
44821 sed 's/^/| /' conftest.$ac_ext >&5
44822
44823 cat >conftest.$ac_ext <<_ACEOF
44824 /* confdefs.h. */
44825 _ACEOF
44826 cat confdefs.h >>conftest.$ac_ext
44827 cat >>conftest.$ac_ext <<_ACEOF
44828 /* end confdefs.h. */
44829
44830 #include <sys/types.h>
44831 #include <sys/socket.h>
44832
44833 int
44834 main ()
44835 {
44836
44837 int len;
44838 getsockname(0, 0, &len);
44839
44840 ;
44841 return 0;
44842 }
44843 _ACEOF
44844 rm -f conftest.$ac_objext
44845 if { (ac_try="$ac_compile"
44846 case "(($ac_try" in
44847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44848 *) ac_try_echo=$ac_try;;
44849 esac
44850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44851 (eval "$ac_compile") 2>conftest.er1
44852 ac_status=$?
44853 grep -v '^ *+' conftest.er1 >conftest.err
44854 rm -f conftest.er1
44855 cat conftest.err >&5
44856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44857 (exit $ac_status); } && {
44858 test -z "$ac_cxx_werror_flag" ||
44859 test ! -s conftest.err
44860 } && test -s conftest.$ac_objext; then
44861 wx_cv_type_getsockname3=int
44862 else
44863 echo "$as_me: failed program was:" >&5
44864 sed 's/^/| /' conftest.$ac_ext >&5
44865
44866 wx_cv_type_getsockname3=unknown
44867
44868 fi
44869
44870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44871
44872 fi
44873
44874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44875
44876 CFLAGS="$CFLAGS_OLD"
44877
44878
44879 fi
44880
44881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44882 ac_ext=c
44883 ac_cpp='$CPP $CPPFLAGS'
44884 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44885 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44886 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44887
44888
44889 fi
44890 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
44891 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
44892
44893 if test "$wx_cv_type_getsockname3" = "unknown"; then
44894 wxUSE_SOCKETS=no
44895 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44896 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
44897 else
44898 cat >>confdefs.h <<_ACEOF
44899 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
44900 _ACEOF
44901
44902 fi
44903 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
44904 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
44905 if test "${wx_cv_type_getsockopt5+set}" = set; then
44906 echo $ECHO_N "(cached) $ECHO_C" >&6
44907 else
44908
44909 ac_ext=cpp
44910 ac_cpp='$CXXCPP $CPPFLAGS'
44911 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44912 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44913 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44914
44915 cat >conftest.$ac_ext <<_ACEOF
44916 /* confdefs.h. */
44917 _ACEOF
44918 cat confdefs.h >>conftest.$ac_ext
44919 cat >>conftest.$ac_ext <<_ACEOF
44920 /* end confdefs.h. */
44921
44922 #include <sys/types.h>
44923 #include <sys/socket.h>
44924
44925 int
44926 main ()
44927 {
44928
44929 socklen_t len;
44930 getsockopt(0, 0, 0, 0, &len);
44931
44932 ;
44933 return 0;
44934 }
44935 _ACEOF
44936 rm -f conftest.$ac_objext
44937 if { (ac_try="$ac_compile"
44938 case "(($ac_try" in
44939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44940 *) ac_try_echo=$ac_try;;
44941 esac
44942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44943 (eval "$ac_compile") 2>conftest.er1
44944 ac_status=$?
44945 grep -v '^ *+' conftest.er1 >conftest.err
44946 rm -f conftest.er1
44947 cat conftest.err >&5
44948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44949 (exit $ac_status); } && {
44950 test -z "$ac_cxx_werror_flag" ||
44951 test ! -s conftest.err
44952 } && test -s conftest.$ac_objext; then
44953 wx_cv_type_getsockopt5=socklen_t
44954 else
44955 echo "$as_me: failed program was:" >&5
44956 sed 's/^/| /' conftest.$ac_ext >&5
44957
44958
44959 cat >conftest.$ac_ext <<_ACEOF
44960 /* confdefs.h. */
44961 _ACEOF
44962 cat confdefs.h >>conftest.$ac_ext
44963 cat >>conftest.$ac_ext <<_ACEOF
44964 /* end confdefs.h. */
44965
44966 #include <sys/types.h>
44967 #include <sys/socket.h>
44968
44969 int
44970 main ()
44971 {
44972
44973 size_t len;
44974 getsockopt(0, 0, 0, 0, &len);
44975
44976 ;
44977 return 0;
44978 }
44979 _ACEOF
44980 rm -f conftest.$ac_objext
44981 if { (ac_try="$ac_compile"
44982 case "(($ac_try" in
44983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44984 *) ac_try_echo=$ac_try;;
44985 esac
44986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44987 (eval "$ac_compile") 2>conftest.er1
44988 ac_status=$?
44989 grep -v '^ *+' conftest.er1 >conftest.err
44990 rm -f conftest.er1
44991 cat conftest.err >&5
44992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44993 (exit $ac_status); } && {
44994 test -z "$ac_cxx_werror_flag" ||
44995 test ! -s conftest.err
44996 } && test -s conftest.$ac_objext; then
44997 wx_cv_type_getsockopt5=size_t
44998 else
44999 echo "$as_me: failed program was:" >&5
45000 sed 's/^/| /' conftest.$ac_ext >&5
45001
45002 cat >conftest.$ac_ext <<_ACEOF
45003 /* confdefs.h. */
45004 _ACEOF
45005 cat confdefs.h >>conftest.$ac_ext
45006 cat >>conftest.$ac_ext <<_ACEOF
45007 /* end confdefs.h. */
45008
45009 #include <sys/types.h>
45010 #include <sys/socket.h>
45011
45012 int
45013 main ()
45014 {
45015
45016 int len;
45017 getsockopt(0, 0, 0, 0, &len);
45018
45019 ;
45020 return 0;
45021 }
45022 _ACEOF
45023 rm -f conftest.$ac_objext
45024 if { (ac_try="$ac_compile"
45025 case "(($ac_try" in
45026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45027 *) ac_try_echo=$ac_try;;
45028 esac
45029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45030 (eval "$ac_compile") 2>conftest.er1
45031 ac_status=$?
45032 grep -v '^ *+' conftest.er1 >conftest.err
45033 rm -f conftest.er1
45034 cat conftest.err >&5
45035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45036 (exit $ac_status); } && {
45037 test -z "$ac_cxx_werror_flag" ||
45038 test ! -s conftest.err
45039 } && test -s conftest.$ac_objext; then
45040 wx_cv_type_getsockopt5=int
45041 else
45042 echo "$as_me: failed program was:" >&5
45043 sed 's/^/| /' conftest.$ac_ext >&5
45044
45045 wx_cv_type_getsockopt5=unknown
45046
45047 fi
45048
45049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45050
45051 fi
45052
45053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45054
45055
45056 fi
45057
45058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45059 ac_ext=c
45060 ac_cpp='$CPP $CPPFLAGS'
45061 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45062 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45063 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45064
45065
45066 fi
45067 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
45068 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
45069
45070 if test "$wx_cv_type_getsockopt5" = "unknown"; then
45071 wxUSE_SOCKETS=no
45072 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
45073 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
45074 else
45075 cat >>confdefs.h <<_ACEOF
45076 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
45077 _ACEOF
45078
45079 fi
45080 fi
45081 fi
45082
45083 if test "$wxUSE_SOCKETS" = "yes" ; then
45084 if test "$wxUSE_IPV6" = "yes"; then
45085 { echo "$as_me:$LINENO: checking whether we have sockaddr_in6" >&5
45086 echo $ECHO_N "checking whether we have sockaddr_in6... $ECHO_C" >&6; }
45087 if test "${wx_cv_type_sockaddr_in6+set}" = set; then
45088 echo $ECHO_N "(cached) $ECHO_C" >&6
45089 else
45090
45091 cat >conftest.$ac_ext <<_ACEOF
45092 /* confdefs.h. */
45093 _ACEOF
45094 cat confdefs.h >>conftest.$ac_ext
45095 cat >>conftest.$ac_ext <<_ACEOF
45096 /* end confdefs.h. */
45097
45098 #include <sys/types.h>
45099 #include <sys/socket.h>
45100 #include <netinet/in.h>
45101
45102 int
45103 main ()
45104 {
45105
45106 struct sockaddr_in6 sa6;
45107
45108 ;
45109 return 0;
45110 }
45111 _ACEOF
45112 rm -f conftest.$ac_objext
45113 if { (ac_try="$ac_compile"
45114 case "(($ac_try" in
45115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45116 *) ac_try_echo=$ac_try;;
45117 esac
45118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45119 (eval "$ac_compile") 2>conftest.er1
45120 ac_status=$?
45121 grep -v '^ *+' conftest.er1 >conftest.err
45122 rm -f conftest.er1
45123 cat conftest.err >&5
45124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45125 (exit $ac_status); } && {
45126 test -z "$ac_c_werror_flag" ||
45127 test ! -s conftest.err
45128 } && test -s conftest.$ac_objext; then
45129 wx_cv_type_sockaddr_in6=yes
45130 else
45131 echo "$as_me: failed program was:" >&5
45132 sed 's/^/| /' conftest.$ac_ext >&5
45133
45134 wx_cv_type_sockaddr_in6=no
45135
45136 fi
45137
45138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45139
45140
45141 fi
45142 { echo "$as_me:$LINENO: result: $wx_cv_type_sockaddr_in6" >&5
45143 echo "${ECHO_T}$wx_cv_type_sockaddr_in6" >&6; }
45144
45145 if test "$wx_cv_type_sockaddr_in6"="yes"; then
45146 cat >>confdefs.h <<\_ACEOF
45147 #define wxUSE_IPV6 1
45148 _ACEOF
45149
45150 else
45151 { echo "$as_me:$LINENO: WARNING: IPv6 support not available... disabled" >&5
45152 echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
45153 fi
45154 fi
45155
45156 cat >>confdefs.h <<\_ACEOF
45157 #define wxUSE_SOCKETS 1
45158 _ACEOF
45159
45160 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
45161 fi
45162
45163 if test "$wxUSE_PROTOCOL" = "yes"; then
45164 if test "$wxUSE_SOCKETS" != "yes"; then
45165 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
45166 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
45167 wxUSE_PROTOCOL=no
45168 fi
45169 fi
45170
45171 if test "$wxUSE_PROTOCOL" = "yes"; then
45172 cat >>confdefs.h <<\_ACEOF
45173 #define wxUSE_PROTOCOL 1
45174 _ACEOF
45175
45176
45177 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
45178 cat >>confdefs.h <<\_ACEOF
45179 #define wxUSE_PROTOCOL_HTTP 1
45180 _ACEOF
45181
45182 fi
45183 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
45184 cat >>confdefs.h <<\_ACEOF
45185 #define wxUSE_PROTOCOL_FTP 1
45186 _ACEOF
45187
45188 fi
45189 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
45190 cat >>confdefs.h <<\_ACEOF
45191 #define wxUSE_PROTOCOL_FILE 1
45192 _ACEOF
45193
45194 fi
45195 else
45196 if test "$wxUSE_FS_INET" = "yes"; then
45197 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
45198 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
45199 wxUSE_FS_INET="no"
45200 fi
45201 fi
45202
45203 if test "$wxUSE_URL" = "yes"; then
45204 if test "$wxUSE_PROTOCOL" != "yes"; then
45205 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
45206 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
45207 wxUSE_URL=no
45208 fi
45209 if test "$wxUSE_URL" = "yes"; then
45210 cat >>confdefs.h <<\_ACEOF
45211 #define wxUSE_URL 1
45212 _ACEOF
45213
45214 fi
45215 fi
45216
45217 if test "$wxUSE_VARIANT" = "yes"; then
45218 cat >>confdefs.h <<\_ACEOF
45219 #define wxUSE_VARIANT 1
45220 _ACEOF
45221
45222 fi
45223
45224 if test "$wxUSE_FS_INET" = "yes"; then
45225 cat >>confdefs.h <<\_ACEOF
45226 #define wxUSE_FS_INET 1
45227 _ACEOF
45228
45229 fi
45230
45231
45232 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
45233 wxUSE_JOYSTICK=no
45234
45235 if test "$TOOLKIT" = "MSW"; then
45236 wxUSE_JOYSTICK=yes
45237
45238 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
45239 if test "$USE_DARWIN" = 1; then
45240 { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
45241 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
45242 ac_ext=cpp
45243 ac_cpp='$CXXCPP $CPPFLAGS'
45244 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45245 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45246 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45247
45248 cat >conftest.$ac_ext <<_ACEOF
45249 /* confdefs.h. */
45250 _ACEOF
45251 cat confdefs.h >>conftest.$ac_ext
45252 cat >>conftest.$ac_ext <<_ACEOF
45253 /* end confdefs.h. */
45254 #include <IOKit/hid/IOHIDLib.h>
45255 int
45256 main ()
45257 {
45258 IOHIDQueueInterface *qi = NULL;
45259 IOHIDCallbackFunction cb = NULL;
45260 qi->setEventCallout(NULL, cb, NULL, NULL);
45261 ;
45262 return 0;
45263 }
45264 _ACEOF
45265 rm -f conftest.$ac_objext
45266 if { (ac_try="$ac_compile"
45267 case "(($ac_try" in
45268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45269 *) ac_try_echo=$ac_try;;
45270 esac
45271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45272 (eval "$ac_compile") 2>conftest.er1
45273 ac_status=$?
45274 grep -v '^ *+' conftest.er1 >conftest.err
45275 rm -f conftest.er1
45276 cat conftest.err >&5
45277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45278 (exit $ac_status); } && {
45279 test -z "$ac_cxx_werror_flag" ||
45280 test ! -s conftest.err
45281 } && test -s conftest.$ac_objext; then
45282 wxUSE_JOYSTICK=yes
45283
45284 else
45285 echo "$as_me: failed program was:" >&5
45286 sed 's/^/| /' conftest.$ac_ext >&5
45287
45288
45289 fi
45290
45291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45292 ac_ext=c
45293 ac_cpp='$CPP $CPPFLAGS'
45294 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45295 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45296 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45297
45298 { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
45299 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
45300 fi
45301
45302 else
45303 if test "$wxUSE_MGL" != 1; then
45304
45305 for ac_header in linux/joystick.h
45306 do
45307 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45308 { echo "$as_me:$LINENO: checking for $ac_header" >&5
45309 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
45310 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
45311 echo $ECHO_N "(cached) $ECHO_C" >&6
45312 else
45313 cat >conftest.$ac_ext <<_ACEOF
45314 /* confdefs.h. */
45315 _ACEOF
45316 cat confdefs.h >>conftest.$ac_ext
45317 cat >>conftest.$ac_ext <<_ACEOF
45318 /* end confdefs.h. */
45319 $ac_includes_default
45320
45321 #include <$ac_header>
45322 _ACEOF
45323 rm -f conftest.$ac_objext
45324 if { (ac_try="$ac_compile"
45325 case "(($ac_try" in
45326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45327 *) ac_try_echo=$ac_try;;
45328 esac
45329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45330 (eval "$ac_compile") 2>conftest.er1
45331 ac_status=$?
45332 grep -v '^ *+' conftest.er1 >conftest.err
45333 rm -f conftest.er1
45334 cat conftest.err >&5
45335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45336 (exit $ac_status); } && {
45337 test -z "$ac_c_werror_flag" ||
45338 test ! -s conftest.err
45339 } && test -s conftest.$ac_objext; then
45340 eval "$as_ac_Header=yes"
45341 else
45342 echo "$as_me: failed program was:" >&5
45343 sed 's/^/| /' conftest.$ac_ext >&5
45344
45345 eval "$as_ac_Header=no"
45346 fi
45347
45348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45349 fi
45350 ac_res=`eval echo '${'$as_ac_Header'}'`
45351 { echo "$as_me:$LINENO: result: $ac_res" >&5
45352 echo "${ECHO_T}$ac_res" >&6; }
45353 if test `eval echo '${'$as_ac_Header'}'` = yes; then
45354 cat >>confdefs.h <<_ACEOF
45355 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45356 _ACEOF
45357 wxUSE_JOYSTICK=yes
45358 fi
45359
45360 done
45361
45362 fi
45363 fi
45364
45365 if test "$wxUSE_JOYSTICK" = "yes"; then
45366 cat >>confdefs.h <<\_ACEOF
45367 #define wxUSE_JOYSTICK 1
45368 _ACEOF
45369
45370 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
45371 else
45372 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
45373 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
45374 fi
45375 fi
45376
45377
45378
45379 if test "$wxUSE_FONTENUM" = "yes" ; then
45380 cat >>confdefs.h <<\_ACEOF
45381 #define wxUSE_FONTENUM 1
45382 _ACEOF
45383
45384 fi
45385
45386 if test "$wxUSE_FONTMAP" = "yes" ; then
45387 cat >>confdefs.h <<\_ACEOF
45388 #define wxUSE_FONTMAP 1
45389 _ACEOF
45390
45391 fi
45392
45393 if test "$wxUSE_UNICODE" = "yes" ; then
45394 cat >>confdefs.h <<\_ACEOF
45395 #define wxUSE_UNICODE 1
45396 _ACEOF
45397
45398
45399 if test "$USE_WIN32" != 1; then
45400 wxUSE_UNICODE_MSLU=no
45401 fi
45402
45403 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
45404 { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
45405 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
45406 if test "${ac_cv_lib_unicows_main+set}" = set; then
45407 echo $ECHO_N "(cached) $ECHO_C" >&6
45408 else
45409 ac_check_lib_save_LIBS=$LIBS
45410 LIBS="-lunicows $LIBS"
45411 cat >conftest.$ac_ext <<_ACEOF
45412 /* confdefs.h. */
45413 _ACEOF
45414 cat confdefs.h >>conftest.$ac_ext
45415 cat >>conftest.$ac_ext <<_ACEOF
45416 /* end confdefs.h. */
45417
45418
45419 int
45420 main ()
45421 {
45422 return main ();
45423 ;
45424 return 0;
45425 }
45426 _ACEOF
45427 rm -f conftest.$ac_objext conftest$ac_exeext
45428 if { (ac_try="$ac_link"
45429 case "(($ac_try" in
45430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45431 *) ac_try_echo=$ac_try;;
45432 esac
45433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45434 (eval "$ac_link") 2>conftest.er1
45435 ac_status=$?
45436 grep -v '^ *+' conftest.er1 >conftest.err
45437 rm -f conftest.er1
45438 cat conftest.err >&5
45439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45440 (exit $ac_status); } && {
45441 test -z "$ac_c_werror_flag" ||
45442 test ! -s conftest.err
45443 } && test -s conftest$ac_exeext &&
45444 $as_test_x conftest$ac_exeext; then
45445 ac_cv_lib_unicows_main=yes
45446 else
45447 echo "$as_me: failed program was:" >&5
45448 sed 's/^/| /' conftest.$ac_ext >&5
45449
45450 ac_cv_lib_unicows_main=no
45451 fi
45452
45453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45454 conftest$ac_exeext conftest.$ac_ext
45455 LIBS=$ac_check_lib_save_LIBS
45456 fi
45457 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
45458 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
45459 if test $ac_cv_lib_unicows_main = yes; then
45460
45461 cat >>confdefs.h <<\_ACEOF
45462 #define wxUSE_UNICODE_MSLU 1
45463 _ACEOF
45464
45465
45466 else
45467
45468 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
45469 Applications will only run on Windows NT/2000/XP!" >&5
45470 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
45471 Applications will only run on Windows NT/2000/XP!" >&2;}
45472 wxUSE_UNICODE_MSLU=no
45473
45474 fi
45475
45476 fi
45477 fi
45478
45479 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
45480 cat >>confdefs.h <<\_ACEOF
45481 #define wxUSE_UNICODE_UTF8 1
45482 _ACEOF
45483
45484
45485 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
45486 cat >>confdefs.h <<\_ACEOF
45487 #define wxUSE_UTF8_LOCALE_ONLY 1
45488 _ACEOF
45489
45490 fi
45491 fi
45492
45493
45494 if test "$wxUSE_CONSTRAINTS" = "yes"; then
45495 cat >>confdefs.h <<\_ACEOF
45496 #define wxUSE_CONSTRAINTS 1
45497 _ACEOF
45498
45499 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
45500 fi
45501
45502 if test "$wxUSE_MDI" = "yes"; then
45503 cat >>confdefs.h <<\_ACEOF
45504 #define wxUSE_MDI 1
45505 _ACEOF
45506
45507
45508 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
45509 cat >>confdefs.h <<\_ACEOF
45510 #define wxUSE_MDI_ARCHITECTURE 1
45511 _ACEOF
45512
45513 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
45514 fi
45515 fi
45516
45517 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
45518 cat >>confdefs.h <<\_ACEOF
45519 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
45520 _ACEOF
45521
45522 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
45523 fi
45524
45525 if test "$wxUSE_HELP" = "yes"; then
45526 cat >>confdefs.h <<\_ACEOF
45527 #define wxUSE_HELP 1
45528 _ACEOF
45529
45530 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
45531
45532 if test "$wxUSE_MSW" = 1; then
45533 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
45534 cat >>confdefs.h <<\_ACEOF
45535 #define wxUSE_MS_HTML_HELP 1
45536 _ACEOF
45537
45538 fi
45539 fi
45540
45541 if test "$wxUSE_WXHTML_HELP" = "yes"; then
45542 if test "$wxUSE_HTML" = "yes"; then
45543 cat >>confdefs.h <<\_ACEOF
45544 #define wxUSE_WXHTML_HELP 1
45545 _ACEOF
45546
45547 else
45548 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
45549 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
45550 wxUSE_WXHTML_HELP=no
45551 fi
45552 fi
45553 fi
45554
45555 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
45556 cat >>confdefs.h <<\_ACEOF
45557 #define wxUSE_PRINTING_ARCHITECTURE 1
45558 _ACEOF
45559
45560 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
45561 fi
45562
45563 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
45564 cat >>confdefs.h <<\_ACEOF
45565 #define wxUSE_POSTSCRIPT 1
45566 _ACEOF
45567
45568 fi
45569
45570 cat >>confdefs.h <<\_ACEOF
45571 #define wxUSE_AFM_FOR_POSTSCRIPT 1
45572 _ACEOF
45573
45574
45575 if test "$wxUSE_SVG" = "yes"; then
45576 cat >>confdefs.h <<\_ACEOF
45577 #define wxUSE_SVG 1
45578 _ACEOF
45579
45580 fi
45581
45582
45583 if test "$wxUSE_METAFILE" = "yes"; then
45584 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
45585 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
45586 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
45587 wxUSE_METAFILE=no
45588 fi
45589 fi
45590
45591
45592 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
45593 -o "$wxUSE_CLIPBOARD" = "yes" \
45594 -o "$wxUSE_OLE" = "yes" \
45595 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
45596 { echo "$as_me:$LINENO: checking for ole2.h" >&5
45597 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
45598 if test "${ac_cv_header_ole2_h+set}" = set; then
45599 echo $ECHO_N "(cached) $ECHO_C" >&6
45600 else
45601 cat >conftest.$ac_ext <<_ACEOF
45602 /* confdefs.h. */
45603 _ACEOF
45604 cat confdefs.h >>conftest.$ac_ext
45605 cat >>conftest.$ac_ext <<_ACEOF
45606 /* end confdefs.h. */
45607
45608
45609 #include <ole2.h>
45610 _ACEOF
45611 rm -f conftest.$ac_objext
45612 if { (ac_try="$ac_compile"
45613 case "(($ac_try" in
45614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45615 *) ac_try_echo=$ac_try;;
45616 esac
45617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45618 (eval "$ac_compile") 2>conftest.er1
45619 ac_status=$?
45620 grep -v '^ *+' conftest.er1 >conftest.err
45621 rm -f conftest.er1
45622 cat conftest.err >&5
45623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45624 (exit $ac_status); } && {
45625 test -z "$ac_c_werror_flag" ||
45626 test ! -s conftest.err
45627 } && test -s conftest.$ac_objext; then
45628 ac_cv_header_ole2_h=yes
45629 else
45630 echo "$as_me: failed program was:" >&5
45631 sed 's/^/| /' conftest.$ac_ext >&5
45632
45633 ac_cv_header_ole2_h=no
45634 fi
45635
45636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45637 fi
45638 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
45639 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
45640
45641
45642
45643 if test "$ac_cv_header_ole2_h" = "yes" ; then
45644 if test "$GCC" = yes ; then
45645 { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
45646 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
45647 cat >conftest.$ac_ext <<_ACEOF
45648 /* confdefs.h. */
45649 _ACEOF
45650 cat confdefs.h >>conftest.$ac_ext
45651 cat >>conftest.$ac_ext <<_ACEOF
45652 /* end confdefs.h. */
45653 #include <windows.h>
45654 #include <ole2.h>
45655 int
45656 main ()
45657 {
45658
45659 ;
45660 return 0;
45661 }
45662 _ACEOF
45663 rm -f conftest.$ac_objext
45664 if { (ac_try="$ac_compile"
45665 case "(($ac_try" in
45666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45667 *) ac_try_echo=$ac_try;;
45668 esac
45669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45670 (eval "$ac_compile") 2>conftest.er1
45671 ac_status=$?
45672 grep -v '^ *+' conftest.er1 >conftest.err
45673 rm -f conftest.er1
45674 cat conftest.err >&5
45675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45676 (exit $ac_status); } && {
45677 test -z "$ac_c_werror_flag" ||
45678 test ! -s conftest.err
45679 } && test -s conftest.$ac_objext; then
45680 { echo "$as_me:$LINENO: result: no" >&5
45681 echo "${ECHO_T}no" >&6; }
45682 else
45683 echo "$as_me: failed program was:" >&5
45684 sed 's/^/| /' conftest.$ac_ext >&5
45685
45686 { echo "$as_me:$LINENO: result: yes" >&5
45687 echo "${ECHO_T}yes" >&6; }
45688 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
45689 fi
45690
45691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45692 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
45693 if test "$wxUSE_OLE" = "yes" ; then
45694 cat >>confdefs.h <<\_ACEOF
45695 #define wxUSE_OLE 1
45696 _ACEOF
45697
45698 cat >>confdefs.h <<\_ACEOF
45699 #define wxUSE_OLE_AUTOMATION 1
45700 _ACEOF
45701
45702 cat >>confdefs.h <<\_ACEOF
45703 #define wxUSE_ACTIVEX 1
45704 _ACEOF
45705
45706 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
45707 fi
45708 fi
45709
45710 if test "$wxUSE_DATAOBJ" = "yes" ; then
45711 cat >>confdefs.h <<\_ACEOF
45712 #define wxUSE_DATAOBJ 1
45713 _ACEOF
45714
45715 fi
45716 else
45717 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
45718 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
45719
45720 wxUSE_CLIPBOARD=no
45721 wxUSE_DRAG_AND_DROP=no
45722 wxUSE_DATAOBJ=no
45723 wxUSE_OLE=no
45724 fi
45725
45726 if test "$wxUSE_METAFILE" = "yes"; then
45727 cat >>confdefs.h <<\_ACEOF
45728 #define wxUSE_METAFILE 1
45729 _ACEOF
45730
45731
45732 cat >>confdefs.h <<\_ACEOF
45733 #define wxUSE_ENH_METAFILE 1
45734 _ACEOF
45735
45736 fi
45737 fi
45738
45739 if test "$wxUSE_IPC" = "yes"; then
45740 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
45741 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
45742 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
45743 wxUSE_IPC=no
45744 fi
45745
45746 if test "$wxUSE_IPC" = "yes"; then
45747 cat >>confdefs.h <<\_ACEOF
45748 #define wxUSE_IPC 1
45749 _ACEOF
45750
45751 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
45752 fi
45753 fi
45754
45755 if test "$wxUSE_DATAOBJ" = "yes"; then
45756 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
45757 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&5
45758 echo "$as_me: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&2;}
45759 wxUSE_DATAOBJ=no
45760 else
45761 cat >>confdefs.h <<\_ACEOF
45762 #define wxUSE_DATAOBJ 1
45763 _ACEOF
45764
45765 fi
45766 else
45767 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
45768 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
45769 wxUSE_CLIPBOARD=no
45770 wxUSE_DRAG_AND_DROP=no
45771 fi
45772
45773 if test "$wxUSE_CLIPBOARD" = "yes"; then
45774 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
45775 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
45776 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
45777 wxUSE_CLIPBOARD=no
45778 fi
45779
45780 if test "$wxUSE_CLIPBOARD" = "yes"; then
45781 cat >>confdefs.h <<\_ACEOF
45782 #define wxUSE_CLIPBOARD 1
45783 _ACEOF
45784
45785 fi
45786 fi
45787
45788 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
45789 if test "$wxUSE_GTK" = 1; then
45790 if test "$WXGTK12" != 1; then
45791 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
45792 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
45793 wxUSE_DRAG_AND_DROP=no
45794 fi
45795 fi
45796
45797 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
45798 "$wxUSE_DFB" = 1; then
45799 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
45800 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
45801 wxUSE_DRAG_AND_DROP=no
45802 fi
45803
45804 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
45805 cat >>confdefs.h <<\_ACEOF
45806 #define wxUSE_DRAG_AND_DROP 1
45807 _ACEOF
45808
45809 fi
45810
45811 fi
45812
45813 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
45814 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
45815 fi
45816
45817 if test "$wxUSE_CLIPBOARD" = "yes"; then
45818 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
45819 fi
45820
45821 if test "$wxUSE_SPLINES" = "yes" ; then
45822 cat >>confdefs.h <<\_ACEOF
45823 #define wxUSE_SPLINES 1
45824 _ACEOF
45825
45826 fi
45827
45828 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
45829 cat >>confdefs.h <<\_ACEOF
45830 #define wxUSE_MOUSEWHEEL 1
45831 _ACEOF
45832
45833 fi
45834
45835
45836 USES_CONTROLS=0
45837 if test "$wxUSE_CONTROLS" = "yes"; then
45838 USES_CONTROLS=1
45839 fi
45840
45841 if test "$wxUSE_ACCEL" = "yes"; then
45842 cat >>confdefs.h <<\_ACEOF
45843 #define wxUSE_ACCEL 1
45844 _ACEOF
45845
45846 USES_CONTROLS=1
45847 fi
45848
45849 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
45850 cat >>confdefs.h <<\_ACEOF
45851 #define wxUSE_ANIMATIONCTRL 1
45852 _ACEOF
45853
45854 USES_CONTROLS=1
45855 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
45856 fi
45857
45858 if test "$wxUSE_BUTTON" = "yes"; then
45859 cat >>confdefs.h <<\_ACEOF
45860 #define wxUSE_BUTTON 1
45861 _ACEOF
45862
45863 USES_CONTROLS=1
45864 fi
45865
45866 if test "$wxUSE_BMPBUTTON" = "yes"; then
45867 cat >>confdefs.h <<\_ACEOF
45868 #define wxUSE_BMPBUTTON 1
45869 _ACEOF
45870
45871 USES_CONTROLS=1
45872 fi
45873
45874 if test "$wxUSE_CALCTRL" = "yes"; then
45875 cat >>confdefs.h <<\_ACEOF
45876 #define wxUSE_CALENDARCTRL 1
45877 _ACEOF
45878
45879 USES_CONTROLS=1
45880 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
45881 fi
45882
45883 if test "$wxUSE_CARET" = "yes"; then
45884 cat >>confdefs.h <<\_ACEOF
45885 #define wxUSE_CARET 1
45886 _ACEOF
45887
45888 USES_CONTROLS=1
45889 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
45890 fi
45891
45892 if test "$wxUSE_COLLPANE" = "yes"; then
45893 cat >>confdefs.h <<\_ACEOF
45894 #define wxUSE_COLLPANE 1
45895 _ACEOF
45896
45897 USES_CONTROLS=1
45898 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
45899 fi
45900
45901 if test "$wxUSE_COMBOBOX" = "yes"; then
45902 cat >>confdefs.h <<\_ACEOF
45903 #define wxUSE_COMBOBOX 1
45904 _ACEOF
45905
45906 USES_CONTROLS=1
45907 fi
45908
45909 if test "$wxUSE_COMBOCTRL" = "yes"; then
45910 cat >>confdefs.h <<\_ACEOF
45911 #define wxUSE_COMBOCTRL 1
45912 _ACEOF
45913
45914 USES_CONTROLS=1
45915 fi
45916
45917 if test "$wxUSE_CHOICE" = "yes"; then
45918 cat >>confdefs.h <<\_ACEOF
45919 #define wxUSE_CHOICE 1
45920 _ACEOF
45921
45922 USES_CONTROLS=1
45923 fi
45924
45925 if test "$wxUSE_CHOICEBOOK" = "yes"; then
45926 cat >>confdefs.h <<\_ACEOF
45927 #define wxUSE_CHOICEBOOK 1
45928 _ACEOF
45929
45930 USES_CONTROLS=1
45931 fi
45932
45933 if test "$wxUSE_CHECKBOX" = "yes"; then
45934 cat >>confdefs.h <<\_ACEOF
45935 #define wxUSE_CHECKBOX 1
45936 _ACEOF
45937
45938 USES_CONTROLS=1
45939 fi
45940
45941 if test "$wxUSE_CHECKLST" = "yes"; then
45942 cat >>confdefs.h <<\_ACEOF
45943 #define wxUSE_CHECKLISTBOX 1
45944 _ACEOF
45945
45946 USES_CONTROLS=1
45947 fi
45948
45949 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
45950 cat >>confdefs.h <<\_ACEOF
45951 #define wxUSE_COLOURPICKERCTRL 1
45952 _ACEOF
45953
45954 USES_CONTROLS=1
45955 fi
45956
45957 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
45958 cat >>confdefs.h <<\_ACEOF
45959 #define wxUSE_DATEPICKCTRL 1
45960 _ACEOF
45961
45962 USES_CONTROLS=1
45963 fi
45964
45965 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
45966 cat >>confdefs.h <<\_ACEOF
45967 #define wxUSE_DIRPICKERCTRL 1
45968 _ACEOF
45969
45970 USES_CONTROLS=1
45971 fi
45972
45973 if test "$wxUSE_FILECTRL" = "yes"; then
45974 cat >>confdefs.h <<\_ACEOF
45975 #define wxUSE_FILECTRL 1
45976 _ACEOF
45977
45978 USES_CONTROLS=1
45979 fi
45980
45981 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
45982 cat >>confdefs.h <<\_ACEOF
45983 #define wxUSE_FILEPICKERCTRL 1
45984 _ACEOF
45985
45986 USES_CONTROLS=1
45987 fi
45988
45989 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
45990 cat >>confdefs.h <<\_ACEOF
45991 #define wxUSE_FONTPICKERCTRL 1
45992 _ACEOF
45993
45994 USES_CONTROLS=1
45995 fi
45996
45997 if test "$wxUSE_DISPLAY" = "yes"; then
45998 if test "$wxUSE_DFB" = 1 -o "$wxUSE_MGL" = 1; then
45999 { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
46000 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
46001 wxUSE_DISPLAY=no
46002 else
46003 cat >>confdefs.h <<\_ACEOF
46004 #define wxUSE_DISPLAY 1
46005 _ACEOF
46006
46007 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
46008 fi
46009 fi
46010
46011 if test "$wxUSE_DETECT_SM" = "yes"; then
46012 cat >>confdefs.h <<\_ACEOF
46013 #define wxUSE_DETECT_SM 1
46014 _ACEOF
46015
46016 fi
46017
46018 if test "$wxUSE_GAUGE" = "yes"; then
46019 cat >>confdefs.h <<\_ACEOF
46020 #define wxUSE_GAUGE 1
46021 _ACEOF
46022
46023 USES_CONTROLS=1
46024 fi
46025
46026 if test "$wxUSE_GRID" = "yes"; then
46027 cat >>confdefs.h <<\_ACEOF
46028 #define wxUSE_GRID 1
46029 _ACEOF
46030
46031 USES_CONTROLS=1
46032 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
46033 fi
46034
46035 if test "$wxUSE_HEADERCTRL" = "yes"; then
46036 cat >>confdefs.h <<\_ACEOF
46037 #define wxUSE_HEADERCTRL 1
46038 _ACEOF
46039
46040 USES_CONTROLS=1
46041 fi
46042
46043 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
46044 cat >>confdefs.h <<\_ACEOF
46045 #define wxUSE_HYPERLINKCTRL 1
46046 _ACEOF
46047
46048 USES_CONTROLS=1
46049 fi
46050
46051 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
46052 cat >>confdefs.h <<\_ACEOF
46053 #define wxUSE_BITMAPCOMBOBOX 1
46054 _ACEOF
46055
46056 USES_CONTROLS=1
46057 fi
46058
46059 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
46060 cat >>confdefs.h <<\_ACEOF
46061 #define wxUSE_DATAVIEWCTRL 1
46062 _ACEOF
46063
46064 USES_CONTROLS=1
46065 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
46066 fi
46067
46068 if test "$wxUSE_IMAGLIST" = "yes"; then
46069 cat >>confdefs.h <<\_ACEOF
46070 #define wxUSE_IMAGLIST 1
46071 _ACEOF
46072
46073 fi
46074
46075 if test "$wxUSE_INFOBAR" = "yes"; then
46076 cat >>confdefs.h <<\_ACEOF
46077 #define wxUSE_INFOBAR 1
46078 _ACEOF
46079
46080 fi
46081
46082 if test "$wxUSE_LISTBOOK" = "yes"; then
46083 cat >>confdefs.h <<\_ACEOF
46084 #define wxUSE_LISTBOOK 1
46085 _ACEOF
46086
46087 USES_CONTROLS=1
46088 fi
46089
46090 if test "$wxUSE_LISTBOX" = "yes"; then
46091 cat >>confdefs.h <<\_ACEOF
46092 #define wxUSE_LISTBOX 1
46093 _ACEOF
46094
46095 USES_CONTROLS=1
46096 fi
46097
46098 if test "$wxUSE_LISTCTRL" = "yes"; then
46099 if test "$wxUSE_IMAGLIST" = "yes"; then
46100 cat >>confdefs.h <<\_ACEOF
46101 #define wxUSE_LISTCTRL 1
46102 _ACEOF
46103
46104 USES_CONTROLS=1
46105 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
46106 else
46107 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
46108 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
46109 fi
46110 fi
46111
46112 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
46113 cat >>confdefs.h <<\_ACEOF
46114 #define wxUSE_EDITABLELISTBOX 1
46115 _ACEOF
46116
46117 USES_CONTROLS=1
46118 fi
46119
46120 if test "$wxUSE_NOTEBOOK" = "yes"; then
46121 cat >>confdefs.h <<\_ACEOF
46122 #define wxUSE_NOTEBOOK 1
46123 _ACEOF
46124
46125 USES_CONTROLS=1
46126 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
46127 fi
46128
46129 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
46130 cat >>confdefs.h <<\_ACEOF
46131 #define wxUSE_NOTIFICATION_MESSAGE 1
46132 _ACEOF
46133
46134 fi
46135
46136 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
46137 cat >>confdefs.h <<\_ACEOF
46138 #define wxUSE_ODCOMBOBOX 1
46139 _ACEOF
46140
46141 USES_CONTROLS=1
46142 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
46143 fi
46144
46145 if test "$wxUSE_RADIOBOX" = "yes"; then
46146 cat >>confdefs.h <<\_ACEOF
46147 #define wxUSE_RADIOBOX 1
46148 _ACEOF
46149
46150 USES_CONTROLS=1
46151 fi
46152
46153 if test "$wxUSE_RADIOBTN" = "yes"; then
46154 cat >>confdefs.h <<\_ACEOF
46155 #define wxUSE_RADIOBTN 1
46156 _ACEOF
46157
46158 USES_CONTROLS=1
46159 fi
46160
46161 if test "$wxUSE_REARRANGECTRL" = "yes"; then
46162 cat >>confdefs.h <<\_ACEOF
46163 #define wxUSE_REARRANGECTRL 1
46164 _ACEOF
46165
46166 fi
46167
46168 if test "$wxUSE_SASH" = "yes"; then
46169 cat >>confdefs.h <<\_ACEOF
46170 #define wxUSE_SASH 1
46171 _ACEOF
46172
46173 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
46174 fi
46175
46176 if test "$wxUSE_SCROLLBAR" = "yes"; then
46177 cat >>confdefs.h <<\_ACEOF
46178 #define wxUSE_SCROLLBAR 1
46179 _ACEOF
46180
46181 USES_CONTROLS=1
46182 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
46183 fi
46184
46185 if test "$wxUSE_SEARCHCTRL" = "yes"; then
46186 cat >>confdefs.h <<\_ACEOF
46187 #define wxUSE_SEARCHCTRL 1
46188 _ACEOF
46189
46190 USES_CONTROLS=1
46191 fi
46192
46193 if test "$wxUSE_SLIDER" = "yes"; then
46194 cat >>confdefs.h <<\_ACEOF
46195 #define wxUSE_SLIDER 1
46196 _ACEOF
46197
46198 USES_CONTROLS=1
46199 fi
46200
46201 if test "$wxUSE_SPINBTN" = "yes"; then
46202 cat >>confdefs.h <<\_ACEOF
46203 #define wxUSE_SPINBTN 1
46204 _ACEOF
46205
46206 USES_CONTROLS=1
46207 fi
46208
46209 if test "$wxUSE_SPINCTRL" = "yes"; then
46210 cat >>confdefs.h <<\_ACEOF
46211 #define wxUSE_SPINCTRL 1
46212 _ACEOF
46213
46214 USES_CONTROLS=1
46215 fi
46216
46217 if test "$wxUSE_SPLITTER" = "yes"; then
46218 cat >>confdefs.h <<\_ACEOF
46219 #define wxUSE_SPLITTER 1
46220 _ACEOF
46221
46222 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
46223 fi
46224
46225 if test "$wxUSE_STATBMP" = "yes"; then
46226 cat >>confdefs.h <<\_ACEOF
46227 #define wxUSE_STATBMP 1
46228 _ACEOF
46229
46230 USES_CONTROLS=1
46231 fi
46232
46233 if test "$wxUSE_STATBOX" = "yes"; then
46234 cat >>confdefs.h <<\_ACEOF
46235 #define wxUSE_STATBOX 1
46236 _ACEOF
46237
46238 USES_CONTROLS=1
46239 fi
46240
46241 if test "$wxUSE_STATTEXT" = "yes"; then
46242 cat >>confdefs.h <<\_ACEOF
46243 #define wxUSE_STATTEXT 1
46244 _ACEOF
46245
46246 USES_CONTROLS=1
46247 fi
46248
46249 if test "$wxUSE_STATLINE" = "yes"; then
46250 cat >>confdefs.h <<\_ACEOF
46251 #define wxUSE_STATLINE 1
46252 _ACEOF
46253
46254 USES_CONTROLS=1
46255 fi
46256
46257 if test "$wxUSE_STATUSBAR" = "yes"; then
46258 cat >>confdefs.h <<\_ACEOF
46259 #define wxUSE_NATIVE_STATUSBAR 1
46260 _ACEOF
46261
46262 cat >>confdefs.h <<\_ACEOF
46263 #define wxUSE_STATUSBAR 1
46264 _ACEOF
46265
46266 USES_CONTROLS=1
46267
46268 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
46269 fi
46270
46271 if test "$wxUSE_TEXTCTRL" = "yes"; then
46272 cat >>confdefs.h <<\_ACEOF
46273 #define wxUSE_TEXTCTRL 1
46274 _ACEOF
46275
46276 USES_CONTROLS=1
46277 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
46278
46279 cat >>confdefs.h <<\_ACEOF
46280 #define wxUSE_RICHEDIT 1
46281 _ACEOF
46282
46283 cat >>confdefs.h <<\_ACEOF
46284 #define wxUSE_RICHEDIT2 1
46285 _ACEOF
46286
46287 fi
46288
46289 if test "$wxUSE_TOGGLEBTN" = "yes"; then
46290 if test "$wxUSE_COCOA" = 1 ; then
46291 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
46292 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
46293 wxUSE_TOGGLEBTN=no
46294 fi
46295
46296 if test "$wxUSE_TOGGLEBTN" = "yes"; then
46297 cat >>confdefs.h <<\_ACEOF
46298 #define wxUSE_TOGGLEBTN 1
46299 _ACEOF
46300
46301 USES_CONTROLS=1
46302 fi
46303 fi
46304
46305 if test "$wxUSE_TOOLBAR" = "yes"; then
46306 cat >>confdefs.h <<\_ACEOF
46307 #define wxUSE_TOOLBAR 1
46308 _ACEOF
46309
46310 USES_CONTROLS=1
46311
46312 if test "$wxUSE_UNIVERSAL" = "yes"; then
46313 wxUSE_TOOLBAR_NATIVE="no"
46314 else
46315 wxUSE_TOOLBAR_NATIVE="yes"
46316 cat >>confdefs.h <<\_ACEOF
46317 #define wxUSE_TOOLBAR_NATIVE 1
46318 _ACEOF
46319
46320 fi
46321
46322 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
46323 fi
46324
46325 if test "$wxUSE_TOOLTIPS" = "yes"; then
46326 if test "$wxUSE_MOTIF" = 1; then
46327 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
46328 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
46329 else
46330 if test "$wxUSE_UNIVERSAL" = "yes"; then
46331 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
46332 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
46333 else
46334 cat >>confdefs.h <<\_ACEOF
46335 #define wxUSE_TOOLTIPS 1
46336 _ACEOF
46337
46338 fi
46339 fi
46340 fi
46341
46342 if test "$wxUSE_TREEBOOK" = "yes"; then
46343 cat >>confdefs.h <<\_ACEOF
46344 #define wxUSE_TREEBOOK 1
46345 _ACEOF
46346
46347 USES_CONTROLS=1
46348 fi
46349
46350 if test "$wxUSE_TOOLBOOK" = "yes"; then
46351 cat >>confdefs.h <<\_ACEOF
46352 #define wxUSE_TOOLBOOK 1
46353 _ACEOF
46354
46355 USES_CONTROLS=1
46356 fi
46357
46358 if test "$wxUSE_TREECTRL" = "yes"; then
46359 if test "$wxUSE_IMAGLIST" = "yes"; then
46360 cat >>confdefs.h <<\_ACEOF
46361 #define wxUSE_TREECTRL 1
46362 _ACEOF
46363
46364 USES_CONTROLS=1
46365 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
46366 else
46367 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
46368 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
46369 fi
46370 fi
46371
46372 if test "$wxUSE_POPUPWIN" = "yes"; then
46373 if test "$wxUSE_COCOA" = 1 ; then
46374 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
46375 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
46376 else
46377 if test "$wxUSE_PM" = 1; then
46378 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
46379 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
46380 else
46381 cat >>confdefs.h <<\_ACEOF
46382 #define wxUSE_POPUPWIN 1
46383 _ACEOF
46384
46385 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
46386
46387 USES_CONTROLS=1
46388 fi
46389 fi
46390 fi
46391
46392 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
46393 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
46394 { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
46395 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
46396 else
46397 cat >>confdefs.h <<\_ACEOF
46398 #define wxUSE_DIALUP_MANAGER 1
46399 _ACEOF
46400
46401 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
46402 fi
46403 fi
46404
46405 if test "$wxUSE_TIPWINDOW" = "yes"; then
46406 if test "$wxUSE_PM" = 1; then
46407 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
46408 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
46409 else
46410 cat >>confdefs.h <<\_ACEOF
46411 #define wxUSE_TIPWINDOW 1
46412 _ACEOF
46413
46414 fi
46415 fi
46416
46417 if test "$USES_CONTROLS" = 1; then
46418 cat >>confdefs.h <<\_ACEOF
46419 #define wxUSE_CONTROLS 1
46420 _ACEOF
46421
46422 fi
46423
46424
46425 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
46426 cat >>confdefs.h <<\_ACEOF
46427 #define wxUSE_ACCESSIBILITY 1
46428 _ACEOF
46429
46430 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
46431 fi
46432
46433 if test "$wxUSE_DRAGIMAGE" = "yes"; then
46434 cat >>confdefs.h <<\_ACEOF
46435 #define wxUSE_DRAGIMAGE 1
46436 _ACEOF
46437
46438 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
46439 fi
46440
46441 if test "$wxUSE_EXCEPTIONS" = "yes"; then
46442 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
46443 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
46444 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
46445 else
46446 cat >>confdefs.h <<\_ACEOF
46447 #define wxUSE_EXCEPTIONS 1
46448 _ACEOF
46449
46450 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
46451 fi
46452 fi
46453
46454 USE_HTML=0
46455 if test "$wxUSE_HTML" = "yes"; then
46456 cat >>confdefs.h <<\_ACEOF
46457 #define wxUSE_HTML 1
46458 _ACEOF
46459
46460 USE_HTML=1
46461 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
46462 fi
46463 if test "$wxUSE_WEBKIT" = "yes"; then
46464 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
46465 old_CPPFLAGS="$CPPFLAGS"
46466 CPPFLAGS="-x objective-c++ $CPPFLAGS"
46467 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
46468 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
46469 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
46470 echo $ECHO_N "(cached) $ECHO_C" >&6
46471 else
46472 cat >conftest.$ac_ext <<_ACEOF
46473 /* confdefs.h. */
46474 _ACEOF
46475 cat confdefs.h >>conftest.$ac_ext
46476 cat >>conftest.$ac_ext <<_ACEOF
46477 /* end confdefs.h. */
46478
46479 #include <Carbon/Carbon.h>
46480 #include <WebKit/WebKit.h>
46481
46482
46483 #include <WebKit/HIWebView.h>
46484 _ACEOF
46485 rm -f conftest.$ac_objext
46486 if { (ac_try="$ac_compile"
46487 case "(($ac_try" in
46488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46489 *) ac_try_echo=$ac_try;;
46490 esac
46491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46492 (eval "$ac_compile") 2>conftest.er1
46493 ac_status=$?
46494 grep -v '^ *+' conftest.er1 >conftest.err
46495 rm -f conftest.er1
46496 cat conftest.err >&5
46497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46498 (exit $ac_status); } && {
46499 test -z "$ac_c_werror_flag" ||
46500 test ! -s conftest.err
46501 } && test -s conftest.$ac_objext; then
46502 ac_cv_header_WebKit_HIWebView_h=yes
46503 else
46504 echo "$as_me: failed program was:" >&5
46505 sed 's/^/| /' conftest.$ac_ext >&5
46506
46507 ac_cv_header_WebKit_HIWebView_h=no
46508 fi
46509
46510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46511 fi
46512 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
46513 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
46514 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
46515
46516 cat >>confdefs.h <<\_ACEOF
46517 #define wxUSE_WEBKIT 1
46518 _ACEOF
46519
46520 WEBKIT_LINK="-framework WebKit"
46521
46522 else
46523
46524 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
46525 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
46526 wxUSE_WEBKIT=no
46527
46528 fi
46529
46530
46531 CPPFLAGS="$old_CPPFLAGS"
46532 elif test "$wxUSE_COCOA" = 1; then
46533 cat >>confdefs.h <<\_ACEOF
46534 #define wxUSE_WEBKIT 1
46535 _ACEOF
46536
46537 else
46538 wxUSE_WEBKIT=no
46539 fi
46540 if test "$wxUSE_WEBKIT" = "yes"; then
46541 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
46542 fi
46543 fi
46544
46545 USE_XRC=0
46546 if test "$wxUSE_XRC" = "yes"; then
46547 if test "$wxUSE_XML" != "yes"; then
46548 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
46549 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
46550 wxUSE_XRC=no
46551 else
46552 cat >>confdefs.h <<\_ACEOF
46553 #define wxUSE_XRC 1
46554 _ACEOF
46555
46556 USE_XRC=1
46557 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
46558 fi
46559 fi
46560
46561 USE_AUI=0
46562 if test "$wxUSE_AUI" = "yes"; then
46563 cat >>confdefs.h <<\_ACEOF
46564 #define wxUSE_AUI 1
46565 _ACEOF
46566
46567 USE_AUI=1
46568 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
46569 fi
46570
46571 USE_PROPGRID=0
46572 if test "$wxUSE_PROPGRID" = "yes"; then
46573 cat >>confdefs.h <<\_ACEOF
46574 #define wxUSE_PROPGRID 1
46575 _ACEOF
46576
46577 USE_PROPGRID=1
46578 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
46579 fi
46580
46581 USE_RIBBON=0
46582 if test "$wxUSE_RIBBON" = "yes"; then
46583 cat >>confdefs.h <<\_ACEOF
46584 #define wxUSE_RIBBON 1
46585 _ACEOF
46586
46587 USE_RIBBON=1
46588 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
46589 fi
46590
46591 USE_STC=0
46592 if test "$wxUSE_STC" = "yes"; then
46593 cat >>confdefs.h <<\_ACEOF
46594 #define wxUSE_STC 1
46595 _ACEOF
46596
46597 USE_STC=1
46598 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
46599
46600 # Extract the first word of "python", so it can be a program name with args.
46601 set dummy python; ac_word=$2
46602 { echo "$as_me:$LINENO: checking for $ac_word" >&5
46603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
46604 if test "${ac_cv_path_PYTHON+set}" = set; then
46605 echo $ECHO_N "(cached) $ECHO_C" >&6
46606 else
46607 case $PYTHON in
46608 [\\/]* | ?:[\\/]*)
46609 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
46610 ;;
46611 *)
46612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46613 for as_dir in $PATH
46614 do
46615 IFS=$as_save_IFS
46616 test -z "$as_dir" && as_dir=.
46617 for ac_exec_ext in '' $ac_executable_extensions; do
46618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
46619 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
46620 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46621 break 2
46622 fi
46623 done
46624 done
46625 IFS=$as_save_IFS
46626
46627 ;;
46628 esac
46629 fi
46630 PYTHON=$ac_cv_path_PYTHON
46631 if test -n "$PYTHON"; then
46632 { echo "$as_me:$LINENO: result: $PYTHON" >&5
46633 echo "${ECHO_T}$PYTHON" >&6; }
46634 else
46635 { echo "$as_me:$LINENO: result: no" >&5
46636 echo "${ECHO_T}no" >&6; }
46637 fi
46638
46639
46640 if test "x$PYTHON" = "x"; then
46641 COND_PYTHON="#"
46642 fi
46643
46644 fi
46645
46646 if test "$wxUSE_MENUS" = "yes"; then
46647 cat >>confdefs.h <<\_ACEOF
46648 #define wxUSE_MENUS 1
46649 _ACEOF
46650
46651 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
46652 fi
46653
46654 if test "$wxUSE_METAFILE" = "yes"; then
46655 cat >>confdefs.h <<\_ACEOF
46656 #define wxUSE_METAFILE 1
46657 _ACEOF
46658
46659 fi
46660
46661 if test "$wxUSE_MIMETYPE" = "yes"; then
46662 cat >>confdefs.h <<\_ACEOF
46663 #define wxUSE_MIMETYPE 1
46664 _ACEOF
46665
46666 fi
46667
46668 if test "$wxUSE_MINIFRAME" = "yes"; then
46669 cat >>confdefs.h <<\_ACEOF
46670 #define wxUSE_MINIFRAME 1
46671 _ACEOF
46672
46673 fi
46674
46675 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
46676 cat >>confdefs.h <<\_ACEOF
46677 #define wxUSE_SYSTEM_OPTIONS 1
46678 _ACEOF
46679
46680 fi
46681
46682 if test "$wxUSE_TASKBARICON" = "yes"; then
46683 cat >>confdefs.h <<\_ACEOF
46684 #define wxUSE_TASKBARICON 1
46685 _ACEOF
46686
46687 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
46688 fi
46689
46690
46691 if test "$wxUSE_VALIDATORS" = "yes"; then
46692 cat >>confdefs.h <<\_ACEOF
46693 #define wxUSE_VALIDATORS 1
46694 _ACEOF
46695
46696 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
46697 fi
46698
46699 if test "$wxUSE_PALETTE" = "yes" ; then
46700 if test "$wxUSE_DFB" = 1; then
46701 { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
46702 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
46703 wxUSE_PALETTE=no
46704 else
46705 cat >>confdefs.h <<\_ACEOF
46706 #define wxUSE_PALETTE 1
46707 _ACEOF
46708
46709 fi
46710 fi
46711
46712 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
46713 LIBS=" -lunicows $LIBS"
46714 fi
46715
46716 USE_RICHTEXT=0
46717 if test "$wxUSE_RICHTEXT" = "yes"; then
46718 cat >>confdefs.h <<\_ACEOF
46719 #define wxUSE_RICHTEXT 1
46720 _ACEOF
46721
46722 USE_RICHTEXT=1
46723 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
46724 fi
46725
46726
46727 if test "$wxUSE_IMAGE" = "yes" ; then
46728 cat >>confdefs.h <<\_ACEOF
46729 #define wxUSE_IMAGE 1
46730 _ACEOF
46731
46732
46733 if test "$wxUSE_GIF" = "yes" ; then
46734 cat >>confdefs.h <<\_ACEOF
46735 #define wxUSE_GIF 1
46736 _ACEOF
46737
46738 fi
46739
46740 if test "$wxUSE_PCX" = "yes" ; then
46741 cat >>confdefs.h <<\_ACEOF
46742 #define wxUSE_PCX 1
46743 _ACEOF
46744
46745 fi
46746
46747 if test "$wxUSE_TGA" = "yes" ; then
46748 cat >>confdefs.h <<\_ACEOF
46749 #define wxUSE_TGA 1
46750 _ACEOF
46751
46752 fi
46753
46754 if test "$wxUSE_IFF" = "yes" ; then
46755 cat >>confdefs.h <<\_ACEOF
46756 #define wxUSE_IFF 1
46757 _ACEOF
46758
46759 fi
46760
46761 if test "$wxUSE_PNM" = "yes" ; then
46762 cat >>confdefs.h <<\_ACEOF
46763 #define wxUSE_PNM 1
46764 _ACEOF
46765
46766 fi
46767
46768 if test "$wxUSE_XPM" = "yes" ; then
46769 cat >>confdefs.h <<\_ACEOF
46770 #define wxUSE_XPM 1
46771 _ACEOF
46772
46773 fi
46774
46775 if test "$wxUSE_ICO_CUR" = "yes" ; then
46776 cat >>confdefs.h <<\_ACEOF
46777 #define wxUSE_ICO_CUR 1
46778 _ACEOF
46779
46780 fi
46781 fi
46782
46783
46784 if test "$wxUSE_ABOUTDLG" = "yes"; then
46785 cat >>confdefs.h <<\_ACEOF
46786 #define wxUSE_ABOUTDLG 1
46787 _ACEOF
46788
46789 fi
46790
46791 if test "$wxUSE_CHOICEDLG" = "yes"; then
46792 cat >>confdefs.h <<\_ACEOF
46793 #define wxUSE_CHOICEDLG 1
46794 _ACEOF
46795
46796 fi
46797
46798 if test "$wxUSE_COLOURDLG" = "yes"; then
46799 cat >>confdefs.h <<\_ACEOF
46800 #define wxUSE_COLOURDLG 1
46801 _ACEOF
46802
46803 fi
46804
46805 if test "$wxUSE_FILEDLG" = "yes"; then
46806 cat >>confdefs.h <<\_ACEOF
46807 #define wxUSE_FILEDLG 1
46808 _ACEOF
46809
46810 fi
46811
46812 if test "$wxUSE_FINDREPLDLG" = "yes"; then
46813 cat >>confdefs.h <<\_ACEOF
46814 #define wxUSE_FINDREPLDLG 1
46815 _ACEOF
46816
46817 fi
46818
46819 if test "$wxUSE_FONTDLG" = "yes"; then
46820 cat >>confdefs.h <<\_ACEOF
46821 #define wxUSE_FONTDLG 1
46822 _ACEOF
46823
46824 fi
46825
46826 if test "$wxUSE_DIRDLG" = "yes"; then
46827 if test "$wxUSE_TREECTRL" != "yes"; then
46828 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
46829 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
46830 else
46831 cat >>confdefs.h <<\_ACEOF
46832 #define wxUSE_DIRDLG 1
46833 _ACEOF
46834
46835 fi
46836 fi
46837
46838 if test "$wxUSE_MSGDLG" = "yes"; then
46839 cat >>confdefs.h <<\_ACEOF
46840 #define wxUSE_MSGDLG 1
46841 _ACEOF
46842
46843 fi
46844
46845 if test "$wxUSE_NUMBERDLG" = "yes"; then
46846 cat >>confdefs.h <<\_ACEOF
46847 #define wxUSE_NUMBERDLG 1
46848 _ACEOF
46849
46850 fi
46851
46852 if test "$wxUSE_PROGRESSDLG" = "yes"; then
46853 cat >>confdefs.h <<\_ACEOF
46854 #define wxUSE_PROGRESSDLG 1
46855 _ACEOF
46856
46857 fi
46858
46859 if test "$wxUSE_SPLASH" = "yes"; then
46860 cat >>confdefs.h <<\_ACEOF
46861 #define wxUSE_SPLASH 1
46862 _ACEOF
46863
46864 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
46865 fi
46866
46867 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
46868 cat >>confdefs.h <<\_ACEOF
46869 #define wxUSE_STARTUP_TIPS 1
46870 _ACEOF
46871
46872 fi
46873
46874 if test "$wxUSE_TEXTDLG" = "yes"; then
46875 cat >>confdefs.h <<\_ACEOF
46876 #define wxUSE_TEXTDLG 1
46877 _ACEOF
46878
46879 fi
46880
46881 if test "$wxUSE_WIZARDDLG" = "yes"; then
46882 cat >>confdefs.h <<\_ACEOF
46883 #define wxUSE_WIZARDDLG 1
46884 _ACEOF
46885
46886 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
46887 fi
46888
46889
46890 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
46891 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
46892 cat >>confdefs.h <<\_ACEOF
46893 #define wxUSE_OWNER_DRAWN 1
46894 _ACEOF
46895
46896 fi
46897 fi
46898
46899
46900 if test "$wxUSE_MSW" = 1 ; then
46901
46902 if test "$wxUSE_DC_CACHEING" = "yes"; then
46903 cat >>confdefs.h <<\_ACEOF
46904 #define wxUSE_DC_CACHEING 1
46905 _ACEOF
46906
46907 fi
46908
46909 if test "$wxUSE_DIB" = "yes"; then
46910 cat >>confdefs.h <<\_ACEOF
46911 #define wxUSE_WXDIB 1
46912 _ACEOF
46913
46914 fi
46915
46916 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
46917 cat >>confdefs.h <<\_ACEOF
46918 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
46919 _ACEOF
46920
46921 fi
46922
46923 if test "$wxUSE_UXTHEME" = "yes"; then
46924 cat >>confdefs.h <<\_ACEOF
46925 #define wxUSE_UXTHEME 1
46926 _ACEOF
46927
46928 fi
46929
46930 fi
46931
46932 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
46933 cat >>confdefs.h <<\_ACEOF
46934 #define wxUSE_AUTOID_MANAGEMENT 1
46935 _ACEOF
46936
46937 fi
46938
46939 if test "$USE_WIN32" = 1 ; then
46940 if test "$wxUSE_INICONF" = "yes"; then
46941 cat >>confdefs.h <<\_ACEOF
46942 #define wxUSE_INICONF 1
46943 _ACEOF
46944
46945 fi
46946
46947 if test "$wxUSE_REGKEY" = "yes"; then
46948 cat >>confdefs.h <<\_ACEOF
46949 #define wxUSE_REGKEY 1
46950 _ACEOF
46951
46952 fi
46953 fi
46954
46955
46956 if test "$wxUSE_MAC" = 1; then
46957 wxUSE_GRAPHICS_CONTEXT="yes"
46958 fi
46959
46960 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
46961 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
46962 cat >>confdefs.h <<\_ACEOF
46963 #define wxUSE_GRAPHICS_CONTEXT 1
46964 _ACEOF
46965
46966 elif test "$wxUSE_GTK" != 1; then
46967 cat >>confdefs.h <<\_ACEOF
46968 #define wxUSE_GRAPHICS_CONTEXT 1
46969 _ACEOF
46970
46971 else
46972
46973 pkg_failed=no
46974 { echo "$as_me:$LINENO: checking for CAIRO" >&5
46975 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
46976
46977 if test -n "$PKG_CONFIG"; then
46978 if test -n "$CAIRO_CFLAGS"; then
46979 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
46980 else
46981 if test -n "$PKG_CONFIG" && \
46982 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46983 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
46984 ac_status=$?
46985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46986 (exit $ac_status); }; then
46987 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
46988 else
46989 pkg_failed=yes
46990 fi
46991 fi
46992 else
46993 pkg_failed=untried
46994 fi
46995 if test -n "$PKG_CONFIG"; then
46996 if test -n "$CAIRO_LIBS"; then
46997 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
46998 else
46999 if test -n "$PKG_CONFIG" && \
47000 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
47001 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
47002 ac_status=$?
47003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47004 (exit $ac_status); }; then
47005 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
47006 else
47007 pkg_failed=yes
47008 fi
47009 fi
47010 else
47011 pkg_failed=untried
47012 fi
47013
47014
47015
47016 if test $pkg_failed = yes; then
47017
47018 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47019 _pkg_short_errors_supported=yes
47020 else
47021 _pkg_short_errors_supported=no
47022 fi
47023 if test $_pkg_short_errors_supported = yes; then
47024 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
47025 else
47026 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
47027 fi
47028 # Put the nasty error message in config.log where it belongs
47029 echo "$CAIRO_PKG_ERRORS" >&5
47030
47031 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
47032 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
47033
47034 elif test $pkg_failed = untried; then
47035 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
47036 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
47037
47038 else
47039 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
47040 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
47041 { echo "$as_me:$LINENO: result: yes" >&5
47042 echo "${ECHO_T}yes" >&6; }
47043 cat >>confdefs.h <<\_ACEOF
47044 #define wxUSE_GRAPHICS_CONTEXT 1
47045 _ACEOF
47046
47047 fi
47048 fi
47049 fi
47050
47051
47052 USE_MEDIA=0
47053
47054 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
47055 USE_MEDIA=1
47056
47057 if test "$wxUSE_GTK" = 1; then
47058 wxUSE_GSTREAMER="no"
47059
47060 GST_VERSION_MAJOR=0
47061 GST_VERSION_MINOR=10
47062 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
47063
47064 if test "$wxUSE_GSTREAMER8" = "no"; then
47065
47066 pkg_failed=no
47067 { echo "$as_me:$LINENO: checking for GST" >&5
47068 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
47069
47070 if test -n "$PKG_CONFIG"; then
47071 if test -n "$GST_CFLAGS"; then
47072 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
47073 else
47074 if test -n "$PKG_CONFIG" && \
47075 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
47076 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
47077 ac_status=$?
47078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47079 (exit $ac_status); }; then
47080 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
47081 else
47082 pkg_failed=yes
47083 fi
47084 fi
47085 else
47086 pkg_failed=untried
47087 fi
47088 if test -n "$PKG_CONFIG"; then
47089 if test -n "$GST_LIBS"; then
47090 pkg_cv_GST_LIBS="$GST_LIBS"
47091 else
47092 if test -n "$PKG_CONFIG" && \
47093 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
47094 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
47095 ac_status=$?
47096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47097 (exit $ac_status); }; then
47098 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
47099 else
47100 pkg_failed=yes
47101 fi
47102 fi
47103 else
47104 pkg_failed=untried
47105 fi
47106
47107
47108
47109 if test $pkg_failed = yes; then
47110
47111 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47112 _pkg_short_errors_supported=yes
47113 else
47114 _pkg_short_errors_supported=no
47115 fi
47116 if test $_pkg_short_errors_supported = yes; then
47117 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
47118 else
47119 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
47120 fi
47121 # Put the nasty error message in config.log where it belongs
47122 echo "$GST_PKG_ERRORS" >&5
47123
47124
47125 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
47126 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
47127 GST_VERSION_MINOR=8
47128
47129
47130 elif test $pkg_failed = untried; then
47131
47132 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
47133 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
47134 GST_VERSION_MINOR=8
47135
47136
47137 else
47138 GST_CFLAGS=$pkg_cv_GST_CFLAGS
47139 GST_LIBS=$pkg_cv_GST_LIBS
47140 { echo "$as_me:$LINENO: result: yes" >&5
47141 echo "${ECHO_T}yes" >&6; }
47142
47143 wxUSE_GSTREAMER="yes"
47144 GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
47145
47146 fi
47147 else
47148 GST_VERSION_MINOR=8
47149 fi
47150
47151 if test $GST_VERSION_MINOR = "8"; then
47152 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
47153
47154 pkg_failed=no
47155 { echo "$as_me:$LINENO: checking for GST" >&5
47156 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
47157
47158 if test -n "$PKG_CONFIG"; then
47159 if test -n "$GST_CFLAGS"; then
47160 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
47161 else
47162 if test -n "$PKG_CONFIG" && \
47163 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
47164 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
47165 ac_status=$?
47166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47167 (exit $ac_status); }; then
47168 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
47169 else
47170 pkg_failed=yes
47171 fi
47172 fi
47173 else
47174 pkg_failed=untried
47175 fi
47176 if test -n "$PKG_CONFIG"; then
47177 if test -n "$GST_LIBS"; then
47178 pkg_cv_GST_LIBS="$GST_LIBS"
47179 else
47180 if test -n "$PKG_CONFIG" && \
47181 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
47182 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
47183 ac_status=$?
47184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47185 (exit $ac_status); }; then
47186 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
47187 else
47188 pkg_failed=yes
47189 fi
47190 fi
47191 else
47192 pkg_failed=untried
47193 fi
47194
47195
47196
47197 if test $pkg_failed = yes; then
47198
47199 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47200 _pkg_short_errors_supported=yes
47201 else
47202 _pkg_short_errors_supported=no
47203 fi
47204 if test $_pkg_short_errors_supported = yes; then
47205 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
47206 else
47207 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
47208 fi
47209 # Put the nasty error message in config.log where it belongs
47210 echo "$GST_PKG_ERRORS" >&5
47211
47212
47213 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
47214 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
47215
47216 elif test $pkg_failed = untried; then
47217
47218 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
47219 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
47220
47221 else
47222 GST_CFLAGS=$pkg_cv_GST_CFLAGS
47223 GST_LIBS=$pkg_cv_GST_LIBS
47224 { echo "$as_me:$LINENO: result: yes" >&5
47225 echo "${ECHO_T}yes" >&6; }
47226 wxUSE_GSTREAMER="yes"
47227 fi
47228 fi
47229
47230
47231 if test "$wxUSE_GSTREAMER" = "yes"; then
47232 CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
47233 EXTRALIBS_MEDIA="$GST_LIBS"
47234
47235 cat >>confdefs.h <<\_ACEOF
47236 #define wxUSE_GSTREAMER 1
47237 _ACEOF
47238
47239 else
47240 USE_MEDIA=0
47241 fi
47242 fi
47243
47244 if test $USE_MEDIA = 1; then
47245 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
47246 cat >>confdefs.h <<\_ACEOF
47247 #define wxUSE_MEDIACTRL 1
47248 _ACEOF
47249
47250 else
47251 if test "$wxUSE_MEDIACTRL" = "yes"; then
47252 { { echo "$as_me:$LINENO: error: GStreamer not available" >&5
47253 echo "$as_me: error: GStreamer not available" >&2;}
47254 { (exit 1); exit 1; }; }
47255 else
47256 { echo "$as_me:$LINENO: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
47257 echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
47258 fi
47259 fi
47260 fi
47261
47262
47263 if test "$cross_compiling" != "no"; then
47264 OSINFO="\"$host\""
47265 else
47266 OSINFO=`uname -s -r -m`
47267 OSINFO="\"$OSINFO\""
47268 fi
47269
47270 cat >>confdefs.h <<_ACEOF
47271 #define WXWIN_OS_DESCRIPTION $OSINFO
47272 _ACEOF
47273
47274
47275
47276 if test "x$prefix" != "xNONE"; then
47277 wxPREFIX=$prefix
47278 else
47279 wxPREFIX=$ac_default_prefix
47280 fi
47281
47282 cat >>confdefs.h <<_ACEOF
47283 #define wxINSTALL_PREFIX "$wxPREFIX"
47284 _ACEOF
47285
47286
47287
47288
47289 STD_BASE_LIBS="base"
47290 STD_GUI_LIBS=""
47291 BUILT_WX_LIBS="base"
47292 ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
47293
47294 if test "$wxUSE_SOCKETS" = "yes" ; then
47295 STD_BASE_LIBS="net $STD_BASE_LIBS"
47296 BUILT_WX_LIBS="net $BUILT_WX_LIBS"
47297 fi
47298 if test "$wxUSE_XML" = "yes" ; then
47299 STD_BASE_LIBS="xml $STD_BASE_LIBS"
47300 BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
47301 fi
47302
47303 if test "$wxUSE_GUI" = "yes"; then
47304 STD_GUI_LIBS="adv core"
47305 BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
47306
47307 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
47308 STD_GUI_LIBS="qa $STD_GUI_LIBS"
47309 BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
47310 fi
47311 if test "$wxUSE_HTML" = "yes" ; then
47312 STD_GUI_LIBS="html $STD_GUI_LIBS"
47313 BUILT_WX_LIBS="html $BUILT_WX_LIBS"
47314 fi
47315 if test "$wxUSE_MEDIACTRL" = "yes" ; then
47316 BUILT_WX_LIBS="media $BUILT_WX_LIBS"
47317 fi
47318 if test "$wxUSE_OPENGL" = "yes" ; then
47319 BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
47320 fi
47321 if test "$wxUSE_AUI" = "yes" ; then
47322 BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
47323 fi
47324 if test "$wxUSE_PROPGRID" = "yes" ; then
47325 BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
47326 fi
47327 if test "$wxUSE_RIBBON" = "yes" ; then
47328 BUILT_WX_LIBS="ribbon $BUILT_WX_LIBS"
47329 fi
47330 if test "$wxUSE_RICHTEXT" = "yes" ; then
47331 BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
47332 fi
47333 if test "$wxUSE_STC" = "yes" ; then
47334 BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
47335 fi
47336 if test "$wxUSE_XRC" = "yes" ; then
47337 STD_GUI_LIBS="xrc $STD_GUI_LIBS"
47338 BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
47339 fi
47340 fi
47341
47342
47343
47344
47345
47346
47347
47348
47349 if test "$wxUSE_MAC" = 1 ; then
47350 if test "$USE_DARWIN" = 1; then
47351 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime"
47352 fi
47353 fi
47354 if test "$wxUSE_COCOA" = 1 ; then
47355 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
47356 if test "$wxUSE_MEDIACTRL" = "yes"; then
47357 LDFLAGS="$LDFLAGS -framework QuickTime"
47358 fi
47359 fi
47360 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
47361 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
47362 fi
47363
47364 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
47365
47366 if test "$wxUSE_GUI" = "yes"; then
47367
47368
47369 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
47370 erase event exec font image minimal render \
47371 shaped svg taborder vscroll widgets wrapsizer"
47372
47373 if test "$wxUSE_MONOLITHIC" != "yes"; then
47374 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
47375 fi
47376 if test "$TOOLKIT" = "MSW"; then
47377 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
47378 if test "$wxUSE_UNIVERSAL" != "yes"; then
47379 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
47380 fi
47381 fi
47382 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
47383 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
47384 fi
47385 else
47386 SAMPLES_SUBDIRS="console"
47387 if test "$wxUSE_SOCKETS" = "yes" ; then
47388 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
47389 fi
47390 if test "$wxUSE_IPC" = "yes" ; then
47391 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
47392 fi
47393 fi
47394
47395
47396 if test "x$INTELCC" = "xyes" ; then
47397 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684,2259"
47398 elif test "$GCC" = yes ; then
47399 CWARNINGS="-Wall -Wundef"
47400 fi
47401
47402 if test "x$INTELCXX" = "xyes" ; then
47403 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
47404 elif test "$GXX" = yes ; then
47405 CXXWARNINGS="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
47406 { echo "$as_me:$LINENO: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
47407 echo $ECHO_N "checking CXXWARNINGS for gcc -Woverloaded-virtual... $ECHO_C" >&6; }
47408 if test "${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+set}" = set; then
47409 echo $ECHO_N "(cached) $ECHO_C" >&6
47410 else
47411 ac_cv_cxxflags_gcc_option__Woverloaded_virtual="no, unknown"
47412
47413 ac_ext=cpp
47414 ac_cpp='$CXXCPP $CPPFLAGS'
47415 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47416 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47417 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47418
47419 ac_save_CXXFLAGS="$CXXFLAGS"
47420 for ac_arg in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
47421 do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
47422 cat >conftest.$ac_ext <<_ACEOF
47423 /* confdefs.h. */
47424 _ACEOF
47425 cat confdefs.h >>conftest.$ac_ext
47426 cat >>conftest.$ac_ext <<_ACEOF
47427 /* end confdefs.h. */
47428
47429 int
47430 main ()
47431 {
47432 return 0;
47433 ;
47434 return 0;
47435 }
47436 _ACEOF
47437 rm -f conftest.$ac_objext
47438 if { (ac_try="$ac_compile"
47439 case "(($ac_try" in
47440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47441 *) ac_try_echo=$ac_try;;
47442 esac
47443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47444 (eval "$ac_compile") 2>conftest.er1
47445 ac_status=$?
47446 grep -v '^ *+' conftest.er1 >conftest.err
47447 rm -f conftest.er1
47448 cat conftest.err >&5
47449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47450 (exit $ac_status); } && {
47451 test -z "$ac_cxx_werror_flag" ||
47452 test ! -s conftest.err
47453 } && test -s conftest.$ac_objext; then
47454 ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
47455 else
47456 echo "$as_me: failed program was:" >&5
47457 sed 's/^/| /' conftest.$ac_ext >&5
47458
47459
47460 fi
47461
47462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47463 done
47464 CXXFLAGS="$ac_save_CXXFLAGS"
47465 ac_ext=c
47466 ac_cpp='$CPP $CPPFLAGS'
47467 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47468 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47469 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47470
47471
47472 fi
47473 { echo "$as_me:$LINENO: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
47474 echo "${ECHO_T}$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
47475 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
47476 .ok|.ok,*) ;;
47477 .|.no|.no,*) ;;
47478 *)
47479 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
47480 then { (echo "$as_me:$LINENO: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual") >&5
47481 (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
47482 ac_status=$?
47483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47484 (exit $ac_status); }
47485 else { (echo "$as_me:$LINENO: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\"") >&5
47486 (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
47487 ac_status=$?
47488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47489 (exit $ac_status); }
47490 CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
47491 fi
47492 ;;
47493 esac
47494
47495
47496 if test "$wxUSE_MAC" = 1 ; then
47497 CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
47498 fi
47499 fi
47500
47501
47502 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
47503 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
47504
47505
47506 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
47507 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
47508 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
47509 $CPPFLAGS `
47510
47511 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
47512 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
47513 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
47514 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
47515 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
47516
47517 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
47518
47519
47520 if test "x$MWCC" = "xyes"; then
47521
47522 CC="$CC -cwd source -I-"
47523 CXX="$CXX -cwd source -I-"
47524 fi
47525
47526
47527 LIBS=`echo $LIBS`
47528 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
47529 EXTRALIBS_XML="$EXPAT_LINK"
47530 EXTRALIBS_HTML="$MSPACK_LINK"
47531 EXTRALIBS_MEDIA="$GST_LIBS"
47532 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
47533 if test "$wxUSE_GUI" = "yes"; then
47534 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
47535 fi
47536 if test "$wxUSE_OPENGL" = "yes"; then
47537 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
47538 fi
47539
47540 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
47541
47542 WXCONFIG_LIBS="$LIBS"
47543
47544 if test "$wxUSE_REGEX" = "builtin" ; then
47545 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
47546 fi
47547 if test "$wxUSE_EXPAT" = "builtin" ; then
47548 wxconfig_3rdparty="expat $wxconfig_3rdparty"
47549 fi
47550 if test "$wxUSE_LIBTIFF" = "builtin" ; then
47551 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
47552 fi
47553 if test "$wxUSE_LIBJPEG" = "builtin" ; then
47554 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
47555 fi
47556 if test "$wxUSE_LIBPNG" = "builtin" ; then
47557 wxconfig_3rdparty="png $wxconfig_3rdparty"
47558 fi
47559 if test "$wxUSE_ZLIB" = "builtin" ; then
47560 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
47561 fi
47562
47563 for i in $wxconfig_3rdparty ; do
47564 WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
47565 done
47566
47567
47568 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
47569 WXUNIV=1
47570
47571 case "$wxUNIV_THEMES" in
47572 ''|all)
47573 cat >>confdefs.h <<\_ACEOF
47574 #define wxUSE_ALL_THEMES 1
47575 _ACEOF
47576
47577 ;;
47578
47579 *)
47580 for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
47581 cat >>confdefs.h <<_ACEOF
47582 #define wxUSE_THEME_$t 1
47583 _ACEOF
47584
47585 done
47586 esac
47587 else
47588 WXUNIV=0
47589 fi
47590
47591
47592
47593
47594
47595
47596
47597
47598 if test $wxUSE_MONOLITHIC = "yes" ; then
47599 MONOLITHIC=1
47600 else
47601 MONOLITHIC=0
47602 fi
47603
47604 if test $wxUSE_PLUGINS = "yes" ; then
47605 USE_PLUGINS=1
47606 else
47607 USE_PLUGINS=0
47608 fi
47609
47610 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
47611 USE_QA=1
47612 else
47613 USE_QA=0
47614 fi
47615
47616 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
47617 OFFICIAL_BUILD=1
47618 else
47619 OFFICIAL_BUILD=0
47620 fi
47621
47622
47623
47624
47625
47626
47627
47628
47629
47630
47631
47632
47633
47634
47635
47636
47637
47638
47639
47640
47641
47642
47643
47644
47645
47646
47647
47648 TOOLKIT_LOWERCASE=xxx
47649 if test "$TOOLKIT" = "MAC"; then
47650 TOOLKIT_LOWERCASE=osx_carbon
47651 fi
47652 if test "$TOOLKIT" = "OSX_CARBON"; then
47653 TOOLKIT_LOWERCASE=osx_carbon
47654 fi
47655 if test "$TOOLKIT" = "OSX_COCOA"; then
47656 TOOLKIT_LOWERCASE=osx_cocoa
47657 fi
47658 if test "$TOOLKIT_LOWERCASE" = "xxx"; then
47659 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
47660 fi
47661
47662
47663
47664
47665
47666
47667
47668
47669
47670
47671 case "$TOOLKIT" in
47672 GTK)
47673 TOOLKIT_DESC="GTK+"
47674 if test "$WXGTK2" = 1; then
47675 TOOLKIT_DESC="$TOOLKIT_DESC 2"
47676 if test "$wxUSE_GTKPRINT" = "yes" ; then
47677 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
47678 fi
47679 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
47680 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
47681 fi
47682 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
47683 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
47684 fi
47685 if test "$wxUSE_LIBHILDON" = "yes"; then
47686 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
47687 fi
47688 if test "$wxUSE_LIBHILDON2" = "yes"; then
47689 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
47690 fi
47691
47692 if test "$TOOLKIT_EXTRA" != ""; then
47693 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
47694 fi
47695 fi
47696 ;;
47697
47698 ?*)
47699 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
47700 ;;
47701
47702 *)
47703 TOOLKIT_DESC="base only"
47704 ;;
47705 esac
47706
47707 if test "$wxUSE_WINE" = "yes"; then
47708 BAKEFILE_FORCE_PLATFORM=win32
47709 fi
47710
47711 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
47712 then
47713 { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
47714 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
47715 if test "${wx_cv_gcc_pch_bug+set}" = set; then
47716 echo $ECHO_N "(cached) $ECHO_C" >&6
47717 else
47718
47719 echo '#include <stdio.h>
47720 const wchar_t test_var[] = L"awidetest";' > conftest.h
47721
47722 echo '#include "conftest.h"
47723 int main()
47724 {
47725 printf("%ls", test_var);
47726 return 0;
47727 }' > conftest.cpp
47728
47729 wx_cv_gcc_pch_bug="pch not supported"
47730
47731 if $CXX conftest.h >/dev/null 2>&1
47732 then
47733 wx_cv_gcc_pch_bug=
47734
47735 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
47736 then
47737 if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
47738 grep awidetest >/dev/null
47739 then
47740 wx_cv_gcc_pch_bug=no
47741 else
47742 wx_cv_gcc_pch_bug=yes
47743 fi
47744 fi
47745 fi
47746
47747 rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
47748
47749 fi
47750 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
47751 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
47752
47753 if test "$wx_cv_gcc_pch_bug" = yes; then
47754 bk_use_pch=no
47755 fi
47756 fi
47757
47758
47759
47760
47761
47762
47763
47764 if test "x$BAKEFILE_HOST" = "x"; then
47765 if test "x${host}" = "x" ; then
47766 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
47767 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
47768 { (exit 1); exit 1; }; }
47769 fi
47770
47771 BAKEFILE_HOST="${host}"
47772 fi
47773
47774 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
47775
47776 if test -n "$ac_tool_prefix"; then
47777 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
47778 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
47779 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47781 if test "${ac_cv_prog_RANLIB+set}" = set; then
47782 echo $ECHO_N "(cached) $ECHO_C" >&6
47783 else
47784 if test -n "$RANLIB"; then
47785 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
47786 else
47787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47788 for as_dir in $PATH
47789 do
47790 IFS=$as_save_IFS
47791 test -z "$as_dir" && as_dir=.
47792 for ac_exec_ext in '' $ac_executable_extensions; do
47793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47794 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
47795 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47796 break 2
47797 fi
47798 done
47799 done
47800 IFS=$as_save_IFS
47801
47802 fi
47803 fi
47804 RANLIB=$ac_cv_prog_RANLIB
47805 if test -n "$RANLIB"; then
47806 { echo "$as_me:$LINENO: result: $RANLIB" >&5
47807 echo "${ECHO_T}$RANLIB" >&6; }
47808 else
47809 { echo "$as_me:$LINENO: result: no" >&5
47810 echo "${ECHO_T}no" >&6; }
47811 fi
47812
47813
47814 fi
47815 if test -z "$ac_cv_prog_RANLIB"; then
47816 ac_ct_RANLIB=$RANLIB
47817 # Extract the first word of "ranlib", so it can be a program name with args.
47818 set dummy ranlib; ac_word=$2
47819 { echo "$as_me:$LINENO: checking for $ac_word" >&5
47820 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
47821 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
47822 echo $ECHO_N "(cached) $ECHO_C" >&6
47823 else
47824 if test -n "$ac_ct_RANLIB"; then
47825 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
47826 else
47827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47828 for as_dir in $PATH
47829 do
47830 IFS=$as_save_IFS
47831 test -z "$as_dir" && as_dir=.
47832 for ac_exec_ext in '' $ac_executable_extensions; do
47833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
47834 ac_cv_prog_ac_ct_RANLIB="ranlib"
47835 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47836 break 2
47837 fi
47838 done
47839 done
47840 IFS=$as_save_IFS
47841
47842 fi
47843 fi
47844 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
47845 if test -n "$ac_ct_RANLIB"; then
47846 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
47847 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
47848 else
47849 { echo "$as_me:$LINENO: result: no" >&5
47850 echo "${ECHO_T}no" >&6; }
47851 fi
47852
47853 if test "x$ac_ct_RANLIB" = x; then
47854 RANLIB=":"
47855 else
47856 case $cross_compiling:$ac_tool_warned in
47857 yes:)
47858 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
47859 whose name does not start with the host triplet. If you think this
47860 configuration is useful to you, please write to autoconf@gnu.org." >&5
47861 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
47862 whose name does not start with the host triplet. If you think this
47863 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
47864 ac_tool_warned=yes ;;
47865 esac
47866 RANLIB=$ac_ct_RANLIB
47867 fi
47868 else
47869 RANLIB="$ac_cv_prog_RANLIB"
47870 fi
47871
47872 # Find a good install program. We prefer a C program (faster),
47873 # so one script is as good as another. But avoid the broken or
47874 # incompatible versions:
47875 # SysV /etc/install, /usr/sbin/install
47876 # SunOS /usr/etc/install
47877 # IRIX /sbin/install
47878 # AIX /bin/install
47879 # AmigaOS /C/install, which installs bootblocks on floppy discs
47880 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
47881 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
47882 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
47883 # OS/2's system install, which has a completely different semantic
47884 # ./install, which can be erroneously created by make from ./install.sh.
47885 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
47886 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
47887 if test -z "$INSTALL"; then
47888 if test "${ac_cv_path_install+set}" = set; then
47889 echo $ECHO_N "(cached) $ECHO_C" >&6
47890 else
47891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
47892 for as_dir in $PATH
47893 do
47894 IFS=$as_save_IFS
47895 test -z "$as_dir" && as_dir=.
47896 # Account for people who put trailing slashes in PATH elements.
47897 case $as_dir/ in
47898 ./ | .// | /cC/* | \
47899 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
47900 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
47901 /usr/ucb/* ) ;;
47902 *)
47903 # OSF1 and SCO ODT 3.0 have their own names for install.
47904 # Don't use installbsd from OSF since it installs stuff as root
47905 # by default.
47906 for ac_prog in ginstall scoinst install; do
47907 for ac_exec_ext in '' $ac_executable_extensions; do
47908 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
47909 if test $ac_prog = install &&
47910 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
47911 # AIX install. It has an incompatible calling convention.
47912 :
47913 elif test $ac_prog = install &&
47914 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
47915 # program-specific install script used by HP pwplus--don't use.
47916 :
47917 else
47918 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
47919 break 3
47920 fi
47921 fi
47922 done
47923 done
47924 ;;
47925 esac
47926 done
47927 IFS=$as_save_IFS
47928
47929
47930 fi
47931 if test "${ac_cv_path_install+set}" = set; then
47932 INSTALL=$ac_cv_path_install
47933 else
47934 # As a last resort, use the slow shell script. Don't cache a
47935 # value for INSTALL within a source directory, because that will
47936 # break other packages using the cache if that directory is
47937 # removed, or if the value is a relative name.
47938 INSTALL=$ac_install_sh
47939 fi
47940 fi
47941 { echo "$as_me:$LINENO: result: $INSTALL" >&5
47942 echo "${ECHO_T}$INSTALL" >&6; }
47943
47944 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
47945 # It thinks the first close brace ends the variable substitution.
47946 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
47947
47948 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
47949
47950 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
47951
47952 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
47953 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
47954 LN_S=$as_ln_s
47955 if test "$LN_S" = "ln -s"; then
47956 { echo "$as_me:$LINENO: result: yes" >&5
47957 echo "${ECHO_T}yes" >&6; }
47958 else
47959 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
47960 echo "${ECHO_T}no, using $LN_S" >&6; }
47961 fi
47962
47963
47964 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
47965 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
47966 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
47967 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
47968 echo $ECHO_N "(cached) $ECHO_C" >&6
47969 else
47970 cat >conftest.make <<\_ACEOF
47971 SHELL = /bin/sh
47972 all:
47973 @echo '@@@%%%=$(MAKE)=@@@%%%'
47974 _ACEOF
47975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
47976 case `${MAKE-make} -f conftest.make 2>/dev/null` in
47977 *@@@%%%=?*=@@@%%%*)
47978 eval ac_cv_prog_make_${ac_make}_set=yes;;
47979 *)
47980 eval ac_cv_prog_make_${ac_make}_set=no;;
47981 esac
47982 rm -f conftest.make
47983 fi
47984 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
47985 { echo "$as_me:$LINENO: result: yes" >&5
47986 echo "${ECHO_T}yes" >&6; }
47987 SET_MAKE=
47988 else
47989 { echo "$as_me:$LINENO: result: no" >&5
47990 echo "${ECHO_T}no" >&6; }
47991 SET_MAKE="MAKE=${MAKE-make}"
47992 fi
47993
47994
47995
47996 if test "x$SUNCXX" = "xyes"; then
47997 AR=$CXX
47998 AROPTIONS="-xar -o"
47999
48000 elif test "x$SGICC" = "xyes"; then
48001 AR=$CXX
48002 AROPTIONS="-ar -o"
48003
48004 else
48005 if test -n "$ac_tool_prefix"; then
48006 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
48007 set dummy ${ac_tool_prefix}ar; ac_word=$2
48008 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48010 if test "${ac_cv_prog_AR+set}" = set; then
48011 echo $ECHO_N "(cached) $ECHO_C" >&6
48012 else
48013 if test -n "$AR"; then
48014 ac_cv_prog_AR="$AR" # Let the user override the test.
48015 else
48016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48017 for as_dir in $PATH
48018 do
48019 IFS=$as_save_IFS
48020 test -z "$as_dir" && as_dir=.
48021 for ac_exec_ext in '' $ac_executable_extensions; do
48022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48023 ac_cv_prog_AR="${ac_tool_prefix}ar"
48024 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48025 break 2
48026 fi
48027 done
48028 done
48029 IFS=$as_save_IFS
48030
48031 fi
48032 fi
48033 AR=$ac_cv_prog_AR
48034 if test -n "$AR"; then
48035 { echo "$as_me:$LINENO: result: $AR" >&5
48036 echo "${ECHO_T}$AR" >&6; }
48037 else
48038 { echo "$as_me:$LINENO: result: no" >&5
48039 echo "${ECHO_T}no" >&6; }
48040 fi
48041
48042
48043 fi
48044 if test -z "$ac_cv_prog_AR"; then
48045 ac_ct_AR=$AR
48046 # Extract the first word of "ar", so it can be a program name with args.
48047 set dummy ar; ac_word=$2
48048 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48050 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
48051 echo $ECHO_N "(cached) $ECHO_C" >&6
48052 else
48053 if test -n "$ac_ct_AR"; then
48054 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
48055 else
48056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48057 for as_dir in $PATH
48058 do
48059 IFS=$as_save_IFS
48060 test -z "$as_dir" && as_dir=.
48061 for ac_exec_ext in '' $ac_executable_extensions; do
48062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48063 ac_cv_prog_ac_ct_AR="ar"
48064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48065 break 2
48066 fi
48067 done
48068 done
48069 IFS=$as_save_IFS
48070
48071 fi
48072 fi
48073 ac_ct_AR=$ac_cv_prog_ac_ct_AR
48074 if test -n "$ac_ct_AR"; then
48075 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
48076 echo "${ECHO_T}$ac_ct_AR" >&6; }
48077 else
48078 { echo "$as_me:$LINENO: result: no" >&5
48079 echo "${ECHO_T}no" >&6; }
48080 fi
48081
48082 if test "x$ac_ct_AR" = x; then
48083 AR="ar"
48084 else
48085 case $cross_compiling:$ac_tool_warned in
48086 yes:)
48087 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48088 whose name does not start with the host triplet. If you think this
48089 configuration is useful to you, please write to autoconf@gnu.org." >&5
48090 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48091 whose name does not start with the host triplet. If you think this
48092 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48093 ac_tool_warned=yes ;;
48094 esac
48095 AR=$ac_ct_AR
48096 fi
48097 else
48098 AR="$ac_cv_prog_AR"
48099 fi
48100
48101 AROPTIONS=rcu
48102 fi
48103
48104
48105 if test -n "$ac_tool_prefix"; then
48106 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
48107 set dummy ${ac_tool_prefix}strip; ac_word=$2
48108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48109 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48110 if test "${ac_cv_prog_STRIP+set}" = set; then
48111 echo $ECHO_N "(cached) $ECHO_C" >&6
48112 else
48113 if test -n "$STRIP"; then
48114 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
48115 else
48116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48117 for as_dir in $PATH
48118 do
48119 IFS=$as_save_IFS
48120 test -z "$as_dir" && as_dir=.
48121 for ac_exec_ext in '' $ac_executable_extensions; do
48122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48123 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
48124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48125 break 2
48126 fi
48127 done
48128 done
48129 IFS=$as_save_IFS
48130
48131 fi
48132 fi
48133 STRIP=$ac_cv_prog_STRIP
48134 if test -n "$STRIP"; then
48135 { echo "$as_me:$LINENO: result: $STRIP" >&5
48136 echo "${ECHO_T}$STRIP" >&6; }
48137 else
48138 { echo "$as_me:$LINENO: result: no" >&5
48139 echo "${ECHO_T}no" >&6; }
48140 fi
48141
48142
48143 fi
48144 if test -z "$ac_cv_prog_STRIP"; then
48145 ac_ct_STRIP=$STRIP
48146 # Extract the first word of "strip", so it can be a program name with args.
48147 set dummy strip; ac_word=$2
48148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48150 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
48151 echo $ECHO_N "(cached) $ECHO_C" >&6
48152 else
48153 if test -n "$ac_ct_STRIP"; then
48154 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
48155 else
48156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48157 for as_dir in $PATH
48158 do
48159 IFS=$as_save_IFS
48160 test -z "$as_dir" && as_dir=.
48161 for ac_exec_ext in '' $ac_executable_extensions; do
48162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48163 ac_cv_prog_ac_ct_STRIP="strip"
48164 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48165 break 2
48166 fi
48167 done
48168 done
48169 IFS=$as_save_IFS
48170
48171 fi
48172 fi
48173 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
48174 if test -n "$ac_ct_STRIP"; then
48175 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
48176 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
48177 else
48178 { echo "$as_me:$LINENO: result: no" >&5
48179 echo "${ECHO_T}no" >&6; }
48180 fi
48181
48182 if test "x$ac_ct_STRIP" = x; then
48183 STRIP=":"
48184 else
48185 case $cross_compiling:$ac_tool_warned in
48186 yes:)
48187 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48188 whose name does not start with the host triplet. If you think this
48189 configuration is useful to you, please write to autoconf@gnu.org." >&5
48190 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48191 whose name does not start with the host triplet. If you think this
48192 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48193 ac_tool_warned=yes ;;
48194 esac
48195 STRIP=$ac_ct_STRIP
48196 fi
48197 else
48198 STRIP="$ac_cv_prog_STRIP"
48199 fi
48200
48201 if test -n "$ac_tool_prefix"; then
48202 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
48203 set dummy ${ac_tool_prefix}nm; ac_word=$2
48204 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48206 if test "${ac_cv_prog_NM+set}" = set; then
48207 echo $ECHO_N "(cached) $ECHO_C" >&6
48208 else
48209 if test -n "$NM"; then
48210 ac_cv_prog_NM="$NM" # Let the user override the test.
48211 else
48212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48213 for as_dir in $PATH
48214 do
48215 IFS=$as_save_IFS
48216 test -z "$as_dir" && as_dir=.
48217 for ac_exec_ext in '' $ac_executable_extensions; do
48218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48219 ac_cv_prog_NM="${ac_tool_prefix}nm"
48220 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48221 break 2
48222 fi
48223 done
48224 done
48225 IFS=$as_save_IFS
48226
48227 fi
48228 fi
48229 NM=$ac_cv_prog_NM
48230 if test -n "$NM"; then
48231 { echo "$as_me:$LINENO: result: $NM" >&5
48232 echo "${ECHO_T}$NM" >&6; }
48233 else
48234 { echo "$as_me:$LINENO: result: no" >&5
48235 echo "${ECHO_T}no" >&6; }
48236 fi
48237
48238
48239 fi
48240 if test -z "$ac_cv_prog_NM"; then
48241 ac_ct_NM=$NM
48242 # Extract the first word of "nm", so it can be a program name with args.
48243 set dummy nm; ac_word=$2
48244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48246 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
48247 echo $ECHO_N "(cached) $ECHO_C" >&6
48248 else
48249 if test -n "$ac_ct_NM"; then
48250 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
48251 else
48252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48253 for as_dir in $PATH
48254 do
48255 IFS=$as_save_IFS
48256 test -z "$as_dir" && as_dir=.
48257 for ac_exec_ext in '' $ac_executable_extensions; do
48258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48259 ac_cv_prog_ac_ct_NM="nm"
48260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48261 break 2
48262 fi
48263 done
48264 done
48265 IFS=$as_save_IFS
48266
48267 fi
48268 fi
48269 ac_ct_NM=$ac_cv_prog_ac_ct_NM
48270 if test -n "$ac_ct_NM"; then
48271 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
48272 echo "${ECHO_T}$ac_ct_NM" >&6; }
48273 else
48274 { echo "$as_me:$LINENO: result: no" >&5
48275 echo "${ECHO_T}no" >&6; }
48276 fi
48277
48278 if test "x$ac_ct_NM" = x; then
48279 NM=":"
48280 else
48281 case $cross_compiling:$ac_tool_warned in
48282 yes:)
48283 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
48284 whose name does not start with the host triplet. If you think this
48285 configuration is useful to you, please write to autoconf@gnu.org." >&5
48286 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
48287 whose name does not start with the host triplet. If you think this
48288 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
48289 ac_tool_warned=yes ;;
48290 esac
48291 NM=$ac_ct_NM
48292 fi
48293 else
48294 NM="$ac_cv_prog_NM"
48295 fi
48296
48297
48298 { echo "$as_me:$LINENO: checking for command to install directories" >&5
48299 echo $ECHO_N "checking for command to install directories... $ECHO_C" >&6; }
48300 INSTALL_TEST_DIR=acbftest$$
48301 $INSTALL -d $INSTALL_TEST_DIR > /dev/null 2>&1
48302 if test $? = 0 -a -d $INSTALL_TEST_DIR; then
48303 rmdir $INSTALL_TEST_DIR
48304 INSTALL_DIR='$(INSTALL) -d'
48305 { echo "$as_me:$LINENO: result: $INSTALL -d" >&5
48306 echo "${ECHO_T}$INSTALL -d" >&6; }
48307 else
48308 INSTALL_DIR="mkdir -p"
48309 { echo "$as_me:$LINENO: result: mkdir -p" >&5
48310 echo "${ECHO_T}mkdir -p" >&6; }
48311 fi
48312
48313
48314 LDFLAGS_GUI=
48315 case ${BAKEFILE_HOST} in
48316 *-*-cygwin* | *-*-mingw32* )
48317 LDFLAGS_GUI="-mwindows"
48318 esac
48319
48320
48321 fi
48322
48323 { echo "$as_me:$LINENO: checking if make is GNU make" >&5
48324 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
48325 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
48326 echo $ECHO_N "(cached) $ECHO_C" >&6
48327 else
48328
48329 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
48330 egrep -s GNU > /dev/null); then
48331 bakefile_cv_prog_makeisgnu="yes"
48332 else
48333 bakefile_cv_prog_makeisgnu="no"
48334 fi
48335
48336 fi
48337 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
48338 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
48339
48340 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
48341 IF_GNU_MAKE=""
48342 else
48343 IF_GNU_MAKE="#"
48344 fi
48345
48346
48347
48348 PLATFORM_UNIX=0
48349 PLATFORM_WIN32=0
48350 PLATFORM_MSDOS=0
48351 PLATFORM_MAC=0
48352 PLATFORM_MACOS=0
48353 PLATFORM_MACOSX=0
48354 PLATFORM_OS2=0
48355 PLATFORM_BEOS=0
48356
48357 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
48358 case "${BAKEFILE_HOST}" in
48359 *-*-mingw32* )
48360 PLATFORM_WIN32=1
48361 ;;
48362 *-pc-msdosdjgpp )
48363 PLATFORM_MSDOS=1
48364 ;;
48365 *-pc-os2_emx | *-pc-os2-emx )
48366 PLATFORM_OS2=1
48367 ;;
48368 *-*-darwin* )
48369 PLATFORM_MAC=1
48370 PLATFORM_MACOSX=1
48371 ;;
48372 *-*-beos* )
48373 PLATFORM_BEOS=1
48374 ;;
48375 powerpc-apple-macos* )
48376 PLATFORM_MAC=1
48377 PLATFORM_MACOS=1
48378 ;;
48379 * )
48380 PLATFORM_UNIX=1
48381 ;;
48382 esac
48383 else
48384 case "$BAKEFILE_FORCE_PLATFORM" in
48385 win32 )
48386 PLATFORM_WIN32=1
48387 ;;
48388 msdos )
48389 PLATFORM_MSDOS=1
48390 ;;
48391 os2 )
48392 PLATFORM_OS2=1
48393 ;;
48394 darwin )
48395 PLATFORM_MAC=1
48396 PLATFORM_MACOSX=1
48397 ;;
48398 unix )
48399 PLATFORM_UNIX=1
48400 ;;
48401 beos )
48402 PLATFORM_BEOS=1
48403 ;;
48404 * )
48405 ;;
48406 esac
48407 fi
48408
48409
48410
48411
48412
48413
48414
48415
48416
48417
48418
48419 # Check whether --enable-omf was given.
48420 if test "${enable_omf+set}" = set; then
48421 enableval=$enable_omf; bk_os2_use_omf="$enableval"
48422 fi
48423
48424
48425 case "${BAKEFILE_HOST}" in
48426 *-*-darwin* )
48427 if test "x$GCC" = "xyes"; then
48428 CFLAGS="$CFLAGS -fno-common"
48429 CXXFLAGS="$CXXFLAGS -fno-common"
48430 fi
48431 if test "x$XLCC" = "xyes"; then
48432 CFLAGS="$CFLAGS -qnocommon"
48433 CXXFLAGS="$CXXFLAGS -qnocommon"
48434 fi
48435 ;;
48436
48437 *-pc-os2_emx | *-pc-os2-emx )
48438 if test "x$bk_os2_use_omf" = "xyes" ; then
48439 AR=emxomfar
48440 RANLIB=:
48441 LDFLAGS="-Zomf $LDFLAGS"
48442 CFLAGS="-Zomf $CFLAGS"
48443 CXXFLAGS="-Zomf $CXXFLAGS"
48444 OS2_LIBEXT="lib"
48445 else
48446 OS2_LIBEXT="a"
48447 fi
48448 ;;
48449
48450 i*86-*-beos* )
48451 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
48452 ;;
48453 esac
48454
48455
48456 SO_SUFFIX="so"
48457 SO_SUFFIX_MODULE="so"
48458 EXEEXT=""
48459 LIBPREFIX="lib"
48460 LIBEXT=".a"
48461 DLLPREFIX="lib"
48462 DLLPREFIX_MODULE=""
48463 DLLIMP_SUFFIX=""
48464 dlldir="$libdir"
48465
48466 case "${BAKEFILE_HOST}" in
48467 ia64-hp-hpux* )
48468 ;;
48469 *-hp-hpux* )
48470 SO_SUFFIX="sl"
48471 SO_SUFFIX_MODULE="sl"
48472 ;;
48473 *-*-aix* )
48474 SO_SUFFIX="a"
48475 SO_SUFFIX_MODULE="a"
48476 ;;
48477 *-*-cygwin* )
48478 SO_SUFFIX="dll"
48479 SO_SUFFIX_MODULE="dll"
48480 DLLIMP_SUFFIX="dll.a"
48481 EXEEXT=".exe"
48482 DLLPREFIX="cyg"
48483 dlldir="$bindir"
48484 ;;
48485 *-*-mingw32* )
48486 SO_SUFFIX="dll"
48487 SO_SUFFIX_MODULE="dll"
48488 DLLIMP_SUFFIX="dll.a"
48489 EXEEXT=".exe"
48490 DLLPREFIX=""
48491 dlldir="$bindir"
48492 ;;
48493 *-pc-msdosdjgpp )
48494 EXEEXT=".exe"
48495 DLLPREFIX=""
48496 dlldir="$bindir"
48497 ;;
48498 *-pc-os2_emx | *-pc-os2-emx )
48499 SO_SUFFIX="dll"
48500 SO_SUFFIX_MODULE="dll"
48501 DLLIMP_SUFFIX=$OS2_LIBEXT
48502 EXEEXT=".exe"
48503 DLLPREFIX=""
48504 LIBPREFIX=""
48505 LIBEXT=".$OS2_LIBEXT"
48506 dlldir="$bindir"
48507 ;;
48508 *-*-darwin* )
48509 SO_SUFFIX="dylib"
48510 SO_SUFFIX_MODULE="bundle"
48511 ;;
48512 esac
48513
48514 if test "x$DLLIMP_SUFFIX" = "x" ; then
48515 DLLIMP_SUFFIX="$SO_SUFFIX"
48516 fi
48517
48518
48519
48520
48521
48522
48523
48524
48525
48526
48527
48528
48529 PIC_FLAG=""
48530 if test "x$GCC" = "xyes"; then
48531 PIC_FLAG="-fPIC"
48532 fi
48533
48534 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
48535 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
48536 WINDOWS_IMPLIB=0
48537
48538 case "${BAKEFILE_HOST}" in
48539 *-hp-hpux* )
48540 if test "x$GCC" != "xyes"; then
48541 LDFLAGS="$LDFLAGS -L/usr/lib"
48542
48543 SHARED_LD_CC="${CC} -b -o"
48544 SHARED_LD_CXX="${CXX} -b -o"
48545 PIC_FLAG="+Z"
48546 fi
48547 ;;
48548
48549 *-*-linux* )
48550 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
48551 PIC_FLAG="-KPIC"
48552 elif test "x$SUNCXX" = "xyes"; then
48553 SHARED_LD_CC="${CC} -G -o"
48554 SHARED_LD_CXX="${CXX} -G -o"
48555 PIC_FLAG="-KPIC"
48556 fi
48557 ;;
48558
48559 *-*-solaris2* )
48560 if test "x$SUNCXX" = xyes ; then
48561 SHARED_LD_CC="${CC} -G -o"
48562 SHARED_LD_CXX="${CXX} -G -o"
48563 PIC_FLAG="-KPIC"
48564 fi
48565 ;;
48566
48567 *-*-darwin* )
48568
48569 D='$'
48570 cat <<EOF >shared-ld-sh
48571 #!/bin/sh
48572 #-----------------------------------------------------------------------------
48573 #-- Name: distrib/mac/shared-ld-sh
48574 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
48575 #-- Author: Gilles Depeyrot
48576 #-- Copyright: (c) 2002 Gilles Depeyrot
48577 #-- Licence: any use permitted
48578 #-----------------------------------------------------------------------------
48579
48580 verbose=0
48581 args=""
48582 objects=""
48583 linking_flag="-dynamiclib"
48584 ldargs="-r -keep_private_externs -nostdlib"
48585
48586 if test "x${D}CXX" = "x"; then
48587 CXX="c++"
48588 fi
48589
48590 while test ${D}# -gt 0; do
48591 case ${D}1 in
48592
48593 -v)
48594 verbose=1
48595 ;;
48596
48597 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
48598 # collect these options and values
48599 args="${D}{args} ${D}1 ${D}2"
48600 shift
48601 ;;
48602
48603 -arch|-isysroot)
48604 # collect these options and values
48605 ldargs="${D}{ldargs} ${D}1 ${D}2"
48606 shift
48607 ;;
48608
48609 -s|-Wl,*)
48610 # collect these load args
48611 ldargs="${D}{ldargs} ${D}1"
48612 ;;
48613
48614 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
48615 # collect these options
48616 args="${D}{args} ${D}1"
48617 ;;
48618
48619 -dynamiclib|-bundle)
48620 linking_flag="${D}1"
48621 ;;
48622
48623 -*)
48624 echo "shared-ld: unhandled option '${D}1'"
48625 exit 1
48626 ;;
48627
48628 *.o | *.a | *.dylib)
48629 # collect object files
48630 objects="${D}{objects} ${D}1"
48631 ;;
48632
48633 *)
48634 echo "shared-ld: unhandled argument '${D}1'"
48635 exit 1
48636 ;;
48637
48638 esac
48639 shift
48640 done
48641
48642 status=0
48643
48644 #
48645 # Link one module containing all the others
48646 #
48647 if test ${D}{verbose} = 1; then
48648 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
48649 fi
48650 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
48651 status=${D}?
48652
48653 #
48654 # Link the shared library from the single module created, but only if the
48655 # previous command didn't fail:
48656 #
48657 if test ${D}{status} = 0; then
48658 if test ${D}{verbose} = 1; then
48659 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
48660 fi
48661 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
48662 status=${D}?
48663 fi
48664
48665 #
48666 # Remove intermediate module
48667 #
48668 rm -f master.${D}${D}.o
48669
48670 exit ${D}status
48671 EOF
48672
48673 chmod +x shared-ld-sh
48674
48675 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
48676 SHARED_LD_MODULE_CXX="CXX=\$(CXX) $SHARED_LD_MODULE_CC"
48677
48678
48679 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
48680 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
48681 if test "${bakefile_cv_gcc31+set}" = set; then
48682 echo $ECHO_N "(cached) $ECHO_C" >&6
48683 else
48684
48685 cat >conftest.$ac_ext <<_ACEOF
48686 /* confdefs.h. */
48687 _ACEOF
48688 cat confdefs.h >>conftest.$ac_ext
48689 cat >>conftest.$ac_ext <<_ACEOF
48690 /* end confdefs.h. */
48691
48692 int
48693 main ()
48694 {
48695
48696 #if (__GNUC__ < 3) || \
48697 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
48698 This is old gcc
48699 #endif
48700
48701 ;
48702 return 0;
48703 }
48704 _ACEOF
48705 rm -f conftest.$ac_objext
48706 if { (ac_try="$ac_compile"
48707 case "(($ac_try" in
48708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48709 *) ac_try_echo=$ac_try;;
48710 esac
48711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48712 (eval "$ac_compile") 2>conftest.er1
48713 ac_status=$?
48714 grep -v '^ *+' conftest.er1 >conftest.err
48715 rm -f conftest.er1
48716 cat conftest.err >&5
48717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48718 (exit $ac_status); } && {
48719 test -z "$ac_c_werror_flag" ||
48720 test ! -s conftest.err
48721 } && test -s conftest.$ac_objext; then
48722
48723 bakefile_cv_gcc31=yes
48724
48725 else
48726 echo "$as_me: failed program was:" >&5
48727 sed 's/^/| /' conftest.$ac_ext >&5
48728
48729
48730 bakefile_cv_gcc31=no
48731
48732
48733 fi
48734
48735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48736
48737 fi
48738 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
48739 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
48740 if test "$bakefile_cv_gcc31" = "no"; then
48741 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
48742 SHARED_LD_CXX="$SHARED_LD_CC"
48743 else
48744 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
48745 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
48746 fi
48747
48748 if test "x$GCC" == "xyes"; then
48749 PIC_FLAG="-dynamic -fPIC"
48750 fi
48751 if test "x$XLCC" = "xyes"; then
48752 PIC_FLAG="-dynamic -DPIC"
48753 fi
48754 ;;
48755
48756 *-*-aix* )
48757 if test "x$GCC" = "xyes"; then
48758 PIC_FLAG=""
48759
48760 case "${BAKEFILE_HOST}" in
48761 *-*-aix5* )
48762 LD_EXPFULL="-Wl,-bexpfull"
48763 ;;
48764 esac
48765
48766 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
48767 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
48768 else
48769 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
48770 set dummy makeC++SharedLib; ac_word=$2
48771 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48772 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48773 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
48774 echo $ECHO_N "(cached) $ECHO_C" >&6
48775 else
48776 if test -n "$AIX_CXX_LD"; then
48777 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
48778 else
48779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48780 for as_dir in $PATH
48781 do
48782 IFS=$as_save_IFS
48783 test -z "$as_dir" && as_dir=.
48784 for ac_exec_ext in '' $ac_executable_extensions; do
48785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48786 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
48787 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48788 break 2
48789 fi
48790 done
48791 done
48792 IFS=$as_save_IFS
48793
48794 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
48795 fi
48796 fi
48797 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
48798 if test -n "$AIX_CXX_LD"; then
48799 { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
48800 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
48801 else
48802 { echo "$as_me:$LINENO: result: no" >&5
48803 echo "${ECHO_T}no" >&6; }
48804 fi
48805
48806
48807 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
48808 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
48809 fi
48810 ;;
48811
48812 *-*-beos* )
48813 SHARED_LD_CC="${LD} -nostart -o"
48814 SHARED_LD_CXX="${LD} -nostart -o"
48815 ;;
48816
48817 *-*-irix* )
48818 if test "x$GCC" != "xyes"; then
48819 PIC_FLAG="-KPIC"
48820 fi
48821 ;;
48822
48823 *-*-cygwin* | *-*-mingw32* )
48824 PIC_FLAG=""
48825 SHARED_LD_CC="\$(CC) -shared -o"
48826 SHARED_LD_CXX="\$(CXX) -shared -o"
48827 WINDOWS_IMPLIB=1
48828 ;;
48829
48830 *-pc-os2_emx | *-pc-os2-emx )
48831 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48832 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48833 PIC_FLAG=""
48834
48835 D='$'
48836 cat <<EOF >dllar.sh
48837 #!/bin/sh
48838 #
48839 # dllar - a tool to build both a .dll and an .a file
48840 # from a set of object (.o) files for EMX/OS2.
48841 #
48842 # Written by Andrew Zabolotny, bit@freya.etu.ru
48843 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
48844 #
48845 # This script will accept a set of files on the command line.
48846 # All the public symbols from the .o files will be exported into
48847 # a .DEF file, then linker will be run (through gcc) against them to
48848 # build a shared library consisting of all given .o files. All libraries
48849 # (.a) will be first decompressed into component .o files then act as
48850 # described above. You can optionally give a description (-d "description")
48851 # which will be put into .DLL. To see the list of accepted options (as well
48852 # as command-line format) simply run this program without options. The .DLL
48853 # is built to be imported by name (there is no guarantee that new versions
48854 # of the library you build will have same ordinals for same symbols).
48855 #
48856 # dllar is free software; you can redistribute it and/or modify
48857 # it under the terms of the GNU General Public License as published by
48858 # the Free Software Foundation; either version 2, or (at your option)
48859 # any later version.
48860 #
48861 # dllar is distributed in the hope that it will be useful,
48862 # but WITHOUT ANY WARRANTY; without even the implied warranty of
48863 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48864 # GNU General Public License for more details.
48865 #
48866 # You should have received a copy of the GNU General Public License
48867 # along with dllar; see the file COPYING. If not, write to the Free
48868 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
48869 # 02111-1307, USA.
48870
48871 # To successfuly run this program you will need:
48872 # - Current drive should have LFN support (HPFS, ext2, network, etc)
48873 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
48874 # - gcc
48875 # (used to build the .dll)
48876 # - emxexp
48877 # (used to create .def file from .o files)
48878 # - emximp
48879 # (used to create .a file from .def file)
48880 # - GNU text utilites (cat, sort, uniq)
48881 # used to process emxexp output
48882 # - GNU file utilities (mv, rm)
48883 # - GNU sed
48884 # - lxlite (optional, see flag below)
48885 # (used for general .dll cleanup)
48886 #
48887
48888 flag_USE_LXLITE=1;
48889
48890 #
48891 # helper functions
48892 # basnam, variant of basename, which does _not_ remove the path, _iff_
48893 # second argument (suffix to remove) is given
48894 basnam(){
48895 case ${D}# in
48896 1)
48897 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
48898 ;;
48899 2)
48900 echo ${D}1 | sed 's/'${D}2'${D}//'
48901 ;;
48902 *)
48903 echo "error in basnam ${D}*"
48904 exit 8
48905 ;;
48906 esac
48907 }
48908
48909 # Cleanup temporary files and output
48910 CleanUp() {
48911 cd ${D}curDir
48912 for i in ${D}inputFiles ; do
48913 case ${D}i in
48914 *!)
48915 rm -rf \`basnam ${D}i !\`
48916 ;;
48917 *)
48918 ;;
48919 esac
48920 done
48921
48922 # Kill result in case of failure as there is just to many stupid make/nmake
48923 # things out there which doesn't do this.
48924 if [ ${D}# -eq 0 ]; then
48925 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
48926 fi
48927 }
48928
48929 # Print usage and exit script with rc=1.
48930 PrintHelp() {
48931 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
48932 echo ' [-name-mangler-script script.sh]'
48933 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
48934 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
48935 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
48936 echo ' [*.o] [*.a]'
48937 echo '*> "output_file" should have no extension.'
48938 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
48939 echo ' The import library name is derived from this and is set to "name".a,'
48940 echo ' unless overridden by -import'
48941 echo '*> "importlib_name" should have no extension.'
48942 echo ' If it has the .o, or .a extension, it is automatically removed.'
48943 echo ' This name is used as the import library name and may be longer and'
48944 echo ' more descriptive than the DLL name which has to follow the old '
48945 echo ' 8.3 convention of FAT.'
48946 echo '*> "script.sh may be given to override the output_file name by a'
48947 echo ' different name. It is mainly useful if the regular make process'
48948 echo ' of some package does not take into account OS/2 restriction of'
48949 echo ' DLL name lengths. It takes the importlib name as input and is'
48950 echo ' supposed to procude a shorter name as output. The script should'
48951 echo ' expect to get importlib_name without extension and should produce'
48952 echo ' a (max.) 8 letter name without extension.'
48953 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
48954 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
48955 echo ' These flags will be put at the start of GCC command line.'
48956 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
48957 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
48958 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
48959 echo ' If the last character of a symbol is "*", all symbols beginning'
48960 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
48961 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
48962 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
48963 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
48964 echo ' C runtime DLLs.'
48965 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
48966 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
48967 echo ' unchanged to GCC at the end of command line.'
48968 echo '*> If you create a DLL from a library and you do not specify -o,'
48969 echo ' the basename for DLL and import library will be set to library name,'
48970 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
48971 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
48972 echo ' library will be renamed into gcc_s.a.'
48973 echo '--------'
48974 echo 'Example:'
48975 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
48976 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
48977 CleanUp
48978 exit 1
48979 }
48980
48981 # Execute a command.
48982 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
48983 # @Uses Whatever CleanUp() uses.
48984 doCommand() {
48985 echo "${D}*"
48986 eval ${D}*
48987 rcCmd=${D}?
48988
48989 if [ ${D}rcCmd -ne 0 ]; then
48990 echo "command failed, exit code="${D}rcCmd
48991 CleanUp
48992 exit ${D}rcCmd
48993 fi
48994 }
48995
48996 # main routine
48997 # setup globals
48998 cmdLine=${D}*
48999 outFile=""
49000 outimpFile=""
49001 inputFiles=""
49002 renameScript=""
49003 description=""
49004 CC=gcc.exe
49005 CFLAGS="-s -Zcrtdll"
49006 EXTRA_CFLAGS=""
49007 EXPORT_BY_ORDINALS=0
49008 exclude_symbols=""
49009 library_flags=""
49010 curDir=\`pwd\`
49011 curDirS=curDir
49012 case ${D}curDirS in
49013 */)
49014 ;;
49015 *)
49016 curDirS=${D}{curDirS}"/"
49017 ;;
49018 esac
49019 # Parse commandline
49020 libsToLink=0
49021 omfLinking=0
49022 while [ ${D}1 ]; do
49023 case ${D}1 in
49024 -ord*)
49025 EXPORT_BY_ORDINALS=1;
49026 ;;
49027 -o*)
49028 shift
49029 outFile=${D}1
49030 ;;
49031 -i*)
49032 shift
49033 outimpFile=${D}1
49034 ;;
49035 -name-mangler-script)
49036 shift
49037 renameScript=${D}1
49038 ;;
49039 -d*)
49040 shift
49041 description=${D}1
49042 ;;
49043 -f*)
49044 shift
49045 CFLAGS=${D}1
49046 ;;
49047 -c*)
49048 shift
49049 CC=${D}1
49050 ;;
49051 -h*)
49052 PrintHelp
49053 ;;
49054 -ex*)
49055 shift
49056 exclude_symbols=${D}{exclude_symbols}${D}1" "
49057 ;;
49058 -libf*)
49059 shift
49060 library_flags=${D}{library_flags}${D}1" "
49061 ;;
49062 -nocrt*)
49063 CFLAGS="-s"
49064 ;;
49065 -nolxl*)
49066 flag_USE_LXLITE=0
49067 ;;
49068 -* | /*)
49069 case ${D}1 in
49070 -L* | -l*)
49071 libsToLink=1
49072 ;;
49073 -Zomf)
49074 omfLinking=1
49075 ;;
49076 *)
49077 ;;
49078 esac
49079 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
49080 ;;
49081 *.dll)
49082 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
49083 if [ ${D}omfLinking -eq 1 ]; then
49084 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
49085 else
49086 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
49087 fi
49088 ;;
49089 *)
49090 found=0;
49091 if [ ${D}libsToLink -ne 0 ]; then
49092 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
49093 else
49094 for file in ${D}1 ; do
49095 if [ -f ${D}file ]; then
49096 inputFiles="${D}{inputFiles} ${D}file"
49097 found=1
49098 fi
49099 done
49100 if [ ${D}found -eq 0 ]; then
49101 echo "ERROR: No file(s) found: "${D}1
49102 exit 8
49103 fi
49104 fi
49105 ;;
49106 esac
49107 shift
49108 done # iterate cmdline words
49109
49110 #
49111 if [ -z "${D}inputFiles" ]; then
49112 echo "dllar: no input files"
49113 PrintHelp
49114 fi
49115
49116 # Now extract all .o files from .a files
49117 newInputFiles=""
49118 for file in ${D}inputFiles ; do
49119 case ${D}file in
49120 *.a | *.lib)
49121 case ${D}file in
49122 *.a)
49123 suffix=".a"
49124 AR="ar"
49125 ;;
49126 *.lib)
49127 suffix=".lib"
49128 AR="emxomfar"
49129 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
49130 ;;
49131 *)
49132 ;;
49133 esac
49134 dirname=\`basnam ${D}file ${D}suffix\`"_%"
49135 mkdir ${D}dirname
49136 if [ ${D}? -ne 0 ]; then
49137 echo "Failed to create subdirectory ./${D}dirname"
49138 CleanUp
49139 exit 8;
49140 fi
49141 # Append '!' to indicate archive
49142 newInputFiles="${D}newInputFiles ${D}{dirname}!"
49143 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
49144 cd ${D}curDir
49145 found=0;
49146 for subfile in ${D}dirname/*.o* ; do
49147 if [ -f ${D}subfile ]; then
49148 found=1
49149 if [ -s ${D}subfile ]; then
49150 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
49151 newInputFiles="${D}newInputFiles ${D}subfile"
49152 fi
49153 fi
49154 done
49155 if [ ${D}found -eq 0 ]; then
49156 echo "WARNING: there are no files in archive \\'${D}file\\'"
49157 fi
49158 ;;
49159 *)
49160 newInputFiles="${D}{newInputFiles} ${D}file"
49161 ;;
49162 esac
49163 done
49164 inputFiles="${D}newInputFiles"
49165
49166 # Output filename(s).
49167 do_backup=0;
49168 if [ -z ${D}outFile ]; then
49169 do_backup=1;
49170 set outFile ${D}inputFiles; outFile=${D}2
49171 fi
49172
49173 # If it is an archive, remove the '!' and the '_%' suffixes
49174 case ${D}outFile in
49175 *_%!)
49176 outFile=\`basnam ${D}outFile _%!\`
49177 ;;
49178 *)
49179 ;;
49180 esac
49181 case ${D}outFile in
49182 *.dll)
49183 outFile=\`basnam ${D}outFile .dll\`
49184 ;;
49185 *.DLL)
49186 outFile=\`basnam ${D}outFile .DLL\`
49187 ;;
49188 *.o)
49189 outFile=\`basnam ${D}outFile .o\`
49190 ;;
49191 *.obj)
49192 outFile=\`basnam ${D}outFile .obj\`
49193 ;;
49194 *.a)
49195 outFile=\`basnam ${D}outFile .a\`
49196 ;;
49197 *.lib)
49198 outFile=\`basnam ${D}outFile .lib\`
49199 ;;
49200 *)
49201 ;;
49202 esac
49203 case ${D}outimpFile in
49204 *.a)
49205 outimpFile=\`basnam ${D}outimpFile .a\`
49206 ;;
49207 *.lib)
49208 outimpFile=\`basnam ${D}outimpFile .lib\`
49209 ;;
49210 *)
49211 ;;
49212 esac
49213 if [ -z ${D}outimpFile ]; then
49214 outimpFile=${D}outFile
49215 fi
49216 defFile="${D}{outFile}.def"
49217 arcFile="${D}{outimpFile}.a"
49218 arcFile2="${D}{outimpFile}.lib"
49219
49220 #create ${D}dllFile as something matching 8.3 restrictions,
49221 if [ -z ${D}renameScript ] ; then
49222 dllFile="${D}outFile"
49223 else
49224 dllFile=\`${D}renameScript ${D}outimpFile\`
49225 fi
49226
49227 if [ ${D}do_backup -ne 0 ] ; then
49228 if [ -f ${D}arcFile ] ; then
49229 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
49230 fi
49231 if [ -f ${D}arcFile2 ] ; then
49232 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
49233 fi
49234 fi
49235
49236 # Extract public symbols from all the object files.
49237 tmpdefFile=${D}{defFile}_%
49238 rm -f ${D}tmpdefFile
49239 for file in ${D}inputFiles ; do
49240 case ${D}file in
49241 *!)
49242 ;;
49243 *)
49244 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
49245 ;;
49246 esac
49247 done
49248
49249 # Create the def file.
49250 rm -f ${D}defFile
49251 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
49252 dllFile="${D}{dllFile}.dll"
49253 if [ ! -z ${D}description ]; then
49254 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
49255 fi
49256 echo "EXPORTS" >> ${D}defFile
49257
49258 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
49259 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
49260
49261 # Checks if the export is ok or not.
49262 for word in ${D}exclude_symbols; do
49263 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
49264 mv ${D}{tmpdefFile}% ${D}tmpdefFile
49265 done
49266
49267
49268 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
49269 sed "=" < ${D}tmpdefFile | \\
49270 sed '
49271 N
49272 : loop
49273 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
49274 t loop
49275 ' > ${D}{tmpdefFile}%
49276 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
49277 else
49278 rm -f ${D}{tmpdefFile}%
49279 fi
49280 cat ${D}tmpdefFile >> ${D}defFile
49281 rm -f ${D}tmpdefFile
49282
49283 # Do linking, create implib, and apply lxlite.
49284 gccCmdl="";
49285 for file in ${D}inputFiles ; do
49286 case ${D}file in
49287 *!)
49288 ;;
49289 *)
49290 gccCmdl="${D}gccCmdl ${D}file"
49291 ;;
49292 esac
49293 done
49294 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
49295 touch "${D}{outFile}.dll"
49296
49297 doCommand "emximp -o ${D}arcFile ${D}defFile"
49298 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
49299 add_flags="";
49300 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
49301 add_flags="-ynd"
49302 fi
49303 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
49304 fi
49305 doCommand "emxomf -s -l ${D}arcFile"
49306
49307 # Successful exit.
49308 CleanUp 1
49309 exit 0
49310 EOF
49311
49312 chmod +x dllar.sh
49313 ;;
49314
49315 powerpc-apple-macos* | \
49316 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
49317 *-*-mirbsd* | \
49318 *-*-sunos4* | \
49319 *-*-osf* | \
49320 *-*-dgux5* | \
49321 *-*-sysv5* | \
49322 *-pc-msdosdjgpp )
49323 ;;
49324
49325 *)
49326 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
49327 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
49328 { (exit 1); exit 1; }; }
49329 esac
49330
49331 if test "x$PIC_FLAG" != "x" ; then
49332 PIC_FLAG="$PIC_FLAG -DPIC"
49333 fi
49334
49335 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
49336 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
49337 fi
49338 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
49339 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
49340 fi
49341
49342
49343
49344
49345
49346
49347
49348
49349
49350 USE_SOVERSION=0
49351 USE_SOVERLINUX=0
49352 USE_SOVERSOLARIS=0
49353 USE_SOVERCYGWIN=0
49354 USE_SOTWOSYMLINKS=0
49355 USE_MACVERSION=0
49356 SONAME_FLAG=
49357
49358 case "${BAKEFILE_HOST}" in
49359 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
49360 *-*-k*bsd*-gnu | *-*-mirbsd* )
49361 if test "x$SUNCXX" = "xyes"; then
49362 SONAME_FLAG="-h "
49363 else
49364 SONAME_FLAG="-Wl,-soname,"
49365 fi
49366 USE_SOVERSION=1
49367 USE_SOVERLINUX=1
49368 USE_SOTWOSYMLINKS=1
49369 ;;
49370
49371 *-*-solaris2* )
49372 SONAME_FLAG="-h "
49373 USE_SOVERSION=1
49374 USE_SOVERSOLARIS=1
49375 ;;
49376
49377 *-*-darwin* )
49378 USE_MACVERSION=1
49379 USE_SOVERSION=1
49380 USE_SOTWOSYMLINKS=1
49381 ;;
49382
49383 *-*-cygwin* )
49384 USE_SOVERSION=1
49385 USE_SOVERCYGWIN=1
49386 ;;
49387 esac
49388
49389
49390
49391
49392
49393
49394
49395
49396
49397
49398 # Check whether --enable-dependency-tracking was given.
49399 if test "${enable_dependency_tracking+set}" = set; then
49400 enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
49401 fi
49402
49403
49404 { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
49405 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
49406
49407 BK_DEPS=""
49408 if test "x$bk_use_trackdeps" = "xno" ; then
49409 DEPS_TRACKING=0
49410 { echo "$as_me:$LINENO: result: disabled" >&5
49411 echo "${ECHO_T}disabled" >&6; }
49412 else
49413 DEPS_TRACKING=1
49414
49415 if test "x$GCC" = "xyes"; then
49416 DEPSMODE=gcc
49417 case "${BAKEFILE_HOST}" in
49418 *-*-darwin* )
49419 DEPSFLAG="-no-cpp-precomp -MMD"
49420 ;;
49421 * )
49422 DEPSFLAG="-MMD"
49423 ;;
49424 esac
49425 { echo "$as_me:$LINENO: result: gcc" >&5
49426 echo "${ECHO_T}gcc" >&6; }
49427 elif test "x$MWCC" = "xyes"; then
49428 DEPSMODE=mwcc
49429 DEPSFLAG="-MM"
49430 { echo "$as_me:$LINENO: result: mwcc" >&5
49431 echo "${ECHO_T}mwcc" >&6; }
49432 elif test "x$SUNCC" = "xyes"; then
49433 DEPSMODE=unixcc
49434 DEPSFLAG="-xM1"
49435 { echo "$as_me:$LINENO: result: Sun cc" >&5
49436 echo "${ECHO_T}Sun cc" >&6; }
49437 elif test "x$SGICC" = "xyes"; then
49438 DEPSMODE=unixcc
49439 DEPSFLAG="-M"
49440 { echo "$as_me:$LINENO: result: SGI cc" >&5
49441 echo "${ECHO_T}SGI cc" >&6; }
49442 elif test "x$HPCC" = "xyes"; then
49443 DEPSMODE=unixcc
49444 DEPSFLAG="+make"
49445 { echo "$as_me:$LINENO: result: HP cc" >&5
49446 echo "${ECHO_T}HP cc" >&6; }
49447 elif test "x$COMPAQCC" = "xyes"; then
49448 DEPSMODE=gcc
49449 DEPSFLAG="-MD"
49450 { echo "$as_me:$LINENO: result: Compaq cc" >&5
49451 echo "${ECHO_T}Compaq cc" >&6; }
49452 else
49453 DEPS_TRACKING=0
49454 { echo "$as_me:$LINENO: result: none" >&5
49455 echo "${ECHO_T}none" >&6; }
49456 fi
49457
49458 if test $DEPS_TRACKING = 1 ; then
49459
49460 D='$'
49461 cat <<EOF >bk-deps
49462 #!/bin/sh
49463
49464 # This script is part of Bakefile (http://www.bakefile.org) autoconf
49465 # script. It is used to track C/C++ files dependencies in portable way.
49466 #
49467 # Permission is given to use this file in any way.
49468
49469 DEPSMODE=${DEPSMODE}
49470 DEPSFLAG="${DEPSFLAG}"
49471 DEPSDIRBASE=.deps
49472
49473 if test ${D}DEPSMODE = gcc ; then
49474 ${D}* ${D}{DEPSFLAG}
49475 status=${D}?
49476
49477 # determine location of created files:
49478 while test ${D}# -gt 0; do
49479 case "${D}1" in
49480 -o )
49481 shift
49482 objfile=${D}1
49483 ;;
49484 -* )
49485 ;;
49486 * )
49487 srcfile=${D}1
49488 ;;
49489 esac
49490 shift
49491 done
49492 objfilebase=\`basename ${D}objfile\`
49493 builddir=\`dirname ${D}objfile\`
49494 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
49495 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
49496 depsdir=${D}builddir/${D}DEPSDIRBASE
49497 mkdir -p ${D}depsdir
49498
49499 # if the compiler failed, we're done:
49500 if test ${D}{status} != 0 ; then
49501 rm -f ${D}depfile
49502 exit ${D}{status}
49503 fi
49504
49505 # move created file to the location we want it in:
49506 if test -f ${D}depfile ; then
49507 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
49508 rm -f ${D}depfile
49509 else
49510 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
49511 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
49512 if test ! -f ${D}depfile ; then
49513 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
49514 depfile="${D}objfile.d"
49515 fi
49516 if test -f ${D}depfile ; then
49517 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
49518 rm -f ${D}depfile
49519 fi
49520 fi
49521 exit 0
49522
49523 elif test ${D}DEPSMODE = mwcc ; then
49524 ${D}* || exit ${D}?
49525 # Run mwcc again with -MM and redirect into the dep file we want
49526 # NOTE: We can't use shift here because we need ${D}* to be valid
49527 prevarg=
49528 for arg in ${D}* ; do
49529 if test "${D}prevarg" = "-o"; then
49530 objfile=${D}arg
49531 else
49532 case "${D}arg" in
49533 -* )
49534 ;;
49535 * )
49536 srcfile=${D}arg
49537 ;;
49538 esac
49539 fi
49540 prevarg="${D}arg"
49541 done
49542
49543 objfilebase=\`basename ${D}objfile\`
49544 builddir=\`dirname ${D}objfile\`
49545 depsdir=${D}builddir/${D}DEPSDIRBASE
49546 mkdir -p ${D}depsdir
49547
49548 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
49549 exit 0
49550
49551 elif test ${D}DEPSMODE = unixcc; then
49552 ${D}* || exit ${D}?
49553 # Run compiler again with deps flag and redirect into the dep file.
49554 # It doesn't work if the '-o FILE' option is used, but without it the
49555 # dependency file will contain the wrong name for the object. So it is
49556 # removed from the command line, and the dep file is fixed with sed.
49557 cmd=""
49558 while test ${D}# -gt 0; do
49559 case "${D}1" in
49560 -o )
49561 shift
49562 objfile=${D}1
49563 ;;
49564 * )
49565 eval arg${D}#=\\${D}1
49566 cmd="${D}cmd \\${D}arg${D}#"
49567 ;;
49568 esac
49569 shift
49570 done
49571
49572 objfilebase=\`basename ${D}objfile\`
49573 builddir=\`dirname ${D}objfile\`
49574 depsdir=${D}builddir/${D}DEPSDIRBASE
49575 mkdir -p ${D}depsdir
49576
49577 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
49578 exit 0
49579
49580 else
49581 ${D}*
49582 exit ${D}?
49583 fi
49584 EOF
49585
49586 chmod +x bk-deps
49587 BK_DEPS="`pwd`/bk-deps"
49588 fi
49589 fi
49590
49591
49592
49593
49594
49595 case ${BAKEFILE_HOST} in
49596 *-*-cygwin* | *-*-mingw32* )
49597 if test -n "$ac_tool_prefix"; then
49598 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
49599 set dummy ${ac_tool_prefix}windres; ac_word=$2
49600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49602 if test "${ac_cv_prog_WINDRES+set}" = set; then
49603 echo $ECHO_N "(cached) $ECHO_C" >&6
49604 else
49605 if test -n "$WINDRES"; then
49606 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
49607 else
49608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49609 for as_dir in $PATH
49610 do
49611 IFS=$as_save_IFS
49612 test -z "$as_dir" && as_dir=.
49613 for ac_exec_ext in '' $ac_executable_extensions; do
49614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49615 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
49616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49617 break 2
49618 fi
49619 done
49620 done
49621 IFS=$as_save_IFS
49622
49623 fi
49624 fi
49625 WINDRES=$ac_cv_prog_WINDRES
49626 if test -n "$WINDRES"; then
49627 { echo "$as_me:$LINENO: result: $WINDRES" >&5
49628 echo "${ECHO_T}$WINDRES" >&6; }
49629 else
49630 { echo "$as_me:$LINENO: result: no" >&5
49631 echo "${ECHO_T}no" >&6; }
49632 fi
49633
49634
49635 fi
49636 if test -z "$ac_cv_prog_WINDRES"; then
49637 ac_ct_WINDRES=$WINDRES
49638 # Extract the first word of "windres", so it can be a program name with args.
49639 set dummy windres; ac_word=$2
49640 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49641 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49642 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
49643 echo $ECHO_N "(cached) $ECHO_C" >&6
49644 else
49645 if test -n "$ac_ct_WINDRES"; then
49646 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
49647 else
49648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49649 for as_dir in $PATH
49650 do
49651 IFS=$as_save_IFS
49652 test -z "$as_dir" && as_dir=.
49653 for ac_exec_ext in '' $ac_executable_extensions; do
49654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49655 ac_cv_prog_ac_ct_WINDRES="windres"
49656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49657 break 2
49658 fi
49659 done
49660 done
49661 IFS=$as_save_IFS
49662
49663 fi
49664 fi
49665 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
49666 if test -n "$ac_ct_WINDRES"; then
49667 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
49668 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
49669 else
49670 { echo "$as_me:$LINENO: result: no" >&5
49671 echo "${ECHO_T}no" >&6; }
49672 fi
49673
49674 if test "x$ac_ct_WINDRES" = x; then
49675 WINDRES=""
49676 else
49677 case $cross_compiling:$ac_tool_warned in
49678 yes:)
49679 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49680 whose name does not start with the host triplet. If you think this
49681 configuration is useful to you, please write to autoconf@gnu.org." >&5
49682 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49683 whose name does not start with the host triplet. If you think this
49684 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49685 ac_tool_warned=yes ;;
49686 esac
49687 WINDRES=$ac_ct_WINDRES
49688 fi
49689 else
49690 WINDRES="$ac_cv_prog_WINDRES"
49691 fi
49692
49693 ;;
49694
49695 *-*-darwin* | powerpc-apple-macos* )
49696 # Extract the first word of "Rez", so it can be a program name with args.
49697 set dummy Rez; ac_word=$2
49698 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49699 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49700 if test "${ac_cv_prog_REZ+set}" = set; then
49701 echo $ECHO_N "(cached) $ECHO_C" >&6
49702 else
49703 if test -n "$REZ"; then
49704 ac_cv_prog_REZ="$REZ" # Let the user override the test.
49705 else
49706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49707 for as_dir in $PATH
49708 do
49709 IFS=$as_save_IFS
49710 test -z "$as_dir" && as_dir=.
49711 for ac_exec_ext in '' $ac_executable_extensions; do
49712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49713 ac_cv_prog_REZ="Rez"
49714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49715 break 2
49716 fi
49717 done
49718 done
49719 IFS=$as_save_IFS
49720
49721 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
49722 fi
49723 fi
49724 REZ=$ac_cv_prog_REZ
49725 if test -n "$REZ"; then
49726 { echo "$as_me:$LINENO: result: $REZ" >&5
49727 echo "${ECHO_T}$REZ" >&6; }
49728 else
49729 { echo "$as_me:$LINENO: result: no" >&5
49730 echo "${ECHO_T}no" >&6; }
49731 fi
49732
49733
49734 # Extract the first word of "SetFile", so it can be a program name with args.
49735 set dummy SetFile; ac_word=$2
49736 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49737 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49738 if test "${ac_cv_prog_SETFILE+set}" = set; then
49739 echo $ECHO_N "(cached) $ECHO_C" >&6
49740 else
49741 if test -n "$SETFILE"; then
49742 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
49743 else
49744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49745 for as_dir in $PATH
49746 do
49747 IFS=$as_save_IFS
49748 test -z "$as_dir" && as_dir=.
49749 for ac_exec_ext in '' $ac_executable_extensions; do
49750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49751 ac_cv_prog_SETFILE="SetFile"
49752 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49753 break 2
49754 fi
49755 done
49756 done
49757 IFS=$as_save_IFS
49758
49759 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
49760 fi
49761 fi
49762 SETFILE=$ac_cv_prog_SETFILE
49763 if test -n "$SETFILE"; then
49764 { echo "$as_me:$LINENO: result: $SETFILE" >&5
49765 echo "${ECHO_T}$SETFILE" >&6; }
49766 else
49767 { echo "$as_me:$LINENO: result: no" >&5
49768 echo "${ECHO_T}no" >&6; }
49769 fi
49770
49771
49772 ;;
49773 esac
49774
49775
49776
49777
49778
49779
49780
49781
49782
49783 BAKEFILE_BAKEFILE_M4_VERSION="0.2.6"
49784
49785
49786 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.6"
49787
49788
49789
49790 # Check whether --enable-precomp-headers was given.
49791 if test "${enable_precomp_headers+set}" = set; then
49792 enableval=$enable_precomp_headers; bk_use_pch="$enableval"
49793 fi
49794
49795
49796 GCC_PCH=0
49797 ICC_PCH=0
49798 USE_PCH=0
49799 BK_MAKE_PCH=""
49800
49801 case ${BAKEFILE_HOST} in
49802 *-*-cygwin* )
49803 bk_use_pch="no"
49804 ;;
49805 esac
49806
49807 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
49808 if test "x$GCC" = "xyes"; then
49809 { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
49810 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
49811 cat >conftest.$ac_ext <<_ACEOF
49812 /* confdefs.h. */
49813 _ACEOF
49814 cat confdefs.h >>conftest.$ac_ext
49815 cat >>conftest.$ac_ext <<_ACEOF
49816 /* end confdefs.h. */
49817
49818 int
49819 main ()
49820 {
49821
49822 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
49823 There is no PCH support
49824 #endif
49825 #if (__GNUC__ < 3)
49826 There is no PCH support
49827 #endif
49828 #if (__GNUC__ == 3) && \
49829 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
49830 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
49831 ( defined(__INTEL_COMPILER) )
49832 There is no PCH support
49833 #endif
49834
49835 ;
49836 return 0;
49837 }
49838 _ACEOF
49839 rm -f conftest.$ac_objext
49840 if { (ac_try="$ac_compile"
49841 case "(($ac_try" in
49842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49843 *) ac_try_echo=$ac_try;;
49844 esac
49845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49846 (eval "$ac_compile") 2>conftest.er1
49847 ac_status=$?
49848 grep -v '^ *+' conftest.er1 >conftest.err
49849 rm -f conftest.er1
49850 cat conftest.err >&5
49851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49852 (exit $ac_status); } && {
49853 test -z "$ac_c_werror_flag" ||
49854 test ! -s conftest.err
49855 } && test -s conftest.$ac_objext; then
49856
49857 { echo "$as_me:$LINENO: result: yes" >&5
49858 echo "${ECHO_T}yes" >&6; }
49859 GCC_PCH=1
49860
49861 else
49862 echo "$as_me: failed program was:" >&5
49863 sed 's/^/| /' conftest.$ac_ext >&5
49864
49865
49866 if test "$INTELCXX8" = "yes"; then
49867 { echo "$as_me:$LINENO: result: yes" >&5
49868 echo "${ECHO_T}yes" >&6; }
49869 ICC_PCH=1
49870 if test "$INTELCXX10" = "yes"; then
49871 ICC_PCH_CREATE_SWITCH="-pch-create"
49872 ICC_PCH_USE_SWITCH="-pch-use"
49873 else
49874 ICC_PCH_CREATE_SWITCH="-create-pch"
49875 ICC_PCH_USE_SWITCH="-use-pch"
49876 fi
49877 else
49878 { echo "$as_me:$LINENO: result: no" >&5
49879 echo "${ECHO_T}no" >&6; }
49880 fi
49881
49882 fi
49883
49884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49885 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
49886 USE_PCH=1
49887
49888 D='$'
49889 cat <<EOF >bk-make-pch
49890 #!/bin/sh
49891
49892 # This script is part of Bakefile (http://www.bakefile.org) autoconf
49893 # script. It is used to generated precompiled headers.
49894 #
49895 # Permission is given to use this file in any way.
49896
49897 outfile="${D}{1}"
49898 header="${D}{2}"
49899 shift
49900 shift
49901
49902 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
49903
49904 compiler=""
49905 headerfile=""
49906
49907 while test ${D}{#} -gt 0; do
49908 add_to_cmdline=1
49909 case "${D}{1}" in
49910 -I* )
49911 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
49912 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
49913 headerfile="${D}{incdir}/${D}{header}"
49914 fi
49915 ;;
49916 -use-pch|-use_pch|-pch-use )
49917 shift
49918 add_to_cmdline=0
49919 ;;
49920 esac
49921 if test ${D}add_to_cmdline = 1 ; then
49922 compiler="${D}{compiler} ${D}{1}"
49923 fi
49924 shift
49925 done
49926
49927 if test "x${D}{headerfile}" = "x" ; then
49928 echo "error: can't find header ${D}{header} in include paths" >&2
49929 else
49930 if test -f ${D}{outfile} ; then
49931 rm -f ${D}{outfile}
49932 else
49933 mkdir -p \`dirname ${D}{outfile}\`
49934 fi
49935 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
49936 mkdir -p ${D}{builddir}/.deps
49937 if test "x${GCC_PCH}" = "x1" ; then
49938 # can do this because gcc is >= 3.4:
49939 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
49940 elif test "x${ICC_PCH}" = "x1" ; then
49941 filename=pch_gen-${D}${D}
49942 file=${D}{filename}.c
49943 dfile=${D}{filename}.d
49944 cat > ${D}file <<EOT
49945 #include "${D}header"
49946 EOT
49947 # using -MF icc complains about differing command lines in creation/use
49948 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
49949 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
49950 rm -f ${D}file ${D}dfile ${D}{filename}.o
49951 fi
49952 exit ${D}{?}
49953 fi
49954 EOF
49955
49956 chmod +x bk-make-pch
49957 BK_MAKE_PCH="`pwd`/bk-make-pch"
49958 fi
49959 fi
49960 fi
49961
49962
49963
49964
49965
49966
49967
49968 COND_BUILD_DEBUG="#"
49969 if test "x$BUILD" = "xdebug" ; then
49970 COND_BUILD_DEBUG=""
49971 fi
49972
49973 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
49974 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
49975 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
49976 fi
49977
49978 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
49979 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
49980 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
49981 fi
49982
49983 COND_BUILD_DEBUG_UNICODE_0="#"
49984 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
49985 COND_BUILD_DEBUG_UNICODE_0=""
49986 fi
49987
49988 COND_BUILD_DEBUG_UNICODE_1="#"
49989 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
49990 COND_BUILD_DEBUG_UNICODE_1=""
49991 fi
49992
49993 COND_BUILD_RELEASE="#"
49994 if test "x$BUILD" = "xrelease" ; then
49995 COND_BUILD_RELEASE=""
49996 fi
49997
49998 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
49999 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
50000 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
50001 fi
50002
50003 COND_BUILD_RELEASE_UNICODE_0="#"
50004 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
50005 COND_BUILD_RELEASE_UNICODE_0=""
50006 fi
50007
50008 COND_BUILD_RELEASE_UNICODE_1="#"
50009 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
50010 COND_BUILD_RELEASE_UNICODE_1=""
50011 fi
50012
50013 COND_BUILD_debug="#"
50014 if test "x$BUILD" = "xdebug" ; then
50015 COND_BUILD_debug=""
50016 fi
50017
50018 COND_BUILD_debug_DEBUG_FLAG_default="#"
50019 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
50020 COND_BUILD_debug_DEBUG_FLAG_default=""
50021 fi
50022
50023 COND_BUILD_debug_DEBUG_INFO_default="#"
50024 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
50025 COND_BUILD_debug_DEBUG_INFO_default=""
50026 fi
50027
50028 COND_BUILD_debug_UNICODE_0="#"
50029 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
50030 COND_BUILD_debug_UNICODE_0=""
50031 fi
50032
50033 COND_BUILD_debug_UNICODE_1="#"
50034 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
50035 COND_BUILD_debug_UNICODE_1=""
50036 fi
50037
50038 COND_BUILD_release="#"
50039 if test "x$BUILD" = "xrelease" ; then
50040 COND_BUILD_release=""
50041 fi
50042
50043 COND_BUILD_release_DEBUG_INFO_default="#"
50044 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
50045 COND_BUILD_release_DEBUG_INFO_default=""
50046 fi
50047
50048 COND_BUILD_release_UNICODE_0="#"
50049 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
50050 COND_BUILD_release_UNICODE_0=""
50051 fi
50052
50053 COND_BUILD_release_UNICODE_1="#"
50054 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
50055 COND_BUILD_release_UNICODE_1=""
50056 fi
50057
50058 COND_DEBUG_FLAG_0="#"
50059 if test "x$DEBUG_FLAG" = "x0" ; then
50060 COND_DEBUG_FLAG_0=""
50061 fi
50062
50063 COND_DEBUG_FLAG_1="#"
50064 if test "x$DEBUG_FLAG" = "x1" ; then
50065 COND_DEBUG_FLAG_1=""
50066 fi
50067
50068 COND_DEBUG_INFO_0="#"
50069 if test "x$DEBUG_INFO" = "x0" ; then
50070 COND_DEBUG_INFO_0=""
50071 fi
50072
50073 COND_DEBUG_INFO_1="#"
50074 if test "x$DEBUG_INFO" = "x1" ; then
50075 COND_DEBUG_INFO_1=""
50076 fi
50077
50078 COND_DEPS_TRACKING_0="#"
50079 if test "x$DEPS_TRACKING" = "x0" ; then
50080 COND_DEPS_TRACKING_0=""
50081 fi
50082
50083 COND_DEPS_TRACKING_1="#"
50084 if test "x$DEPS_TRACKING" = "x1" ; then
50085 COND_DEPS_TRACKING_1=""
50086 fi
50087
50088 COND_GCC_PCH_1="#"
50089 if test "x$GCC_PCH" = "x1" ; then
50090 COND_GCC_PCH_1=""
50091 fi
50092
50093 COND_ICC_PCH_1="#"
50094 if test "x$ICC_PCH" = "x1" ; then
50095 COND_ICC_PCH_1=""
50096 fi
50097
50098 COND_MONOLITHIC_0="#"
50099 if test "x$MONOLITHIC" = "x0" ; then
50100 COND_MONOLITHIC_0=""
50101 fi
50102
50103 COND_MONOLITHIC_0_SHARED_0="#"
50104 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
50105 COND_MONOLITHIC_0_SHARED_0=""
50106 fi
50107
50108 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
50109 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
50110 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
50111 fi
50112
50113 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
50114 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
50115 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
50116 fi
50117
50118 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
50119 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
50120 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
50121 fi
50122
50123 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
50124 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50125 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
50126 fi
50127
50128 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
50129 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
50130 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
50131 fi
50132
50133 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
50134 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
50135 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
50136 fi
50137
50138 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
50139 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
50140 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
50141 fi
50142
50143 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
50144 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
50145 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
50146 fi
50147
50148 COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
50149 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
50150 COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
50151 fi
50152
50153 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
50154 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
50155 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
50156 fi
50157
50158 COND_MONOLITHIC_0_SHARED_1="#"
50159 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
50160 COND_MONOLITHIC_0_SHARED_1=""
50161 fi
50162
50163 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
50164 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
50165 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
50166 fi
50167
50168 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
50169 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
50170 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
50171 fi
50172
50173 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
50174 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
50175 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
50176 fi
50177
50178 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
50179 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50180 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
50181 fi
50182
50183 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
50184 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
50185 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
50186 fi
50187
50188 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
50189 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
50190 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
50191 fi
50192
50193 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
50194 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
50195 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
50196 fi
50197
50198 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
50199 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
50200 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
50201 fi
50202
50203 COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
50204 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
50205 COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
50206 fi
50207
50208 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
50209 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
50210 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
50211 fi
50212
50213 COND_MONOLITHIC_0_USE_AUI_1="#"
50214 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
50215 COND_MONOLITHIC_0_USE_AUI_1=""
50216 fi
50217
50218 COND_MONOLITHIC_0_USE_GUI_1="#"
50219 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
50220 COND_MONOLITHIC_0_USE_GUI_1=""
50221 fi
50222
50223 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
50224 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
50225 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
50226 fi
50227
50228 COND_MONOLITHIC_0_USE_HTML_1="#"
50229 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
50230 COND_MONOLITHIC_0_USE_HTML_1=""
50231 fi
50232
50233 COND_MONOLITHIC_0_USE_MEDIA_1="#"
50234 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
50235 COND_MONOLITHIC_0_USE_MEDIA_1=""
50236 fi
50237
50238 COND_MONOLITHIC_0_USE_PROPGRID_1="#"
50239 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
50240 COND_MONOLITHIC_0_USE_PROPGRID_1=""
50241 fi
50242
50243 COND_MONOLITHIC_0_USE_QA_1="#"
50244 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
50245 COND_MONOLITHIC_0_USE_QA_1=""
50246 fi
50247
50248 COND_MONOLITHIC_0_USE_RIBBON_1="#"
50249 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
50250 COND_MONOLITHIC_0_USE_RIBBON_1=""
50251 fi
50252
50253 COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
50254 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
50255 COND_MONOLITHIC_0_USE_RICHTEXT_1=""
50256 fi
50257
50258 COND_MONOLITHIC_0_USE_STC_1="#"
50259 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
50260 COND_MONOLITHIC_0_USE_STC_1=""
50261 fi
50262
50263 COND_MONOLITHIC_0_USE_XRC_1="#"
50264 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
50265 COND_MONOLITHIC_0_USE_XRC_1=""
50266 fi
50267
50268 COND_MONOLITHIC_1="#"
50269 if test "x$MONOLITHIC" = "x1" ; then
50270 COND_MONOLITHIC_1=""
50271 fi
50272
50273 COND_MONOLITHIC_1_SHARED_0="#"
50274 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
50275 COND_MONOLITHIC_1_SHARED_0=""
50276 fi
50277
50278 COND_MONOLITHIC_1_SHARED_1="#"
50279 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
50280 COND_MONOLITHIC_1_SHARED_1=""
50281 fi
50282
50283 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
50284 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
50285 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
50286 fi
50287
50288 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
50289 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
50290 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
50291 fi
50292
50293 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
50294 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
50295 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
50296 fi
50297
50298 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
50299 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
50300 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
50301 fi
50302
50303 COND_PLATFORM_MACOSX_1="#"
50304 if test "x$PLATFORM_MACOSX" = "x1" ; then
50305 COND_PLATFORM_MACOSX_1=""
50306 fi
50307
50308 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
50309 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
50310 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
50311 fi
50312
50313 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
50314 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
50315 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
50316 fi
50317
50318 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
50319 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50320 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
50321 fi
50322
50323 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
50324 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
50325 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
50326 fi
50327
50328 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
50329 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50330 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
50331 fi
50332
50333 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
50334 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
50335 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
50336 fi
50337
50338 COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
50339 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50340 COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
50341 fi
50342
50343 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
50344 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
50345 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
50346 fi
50347
50348 COND_PLATFORM_MACOS_1="#"
50349 if test "x$PLATFORM_MACOS" = "x1" ; then
50350 COND_PLATFORM_MACOS_1=""
50351 fi
50352
50353 COND_PLATFORM_MAC_0="#"
50354 if test "x$PLATFORM_MAC" = "x0" ; then
50355 COND_PLATFORM_MAC_0=""
50356 fi
50357
50358 COND_PLATFORM_MAC_1="#"
50359 if test "x$PLATFORM_MAC" = "x1" ; then
50360 COND_PLATFORM_MAC_1=""
50361 fi
50362
50363 COND_PLATFORM_MSDOS_0="#"
50364 if test "x$PLATFORM_MSDOS" = "x0" ; then
50365 COND_PLATFORM_MSDOS_0=""
50366 fi
50367
50368 COND_PLATFORM_MSDOS_1="#"
50369 if test "x$PLATFORM_MSDOS" = "x1" ; then
50370 COND_PLATFORM_MSDOS_1=""
50371 fi
50372
50373 COND_PLATFORM_OS2_1="#"
50374 if test "x$PLATFORM_OS2" = "x1" ; then
50375 COND_PLATFORM_OS2_1=""
50376 fi
50377
50378 COND_PLATFORM_UNIX_0="#"
50379 if test "x$PLATFORM_UNIX" = "x0" ; then
50380 COND_PLATFORM_UNIX_0=""
50381 fi
50382
50383 COND_PLATFORM_UNIX_1="#"
50384 if test "x$PLATFORM_UNIX" = "x1" ; then
50385 COND_PLATFORM_UNIX_1=""
50386 fi
50387
50388 COND_PLATFORM_UNIX_1_TOOLKIT_MGL="#"
50389 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" ; then
50390 COND_PLATFORM_UNIX_1_TOOLKIT_MGL=""
50391 fi
50392
50393 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1="#"
50394 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
50395 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1=""
50396 fi
50397
50398 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
50399 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
50400 COND_PLATFORM_UNIX_1_USE_GUI_1=""
50401 fi
50402
50403 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
50404 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
50405 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
50406 fi
50407
50408 COND_PLATFORM_WIN32_0="#"
50409 if test "x$PLATFORM_WIN32" = "x0" ; then
50410 COND_PLATFORM_WIN32_0=""
50411 fi
50412
50413 COND_PLATFORM_WIN32_1="#"
50414 if test "x$PLATFORM_WIN32" = "x1" ; then
50415 COND_PLATFORM_WIN32_1=""
50416 fi
50417
50418 COND_SHARED_0="#"
50419 if test "x$SHARED" = "x0" ; then
50420 COND_SHARED_0=""
50421 fi
50422
50423 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
50424 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
50425 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
50426 fi
50427
50428 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
50429 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
50430 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
50431 fi
50432
50433 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
50434 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
50435 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
50436 fi
50437
50438 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
50439 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50440 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
50441 fi
50442
50443 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
50444 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50445 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
50446 fi
50447
50448 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
50449 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50450 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
50451 fi
50452
50453 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
50454 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50455 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
50456 fi
50457
50458 COND_SHARED_0_USE_STC_1="#"
50459 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
50460 COND_SHARED_0_USE_STC_1=""
50461 fi
50462
50463 COND_SHARED_0_wxUSE_EXPAT_builtin="#"
50464 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
50465 COND_SHARED_0_wxUSE_EXPAT_builtin=""
50466 fi
50467
50468 COND_SHARED_0_wxUSE_REGEX_builtin="#"
50469 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
50470 COND_SHARED_0_wxUSE_REGEX_builtin=""
50471 fi
50472
50473 COND_SHARED_0_wxUSE_ZLIB_builtin="#"
50474 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
50475 COND_SHARED_0_wxUSE_ZLIB_builtin=""
50476 fi
50477
50478 COND_SHARED_1="#"
50479 if test "x$SHARED" = "x1" ; then
50480 COND_SHARED_1=""
50481 fi
50482
50483 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
50484 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50485 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
50486 fi
50487
50488 COND_TOOLKIT_="#"
50489 if test "x$TOOLKIT" = "x" ; then
50490 COND_TOOLKIT_=""
50491 fi
50492
50493 COND_TOOLKIT_COCOA="#"
50494 if test "x$TOOLKIT" = "xCOCOA" ; then
50495 COND_TOOLKIT_COCOA=""
50496 fi
50497
50498 COND_TOOLKIT_COCOA_USE_GUI_1="#"
50499 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
50500 COND_TOOLKIT_COCOA_USE_GUI_1=""
50501 fi
50502
50503 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
50504 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50505 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
50506 fi
50507
50508 COND_TOOLKIT_DFB="#"
50509 if test "x$TOOLKIT" = "xDFB" ; then
50510 COND_TOOLKIT_DFB=""
50511 fi
50512
50513 COND_TOOLKIT_DFB_USE_GUI_1="#"
50514 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
50515 COND_TOOLKIT_DFB_USE_GUI_1=""
50516 fi
50517
50518 COND_TOOLKIT_GTK="#"
50519 if test "x$TOOLKIT" = "xGTK" ; then
50520 COND_TOOLKIT_GTK=""
50521 fi
50522
50523 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
50524 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
50525 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
50526 fi
50527
50528 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
50529 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
50530 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
50531 fi
50532
50533 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
50534 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
50535 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
50536 fi
50537
50538 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
50539 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50540 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
50541 fi
50542
50543 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
50544 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
50545 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
50546 fi
50547
50548 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
50549 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50550 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
50551 fi
50552
50553 COND_TOOLKIT_GTK_USE_GUI_1="#"
50554 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
50555 COND_TOOLKIT_GTK_USE_GUI_1=""
50556 fi
50557
50558 COND_TOOLKIT_MAC="#"
50559 if test "x$TOOLKIT" = "xMAC" ; then
50560 COND_TOOLKIT_MAC=""
50561 fi
50562
50563 COND_TOOLKIT_MGL="#"
50564 if test "x$TOOLKIT" = "xMGL" ; then
50565 COND_TOOLKIT_MGL=""
50566 fi
50567
50568 COND_TOOLKIT_MGL_USE_GUI_1="#"
50569 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
50570 COND_TOOLKIT_MGL_USE_GUI_1=""
50571 fi
50572
50573 COND_TOOLKIT_MOTIF="#"
50574 if test "x$TOOLKIT" = "xMOTIF" ; then
50575 COND_TOOLKIT_MOTIF=""
50576 fi
50577
50578 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
50579 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
50580 COND_TOOLKIT_MOTIF_USE_GUI_1=""
50581 fi
50582
50583 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
50584 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50585 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
50586 fi
50587
50588 COND_TOOLKIT_MSW="#"
50589 if test "x$TOOLKIT" = "xMSW" ; then
50590 COND_TOOLKIT_MSW=""
50591 fi
50592
50593 COND_TOOLKIT_MSW_USE_GUI_1="#"
50594 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
50595 COND_TOOLKIT_MSW_USE_GUI_1=""
50596 fi
50597
50598 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
50599 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50600 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
50601 fi
50602
50603 COND_TOOLKIT_MSW_WXUNIV_0="#"
50604 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
50605 COND_TOOLKIT_MSW_WXUNIV_0=""
50606 fi
50607
50608 COND_TOOLKIT_OSX_CARBON="#"
50609 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
50610 COND_TOOLKIT_OSX_CARBON=""
50611 fi
50612
50613 COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
50614 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
50615 COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
50616 fi
50617
50618 COND_TOOLKIT_OSX_COCOA="#"
50619 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
50620 COND_TOOLKIT_OSX_COCOA=""
50621 fi
50622
50623 COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
50624 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
50625 COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
50626 fi
50627
50628 COND_TOOLKIT_OSX_IPHONE="#"
50629 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
50630 COND_TOOLKIT_OSX_IPHONE=""
50631 fi
50632
50633 COND_TOOLKIT_PM="#"
50634 if test "x$TOOLKIT" = "xPM" ; then
50635 COND_TOOLKIT_PM=""
50636 fi
50637
50638 COND_TOOLKIT_PM_USE_GUI_1="#"
50639 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
50640 COND_TOOLKIT_PM_USE_GUI_1=""
50641 fi
50642
50643 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
50644 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50645 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
50646 fi
50647
50648 COND_TOOLKIT_WINCE="#"
50649 if test "x$TOOLKIT" = "xWINCE" ; then
50650 COND_TOOLKIT_WINCE=""
50651 fi
50652
50653 COND_TOOLKIT_WINCE_USE_GUI_1="#"
50654 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
50655 COND_TOOLKIT_WINCE_USE_GUI_1=""
50656 fi
50657
50658 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
50659 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50660 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
50661 fi
50662
50663 COND_TOOLKIT_WINCE_WXUNIV_0="#"
50664 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
50665 COND_TOOLKIT_WINCE_WXUNIV_0=""
50666 fi
50667
50668 COND_TOOLKIT_X11="#"
50669 if test "x$TOOLKIT" = "xX11" ; then
50670 COND_TOOLKIT_X11=""
50671 fi
50672
50673 COND_TOOLKIT_X11_USE_GUI_1="#"
50674 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
50675 COND_TOOLKIT_X11_USE_GUI_1=""
50676 fi
50677
50678 COND_UNICODE_1="#"
50679 if test "x$UNICODE" = "x1" ; then
50680 COND_UNICODE_1=""
50681 fi
50682
50683 COND_USE_EXCEPTIONS_0="#"
50684 if test "x$USE_EXCEPTIONS" = "x0" ; then
50685 COND_USE_EXCEPTIONS_0=""
50686 fi
50687
50688 COND_USE_EXCEPTIONS_1="#"
50689 if test "x$USE_EXCEPTIONS" = "x1" ; then
50690 COND_USE_EXCEPTIONS_1=""
50691 fi
50692
50693 COND_USE_GUI_0="#"
50694 if test "x$USE_GUI" = "x0" ; then
50695 COND_USE_GUI_0=""
50696 fi
50697
50698 COND_USE_GUI_1="#"
50699 if test "x$USE_GUI" = "x1" ; then
50700 COND_USE_GUI_1=""
50701 fi
50702
50703 COND_USE_GUI_1_USE_OPENGL_1="#"
50704 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50705 COND_USE_GUI_1_USE_OPENGL_1=""
50706 fi
50707
50708 COND_USE_GUI_1_WXUNIV_0="#"
50709 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50710 COND_USE_GUI_1_WXUNIV_0=""
50711 fi
50712
50713 COND_USE_GUI_1_WXUNIV_1="#"
50714 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
50715 COND_USE_GUI_1_WXUNIV_1=""
50716 fi
50717
50718 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
50719 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50720 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
50721 fi
50722
50723 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
50724 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50725 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
50726 fi
50727
50728 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
50729 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50730 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
50731 fi
50732
50733 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
50734 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50735 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
50736 fi
50737
50738 COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
50739 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50740 COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
50741 fi
50742
50743 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
50744 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50745 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
50746 fi
50747
50748 COND_USE_OPENGL_1="#"
50749 if test "x$USE_OPENGL" = "x1" ; then
50750 COND_USE_OPENGL_1=""
50751 fi
50752
50753 COND_USE_PCH_1="#"
50754 if test "x$USE_PCH" = "x1" ; then
50755 COND_USE_PCH_1=""
50756 fi
50757
50758 COND_USE_PLUGINS_0="#"
50759 if test "x$USE_PLUGINS" = "x0" ; then
50760 COND_USE_PLUGINS_0=""
50761 fi
50762
50763 COND_USE_RTTI_0="#"
50764 if test "x$USE_RTTI" = "x0" ; then
50765 COND_USE_RTTI_0=""
50766 fi
50767
50768 COND_USE_RTTI_1="#"
50769 if test "x$USE_RTTI" = "x1" ; then
50770 COND_USE_RTTI_1=""
50771 fi
50772
50773 COND_USE_SOTWOSYMLINKS_1="#"
50774 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
50775 COND_USE_SOTWOSYMLINKS_1=""
50776 fi
50777
50778 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
50779 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
50780 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
50781 fi
50782
50783 COND_USE_SOVERLINUX_1="#"
50784 if test "x$USE_SOVERLINUX" = "x1" ; then
50785 COND_USE_SOVERLINUX_1=""
50786 fi
50787
50788 COND_USE_SOVERSION_0="#"
50789 if test "x$USE_SOVERSION" = "x0" ; then
50790 COND_USE_SOVERSION_0=""
50791 fi
50792
50793 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
50794 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
50795 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
50796 fi
50797
50798 COND_USE_SOVERSOLARIS_1="#"
50799 if test "x$USE_SOVERSOLARIS" = "x1" ; then
50800 COND_USE_SOVERSOLARIS_1=""
50801 fi
50802
50803 COND_USE_STC_1="#"
50804 if test "x$USE_STC" = "x1" ; then
50805 COND_USE_STC_1=""
50806 fi
50807
50808 COND_USE_THREADS_0="#"
50809 if test "x$USE_THREADS" = "x0" ; then
50810 COND_USE_THREADS_0=""
50811 fi
50812
50813 COND_USE_THREADS_1="#"
50814 if test "x$USE_THREADS" = "x1" ; then
50815 COND_USE_THREADS_1=""
50816 fi
50817
50818 COND_USE_XRC_1="#"
50819 if test "x$USE_XRC" = "x1" ; then
50820 COND_USE_XRC_1=""
50821 fi
50822
50823 COND_WINDOWS_IMPLIB_1="#"
50824 if test "x$WINDOWS_IMPLIB" = "x1" ; then
50825 COND_WINDOWS_IMPLIB_1=""
50826 fi
50827
50828 COND_WITH_PLUGIN_SDL_1="#"
50829 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
50830 COND_WITH_PLUGIN_SDL_1=""
50831 fi
50832
50833 COND_WXUNIV_0="#"
50834 if test "x$WXUNIV" = "x0" ; then
50835 COND_WXUNIV_0=""
50836 fi
50837
50838 COND_WXUNIV_1="#"
50839 if test "x$WXUNIV" = "x1" ; then
50840 COND_WXUNIV_1=""
50841 fi
50842
50843 COND_WXUSE_EXPAT_BUILTIN="#"
50844 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
50845 COND_WXUSE_EXPAT_BUILTIN=""
50846 fi
50847
50848 COND_WXUSE_LIBJPEG_BUILTIN="#"
50849 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50850 COND_WXUSE_LIBJPEG_BUILTIN=""
50851 fi
50852
50853 COND_WXUSE_LIBPNG_BUILTIN="#"
50854 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50855 COND_WXUSE_LIBPNG_BUILTIN=""
50856 fi
50857
50858 COND_WXUSE_LIBTIFF_BUILTIN="#"
50859 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50860 COND_WXUSE_LIBTIFF_BUILTIN=""
50861 fi
50862
50863 COND_WXUSE_REGEX_BUILTIN="#"
50864 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
50865 COND_WXUSE_REGEX_BUILTIN=""
50866 fi
50867
50868 COND_WXUSE_ZLIB_BUILTIN="#"
50869 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
50870 COND_WXUSE_ZLIB_BUILTIN=""
50871 fi
50872
50873 COND_wxUSE_EXPAT_builtin="#"
50874 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
50875 COND_wxUSE_EXPAT_builtin=""
50876 fi
50877
50878 COND_wxUSE_LIBJPEG_builtin="#"
50879 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50880 COND_wxUSE_LIBJPEG_builtin=""
50881 fi
50882
50883 COND_wxUSE_LIBPNG_builtin="#"
50884 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50885 COND_wxUSE_LIBPNG_builtin=""
50886 fi
50887
50888 COND_wxUSE_LIBTIFF_builtin="#"
50889 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50890 COND_wxUSE_LIBTIFF_builtin=""
50891 fi
50892
50893 COND_wxUSE_REGEX_builtin="#"
50894 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
50895 COND_wxUSE_REGEX_builtin=""
50896 fi
50897
50898 COND_wxUSE_ZLIB_builtin="#"
50899 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
50900 COND_wxUSE_ZLIB_builtin=""
50901 fi
50902
50903
50904
50905 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
50906 { { 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
50907 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;}
50908 { (exit 1); exit 1; }; }
50909 fi
50910
50911 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
50912 { { 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
50913 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;}
50914 { (exit 1); exit 1; }; }
50915 fi
50916
50917
50918 case ${INSTALL} in
50919 /* ) # Absolute
50920 ;;
50921 ?:* ) # Drive letter, considered as absolute.
50922 ;;
50923 *)
50924 INSTALL=`pwd`/${INSTALL} ;;
50925 esac
50926
50927 if test "$wxUSE_GUI" = "yes"; then
50928
50929 if test "$wxUSE_MSW" = 1 ; then
50930 if test "x$WINDRES" = "x"; then
50931 { { echo "$as_me:$LINENO: error: Required windres program not found" >&5
50932 echo "$as_me: error: Required windres program not found" >&2;}
50933 { (exit 1); exit 1; }; }
50934 fi
50935
50936 RESCOMP="$WINDRES $WINDRES_CPU_DEFINE"
50937 fi
50938
50939 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
50940 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
50941 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
50942
50943 LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
50944
50945 # Extract the first word of "DeRez", so it can be a program name with args.
50946 set dummy DeRez; ac_word=$2
50947 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50948 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50949 if test "${ac_cv_prog_DEREZ+set}" = set; then
50950 echo $ECHO_N "(cached) $ECHO_C" >&6
50951 else
50952 if test -n "$DEREZ"; then
50953 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
50954 else
50955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50956 for as_dir in $PATH
50957 do
50958 IFS=$as_save_IFS
50959 test -z "$as_dir" && as_dir=.
50960 for ac_exec_ext in '' $ac_executable_extensions; do
50961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50962 ac_cv_prog_DEREZ="DeRez"
50963 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50964 break 2
50965 fi
50966 done
50967 done
50968 IFS=$as_save_IFS
50969
50970 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
50971 fi
50972 fi
50973 DEREZ=$ac_cv_prog_DEREZ
50974 if test -n "$DEREZ"; then
50975 { echo "$as_me:$LINENO: result: $DEREZ" >&5
50976 echo "${ECHO_T}$DEREZ" >&6; }
50977 else
50978 { echo "$as_me:$LINENO: result: no" >&5
50979 echo "${ECHO_T}no" >&6; }
50980 fi
50981
50982
50983
50984 MACSETFILE="\$(SETFILE)"
50985
50986 if test "$wxUSE_OSX_CARBON" = 1; then
50987 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
50988 RESCOMP="$REZ"
50989 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
50990 else
50991 POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
50992 RESCOMP="cat /dev/null \| $REZ"
50993 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
50994 fi
50995
50996 else
50997 MACSETFILE="@true"
50998
50999 if test "$wxUSE_PM" = 1; then
51000 RESCOMP="emxbind"
51001 WXCONFIG_RESFLAGS="-ep"
51002
51003 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
51004 else
51005 POSTLINK_COMMAND="@true"
51006 fi
51007 fi
51008
51009 fi
51010
51011
51012 if test $GCC_PCH = 1
51013 then
51014 if test "$wx_cv_gcc_pch_bug" = yes; then
51015 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
51016 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
51017 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
51018 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
51019 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
51020 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
51021 fi
51022
51023 # Our WX_PRECOMP flag does not make sense for any language except C++ because
51024 # the headers that benefit from precompilation are mostly C++ headers.
51025 CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
51026 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
51027 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
51028 fi
51029
51030
51031 if test "$wxUSE_MAC" = 1 ; then
51032 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
51033 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
51034 mv temp bk-deps
51035 chmod +x bk-deps
51036 fi
51037 fi
51038
51039 if test "$wxUSE_SHARED" = "yes"; then
51040 case "${host}" in
51041 *-pc-os2_emx | *-pc-os2-emx )
51042 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
51043 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
51044 cp -p ${srcdir}/src/os2/dllnames.sh .
51045 cp -p ${srcdir}/src/os2/dllar.sh .
51046 ;;
51047 esac
51048 fi
51049 if test "$wxUSE_OMF" = "yes"; then
51050 case "${host}" in
51051 *-pc-os2_emx | *-pc-os2-emx )
51052 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
51053 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
51054 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
51055 ;;
51056 esac
51057 fi
51058
51059 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
51060
51061
51062 case "${host}" in
51063 *-*-solaris2* )
51064 if test "$GCC" = yes; then
51065 CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
51066 LIBS=`echo $LIBS | sed 's/-mt//'`
51067 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`
51068 fi
51069 ;;
51070
51071 *-*-linux* )
51072 if test "x$SUNCXX" = xyes; then
51073 CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//'`
51074 LIBS=`echo $LIBS | sed 's/-pthread//'`
51075 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//'`
51076 fi
51077 ;;
51078 esac
51079
51080 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
51081 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
51082 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
51083 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
51084
51085 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
51086
51087
51088
51089
51090
51091
51092
51093
51094
51095
51096
51097
51098
51099
51100
51101
51102
51103
51104
51105
51106
51107
51108
51109
51110
51111
51112
51113
51114
51115
51116
51117
51118
51119
51120
51121
51122
51123
51124
51125
51126
51127
51128
51129
51130
51131
51132
51133
51134
51135
51136
51137
51138
51139
51140
51141
51142
51143
51144
51145 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
51146 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
51147 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
51148 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
51149 echo $ECHO_N "(cached) $ECHO_C" >&6
51150 else
51151 cat >conftest.make <<\_ACEOF
51152 SHELL = /bin/sh
51153 all:
51154 @echo '@@@%%%=$(MAKE)=@@@%%%'
51155 _ACEOF
51156 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
51157 case `${MAKE-make} -f conftest.make 2>/dev/null` in
51158 *@@@%%%=?*=@@@%%%*)
51159 eval ac_cv_prog_make_${ac_make}_set=yes;;
51160 *)
51161 eval ac_cv_prog_make_${ac_make}_set=no;;
51162 esac
51163 rm -f conftest.make
51164 fi
51165 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
51166 { echo "$as_me:$LINENO: result: yes" >&5
51167 echo "${ECHO_T}yes" >&6; }
51168 SET_MAKE=
51169 else
51170 { echo "$as_me:$LINENO: result: no" >&5
51171 echo "${ECHO_T}no" >&6; }
51172 SET_MAKE="MAKE=${MAKE-make}"
51173 fi
51174
51175
51176
51177 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
51178
51179
51180 if test "$USE_WIN32" = 1; then
51181 ac_config_commands="$ac_config_commands rcdefs.h"
51182
51183 fi
51184
51185 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
51186
51187
51188 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
51189
51190
51191 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
51192
51193
51194 if test "$wx_cv_version_script" = "yes"; then
51195 ac_config_files="$ac_config_files version-script"
51196
51197 fi
51198 ac_config_files="$ac_config_files Makefile"
51199
51200
51201 ac_config_commands="$ac_config_commands wx-config"
51202
51203
51204
51205 if test "$wxWITH_SUBDIRS" != "no"; then
51206 if test "$wxUSE_GUI" = "yes"; then
51207 SUBDIRS="samples demos utils"
51208 else
51209 SUBDIRS="samples utils"
51210 fi
51211
51212
51213
51214 # Check whether --with-cppunit-prefix was given.
51215 if test "${with_cppunit_prefix+set}" = set; then
51216 withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
51217 else
51218 cppunit_config_prefix=""
51219 fi
51220
51221
51222 # Check whether --with-cppunit-exec-prefix was given.
51223 if test "${with_cppunit_exec_prefix+set}" = set; then
51224 withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
51225 else
51226 cppunit_config_exec_prefix=""
51227 fi
51228
51229
51230 if test x$cppunit_config_exec_prefix != x ; then
51231 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
51232 if test x${CPPUNIT_CONFIG+set} != xset ; then
51233 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
51234 fi
51235 fi
51236 if test x$cppunit_config_prefix != x ; then
51237 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
51238 if test x${CPPUNIT_CONFIG+set} != xset ; then
51239 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
51240 fi
51241 fi
51242
51243 # Extract the first word of "cppunit-config", so it can be a program name with args.
51244 set dummy cppunit-config; ac_word=$2
51245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51247 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
51248 echo $ECHO_N "(cached) $ECHO_C" >&6
51249 else
51250 case $CPPUNIT_CONFIG in
51251 [\\/]* | ?:[\\/]*)
51252 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
51253 ;;
51254 *)
51255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51256 for as_dir in $PATH
51257 do
51258 IFS=$as_save_IFS
51259 test -z "$as_dir" && as_dir=.
51260 for ac_exec_ext in '' $ac_executable_extensions; do
51261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51262 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
51263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51264 break 2
51265 fi
51266 done
51267 done
51268 IFS=$as_save_IFS
51269
51270 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
51271 ;;
51272 esac
51273 fi
51274 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
51275 if test -n "$CPPUNIT_CONFIG"; then
51276 { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
51277 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
51278 else
51279 { echo "$as_me:$LINENO: result: no" >&5
51280 echo "${ECHO_T}no" >&6; }
51281 fi
51282
51283
51284 cppunit_version_min=1.8.0
51285
51286 { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
51287 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
51288 no_cppunit=""
51289 if test "$CPPUNIT_CONFIG" = "no" ; then
51290 { echo "$as_me:$LINENO: result: no" >&5
51291 echo "${ECHO_T}no" >&6; }
51292 no_cppunit=yes
51293 else
51294 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
51295 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
51296 cppunit_version=`$CPPUNIT_CONFIG --version`
51297
51298 cppunit_major_version=`echo $cppunit_version | \
51299 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
51300 cppunit_minor_version=`echo $cppunit_version | \
51301 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
51302 cppunit_micro_version=`echo $cppunit_version | \
51303 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
51304
51305 cppunit_major_min=`echo $cppunit_version_min | \
51306 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
51307 cppunit_minor_min=`echo $cppunit_version_min | \
51308 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
51309 cppunit_micro_min=`echo $cppunit_version_min | \
51310 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
51311
51312 cppunit_version_proper=`expr \
51313 $cppunit_major_version \> $cppunit_major_min \| \
51314 $cppunit_major_version \= $cppunit_major_min \& \
51315 $cppunit_minor_version \> $cppunit_minor_min \| \
51316 $cppunit_major_version \= $cppunit_major_min \& \
51317 $cppunit_minor_version \= $cppunit_minor_min \& \
51318 $cppunit_micro_version \>= $cppunit_micro_min `
51319
51320 if test "$cppunit_version_proper" = "1" ; then
51321 { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
51322 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
51323 else
51324 { echo "$as_me:$LINENO: result: no" >&5
51325 echo "${ECHO_T}no" >&6; }
51326 no_cppunit=yes
51327 fi
51328 fi
51329
51330 if test "x$no_cppunit" = x ; then
51331 SUBDIRS="$SUBDIRS tests"
51332 else
51333 CPPUNIT_CFLAGS=""
51334 CPPUNIT_LIBS=""
51335 :
51336 fi
51337
51338
51339
51340
51341
51342 for subdir in $SUBDIRS; do
51343 if test -d ${srcdir}/${subdir} ; then
51344 if test "$wxUSE_GUI" = "yes"; then
51345 if test ${subdir} = "samples"; then
51346 makefiles="samples/Makefile.in $makefiles"
51347 for sample in $SAMPLES_SUBDIRS; do
51348 if test -d $srcdir/samples/$sample; then
51349 makefiles="samples/$sample/Makefile.in $makefiles"
51350 fi
51351 done
51352 else
51353 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
51354 eval "disabled=\$$disabled_var"
51355 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
51356 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
51357 fi
51358 else
51359 if test ${subdir} = "samples"; then
51360 makefiles="samples/Makefile.in $makefiles"
51361 for sample in `echo $SAMPLES_SUBDIRS`; do
51362 if test -d $srcdir/samples/$sample; then
51363 makefiles="samples/$sample/Makefile.in $makefiles"
51364 fi
51365 done
51366 elif test ${subdir} = "utils"; then
51367 makefiles=""
51368 for util in ifacecheck ; do
51369 if test -d $srcdir/utils/$util ; then
51370 makefiles="utils/$util/src/Makefile.in \
51371 $makefiles"
51372 fi
51373 done
51374 else
51375 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
51376 fi
51377 fi
51378
51379 for mkin in $makefiles ; do
51380 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
51381 ac_config_files="$ac_config_files $mk"
51382
51383 done
51384 fi
51385 done
51386 fi
51387 cat >confcache <<\_ACEOF
51388 # This file is a shell script that caches the results of configure
51389 # tests run on this system so they can be shared between configure
51390 # scripts and configure runs, see configure's option --config-cache.
51391 # It is not useful on other systems. If it contains results you don't
51392 # want to keep, you may remove or edit it.
51393 #
51394 # config.status only pays attention to the cache file if you give it
51395 # the --recheck option to rerun configure.
51396 #
51397 # `ac_cv_env_foo' variables (set or unset) will be overridden when
51398 # loading this file, other *unset* `ac_cv_foo' will be assigned the
51399 # following values.
51400
51401 _ACEOF
51402
51403 # The following way of writing the cache mishandles newlines in values,
51404 # but we know of no workaround that is simple, portable, and efficient.
51405 # So, we kill variables containing newlines.
51406 # Ultrix sh set writes to stderr and can't be redirected directly,
51407 # and sets the high bit in the cache file unless we assign to the vars.
51408 (
51409 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
51410 eval ac_val=\$$ac_var
51411 case $ac_val in #(
51412 *${as_nl}*)
51413 case $ac_var in #(
51414 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
51415 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
51416 esac
51417 case $ac_var in #(
51418 _ | IFS | as_nl) ;; #(
51419 *) $as_unset $ac_var ;;
51420 esac ;;
51421 esac
51422 done
51423
51424 (set) 2>&1 |
51425 case $as_nl`(ac_space=' '; set) 2>&1` in #(
51426 *${as_nl}ac_space=\ *)
51427 # `set' does not quote correctly, so add quotes (double-quote
51428 # substitution turns \\\\ into \\, and sed turns \\ into \).
51429 sed -n \
51430 "s/'/'\\\\''/g;
51431 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
51432 ;; #(
51433 *)
51434 # `set' quotes correctly as required by POSIX, so do not add quotes.
51435 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
51436 ;;
51437 esac |
51438 sort
51439 ) |
51440 sed '
51441 /^ac_cv_env_/b end
51442 t clear
51443 :clear
51444 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
51445 t end
51446 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
51447 :end' >>confcache
51448 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
51449 if test -w "$cache_file"; then
51450 test "x$cache_file" != "x/dev/null" &&
51451 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
51452 echo "$as_me: updating cache $cache_file" >&6;}
51453 cat confcache >$cache_file
51454 else
51455 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
51456 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
51457 fi
51458 fi
51459 rm -f confcache
51460
51461 test "x$prefix" = xNONE && prefix=$ac_default_prefix
51462 # Let make expand exec_prefix.
51463 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
51464
51465 DEFS=-DHAVE_CONFIG_H
51466
51467 ac_libobjs=
51468 ac_ltlibobjs=
51469 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
51470 # 1. Remove the extension, and $U if already installed.
51471 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
51472 ac_i=`echo "$ac_i" | sed "$ac_script"`
51473 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
51474 # will be set to the directory where LIBOBJS objects are built.
51475 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
51476 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
51477 done
51478 LIBOBJS=$ac_libobjs
51479
51480 LTLIBOBJS=$ac_ltlibobjs
51481
51482
51483
51484 : ${CONFIG_STATUS=./config.status}
51485 ac_clean_files_save=$ac_clean_files
51486 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
51487 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
51488 echo "$as_me: creating $CONFIG_STATUS" >&6;}
51489 cat >$CONFIG_STATUS <<_ACEOF
51490 #! $SHELL
51491 # Generated by $as_me.
51492 # Run this file to recreate the current configuration.
51493 # Compiler output produced by configure, useful for debugging
51494 # configure, is in config.log if it exists.
51495
51496 debug=false
51497 ac_cs_recheck=false
51498 ac_cs_silent=false
51499 SHELL=\${CONFIG_SHELL-$SHELL}
51500 _ACEOF
51501
51502 cat >>$CONFIG_STATUS <<\_ACEOF
51503 ## --------------------- ##
51504 ## M4sh Initialization. ##
51505 ## --------------------- ##
51506
51507 # Be more Bourne compatible
51508 DUALCASE=1; export DUALCASE # for MKS sh
51509 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
51510 emulate sh
51511 NULLCMD=:
51512 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
51513 # is contrary to our usage. Disable this feature.
51514 alias -g '${1+"$@"}'='"$@"'
51515 setopt NO_GLOB_SUBST
51516 else
51517 case `(set -o) 2>/dev/null` in
51518 *posix*) set -o posix ;;
51519 esac
51520
51521 fi
51522
51523
51524
51525
51526 # PATH needs CR
51527 # Avoid depending upon Character Ranges.
51528 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
51529 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
51530 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
51531 as_cr_digits='0123456789'
51532 as_cr_alnum=$as_cr_Letters$as_cr_digits
51533
51534 # The user is always right.
51535 if test "${PATH_SEPARATOR+set}" != set; then
51536 echo "#! /bin/sh" >conf$$.sh
51537 echo "exit 0" >>conf$$.sh
51538 chmod +x conf$$.sh
51539 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
51540 PATH_SEPARATOR=';'
51541 else
51542 PATH_SEPARATOR=:
51543 fi
51544 rm -f conf$$.sh
51545 fi
51546
51547 # Support unset when possible.
51548 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
51549 as_unset=unset
51550 else
51551 as_unset=false
51552 fi
51553
51554
51555 # IFS
51556 # We need space, tab and new line, in precisely that order. Quoting is
51557 # there to prevent editors from complaining about space-tab.
51558 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
51559 # splitting by setting IFS to empty value.)
51560 as_nl='
51561 '
51562 IFS=" "" $as_nl"
51563
51564 # Find who we are. Look in the path if we contain no directory separator.
51565 case $0 in
51566 *[\\/]* ) as_myself=$0 ;;
51567 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51568 for as_dir in $PATH
51569 do
51570 IFS=$as_save_IFS
51571 test -z "$as_dir" && as_dir=.
51572 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
51573 done
51574 IFS=$as_save_IFS
51575
51576 ;;
51577 esac
51578 # We did not find ourselves, most probably we were run as `sh COMMAND'
51579 # in which case we are not to be found in the path.
51580 if test "x$as_myself" = x; then
51581 as_myself=$0
51582 fi
51583 if test ! -f "$as_myself"; then
51584 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
51585 { (exit 1); exit 1; }
51586 fi
51587
51588 # Work around bugs in pre-3.0 UWIN ksh.
51589 for as_var in ENV MAIL MAILPATH
51590 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
51591 done
51592 PS1='$ '
51593 PS2='> '
51594 PS4='+ '
51595
51596 # NLS nuisances.
51597 for as_var in \
51598 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
51599 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
51600 LC_TELEPHONE LC_TIME
51601 do
51602 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
51603 eval $as_var=C; export $as_var
51604 else
51605 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
51606 fi
51607 done
51608
51609 # Required to use basename.
51610 if expr a : '\(a\)' >/dev/null 2>&1 &&
51611 test "X`expr 00001 : '.*\(...\)'`" = X001; then
51612 as_expr=expr
51613 else
51614 as_expr=false
51615 fi
51616
51617 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
51618 as_basename=basename
51619 else
51620 as_basename=false
51621 fi
51622
51623
51624 # Name of the executable.
51625 as_me=`$as_basename -- "$0" ||
51626 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
51627 X"$0" : 'X\(//\)$' \| \
51628 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
51629 echo X/"$0" |
51630 sed '/^.*\/\([^/][^/]*\)\/*$/{
51631 s//\1/
51632 q
51633 }
51634 /^X\/\(\/\/\)$/{
51635 s//\1/
51636 q
51637 }
51638 /^X\/\(\/\).*/{
51639 s//\1/
51640 q
51641 }
51642 s/.*/./; q'`
51643
51644 # CDPATH.
51645 $as_unset CDPATH
51646
51647
51648
51649 as_lineno_1=$LINENO
51650 as_lineno_2=$LINENO
51651 test "x$as_lineno_1" != "x$as_lineno_2" &&
51652 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
51653
51654 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
51655 # uniformly replaced by the line number. The first 'sed' inserts a
51656 # line-number line after each line using $LINENO; the second 'sed'
51657 # does the real work. The second script uses 'N' to pair each
51658 # line-number line with the line containing $LINENO, and appends
51659 # trailing '-' during substitution so that $LINENO is not a special
51660 # case at line end.
51661 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
51662 # scripts with optimization help from Paolo Bonzini. Blame Lee
51663 # E. McMahon (1931-1989) for sed's syntax. :-)
51664 sed -n '
51665 p
51666 /[$]LINENO/=
51667 ' <$as_myself |
51668 sed '
51669 s/[$]LINENO.*/&-/
51670 t lineno
51671 b
51672 :lineno
51673 N
51674 :loop
51675 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
51676 t loop
51677 s/-\n.*//
51678 ' >$as_me.lineno &&
51679 chmod +x "$as_me.lineno" ||
51680 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
51681 { (exit 1); exit 1; }; }
51682
51683 # Don't try to exec as it changes $[0], causing all sort of problems
51684 # (the dirname of $[0] is not the place where we might find the
51685 # original and so on. Autoconf is especially sensitive to this).
51686 . "./$as_me.lineno"
51687 # Exit status is that of the last command.
51688 exit
51689 }
51690
51691
51692 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
51693 as_dirname=dirname
51694 else
51695 as_dirname=false
51696 fi
51697
51698 ECHO_C= ECHO_N= ECHO_T=
51699 case `echo -n x` in
51700 -n*)
51701 case `echo 'x\c'` in
51702 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
51703 *) ECHO_C='\c';;
51704 esac;;
51705 *)
51706 ECHO_N='-n';;
51707 esac
51708
51709 if expr a : '\(a\)' >/dev/null 2>&1 &&
51710 test "X`expr 00001 : '.*\(...\)'`" = X001; then
51711 as_expr=expr
51712 else
51713 as_expr=false
51714 fi
51715
51716 rm -f conf$$ conf$$.exe conf$$.file
51717 if test -d conf$$.dir; then
51718 rm -f conf$$.dir/conf$$.file
51719 else
51720 rm -f conf$$.dir
51721 mkdir conf$$.dir
51722 fi
51723 echo >conf$$.file
51724 if ln -s conf$$.file conf$$ 2>/dev/null; then
51725 as_ln_s='ln -s'
51726 # ... but there are two gotchas:
51727 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
51728 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
51729 # In both cases, we have to default to `cp -p'.
51730 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
51731 as_ln_s='cp -p'
51732 elif ln conf$$.file conf$$ 2>/dev/null; then
51733 as_ln_s=ln
51734 else
51735 as_ln_s='cp -p'
51736 fi
51737 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
51738 rmdir conf$$.dir 2>/dev/null
51739
51740 if mkdir -p . 2>/dev/null; then
51741 as_mkdir_p=:
51742 else
51743 test -d ./-p && rmdir ./-p
51744 as_mkdir_p=false
51745 fi
51746
51747 if test -x / >/dev/null 2>&1; then
51748 as_test_x='test -x'
51749 else
51750 if ls -dL / >/dev/null 2>&1; then
51751 as_ls_L_option=L
51752 else
51753 as_ls_L_option=
51754 fi
51755 as_test_x='
51756 eval sh -c '\''
51757 if test -d "$1"; then
51758 test -d "$1/.";
51759 else
51760 case $1 in
51761 -*)set "./$1";;
51762 esac;
51763 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
51764 ???[sx]*):;;*)false;;esac;fi
51765 '\'' sh
51766 '
51767 fi
51768 as_executable_p=$as_test_x
51769
51770 # Sed expression to map a string onto a valid CPP name.
51771 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
51772
51773 # Sed expression to map a string onto a valid variable name.
51774 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
51775
51776
51777 exec 6>&1
51778
51779 # Save the log message, to keep $[0] and so on meaningful, and to
51780 # report actual input values of CONFIG_FILES etc. instead of their
51781 # values after options handling.
51782 ac_log="
51783 This file was extended by wxWidgets $as_me 2.9.1, which was
51784 generated by GNU Autoconf 2.61. Invocation command line was
51785
51786 CONFIG_FILES = $CONFIG_FILES
51787 CONFIG_HEADERS = $CONFIG_HEADERS
51788 CONFIG_LINKS = $CONFIG_LINKS
51789 CONFIG_COMMANDS = $CONFIG_COMMANDS
51790 $ $0 $@
51791
51792 on `(hostname || uname -n) 2>/dev/null | sed 1q`
51793 "
51794
51795 _ACEOF
51796
51797 cat >>$CONFIG_STATUS <<_ACEOF
51798 # Files that config.status was made for.
51799 config_files="$ac_config_files"
51800 config_headers="$ac_config_headers"
51801 config_commands="$ac_config_commands"
51802
51803 _ACEOF
51804
51805 cat >>$CONFIG_STATUS <<\_ACEOF
51806 ac_cs_usage="\
51807 \`$as_me' instantiates files from templates according to the
51808 current configuration.
51809
51810 Usage: $0 [OPTIONS] [FILE]...
51811
51812 -h, --help print this help, then exit
51813 -V, --version print version number and configuration settings, then exit
51814 -q, --quiet do not print progress messages
51815 -d, --debug don't remove temporary files
51816 --recheck update $as_me by reconfiguring in the same conditions
51817 --file=FILE[:TEMPLATE]
51818 instantiate the configuration file FILE
51819 --header=FILE[:TEMPLATE]
51820 instantiate the configuration header FILE
51821
51822 Configuration files:
51823 $config_files
51824
51825 Configuration headers:
51826 $config_headers
51827
51828 Configuration commands:
51829 $config_commands
51830
51831 Report bugs to <bug-autoconf@gnu.org>."
51832
51833 _ACEOF
51834 cat >>$CONFIG_STATUS <<_ACEOF
51835 ac_cs_version="\\
51836 wxWidgets config.status 2.9.1
51837 configured by $0, generated by GNU Autoconf 2.61,
51838 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
51839
51840 Copyright (C) 2006 Free Software Foundation, Inc.
51841 This config.status script is free software; the Free Software Foundation
51842 gives unlimited permission to copy, distribute and modify it."
51843
51844 ac_pwd='$ac_pwd'
51845 srcdir='$srcdir'
51846 INSTALL='$INSTALL'
51847 _ACEOF
51848
51849 cat >>$CONFIG_STATUS <<\_ACEOF
51850 # If no file are specified by the user, then we need to provide default
51851 # value. By we need to know if files were specified by the user.
51852 ac_need_defaults=:
51853 while test $# != 0
51854 do
51855 case $1 in
51856 --*=*)
51857 ac_option=`expr "X$1" : 'X\([^=]*\)='`
51858 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
51859 ac_shift=:
51860 ;;
51861 *)
51862 ac_option=$1
51863 ac_optarg=$2
51864 ac_shift=shift
51865 ;;
51866 esac
51867
51868 case $ac_option in
51869 # Handling of the options.
51870 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
51871 ac_cs_recheck=: ;;
51872 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
51873 echo "$ac_cs_version"; exit ;;
51874 --debug | --debu | --deb | --de | --d | -d )
51875 debug=: ;;
51876 --file | --fil | --fi | --f )
51877 $ac_shift
51878 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
51879 ac_need_defaults=false;;
51880 --header | --heade | --head | --hea )
51881 $ac_shift
51882 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
51883 ac_need_defaults=false;;
51884 --he | --h)
51885 # Conflict between --help and --header
51886 { echo "$as_me: error: ambiguous option: $1
51887 Try \`$0 --help' for more information." >&2
51888 { (exit 1); exit 1; }; };;
51889 --help | --hel | -h )
51890 echo "$ac_cs_usage"; exit ;;
51891 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
51892 | -silent | --silent | --silen | --sile | --sil | --si | --s)
51893 ac_cs_silent=: ;;
51894
51895 # This is an error.
51896 -*) { echo "$as_me: error: unrecognized option: $1
51897 Try \`$0 --help' for more information." >&2
51898 { (exit 1); exit 1; }; } ;;
51899
51900 *) ac_config_targets="$ac_config_targets $1"
51901 ac_need_defaults=false ;;
51902
51903 esac
51904 shift
51905 done
51906
51907 ac_configure_extra_args=
51908
51909 if $ac_cs_silent; then
51910 exec 6>/dev/null
51911 ac_configure_extra_args="$ac_configure_extra_args --silent"
51912 fi
51913
51914 _ACEOF
51915 cat >>$CONFIG_STATUS <<_ACEOF
51916 if \$ac_cs_recheck; then
51917 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
51918 CONFIG_SHELL=$SHELL
51919 export CONFIG_SHELL
51920 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
51921 fi
51922
51923 _ACEOF
51924 cat >>$CONFIG_STATUS <<\_ACEOF
51925 exec 5>>config.log
51926 {
51927 echo
51928 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
51929 ## Running $as_me. ##
51930 _ASBOX
51931 echo "$ac_log"
51932 } >&5
51933
51934 _ACEOF
51935 cat >>$CONFIG_STATUS <<_ACEOF
51936 #
51937 # INIT-COMMANDS
51938 #
51939
51940 CPP="$CPP"
51941 infile="$srcdir/include/wx/msw/genrcdefs.h"
51942 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
51943
51944
51945 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51946 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51947 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51948 LN_S="${LN_S}"
51949
51950
51951 _ACEOF
51952
51953 cat >>$CONFIG_STATUS <<\_ACEOF
51954
51955 # Handling of arguments.
51956 for ac_config_target in $ac_config_targets
51957 do
51958 case $ac_config_target in
51959 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
51960 "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
51961 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
51962 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
51963 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
51964 "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
51965 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
51966 "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
51967 "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
51968
51969 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
51970 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
51971 { (exit 1); exit 1; }; };;
51972 esac
51973 done
51974
51975
51976 # If the user did not use the arguments to specify the items to instantiate,
51977 # then the envvar interface is used. Set only those that are not.
51978 # We use the long form for the default assignment because of an extremely
51979 # bizarre bug on SunOS 4.1.3.
51980 if $ac_need_defaults; then
51981 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
51982 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
51983 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
51984 fi
51985
51986 # Have a temporary directory for convenience. Make it in the build tree
51987 # simply because there is no reason against having it here, and in addition,
51988 # creating and moving files from /tmp can sometimes cause problems.
51989 # Hook for its removal unless debugging.
51990 # Note that there is a small window in which the directory will not be cleaned:
51991 # after its creation but before its name has been assigned to `$tmp'.
51992 $debug ||
51993 {
51994 tmp=
51995 trap 'exit_status=$?
51996 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
51997 ' 0
51998 trap '{ (exit 1); exit 1; }' 1 2 13 15
51999 }
52000 # Create a (secure) tmp directory for tmp files.
52001
52002 {
52003 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
52004 test -n "$tmp" && test -d "$tmp"
52005 } ||
52006 {
52007 tmp=./conf$$-$RANDOM
52008 (umask 077 && mkdir "$tmp")
52009 } ||
52010 {
52011 echo "$me: cannot create a temporary directory in ." >&2
52012 { (exit 1); exit 1; }
52013 }
52014
52015 #
52016 # Set up the sed scripts for CONFIG_FILES section.
52017 #
52018
52019 # No need to generate the scripts if there are no CONFIG_FILES.
52020 # This happens for instance when ./config.status config.h
52021 if test -n "$CONFIG_FILES"; then
52022
52023 _ACEOF
52024
52025
52026
52027 ac_delim='%!_!# '
52028 for ac_last_try in false false false false false :; do
52029 cat >conf$$subs.sed <<_ACEOF
52030 SHELL!$SHELL$ac_delim
52031 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
52032 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
52033 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
52034 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
52035 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
52036 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
52037 exec_prefix!$exec_prefix$ac_delim
52038 prefix!$prefix$ac_delim
52039 program_transform_name!$program_transform_name$ac_delim
52040 bindir!$bindir$ac_delim
52041 sbindir!$sbindir$ac_delim
52042 libexecdir!$libexecdir$ac_delim
52043 datarootdir!$datarootdir$ac_delim
52044 datadir!$datadir$ac_delim
52045 sysconfdir!$sysconfdir$ac_delim
52046 sharedstatedir!$sharedstatedir$ac_delim
52047 localstatedir!$localstatedir$ac_delim
52048 includedir!$includedir$ac_delim
52049 oldincludedir!$oldincludedir$ac_delim
52050 docdir!$docdir$ac_delim
52051 infodir!$infodir$ac_delim
52052 htmldir!$htmldir$ac_delim
52053 dvidir!$dvidir$ac_delim
52054 pdfdir!$pdfdir$ac_delim
52055 psdir!$psdir$ac_delim
52056 libdir!$libdir$ac_delim
52057 localedir!$localedir$ac_delim
52058 mandir!$mandir$ac_delim
52059 DEFS!$DEFS$ac_delim
52060 ECHO_C!$ECHO_C$ac_delim
52061 ECHO_N!$ECHO_N$ac_delim
52062 ECHO_T!$ECHO_T$ac_delim
52063 LIBS!$LIBS$ac_delim
52064 build_alias!$build_alias$ac_delim
52065 host_alias!$host_alias$ac_delim
52066 target_alias!$target_alias$ac_delim
52067 build!$build$ac_delim
52068 build_cpu!$build_cpu$ac_delim
52069 build_vendor!$build_vendor$ac_delim
52070 build_os!$build_os$ac_delim
52071 host!$host$ac_delim
52072 host_cpu!$host_cpu$ac_delim
52073 host_vendor!$host_vendor$ac_delim
52074 host_os!$host_os$ac_delim
52075 wx_top_builddir!$wx_top_builddir$ac_delim
52076 CC!$CC$ac_delim
52077 CFLAGS!$CFLAGS$ac_delim
52078 LDFLAGS!$LDFLAGS$ac_delim
52079 CPPFLAGS!$CPPFLAGS$ac_delim
52080 ac_ct_CC!$ac_ct_CC$ac_delim
52081 EXEEXT!$EXEEXT$ac_delim
52082 OBJEXT!$OBJEXT$ac_delim
52083 CPP!$CPP$ac_delim
52084 GREP!$GREP$ac_delim
52085 EGREP!$EGREP$ac_delim
52086 CXX!$CXX$ac_delim
52087 CXXFLAGS!$CXXFLAGS$ac_delim
52088 ac_ct_CXX!$ac_ct_CXX$ac_delim
52089 AR!$AR$ac_delim
52090 subdirs!$subdirs$ac_delim
52091 PKG_CONFIG!$PKG_CONFIG$ac_delim
52092 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
52093 GTK_LIBS!$GTK_LIBS$ac_delim
52094 GTK_CONFIG!$GTK_CONFIG$ac_delim
52095 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
52096 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
52097 XMKMF!$XMKMF$ac_delim
52098 X_CFLAGS!$X_CFLAGS$ac_delim
52099 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
52100 X_LIBS!$X_LIBS$ac_delim
52101 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
52102 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
52103 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
52104 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
52105 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
52106 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
52107 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
52108 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
52109 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
52110 LIBICONV!$LIBICONV$ac_delim
52111 GXX_VERSION!$GXX_VERSION$ac_delim
52112 SDL_CONFIG!$SDL_CONFIG$ac_delim
52113 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
52114 SDL_LIBS!$SDL_LIBS$ac_delim
52115 GTKPRINT_CFLAGS!$GTKPRINT_CFLAGS$ac_delim
52116 GTKPRINT_LIBS!$GTKPRINT_LIBS$ac_delim
52117 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
52118 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
52119 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
52120 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
52121 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
52122 HILDON_LIBS!$HILDON_LIBS$ac_delim
52123 HILDON2_CFLAGS!$HILDON2_CFLAGS$ac_delim
52124 HILDON2_LIBS!$HILDON2_LIBS$ac_delim
52125 PYTHON!$PYTHON$ac_delim
52126 COND_PYTHON!$COND_PYTHON$ac_delim
52127 _ACEOF
52128
52129 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52130 break
52131 elif $ac_last_try; then
52132 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52133 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52134 { (exit 1); exit 1; }; }
52135 else
52136 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52137 fi
52138 done
52139
52140 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52141 if test -n "$ac_eof"; then
52142 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52143 ac_eof=`expr $ac_eof + 1`
52144 fi
52145
52146 cat >>$CONFIG_STATUS <<_ACEOF
52147 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
52148 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52149 _ACEOF
52150 sed '
52151 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52152 s/^/s,@/; s/!/@,|#_!!_#|/
52153 :n
52154 t n
52155 s/'"$ac_delim"'$/,g/; t
52156 s/$/\\/; p
52157 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52158 ' >>$CONFIG_STATUS <conf$$subs.sed
52159 rm -f conf$$subs.sed
52160 cat >>$CONFIG_STATUS <<_ACEOF
52161 CEOF$ac_eof
52162 _ACEOF
52163
52164
52165 ac_delim='%!_!# '
52166 for ac_last_try in false false false false false :; do
52167 cat >conf$$subs.sed <<_ACEOF
52168 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
52169 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
52170 GST_CFLAGS!$GST_CFLAGS$ac_delim
52171 GST_LIBS!$GST_LIBS$ac_delim
52172 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
52173 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
52174 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
52175 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
52176 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
52177 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
52178 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
52179 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
52180 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
52181 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
52182 VENDOR!$VENDOR$ac_delim
52183 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
52184 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
52185 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
52186 WXUNIV!$WXUNIV$ac_delim
52187 MONOLITHIC!$MONOLITHIC$ac_delim
52188 USE_PLUGINS!$USE_PLUGINS$ac_delim
52189 CXXWARNINGS!$CXXWARNINGS$ac_delim
52190 EXTRALIBS!$EXTRALIBS$ac_delim
52191 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
52192 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
52193 EXTRALIBS_MEDIA!$EXTRALIBS_MEDIA$ac_delim
52194 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
52195 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
52196 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
52197 EXTRALIBS_STC!$EXTRALIBS_STC$ac_delim
52198 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
52199 EXTRALIBS_GTKPRINT!$EXTRALIBS_GTKPRINT$ac_delim
52200 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
52201 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
52202 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
52203 UNICODE!$UNICODE$ac_delim
52204 DEBUG_INFO!$DEBUG_INFO$ac_delim
52205 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
52206 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
52207 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
52208 DYLIB_RPATH_INSTALL!$DYLIB_RPATH_INSTALL$ac_delim
52209 DYLIB_RPATH_POSTLINK!$DYLIB_RPATH_POSTLINK$ac_delim
52210 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
52211 HEADER_PAD_OPTION!$HEADER_PAD_OPTION$ac_delim
52212 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
52213 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
52214 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
52215 RANLIB!$RANLIB$ac_delim
52216 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
52217 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
52218 INSTALL_DATA!$INSTALL_DATA$ac_delim
52219 LN_S!$LN_S$ac_delim
52220 SET_MAKE!$SET_MAKE$ac_delim
52221 MAKE_SET!$MAKE_SET$ac_delim
52222 AROPTIONS!$AROPTIONS$ac_delim
52223 STRIP!$STRIP$ac_delim
52224 NM!$NM$ac_delim
52225 INSTALL_DIR!$INSTALL_DIR$ac_delim
52226 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
52227 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
52228 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
52229 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
52230 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
52231 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
52232 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
52233 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
52234 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
52235 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
52236 SO_SUFFIX!$SO_SUFFIX$ac_delim
52237 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
52238 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
52239 LIBPREFIX!$LIBPREFIX$ac_delim
52240 LIBEXT!$LIBEXT$ac_delim
52241 DLLPREFIX!$DLLPREFIX$ac_delim
52242 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
52243 dlldir!$dlldir$ac_delim
52244 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
52245 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
52246 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
52247 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
52248 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
52249 PIC_FLAG!$PIC_FLAG$ac_delim
52250 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
52251 USE_SOVERSION!$USE_SOVERSION$ac_delim
52252 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
52253 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
52254 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
52255 USE_MACVERSION!$USE_MACVERSION$ac_delim
52256 USE_SOTWOSYMLINKS!$USE_SOTWOSYMLINKS$ac_delim
52257 SONAME_FLAG!$SONAME_FLAG$ac_delim
52258 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
52259 BK_DEPS!$BK_DEPS$ac_delim
52260 WINDRES!$WINDRES$ac_delim
52261 REZ!$REZ$ac_delim
52262 SETFILE!$SETFILE$ac_delim
52263 OBJCXXFLAGS!$OBJCXXFLAGS$ac_delim
52264 GCC_PCH!$GCC_PCH$ac_delim
52265 _ACEOF
52266
52267 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52268 break
52269 elif $ac_last_try; then
52270 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52271 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52272 { (exit 1); exit 1; }; }
52273 else
52274 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52275 fi
52276 done
52277
52278 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52279 if test -n "$ac_eof"; then
52280 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52281 ac_eof=`expr $ac_eof + 1`
52282 fi
52283
52284 cat >>$CONFIG_STATUS <<_ACEOF
52285 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
52286 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52287 _ACEOF
52288 sed '
52289 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52290 s/^/s,@/; s/!/@,|#_!!_#|/
52291 :n
52292 t n
52293 s/'"$ac_delim"'$/,g/; t
52294 s/$/\\/; p
52295 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52296 ' >>$CONFIG_STATUS <conf$$subs.sed
52297 rm -f conf$$subs.sed
52298 cat >>$CONFIG_STATUS <<_ACEOF
52299 CEOF$ac_eof
52300 _ACEOF
52301
52302
52303 ac_delim='%!_!# '
52304 for ac_last_try in false false false false false :; do
52305 cat >conf$$subs.sed <<_ACEOF
52306 ICC_PCH!$ICC_PCH$ac_delim
52307 ICC_PCH_CREATE_SWITCH!$ICC_PCH_CREATE_SWITCH$ac_delim
52308 ICC_PCH_USE_SWITCH!$ICC_PCH_USE_SWITCH$ac_delim
52309 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
52310 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
52311 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
52312 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
52313 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
52314 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
52315 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
52316 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
52317 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
52318 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
52319 COND_BUILD_debug!$COND_BUILD_debug$ac_delim
52320 COND_BUILD_debug_DEBUG_FLAG_default!$COND_BUILD_debug_DEBUG_FLAG_default$ac_delim
52321 COND_BUILD_debug_DEBUG_INFO_default!$COND_BUILD_debug_DEBUG_INFO_default$ac_delim
52322 COND_BUILD_debug_UNICODE_0!$COND_BUILD_debug_UNICODE_0$ac_delim
52323 COND_BUILD_debug_UNICODE_1!$COND_BUILD_debug_UNICODE_1$ac_delim
52324 COND_BUILD_release!$COND_BUILD_release$ac_delim
52325 COND_BUILD_release_DEBUG_INFO_default!$COND_BUILD_release_DEBUG_INFO_default$ac_delim
52326 COND_BUILD_release_UNICODE_0!$COND_BUILD_release_UNICODE_0$ac_delim
52327 COND_BUILD_release_UNICODE_1!$COND_BUILD_release_UNICODE_1$ac_delim
52328 COND_DEBUG_FLAG_0!$COND_DEBUG_FLAG_0$ac_delim
52329 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
52330 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
52331 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
52332 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
52333 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
52334 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
52335 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
52336 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
52337 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
52338 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
52339 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
52340 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
52341 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
52342 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
52343 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1$ac_delim
52344 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1$ac_delim
52345 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
52346 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
52347 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
52348 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
52349 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
52350 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
52351 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
52352 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
52353 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
52354 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1$ac_delim
52355 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1$ac_delim
52356 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
52357 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
52358 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
52359 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
52360 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
52361 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
52362 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
52363 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
52364 COND_MONOLITHIC_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_USE_PROPGRID_1$ac_delim
52365 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
52366 COND_MONOLITHIC_0_USE_RIBBON_1!$COND_MONOLITHIC_0_USE_RIBBON_1$ac_delim
52367 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
52368 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
52369 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
52370 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
52371 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
52372 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
52373 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
52374 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
52375 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
52376 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
52377 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
52378 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0!$COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0$ac_delim
52379 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
52380 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
52381 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
52382 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
52383 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
52384 COND_PLATFORM_MACOSX_1_USE_OPENGL_1!$COND_PLATFORM_MACOSX_1_USE_OPENGL_1$ac_delim
52385 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
52386 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
52387 COND_PLATFORM_MAC_0!$COND_PLATFORM_MAC_0$ac_delim
52388 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
52389 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
52390 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
52391 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
52392 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
52393 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
52394 COND_PLATFORM_UNIX_1_TOOLKIT_MGL!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL$ac_delim
52395 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1$ac_delim
52396 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
52397 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
52398 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
52399 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
52400 COND_SHARED_0!$COND_SHARED_0$ac_delim
52401 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
52402 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
52403 _ACEOF
52404
52405 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52406 break
52407 elif $ac_last_try; then
52408 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52409 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52410 { (exit 1); exit 1; }; }
52411 else
52412 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52413 fi
52414 done
52415
52416 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52417 if test -n "$ac_eof"; then
52418 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52419 ac_eof=`expr $ac_eof + 1`
52420 fi
52421
52422 cat >>$CONFIG_STATUS <<_ACEOF
52423 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
52424 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52425 _ACEOF
52426 sed '
52427 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52428 s/^/s,@/; s/!/@,|#_!!_#|/
52429 :n
52430 t n
52431 s/'"$ac_delim"'$/,g/; t
52432 s/$/\\/; p
52433 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52434 ' >>$CONFIG_STATUS <conf$$subs.sed
52435 rm -f conf$$subs.sed
52436 cat >>$CONFIG_STATUS <<_ACEOF
52437 CEOF$ac_eof
52438 _ACEOF
52439
52440
52441 ac_delim='%!_!# '
52442 for ac_last_try in false false false false false :; do
52443 cat >conf$$subs.sed <<_ACEOF
52444 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
52445 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
52446 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
52447 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
52448 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
52449 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
52450 COND_SHARED_0_wxUSE_EXPAT_builtin!$COND_SHARED_0_wxUSE_EXPAT_builtin$ac_delim
52451 COND_SHARED_0_wxUSE_REGEX_builtin!$COND_SHARED_0_wxUSE_REGEX_builtin$ac_delim
52452 COND_SHARED_0_wxUSE_ZLIB_builtin!$COND_SHARED_0_wxUSE_ZLIB_builtin$ac_delim
52453 COND_SHARED_1!$COND_SHARED_1$ac_delim
52454 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
52455 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
52456 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
52457 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
52458 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
52459 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
52460 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
52461 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
52462 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
52463 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
52464 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
52465 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
52466 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
52467 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
52468 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
52469 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
52470 COND_TOOLKIT_MGL!$COND_TOOLKIT_MGL$ac_delim
52471 COND_TOOLKIT_MGL_USE_GUI_1!$COND_TOOLKIT_MGL_USE_GUI_1$ac_delim
52472 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
52473 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
52474 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
52475 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
52476 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
52477 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
52478 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
52479 COND_TOOLKIT_OSX_CARBON!$COND_TOOLKIT_OSX_CARBON$ac_delim
52480 COND_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
52481 COND_TOOLKIT_OSX_COCOA!$COND_TOOLKIT_OSX_COCOA$ac_delim
52482 COND_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
52483 COND_TOOLKIT_OSX_IPHONE!$COND_TOOLKIT_OSX_IPHONE$ac_delim
52484 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
52485 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
52486 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
52487 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
52488 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
52489 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
52490 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
52491 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
52492 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
52493 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
52494 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
52495 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
52496 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
52497 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
52498 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
52499 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
52500 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
52501 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
52502 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
52503 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
52504 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
52505 COND_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
52506 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
52507 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
52508 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
52509 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
52510 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
52511 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
52512 COND_USE_SOTWOSYMLINKS_1!$COND_USE_SOTWOSYMLINKS_1$ac_delim
52513 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
52514 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
52515 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
52516 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1!$COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1$ac_delim
52517 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
52518 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
52519 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
52520 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
52521 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
52522 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
52523 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
52524 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
52525 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
52526 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
52527 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
52528 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
52529 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
52530 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
52531 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
52532 COND_wxUSE_EXPAT_builtin!$COND_wxUSE_EXPAT_builtin$ac_delim
52533 COND_wxUSE_LIBJPEG_builtin!$COND_wxUSE_LIBJPEG_builtin$ac_delim
52534 COND_wxUSE_LIBPNG_builtin!$COND_wxUSE_LIBPNG_builtin$ac_delim
52535 COND_wxUSE_LIBTIFF_builtin!$COND_wxUSE_LIBTIFF_builtin$ac_delim
52536 COND_wxUSE_REGEX_builtin!$COND_wxUSE_REGEX_builtin$ac_delim
52537 COND_wxUSE_ZLIB_builtin!$COND_wxUSE_ZLIB_builtin$ac_delim
52538 DEREZ!$DEREZ$ac_delim
52539 SHARED!$SHARED$ac_delim
52540 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
52541 _ACEOF
52542
52543 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
52544 break
52545 elif $ac_last_try; then
52546 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52547 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52548 { (exit 1); exit 1; }; }
52549 else
52550 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52551 fi
52552 done
52553
52554 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52555 if test -n "$ac_eof"; then
52556 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52557 ac_eof=`expr $ac_eof + 1`
52558 fi
52559
52560 cat >>$CONFIG_STATUS <<_ACEOF
52561 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
52562 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52563 _ACEOF
52564 sed '
52565 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52566 s/^/s,@/; s/!/@,|#_!!_#|/
52567 :n
52568 t n
52569 s/'"$ac_delim"'$/,g/; t
52570 s/$/\\/; p
52571 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52572 ' >>$CONFIG_STATUS <conf$$subs.sed
52573 rm -f conf$$subs.sed
52574 cat >>$CONFIG_STATUS <<_ACEOF
52575 CEOF$ac_eof
52576 _ACEOF
52577
52578
52579 ac_delim='%!_!# '
52580 for ac_last_try in false false false false false :; do
52581 cat >conf$$subs.sed <<_ACEOF
52582 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
52583 USE_GUI!$USE_GUI$ac_delim
52584 AFMINSTALL!$AFMINSTALL$ac_delim
52585 WIN32INSTALL!$WIN32INSTALL$ac_delim
52586 TOOLKIT!$TOOLKIT$ac_delim
52587 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
52588 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
52589 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
52590 cross_compiling!$cross_compiling$ac_delim
52591 WIDGET_SET!$WIDGET_SET$ac_delim
52592 WX_RELEASE!$WX_RELEASE$ac_delim
52593 WX_VERSION!$WX_VERSION$ac_delim
52594 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
52595 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
52596 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
52597 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
52598 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
52599 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
52600 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
52601 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
52602 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
52603 GUIDIST!$GUIDIST$ac_delim
52604 DISTDIR!$DISTDIR$ac_delim
52605 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
52606 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
52607 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
52608 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
52609 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
52610 RESCOMP!$RESCOMP$ac_delim
52611 RESFLAGS!$RESFLAGS$ac_delim
52612 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
52613 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
52614 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
52615 LIBWXMACRES!$LIBWXMACRES$ac_delim
52616 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
52617 MACSETFILE!$MACSETFILE$ac_delim
52618 GCC!$GCC$ac_delim
52619 DLLTOOL!$DLLTOOL$ac_delim
52620 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
52621 LIBOBJS!$LIBOBJS$ac_delim
52622 LTLIBOBJS!$LTLIBOBJS$ac_delim
52623 _ACEOF
52624
52625 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 41; then
52626 break
52627 elif $ac_last_try; then
52628 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
52629 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
52630 { (exit 1); exit 1; }; }
52631 else
52632 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
52633 fi
52634 done
52635
52636 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
52637 if test -n "$ac_eof"; then
52638 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
52639 ac_eof=`expr $ac_eof + 1`
52640 fi
52641
52642 cat >>$CONFIG_STATUS <<_ACEOF
52643 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
52644 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
52645 _ACEOF
52646 sed '
52647 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
52648 s/^/s,@/; s/!/@,|#_!!_#|/
52649 :n
52650 t n
52651 s/'"$ac_delim"'$/,g/; t
52652 s/$/\\/; p
52653 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
52654 ' >>$CONFIG_STATUS <conf$$subs.sed
52655 rm -f conf$$subs.sed
52656 cat >>$CONFIG_STATUS <<_ACEOF
52657 :end
52658 s/|#_!!_#|//g
52659 CEOF$ac_eof
52660 _ACEOF
52661
52662
52663 # VPATH may cause trouble with some makes, so we remove $(srcdir),
52664 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
52665 # trailing colons and then remove the whole line if VPATH becomes empty
52666 # (actually we leave an empty line to preserve line numbers).
52667 if test "x$srcdir" = x.; then
52668 ac_vpsub='/^[ ]*VPATH[ ]*=/{
52669 s/:*\$(srcdir):*/:/
52670 s/:*\${srcdir}:*/:/
52671 s/:*@srcdir@:*/:/
52672 s/^\([^=]*=[ ]*\):*/\1/
52673 s/:*$//
52674 s/^[^=]*=[ ]*$//
52675 }'
52676 fi
52677
52678 cat >>$CONFIG_STATUS <<\_ACEOF
52679 fi # test -n "$CONFIG_FILES"
52680
52681
52682 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
52683 do
52684 case $ac_tag in
52685 :[FHLC]) ac_mode=$ac_tag; continue;;
52686 esac
52687 case $ac_mode$ac_tag in
52688 :[FHL]*:*);;
52689 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
52690 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
52691 { (exit 1); exit 1; }; };;
52692 :[FH]-) ac_tag=-:-;;
52693 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
52694 esac
52695 ac_save_IFS=$IFS
52696 IFS=:
52697 set x $ac_tag
52698 IFS=$ac_save_IFS
52699 shift
52700 ac_file=$1
52701 shift
52702
52703 case $ac_mode in
52704 :L) ac_source=$1;;
52705 :[FH])
52706 ac_file_inputs=
52707 for ac_f
52708 do
52709 case $ac_f in
52710 -) ac_f="$tmp/stdin";;
52711 *) # Look for the file first in the build tree, then in the source tree
52712 # (if the path is not absolute). The absolute path cannot be DOS-style,
52713 # because $ac_f cannot contain `:'.
52714 test -f "$ac_f" ||
52715 case $ac_f in
52716 [\\/$]*) false;;
52717 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
52718 esac ||
52719 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
52720 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
52721 { (exit 1); exit 1; }; };;
52722 esac
52723 ac_file_inputs="$ac_file_inputs $ac_f"
52724 done
52725
52726 # Let's still pretend it is `configure' which instantiates (i.e., don't
52727 # use $as_me), people would be surprised to read:
52728 # /* config.h. Generated by config.status. */
52729 configure_input="Generated from "`IFS=:
52730 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
52731 if test x"$ac_file" != x-; then
52732 configure_input="$ac_file. $configure_input"
52733 { echo "$as_me:$LINENO: creating $ac_file" >&5
52734 echo "$as_me: creating $ac_file" >&6;}
52735 fi
52736
52737 case $ac_tag in
52738 *:-:* | *:-) cat >"$tmp/stdin";;
52739 esac
52740 ;;
52741 esac
52742
52743 ac_dir=`$as_dirname -- "$ac_file" ||
52744 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52745 X"$ac_file" : 'X\(//\)[^/]' \| \
52746 X"$ac_file" : 'X\(//\)$' \| \
52747 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
52748 echo X"$ac_file" |
52749 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
52750 s//\1/
52751 q
52752 }
52753 /^X\(\/\/\)[^/].*/{
52754 s//\1/
52755 q
52756 }
52757 /^X\(\/\/\)$/{
52758 s//\1/
52759 q
52760 }
52761 /^X\(\/\).*/{
52762 s//\1/
52763 q
52764 }
52765 s/.*/./; q'`
52766 { as_dir="$ac_dir"
52767 case $as_dir in #(
52768 -*) as_dir=./$as_dir;;
52769 esac
52770 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
52771 as_dirs=
52772 while :; do
52773 case $as_dir in #(
52774 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
52775 *) as_qdir=$as_dir;;
52776 esac
52777 as_dirs="'$as_qdir' $as_dirs"
52778 as_dir=`$as_dirname -- "$as_dir" ||
52779 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52780 X"$as_dir" : 'X\(//\)[^/]' \| \
52781 X"$as_dir" : 'X\(//\)$' \| \
52782 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
52783 echo X"$as_dir" |
52784 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
52785 s//\1/
52786 q
52787 }
52788 /^X\(\/\/\)[^/].*/{
52789 s//\1/
52790 q
52791 }
52792 /^X\(\/\/\)$/{
52793 s//\1/
52794 q
52795 }
52796 /^X\(\/\).*/{
52797 s//\1/
52798 q
52799 }
52800 s/.*/./; q'`
52801 test -d "$as_dir" && break
52802 done
52803 test -z "$as_dirs" || eval "mkdir $as_dirs"
52804 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
52805 echo "$as_me: error: cannot create directory $as_dir" >&2;}
52806 { (exit 1); exit 1; }; }; }
52807 ac_builddir=.
52808
52809 case "$ac_dir" in
52810 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
52811 *)
52812 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
52813 # A ".." for each directory in $ac_dir_suffix.
52814 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
52815 case $ac_top_builddir_sub in
52816 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
52817 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
52818 esac ;;
52819 esac
52820 ac_abs_top_builddir=$ac_pwd
52821 ac_abs_builddir=$ac_pwd$ac_dir_suffix
52822 # for backward compatibility:
52823 ac_top_builddir=$ac_top_build_prefix
52824
52825 case $srcdir in
52826 .) # We are building in place.
52827 ac_srcdir=.
52828 ac_top_srcdir=$ac_top_builddir_sub
52829 ac_abs_top_srcdir=$ac_pwd ;;
52830 [\\/]* | ?:[\\/]* ) # Absolute name.
52831 ac_srcdir=$srcdir$ac_dir_suffix;
52832 ac_top_srcdir=$srcdir
52833 ac_abs_top_srcdir=$srcdir ;;
52834 *) # Relative name.
52835 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
52836 ac_top_srcdir=$ac_top_build_prefix$srcdir
52837 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
52838 esac
52839 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
52840
52841
52842 case $ac_mode in
52843 :F)
52844 #
52845 # CONFIG_FILE
52846 #
52847
52848 case $INSTALL in
52849 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
52850 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
52851 esac
52852 _ACEOF
52853
52854 cat >>$CONFIG_STATUS <<\_ACEOF
52855 # If the template does not know about datarootdir, expand it.
52856 # FIXME: This hack should be removed a few years after 2.60.
52857 ac_datarootdir_hack=; ac_datarootdir_seen=
52858
52859 case `sed -n '/datarootdir/ {
52860 p
52861 q
52862 }
52863 /@datadir@/p
52864 /@docdir@/p
52865 /@infodir@/p
52866 /@localedir@/p
52867 /@mandir@/p
52868 ' $ac_file_inputs` in
52869 *datarootdir*) ac_datarootdir_seen=yes;;
52870 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
52871 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
52872 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
52873 _ACEOF
52874 cat >>$CONFIG_STATUS <<_ACEOF
52875 ac_datarootdir_hack='
52876 s&@datadir@&$datadir&g
52877 s&@docdir@&$docdir&g
52878 s&@infodir@&$infodir&g
52879 s&@localedir@&$localedir&g
52880 s&@mandir@&$mandir&g
52881 s&\\\${datarootdir}&$datarootdir&g' ;;
52882 esac
52883 _ACEOF
52884
52885 # Neutralize VPATH when `$srcdir' = `.'.
52886 # Shell code in configure.ac might set extrasub.
52887 # FIXME: do we really want to maintain this feature?
52888 cat >>$CONFIG_STATUS <<_ACEOF
52889 sed "$ac_vpsub
52890 $extrasub
52891 _ACEOF
52892 cat >>$CONFIG_STATUS <<\_ACEOF
52893 :t
52894 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
52895 s&@configure_input@&$configure_input&;t t
52896 s&@top_builddir@&$ac_top_builddir_sub&;t t
52897 s&@srcdir@&$ac_srcdir&;t t
52898 s&@abs_srcdir@&$ac_abs_srcdir&;t t
52899 s&@top_srcdir@&$ac_top_srcdir&;t t
52900 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
52901 s&@builddir@&$ac_builddir&;t t
52902 s&@abs_builddir@&$ac_abs_builddir&;t t
52903 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
52904 s&@INSTALL@&$ac_INSTALL&;t t
52905 $ac_datarootdir_hack
52906 " $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
52907
52908 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
52909 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
52910 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
52911 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
52912 which seems to be undefined. Please make sure it is defined." >&5
52913 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
52914 which seems to be undefined. Please make sure it is defined." >&2;}
52915
52916 rm -f "$tmp/stdin"
52917 case $ac_file in
52918 -) cat "$tmp/out"; rm -f "$tmp/out";;
52919 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
52920 esac
52921 ;;
52922 :H)
52923 #
52924 # CONFIG_HEADER
52925 #
52926 _ACEOF
52927
52928 # Transform confdefs.h into a sed script `conftest.defines', that
52929 # substitutes the proper values into config.h.in to produce config.h.
52930 rm -f conftest.defines conftest.tail
52931 # First, append a space to every undef/define line, to ease matching.
52932 echo 's/$/ /' >conftest.defines
52933 # Then, protect against being on the right side of a sed subst, or in
52934 # an unquoted here document, in config.status. If some macros were
52935 # called several times there might be several #defines for the same
52936 # symbol, which is useless. But do not sort them, since the last
52937 # AC_DEFINE must be honored.
52938 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
52939 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
52940 # NAME is the cpp macro being defined, VALUE is the value it is being given.
52941 # PARAMS is the parameter list in the macro definition--in most cases, it's
52942 # just an empty string.
52943 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
52944 ac_dB='\\)[ (].*,\\1define\\2'
52945 ac_dC=' '
52946 ac_dD=' ,'
52947
52948 uniq confdefs.h |
52949 sed -n '
52950 t rset
52951 :rset
52952 s/^[ ]*#[ ]*define[ ][ ]*//
52953 t ok
52954 d
52955 :ok
52956 s/[\\&,]/\\&/g
52957 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
52958 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
52959 ' >>conftest.defines
52960
52961 # Remove the space that was appended to ease matching.
52962 # Then replace #undef with comments. This is necessary, for
52963 # example, in the case of _POSIX_SOURCE, which is predefined and required
52964 # on some systems where configure will not decide to define it.
52965 # (The regexp can be short, since the line contains either #define or #undef.)
52966 echo 's/ $//
52967 s,^[ #]*u.*,/* & */,' >>conftest.defines
52968
52969 # Break up conftest.defines:
52970 ac_max_sed_lines=50
52971
52972 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
52973 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
52974 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
52975 # et cetera.
52976 ac_in='$ac_file_inputs'
52977 ac_out='"$tmp/out1"'
52978 ac_nxt='"$tmp/out2"'
52979
52980 while :
52981 do
52982 # Write a here document:
52983 cat >>$CONFIG_STATUS <<_ACEOF
52984 # First, check the format of the line:
52985 cat >"\$tmp/defines.sed" <<\\CEOF
52986 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
52987 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
52988 b
52989 :def
52990 _ACEOF
52991 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
52992 echo 'CEOF
52993 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
52994 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
52995 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
52996 grep . conftest.tail >/dev/null || break
52997 rm -f conftest.defines
52998 mv conftest.tail conftest.defines
52999 done
53000 rm -f conftest.defines conftest.tail
53001
53002 echo "ac_result=$ac_in" >>$CONFIG_STATUS
53003 cat >>$CONFIG_STATUS <<\_ACEOF
53004 if test x"$ac_file" != x-; then
53005 echo "/* $configure_input */" >"$tmp/config.h"
53006 cat "$ac_result" >>"$tmp/config.h"
53007 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
53008 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
53009 echo "$as_me: $ac_file is unchanged" >&6;}
53010 else
53011 rm -f $ac_file
53012 mv "$tmp/config.h" $ac_file
53013 fi
53014 else
53015 echo "/* $configure_input */"
53016 cat "$ac_result"
53017 fi
53018 rm -f "$tmp/out12"
53019 ;;
53020
53021 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
53022 echo "$as_me: executing $ac_file commands" >&6;}
53023 ;;
53024 esac
53025
53026
53027 case $ac_file$ac_mode in
53028 "rcdefs.h":C)
53029 mkdir -p $outdir &&
53030 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
53031 ;;
53032 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
53033 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
53034 "utils/ifacecheck/rungccxml.sh":F) chmod +x utils/ifacecheck/rungccxml.sh ;;
53035 "wx-config":C) rm -f wx-config
53036 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
53037 ;;
53038
53039 esac
53040 done # for ac_tag
53041
53042
53043 { (exit 0); exit 0; }
53044 _ACEOF
53045 chmod +x $CONFIG_STATUS
53046 ac_clean_files=$ac_clean_files_save
53047
53048
53049 # configure is writing to config.log, and then calls config.status.
53050 # config.status does its own redirection, appending to config.log.
53051 # Unfortunately, on DOS this fails, as config.log is still kept open
53052 # by configure, so config.status won't be able to write to it; its
53053 # output is simply discarded. So we exec the FD to /dev/null,
53054 # effectively closing config.log, so it can be properly (re)opened and
53055 # appended to by config.status. When coming back to configure, we
53056 # need to make the FD available again.
53057 if test "$no_create" != yes; then
53058 ac_cs_success=:
53059 ac_config_status_args=
53060 test "$silent" = yes &&
53061 ac_config_status_args="$ac_config_status_args --quiet"
53062 exec 5>/dev/null
53063 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
53064 exec 5>>config.log
53065 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
53066 # would make configure fail if this is the last instruction.
53067 $ac_cs_success || { (exit 1); exit 1; }
53068 fi
53069
53070 #
53071 # CONFIG_SUBDIRS section.
53072 #
53073 if test "$no_recursion" != yes; then
53074
53075 # Remove --cache-file and --srcdir arguments so they do not pile up.
53076 ac_sub_configure_args=
53077 ac_prev=
53078 eval "set x $ac_configure_args"
53079 shift
53080 for ac_arg
53081 do
53082 if test -n "$ac_prev"; then
53083 ac_prev=
53084 continue
53085 fi
53086 case $ac_arg in
53087 -cache-file | --cache-file | --cache-fil | --cache-fi \
53088 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
53089 ac_prev=cache_file ;;
53090 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
53091 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
53092 | --c=*)
53093 ;;
53094 --config-cache | -C)
53095 ;;
53096 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
53097 ac_prev=srcdir ;;
53098 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
53099 ;;
53100 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
53101 ac_prev=prefix ;;
53102 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
53103 ;;
53104 *)
53105 case $ac_arg in
53106 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
53107 esac
53108 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
53109 esac
53110 done
53111
53112 # Always prepend --prefix to ensure using the same prefix
53113 # in subdir configurations.
53114 ac_arg="--prefix=$prefix"
53115 case $ac_arg in
53116 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
53117 esac
53118 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
53119
53120 # Pass --silent
53121 if test "$silent" = yes; then
53122 ac_sub_configure_args="--silent $ac_sub_configure_args"
53123 fi
53124
53125 ac_popdir=`pwd`
53126 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
53127
53128 # Do not complain, so a configure script can configure whichever
53129 # parts of a large source tree are present.
53130 test -d "$srcdir/$ac_dir" || continue
53131
53132 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
53133 echo "$as_me:$LINENO: $ac_msg" >&5
53134 echo "$ac_msg" >&6
53135 { as_dir="$ac_dir"
53136 case $as_dir in #(
53137 -*) as_dir=./$as_dir;;
53138 esac
53139 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
53140 as_dirs=
53141 while :; do
53142 case $as_dir in #(
53143 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
53144 *) as_qdir=$as_dir;;
53145 esac
53146 as_dirs="'$as_qdir' $as_dirs"
53147 as_dir=`$as_dirname -- "$as_dir" ||
53148 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
53149 X"$as_dir" : 'X\(//\)[^/]' \| \
53150 X"$as_dir" : 'X\(//\)$' \| \
53151 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
53152 echo X"$as_dir" |
53153 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
53154 s//\1/
53155 q
53156 }
53157 /^X\(\/\/\)[^/].*/{
53158 s//\1/
53159 q
53160 }
53161 /^X\(\/\/\)$/{
53162 s//\1/
53163 q
53164 }
53165 /^X\(\/\).*/{
53166 s//\1/
53167 q
53168 }
53169 s/.*/./; q'`
53170 test -d "$as_dir" && break
53171 done
53172 test -z "$as_dirs" || eval "mkdir $as_dirs"
53173 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
53174 echo "$as_me: error: cannot create directory $as_dir" >&2;}
53175 { (exit 1); exit 1; }; }; }
53176 ac_builddir=.
53177
53178 case "$ac_dir" in
53179 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
53180 *)
53181 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
53182 # A ".." for each directory in $ac_dir_suffix.
53183 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
53184 case $ac_top_builddir_sub in
53185 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
53186 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
53187 esac ;;
53188 esac
53189 ac_abs_top_builddir=$ac_pwd
53190 ac_abs_builddir=$ac_pwd$ac_dir_suffix
53191 # for backward compatibility:
53192 ac_top_builddir=$ac_top_build_prefix
53193
53194 case $srcdir in
53195 .) # We are building in place.
53196 ac_srcdir=.
53197 ac_top_srcdir=$ac_top_builddir_sub
53198 ac_abs_top_srcdir=$ac_pwd ;;
53199 [\\/]* | ?:[\\/]* ) # Absolute name.
53200 ac_srcdir=$srcdir$ac_dir_suffix;
53201 ac_top_srcdir=$srcdir
53202 ac_abs_top_srcdir=$srcdir ;;
53203 *) # Relative name.
53204 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
53205 ac_top_srcdir=$ac_top_build_prefix$srcdir
53206 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
53207 esac
53208 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
53209
53210
53211 cd "$ac_dir"
53212
53213 # Check for guested configure; otherwise get Cygnus style configure.
53214 if test -f "$ac_srcdir/configure.gnu"; then
53215 ac_sub_configure=$ac_srcdir/configure.gnu
53216 elif test -f "$ac_srcdir/configure"; then
53217 ac_sub_configure=$ac_srcdir/configure
53218 elif test -f "$ac_srcdir/configure.in"; then
53219 # This should be Cygnus configure.
53220 ac_sub_configure=$ac_aux_dir/configure
53221 else
53222 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
53223 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
53224 ac_sub_configure=
53225 fi
53226
53227 # The recursion is here.
53228 if test -n "$ac_sub_configure"; then
53229 # Make the cache file name correct relative to the subdirectory.
53230 case $cache_file in
53231 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
53232 *) # Relative name.
53233 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
53234 esac
53235
53236 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
53237 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
53238 # The eval makes quoting arguments work.
53239 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
53240 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
53241 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
53242 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
53243 { (exit 1); exit 1; }; }
53244 fi
53245
53246 cd "$ac_popdir"
53247 done
53248 fi
53249
53250
53251 echo
53252 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
53253 echo ""
53254 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
53255 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
53256 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
53257 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
53258 if test "$wxUSE_UNICODE" = "yes"; then
53259 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
53260 echo " (using UTF-8)"
53261 else
53262 echo " (using wchar_t)"
53263 fi
53264 else
53265 echo
53266 fi
53267
53268 echo " What level of wxWidgets compatibility should be enabled?"
53269 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
53270 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
53271
53272 echo " Which libraries should wxWidgets use?"
53273 echo " STL ${wxUSE_STL}"
53274 echo " jpeg ${wxUSE_LIBJPEG-none}"
53275 echo " png ${wxUSE_LIBPNG-none}"
53276 echo " regex ${wxUSE_REGEX}"
53277 echo " tiff ${wxUSE_LIBTIFF-none}"
53278 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
53279 echo " xpm ${wxUSE_LIBXPM-none}"
53280 fi
53281 echo " zlib ${wxUSE_ZLIB}"
53282 echo " expat ${wxUSE_EXPAT}"
53283 echo " libmspack ${wxUSE_LIBMSPACK}"
53284 echo " sdl ${wxUSE_LIBSDL}"
53285
53286 echo ""
53287