Define wxUSE_TASKBARICON_BALLOONS as 1 for wxMSW builds using configure.
[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.4.
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.4'
579 PACKAGE_STRING='wxWidgets 2.9.4'
580 PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
581
582 ac_unique_file="wx-config.in"
583 # Factoring default headers for most tests.
584 ac_includes_default="\
585 #include <stdio.h>
586 #ifdef HAVE_SYS_TYPES_H
587 # include <sys/types.h>
588 #endif
589 #ifdef HAVE_SYS_STAT_H
590 # include <sys/stat.h>
591 #endif
592 #ifdef STDC_HEADERS
593 # include <stdlib.h>
594 # include <stddef.h>
595 #else
596 # ifdef HAVE_STDLIB_H
597 #  include <stdlib.h>
598 # endif
599 #endif
600 #ifdef HAVE_STRING_H
601 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
602 #  include <memory.h>
603 # endif
604 # include <string.h>
605 #endif
606 #ifdef HAVE_STRINGS_H
607 # include <strings.h>
608 #endif
609 #ifdef HAVE_INTTYPES_H
610 # include <inttypes.h>
611 #endif
612 #ifdef HAVE_STDINT_H
613 # include <stdint.h>
614 #endif
615 #ifdef HAVE_UNISTD_H
616 # include <unistd.h>
617 #endif"
618
619 ac_subst_vars='SHELL
620 PATH_SEPARATOR
621 PACKAGE_NAME
622 PACKAGE_TARNAME
623 PACKAGE_VERSION
624 PACKAGE_STRING
625 PACKAGE_BUGREPORT
626 exec_prefix
627 prefix
628 program_transform_name
629 bindir
630 sbindir
631 libexecdir
632 datarootdir
633 datadir
634 sysconfdir
635 sharedstatedir
636 localstatedir
637 includedir
638 oldincludedir
639 docdir
640 infodir
641 htmldir
642 dvidir
643 pdfdir
644 psdir
645 libdir
646 localedir
647 mandir
648 DEFS
649 ECHO_C
650 ECHO_N
651 ECHO_T
652 LIBS
653 build_alias
654 host_alias
655 target_alias
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 wx_top_builddir
665 CC
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
672 CPP
673 GREP
674 EGREP
675 CXX
676 CXXFLAGS
677 ac_ct_CXX
678 AR
679 OSX_SW_VERS
680 CXXCPP
681 subdirs
682 PKG_CONFIG
683 GTK_CFLAGS
684 GTK_LIBS
685 GTK_CONFIG
686 DIRECTFB_CFLAGS
687 DIRECTFB_LIBS
688 XMKMF
689 X_CFLAGS
690 X_PRE_LIBS
691 X_LIBS
692 X_EXTRA_LIBS
693 PANGOX_CFLAGS
694 PANGOX_LIBS
695 PANGOFT2_CFLAGS
696 PANGOFT2_LIBS
697 PANGOXFT_CFLAGS
698 PANGOXFT_LIBS
699 Xinerama_CFLAGS
700 Xinerama_LIBS
701 Xxf86vm_CFLAGS
702 Xxf86vm_LIBS
703 SM_CFLAGS
704 SM_LIBS
705 GL_CFLAGS
706 GL_LIBS
707 GLU_CFLAGS
708 GLU_LIBS
709 MesaGL_CFLAGS
710 MesaGL_LIBS
711 CFLAGS_VISIBILITY
712 CXXFLAGS_VISIBILITY
713 LIBICONV
714 GXX_VERSION
715 SDL_CONFIG
716 SDL_CFLAGS
717 SDL_LIBS
718 GTKPRINT_CFLAGS
719 GTKPRINT_LIBS
720 LIBGNOMEPRINTUI_CFLAGS
721 LIBGNOMEPRINTUI_LIBS
722 GNOMEVFS_CFLAGS
723 GNOMEVFS_LIBS
724 HILDON_CFLAGS
725 HILDON_LIBS
726 HILDON2_CFLAGS
727 HILDON2_LIBS
728 PYTHON
729 COND_PYTHON
730 WEBKIT_CFLAGS
731 WEBKIT_LIBS
732 CAIRO_CFLAGS
733 CAIRO_LIBS
734 GST_CFLAGS
735 GST_LIBS
736 ALL_WX_LIBS
737 BUILT_WX_LIBS
738 STD_BASE_LIBS
739 STD_GUI_LIBS
740 wxUSE_ZLIB
741 wxUSE_REGEX
742 wxUSE_EXPAT
743 wxUSE_LIBJPEG
744 wxUSE_LIBPNG
745 wxUSE_LIBTIFF
746 VENDOR
747 OFFICIAL_BUILD
748 WX_FLAVOUR
749 WX_LIB_FLAVOUR
750 WXUNIV
751 MONOLITHIC
752 USE_PLUGINS
753 CXXWARNINGS
754 EXTRALIBS
755 EXTRALIBS_XML
756 EXTRALIBS_HTML
757 EXTRALIBS_MEDIA
758 EXTRALIBS_GUI
759 EXTRALIBS_OPENGL
760 EXTRALIBS_SDL
761 EXTRALIBS_STC
762 WITH_PLUGIN_SDL
763 EXTRALIBS_GTKPRINT
764 EXTRALIBS_GNOMEPRINT
765 EXTRALIBS_GNOMEVFS
766 EXTRALIBS_HILDON
767 UNICODE
768 DEBUG_INFO
769 DEBUG_FLAG
770 TOOLKIT_LOWERCASE
771 TOOLKIT_VERSION
772 DYLIB_RPATH_INSTALL
773 DYLIB_RPATH_POSTLINK
774 SAMPLES_RPATH_FLAG
775 HEADER_PAD_OPTION
776 HOST_SUFFIX
777 CPPUNIT_CFLAGS
778 CPPUNIT_LIBS
779 RANLIB
780 INSTALL_PROGRAM
781 INSTALL_SCRIPT
782 INSTALL_DATA
783 LN_S
784 SET_MAKE
785 MAKE_SET
786 AROPTIONS
787 STRIP
788 NM
789 INSTALL_DIR
790 LDFLAGS_GUI
791 IF_GNU_MAKE
792 PLATFORM_UNIX
793 PLATFORM_WIN32
794 PLATFORM_MSDOS
795 PLATFORM_MAC
796 PLATFORM_MACOS
797 PLATFORM_MACOSX
798 PLATFORM_OS2
799 PLATFORM_BEOS
800 SO_SUFFIX
801 SO_SUFFIX_MODULE
802 DLLIMP_SUFFIX
803 LIBPREFIX
804 LIBEXT
805 DLLPREFIX
806 DLLPREFIX_MODULE
807 dlldir
808 AIX_CXX_LD
809 SHARED_LD_CC
810 SHARED_LD_CXX
811 SHARED_LD_MODULE_CC
812 SHARED_LD_MODULE_CXX
813 PIC_FLAG
814 WINDOWS_IMPLIB
815 USE_SOVERSION
816 USE_SOVERLINUX
817 USE_SOVERSOLARIS
818 USE_SOVERCYGWIN
819 USE_MACVERSION
820 USE_SOTWOSYMLINKS
821 SONAME_FLAG
822 DEPS_TRACKING
823 BK_DEPS
824 WINDRES
825 REZ
826 SETFILE
827 OBJCXXFLAGS
828 GCC_PCH
829 ICC_PCH
830 ICC_PCH_CREATE_SWITCH
831 ICC_PCH_USE_SWITCH
832 BK_MAKE_PCH
833 COND_BUILD_DEBUG
834 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
835 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
836 COND_BUILD_DEBUG_UNICODE_0
837 COND_BUILD_DEBUG_UNICODE_1
838 COND_BUILD_RELEASE
839 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
840 COND_BUILD_RELEASE_UNICODE_0
841 COND_BUILD_RELEASE_UNICODE_1
842 COND_BUILD_debug
843 COND_BUILD_debug_DEBUG_FLAG_default
844 COND_BUILD_debug_DEBUG_INFO_default
845 COND_BUILD_debug_UNICODE_0
846 COND_BUILD_debug_UNICODE_1
847 COND_BUILD_release
848 COND_BUILD_release_DEBUG_INFO_default
849 COND_BUILD_release_UNICODE_0
850 COND_BUILD_release_UNICODE_1
851 COND_DEBUG_FLAG_0
852 COND_DEBUG_FLAG_1
853 COND_DEBUG_INFO_0
854 COND_DEBUG_INFO_1
855 COND_DEPS_TRACKING_0
856 COND_DEPS_TRACKING_1
857 COND_GCC_PCH_1
858 COND_ICC_PCH_1
859 COND_MONOLITHIC_0
860 COND_MONOLITHIC_0_SHARED_0
861 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
862 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
863 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
864 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
865 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
866 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
867 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
868 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
869 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
870 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
871 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
872 COND_MONOLITHIC_0_SHARED_1
873 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
874 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
875 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
876 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
877 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
878 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
879 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
880 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
881 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
882 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
883 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
884 COND_MONOLITHIC_0_USE_AUI_1
885 COND_MONOLITHIC_0_USE_GUI_1
886 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
887 COND_MONOLITHIC_0_USE_HTML_1
888 COND_MONOLITHIC_0_USE_MEDIA_1
889 COND_MONOLITHIC_0_USE_PROPGRID_1
890 COND_MONOLITHIC_0_USE_QA_1
891 COND_MONOLITHIC_0_USE_RIBBON_1
892 COND_MONOLITHIC_0_USE_RICHTEXT_1
893 COND_MONOLITHIC_0_USE_STC_1
894 COND_MONOLITHIC_0_USE_WEBVIEW_1
895 COND_MONOLITHIC_0_USE_XRC_1
896 COND_MONOLITHIC_1
897 COND_MONOLITHIC_1_SHARED_0
898 COND_MONOLITHIC_1_SHARED_1
899 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
900 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
901 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
902 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
903 COND_PLATFORM_MACOSX_1
904 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
905 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
906 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
907 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
908 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
909 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
910 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
911 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
912 COND_PLATFORM_MACOSX_1_USE_GUI_1
913 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
914 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
915 COND_PLATFORM_MACOS_1
916 COND_PLATFORM_MAC_0
917 COND_PLATFORM_MAC_1
918 COND_PLATFORM_MSDOS_0
919 COND_PLATFORM_MSDOS_1
920 COND_PLATFORM_OS2_1
921 COND_PLATFORM_UNIX_0
922 COND_PLATFORM_UNIX_1
923 COND_PLATFORM_UNIX_1_USE_GUI_1
924 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
925 COND_PLATFORM_WIN32_0
926 COND_PLATFORM_WIN32_1
927 COND_PLATFORM_WIN32_1_SHARED_0
928 COND_SHARED_0
929 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
930 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
931 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
932 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
933 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
934 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
935 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
936 COND_SHARED_0_USE_STC_1
937 COND_SHARED_0_wxUSE_EXPAT_builtin
938 COND_SHARED_0_wxUSE_REGEX_builtin
939 COND_SHARED_0_wxUSE_ZLIB_builtin
940 COND_SHARED_1
941 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
942 COND_TOOLKIT_
943 COND_TOOLKIT_COCOA
944 COND_TOOLKIT_COCOA_USE_GUI_1
945 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
946 COND_TOOLKIT_DFB
947 COND_TOOLKIT_DFB_USE_GUI_1
948 COND_TOOLKIT_GTK
949 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
950 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
951 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
952 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
953 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
954 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
955 COND_TOOLKIT_GTK_USE_GUI_1
956 COND_TOOLKIT_MAC
957 COND_TOOLKIT_MOTIF
958 COND_TOOLKIT_MOTIF_USE_GUI_1
959 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
960 COND_TOOLKIT_MSW
961 COND_TOOLKIT_MSW_USE_GUI_1
962 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
963 COND_TOOLKIT_MSW_WXUNIV_0
964 COND_TOOLKIT_OSX_CARBON
965 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
966 COND_TOOLKIT_OSX_COCOA
967 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
968 COND_TOOLKIT_OSX_IPHONE
969 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
970 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
971 COND_TOOLKIT_PM
972 COND_TOOLKIT_PM_USE_GUI_1
973 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
974 COND_TOOLKIT_WINCE
975 COND_TOOLKIT_WINCE_USE_GUI_1
976 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
977 COND_TOOLKIT_WINCE_WXUNIV_0
978 COND_TOOLKIT_X11
979 COND_TOOLKIT_X11_USE_GUI_1
980 COND_UNICODE_1
981 COND_USE_CAIRO_1
982 COND_USE_EXCEPTIONS_0
983 COND_USE_EXCEPTIONS_1
984 COND_USE_GUI_0
985 COND_USE_GUI_1
986 COND_USE_GUI_1_USE_OPENGL_1
987 COND_USE_GUI_1_WXUNIV_0
988 COND_USE_GUI_1_WXUNIV_1
989 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
990 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
991 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
992 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
993 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
994 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
995 COND_USE_OPENGL_1
996 COND_USE_PCH_1
997 COND_USE_PLUGINS_0
998 COND_USE_RTTI_0
999 COND_USE_RTTI_1
1000 COND_USE_SOTWOSYMLINKS_1
1001 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
1002 COND_USE_SOVERLINUX_1
1003 COND_USE_SOVERSION_0
1004 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
1005 COND_USE_SOVERSOLARIS_1
1006 COND_USE_STC_1
1007 COND_USE_THREADS_0
1008 COND_USE_THREADS_1
1009 COND_USE_XRC_1
1010 COND_WINDOWS_IMPLIB_1
1011 COND_WITH_PLUGIN_SDL_1
1012 COND_WXUNIV_0
1013 COND_WXUNIV_1
1014 COND_WXUSE_EXPAT_BUILTIN
1015 COND_WXUSE_LIBJPEG_BUILTIN
1016 COND_WXUSE_LIBPNG_BUILTIN
1017 COND_WXUSE_LIBTIFF_BUILTIN
1018 COND_WXUSE_REGEX_BUILTIN
1019 COND_WXUSE_ZLIB_BUILTIN
1020 COND_wxUSE_EXPAT_builtin
1021 COND_wxUSE_LIBJPEG_builtin
1022 COND_wxUSE_LIBPNG_builtin
1023 COND_wxUSE_LIBTIFF_builtin
1024 COND_wxUSE_REGEX_builtin
1025 COND_wxUSE_ZLIB_builtin
1026 DEREZ
1027 SHARED
1028 WX_LIBRARY_BASENAME_NOGUI
1029 WX_LIBRARY_BASENAME_GUI
1030 USE_GUI
1031 AFMINSTALL
1032 WIN32INSTALL
1033 TOOLKIT
1034 TOOLKIT_DIR
1035 TOOLCHAIN_NAME
1036 TOOLCHAIN_FULLNAME
1037 cross_compiling
1038 WIDGET_SET
1039 WX_RELEASE
1040 WX_VERSION
1041 WX_SUBVERSION
1042 WX_CHARTYPE
1043 WXCONFIG_CPPFLAGS
1044 WXCONFIG_CFLAGS
1045 WXCONFIG_CXXFLAGS
1046 WXCONFIG_LIBS
1047 WXCONFIG_RPATH
1048 WXCONFIG_LDFLAGS
1049 WXCONFIG_LDFLAGS_GUI
1050 WXCONFIG_RESFLAGS
1051 GUIDIST
1052 DISTDIR
1053 SAMPLES_SUBDIRS
1054 LDFLAGS_GL
1055 OPENGL_LIBS
1056 DMALLOC_LIBS
1057 WX_VERSION_TAG
1058 RESCOMP
1059 RESFLAGS
1060 RESPROGRAMOBJ
1061 WX_RESOURCES_MACOSX_ASCII
1062 WX_RESOURCES_MACOSX_DATA
1063 LIBWXMACRES
1064 POSTLINK_COMMAND
1065 MACSETFILE
1066 GCC
1067 DLLTOOL
1068 CPPUNIT_CONFIG
1069 LIBOBJS
1070 LTLIBOBJS'
1071 ac_subst_files=''
1072       ac_precious_vars='build_alias
1073 host_alias
1074 target_alias
1075 CC
1076 CFLAGS
1077 LDFLAGS
1078 LIBS
1079 CPPFLAGS
1080 CPP
1081 CXX
1082 CXXFLAGS
1083 CCC
1084 CXXCPP
1085 PKG_CONFIG
1086 DIRECTFB_CFLAGS
1087 DIRECTFB_LIBS
1088 XMKMF
1089 PANGOX_CFLAGS
1090 PANGOX_LIBS
1091 PANGOFT2_CFLAGS
1092 PANGOFT2_LIBS
1093 PANGOXFT_CFLAGS
1094 PANGOXFT_LIBS
1095 Xinerama_CFLAGS
1096 Xinerama_LIBS
1097 Xxf86vm_CFLAGS
1098 Xxf86vm_LIBS
1099 SM_CFLAGS
1100 SM_LIBS
1101 GL_CFLAGS
1102 GL_LIBS
1103 GLU_CFLAGS
1104 GLU_LIBS
1105 MesaGL_CFLAGS
1106 MesaGL_LIBS
1107 GTKPRINT_CFLAGS
1108 GTKPRINT_LIBS
1109 LIBGNOMEPRINTUI_CFLAGS
1110 LIBGNOMEPRINTUI_LIBS
1111 GNOMEVFS_CFLAGS
1112 GNOMEVFS_LIBS
1113 HILDON_CFLAGS
1114 HILDON_LIBS
1115 HILDON2_CFLAGS
1116 HILDON2_LIBS
1117 WEBKIT_CFLAGS
1118 WEBKIT_LIBS
1119 CAIRO_CFLAGS
1120 CAIRO_LIBS
1121 GST_CFLAGS
1122 GST_LIBS'
1123 ac_subdirs_all='src/tiff
1124 src/expat'
1125
1126 # Initialize some variables set by options.
1127 ac_init_help=
1128 ac_init_version=false
1129 # The variables have the same names as the options, with
1130 # dashes changed to underlines.
1131 cache_file=/dev/null
1132 exec_prefix=NONE
1133 no_create=
1134 no_recursion=
1135 prefix=NONE
1136 program_prefix=NONE
1137 program_suffix=NONE
1138 program_transform_name=s,x,x,
1139 silent=
1140 site=
1141 srcdir=
1142 verbose=
1143 x_includes=NONE
1144 x_libraries=NONE
1145
1146 # Installation directory options.
1147 # These are left unexpanded so users can "make install exec_prefix=/foo"
1148 # and all the variables that are supposed to be based on exec_prefix
1149 # by default will actually change.
1150 # Use braces instead of parens because sh, perl, etc. also accept them.
1151 # (The list follows the same order as the GNU Coding Standards.)
1152 bindir='${exec_prefix}/bin'
1153 sbindir='${exec_prefix}/sbin'
1154 libexecdir='${exec_prefix}/libexec'
1155 datarootdir='${prefix}/share'
1156 datadir='${datarootdir}'
1157 sysconfdir='${prefix}/etc'
1158 sharedstatedir='${prefix}/com'
1159 localstatedir='${prefix}/var'
1160 includedir='${prefix}/include'
1161 oldincludedir='/usr/include'
1162 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1163 infodir='${datarootdir}/info'
1164 htmldir='${docdir}'
1165 dvidir='${docdir}'
1166 pdfdir='${docdir}'
1167 psdir='${docdir}'
1168 libdir='${exec_prefix}/lib'
1169 localedir='${datarootdir}/locale'
1170 mandir='${datarootdir}/man'
1171
1172 ac_prev=
1173 ac_dashdash=
1174 for ac_option
1175 do
1176   # If the previous option needs an argument, assign it.
1177   if test -n "$ac_prev"; then
1178     eval $ac_prev=\$ac_option
1179     ac_prev=
1180     continue
1181   fi
1182
1183   case $ac_option in
1184   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1185   *)    ac_optarg=yes ;;
1186   esac
1187
1188   # Accept the important Cygnus configure options, so we can diagnose typos.
1189
1190   case $ac_dashdash$ac_option in
1191   --)
1192     ac_dashdash=yes ;;
1193
1194   -bindir | --bindir | --bindi | --bind | --bin | --bi)
1195     ac_prev=bindir ;;
1196   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1197     bindir=$ac_optarg ;;
1198
1199   -build | --build | --buil | --bui | --bu)
1200     ac_prev=build_alias ;;
1201   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1202     build_alias=$ac_optarg ;;
1203
1204   -cache-file | --cache-file | --cache-fil | --cache-fi \
1205   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1206     ac_prev=cache_file ;;
1207   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1208   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1209     cache_file=$ac_optarg ;;
1210
1211   --config-cache | -C)
1212     cache_file=config.cache ;;
1213
1214   -datadir | --datadir | --datadi | --datad)
1215     ac_prev=datadir ;;
1216   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1217     datadir=$ac_optarg ;;
1218
1219   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1220   | --dataroo | --dataro | --datar)
1221     ac_prev=datarootdir ;;
1222   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1223   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1224     datarootdir=$ac_optarg ;;
1225
1226   -disable-* | --disable-*)
1227     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1228     # Reject names that are not valid shell variable names.
1229     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1230       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1231    { (exit 1); exit 1; }; }
1232     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1233     eval enable_$ac_feature=no ;;
1234
1235   -docdir | --docdir | --docdi | --doc | --do)
1236     ac_prev=docdir ;;
1237   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1238     docdir=$ac_optarg ;;
1239
1240   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1241     ac_prev=dvidir ;;
1242   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1243     dvidir=$ac_optarg ;;
1244
1245   -enable-* | --enable-*)
1246     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1247     # Reject names that are not valid shell variable names.
1248     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1249       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1250    { (exit 1); exit 1; }; }
1251     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1252     eval enable_$ac_feature=\$ac_optarg ;;
1253
1254   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1255   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1256   | --exec | --exe | --ex)
1257     ac_prev=exec_prefix ;;
1258   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1259   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1260   | --exec=* | --exe=* | --ex=*)
1261     exec_prefix=$ac_optarg ;;
1262
1263   -gas | --gas | --ga | --g)
1264     # Obsolete; use --with-gas.
1265     with_gas=yes ;;
1266
1267   -help | --help | --hel | --he | -h)
1268     ac_init_help=long ;;
1269   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1270     ac_init_help=recursive ;;
1271   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1272     ac_init_help=short ;;
1273
1274   -host | --host | --hos | --ho)
1275     ac_prev=host_alias ;;
1276   -host=* | --host=* | --hos=* | --ho=*)
1277     host_alias=$ac_optarg ;;
1278
1279   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1280     ac_prev=htmldir ;;
1281   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1282   | --ht=*)
1283     htmldir=$ac_optarg ;;
1284
1285   -includedir | --includedir | --includedi | --included | --include \
1286   | --includ | --inclu | --incl | --inc)
1287     ac_prev=includedir ;;
1288   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1289   | --includ=* | --inclu=* | --incl=* | --inc=*)
1290     includedir=$ac_optarg ;;
1291
1292   -infodir | --infodir | --infodi | --infod | --info | --inf)
1293     ac_prev=infodir ;;
1294   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1295     infodir=$ac_optarg ;;
1296
1297   -libdir | --libdir | --libdi | --libd)
1298     ac_prev=libdir ;;
1299   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1300     libdir=$ac_optarg ;;
1301
1302   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1303   | --libexe | --libex | --libe)
1304     ac_prev=libexecdir ;;
1305   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1306   | --libexe=* | --libex=* | --libe=*)
1307     libexecdir=$ac_optarg ;;
1308
1309   -localedir | --localedir | --localedi | --localed | --locale)
1310     ac_prev=localedir ;;
1311   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1312     localedir=$ac_optarg ;;
1313
1314   -localstatedir | --localstatedir | --localstatedi | --localstated \
1315   | --localstate | --localstat | --localsta | --localst | --locals)
1316     ac_prev=localstatedir ;;
1317   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1318   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1319     localstatedir=$ac_optarg ;;
1320
1321   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1322     ac_prev=mandir ;;
1323   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1324     mandir=$ac_optarg ;;
1325
1326   -nfp | --nfp | --nf)
1327     # Obsolete; use --without-fp.
1328     with_fp=no ;;
1329
1330   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1331   | --no-cr | --no-c | -n)
1332     no_create=yes ;;
1333
1334   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1335   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1336     no_recursion=yes ;;
1337
1338   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1339   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1340   | --oldin | --oldi | --old | --ol | --o)
1341     ac_prev=oldincludedir ;;
1342   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1343   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1344   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1345     oldincludedir=$ac_optarg ;;
1346
1347   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1348     ac_prev=prefix ;;
1349   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1350     prefix=$ac_optarg ;;
1351
1352   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1353   | --program-pre | --program-pr | --program-p)
1354     ac_prev=program_prefix ;;
1355   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1356   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1357     program_prefix=$ac_optarg ;;
1358
1359   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1360   | --program-suf | --program-su | --program-s)
1361     ac_prev=program_suffix ;;
1362   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1363   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1364     program_suffix=$ac_optarg ;;
1365
1366   -program-transform-name | --program-transform-name \
1367   | --program-transform-nam | --program-transform-na \
1368   | --program-transform-n | --program-transform- \
1369   | --program-transform | --program-transfor \
1370   | --program-transfo | --program-transf \
1371   | --program-trans | --program-tran \
1372   | --progr-tra | --program-tr | --program-t)
1373     ac_prev=program_transform_name ;;
1374   -program-transform-name=* | --program-transform-name=* \
1375   | --program-transform-nam=* | --program-transform-na=* \
1376   | --program-transform-n=* | --program-transform-=* \
1377   | --program-transform=* | --program-transfor=* \
1378   | --program-transfo=* | --program-transf=* \
1379   | --program-trans=* | --program-tran=* \
1380   | --progr-tra=* | --program-tr=* | --program-t=*)
1381     program_transform_name=$ac_optarg ;;
1382
1383   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1384     ac_prev=pdfdir ;;
1385   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1386     pdfdir=$ac_optarg ;;
1387
1388   -psdir | --psdir | --psdi | --psd | --ps)
1389     ac_prev=psdir ;;
1390   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1391     psdir=$ac_optarg ;;
1392
1393   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1394   | -silent | --silent | --silen | --sile | --sil)
1395     silent=yes ;;
1396
1397   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1398     ac_prev=sbindir ;;
1399   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1400   | --sbi=* | --sb=*)
1401     sbindir=$ac_optarg ;;
1402
1403   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1404   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1405   | --sharedst | --shareds | --shared | --share | --shar \
1406   | --sha | --sh)
1407     ac_prev=sharedstatedir ;;
1408   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1409   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1410   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1411   | --sha=* | --sh=*)
1412     sharedstatedir=$ac_optarg ;;
1413
1414   -site | --site | --sit)
1415     ac_prev=site ;;
1416   -site=* | --site=* | --sit=*)
1417     site=$ac_optarg ;;
1418
1419   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1420     ac_prev=srcdir ;;
1421   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1422     srcdir=$ac_optarg ;;
1423
1424   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1425   | --syscon | --sysco | --sysc | --sys | --sy)
1426     ac_prev=sysconfdir ;;
1427   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1428   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1429     sysconfdir=$ac_optarg ;;
1430
1431   -target | --target | --targe | --targ | --tar | --ta | --t)
1432     ac_prev=target_alias ;;
1433   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1434     target_alias=$ac_optarg ;;
1435
1436   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1437     verbose=yes ;;
1438
1439   -version | --version | --versio | --versi | --vers | -V)
1440     ac_init_version=: ;;
1441
1442   -with-* | --with-*)
1443     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1444     # Reject names that are not valid shell variable names.
1445     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1446       { echo "$as_me: error: invalid package name: $ac_package" >&2
1447    { (exit 1); exit 1; }; }
1448     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1449     eval with_$ac_package=\$ac_optarg ;;
1450
1451   -without-* | --without-*)
1452     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1453     # Reject names that are not valid shell variable names.
1454     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1455       { echo "$as_me: error: invalid package name: $ac_package" >&2
1456    { (exit 1); exit 1; }; }
1457     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1458     eval with_$ac_package=no ;;
1459
1460   --x)
1461     # Obsolete; use --with-x.
1462     with_x=yes ;;
1463
1464   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1465   | --x-incl | --x-inc | --x-in | --x-i)
1466     ac_prev=x_includes ;;
1467   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1468   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1469     x_includes=$ac_optarg ;;
1470
1471   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1472   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1473     ac_prev=x_libraries ;;
1474   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1475   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1476     x_libraries=$ac_optarg ;;
1477
1478   -*) { echo "$as_me: error: unrecognized option: $ac_option
1479 Try \`$0 --help' for more information." >&2
1480    { (exit 1); exit 1; }; }
1481     ;;
1482
1483   *=*)
1484     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1485     # Reject names that are not valid shell variable names.
1486     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1487       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1488    { (exit 1); exit 1; }; }
1489     eval $ac_envvar=\$ac_optarg
1490     export $ac_envvar ;;
1491
1492   *)
1493     # FIXME: should be removed in autoconf 3.0.
1494     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1495     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1496       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1497     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1498     ;;
1499
1500   esac
1501 done
1502
1503 if test -n "$ac_prev"; then
1504   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1505   { echo "$as_me: error: missing argument to $ac_option" >&2
1506    { (exit 1); exit 1; }; }
1507 fi
1508
1509 # Be sure to have absolute directory names.
1510 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1511                 datadir sysconfdir sharedstatedir localstatedir includedir \
1512                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1513                 libdir localedir mandir
1514 do
1515   eval ac_val=\$$ac_var
1516   case $ac_val in
1517     [\\/$]* | ?:[\\/]* )  continue;;
1518     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1519   esac
1520   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1521    { (exit 1); exit 1; }; }
1522 done
1523
1524 # There might be people who depend on the old broken behavior: `$host'
1525 # used to hold the argument of --host etc.
1526 # FIXME: To remove some day.
1527 build=$build_alias
1528 host=$host_alias
1529 target=$target_alias
1530
1531 # FIXME: To remove some day.
1532 if test "x$host_alias" != x; then
1533   if test "x$build_alias" = x; then
1534     cross_compiling=maybe
1535     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1536     If a cross compiler is detected then cross compile mode will be used." >&2
1537   elif test "x$build_alias" != "x$host_alias"; then
1538     cross_compiling=yes
1539   fi
1540 fi
1541
1542 ac_tool_prefix=
1543 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1544
1545 test "$silent" = yes && exec 6>/dev/null
1546
1547
1548 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1549 ac_ls_di=`ls -di .` &&
1550 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1551   { echo "$as_me: error: Working directory cannot be determined" >&2
1552    { (exit 1); exit 1; }; }
1553 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1554   { echo "$as_me: error: pwd does not report name of working directory" >&2
1555    { (exit 1); exit 1; }; }
1556
1557
1558 # Find the source files, if location was not specified.
1559 if test -z "$srcdir"; then
1560   ac_srcdir_defaulted=yes
1561   # Try the directory containing this script, then the parent directory.
1562   ac_confdir=`$as_dirname -- "$0" ||
1563 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1564          X"$0" : 'X\(//\)[^/]' \| \
1565          X"$0" : 'X\(//\)$' \| \
1566          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1567 echo X"$0" |
1568     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1569             s//\1/
1570             q
1571           }
1572           /^X\(\/\/\)[^/].*/{
1573             s//\1/
1574             q
1575           }
1576           /^X\(\/\/\)$/{
1577             s//\1/
1578             q
1579           }
1580           /^X\(\/\).*/{
1581             s//\1/
1582             q
1583           }
1584           s/.*/./; q'`
1585   srcdir=$ac_confdir
1586   if test ! -r "$srcdir/$ac_unique_file"; then
1587     srcdir=..
1588   fi
1589 else
1590   ac_srcdir_defaulted=no
1591 fi
1592 if test ! -r "$srcdir/$ac_unique_file"; then
1593   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1594   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1595    { (exit 1); exit 1; }; }
1596 fi
1597 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1598 ac_abs_confdir=`(
1599         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1600    { (exit 1); exit 1; }; }
1601         pwd)`
1602 # When building in place, set srcdir=.
1603 if test "$ac_abs_confdir" = "$ac_pwd"; then
1604   srcdir=.
1605 fi
1606 # Remove unnecessary trailing slashes from srcdir.
1607 # Double slashes in file names in object file debugging info
1608 # mess up M-x gdb in Emacs.
1609 case $srcdir in
1610 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1611 esac
1612 for ac_var in $ac_precious_vars; do
1613   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1614   eval ac_env_${ac_var}_value=\$${ac_var}
1615   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1616   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1617 done
1618
1619 #
1620 # Report the --help message.
1621 #
1622 if test "$ac_init_help" = "long"; then
1623   # Omit some internal or obsolete options to make the list less imposing.
1624   # This message is too long to be a string in the A/UX 3.1 sh.
1625   cat <<_ACEOF
1626 \`configure' configures wxWidgets 2.9.4 to adapt to many kinds of systems.
1627
1628 Usage: $0 [OPTION]... [VAR=VALUE]...
1629
1630 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1631 VAR=VALUE.  See below for descriptions of some of the useful variables.
1632
1633 Defaults for the options are specified in brackets.
1634
1635 Configuration:
1636   -h, --help              display this help and exit
1637       --help=short        display options specific to this package
1638       --help=recursive    display the short help of all the included packages
1639   -V, --version           display version information and exit
1640   -q, --quiet, --silent   do not print \`checking...' messages
1641       --cache-file=FILE   cache test results in FILE [disabled]
1642   -C, --config-cache      alias for \`--cache-file=config.cache'
1643   -n, --no-create         do not create output files
1644       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1645
1646 Installation directories:
1647   --prefix=PREFIX         install architecture-independent files in PREFIX
1648                           [$ac_default_prefix]
1649   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1650                           [PREFIX]
1651
1652 By default, \`make install' will install all the files in
1653 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1654 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1655 for instance \`--prefix=\$HOME'.
1656
1657 For better control, use the options below.
1658
1659 Fine tuning of the installation directories:
1660   --bindir=DIR           user executables [EPREFIX/bin]
1661   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1662   --libexecdir=DIR       program executables [EPREFIX/libexec]
1663   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1664   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1665   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1666   --libdir=DIR           object code libraries [EPREFIX/lib]
1667   --includedir=DIR       C header files [PREFIX/include]
1668   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1669   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1670   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1671   --infodir=DIR          info documentation [DATAROOTDIR/info]
1672   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1673   --mandir=DIR           man documentation [DATAROOTDIR/man]
1674   --docdir=DIR           documentation root [DATAROOTDIR/doc/wxwidgets]
1675   --htmldir=DIR          html documentation [DOCDIR]
1676   --dvidir=DIR           dvi documentation [DOCDIR]
1677   --pdfdir=DIR           pdf documentation [DOCDIR]
1678   --psdir=DIR            ps documentation [DOCDIR]
1679 _ACEOF
1680
1681   cat <<\_ACEOF
1682
1683 X features:
1684   --x-includes=DIR    X include files are in DIR
1685   --x-libraries=DIR   X library files are in DIR
1686
1687 System types:
1688   --build=BUILD     configure for building on BUILD [guessed]
1689   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1690 _ACEOF
1691 fi
1692
1693 if test -n "$ac_init_help"; then
1694   case $ac_init_help in
1695      short | recursive ) echo "Configuration of wxWidgets 2.9.4:";;
1696    esac
1697   cat <<\_ACEOF
1698
1699 Optional Features:
1700   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1701   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1702   --disable-gui           don't build GUI parts of the library
1703   --enable-monolithic     build wxWidgets as single library
1704   --enable-plugins        build parts of wxWidgets as loadable components
1705   --enable-official_build official build of wxWidgets (win32 DLL only)
1706   --enable-vendor=VENDOR  vendor name (win32 DLL only)
1707   --disable-all-features  disable all optional features to build minimal library
1708   --enable-universal      use wxWidgets GUI controls instead of native ones
1709   --enable-nanox          use NanoX
1710   --disable-gtk2          use GTK+ 1.2 instead of 2.0
1711   --enable-gpe            use GNOME PDA Environment features if possible
1712   --enable-debug          build library for debugging
1713   --disable-debug_flag    disable all debugging support
1714   --enable-debug_info     generate debug information
1715   --enable-debug_gdb      create code with extra GDB debugging information
1716   --enable-debug_cntxt    obsolete, don't use: use wxDebugContext
1717   --enable-mem_tracing    obsolete, don't use: create code with memory tracing
1718   --disable-shared        create static library instead of shared
1719   --enable-stl            use standard C++ classes for everything
1720   --enable-std_containers use standard C++ container classes
1721   --enable-std_iostreams  use standard C++ stream classes
1722   --enable-std_string     use standard C++ string classes
1723  --enable-std_string_conv_in_wxstring     provide implicit conversion to std::string in wxString
1724   --disable-unicode       compile without Unicode support
1725   --enable-mslu           use MS Layer for Unicode on Windows 9x (Win32 only)
1726   --enable-utf8           use UTF-8 representation for strings (Unix only)
1727   --enable-utf8only       only support UTF-8 locales in UTF-8 build (Unix only)
1728   --enable-extended_rtti  use extended RTTI (XTI)
1729   --enable-omf            use OMF object format
1730   --disable-optimise      compile without optimisations
1731   --enable-profile        create code with profiling information
1732   --enable-no_rtti        create code without RTTI information
1733   --enable-no_exceptions  create code without C++ exceptions handling
1734   --enable-permissive     compile code disregarding strict ANSI
1735   --enable-no_deps        create code without dependency information
1736   --disable-vararg_macros don't use vararg macros, even if they are supported
1737   --enable-universal_binary=archs create universal binary for the specified (or all supported) architectures
1738   --enable-macosx_arch=ARCH  build for just the specified architecture
1739   --enable-compat26       enable wxWidgets 2.6 compatibility
1740   --disable-compat28      disable wxWidgets 2.8 compatibility
1741   --disable-rpath         disable use of rpath for uninstalled builds
1742   --enable-objc_uniquifying enable Objective-C class name uniquifying
1743   --disable-visibility    disable use of ELF symbols visibility even if supported
1744   --disable-tls           disable use of compiler TLS support
1745   --enable-intl           use internationalization system
1746   --enable-xlocale        use x-locale support (requires wxLocale)
1747   --enable-config         use wxConfig (and derived) classes
1748   --enable-protocols      use wxProtocol and derived classes
1749   --enable-ftp            use wxFTP (requires wxProtocol
1750   --enable-http           use wxHTTP (requires wxProtocol
1751   --enable-fileproto      use wxFileProto class (requires wxProtocol
1752   --enable-sockets        use socket/network classes
1753   --enable-ipv6           enable IPv6 support in wxSocket
1754   --enable-ole            use OLE classes (Win32 only)
1755   --enable-dataobj        use data object classes
1756   --enable-ipc            use interprocess communication (wxSocket etc.)
1757   --enable-baseevtloop    use event loop in console programs too
1758   --enable-epollloop      use wxEpollDispatcher class (Linux only)
1759   --enable-selectloop     use wxSelectDispatcher class
1760   --enable-any            use wxAny class
1761   --enable-apple_ieee     use the Apple IEEE codec
1762   --enable-arcstream      use wxArchive streams
1763   --enable-base64         use base64 encoding/decoding functions
1764   --enable-backtrace      use wxStackWalker class for getting backtraces
1765   --enable-catch_segvs    catch signals in wxApp::OnFatalException (Unix only)
1766   --enable-cmdline        use wxCmdLineParser class
1767   --enable-datetime       use wxDateTime class
1768   --enable-debugreport    use wxDebugReport class
1769   --enable-dialupman      use dialup network classes
1770   --enable-dynlib         use wxLibrary class for DLL loading
1771   --enable-dynamicloader  use (new) wxDynamicLibrary class
1772   --enable-exceptions     build exception-safe library
1773   --enable-ffile          use wxFFile class
1774   --enable-file           use wxFile class
1775   --enable-filehistory    use wxFileHistory class
1776   --enable-filesystem     use virtual file systems classes
1777   --enable-fontenum       use wxFontEnumerator class
1778   --enable-fontmap        use font encodings conversion classes
1779   --enable-fs_archive     use virtual archive filesystems
1780   --enable-fs_inet        use virtual HTTP/FTP filesystems
1781   --enable-fs_zip         now replaced by fs_archive
1782   --enable-fswatcher      use wxFileSystemWatcher class
1783   --enable-geometry       use geometry class
1784   --enable-log            use logging system
1785   --enable-longlong       use wxLongLong class
1786   --enable-mimetype       use wxMimeTypesManager
1787   --enable-printfposparam use wxVsnprintf() which supports positional parameters
1788   --enable-snglinst       use wxSingleInstanceChecker class
1789   --enable-sound          use wxSound class
1790   --enable-stdpaths       use wxStandardPaths class
1791   --enable-stopwatch      use wxStopWatch class
1792   --enable-streams        use wxStream etc classes
1793   --enable-sysoptions     use wxSystemOptions
1794   --enable-tarstream      use wxTar streams
1795   --enable-textbuf        use wxTextBuffer class
1796   --enable-textfile       use wxTextFile class
1797   --enable-timer          use wxTimer class
1798   --enable-variant        use wxVariant class
1799   --enable-zipstream      use wxZip streams
1800   --enable-url            use wxURL class
1801   --enable-protocol       use wxProtocol class
1802   --enable-protocol-http  HTTP support in wxProtocol
1803   --enable-protocol-ftp   FTP support in wxProtocol
1804   --enable-protocol-file  FILE support in wxProtocol
1805   --enable-threads        use threads
1806   --enable-iniconf        use wxIniConfig (Win32 only)
1807   --enable-regkey         use wxRegKey class (Win32 only)
1808   --enable-docview        use document view architecture
1809   --enable-help           use help subsystem
1810   --enable-mshtmlhelp     use MS HTML Help (win32)
1811   --enable-html           use wxHTML sub-library
1812   --enable-htmlhelp       use wxHTML-based help
1813   --enable-xrc            use XRC resources sub-library
1814   --enable-aui            use AUI docking library
1815   --enable-propgrid       use wxPropertyGrid library
1816   --enable-ribbon         use wxRibbon library
1817   --enable-stc            use wxStyledTextCtrl library
1818   --enable-constraints    use layout-constraints system
1819   --enable-loggui         use standard GUI logger
1820   --enable-logwin         use wxLogWindow
1821   --enable-logdialog      use wxLogDialog
1822   --enable-mdi            use multiple document interface architecture
1823   --enable-mdidoc         use docview architecture with MDI
1824   --enable-mediactrl      use wxMediaCtrl class
1825   --enable-gstreamer8     force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
1826   --enable-richtext       use wxRichTextCtrl
1827   --enable-postscript     use wxPostscriptDC device context (default for gtk+)
1828   --enable-printarch      use printing architecture
1829   --enable-svg            use wxSVGFileDC device context
1830   --enable-webkit         use wxWebKitCtrl (Mac-only, use wxWebView instead)
1831   --enable-webview        use wxWebView library
1832   --enable-graphics_ctx   use graphics context 2D drawing API
1833   --enable-clipboard      use wxClipboard class
1834   --enable-dnd            use Drag'n'Drop classes
1835   --disable-controls      disable compilation of all standard controls
1836   --enable-markup         support wxControl::SetLabelMarkup
1837   --enable-accel          use accelerators
1838   --enable-animatectrl    use wxAnimationCtrl class
1839   --enable-bannerwindow   use wxBannerWindow class
1840   --enable-artstd         use standard XPM icons in wxArtProvider
1841   --enable-arttango       use Tango icons in wxArtProvider
1842   --enable-bmpbutton      use wxBitmapButton class
1843   --enable-bmpcombobox    use wxBitmapComboBox class
1844   --enable-button         use wxButton class
1845   --enable-calendar       use wxCalendarCtrl class
1846   --enable-caret          use wxCaret class
1847   --enable-checkbox       use wxCheckBox class
1848   --enable-checklst       use wxCheckListBox (listbox with checkboxes) class
1849   --enable-choice         use wxChoice class
1850   --enable-choicebook     use wxChoicebook class
1851   --enable-collpane       use wxCollapsiblePane class
1852   --enable-colourpicker   use wxColourPickerCtrl class
1853   --enable-combobox       use wxComboBox class
1854   --enable-comboctrl      use wxComboCtrl class
1855   --enable-commandlinkbutton      use wxCommmandLinkButton class
1856   --enable-dataviewctrl   use wxDataViewCtrl class
1857   --enable-datepick       use wxDatePickerCtrl class
1858   --enable-detect_sm      use code to detect X11 session manager
1859   --enable-dirpicker      use wxDirPickerCtrl class
1860   --enable-display        use wxDisplay class
1861   --enable-editablebox    use wxEditableListBox class
1862   --enable-filectrl       use wxFileCtrl class
1863   --enable-filepicker     use wxFilePickerCtrl class
1864   --enable-fontpicker     use wxFontPickerCtrl class
1865   --enable-gauge          use wxGauge class
1866   --enable-grid           use wxGrid class
1867   --enable-headerctrl     use wxHeaderCtrl class
1868   --enable-hyperlink      use wxHyperlinkCtrl class
1869   --enable-imaglist       use wxImageList class
1870   --enable-infobar        use wxInfoBar class
1871   --enable-listbook       use wxListbook class
1872   --enable-listbox        use wxListBox class
1873   --enable-listctrl       use wxListCtrl class
1874   --enable-notebook       use wxNotebook class
1875   --enable-notifmsg       use wxNotificationMessage class
1876   --enable-odcombobox     use wxOwnerDrawnComboBox class
1877   --enable-popupwin       use wxPopUpWindow class
1878   --enable-radiobox       use wxRadioBox class
1879   --enable-radiobtn       use wxRadioButton class
1880   --enable-richmsgdlg     use wxRichMessageDialog class
1881   --enable-richtooltip    use wxRichToolTip class
1882   --enable-rearrangectrl  use wxRearrangeList/Ctrl/Dialog
1883   --enable-sash           use wxSashWindow class
1884   --enable-scrollbar      use wxScrollBar class and scrollable windows
1885   --enable-searchctrl     use wxSearchCtrl class
1886   --enable-slider         use wxSlider class
1887   --enable-spinbtn        use wxSpinButton class
1888   --enable-spinctrl       use wxSpinCtrl class
1889   --enable-splitter       use wxSplitterWindow class
1890   --enable-statbmp        use wxStaticBitmap class
1891   --enable-statbox        use wxStaticBox class
1892   --enable-statline       use wxStaticLine class
1893   --enable-stattext       use wxStaticText class
1894   --enable-statusbar      use wxStatusBar class
1895   --enable-taskbaricon    use wxTaskBarIcon class
1896   --enable-tbarnative     use native wxToolBar class
1897   --enable-textctrl       use wxTextCtrl class
1898   --enable-timepick       use wxTimePickerCtrl class
1899   --enable-tipwindow      use wxTipWindow class
1900   --enable-togglebtn      use wxToggleButton class
1901   --enable-toolbar        use wxToolBar class
1902   --enable-toolbook       use wxToolbook class
1903   --enable-treebook       use wxTreebook class
1904   --enable-treectrl       use wxTreeCtrl class
1905   --enable-treelist       use wxTreeListCtrl class
1906   --enable-commondlg      use all common dialogs
1907   --enable-aboutdlg       use wxAboutBox
1908   --enable-choicedlg      use wxChoiceDialog
1909   --enable-coldlg         use wxColourDialog
1910   --enable-filedlg        use wxFileDialog
1911   --enable-finddlg        use wxFindReplaceDialog
1912   --enable-fontdlg        use wxFontDialog
1913   --enable-dirdlg         use wxDirDialog
1914   --enable-msgdlg         use wxMessageDialog
1915   --enable-numberdlg      use wxNumberEntryDialog
1916   --enable-splash         use wxSplashScreen
1917   --enable-textdlg        use wxTextDialog
1918   --enable-tipdlg         use startup tips
1919   --enable-progressdlg    use wxProgressDialog
1920   --enable-wizarddlg      use wxWizard
1921   --enable-menus          use wxMenu/wxMenuBar/wxMenuItem classes
1922   --enable-miniframe      use wxMiniFrame class
1923   --enable-tooltips       use wxToolTip class
1924   --enable-splines        use spline drawing code
1925   --enable-mousewheel     use mousewheel
1926   --enable-validators     use wxValidator and derived classes
1927   --enable-busyinfo       use wxBusyInfo
1928   --enable-hotkey         use wxWindow::RegisterHotKey()
1929   --enable-joystick       use wxJoystick
1930   --enable-metafiles      use wxMetaFile
1931   --enable-dragimage      use wxDragImage
1932   --enable-accessibility  enable accessibility support
1933   --enable-uiactionsim    use wxUIActionSimulator (experimental)
1934   --enable-dctransform    use wxDC::SetTransformMatrix and related
1935   --enable-webview-webkit use wxWebView WebKit backend
1936   --enable-palette        use wxPalette class
1937   --enable-image          use wxImage class
1938   --enable-gif            use gif images (GIF file format)
1939   --enable-pcx            use pcx images (PCX file format)
1940   --enable-tga            use tga images (TGA file format)
1941   --enable-iff            use iff images (IFF file format)
1942   --enable-pnm            use pnm images (PNM file format)
1943   --enable-xpm            use xpm images (XPM file format)
1944   --enable-ico_cur        use Windows ICO and CUR formats
1945   --enable-dccache        cache temporary wxDC objects (Win32 only)
1946   --enable-ps-in-msw      use PS printing in wxMSW (Win32 only)
1947   --enable-ownerdrawn     use owner drawn controls (Win32 and OS/2 only)
1948   --enable-uxtheme        enable support for Windows XP themed look (Win32 only)
1949   --enable-wxdib          use wxDIB class (Win32 only)
1950   --enable-webview-ie     use wxWebView IE backend (Win32 only)
1951   --enable-autoidman      use automatic ids management
1952   --disable-largefile     omit support for large files
1953   --disable-gtktest       do not try to compile and run a test GTK+ program
1954   --disable-gtktest       Do not try to compile and run a test GTK program
1955   --disable-sdltest       Do not try to compile and run a test SDL program
1956   --enable-omf            use OMF object format (OS/2)
1957   --disable-dependency-tracking
1958                           don't use dependency tracking even if the compiler
1959                           can
1960   --disable-precomp-headers
1961                           don't use precompiled headers even if compiler can
1962
1963 Optional Packages:
1964   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1965   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1966   --without-subdirs       don't generate makefiles for samples/demos/...
1967   --with-flavour=NAME     specify a name to identify this build
1968   --with-themes=all|list  use only the specified comma-separated list of wxUniversal themes
1969   --with-gtk[=VERSION]    use GTK+, VERSION can be 2 (default), 1 or "any"
1970   --with-motif            use Motif/Lesstif
1971   --with-osx_carbon       use Mac OS X (Carbon)
1972   --with-osx_cocoa        use Mac OS X (Cocoa)
1973   --with-osx_iphone       use iPhone OS X port
1974   --with-osx              use Mac OS X (default port, currently Carbon)
1975   --with-carbon           same as --with-osx_carbon
1976   --with-cocoa            same as --with-osx_cocoa
1977   --with-iphone           same as --with-osx_iphone
1978   --with-mac              same as --with-osx
1979   --with-old_cocoa        use old, deprecated, Cocoa port
1980   --with-wine             use Wine
1981   --with-msw              use MS-Windows
1982   --with-pm               use OS/2 Presentation Manager
1983   --with-directfb         use DirectFB
1984   --with-microwin         use MicroWindows
1985   --with-x11              use X11
1986   --with-libpng           use libpng (PNG image format)
1987   --with-libjpeg          use libjpeg (JPEG file format)
1988   --with-libtiff          use libtiff (TIFF file format)
1989   --with-libxpm           use libxpm (XPM file format)
1990   --with-libiconv         use libiconv (character conversion)
1991   --with-libmspack        use libmspack (CHM help files loading)
1992   --without-gtkprint      don't use GTK printing support
1993   --without-gnomeprint    don't use GNOME printing libraries
1994   --with-gnomevfs         use GNOME VFS for associating MIME types
1995   --with-hildon           use Hildon framework for Nokia 770/800/810
1996   --with-opengl           use OpenGL (or Mesa)
1997   --with-dmalloc          use dmalloc library (http://dmalloc.com/)
1998   --with-sdl              use SDL for audio on Unix
1999   --with-regex            enable support for wxRegEx class
2000   --with-zlib             use zlib for LZW compression
2001   --with-expat            enable XML support using expat parser
2002   --with-macosx-sdk=PATH  use an OS X SDK at PATH
2003   --with-macosx-version-min=VER   build binaries which require at least this OS X version
2004   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)
2005   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
2006   --with-x                use the X Window System
2007   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
2008   --with-sdl-prefix=PFX   Prefix where SDL is installed (optional)
2009   --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
2010   --with-cppunit-prefix=PFX   Prefix where CppUnit is installed (optional)
2011   --with-cppunit-exec-prefix=PFX  Exec prefix where CppUnit is installed (optional)
2012
2013 Some influential environment variables:
2014   CC          C compiler command
2015   CFLAGS      C compiler flags
2016   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
2017               nonstandard directory <lib dir>
2018   LIBS        libraries to pass to the linker, e.g. -l<library>
2019   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
2020               you have headers in a nonstandard directory <include dir>
2021   CPP         C preprocessor
2022   CXX         C++ compiler command
2023   CXXFLAGS    C++ compiler flags
2024   CXXCPP      C++ preprocessor
2025   PKG_CONFIG  path to pkg-config utility
2026   DIRECTFB_CFLAGS
2027               C compiler flags for DIRECTFB, overriding pkg-config
2028   DIRECTFB_LIBS
2029               linker flags for DIRECTFB, overriding pkg-config
2030   XMKMF       Path to xmkmf, Makefile generator for X Window System
2031   PANGOX_CFLAGS
2032               C compiler flags for PANGOX, overriding pkg-config
2033   PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
2034   PANGOFT2_CFLAGS
2035               C compiler flags for PANGOFT2, overriding pkg-config
2036   PANGOFT2_LIBS
2037               linker flags for PANGOFT2, overriding pkg-config
2038   PANGOXFT_CFLAGS
2039               C compiler flags for PANGOXFT, overriding pkg-config
2040   PANGOXFT_LIBS
2041               linker flags for PANGOXFT, overriding pkg-config
2042   Xinerama_CFLAGS
2043               C compiler flags for Xinerama, overriding pkg-config
2044   Xinerama_LIBS
2045               linker flags for Xinerama, overriding pkg-config
2046   Xxf86vm_CFLAGS
2047               C compiler flags for Xxf86vm, overriding pkg-config
2048   Xxf86vm_LIBS
2049               linker flags for Xxf86vm, overriding pkg-config
2050   SM_CFLAGS   C compiler flags for SM, overriding pkg-config
2051   SM_LIBS     linker flags for SM, overriding pkg-config
2052   GL_CFLAGS   C compiler flags for GL, overriding pkg-config
2053   GL_LIBS     linker flags for GL, overriding pkg-config
2054   GLU_CFLAGS  C compiler flags for GLU, overriding pkg-config
2055   GLU_LIBS    linker flags for GLU, overriding pkg-config
2056   MesaGL_CFLAGS
2057               C compiler flags for MesaGL, overriding pkg-config
2058   MesaGL_LIBS linker flags for MesaGL, overriding pkg-config
2059   GTKPRINT_CFLAGS
2060               C compiler flags for GTKPRINT, overriding pkg-config
2061   GTKPRINT_LIBS
2062               linker flags for GTKPRINT, overriding pkg-config
2063   LIBGNOMEPRINTUI_CFLAGS
2064               C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2065   LIBGNOMEPRINTUI_LIBS
2066               linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2067   GNOMEVFS_CFLAGS
2068               C compiler flags for GNOMEVFS, overriding pkg-config
2069   GNOMEVFS_LIBS
2070               linker flags for GNOMEVFS, overriding pkg-config
2071   HILDON_CFLAGS
2072               C compiler flags for HILDON, overriding pkg-config
2073   HILDON_LIBS linker flags for HILDON, overriding pkg-config
2074   HILDON2_CFLAGS
2075               C compiler flags for HILDON2, overriding pkg-config
2076   HILDON2_LIBS
2077               linker flags for HILDON2, overriding pkg-config
2078   WEBKIT_CFLAGS
2079               C compiler flags for WEBKIT, overriding pkg-config
2080   WEBKIT_LIBS linker flags for WEBKIT, overriding pkg-config
2081   CAIRO_CFLAGS
2082               C compiler flags for CAIRO, overriding pkg-config
2083   CAIRO_LIBS  linker flags for CAIRO, overriding pkg-config
2084   GST_CFLAGS  C compiler flags for GST, overriding pkg-config
2085   GST_LIBS    linker flags for GST, overriding pkg-config
2086
2087 Use these variables to override the choices made by `configure' or to help
2088 it to find libraries and programs with nonstandard names/locations.
2089
2090 Report bugs to <wx-dev@lists.wxwidgets.org>.
2091 _ACEOF
2092 ac_status=$?
2093 fi
2094
2095 if test "$ac_init_help" = "recursive"; then
2096   # If there are subdirs, report their specific --help.
2097   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2098     test -d "$ac_dir" || continue
2099     ac_builddir=.
2100
2101 case "$ac_dir" in
2102 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2103 *)
2104   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2105   # A ".." for each directory in $ac_dir_suffix.
2106   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2107   case $ac_top_builddir_sub in
2108   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2109   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2110   esac ;;
2111 esac
2112 ac_abs_top_builddir=$ac_pwd
2113 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2114 # for backward compatibility:
2115 ac_top_builddir=$ac_top_build_prefix
2116
2117 case $srcdir in
2118   .)  # We are building in place.
2119     ac_srcdir=.
2120     ac_top_srcdir=$ac_top_builddir_sub
2121     ac_abs_top_srcdir=$ac_pwd ;;
2122   [\\/]* | ?:[\\/]* )  # Absolute name.
2123     ac_srcdir=$srcdir$ac_dir_suffix;
2124     ac_top_srcdir=$srcdir
2125     ac_abs_top_srcdir=$srcdir ;;
2126   *) # Relative name.
2127     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2128     ac_top_srcdir=$ac_top_build_prefix$srcdir
2129     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2130 esac
2131 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2132
2133     cd "$ac_dir" || { ac_status=$?; continue; }
2134     # Check for guested configure.
2135     if test -f "$ac_srcdir/configure.gnu"; then
2136       echo &&
2137       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2138     elif test -f "$ac_srcdir/configure"; then
2139       echo &&
2140       $SHELL "$ac_srcdir/configure" --help=recursive
2141     else
2142       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2143     fi || ac_status=$?
2144     cd "$ac_pwd" || { ac_status=$?; break; }
2145   done
2146 fi
2147
2148 test -n "$ac_init_help" && exit $ac_status
2149 if $ac_init_version; then
2150   cat <<\_ACEOF
2151 wxWidgets configure 2.9.4
2152 generated by GNU Autoconf 2.61
2153
2154 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2155 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2156 This configure script is free software; the Free Software Foundation
2157 gives unlimited permission to copy, distribute and modify it.
2158 _ACEOF
2159   exit
2160 fi
2161 cat >config.log <<_ACEOF
2162 This file contains any messages produced by compilers while
2163 running configure, to aid debugging if configure makes a mistake.
2164
2165 It was created by wxWidgets $as_me 2.9.4, which was
2166 generated by GNU Autoconf 2.61.  Invocation command line was
2167
2168   $ $0 $@
2169
2170 _ACEOF
2171 exec 5>>config.log
2172 {
2173 cat <<_ASUNAME
2174 ## --------- ##
2175 ## Platform. ##
2176 ## --------- ##
2177
2178 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2179 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2180 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2181 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2182 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2183
2184 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2185 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2186
2187 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2188 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2189 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2190 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2191 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2192 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2193 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2194
2195 _ASUNAME
2196
2197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2198 for as_dir in $PATH
2199 do
2200   IFS=$as_save_IFS
2201   test -z "$as_dir" && as_dir=.
2202   echo "PATH: $as_dir"
2203 done
2204 IFS=$as_save_IFS
2205
2206 } >&5
2207
2208 cat >&5 <<_ACEOF
2209
2210
2211 ## ----------- ##
2212 ## Core tests. ##
2213 ## ----------- ##
2214
2215 _ACEOF
2216
2217
2218 # Keep a trace of the command line.
2219 # Strip out --no-create and --no-recursion so they do not pile up.
2220 # Strip out --silent because we don't want to record it for future runs.
2221 # Also quote any args containing shell meta-characters.
2222 # Make two passes to allow for proper duplicate-argument suppression.
2223 ac_configure_args=
2224 ac_configure_args0=
2225 ac_configure_args1=
2226 ac_must_keep_next=false
2227 for ac_pass in 1 2
2228 do
2229   for ac_arg
2230   do
2231     case $ac_arg in
2232     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2233     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2234     | -silent | --silent | --silen | --sile | --sil)
2235       continue ;;
2236     *\'*)
2237       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2238     esac
2239     case $ac_pass in
2240     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2241     2)
2242       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2243       if test $ac_must_keep_next = true; then
2244         ac_must_keep_next=false # Got value, back to normal.
2245       else
2246         case $ac_arg in
2247           *=* | --config-cache | -C | -disable-* | --disable-* \
2248           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2249           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2250           | -with-* | --with-* | -without-* | --without-* | --x)
2251             case "$ac_configure_args0 " in
2252               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2253             esac
2254             ;;
2255           -* ) ac_must_keep_next=true ;;
2256         esac
2257       fi
2258       ac_configure_args="$ac_configure_args '$ac_arg'"
2259       ;;
2260     esac
2261   done
2262 done
2263 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2264 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2265
2266 # When interrupted or exit'd, cleanup temporary files, and complete
2267 # config.log.  We remove comments because anyway the quotes in there
2268 # would cause problems or look ugly.
2269 # WARNING: Use '\'' to represent an apostrophe within the trap.
2270 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2271 trap 'exit_status=$?
2272   # Save into config.log some information that might help in debugging.
2273   {
2274     echo
2275
2276     cat <<\_ASBOX
2277 ## ---------------- ##
2278 ## Cache variables. ##
2279 ## ---------------- ##
2280 _ASBOX
2281     echo
2282     # The following way of writing the cache mishandles newlines in values,
2283 (
2284   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2285     eval ac_val=\$$ac_var
2286     case $ac_val in #(
2287     *${as_nl}*)
2288       case $ac_var in #(
2289       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2290 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2291       esac
2292       case $ac_var in #(
2293       _ | IFS | as_nl) ;; #(
2294       *) $as_unset $ac_var ;;
2295       esac ;;
2296     esac
2297   done
2298   (set) 2>&1 |
2299     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2300     *${as_nl}ac_space=\ *)
2301       sed -n \
2302         "s/'\''/'\''\\\\'\'''\''/g;
2303           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2304       ;; #(
2305     *)
2306       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2307       ;;
2308     esac |
2309     sort
2310 )
2311     echo
2312
2313     cat <<\_ASBOX
2314 ## ----------------- ##
2315 ## Output variables. ##
2316 ## ----------------- ##
2317 _ASBOX
2318     echo
2319     for ac_var in $ac_subst_vars
2320     do
2321       eval ac_val=\$$ac_var
2322       case $ac_val in
2323       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2324       esac
2325       echo "$ac_var='\''$ac_val'\''"
2326     done | sort
2327     echo
2328
2329     if test -n "$ac_subst_files"; then
2330       cat <<\_ASBOX
2331 ## ------------------- ##
2332 ## File substitutions. ##
2333 ## ------------------- ##
2334 _ASBOX
2335       echo
2336       for ac_var in $ac_subst_files
2337       do
2338         eval ac_val=\$$ac_var
2339         case $ac_val in
2340         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2341         esac
2342         echo "$ac_var='\''$ac_val'\''"
2343       done | sort
2344       echo
2345     fi
2346
2347     if test -s confdefs.h; then
2348       cat <<\_ASBOX
2349 ## ----------- ##
2350 ## confdefs.h. ##
2351 ## ----------- ##
2352 _ASBOX
2353       echo
2354       cat confdefs.h
2355       echo
2356     fi
2357     test "$ac_signal" != 0 &&
2358       echo "$as_me: caught signal $ac_signal"
2359     echo "$as_me: exit $exit_status"
2360   } >&5
2361   rm -f core *.core core.conftest.* &&
2362     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2363     exit $exit_status
2364 ' 0
2365 for ac_signal in 1 2 13 15; do
2366   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2367 done
2368 ac_signal=0
2369
2370 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2371 rm -f -r conftest* confdefs.h
2372
2373 # Predefined preprocessor variables.
2374
2375 cat >>confdefs.h <<_ACEOF
2376 #define PACKAGE_NAME "$PACKAGE_NAME"
2377 _ACEOF
2378
2379
2380 cat >>confdefs.h <<_ACEOF
2381 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2382 _ACEOF
2383
2384
2385 cat >>confdefs.h <<_ACEOF
2386 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2387 _ACEOF
2388
2389
2390 cat >>confdefs.h <<_ACEOF
2391 #define PACKAGE_STRING "$PACKAGE_STRING"
2392 _ACEOF
2393
2394
2395 cat >>confdefs.h <<_ACEOF
2396 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2397 _ACEOF
2398
2399
2400 # Let the site file select an alternate cache file if it wants to.
2401 # Prefer explicitly selected file to automatically selected ones.
2402 if test -n "$CONFIG_SITE"; then
2403   set x "$CONFIG_SITE"
2404 elif test "x$prefix" != xNONE; then
2405   set x "$prefix/share/config.site" "$prefix/etc/config.site"
2406 else
2407   set x "$ac_default_prefix/share/config.site" \
2408         "$ac_default_prefix/etc/config.site"
2409 fi
2410 shift
2411 for ac_site_file
2412 do
2413   if test -r "$ac_site_file"; then
2414     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2415 echo "$as_me: loading site script $ac_site_file" >&6;}
2416     sed 's/^/| /' "$ac_site_file" >&5
2417     . "$ac_site_file"
2418   fi
2419 done
2420
2421 if test -r "$cache_file"; then
2422   # Some versions of bash will fail to source /dev/null (special
2423   # files actually), so we avoid doing that.
2424   if test -f "$cache_file"; then
2425     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2426 echo "$as_me: loading cache $cache_file" >&6;}
2427     case $cache_file in
2428       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2429       *)                      . "./$cache_file";;
2430     esac
2431   fi
2432 else
2433   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2434 echo "$as_me: creating cache $cache_file" >&6;}
2435   >$cache_file
2436 fi
2437
2438 # Check that the precious variables saved in the cache have kept the same
2439 # value.
2440 ac_cache_corrupted=false
2441 for ac_var in $ac_precious_vars; do
2442   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2443   eval ac_new_set=\$ac_env_${ac_var}_set
2444   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2445   eval ac_new_val=\$ac_env_${ac_var}_value
2446   case $ac_old_set,$ac_new_set in
2447     set,)
2448       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2449 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2450       ac_cache_corrupted=: ;;
2451     ,set)
2452       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2453 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2454       ac_cache_corrupted=: ;;
2455     ,);;
2456     *)
2457       if test "x$ac_old_val" != "x$ac_new_val"; then
2458         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2459 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2460         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
2461 echo "$as_me:   former value:  $ac_old_val" >&2;}
2462         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
2463 echo "$as_me:   current value: $ac_new_val" >&2;}
2464         ac_cache_corrupted=:
2465       fi;;
2466   esac
2467   # Pass precious variables to config.status.
2468   if test "$ac_new_set" = set; then
2469     case $ac_new_val in
2470     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2471     *) ac_arg=$ac_var=$ac_new_val ;;
2472     esac
2473     case " $ac_configure_args " in
2474       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2475       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2476     esac
2477   fi
2478 done
2479 if $ac_cache_corrupted; then
2480   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2481 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2482   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2483 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2484    { (exit 1); exit 1; }; }
2485 fi
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511 ac_ext=c
2512 ac_cpp='$CPP $CPPFLAGS'
2513 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2514 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2515 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2516
2517
2518
2519
2520
2521 ac_aux_dir=
2522 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2523   if test -f "$ac_dir/install-sh"; then
2524     ac_aux_dir=$ac_dir
2525     ac_install_sh="$ac_aux_dir/install-sh -c"
2526     break
2527   elif test -f "$ac_dir/install.sh"; then
2528     ac_aux_dir=$ac_dir
2529     ac_install_sh="$ac_aux_dir/install.sh -c"
2530     break
2531   elif test -f "$ac_dir/shtool"; then
2532     ac_aux_dir=$ac_dir
2533     ac_install_sh="$ac_aux_dir/shtool install -c"
2534     break
2535   fi
2536 done
2537 if test -z "$ac_aux_dir"; then
2538   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2539 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2540    { (exit 1); exit 1; }; }
2541 fi
2542
2543 # These three variables are undocumented and unsupported,
2544 # and are intended to be withdrawn in a future Autoconf release.
2545 # They can cause serious problems if a builder's source tree is in a directory
2546 # whose full name contains unusual characters.
2547 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2548 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2549 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2550
2551
2552 # Make sure we can run config.sub.
2553 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2554   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2555 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2556    { (exit 1); exit 1; }; }
2557
2558 { echo "$as_me:$LINENO: checking build system type" >&5
2559 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2560 if test "${ac_cv_build+set}" = set; then
2561   echo $ECHO_N "(cached) $ECHO_C" >&6
2562 else
2563   ac_build_alias=$build_alias
2564 test "x$ac_build_alias" = x &&
2565   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2566 test "x$ac_build_alias" = x &&
2567   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2568 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2569    { (exit 1); exit 1; }; }
2570 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2571   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2572 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2573    { (exit 1); exit 1; }; }
2574
2575 fi
2576 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2577 echo "${ECHO_T}$ac_cv_build" >&6; }
2578 case $ac_cv_build in
2579 *-*-*) ;;
2580 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2581 echo "$as_me: error: invalid value of canonical build" >&2;}
2582    { (exit 1); exit 1; }; };;
2583 esac
2584 build=$ac_cv_build
2585 ac_save_IFS=$IFS; IFS='-'
2586 set x $ac_cv_build
2587 shift
2588 build_cpu=$1
2589 build_vendor=$2
2590 shift; shift
2591 # Remember, the first character of IFS is used to create $*,
2592 # except with old shells:
2593 build_os=$*
2594 IFS=$ac_save_IFS
2595 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2596
2597
2598 { echo "$as_me:$LINENO: checking host system type" >&5
2599 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2600 if test "${ac_cv_host+set}" = set; then
2601   echo $ECHO_N "(cached) $ECHO_C" >&6
2602 else
2603   if test "x$host_alias" = x; then
2604   ac_cv_host=$ac_cv_build
2605 else
2606   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2607     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2608 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2609    { (exit 1); exit 1; }; }
2610 fi
2611
2612 fi
2613 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2614 echo "${ECHO_T}$ac_cv_host" >&6; }
2615 case $ac_cv_host in
2616 *-*-*) ;;
2617 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2618 echo "$as_me: error: invalid value of canonical host" >&2;}
2619    { (exit 1); exit 1; }; };;
2620 esac
2621 host=$ac_cv_host
2622 ac_save_IFS=$IFS; IFS='-'
2623 set x $ac_cv_host
2624 shift
2625 host_cpu=$1
2626 host_vendor=$2
2627 shift; shift
2628 # Remember, the first character of IFS is used to create $*,
2629 # except with old shells:
2630 host_os=$*
2631 IFS=$ac_save_IFS
2632 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2633
2634
2635
2636 if test "$cross_compiling" != "no"; then
2637     HOST_PREFIX="${host_alias}-"
2638     HOST_SUFFIX="-$host_alias"
2639 else
2640     HOST_PREFIX=
2641     HOST_SUFFIX=
2642 fi
2643
2644
2645 wx_major_version_number=2
2646 wx_minor_version_number=9
2647 wx_release_number=4
2648 wx_subrelease_number=0
2649
2650 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
2651 WX_VERSION=$WX_RELEASE.$wx_release_number
2652 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
2653
2654 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
2655
2656
2657 wx_top_builddir="`pwd`"
2658
2659
2660
2661
2662 USE_UNIX=1
2663 USE_OS2=0
2664 USE_WIN32=0
2665 USE_DOS=0
2666 USE_BEOS=0
2667 USE_MAC=0
2668
2669 USE_AIX=
2670 USE_BSD=                            USE_DARWIN=                         USE_FREEBSD=
2671 USE_GNU=                            USE_HPUX=
2672 USE_LINUX=
2673 USE_NETBSD=
2674 USE_OPENBSD=
2675 USE_OSF=                            USE_SGI=
2676 USE_SOLARIS=                        USE_SUN=                            USE_SUNOS=                          USE_SVR4=                           USE_SYSV=                           USE_VMS=
2677 USE_ULTRIX=
2678 USE_UNIXWARE=
2679
2680 USE_ALPHA=
2681
2682 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
2683
2684 ALL_TOOLKITS="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MICROWIN MOTIF MSW PM X11 DFB"
2685
2686 DEFAULT_wxUSE_OLD_COCOA=0
2687 DEFAULT_wxUSE_GTK=0
2688 DEFAULT_wxUSE_OSX_CARBON=0
2689 DEFAULT_wxUSE_OSX_COCOA=0
2690 DEFAULT_wxUSE_OSX_IPHONE=0
2691 DEFAULT_wxUSE_MICROWIN=0
2692 DEFAULT_wxUSE_MOTIF=0
2693 DEFAULT_wxUSE_MSW=0
2694 DEFAULT_wxUSE_PM=0
2695 DEFAULT_wxUSE_X11=0
2696 DEFAULT_wxUSE_DFB=0
2697
2698 DEFAULT_DEFAULT_wxUSE_OLD_COCOA=0
2699 DEFAULT_DEFAULT_wxUSE_GTK=0
2700 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=0
2701 DEFAULT_DEFAULT_wxUSE_OSX_COCOA=0
2702 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=0
2703 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
2704 DEFAULT_DEFAULT_wxUSE_MOTIF=0
2705 DEFAULT_DEFAULT_wxUSE_MSW=0
2706 DEFAULT_DEFAULT_wxUSE_PM=0
2707 DEFAULT_DEFAULT_wxUSE_X11=0
2708 DEFAULT_DEFAULT_wxUSE_DFB=0
2709
2710 PROGRAM_EXT=
2711 SAMPLES_RPATH_FLAG=
2712 DYLIB_RPATH_INSTALL=
2713 DYLIB_RPATH_POSTLINK=
2714
2715 DEFAULT_STD_FLAG=yes
2716
2717 case "${host}" in
2718   *-hp-hpux* )
2719     USE_HPUX=1
2720     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2721     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2722     cat >>confdefs.h <<\_ACEOF
2723 #define __HPUX__ 1
2724 _ACEOF
2725
2726
2727             CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
2728   ;;
2729   *-*-linux* )
2730     USE_LINUX=1
2731     cat >>confdefs.h <<\_ACEOF
2732 #define __LINUX__ 1
2733 _ACEOF
2734
2735     TMP=`uname -m`
2736     if test "x$TMP" = "xalpha"; then
2737       USE_ALPHA=1
2738       cat >>confdefs.h <<\_ACEOF
2739 #define __ALPHA__ 1
2740 _ACEOF
2741
2742     fi
2743     DEFAULT_DEFAULT_wxUSE_GTK=1
2744   ;;
2745   *-*-gnu* | *-*-k*bsd*-gnu )
2746     USE_GNU=1
2747     TMP=`uname -m`
2748     if test "x$TMP" = "xalpha"; then
2749       USE_ALPHA=1
2750       cat >>confdefs.h <<\_ACEOF
2751 #define __ALPHA__ 1
2752 _ACEOF
2753
2754     fi
2755     DEFAULT_DEFAULT_wxUSE_GTK=1
2756   ;;
2757   *-*-irix5* | *-*-irix6* )
2758     USE_SGI=1
2759     USE_SVR4=1
2760     cat >>confdefs.h <<\_ACEOF
2761 #define __SGI__ 1
2762 _ACEOF
2763
2764     cat >>confdefs.h <<\_ACEOF
2765 #define __SVR4__ 1
2766 _ACEOF
2767
2768     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2769   ;;
2770   *-*-qnx*)
2771     USE_QNX=1
2772     cat >>confdefs.h <<\_ACEOF
2773 #define __QNX__ 1
2774 _ACEOF
2775
2776     DEFAULT_DEFAULT_wxUSE_X11=1
2777   ;;
2778   *-*-solaris2* )
2779     USE_SUN=1
2780     USE_SOLARIS=1
2781     USE_SVR4=1
2782     cat >>confdefs.h <<\_ACEOF
2783 #define __SUN__ 1
2784 _ACEOF
2785
2786     cat >>confdefs.h <<\_ACEOF
2787 #define __SOLARIS__ 1
2788 _ACEOF
2789
2790     cat >>confdefs.h <<\_ACEOF
2791 #define __SVR4__ 1
2792 _ACEOF
2793
2794     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2795     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2796   ;;
2797   *-*-sunos4* )
2798     USE_SUN=1
2799     USE_SUNOS=1
2800     USE_BSD=1
2801     cat >>confdefs.h <<\_ACEOF
2802 #define __SUN__ 1
2803 _ACEOF
2804
2805     cat >>confdefs.h <<\_ACEOF
2806 #define __SUNOS__ 1
2807 _ACEOF
2808
2809     cat >>confdefs.h <<\_ACEOF
2810 #define __BSD__ 1
2811 _ACEOF
2812
2813     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2814   ;;
2815   *-*-freebsd*)
2816     USE_BSD=1
2817     USE_FREEBSD=1
2818     cat >>confdefs.h <<\_ACEOF
2819 #define __FREEBSD__ 1
2820 _ACEOF
2821
2822     cat >>confdefs.h <<\_ACEOF
2823 #define __BSD__ 1
2824 _ACEOF
2825
2826     DEFAULT_DEFAULT_wxUSE_GTK=1
2827   ;;
2828   *-*-openbsd*|*-*-mirbsd*)
2829     USE_BSD=1
2830     USE_OPENBSD=1
2831     cat >>confdefs.h <<\_ACEOF
2832 #define __OPENBSD__ 1
2833 _ACEOF
2834
2835     cat >>confdefs.h <<\_ACEOF
2836 #define __BSD__ 1
2837 _ACEOF
2838
2839     DEFAULT_DEFAULT_wxUSE_GTK=1
2840   ;;
2841   *-*-netbsd*)
2842     USE_BSD=1
2843     USE_NETBSD=1
2844     cat >>confdefs.h <<\_ACEOF
2845 #define __NETBSD__ 1
2846 _ACEOF
2847
2848     cat >>confdefs.h <<\_ACEOF
2849 #define __BSD__ 1
2850 _ACEOF
2851
2852     DEFAULT_DEFAULT_wxUSE_GTK=1
2853     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2854
2855             CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2856   ;;
2857   *-*-osf* )
2858     USE_ALPHA=1
2859     USE_OSF=1
2860     cat >>confdefs.h <<\_ACEOF
2861 #define __ALPHA__ 1
2862 _ACEOF
2863
2864     cat >>confdefs.h <<\_ACEOF
2865 #define __OSF__ 1
2866 _ACEOF
2867
2868     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2869     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2870   ;;
2871   *-*-dgux5* )
2872     USE_ALPHA=1
2873     USE_SVR4=1
2874     cat >>confdefs.h <<\_ACEOF
2875 #define __ALPHA__ 1
2876 _ACEOF
2877
2878     cat >>confdefs.h <<\_ACEOF
2879 #define __SVR4__ 1
2880 _ACEOF
2881
2882     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2883   ;;
2884   *-*-sysv5* )
2885     USE_SYSV=1
2886     USE_SVR4=1
2887     cat >>confdefs.h <<\_ACEOF
2888 #define __SYSV__ 1
2889 _ACEOF
2890
2891     cat >>confdefs.h <<\_ACEOF
2892 #define __SVR4__ 1
2893 _ACEOF
2894
2895     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2896   ;;
2897   *-*-aix* )
2898     USE_AIX=1
2899     USE_SYSV=1
2900     USE_SVR4=1
2901     cat >>confdefs.h <<\_ACEOF
2902 #define __AIX__ 1
2903 _ACEOF
2904
2905     cat >>confdefs.h <<\_ACEOF
2906 #define __SYSV__ 1
2907 _ACEOF
2908
2909     cat >>confdefs.h <<\_ACEOF
2910 #define __SVR4__ 1
2911 _ACEOF
2912
2913     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2914   ;;
2915
2916   *-*-*UnixWare*)
2917     USE_SYSV=1
2918     USE_SVR4=1
2919     USE_UNIXWARE=1
2920     cat >>confdefs.h <<\_ACEOF
2921 #define __UNIXWARE__ 1
2922 _ACEOF
2923
2924   ;;
2925
2926   *-*-cygwin* | *-*-mingw32* )
2927                 PROGRAM_EXT=".exe"
2928     DEFAULT_DEFAULT_wxUSE_MSW=1
2929   ;;
2930
2931   *-pc-msdosdjgpp )
2932     USE_UNIX=0
2933     USE_DOS=1
2934     cat >>confdefs.h <<\_ACEOF
2935 #define __DOS__ 1
2936 _ACEOF
2937
2938     PROGRAM_EXT=".exe"
2939   ;;
2940
2941   *-pc-os2_emx | *-pc-os2-emx )
2942     cat >>confdefs.h <<\_ACEOF
2943 #define __EMX__ 1
2944 _ACEOF
2945
2946     USE_OS2=1
2947     cat >>confdefs.h <<\_ACEOF
2948 #define __OS2__ 1
2949 _ACEOF
2950
2951     PROGRAM_EXT=".exe"
2952     DEFAULT_DEFAULT_wxUSE_PM=1
2953         CXX=gcc
2954     LDFLAGS="$LDFLAGS -Zcrtdll"
2955                         ac_executable_extensions=".exe"
2956     export ac_executable_extensions
2957             ac_save_IFS="$IFS"
2958     IFS='\\'
2959     ac_TEMP_PATH=
2960     for ac_dir in $PATH; do
2961       IFS=$ac_save_IFS
2962       if test -z "$ac_TEMP_PATH"; then
2963         ac_TEMP_PATH="$ac_dir"
2964       else
2965         ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
2966       fi
2967     done
2968     export PATH="$ac_TEMP_PATH"
2969     unset ac_TEMP_PATH
2970     DEFAULT_STD_FLAG=no
2971   ;;
2972
2973   arm-apple-darwin*)
2974         USE_BSD=1
2975     USE_DARWIN=1
2976     cat >>confdefs.h <<\_ACEOF
2977 #define __BSD__ 1
2978 _ACEOF
2979
2980     cat >>confdefs.h <<\_ACEOF
2981 #define __DARWIN__ 1
2982 _ACEOF
2983
2984     DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=1
2985   ;;
2986
2987   *-*-darwin* )
2988         USE_BSD=1
2989     USE_DARWIN=1
2990     cat >>confdefs.h <<\_ACEOF
2991 #define __BSD__ 1
2992 _ACEOF
2993
2994     cat >>confdefs.h <<\_ACEOF
2995 #define __DARWIN__ 1
2996 _ACEOF
2997
2998     cat >>confdefs.h <<\_ACEOF
2999 #define TARGET_CARBON 1
3000 _ACEOF
3001
3002     DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
3003   ;;
3004
3005   *-*-beos* )
3006         USE_BEOS=1
3007     cat >>confdefs.h <<\_ACEOF
3008 #define __BEOS__ 1
3009 _ACEOF
3010
3011   ;;
3012
3013   *)
3014     { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
3015 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
3016     { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
3017 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
3018
3019     DEFAULT_DEFAULT_wxUSE_X11=1
3020     DEFAULT_wxUSE_SHARED=no
3021 esac
3022
3023
3024
3025 DEFAULT_wxUSE_ALL_FEATURES=yes
3026
3027 DEFAULT_wxUSE_STD_CONTAINERS=no
3028 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
3029 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
3030
3031 DEFAULT_wxUSE_DMALLOC=no
3032 DEFAULT_wxUSE_LIBGNOMEVFS=no
3033 DEFAULT_wxUSE_LIBHILDON=no
3034 DEFAULT_wxUSE_LIBHILDON2=no
3035 DEFAULT_wxUSE_LIBMSPACK=no
3036 DEFAULT_wxUSE_LIBSDL=no
3037
3038 DEFAULT_wxUSE_ACCESSIBILITY=no
3039 DEFAULT_wxUSE_IPV6=no
3040 DEFAULT_wxUSE_GSTREAMER8=no
3041
3042 DEFAULT_wxUSE_ARTPROVIDER_TANGO=auto
3043 DEFAULT_wxUSE_UNICODE_UTF8=auto
3044 DEFAULT_wxUSE_OPENGL=auto
3045 DEFAULT_wxUSE_MEDIACTRL=auto
3046 DEFAULT_wxUSE_COMPILER_TLS=auto
3047 DEFAULT_wxUSE_HOTKEY=auto
3048 DEFAULT_wxUSE_METAFILE=auto
3049
3050 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
3051
3052 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
3053 DEFAULT_wxUSE_MAC_ARCH=no
3054
3055 DEFAULT_wxUSE_OFFICIAL_BUILD=no
3056
3057 DEFAULT_wxUSE_GTK2=yes
3058
3059 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
3060
3061
3062
3063
3064
3065           enablestring=disable
3066           defaultval=
3067           if test -z "$defaultval"; then
3068               if test x"$enablestring" = xdisable; then
3069                   defaultval=yes
3070               else
3071                   defaultval=no
3072               fi
3073           fi
3074
3075           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
3076 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6; }
3077           # Check whether --enable-gui was given.
3078 if test "${enable_gui+set}" = set; then
3079   enableval=$enable_gui;
3080                           if test "$enableval" = yes; then
3081                             wx_cv_use_gui='wxUSE_GUI=yes'
3082                           else
3083                             wx_cv_use_gui='wxUSE_GUI=no'
3084                           fi
3085
3086 else
3087
3088                           wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
3089
3090 fi
3091
3092
3093           eval "$wx_cv_use_gui"
3094
3095           if test x"$enablestring" = xdisable; then
3096             if test $wxUSE_GUI = no; then
3097               result=yes
3098             else
3099               result=no
3100             fi
3101           else
3102             result=$wxUSE_GUI
3103           fi
3104
3105           { echo "$as_me:$LINENO: result: $result" >&5
3106 echo "${ECHO_T}$result" >&6; }
3107
3108
3109           enablestring=
3110           defaultval=
3111           if test -z "$defaultval"; then
3112               if test x"$enablestring" = xdisable; then
3113                   defaultval=yes
3114               else
3115                   defaultval=no
3116               fi
3117           fi
3118
3119           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
3120 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6; }
3121           # Check whether --enable-monolithic was given.
3122 if test "${enable_monolithic+set}" = set; then
3123   enableval=$enable_monolithic;
3124                           if test "$enableval" = yes; then
3125                             wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
3126                           else
3127                             wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
3128                           fi
3129
3130 else
3131
3132                           wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
3133
3134 fi
3135
3136
3137           eval "$wx_cv_use_monolithic"
3138
3139           if test x"$enablestring" = xdisable; then
3140             if test $wxUSE_MONOLITHIC = no; then
3141               result=yes
3142             else
3143               result=no
3144             fi
3145           else
3146             result=$wxUSE_MONOLITHIC
3147           fi
3148
3149           { echo "$as_me:$LINENO: result: $result" >&5
3150 echo "${ECHO_T}$result" >&6; }
3151
3152
3153           enablestring=
3154           defaultval=
3155           if test -z "$defaultval"; then
3156               if test x"$enablestring" = xdisable; then
3157                   defaultval=yes
3158               else
3159                   defaultval=no
3160               fi
3161           fi
3162
3163           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
3164 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6; }
3165           # Check whether --enable-plugins was given.
3166 if test "${enable_plugins+set}" = set; then
3167   enableval=$enable_plugins;
3168                           if test "$enableval" = yes; then
3169                             wx_cv_use_plugins='wxUSE_PLUGINS=yes'
3170                           else
3171                             wx_cv_use_plugins='wxUSE_PLUGINS=no'
3172                           fi
3173
3174 else
3175
3176                           wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
3177
3178 fi
3179
3180
3181           eval "$wx_cv_use_plugins"
3182
3183           if test x"$enablestring" = xdisable; then
3184             if test $wxUSE_PLUGINS = no; then
3185               result=yes
3186             else
3187               result=no
3188             fi
3189           else
3190             result=$wxUSE_PLUGINS
3191           fi
3192
3193           { echo "$as_me:$LINENO: result: $result" >&5
3194 echo "${ECHO_T}$result" >&6; }
3195
3196
3197           withstring=without
3198           defaultval=$wxUSE_ALL_FEATURES
3199           if test -z "$defaultval"; then
3200               if test x"$withstring" = xwithout; then
3201                   defaultval=yes
3202               else
3203                   defaultval=no
3204               fi
3205           fi
3206           { echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
3207 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6; }
3208
3209 # Check whether --with-subdirs was given.
3210 if test "${with_subdirs+set}" = set; then
3211   withval=$with_subdirs;
3212                         if test "$withval" = yes; then
3213                           wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
3214                         else
3215                           wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
3216                         fi
3217
3218 else
3219
3220                         wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
3221
3222 fi
3223
3224
3225           eval "$wx_cv_use_subdirs"
3226
3227           if test x"$withstring" = xwithout; then
3228             if test $wxWITH_SUBDIRS = yes; then
3229               result=no
3230             else
3231               result=yes
3232             fi
3233           else
3234             result=$wxWITH_SUBDIRS
3235           fi
3236
3237           { echo "$as_me:$LINENO: result: $result" >&5
3238 echo "${ECHO_T}$result" >&6; }
3239
3240
3241 # Check whether --with-flavour was given.
3242 if test "${with_flavour+set}" = set; then
3243   withval=$with_flavour; WX_FLAVOUR="$withval"
3244 fi
3245
3246
3247           enablestring=
3248           defaultval=
3249           if test -z "$defaultval"; then
3250               if test x"$enablestring" = xdisable; then
3251                   defaultval=yes
3252               else
3253                   defaultval=no
3254               fi
3255           fi
3256
3257           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
3258 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6; }
3259           # Check whether --enable-official_build was given.
3260 if test "${enable_official_build+set}" = set; then
3261   enableval=$enable_official_build;
3262                           if test "$enableval" = yes; then
3263                             wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
3264                           else
3265                             wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
3266                           fi
3267
3268 else
3269
3270                           wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
3271
3272 fi
3273
3274
3275           eval "$wx_cv_use_official_build"
3276
3277           if test x"$enablestring" = xdisable; then
3278             if test $wxUSE_OFFICIAL_BUILD = no; then
3279               result=yes
3280             else
3281               result=no
3282             fi
3283           else
3284             result=$wxUSE_OFFICIAL_BUILD
3285           fi
3286
3287           { echo "$as_me:$LINENO: result: $result" >&5
3288 echo "${ECHO_T}$result" >&6; }
3289
3290 # Check whether --enable-vendor was given.
3291 if test "${enable_vendor+set}" = set; then
3292   enableval=$enable_vendor; VENDOR="$enableval"
3293 fi
3294
3295 if test "x$VENDOR" = "x"; then
3296     VENDOR="custom"
3297 fi
3298
3299
3300           enablestring=disable
3301           defaultval=
3302           if test -z "$defaultval"; then
3303               if test x"$enablestring" = xdisable; then
3304                   defaultval=yes
3305               else
3306                   defaultval=no
3307               fi
3308           fi
3309
3310           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
3311 echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6; }
3312           # Check whether --enable-all-features was given.
3313 if test "${enable_all_features+set}" = set; then
3314   enableval=$enable_all_features;
3315                           if test "$enableval" = yes; then
3316                             wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
3317                           else
3318                             wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
3319                           fi
3320
3321 else
3322
3323                           wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
3324
3325 fi
3326
3327
3328           eval "$wx_cv_use_all_features"
3329
3330           if test x"$enablestring" = xdisable; then
3331             if test $wxUSE_ALL_FEATURES = no; then
3332               result=yes
3333             else
3334               result=no
3335             fi
3336           else
3337             result=$wxUSE_ALL_FEATURES
3338           fi
3339
3340           { echo "$as_me:$LINENO: result: $result" >&5
3341 echo "${ECHO_T}$result" >&6; }
3342
3343
3344 if test "$wxUSE_ALL_FEATURES" = "no"; then
3345                     DEFAULT_wxUSE_ARTPROVIDER_TANGO=no
3346     DEFAULT_wxUSE_MEDIACTRL=no
3347 fi
3348
3349
3350 if test "$wxUSE_GUI" = "yes"; then
3351
3352
3353           enablestring=
3354           defaultval=
3355           if test -z "$defaultval"; then
3356               if test x"$enablestring" = xdisable; then
3357                   defaultval=yes
3358               else
3359                   defaultval=no
3360               fi
3361           fi
3362
3363           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
3364 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6; }
3365           # Check whether --enable-universal was given.
3366 if test "${enable_universal+set}" = set; then
3367   enableval=$enable_universal;
3368                           if test "$enableval" = yes; then
3369                             wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
3370                           else
3371                             wx_cv_use_universal='wxUSE_UNIVERSAL=no'
3372                           fi
3373
3374 else
3375
3376                           wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
3377
3378 fi
3379
3380
3381           eval "$wx_cv_use_universal"
3382
3383           if test x"$enablestring" = xdisable; then
3384             if test $wxUSE_UNIVERSAL = no; then
3385               result=yes
3386             else
3387               result=no
3388             fi
3389           else
3390             result=$wxUSE_UNIVERSAL
3391           fi
3392
3393           { echo "$as_me:$LINENO: result: $result" >&5
3394 echo "${ECHO_T}$result" >&6; }
3395
3396 if test "$wxUSE_UNIVERSAL" = "yes"; then
3397
3398 # Check whether --with-themes was given.
3399 if test "${with_themes+set}" = set; then
3400   withval=$with_themes; wxUNIV_THEMES="$withval"
3401 fi
3402
3403 fi
3404
3405
3406 # Check whether --with-gtk was given.
3407 if test "${with_gtk+set}" = set; then
3408   withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
3409 fi
3410
3411
3412 # Check whether --with-motif was given.
3413 if test "${with_motif+set}" = set; then
3414   withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
3415 fi
3416
3417
3418 # Check whether --with-osx_carbon was given.
3419 if test "${with_osx_carbon+set}" = set; then
3420   withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3421 fi
3422
3423
3424 # Check whether --with-osx_cocoa was given.
3425 if test "${with_osx_cocoa+set}" = set; then
3426   withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3427 fi
3428
3429
3430 # Check whether --with-osx_iphone was given.
3431 if test "${with_osx_iphone+set}" = set; then
3432   withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
3433 fi
3434
3435
3436 # Check whether --with-osx was given.
3437 if test "${with_osx+set}" = set; then
3438   withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3439 fi
3440
3441
3442 # Check whether --with-carbon was given.
3443 if test "${with_carbon+set}" = set; then
3444   withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3445 fi
3446
3447
3448 # Check whether --with-cocoa was given.
3449 if test "${with_cocoa+set}" = set; then
3450   withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3451 fi
3452
3453
3454 # Check whether --with-iphone was given.
3455 if test "${with_iphone+set}" = set; then
3456   withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
3457 fi
3458
3459
3460 # Check whether --with-mac was given.
3461 if test "${with_mac+set}" = set; then
3462   withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3463 fi
3464
3465
3466 # Check whether --with-old_cocoa was given.
3467 if test "${with_old_cocoa+set}" = set; then
3468   withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
3469 fi
3470
3471
3472 # Check whether --with-wine was given.
3473 if test "${with_wine+set}" = set; then
3474   withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
3475 fi
3476
3477
3478 # Check whether --with-msw was given.
3479 if test "${with_msw+set}" = set; then
3480   withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
3481 fi
3482
3483
3484 # Check whether --with-pm was given.
3485 if test "${with_pm+set}" = set; then
3486   withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
3487 fi
3488
3489
3490 # Check whether --with-directfb was given.
3491 if test "${with_directfb+set}" = set; then
3492   withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
3493 fi
3494
3495
3496 # Check whether --with-microwin was given.
3497 if test "${with_microwin+set}" = set; then
3498   withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
3499 fi
3500
3501
3502 # Check whether --with-x11 was given.
3503 if test "${with_x11+set}" = set; then
3504   withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
3505 fi
3506
3507
3508           enablestring=
3509           defaultval=
3510           if test -z "$defaultval"; then
3511               if test x"$enablestring" = xdisable; then
3512                   defaultval=yes
3513               else
3514                   defaultval=no
3515               fi
3516           fi
3517
3518           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
3519 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6; }
3520           # Check whether --enable-nanox was given.
3521 if test "${enable_nanox+set}" = set; then
3522   enableval=$enable_nanox;
3523                           if test "$enableval" = yes; then
3524                             wx_cv_use_nanox='wxUSE_NANOX=yes'
3525                           else
3526                             wx_cv_use_nanox='wxUSE_NANOX=no'
3527                           fi
3528
3529 else
3530
3531                           wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
3532
3533 fi
3534
3535
3536           eval "$wx_cv_use_nanox"
3537
3538           if test x"$enablestring" = xdisable; then
3539             if test $wxUSE_NANOX = no; then
3540               result=yes
3541             else
3542               result=no
3543             fi
3544           else
3545             result=$wxUSE_NANOX
3546           fi
3547
3548           { echo "$as_me:$LINENO: result: $result" >&5
3549 echo "${ECHO_T}$result" >&6; }
3550
3551
3552 # Check whether --enable-gtk2 was given.
3553 if test "${enable_gtk2+set}" = set; then
3554   enableval=$enable_gtk2; wxUSE_GTK2="$enableval"
3555 fi
3556
3557
3558           enablestring=
3559           defaultval=
3560           if test -z "$defaultval"; then
3561               if test x"$enablestring" = xdisable; then
3562                   defaultval=yes
3563               else
3564                   defaultval=no
3565               fi
3566           fi
3567
3568           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
3569 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6; }
3570           # Check whether --enable-gpe was given.
3571 if test "${enable_gpe+set}" = set; then
3572   enableval=$enable_gpe;
3573                           if test "$enableval" = yes; then
3574                             wx_cv_use_gpe='wxUSE_GPE=yes'
3575                           else
3576                             wx_cv_use_gpe='wxUSE_GPE=no'
3577                           fi
3578
3579 else
3580
3581                           wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
3582
3583 fi
3584
3585
3586           eval "$wx_cv_use_gpe"
3587
3588           if test x"$enablestring" = xdisable; then
3589             if test $wxUSE_GPE = no; then
3590               result=yes
3591             else
3592               result=no
3593             fi
3594           else
3595             result=$wxUSE_GPE
3596           fi
3597
3598           { echo "$as_me:$LINENO: result: $result" >&5
3599 echo "${ECHO_T}$result" >&6; }
3600
3601
3602
3603 { echo "$as_me:$LINENO: checking for toolkit" >&5
3604 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
3605
3606
3607
3608 # In Wine, we need to default to MSW, not GTK or MOTIF
3609 if test "$wxUSE_WINE" = "yes"; then
3610     DEFAULT_DEFAULT_wxUSE_GTK=0
3611     DEFAULT_DEFAULT_wxUSE_MOTIF=0
3612     DEFAULT_DEFAULT_wxUSE_MSW=1
3613     wxUSE_SHARED=no
3614     CC=${CC:-winegcc}
3615     CXX=${CXX:-wineg++}
3616 fi
3617
3618
3619 if test "$wxUSE_GUI" = "yes"; then
3620
3621     if test "$USE_BEOS" = 1; then
3622         { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
3623 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
3624    { (exit 1); exit 1; }; }
3625     fi
3626
3627     if test "$TOOLKIT_GIVEN" = 1; then
3628             for toolkit in $ALL_TOOLKITS; do
3629         var=wxUSE_$toolkit
3630         eval "value=\$${var}"
3631         if test "x$value" = "xno"; then
3632           eval "$var=0"
3633         elif test "x$value" != "x"; then
3634           eval "$var=1"
3635         fi
3636
3637         if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
3638           eval "wx${toolkit}_VERSION=$value"
3639         fi
3640       done
3641     else
3642             for toolkit in $ALL_TOOLKITS; do
3643         var=DEFAULT_DEFAULT_wxUSE_$toolkit
3644         eval "wxUSE_$toolkit=\$${var}"
3645       done
3646     fi
3647
3648             NUM_TOOLKITS=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
3649                   + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_DFB:-0} \
3650                   + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
3651
3652         case "${host}" in
3653       *-pc-os2_emx | *-pc-os2-emx )
3654         NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
3655     esac
3656
3657     case "$NUM_TOOLKITS" in
3658       1)
3659       ;;
3660       0)
3661         { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
3662 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
3663    { (exit 1); exit 1; }; }
3664       ;;
3665       *)
3666         { { echo "$as_me:$LINENO: error: Please specify at most one toolkit" >&5
3667 echo "$as_me: error: Please specify at most one toolkit" >&2;}
3668    { (exit 1); exit 1; }; }
3669     esac
3670
3671     # to be removed when --disable-gtk2 isn't needed
3672     if test "x$wxUSE_GTK2" = "xyes"; then
3673         wxGTK_VERSION=2
3674         wxUSE_GTK1=0
3675     elif test "x$wxUSE_GTK2" = "xno"; then
3676         wxGTK_VERSION=1
3677         wxUSE_GTK1=1
3678     fi
3679
3680     for toolkit in $ALL_TOOLKITS; do
3681         var=wxUSE_$toolkit
3682         eval "value=\$${var}"
3683         if test "$value" = 1; then
3684           toolkit_echo=`echo $toolkit | tr '[A-Z]' '[a-z]'`
3685           { echo "$as_me:$LINENO: result: $toolkit_echo" >&5
3686 echo "${ECHO_T}$toolkit_echo" >&6; }
3687         fi
3688     done
3689 else
3690     if test "x$host_alias" != "x"; then
3691         { echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
3692 echo "${ECHO_T}base ($host_alias hosted) only" >&6; }
3693     else
3694         { echo "$as_me:$LINENO: result: base only" >&5
3695 echo "${ECHO_T}base only" >&6; }
3696     fi
3697 fi
3698
3699 wxUSE_MAC=0
3700 if test "$wxUSE_OSX_CARBON" = 1 \
3701        -o "$wxUSE_OSX_COCOA" = 1 \
3702        -o "$wxUSE_OSX_IPHONE" = 1; then
3703     wxUSE_MAC=1
3704 fi
3705
3706
3707
3708           { echo "$as_me:$LINENO: checking for --with-libpng" >&5
3709 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6; }
3710
3711 # Check whether --with-libpng was given.
3712 if test "${with_libpng+set}" = set; then
3713   withval=$with_libpng;
3714                         if test "$withval" = yes; then
3715                           wx_cv_use_libpng='wxUSE_LIBPNG=yes'
3716                         elif test "$withval" = no; then
3717                           wx_cv_use_libpng='wxUSE_LIBPNG=no'
3718                         elif test "$withval" = sys; then
3719                           wx_cv_use_libpng='wxUSE_LIBPNG=sys'
3720                         elif test "$withval" = builtin; then
3721                           wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
3722                         else
3723                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3724 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3725    { (exit 1); exit 1; }; }
3726                         fi
3727
3728 else
3729
3730                         wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
3731
3732 fi
3733
3734
3735           eval "$wx_cv_use_libpng"
3736
3737           if test "$wxUSE_LIBPNG" = yes; then
3738             { echo "$as_me:$LINENO: result: yes" >&5
3739 echo "${ECHO_T}yes" >&6; }
3740           elif test "$wxUSE_LIBPNG" = no; then
3741             { echo "$as_me:$LINENO: result: no" >&5
3742 echo "${ECHO_T}no" >&6; }
3743           elif test "$wxUSE_LIBPNG" = sys; then
3744             { echo "$as_me:$LINENO: result: system version" >&5
3745 echo "${ECHO_T}system version" >&6; }
3746           elif test "$wxUSE_LIBPNG" = builtin; then
3747             { echo "$as_me:$LINENO: result: builtin version" >&5
3748 echo "${ECHO_T}builtin version" >&6; }
3749           else
3750             { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3751 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3752    { (exit 1); exit 1; }; }
3753           fi
3754
3755
3756           { echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3757 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6; }
3758
3759 # Check whether --with-libjpeg was given.
3760 if test "${with_libjpeg+set}" = set; then
3761   withval=$with_libjpeg;
3762                         if test "$withval" = yes; then
3763                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
3764                         elif test "$withval" = no; then
3765                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
3766                         elif test "$withval" = sys; then
3767                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
3768                         elif test "$withval" = builtin; then
3769                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
3770                         else
3771                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3772 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3773    { (exit 1); exit 1; }; }
3774                         fi
3775
3776 else
3777
3778                         wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
3779
3780 fi
3781
3782
3783           eval "$wx_cv_use_libjpeg"
3784
3785           if test "$wxUSE_LIBJPEG" = yes; then
3786             { echo "$as_me:$LINENO: result: yes" >&5
3787 echo "${ECHO_T}yes" >&6; }
3788           elif test "$wxUSE_LIBJPEG" = no; then
3789             { echo "$as_me:$LINENO: result: no" >&5
3790 echo "${ECHO_T}no" >&6; }
3791           elif test "$wxUSE_LIBJPEG" = sys; then
3792             { echo "$as_me:$LINENO: result: system version" >&5
3793 echo "${ECHO_T}system version" >&6; }
3794           elif test "$wxUSE_LIBJPEG" = builtin; then
3795             { echo "$as_me:$LINENO: result: builtin version" >&5
3796 echo "${ECHO_T}builtin version" >&6; }
3797           else
3798             { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3799 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3800    { (exit 1); exit 1; }; }
3801           fi
3802
3803
3804           { echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3805 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6; }
3806
3807 # Check whether --with-libtiff was given.
3808 if test "${with_libtiff+set}" = set; then
3809   withval=$with_libtiff;
3810                         if test "$withval" = yes; then
3811                           wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3812                         elif test "$withval" = no; then
3813                           wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
3814                         elif test "$withval" = sys; then
3815                           wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3816                         elif test "$withval" = builtin; then
3817                           wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3818                         else
3819                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3820 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3821    { (exit 1); exit 1; }; }
3822                         fi
3823
3824 else
3825
3826                         wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
3827
3828 fi
3829
3830
3831           eval "$wx_cv_use_libtiff"
3832
3833           if test "$wxUSE_LIBTIFF" = yes; then
3834             { echo "$as_me:$LINENO: result: yes" >&5
3835 echo "${ECHO_T}yes" >&6; }
3836           elif test "$wxUSE_LIBTIFF" = no; then
3837             { echo "$as_me:$LINENO: result: no" >&5
3838 echo "${ECHO_T}no" >&6; }
3839           elif test "$wxUSE_LIBTIFF" = sys; then
3840             { echo "$as_me:$LINENO: result: system version" >&5
3841 echo "${ECHO_T}system version" >&6; }
3842           elif test "$wxUSE_LIBTIFF" = builtin; then
3843             { echo "$as_me:$LINENO: result: builtin version" >&5
3844 echo "${ECHO_T}builtin version" >&6; }
3845           else
3846             { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3847 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3848    { (exit 1); exit 1; }; }
3849           fi
3850
3851
3852           { echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3853 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6; }
3854
3855 # Check whether --with-libxpm was given.
3856 if test "${with_libxpm+set}" = set; then
3857   withval=$with_libxpm;
3858                         if test "$withval" = yes; then
3859                           wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
3860                         elif test "$withval" = no; then
3861                           wx_cv_use_libxpm='wxUSE_LIBXPM=no'
3862                         elif test "$withval" = sys; then
3863                           wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
3864                         elif test "$withval" = builtin; then
3865                           wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3866                         else
3867                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3868 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3869    { (exit 1); exit 1; }; }
3870                         fi
3871
3872 else
3873
3874                         wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
3875
3876 fi
3877
3878
3879           eval "$wx_cv_use_libxpm"
3880
3881           if test "$wxUSE_LIBXPM" = yes; then
3882             { echo "$as_me:$LINENO: result: yes" >&5
3883 echo "${ECHO_T}yes" >&6; }
3884           elif test "$wxUSE_LIBXPM" = no; then
3885             { echo "$as_me:$LINENO: result: no" >&5
3886 echo "${ECHO_T}no" >&6; }
3887           elif test "$wxUSE_LIBXPM" = sys; then
3888             { echo "$as_me:$LINENO: result: system version" >&5
3889 echo "${ECHO_T}system version" >&6; }
3890           elif test "$wxUSE_LIBXPM" = builtin; then
3891             { echo "$as_me:$LINENO: result: builtin version" >&5
3892 echo "${ECHO_T}builtin version" >&6; }
3893           else
3894             { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3895 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3896    { (exit 1); exit 1; }; }
3897           fi
3898
3899
3900           withstring=
3901           defaultval=$wxUSE_ALL_FEATURES
3902           if test -z "$defaultval"; then
3903               if test x"$withstring" = xwithout; then
3904                   defaultval=yes
3905               else
3906                   defaultval=no
3907               fi
3908           fi
3909           { echo "$as_me:$LINENO: checking for --${withstring:-with}-libiconv" >&5
3910 echo $ECHO_N "checking for --${withstring:-with}-libiconv... $ECHO_C" >&6; }
3911
3912 # Check whether --with-libiconv was given.
3913 if test "${with_libiconv+set}" = set; then
3914   withval=$with_libiconv;
3915                         if test "$withval" = yes; then
3916                           wx_cv_use_libiconv='wxUSE_LIBICONV=yes'
3917                         else
3918                           wx_cv_use_libiconv='wxUSE_LIBICONV=no'
3919                         fi
3920
3921 else
3922
3923                         wx_cv_use_libiconv='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
3924
3925 fi
3926
3927
3928           eval "$wx_cv_use_libiconv"
3929
3930           if test x"$withstring" = xwithout; then
3931             if test $wxUSE_LIBICONV = yes; then
3932               result=no
3933             else
3934               result=yes
3935             fi
3936           else
3937             result=$wxUSE_LIBICONV
3938           fi
3939
3940           { echo "$as_me:$LINENO: result: $result" >&5
3941 echo "${ECHO_T}$result" >&6; }
3942
3943
3944           withstring=
3945           defaultval=$wxUSE_ALL_FEATURES
3946           if test -z "$defaultval"; then
3947               if test x"$withstring" = xwithout; then
3948                   defaultval=yes
3949               else
3950                   defaultval=no
3951               fi
3952           fi
3953           { echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3954 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6; }
3955
3956 # Check whether --with-libmspack was given.
3957 if test "${with_libmspack+set}" = set; then
3958   withval=$with_libmspack;
3959                         if test "$withval" = yes; then
3960                           wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3961                         else
3962                           wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3963                         fi
3964
3965 else
3966
3967                         wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
3968
3969 fi
3970
3971
3972           eval "$wx_cv_use_libmspack"
3973
3974           if test x"$withstring" = xwithout; then
3975             if test $wxUSE_LIBMSPACK = yes; then
3976               result=no
3977             else
3978               result=yes
3979             fi
3980           else
3981             result=$wxUSE_LIBMSPACK
3982           fi
3983
3984           { echo "$as_me:$LINENO: result: $result" >&5
3985 echo "${ECHO_T}$result" >&6; }
3986
3987
3988           withstring=without
3989           defaultval=$wxUSE_ALL_FEATURES
3990           if test -z "$defaultval"; then
3991               if test x"$withstring" = xwithout; then
3992                   defaultval=yes
3993               else
3994                   defaultval=no
3995               fi
3996           fi
3997           { echo "$as_me:$LINENO: checking for --${withstring:-with}-gtkprint" >&5
3998 echo $ECHO_N "checking for --${withstring:-with}-gtkprint... $ECHO_C" >&6; }
3999
4000 # Check whether --with-gtkprint was given.
4001 if test "${with_gtkprint+set}" = set; then
4002   withval=$with_gtkprint;
4003                         if test "$withval" = yes; then
4004                           wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
4005                         else
4006                           wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
4007                         fi
4008
4009 else
4010
4011                         wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
4012
4013 fi
4014
4015
4016           eval "$wx_cv_use_gtkprint"
4017
4018           if test x"$withstring" = xwithout; then
4019             if test $wxUSE_GTKPRINT = yes; then
4020               result=no
4021             else
4022               result=yes
4023             fi
4024           else
4025             result=$wxUSE_GTKPRINT
4026           fi
4027
4028           { echo "$as_me:$LINENO: result: $result" >&5
4029 echo "${ECHO_T}$result" >&6; }
4030
4031
4032           withstring=without
4033           defaultval=$wxUSE_ALL_FEATURES
4034           if test -z "$defaultval"; then
4035               if test x"$withstring" = xwithout; then
4036                   defaultval=yes
4037               else
4038                   defaultval=no
4039               fi
4040           fi
4041           { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
4042 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6; }
4043
4044 # Check whether --with-gnomeprint was given.
4045 if test "${with_gnomeprint+set}" = set; then
4046   withval=$with_gnomeprint;
4047                         if test "$withval" = yes; then
4048                           wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
4049                         else
4050                           wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
4051                         fi
4052
4053 else
4054
4055                         wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
4056
4057 fi
4058
4059
4060           eval "$wx_cv_use_gnomeprint"
4061
4062           if test x"$withstring" = xwithout; then
4063             if test $wxUSE_LIBGNOMEPRINT = yes; then
4064               result=no
4065             else
4066               result=yes
4067             fi
4068           else
4069             result=$wxUSE_LIBGNOMEPRINT
4070           fi
4071
4072           { echo "$as_me:$LINENO: result: $result" >&5
4073 echo "${ECHO_T}$result" >&6; }
4074
4075
4076           withstring=
4077           defaultval=$wxUSE_ALL_FEATURES
4078           if test -z "$defaultval"; then
4079               if test x"$withstring" = xwithout; then
4080                   defaultval=yes
4081               else
4082                   defaultval=no
4083               fi
4084           fi
4085           { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
4086 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6; }
4087
4088 # Check whether --with-gnomevfs was given.
4089 if test "${with_gnomevfs+set}" = set; then
4090   withval=$with_gnomevfs;
4091                         if test "$withval" = yes; then
4092                           wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
4093                         else
4094                           wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
4095                         fi
4096
4097 else
4098
4099                         wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
4100
4101 fi
4102
4103
4104           eval "$wx_cv_use_gnomevfs"
4105
4106           if test x"$withstring" = xwithout; then
4107             if test $wxUSE_LIBGNOMEVFS = yes; then
4108               result=no
4109             else
4110               result=yes
4111             fi
4112           else
4113             result=$wxUSE_LIBGNOMEVFS
4114           fi
4115
4116           { echo "$as_me:$LINENO: result: $result" >&5
4117 echo "${ECHO_T}$result" >&6; }
4118
4119
4120           withstring=
4121           defaultval=$wxUSE_ALL_FEATURES
4122           if test -z "$defaultval"; then
4123               if test x"$withstring" = xwithout; then
4124                   defaultval=yes
4125               else
4126                   defaultval=no
4127               fi
4128           fi
4129           { echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
4130 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6; }
4131
4132 # Check whether --with-hildon was given.
4133 if test "${with_hildon+set}" = set; then
4134   withval=$with_hildon;
4135                         if test "$withval" = yes; then
4136                           wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
4137                         else
4138                           wx_cv_use_hildon='wxUSE_LIBHILDON=no'
4139                         fi
4140
4141 else
4142
4143                         wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
4144
4145 fi
4146
4147
4148           eval "$wx_cv_use_hildon"
4149
4150           if test x"$withstring" = xwithout; then
4151             if test $wxUSE_LIBHILDON = yes; then
4152               result=no
4153             else
4154               result=yes
4155             fi
4156           else
4157             result=$wxUSE_LIBHILDON
4158           fi
4159
4160           { echo "$as_me:$LINENO: result: $result" >&5
4161 echo "${ECHO_T}$result" >&6; }
4162
4163
4164           withstring=
4165           defaultval=$wxUSE_ALL_FEATURES
4166           if test -z "$defaultval"; then
4167               if test x"$withstring" = xwithout; then
4168                   defaultval=yes
4169               else
4170                   defaultval=no
4171               fi
4172           fi
4173           { echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
4174 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6; }
4175
4176 # Check whether --with-opengl was given.
4177 if test "${with_opengl+set}" = set; then
4178   withval=$with_opengl;
4179                         if test "$withval" = yes; then
4180                           wx_cv_use_opengl='wxUSE_OPENGL=yes'
4181                         else
4182                           wx_cv_use_opengl='wxUSE_OPENGL=no'
4183                         fi
4184
4185 else
4186
4187                         wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
4188
4189 fi
4190
4191
4192           eval "$wx_cv_use_opengl"
4193
4194           if test x"$withstring" = xwithout; then
4195             if test $wxUSE_OPENGL = yes; then
4196               result=no
4197             else
4198               result=yes
4199             fi
4200           else
4201             result=$wxUSE_OPENGL
4202           fi
4203
4204           { echo "$as_me:$LINENO: result: $result" >&5
4205 echo "${ECHO_T}$result" >&6; }
4206
4207
4208 fi
4209
4210
4211           withstring=
4212           defaultval=$wxUSE_ALL_FEATURES
4213           if test -z "$defaultval"; then
4214               if test x"$withstring" = xwithout; then
4215                   defaultval=yes
4216               else
4217                   defaultval=no
4218               fi
4219           fi
4220           { echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
4221 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6; }
4222
4223 # Check whether --with-dmalloc was given.
4224 if test "${with_dmalloc+set}" = set; then
4225   withval=$with_dmalloc;
4226                         if test "$withval" = yes; then
4227                           wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
4228                         else
4229                           wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
4230                         fi
4231
4232 else
4233
4234                         wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
4235
4236 fi
4237
4238
4239           eval "$wx_cv_use_dmalloc"
4240
4241           if test x"$withstring" = xwithout; then
4242             if test $wxUSE_DMALLOC = yes; then
4243               result=no
4244             else
4245               result=yes
4246             fi
4247           else
4248             result=$wxUSE_DMALLOC
4249           fi
4250
4251           { echo "$as_me:$LINENO: result: $result" >&5
4252 echo "${ECHO_T}$result" >&6; }
4253
4254
4255           withstring=
4256           defaultval=$wxUSE_ALL_FEATURES
4257           if test -z "$defaultval"; then
4258               if test x"$withstring" = xwithout; then
4259                   defaultval=yes
4260               else
4261                   defaultval=no
4262               fi
4263           fi
4264           { echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
4265 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6; }
4266
4267 # Check whether --with-sdl was given.
4268 if test "${with_sdl+set}" = set; then
4269   withval=$with_sdl;
4270                         if test "$withval" = yes; then
4271                           wx_cv_use_sdl='wxUSE_LIBSDL=yes'
4272                         else
4273                           wx_cv_use_sdl='wxUSE_LIBSDL=no'
4274                         fi
4275
4276 else
4277
4278                         wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
4279
4280 fi
4281
4282
4283           eval "$wx_cv_use_sdl"
4284
4285           if test x"$withstring" = xwithout; then
4286             if test $wxUSE_LIBSDL = yes; then
4287               result=no
4288             else
4289               result=yes
4290             fi
4291           else
4292             result=$wxUSE_LIBSDL
4293           fi
4294
4295           { echo "$as_me:$LINENO: result: $result" >&5
4296 echo "${ECHO_T}$result" >&6; }
4297
4298
4299           { echo "$as_me:$LINENO: checking for --with-regex" >&5
4300 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6; }
4301
4302 # Check whether --with-regex was given.
4303 if test "${with_regex+set}" = set; then
4304   withval=$with_regex;
4305                         if test "$withval" = yes; then
4306                           wx_cv_use_regex='wxUSE_REGEX=yes'
4307                         elif test "$withval" = no; then
4308                           wx_cv_use_regex='wxUSE_REGEX=no'
4309                         elif test "$withval" = sys; then
4310                           wx_cv_use_regex='wxUSE_REGEX=sys'
4311                         elif test "$withval" = builtin; then
4312                           wx_cv_use_regex='wxUSE_REGEX=builtin'
4313                         else
4314                           { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4315 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4316    { (exit 1); exit 1; }; }
4317                         fi
4318
4319 else
4320
4321                         wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
4322
4323 fi
4324
4325
4326           eval "$wx_cv_use_regex"
4327
4328           if test "$wxUSE_REGEX" = yes; then
4329             { echo "$as_me:$LINENO: result: yes" >&5
4330 echo "${ECHO_T}yes" >&6; }
4331           elif test "$wxUSE_REGEX" = no; then
4332             { echo "$as_me:$LINENO: result: no" >&5
4333 echo "${ECHO_T}no" >&6; }
4334           elif test "$wxUSE_REGEX" = sys; then
4335             { echo "$as_me:$LINENO: result: system version" >&5
4336 echo "${ECHO_T}system version" >&6; }
4337           elif test "$wxUSE_REGEX" = builtin; then
4338             { echo "$as_me:$LINENO: result: builtin version" >&5
4339 echo "${ECHO_T}builtin version" >&6; }
4340           else
4341             { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4342 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4343    { (exit 1); exit 1; }; }
4344           fi
4345
4346
4347           { echo "$as_me:$LINENO: checking for --with-zlib" >&5
4348 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6; }
4349
4350 # Check whether --with-zlib was given.
4351 if test "${with_zlib+set}" = set; then
4352   withval=$with_zlib;
4353                         if test "$withval" = yes; then
4354                           wx_cv_use_zlib='wxUSE_ZLIB=yes'
4355                         elif test "$withval" = no; then
4356                           wx_cv_use_zlib='wxUSE_ZLIB=no'
4357                         elif test "$withval" = sys; then
4358                           wx_cv_use_zlib='wxUSE_ZLIB=sys'
4359                         elif test "$withval" = builtin; then
4360                           wx_cv_use_zlib='wxUSE_ZLIB=builtin'
4361                         else
4362                           { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4363 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4364    { (exit 1); exit 1; }; }
4365                         fi
4366
4367 else
4368
4369                         wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
4370
4371 fi
4372
4373
4374           eval "$wx_cv_use_zlib"
4375
4376           if test "$wxUSE_ZLIB" = yes; then
4377             { echo "$as_me:$LINENO: result: yes" >&5
4378 echo "${ECHO_T}yes" >&6; }
4379           elif test "$wxUSE_ZLIB" = no; then
4380             { echo "$as_me:$LINENO: result: no" >&5
4381 echo "${ECHO_T}no" >&6; }
4382           elif test "$wxUSE_ZLIB" = sys; then
4383             { echo "$as_me:$LINENO: result: system version" >&5
4384 echo "${ECHO_T}system version" >&6; }
4385           elif test "$wxUSE_ZLIB" = builtin; then
4386             { echo "$as_me:$LINENO: result: builtin version" >&5
4387 echo "${ECHO_T}builtin version" >&6; }
4388           else
4389             { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4390 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4391    { (exit 1); exit 1; }; }
4392           fi
4393
4394
4395           { echo "$as_me:$LINENO: checking for --with-expat" >&5
4396 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6; }
4397
4398 # Check whether --with-expat was given.
4399 if test "${with_expat+set}" = set; then
4400   withval=$with_expat;
4401                         if test "$withval" = yes; then
4402                           wx_cv_use_expat='wxUSE_EXPAT=yes'
4403                         elif test "$withval" = no; then
4404                           wx_cv_use_expat='wxUSE_EXPAT=no'
4405                         elif test "$withval" = sys; then
4406                           wx_cv_use_expat='wxUSE_EXPAT=sys'
4407                         elif test "$withval" = builtin; then
4408                           wx_cv_use_expat='wxUSE_EXPAT=builtin'
4409                         else
4410                           { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4411 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4412    { (exit 1); exit 1; }; }
4413                         fi
4414
4415 else
4416
4417                         wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
4418
4419 fi
4420
4421
4422           eval "$wx_cv_use_expat"
4423
4424           if test "$wxUSE_EXPAT" = yes; then
4425             { echo "$as_me:$LINENO: result: yes" >&5
4426 echo "${ECHO_T}yes" >&6; }
4427           elif test "$wxUSE_EXPAT" = no; then
4428             { echo "$as_me:$LINENO: result: no" >&5
4429 echo "${ECHO_T}no" >&6; }
4430           elif test "$wxUSE_EXPAT" = sys; then
4431             { echo "$as_me:$LINENO: result: system version" >&5
4432 echo "${ECHO_T}system version" >&6; }
4433           elif test "$wxUSE_EXPAT" = builtin; then
4434             { echo "$as_me:$LINENO: result: builtin version" >&5
4435 echo "${ECHO_T}builtin version" >&6; }
4436           else
4437             { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4438 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4439    { (exit 1); exit 1; }; }
4440           fi
4441
4442
4443 { echo "$as_me:$LINENO: checking for --with-macosx-sdk" >&5
4444 echo $ECHO_N "checking for --with-macosx-sdk... $ECHO_C" >&6; }
4445
4446 # Check whether --with-macosx-sdk was given.
4447 if test "${with_macosx_sdk+set}" = set; then
4448   withval=$with_macosx_sdk;
4449         wxUSE_MACOSX_SDK=$withval
4450         wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
4451
4452 fi
4453
4454 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_SDK" >&5
4455 echo "${ECHO_T}$wxUSE_MACOSX_SDK" >&6; }
4456
4457 { echo "$as_me:$LINENO: checking for --with-macosx-version-min" >&5
4458 echo $ECHO_N "checking for --with-macosx-version-min... $ECHO_C" >&6; }
4459
4460 # Check whether --with-macosx-version-min was given.
4461 if test "${with_macosx_version_min+set}" = set; then
4462   withval=$with_macosx_version_min;
4463         wxUSE_MACOSX_VERSION_MIN=$withval
4464         wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
4465
4466 fi
4467
4468 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
4469 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
4470
4471
4472 { echo "$as_me:$LINENO: checking for --enable-debug" >&5
4473 echo $ECHO_N "checking for --enable-debug... $ECHO_C" >&6; }
4474 # Check whether --enable-debug was given.
4475 if test "${enable_debug+set}" = set; then
4476   enableval=$enable_debug;
4477         if test "$enableval" = yes; then
4478             wxUSE_DEBUG=yes
4479         elif test "$enableval" = no; then
4480             wxUSE_DEBUG=no
4481         elif test "$enableval" = max; then
4482             wxUSE_DEBUG=yes
4483             WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
4484         else
4485             { { echo "$as_me:$LINENO: error: Invalid --enable-debug value, must be yes, no or max" >&5
4486 echo "$as_me: error: Invalid --enable-debug value, must be yes, no or max" >&2;}
4487    { (exit 1); exit 1; }; }
4488         fi
4489
4490 else
4491   wxUSE_DEBUG=default
4492
4493 fi
4494
4495 { echo "$as_me:$LINENO: result: ${enable_debug-default}" >&5
4496 echo "${ECHO_T}${enable_debug-default}" >&6; }
4497
4498 case "$wxUSE_DEBUG" in
4499     yes)
4500                         DEFAULT_wxUSE_DEBUG_FLAG=yes
4501         DEFAULT_wxUSE_DEBUG_INFO=yes
4502
4503                         DEFAULT_wxUSE_OPTIMISE=no
4504         ;;
4505
4506     no)
4507                         DEFAULT_wxUSE_DEBUG_FLAG=no
4508         DEFAULT_wxUSE_DEBUG_INFO=no
4509         ;;
4510
4511     default)
4512                         DEFAULT_wxUSE_DEBUG_FLAG=yes
4513         DEFAULT_wxUSE_DEBUG_INFO=no
4514         ;;
4515 esac
4516
4517
4518           enablestring=disable
4519           defaultval=
4520           if test -z "$defaultval"; then
4521               if test x"$enablestring" = xdisable; then
4522                   defaultval=yes
4523               else
4524                   defaultval=no
4525               fi
4526           fi
4527
4528           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
4529 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6; }
4530           # Check whether --enable-debug_flag was given.
4531 if test "${enable_debug_flag+set}" = set; then
4532   enableval=$enable_debug_flag;
4533                           if test "$enableval" = yes; then
4534                             wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
4535                           else
4536                             wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
4537                           fi
4538
4539 else
4540
4541                           wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
4542
4543 fi
4544
4545
4546           eval "$wx_cv_use_debug_flag"
4547
4548           if test x"$enablestring" = xdisable; then
4549             if test $wxUSE_DEBUG_FLAG = no; then
4550               result=yes
4551             else
4552               result=no
4553             fi
4554           else
4555             result=$wxUSE_DEBUG_FLAG
4556           fi
4557
4558           { echo "$as_me:$LINENO: result: $result" >&5
4559 echo "${ECHO_T}$result" >&6; }
4560
4561
4562           enablestring=
4563           defaultval=
4564           if test -z "$defaultval"; then
4565               if test x"$enablestring" = xdisable; then
4566                   defaultval=yes
4567               else
4568                   defaultval=no
4569               fi
4570           fi
4571
4572           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
4573 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6; }
4574           # Check whether --enable-debug_info was given.
4575 if test "${enable_debug_info+set}" = set; then
4576   enableval=$enable_debug_info;
4577                           if test "$enableval" = yes; then
4578                             wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
4579                           else
4580                             wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
4581                           fi
4582
4583 else
4584
4585                           wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
4586
4587 fi
4588
4589
4590           eval "$wx_cv_use_debug_info"
4591
4592           if test x"$enablestring" = xdisable; then
4593             if test $wxUSE_DEBUG_INFO = no; then
4594               result=yes
4595             else
4596               result=no
4597             fi
4598           else
4599             result=$wxUSE_DEBUG_INFO
4600           fi
4601
4602           { echo "$as_me:$LINENO: result: $result" >&5
4603 echo "${ECHO_T}$result" >&6; }
4604
4605
4606
4607
4608           enablestring=
4609           defaultval=
4610           if test -z "$defaultval"; then
4611               if test x"$enablestring" = xdisable; then
4612                   defaultval=yes
4613               else
4614                   defaultval=no
4615               fi
4616           fi
4617
4618           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4619 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6; }
4620           # Check whether --enable-debug_gdb was given.
4621 if test "${enable_debug_gdb+set}" = set; then
4622   enableval=$enable_debug_gdb;
4623                           if test "$enableval" = yes; then
4624                             wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
4625                           else
4626                             wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
4627                           fi
4628
4629 else
4630
4631                           wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
4632
4633 fi
4634
4635
4636           eval "$wx_cv_use_debug_gdb"
4637
4638           if test x"$enablestring" = xdisable; then
4639             if test $wxUSE_DEBUG_GDB = no; then
4640               result=yes
4641             else
4642               result=no
4643             fi
4644           else
4645             result=$wxUSE_DEBUG_GDB
4646           fi
4647
4648           { echo "$as_me:$LINENO: result: $result" >&5
4649 echo "${ECHO_T}$result" >&6; }
4650
4651
4652           enablestring=
4653           defaultval=
4654           if test -z "$defaultval"; then
4655               if test x"$enablestring" = xdisable; then
4656                   defaultval=yes
4657               else
4658                   defaultval=no
4659               fi
4660           fi
4661
4662           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4663 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6; }
4664           # Check whether --enable-debug_cntxt was given.
4665 if test "${enable_debug_cntxt+set}" = set; then
4666   enableval=$enable_debug_cntxt;
4667                           if test "$enableval" = yes; then
4668                             wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
4669                           else
4670                             wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
4671                           fi
4672
4673 else
4674
4675                           wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
4676
4677 fi
4678
4679
4680           eval "$wx_cv_use_debug_cntxt"
4681
4682           if test x"$enablestring" = xdisable; then
4683             if test $wxUSE_DEBUG_CONTEXT = no; then
4684               result=yes
4685             else
4686               result=no
4687             fi
4688           else
4689             result=$wxUSE_DEBUG_CONTEXT
4690           fi
4691
4692           { echo "$as_me:$LINENO: result: $result" >&5
4693 echo "${ECHO_T}$result" >&6; }
4694
4695
4696           enablestring=
4697           defaultval=
4698           if test -z "$defaultval"; then
4699               if test x"$enablestring" = xdisable; then
4700                   defaultval=yes
4701               else
4702                   defaultval=no
4703               fi
4704           fi
4705
4706           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
4707 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6; }
4708           # Check whether --enable-mem_tracing was given.
4709 if test "${enable_mem_tracing+set}" = set; then
4710   enableval=$enable_mem_tracing;
4711                           if test "$enableval" = yes; then
4712                             wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
4713                           else
4714                             wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
4715                           fi
4716
4717 else
4718
4719                           wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
4720
4721 fi
4722
4723
4724           eval "$wx_cv_use_mem_tracing"
4725
4726           if test x"$enablestring" = xdisable; then
4727             if test $wxUSE_MEM_TRACING = no; then
4728               result=yes
4729             else
4730               result=no
4731             fi
4732           else
4733             result=$wxUSE_MEM_TRACING
4734           fi
4735
4736           { echo "$as_me:$LINENO: result: $result" >&5
4737 echo "${ECHO_T}$result" >&6; }
4738
4739
4740
4741
4742           enablestring=disable
4743           defaultval=
4744           if test -z "$defaultval"; then
4745               if test x"$enablestring" = xdisable; then
4746                   defaultval=yes
4747               else
4748                   defaultval=no
4749               fi
4750           fi
4751
4752           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
4753 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6; }
4754           # Check whether --enable-shared was given.
4755 if test "${enable_shared+set}" = set; then
4756   enableval=$enable_shared;
4757                           if test "$enableval" = yes; then
4758                             wx_cv_use_shared='wxUSE_SHARED=yes'
4759                           else
4760                             wx_cv_use_shared='wxUSE_SHARED=no'
4761                           fi
4762
4763 else
4764
4765                           wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
4766
4767 fi
4768
4769
4770           eval "$wx_cv_use_shared"
4771
4772           if test x"$enablestring" = xdisable; then
4773             if test $wxUSE_SHARED = no; then
4774               result=yes
4775             else
4776               result=no
4777             fi
4778           else
4779             result=$wxUSE_SHARED
4780           fi
4781
4782           { echo "$as_me:$LINENO: result: $result" >&5
4783 echo "${ECHO_T}$result" >&6; }
4784
4785
4786           enablestring=
4787           defaultval=
4788           if test -z "$defaultval"; then
4789               if test x"$enablestring" = xdisable; then
4790                   defaultval=yes
4791               else
4792                   defaultval=no
4793               fi
4794           fi
4795
4796           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
4797 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6; }
4798           # Check whether --enable-stl was given.
4799 if test "${enable_stl+set}" = set; then
4800   enableval=$enable_stl;
4801                           if test "$enableval" = yes; then
4802                             wx_cv_use_stl='wxUSE_STL=yes'
4803                           else
4804                             wx_cv_use_stl='wxUSE_STL=no'
4805                           fi
4806
4807 else
4808
4809                           wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
4810
4811 fi
4812
4813
4814           eval "$wx_cv_use_stl"
4815
4816           if test x"$enablestring" = xdisable; then
4817             if test $wxUSE_STL = no; then
4818               result=yes
4819             else
4820               result=no
4821             fi
4822           else
4823             result=$wxUSE_STL
4824           fi
4825
4826           { echo "$as_me:$LINENO: result: $result" >&5
4827 echo "${ECHO_T}$result" >&6; }
4828
4829 if test "$wxUSE_STL" = "yes"; then
4830     DEFAULT_wxUSE_STD_CONTAINERS=yes
4831     DEFAULT_wxUSE_STD_IOSTREAM=yes
4832     DEFAULT_wxUSE_STD_STRING=yes
4833 fi
4834
4835           enablestring=
4836           defaultval=
4837           if test -z "$defaultval"; then
4838               if test x"$enablestring" = xdisable; then
4839                   defaultval=yes
4840               else
4841                   defaultval=no
4842               fi
4843           fi
4844
4845           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_containers" >&5
4846 echo $ECHO_N "checking for --${enablestring:-enable}-std_containers... $ECHO_C" >&6; }
4847           # Check whether --enable-std_containers was given.
4848 if test "${enable_std_containers+set}" = set; then
4849   enableval=$enable_std_containers;
4850                           if test "$enableval" = yes; then
4851                             wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=yes'
4852                           else
4853                             wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=no'
4854                           fi
4855
4856 else
4857
4858                           wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${'DEFAULT_wxUSE_STD_CONTAINERS":-$defaultval}"
4859
4860 fi
4861
4862
4863           eval "$wx_cv_use_std_containers"
4864
4865           if test x"$enablestring" = xdisable; then
4866             if test $wxUSE_STD_CONTAINERS = no; then
4867               result=yes
4868             else
4869               result=no
4870             fi
4871           else
4872             result=$wxUSE_STD_CONTAINERS
4873           fi
4874
4875           { echo "$as_me:$LINENO: result: $result" >&5
4876 echo "${ECHO_T}$result" >&6; }
4877
4878
4879           enablestring=
4880           defaultval=
4881           if test -z "$defaultval"; then
4882               if test x"$enablestring" = xdisable; then
4883                   defaultval=yes
4884               else
4885                   defaultval=no
4886               fi
4887           fi
4888
4889           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
4890 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6; }
4891           # Check whether --enable-std_iostreams was given.
4892 if test "${enable_std_iostreams+set}" = set; then
4893   enableval=$enable_std_iostreams;
4894                           if test "$enableval" = yes; then
4895                             wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4896                           else
4897                             wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4898                           fi
4899
4900 else
4901
4902                           wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
4903
4904 fi
4905
4906
4907           eval "$wx_cv_use_std_iostreams"
4908
4909           if test x"$enablestring" = xdisable; then
4910             if test $wxUSE_STD_IOSTREAM = no; then
4911               result=yes
4912             else
4913               result=no
4914             fi
4915           else
4916             result=$wxUSE_STD_IOSTREAM
4917           fi
4918
4919           { echo "$as_me:$LINENO: result: $result" >&5
4920 echo "${ECHO_T}$result" >&6; }
4921
4922
4923           enablestring=
4924           defaultval=
4925           if test -z "$defaultval"; then
4926               if test x"$enablestring" = xdisable; then
4927                   defaultval=yes
4928               else
4929                   defaultval=no
4930               fi
4931           fi
4932
4933           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
4934 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6; }
4935           # Check whether --enable-std_string was given.
4936 if test "${enable_std_string+set}" = set; then
4937   enableval=$enable_std_string;
4938                           if test "$enableval" = yes; then
4939                             wx_cv_use_std_string='wxUSE_STD_STRING=yes'
4940                           else
4941                             wx_cv_use_std_string='wxUSE_STD_STRING=no'
4942                           fi
4943
4944 else
4945
4946                           wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
4947
4948 fi
4949
4950
4951           eval "$wx_cv_use_std_string"
4952
4953           if test x"$enablestring" = xdisable; then
4954             if test $wxUSE_STD_STRING = no; then
4955               result=yes
4956             else
4957               result=no
4958             fi
4959           else
4960             result=$wxUSE_STD_STRING
4961           fi
4962
4963           { echo "$as_me:$LINENO: result: $result" >&5
4964 echo "${ECHO_T}$result" >&6; }
4965
4966
4967           enablestring=
4968           defaultval=
4969           if test -z "$defaultval"; then
4970               if test x"$enablestring" = xdisable; then
4971                   defaultval=yes
4972               else
4973                   defaultval=no
4974               fi
4975           fi
4976
4977           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string_conv_in_wxstring" >&5
4978 echo $ECHO_N "checking for --${enablestring:-enable}-std_string_conv_in_wxstring... $ECHO_C" >&6; }
4979           # Check whether --enable-std_string_conv_in_wxstring was given.
4980 if test "${enable_std_string_conv_in_wxstring+set}" = set; then
4981   enableval=$enable_std_string_conv_in_wxstring;
4982                           if test "$enableval" = yes; then
4983                             wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=yes'
4984                           else
4985                             wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=no'
4986                           fi
4987
4988 else
4989
4990                           wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${'DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING":-$defaultval}"
4991
4992 fi
4993
4994
4995           eval "$wx_cv_use_std_string_conv_in_wxstring"
4996
4997           if test x"$enablestring" = xdisable; then
4998             if test $wxUSE_STD_STRING_CONV_IN_WXSTRING = no; then
4999               result=yes
5000             else
5001               result=no
5002             fi
5003           else
5004             result=$wxUSE_STD_STRING_CONV_IN_WXSTRING
5005           fi
5006
5007           { echo "$as_me:$LINENO: result: $result" >&5
5008 echo "${ECHO_T}$result" >&6; }
5009
5010
5011           enablestring=disable
5012           defaultval=
5013           if test -z "$defaultval"; then
5014               if test x"$enablestring" = xdisable; then
5015                   defaultval=yes
5016               else
5017                   defaultval=no
5018               fi
5019           fi
5020
5021           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5022 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6; }
5023           # Check whether --enable-unicode was given.
5024 if test "${enable_unicode+set}" = set; then
5025   enableval=$enable_unicode;
5026                           if test "$enableval" = yes; then
5027                             wx_cv_use_unicode='wxUSE_UNICODE=yes'
5028                           else
5029                             wx_cv_use_unicode='wxUSE_UNICODE=no'
5030                           fi
5031
5032 else
5033
5034                           wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
5035
5036 fi
5037
5038
5039           eval "$wx_cv_use_unicode"
5040
5041           if test x"$enablestring" = xdisable; then
5042             if test $wxUSE_UNICODE = no; then
5043               result=yes
5044             else
5045               result=no
5046             fi
5047           else
5048             result=$wxUSE_UNICODE
5049           fi
5050
5051           { echo "$as_me:$LINENO: result: $result" >&5
5052 echo "${ECHO_T}$result" >&6; }
5053
5054
5055           enablestring=
5056           defaultval=
5057           if test -z "$defaultval"; then
5058               if test x"$enablestring" = xdisable; then
5059                   defaultval=yes
5060               else
5061                   defaultval=no
5062               fi
5063           fi
5064
5065           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5066 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6; }
5067           # Check whether --enable-mslu was given.
5068 if test "${enable_mslu+set}" = set; then
5069   enableval=$enable_mslu;
5070                           if test "$enableval" = yes; then
5071                             wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5072                           else
5073                             wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5074                           fi
5075
5076 else
5077
5078                           wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
5079
5080 fi
5081
5082
5083           eval "$wx_cv_use_mslu"
5084
5085           if test x"$enablestring" = xdisable; then
5086             if test $wxUSE_UNICODE_MSLU = no; then
5087               result=yes
5088             else
5089               result=no
5090             fi
5091           else
5092             result=$wxUSE_UNICODE_MSLU
5093           fi
5094
5095           { echo "$as_me:$LINENO: result: $result" >&5
5096 echo "${ECHO_T}$result" >&6; }
5097
5098
5099           enablestring=
5100           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8" >&5
5101 echo $ECHO_N "checking for --${enablestring:-enable}-utf8... $ECHO_C" >&6; }
5102           # Check whether --enable-utf8 was given.
5103 if test "${enable_utf8+set}" = set; then
5104   enableval=$enable_utf8;
5105                           wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
5106
5107 else
5108
5109                           wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
5110
5111 fi
5112
5113
5114           eval "$wx_cv_use_utf8"
5115
5116           { echo "$as_me:$LINENO: result: $wxUSE_UNICODE_UTF8" >&5
5117 echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
5118
5119
5120           enablestring=
5121           defaultval=
5122           if test -z "$defaultval"; then
5123               if test x"$enablestring" = xdisable; then
5124                   defaultval=yes
5125               else
5126                   defaultval=no
5127               fi
5128           fi
5129
5130           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8only" >&5
5131 echo $ECHO_N "checking for --${enablestring:-enable}-utf8only... $ECHO_C" >&6; }
5132           # Check whether --enable-utf8only was given.
5133 if test "${enable_utf8only+set}" = set; then
5134   enableval=$enable_utf8only;
5135                           if test "$enableval" = yes; then
5136                             wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
5137                           else
5138                             wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
5139                           fi
5140
5141 else
5142
5143                           wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
5144
5145 fi
5146
5147
5148           eval "$wx_cv_use_utf8only"
5149
5150           if test x"$enablestring" = xdisable; then
5151             if test $wxUSE_UNICODE_UTF8_LOCALE = no; then
5152               result=yes
5153             else
5154               result=no
5155             fi
5156           else
5157             result=$wxUSE_UNICODE_UTF8_LOCALE
5158           fi
5159
5160           { echo "$as_me:$LINENO: result: $result" >&5
5161 echo "${ECHO_T}$result" >&6; }
5162
5163
5164           enablestring=
5165           defaultval=
5166           if test -z "$defaultval"; then
5167               if test x"$enablestring" = xdisable; then
5168                   defaultval=yes
5169               else
5170                   defaultval=no
5171               fi
5172           fi
5173
5174           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-extended_rtti" >&5
5175 echo $ECHO_N "checking for --${enablestring:-enable}-extended_rtti... $ECHO_C" >&6; }
5176           # Check whether --enable-extended_rtti was given.
5177 if test "${enable_extended_rtti+set}" = set; then
5178   enableval=$enable_extended_rtti;
5179                           if test "$enableval" = yes; then
5180                             wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
5181                           else
5182                             wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
5183                           fi
5184
5185 else
5186
5187                           wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
5188
5189 fi
5190
5191
5192           eval "$wx_cv_use_extended_rtti"
5193
5194           if test x"$enablestring" = xdisable; then
5195             if test $wxUSE_EXTENDED_RTTI = no; then
5196               result=yes
5197             else
5198               result=no
5199             fi
5200           else
5201             result=$wxUSE_EXTENDED_RTTI
5202           fi
5203
5204           { echo "$as_me:$LINENO: result: $result" >&5
5205 echo "${ECHO_T}$result" >&6; }
5206
5207 if test "$USE_OS2" = 1; then
5208     DEFAULT_wxUSE_OMF=no
5209
5210           enablestring=
5211           defaultval=
5212           if test -z "$defaultval"; then
5213               if test x"$enablestring" = xdisable; then
5214                   defaultval=yes
5215               else
5216                   defaultval=no
5217               fi
5218           fi
5219
5220           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
5221 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6; }
5222           # Check whether --enable-omf was given.
5223 if test "${enable_omf+set}" = set; then
5224   enableval=$enable_omf;
5225                           if test "$enableval" = yes; then
5226                             wx_cv_use_omf='wxUSE_OMF=yes'
5227                           else
5228                             wx_cv_use_omf='wxUSE_OMF=no'
5229                           fi
5230
5231 else
5232
5233                           wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
5234
5235 fi
5236
5237
5238           eval "$wx_cv_use_omf"
5239
5240           if test x"$enablestring" = xdisable; then
5241             if test $wxUSE_OMF = no; then
5242               result=yes
5243             else
5244               result=no
5245             fi
5246           else
5247             result=$wxUSE_OMF
5248           fi
5249
5250           { echo "$as_me:$LINENO: result: $result" >&5
5251 echo "${ECHO_T}$result" >&6; }
5252
5253 fi
5254
5255
5256           enablestring=disable
5257           defaultval=
5258           if test -z "$defaultval"; then
5259               if test x"$enablestring" = xdisable; then
5260                   defaultval=yes
5261               else
5262                   defaultval=no
5263               fi
5264           fi
5265
5266           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
5267 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6; }
5268           # Check whether --enable-optimise was given.
5269 if test "${enable_optimise+set}" = set; then
5270   enableval=$enable_optimise;
5271                           if test "$enableval" = yes; then
5272                             wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
5273                           else
5274                             wx_cv_use_optimise='wxUSE_OPTIMISE=no'
5275                           fi
5276
5277 else
5278
5279                           wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
5280
5281 fi
5282
5283
5284           eval "$wx_cv_use_optimise"
5285
5286           if test x"$enablestring" = xdisable; then
5287             if test $wxUSE_OPTIMISE = no; then
5288               result=yes
5289             else
5290               result=no
5291             fi
5292           else
5293             result=$wxUSE_OPTIMISE
5294           fi
5295
5296           { echo "$as_me:$LINENO: result: $result" >&5
5297 echo "${ECHO_T}$result" >&6; }
5298
5299
5300
5301           enablestring=
5302           defaultval=
5303           if test -z "$defaultval"; then
5304               if test x"$enablestring" = xdisable; then
5305                   defaultval=yes
5306               else
5307                   defaultval=no
5308               fi
5309           fi
5310
5311           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
5312 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6; }
5313           # Check whether --enable-profile was given.
5314 if test "${enable_profile+set}" = set; then
5315   enableval=$enable_profile;
5316                           if test "$enableval" = yes; then
5317                             wx_cv_use_profile='wxUSE_PROFILE=yes'
5318                           else
5319                             wx_cv_use_profile='wxUSE_PROFILE=no'
5320                           fi
5321
5322 else
5323
5324                           wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
5325
5326 fi
5327
5328
5329           eval "$wx_cv_use_profile"
5330
5331           if test x"$enablestring" = xdisable; then
5332             if test $wxUSE_PROFILE = no; then
5333               result=yes
5334             else
5335               result=no
5336             fi
5337           else
5338             result=$wxUSE_PROFILE
5339           fi
5340
5341           { echo "$as_me:$LINENO: result: $result" >&5
5342 echo "${ECHO_T}$result" >&6; }
5343
5344
5345           enablestring=
5346           defaultval=
5347           if test -z "$defaultval"; then
5348               if test x"$enablestring" = xdisable; then
5349                   defaultval=yes
5350               else
5351                   defaultval=no
5352               fi
5353           fi
5354
5355           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
5356 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6; }
5357           # Check whether --enable-no_rtti was given.
5358 if test "${enable_no_rtti+set}" = set; then
5359   enableval=$enable_no_rtti;
5360                           if test "$enableval" = yes; then
5361                             wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
5362                           else
5363                             wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
5364                           fi
5365
5366 else
5367
5368                           wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
5369
5370 fi
5371
5372
5373           eval "$wx_cv_use_no_rtti"
5374
5375           if test x"$enablestring" = xdisable; then
5376             if test $wxUSE_NO_RTTI = no; then
5377               result=yes
5378             else
5379               result=no
5380             fi
5381           else
5382             result=$wxUSE_NO_RTTI
5383           fi
5384
5385           { echo "$as_me:$LINENO: result: $result" >&5
5386 echo "${ECHO_T}$result" >&6; }
5387
5388
5389           enablestring=
5390           defaultval=
5391           if test -z "$defaultval"; then
5392               if test x"$enablestring" = xdisable; then
5393                   defaultval=yes
5394               else
5395                   defaultval=no
5396               fi
5397           fi
5398
5399           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
5400 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6; }
5401           # Check whether --enable-no_exceptions was given.
5402 if test "${enable_no_exceptions+set}" = set; then
5403   enableval=$enable_no_exceptions;
5404                           if test "$enableval" = yes; then
5405                             wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
5406                           else
5407                             wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
5408                           fi
5409
5410 else
5411
5412                           wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
5413
5414 fi
5415
5416
5417           eval "$wx_cv_use_no_exceptions"
5418
5419           if test x"$enablestring" = xdisable; then
5420             if test $wxUSE_NO_EXCEPTIONS = no; then
5421               result=yes
5422             else
5423               result=no
5424             fi
5425           else
5426             result=$wxUSE_NO_EXCEPTIONS
5427           fi
5428
5429           { echo "$as_me:$LINENO: result: $result" >&5
5430 echo "${ECHO_T}$result" >&6; }
5431
5432
5433           enablestring=
5434           defaultval=
5435           if test -z "$defaultval"; then
5436               if test x"$enablestring" = xdisable; then
5437                   defaultval=yes
5438               else
5439                   defaultval=no
5440               fi
5441           fi
5442
5443           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
5444 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6; }
5445           # Check whether --enable-permissive was given.
5446 if test "${enable_permissive+set}" = set; then
5447   enableval=$enable_permissive;
5448                           if test "$enableval" = yes; then
5449                             wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
5450                           else
5451                             wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
5452                           fi
5453
5454 else
5455
5456                           wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
5457
5458 fi
5459
5460
5461           eval "$wx_cv_use_permissive"
5462
5463           if test x"$enablestring" = xdisable; then
5464             if test $wxUSE_PERMISSIVE = no; then
5465               result=yes
5466             else
5467               result=no
5468             fi
5469           else
5470             result=$wxUSE_PERMISSIVE
5471           fi
5472
5473           { echo "$as_me:$LINENO: result: $result" >&5
5474 echo "${ECHO_T}$result" >&6; }
5475
5476
5477           enablestring=
5478           defaultval=
5479           if test -z "$defaultval"; then
5480               if test x"$enablestring" = xdisable; then
5481                   defaultval=yes
5482               else
5483                   defaultval=no
5484               fi
5485           fi
5486
5487           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
5488 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6; }
5489           # Check whether --enable-no_deps was given.
5490 if test "${enable_no_deps+set}" = set; then
5491   enableval=$enable_no_deps;
5492                           if test "$enableval" = yes; then
5493                             wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
5494                           else
5495                             wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
5496                           fi
5497
5498 else
5499
5500                           wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
5501
5502 fi
5503
5504
5505           eval "$wx_cv_use_no_deps"
5506
5507           if test x"$enablestring" = xdisable; then
5508             if test $wxUSE_NO_DEPS = no; then
5509               result=yes
5510             else
5511               result=no
5512             fi
5513           else
5514             result=$wxUSE_NO_DEPS
5515           fi
5516
5517           { echo "$as_me:$LINENO: result: $result" >&5
5518 echo "${ECHO_T}$result" >&6; }
5519
5520
5521           enablestring=disable
5522           defaultval=
5523           if test -z "$defaultval"; then
5524               if test x"$enablestring" = xdisable; then
5525                   defaultval=yes
5526               else
5527                   defaultval=no
5528               fi
5529           fi
5530
5531           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-vararg_macros" >&5
5532 echo $ECHO_N "checking for --${enablestring:-enable}-vararg_macros... $ECHO_C" >&6; }
5533           # Check whether --enable-vararg_macros was given.
5534 if test "${enable_vararg_macros+set}" = set; then
5535   enableval=$enable_vararg_macros;
5536                           if test "$enableval" = yes; then
5537                             wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
5538                           else
5539                             wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
5540                           fi
5541
5542 else
5543
5544                           wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
5545
5546 fi
5547
5548
5549           eval "$wx_cv_use_vararg_macros"
5550
5551           if test x"$enablestring" = xdisable; then
5552             if test $wxUSE_VARARG_MACROS = no; then
5553               result=yes
5554             else
5555               result=no
5556             fi
5557           else
5558             result=$wxUSE_VARARG_MACROS
5559           fi
5560
5561           { echo "$as_me:$LINENO: result: $result" >&5
5562 echo "${ECHO_T}$result" >&6; }
5563
5564
5565
5566           enablestring=
5567           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
5568 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6; }
5569           # Check whether --enable-universal_binary was given.
5570 if test "${enable_universal_binary+set}" = set; then
5571   enableval=$enable_universal_binary;
5572                           wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
5573
5574 else
5575
5576                           wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
5577
5578 fi
5579
5580
5581           eval "$wx_cv_use_universal_binary"
5582
5583           { echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
5584 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
5585
5586
5587           enablestring=
5588           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-macosx_arch" >&5
5589 echo $ECHO_N "checking for --${enablestring:-enable}-macosx_arch... $ECHO_C" >&6; }
5590           # Check whether --enable-macosx_arch was given.
5591 if test "${enable_macosx_arch+set}" = set; then
5592   enableval=$enable_macosx_arch;
5593                           wx_cv_use_macosx_arch="wxUSE_MAC_ARCH='$enableval'"
5594
5595 else
5596
5597                           wx_cv_use_macosx_arch='wxUSE_MAC_ARCH='$DEFAULT_wxUSE_MAC_ARCH
5598
5599 fi
5600
5601
5602           eval "$wx_cv_use_macosx_arch"
5603
5604           { echo "$as_me:$LINENO: result: $wxUSE_MAC_ARCH" >&5
5605 echo "${ECHO_T}$wxUSE_MAC_ARCH" >&6; }
5606
5607
5608
5609           enablestring=
5610           defaultval=
5611           if test -z "$defaultval"; then
5612               if test x"$enablestring" = xdisable; then
5613                   defaultval=yes
5614               else
5615                   defaultval=no
5616               fi
5617           fi
5618
5619           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
5620 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6; }
5621           # Check whether --enable-compat26 was given.
5622 if test "${enable_compat26+set}" = set; then
5623   enableval=$enable_compat26;
5624                           if test "$enableval" = yes; then
5625                             wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
5626                           else
5627                             wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
5628                           fi
5629
5630 else
5631
5632                           wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
5633
5634 fi
5635
5636
5637           eval "$wx_cv_use_compat26"
5638
5639           if test x"$enablestring" = xdisable; then
5640             if test $WXWIN_COMPATIBILITY_2_6 = no; then
5641               result=yes
5642             else
5643               result=no
5644             fi
5645           else
5646             result=$WXWIN_COMPATIBILITY_2_6
5647           fi
5648
5649           { echo "$as_me:$LINENO: result: $result" >&5
5650 echo "${ECHO_T}$result" >&6; }
5651
5652
5653           enablestring=disable
5654           defaultval=
5655           if test -z "$defaultval"; then
5656               if test x"$enablestring" = xdisable; then
5657                   defaultval=yes
5658               else
5659                   defaultval=no
5660               fi
5661           fi
5662
5663           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat28" >&5
5664 echo $ECHO_N "checking for --${enablestring:-enable}-compat28... $ECHO_C" >&6; }
5665           # Check whether --enable-compat28 was given.
5666 if test "${enable_compat28+set}" = set; then
5667   enableval=$enable_compat28;
5668                           if test "$enableval" = yes; then
5669                             wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
5670                           else
5671                             wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
5672                           fi
5673
5674 else
5675
5676                           wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
5677
5678 fi
5679
5680
5681           eval "$wx_cv_use_compat28"
5682
5683           if test x"$enablestring" = xdisable; then
5684             if test $WXWIN_COMPATIBILITY_2_8 = no; then
5685               result=yes
5686             else
5687               result=no
5688             fi
5689           else
5690             result=$WXWIN_COMPATIBILITY_2_8
5691           fi
5692
5693           { echo "$as_me:$LINENO: result: $result" >&5
5694 echo "${ECHO_T}$result" >&6; }
5695
5696
5697
5698           enablestring=disable
5699           defaultval=
5700           if test -z "$defaultval"; then
5701               if test x"$enablestring" = xdisable; then
5702                   defaultval=yes
5703               else
5704                   defaultval=no
5705               fi
5706           fi
5707
5708           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
5709 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6; }
5710           # Check whether --enable-rpath was given.
5711 if test "${enable_rpath+set}" = set; then
5712   enableval=$enable_rpath;
5713                           if test "$enableval" = yes; then
5714                             wx_cv_use_rpath='wxUSE_RPATH=yes'
5715                           else
5716                             wx_cv_use_rpath='wxUSE_RPATH=no'
5717                           fi
5718
5719 else
5720
5721                           wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
5722
5723 fi
5724
5725
5726           eval "$wx_cv_use_rpath"
5727
5728           if test x"$enablestring" = xdisable; then
5729             if test $wxUSE_RPATH = no; then
5730               result=yes
5731             else
5732               result=no
5733             fi
5734           else
5735             result=$wxUSE_RPATH
5736           fi
5737
5738           { echo "$as_me:$LINENO: result: $result" >&5
5739 echo "${ECHO_T}$result" >&6; }
5740
5741
5742
5743           enablestring=
5744           defaultval=
5745           if test -z "$defaultval"; then
5746               if test x"$enablestring" = xdisable; then
5747                   defaultval=yes
5748               else
5749                   defaultval=no
5750               fi
5751           fi
5752
5753           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-objc_uniquifying" >&5
5754 echo $ECHO_N "checking for --${enablestring:-enable}-objc_uniquifying... $ECHO_C" >&6; }
5755           # Check whether --enable-objc_uniquifying was given.
5756 if test "${enable_objc_uniquifying+set}" = set; then
5757   enableval=$enable_objc_uniquifying;
5758                           if test "$enableval" = yes; then
5759                             wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
5760                           else
5761                             wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
5762                           fi
5763
5764 else
5765
5766                           wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
5767
5768 fi
5769
5770
5771           eval "$wx_cv_use_objc_uniquifying"
5772
5773           if test x"$enablestring" = xdisable; then
5774             if test $wxUSE_OBJC_UNIQUIFYING = no; then
5775               result=yes
5776             else
5777               result=no
5778             fi
5779           else
5780             result=$wxUSE_OBJC_UNIQUIFYING
5781           fi
5782
5783           { echo "$as_me:$LINENO: result: $result" >&5
5784 echo "${ECHO_T}$result" >&6; }
5785
5786
5787
5788           enablestring=disable
5789           defaultval=
5790           if test -z "$defaultval"; then
5791               if test x"$enablestring" = xdisable; then
5792                   defaultval=yes
5793               else
5794                   defaultval=no
5795               fi
5796           fi
5797
5798           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5
5799 echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; }
5800           # Check whether --enable-visibility was given.
5801 if test "${enable_visibility+set}" = set; then
5802   enableval=$enable_visibility;
5803                           if test "$enableval" = yes; then
5804                             wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
5805                           else
5806                             wx_cv_use_visibility='wxUSE_VISIBILITY=no'
5807                           fi
5808
5809 else
5810
5811                           wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
5812
5813 fi
5814
5815
5816           eval "$wx_cv_use_visibility"
5817
5818           if test x"$enablestring" = xdisable; then
5819             if test $wxUSE_VISIBILITY = no; then
5820               result=yes
5821             else
5822               result=no
5823             fi
5824           else
5825             result=$wxUSE_VISIBILITY
5826           fi
5827
5828           { echo "$as_me:$LINENO: result: $result" >&5
5829 echo "${ECHO_T}$result" >&6; }
5830
5831
5832           enablestring=disable
5833           defaultval=
5834           if test -z "$defaultval"; then
5835               if test x"$enablestring" = xdisable; then
5836                   defaultval=yes
5837               else
5838                   defaultval=no
5839               fi
5840           fi
5841
5842           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tls" >&5
5843 echo $ECHO_N "checking for --${enablestring:-enable}-tls... $ECHO_C" >&6; }
5844           # Check whether --enable-tls was given.
5845 if test "${enable_tls+set}" = set; then
5846   enableval=$enable_tls;
5847                           if test "$enableval" = yes; then
5848                             wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
5849                           else
5850                             wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
5851                           fi
5852
5853 else
5854
5855                           wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
5856
5857 fi
5858
5859
5860           eval "$wx_cv_use_tls"
5861
5862           if test x"$enablestring" = xdisable; then
5863             if test $wxUSE_COMPILER_TLS = no; then
5864               result=yes
5865             else
5866               result=no
5867             fi
5868           else
5869             result=$wxUSE_COMPILER_TLS
5870           fi
5871
5872           { echo "$as_me:$LINENO: result: $result" >&5
5873 echo "${ECHO_T}$result" >&6; }
5874
5875
5876
5877
5878           enablestring=
5879           defaultval=$wxUSE_ALL_FEATURES
5880           if test -z "$defaultval"; then
5881               if test x"$enablestring" = xdisable; then
5882                   defaultval=yes
5883               else
5884                   defaultval=no
5885               fi
5886           fi
5887
5888           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
5889 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6; }
5890           # Check whether --enable-intl was given.
5891 if test "${enable_intl+set}" = set; then
5892   enableval=$enable_intl;
5893                           if test "$enableval" = yes; then
5894                             wx_cv_use_intl='wxUSE_INTL=yes'
5895                           else
5896                             wx_cv_use_intl='wxUSE_INTL=no'
5897                           fi
5898
5899 else
5900
5901                           wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
5902
5903 fi
5904
5905
5906           eval "$wx_cv_use_intl"
5907
5908           if test x"$enablestring" = xdisable; then
5909             if test $wxUSE_INTL = no; then
5910               result=yes
5911             else
5912               result=no
5913             fi
5914           else
5915             result=$wxUSE_INTL
5916           fi
5917
5918           { echo "$as_me:$LINENO: result: $result" >&5
5919 echo "${ECHO_T}$result" >&6; }
5920
5921
5922           enablestring=
5923           defaultval=$wxUSE_ALL_FEATURES
5924           if test -z "$defaultval"; then
5925               if test x"$enablestring" = xdisable; then
5926                   defaultval=yes
5927               else
5928                   defaultval=no
5929               fi
5930           fi
5931
5932           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xlocale" >&5
5933 echo $ECHO_N "checking for --${enablestring:-enable}-xlocale... $ECHO_C" >&6; }
5934           # Check whether --enable-xlocale was given.
5935 if test "${enable_xlocale+set}" = set; then
5936   enableval=$enable_xlocale;
5937                           if test "$enableval" = yes; then
5938                             wx_cv_use_xlocale='wxUSE_XLOCALE=yes'
5939                           else
5940                             wx_cv_use_xlocale='wxUSE_XLOCALE=no'
5941                           fi
5942
5943 else
5944
5945                           wx_cv_use_xlocale='wxUSE_XLOCALE=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
5946
5947 fi
5948
5949
5950           eval "$wx_cv_use_xlocale"
5951
5952           if test x"$enablestring" = xdisable; then
5953             if test $wxUSE_XLOCALE = no; then
5954               result=yes
5955             else
5956               result=no
5957             fi
5958           else
5959             result=$wxUSE_XLOCALE
5960           fi
5961
5962           { echo "$as_me:$LINENO: result: $result" >&5
5963 echo "${ECHO_T}$result" >&6; }
5964
5965
5966           enablestring=
5967           defaultval=$wxUSE_ALL_FEATURES
5968           if test -z "$defaultval"; then
5969               if test x"$enablestring" = xdisable; then
5970                   defaultval=yes
5971               else
5972                   defaultval=no
5973               fi
5974           fi
5975
5976           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
5977 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6; }
5978           # Check whether --enable-config was given.
5979 if test "${enable_config+set}" = set; then
5980   enableval=$enable_config;
5981                           if test "$enableval" = yes; then
5982                             wx_cv_use_config='wxUSE_CONFIG=yes'
5983                           else
5984                             wx_cv_use_config='wxUSE_CONFIG=no'
5985                           fi
5986
5987 else
5988
5989                           wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
5990
5991 fi
5992
5993
5994           eval "$wx_cv_use_config"
5995
5996           if test x"$enablestring" = xdisable; then
5997             if test $wxUSE_CONFIG = no; then
5998               result=yes
5999             else
6000               result=no
6001             fi
6002           else
6003             result=$wxUSE_CONFIG
6004           fi
6005
6006           { echo "$as_me:$LINENO: result: $result" >&5
6007 echo "${ECHO_T}$result" >&6; }
6008
6009
6010
6011           enablestring=
6012           defaultval=$wxUSE_ALL_FEATURES
6013           if test -z "$defaultval"; then
6014               if test x"$enablestring" = xdisable; then
6015                   defaultval=yes
6016               else
6017                   defaultval=no
6018               fi
6019           fi
6020
6021           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
6022 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6; }
6023           # Check whether --enable-protocols was given.
6024 if test "${enable_protocols+set}" = set; then
6025   enableval=$enable_protocols;
6026                           if test "$enableval" = yes; then
6027                             wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
6028                           else
6029                             wx_cv_use_protocols='wxUSE_PROTOCOL=no'
6030                           fi
6031
6032 else
6033
6034                           wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
6035
6036 fi
6037
6038
6039           eval "$wx_cv_use_protocols"
6040
6041           if test x"$enablestring" = xdisable; then
6042             if test $wxUSE_PROTOCOL = no; then
6043               result=yes
6044             else
6045               result=no
6046             fi
6047           else
6048             result=$wxUSE_PROTOCOL
6049           fi
6050
6051           { echo "$as_me:$LINENO: result: $result" >&5
6052 echo "${ECHO_T}$result" >&6; }
6053
6054
6055           enablestring=
6056           defaultval=$wxUSE_ALL_FEATURES
6057           if test -z "$defaultval"; then
6058               if test x"$enablestring" = xdisable; then
6059                   defaultval=yes
6060               else
6061                   defaultval=no
6062               fi
6063           fi
6064
6065           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
6066 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6; }
6067           # Check whether --enable-ftp was given.
6068 if test "${enable_ftp+set}" = set; then
6069   enableval=$enable_ftp;
6070                           if test "$enableval" = yes; then
6071                             wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
6072                           else
6073                             wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
6074                           fi
6075
6076 else
6077
6078                           wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
6079
6080 fi
6081
6082
6083           eval "$wx_cv_use_ftp"
6084
6085           if test x"$enablestring" = xdisable; then
6086             if test $wxUSE_PROTOCOL_FTP = no; then
6087               result=yes
6088             else
6089               result=no
6090             fi
6091           else
6092             result=$wxUSE_PROTOCOL_FTP
6093           fi
6094
6095           { echo "$as_me:$LINENO: result: $result" >&5
6096 echo "${ECHO_T}$result" >&6; }
6097
6098
6099           enablestring=
6100           defaultval=$wxUSE_ALL_FEATURES
6101           if test -z "$defaultval"; then
6102               if test x"$enablestring" = xdisable; then
6103                   defaultval=yes
6104               else
6105                   defaultval=no
6106               fi
6107           fi
6108
6109           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
6110 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6; }
6111           # Check whether --enable-http was given.
6112 if test "${enable_http+set}" = set; then
6113   enableval=$enable_http;
6114                           if test "$enableval" = yes; then
6115                             wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
6116                           else
6117                             wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
6118                           fi
6119
6120 else
6121
6122                           wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
6123
6124 fi
6125
6126
6127           eval "$wx_cv_use_http"
6128
6129           if test x"$enablestring" = xdisable; then
6130             if test $wxUSE_PROTOCOL_HTTP = no; then
6131               result=yes
6132             else
6133               result=no
6134             fi
6135           else
6136             result=$wxUSE_PROTOCOL_HTTP
6137           fi
6138
6139           { echo "$as_me:$LINENO: result: $result" >&5
6140 echo "${ECHO_T}$result" >&6; }
6141
6142
6143           enablestring=
6144           defaultval=$wxUSE_ALL_FEATURES
6145           if test -z "$defaultval"; then
6146               if test x"$enablestring" = xdisable; then
6147                   defaultval=yes
6148               else
6149                   defaultval=no
6150               fi
6151           fi
6152
6153           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
6154 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6; }
6155           # Check whether --enable-fileproto was given.
6156 if test "${enable_fileproto+set}" = set; then
6157   enableval=$enable_fileproto;
6158                           if test "$enableval" = yes; then
6159                             wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
6160                           else
6161                             wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
6162                           fi
6163
6164 else
6165
6166                           wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
6167
6168 fi
6169
6170
6171           eval "$wx_cv_use_fileproto"
6172
6173           if test x"$enablestring" = xdisable; then
6174             if test $wxUSE_PROTOCOL_FILE = no; then
6175               result=yes
6176             else
6177               result=no
6178             fi
6179           else
6180             result=$wxUSE_PROTOCOL_FILE
6181           fi
6182
6183           { echo "$as_me:$LINENO: result: $result" >&5
6184 echo "${ECHO_T}$result" >&6; }
6185
6186
6187           enablestring=
6188           defaultval=$wxUSE_ALL_FEATURES
6189           if test -z "$defaultval"; then
6190               if test x"$enablestring" = xdisable; then
6191                   defaultval=yes
6192               else
6193                   defaultval=no
6194               fi
6195           fi
6196
6197           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
6198 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6; }
6199           # Check whether --enable-sockets was given.
6200 if test "${enable_sockets+set}" = set; then
6201   enableval=$enable_sockets;
6202                           if test "$enableval" = yes; then
6203                             wx_cv_use_sockets='wxUSE_SOCKETS=yes'
6204                           else
6205                             wx_cv_use_sockets='wxUSE_SOCKETS=no'
6206                           fi
6207
6208 else
6209
6210                           wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
6211
6212 fi
6213
6214
6215           eval "$wx_cv_use_sockets"
6216
6217           if test x"$enablestring" = xdisable; then
6218             if test $wxUSE_SOCKETS = no; then
6219               result=yes
6220             else
6221               result=no
6222             fi
6223           else
6224             result=$wxUSE_SOCKETS
6225           fi
6226
6227           { echo "$as_me:$LINENO: result: $result" >&5
6228 echo "${ECHO_T}$result" >&6; }
6229
6230
6231           enablestring=
6232           defaultval=$wxUSE_ALL_FEATURES
6233           if test -z "$defaultval"; then
6234               if test x"$enablestring" = xdisable; then
6235                   defaultval=yes
6236               else
6237                   defaultval=no
6238               fi
6239           fi
6240
6241           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipv6" >&5
6242 echo $ECHO_N "checking for --${enablestring:-enable}-ipv6... $ECHO_C" >&6; }
6243           # Check whether --enable-ipv6 was given.
6244 if test "${enable_ipv6+set}" = set; then
6245   enableval=$enable_ipv6;
6246                           if test "$enableval" = yes; then
6247                             wx_cv_use_ipv6='wxUSE_IPV6=yes'
6248                           else
6249                             wx_cv_use_ipv6='wxUSE_IPV6=no'
6250                           fi
6251
6252 else
6253
6254                           wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
6255
6256 fi
6257
6258
6259           eval "$wx_cv_use_ipv6"
6260
6261           if test x"$enablestring" = xdisable; then
6262             if test $wxUSE_IPV6 = no; then
6263               result=yes
6264             else
6265               result=no
6266             fi
6267           else
6268             result=$wxUSE_IPV6
6269           fi
6270
6271           { echo "$as_me:$LINENO: result: $result" >&5
6272 echo "${ECHO_T}$result" >&6; }
6273
6274
6275           enablestring=
6276           defaultval=$wxUSE_ALL_FEATURES
6277           if test -z "$defaultval"; then
6278               if test x"$enablestring" = xdisable; then
6279                   defaultval=yes
6280               else
6281                   defaultval=no
6282               fi
6283           fi
6284
6285           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
6286 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6; }
6287           # Check whether --enable-ole was given.
6288 if test "${enable_ole+set}" = set; then
6289   enableval=$enable_ole;
6290                           if test "$enableval" = yes; then
6291                             wx_cv_use_ole='wxUSE_OLE=yes'
6292                           else
6293                             wx_cv_use_ole='wxUSE_OLE=no'
6294                           fi
6295
6296 else
6297
6298                           wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
6299
6300 fi
6301
6302
6303           eval "$wx_cv_use_ole"
6304
6305           if test x"$enablestring" = xdisable; then
6306             if test $wxUSE_OLE = no; then
6307               result=yes
6308             else
6309               result=no
6310             fi
6311           else
6312             result=$wxUSE_OLE
6313           fi
6314
6315           { echo "$as_me:$LINENO: result: $result" >&5
6316 echo "${ECHO_T}$result" >&6; }
6317
6318
6319           enablestring=
6320           defaultval=$wxUSE_ALL_FEATURES
6321           if test -z "$defaultval"; then
6322               if test x"$enablestring" = xdisable; then
6323                   defaultval=yes
6324               else
6325                   defaultval=no
6326               fi
6327           fi
6328
6329           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
6330 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6; }
6331           # Check whether --enable-dataobj was given.
6332 if test "${enable_dataobj+set}" = set; then
6333   enableval=$enable_dataobj;
6334                           if test "$enableval" = yes; then
6335                             wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
6336                           else
6337                             wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
6338                           fi
6339
6340 else
6341
6342                           wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
6343
6344 fi
6345
6346
6347           eval "$wx_cv_use_dataobj"
6348
6349           if test x"$enablestring" = xdisable; then
6350             if test $wxUSE_DATAOBJ = no; then
6351               result=yes
6352             else
6353               result=no
6354             fi
6355           else
6356             result=$wxUSE_DATAOBJ
6357           fi
6358
6359           { echo "$as_me:$LINENO: result: $result" >&5
6360 echo "${ECHO_T}$result" >&6; }
6361
6362
6363
6364           enablestring=
6365           defaultval=$wxUSE_ALL_FEATURES
6366           if test -z "$defaultval"; then
6367               if test x"$enablestring" = xdisable; then
6368                   defaultval=yes
6369               else
6370                   defaultval=no
6371               fi
6372           fi
6373
6374           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
6375 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6; }
6376           # Check whether --enable-ipc was given.
6377 if test "${enable_ipc+set}" = set; then
6378   enableval=$enable_ipc;
6379                           if test "$enableval" = yes; then
6380                             wx_cv_use_ipc='wxUSE_IPC=yes'
6381                           else
6382                             wx_cv_use_ipc='wxUSE_IPC=no'
6383                           fi
6384
6385 else
6386
6387                           wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
6388
6389 fi
6390
6391
6392           eval "$wx_cv_use_ipc"
6393
6394           if test x"$enablestring" = xdisable; then
6395             if test $wxUSE_IPC = no; then
6396               result=yes
6397             else
6398               result=no
6399             fi
6400           else
6401             result=$wxUSE_IPC
6402           fi
6403
6404           { echo "$as_me:$LINENO: result: $result" >&5
6405 echo "${ECHO_T}$result" >&6; }
6406
6407
6408
6409           enablestring=
6410           defaultval=$wxUSE_ALL_FEATURES
6411           if test -z "$defaultval"; then
6412               if test x"$enablestring" = xdisable; then
6413                   defaultval=yes
6414               else
6415                   defaultval=no
6416               fi
6417           fi
6418
6419           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-baseevtloop" >&5
6420 echo $ECHO_N "checking for --${enablestring:-enable}-baseevtloop... $ECHO_C" >&6; }
6421           # Check whether --enable-baseevtloop was given.
6422 if test "${enable_baseevtloop+set}" = set; then
6423   enableval=$enable_baseevtloop;
6424                           if test "$enableval" = yes; then
6425                             wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
6426                           else
6427                             wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
6428                           fi
6429
6430 else
6431
6432                           wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
6433
6434 fi
6435
6436
6437           eval "$wx_cv_use_baseevtloop"
6438
6439           if test x"$enablestring" = xdisable; then
6440             if test $wxUSE_CONSOLE_EVENTLOOP = no; then
6441               result=yes
6442             else
6443               result=no
6444             fi
6445           else
6446             result=$wxUSE_CONSOLE_EVENTLOOP
6447           fi
6448
6449           { echo "$as_me:$LINENO: result: $result" >&5
6450 echo "${ECHO_T}$result" >&6; }
6451
6452
6453           enablestring=
6454           defaultval=$wxUSE_ALL_FEATURES
6455           if test -z "$defaultval"; then
6456               if test x"$enablestring" = xdisable; then
6457                   defaultval=yes
6458               else
6459                   defaultval=no
6460               fi
6461           fi
6462
6463           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-epollloop" >&5
6464 echo $ECHO_N "checking for --${enablestring:-enable}-epollloop... $ECHO_C" >&6; }
6465           # Check whether --enable-epollloop was given.
6466 if test "${enable_epollloop+set}" = set; then
6467   enableval=$enable_epollloop;
6468                           if test "$enableval" = yes; then
6469                             wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
6470                           else
6471                             wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
6472                           fi
6473
6474 else
6475
6476                           wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
6477
6478 fi
6479
6480
6481           eval "$wx_cv_use_epollloop"
6482
6483           if test x"$enablestring" = xdisable; then
6484             if test $wxUSE_EPOLL_DISPATCHER = no; then
6485               result=yes
6486             else
6487               result=no
6488             fi
6489           else
6490             result=$wxUSE_EPOLL_DISPATCHER
6491           fi
6492
6493           { echo "$as_me:$LINENO: result: $result" >&5
6494 echo "${ECHO_T}$result" >&6; }
6495
6496
6497           enablestring=
6498           defaultval=$wxUSE_ALL_FEATURES
6499           if test -z "$defaultval"; then
6500               if test x"$enablestring" = xdisable; then
6501                   defaultval=yes
6502               else
6503                   defaultval=no
6504               fi
6505           fi
6506
6507           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-selectloop" >&5
6508 echo $ECHO_N "checking for --${enablestring:-enable}-selectloop... $ECHO_C" >&6; }
6509           # Check whether --enable-selectloop was given.
6510 if test "${enable_selectloop+set}" = set; then
6511   enableval=$enable_selectloop;
6512                           if test "$enableval" = yes; then
6513                             wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
6514                           else
6515                             wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
6516                           fi
6517
6518 else
6519
6520                           wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
6521
6522 fi
6523
6524
6525           eval "$wx_cv_use_selectloop"
6526
6527           if test x"$enablestring" = xdisable; then
6528             if test $wxUSE_SELECT_DISPATCHER = no; then
6529               result=yes
6530             else
6531               result=no
6532             fi
6533           else
6534             result=$wxUSE_SELECT_DISPATCHER
6535           fi
6536
6537           { echo "$as_me:$LINENO: result: $result" >&5
6538 echo "${ECHO_T}$result" >&6; }
6539
6540
6541
6542           enablestring=
6543           defaultval=$wxUSE_ALL_FEATURES
6544           if test -z "$defaultval"; then
6545               if test x"$enablestring" = xdisable; then
6546                   defaultval=yes
6547               else
6548                   defaultval=no
6549               fi
6550           fi
6551
6552           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-any" >&5
6553 echo $ECHO_N "checking for --${enablestring:-enable}-any... $ECHO_C" >&6; }
6554           # Check whether --enable-any was given.
6555 if test "${enable_any+set}" = set; then
6556   enableval=$enable_any;
6557                           if test "$enableval" = yes; then
6558                             wx_cv_use_any='wxUSE_ANY=yes'
6559                           else
6560                             wx_cv_use_any='wxUSE_ANY=no'
6561                           fi
6562
6563 else
6564
6565                           wx_cv_use_any='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
6566
6567 fi
6568
6569
6570           eval "$wx_cv_use_any"
6571
6572           if test x"$enablestring" = xdisable; then
6573             if test $wxUSE_ANY = no; then
6574               result=yes
6575             else
6576               result=no
6577             fi
6578           else
6579             result=$wxUSE_ANY
6580           fi
6581
6582           { echo "$as_me:$LINENO: result: $result" >&5
6583 echo "${ECHO_T}$result" >&6; }
6584
6585
6586           enablestring=
6587           defaultval=$wxUSE_ALL_FEATURES
6588           if test -z "$defaultval"; then
6589               if test x"$enablestring" = xdisable; then
6590                   defaultval=yes
6591               else
6592                   defaultval=no
6593               fi
6594           fi
6595
6596           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
6597 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6; }
6598           # Check whether --enable-apple_ieee was given.
6599 if test "${enable_apple_ieee+set}" = set; then
6600   enableval=$enable_apple_ieee;
6601                           if test "$enableval" = yes; then
6602                             wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
6603                           else
6604                             wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
6605                           fi
6606
6607 else
6608
6609                           wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
6610
6611 fi
6612
6613
6614           eval "$wx_cv_use_apple_ieee"
6615
6616           if test x"$enablestring" = xdisable; then
6617             if test $wxUSE_APPLE_IEEE = no; then
6618               result=yes
6619             else
6620               result=no
6621             fi
6622           else
6623             result=$wxUSE_APPLE_IEEE
6624           fi
6625
6626           { echo "$as_me:$LINENO: result: $result" >&5
6627 echo "${ECHO_T}$result" >&6; }
6628
6629
6630           enablestring=
6631           defaultval=$wxUSE_ALL_FEATURES
6632           if test -z "$defaultval"; then
6633               if test x"$enablestring" = xdisable; then
6634                   defaultval=yes
6635               else
6636                   defaultval=no
6637               fi
6638           fi
6639
6640           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
6641 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6; }
6642           # Check whether --enable-arcstream was given.
6643 if test "${enable_arcstream+set}" = set; then
6644   enableval=$enable_arcstream;
6645                           if test "$enableval" = yes; then
6646                             wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
6647                           else
6648                             wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
6649                           fi
6650
6651 else
6652
6653                           wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
6654
6655 fi
6656
6657
6658           eval "$wx_cv_use_arcstream"
6659
6660           if test x"$enablestring" = xdisable; then
6661             if test $wxUSE_ARCHIVE_STREAMS = no; then
6662               result=yes
6663             else
6664               result=no
6665             fi
6666           else
6667             result=$wxUSE_ARCHIVE_STREAMS
6668           fi
6669
6670           { echo "$as_me:$LINENO: result: $result" >&5
6671 echo "${ECHO_T}$result" >&6; }
6672
6673
6674           enablestring=
6675           defaultval=$wxUSE_ALL_FEATURES
6676           if test -z "$defaultval"; then
6677               if test x"$enablestring" = xdisable; then
6678                   defaultval=yes
6679               else
6680                   defaultval=no
6681               fi
6682           fi
6683
6684           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-base64" >&5
6685 echo $ECHO_N "checking for --${enablestring:-enable}-base64... $ECHO_C" >&6; }
6686           # Check whether --enable-base64 was given.
6687 if test "${enable_base64+set}" = set; then
6688   enableval=$enable_base64;
6689                           if test "$enableval" = yes; then
6690                             wx_cv_use_base64='wxUSE_BASE64=yes'
6691                           else
6692                             wx_cv_use_base64='wxUSE_BASE64=no'
6693                           fi
6694
6695 else
6696
6697                           wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
6698
6699 fi
6700
6701
6702           eval "$wx_cv_use_base64"
6703
6704           if test x"$enablestring" = xdisable; then
6705             if test $wxUSE_BASE64 = no; then
6706               result=yes
6707             else
6708               result=no
6709             fi
6710           else
6711             result=$wxUSE_BASE64
6712           fi
6713
6714           { echo "$as_me:$LINENO: result: $result" >&5
6715 echo "${ECHO_T}$result" >&6; }
6716
6717
6718           enablestring=
6719           defaultval=$wxUSE_ALL_FEATURES
6720           if test -z "$defaultval"; then
6721               if test x"$enablestring" = xdisable; then
6722                   defaultval=yes
6723               else
6724                   defaultval=no
6725               fi
6726           fi
6727
6728           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
6729 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6; }
6730           # Check whether --enable-backtrace was given.
6731 if test "${enable_backtrace+set}" = set; then
6732   enableval=$enable_backtrace;
6733                           if test "$enableval" = yes; then
6734                             wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
6735                           else
6736                             wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
6737                           fi
6738
6739 else
6740
6741                           wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
6742
6743 fi
6744
6745
6746           eval "$wx_cv_use_backtrace"
6747
6748           if test x"$enablestring" = xdisable; then
6749             if test $wxUSE_STACKWALKER = no; then
6750               result=yes
6751             else
6752               result=no
6753             fi
6754           else
6755             result=$wxUSE_STACKWALKER
6756           fi
6757
6758           { echo "$as_me:$LINENO: result: $result" >&5
6759 echo "${ECHO_T}$result" >&6; }
6760
6761
6762           enablestring=
6763           defaultval=$wxUSE_ALL_FEATURES
6764           if test -z "$defaultval"; then
6765               if test x"$enablestring" = xdisable; then
6766                   defaultval=yes
6767               else
6768                   defaultval=no
6769               fi
6770           fi
6771
6772           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
6773 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6; }
6774           # Check whether --enable-catch_segvs was given.
6775 if test "${enable_catch_segvs+set}" = set; then
6776   enableval=$enable_catch_segvs;
6777                           if test "$enableval" = yes; then
6778                             wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
6779                           else
6780                             wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
6781                           fi
6782
6783 else
6784
6785                           wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
6786
6787 fi
6788
6789
6790           eval "$wx_cv_use_catch_segvs"
6791
6792           if test x"$enablestring" = xdisable; then
6793             if test $wxUSE_ON_FATAL_EXCEPTION = no; then
6794               result=yes
6795             else
6796               result=no
6797             fi
6798           else
6799             result=$wxUSE_ON_FATAL_EXCEPTION
6800           fi
6801
6802           { echo "$as_me:$LINENO: result: $result" >&5
6803 echo "${ECHO_T}$result" >&6; }
6804
6805
6806           enablestring=
6807           defaultval=$wxUSE_ALL_FEATURES
6808           if test -z "$defaultval"; then
6809               if test x"$enablestring" = xdisable; then
6810                   defaultval=yes
6811               else
6812                   defaultval=no
6813               fi
6814           fi
6815
6816           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
6817 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6; }
6818           # Check whether --enable-cmdline was given.
6819 if test "${enable_cmdline+set}" = set; then
6820   enableval=$enable_cmdline;
6821                           if test "$enableval" = yes; then
6822                             wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
6823                           else
6824                             wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
6825                           fi
6826
6827 else
6828
6829                           wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
6830
6831 fi
6832
6833
6834           eval "$wx_cv_use_cmdline"
6835
6836           if test x"$enablestring" = xdisable; then
6837             if test $wxUSE_CMDLINE_PARSER = no; then
6838               result=yes
6839             else
6840               result=no
6841             fi
6842           else
6843             result=$wxUSE_CMDLINE_PARSER
6844           fi
6845
6846           { echo "$as_me:$LINENO: result: $result" >&5
6847 echo "${ECHO_T}$result" >&6; }
6848
6849
6850           enablestring=
6851           defaultval=$wxUSE_ALL_FEATURES
6852           if test -z "$defaultval"; then
6853               if test x"$enablestring" = xdisable; then
6854                   defaultval=yes
6855               else
6856                   defaultval=no
6857               fi
6858           fi
6859
6860           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
6861 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6; }
6862           # Check whether --enable-datetime was given.
6863 if test "${enable_datetime+set}" = set; then
6864   enableval=$enable_datetime;
6865                           if test "$enableval" = yes; then
6866                             wx_cv_use_datetime='wxUSE_DATETIME=yes'
6867                           else
6868                             wx_cv_use_datetime='wxUSE_DATETIME=no'
6869                           fi
6870
6871 else
6872
6873                           wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
6874
6875 fi
6876
6877
6878           eval "$wx_cv_use_datetime"
6879
6880           if test x"$enablestring" = xdisable; then
6881             if test $wxUSE_DATETIME = no; then
6882               result=yes
6883             else
6884               result=no
6885             fi
6886           else
6887             result=$wxUSE_DATETIME
6888           fi
6889
6890           { echo "$as_me:$LINENO: result: $result" >&5
6891 echo "${ECHO_T}$result" >&6; }
6892
6893
6894           enablestring=
6895           defaultval=$wxUSE_ALL_FEATURES
6896           if test -z "$defaultval"; then
6897               if test x"$enablestring" = xdisable; then
6898                   defaultval=yes
6899               else
6900                   defaultval=no
6901               fi
6902           fi
6903
6904           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
6905 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6; }
6906           # Check whether --enable-debugreport was given.
6907 if test "${enable_debugreport+set}" = set; then
6908   enableval=$enable_debugreport;
6909                           if test "$enableval" = yes; then
6910                             wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
6911                           else
6912                             wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
6913                           fi
6914
6915 else
6916
6917                           wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
6918
6919 fi
6920
6921
6922           eval "$wx_cv_use_debugreport"
6923
6924           if test x"$enablestring" = xdisable; then
6925             if test $wxUSE_DEBUGREPORT = no; then
6926               result=yes
6927             else
6928               result=no
6929             fi
6930           else
6931             result=$wxUSE_DEBUGREPORT
6932           fi
6933
6934           { echo "$as_me:$LINENO: result: $result" >&5
6935 echo "${ECHO_T}$result" >&6; }
6936
6937
6938           enablestring=
6939           defaultval=$wxUSE_ALL_FEATURES
6940           if test -z "$defaultval"; then
6941               if test x"$enablestring" = xdisable; then
6942                   defaultval=yes
6943               else
6944                   defaultval=no
6945               fi
6946           fi
6947
6948           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
6949 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6; }
6950           # Check whether --enable-dialupman was given.
6951 if test "${enable_dialupman+set}" = set; then
6952   enableval=$enable_dialupman;
6953                           if test "$enableval" = yes; then
6954                             wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
6955                           else
6956                             wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
6957                           fi
6958
6959 else
6960
6961                           wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
6962
6963 fi
6964
6965
6966           eval "$wx_cv_use_dialupman"
6967
6968           if test x"$enablestring" = xdisable; then
6969             if test $wxUSE_DIALUP_MANAGER = no; then
6970               result=yes
6971             else
6972               result=no
6973             fi
6974           else
6975             result=$wxUSE_DIALUP_MANAGER
6976           fi
6977
6978           { echo "$as_me:$LINENO: result: $result" >&5
6979 echo "${ECHO_T}$result" >&6; }
6980
6981
6982           enablestring=
6983           defaultval=$wxUSE_ALL_FEATURES
6984           if test -z "$defaultval"; then
6985               if test x"$enablestring" = xdisable; then
6986                   defaultval=yes
6987               else
6988                   defaultval=no
6989               fi
6990           fi
6991
6992           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
6993 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6; }
6994           # Check whether --enable-dynlib was given.
6995 if test "${enable_dynlib+set}" = set; then
6996   enableval=$enable_dynlib;
6997                           if test "$enableval" = yes; then
6998                             wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
6999                           else
7000                             wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
7001                           fi
7002
7003 else
7004
7005                           wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
7006
7007 fi
7008
7009
7010           eval "$wx_cv_use_dynlib"
7011
7012           if test x"$enablestring" = xdisable; then
7013             if test $wxUSE_DYNLIB_CLASS = no; then
7014               result=yes
7015             else
7016               result=no
7017             fi
7018           else
7019             result=$wxUSE_DYNLIB_CLASS
7020           fi
7021
7022           { echo "$as_me:$LINENO: result: $result" >&5
7023 echo "${ECHO_T}$result" >&6; }
7024
7025
7026           enablestring=
7027           defaultval=$wxUSE_ALL_FEATURES
7028           if test -z "$defaultval"; then
7029               if test x"$enablestring" = xdisable; then
7030                   defaultval=yes
7031               else
7032                   defaultval=no
7033               fi
7034           fi
7035
7036           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
7037 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6; }
7038           # Check whether --enable-dynamicloader was given.
7039 if test "${enable_dynamicloader+set}" = set; then
7040   enableval=$enable_dynamicloader;
7041                           if test "$enableval" = yes; then
7042                             wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
7043                           else
7044                             wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
7045                           fi
7046
7047 else
7048
7049                           wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
7050
7051 fi
7052
7053
7054           eval "$wx_cv_use_dynamicloader"
7055
7056           if test x"$enablestring" = xdisable; then
7057             if test $wxUSE_DYNAMIC_LOADER = no; then
7058               result=yes
7059             else
7060               result=no
7061             fi
7062           else
7063             result=$wxUSE_DYNAMIC_LOADER
7064           fi
7065
7066           { echo "$as_me:$LINENO: result: $result" >&5
7067 echo "${ECHO_T}$result" >&6; }
7068
7069
7070           enablestring=
7071           defaultval=$wxUSE_ALL_FEATURES
7072           if test -z "$defaultval"; then
7073               if test x"$enablestring" = xdisable; then
7074                   defaultval=yes
7075               else
7076                   defaultval=no
7077               fi
7078           fi
7079
7080           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
7081 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6; }
7082           # Check whether --enable-exceptions was given.
7083 if test "${enable_exceptions+set}" = set; then
7084   enableval=$enable_exceptions;
7085                           if test "$enableval" = yes; then
7086                             wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
7087                           else
7088                             wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
7089                           fi
7090
7091 else
7092
7093                           wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
7094
7095 fi
7096
7097
7098           eval "$wx_cv_use_exceptions"
7099
7100           if test x"$enablestring" = xdisable; then
7101             if test $wxUSE_EXCEPTIONS = no; then
7102               result=yes
7103             else
7104               result=no
7105             fi
7106           else
7107             result=$wxUSE_EXCEPTIONS
7108           fi
7109
7110           { echo "$as_me:$LINENO: result: $result" >&5
7111 echo "${ECHO_T}$result" >&6; }
7112
7113
7114           enablestring=
7115           defaultval=$wxUSE_ALL_FEATURES
7116           if test -z "$defaultval"; then
7117               if test x"$enablestring" = xdisable; then
7118                   defaultval=yes
7119               else
7120                   defaultval=no
7121               fi
7122           fi
7123
7124           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
7125 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6; }
7126           # Check whether --enable-ffile was given.
7127 if test "${enable_ffile+set}" = set; then
7128   enableval=$enable_ffile;
7129                           if test "$enableval" = yes; then
7130                             wx_cv_use_ffile='wxUSE_FFILE=yes'
7131                           else
7132                             wx_cv_use_ffile='wxUSE_FFILE=no'
7133                           fi
7134
7135 else
7136
7137                           wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
7138
7139 fi
7140
7141
7142           eval "$wx_cv_use_ffile"
7143
7144           if test x"$enablestring" = xdisable; then
7145             if test $wxUSE_FFILE = no; then
7146               result=yes
7147             else
7148               result=no
7149             fi
7150           else
7151             result=$wxUSE_FFILE
7152           fi
7153
7154           { echo "$as_me:$LINENO: result: $result" >&5
7155 echo "${ECHO_T}$result" >&6; }
7156
7157
7158           enablestring=
7159           defaultval=$wxUSE_ALL_FEATURES
7160           if test -z "$defaultval"; then
7161               if test x"$enablestring" = xdisable; then
7162                   defaultval=yes
7163               else
7164                   defaultval=no
7165               fi
7166           fi
7167
7168           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
7169 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6; }
7170           # Check whether --enable-file was given.
7171 if test "${enable_file+set}" = set; then
7172   enableval=$enable_file;
7173                           if test "$enableval" = yes; then
7174                             wx_cv_use_file='wxUSE_FILE=yes'
7175                           else
7176                             wx_cv_use_file='wxUSE_FILE=no'
7177                           fi
7178
7179 else
7180
7181                           wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
7182
7183 fi
7184
7185
7186           eval "$wx_cv_use_file"
7187
7188           if test x"$enablestring" = xdisable; then
7189             if test $wxUSE_FILE = no; then
7190               result=yes
7191             else
7192               result=no
7193             fi
7194           else
7195             result=$wxUSE_FILE
7196           fi
7197
7198           { echo "$as_me:$LINENO: result: $result" >&5
7199 echo "${ECHO_T}$result" >&6; }
7200
7201
7202           enablestring=
7203           defaultval=$wxUSE_ALL_FEATURES
7204           if test -z "$defaultval"; then
7205               if test x"$enablestring" = xdisable; then
7206                   defaultval=yes
7207               else
7208                   defaultval=no
7209               fi
7210           fi
7211
7212           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filehistory" >&5
7213 echo $ECHO_N "checking for --${enablestring:-enable}-filehistory... $ECHO_C" >&6; }
7214           # Check whether --enable-filehistory was given.
7215 if test "${enable_filehistory+set}" = set; then
7216   enableval=$enable_filehistory;
7217                           if test "$enableval" = yes; then
7218                             wx_cv_use_filehistory='wxUSE_FILE_HISTORY=yes'
7219                           else
7220                             wx_cv_use_filehistory='wxUSE_FILE_HISTORY=no'
7221                           fi
7222
7223 else
7224
7225                           wx_cv_use_filehistory='wxUSE_FILE_HISTORY=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
7226
7227 fi
7228
7229
7230           eval "$wx_cv_use_filehistory"
7231
7232           if test x"$enablestring" = xdisable; then
7233             if test $wxUSE_FILE_HISTORY = no; then
7234               result=yes
7235             else
7236               result=no
7237             fi
7238           else
7239             result=$wxUSE_FILE_HISTORY
7240           fi
7241
7242           { echo "$as_me:$LINENO: result: $result" >&5
7243 echo "${ECHO_T}$result" >&6; }
7244
7245
7246           enablestring=
7247           defaultval=$wxUSE_ALL_FEATURES
7248           if test -z "$defaultval"; then
7249               if test x"$enablestring" = xdisable; then
7250                   defaultval=yes
7251               else
7252                   defaultval=no
7253               fi
7254           fi
7255
7256           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
7257 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6; }
7258           # Check whether --enable-filesystem was given.
7259 if test "${enable_filesystem+set}" = set; then
7260   enableval=$enable_filesystem;
7261                           if test "$enableval" = yes; then
7262                             wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
7263                           else
7264                             wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
7265                           fi
7266
7267 else
7268
7269                           wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
7270
7271 fi
7272
7273
7274           eval "$wx_cv_use_filesystem"
7275
7276           if test x"$enablestring" = xdisable; then
7277             if test $wxUSE_FILESYSTEM = no; then
7278               result=yes
7279             else
7280               result=no
7281             fi
7282           else
7283             result=$wxUSE_FILESYSTEM
7284           fi
7285
7286           { echo "$as_me:$LINENO: result: $result" >&5
7287 echo "${ECHO_T}$result" >&6; }
7288
7289
7290           enablestring=
7291           defaultval=$wxUSE_ALL_FEATURES
7292           if test -z "$defaultval"; then
7293               if test x"$enablestring" = xdisable; then
7294                   defaultval=yes
7295               else
7296                   defaultval=no
7297               fi
7298           fi
7299
7300           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontenum" >&5
7301 echo $ECHO_N "checking for --${enablestring:-enable}-fontenum... $ECHO_C" >&6; }
7302           # Check whether --enable-fontenum was given.
7303 if test "${enable_fontenum+set}" = set; then
7304   enableval=$enable_fontenum;
7305                           if test "$enableval" = yes; then
7306                             wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
7307                           else
7308                             wx_cv_use_fontenum='wxUSE_FONTENUM=no'
7309                           fi
7310
7311 else
7312
7313                           wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
7314
7315 fi
7316
7317
7318           eval "$wx_cv_use_fontenum"
7319
7320           if test x"$enablestring" = xdisable; then
7321             if test $wxUSE_FONTENUM = no; then
7322               result=yes
7323             else
7324               result=no
7325             fi
7326           else
7327             result=$wxUSE_FONTENUM
7328           fi
7329
7330           { echo "$as_me:$LINENO: result: $result" >&5
7331 echo "${ECHO_T}$result" >&6; }
7332
7333
7334           enablestring=
7335           defaultval=$wxUSE_ALL_FEATURES
7336           if test -z "$defaultval"; then
7337               if test x"$enablestring" = xdisable; then
7338                   defaultval=yes
7339               else
7340                   defaultval=no
7341               fi
7342           fi
7343
7344           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
7345 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6; }
7346           # Check whether --enable-fontmap was given.
7347 if test "${enable_fontmap+set}" = set; then
7348   enableval=$enable_fontmap;
7349                           if test "$enableval" = yes; then
7350                             wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
7351                           else
7352                             wx_cv_use_fontmap='wxUSE_FONTMAP=no'
7353                           fi
7354
7355 else
7356
7357                           wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
7358
7359 fi
7360
7361
7362           eval "$wx_cv_use_fontmap"
7363
7364           if test x"$enablestring" = xdisable; then
7365             if test $wxUSE_FONTMAP = no; then
7366               result=yes
7367             else
7368               result=no
7369             fi
7370           else
7371             result=$wxUSE_FONTMAP
7372           fi
7373
7374           { echo "$as_me:$LINENO: result: $result" >&5
7375 echo "${ECHO_T}$result" >&6; }
7376
7377
7378           enablestring=
7379           defaultval=$wxUSE_ALL_FEATURES
7380           if test -z "$defaultval"; then
7381               if test x"$enablestring" = xdisable; then
7382                   defaultval=yes
7383               else
7384                   defaultval=no
7385               fi
7386           fi
7387
7388           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
7389 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6; }
7390           # Check whether --enable-fs_archive was given.
7391 if test "${enable_fs_archive+set}" = set; then
7392   enableval=$enable_fs_archive;
7393                           if test "$enableval" = yes; then
7394                             wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
7395                           else
7396                             wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
7397                           fi
7398
7399 else
7400
7401                           wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
7402
7403 fi
7404
7405
7406           eval "$wx_cv_use_fs_archive"
7407
7408           if test x"$enablestring" = xdisable; then
7409             if test $wxUSE_FS_ARCHIVE = no; then
7410               result=yes
7411             else
7412               result=no
7413             fi
7414           else
7415             result=$wxUSE_FS_ARCHIVE
7416           fi
7417
7418           { echo "$as_me:$LINENO: result: $result" >&5
7419 echo "${ECHO_T}$result" >&6; }
7420
7421
7422           enablestring=
7423           defaultval=$wxUSE_ALL_FEATURES
7424           if test -z "$defaultval"; then
7425               if test x"$enablestring" = xdisable; then
7426                   defaultval=yes
7427               else
7428                   defaultval=no
7429               fi
7430           fi
7431
7432           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
7433 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6; }
7434           # Check whether --enable-fs_inet was given.
7435 if test "${enable_fs_inet+set}" = set; then
7436   enableval=$enable_fs_inet;
7437                           if test "$enableval" = yes; then
7438                             wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
7439                           else
7440                             wx_cv_use_fs_inet='wxUSE_FS_INET=no'
7441                           fi
7442
7443 else
7444
7445                           wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
7446
7447 fi
7448
7449
7450           eval "$wx_cv_use_fs_inet"
7451
7452           if test x"$enablestring" = xdisable; then
7453             if test $wxUSE_FS_INET = no; then
7454               result=yes
7455             else
7456               result=no
7457             fi
7458           else
7459             result=$wxUSE_FS_INET
7460           fi
7461
7462           { echo "$as_me:$LINENO: result: $result" >&5
7463 echo "${ECHO_T}$result" >&6; }
7464
7465
7466           enablestring=
7467           defaultval=$wxUSE_ALL_FEATURES
7468           if test -z "$defaultval"; then
7469               if test x"$enablestring" = xdisable; then
7470                   defaultval=yes
7471               else
7472                   defaultval=no
7473               fi
7474           fi
7475
7476           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
7477 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6; }
7478           # Check whether --enable-fs_zip was given.
7479 if test "${enable_fs_zip+set}" = set; then
7480   enableval=$enable_fs_zip;
7481                           if test "$enableval" = yes; then
7482                             wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
7483                           else
7484                             wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
7485                           fi
7486
7487 else
7488
7489                           wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
7490
7491 fi
7492
7493
7494           eval "$wx_cv_use_fs_zip"
7495
7496           if test x"$enablestring" = xdisable; then
7497             if test $wxUSE_FS_ZIP = no; then
7498               result=yes
7499             else
7500               result=no
7501             fi
7502           else
7503             result=$wxUSE_FS_ZIP
7504           fi
7505
7506           { echo "$as_me:$LINENO: result: $result" >&5
7507 echo "${ECHO_T}$result" >&6; }
7508
7509
7510           enablestring=
7511           defaultval=$wxUSE_ALL_FEATURES
7512           if test -z "$defaultval"; then
7513               if test x"$enablestring" = xdisable; then
7514                   defaultval=yes
7515               else
7516                   defaultval=no
7517               fi
7518           fi
7519
7520           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fswatcher" >&5
7521 echo $ECHO_N "checking for --${enablestring:-enable}-fswatcher... $ECHO_C" >&6; }
7522           # Check whether --enable-fswatcher was given.
7523 if test "${enable_fswatcher+set}" = set; then
7524   enableval=$enable_fswatcher;
7525                           if test "$enableval" = yes; then
7526                             wx_cv_use_fswatcher='wxUSE_FSWATCHER=yes'
7527                           else
7528                             wx_cv_use_fswatcher='wxUSE_FSWATCHER=no'
7529                           fi
7530
7531 else
7532
7533                           wx_cv_use_fswatcher='wxUSE_FSWATCHER=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
7534
7535 fi
7536
7537
7538           eval "$wx_cv_use_fswatcher"
7539
7540           if test x"$enablestring" = xdisable; then
7541             if test $wxUSE_FSWATCHER = no; then
7542               result=yes
7543             else
7544               result=no
7545             fi
7546           else
7547             result=$wxUSE_FSWATCHER
7548           fi
7549
7550           { echo "$as_me:$LINENO: result: $result" >&5
7551 echo "${ECHO_T}$result" >&6; }
7552
7553
7554           enablestring=
7555           defaultval=$wxUSE_ALL_FEATURES
7556           if test -z "$defaultval"; then
7557               if test x"$enablestring" = xdisable; then
7558                   defaultval=yes
7559               else
7560                   defaultval=no
7561               fi
7562           fi
7563
7564           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
7565 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6; }
7566           # Check whether --enable-geometry was given.
7567 if test "${enable_geometry+set}" = set; then
7568   enableval=$enable_geometry;
7569                           if test "$enableval" = yes; then
7570                             wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
7571                           else
7572                             wx_cv_use_geometry='wxUSE_GEOMETRY=no'
7573                           fi
7574
7575 else
7576
7577                           wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
7578
7579 fi
7580
7581
7582           eval "$wx_cv_use_geometry"
7583
7584           if test x"$enablestring" = xdisable; then
7585             if test $wxUSE_GEOMETRY = no; then
7586               result=yes
7587             else
7588               result=no
7589             fi
7590           else
7591             result=$wxUSE_GEOMETRY
7592           fi
7593
7594           { echo "$as_me:$LINENO: result: $result" >&5
7595 echo "${ECHO_T}$result" >&6; }
7596
7597
7598           enablestring=
7599           defaultval=$wxUSE_ALL_FEATURES
7600           if test -z "$defaultval"; then
7601               if test x"$enablestring" = xdisable; then
7602                   defaultval=yes
7603               else
7604                   defaultval=no
7605               fi
7606           fi
7607
7608           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
7609 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6; }
7610           # Check whether --enable-log was given.
7611 if test "${enable_log+set}" = set; then
7612   enableval=$enable_log;
7613                           if test "$enableval" = yes; then
7614                             wx_cv_use_log='wxUSE_LOG=yes'
7615                           else
7616                             wx_cv_use_log='wxUSE_LOG=no'
7617                           fi
7618
7619 else
7620
7621                           wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
7622
7623 fi
7624
7625
7626           eval "$wx_cv_use_log"
7627
7628           if test x"$enablestring" = xdisable; then
7629             if test $wxUSE_LOG = no; then
7630               result=yes
7631             else
7632               result=no
7633             fi
7634           else
7635             result=$wxUSE_LOG
7636           fi
7637
7638           { echo "$as_me:$LINENO: result: $result" >&5
7639 echo "${ECHO_T}$result" >&6; }
7640
7641
7642           enablestring=
7643           defaultval=$wxUSE_ALL_FEATURES
7644           if test -z "$defaultval"; then
7645               if test x"$enablestring" = xdisable; then
7646                   defaultval=yes
7647               else
7648                   defaultval=no
7649               fi
7650           fi
7651
7652           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
7653 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6; }
7654           # Check whether --enable-longlong was given.
7655 if test "${enable_longlong+set}" = set; then
7656   enableval=$enable_longlong;
7657                           if test "$enableval" = yes; then
7658                             wx_cv_use_longlong='wxUSE_LONGLONG=yes'
7659                           else
7660                             wx_cv_use_longlong='wxUSE_LONGLONG=no'
7661                           fi
7662
7663 else
7664
7665                           wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
7666
7667 fi
7668
7669
7670           eval "$wx_cv_use_longlong"
7671
7672           if test x"$enablestring" = xdisable; then
7673             if test $wxUSE_LONGLONG = no; then
7674               result=yes
7675             else
7676               result=no
7677             fi
7678           else
7679             result=$wxUSE_LONGLONG
7680           fi
7681
7682           { echo "$as_me:$LINENO: result: $result" >&5
7683 echo "${ECHO_T}$result" >&6; }
7684
7685
7686           enablestring=
7687           defaultval=$wxUSE_ALL_FEATURES
7688           if test -z "$defaultval"; then
7689               if test x"$enablestring" = xdisable; then
7690                   defaultval=yes
7691               else
7692                   defaultval=no
7693               fi
7694           fi
7695
7696           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
7697 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6; }
7698           # Check whether --enable-mimetype was given.
7699 if test "${enable_mimetype+set}" = set; then
7700   enableval=$enable_mimetype;
7701                           if test "$enableval" = yes; then
7702                             wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
7703                           else
7704                             wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
7705                           fi
7706
7707 else
7708
7709                           wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
7710
7711 fi
7712
7713
7714           eval "$wx_cv_use_mimetype"
7715
7716           if test x"$enablestring" = xdisable; then
7717             if test $wxUSE_MIMETYPE = no; then
7718               result=yes
7719             else
7720               result=no
7721             fi
7722           else
7723             result=$wxUSE_MIMETYPE
7724           fi
7725
7726           { echo "$as_me:$LINENO: result: $result" >&5
7727 echo "${ECHO_T}$result" >&6; }
7728
7729
7730           enablestring=
7731           defaultval=$wxUSE_ALL_FEATURES
7732           if test -z "$defaultval"; then
7733               if test x"$enablestring" = xdisable; then
7734                   defaultval=yes
7735               else
7736                   defaultval=no
7737               fi
7738           fi
7739
7740           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
7741 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6; }
7742           # Check whether --enable-printfposparam was given.
7743 if test "${enable_printfposparam+set}" = set; then
7744   enableval=$enable_printfposparam;
7745                           if test "$enableval" = yes; then
7746                             wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
7747                           else
7748                             wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
7749                           fi
7750
7751 else
7752
7753                           wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
7754
7755 fi
7756
7757
7758           eval "$wx_cv_use_printfposparam"
7759
7760           if test x"$enablestring" = xdisable; then
7761             if test $wxUSE_PRINTF_POS_PARAMS = no; then
7762               result=yes
7763             else
7764               result=no
7765             fi
7766           else
7767             result=$wxUSE_PRINTF_POS_PARAMS
7768           fi
7769
7770           { echo "$as_me:$LINENO: result: $result" >&5
7771 echo "${ECHO_T}$result" >&6; }
7772
7773
7774           enablestring=
7775           defaultval=$wxUSE_ALL_FEATURES
7776           if test -z "$defaultval"; then
7777               if test x"$enablestring" = xdisable; then
7778                   defaultval=yes
7779               else
7780                   defaultval=no
7781               fi
7782           fi
7783
7784           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
7785 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6; }
7786           # Check whether --enable-snglinst was given.
7787 if test "${enable_snglinst+set}" = set; then
7788   enableval=$enable_snglinst;
7789                           if test "$enableval" = yes; then
7790                             wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
7791                           else
7792                             wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
7793                           fi
7794
7795 else
7796
7797                           wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
7798
7799 fi
7800
7801
7802           eval "$wx_cv_use_snglinst"
7803
7804           if test x"$enablestring" = xdisable; then
7805             if test $wxUSE_SNGLINST_CHECKER = no; then
7806               result=yes
7807             else
7808               result=no
7809             fi
7810           else
7811             result=$wxUSE_SNGLINST_CHECKER
7812           fi
7813
7814           { echo "$as_me:$LINENO: result: $result" >&5
7815 echo "${ECHO_T}$result" >&6; }
7816
7817
7818           enablestring=
7819           defaultval=$wxUSE_ALL_FEATURES
7820           if test -z "$defaultval"; then
7821               if test x"$enablestring" = xdisable; then
7822                   defaultval=yes
7823               else
7824                   defaultval=no
7825               fi
7826           fi
7827
7828           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
7829 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6; }
7830           # Check whether --enable-sound was given.
7831 if test "${enable_sound+set}" = set; then
7832   enableval=$enable_sound;
7833                           if test "$enableval" = yes; then
7834                             wx_cv_use_sound='wxUSE_SOUND=yes'
7835                           else
7836                             wx_cv_use_sound='wxUSE_SOUND=no'
7837                           fi
7838
7839 else
7840
7841                           wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
7842
7843 fi
7844
7845
7846           eval "$wx_cv_use_sound"
7847
7848           if test x"$enablestring" = xdisable; then
7849             if test $wxUSE_SOUND = no; then
7850               result=yes
7851             else
7852               result=no
7853             fi
7854           else
7855             result=$wxUSE_SOUND
7856           fi
7857
7858           { echo "$as_me:$LINENO: result: $result" >&5
7859 echo "${ECHO_T}$result" >&6; }
7860
7861
7862           enablestring=
7863           defaultval=$wxUSE_ALL_FEATURES
7864           if test -z "$defaultval"; then
7865               if test x"$enablestring" = xdisable; then
7866                   defaultval=yes
7867               else
7868                   defaultval=no
7869               fi
7870           fi
7871
7872           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
7873 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6; }
7874           # Check whether --enable-stdpaths was given.
7875 if test "${enable_stdpaths+set}" = set; then
7876   enableval=$enable_stdpaths;
7877                           if test "$enableval" = yes; then
7878                             wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
7879                           else
7880                             wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
7881                           fi
7882
7883 else
7884
7885                           wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
7886
7887 fi
7888
7889
7890           eval "$wx_cv_use_stdpaths"
7891
7892           if test x"$enablestring" = xdisable; then
7893             if test $wxUSE_STDPATHS = no; then
7894               result=yes
7895             else
7896               result=no
7897             fi
7898           else
7899             result=$wxUSE_STDPATHS
7900           fi
7901
7902           { echo "$as_me:$LINENO: result: $result" >&5
7903 echo "${ECHO_T}$result" >&6; }
7904
7905
7906           enablestring=
7907           defaultval=$wxUSE_ALL_FEATURES
7908           if test -z "$defaultval"; then
7909               if test x"$enablestring" = xdisable; then
7910                   defaultval=yes
7911               else
7912                   defaultval=no
7913               fi
7914           fi
7915
7916           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
7917 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6; }
7918           # Check whether --enable-stopwatch was given.
7919 if test "${enable_stopwatch+set}" = set; then
7920   enableval=$enable_stopwatch;
7921                           if test "$enableval" = yes; then
7922                             wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
7923                           else
7924                             wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
7925                           fi
7926
7927 else
7928
7929                           wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
7930
7931 fi
7932
7933
7934           eval "$wx_cv_use_stopwatch"
7935
7936           if test x"$enablestring" = xdisable; then
7937             if test $wxUSE_STOPWATCH = no; then
7938               result=yes
7939             else
7940               result=no
7941             fi
7942           else
7943             result=$wxUSE_STOPWATCH
7944           fi
7945
7946           { echo "$as_me:$LINENO: result: $result" >&5
7947 echo "${ECHO_T}$result" >&6; }
7948
7949
7950           enablestring=
7951           defaultval=$wxUSE_ALL_FEATURES
7952           if test -z "$defaultval"; then
7953               if test x"$enablestring" = xdisable; then
7954                   defaultval=yes
7955               else
7956                   defaultval=no
7957               fi
7958           fi
7959
7960           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
7961 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6; }
7962           # Check whether --enable-streams was given.
7963 if test "${enable_streams+set}" = set; then
7964   enableval=$enable_streams;
7965                           if test "$enableval" = yes; then
7966                             wx_cv_use_streams='wxUSE_STREAMS=yes'
7967                           else
7968                             wx_cv_use_streams='wxUSE_STREAMS=no'
7969                           fi
7970
7971 else
7972
7973                           wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
7974
7975 fi
7976
7977
7978           eval "$wx_cv_use_streams"
7979
7980           if test x"$enablestring" = xdisable; then
7981             if test $wxUSE_STREAMS = no; then
7982               result=yes
7983             else
7984               result=no
7985             fi
7986           else
7987             result=$wxUSE_STREAMS
7988           fi
7989
7990           { echo "$as_me:$LINENO: result: $result" >&5
7991 echo "${ECHO_T}$result" >&6; }
7992
7993
7994           enablestring=
7995           defaultval=$wxUSE_ALL_FEATURES
7996           if test -z "$defaultval"; then
7997               if test x"$enablestring" = xdisable; then
7998                   defaultval=yes
7999               else
8000                   defaultval=no
8001               fi
8002           fi
8003
8004           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sysoptions" >&5
8005 echo $ECHO_N "checking for --${enablestring:-enable}-sysoptions... $ECHO_C" >&6; }
8006           # Check whether --enable-sysoptions was given.
8007 if test "${enable_sysoptions+set}" = set; then
8008   enableval=$enable_sysoptions;
8009                           if test "$enableval" = yes; then
8010                             wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=yes'
8011                           else
8012                             wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=no'
8013                           fi
8014
8015 else
8016
8017                           wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
8018
8019 fi
8020
8021
8022           eval "$wx_cv_use_sysoptions"
8023
8024           if test x"$enablestring" = xdisable; then
8025             if test $wxUSE_SYSTEM_OPTIONS = no; then
8026               result=yes
8027             else
8028               result=no
8029             fi
8030           else
8031             result=$wxUSE_SYSTEM_OPTIONS
8032           fi
8033
8034           { echo "$as_me:$LINENO: result: $result" >&5
8035 echo "${ECHO_T}$result" >&6; }
8036
8037
8038           enablestring=
8039           defaultval=$wxUSE_ALL_FEATURES
8040           if test -z "$defaultval"; then
8041               if test x"$enablestring" = xdisable; then
8042                   defaultval=yes
8043               else
8044                   defaultval=no
8045               fi
8046           fi
8047
8048           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
8049 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6; }
8050           # Check whether --enable-tarstream was given.
8051 if test "${enable_tarstream+set}" = set; then
8052   enableval=$enable_tarstream;
8053                           if test "$enableval" = yes; then
8054                             wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
8055                           else
8056                             wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
8057                           fi
8058
8059 else
8060
8061                           wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
8062
8063 fi
8064
8065
8066           eval "$wx_cv_use_tarstream"
8067
8068           if test x"$enablestring" = xdisable; then
8069             if test $wxUSE_TARSTREAM = no; then
8070               result=yes
8071             else
8072               result=no
8073             fi
8074           else
8075             result=$wxUSE_TARSTREAM
8076           fi
8077
8078           { echo "$as_me:$LINENO: result: $result" >&5
8079 echo "${ECHO_T}$result" >&6; }
8080
8081
8082           enablestring=
8083           defaultval=$wxUSE_ALL_FEATURES
8084           if test -z "$defaultval"; then
8085               if test x"$enablestring" = xdisable; then
8086                   defaultval=yes
8087               else
8088                   defaultval=no
8089               fi
8090           fi
8091
8092           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
8093 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6; }
8094           # Check whether --enable-textbuf was given.
8095 if test "${enable_textbuf+set}" = set; then
8096   enableval=$enable_textbuf;
8097                           if test "$enableval" = yes; then
8098                             wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
8099                           else
8100                             wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
8101                           fi
8102
8103 else
8104
8105                           wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
8106
8107 fi
8108
8109
8110           eval "$wx_cv_use_textbuf"
8111
8112           if test x"$enablestring" = xdisable; then
8113             if test $wxUSE_TEXTBUFFER = no; then
8114               result=yes
8115             else
8116               result=no
8117             fi
8118           else
8119             result=$wxUSE_TEXTBUFFER
8120           fi
8121
8122           { echo "$as_me:$LINENO: result: $result" >&5
8123 echo "${ECHO_T}$result" >&6; }
8124
8125
8126           enablestring=
8127           defaultval=$wxUSE_ALL_FEATURES
8128           if test -z "$defaultval"; then
8129               if test x"$enablestring" = xdisable; then
8130                   defaultval=yes
8131               else
8132                   defaultval=no
8133               fi
8134           fi
8135
8136           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
8137 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6; }
8138           # Check whether --enable-textfile was given.
8139 if test "${enable_textfile+set}" = set; then
8140   enableval=$enable_textfile;
8141                           if test "$enableval" = yes; then
8142                             wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
8143                           else
8144                             wx_cv_use_textfile='wxUSE_TEXTFILE=no'
8145                           fi
8146
8147 else
8148
8149                           wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
8150
8151 fi
8152
8153
8154           eval "$wx_cv_use_textfile"
8155
8156           if test x"$enablestring" = xdisable; then
8157             if test $wxUSE_TEXTFILE = no; then
8158               result=yes
8159             else
8160               result=no
8161             fi
8162           else
8163             result=$wxUSE_TEXTFILE
8164           fi
8165
8166           { echo "$as_me:$LINENO: result: $result" >&5
8167 echo "${ECHO_T}$result" >&6; }
8168
8169
8170           enablestring=
8171           defaultval=$wxUSE_ALL_FEATURES
8172           if test -z "$defaultval"; then
8173               if test x"$enablestring" = xdisable; then
8174                   defaultval=yes
8175               else
8176                   defaultval=no
8177               fi
8178           fi
8179
8180           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
8181 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6; }
8182           # Check whether --enable-timer was given.
8183 if test "${enable_timer+set}" = set; then
8184   enableval=$enable_timer;
8185                           if test "$enableval" = yes; then
8186                             wx_cv_use_timer='wxUSE_TIMER=yes'
8187                           else
8188                             wx_cv_use_timer='wxUSE_TIMER=no'
8189                           fi
8190
8191 else
8192
8193                           wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
8194
8195 fi
8196
8197
8198           eval "$wx_cv_use_timer"
8199
8200           if test x"$enablestring" = xdisable; then
8201             if test $wxUSE_TIMER = no; then
8202               result=yes
8203             else
8204               result=no
8205             fi
8206           else
8207             result=$wxUSE_TIMER
8208           fi
8209
8210           { echo "$as_me:$LINENO: result: $result" >&5
8211 echo "${ECHO_T}$result" >&6; }
8212
8213
8214           enablestring=
8215           defaultval=$wxUSE_ALL_FEATURES
8216           if test -z "$defaultval"; then
8217               if test x"$enablestring" = xdisable; then
8218                   defaultval=yes
8219               else
8220                   defaultval=no
8221               fi
8222           fi
8223
8224           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
8225 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6; }
8226           # Check whether --enable-variant was given.
8227 if test "${enable_variant+set}" = set; then
8228   enableval=$enable_variant;
8229                           if test "$enableval" = yes; then
8230                             wx_cv_use_variant='wxUSE_VARIANT=yes'
8231                           else
8232                             wx_cv_use_variant='wxUSE_VARIANT=no'
8233                           fi
8234
8235 else
8236
8237                           wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
8238
8239 fi
8240
8241
8242           eval "$wx_cv_use_variant"
8243
8244           if test x"$enablestring" = xdisable; then
8245             if test $wxUSE_VARIANT = no; then
8246               result=yes
8247             else
8248               result=no
8249             fi
8250           else
8251             result=$wxUSE_VARIANT
8252           fi
8253
8254           { echo "$as_me:$LINENO: result: $result" >&5
8255 echo "${ECHO_T}$result" >&6; }
8256
8257
8258           enablestring=
8259           defaultval=$wxUSE_ALL_FEATURES
8260           if test -z "$defaultval"; then
8261               if test x"$enablestring" = xdisable; then
8262                   defaultval=yes
8263               else
8264                   defaultval=no
8265               fi
8266           fi
8267
8268           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
8269 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6; }
8270           # Check whether --enable-zipstream was given.
8271 if test "${enable_zipstream+set}" = set; then
8272   enableval=$enable_zipstream;
8273                           if test "$enableval" = yes; then
8274                             wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
8275                           else
8276                             wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
8277                           fi
8278
8279 else
8280
8281                           wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
8282
8283 fi
8284
8285
8286           eval "$wx_cv_use_zipstream"
8287
8288           if test x"$enablestring" = xdisable; then
8289             if test $wxUSE_ZIPSTREAM = no; then
8290               result=yes
8291             else
8292               result=no
8293             fi
8294           else
8295             result=$wxUSE_ZIPSTREAM
8296           fi
8297
8298           { echo "$as_me:$LINENO: result: $result" >&5
8299 echo "${ECHO_T}$result" >&6; }
8300
8301
8302
8303           enablestring=
8304           defaultval=$wxUSE_ALL_FEATURES
8305           if test -z "$defaultval"; then
8306               if test x"$enablestring" = xdisable; then
8307                   defaultval=yes
8308               else
8309                   defaultval=no
8310               fi
8311           fi
8312
8313           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
8314 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6; }
8315           # Check whether --enable-url was given.
8316 if test "${enable_url+set}" = set; then
8317   enableval=$enable_url;
8318                           if test "$enableval" = yes; then
8319                             wx_cv_use_url='wxUSE_URL=yes'
8320                           else
8321                             wx_cv_use_url='wxUSE_URL=no'
8322                           fi
8323
8324 else
8325
8326                           wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
8327
8328 fi
8329
8330
8331           eval "$wx_cv_use_url"
8332
8333           if test x"$enablestring" = xdisable; then
8334             if test $wxUSE_URL = no; then
8335               result=yes
8336             else
8337               result=no
8338             fi
8339           else
8340             result=$wxUSE_URL
8341           fi
8342
8343           { echo "$as_me:$LINENO: result: $result" >&5
8344 echo "${ECHO_T}$result" >&6; }
8345
8346
8347           enablestring=
8348           defaultval=$wxUSE_ALL_FEATURES
8349           if test -z "$defaultval"; then
8350               if test x"$enablestring" = xdisable; then
8351                   defaultval=yes
8352               else
8353                   defaultval=no
8354               fi
8355           fi
8356
8357           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
8358 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6; }
8359           # Check whether --enable-protocol was given.
8360 if test "${enable_protocol+set}" = set; then
8361   enableval=$enable_protocol;
8362                           if test "$enableval" = yes; then
8363                             wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
8364                           else
8365                             wx_cv_use_protocol='wxUSE_PROTOCOL=no'
8366                           fi
8367
8368 else
8369
8370                           wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
8371
8372 fi
8373
8374
8375           eval "$wx_cv_use_protocol"
8376
8377           if test x"$enablestring" = xdisable; then
8378             if test $wxUSE_PROTOCOL = no; then
8379               result=yes
8380             else
8381               result=no
8382             fi
8383           else
8384             result=$wxUSE_PROTOCOL
8385           fi
8386
8387           { echo "$as_me:$LINENO: result: $result" >&5
8388 echo "${ECHO_T}$result" >&6; }
8389
8390
8391           enablestring=
8392           defaultval=$wxUSE_ALL_FEATURES
8393           if test -z "$defaultval"; then
8394               if test x"$enablestring" = xdisable; then
8395                   defaultval=yes
8396               else
8397                   defaultval=no
8398               fi
8399           fi
8400
8401           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
8402 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6; }
8403           # Check whether --enable-protocol_http was given.
8404 if test "${enable_protocol_http+set}" = set; then
8405   enableval=$enable_protocol_http;
8406                           if test "$enableval" = yes; then
8407                             wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
8408                           else
8409                             wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
8410                           fi
8411
8412 else
8413
8414                           wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
8415
8416 fi
8417
8418
8419           eval "$wx_cv_use_protocol_http"
8420
8421           if test x"$enablestring" = xdisable; then
8422             if test $wxUSE_PROTOCOL_HTTP = no; then
8423               result=yes
8424             else
8425               result=no
8426             fi
8427           else
8428             result=$wxUSE_PROTOCOL_HTTP
8429           fi
8430
8431           { echo "$as_me:$LINENO: result: $result" >&5
8432 echo "${ECHO_T}$result" >&6; }
8433
8434
8435           enablestring=
8436           defaultval=$wxUSE_ALL_FEATURES
8437           if test -z "$defaultval"; then
8438               if test x"$enablestring" = xdisable; then
8439                   defaultval=yes
8440               else
8441                   defaultval=no
8442               fi
8443           fi
8444
8445           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
8446 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6; }
8447           # Check whether --enable-protocol_ftp was given.
8448 if test "${enable_protocol_ftp+set}" = set; then
8449   enableval=$enable_protocol_ftp;
8450                           if test "$enableval" = yes; then
8451                             wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
8452                           else
8453                             wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
8454                           fi
8455
8456 else
8457
8458                           wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
8459
8460 fi
8461
8462
8463           eval "$wx_cv_use_protocol_ftp"
8464
8465           if test x"$enablestring" = xdisable; then
8466             if test $wxUSE_PROTOCOL_FTP = no; then
8467               result=yes
8468             else
8469               result=no
8470             fi
8471           else
8472             result=$wxUSE_PROTOCOL_FTP
8473           fi
8474
8475           { echo "$as_me:$LINENO: result: $result" >&5
8476 echo "${ECHO_T}$result" >&6; }
8477
8478
8479           enablestring=
8480           defaultval=$wxUSE_ALL_FEATURES
8481           if test -z "$defaultval"; then
8482               if test x"$enablestring" = xdisable; then
8483                   defaultval=yes
8484               else
8485                   defaultval=no
8486               fi
8487           fi
8488
8489           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
8490 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6; }
8491           # Check whether --enable-protocol_file was given.
8492 if test "${enable_protocol_file+set}" = set; then
8493   enableval=$enable_protocol_file;
8494                           if test "$enableval" = yes; then
8495                             wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
8496                           else
8497                             wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
8498                           fi
8499
8500 else
8501
8502                           wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
8503
8504 fi
8505
8506
8507           eval "$wx_cv_use_protocol_file"
8508
8509           if test x"$enablestring" = xdisable; then
8510             if test $wxUSE_PROTOCOL_FILE = no; then
8511               result=yes
8512             else
8513               result=no
8514             fi
8515           else
8516             result=$wxUSE_PROTOCOL_FILE
8517           fi
8518
8519           { echo "$as_me:$LINENO: result: $result" >&5
8520 echo "${ECHO_T}$result" >&6; }
8521
8522
8523
8524           enablestring=
8525           defaultval=$wxUSE_ALL_FEATURES
8526           if test -z "$defaultval"; then
8527               if test x"$enablestring" = xdisable; then
8528                   defaultval=yes
8529               else
8530                   defaultval=no
8531               fi
8532           fi
8533
8534           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
8535 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6; }
8536           # Check whether --enable-threads was given.
8537 if test "${enable_threads+set}" = set; then
8538   enableval=$enable_threads;
8539                           if test "$enableval" = yes; then
8540                             wx_cv_use_threads='wxUSE_THREADS=yes'
8541                           else
8542                             wx_cv_use_threads='wxUSE_THREADS=no'
8543                           fi
8544
8545 else
8546
8547                           wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
8548
8549 fi
8550
8551
8552           eval "$wx_cv_use_threads"
8553
8554           if test x"$enablestring" = xdisable; then
8555             if test $wxUSE_THREADS = no; then
8556               result=yes
8557             else
8558               result=no
8559             fi
8560           else
8561             result=$wxUSE_THREADS
8562           fi
8563
8564           { echo "$as_me:$LINENO: result: $result" >&5
8565 echo "${ECHO_T}$result" >&6; }
8566
8567
8568
8569           enablestring=
8570           defaultval=
8571           if test -z "$defaultval"; then
8572               if test x"$enablestring" = xdisable; then
8573                   defaultval=yes
8574               else
8575                   defaultval=no
8576               fi
8577           fi
8578
8579           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
8580 echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
8581           # Check whether --enable-iniconf was given.
8582 if test "${enable_iniconf+set}" = set; then
8583   enableval=$enable_iniconf;
8584                           if test "$enableval" = yes; then
8585                             wx_cv_use_iniconf='wxUSE_INICONF=yes'
8586                           else
8587                             wx_cv_use_iniconf='wxUSE_INICONF=no'
8588                           fi
8589
8590 else
8591
8592                           wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
8593
8594 fi
8595
8596
8597           eval "$wx_cv_use_iniconf"
8598
8599           if test x"$enablestring" = xdisable; then
8600             if test $wxUSE_INICONF = no; then
8601               result=yes
8602             else
8603               result=no
8604             fi
8605           else
8606             result=$wxUSE_INICONF
8607           fi
8608
8609           { echo "$as_me:$LINENO: result: $result" >&5
8610 echo "${ECHO_T}$result" >&6; }
8611
8612
8613           enablestring=
8614           defaultval=$wxUSE_ALL_FEATURES
8615           if test -z "$defaultval"; then
8616               if test x"$enablestring" = xdisable; then
8617                   defaultval=yes
8618               else
8619                   defaultval=no
8620               fi
8621           fi
8622
8623           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-regkey" >&5
8624 echo $ECHO_N "checking for --${enablestring:-enable}-regkey... $ECHO_C" >&6; }
8625           # Check whether --enable-regkey was given.
8626 if test "${enable_regkey+set}" = set; then
8627   enableval=$enable_regkey;
8628                           if test "$enableval" = yes; then
8629                             wx_cv_use_regkey='wxUSE_REGKEY=yes'
8630                           else
8631                             wx_cv_use_regkey='wxUSE_REGKEY=no'
8632                           fi
8633
8634 else
8635
8636                           wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
8637
8638 fi
8639
8640
8641           eval "$wx_cv_use_regkey"
8642
8643           if test x"$enablestring" = xdisable; then
8644             if test $wxUSE_REGKEY = no; then
8645               result=yes
8646             else
8647               result=no
8648             fi
8649           else
8650             result=$wxUSE_REGKEY
8651           fi
8652
8653           { echo "$as_me:$LINENO: result: $result" >&5
8654 echo "${ECHO_T}$result" >&6; }
8655
8656
8657 if test "$wxUSE_GUI" = "yes"; then
8658
8659
8660
8661           enablestring=
8662           defaultval=$wxUSE_ALL_FEATURES
8663           if test -z "$defaultval"; then
8664               if test x"$enablestring" = xdisable; then
8665                   defaultval=yes
8666               else
8667                   defaultval=no
8668               fi
8669           fi
8670
8671           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
8672 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6; }
8673           # Check whether --enable-docview was given.
8674 if test "${enable_docview+set}" = set; then
8675   enableval=$enable_docview;
8676                           if test "$enableval" = yes; then
8677                             wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
8678                           else
8679                             wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
8680                           fi
8681
8682 else
8683
8684                           wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
8685
8686 fi
8687
8688
8689           eval "$wx_cv_use_docview"
8690
8691           if test x"$enablestring" = xdisable; then
8692             if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
8693               result=yes
8694             else
8695               result=no
8696             fi
8697           else
8698             result=$wxUSE_DOC_VIEW_ARCHITECTURE
8699           fi
8700
8701           { echo "$as_me:$LINENO: result: $result" >&5
8702 echo "${ECHO_T}$result" >&6; }
8703
8704
8705           enablestring=
8706           defaultval=$wxUSE_ALL_FEATURES
8707           if test -z "$defaultval"; then
8708               if test x"$enablestring" = xdisable; then
8709                   defaultval=yes
8710               else
8711                   defaultval=no
8712               fi
8713           fi
8714
8715           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
8716 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6; }
8717           # Check whether --enable-help was given.
8718 if test "${enable_help+set}" = set; then
8719   enableval=$enable_help;
8720                           if test "$enableval" = yes; then
8721                             wx_cv_use_help='wxUSE_HELP=yes'
8722                           else
8723                             wx_cv_use_help='wxUSE_HELP=no'
8724                           fi
8725
8726 else
8727
8728                           wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
8729
8730 fi
8731
8732
8733           eval "$wx_cv_use_help"
8734
8735           if test x"$enablestring" = xdisable; then
8736             if test $wxUSE_HELP = no; then
8737               result=yes
8738             else
8739               result=no
8740             fi
8741           else
8742             result=$wxUSE_HELP
8743           fi
8744
8745           { echo "$as_me:$LINENO: result: $result" >&5
8746 echo "${ECHO_T}$result" >&6; }
8747
8748
8749           enablestring=
8750           defaultval=$wxUSE_ALL_FEATURES
8751           if test -z "$defaultval"; then
8752               if test x"$enablestring" = xdisable; then
8753                   defaultval=yes
8754               else
8755                   defaultval=no
8756               fi
8757           fi
8758
8759           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
8760 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6; }
8761           # Check whether --enable-mshtmlhelp was given.
8762 if test "${enable_mshtmlhelp+set}" = set; then
8763   enableval=$enable_mshtmlhelp;
8764                           if test "$enableval" = yes; then
8765                             wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
8766                           else
8767                             wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
8768                           fi
8769
8770 else
8771
8772                           wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
8773
8774 fi
8775
8776
8777           eval "$wx_cv_use_mshtmlhelp"
8778
8779           if test x"$enablestring" = xdisable; then
8780             if test $wxUSE_MS_HTML_HELP = no; then
8781               result=yes
8782             else
8783               result=no
8784             fi
8785           else
8786             result=$wxUSE_MS_HTML_HELP
8787           fi
8788
8789           { echo "$as_me:$LINENO: result: $result" >&5
8790 echo "${ECHO_T}$result" >&6; }
8791
8792
8793           enablestring=
8794           defaultval=$wxUSE_ALL_FEATURES
8795           if test -z "$defaultval"; then
8796               if test x"$enablestring" = xdisable; then
8797                   defaultval=yes
8798               else
8799                   defaultval=no
8800               fi
8801           fi
8802
8803           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
8804 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6; }
8805           # Check whether --enable-html was given.
8806 if test "${enable_html+set}" = set; then
8807   enableval=$enable_html;
8808                           if test "$enableval" = yes; then
8809                             wx_cv_use_html='wxUSE_HTML=yes'
8810                           else
8811                             wx_cv_use_html='wxUSE_HTML=no'
8812                           fi
8813
8814 else
8815
8816                           wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
8817
8818 fi
8819
8820
8821           eval "$wx_cv_use_html"
8822
8823           if test x"$enablestring" = xdisable; then
8824             if test $wxUSE_HTML = no; then
8825               result=yes
8826             else
8827               result=no
8828             fi
8829           else
8830             result=$wxUSE_HTML
8831           fi
8832
8833           { echo "$as_me:$LINENO: result: $result" >&5
8834 echo "${ECHO_T}$result" >&6; }
8835
8836
8837           enablestring=
8838           defaultval=$wxUSE_ALL_FEATURES
8839           if test -z "$defaultval"; then
8840               if test x"$enablestring" = xdisable; then
8841                   defaultval=yes
8842               else
8843                   defaultval=no
8844               fi
8845           fi
8846
8847           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
8848 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6; }
8849           # Check whether --enable-htmlhelp was given.
8850 if test "${enable_htmlhelp+set}" = set; then
8851   enableval=$enable_htmlhelp;
8852                           if test "$enableval" = yes; then
8853                             wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
8854                           else
8855                             wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
8856                           fi
8857
8858 else
8859
8860                           wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
8861
8862 fi
8863
8864
8865           eval "$wx_cv_use_htmlhelp"
8866
8867           if test x"$enablestring" = xdisable; then
8868             if test $wxUSE_WXHTML_HELP = no; then
8869               result=yes
8870             else
8871               result=no
8872             fi
8873           else
8874             result=$wxUSE_WXHTML_HELP
8875           fi
8876
8877           { echo "$as_me:$LINENO: result: $result" >&5
8878 echo "${ECHO_T}$result" >&6; }
8879
8880
8881           enablestring=
8882           defaultval=$wxUSE_ALL_FEATURES
8883           if test -z "$defaultval"; then
8884               if test x"$enablestring" = xdisable; then
8885                   defaultval=yes
8886               else
8887                   defaultval=no
8888               fi
8889           fi
8890
8891           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
8892 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6; }
8893           # Check whether --enable-xrc was given.
8894 if test "${enable_xrc+set}" = set; then
8895   enableval=$enable_xrc;
8896                           if test "$enableval" = yes; then
8897                             wx_cv_use_xrc='wxUSE_XRC=yes'
8898                           else
8899                             wx_cv_use_xrc='wxUSE_XRC=no'
8900                           fi
8901
8902 else
8903
8904                           wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
8905
8906 fi
8907
8908
8909           eval "$wx_cv_use_xrc"
8910
8911           if test x"$enablestring" = xdisable; then
8912             if test $wxUSE_XRC = no; then
8913               result=yes
8914             else
8915               result=no
8916             fi
8917           else
8918             result=$wxUSE_XRC
8919           fi
8920
8921           { echo "$as_me:$LINENO: result: $result" >&5
8922 echo "${ECHO_T}$result" >&6; }
8923
8924
8925           enablestring=
8926           defaultval=$wxUSE_ALL_FEATURES
8927           if test -z "$defaultval"; then
8928               if test x"$enablestring" = xdisable; then
8929                   defaultval=yes
8930               else
8931                   defaultval=no
8932               fi
8933           fi
8934
8935           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
8936 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6; }
8937           # Check whether --enable-aui was given.
8938 if test "${enable_aui+set}" = set; then
8939   enableval=$enable_aui;
8940                           if test "$enableval" = yes; then
8941                             wx_cv_use_aui='wxUSE_AUI=yes'
8942                           else
8943                             wx_cv_use_aui='wxUSE_AUI=no'
8944                           fi
8945
8946 else
8947
8948                           wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
8949
8950 fi
8951
8952
8953           eval "$wx_cv_use_aui"
8954
8955           if test x"$enablestring" = xdisable; then
8956             if test $wxUSE_AUI = no; then
8957               result=yes
8958             else
8959               result=no
8960             fi
8961           else
8962             result=$wxUSE_AUI
8963           fi
8964
8965           { echo "$as_me:$LINENO: result: $result" >&5
8966 echo "${ECHO_T}$result" >&6; }
8967
8968
8969           enablestring=
8970           defaultval=$wxUSE_ALL_FEATURES
8971           if test -z "$defaultval"; then
8972               if test x"$enablestring" = xdisable; then
8973                   defaultval=yes
8974               else
8975                   defaultval=no
8976               fi
8977           fi
8978
8979           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-propgrid" >&5
8980 echo $ECHO_N "checking for --${enablestring:-enable}-propgrid... $ECHO_C" >&6; }
8981           # Check whether --enable-propgrid was given.
8982 if test "${enable_propgrid+set}" = set; then
8983   enableval=$enable_propgrid;
8984                           if test "$enableval" = yes; then
8985                             wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
8986                           else
8987                             wx_cv_use_propgrid='wxUSE_PROPGRID=no'
8988                           fi
8989
8990 else
8991
8992                           wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
8993
8994 fi
8995
8996
8997           eval "$wx_cv_use_propgrid"
8998
8999           if test x"$enablestring" = xdisable; then
9000             if test $wxUSE_PROPGRID = no; then
9001               result=yes
9002             else
9003               result=no
9004             fi
9005           else
9006             result=$wxUSE_PROPGRID
9007           fi
9008
9009           { echo "$as_me:$LINENO: result: $result" >&5
9010 echo "${ECHO_T}$result" >&6; }
9011
9012
9013           enablestring=
9014           defaultval=$wxUSE_ALL_FEATURES
9015           if test -z "$defaultval"; then
9016               if test x"$enablestring" = xdisable; then
9017                   defaultval=yes
9018               else
9019                   defaultval=no
9020               fi
9021           fi
9022
9023           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ribbon" >&5
9024 echo $ECHO_N "checking for --${enablestring:-enable}-ribbon... $ECHO_C" >&6; }
9025           # Check whether --enable-ribbon was given.
9026 if test "${enable_ribbon+set}" = set; then
9027   enableval=$enable_ribbon;
9028                           if test "$enableval" = yes; then
9029                             wx_cv_use_ribbon='wxUSE_RIBBON=yes'
9030                           else
9031                             wx_cv_use_ribbon='wxUSE_RIBBON=no'
9032                           fi
9033
9034 else
9035
9036                           wx_cv_use_ribbon='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
9037
9038 fi
9039
9040
9041           eval "$wx_cv_use_ribbon"
9042
9043           if test x"$enablestring" = xdisable; then
9044             if test $wxUSE_RIBBON = no; then
9045               result=yes
9046             else
9047               result=no
9048             fi
9049           else
9050             result=$wxUSE_RIBBON
9051           fi
9052
9053           { echo "$as_me:$LINENO: result: $result" >&5
9054 echo "${ECHO_T}$result" >&6; }
9055
9056
9057           enablestring=
9058           defaultval=$wxUSE_ALL_FEATURES
9059           if test -z "$defaultval"; then
9060               if test x"$enablestring" = xdisable; then
9061                   defaultval=yes
9062               else
9063                   defaultval=no
9064               fi
9065           fi
9066
9067           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stc" >&5
9068 echo $ECHO_N "checking for --${enablestring:-enable}-stc... $ECHO_C" >&6; }
9069           # Check whether --enable-stc was given.
9070 if test "${enable_stc+set}" = set; then
9071   enableval=$enable_stc;
9072                           if test "$enableval" = yes; then
9073                             wx_cv_use_stc='wxUSE_STC=yes'
9074                           else
9075                             wx_cv_use_stc='wxUSE_STC=no'
9076                           fi
9077
9078 else
9079
9080                           wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
9081
9082 fi
9083
9084
9085           eval "$wx_cv_use_stc"
9086
9087           if test x"$enablestring" = xdisable; then
9088             if test $wxUSE_STC = no; then
9089               result=yes
9090             else
9091               result=no
9092             fi
9093           else
9094             result=$wxUSE_STC
9095           fi
9096
9097           { echo "$as_me:$LINENO: result: $result" >&5
9098 echo "${ECHO_T}$result" >&6; }
9099
9100
9101           enablestring=
9102           defaultval=$wxUSE_ALL_FEATURES
9103           if test -z "$defaultval"; then
9104               if test x"$enablestring" = xdisable; then
9105                   defaultval=yes
9106               else
9107                   defaultval=no
9108               fi
9109           fi
9110
9111           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
9112 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6; }
9113           # Check whether --enable-constraints was given.
9114 if test "${enable_constraints+set}" = set; then
9115   enableval=$enable_constraints;
9116                           if test "$enableval" = yes; then
9117                             wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
9118                           else
9119                             wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
9120                           fi
9121
9122 else
9123
9124                           wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
9125
9126 fi
9127
9128
9129           eval "$wx_cv_use_constraints"
9130
9131           if test x"$enablestring" = xdisable; then
9132             if test $wxUSE_CONSTRAINTS = no; then
9133               result=yes
9134             else
9135               result=no
9136             fi
9137           else
9138             result=$wxUSE_CONSTRAINTS
9139           fi
9140
9141           { echo "$as_me:$LINENO: result: $result" >&5
9142 echo "${ECHO_T}$result" >&6; }
9143
9144
9145           enablestring=
9146           defaultval=$wxUSE_ALL_FEATURES
9147           if test -z "$defaultval"; then
9148               if test x"$enablestring" = xdisable; then
9149                   defaultval=yes
9150               else
9151                   defaultval=no
9152               fi
9153           fi
9154
9155           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
9156 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6; }
9157           # Check whether --enable-loggui was given.
9158 if test "${enable_loggui+set}" = set; then
9159   enableval=$enable_loggui;
9160                           if test "$enableval" = yes; then
9161                             wx_cv_use_loggui='wxUSE_LOGGUI=yes'
9162                           else
9163                             wx_cv_use_loggui='wxUSE_LOGGUI=no'
9164                           fi
9165
9166 else
9167
9168                           wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
9169
9170 fi
9171
9172
9173           eval "$wx_cv_use_loggui"
9174
9175           if test x"$enablestring" = xdisable; then
9176             if test $wxUSE_LOGGUI = no; then
9177               result=yes
9178             else
9179               result=no
9180             fi
9181           else
9182             result=$wxUSE_LOGGUI
9183           fi
9184
9185           { echo "$as_me:$LINENO: result: $result" >&5
9186 echo "${ECHO_T}$result" >&6; }
9187
9188
9189           enablestring=
9190           defaultval=$wxUSE_ALL_FEATURES
9191           if test -z "$defaultval"; then
9192               if test x"$enablestring" = xdisable; then
9193                   defaultval=yes
9194               else
9195                   defaultval=no
9196               fi
9197           fi
9198
9199           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
9200 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6; }
9201           # Check whether --enable-logwin was given.
9202 if test "${enable_logwin+set}" = set; then
9203   enableval=$enable_logwin;
9204                           if test "$enableval" = yes; then
9205                             wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
9206                           else
9207                             wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
9208                           fi
9209
9210 else
9211
9212                           wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
9213
9214 fi
9215
9216
9217           eval "$wx_cv_use_logwin"
9218
9219           if test x"$enablestring" = xdisable; then
9220             if test $wxUSE_LOGWINDOW = no; then
9221               result=yes
9222             else
9223               result=no
9224             fi
9225           else
9226             result=$wxUSE_LOGWINDOW
9227           fi
9228
9229           { echo "$as_me:$LINENO: result: $result" >&5
9230 echo "${ECHO_T}$result" >&6; }
9231
9232
9233           enablestring=
9234           defaultval=$wxUSE_ALL_FEATURES
9235           if test -z "$defaultval"; then
9236               if test x"$enablestring" = xdisable; then
9237                   defaultval=yes
9238               else
9239                   defaultval=no
9240               fi
9241           fi
9242
9243           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
9244 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6; }
9245           # Check whether --enable-logdialog was given.
9246 if test "${enable_logdialog+set}" = set; then
9247   enableval=$enable_logdialog;
9248                           if test "$enableval" = yes; then
9249                             wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
9250                           else
9251                             wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
9252                           fi
9253
9254 else
9255
9256                           wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
9257
9258 fi
9259
9260
9261           eval "$wx_cv_use_logdialog"
9262
9263           if test x"$enablestring" = xdisable; then
9264             if test $wxUSE_LOGDIALOG = no; then
9265               result=yes
9266             else
9267               result=no
9268             fi
9269           else
9270             result=$wxUSE_LOGDIALOG
9271           fi
9272
9273           { echo "$as_me:$LINENO: result: $result" >&5
9274 echo "${ECHO_T}$result" >&6; }
9275
9276
9277           enablestring=
9278           defaultval=$wxUSE_ALL_FEATURES
9279           if test -z "$defaultval"; then
9280               if test x"$enablestring" = xdisable; then
9281                   defaultval=yes
9282               else
9283                   defaultval=no
9284               fi
9285           fi
9286
9287           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
9288 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6; }
9289           # Check whether --enable-mdi was given.
9290 if test "${enable_mdi+set}" = set; then
9291   enableval=$enable_mdi;
9292                           if test "$enableval" = yes; then
9293                             wx_cv_use_mdi='wxUSE_MDI=yes'
9294                           else
9295                             wx_cv_use_mdi='wxUSE_MDI=no'
9296                           fi
9297
9298 else
9299
9300                           wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
9301
9302 fi
9303
9304
9305           eval "$wx_cv_use_mdi"
9306
9307           if test x"$enablestring" = xdisable; then
9308             if test $wxUSE_MDI = no; then
9309               result=yes
9310             else
9311               result=no
9312             fi
9313           else
9314             result=$wxUSE_MDI
9315           fi
9316
9317           { echo "$as_me:$LINENO: result: $result" >&5
9318 echo "${ECHO_T}$result" >&6; }
9319
9320
9321           enablestring=
9322           defaultval=$wxUSE_ALL_FEATURES
9323           if test -z "$defaultval"; then
9324               if test x"$enablestring" = xdisable; then
9325                   defaultval=yes
9326               else
9327                   defaultval=no
9328               fi
9329           fi
9330
9331           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
9332 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6; }
9333           # Check whether --enable-mdidoc was given.
9334 if test "${enable_mdidoc+set}" = set; then
9335   enableval=$enable_mdidoc;
9336                           if test "$enableval" = yes; then
9337                             wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
9338                           else
9339                             wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
9340                           fi
9341
9342 else
9343
9344                           wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
9345
9346 fi
9347
9348
9349           eval "$wx_cv_use_mdidoc"
9350
9351           if test x"$enablestring" = xdisable; then
9352             if test $wxUSE_MDI_ARCHITECTURE = no; then
9353               result=yes
9354             else
9355               result=no
9356             fi
9357           else
9358             result=$wxUSE_MDI_ARCHITECTURE
9359           fi
9360
9361           { echo "$as_me:$LINENO: result: $result" >&5
9362 echo "${ECHO_T}$result" >&6; }
9363
9364
9365           enablestring=
9366           defaultval=$wxUSE_ALL_FEATURES
9367           if test -z "$defaultval"; then
9368               if test x"$enablestring" = xdisable; then
9369                   defaultval=yes
9370               else
9371                   defaultval=no
9372               fi
9373           fi
9374
9375           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
9376 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6; }
9377           # Check whether --enable-mediactrl was given.
9378 if test "${enable_mediactrl+set}" = set; then
9379   enableval=$enable_mediactrl;
9380                           if test "$enableval" = yes; then
9381                             wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
9382                           else
9383                             wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
9384                           fi
9385
9386 else
9387
9388                           wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
9389
9390 fi
9391
9392
9393           eval "$wx_cv_use_mediactrl"
9394
9395           if test x"$enablestring" = xdisable; then
9396             if test $wxUSE_MEDIACTRL = no; then
9397               result=yes
9398             else
9399               result=no
9400             fi
9401           else
9402             result=$wxUSE_MEDIACTRL
9403           fi
9404
9405           { echo "$as_me:$LINENO: result: $result" >&5
9406 echo "${ECHO_T}$result" >&6; }
9407
9408
9409           enablestring=
9410           defaultval=$wxUSE_ALL_FEATURES
9411           if test -z "$defaultval"; then
9412               if test x"$enablestring" = xdisable; then
9413                   defaultval=yes
9414               else
9415                   defaultval=no
9416               fi
9417           fi
9418
9419           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
9420 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6; }
9421           # Check whether --enable-gstreamer8 was given.
9422 if test "${enable_gstreamer8+set}" = set; then
9423   enableval=$enable_gstreamer8;
9424                           if test "$enableval" = yes; then
9425                             wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
9426                           else
9427                             wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
9428                           fi
9429
9430 else
9431
9432                           wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
9433
9434 fi
9435
9436
9437           eval "$wx_cv_use_gstreamer8"
9438
9439           if test x"$enablestring" = xdisable; then
9440             if test $wxUSE_GSTREAMER8 = no; then
9441               result=yes
9442             else
9443               result=no
9444             fi
9445           else
9446             result=$wxUSE_GSTREAMER8
9447           fi
9448
9449           { echo "$as_me:$LINENO: result: $result" >&5
9450 echo "${ECHO_T}$result" >&6; }
9451
9452
9453           enablestring=
9454           defaultval=$wxUSE_ALL_FEATURES
9455           if test -z "$defaultval"; then
9456               if test x"$enablestring" = xdisable; then
9457                   defaultval=yes
9458               else
9459                   defaultval=no
9460               fi
9461           fi
9462
9463           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
9464 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6; }
9465           # Check whether --enable-richtext was given.
9466 if test "${enable_richtext+set}" = set; then
9467   enableval=$enable_richtext;
9468                           if test "$enableval" = yes; then
9469                             wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
9470                           else
9471                             wx_cv_use_richtext='wxUSE_RICHTEXT=no'
9472                           fi
9473
9474 else
9475
9476                           wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
9477
9478 fi
9479
9480
9481           eval "$wx_cv_use_richtext"
9482
9483           if test x"$enablestring" = xdisable; then
9484             if test $wxUSE_RICHTEXT = no; then
9485               result=yes
9486             else
9487               result=no
9488             fi
9489           else
9490             result=$wxUSE_RICHTEXT
9491           fi
9492
9493           { echo "$as_me:$LINENO: result: $result" >&5
9494 echo "${ECHO_T}$result" >&6; }
9495
9496
9497           enablestring=
9498           defaultval=$wxUSE_ALL_FEATURES
9499           if test -z "$defaultval"; then
9500               if test x"$enablestring" = xdisable; then
9501                   defaultval=yes
9502               else
9503                   defaultval=no
9504               fi
9505           fi
9506
9507           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
9508 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6; }
9509           # Check whether --enable-postscript was given.
9510 if test "${enable_postscript+set}" = set; then
9511   enableval=$enable_postscript;
9512                           if test "$enableval" = yes; then
9513                             wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
9514                           else
9515                             wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
9516                           fi
9517
9518 else
9519
9520                           wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
9521
9522 fi
9523
9524
9525           eval "$wx_cv_use_postscript"
9526
9527           if test x"$enablestring" = xdisable; then
9528             if test $wxUSE_POSTSCRIPT = no; then
9529               result=yes
9530             else
9531               result=no
9532             fi
9533           else
9534             result=$wxUSE_POSTSCRIPT
9535           fi
9536
9537           { echo "$as_me:$LINENO: result: $result" >&5
9538 echo "${ECHO_T}$result" >&6; }
9539
9540
9541           enablestring=
9542           defaultval=$wxUSE_ALL_FEATURES
9543           if test -z "$defaultval"; then
9544               if test x"$enablestring" = xdisable; then
9545                   defaultval=yes
9546               else
9547                   defaultval=no
9548               fi
9549           fi
9550
9551           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
9552 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6; }
9553           # Check whether --enable-printarch was given.
9554 if test "${enable_printarch+set}" = set; then
9555   enableval=$enable_printarch;
9556                           if test "$enableval" = yes; then
9557                             wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
9558                           else
9559                             wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
9560                           fi
9561
9562 else
9563
9564                           wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
9565
9566 fi
9567
9568
9569           eval "$wx_cv_use_printarch"
9570
9571           if test x"$enablestring" = xdisable; then
9572             if test $wxUSE_PRINTING_ARCHITECTURE = no; then
9573               result=yes
9574             else
9575               result=no
9576             fi
9577           else
9578             result=$wxUSE_PRINTING_ARCHITECTURE
9579           fi
9580
9581           { echo "$as_me:$LINENO: result: $result" >&5
9582 echo "${ECHO_T}$result" >&6; }
9583
9584
9585           enablestring=
9586           defaultval=$wxUSE_ALL_FEATURES
9587           if test -z "$defaultval"; then
9588               if test x"$enablestring" = xdisable; then
9589                   defaultval=yes
9590               else
9591                   defaultval=no
9592               fi
9593           fi
9594
9595           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
9596 echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6; }
9597           # Check whether --enable-svg was given.
9598 if test "${enable_svg+set}" = set; then
9599   enableval=$enable_svg;
9600                           if test "$enableval" = yes; then
9601                             wx_cv_use_svg='wxUSE_SVG=yes'
9602                           else
9603                             wx_cv_use_svg='wxUSE_SVG=no'
9604                           fi
9605
9606 else
9607
9608                           wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
9609
9610 fi
9611
9612
9613           eval "$wx_cv_use_svg"
9614
9615           if test x"$enablestring" = xdisable; then
9616             if test $wxUSE_SVG = no; then
9617               result=yes
9618             else
9619               result=no
9620             fi
9621           else
9622             result=$wxUSE_SVG
9623           fi
9624
9625           { echo "$as_me:$LINENO: result: $result" >&5
9626 echo "${ECHO_T}$result" >&6; }
9627
9628
9629           enablestring=
9630           defaultval=$wxUSE_ALL_FEATURES
9631           if test -z "$defaultval"; then
9632               if test x"$enablestring" = xdisable; then
9633                   defaultval=yes
9634               else
9635                   defaultval=no
9636               fi
9637           fi
9638
9639           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
9640 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6; }
9641           # Check whether --enable-webkit was given.
9642 if test "${enable_webkit+set}" = set; then
9643   enableval=$enable_webkit;
9644                           if test "$enableval" = yes; then
9645                             wx_cv_use_webkit='wxUSE_WEBKIT=yes'
9646                           else
9647                             wx_cv_use_webkit='wxUSE_WEBKIT=no'
9648                           fi
9649
9650 else
9651
9652                           wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
9653
9654 fi
9655
9656
9657           eval "$wx_cv_use_webkit"
9658
9659           if test x"$enablestring" = xdisable; then
9660             if test $wxUSE_WEBKIT = no; then
9661               result=yes
9662             else
9663               result=no
9664             fi
9665           else
9666             result=$wxUSE_WEBKIT
9667           fi
9668
9669           { echo "$as_me:$LINENO: result: $result" >&5
9670 echo "${ECHO_T}$result" >&6; }
9671
9672
9673           enablestring=
9674           defaultval=$wxUSE_ALL_FEATURES
9675           if test -z "$defaultval"; then
9676               if test x"$enablestring" = xdisable; then
9677                   defaultval=yes
9678               else
9679                   defaultval=no
9680               fi
9681           fi
9682
9683           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webview" >&5
9684 echo $ECHO_N "checking for --${enablestring:-enable}-webview... $ECHO_C" >&6; }
9685           # Check whether --enable-webview was given.
9686 if test "${enable_webview+set}" = set; then
9687   enableval=$enable_webview;
9688                           if test "$enableval" = yes; then
9689                             wx_cv_use_webview='wxUSE_WEBVIEW=yes'
9690                           else
9691                             wx_cv_use_webview='wxUSE_WEBVIEW=no'
9692                           fi
9693
9694 else
9695
9696                           wx_cv_use_webview='wxUSE_WEBVIEW=${'DEFAULT_wxUSE_WEBVIEW":-$defaultval}"
9697
9698 fi
9699
9700
9701           eval "$wx_cv_use_webview"
9702
9703           if test x"$enablestring" = xdisable; then
9704             if test $wxUSE_WEBVIEW = no; then
9705               result=yes
9706             else
9707               result=no
9708             fi
9709           else
9710             result=$wxUSE_WEBVIEW
9711           fi
9712
9713           { echo "$as_me:$LINENO: result: $result" >&5
9714 echo "${ECHO_T}$result" >&6; }
9715
9716
9717 if test "$wxUSE_MAC" != 1; then
9718
9719           enablestring=
9720           defaultval=$wxUSE_ALL_FEATURES
9721           if test -z "$defaultval"; then
9722               if test x"$enablestring" = xdisable; then
9723                   defaultval=yes
9724               else
9725                   defaultval=no
9726               fi
9727           fi
9728
9729           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
9730 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6; }
9731           # Check whether --enable-graphics_ctx was given.
9732 if test "${enable_graphics_ctx+set}" = set; then
9733   enableval=$enable_graphics_ctx;
9734                           if test "$enableval" = yes; then
9735                             wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
9736                           else
9737                             wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
9738                           fi
9739
9740 else
9741
9742                           wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
9743
9744 fi
9745
9746
9747           eval "$wx_cv_use_graphics_ctx"
9748
9749           if test x"$enablestring" = xdisable; then
9750             if test $wxUSE_GRAPHICS_CONTEXT = no; then
9751               result=yes
9752             else
9753               result=no
9754             fi
9755           else
9756             result=$wxUSE_GRAPHICS_CONTEXT
9757           fi
9758
9759           { echo "$as_me:$LINENO: result: $result" >&5
9760 echo "${ECHO_T}$result" >&6; }
9761
9762 fi
9763
9764
9765
9766           enablestring=
9767           defaultval=$wxUSE_ALL_FEATURES
9768           if test -z "$defaultval"; then
9769               if test x"$enablestring" = xdisable; then
9770                   defaultval=yes
9771               else
9772                   defaultval=no
9773               fi
9774           fi
9775
9776           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
9777 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6; }
9778           # Check whether --enable-clipboard was given.
9779 if test "${enable_clipboard+set}" = set; then
9780   enableval=$enable_clipboard;
9781                           if test "$enableval" = yes; then
9782                             wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
9783                           else
9784                             wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
9785                           fi
9786
9787 else
9788
9789                           wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
9790
9791 fi
9792
9793
9794           eval "$wx_cv_use_clipboard"
9795
9796           if test x"$enablestring" = xdisable; then
9797             if test $wxUSE_CLIPBOARD = no; then
9798               result=yes
9799             else
9800               result=no
9801             fi
9802           else
9803             result=$wxUSE_CLIPBOARD
9804           fi
9805
9806           { echo "$as_me:$LINENO: result: $result" >&5
9807 echo "${ECHO_T}$result" >&6; }
9808
9809
9810           enablestring=
9811           defaultval=$wxUSE_ALL_FEATURES
9812           if test -z "$defaultval"; then
9813               if test x"$enablestring" = xdisable; then
9814                   defaultval=yes
9815               else
9816                   defaultval=no
9817               fi
9818           fi
9819
9820           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
9821 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6; }
9822           # Check whether --enable-dnd was given.
9823 if test "${enable_dnd+set}" = set; then
9824   enableval=$enable_dnd;
9825                           if test "$enableval" = yes; then
9826                             wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
9827                           else
9828                             wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
9829                           fi
9830
9831 else
9832
9833                           wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
9834
9835 fi
9836
9837
9838           eval "$wx_cv_use_dnd"
9839
9840           if test x"$enablestring" = xdisable; then
9841             if test $wxUSE_DRAG_AND_DROP = no; then
9842               result=yes
9843             else
9844               result=no
9845             fi
9846           else
9847             result=$wxUSE_DRAG_AND_DROP
9848           fi
9849
9850           { echo "$as_me:$LINENO: result: $result" >&5
9851 echo "${ECHO_T}$result" >&6; }
9852
9853
9854
9855 DEFAULT_wxUSE_CONTROLS=none
9856
9857           enablestring=disable
9858           defaultval=
9859           if test -z "$defaultval"; then
9860               if test x"$enablestring" = xdisable; then
9861                   defaultval=yes
9862               else
9863                   defaultval=no
9864               fi
9865           fi
9866
9867           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
9868 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6; }
9869           # Check whether --enable-controls was given.
9870 if test "${enable_controls+set}" = set; then
9871   enableval=$enable_controls;
9872                           if test "$enableval" = yes; then
9873                             wx_cv_use_controls='wxUSE_CONTROLS=yes'
9874                           else
9875                             wx_cv_use_controls='wxUSE_CONTROLS=no'
9876                           fi
9877
9878 else
9879
9880                           wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
9881
9882 fi
9883
9884
9885           eval "$wx_cv_use_controls"
9886
9887           if test x"$enablestring" = xdisable; then
9888             if test $wxUSE_CONTROLS = no; then
9889               result=yes
9890             else
9891               result=no
9892             fi
9893           else
9894             result=$wxUSE_CONTROLS
9895           fi
9896
9897           { echo "$as_me:$LINENO: result: $result" >&5
9898 echo "${ECHO_T}$result" >&6; }
9899
9900
9901 if test "$wxUSE_CONTROLS" = "no"; then
9902     DEFAULT_wxUSE_ACCEL=no
9903     DEFAULT_wxUSE_ANIMATIONCTRL=no
9904     DEFAULT_wxUSE_BANNERWINDOW=no
9905     DEFAULT_wxUSE_BMPBUTTON=no
9906     DEFAULT_wxUSE_BUTTON=no
9907     DEFAULT_wxUSE_CALCTRL=no
9908     DEFAULT_wxUSE_CARET=no
9909     DEFAULT_wxUSE_CHECKBOX=no
9910     DEFAULT_wxUSE_CHECKLISTBOX=no
9911     DEFAULT_wxUSE_CHOICE=no
9912     DEFAULT_wxUSE_CHOICEBOOK=no
9913     DEFAULT_wxUSE_COLLPANE=no
9914     DEFAULT_wxUSE_COLOURPICKERCTRL=no
9915     DEFAULT_wxUSE_COMBOBOX=no
9916     DEFAULT_wxUSE_COMBOBOX=no
9917     DEFAULT_wxUSE_COMMANDLINKBUTTON=no
9918     DEFAULT_wxUSE_DATAVIEWCTRL=no
9919     DEFAULT_wxUSE_DATEPICKCTRL=no
9920     DEFAULT_wxUSE_DETECT_SM=no
9921     DEFAULT_wxUSE_DIRPICKERCTRL=no
9922     DEFAULT_wxUSE_DISPLAY=no
9923     DEFAULT_wxUSE_FILECTRL=no
9924     DEFAULT_wxUSE_FILEPICKERCTRL=no
9925     DEFAULT_wxUSE_FONTPICKERCTRL=no
9926     DEFAULT_wxUSE_GAUGE=no
9927     DEFAULT_wxUSE_GRID=no
9928     DEFAULT_wxUSE_HEADERCTRL=no
9929     DEFAULT_wxUSE_HYPERLINKCTRL=no
9930     DEFAULT_wxUSE_IMAGLIST=no
9931     DEFAULT_wxUSE_LISTBOOK=no
9932     DEFAULT_wxUSE_LISTBOX=no
9933     DEFAULT_wxUSE_LISTCTRL=no
9934     DEFAULT_wxUSE_MARKUP=no
9935     DEFAULT_wxUSE_NOTEBOOK=no
9936     DEFAULT_wxUSE_POPUPWIN=no
9937     DEFAULT_wxUSE_RADIOBOX=no
9938     DEFAULT_wxUSE_RADIOBTN=no
9939     DEFAULT_wxUSE_RICHMSGDLG=no
9940     DEFAULT_wxUSE_RICHTOOLTIP=no
9941     DEFAULT_wxUSE_REARRANGECTRL=no
9942     DEFAULT_wxUSE_SASH=no
9943     DEFAULT_wxUSE_SCROLLBAR=no
9944     DEFAULT_wxUSE_SEARCHCTRL=no
9945     DEFAULT_wxUSE_SLIDER=no
9946     DEFAULT_wxUSE_SPINBTN=no
9947     DEFAULT_wxUSE_SPINCTRL=no
9948     DEFAULT_wxUSE_SPLITTER=no
9949     DEFAULT_wxUSE_STATBMP=no
9950     DEFAULT_wxUSE_STATBOX=no
9951     DEFAULT_wxUSE_STATLINE=no
9952     DEFAULT_wxUSE_STATUSBAR=no
9953     DEFAULT_wxUSE_TIMEPICKCTRL=no
9954     DEFAULT_wxUSE_TIPWINDOW=no
9955     DEFAULT_wxUSE_TOGGLEBTN=no
9956     DEFAULT_wxUSE_TOOLBAR=no
9957     DEFAULT_wxUSE_TOOLBAR_NATIVE=no
9958     DEFAULT_wxUSE_TOOLBOOK=no
9959     DEFAULT_wxUSE_TOOLTIPS=no
9960     DEFAULT_wxUSE_TREEBOOK=no
9961     DEFAULT_wxUSE_TREECTRL=no
9962     DEFAULT_wxUSE_TREELISTCTRL=no
9963 fi
9964
9965
9966           enablestring=
9967           defaultval=$wxUSE_ALL_FEATURES
9968           if test -z "$defaultval"; then
9969               if test x"$enablestring" = xdisable; then
9970                   defaultval=yes
9971               else
9972                   defaultval=no
9973               fi
9974           fi
9975
9976           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-markup" >&5
9977 echo $ECHO_N "checking for --${enablestring:-enable}-markup... $ECHO_C" >&6; }
9978           # Check whether --enable-markup was given.
9979 if test "${enable_markup+set}" = set; then
9980   enableval=$enable_markup;
9981                           if test "$enableval" = yes; then
9982                             wx_cv_use_markup='wxUSE_MARKUP=yes'
9983                           else
9984                             wx_cv_use_markup='wxUSE_MARKUP=no'
9985                           fi
9986
9987 else
9988
9989                           wx_cv_use_markup='wxUSE_MARKUP=${'DEFAULT_wxUSE_MARKUP":-$defaultval}"
9990
9991 fi
9992
9993
9994           eval "$wx_cv_use_markup"
9995
9996           if test x"$enablestring" = xdisable; then
9997             if test $wxUSE_MARKUP = no; then
9998               result=yes
9999             else
10000               result=no
10001             fi
10002           else
10003             result=$wxUSE_MARKUP
10004           fi
10005
10006           { echo "$as_me:$LINENO: result: $result" >&5
10007 echo "${ECHO_T}$result" >&6; }
10008
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}-accel" >&5
10022 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6; }
10023           # Check whether --enable-accel was given.
10024 if test "${enable_accel+set}" = set; then
10025   enableval=$enable_accel;
10026                           if test "$enableval" = yes; then
10027                             wx_cv_use_accel='wxUSE_ACCEL=yes'
10028                           else
10029                             wx_cv_use_accel='wxUSE_ACCEL=no'
10030                           fi
10031
10032 else
10033
10034                           wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
10035
10036 fi
10037
10038
10039           eval "$wx_cv_use_accel"
10040
10041           if test x"$enablestring" = xdisable; then
10042             if test $wxUSE_ACCEL = no; then
10043               result=yes
10044             else
10045               result=no
10046             fi
10047           else
10048             result=$wxUSE_ACCEL
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}-animatectrl" >&5
10066 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6; }
10067           # Check whether --enable-animatectrl was given.
10068 if test "${enable_animatectrl+set}" = set; then
10069   enableval=$enable_animatectrl;
10070                           if test "$enableval" = yes; then
10071                             wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
10072                           else
10073                             wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
10074                           fi
10075
10076 else
10077
10078                           wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
10079
10080 fi
10081
10082
10083           eval "$wx_cv_use_animatectrl"
10084
10085           if test x"$enablestring" = xdisable; then
10086             if test $wxUSE_ANIMATIONCTRL = no; then
10087               result=yes
10088             else
10089               result=no
10090             fi
10091           else
10092             result=$wxUSE_ANIMATIONCTRL
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}-bannerwindow" >&5
10110 echo $ECHO_N "checking for --${enablestring:-enable}-bannerwindow... $ECHO_C" >&6; }
10111           # Check whether --enable-bannerwindow was given.
10112 if test "${enable_bannerwindow+set}" = set; then
10113   enableval=$enable_bannerwindow;
10114                           if test "$enableval" = yes; then
10115                             wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=yes'
10116                           else
10117                             wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=no'
10118                           fi
10119
10120 else
10121
10122                           wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${'DEFAULT_wxUSE_BANNERWINDOW":-$defaultval}"
10123
10124 fi
10125
10126
10127           eval "$wx_cv_use_bannerwindow"
10128
10129           if test x"$enablestring" = xdisable; then
10130             if test $wxUSE_BANNERWINDOW = no; then
10131               result=yes
10132             else
10133               result=no
10134             fi
10135           else
10136             result=$wxUSE_BANNERWINDOW
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}-artstd" >&5
10154 echo $ECHO_N "checking for --${enablestring:-enable}-artstd... $ECHO_C" >&6; }
10155           # Check whether --enable-artstd was given.
10156 if test "${enable_artstd+set}" = set; then
10157   enableval=$enable_artstd;
10158                           if test "$enableval" = yes; then
10159                             wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=yes'
10160                           else
10161                             wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=no'
10162                           fi
10163
10164 else
10165
10166                           wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=${'DEFAULT_wxUSE_ARTPROVIDER_STD":-$defaultval}"
10167
10168 fi
10169
10170
10171           eval "$wx_cv_use_artstd"
10172
10173           if test x"$enablestring" = xdisable; then
10174             if test $wxUSE_ARTPROVIDER_STD = no; then
10175               result=yes
10176             else
10177               result=no
10178             fi
10179           else
10180             result=$wxUSE_ARTPROVIDER_STD
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}-arttango" >&5
10198 echo $ECHO_N "checking for --${enablestring:-enable}-arttango... $ECHO_C" >&6; }
10199           # Check whether --enable-arttango was given.
10200 if test "${enable_arttango+set}" = set; then
10201   enableval=$enable_arttango;
10202                           if test "$enableval" = yes; then
10203                             wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=yes'
10204                           else
10205                             wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=no'
10206                           fi
10207
10208 else
10209
10210                           wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=${'DEFAULT_wxUSE_ARTPROVIDER_TANGO":-$defaultval}"
10211
10212 fi
10213
10214
10215           eval "$wx_cv_use_arttango"
10216
10217           if test x"$enablestring" = xdisable; then
10218             if test $wxUSE_ARTPROVIDER_TANGO = no; then
10219               result=yes
10220             else
10221               result=no
10222             fi
10223           else
10224             result=$wxUSE_ARTPROVIDER_TANGO
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}-bmpbutton" >&5
10242 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6; }
10243           # Check whether --enable-bmpbutton was given.
10244 if test "${enable_bmpbutton+set}" = set; then
10245   enableval=$enable_bmpbutton;
10246                           if test "$enableval" = yes; then
10247                             wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
10248                           else
10249                             wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
10250                           fi
10251
10252 else
10253
10254                           wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
10255
10256 fi
10257
10258
10259           eval "$wx_cv_use_bmpbutton"
10260
10261           if test x"$enablestring" = xdisable; then
10262             if test $wxUSE_BMPBUTTON = no; then
10263               result=yes
10264             else
10265               result=no
10266             fi
10267           else
10268             result=$wxUSE_BMPBUTTON
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}-bmpcombobox" >&5
10286 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6; }
10287           # Check whether --enable-bmpcombobox was given.
10288 if test "${enable_bmpcombobox+set}" = set; then
10289   enableval=$enable_bmpcombobox;
10290                           if test "$enableval" = yes; then
10291                             wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
10292                           else
10293                             wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
10294                           fi
10295
10296 else
10297
10298                           wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
10299
10300 fi
10301
10302
10303           eval "$wx_cv_use_bmpcombobox"
10304
10305           if test x"$enablestring" = xdisable; then
10306             if test $wxUSE_BITMAPCOMBOBOX = no; then
10307               result=yes
10308             else
10309               result=no
10310             fi
10311           else
10312             result=$wxUSE_BITMAPCOMBOBOX
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}-button" >&5
10330 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6; }
10331           # Check whether --enable-button was given.
10332 if test "${enable_button+set}" = set; then
10333   enableval=$enable_button;
10334                           if test "$enableval" = yes; then
10335                             wx_cv_use_button='wxUSE_BUTTON=yes'
10336                           else
10337                             wx_cv_use_button='wxUSE_BUTTON=no'
10338                           fi
10339
10340 else
10341
10342                           wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
10343
10344 fi
10345
10346
10347           eval "$wx_cv_use_button"
10348
10349           if test x"$enablestring" = xdisable; then
10350             if test $wxUSE_BUTTON = no; then
10351               result=yes
10352             else
10353               result=no
10354             fi
10355           else
10356             result=$wxUSE_BUTTON
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}-calendar" >&5
10374 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6; }
10375           # Check whether --enable-calendar was given.
10376 if test "${enable_calendar+set}" = set; then
10377   enableval=$enable_calendar;
10378                           if test "$enableval" = yes; then
10379                             wx_cv_use_calendar='wxUSE_CALCTRL=yes'
10380                           else
10381                             wx_cv_use_calendar='wxUSE_CALCTRL=no'
10382                           fi
10383
10384 else
10385
10386                           wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
10387
10388 fi
10389
10390
10391           eval "$wx_cv_use_calendar"
10392
10393           if test x"$enablestring" = xdisable; then
10394             if test $wxUSE_CALCTRL = no; then
10395               result=yes
10396             else
10397               result=no
10398             fi
10399           else
10400             result=$wxUSE_CALCTRL
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}-caret" >&5
10418 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6; }
10419           # Check whether --enable-caret was given.
10420 if test "${enable_caret+set}" = set; then
10421   enableval=$enable_caret;
10422                           if test "$enableval" = yes; then
10423                             wx_cv_use_caret='wxUSE_CARET=yes'
10424                           else
10425                             wx_cv_use_caret='wxUSE_CARET=no'
10426                           fi
10427
10428 else
10429
10430                           wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
10431
10432 fi
10433
10434
10435           eval "$wx_cv_use_caret"
10436
10437           if test x"$enablestring" = xdisable; then
10438             if test $wxUSE_CARET = no; then
10439               result=yes
10440             else
10441               result=no
10442             fi
10443           else
10444             result=$wxUSE_CARET
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}-checkbox" >&5
10462 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6; }
10463           # Check whether --enable-checkbox was given.
10464 if test "${enable_checkbox+set}" = set; then
10465   enableval=$enable_checkbox;
10466                           if test "$enableval" = yes; then
10467                             wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
10468                           else
10469                             wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
10470                           fi
10471
10472 else
10473
10474                           wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
10475
10476 fi
10477
10478
10479           eval "$wx_cv_use_checkbox"
10480
10481           if test x"$enablestring" = xdisable; then
10482             if test $wxUSE_CHECKBOX = no; then
10483               result=yes
10484             else
10485               result=no
10486             fi
10487           else
10488             result=$wxUSE_CHECKBOX
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}-checklst" >&5
10506 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6; }
10507           # Check whether --enable-checklst was given.
10508 if test "${enable_checklst+set}" = set; then
10509   enableval=$enable_checklst;
10510                           if test "$enableval" = yes; then
10511                             wx_cv_use_checklst='wxUSE_CHECKLST=yes'
10512                           else
10513                             wx_cv_use_checklst='wxUSE_CHECKLST=no'
10514                           fi
10515
10516 else
10517
10518                           wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
10519
10520 fi
10521
10522
10523           eval "$wx_cv_use_checklst"
10524
10525           if test x"$enablestring" = xdisable; then
10526             if test $wxUSE_CHECKLST = no; then
10527               result=yes
10528             else
10529               result=no
10530             fi
10531           else
10532             result=$wxUSE_CHECKLST
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}-choice" >&5
10550 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6; }
10551           # Check whether --enable-choice was given.
10552 if test "${enable_choice+set}" = set; then
10553   enableval=$enable_choice;
10554                           if test "$enableval" = yes; then
10555                             wx_cv_use_choice='wxUSE_CHOICE=yes'
10556                           else
10557                             wx_cv_use_choice='wxUSE_CHOICE=no'
10558                           fi
10559
10560 else
10561
10562                           wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
10563
10564 fi
10565
10566
10567           eval "$wx_cv_use_choice"
10568
10569           if test x"$enablestring" = xdisable; then
10570             if test $wxUSE_CHOICE = no; then
10571               result=yes
10572             else
10573               result=no
10574             fi
10575           else
10576             result=$wxUSE_CHOICE
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}-choicebook" >&5
10594 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6; }
10595           # Check whether --enable-choicebook was given.
10596 if test "${enable_choicebook+set}" = set; then
10597   enableval=$enable_choicebook;
10598                           if test "$enableval" = yes; then
10599                             wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
10600                           else
10601                             wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
10602                           fi
10603
10604 else
10605
10606                           wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
10607
10608 fi
10609
10610
10611           eval "$wx_cv_use_choicebook"
10612
10613           if test x"$enablestring" = xdisable; then
10614             if test $wxUSE_CHOICEBOOK = no; then
10615               result=yes
10616             else
10617               result=no
10618             fi
10619           else
10620             result=$wxUSE_CHOICEBOOK
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}-collpane" >&5
10638 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6; }
10639           # Check whether --enable-collpane was given.
10640 if test "${enable_collpane+set}" = set; then
10641   enableval=$enable_collpane;
10642                           if test "$enableval" = yes; then
10643                             wx_cv_use_collpane='wxUSE_COLLPANE=yes'
10644                           else
10645                             wx_cv_use_collpane='wxUSE_COLLPANE=no'
10646                           fi
10647
10648 else
10649
10650                           wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
10651
10652 fi
10653
10654
10655           eval "$wx_cv_use_collpane"
10656
10657           if test x"$enablestring" = xdisable; then
10658             if test $wxUSE_COLLPANE = no; then
10659               result=yes
10660             else
10661               result=no
10662             fi
10663           else
10664             result=$wxUSE_COLLPANE
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}-colourpicker" >&5
10682 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6; }
10683           # Check whether --enable-colourpicker was given.
10684 if test "${enable_colourpicker+set}" = set; then
10685   enableval=$enable_colourpicker;
10686                           if test "$enableval" = yes; then
10687                             wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
10688                           else
10689                             wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
10690                           fi
10691
10692 else
10693
10694                           wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
10695
10696 fi
10697
10698
10699           eval "$wx_cv_use_colourpicker"
10700
10701           if test x"$enablestring" = xdisable; then
10702             if test $wxUSE_COLOURPICKERCTRL = no; then
10703               result=yes
10704             else
10705               result=no
10706             fi
10707           else
10708             result=$wxUSE_COLOURPICKERCTRL
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}-combobox" >&5
10726 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6; }
10727           # Check whether --enable-combobox was given.
10728 if test "${enable_combobox+set}" = set; then
10729   enableval=$enable_combobox;
10730                           if test "$enableval" = yes; then
10731                             wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
10732                           else
10733                             wx_cv_use_combobox='wxUSE_COMBOBOX=no'
10734                           fi
10735
10736 else
10737
10738                           wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
10739
10740 fi
10741
10742
10743           eval "$wx_cv_use_combobox"
10744
10745           if test x"$enablestring" = xdisable; then
10746             if test $wxUSE_COMBOBOX = no; then
10747               result=yes
10748             else
10749               result=no
10750             fi
10751           else
10752             result=$wxUSE_COMBOBOX
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}-comboctrl" >&5
10770 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6; }
10771           # Check whether --enable-comboctrl was given.
10772 if test "${enable_comboctrl+set}" = set; then
10773   enableval=$enable_comboctrl;
10774                           if test "$enableval" = yes; then
10775                             wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
10776                           else
10777                             wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
10778                           fi
10779
10780 else
10781
10782                           wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
10783
10784 fi
10785
10786
10787           eval "$wx_cv_use_comboctrl"
10788
10789           if test x"$enablestring" = xdisable; then
10790             if test $wxUSE_COMBOCTRL = no; then
10791               result=yes
10792             else
10793               result=no
10794             fi
10795           else
10796             result=$wxUSE_COMBOCTRL
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}-commandlinkbutton" >&5
10814 echo $ECHO_N "checking for --${enablestring:-enable}-commandlinkbutton... $ECHO_C" >&6; }
10815           # Check whether --enable-commandlinkbutton was given.
10816 if test "${enable_commandlinkbutton+set}" = set; then
10817   enableval=$enable_commandlinkbutton;
10818                           if test "$enableval" = yes; then
10819                             wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=yes'
10820                           else
10821                             wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=no'
10822                           fi
10823
10824 else
10825
10826                           wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=${'DEFAULT_wxUSE_COMMANDLINKBUTTON":-$defaultval}"
10827
10828 fi
10829
10830
10831           eval "$wx_cv_use_commandlinkbutton"
10832
10833           if test x"$enablestring" = xdisable; then
10834             if test $wxUSE_COMMANDLINKBUTTON = no; then
10835               result=yes
10836             else
10837               result=no
10838             fi
10839           else
10840             result=$wxUSE_COMMANDLINKBUTTON
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}-dataviewctrl" >&5
10858 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6; }
10859           # Check whether --enable-dataviewctrl was given.
10860 if test "${enable_dataviewctrl+set}" = set; then
10861   enableval=$enable_dataviewctrl;
10862                           if test "$enableval" = yes; then
10863                             wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
10864                           else
10865                             wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
10866                           fi
10867
10868 else
10869
10870                           wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
10871
10872 fi
10873
10874
10875           eval "$wx_cv_use_dataviewctrl"
10876
10877           if test x"$enablestring" = xdisable; then
10878             if test $wxUSE_DATAVIEWCTRL = no; then
10879               result=yes
10880             else
10881               result=no
10882             fi
10883           else
10884             result=$wxUSE_DATAVIEWCTRL
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}-datepick" >&5
10902 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
10903           # Check whether --enable-datepick was given.
10904 if test "${enable_datepick+set}" = set; then
10905   enableval=$enable_datepick;
10906                           if test "$enableval" = yes; then
10907                             wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
10908                           else
10909                             wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
10910                           fi
10911
10912 else
10913
10914                           wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
10915
10916 fi
10917
10918
10919           eval "$wx_cv_use_datepick"
10920
10921           if test x"$enablestring" = xdisable; then
10922             if test $wxUSE_DATEPICKCTRL = no; then
10923               result=yes
10924             else
10925               result=no
10926             fi
10927           else
10928             result=$wxUSE_DATEPICKCTRL
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}-detect_sm" >&5
10946 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6; }
10947           # Check whether --enable-detect_sm was given.
10948 if test "${enable_detect_sm+set}" = set; then
10949   enableval=$enable_detect_sm;
10950                           if test "$enableval" = yes; then
10951                             wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
10952                           else
10953                             wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
10954                           fi
10955
10956 else
10957
10958                           wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
10959
10960 fi
10961
10962
10963           eval "$wx_cv_use_detect_sm"
10964
10965           if test x"$enablestring" = xdisable; then
10966             if test $wxUSE_DETECT_SM = no; then
10967               result=yes
10968             else
10969               result=no
10970             fi
10971           else
10972             result=$wxUSE_DETECT_SM
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}-dirpicker" >&5
10990 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6; }
10991           # Check whether --enable-dirpicker was given.
10992 if test "${enable_dirpicker+set}" = set; then
10993   enableval=$enable_dirpicker;
10994                           if test "$enableval" = yes; then
10995                             wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
10996                           else
10997                             wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
10998                           fi
10999
11000 else
11001
11002                           wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
11003
11004 fi
11005
11006
11007           eval "$wx_cv_use_dirpicker"
11008
11009           if test x"$enablestring" = xdisable; then
11010             if test $wxUSE_DIRPICKERCTRL = no; then
11011               result=yes
11012             else
11013               result=no
11014             fi
11015           else
11016             result=$wxUSE_DIRPICKERCTRL
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}-display" >&5
11034 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6; }
11035           # Check whether --enable-display was given.
11036 if test "${enable_display+set}" = set; then
11037   enableval=$enable_display;
11038                           if test "$enableval" = yes; then
11039                             wx_cv_use_display='wxUSE_DISPLAY=yes'
11040                           else
11041                             wx_cv_use_display='wxUSE_DISPLAY=no'
11042                           fi
11043
11044 else
11045
11046                           wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
11047
11048 fi
11049
11050
11051           eval "$wx_cv_use_display"
11052
11053           if test x"$enablestring" = xdisable; then
11054             if test $wxUSE_DISPLAY = no; then
11055               result=yes
11056             else
11057               result=no
11058             fi
11059           else
11060             result=$wxUSE_DISPLAY
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}-editablebox" >&5
11078 echo $ECHO_N "checking for --${enablestring:-enable}-editablebox... $ECHO_C" >&6; }
11079           # Check whether --enable-editablebox was given.
11080 if test "${enable_editablebox+set}" = set; then
11081   enableval=$enable_editablebox;
11082                           if test "$enableval" = yes; then
11083                             wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
11084                           else
11085                             wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
11086                           fi
11087
11088 else
11089
11090                           wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
11091
11092 fi
11093
11094
11095           eval "$wx_cv_use_editablebox"
11096
11097           if test x"$enablestring" = xdisable; then
11098             if test $wxUSE_EDITABLELISTBOX = no; then
11099               result=yes
11100             else
11101               result=no
11102             fi
11103           else
11104             result=$wxUSE_EDITABLELISTBOX
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}-filectrl" >&5
11122 echo $ECHO_N "checking for --${enablestring:-enable}-filectrl... $ECHO_C" >&6; }
11123           # Check whether --enable-filectrl was given.
11124 if test "${enable_filectrl+set}" = set; then
11125   enableval=$enable_filectrl;
11126                           if test "$enableval" = yes; then
11127                             wx_cv_use_filectrl='wxUSE_FILECTRL=yes'
11128                           else
11129                             wx_cv_use_filectrl='wxUSE_FILECTRL=no'
11130                           fi
11131
11132 else
11133
11134                           wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
11135
11136 fi
11137
11138
11139           eval "$wx_cv_use_filectrl"
11140
11141           if test x"$enablestring" = xdisable; then
11142             if test $wxUSE_FILECTRL = no; then
11143               result=yes
11144             else
11145               result=no
11146             fi
11147           else
11148             result=$wxUSE_FILECTRL
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}-filepicker" >&5
11166 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6; }
11167           # Check whether --enable-filepicker was given.
11168 if test "${enable_filepicker+set}" = set; then
11169   enableval=$enable_filepicker;
11170                           if test "$enableval" = yes; then
11171                             wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
11172                           else
11173                             wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
11174                           fi
11175
11176 else
11177
11178                           wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
11179
11180 fi
11181
11182
11183           eval "$wx_cv_use_filepicker"
11184
11185           if test x"$enablestring" = xdisable; then
11186             if test $wxUSE_FILEPICKERCTRL = no; then
11187               result=yes
11188             else
11189               result=no
11190             fi
11191           else
11192             result=$wxUSE_FILEPICKERCTRL
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}-fontpicker" >&5
11210 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6; }
11211           # Check whether --enable-fontpicker was given.
11212 if test "${enable_fontpicker+set}" = set; then
11213   enableval=$enable_fontpicker;
11214                           if test "$enableval" = yes; then
11215                             wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
11216                           else
11217                             wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
11218                           fi
11219
11220 else
11221
11222                           wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
11223
11224 fi
11225
11226
11227           eval "$wx_cv_use_fontpicker"
11228
11229           if test x"$enablestring" = xdisable; then
11230             if test $wxUSE_FONTPICKERCTRL = no; then
11231               result=yes
11232             else
11233               result=no
11234             fi
11235           else
11236             result=$wxUSE_FONTPICKERCTRL
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}-gauge" >&5
11254 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6; }
11255           # Check whether --enable-gauge was given.
11256 if test "${enable_gauge+set}" = set; then
11257   enableval=$enable_gauge;
11258                           if test "$enableval" = yes; then
11259                             wx_cv_use_gauge='wxUSE_GAUGE=yes'
11260                           else
11261                             wx_cv_use_gauge='wxUSE_GAUGE=no'
11262                           fi
11263
11264 else
11265
11266                           wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
11267
11268 fi
11269
11270
11271           eval "$wx_cv_use_gauge"
11272
11273           if test x"$enablestring" = xdisable; then
11274             if test $wxUSE_GAUGE = no; then
11275               result=yes
11276             else
11277               result=no
11278             fi
11279           else
11280             result=$wxUSE_GAUGE
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}-grid" >&5
11298 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6; }
11299           # Check whether --enable-grid was given.
11300 if test "${enable_grid+set}" = set; then
11301   enableval=$enable_grid;
11302                           if test "$enableval" = yes; then
11303                             wx_cv_use_grid='wxUSE_GRID=yes'
11304                           else
11305                             wx_cv_use_grid='wxUSE_GRID=no'
11306                           fi
11307
11308 else
11309
11310                           wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
11311
11312 fi
11313
11314
11315           eval "$wx_cv_use_grid"
11316
11317           if test x"$enablestring" = xdisable; then
11318             if test $wxUSE_GRID = no; then
11319               result=yes
11320             else
11321               result=no
11322             fi
11323           else
11324             result=$wxUSE_GRID
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}-headerctrl" >&5
11342 echo $ECHO_N "checking for --${enablestring:-enable}-headerctrl... $ECHO_C" >&6; }
11343           # Check whether --enable-headerctrl was given.
11344 if test "${enable_headerctrl+set}" = set; then
11345   enableval=$enable_headerctrl;
11346                           if test "$enableval" = yes; then
11347                             wx_cv_use_headerctrl='wxUSE_HEADERCTRL=yes'
11348                           else
11349                             wx_cv_use_headerctrl='wxUSE_HEADERCTRL=no'
11350                           fi
11351
11352 else
11353
11354                           wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
11355
11356 fi
11357
11358
11359           eval "$wx_cv_use_headerctrl"
11360
11361           if test x"$enablestring" = xdisable; then
11362             if test $wxUSE_HEADERCTRL = no; then
11363               result=yes
11364             else
11365               result=no
11366             fi
11367           else
11368             result=$wxUSE_HEADERCTRL
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}-hyperlink" >&5
11386 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6; }
11387           # Check whether --enable-hyperlink was given.
11388 if test "${enable_hyperlink+set}" = set; then
11389   enableval=$enable_hyperlink;
11390                           if test "$enableval" = yes; then
11391                             wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
11392                           else
11393                             wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
11394                           fi
11395
11396 else
11397
11398                           wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
11399
11400 fi
11401
11402
11403           eval "$wx_cv_use_hyperlink"
11404
11405           if test x"$enablestring" = xdisable; then
11406             if test $wxUSE_HYPERLINKCTRL = no; then
11407               result=yes
11408             else
11409               result=no
11410             fi
11411           else
11412             result=$wxUSE_HYPERLINKCTRL
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}-imaglist" >&5
11430 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6; }
11431           # Check whether --enable-imaglist was given.
11432 if test "${enable_imaglist+set}" = set; then
11433   enableval=$enable_imaglist;
11434                           if test "$enableval" = yes; then
11435                             wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
11436                           else
11437                             wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
11438                           fi
11439
11440 else
11441
11442                           wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
11443
11444 fi
11445
11446
11447           eval "$wx_cv_use_imaglist"
11448
11449           if test x"$enablestring" = xdisable; then
11450             if test $wxUSE_IMAGLIST = no; then
11451               result=yes
11452             else
11453               result=no
11454             fi
11455           else
11456             result=$wxUSE_IMAGLIST
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}-infobar" >&5
11474 echo $ECHO_N "checking for --${enablestring:-enable}-infobar... $ECHO_C" >&6; }
11475           # Check whether --enable-infobar was given.
11476 if test "${enable_infobar+set}" = set; then
11477   enableval=$enable_infobar;
11478                           if test "$enableval" = yes; then
11479                             wx_cv_use_infobar='wxUSE_INFOBAR=yes'
11480                           else
11481                             wx_cv_use_infobar='wxUSE_INFOBAR=no'
11482                           fi
11483
11484 else
11485
11486                           wx_cv_use_infobar='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
11487
11488 fi
11489
11490
11491           eval "$wx_cv_use_infobar"
11492
11493           if test x"$enablestring" = xdisable; then
11494             if test $wxUSE_INFOBAR = no; then
11495               result=yes
11496             else
11497               result=no
11498             fi
11499           else
11500             result=$wxUSE_INFOBAR
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}-listbook" >&5
11518 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6; }
11519           # Check whether --enable-listbook was given.
11520 if test "${enable_listbook+set}" = set; then
11521   enableval=$enable_listbook;
11522                           if test "$enableval" = yes; then
11523                             wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
11524                           else
11525                             wx_cv_use_listbook='wxUSE_LISTBOOK=no'
11526                           fi
11527
11528 else
11529
11530                           wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
11531
11532 fi
11533
11534
11535           eval "$wx_cv_use_listbook"
11536
11537           if test x"$enablestring" = xdisable; then
11538             if test $wxUSE_LISTBOOK = no; then
11539               result=yes
11540             else
11541               result=no
11542             fi
11543           else
11544             result=$wxUSE_LISTBOOK
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}-listbox" >&5
11562 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6; }
11563           # Check whether --enable-listbox was given.
11564 if test "${enable_listbox+set}" = set; then
11565   enableval=$enable_listbox;
11566                           if test "$enableval" = yes; then
11567                             wx_cv_use_listbox='wxUSE_LISTBOX=yes'
11568                           else
11569                             wx_cv_use_listbox='wxUSE_LISTBOX=no'
11570                           fi
11571
11572 else
11573
11574                           wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
11575
11576 fi
11577
11578
11579           eval "$wx_cv_use_listbox"
11580
11581           if test x"$enablestring" = xdisable; then
11582             if test $wxUSE_LISTBOX = no; then
11583               result=yes
11584             else
11585               result=no
11586             fi
11587           else
11588             result=$wxUSE_LISTBOX
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}-listctrl" >&5
11606 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6; }
11607           # Check whether --enable-listctrl was given.
11608 if test "${enable_listctrl+set}" = set; then
11609   enableval=$enable_listctrl;
11610                           if test "$enableval" = yes; then
11611                             wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
11612                           else
11613                             wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
11614                           fi
11615
11616 else
11617
11618                           wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
11619
11620 fi
11621
11622
11623           eval "$wx_cv_use_listctrl"
11624
11625           if test x"$enablestring" = xdisable; then
11626             if test $wxUSE_LISTCTRL = no; then
11627               result=yes
11628             else
11629               result=no
11630             fi
11631           else
11632             result=$wxUSE_LISTCTRL
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}-notebook" >&5
11650 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6; }
11651           # Check whether --enable-notebook was given.
11652 if test "${enable_notebook+set}" = set; then
11653   enableval=$enable_notebook;
11654                           if test "$enableval" = yes; then
11655                             wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
11656                           else
11657                             wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
11658                           fi
11659
11660 else
11661
11662                           wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
11663
11664 fi
11665
11666
11667           eval "$wx_cv_use_notebook"
11668
11669           if test x"$enablestring" = xdisable; then
11670             if test $wxUSE_NOTEBOOK = no; then
11671               result=yes
11672             else
11673               result=no
11674             fi
11675           else
11676             result=$wxUSE_NOTEBOOK
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}-notifmsg" >&5
11694 echo $ECHO_N "checking for --${enablestring:-enable}-notifmsg... $ECHO_C" >&6; }
11695           # Check whether --enable-notifmsg was given.
11696 if test "${enable_notifmsg+set}" = set; then
11697   enableval=$enable_notifmsg;
11698                           if test "$enableval" = yes; then
11699                             wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
11700                           else
11701                             wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
11702                           fi
11703
11704 else
11705
11706                           wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
11707
11708 fi
11709
11710
11711           eval "$wx_cv_use_notifmsg"
11712
11713           if test x"$enablestring" = xdisable; then
11714             if test $wxUSE_NOTIFICATION_MESSAGE = no; then
11715               result=yes
11716             else
11717               result=no
11718             fi
11719           else
11720             result=$wxUSE_NOTIFICATION_MESSAGE
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}-odcombobox" >&5
11738 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6; }
11739           # Check whether --enable-odcombobox was given.
11740 if test "${enable_odcombobox+set}" = set; then
11741   enableval=$enable_odcombobox;
11742                           if test "$enableval" = yes; then
11743                             wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
11744                           else
11745                             wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
11746                           fi
11747
11748 else
11749
11750                           wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
11751
11752 fi
11753
11754
11755           eval "$wx_cv_use_odcombobox"
11756
11757           if test x"$enablestring" = xdisable; then
11758             if test $wxUSE_ODCOMBOBOX = no; then
11759               result=yes
11760             else
11761               result=no
11762             fi
11763           else
11764             result=$wxUSE_ODCOMBOBOX
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}-popupwin" >&5
11782 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6; }
11783           # Check whether --enable-popupwin was given.
11784 if test "${enable_popupwin+set}" = set; then
11785   enableval=$enable_popupwin;
11786                           if test "$enableval" = yes; then
11787                             wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
11788                           else
11789                             wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
11790                           fi
11791
11792 else
11793
11794                           wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
11795
11796 fi
11797
11798
11799           eval "$wx_cv_use_popupwin"
11800
11801           if test x"$enablestring" = xdisable; then
11802             if test $wxUSE_POPUPWIN = no; then
11803               result=yes
11804             else
11805               result=no
11806             fi
11807           else
11808             result=$wxUSE_POPUPWIN
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}-radiobox" >&5
11826 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6; }
11827           # Check whether --enable-radiobox was given.
11828 if test "${enable_radiobox+set}" = set; then
11829   enableval=$enable_radiobox;
11830                           if test "$enableval" = yes; then
11831                             wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
11832                           else
11833                             wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
11834                           fi
11835
11836 else
11837
11838                           wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
11839
11840 fi
11841
11842
11843           eval "$wx_cv_use_radiobox"
11844
11845           if test x"$enablestring" = xdisable; then
11846             if test $wxUSE_RADIOBOX = no; then
11847               result=yes
11848             else
11849               result=no
11850             fi
11851           else
11852             result=$wxUSE_RADIOBOX
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}-radiobtn" >&5
11870 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6; }
11871           # Check whether --enable-radiobtn was given.
11872 if test "${enable_radiobtn+set}" = set; then
11873   enableval=$enable_radiobtn;
11874                           if test "$enableval" = yes; then
11875                             wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
11876                           else
11877                             wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
11878                           fi
11879
11880 else
11881
11882                           wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
11883
11884 fi
11885
11886
11887           eval "$wx_cv_use_radiobtn"
11888
11889           if test x"$enablestring" = xdisable; then
11890             if test $wxUSE_RADIOBTN = no; then
11891               result=yes
11892             else
11893               result=no
11894             fi
11895           else
11896             result=$wxUSE_RADIOBTN
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}-richmsgdlg" >&5
11914 echo $ECHO_N "checking for --${enablestring:-enable}-richmsgdlg... $ECHO_C" >&6; }
11915           # Check whether --enable-richmsgdlg was given.
11916 if test "${enable_richmsgdlg+set}" = set; then
11917   enableval=$enable_richmsgdlg;
11918                           if test "$enableval" = yes; then
11919                             wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=yes'
11920                           else
11921                             wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=no'
11922                           fi
11923
11924 else
11925
11926                           wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=${'DEFAULT_wxUSE_RICHMSGDLG":-$defaultval}"
11927
11928 fi
11929
11930
11931           eval "$wx_cv_use_richmsgdlg"
11932
11933           if test x"$enablestring" = xdisable; then
11934             if test $wxUSE_RICHMSGDLG = no; then
11935               result=yes
11936             else
11937               result=no
11938             fi
11939           else
11940             result=$wxUSE_RICHMSGDLG
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}-richtooltip" >&5
11958 echo $ECHO_N "checking for --${enablestring:-enable}-richtooltip... $ECHO_C" >&6; }
11959           # Check whether --enable-richtooltip was given.
11960 if test "${enable_richtooltip+set}" = set; then
11961   enableval=$enable_richtooltip;
11962                           if test "$enableval" = yes; then
11963                             wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=yes'
11964                           else
11965                             wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=no'
11966                           fi
11967
11968 else
11969
11970                           wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=${'DEFAULT_wxUSE_RICHTOOLTIP":-$defaultval}"
11971
11972 fi
11973
11974
11975           eval "$wx_cv_use_richtooltip"
11976
11977           if test x"$enablestring" = xdisable; then
11978             if test $wxUSE_RICHTOOLTIP = no; then
11979               result=yes
11980             else
11981               result=no
11982             fi
11983           else
11984             result=$wxUSE_RICHTOOLTIP
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}-rearrangectrl" >&5
12002 echo $ECHO_N "checking for --${enablestring:-enable}-rearrangectrl... $ECHO_C" >&6; }
12003           # Check whether --enable-rearrangectrl was given.
12004 if test "${enable_rearrangectrl+set}" = set; then
12005   enableval=$enable_rearrangectrl;
12006                           if test "$enableval" = yes; then
12007                             wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=yes'
12008                           else
12009                             wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=no'
12010                           fi
12011
12012 else
12013
12014                           wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
12015
12016 fi
12017
12018
12019           eval "$wx_cv_use_rearrangectrl"
12020
12021           if test x"$enablestring" = xdisable; then
12022             if test $wxUSE_REARRANGECTRL = no; then
12023               result=yes
12024             else
12025               result=no
12026             fi
12027           else
12028             result=$wxUSE_REARRANGECTRL
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}-sash" >&5
12046 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6; }
12047           # Check whether --enable-sash was given.
12048 if test "${enable_sash+set}" = set; then
12049   enableval=$enable_sash;
12050                           if test "$enableval" = yes; then
12051                             wx_cv_use_sash='wxUSE_SASH=yes'
12052                           else
12053                             wx_cv_use_sash='wxUSE_SASH=no'
12054                           fi
12055
12056 else
12057
12058                           wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
12059
12060 fi
12061
12062
12063           eval "$wx_cv_use_sash"
12064
12065           if test x"$enablestring" = xdisable; then
12066             if test $wxUSE_SASH = no; then
12067               result=yes
12068             else
12069               result=no
12070             fi
12071           else
12072             result=$wxUSE_SASH
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}-scrollbar" >&5
12090 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6; }
12091           # Check whether --enable-scrollbar was given.
12092 if test "${enable_scrollbar+set}" = set; then
12093   enableval=$enable_scrollbar;
12094                           if test "$enableval" = yes; then
12095                             wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
12096                           else
12097                             wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
12098                           fi
12099
12100 else
12101
12102                           wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
12103
12104 fi
12105
12106
12107           eval "$wx_cv_use_scrollbar"
12108
12109           if test x"$enablestring" = xdisable; then
12110             if test $wxUSE_SCROLLBAR = no; then
12111               result=yes
12112             else
12113               result=no
12114             fi
12115           else
12116             result=$wxUSE_SCROLLBAR
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}-searchctrl" >&5
12134 echo $ECHO_N "checking for --${enablestring:-enable}-searchctrl... $ECHO_C" >&6; }
12135           # Check whether --enable-searchctrl was given.
12136 if test "${enable_searchctrl+set}" = set; then
12137   enableval=$enable_searchctrl;
12138                           if test "$enableval" = yes; then
12139                             wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
12140                           else
12141                             wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
12142                           fi
12143
12144 else
12145
12146                           wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
12147
12148 fi
12149
12150
12151           eval "$wx_cv_use_searchctrl"
12152
12153           if test x"$enablestring" = xdisable; then
12154             if test $wxUSE_SEARCHCTRL = no; then
12155               result=yes
12156             else
12157               result=no
12158             fi
12159           else
12160             result=$wxUSE_SEARCHCTRL
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}-slider" >&5
12178 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6; }
12179           # Check whether --enable-slider was given.
12180 if test "${enable_slider+set}" = set; then
12181   enableval=$enable_slider;
12182                           if test "$enableval" = yes; then
12183                             wx_cv_use_slider='wxUSE_SLIDER=yes'
12184                           else
12185                             wx_cv_use_slider='wxUSE_SLIDER=no'
12186                           fi
12187
12188 else
12189
12190                           wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
12191
12192 fi
12193
12194
12195           eval "$wx_cv_use_slider"
12196
12197           if test x"$enablestring" = xdisable; then
12198             if test $wxUSE_SLIDER = no; then
12199               result=yes
12200             else
12201               result=no
12202             fi
12203           else
12204             result=$wxUSE_SLIDER
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}-spinbtn" >&5
12222 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6; }
12223           # Check whether --enable-spinbtn was given.
12224 if test "${enable_spinbtn+set}" = set; then
12225   enableval=$enable_spinbtn;
12226                           if test "$enableval" = yes; then
12227                             wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
12228                           else
12229                             wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
12230                           fi
12231
12232 else
12233
12234                           wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
12235
12236 fi
12237
12238
12239           eval "$wx_cv_use_spinbtn"
12240
12241           if test x"$enablestring" = xdisable; then
12242             if test $wxUSE_SPINBTN = no; then
12243               result=yes
12244             else
12245               result=no
12246             fi
12247           else
12248             result=$wxUSE_SPINBTN
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}-spinctrl" >&5
12266 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6; }
12267           # Check whether --enable-spinctrl was given.
12268 if test "${enable_spinctrl+set}" = set; then
12269   enableval=$enable_spinctrl;
12270                           if test "$enableval" = yes; then
12271                             wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
12272                           else
12273                             wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
12274                           fi
12275
12276 else
12277
12278                           wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
12279
12280 fi
12281
12282
12283           eval "$wx_cv_use_spinctrl"
12284
12285           if test x"$enablestring" = xdisable; then
12286             if test $wxUSE_SPINCTRL = no; then
12287               result=yes
12288             else
12289               result=no
12290             fi
12291           else
12292             result=$wxUSE_SPINCTRL
12293           fi
12294
12295           { echo "$as_me:$LINENO: result: $result" >&5
12296 echo "${ECHO_T}$result" >&6; }
12297
12298
12299           enablestring=
12300           defaultval=$wxUSE_ALL_FEATURES
12301           if test -z "$defaultval"; then
12302               if test x"$enablestring" = xdisable; then
12303                   defaultval=yes
12304               else
12305                   defaultval=no
12306               fi
12307           fi
12308
12309           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
12310 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6; }
12311           # Check whether --enable-splitter was given.
12312 if test "${enable_splitter+set}" = set; then
12313   enableval=$enable_splitter;
12314                           if test "$enableval" = yes; then
12315                             wx_cv_use_splitter='wxUSE_SPLITTER=yes'
12316                           else
12317                             wx_cv_use_splitter='wxUSE_SPLITTER=no'
12318                           fi
12319
12320 else
12321
12322                           wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
12323
12324 fi
12325
12326
12327           eval "$wx_cv_use_splitter"
12328
12329           if test x"$enablestring" = xdisable; then
12330             if test $wxUSE_SPLITTER = no; then
12331               result=yes
12332             else
12333               result=no
12334             fi
12335           else
12336             result=$wxUSE_SPLITTER
12337           fi
12338
12339           { echo "$as_me:$LINENO: result: $result" >&5
12340 echo "${ECHO_T}$result" >&6; }
12341
12342
12343           enablestring=
12344           defaultval=$wxUSE_ALL_FEATURES
12345           if test -z "$defaultval"; then
12346               if test x"$enablestring" = xdisable; then
12347                   defaultval=yes
12348               else
12349                   defaultval=no
12350               fi
12351           fi
12352
12353           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
12354 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6; }
12355           # Check whether --enable-statbmp was given.
12356 if test "${enable_statbmp+set}" = set; then
12357   enableval=$enable_statbmp;
12358                           if test "$enableval" = yes; then
12359                             wx_cv_use_statbmp='wxUSE_STATBMP=yes'
12360                           else
12361                             wx_cv_use_statbmp='wxUSE_STATBMP=no'
12362                           fi
12363
12364 else
12365
12366                           wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
12367
12368 fi
12369
12370
12371           eval "$wx_cv_use_statbmp"
12372
12373           if test x"$enablestring" = xdisable; then
12374             if test $wxUSE_STATBMP = no; then
12375               result=yes
12376             else
12377               result=no
12378             fi
12379           else
12380             result=$wxUSE_STATBMP
12381           fi
12382
12383           { echo "$as_me:$LINENO: result: $result" >&5
12384 echo "${ECHO_T}$result" >&6; }
12385
12386
12387           enablestring=
12388           defaultval=$wxUSE_ALL_FEATURES
12389           if test -z "$defaultval"; then
12390               if test x"$enablestring" = xdisable; then
12391                   defaultval=yes
12392               else
12393                   defaultval=no
12394               fi
12395           fi
12396
12397           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
12398 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6; }
12399           # Check whether --enable-statbox was given.
12400 if test "${enable_statbox+set}" = set; then
12401   enableval=$enable_statbox;
12402                           if test "$enableval" = yes; then
12403                             wx_cv_use_statbox='wxUSE_STATBOX=yes'
12404                           else
12405                             wx_cv_use_statbox='wxUSE_STATBOX=no'
12406                           fi
12407
12408 else
12409
12410                           wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
12411
12412 fi
12413
12414
12415           eval "$wx_cv_use_statbox"
12416
12417           if test x"$enablestring" = xdisable; then
12418             if test $wxUSE_STATBOX = no; then
12419               result=yes
12420             else
12421               result=no
12422             fi
12423           else
12424             result=$wxUSE_STATBOX
12425           fi
12426
12427           { echo "$as_me:$LINENO: result: $result" >&5
12428 echo "${ECHO_T}$result" >&6; }
12429
12430
12431           enablestring=
12432           defaultval=$wxUSE_ALL_FEATURES
12433           if test -z "$defaultval"; then
12434               if test x"$enablestring" = xdisable; then
12435                   defaultval=yes
12436               else
12437                   defaultval=no
12438               fi
12439           fi
12440
12441           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
12442 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6; }
12443           # Check whether --enable-statline was given.
12444 if test "${enable_statline+set}" = set; then
12445   enableval=$enable_statline;
12446                           if test "$enableval" = yes; then
12447                             wx_cv_use_statline='wxUSE_STATLINE=yes'
12448                           else
12449                             wx_cv_use_statline='wxUSE_STATLINE=no'
12450                           fi
12451
12452 else
12453
12454                           wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
12455
12456 fi
12457
12458
12459           eval "$wx_cv_use_statline"
12460
12461           if test x"$enablestring" = xdisable; then
12462             if test $wxUSE_STATLINE = no; then
12463               result=yes
12464             else
12465               result=no
12466             fi
12467           else
12468             result=$wxUSE_STATLINE
12469           fi
12470
12471           { echo "$as_me:$LINENO: result: $result" >&5
12472 echo "${ECHO_T}$result" >&6; }
12473
12474
12475           enablestring=
12476           defaultval=$wxUSE_ALL_FEATURES
12477           if test -z "$defaultval"; then
12478               if test x"$enablestring" = xdisable; then
12479                   defaultval=yes
12480               else
12481                   defaultval=no
12482               fi
12483           fi
12484
12485           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
12486 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6; }
12487           # Check whether --enable-stattext was given.
12488 if test "${enable_stattext+set}" = set; then
12489   enableval=$enable_stattext;
12490                           if test "$enableval" = yes; then
12491                             wx_cv_use_stattext='wxUSE_STATTEXT=yes'
12492                           else
12493                             wx_cv_use_stattext='wxUSE_STATTEXT=no'
12494                           fi
12495
12496 else
12497
12498                           wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
12499
12500 fi
12501
12502
12503           eval "$wx_cv_use_stattext"
12504
12505           if test x"$enablestring" = xdisable; then
12506             if test $wxUSE_STATTEXT = no; then
12507               result=yes
12508             else
12509               result=no
12510             fi
12511           else
12512             result=$wxUSE_STATTEXT
12513           fi
12514
12515           { echo "$as_me:$LINENO: result: $result" >&5
12516 echo "${ECHO_T}$result" >&6; }
12517
12518
12519           enablestring=
12520           defaultval=$wxUSE_ALL_FEATURES
12521           if test -z "$defaultval"; then
12522               if test x"$enablestring" = xdisable; then
12523                   defaultval=yes
12524               else
12525                   defaultval=no
12526               fi
12527           fi
12528
12529           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
12530 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6; }
12531           # Check whether --enable-statusbar was given.
12532 if test "${enable_statusbar+set}" = set; then
12533   enableval=$enable_statusbar;
12534                           if test "$enableval" = yes; then
12535                             wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
12536                           else
12537                             wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
12538                           fi
12539
12540 else
12541
12542                           wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
12543
12544 fi
12545
12546
12547           eval "$wx_cv_use_statusbar"
12548
12549           if test x"$enablestring" = xdisable; then
12550             if test $wxUSE_STATUSBAR = no; then
12551               result=yes
12552             else
12553               result=no
12554             fi
12555           else
12556             result=$wxUSE_STATUSBAR
12557           fi
12558
12559           { echo "$as_me:$LINENO: result: $result" >&5
12560 echo "${ECHO_T}$result" >&6; }
12561
12562
12563           enablestring=
12564           defaultval=$wxUSE_ALL_FEATURES
12565           if test -z "$defaultval"; then
12566               if test x"$enablestring" = xdisable; then
12567                   defaultval=yes
12568               else
12569                   defaultval=no
12570               fi
12571           fi
12572
12573           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-taskbaricon" >&5
12574 echo $ECHO_N "checking for --${enablestring:-enable}-taskbaricon... $ECHO_C" >&6; }
12575           # Check whether --enable-taskbaricon was given.
12576 if test "${enable_taskbaricon+set}" = set; then
12577   enableval=$enable_taskbaricon;
12578                           if test "$enableval" = yes; then
12579                             wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
12580                           else
12581                             wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
12582                           fi
12583
12584 else
12585
12586                           wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
12587
12588 fi
12589
12590
12591           eval "$wx_cv_use_taskbaricon"
12592
12593           if test x"$enablestring" = xdisable; then
12594             if test $wxUSE_TASKBARICON = no; then
12595               result=yes
12596             else
12597               result=no
12598             fi
12599           else
12600             result=$wxUSE_TASKBARICON
12601           fi
12602
12603           { echo "$as_me:$LINENO: result: $result" >&5
12604 echo "${ECHO_T}$result" >&6; }
12605
12606
12607           enablestring=
12608           defaultval=$wxUSE_ALL_FEATURES
12609           if test -z "$defaultval"; then
12610               if test x"$enablestring" = xdisable; then
12611                   defaultval=yes
12612               else
12613                   defaultval=no
12614               fi
12615           fi
12616
12617           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
12618 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6; }
12619           # Check whether --enable-tbarnative was given.
12620 if test "${enable_tbarnative+set}" = set; then
12621   enableval=$enable_tbarnative;
12622                           if test "$enableval" = yes; then
12623                             wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
12624                           else
12625                             wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
12626                           fi
12627
12628 else
12629
12630                           wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
12631
12632 fi
12633
12634
12635           eval "$wx_cv_use_tbarnative"
12636
12637           if test x"$enablestring" = xdisable; then
12638             if test $wxUSE_TOOLBAR_NATIVE = no; then
12639               result=yes
12640             else
12641               result=no
12642             fi
12643           else
12644             result=$wxUSE_TOOLBAR_NATIVE
12645           fi
12646
12647           { echo "$as_me:$LINENO: result: $result" >&5
12648 echo "${ECHO_T}$result" >&6; }
12649
12650
12651           enablestring=
12652           defaultval=$wxUSE_ALL_FEATURES
12653           if test -z "$defaultval"; then
12654               if test x"$enablestring" = xdisable; then
12655                   defaultval=yes
12656               else
12657                   defaultval=no
12658               fi
12659           fi
12660
12661           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
12662 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6; }
12663           # Check whether --enable-textctrl was given.
12664 if test "${enable_textctrl+set}" = set; then
12665   enableval=$enable_textctrl;
12666                           if test "$enableval" = yes; then
12667                             wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
12668                           else
12669                             wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
12670                           fi
12671
12672 else
12673
12674                           wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
12675
12676 fi
12677
12678
12679           eval "$wx_cv_use_textctrl"
12680
12681           if test x"$enablestring" = xdisable; then
12682             if test $wxUSE_TEXTCTRL = no; then
12683               result=yes
12684             else
12685               result=no
12686             fi
12687           else
12688             result=$wxUSE_TEXTCTRL
12689           fi
12690
12691           { echo "$as_me:$LINENO: result: $result" >&5
12692 echo "${ECHO_T}$result" >&6; }
12693
12694
12695           enablestring=
12696           defaultval=$wxUSE_ALL_FEATURES
12697           if test -z "$defaultval"; then
12698               if test x"$enablestring" = xdisable; then
12699                   defaultval=yes
12700               else
12701                   defaultval=no
12702               fi
12703           fi
12704
12705           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
12706 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
12707           # Check whether --enable-datepick was given.
12708 if test "${enable_datepick+set}" = set; then
12709   enableval=$enable_datepick;
12710                           if test "$enableval" = yes; then
12711                             wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=yes'
12712                           else
12713                             wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=no'
12714                           fi
12715
12716 else
12717
12718                           wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=${'DEFAULT_wxUSE_TIMEPICKCTRL":-$defaultval}"
12719
12720 fi
12721
12722
12723           eval "$wx_cv_use_datepick"
12724
12725           if test x"$enablestring" = xdisable; then
12726             if test $wxUSE_TIMEPICKCTRL = no; then
12727               result=yes
12728             else
12729               result=no
12730             fi
12731           else
12732             result=$wxUSE_TIMEPICKCTRL
12733           fi
12734
12735           { echo "$as_me:$LINENO: result: $result" >&5
12736 echo "${ECHO_T}$result" >&6; }
12737
12738
12739           enablestring=
12740           defaultval=$wxUSE_ALL_FEATURES
12741           if test -z "$defaultval"; then
12742               if test x"$enablestring" = xdisable; then
12743                   defaultval=yes
12744               else
12745                   defaultval=no
12746               fi
12747           fi
12748
12749           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
12750 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6; }
12751           # Check whether --enable-tipwindow was given.
12752 if test "${enable_tipwindow+set}" = set; then
12753   enableval=$enable_tipwindow;
12754                           if test "$enableval" = yes; then
12755                             wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
12756                           else
12757                             wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
12758                           fi
12759
12760 else
12761
12762                           wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
12763
12764 fi
12765
12766
12767           eval "$wx_cv_use_tipwindow"
12768
12769           if test x"$enablestring" = xdisable; then
12770             if test $wxUSE_TIPWINDOW = no; then
12771               result=yes
12772             else
12773               result=no
12774             fi
12775           else
12776             result=$wxUSE_TIPWINDOW
12777           fi
12778
12779           { echo "$as_me:$LINENO: result: $result" >&5
12780 echo "${ECHO_T}$result" >&6; }
12781
12782
12783           enablestring=
12784           defaultval=$wxUSE_ALL_FEATURES
12785           if test -z "$defaultval"; then
12786               if test x"$enablestring" = xdisable; then
12787                   defaultval=yes
12788               else
12789                   defaultval=no
12790               fi
12791           fi
12792
12793           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
12794 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6; }
12795           # Check whether --enable-togglebtn was given.
12796 if test "${enable_togglebtn+set}" = set; then
12797   enableval=$enable_togglebtn;
12798                           if test "$enableval" = yes; then
12799                             wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
12800                           else
12801                             wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
12802                           fi
12803
12804 else
12805
12806                           wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
12807
12808 fi
12809
12810
12811           eval "$wx_cv_use_togglebtn"
12812
12813           if test x"$enablestring" = xdisable; then
12814             if test $wxUSE_TOGGLEBTN = no; then
12815               result=yes
12816             else
12817               result=no
12818             fi
12819           else
12820             result=$wxUSE_TOGGLEBTN
12821           fi
12822
12823           { echo "$as_me:$LINENO: result: $result" >&5
12824 echo "${ECHO_T}$result" >&6; }
12825
12826
12827           enablestring=
12828           defaultval=$wxUSE_ALL_FEATURES
12829           if test -z "$defaultval"; then
12830               if test x"$enablestring" = xdisable; then
12831                   defaultval=yes
12832               else
12833                   defaultval=no
12834               fi
12835           fi
12836
12837           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
12838 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6; }
12839           # Check whether --enable-toolbar was given.
12840 if test "${enable_toolbar+set}" = set; then
12841   enableval=$enable_toolbar;
12842                           if test "$enableval" = yes; then
12843                             wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
12844                           else
12845                             wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
12846                           fi
12847
12848 else
12849
12850                           wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
12851
12852 fi
12853
12854
12855           eval "$wx_cv_use_toolbar"
12856
12857           if test x"$enablestring" = xdisable; then
12858             if test $wxUSE_TOOLBAR = no; then
12859               result=yes
12860             else
12861               result=no
12862             fi
12863           else
12864             result=$wxUSE_TOOLBAR
12865           fi
12866
12867           { echo "$as_me:$LINENO: result: $result" >&5
12868 echo "${ECHO_T}$result" >&6; }
12869
12870
12871           enablestring=
12872           defaultval=$wxUSE_ALL_FEATURES
12873           if test -z "$defaultval"; then
12874               if test x"$enablestring" = xdisable; then
12875                   defaultval=yes
12876               else
12877                   defaultval=no
12878               fi
12879           fi
12880
12881           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
12882 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6; }
12883           # Check whether --enable-toolbook was given.
12884 if test "${enable_toolbook+set}" = set; then
12885   enableval=$enable_toolbook;
12886                           if test "$enableval" = yes; then
12887                             wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
12888                           else
12889                             wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
12890                           fi
12891
12892 else
12893
12894                           wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
12895
12896 fi
12897
12898
12899           eval "$wx_cv_use_toolbook"
12900
12901           if test x"$enablestring" = xdisable; then
12902             if test $wxUSE_TOOLBOOK = no; then
12903               result=yes
12904             else
12905               result=no
12906             fi
12907           else
12908             result=$wxUSE_TOOLBOOK
12909           fi
12910
12911           { echo "$as_me:$LINENO: result: $result" >&5
12912 echo "${ECHO_T}$result" >&6; }
12913
12914
12915           enablestring=
12916           defaultval=$wxUSE_ALL_FEATURES
12917           if test -z "$defaultval"; then
12918               if test x"$enablestring" = xdisable; then
12919                   defaultval=yes
12920               else
12921                   defaultval=no
12922               fi
12923           fi
12924
12925           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
12926 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6; }
12927           # Check whether --enable-treebook was given.
12928 if test "${enable_treebook+set}" = set; then
12929   enableval=$enable_treebook;
12930                           if test "$enableval" = yes; then
12931                             wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
12932                           else
12933                             wx_cv_use_treebook='wxUSE_TREEBOOK=no'
12934                           fi
12935
12936 else
12937
12938                           wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
12939
12940 fi
12941
12942
12943           eval "$wx_cv_use_treebook"
12944
12945           if test x"$enablestring" = xdisable; then
12946             if test $wxUSE_TREEBOOK = no; then
12947               result=yes
12948             else
12949               result=no
12950             fi
12951           else
12952             result=$wxUSE_TREEBOOK
12953           fi
12954
12955           { echo "$as_me:$LINENO: result: $result" >&5
12956 echo "${ECHO_T}$result" >&6; }
12957
12958
12959           enablestring=
12960           defaultval=$wxUSE_ALL_FEATURES
12961           if test -z "$defaultval"; then
12962               if test x"$enablestring" = xdisable; then
12963                   defaultval=yes
12964               else
12965                   defaultval=no
12966               fi
12967           fi
12968
12969           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
12970 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6; }
12971           # Check whether --enable-treectrl was given.
12972 if test "${enable_treectrl+set}" = set; then
12973   enableval=$enable_treectrl;
12974                           if test "$enableval" = yes; then
12975                             wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
12976                           else
12977                             wx_cv_use_treectrl='wxUSE_TREECTRL=no'
12978                           fi
12979
12980 else
12981
12982                           wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
12983
12984 fi
12985
12986
12987           eval "$wx_cv_use_treectrl"
12988
12989           if test x"$enablestring" = xdisable; then
12990             if test $wxUSE_TREECTRL = no; then
12991               result=yes
12992             else
12993               result=no
12994             fi
12995           else
12996             result=$wxUSE_TREECTRL
12997           fi
12998
12999           { echo "$as_me:$LINENO: result: $result" >&5
13000 echo "${ECHO_T}$result" >&6; }
13001
13002
13003           enablestring=
13004           defaultval=$wxUSE_ALL_FEATURES
13005           if test -z "$defaultval"; then
13006               if test x"$enablestring" = xdisable; then
13007                   defaultval=yes
13008               else
13009                   defaultval=no
13010               fi
13011           fi
13012
13013           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treelist" >&5
13014 echo $ECHO_N "checking for --${enablestring:-enable}-treelist... $ECHO_C" >&6; }
13015           # Check whether --enable-treelist was given.
13016 if test "${enable_treelist+set}" = set; then
13017   enableval=$enable_treelist;
13018                           if test "$enableval" = yes; then
13019                             wx_cv_use_treelist='wxUSE_TREELISTCTRL=yes'
13020                           else
13021                             wx_cv_use_treelist='wxUSE_TREELISTCTRL=no'
13022                           fi
13023
13024 else
13025
13026                           wx_cv_use_treelist='wxUSE_TREELISTCTRL=${'DEFAULT_wxUSE_TREELISTCTRL":-$defaultval}"
13027
13028 fi
13029
13030
13031           eval "$wx_cv_use_treelist"
13032
13033           if test x"$enablestring" = xdisable; then
13034             if test $wxUSE_TREELISTCTRL = no; then
13035               result=yes
13036             else
13037               result=no
13038             fi
13039           else
13040             result=$wxUSE_TREELISTCTRL
13041           fi
13042
13043           { echo "$as_me:$LINENO: result: $result" >&5
13044 echo "${ECHO_T}$result" >&6; }
13045
13046
13047
13048
13049           enablestring=
13050           defaultval=$wxUSE_ALL_FEATURES
13051           if test -z "$defaultval"; then
13052               if test x"$enablestring" = xdisable; then
13053                   defaultval=yes
13054               else
13055                   defaultval=no
13056               fi
13057           fi
13058
13059           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
13060 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6; }
13061           # Check whether --enable-commondlg was given.
13062 if test "${enable_commondlg+set}" = set; then
13063   enableval=$enable_commondlg;
13064                           if test "$enableval" = yes; then
13065                             wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
13066                           else
13067                             wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
13068                           fi
13069
13070 else
13071
13072                           wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
13073
13074 fi
13075
13076
13077           eval "$wx_cv_use_commondlg"
13078
13079           if test x"$enablestring" = xdisable; then
13080             if test $wxUSE_COMMONDLGS = no; then
13081               result=yes
13082             else
13083               result=no
13084             fi
13085           else
13086             result=$wxUSE_COMMONDLGS
13087           fi
13088
13089           { echo "$as_me:$LINENO: result: $result" >&5
13090 echo "${ECHO_T}$result" >&6; }
13091
13092
13093           enablestring=
13094           defaultval=$wxUSE_ALL_FEATURES
13095           if test -z "$defaultval"; then
13096               if test x"$enablestring" = xdisable; then
13097                   defaultval=yes
13098               else
13099                   defaultval=no
13100               fi
13101           fi
13102
13103           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
13104 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6; }
13105           # Check whether --enable-aboutdlg was given.
13106 if test "${enable_aboutdlg+set}" = set; then
13107   enableval=$enable_aboutdlg;
13108                           if test "$enableval" = yes; then
13109                             wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
13110                           else
13111                             wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
13112                           fi
13113
13114 else
13115
13116                           wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
13117
13118 fi
13119
13120
13121           eval "$wx_cv_use_aboutdlg"
13122
13123           if test x"$enablestring" = xdisable; then
13124             if test $wxUSE_ABOUTDLG = no; then
13125               result=yes
13126             else
13127               result=no
13128             fi
13129           else
13130             result=$wxUSE_ABOUTDLG
13131           fi
13132
13133           { echo "$as_me:$LINENO: result: $result" >&5
13134 echo "${ECHO_T}$result" >&6; }
13135
13136
13137           enablestring=
13138           defaultval=$wxUSE_ALL_FEATURES
13139           if test -z "$defaultval"; then
13140               if test x"$enablestring" = xdisable; then
13141                   defaultval=yes
13142               else
13143                   defaultval=no
13144               fi
13145           fi
13146
13147           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
13148 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6; }
13149           # Check whether --enable-choicedlg was given.
13150 if test "${enable_choicedlg+set}" = set; then
13151   enableval=$enable_choicedlg;
13152                           if test "$enableval" = yes; then
13153                             wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
13154                           else
13155                             wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
13156                           fi
13157
13158 else
13159
13160                           wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
13161
13162 fi
13163
13164
13165           eval "$wx_cv_use_choicedlg"
13166
13167           if test x"$enablestring" = xdisable; then
13168             if test $wxUSE_CHOICEDLG = no; then
13169               result=yes
13170             else
13171               result=no
13172             fi
13173           else
13174             result=$wxUSE_CHOICEDLG
13175           fi
13176
13177           { echo "$as_me:$LINENO: result: $result" >&5
13178 echo "${ECHO_T}$result" >&6; }
13179
13180
13181           enablestring=
13182           defaultval=$wxUSE_ALL_FEATURES
13183           if test -z "$defaultval"; then
13184               if test x"$enablestring" = xdisable; then
13185                   defaultval=yes
13186               else
13187                   defaultval=no
13188               fi
13189           fi
13190
13191           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
13192 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6; }
13193           # Check whether --enable-coldlg was given.
13194 if test "${enable_coldlg+set}" = set; then
13195   enableval=$enable_coldlg;
13196                           if test "$enableval" = yes; then
13197                             wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
13198                           else
13199                             wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
13200                           fi
13201
13202 else
13203
13204                           wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
13205
13206 fi
13207
13208
13209           eval "$wx_cv_use_coldlg"
13210
13211           if test x"$enablestring" = xdisable; then
13212             if test $wxUSE_COLOURDLG = no; then
13213               result=yes
13214             else
13215               result=no
13216             fi
13217           else
13218             result=$wxUSE_COLOURDLG
13219           fi
13220
13221           { echo "$as_me:$LINENO: result: $result" >&5
13222 echo "${ECHO_T}$result" >&6; }
13223
13224
13225           enablestring=
13226           defaultval=$wxUSE_ALL_FEATURES
13227           if test -z "$defaultval"; then
13228               if test x"$enablestring" = xdisable; then
13229                   defaultval=yes
13230               else
13231                   defaultval=no
13232               fi
13233           fi
13234
13235           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
13236 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6; }
13237           # Check whether --enable-filedlg was given.
13238 if test "${enable_filedlg+set}" = set; then
13239   enableval=$enable_filedlg;
13240                           if test "$enableval" = yes; then
13241                             wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
13242                           else
13243                             wx_cv_use_filedlg='wxUSE_FILEDLG=no'
13244                           fi
13245
13246 else
13247
13248                           wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
13249
13250 fi
13251
13252
13253           eval "$wx_cv_use_filedlg"
13254
13255           if test x"$enablestring" = xdisable; then
13256             if test $wxUSE_FILEDLG = no; then
13257               result=yes
13258             else
13259               result=no
13260             fi
13261           else
13262             result=$wxUSE_FILEDLG
13263           fi
13264
13265           { echo "$as_me:$LINENO: result: $result" >&5
13266 echo "${ECHO_T}$result" >&6; }
13267
13268
13269           enablestring=
13270           defaultval=$wxUSE_ALL_FEATURES
13271           if test -z "$defaultval"; then
13272               if test x"$enablestring" = xdisable; then
13273                   defaultval=yes
13274               else
13275                   defaultval=no
13276               fi
13277           fi
13278
13279           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
13280 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6; }
13281           # Check whether --enable-finddlg was given.
13282 if test "${enable_finddlg+set}" = set; then
13283   enableval=$enable_finddlg;
13284                           if test "$enableval" = yes; then
13285                             wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
13286                           else
13287                             wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
13288                           fi
13289
13290 else
13291
13292                           wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
13293
13294 fi
13295
13296
13297           eval "$wx_cv_use_finddlg"
13298
13299           if test x"$enablestring" = xdisable; then
13300             if test $wxUSE_FINDREPLDLG = no; then
13301               result=yes
13302             else
13303               result=no
13304             fi
13305           else
13306             result=$wxUSE_FINDREPLDLG
13307           fi
13308
13309           { echo "$as_me:$LINENO: result: $result" >&5
13310 echo "${ECHO_T}$result" >&6; }
13311
13312
13313           enablestring=
13314           defaultval=$wxUSE_ALL_FEATURES
13315           if test -z "$defaultval"; then
13316               if test x"$enablestring" = xdisable; then
13317                   defaultval=yes
13318               else
13319                   defaultval=no
13320               fi
13321           fi
13322
13323           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
13324 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6; }
13325           # Check whether --enable-fontdlg was given.
13326 if test "${enable_fontdlg+set}" = set; then
13327   enableval=$enable_fontdlg;
13328                           if test "$enableval" = yes; then
13329                             wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
13330                           else
13331                             wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
13332                           fi
13333
13334 else
13335
13336                           wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
13337
13338 fi
13339
13340
13341           eval "$wx_cv_use_fontdlg"
13342
13343           if test x"$enablestring" = xdisable; then
13344             if test $wxUSE_FONTDLG = no; then
13345               result=yes
13346             else
13347               result=no
13348             fi
13349           else
13350             result=$wxUSE_FONTDLG
13351           fi
13352
13353           { echo "$as_me:$LINENO: result: $result" >&5
13354 echo "${ECHO_T}$result" >&6; }
13355
13356
13357           enablestring=
13358           defaultval=$wxUSE_ALL_FEATURES
13359           if test -z "$defaultval"; then
13360               if test x"$enablestring" = xdisable; then
13361                   defaultval=yes
13362               else
13363                   defaultval=no
13364               fi
13365           fi
13366
13367           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
13368 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6; }
13369           # Check whether --enable-dirdlg was given.
13370 if test "${enable_dirdlg+set}" = set; then
13371   enableval=$enable_dirdlg;
13372                           if test "$enableval" = yes; then
13373                             wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
13374                           else
13375                             wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
13376                           fi
13377
13378 else
13379
13380                           wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
13381
13382 fi
13383
13384
13385           eval "$wx_cv_use_dirdlg"
13386
13387           if test x"$enablestring" = xdisable; then
13388             if test $wxUSE_DIRDLG = no; then
13389               result=yes
13390             else
13391               result=no
13392             fi
13393           else
13394             result=$wxUSE_DIRDLG
13395           fi
13396
13397           { echo "$as_me:$LINENO: result: $result" >&5
13398 echo "${ECHO_T}$result" >&6; }
13399
13400
13401           enablestring=
13402           defaultval=$wxUSE_ALL_FEATURES
13403           if test -z "$defaultval"; then
13404               if test x"$enablestring" = xdisable; then
13405                   defaultval=yes
13406               else
13407                   defaultval=no
13408               fi
13409           fi
13410
13411           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
13412 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6; }
13413           # Check whether --enable-msgdlg was given.
13414 if test "${enable_msgdlg+set}" = set; then
13415   enableval=$enable_msgdlg;
13416                           if test "$enableval" = yes; then
13417                             wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
13418                           else
13419                             wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
13420                           fi
13421
13422 else
13423
13424                           wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
13425
13426 fi
13427
13428
13429           eval "$wx_cv_use_msgdlg"
13430
13431           if test x"$enablestring" = xdisable; then
13432             if test $wxUSE_MSGDLG = no; then
13433               result=yes
13434             else
13435               result=no
13436             fi
13437           else
13438             result=$wxUSE_MSGDLG
13439           fi
13440
13441           { echo "$as_me:$LINENO: result: $result" >&5
13442 echo "${ECHO_T}$result" >&6; }
13443
13444
13445           enablestring=
13446           defaultval=$wxUSE_ALL_FEATURES
13447           if test -z "$defaultval"; then
13448               if test x"$enablestring" = xdisable; then
13449                   defaultval=yes
13450               else
13451                   defaultval=no
13452               fi
13453           fi
13454
13455           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
13456 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6; }
13457           # Check whether --enable-numberdlg was given.
13458 if test "${enable_numberdlg+set}" = set; then
13459   enableval=$enable_numberdlg;
13460                           if test "$enableval" = yes; then
13461                             wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
13462                           else
13463                             wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
13464                           fi
13465
13466 else
13467
13468                           wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
13469
13470 fi
13471
13472
13473           eval "$wx_cv_use_numberdlg"
13474
13475           if test x"$enablestring" = xdisable; then
13476             if test $wxUSE_NUMBERDLG = no; then
13477               result=yes
13478             else
13479               result=no
13480             fi
13481           else
13482             result=$wxUSE_NUMBERDLG
13483           fi
13484
13485           { echo "$as_me:$LINENO: result: $result" >&5
13486 echo "${ECHO_T}$result" >&6; }
13487
13488
13489           enablestring=
13490           defaultval=$wxUSE_ALL_FEATURES
13491           if test -z "$defaultval"; then
13492               if test x"$enablestring" = xdisable; then
13493                   defaultval=yes
13494               else
13495                   defaultval=no
13496               fi
13497           fi
13498
13499           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
13500 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6; }
13501           # Check whether --enable-splash was given.
13502 if test "${enable_splash+set}" = set; then
13503   enableval=$enable_splash;
13504                           if test "$enableval" = yes; then
13505                             wx_cv_use_splash='wxUSE_SPLASH=yes'
13506                           else
13507                             wx_cv_use_splash='wxUSE_SPLASH=no'
13508                           fi
13509
13510 else
13511
13512                           wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
13513
13514 fi
13515
13516
13517           eval "$wx_cv_use_splash"
13518
13519           if test x"$enablestring" = xdisable; then
13520             if test $wxUSE_SPLASH = no; then
13521               result=yes
13522             else
13523               result=no
13524             fi
13525           else
13526             result=$wxUSE_SPLASH
13527           fi
13528
13529           { echo "$as_me:$LINENO: result: $result" >&5
13530 echo "${ECHO_T}$result" >&6; }
13531
13532
13533           enablestring=
13534           defaultval=$wxUSE_ALL_FEATURES
13535           if test -z "$defaultval"; then
13536               if test x"$enablestring" = xdisable; then
13537                   defaultval=yes
13538               else
13539                   defaultval=no
13540               fi
13541           fi
13542
13543           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
13544 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6; }
13545           # Check whether --enable-textdlg was given.
13546 if test "${enable_textdlg+set}" = set; then
13547   enableval=$enable_textdlg;
13548                           if test "$enableval" = yes; then
13549                             wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
13550                           else
13551                             wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
13552                           fi
13553
13554 else
13555
13556                           wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
13557
13558 fi
13559
13560
13561           eval "$wx_cv_use_textdlg"
13562
13563           if test x"$enablestring" = xdisable; then
13564             if test $wxUSE_TEXTDLG = no; then
13565               result=yes
13566             else
13567               result=no
13568             fi
13569           else
13570             result=$wxUSE_TEXTDLG
13571           fi
13572
13573           { echo "$as_me:$LINENO: result: $result" >&5
13574 echo "${ECHO_T}$result" >&6; }
13575
13576
13577           enablestring=
13578           defaultval=$wxUSE_ALL_FEATURES
13579           if test -z "$defaultval"; then
13580               if test x"$enablestring" = xdisable; then
13581                   defaultval=yes
13582               else
13583                   defaultval=no
13584               fi
13585           fi
13586
13587           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
13588 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6; }
13589           # Check whether --enable-tipdlg was given.
13590 if test "${enable_tipdlg+set}" = set; then
13591   enableval=$enable_tipdlg;
13592                           if test "$enableval" = yes; then
13593                             wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
13594                           else
13595                             wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
13596                           fi
13597
13598 else
13599
13600                           wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
13601
13602 fi
13603
13604
13605           eval "$wx_cv_use_tipdlg"
13606
13607           if test x"$enablestring" = xdisable; then
13608             if test $wxUSE_STARTUP_TIPS = no; then
13609               result=yes
13610             else
13611               result=no
13612             fi
13613           else
13614             result=$wxUSE_STARTUP_TIPS
13615           fi
13616
13617           { echo "$as_me:$LINENO: result: $result" >&5
13618 echo "${ECHO_T}$result" >&6; }
13619
13620
13621           enablestring=
13622           defaultval=$wxUSE_ALL_FEATURES
13623           if test -z "$defaultval"; then
13624               if test x"$enablestring" = xdisable; then
13625                   defaultval=yes
13626               else
13627                   defaultval=no
13628               fi
13629           fi
13630
13631           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
13632 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6; }
13633           # Check whether --enable-progressdlg was given.
13634 if test "${enable_progressdlg+set}" = set; then
13635   enableval=$enable_progressdlg;
13636                           if test "$enableval" = yes; then
13637                             wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
13638                           else
13639                             wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
13640                           fi
13641
13642 else
13643
13644                           wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
13645
13646 fi
13647
13648
13649           eval "$wx_cv_use_progressdlg"
13650
13651           if test x"$enablestring" = xdisable; then
13652             if test $wxUSE_PROGRESSDLG = no; then
13653               result=yes
13654             else
13655               result=no
13656             fi
13657           else
13658             result=$wxUSE_PROGRESSDLG
13659           fi
13660
13661           { echo "$as_me:$LINENO: result: $result" >&5
13662 echo "${ECHO_T}$result" >&6; }
13663
13664
13665           enablestring=
13666           defaultval=$wxUSE_ALL_FEATURES
13667           if test -z "$defaultval"; then
13668               if test x"$enablestring" = xdisable; then
13669                   defaultval=yes
13670               else
13671                   defaultval=no
13672               fi
13673           fi
13674
13675           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
13676 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6; }
13677           # Check whether --enable-wizarddlg was given.
13678 if test "${enable_wizarddlg+set}" = set; then
13679   enableval=$enable_wizarddlg;
13680                           if test "$enableval" = yes; then
13681                             wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
13682                           else
13683                             wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
13684                           fi
13685
13686 else
13687
13688                           wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
13689
13690 fi
13691
13692
13693           eval "$wx_cv_use_wizarddlg"
13694
13695           if test x"$enablestring" = xdisable; then
13696             if test $wxUSE_WIZARDDLG = no; then
13697               result=yes
13698             else
13699               result=no
13700             fi
13701           else
13702             result=$wxUSE_WIZARDDLG
13703           fi
13704
13705           { echo "$as_me:$LINENO: result: $result" >&5
13706 echo "${ECHO_T}$result" >&6; }
13707
13708
13709
13710
13711           enablestring=
13712           defaultval=$wxUSE_ALL_FEATURES
13713           if test -z "$defaultval"; then
13714               if test x"$enablestring" = xdisable; then
13715                   defaultval=yes
13716               else
13717                   defaultval=no
13718               fi
13719           fi
13720
13721           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
13722 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6; }
13723           # Check whether --enable-menus was given.
13724 if test "${enable_menus+set}" = set; then
13725   enableval=$enable_menus;
13726                           if test "$enableval" = yes; then
13727                             wx_cv_use_menus='wxUSE_MENUS=yes'
13728                           else
13729                             wx_cv_use_menus='wxUSE_MENUS=no'
13730                           fi
13731
13732 else
13733
13734                           wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
13735
13736 fi
13737
13738
13739           eval "$wx_cv_use_menus"
13740
13741           if test x"$enablestring" = xdisable; then
13742             if test $wxUSE_MENUS = no; then
13743               result=yes
13744             else
13745               result=no
13746             fi
13747           else
13748             result=$wxUSE_MENUS
13749           fi
13750
13751           { echo "$as_me:$LINENO: result: $result" >&5
13752 echo "${ECHO_T}$result" >&6; }
13753
13754
13755           enablestring=
13756           defaultval=$wxUSE_ALL_FEATURES
13757           if test -z "$defaultval"; then
13758               if test x"$enablestring" = xdisable; then
13759                   defaultval=yes
13760               else
13761                   defaultval=no
13762               fi
13763           fi
13764
13765           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
13766 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6; }
13767           # Check whether --enable-miniframe was given.
13768 if test "${enable_miniframe+set}" = set; then
13769   enableval=$enable_miniframe;
13770                           if test "$enableval" = yes; then
13771                             wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
13772                           else
13773                             wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
13774                           fi
13775
13776 else
13777
13778                           wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
13779
13780 fi
13781
13782
13783           eval "$wx_cv_use_miniframe"
13784
13785           if test x"$enablestring" = xdisable; then
13786             if test $wxUSE_MINIFRAME = no; then
13787               result=yes
13788             else
13789               result=no
13790             fi
13791           else
13792             result=$wxUSE_MINIFRAME
13793           fi
13794
13795           { echo "$as_me:$LINENO: result: $result" >&5
13796 echo "${ECHO_T}$result" >&6; }
13797
13798
13799           enablestring=
13800           defaultval=$wxUSE_ALL_FEATURES
13801           if test -z "$defaultval"; then
13802               if test x"$enablestring" = xdisable; then
13803                   defaultval=yes
13804               else
13805                   defaultval=no
13806               fi
13807           fi
13808
13809           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
13810 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6; }
13811           # Check whether --enable-tooltips was given.
13812 if test "${enable_tooltips+set}" = set; then
13813   enableval=$enable_tooltips;
13814                           if test "$enableval" = yes; then
13815                             wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
13816                           else
13817                             wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
13818                           fi
13819
13820 else
13821
13822                           wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
13823
13824 fi
13825
13826
13827           eval "$wx_cv_use_tooltips"
13828
13829           if test x"$enablestring" = xdisable; then
13830             if test $wxUSE_TOOLTIPS = no; then
13831               result=yes
13832             else
13833               result=no
13834             fi
13835           else
13836             result=$wxUSE_TOOLTIPS
13837           fi
13838
13839           { echo "$as_me:$LINENO: result: $result" >&5
13840 echo "${ECHO_T}$result" >&6; }
13841
13842
13843           enablestring=
13844           defaultval=$wxUSE_ALL_FEATURES
13845           if test -z "$defaultval"; then
13846               if test x"$enablestring" = xdisable; then
13847                   defaultval=yes
13848               else
13849                   defaultval=no
13850               fi
13851           fi
13852
13853           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
13854 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6; }
13855           # Check whether --enable-splines was given.
13856 if test "${enable_splines+set}" = set; then
13857   enableval=$enable_splines;
13858                           if test "$enableval" = yes; then
13859                             wx_cv_use_splines='wxUSE_SPLINES=yes'
13860                           else
13861                             wx_cv_use_splines='wxUSE_SPLINES=no'
13862                           fi
13863
13864 else
13865
13866                           wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
13867
13868 fi
13869
13870
13871           eval "$wx_cv_use_splines"
13872
13873           if test x"$enablestring" = xdisable; then
13874             if test $wxUSE_SPLINES = no; then
13875               result=yes
13876             else
13877               result=no
13878             fi
13879           else
13880             result=$wxUSE_SPLINES
13881           fi
13882
13883           { echo "$as_me:$LINENO: result: $result" >&5
13884 echo "${ECHO_T}$result" >&6; }
13885
13886
13887           enablestring=
13888           defaultval=$wxUSE_ALL_FEATURES
13889           if test -z "$defaultval"; then
13890               if test x"$enablestring" = xdisable; then
13891                   defaultval=yes
13892               else
13893                   defaultval=no
13894               fi
13895           fi
13896
13897           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
13898 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6; }
13899           # Check whether --enable-mousewheel was given.
13900 if test "${enable_mousewheel+set}" = set; then
13901   enableval=$enable_mousewheel;
13902                           if test "$enableval" = yes; then
13903                             wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
13904                           else
13905                             wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
13906                           fi
13907
13908 else
13909
13910                           wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
13911
13912 fi
13913
13914
13915           eval "$wx_cv_use_mousewheel"
13916
13917           if test x"$enablestring" = xdisable; then
13918             if test $wxUSE_MOUSEWHEEL = no; then
13919               result=yes
13920             else
13921               result=no
13922             fi
13923           else
13924             result=$wxUSE_MOUSEWHEEL
13925           fi
13926
13927           { echo "$as_me:$LINENO: result: $result" >&5
13928 echo "${ECHO_T}$result" >&6; }
13929
13930
13931           enablestring=
13932           defaultval=$wxUSE_ALL_FEATURES
13933           if test -z "$defaultval"; then
13934               if test x"$enablestring" = xdisable; then
13935                   defaultval=yes
13936               else
13937                   defaultval=no
13938               fi
13939           fi
13940
13941           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
13942 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6; }
13943           # Check whether --enable-validators was given.
13944 if test "${enable_validators+set}" = set; then
13945   enableval=$enable_validators;
13946                           if test "$enableval" = yes; then
13947                             wx_cv_use_validators='wxUSE_VALIDATORS=yes'
13948                           else
13949                             wx_cv_use_validators='wxUSE_VALIDATORS=no'
13950                           fi
13951
13952 else
13953
13954                           wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
13955
13956 fi
13957
13958
13959           eval "$wx_cv_use_validators"
13960
13961           if test x"$enablestring" = xdisable; then
13962             if test $wxUSE_VALIDATORS = no; then
13963               result=yes
13964             else
13965               result=no
13966             fi
13967           else
13968             result=$wxUSE_VALIDATORS
13969           fi
13970
13971           { echo "$as_me:$LINENO: result: $result" >&5
13972 echo "${ECHO_T}$result" >&6; }
13973
13974
13975           enablestring=
13976           defaultval=$wxUSE_ALL_FEATURES
13977           if test -z "$defaultval"; then
13978               if test x"$enablestring" = xdisable; then
13979                   defaultval=yes
13980               else
13981                   defaultval=no
13982               fi
13983           fi
13984
13985           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
13986 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6; }
13987           # Check whether --enable-busyinfo was given.
13988 if test "${enable_busyinfo+set}" = set; then
13989   enableval=$enable_busyinfo;
13990                           if test "$enableval" = yes; then
13991                             wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
13992                           else
13993                             wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
13994                           fi
13995
13996 else
13997
13998                           wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
13999
14000 fi
14001
14002
14003           eval "$wx_cv_use_busyinfo"
14004
14005           if test x"$enablestring" = xdisable; then
14006             if test $wxUSE_BUSYINFO = no; then
14007               result=yes
14008             else
14009               result=no
14010             fi
14011           else
14012             result=$wxUSE_BUSYINFO
14013           fi
14014
14015           { echo "$as_me:$LINENO: result: $result" >&5
14016 echo "${ECHO_T}$result" >&6; }
14017
14018
14019           enablestring=
14020           defaultval=$wxUSE_ALL_FEATURES
14021           if test -z "$defaultval"; then
14022               if test x"$enablestring" = xdisable; then
14023                   defaultval=yes
14024               else
14025                   defaultval=no
14026               fi
14027           fi
14028
14029           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hotkey" >&5
14030 echo $ECHO_N "checking for --${enablestring:-enable}-hotkey... $ECHO_C" >&6; }
14031           # Check whether --enable-hotkey was given.
14032 if test "${enable_hotkey+set}" = set; then
14033   enableval=$enable_hotkey;
14034                           if test "$enableval" = yes; then
14035                             wx_cv_use_hotkey='wxUSE_HOTKEY=yes'
14036                           else
14037                             wx_cv_use_hotkey='wxUSE_HOTKEY=no'
14038                           fi
14039
14040 else
14041
14042                           wx_cv_use_hotkey='wxUSE_HOTKEY=${'DEFAULT_wxUSE_HOTKEY":-$defaultval}"
14043
14044 fi
14045
14046
14047           eval "$wx_cv_use_hotkey"
14048
14049           if test x"$enablestring" = xdisable; then
14050             if test $wxUSE_HOTKEY = no; then
14051               result=yes
14052             else
14053               result=no
14054             fi
14055           else
14056             result=$wxUSE_HOTKEY
14057           fi
14058
14059           { echo "$as_me:$LINENO: result: $result" >&5
14060 echo "${ECHO_T}$result" >&6; }
14061
14062
14063           enablestring=
14064           defaultval=$wxUSE_ALL_FEATURES
14065           if test -z "$defaultval"; then
14066               if test x"$enablestring" = xdisable; then
14067                   defaultval=yes
14068               else
14069                   defaultval=no
14070               fi
14071           fi
14072
14073           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
14074 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6; }
14075           # Check whether --enable-joystick was given.
14076 if test "${enable_joystick+set}" = set; then
14077   enableval=$enable_joystick;
14078                           if test "$enableval" = yes; then
14079                             wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
14080                           else
14081                             wx_cv_use_joystick='wxUSE_JOYSTICK=no'
14082                           fi
14083
14084 else
14085
14086                           wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
14087
14088 fi
14089
14090
14091           eval "$wx_cv_use_joystick"
14092
14093           if test x"$enablestring" = xdisable; then
14094             if test $wxUSE_JOYSTICK = no; then
14095               result=yes
14096             else
14097               result=no
14098             fi
14099           else
14100             result=$wxUSE_JOYSTICK
14101           fi
14102
14103           { echo "$as_me:$LINENO: result: $result" >&5
14104 echo "${ECHO_T}$result" >&6; }
14105
14106
14107           enablestring=
14108           defaultval=$wxUSE_ALL_FEATURES
14109           if test -z "$defaultval"; then
14110               if test x"$enablestring" = xdisable; then
14111                   defaultval=yes
14112               else
14113                   defaultval=no
14114               fi
14115           fi
14116
14117           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
14118 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
14119           # Check whether --enable-metafile was given.
14120 if test "${enable_metafile+set}" = set; then
14121   enableval=$enable_metafile;
14122                           if test "$enableval" = yes; then
14123                             wx_cv_use_metafile='wxUSE_METAFILE=yes'
14124                           else
14125                             wx_cv_use_metafile='wxUSE_METAFILE=no'
14126                           fi
14127
14128 else
14129
14130                           wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
14131
14132 fi
14133
14134
14135           eval "$wx_cv_use_metafile"
14136
14137           if test x"$enablestring" = xdisable; then
14138             if test $wxUSE_METAFILE = no; then
14139               result=yes
14140             else
14141               result=no
14142             fi
14143           else
14144             result=$wxUSE_METAFILE
14145           fi
14146
14147           { echo "$as_me:$LINENO: result: $result" >&5
14148 echo "${ECHO_T}$result" >&6; }
14149
14150
14151           enablestring=
14152           defaultval=$wxUSE_ALL_FEATURES
14153           if test -z "$defaultval"; then
14154               if test x"$enablestring" = xdisable; then
14155                   defaultval=yes
14156               else
14157                   defaultval=no
14158               fi
14159           fi
14160
14161           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
14162 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6; }
14163           # Check whether --enable-dragimage was given.
14164 if test "${enable_dragimage+set}" = set; then
14165   enableval=$enable_dragimage;
14166                           if test "$enableval" = yes; then
14167                             wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
14168                           else
14169                             wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
14170                           fi
14171
14172 else
14173
14174                           wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
14175
14176 fi
14177
14178
14179           eval "$wx_cv_use_dragimage"
14180
14181           if test x"$enablestring" = xdisable; then
14182             if test $wxUSE_DRAGIMAGE = no; then
14183               result=yes
14184             else
14185               result=no
14186             fi
14187           else
14188             result=$wxUSE_DRAGIMAGE
14189           fi
14190
14191           { echo "$as_me:$LINENO: result: $result" >&5
14192 echo "${ECHO_T}$result" >&6; }
14193
14194
14195           enablestring=
14196           defaultval=$wxUSE_ALL_FEATURES
14197           if test -z "$defaultval"; then
14198               if test x"$enablestring" = xdisable; then
14199                   defaultval=yes
14200               else
14201                   defaultval=no
14202               fi
14203           fi
14204
14205           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
14206 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6; }
14207           # Check whether --enable-accessibility was given.
14208 if test "${enable_accessibility+set}" = set; then
14209   enableval=$enable_accessibility;
14210                           if test "$enableval" = yes; then
14211                             wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
14212                           else
14213                             wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
14214                           fi
14215
14216 else
14217
14218                           wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
14219
14220 fi
14221
14222
14223           eval "$wx_cv_use_accessibility"
14224
14225           if test x"$enablestring" = xdisable; then
14226             if test $wxUSE_ACCESSIBILITY = no; then
14227               result=yes
14228             else
14229               result=no
14230             fi
14231           else
14232             result=$wxUSE_ACCESSIBILITY
14233           fi
14234
14235           { echo "$as_me:$LINENO: result: $result" >&5
14236 echo "${ECHO_T}$result" >&6; }
14237
14238
14239           enablestring=
14240           defaultval=$wxUSE_ALL_FEATURES
14241           if test -z "$defaultval"; then
14242               if test x"$enablestring" = xdisable; then
14243                   defaultval=yes
14244               else
14245                   defaultval=no
14246               fi
14247           fi
14248
14249           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uiactionsim" >&5
14250 echo $ECHO_N "checking for --${enablestring:-enable}-uiactionsim... $ECHO_C" >&6; }
14251           # Check whether --enable-uiactionsim was given.
14252 if test "${enable_uiactionsim+set}" = set; then
14253   enableval=$enable_uiactionsim;
14254                           if test "$enableval" = yes; then
14255                             wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=yes'
14256                           else
14257                             wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=no'
14258                           fi
14259
14260 else
14261
14262                           wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
14263
14264 fi
14265
14266
14267           eval "$wx_cv_use_uiactionsim"
14268
14269           if test x"$enablestring" = xdisable; then
14270             if test $wxUSE_UIACTIONSIMULATOR = no; then
14271               result=yes
14272             else
14273               result=no
14274             fi
14275           else
14276             result=$wxUSE_UIACTIONSIMULATOR
14277           fi
14278
14279           { echo "$as_me:$LINENO: result: $result" >&5
14280 echo "${ECHO_T}$result" >&6; }
14281
14282
14283           enablestring=
14284           defaultval=$wxUSE_ALL_FEATURES
14285           if test -z "$defaultval"; then
14286               if test x"$enablestring" = xdisable; then
14287                   defaultval=yes
14288               else
14289                   defaultval=no
14290               fi
14291           fi
14292
14293           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dctransform" >&5
14294 echo $ECHO_N "checking for --${enablestring:-enable}-dctransform... $ECHO_C" >&6; }
14295           # Check whether --enable-dctransform was given.
14296 if test "${enable_dctransform+set}" = set; then
14297   enableval=$enable_dctransform;
14298                           if test "$enableval" = yes; then
14299                             wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=yes'
14300                           else
14301                             wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=no'
14302                           fi
14303
14304 else
14305
14306                           wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=${'DEFAULT_wxUSE_DC_TRANSFORM_MATRIX":-$defaultval}"
14307
14308 fi
14309
14310
14311           eval "$wx_cv_use_dctransform"
14312
14313           if test x"$enablestring" = xdisable; then
14314             if test $wxUSE_DC_TRANSFORM_MATRIX = no; then
14315               result=yes
14316             else
14317               result=no
14318             fi
14319           else
14320             result=$wxUSE_DC_TRANSFORM_MATRIX
14321           fi
14322
14323           { echo "$as_me:$LINENO: result: $result" >&5
14324 echo "${ECHO_T}$result" >&6; }
14325
14326
14327           enablestring=
14328           defaultval=$wxUSE_ALL_FEATURES
14329           if test -z "$defaultval"; then
14330               if test x"$enablestring" = xdisable; then
14331                   defaultval=yes
14332               else
14333                   defaultval=no
14334               fi
14335           fi
14336
14337           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webviewwebkit" >&5
14338 echo $ECHO_N "checking for --${enablestring:-enable}-webviewwebkit... $ECHO_C" >&6; }
14339           # Check whether --enable-webviewwebkit was given.
14340 if test "${enable_webviewwebkit+set}" = set; then
14341   enableval=$enable_webviewwebkit;
14342                           if test "$enableval" = yes; then
14343                             wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=yes'
14344                           else
14345                             wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=no'
14346                           fi
14347
14348 else
14349
14350                           wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${'DEFAULT_wxUSE_WEBVIEW_WEBKIT":-$defaultval}"
14351
14352 fi
14353
14354
14355           eval "$wx_cv_use_webviewwebkit"
14356
14357           if test x"$enablestring" = xdisable; then
14358             if test $wxUSE_WEBVIEW_WEBKIT = no; then
14359               result=yes
14360             else
14361               result=no
14362             fi
14363           else
14364             result=$wxUSE_WEBVIEW_WEBKIT
14365           fi
14366
14367           { echo "$as_me:$LINENO: result: $result" >&5
14368 echo "${ECHO_T}$result" >&6; }
14369
14370
14371
14372
14373           enablestring=
14374           defaultval=$wxUSE_ALL_FEATURES
14375           if test -z "$defaultval"; then
14376               if test x"$enablestring" = xdisable; then
14377                   defaultval=yes
14378               else
14379                   defaultval=no
14380               fi
14381           fi
14382
14383           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
14384 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6; }
14385           # Check whether --enable-palette was given.
14386 if test "${enable_palette+set}" = set; then
14387   enableval=$enable_palette;
14388                           if test "$enableval" = yes; then
14389                             wx_cv_use_palette='wxUSE_PALETTE=yes'
14390                           else
14391                             wx_cv_use_palette='wxUSE_PALETTE=no'
14392                           fi
14393
14394 else
14395
14396                           wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
14397
14398 fi
14399
14400
14401           eval "$wx_cv_use_palette"
14402
14403           if test x"$enablestring" = xdisable; then
14404             if test $wxUSE_PALETTE = no; then
14405               result=yes
14406             else
14407               result=no
14408             fi
14409           else
14410             result=$wxUSE_PALETTE
14411           fi
14412
14413           { echo "$as_me:$LINENO: result: $result" >&5
14414 echo "${ECHO_T}$result" >&6; }
14415
14416
14417           enablestring=
14418           defaultval=$wxUSE_ALL_FEATURES
14419           if test -z "$defaultval"; then
14420               if test x"$enablestring" = xdisable; then
14421                   defaultval=yes
14422               else
14423                   defaultval=no
14424               fi
14425           fi
14426
14427           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
14428 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6; }
14429           # Check whether --enable-image was given.
14430 if test "${enable_image+set}" = set; then
14431   enableval=$enable_image;
14432                           if test "$enableval" = yes; then
14433                             wx_cv_use_image='wxUSE_IMAGE=yes'
14434                           else
14435                             wx_cv_use_image='wxUSE_IMAGE=no'
14436                           fi
14437
14438 else
14439
14440                           wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
14441
14442 fi
14443
14444
14445           eval "$wx_cv_use_image"
14446
14447           if test x"$enablestring" = xdisable; then
14448             if test $wxUSE_IMAGE = no; then
14449               result=yes
14450             else
14451               result=no
14452             fi
14453           else
14454             result=$wxUSE_IMAGE
14455           fi
14456
14457           { echo "$as_me:$LINENO: result: $result" >&5
14458 echo "${ECHO_T}$result" >&6; }
14459
14460
14461           enablestring=
14462           defaultval=$wxUSE_ALL_FEATURES
14463           if test -z "$defaultval"; then
14464               if test x"$enablestring" = xdisable; then
14465                   defaultval=yes
14466               else
14467                   defaultval=no
14468               fi
14469           fi
14470
14471           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
14472 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6; }
14473           # Check whether --enable-gif was given.
14474 if test "${enable_gif+set}" = set; then
14475   enableval=$enable_gif;
14476                           if test "$enableval" = yes; then
14477                             wx_cv_use_gif='wxUSE_GIF=yes'
14478                           else
14479                             wx_cv_use_gif='wxUSE_GIF=no'
14480                           fi
14481
14482 else
14483
14484                           wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
14485
14486 fi
14487
14488
14489           eval "$wx_cv_use_gif"
14490
14491           if test x"$enablestring" = xdisable; then
14492             if test $wxUSE_GIF = no; then
14493               result=yes
14494             else
14495               result=no
14496             fi
14497           else
14498             result=$wxUSE_GIF
14499           fi
14500
14501           { echo "$as_me:$LINENO: result: $result" >&5
14502 echo "${ECHO_T}$result" >&6; }
14503
14504
14505           enablestring=
14506           defaultval=$wxUSE_ALL_FEATURES
14507           if test -z "$defaultval"; then
14508               if test x"$enablestring" = xdisable; then
14509                   defaultval=yes
14510               else
14511                   defaultval=no
14512               fi
14513           fi
14514
14515           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
14516 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6; }
14517           # Check whether --enable-pcx was given.
14518 if test "${enable_pcx+set}" = set; then
14519   enableval=$enable_pcx;
14520                           if test "$enableval" = yes; then
14521                             wx_cv_use_pcx='wxUSE_PCX=yes'
14522                           else
14523                             wx_cv_use_pcx='wxUSE_PCX=no'
14524                           fi
14525
14526 else
14527
14528                           wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
14529
14530 fi
14531
14532
14533           eval "$wx_cv_use_pcx"
14534
14535           if test x"$enablestring" = xdisable; then
14536             if test $wxUSE_PCX = no; then
14537               result=yes
14538             else
14539               result=no
14540             fi
14541           else
14542             result=$wxUSE_PCX
14543           fi
14544
14545           { echo "$as_me:$LINENO: result: $result" >&5
14546 echo "${ECHO_T}$result" >&6; }
14547
14548
14549           enablestring=
14550           defaultval=$wxUSE_ALL_FEATURES
14551           if test -z "$defaultval"; then
14552               if test x"$enablestring" = xdisable; then
14553                   defaultval=yes
14554               else
14555                   defaultval=no
14556               fi
14557           fi
14558
14559           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
14560 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6; }
14561           # Check whether --enable-tga was given.
14562 if test "${enable_tga+set}" = set; then
14563   enableval=$enable_tga;
14564                           if test "$enableval" = yes; then
14565                             wx_cv_use_tga='wxUSE_TGA=yes'
14566                           else
14567                             wx_cv_use_tga='wxUSE_TGA=no'
14568                           fi
14569
14570 else
14571
14572                           wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
14573
14574 fi
14575
14576
14577           eval "$wx_cv_use_tga"
14578
14579           if test x"$enablestring" = xdisable; then
14580             if test $wxUSE_TGA = no; then
14581               result=yes
14582             else
14583               result=no
14584             fi
14585           else
14586             result=$wxUSE_TGA
14587           fi
14588
14589           { echo "$as_me:$LINENO: result: $result" >&5
14590 echo "${ECHO_T}$result" >&6; }
14591
14592
14593           enablestring=
14594           defaultval=$wxUSE_ALL_FEATURES
14595           if test -z "$defaultval"; then
14596               if test x"$enablestring" = xdisable; then
14597                   defaultval=yes
14598               else
14599                   defaultval=no
14600               fi
14601           fi
14602
14603           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
14604 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6; }
14605           # Check whether --enable-iff was given.
14606 if test "${enable_iff+set}" = set; then
14607   enableval=$enable_iff;
14608                           if test "$enableval" = yes; then
14609                             wx_cv_use_iff='wxUSE_IFF=yes'
14610                           else
14611                             wx_cv_use_iff='wxUSE_IFF=no'
14612                           fi
14613
14614 else
14615
14616                           wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
14617
14618 fi
14619
14620
14621           eval "$wx_cv_use_iff"
14622
14623           if test x"$enablestring" = xdisable; then
14624             if test $wxUSE_IFF = no; then
14625               result=yes
14626             else
14627               result=no
14628             fi
14629           else
14630             result=$wxUSE_IFF
14631           fi
14632
14633           { echo "$as_me:$LINENO: result: $result" >&5
14634 echo "${ECHO_T}$result" >&6; }
14635
14636
14637           enablestring=
14638           defaultval=$wxUSE_ALL_FEATURES
14639           if test -z "$defaultval"; then
14640               if test x"$enablestring" = xdisable; then
14641                   defaultval=yes
14642               else
14643                   defaultval=no
14644               fi
14645           fi
14646
14647           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
14648 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6; }
14649           # Check whether --enable-pnm was given.
14650 if test "${enable_pnm+set}" = set; then
14651   enableval=$enable_pnm;
14652                           if test "$enableval" = yes; then
14653                             wx_cv_use_pnm='wxUSE_PNM=yes'
14654                           else
14655                             wx_cv_use_pnm='wxUSE_PNM=no'
14656                           fi
14657
14658 else
14659
14660                           wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
14661
14662 fi
14663
14664
14665           eval "$wx_cv_use_pnm"
14666
14667           if test x"$enablestring" = xdisable; then
14668             if test $wxUSE_PNM = no; then
14669               result=yes
14670             else
14671               result=no
14672             fi
14673           else
14674             result=$wxUSE_PNM
14675           fi
14676
14677           { echo "$as_me:$LINENO: result: $result" >&5
14678 echo "${ECHO_T}$result" >&6; }
14679
14680
14681           enablestring=
14682           defaultval=$wxUSE_ALL_FEATURES
14683           if test -z "$defaultval"; then
14684               if test x"$enablestring" = xdisable; then
14685                   defaultval=yes
14686               else
14687                   defaultval=no
14688               fi
14689           fi
14690
14691           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
14692 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6; }
14693           # Check whether --enable-xpm was given.
14694 if test "${enable_xpm+set}" = set; then
14695   enableval=$enable_xpm;
14696                           if test "$enableval" = yes; then
14697                             wx_cv_use_xpm='wxUSE_XPM=yes'
14698                           else
14699                             wx_cv_use_xpm='wxUSE_XPM=no'
14700                           fi
14701
14702 else
14703
14704                           wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
14705
14706 fi
14707
14708
14709           eval "$wx_cv_use_xpm"
14710
14711           if test x"$enablestring" = xdisable; then
14712             if test $wxUSE_XPM = no; then
14713               result=yes
14714             else
14715               result=no
14716             fi
14717           else
14718             result=$wxUSE_XPM
14719           fi
14720
14721           { echo "$as_me:$LINENO: result: $result" >&5
14722 echo "${ECHO_T}$result" >&6; }
14723
14724
14725           enablestring=
14726           defaultval=$wxUSE_ALL_FEATURES
14727           if test -z "$defaultval"; then
14728               if test x"$enablestring" = xdisable; then
14729                   defaultval=yes
14730               else
14731                   defaultval=no
14732               fi
14733           fi
14734
14735           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
14736 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6; }
14737           # Check whether --enable-ico_cur was given.
14738 if test "${enable_ico_cur+set}" = set; then
14739   enableval=$enable_ico_cur;
14740                           if test "$enableval" = yes; then
14741                             wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
14742                           else
14743                             wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
14744                           fi
14745
14746 else
14747
14748                           wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
14749
14750 fi
14751
14752
14753           eval "$wx_cv_use_ico_cur"
14754
14755           if test x"$enablestring" = xdisable; then
14756             if test $wxUSE_ICO_CUR = no; then
14757               result=yes
14758             else
14759               result=no
14760             fi
14761           else
14762             result=$wxUSE_ICO_CUR
14763           fi
14764
14765           { echo "$as_me:$LINENO: result: $result" >&5
14766 echo "${ECHO_T}$result" >&6; }
14767
14768
14769
14770
14771           enablestring=
14772           defaultval=$wxUSE_ALL_FEATURES
14773           if test -z "$defaultval"; then
14774               if test x"$enablestring" = xdisable; then
14775                   defaultval=yes
14776               else
14777                   defaultval=no
14778               fi
14779           fi
14780
14781           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
14782 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6; }
14783           # Check whether --enable-dccache was given.
14784 if test "${enable_dccache+set}" = set; then
14785   enableval=$enable_dccache;
14786                           if test "$enableval" = yes; then
14787                             wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
14788                           else
14789                             wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
14790                           fi
14791
14792 else
14793
14794                           wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
14795
14796 fi
14797
14798
14799           eval "$wx_cv_use_dccache"
14800
14801           if test x"$enablestring" = xdisable; then
14802             if test $wxUSE_DC_CACHEING = no; then
14803               result=yes
14804             else
14805               result=no
14806             fi
14807           else
14808             result=$wxUSE_DC_CACHEING
14809           fi
14810
14811           { echo "$as_me:$LINENO: result: $result" >&5
14812 echo "${ECHO_T}$result" >&6; }
14813
14814
14815           enablestring=
14816           defaultval=$wxUSE_ALL_FEATURES
14817           if test -z "$defaultval"; then
14818               if test x"$enablestring" = xdisable; then
14819                   defaultval=yes
14820               else
14821                   defaultval=no
14822               fi
14823           fi
14824
14825           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ps-in-msw" >&5
14826 echo $ECHO_N "checking for --${enablestring:-enable}-ps-in-msw... $ECHO_C" >&6; }
14827           # Check whether --enable-ps-in-msw was given.
14828 if test "${enable_ps_in_msw+set}" = set; then
14829   enableval=$enable_ps_in_msw;
14830                           if test "$enableval" = yes; then
14831                             wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
14832                           else
14833                             wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
14834                           fi
14835
14836 else
14837
14838                           wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
14839
14840 fi
14841
14842
14843           eval "$wx_cv_use_ps_in_msw"
14844
14845           if test x"$enablestring" = xdisable; then
14846             if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
14847               result=yes
14848             else
14849               result=no
14850             fi
14851           else
14852             result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
14853           fi
14854
14855           { echo "$as_me:$LINENO: result: $result" >&5
14856 echo "${ECHO_T}$result" >&6; }
14857
14858
14859           enablestring=
14860           defaultval=$wxUSE_ALL_FEATURES
14861           if test -z "$defaultval"; then
14862               if test x"$enablestring" = xdisable; then
14863                   defaultval=yes
14864               else
14865                   defaultval=no
14866               fi
14867           fi
14868
14869           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ownerdrawn" >&5
14870 echo $ECHO_N "checking for --${enablestring:-enable}-ownerdrawn... $ECHO_C" >&6; }
14871           # Check whether --enable-ownerdrawn was given.
14872 if test "${enable_ownerdrawn+set}" = set; then
14873   enableval=$enable_ownerdrawn;
14874                           if test "$enableval" = yes; then
14875                             wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
14876                           else
14877                             wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
14878                           fi
14879
14880 else
14881
14882                           wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
14883
14884 fi
14885
14886
14887           eval "$wx_cv_use_ownerdrawn"
14888
14889           if test x"$enablestring" = xdisable; then
14890             if test $wxUSE_OWNER_DRAWN = no; then
14891               result=yes
14892             else
14893               result=no
14894             fi
14895           else
14896             result=$wxUSE_OWNER_DRAWN
14897           fi
14898
14899           { echo "$as_me:$LINENO: result: $result" >&5
14900 echo "${ECHO_T}$result" >&6; }
14901
14902
14903           enablestring=
14904           defaultval=$wxUSE_ALL_FEATURES
14905           if test -z "$defaultval"; then
14906               if test x"$enablestring" = xdisable; then
14907                   defaultval=yes
14908               else
14909                   defaultval=no
14910               fi
14911           fi
14912
14913           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uxtheme" >&5
14914 echo $ECHO_N "checking for --${enablestring:-enable}-uxtheme... $ECHO_C" >&6; }
14915           # Check whether --enable-uxtheme was given.
14916 if test "${enable_uxtheme+set}" = set; then
14917   enableval=$enable_uxtheme;
14918                           if test "$enableval" = yes; then
14919                             wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
14920                           else
14921                             wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
14922                           fi
14923
14924 else
14925
14926                           wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
14927
14928 fi
14929
14930
14931           eval "$wx_cv_use_uxtheme"
14932
14933           if test x"$enablestring" = xdisable; then
14934             if test $wxUSE_UXTHEME = no; then
14935               result=yes
14936             else
14937               result=no
14938             fi
14939           else
14940             result=$wxUSE_UXTHEME
14941           fi
14942
14943           { echo "$as_me:$LINENO: result: $result" >&5
14944 echo "${ECHO_T}$result" >&6; }
14945
14946
14947           enablestring=
14948           defaultval=$wxUSE_ALL_FEATURES
14949           if test -z "$defaultval"; then
14950               if test x"$enablestring" = xdisable; then
14951                   defaultval=yes
14952               else
14953                   defaultval=no
14954               fi
14955           fi
14956
14957           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxdib" >&5
14958 echo $ECHO_N "checking for --${enablestring:-enable}-wxdib... $ECHO_C" >&6; }
14959           # Check whether --enable-wxdib was given.
14960 if test "${enable_wxdib+set}" = set; then
14961   enableval=$enable_wxdib;
14962                           if test "$enableval" = yes; then
14963                             wx_cv_use_wxdib='wxUSE_DIB=yes'
14964                           else
14965                             wx_cv_use_wxdib='wxUSE_DIB=no'
14966                           fi
14967
14968 else
14969
14970                           wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
14971
14972 fi
14973
14974
14975           eval "$wx_cv_use_wxdib"
14976
14977           if test x"$enablestring" = xdisable; then
14978             if test $wxUSE_DIB = no; then
14979               result=yes
14980             else
14981               result=no
14982             fi
14983           else
14984             result=$wxUSE_DIB
14985           fi
14986
14987           { echo "$as_me:$LINENO: result: $result" >&5
14988 echo "${ECHO_T}$result" >&6; }
14989
14990
14991           enablestring=
14992           defaultval=$wxUSE_ALL_FEATURES
14993           if test -z "$defaultval"; then
14994               if test x"$enablestring" = xdisable; then
14995                   defaultval=yes
14996               else
14997                   defaultval=no
14998               fi
14999           fi
15000
15001           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webviewie" >&5
15002 echo $ECHO_N "checking for --${enablestring:-enable}-webviewie... $ECHO_C" >&6; }
15003           # Check whether --enable-webviewie was given.
15004 if test "${enable_webviewie+set}" = set; then
15005   enableval=$enable_webviewie;
15006                           if test "$enableval" = yes; then
15007                             wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=yes'
15008                           else
15009                             wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=no'
15010                           fi
15011
15012 else
15013
15014                           wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${'DEFAULT_wxUSE_WEBVIEW_IE":-$defaultval}"
15015
15016 fi
15017
15018
15019           eval "$wx_cv_use_webviewie"
15020
15021           if test x"$enablestring" = xdisable; then
15022             if test $wxUSE_WEBVIEW_IE = no; then
15023               result=yes
15024             else
15025               result=no
15026             fi
15027           else
15028             result=$wxUSE_WEBVIEW_IE
15029           fi
15030
15031           { echo "$as_me:$LINENO: result: $result" >&5
15032 echo "${ECHO_T}$result" >&6; }
15033
15034
15035 if test "$wxUSE_MSW" != 1; then
15036     DEFAULT_wxUSE_AUTOID_MANAGEMENT=no
15037 fi
15038
15039
15040           enablestring=
15041           defaultval=$wxUSE_ALL_FEATURES
15042           if test -z "$defaultval"; then
15043               if test x"$enablestring" = xdisable; then
15044                   defaultval=yes
15045               else
15046                   defaultval=no
15047               fi
15048           fi
15049
15050           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-autoidman" >&5
15051 echo $ECHO_N "checking for --${enablestring:-enable}-autoidman... $ECHO_C" >&6; }
15052           # Check whether --enable-autoidman was given.
15053 if test "${enable_autoidman+set}" = set; then
15054   enableval=$enable_autoidman;
15055                           if test "$enableval" = yes; then
15056                             wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=yes'
15057                           else
15058                             wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=no'
15059                           fi
15060
15061 else
15062
15063                           wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
15064
15065 fi
15066
15067
15068           eval "$wx_cv_use_autoidman"
15069
15070           if test x"$enablestring" = xdisable; then
15071             if test $wxUSE_AUTOID_MANAGEMENT = no; then
15072               result=yes
15073             else
15074               result=no
15075             fi
15076           else
15077             result=$wxUSE_AUTOID_MANAGEMENT
15078           fi
15079
15080           { echo "$as_me:$LINENO: result: $result" >&5
15081 echo "${ECHO_T}$result" >&6; }
15082
15083
15084 fi
15085
15086
15087 cat >confcache <<\_ACEOF
15088 # This file is a shell script that caches the results of configure
15089 # tests run on this system so they can be shared between configure
15090 # scripts and configure runs, see configure's option --config-cache.
15091 # It is not useful on other systems.  If it contains results you don't
15092 # want to keep, you may remove or edit it.
15093 #
15094 # config.status only pays attention to the cache file if you give it
15095 # the --recheck option to rerun configure.
15096 #
15097 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15098 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15099 # following values.
15100
15101 _ACEOF
15102
15103 # The following way of writing the cache mishandles newlines in values,
15104 # but we know of no workaround that is simple, portable, and efficient.
15105 # So, we kill variables containing newlines.
15106 # Ultrix sh set writes to stderr and can't be redirected directly,
15107 # and sets the high bit in the cache file unless we assign to the vars.
15108 (
15109   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15110     eval ac_val=\$$ac_var
15111     case $ac_val in #(
15112     *${as_nl}*)
15113       case $ac_var in #(
15114       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
15115 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
15116       esac
15117       case $ac_var in #(
15118       _ | IFS | as_nl) ;; #(
15119       *) $as_unset $ac_var ;;
15120       esac ;;
15121     esac
15122   done
15123
15124   (set) 2>&1 |
15125     case $as_nl`(ac_space=' '; set) 2>&1` in #(
15126     *${as_nl}ac_space=\ *)
15127       # `set' does not quote correctly, so add quotes (double-quote
15128       # substitution turns \\\\ into \\, and sed turns \\ into \).
15129       sed -n \
15130         "s/'/'\\\\''/g;
15131           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15132       ;; #(
15133     *)
15134       # `set' quotes correctly as required by POSIX, so do not add quotes.
15135       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15136       ;;
15137     esac |
15138     sort
15139 ) |
15140   sed '
15141      /^ac_cv_env_/b end
15142      t clear
15143      :clear
15144      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15145      t end
15146      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15147      :end' >>confcache
15148 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15149   if test -w "$cache_file"; then
15150     test "x$cache_file" != "x/dev/null" &&
15151       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
15152 echo "$as_me: updating cache $cache_file" >&6;}
15153     cat confcache >$cache_file
15154   else
15155     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
15156 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15157   fi
15158 fi
15159 rm -f confcache
15160
15161 CFLAGS=${CFLAGS:=}
15162 ac_ext=c
15163 ac_cpp='$CPP $CPPFLAGS'
15164 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15165 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15166 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15167 if test -n "$ac_tool_prefix"; then
15168   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
15169 set dummy ${ac_tool_prefix}gcc; ac_word=$2
15170 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15172 if test "${ac_cv_prog_CC+set}" = set; then
15173   echo $ECHO_N "(cached) $ECHO_C" >&6
15174 else
15175   if test -n "$CC"; then
15176   ac_cv_prog_CC="$CC" # Let the user override the test.
15177 else
15178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15179 for as_dir in $PATH
15180 do
15181   IFS=$as_save_IFS
15182   test -z "$as_dir" && as_dir=.
15183   for ac_exec_ext in '' $ac_executable_extensions; do
15184   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15185     ac_cv_prog_CC="${ac_tool_prefix}gcc"
15186     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15187     break 2
15188   fi
15189 done
15190 done
15191 IFS=$as_save_IFS
15192
15193 fi
15194 fi
15195 CC=$ac_cv_prog_CC
15196 if test -n "$CC"; then
15197   { echo "$as_me:$LINENO: result: $CC" >&5
15198 echo "${ECHO_T}$CC" >&6; }
15199 else
15200   { echo "$as_me:$LINENO: result: no" >&5
15201 echo "${ECHO_T}no" >&6; }
15202 fi
15203
15204
15205 fi
15206 if test -z "$ac_cv_prog_CC"; then
15207   ac_ct_CC=$CC
15208   # Extract the first word of "gcc", so it can be a program name with args.
15209 set dummy gcc; ac_word=$2
15210 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15212 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
15213   echo $ECHO_N "(cached) $ECHO_C" >&6
15214 else
15215   if test -n "$ac_ct_CC"; then
15216   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
15217 else
15218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15219 for as_dir in $PATH
15220 do
15221   IFS=$as_save_IFS
15222   test -z "$as_dir" && as_dir=.
15223   for ac_exec_ext in '' $ac_executable_extensions; do
15224   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15225     ac_cv_prog_ac_ct_CC="gcc"
15226     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15227     break 2
15228   fi
15229 done
15230 done
15231 IFS=$as_save_IFS
15232
15233 fi
15234 fi
15235 ac_ct_CC=$ac_cv_prog_ac_ct_CC
15236 if test -n "$ac_ct_CC"; then
15237   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
15238 echo "${ECHO_T}$ac_ct_CC" >&6; }
15239 else
15240   { echo "$as_me:$LINENO: result: no" >&5
15241 echo "${ECHO_T}no" >&6; }
15242 fi
15243
15244   if test "x$ac_ct_CC" = x; then
15245     CC=""
15246   else
15247     case $cross_compiling:$ac_tool_warned in
15248 yes:)
15249 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15250 whose name does not start with the host triplet.  If you think this
15251 configuration is useful to you, please write to autoconf@gnu.org." >&5
15252 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15253 whose name does not start with the host triplet.  If you think this
15254 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15255 ac_tool_warned=yes ;;
15256 esac
15257     CC=$ac_ct_CC
15258   fi
15259 else
15260   CC="$ac_cv_prog_CC"
15261 fi
15262
15263 if test -z "$CC"; then
15264           if test -n "$ac_tool_prefix"; then
15265     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
15266 set dummy ${ac_tool_prefix}cc; ac_word=$2
15267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15269 if test "${ac_cv_prog_CC+set}" = set; then
15270   echo $ECHO_N "(cached) $ECHO_C" >&6
15271 else
15272   if test -n "$CC"; then
15273   ac_cv_prog_CC="$CC" # Let the user override the test.
15274 else
15275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15276 for as_dir in $PATH
15277 do
15278   IFS=$as_save_IFS
15279   test -z "$as_dir" && as_dir=.
15280   for ac_exec_ext in '' $ac_executable_extensions; do
15281   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15282     ac_cv_prog_CC="${ac_tool_prefix}cc"
15283     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15284     break 2
15285   fi
15286 done
15287 done
15288 IFS=$as_save_IFS
15289
15290 fi
15291 fi
15292 CC=$ac_cv_prog_CC
15293 if test -n "$CC"; then
15294   { echo "$as_me:$LINENO: result: $CC" >&5
15295 echo "${ECHO_T}$CC" >&6; }
15296 else
15297   { echo "$as_me:$LINENO: result: no" >&5
15298 echo "${ECHO_T}no" >&6; }
15299 fi
15300
15301
15302   fi
15303 fi
15304 if test -z "$CC"; then
15305   # Extract the first word of "cc", so it can be a program name with args.
15306 set dummy cc; ac_word=$2
15307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15309 if test "${ac_cv_prog_CC+set}" = set; then
15310   echo $ECHO_N "(cached) $ECHO_C" >&6
15311 else
15312   if test -n "$CC"; then
15313   ac_cv_prog_CC="$CC" # Let the user override the test.
15314 else
15315   ac_prog_rejected=no
15316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15317 for as_dir in $PATH
15318 do
15319   IFS=$as_save_IFS
15320   test -z "$as_dir" && as_dir=.
15321   for ac_exec_ext in '' $ac_executable_extensions; do
15322   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15323     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
15324        ac_prog_rejected=yes
15325        continue
15326      fi
15327     ac_cv_prog_CC="cc"
15328     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15329     break 2
15330   fi
15331 done
15332 done
15333 IFS=$as_save_IFS
15334
15335 if test $ac_prog_rejected = yes; then
15336   # We found a bogon in the path, so make sure we never use it.
15337   set dummy $ac_cv_prog_CC
15338   shift
15339   if test $# != 0; then
15340     # We chose a different compiler from the bogus one.
15341     # However, it has the same basename, so the bogon will be chosen
15342     # first if we set CC to just the basename; use the full file name.
15343     shift
15344     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
15345   fi
15346 fi
15347 fi
15348 fi
15349 CC=$ac_cv_prog_CC
15350 if test -n "$CC"; then
15351   { echo "$as_me:$LINENO: result: $CC" >&5
15352 echo "${ECHO_T}$CC" >&6; }
15353 else
15354   { echo "$as_me:$LINENO: result: no" >&5
15355 echo "${ECHO_T}no" >&6; }
15356 fi
15357
15358
15359 fi
15360 if test -z "$CC"; then
15361   if test -n "$ac_tool_prefix"; then
15362   for ac_prog in cl.exe
15363   do
15364     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
15365 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
15366 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15367 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15368 if test "${ac_cv_prog_CC+set}" = set; then
15369   echo $ECHO_N "(cached) $ECHO_C" >&6
15370 else
15371   if test -n "$CC"; then
15372   ac_cv_prog_CC="$CC" # Let the user override the test.
15373 else
15374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15375 for as_dir in $PATH
15376 do
15377   IFS=$as_save_IFS
15378   test -z "$as_dir" && as_dir=.
15379   for ac_exec_ext in '' $ac_executable_extensions; do
15380   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15381     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
15382     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15383     break 2
15384   fi
15385 done
15386 done
15387 IFS=$as_save_IFS
15388
15389 fi
15390 fi
15391 CC=$ac_cv_prog_CC
15392 if test -n "$CC"; then
15393   { echo "$as_me:$LINENO: result: $CC" >&5
15394 echo "${ECHO_T}$CC" >&6; }
15395 else
15396   { echo "$as_me:$LINENO: result: no" >&5
15397 echo "${ECHO_T}no" >&6; }
15398 fi
15399
15400
15401     test -n "$CC" && break
15402   done
15403 fi
15404 if test -z "$CC"; then
15405   ac_ct_CC=$CC
15406   for ac_prog in cl.exe
15407 do
15408   # Extract the first word of "$ac_prog", so it can be a program name with args.
15409 set dummy $ac_prog; ac_word=$2
15410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15412 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
15413   echo $ECHO_N "(cached) $ECHO_C" >&6
15414 else
15415   if test -n "$ac_ct_CC"; then
15416   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
15417 else
15418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15419 for as_dir in $PATH
15420 do
15421   IFS=$as_save_IFS
15422   test -z "$as_dir" && as_dir=.
15423   for ac_exec_ext in '' $ac_executable_extensions; do
15424   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15425     ac_cv_prog_ac_ct_CC="$ac_prog"
15426     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15427     break 2
15428   fi
15429 done
15430 done
15431 IFS=$as_save_IFS
15432
15433 fi
15434 fi
15435 ac_ct_CC=$ac_cv_prog_ac_ct_CC
15436 if test -n "$ac_ct_CC"; then
15437   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
15438 echo "${ECHO_T}$ac_ct_CC" >&6; }
15439 else
15440   { echo "$as_me:$LINENO: result: no" >&5
15441 echo "${ECHO_T}no" >&6; }
15442 fi
15443
15444
15445   test -n "$ac_ct_CC" && break
15446 done
15447
15448   if test "x$ac_ct_CC" = x; then
15449     CC=""
15450   else
15451     case $cross_compiling:$ac_tool_warned in
15452 yes:)
15453 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15454 whose name does not start with the host triplet.  If you think this
15455 configuration is useful to you, please write to autoconf@gnu.org." >&5
15456 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15457 whose name does not start with the host triplet.  If you think this
15458 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15459 ac_tool_warned=yes ;;
15460 esac
15461     CC=$ac_ct_CC
15462   fi
15463 fi
15464
15465 fi
15466
15467
15468 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
15469 See \`config.log' for more details." >&5
15470 echo "$as_me: error: no acceptable C compiler found in \$PATH
15471 See \`config.log' for more details." >&2;}
15472    { (exit 1); exit 1; }; }
15473
15474 # Provide some information about the compiler.
15475 echo "$as_me:$LINENO: checking for C compiler version" >&5
15476 ac_compiler=`set X $ac_compile; echo $2`
15477 { (ac_try="$ac_compiler --version >&5"
15478 case "(($ac_try" in
15479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15480   *) ac_try_echo=$ac_try;;
15481 esac
15482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15483   (eval "$ac_compiler --version >&5") 2>&5
15484   ac_status=$?
15485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15486   (exit $ac_status); }
15487 { (ac_try="$ac_compiler -v >&5"
15488 case "(($ac_try" in
15489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15490   *) ac_try_echo=$ac_try;;
15491 esac
15492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15493   (eval "$ac_compiler -v >&5") 2>&5
15494   ac_status=$?
15495   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15496   (exit $ac_status); }
15497 { (ac_try="$ac_compiler -V >&5"
15498 case "(($ac_try" in
15499   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15500   *) ac_try_echo=$ac_try;;
15501 esac
15502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15503   (eval "$ac_compiler -V >&5") 2>&5
15504   ac_status=$?
15505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15506   (exit $ac_status); }
15507
15508 cat >conftest.$ac_ext <<_ACEOF
15509 /* confdefs.h.  */
15510 _ACEOF
15511 cat confdefs.h >>conftest.$ac_ext
15512 cat >>conftest.$ac_ext <<_ACEOF
15513 /* end confdefs.h.  */
15514
15515 int
15516 main ()
15517 {
15518
15519   ;
15520   return 0;
15521 }
15522 _ACEOF
15523 ac_clean_files_save=$ac_clean_files
15524 ac_clean_files="$ac_clean_files a.out a.exe b.out"
15525 # Try to create an executable without -o first, disregard a.out.
15526 # It will help us diagnose broken compilers, and finding out an intuition
15527 # of exeext.
15528 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
15529 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
15530 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
15531 #
15532 # List of possible output files, starting from the most likely.
15533 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
15534 # only as a last resort.  b.out is created by i960 compilers.
15535 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
15536 #
15537 # The IRIX 6 linker writes into existing files which may not be
15538 # executable, retaining their permissions.  Remove them first so a
15539 # subsequent execution test works.
15540 ac_rmfiles=
15541 for ac_file in $ac_files
15542 do
15543   case $ac_file in
15544     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
15545     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
15546   esac
15547 done
15548 rm -f $ac_rmfiles
15549
15550 if { (ac_try="$ac_link_default"
15551 case "(($ac_try" in
15552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15553   *) ac_try_echo=$ac_try;;
15554 esac
15555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15556   (eval "$ac_link_default") 2>&5
15557   ac_status=$?
15558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15559   (exit $ac_status); }; then
15560   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
15561 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
15562 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
15563 # so that the user can short-circuit this test for compilers unknown to
15564 # Autoconf.
15565 for ac_file in $ac_files ''
15566 do
15567   test -f "$ac_file" || continue
15568   case $ac_file in
15569     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
15570         ;;
15571     [ab].out )
15572         # We found the default executable, but exeext='' is most
15573         # certainly right.
15574         break;;
15575     *.* )
15576         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
15577         then :; else
15578            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
15579         fi
15580         # We set ac_cv_exeext here because the later test for it is not
15581         # safe: cross compilers may not add the suffix if given an `-o'
15582         # argument, so we may need to know it at that point already.
15583         # Even if this section looks crufty: it has the advantage of
15584         # actually working.
15585         break;;
15586     * )
15587         break;;
15588   esac
15589 done
15590 test "$ac_cv_exeext" = no && ac_cv_exeext=
15591
15592 else
15593   ac_file=''
15594 fi
15595
15596 { echo "$as_me:$LINENO: result: $ac_file" >&5
15597 echo "${ECHO_T}$ac_file" >&6; }
15598 if test -z "$ac_file"; then
15599   echo "$as_me: failed program was:" >&5
15600 sed 's/^/| /' conftest.$ac_ext >&5
15601
15602 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
15603 See \`config.log' for more details." >&5
15604 echo "$as_me: error: C compiler cannot create executables
15605 See \`config.log' for more details." >&2;}
15606    { (exit 77); exit 77; }; }
15607 fi
15608
15609 ac_exeext=$ac_cv_exeext
15610
15611 # Check that the compiler produces executables we can run.  If not, either
15612 # the compiler is broken, or we cross compile.
15613 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
15614 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
15615 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
15616 # If not cross compiling, check that we can run a simple program.
15617 if test "$cross_compiling" != yes; then
15618   if { ac_try='./$ac_file'
15619   { (case "(($ac_try" in
15620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15621   *) ac_try_echo=$ac_try;;
15622 esac
15623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15624   (eval "$ac_try") 2>&5
15625   ac_status=$?
15626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15627   (exit $ac_status); }; }; then
15628     cross_compiling=no
15629   else
15630     if test "$cross_compiling" = maybe; then
15631         cross_compiling=yes
15632     else
15633         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
15634 If you meant to cross compile, use \`--host'.
15635 See \`config.log' for more details." >&5
15636 echo "$as_me: error: cannot run C compiled programs.
15637 If you meant to cross compile, use \`--host'.
15638 See \`config.log' for more details." >&2;}
15639    { (exit 1); exit 1; }; }
15640     fi
15641   fi
15642 fi
15643 { echo "$as_me:$LINENO: result: yes" >&5
15644 echo "${ECHO_T}yes" >&6; }
15645
15646 rm -f a.out a.exe conftest$ac_cv_exeext b.out
15647 ac_clean_files=$ac_clean_files_save
15648 # Check that the compiler produces executables we can run.  If not, either
15649 # the compiler is broken, or we cross compile.
15650 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
15651 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
15652 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
15653 echo "${ECHO_T}$cross_compiling" >&6; }
15654
15655 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
15656 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
15657 if { (ac_try="$ac_link"
15658 case "(($ac_try" in
15659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15660   *) ac_try_echo=$ac_try;;
15661 esac
15662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15663   (eval "$ac_link") 2>&5
15664   ac_status=$?
15665   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15666   (exit $ac_status); }; then
15667   # If both `conftest.exe' and `conftest' are `present' (well, observable)
15668 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
15669 # work properly (i.e., refer to `conftest.exe'), while it won't with
15670 # `rm'.
15671 for ac_file in conftest.exe conftest conftest.*; do
15672   test -f "$ac_file" || continue
15673   case $ac_file in
15674     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
15675     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
15676           break;;
15677     * ) break;;
15678   esac
15679 done
15680 else
15681   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
15682 See \`config.log' for more details." >&5
15683 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
15684 See \`config.log' for more details." >&2;}
15685    { (exit 1); exit 1; }; }
15686 fi
15687
15688 rm -f conftest$ac_cv_exeext
15689 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
15690 echo "${ECHO_T}$ac_cv_exeext" >&6; }
15691
15692 rm -f conftest.$ac_ext
15693 EXEEXT=$ac_cv_exeext
15694 ac_exeext=$EXEEXT
15695 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
15696 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
15697 if test "${ac_cv_objext+set}" = set; then
15698   echo $ECHO_N "(cached) $ECHO_C" >&6
15699 else
15700   cat >conftest.$ac_ext <<_ACEOF
15701 /* confdefs.h.  */
15702 _ACEOF
15703 cat confdefs.h >>conftest.$ac_ext
15704 cat >>conftest.$ac_ext <<_ACEOF
15705 /* end confdefs.h.  */
15706
15707 int
15708 main ()
15709 {
15710
15711   ;
15712   return 0;
15713 }
15714 _ACEOF
15715 rm -f conftest.o conftest.obj
15716 if { (ac_try="$ac_compile"
15717 case "(($ac_try" in
15718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15719   *) ac_try_echo=$ac_try;;
15720 esac
15721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15722   (eval "$ac_compile") 2>&5
15723   ac_status=$?
15724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15725   (exit $ac_status); }; then
15726   for ac_file in conftest.o conftest.obj conftest.*; do
15727   test -f "$ac_file" || continue;
15728   case $ac_file in
15729     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
15730     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
15731        break;;
15732   esac
15733 done
15734 else
15735   echo "$as_me: failed program was:" >&5
15736 sed 's/^/| /' conftest.$ac_ext >&5
15737
15738 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
15739 See \`config.log' for more details." >&5
15740 echo "$as_me: error: cannot compute suffix of object files: cannot compile
15741 See \`config.log' for more details." >&2;}
15742    { (exit 1); exit 1; }; }
15743 fi
15744
15745 rm -f conftest.$ac_cv_objext conftest.$ac_ext
15746 fi
15747 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
15748 echo "${ECHO_T}$ac_cv_objext" >&6; }
15749 OBJEXT=$ac_cv_objext
15750 ac_objext=$OBJEXT
15751 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
15752 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
15753 if test "${ac_cv_c_compiler_gnu+set}" = set; then
15754   echo $ECHO_N "(cached) $ECHO_C" >&6
15755 else
15756   cat >conftest.$ac_ext <<_ACEOF
15757 /* confdefs.h.  */
15758 _ACEOF
15759 cat confdefs.h >>conftest.$ac_ext
15760 cat >>conftest.$ac_ext <<_ACEOF
15761 /* end confdefs.h.  */
15762
15763 int
15764 main ()
15765 {
15766 #ifndef __GNUC__
15767        choke me
15768 #endif
15769
15770   ;
15771   return 0;
15772 }
15773 _ACEOF
15774 rm -f conftest.$ac_objext
15775 if { (ac_try="$ac_compile"
15776 case "(($ac_try" in
15777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15778   *) ac_try_echo=$ac_try;;
15779 esac
15780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15781   (eval "$ac_compile") 2>conftest.er1
15782   ac_status=$?
15783   grep -v '^ *+' conftest.er1 >conftest.err
15784   rm -f conftest.er1
15785   cat conftest.err >&5
15786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15787   (exit $ac_status); } && {
15788          test -z "$ac_c_werror_flag" ||
15789          test ! -s conftest.err
15790        } && test -s conftest.$ac_objext; then
15791   ac_compiler_gnu=yes
15792 else
15793   echo "$as_me: failed program was:" >&5
15794 sed 's/^/| /' conftest.$ac_ext >&5
15795
15796         ac_compiler_gnu=no
15797 fi
15798
15799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15800 ac_cv_c_compiler_gnu=$ac_compiler_gnu
15801
15802 fi
15803 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
15804 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
15805 GCC=`test $ac_compiler_gnu = yes && echo yes`
15806 ac_test_CFLAGS=${CFLAGS+set}
15807 ac_save_CFLAGS=$CFLAGS
15808 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
15809 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
15810 if test "${ac_cv_prog_cc_g+set}" = set; then
15811   echo $ECHO_N "(cached) $ECHO_C" >&6
15812 else
15813   ac_save_c_werror_flag=$ac_c_werror_flag
15814    ac_c_werror_flag=yes
15815    ac_cv_prog_cc_g=no
15816    CFLAGS="-g"
15817    cat >conftest.$ac_ext <<_ACEOF
15818 /* confdefs.h.  */
15819 _ACEOF
15820 cat confdefs.h >>conftest.$ac_ext
15821 cat >>conftest.$ac_ext <<_ACEOF
15822 /* end confdefs.h.  */
15823
15824 int
15825 main ()
15826 {
15827
15828   ;
15829   return 0;
15830 }
15831 _ACEOF
15832 rm -f conftest.$ac_objext
15833 if { (ac_try="$ac_compile"
15834 case "(($ac_try" in
15835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15836   *) ac_try_echo=$ac_try;;
15837 esac
15838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15839   (eval "$ac_compile") 2>conftest.er1
15840   ac_status=$?
15841   grep -v '^ *+' conftest.er1 >conftest.err
15842   rm -f conftest.er1
15843   cat conftest.err >&5
15844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15845   (exit $ac_status); } && {
15846          test -z "$ac_c_werror_flag" ||
15847          test ! -s conftest.err
15848        } && test -s conftest.$ac_objext; then
15849   ac_cv_prog_cc_g=yes
15850 else
15851   echo "$as_me: failed program was:" >&5
15852 sed 's/^/| /' conftest.$ac_ext >&5
15853
15854         CFLAGS=""
15855       cat >conftest.$ac_ext <<_ACEOF
15856 /* confdefs.h.  */
15857 _ACEOF
15858 cat confdefs.h >>conftest.$ac_ext
15859 cat >>conftest.$ac_ext <<_ACEOF
15860 /* end confdefs.h.  */
15861
15862 int
15863 main ()
15864 {
15865
15866   ;
15867   return 0;
15868 }
15869 _ACEOF
15870 rm -f conftest.$ac_objext
15871 if { (ac_try="$ac_compile"
15872 case "(($ac_try" in
15873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15874   *) ac_try_echo=$ac_try;;
15875 esac
15876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15877   (eval "$ac_compile") 2>conftest.er1
15878   ac_status=$?
15879   grep -v '^ *+' conftest.er1 >conftest.err
15880   rm -f conftest.er1
15881   cat conftest.err >&5
15882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883   (exit $ac_status); } && {
15884          test -z "$ac_c_werror_flag" ||
15885          test ! -s conftest.err
15886        } && test -s conftest.$ac_objext; then
15887   :
15888 else
15889   echo "$as_me: failed program was:" >&5
15890 sed 's/^/| /' conftest.$ac_ext >&5
15891
15892         ac_c_werror_flag=$ac_save_c_werror_flag
15893          CFLAGS="-g"
15894          cat >conftest.$ac_ext <<_ACEOF
15895 /* confdefs.h.  */
15896 _ACEOF
15897 cat confdefs.h >>conftest.$ac_ext
15898 cat >>conftest.$ac_ext <<_ACEOF
15899 /* end confdefs.h.  */
15900
15901 int
15902 main ()
15903 {
15904
15905   ;
15906   return 0;
15907 }
15908 _ACEOF
15909 rm -f conftest.$ac_objext
15910 if { (ac_try="$ac_compile"
15911 case "(($ac_try" in
15912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15913   *) ac_try_echo=$ac_try;;
15914 esac
15915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15916   (eval "$ac_compile") 2>conftest.er1
15917   ac_status=$?
15918   grep -v '^ *+' conftest.er1 >conftest.err
15919   rm -f conftest.er1
15920   cat conftest.err >&5
15921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15922   (exit $ac_status); } && {
15923          test -z "$ac_c_werror_flag" ||
15924          test ! -s conftest.err
15925        } && test -s conftest.$ac_objext; then
15926   ac_cv_prog_cc_g=yes
15927 else
15928   echo "$as_me: failed program was:" >&5
15929 sed 's/^/| /' conftest.$ac_ext >&5
15930
15931
15932 fi
15933
15934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15935 fi
15936
15937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15938 fi
15939
15940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15941    ac_c_werror_flag=$ac_save_c_werror_flag
15942 fi
15943 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
15944 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
15945 if test "$ac_test_CFLAGS" = set; then
15946   CFLAGS=$ac_save_CFLAGS
15947 elif test $ac_cv_prog_cc_g = yes; then
15948   if test "$GCC" = yes; then
15949     CFLAGS="-g -O2"
15950   else
15951     CFLAGS="-g"
15952   fi
15953 else
15954   if test "$GCC" = yes; then
15955     CFLAGS="-O2"
15956   else
15957     CFLAGS=
15958   fi
15959 fi
15960 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
15961 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
15962 if test "${ac_cv_prog_cc_c89+set}" = set; then
15963   echo $ECHO_N "(cached) $ECHO_C" >&6
15964 else
15965   ac_cv_prog_cc_c89=no
15966 ac_save_CC=$CC
15967 cat >conftest.$ac_ext <<_ACEOF
15968 /* confdefs.h.  */
15969 _ACEOF
15970 cat confdefs.h >>conftest.$ac_ext
15971 cat >>conftest.$ac_ext <<_ACEOF
15972 /* end confdefs.h.  */
15973 #include <stdarg.h>
15974 #include <stdio.h>
15975 #include <sys/types.h>
15976 #include <sys/stat.h>
15977 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
15978 struct buf { int x; };
15979 FILE * (*rcsopen) (struct buf *, struct stat *, int);
15980 static char *e (p, i)
15981      char **p;
15982      int i;
15983 {
15984   return p[i];
15985 }
15986 static char *f (char * (*g) (char **, int), char **p, ...)
15987 {
15988   char *s;
15989   va_list v;
15990   va_start (v,p);
15991   s = g (p, va_arg (v,int));
15992   va_end (v);
15993   return s;
15994 }
15995
15996 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
15997    function prototypes and stuff, but not '\xHH' hex character constants.
15998    These don't provoke an error unfortunately, instead are silently treated
15999    as 'x'.  The following induces an error, until -std is added to get
16000    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
16001    array size at least.  It's necessary to write '\x00'==0 to get something
16002    that's true only with -std.  */
16003 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
16004
16005 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
16006    inside strings and character constants.  */
16007 #define FOO(x) 'x'
16008 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
16009
16010 int test (int i, double x);
16011 struct s1 {int (*f) (int a);};
16012 struct s2 {int (*f) (double a);};
16013 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
16014 int argc;
16015 char **argv;
16016 int
16017 main ()
16018 {
16019 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
16020   ;
16021   return 0;
16022 }
16023 _ACEOF
16024 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
16025         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
16026 do
16027   CC="$ac_save_CC $ac_arg"
16028   rm -f conftest.$ac_objext
16029 if { (ac_try="$ac_compile"
16030 case "(($ac_try" in
16031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16032   *) ac_try_echo=$ac_try;;
16033 esac
16034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16035   (eval "$ac_compile") 2>conftest.er1
16036   ac_status=$?
16037   grep -v '^ *+' conftest.er1 >conftest.err
16038   rm -f conftest.er1
16039   cat conftest.err >&5
16040   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16041   (exit $ac_status); } && {
16042          test -z "$ac_c_werror_flag" ||
16043          test ! -s conftest.err
16044        } && test -s conftest.$ac_objext; then
16045   ac_cv_prog_cc_c89=$ac_arg
16046 else
16047   echo "$as_me: failed program was:" >&5
16048 sed 's/^/| /' conftest.$ac_ext >&5
16049
16050
16051 fi
16052
16053 rm -f core conftest.err conftest.$ac_objext
16054   test "x$ac_cv_prog_cc_c89" != "xno" && break
16055 done
16056 rm -f conftest.$ac_ext
16057 CC=$ac_save_CC
16058
16059 fi
16060 # AC_CACHE_VAL
16061 case "x$ac_cv_prog_cc_c89" in
16062   x)
16063     { echo "$as_me:$LINENO: result: none needed" >&5
16064 echo "${ECHO_T}none needed" >&6; } ;;
16065   xno)
16066     { echo "$as_me:$LINENO: result: unsupported" >&5
16067 echo "${ECHO_T}unsupported" >&6; } ;;
16068   *)
16069     CC="$CC $ac_cv_prog_cc_c89"
16070     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
16071 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
16072 esac
16073
16074
16075 ac_ext=c
16076 ac_cpp='$CPP $CPPFLAGS'
16077 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16078 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16079 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16080
16081
16082
16083
16084
16085
16086
16087
16088     ac_ext=c
16089 ac_cpp='$CPP $CPPFLAGS'
16090 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16091 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16092 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16093
16094     { echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
16095 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6; }
16096 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
16097   echo $ECHO_N "(cached) $ECHO_C" >&6
16098 else
16099   cat >conftest.$ac_ext <<_ACEOF
16100 /* confdefs.h.  */
16101 _ACEOF
16102 cat confdefs.h >>conftest.$ac_ext
16103 cat >>conftest.$ac_ext <<_ACEOF
16104 /* end confdefs.h.  */
16105
16106 int
16107 main ()
16108 {
16109
16110              #ifndef __INTEL_COMPILER
16111                 choke me
16112              #endif
16113
16114   ;
16115   return 0;
16116 }
16117 _ACEOF
16118 rm -f conftest.$ac_objext
16119 if { (ac_try="$ac_compile"
16120 case "(($ac_try" in
16121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16122   *) ac_try_echo=$ac_try;;
16123 esac
16124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16125   (eval "$ac_compile") 2>conftest.er1
16126   ac_status=$?
16127   grep -v '^ *+' conftest.er1 >conftest.err
16128   rm -f conftest.er1
16129   cat conftest.err >&5
16130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16131   (exit $ac_status); } && {
16132          test -z "$ac_c_werror_flag" ||
16133          test ! -s conftest.err
16134        } && test -s conftest.$ac_objext; then
16135   bakefile_cv_c_compiler___INTEL_COMPILER=yes
16136 else
16137   echo "$as_me: failed program was:" >&5
16138 sed 's/^/| /' conftest.$ac_ext >&5
16139
16140         bakefile_cv_c_compiler___INTEL_COMPILER=no
16141
16142 fi
16143
16144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16145
16146
16147 fi
16148 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
16149 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
16150     if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
16151         :; INTELCC=yes
16152     else
16153         :;
16154     fi
16155     ac_ext=c
16156 ac_cpp='$CPP $CPPFLAGS'
16157 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16158 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16159 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16160
16161
16162
16163
16164         if test "$INTELCC" = "yes"; then
16165
16166
16167     ac_ext=c
16168 ac_cpp='$CPP $CPPFLAGS'
16169 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16170 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16171 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16172
16173     { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v8 or later" >&5
16174 echo $ECHO_N "checking whether we are using Intel C compiler v8 or later... $ECHO_C" >&6; }
16175 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+set}" = set; then
16176   echo $ECHO_N "(cached) $ECHO_C" >&6
16177 else
16178   cat >conftest.$ac_ext <<_ACEOF
16179 /* confdefs.h.  */
16180 _ACEOF
16181 cat confdefs.h >>conftest.$ac_ext
16182 cat >>conftest.$ac_ext <<_ACEOF
16183 /* end confdefs.h.  */
16184
16185 int
16186 main ()
16187 {
16188
16189              #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
16190                 choke me
16191              #endif
16192
16193   ;
16194   return 0;
16195 }
16196 _ACEOF
16197 rm -f conftest.$ac_objext
16198 if { (ac_try="$ac_compile"
16199 case "(($ac_try" in
16200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16201   *) ac_try_echo=$ac_try;;
16202 esac
16203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16204   (eval "$ac_compile") 2>conftest.er1
16205   ac_status=$?
16206   grep -v '^ *+' conftest.er1 >conftest.err
16207   rm -f conftest.er1
16208   cat conftest.err >&5
16209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16210   (exit $ac_status); } && {
16211          test -z "$ac_c_werror_flag" ||
16212          test ! -s conftest.err
16213        } && test -s conftest.$ac_objext; then
16214   bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
16215 else
16216   echo "$as_me: failed program was:" >&5
16217 sed 's/^/| /' conftest.$ac_ext >&5
16218
16219         bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
16220
16221 fi
16222
16223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16224
16225
16226 fi
16227 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
16228 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
16229     if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
16230         :; INTELCC8=yes
16231     else
16232         :;
16233     fi
16234     ac_ext=c
16235 ac_cpp='$CPP $CPPFLAGS'
16236 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16237 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16238 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16239
16240
16241
16242
16243
16244     ac_ext=c
16245 ac_cpp='$CPP $CPPFLAGS'
16246 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16247 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16248 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16249
16250     { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v10 or later" >&5
16251 echo $ECHO_N "checking whether we are using Intel C compiler v10 or later... $ECHO_C" >&6; }
16252 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
16253   echo $ECHO_N "(cached) $ECHO_C" >&6
16254 else
16255   cat >conftest.$ac_ext <<_ACEOF
16256 /* confdefs.h.  */
16257 _ACEOF
16258 cat confdefs.h >>conftest.$ac_ext
16259 cat >>conftest.$ac_ext <<_ACEOF
16260 /* end confdefs.h.  */
16261
16262 int
16263 main ()
16264 {
16265
16266              #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
16267                 choke me
16268              #endif
16269
16270   ;
16271   return 0;
16272 }
16273 _ACEOF
16274 rm -f conftest.$ac_objext
16275 if { (ac_try="$ac_compile"
16276 case "(($ac_try" in
16277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16278   *) ac_try_echo=$ac_try;;
16279 esac
16280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16281   (eval "$ac_compile") 2>conftest.er1
16282   ac_status=$?
16283   grep -v '^ *+' conftest.er1 >conftest.err
16284   rm -f conftest.er1
16285   cat conftest.err >&5
16286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16287   (exit $ac_status); } && {
16288          test -z "$ac_c_werror_flag" ||
16289          test ! -s conftest.err
16290        } && test -s conftest.$ac_objext; then
16291   bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
16292 else
16293   echo "$as_me: failed program was:" >&5
16294 sed 's/^/| /' conftest.$ac_ext >&5
16295
16296         bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
16297
16298 fi
16299
16300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16301
16302
16303 fi
16304 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
16305 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
16306     if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
16307         :; INTELCC10=yes
16308     else
16309         :;
16310     fi
16311     ac_ext=c
16312 ac_cpp='$CPP $CPPFLAGS'
16313 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16314 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16315 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16316
16317
16318
16319     fi
16320
16321         if test "x$GCC" != "xyes"; then
16322         if test "xCC" = "xC"; then
16323             { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
16324 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
16325 if test "${bakefile_cv_c_exto+set}" = set; then
16326   echo $ECHO_N "(cached) $ECHO_C" >&6
16327 else
16328   cat >conftest.$ac_ext <<_ACEOF
16329 /* confdefs.h.  */
16330 _ACEOF
16331 cat confdefs.h >>conftest.$ac_ext
16332 cat >>conftest.$ac_ext <<_ACEOF
16333 /* end confdefs.h.  */
16334
16335 int
16336 main ()
16337 {
16338
16339   ;
16340   return 0;
16341 }
16342 _ACEOF
16343 rm -f conftest.$ac_objext conftest.$ac_ext.o
16344 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16345   (eval $ac_compile) 2>&5
16346   ac_status=$?
16347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16348   (exit $ac_status); }; then
16349   for ac_file in `(ls conftest.* 2>/dev/null)`; do
16350     case $ac_file in
16351         conftest.$ac_ext.o)
16352             bakefile_cv_c_exto="-ext o"
16353             ;;
16354         *)
16355             ;;
16356     esac
16357 done
16358 else
16359   { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
16360 See \`config.log' for more details." >&5
16361 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
16362 See \`config.log' for more details." >&2;}
16363    { (exit 1); exit 1; }; }
16364
16365 fi
16366
16367 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
16368
16369 fi
16370 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
16371 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
16372 if test "x$bakefile_cv_c_exto" '!=' "x"; then
16373     if test "c" = "c"; then
16374         CFLAGS="$bakefile_cv_c_exto $CFLAGS"
16375     fi
16376     if test "c" = "cxx"; then
16377         CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
16378     fi
16379 fi
16380
16381             if test "x$bakefile_cv_c_exto" '!=' "x"; then
16382                 unset ac_cv_prog_cc_g
16383                 ac_test_CFLAGS=${CFLAGS+set}
16384 ac_save_CFLAGS=$CFLAGS
16385 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
16386 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
16387 if test "${ac_cv_prog_cc_g+set}" = set; then
16388   echo $ECHO_N "(cached) $ECHO_C" >&6
16389 else
16390   ac_save_c_werror_flag=$ac_c_werror_flag
16391    ac_c_werror_flag=yes
16392    ac_cv_prog_cc_g=no
16393    CFLAGS="-g"
16394    cat >conftest.$ac_ext <<_ACEOF
16395 /* confdefs.h.  */
16396 _ACEOF
16397 cat confdefs.h >>conftest.$ac_ext
16398 cat >>conftest.$ac_ext <<_ACEOF
16399 /* end confdefs.h.  */
16400
16401 int
16402 main ()
16403 {
16404
16405   ;
16406   return 0;
16407 }
16408 _ACEOF
16409 rm -f conftest.$ac_objext
16410 if { (ac_try="$ac_compile"
16411 case "(($ac_try" in
16412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16413   *) ac_try_echo=$ac_try;;
16414 esac
16415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16416   (eval "$ac_compile") 2>conftest.er1
16417   ac_status=$?
16418   grep -v '^ *+' conftest.er1 >conftest.err
16419   rm -f conftest.er1
16420   cat conftest.err >&5
16421   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16422   (exit $ac_status); } && {
16423          test -z "$ac_c_werror_flag" ||
16424          test ! -s conftest.err
16425        } && test -s conftest.$ac_objext; then
16426   ac_cv_prog_cc_g=yes
16427 else
16428   echo "$as_me: failed program was:" >&5
16429 sed 's/^/| /' conftest.$ac_ext >&5
16430
16431         CFLAGS=""
16432       cat >conftest.$ac_ext <<_ACEOF
16433 /* confdefs.h.  */
16434 _ACEOF
16435 cat confdefs.h >>conftest.$ac_ext
16436 cat >>conftest.$ac_ext <<_ACEOF
16437 /* end confdefs.h.  */
16438
16439 int
16440 main ()
16441 {
16442
16443   ;
16444   return 0;
16445 }
16446 _ACEOF
16447 rm -f conftest.$ac_objext
16448 if { (ac_try="$ac_compile"
16449 case "(($ac_try" in
16450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16451   *) ac_try_echo=$ac_try;;
16452 esac
16453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16454   (eval "$ac_compile") 2>conftest.er1
16455   ac_status=$?
16456   grep -v '^ *+' conftest.er1 >conftest.err
16457   rm -f conftest.er1
16458   cat conftest.err >&5
16459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16460   (exit $ac_status); } && {
16461          test -z "$ac_c_werror_flag" ||
16462          test ! -s conftest.err
16463        } && test -s conftest.$ac_objext; then
16464   :
16465 else
16466   echo "$as_me: failed program was:" >&5
16467 sed 's/^/| /' conftest.$ac_ext >&5
16468
16469         ac_c_werror_flag=$ac_save_c_werror_flag
16470          CFLAGS="-g"
16471          cat >conftest.$ac_ext <<_ACEOF
16472 /* confdefs.h.  */
16473 _ACEOF
16474 cat confdefs.h >>conftest.$ac_ext
16475 cat >>conftest.$ac_ext <<_ACEOF
16476 /* end confdefs.h.  */
16477
16478 int
16479 main ()
16480 {
16481
16482   ;
16483   return 0;
16484 }
16485 _ACEOF
16486 rm -f conftest.$ac_objext
16487 if { (ac_try="$ac_compile"
16488 case "(($ac_try" in
16489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16490   *) ac_try_echo=$ac_try;;
16491 esac
16492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16493   (eval "$ac_compile") 2>conftest.er1
16494   ac_status=$?
16495   grep -v '^ *+' conftest.er1 >conftest.err
16496   rm -f conftest.er1
16497   cat conftest.err >&5
16498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16499   (exit $ac_status); } && {
16500          test -z "$ac_c_werror_flag" ||
16501          test ! -s conftest.err
16502        } && test -s conftest.$ac_objext; then
16503   ac_cv_prog_cc_g=yes
16504 else
16505   echo "$as_me: failed program was:" >&5
16506 sed 's/^/| /' conftest.$ac_ext >&5
16507
16508
16509 fi
16510
16511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16512 fi
16513
16514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16515 fi
16516
16517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16518    ac_c_werror_flag=$ac_save_c_werror_flag
16519 fi
16520 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
16521 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
16522 if test "$ac_test_CFLAGS" = set; then
16523   CFLAGS=$ac_save_CFLAGS
16524 elif test $ac_cv_prog_cc_g = yes; then
16525   if test "$GCC" = yes; then
16526     CFLAGS="-g -O2"
16527   else
16528     CFLAGS="-g"
16529   fi
16530 else
16531   if test "$GCC" = yes; then
16532     CFLAGS="-O2"
16533   else
16534     CFLAGS=
16535   fi
16536 fi
16537             fi
16538         fi
16539
16540                         case `uname -s` in
16541             AIX*)
16542
16543
16544     ac_ext=c
16545 ac_cpp='$CPP $CPPFLAGS'
16546 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16547 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16548 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16549
16550     { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
16551 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
16552 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
16553   echo $ECHO_N "(cached) $ECHO_C" >&6
16554 else
16555   cat >conftest.$ac_ext <<_ACEOF
16556 /* confdefs.h.  */
16557 _ACEOF
16558 cat confdefs.h >>conftest.$ac_ext
16559 cat >>conftest.$ac_ext <<_ACEOF
16560 /* end confdefs.h.  */
16561
16562 int
16563 main ()
16564 {
16565
16566              #ifndef __xlC__
16567                 choke me
16568              #endif
16569
16570   ;
16571   return 0;
16572 }
16573 _ACEOF
16574 rm -f conftest.$ac_objext
16575 if { (ac_try="$ac_compile"
16576 case "(($ac_try" in
16577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16578   *) ac_try_echo=$ac_try;;
16579 esac
16580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16581   (eval "$ac_compile") 2>conftest.er1
16582   ac_status=$?
16583   grep -v '^ *+' conftest.er1 >conftest.err
16584   rm -f conftest.er1
16585   cat conftest.err >&5
16586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16587   (exit $ac_status); } && {
16588          test -z "$ac_c_werror_flag" ||
16589          test ! -s conftest.err
16590        } && test -s conftest.$ac_objext; then
16591   bakefile_cv_c_compiler___xlC__=yes
16592 else
16593   echo "$as_me: failed program was:" >&5
16594 sed 's/^/| /' conftest.$ac_ext >&5
16595
16596         bakefile_cv_c_compiler___xlC__=no
16597
16598 fi
16599
16600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16601
16602
16603 fi
16604 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
16605 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
16606     if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
16607         :; XLCC=yes
16608     else
16609         :;
16610     fi
16611     ac_ext=c
16612 ac_cpp='$CPP $CPPFLAGS'
16613 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16614 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16615 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16616
16617
16618
16619                 ;;
16620
16621             Darwin)
16622
16623
16624     ac_ext=c
16625 ac_cpp='$CPP $CPPFLAGS'
16626 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16627 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16628 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16629
16630     { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
16631 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6; }
16632 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then
16633   echo $ECHO_N "(cached) $ECHO_C" >&6
16634 else
16635   cat >conftest.$ac_ext <<_ACEOF
16636 /* confdefs.h.  */
16637 _ACEOF
16638 cat confdefs.h >>conftest.$ac_ext
16639 cat >>conftest.$ac_ext <<_ACEOF
16640 /* end confdefs.h.  */
16641
16642 int
16643 main ()
16644 {
16645
16646              #ifndef __MWERKS__
16647                 choke me
16648              #endif
16649
16650   ;
16651   return 0;
16652 }
16653 _ACEOF
16654 rm -f conftest.$ac_objext
16655 if { (ac_try="$ac_compile"
16656 case "(($ac_try" in
16657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16658   *) ac_try_echo=$ac_try;;
16659 esac
16660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16661   (eval "$ac_compile") 2>conftest.er1
16662   ac_status=$?
16663   grep -v '^ *+' conftest.er1 >conftest.err
16664   rm -f conftest.er1
16665   cat conftest.err >&5
16666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667   (exit $ac_status); } && {
16668          test -z "$ac_c_werror_flag" ||
16669          test ! -s conftest.err
16670        } && test -s conftest.$ac_objext; then
16671   bakefile_cv_c_compiler___MWERKS__=yes
16672 else
16673   echo "$as_me: failed program was:" >&5
16674 sed 's/^/| /' conftest.$ac_ext >&5
16675
16676         bakefile_cv_c_compiler___MWERKS__=no
16677
16678 fi
16679
16680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16681
16682
16683 fi
16684 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___MWERKS__" >&5
16685 echo "${ECHO_T}$bakefile_cv_c_compiler___MWERKS__" >&6; }
16686     if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
16687         :; MWCC=yes
16688     else
16689         :;
16690     fi
16691     ac_ext=c
16692 ac_cpp='$CPP $CPPFLAGS'
16693 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16694 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16695 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16696
16697
16698
16699                 if test "$MWCC" != "yes"; then
16700
16701
16702     ac_ext=c
16703 ac_cpp='$CPP $CPPFLAGS'
16704 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16705 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16706 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16707
16708     { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
16709 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
16710 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
16711   echo $ECHO_N "(cached) $ECHO_C" >&6
16712 else
16713   cat >conftest.$ac_ext <<_ACEOF
16714 /* confdefs.h.  */
16715 _ACEOF
16716 cat confdefs.h >>conftest.$ac_ext
16717 cat >>conftest.$ac_ext <<_ACEOF
16718 /* end confdefs.h.  */
16719
16720 int
16721 main ()
16722 {
16723
16724              #ifndef __xlC__
16725                 choke me
16726              #endif
16727
16728   ;
16729   return 0;
16730 }
16731 _ACEOF
16732 rm -f conftest.$ac_objext
16733 if { (ac_try="$ac_compile"
16734 case "(($ac_try" in
16735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16736   *) ac_try_echo=$ac_try;;
16737 esac
16738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16739   (eval "$ac_compile") 2>conftest.er1
16740   ac_status=$?
16741   grep -v '^ *+' conftest.er1 >conftest.err
16742   rm -f conftest.er1
16743   cat conftest.err >&5
16744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16745   (exit $ac_status); } && {
16746          test -z "$ac_c_werror_flag" ||
16747          test ! -s conftest.err
16748        } && test -s conftest.$ac_objext; then
16749   bakefile_cv_c_compiler___xlC__=yes
16750 else
16751   echo "$as_me: failed program was:" >&5
16752 sed 's/^/| /' conftest.$ac_ext >&5
16753
16754         bakefile_cv_c_compiler___xlC__=no
16755
16756 fi
16757
16758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16759
16760
16761 fi
16762 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
16763 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
16764     if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
16765         :; XLCC=yes
16766     else
16767         :;
16768     fi
16769     ac_ext=c
16770 ac_cpp='$CPP $CPPFLAGS'
16771 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16772 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16773 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16774
16775
16776
16777                 fi
16778                 ;;
16779
16780             IRIX*)
16781
16782
16783     ac_ext=c
16784 ac_cpp='$CPP $CPPFLAGS'
16785 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16786 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16787 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16788
16789     { echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
16790 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6; }
16791 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
16792   echo $ECHO_N "(cached) $ECHO_C" >&6
16793 else
16794   cat >conftest.$ac_ext <<_ACEOF
16795 /* confdefs.h.  */
16796 _ACEOF
16797 cat confdefs.h >>conftest.$ac_ext
16798 cat >>conftest.$ac_ext <<_ACEOF
16799 /* end confdefs.h.  */
16800
16801 int
16802 main ()
16803 {
16804
16805              #ifndef _SGI_COMPILER_VERSION
16806                 choke me
16807              #endif
16808
16809   ;
16810   return 0;
16811 }
16812 _ACEOF
16813 rm -f conftest.$ac_objext
16814 if { (ac_try="$ac_compile"
16815 case "(($ac_try" in
16816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16817   *) ac_try_echo=$ac_try;;
16818 esac
16819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16820   (eval "$ac_compile") 2>conftest.er1
16821   ac_status=$?
16822   grep -v '^ *+' conftest.er1 >conftest.err
16823   rm -f conftest.er1
16824   cat conftest.err >&5
16825   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16826   (exit $ac_status); } && {
16827          test -z "$ac_c_werror_flag" ||
16828          test ! -s conftest.err
16829        } && test -s conftest.$ac_objext; then
16830   bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
16831 else
16832   echo "$as_me: failed program was:" >&5
16833 sed 's/^/| /' conftest.$ac_ext >&5
16834
16835         bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
16836
16837 fi
16838
16839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16840
16841
16842 fi
16843 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
16844 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
16845     if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
16846         :; SGICC=yes
16847     else
16848         :;
16849     fi
16850     ac_ext=c
16851 ac_cpp='$CPP $CPPFLAGS'
16852 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16853 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16854 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16855
16856
16857
16858                 ;;
16859
16860             Linux*)
16861                                                 if test "$INTELCC" != "yes"; then
16862
16863
16864     ac_ext=c
16865 ac_cpp='$CPP $CPPFLAGS'
16866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16869
16870     { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16871 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16872 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16873   echo $ECHO_N "(cached) $ECHO_C" >&6
16874 else
16875   cat >conftest.$ac_ext <<_ACEOF
16876 /* confdefs.h.  */
16877 _ACEOF
16878 cat confdefs.h >>conftest.$ac_ext
16879 cat >>conftest.$ac_ext <<_ACEOF
16880 /* end confdefs.h.  */
16881
16882 int
16883 main ()
16884 {
16885
16886              #ifndef __SUNPRO_C
16887                 choke me
16888              #endif
16889
16890   ;
16891   return 0;
16892 }
16893 _ACEOF
16894 rm -f conftest.$ac_objext
16895 if { (ac_try="$ac_compile"
16896 case "(($ac_try" in
16897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16898   *) ac_try_echo=$ac_try;;
16899 esac
16900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16901   (eval "$ac_compile") 2>conftest.er1
16902   ac_status=$?
16903   grep -v '^ *+' conftest.er1 >conftest.err
16904   rm -f conftest.er1
16905   cat conftest.err >&5
16906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16907   (exit $ac_status); } && {
16908          test -z "$ac_c_werror_flag" ||
16909          test ! -s conftest.err
16910        } && test -s conftest.$ac_objext; then
16911   bakefile_cv_c_compiler___SUNPRO_C=yes
16912 else
16913   echo "$as_me: failed program was:" >&5
16914 sed 's/^/| /' conftest.$ac_ext >&5
16915
16916         bakefile_cv_c_compiler___SUNPRO_C=no
16917
16918 fi
16919
16920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16921
16922
16923 fi
16924 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
16925 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
16926     if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
16927         :; SUNCC=yes
16928     else
16929         :;
16930     fi
16931     ac_ext=c
16932 ac_cpp='$CPP $CPPFLAGS'
16933 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16934 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16935 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16936
16937
16938
16939                 fi
16940                 ;;
16941
16942             HP-UX*)
16943
16944
16945     ac_ext=c
16946 ac_cpp='$CPP $CPPFLAGS'
16947 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16948 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16949 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16950
16951     { echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
16952 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6; }
16953 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
16954   echo $ECHO_N "(cached) $ECHO_C" >&6
16955 else
16956   cat >conftest.$ac_ext <<_ACEOF
16957 /* confdefs.h.  */
16958 _ACEOF
16959 cat confdefs.h >>conftest.$ac_ext
16960 cat >>conftest.$ac_ext <<_ACEOF
16961 /* end confdefs.h.  */
16962
16963 int
16964 main ()
16965 {
16966
16967              #ifndef __HP_cc
16968                 choke me
16969              #endif
16970
16971   ;
16972   return 0;
16973 }
16974 _ACEOF
16975 rm -f conftest.$ac_objext
16976 if { (ac_try="$ac_compile"
16977 case "(($ac_try" in
16978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16979   *) ac_try_echo=$ac_try;;
16980 esac
16981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16982   (eval "$ac_compile") 2>conftest.er1
16983   ac_status=$?
16984   grep -v '^ *+' conftest.er1 >conftest.err
16985   rm -f conftest.er1
16986   cat conftest.err >&5
16987   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16988   (exit $ac_status); } && {
16989          test -z "$ac_c_werror_flag" ||
16990          test ! -s conftest.err
16991        } && test -s conftest.$ac_objext; then
16992   bakefile_cv_c_compiler___HP_cc=yes
16993 else
16994   echo "$as_me: failed program was:" >&5
16995 sed 's/^/| /' conftest.$ac_ext >&5
16996
16997         bakefile_cv_c_compiler___HP_cc=no
16998
16999 fi
17000
17001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17002
17003
17004 fi
17005 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
17006 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6; }
17007     if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
17008         :; HPCC=yes
17009     else
17010         :;
17011     fi
17012     ac_ext=c
17013 ac_cpp='$CPP $CPPFLAGS'
17014 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17015 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17016 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17017
17018
17019
17020                 ;;
17021
17022             OSF1)
17023
17024
17025     ac_ext=c
17026 ac_cpp='$CPP $CPPFLAGS'
17027 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17028 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17029 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17030
17031     { echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
17032 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6; }
17033 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
17034   echo $ECHO_N "(cached) $ECHO_C" >&6
17035 else
17036   cat >conftest.$ac_ext <<_ACEOF
17037 /* confdefs.h.  */
17038 _ACEOF
17039 cat confdefs.h >>conftest.$ac_ext
17040 cat >>conftest.$ac_ext <<_ACEOF
17041 /* end confdefs.h.  */
17042
17043 int
17044 main ()
17045 {
17046
17047              #ifndef __DECC
17048                 choke me
17049              #endif
17050
17051   ;
17052   return 0;
17053 }
17054 _ACEOF
17055 rm -f conftest.$ac_objext
17056 if { (ac_try="$ac_compile"
17057 case "(($ac_try" in
17058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17059   *) ac_try_echo=$ac_try;;
17060 esac
17061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17062   (eval "$ac_compile") 2>conftest.er1
17063   ac_status=$?
17064   grep -v '^ *+' conftest.er1 >conftest.err
17065   rm -f conftest.er1
17066   cat conftest.err >&5
17067   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17068   (exit $ac_status); } && {
17069          test -z "$ac_c_werror_flag" ||
17070          test ! -s conftest.err
17071        } && test -s conftest.$ac_objext; then
17072   bakefile_cv_c_compiler___DECC=yes
17073 else
17074   echo "$as_me: failed program was:" >&5
17075 sed 's/^/| /' conftest.$ac_ext >&5
17076
17077         bakefile_cv_c_compiler___DECC=no
17078
17079 fi
17080
17081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17082
17083
17084 fi
17085 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
17086 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6; }
17087     if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
17088         :; COMPAQCC=yes
17089     else
17090         :;
17091     fi
17092     ac_ext=c
17093 ac_cpp='$CPP $CPPFLAGS'
17094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17097
17098
17099
17100                 ;;
17101
17102             SunOS)
17103
17104
17105     ac_ext=c
17106 ac_cpp='$CPP $CPPFLAGS'
17107 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17108 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17109 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17110
17111     { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
17112 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
17113 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
17114   echo $ECHO_N "(cached) $ECHO_C" >&6
17115 else
17116   cat >conftest.$ac_ext <<_ACEOF
17117 /* confdefs.h.  */
17118 _ACEOF
17119 cat confdefs.h >>conftest.$ac_ext
17120 cat >>conftest.$ac_ext <<_ACEOF
17121 /* end confdefs.h.  */
17122
17123 int
17124 main ()
17125 {
17126
17127              #ifndef __SUNPRO_C
17128                 choke me
17129              #endif
17130
17131   ;
17132   return 0;
17133 }
17134 _ACEOF
17135 rm -f conftest.$ac_objext
17136 if { (ac_try="$ac_compile"
17137 case "(($ac_try" in
17138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17139   *) ac_try_echo=$ac_try;;
17140 esac
17141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17142   (eval "$ac_compile") 2>conftest.er1
17143   ac_status=$?
17144   grep -v '^ *+' conftest.er1 >conftest.err
17145   rm -f conftest.er1
17146   cat conftest.err >&5
17147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17148   (exit $ac_status); } && {
17149          test -z "$ac_c_werror_flag" ||
17150          test ! -s conftest.err
17151        } && test -s conftest.$ac_objext; then
17152   bakefile_cv_c_compiler___SUNPRO_C=yes
17153 else
17154   echo "$as_me: failed program was:" >&5
17155 sed 's/^/| /' conftest.$ac_ext >&5
17156
17157         bakefile_cv_c_compiler___SUNPRO_C=no
17158
17159 fi
17160
17161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17162
17163
17164 fi
17165 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17166 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17167     if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17168         :; SUNCC=yes
17169     else
17170         :;
17171     fi
17172     ac_ext=c
17173 ac_cpp='$CPP $CPPFLAGS'
17174 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17175 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17176 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17177
17178
17179
17180                 ;;
17181         esac
17182     fi
17183
17184
17185
17186 ac_ext=c
17187 ac_cpp='$CPP $CPPFLAGS'
17188 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17189 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17190 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17191 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
17192 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
17193 # On Suns, sometimes $CPP names a directory.
17194 if test -n "$CPP" && test -d "$CPP"; then
17195   CPP=
17196 fi
17197 if test -z "$CPP"; then
17198   if test "${ac_cv_prog_CPP+set}" = set; then
17199   echo $ECHO_N "(cached) $ECHO_C" >&6
17200 else
17201       # Double quotes because CPP needs to be expanded
17202     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
17203     do
17204       ac_preproc_ok=false
17205 for ac_c_preproc_warn_flag in '' yes
17206 do
17207   # Use a header file that comes with gcc, so configuring glibc
17208   # with a fresh cross-compiler works.
17209   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17210   # <limits.h> exists even on freestanding compilers.
17211   # On the NeXT, cc -E runs the code through the compiler's parser,
17212   # not just through cpp. "Syntax error" is here to catch this case.
17213   cat >conftest.$ac_ext <<_ACEOF
17214 /* confdefs.h.  */
17215 _ACEOF
17216 cat confdefs.h >>conftest.$ac_ext
17217 cat >>conftest.$ac_ext <<_ACEOF
17218 /* end confdefs.h.  */
17219 #ifdef __STDC__
17220 # include <limits.h>
17221 #else
17222 # include <assert.h>
17223 #endif
17224                      Syntax error
17225 _ACEOF
17226 if { (ac_try="$ac_cpp conftest.$ac_ext"
17227 case "(($ac_try" in
17228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17229   *) ac_try_echo=$ac_try;;
17230 esac
17231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17232   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17233   ac_status=$?
17234   grep -v '^ *+' conftest.er1 >conftest.err
17235   rm -f conftest.er1
17236   cat conftest.err >&5
17237   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17238   (exit $ac_status); } >/dev/null && {
17239          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17240          test ! -s conftest.err
17241        }; then
17242   :
17243 else
17244   echo "$as_me: failed program was:" >&5
17245 sed 's/^/| /' conftest.$ac_ext >&5
17246
17247   # Broken: fails on valid input.
17248 continue
17249 fi
17250
17251 rm -f conftest.err conftest.$ac_ext
17252
17253   # OK, works on sane cases.  Now check whether nonexistent headers
17254   # can be detected and how.
17255   cat >conftest.$ac_ext <<_ACEOF
17256 /* confdefs.h.  */
17257 _ACEOF
17258 cat confdefs.h >>conftest.$ac_ext
17259 cat >>conftest.$ac_ext <<_ACEOF
17260 /* end confdefs.h.  */
17261 #include <ac_nonexistent.h>
17262 _ACEOF
17263 if { (ac_try="$ac_cpp conftest.$ac_ext"
17264 case "(($ac_try" in
17265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17266   *) ac_try_echo=$ac_try;;
17267 esac
17268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17269   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17270   ac_status=$?
17271   grep -v '^ *+' conftest.er1 >conftest.err
17272   rm -f conftest.er1
17273   cat conftest.err >&5
17274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17275   (exit $ac_status); } >/dev/null && {
17276          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17277          test ! -s conftest.err
17278        }; then
17279   # Broken: success on invalid input.
17280 continue
17281 else
17282   echo "$as_me: failed program was:" >&5
17283 sed 's/^/| /' conftest.$ac_ext >&5
17284
17285   # Passes both tests.
17286 ac_preproc_ok=:
17287 break
17288 fi
17289
17290 rm -f conftest.err conftest.$ac_ext
17291
17292 done
17293 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17294 rm -f conftest.err conftest.$ac_ext
17295 if $ac_preproc_ok; then
17296   break
17297 fi
17298
17299     done
17300     ac_cv_prog_CPP=$CPP
17301
17302 fi
17303   CPP=$ac_cv_prog_CPP
17304 else
17305   ac_cv_prog_CPP=$CPP
17306 fi
17307 { echo "$as_me:$LINENO: result: $CPP" >&5
17308 echo "${ECHO_T}$CPP" >&6; }
17309 ac_preproc_ok=false
17310 for ac_c_preproc_warn_flag in '' yes
17311 do
17312   # Use a header file that comes with gcc, so configuring glibc
17313   # with a fresh cross-compiler works.
17314   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17315   # <limits.h> exists even on freestanding compilers.
17316   # On the NeXT, cc -E runs the code through the compiler's parser,
17317   # not just through cpp. "Syntax error" is here to catch this case.
17318   cat >conftest.$ac_ext <<_ACEOF
17319 /* confdefs.h.  */
17320 _ACEOF
17321 cat confdefs.h >>conftest.$ac_ext
17322 cat >>conftest.$ac_ext <<_ACEOF
17323 /* end confdefs.h.  */
17324 #ifdef __STDC__
17325 # include <limits.h>
17326 #else
17327 # include <assert.h>
17328 #endif
17329                      Syntax error
17330 _ACEOF
17331 if { (ac_try="$ac_cpp conftest.$ac_ext"
17332 case "(($ac_try" in
17333   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17334   *) ac_try_echo=$ac_try;;
17335 esac
17336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17337   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17338   ac_status=$?
17339   grep -v '^ *+' conftest.er1 >conftest.err
17340   rm -f conftest.er1
17341   cat conftest.err >&5
17342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17343   (exit $ac_status); } >/dev/null && {
17344          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17345          test ! -s conftest.err
17346        }; then
17347   :
17348 else
17349   echo "$as_me: failed program was:" >&5
17350 sed 's/^/| /' conftest.$ac_ext >&5
17351
17352   # Broken: fails on valid input.
17353 continue
17354 fi
17355
17356 rm -f conftest.err conftest.$ac_ext
17357
17358   # OK, works on sane cases.  Now check whether nonexistent headers
17359   # can be detected and how.
17360   cat >conftest.$ac_ext <<_ACEOF
17361 /* confdefs.h.  */
17362 _ACEOF
17363 cat confdefs.h >>conftest.$ac_ext
17364 cat >>conftest.$ac_ext <<_ACEOF
17365 /* end confdefs.h.  */
17366 #include <ac_nonexistent.h>
17367 _ACEOF
17368 if { (ac_try="$ac_cpp conftest.$ac_ext"
17369 case "(($ac_try" in
17370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17371   *) ac_try_echo=$ac_try;;
17372 esac
17373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17374   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17375   ac_status=$?
17376   grep -v '^ *+' conftest.er1 >conftest.err
17377   rm -f conftest.er1
17378   cat conftest.err >&5
17379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17380   (exit $ac_status); } >/dev/null && {
17381          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17382          test ! -s conftest.err
17383        }; then
17384   # Broken: success on invalid input.
17385 continue
17386 else
17387   echo "$as_me: failed program was:" >&5
17388 sed 's/^/| /' conftest.$ac_ext >&5
17389
17390   # Passes both tests.
17391 ac_preproc_ok=:
17392 break
17393 fi
17394
17395 rm -f conftest.err conftest.$ac_ext
17396
17397 done
17398 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17399 rm -f conftest.err conftest.$ac_ext
17400 if $ac_preproc_ok; then
17401   :
17402 else
17403   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
17404 See \`config.log' for more details." >&5
17405 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
17406 See \`config.log' for more details." >&2;}
17407    { (exit 1); exit 1; }; }
17408 fi
17409
17410 ac_ext=c
17411 ac_cpp='$CPP $CPPFLAGS'
17412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17415
17416
17417 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
17418 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
17419 if test "${ac_cv_path_GREP+set}" = set; then
17420   echo $ECHO_N "(cached) $ECHO_C" >&6
17421 else
17422   # Extract the first word of "grep ggrep" to use in msg output
17423 if test -z "$GREP"; then
17424 set dummy grep ggrep; ac_prog_name=$2
17425 if test "${ac_cv_path_GREP+set}" = set; then
17426   echo $ECHO_N "(cached) $ECHO_C" >&6
17427 else
17428   ac_path_GREP_found=false
17429 # Loop through the user's path and test for each of PROGNAME-LIST
17430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17431 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
17432 do
17433   IFS=$as_save_IFS
17434   test -z "$as_dir" && as_dir=.
17435   for ac_prog in grep ggrep; do
17436   for ac_exec_ext in '' $ac_executable_extensions; do
17437     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
17438     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
17439     # Check for GNU ac_path_GREP and select it if it is found.
17440   # Check for GNU $ac_path_GREP
17441 case `"$ac_path_GREP" --version 2>&1` in
17442 *GNU*)
17443   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
17444 *)
17445   ac_count=0
17446   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
17447   while :
17448   do
17449     cat "conftest.in" "conftest.in" >"conftest.tmp"
17450     mv "conftest.tmp" "conftest.in"
17451     cp "conftest.in" "conftest.nl"
17452     echo 'GREP' >> "conftest.nl"
17453     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
17454     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
17455     ac_count=`expr $ac_count + 1`
17456     if test $ac_count -gt ${ac_path_GREP_max-0}; then
17457       # Best one so far, save it but keep looking for a better one
17458       ac_cv_path_GREP="$ac_path_GREP"
17459       ac_path_GREP_max=$ac_count
17460     fi
17461     # 10*(2^10) chars as input seems more than enough
17462     test $ac_count -gt 10 && break
17463   done
17464   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
17465 esac
17466
17467
17468     $ac_path_GREP_found && break 3
17469   done
17470 done
17471
17472 done
17473 IFS=$as_save_IFS
17474
17475
17476 fi
17477
17478 GREP="$ac_cv_path_GREP"
17479 if test -z "$GREP"; then
17480   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
17481 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
17482    { (exit 1); exit 1; }; }
17483 fi
17484
17485 else
17486   ac_cv_path_GREP=$GREP
17487 fi
17488
17489
17490 fi
17491 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
17492 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
17493  GREP="$ac_cv_path_GREP"
17494
17495
17496 { echo "$as_me:$LINENO: checking for egrep" >&5
17497 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
17498 if test "${ac_cv_path_EGREP+set}" = set; then
17499   echo $ECHO_N "(cached) $ECHO_C" >&6
17500 else
17501   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
17502    then ac_cv_path_EGREP="$GREP -E"
17503    else
17504      # Extract the first word of "egrep" to use in msg output
17505 if test -z "$EGREP"; then
17506 set dummy egrep; ac_prog_name=$2
17507 if test "${ac_cv_path_EGREP+set}" = set; then
17508   echo $ECHO_N "(cached) $ECHO_C" >&6
17509 else
17510   ac_path_EGREP_found=false
17511 # Loop through the user's path and test for each of PROGNAME-LIST
17512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17513 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
17514 do
17515   IFS=$as_save_IFS
17516   test -z "$as_dir" && as_dir=.
17517   for ac_prog in egrep; do
17518   for ac_exec_ext in '' $ac_executable_extensions; do
17519     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
17520     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
17521     # Check for GNU ac_path_EGREP and select it if it is found.
17522   # Check for GNU $ac_path_EGREP
17523 case `"$ac_path_EGREP" --version 2>&1` in
17524 *GNU*)
17525   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
17526 *)
17527   ac_count=0
17528   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
17529   while :
17530   do
17531     cat "conftest.in" "conftest.in" >"conftest.tmp"
17532     mv "conftest.tmp" "conftest.in"
17533     cp "conftest.in" "conftest.nl"
17534     echo 'EGREP' >> "conftest.nl"
17535     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
17536     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
17537     ac_count=`expr $ac_count + 1`
17538     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
17539       # Best one so far, save it but keep looking for a better one
17540       ac_cv_path_EGREP="$ac_path_EGREP"
17541       ac_path_EGREP_max=$ac_count
17542     fi
17543     # 10*(2^10) chars as input seems more than enough
17544     test $ac_count -gt 10 && break
17545   done
17546   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
17547 esac
17548
17549
17550     $ac_path_EGREP_found && break 3
17551   done
17552 done
17553
17554 done
17555 IFS=$as_save_IFS
17556
17557
17558 fi
17559
17560 EGREP="$ac_cv_path_EGREP"
17561 if test -z "$EGREP"; then
17562   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
17563 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
17564    { (exit 1); exit 1; }; }
17565 fi
17566
17567 else
17568   ac_cv_path_EGREP=$EGREP
17569 fi
17570
17571
17572    fi
17573 fi
17574 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
17575 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
17576  EGREP="$ac_cv_path_EGREP"
17577
17578
17579 if test $ac_cv_c_compiler_gnu = yes; then
17580     { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
17581 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
17582 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
17583   echo $ECHO_N "(cached) $ECHO_C" >&6
17584 else
17585     ac_pattern="Autoconf.*'x'"
17586   cat >conftest.$ac_ext <<_ACEOF
17587 /* confdefs.h.  */
17588 _ACEOF
17589 cat confdefs.h >>conftest.$ac_ext
17590 cat >>conftest.$ac_ext <<_ACEOF
17591 /* end confdefs.h.  */
17592 #include <sgtty.h>
17593 Autoconf TIOCGETP
17594 _ACEOF
17595 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17596   $EGREP "$ac_pattern" >/dev/null 2>&1; then
17597   ac_cv_prog_gcc_traditional=yes
17598 else
17599   ac_cv_prog_gcc_traditional=no
17600 fi
17601 rm -f conftest*
17602
17603
17604   if test $ac_cv_prog_gcc_traditional = no; then
17605     cat >conftest.$ac_ext <<_ACEOF
17606 /* confdefs.h.  */
17607 _ACEOF
17608 cat confdefs.h >>conftest.$ac_ext
17609 cat >>conftest.$ac_ext <<_ACEOF
17610 /* end confdefs.h.  */
17611 #include <termio.h>
17612 Autoconf TCGETA
17613 _ACEOF
17614 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17615   $EGREP "$ac_pattern" >/dev/null 2>&1; then
17616   ac_cv_prog_gcc_traditional=yes
17617 fi
17618 rm -f conftest*
17619
17620   fi
17621 fi
17622 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
17623 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
17624   if test $ac_cv_prog_gcc_traditional = yes; then
17625     CC="$CC -traditional"
17626   fi
17627 fi
17628
17629
17630 CXXFLAGS=${CXXFLAGS:=}
17631 ac_ext=cpp
17632 ac_cpp='$CXXCPP $CPPFLAGS'
17633 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17634 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17635 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17636 if test -z "$CXX"; then
17637   if test -n "$CCC"; then
17638     CXX=$CCC
17639   else
17640     if test -n "$ac_tool_prefix"; then
17641   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
17642   do
17643     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
17644 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
17645 { echo "$as_me:$LINENO: checking for $ac_word" >&5
17646 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
17647 if test "${ac_cv_prog_CXX+set}" = set; then
17648   echo $ECHO_N "(cached) $ECHO_C" >&6
17649 else
17650   if test -n "$CXX"; then
17651   ac_cv_prog_CXX="$CXX" # Let the user override the test.
17652 else
17653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17654 for as_dir in $PATH
17655 do
17656   IFS=$as_save_IFS
17657   test -z "$as_dir" && as_dir=.
17658   for ac_exec_ext in '' $ac_executable_extensions; do
17659   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17660     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
17661     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
17662     break 2
17663   fi
17664 done
17665 done
17666 IFS=$as_save_IFS
17667
17668 fi
17669 fi
17670 CXX=$ac_cv_prog_CXX
17671 if test -n "$CXX"; then
17672   { echo "$as_me:$LINENO: result: $CXX" >&5
17673 echo "${ECHO_T}$CXX" >&6; }
17674 else
17675   { echo "$as_me:$LINENO: result: no" >&5
17676 echo "${ECHO_T}no" >&6; }
17677 fi
17678
17679
17680     test -n "$CXX" && break
17681   done
17682 fi
17683 if test -z "$CXX"; then
17684   ac_ct_CXX=$CXX
17685   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
17686 do
17687   # Extract the first word of "$ac_prog", so it can be a program name with args.
17688 set dummy $ac_prog; ac_word=$2
17689 { echo "$as_me:$LINENO: checking for $ac_word" >&5
17690 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
17691 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
17692   echo $ECHO_N "(cached) $ECHO_C" >&6
17693 else
17694   if test -n "$ac_ct_CXX"; then
17695   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
17696 else
17697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17698 for as_dir in $PATH
17699 do
17700   IFS=$as_save_IFS
17701   test -z "$as_dir" && as_dir=.
17702   for ac_exec_ext in '' $ac_executable_extensions; do
17703   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17704     ac_cv_prog_ac_ct_CXX="$ac_prog"
17705     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
17706     break 2
17707   fi
17708 done
17709 done
17710 IFS=$as_save_IFS
17711
17712 fi
17713 fi
17714 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
17715 if test -n "$ac_ct_CXX"; then
17716   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
17717 echo "${ECHO_T}$ac_ct_CXX" >&6; }
17718 else
17719   { echo "$as_me:$LINENO: result: no" >&5
17720 echo "${ECHO_T}no" >&6; }
17721 fi
17722
17723
17724   test -n "$ac_ct_CXX" && break
17725 done
17726
17727   if test "x$ac_ct_CXX" = x; then
17728     CXX="g++"
17729   else
17730     case $cross_compiling:$ac_tool_warned in
17731 yes:)
17732 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
17733 whose name does not start with the host triplet.  If you think this
17734 configuration is useful to you, please write to autoconf@gnu.org." >&5
17735 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
17736 whose name does not start with the host triplet.  If you think this
17737 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
17738 ac_tool_warned=yes ;;
17739 esac
17740     CXX=$ac_ct_CXX
17741   fi
17742 fi
17743
17744   fi
17745 fi
17746 # Provide some information about the compiler.
17747 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
17748 ac_compiler=`set X $ac_compile; echo $2`
17749 { (ac_try="$ac_compiler --version >&5"
17750 case "(($ac_try" in
17751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17752   *) ac_try_echo=$ac_try;;
17753 esac
17754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17755   (eval "$ac_compiler --version >&5") 2>&5
17756   ac_status=$?
17757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758   (exit $ac_status); }
17759 { (ac_try="$ac_compiler -v >&5"
17760 case "(($ac_try" in
17761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17762   *) ac_try_echo=$ac_try;;
17763 esac
17764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17765   (eval "$ac_compiler -v >&5") 2>&5
17766   ac_status=$?
17767   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17768   (exit $ac_status); }
17769 { (ac_try="$ac_compiler -V >&5"
17770 case "(($ac_try" in
17771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17772   *) ac_try_echo=$ac_try;;
17773 esac
17774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17775   (eval "$ac_compiler -V >&5") 2>&5
17776   ac_status=$?
17777   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17778   (exit $ac_status); }
17779
17780 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
17781 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
17782 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
17783   echo $ECHO_N "(cached) $ECHO_C" >&6
17784 else
17785   cat >conftest.$ac_ext <<_ACEOF
17786 /* confdefs.h.  */
17787 _ACEOF
17788 cat confdefs.h >>conftest.$ac_ext
17789 cat >>conftest.$ac_ext <<_ACEOF
17790 /* end confdefs.h.  */
17791
17792 int
17793 main ()
17794 {
17795 #ifndef __GNUC__
17796        choke me
17797 #endif
17798
17799   ;
17800   return 0;
17801 }
17802 _ACEOF
17803 rm -f conftest.$ac_objext
17804 if { (ac_try="$ac_compile"
17805 case "(($ac_try" in
17806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17807   *) ac_try_echo=$ac_try;;
17808 esac
17809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17810   (eval "$ac_compile") 2>conftest.er1
17811   ac_status=$?
17812   grep -v '^ *+' conftest.er1 >conftest.err
17813   rm -f conftest.er1
17814   cat conftest.err >&5
17815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17816   (exit $ac_status); } && {
17817          test -z "$ac_cxx_werror_flag" ||
17818          test ! -s conftest.err
17819        } && test -s conftest.$ac_objext; then
17820   ac_compiler_gnu=yes
17821 else
17822   echo "$as_me: failed program was:" >&5
17823 sed 's/^/| /' conftest.$ac_ext >&5
17824
17825         ac_compiler_gnu=no
17826 fi
17827
17828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17829 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
17830
17831 fi
17832 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
17833 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
17834 GXX=`test $ac_compiler_gnu = yes && echo yes`
17835 ac_test_CXXFLAGS=${CXXFLAGS+set}
17836 ac_save_CXXFLAGS=$CXXFLAGS
17837 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
17838 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
17839 if test "${ac_cv_prog_cxx_g+set}" = set; then
17840   echo $ECHO_N "(cached) $ECHO_C" >&6
17841 else
17842   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
17843    ac_cxx_werror_flag=yes
17844    ac_cv_prog_cxx_g=no
17845    CXXFLAGS="-g"
17846    cat >conftest.$ac_ext <<_ACEOF
17847 /* confdefs.h.  */
17848 _ACEOF
17849 cat confdefs.h >>conftest.$ac_ext
17850 cat >>conftest.$ac_ext <<_ACEOF
17851 /* end confdefs.h.  */
17852
17853 int
17854 main ()
17855 {
17856
17857   ;
17858   return 0;
17859 }
17860 _ACEOF
17861 rm -f conftest.$ac_objext
17862 if { (ac_try="$ac_compile"
17863 case "(($ac_try" in
17864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17865   *) ac_try_echo=$ac_try;;
17866 esac
17867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17868   (eval "$ac_compile") 2>conftest.er1
17869   ac_status=$?
17870   grep -v '^ *+' conftest.er1 >conftest.err
17871   rm -f conftest.er1
17872   cat conftest.err >&5
17873   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17874   (exit $ac_status); } && {
17875          test -z "$ac_cxx_werror_flag" ||
17876          test ! -s conftest.err
17877        } && test -s conftest.$ac_objext; then
17878   ac_cv_prog_cxx_g=yes
17879 else
17880   echo "$as_me: failed program was:" >&5
17881 sed 's/^/| /' conftest.$ac_ext >&5
17882
17883         CXXFLAGS=""
17884       cat >conftest.$ac_ext <<_ACEOF
17885 /* confdefs.h.  */
17886 _ACEOF
17887 cat confdefs.h >>conftest.$ac_ext
17888 cat >>conftest.$ac_ext <<_ACEOF
17889 /* end confdefs.h.  */
17890
17891 int
17892 main ()
17893 {
17894
17895   ;
17896   return 0;
17897 }
17898 _ACEOF
17899 rm -f conftest.$ac_objext
17900 if { (ac_try="$ac_compile"
17901 case "(($ac_try" in
17902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17903   *) ac_try_echo=$ac_try;;
17904 esac
17905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17906   (eval "$ac_compile") 2>conftest.er1
17907   ac_status=$?
17908   grep -v '^ *+' conftest.er1 >conftest.err
17909   rm -f conftest.er1
17910   cat conftest.err >&5
17911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17912   (exit $ac_status); } && {
17913          test -z "$ac_cxx_werror_flag" ||
17914          test ! -s conftest.err
17915        } && test -s conftest.$ac_objext; then
17916   :
17917 else
17918   echo "$as_me: failed program was:" >&5
17919 sed 's/^/| /' conftest.$ac_ext >&5
17920
17921         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17922          CXXFLAGS="-g"
17923          cat >conftest.$ac_ext <<_ACEOF
17924 /* confdefs.h.  */
17925 _ACEOF
17926 cat confdefs.h >>conftest.$ac_ext
17927 cat >>conftest.$ac_ext <<_ACEOF
17928 /* end confdefs.h.  */
17929
17930 int
17931 main ()
17932 {
17933
17934   ;
17935   return 0;
17936 }
17937 _ACEOF
17938 rm -f conftest.$ac_objext
17939 if { (ac_try="$ac_compile"
17940 case "(($ac_try" in
17941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17942   *) ac_try_echo=$ac_try;;
17943 esac
17944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17945   (eval "$ac_compile") 2>conftest.er1
17946   ac_status=$?
17947   grep -v '^ *+' conftest.er1 >conftest.err
17948   rm -f conftest.er1
17949   cat conftest.err >&5
17950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17951   (exit $ac_status); } && {
17952          test -z "$ac_cxx_werror_flag" ||
17953          test ! -s conftest.err
17954        } && test -s conftest.$ac_objext; then
17955   ac_cv_prog_cxx_g=yes
17956 else
17957   echo "$as_me: failed program was:" >&5
17958 sed 's/^/| /' conftest.$ac_ext >&5
17959
17960
17961 fi
17962
17963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17964 fi
17965
17966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17967 fi
17968
17969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17970    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17971 fi
17972 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
17973 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
17974 if test "$ac_test_CXXFLAGS" = set; then
17975   CXXFLAGS=$ac_save_CXXFLAGS
17976 elif test $ac_cv_prog_cxx_g = yes; then
17977   if test "$GXX" = yes; then
17978     CXXFLAGS="-g -O2"
17979   else
17980     CXXFLAGS="-g"
17981   fi
17982 else
17983   if test "$GXX" = yes; then
17984     CXXFLAGS="-O2"
17985   else
17986     CXXFLAGS=
17987   fi
17988 fi
17989 ac_ext=c
17990 ac_cpp='$CPP $CPPFLAGS'
17991 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17992 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17993 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17994
17995
17996
17997
17998
17999
18000
18001
18002     ac_ext=cpp
18003 ac_cpp='$CXXCPP $CPPFLAGS'
18004 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18005 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18006 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18007
18008     { echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
18009 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6; }
18010 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
18011   echo $ECHO_N "(cached) $ECHO_C" >&6
18012 else
18013   cat >conftest.$ac_ext <<_ACEOF
18014 /* confdefs.h.  */
18015 _ACEOF
18016 cat confdefs.h >>conftest.$ac_ext
18017 cat >>conftest.$ac_ext <<_ACEOF
18018 /* end confdefs.h.  */
18019
18020 int
18021 main ()
18022 {
18023
18024              #ifndef __INTEL_COMPILER
18025                 choke me
18026              #endif
18027
18028   ;
18029   return 0;
18030 }
18031 _ACEOF
18032 rm -f conftest.$ac_objext
18033 if { (ac_try="$ac_compile"
18034 case "(($ac_try" in
18035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18036   *) ac_try_echo=$ac_try;;
18037 esac
18038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18039   (eval "$ac_compile") 2>conftest.er1
18040   ac_status=$?
18041   grep -v '^ *+' conftest.er1 >conftest.err
18042   rm -f conftest.er1
18043   cat conftest.err >&5
18044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18045   (exit $ac_status); } && {
18046          test -z "$ac_cxx_werror_flag" ||
18047          test ! -s conftest.err
18048        } && test -s conftest.$ac_objext; then
18049   bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
18050 else
18051   echo "$as_me: failed program was:" >&5
18052 sed 's/^/| /' conftest.$ac_ext >&5
18053
18054         bakefile_cv_cxx_compiler___INTEL_COMPILER=no
18055
18056 fi
18057
18058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18059
18060
18061 fi
18062 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
18063 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
18064     if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
18065         :; INTELCXX=yes
18066     else
18067         :;
18068     fi
18069     ac_ext=c
18070 ac_cpp='$CPP $CPPFLAGS'
18071 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18072 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18073 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18074
18075
18076
18077
18078         if test "$INTELCXX" = "yes"; then
18079
18080
18081     ac_ext=cpp
18082 ac_cpp='$CXXCPP $CPPFLAGS'
18083 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18084 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18085 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18086
18087     { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v8 or later" >&5
18088 echo $ECHO_N "checking whether we are using Intel C++ compiler v8 or later... $ECHO_C" >&6; }
18089 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+set}" = set; then
18090   echo $ECHO_N "(cached) $ECHO_C" >&6
18091 else
18092   cat >conftest.$ac_ext <<_ACEOF
18093 /* confdefs.h.  */
18094 _ACEOF
18095 cat confdefs.h >>conftest.$ac_ext
18096 cat >>conftest.$ac_ext <<_ACEOF
18097 /* end confdefs.h.  */
18098
18099 int
18100 main ()
18101 {
18102
18103              #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
18104                 choke me
18105              #endif
18106
18107   ;
18108   return 0;
18109 }
18110 _ACEOF
18111 rm -f conftest.$ac_objext
18112 if { (ac_try="$ac_compile"
18113 case "(($ac_try" in
18114   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18115   *) ac_try_echo=$ac_try;;
18116 esac
18117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18118   (eval "$ac_compile") 2>conftest.er1
18119   ac_status=$?
18120   grep -v '^ *+' conftest.er1 >conftest.err
18121   rm -f conftest.er1
18122   cat conftest.err >&5
18123   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18124   (exit $ac_status); } && {
18125          test -z "$ac_cxx_werror_flag" ||
18126          test ! -s conftest.err
18127        } && test -s conftest.$ac_objext; then
18128   bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
18129 else
18130   echo "$as_me: failed program was:" >&5
18131 sed 's/^/| /' conftest.$ac_ext >&5
18132
18133         bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
18134
18135 fi
18136
18137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18138
18139
18140 fi
18141 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
18142 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
18143     if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
18144         :; INTELCXX8=yes
18145     else
18146         :;
18147     fi
18148     ac_ext=c
18149 ac_cpp='$CPP $CPPFLAGS'
18150 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18151 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18152 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18153
18154
18155
18156
18157
18158     ac_ext=cpp
18159 ac_cpp='$CXXCPP $CPPFLAGS'
18160 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18161 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18162 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18163
18164     { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v10 or later" >&5
18165 echo $ECHO_N "checking whether we are using Intel C++ compiler v10 or later... $ECHO_C" >&6; }
18166 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
18167   echo $ECHO_N "(cached) $ECHO_C" >&6
18168 else
18169   cat >conftest.$ac_ext <<_ACEOF
18170 /* confdefs.h.  */
18171 _ACEOF
18172 cat confdefs.h >>conftest.$ac_ext
18173 cat >>conftest.$ac_ext <<_ACEOF
18174 /* end confdefs.h.  */
18175
18176 int
18177 main ()
18178 {
18179
18180              #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
18181                 choke me
18182              #endif
18183
18184   ;
18185   return 0;
18186 }
18187 _ACEOF
18188 rm -f conftest.$ac_objext
18189 if { (ac_try="$ac_compile"
18190 case "(($ac_try" in
18191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18192   *) ac_try_echo=$ac_try;;
18193 esac
18194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18195   (eval "$ac_compile") 2>conftest.er1
18196   ac_status=$?
18197   grep -v '^ *+' conftest.er1 >conftest.err
18198   rm -f conftest.er1
18199   cat conftest.err >&5
18200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18201   (exit $ac_status); } && {
18202          test -z "$ac_cxx_werror_flag" ||
18203          test ! -s conftest.err
18204        } && test -s conftest.$ac_objext; then
18205   bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
18206 else
18207   echo "$as_me: failed program was:" >&5
18208 sed 's/^/| /' conftest.$ac_ext >&5
18209
18210         bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
18211
18212 fi
18213
18214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18215
18216
18217 fi
18218 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
18219 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
18220     if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
18221         :; INTELCXX10=yes
18222     else
18223         :;
18224     fi
18225     ac_ext=c
18226 ac_cpp='$CPP $CPPFLAGS'
18227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18228 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18230
18231
18232
18233     fi
18234
18235         if test "x$GCXX" != "xyes"; then
18236         if test "xCXX" = "xC"; then
18237             { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
18238 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
18239 if test "${bakefile_cv_c_exto+set}" = set; then
18240   echo $ECHO_N "(cached) $ECHO_C" >&6
18241 else
18242   cat >conftest.$ac_ext <<_ACEOF
18243 /* confdefs.h.  */
18244 _ACEOF
18245 cat confdefs.h >>conftest.$ac_ext
18246 cat >>conftest.$ac_ext <<_ACEOF
18247 /* end confdefs.h.  */
18248
18249 int
18250 main ()
18251 {
18252
18253   ;
18254   return 0;
18255 }
18256 _ACEOF
18257 rm -f conftest.$ac_objext conftest.$ac_ext.o
18258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18259   (eval $ac_compile) 2>&5
18260   ac_status=$?
18261   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18262   (exit $ac_status); }; then
18263   for ac_file in `(ls conftest.* 2>/dev/null)`; do
18264     case $ac_file in
18265         conftest.$ac_ext.o)
18266             bakefile_cv_c_exto="-ext o"
18267             ;;
18268         *)
18269             ;;
18270     esac
18271 done
18272 else
18273   { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
18274 See \`config.log' for more details." >&5
18275 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
18276 See \`config.log' for more details." >&2;}
18277    { (exit 1); exit 1; }; }
18278
18279 fi
18280
18281 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
18282
18283 fi
18284 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
18285 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
18286 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18287     if test "c" = "c"; then
18288         CFLAGS="$bakefile_cv_c_exto $CFLAGS"
18289     fi
18290     if test "c" = "cxx"; then
18291         CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
18292     fi
18293 fi
18294
18295             if test "x$bakefile_cv_c_exto" '!=' "x"; then
18296                 unset ac_cv_prog_cc_g
18297                 ac_test_CFLAGS=${CFLAGS+set}
18298 ac_save_CFLAGS=$CFLAGS
18299 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
18300 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
18301 if test "${ac_cv_prog_cc_g+set}" = set; then
18302   echo $ECHO_N "(cached) $ECHO_C" >&6
18303 else
18304   ac_save_c_werror_flag=$ac_c_werror_flag
18305    ac_c_werror_flag=yes
18306    ac_cv_prog_cc_g=no
18307    CFLAGS="-g"
18308    cat >conftest.$ac_ext <<_ACEOF
18309 /* confdefs.h.  */
18310 _ACEOF
18311 cat confdefs.h >>conftest.$ac_ext
18312 cat >>conftest.$ac_ext <<_ACEOF
18313 /* end confdefs.h.  */
18314
18315 int
18316 main ()
18317 {
18318
18319   ;
18320   return 0;
18321 }
18322 _ACEOF
18323 rm -f conftest.$ac_objext
18324 if { (ac_try="$ac_compile"
18325 case "(($ac_try" in
18326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18327   *) ac_try_echo=$ac_try;;
18328 esac
18329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18330   (eval "$ac_compile") 2>conftest.er1
18331   ac_status=$?
18332   grep -v '^ *+' conftest.er1 >conftest.err
18333   rm -f conftest.er1
18334   cat conftest.err >&5
18335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18336   (exit $ac_status); } && {
18337          test -z "$ac_c_werror_flag" ||
18338          test ! -s conftest.err
18339        } && test -s conftest.$ac_objext; then
18340   ac_cv_prog_cc_g=yes
18341 else
18342   echo "$as_me: failed program was:" >&5
18343 sed 's/^/| /' conftest.$ac_ext >&5
18344
18345         CFLAGS=""
18346       cat >conftest.$ac_ext <<_ACEOF
18347 /* confdefs.h.  */
18348 _ACEOF
18349 cat confdefs.h >>conftest.$ac_ext
18350 cat >>conftest.$ac_ext <<_ACEOF
18351 /* end confdefs.h.  */
18352
18353 int
18354 main ()
18355 {
18356
18357   ;
18358   return 0;
18359 }
18360 _ACEOF
18361 rm -f conftest.$ac_objext
18362 if { (ac_try="$ac_compile"
18363 case "(($ac_try" in
18364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18365   *) ac_try_echo=$ac_try;;
18366 esac
18367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18368   (eval "$ac_compile") 2>conftest.er1
18369   ac_status=$?
18370   grep -v '^ *+' conftest.er1 >conftest.err
18371   rm -f conftest.er1
18372   cat conftest.err >&5
18373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18374   (exit $ac_status); } && {
18375          test -z "$ac_c_werror_flag" ||
18376          test ! -s conftest.err
18377        } && test -s conftest.$ac_objext; then
18378   :
18379 else
18380   echo "$as_me: failed program was:" >&5
18381 sed 's/^/| /' conftest.$ac_ext >&5
18382
18383         ac_c_werror_flag=$ac_save_c_werror_flag
18384          CFLAGS="-g"
18385          cat >conftest.$ac_ext <<_ACEOF
18386 /* confdefs.h.  */
18387 _ACEOF
18388 cat confdefs.h >>conftest.$ac_ext
18389 cat >>conftest.$ac_ext <<_ACEOF
18390 /* end confdefs.h.  */
18391
18392 int
18393 main ()
18394 {
18395
18396   ;
18397   return 0;
18398 }
18399 _ACEOF
18400 rm -f conftest.$ac_objext
18401 if { (ac_try="$ac_compile"
18402 case "(($ac_try" in
18403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18404   *) ac_try_echo=$ac_try;;
18405 esac
18406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18407   (eval "$ac_compile") 2>conftest.er1
18408   ac_status=$?
18409   grep -v '^ *+' conftest.er1 >conftest.err
18410   rm -f conftest.er1
18411   cat conftest.err >&5
18412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18413   (exit $ac_status); } && {
18414          test -z "$ac_c_werror_flag" ||
18415          test ! -s conftest.err
18416        } && test -s conftest.$ac_objext; then
18417   ac_cv_prog_cc_g=yes
18418 else
18419   echo "$as_me: failed program was:" >&5
18420 sed 's/^/| /' conftest.$ac_ext >&5
18421
18422
18423 fi
18424
18425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18426 fi
18427
18428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18429 fi
18430
18431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18432    ac_c_werror_flag=$ac_save_c_werror_flag
18433 fi
18434 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
18435 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
18436 if test "$ac_test_CFLAGS" = set; then
18437   CFLAGS=$ac_save_CFLAGS
18438 elif test $ac_cv_prog_cc_g = yes; then
18439   if test "$GCC" = yes; then
18440     CFLAGS="-g -O2"
18441   else
18442     CFLAGS="-g"
18443   fi
18444 else
18445   if test "$GCC" = yes; then
18446     CFLAGS="-O2"
18447   else
18448     CFLAGS=
18449   fi
18450 fi
18451             fi
18452         fi
18453
18454                         case `uname -s` in
18455             AIX*)
18456
18457
18458     ac_ext=cpp
18459 ac_cpp='$CXXCPP $CPPFLAGS'
18460 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18461 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18462 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18463
18464     { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
18465 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
18466 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
18467   echo $ECHO_N "(cached) $ECHO_C" >&6
18468 else
18469   cat >conftest.$ac_ext <<_ACEOF
18470 /* confdefs.h.  */
18471 _ACEOF
18472 cat confdefs.h >>conftest.$ac_ext
18473 cat >>conftest.$ac_ext <<_ACEOF
18474 /* end confdefs.h.  */
18475
18476 int
18477 main ()
18478 {
18479
18480              #ifndef __xlC__
18481                 choke me
18482              #endif
18483
18484   ;
18485   return 0;
18486 }
18487 _ACEOF
18488 rm -f conftest.$ac_objext
18489 if { (ac_try="$ac_compile"
18490 case "(($ac_try" in
18491   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18492   *) ac_try_echo=$ac_try;;
18493 esac
18494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18495   (eval "$ac_compile") 2>conftest.er1
18496   ac_status=$?
18497   grep -v '^ *+' conftest.er1 >conftest.err
18498   rm -f conftest.er1
18499   cat conftest.err >&5
18500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18501   (exit $ac_status); } && {
18502          test -z "$ac_cxx_werror_flag" ||
18503          test ! -s conftest.err
18504        } && test -s conftest.$ac_objext; then
18505   bakefile_cv_cxx_compiler___xlC__=yes
18506 else
18507   echo "$as_me: failed program was:" >&5
18508 sed 's/^/| /' conftest.$ac_ext >&5
18509
18510         bakefile_cv_cxx_compiler___xlC__=no
18511
18512 fi
18513
18514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18515
18516
18517 fi
18518 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18519 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
18520     if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18521         :; XLCXX=yes
18522     else
18523         :;
18524     fi
18525     ac_ext=c
18526 ac_cpp='$CPP $CPPFLAGS'
18527 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18528 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18529 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18530
18531
18532
18533                 ;;
18534
18535             Darwin)
18536
18537
18538     ac_ext=cpp
18539 ac_cpp='$CXXCPP $CPPFLAGS'
18540 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18541 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18542 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18543
18544     { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
18545 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6; }
18546 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then
18547   echo $ECHO_N "(cached) $ECHO_C" >&6
18548 else
18549   cat >conftest.$ac_ext <<_ACEOF
18550 /* confdefs.h.  */
18551 _ACEOF
18552 cat confdefs.h >>conftest.$ac_ext
18553 cat >>conftest.$ac_ext <<_ACEOF
18554 /* end confdefs.h.  */
18555
18556 int
18557 main ()
18558 {
18559
18560              #ifndef __MWERKS__
18561                 choke me
18562              #endif
18563
18564   ;
18565   return 0;
18566 }
18567 _ACEOF
18568 rm -f conftest.$ac_objext
18569 if { (ac_try="$ac_compile"
18570 case "(($ac_try" in
18571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18572   *) ac_try_echo=$ac_try;;
18573 esac
18574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18575   (eval "$ac_compile") 2>conftest.er1
18576   ac_status=$?
18577   grep -v '^ *+' conftest.er1 >conftest.err
18578   rm -f conftest.er1
18579   cat conftest.err >&5
18580   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18581   (exit $ac_status); } && {
18582          test -z "$ac_cxx_werror_flag" ||
18583          test ! -s conftest.err
18584        } && test -s conftest.$ac_objext; then
18585   bakefile_cv_cxx_compiler___MWERKS__=yes
18586 else
18587   echo "$as_me: failed program was:" >&5
18588 sed 's/^/| /' conftest.$ac_ext >&5
18589
18590         bakefile_cv_cxx_compiler___MWERKS__=no
18591
18592 fi
18593
18594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18595
18596
18597 fi
18598 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
18599 echo "${ECHO_T}$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
18600     if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
18601         :; MWCXX=yes
18602     else
18603         :;
18604     fi
18605     ac_ext=c
18606 ac_cpp='$CPP $CPPFLAGS'
18607 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18608 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18609 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18610
18611
18612
18613                 if test "$MWCXX" != "yes"; then
18614
18615
18616     ac_ext=cpp
18617 ac_cpp='$CXXCPP $CPPFLAGS'
18618 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18619 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18620 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18621
18622     { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
18623 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
18624 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
18625   echo $ECHO_N "(cached) $ECHO_C" >&6
18626 else
18627   cat >conftest.$ac_ext <<_ACEOF
18628 /* confdefs.h.  */
18629 _ACEOF
18630 cat confdefs.h >>conftest.$ac_ext
18631 cat >>conftest.$ac_ext <<_ACEOF
18632 /* end confdefs.h.  */
18633
18634 int
18635 main ()
18636 {
18637
18638              #ifndef __xlC__
18639                 choke me
18640              #endif
18641
18642   ;
18643   return 0;
18644 }
18645 _ACEOF
18646 rm -f conftest.$ac_objext
18647 if { (ac_try="$ac_compile"
18648 case "(($ac_try" in
18649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18650   *) ac_try_echo=$ac_try;;
18651 esac
18652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18653   (eval "$ac_compile") 2>conftest.er1
18654   ac_status=$?
18655   grep -v '^ *+' conftest.er1 >conftest.err
18656   rm -f conftest.er1
18657   cat conftest.err >&5
18658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18659   (exit $ac_status); } && {
18660          test -z "$ac_cxx_werror_flag" ||
18661          test ! -s conftest.err
18662        } && test -s conftest.$ac_objext; then
18663   bakefile_cv_cxx_compiler___xlC__=yes
18664 else
18665   echo "$as_me: failed program was:" >&5
18666 sed 's/^/| /' conftest.$ac_ext >&5
18667
18668         bakefile_cv_cxx_compiler___xlC__=no
18669
18670 fi
18671
18672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18673
18674
18675 fi
18676 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18677 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
18678     if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18679         :; XLCXX=yes
18680     else
18681         :;
18682     fi
18683     ac_ext=c
18684 ac_cpp='$CPP $CPPFLAGS'
18685 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18686 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18687 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18688
18689
18690
18691                 fi
18692                 ;;
18693
18694             IRIX*)
18695
18696
18697     ac_ext=cpp
18698 ac_cpp='$CXXCPP $CPPFLAGS'
18699 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18700 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18701 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18702
18703     { echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
18704 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6; }
18705 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
18706   echo $ECHO_N "(cached) $ECHO_C" >&6
18707 else
18708   cat >conftest.$ac_ext <<_ACEOF
18709 /* confdefs.h.  */
18710 _ACEOF
18711 cat confdefs.h >>conftest.$ac_ext
18712 cat >>conftest.$ac_ext <<_ACEOF
18713 /* end confdefs.h.  */
18714
18715 int
18716 main ()
18717 {
18718
18719              #ifndef _SGI_COMPILER_VERSION
18720                 choke me
18721              #endif
18722
18723   ;
18724   return 0;
18725 }
18726 _ACEOF
18727 rm -f conftest.$ac_objext
18728 if { (ac_try="$ac_compile"
18729 case "(($ac_try" in
18730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18731   *) ac_try_echo=$ac_try;;
18732 esac
18733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18734   (eval "$ac_compile") 2>conftest.er1
18735   ac_status=$?
18736   grep -v '^ *+' conftest.er1 >conftest.err
18737   rm -f conftest.er1
18738   cat conftest.err >&5
18739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18740   (exit $ac_status); } && {
18741          test -z "$ac_cxx_werror_flag" ||
18742          test ! -s conftest.err
18743        } && test -s conftest.$ac_objext; then
18744   bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
18745 else
18746   echo "$as_me: failed program was:" >&5
18747 sed 's/^/| /' conftest.$ac_ext >&5
18748
18749         bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
18750
18751 fi
18752
18753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18754
18755
18756 fi
18757 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
18758 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
18759     if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18760         :; SGICXX=yes
18761     else
18762         :;
18763     fi
18764     ac_ext=c
18765 ac_cpp='$CPP $CPPFLAGS'
18766 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18767 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18768 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18769
18770
18771
18772                 ;;
18773
18774             Linux*)
18775                                                 if test "$INTELCXX" != "yes"; then
18776
18777
18778     ac_ext=cpp
18779 ac_cpp='$CXXCPP $CPPFLAGS'
18780 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18781 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18782 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18783
18784     { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18785 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18786 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18787   echo $ECHO_N "(cached) $ECHO_C" >&6
18788 else
18789   cat >conftest.$ac_ext <<_ACEOF
18790 /* confdefs.h.  */
18791 _ACEOF
18792 cat confdefs.h >>conftest.$ac_ext
18793 cat >>conftest.$ac_ext <<_ACEOF
18794 /* end confdefs.h.  */
18795
18796 int
18797 main ()
18798 {
18799
18800              #ifndef __SUNPRO_CC
18801                 choke me
18802              #endif
18803
18804   ;
18805   return 0;
18806 }
18807 _ACEOF
18808 rm -f conftest.$ac_objext
18809 if { (ac_try="$ac_compile"
18810 case "(($ac_try" in
18811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18812   *) ac_try_echo=$ac_try;;
18813 esac
18814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18815   (eval "$ac_compile") 2>conftest.er1
18816   ac_status=$?
18817   grep -v '^ *+' conftest.er1 >conftest.err
18818   rm -f conftest.er1
18819   cat conftest.err >&5
18820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18821   (exit $ac_status); } && {
18822          test -z "$ac_cxx_werror_flag" ||
18823          test ! -s conftest.err
18824        } && test -s conftest.$ac_objext; then
18825   bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18826 else
18827   echo "$as_me: failed program was:" >&5
18828 sed 's/^/| /' conftest.$ac_ext >&5
18829
18830         bakefile_cv_cxx_compiler___SUNPRO_CC=no
18831
18832 fi
18833
18834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18835
18836
18837 fi
18838 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18839 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18840     if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18841         :; SUNCXX=yes
18842     else
18843         :;
18844     fi
18845     ac_ext=c
18846 ac_cpp='$CPP $CPPFLAGS'
18847 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18848 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18849 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18850
18851
18852
18853                 fi
18854                 ;;
18855
18856             HP-UX*)
18857
18858
18859     ac_ext=cpp
18860 ac_cpp='$CXXCPP $CPPFLAGS'
18861 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18862 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18863 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18864
18865     { echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
18866 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6; }
18867 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
18868   echo $ECHO_N "(cached) $ECHO_C" >&6
18869 else
18870   cat >conftest.$ac_ext <<_ACEOF
18871 /* confdefs.h.  */
18872 _ACEOF
18873 cat confdefs.h >>conftest.$ac_ext
18874 cat >>conftest.$ac_ext <<_ACEOF
18875 /* end confdefs.h.  */
18876
18877 int
18878 main ()
18879 {
18880
18881              #ifndef __HP_aCC
18882                 choke me
18883              #endif
18884
18885   ;
18886   return 0;
18887 }
18888 _ACEOF
18889 rm -f conftest.$ac_objext
18890 if { (ac_try="$ac_compile"
18891 case "(($ac_try" in
18892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18893   *) ac_try_echo=$ac_try;;
18894 esac
18895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18896   (eval "$ac_compile") 2>conftest.er1
18897   ac_status=$?
18898   grep -v '^ *+' conftest.er1 >conftest.err
18899   rm -f conftest.er1
18900   cat conftest.err >&5
18901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18902   (exit $ac_status); } && {
18903          test -z "$ac_cxx_werror_flag" ||
18904          test ! -s conftest.err
18905        } && test -s conftest.$ac_objext; then
18906   bakefile_cv_cxx_compiler___HP_aCC=yes
18907 else
18908   echo "$as_me: failed program was:" >&5
18909 sed 's/^/| /' conftest.$ac_ext >&5
18910
18911         bakefile_cv_cxx_compiler___HP_aCC=no
18912
18913 fi
18914
18915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18916
18917
18918 fi
18919 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
18920 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
18921     if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
18922         :; HPCXX=yes
18923     else
18924         :;
18925     fi
18926     ac_ext=c
18927 ac_cpp='$CPP $CPPFLAGS'
18928 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18929 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18930 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18931
18932
18933
18934                 ;;
18935
18936             OSF1)
18937
18938
18939     ac_ext=cpp
18940 ac_cpp='$CXXCPP $CPPFLAGS'
18941 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18942 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18943 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18944
18945     { echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
18946 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6; }
18947 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
18948   echo $ECHO_N "(cached) $ECHO_C" >&6
18949 else
18950   cat >conftest.$ac_ext <<_ACEOF
18951 /* confdefs.h.  */
18952 _ACEOF
18953 cat confdefs.h >>conftest.$ac_ext
18954 cat >>conftest.$ac_ext <<_ACEOF
18955 /* end confdefs.h.  */
18956
18957 int
18958 main ()
18959 {
18960
18961              #ifndef __DECCXX
18962                 choke me
18963              #endif
18964
18965   ;
18966   return 0;
18967 }
18968 _ACEOF
18969 rm -f conftest.$ac_objext
18970 if { (ac_try="$ac_compile"
18971 case "(($ac_try" in
18972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18973   *) ac_try_echo=$ac_try;;
18974 esac
18975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18976   (eval "$ac_compile") 2>conftest.er1
18977   ac_status=$?
18978   grep -v '^ *+' conftest.er1 >conftest.err
18979   rm -f conftest.er1
18980   cat conftest.err >&5
18981   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18982   (exit $ac_status); } && {
18983          test -z "$ac_cxx_werror_flag" ||
18984          test ! -s conftest.err
18985        } && test -s conftest.$ac_objext; then
18986   bakefile_cv_cxx_compiler___DECCXX=yes
18987 else
18988   echo "$as_me: failed program was:" >&5
18989 sed 's/^/| /' conftest.$ac_ext >&5
18990
18991         bakefile_cv_cxx_compiler___DECCXX=no
18992
18993 fi
18994
18995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18996
18997
18998 fi
18999 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
19000 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6; }
19001     if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
19002         :; COMPAQCXX=yes
19003     else
19004         :;
19005     fi
19006     ac_ext=c
19007 ac_cpp='$CPP $CPPFLAGS'
19008 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19009 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19010 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19011
19012
19013
19014                 ;;
19015
19016             SunOS)
19017
19018
19019     ac_ext=cpp
19020 ac_cpp='$CXXCPP $CPPFLAGS'
19021 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19022 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19023 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19024
19025     { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
19026 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
19027 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
19028   echo $ECHO_N "(cached) $ECHO_C" >&6
19029 else
19030   cat >conftest.$ac_ext <<_ACEOF
19031 /* confdefs.h.  */
19032 _ACEOF
19033 cat confdefs.h >>conftest.$ac_ext
19034 cat >>conftest.$ac_ext <<_ACEOF
19035 /* end confdefs.h.  */
19036
19037 int
19038 main ()
19039 {
19040
19041              #ifndef __SUNPRO_CC
19042                 choke me
19043              #endif
19044
19045   ;
19046   return 0;
19047 }
19048 _ACEOF
19049 rm -f conftest.$ac_objext
19050 if { (ac_try="$ac_compile"
19051 case "(($ac_try" in
19052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19053   *) ac_try_echo=$ac_try;;
19054 esac
19055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19056   (eval "$ac_compile") 2>conftest.er1
19057   ac_status=$?
19058   grep -v '^ *+' conftest.er1 >conftest.err
19059   rm -f conftest.er1
19060   cat conftest.err >&5
19061   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19062   (exit $ac_status); } && {
19063          test -z "$ac_cxx_werror_flag" ||
19064          test ! -s conftest.err
19065        } && test -s conftest.$ac_objext; then
19066   bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19067 else
19068   echo "$as_me: failed program was:" >&5
19069 sed 's/^/| /' conftest.$ac_ext >&5
19070
19071         bakefile_cv_cxx_compiler___SUNPRO_CC=no
19072
19073 fi
19074
19075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19076
19077
19078 fi
19079 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19080 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19081     if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19082         :; SUNCXX=yes
19083     else
19084         :;
19085     fi
19086     ac_ext=c
19087 ac_cpp='$CPP $CPPFLAGS'
19088 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19089 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19090 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19091
19092
19093
19094                 ;;
19095         esac
19096     fi
19097
19098
19099
19100 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
19101     { { echo "$as_me:$LINENO: error: C++ compiler is needed to build wxWidgets" >&5
19102 echo "$as_me: error: C++ compiler is needed to build wxWidgets" >&2;}
19103    { (exit 1); exit 1; }; }
19104 fi
19105
19106 if test "x$SUNCXX" != xyes; then
19107     if test -n "$ac_tool_prefix"; then
19108   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
19109 set dummy ${ac_tool_prefix}ar; ac_word=$2
19110 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19111 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19112 if test "${ac_cv_prog_AR+set}" = set; then
19113   echo $ECHO_N "(cached) $ECHO_C" >&6
19114 else
19115   if test -n "$AR"; then
19116   ac_cv_prog_AR="$AR" # Let the user override the test.
19117 else
19118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19119 for as_dir in $PATH
19120 do
19121   IFS=$as_save_IFS
19122   test -z "$as_dir" && as_dir=.
19123   for ac_exec_ext in '' $ac_executable_extensions; do
19124   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19125     ac_cv_prog_AR="${ac_tool_prefix}ar"
19126     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19127     break 2
19128   fi
19129 done
19130 done
19131 IFS=$as_save_IFS
19132
19133 fi
19134 fi
19135 AR=$ac_cv_prog_AR
19136 if test -n "$AR"; then
19137   { echo "$as_me:$LINENO: result: $AR" >&5
19138 echo "${ECHO_T}$AR" >&6; }
19139 else
19140   { echo "$as_me:$LINENO: result: no" >&5
19141 echo "${ECHO_T}no" >&6; }
19142 fi
19143
19144
19145 fi
19146 if test -z "$ac_cv_prog_AR"; then
19147   ac_ct_AR=$AR
19148   # Extract the first word of "ar", so it can be a program name with args.
19149 set dummy ar; ac_word=$2
19150 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19151 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19152 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
19153   echo $ECHO_N "(cached) $ECHO_C" >&6
19154 else
19155   if test -n "$ac_ct_AR"; then
19156   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
19157 else
19158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19159 for as_dir in $PATH
19160 do
19161   IFS=$as_save_IFS
19162   test -z "$as_dir" && as_dir=.
19163   for ac_exec_ext in '' $ac_executable_extensions; do
19164   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19165     ac_cv_prog_ac_ct_AR="ar"
19166     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19167     break 2
19168   fi
19169 done
19170 done
19171 IFS=$as_save_IFS
19172
19173 fi
19174 fi
19175 ac_ct_AR=$ac_cv_prog_ac_ct_AR
19176 if test -n "$ac_ct_AR"; then
19177   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
19178 echo "${ECHO_T}$ac_ct_AR" >&6; }
19179 else
19180   { echo "$as_me:$LINENO: result: no" >&5
19181 echo "${ECHO_T}no" >&6; }
19182 fi
19183
19184   if test "x$ac_ct_AR" = x; then
19185     AR=""
19186   else
19187     case $cross_compiling:$ac_tool_warned in
19188 yes:)
19189 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
19190 whose name does not start with the host triplet.  If you think this
19191 configuration is useful to you, please write to autoconf@gnu.org." >&5
19192 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
19193 whose name does not start with the host triplet.  If you think this
19194 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
19195 ac_tool_warned=yes ;;
19196 esac
19197     AR=$ac_ct_AR
19198   fi
19199 else
19200   AR="$ac_cv_prog_AR"
19201 fi
19202
19203     if test "x$AR" = "x" ; then
19204         { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
19205 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
19206    { (exit 1); exit 1; }; }
19207     fi
19208 fi
19209
19210
19211 if test "$wxUSE_MAC" = 1; then
19212
19213 retest_macosx_linking=no
19214
19215 OSX_ARCH_OPTS=""
19216
19217 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
19218     if test "x$wxUSE_MAC_ARCH" != xno; then
19219         { echo "$as_me:$LINENO: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&5
19220 echo "$as_me: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&2;}
19221     fi
19222
19223     if test "x$wxUSE_UNIVERSAL_BINARY" != xyes; then
19224         OSX_ARCH_OPTS=$wxUSE_UNIVERSAL_BINARY
19225     else         OSX_ARCH_OPTS="ppc,i386"
19226         if test "$wxUSE_OSX_COCOA" = 1; then
19227             OSX_ARCH_OPTS="$OSX_ARCH_OPTS,x86_64"
19228         fi
19229     fi
19230
19231     { echo "$as_me:$LINENO: checking for architectures to use in universal binary" >&5
19232 echo $ECHO_N "checking for architectures to use in universal binary... $ECHO_C" >&6; }
19233     { echo "$as_me:$LINENO: result: $OSX_ARCH_OPTS" >&5
19234 echo "${ECHO_T}$OSX_ARCH_OPTS" >&6; }
19235
19236                                                         retest_macosx_linking=yes
19237
19238                     { echo "$as_me:$LINENO: WARNING: Disabling precompiled headers due to universal binary build." >&5
19239 echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
19240     bk_use_pch=no
19241 else
19242     if test "x$wxUSE_MAC_ARCH" != xno; then
19243         OSX_ARCH_OPTS=$wxUSE_MAC_ARCH
19244     fi
19245 fi
19246
19247 if test "x$OSX_ARCH_OPTS" != "x"; then
19248     OSX_ARCH_OPTS=`echo $OSX_ARCH_OPTS | sed -e 's/^/-arch /' -e 's/,/ -arch /g'`
19249
19250     CXXFLAGS="$OSX_ARCH_OPTS $CXXFLAGS"
19251     CFLAGS="$OSX_ARCH_OPTS $CFLAGS"
19252     OBJCXXFLAGS="$OSX_ARCH_OPTS $OBJCXXFLAGS"
19253     OBJCFLAGS="$OSX_ARCH_OPTS $OBJCFLAGS"
19254     LDFLAGS="$OSX_ARCH_OPTS $LDFLAGS"
19255 fi
19256
19257 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
19258     wxUSE_MACOSX_SDK=
19259 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
19260     # TODO: Search for most recent SDK and use it.
19261     wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
19262 fi
19263
19264
19265 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19266     { echo "$as_me:$LINENO: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
19267 echo $ECHO_N "checking for SDK directory $wxUSE_MACOSX_SDK... $ECHO_C" >&6; }
19268     if ! test -d "$wxUSE_MACOSX_SDK"; then
19269         { { echo "$as_me:$LINENO: error: not found
19270 See \`config.log' for more details." >&5
19271 echo "$as_me: error: not found
19272 See \`config.log' for more details." >&2;}
19273    { (exit 1); exit 1; }; }
19274     else
19275         { echo "$as_me:$LINENO: result: exists" >&5
19276 echo "${ECHO_T}exists" >&6; }
19277     fi
19278         MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
19279     retest_macosx_linking=yes
19280             fi
19281
19282 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
19283     wxUSE_MACOSX_VERSION_MIN=
19284 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
19285     if test "x$wxUSE_MACOSX_SDK" != "x"; then
19286         { echo "$as_me:$LINENO: checking SDK deployment version" >&5
19287 echo $ECHO_N "checking SDK deployment version... $ECHO_C" >&6; }
19288
19289         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/'`
19290
19291         # If that failed, try again with the new key
19292         if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
19293
19294             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/'`
19295
19296         fi
19297
19298         if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
19299             wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
19300             { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
19301 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
19302         else
19303             { echo "$as_me:$LINENO: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
19304 echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
19305             wxUSE_MACOSX_VERSION_MIN=
19306         fi
19307     else
19308         wxUSE_MACOSX_VERSION_MIN=
19309     fi
19310 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
19311     for ac_prog in sw_vers
19312 do
19313   # Extract the first word of "$ac_prog", so it can be a program name with args.
19314 set dummy $ac_prog; ac_word=$2
19315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19317 if test "${ac_cv_prog_OSX_SW_VERS+set}" = set; then
19318   echo $ECHO_N "(cached) $ECHO_C" >&6
19319 else
19320   if test -n "$OSX_SW_VERS"; then
19321   ac_cv_prog_OSX_SW_VERS="$OSX_SW_VERS" # Let the user override the test.
19322 else
19323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19324 for as_dir in $PATH
19325 do
19326   IFS=$as_save_IFS
19327   test -z "$as_dir" && as_dir=.
19328   for ac_exec_ext in '' $ac_executable_extensions; do
19329   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19330     ac_cv_prog_OSX_SW_VERS="$ac_prog"
19331     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19332     break 2
19333   fi
19334 done
19335 done
19336 IFS=$as_save_IFS
19337
19338 fi
19339 fi
19340 OSX_SW_VERS=$ac_cv_prog_OSX_SW_VERS
19341 if test -n "$OSX_SW_VERS"; then
19342   { echo "$as_me:$LINENO: result: $OSX_SW_VERS" >&5
19343 echo "${ECHO_T}$OSX_SW_VERS" >&6; }
19344 else
19345   { echo "$as_me:$LINENO: result: no" >&5
19346 echo "${ECHO_T}no" >&6; }
19347 fi
19348
19349
19350   test -n "$OSX_SW_VERS" && break
19351 done
19352
19353     if test "$OSX_SW_VERS" != ""; then
19354         OSX_VERSION=`sw_vers -productVersion | grep 10.[0-9]`
19355     else
19356                         { echo "$as_me:$LINENO: WARNING: Assuming OS X 10.4, use --with-macosx-version-min to override." >&5
19357 echo "$as_me: WARNING: Assuming OS X 10.4, use --with-macosx-version-min to override." >&2;}
19358         OSX_VERSION="10.4"
19359     fi
19360
19361     case "$OSX_VERSION" in
19362         10.4* )
19363             wxUSE_MACOSX_VERSION_MIN=10.4
19364             ;;
19365
19366         * )
19367             if test "$wxUSE_OSX_CARBON" = 1; then
19368                 # otherwise configure stops on leopard for universal_binary
19369                 wxUSE_MACOSX_VERSION_MIN=10.4
19370             else
19371                 # for Cocoa, use 10.5 to be able to compile it in 64 bits too
19372                 wxUSE_MACOSX_VERSION_MIN=10.5
19373             fi
19374             ;;
19375     esac
19376 fi
19377
19378 NEEDS_GCC40="no"
19379 if test "x$wxUSE_MACOSX_VERSION_MIN" == "x10.4"; then
19380     NEEDS_GCC40="yes"
19381 fi
19382
19383 if test "$wxUSE_OSX_CARBON" = 1; then
19384     NEEDS_GCC40="yes"
19385 fi
19386
19387 if test "x$NEEDS_GCC40" == "xyes"; then
19388     # gcc 4.2 cannot compile 10.4 compatible code, so if the user is using it
19389     # and wants 10.4 compatible code, then 'downgrade' to 4.0
19390     # This is also the simplest way to get 32-bit binaries on Snow Leopard.
19391     if test "x$CC" = "xgcc"; then
19392         CCVERSION=`$CC --version | grep 4.[2-9].`
19393         if test "x$CCVERSION" != "x"; then
19394             echo "$as_me:$LINENO: WARNING: gcc >= 4.2 cannot compile 10.4 compatible code. Using gcc 4.0 instead."
19395             CC="gcc-4.0"
19396         fi
19397     fi
19398
19399     if test "x$CXX" = "xg++"; then
19400         CCVERSION=`$CXX --version | grep 4.[2-9].`
19401         if test "x$CCVERSION" != "x"; then
19402             CXX="g++-4.0"
19403         fi
19404     fi
19405 fi
19406
19407 if test "x$MACOSX_SDK_OPTS" != "x"; then
19408     eval "CC=\"$CC $MACOSX_SDK_OPTS\""
19409     eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
19410     eval "LD=\"$LD $MACOSX_SDK_OPTS\""
19411 fi
19412
19413 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
19414     if test "$wxUSE_OSX_IPHONE" = 1; then
19415         MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
19416     else
19417         MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
19418     fi
19419     eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
19420     eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
19421     eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
19422     retest_macosx_linking=yes
19423 fi
19424
19425 if test "x$retest_macosx_linking" = "xyes"; then
19426     ac_ext=c
19427 ac_cpp='$CPP $CPPFLAGS'
19428 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19429 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19430 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19431
19432     { echo "$as_me:$LINENO: checking if C compiler works with SDK/version options" >&5
19433 echo $ECHO_N "checking if C compiler works with SDK/version options... $ECHO_C" >&6; }
19434     cat >conftest.$ac_ext <<_ACEOF
19435 /* confdefs.h.  */
19436 _ACEOF
19437 cat confdefs.h >>conftest.$ac_ext
19438 cat >>conftest.$ac_ext <<_ACEOF
19439 /* end confdefs.h.  */
19440
19441 int
19442 main ()
19443 {
19444
19445   ;
19446   return 0;
19447 }
19448 _ACEOF
19449 rm -f conftest.$ac_objext conftest$ac_exeext
19450 if { (ac_try="$ac_link"
19451 case "(($ac_try" in
19452   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19453   *) ac_try_echo=$ac_try;;
19454 esac
19455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19456   (eval "$ac_link") 2>conftest.er1
19457   ac_status=$?
19458   grep -v '^ *+' conftest.er1 >conftest.err
19459   rm -f conftest.er1
19460   cat conftest.err >&5
19461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19462   (exit $ac_status); } && {
19463          test -z "$ac_c_werror_flag" ||
19464          test ! -s conftest.err
19465        } && test -s conftest$ac_exeext &&
19466        $as_test_x conftest$ac_exeext; then
19467   { echo "$as_me:$LINENO: result: yes" >&5
19468 echo "${ECHO_T}yes" >&6; }
19469 else
19470   echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19472
19473         { { echo "$as_me:$LINENO: error: no.  Try a different SDK
19474 See \`config.log' for more details." >&5
19475 echo "$as_me: error: no.  Try a different SDK
19476 See \`config.log' for more details." >&2;}
19477    { (exit 1); exit 1; }; }; exit 1
19478 fi
19479
19480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19481       conftest$ac_exeext conftest.$ac_ext
19482     ac_ext=c
19483 ac_cpp='$CPP $CPPFLAGS'
19484 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19485 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19486 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19487
19488
19489     ac_ext=cpp
19490 ac_cpp='$CXXCPP $CPPFLAGS'
19491 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19492 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19493 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19494
19495     { echo "$as_me:$LINENO: checking if C++ compiler works with SDK/version options" >&5
19496 echo $ECHO_N "checking if C++ compiler works with SDK/version options... $ECHO_C" >&6; }
19497     cat >conftest.$ac_ext <<_ACEOF
19498 /* confdefs.h.  */
19499 _ACEOF
19500 cat confdefs.h >>conftest.$ac_ext
19501 cat >>conftest.$ac_ext <<_ACEOF
19502 /* end confdefs.h.  */
19503
19504 int
19505 main ()
19506 {
19507
19508   ;
19509   return 0;
19510 }
19511 _ACEOF
19512 rm -f conftest.$ac_objext conftest$ac_exeext
19513 if { (ac_try="$ac_link"
19514 case "(($ac_try" in
19515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19516   *) ac_try_echo=$ac_try;;
19517 esac
19518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19519   (eval "$ac_link") 2>conftest.er1
19520   ac_status=$?
19521   grep -v '^ *+' conftest.er1 >conftest.err
19522   rm -f conftest.er1
19523   cat conftest.err >&5
19524   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19525   (exit $ac_status); } && {
19526          test -z "$ac_cxx_werror_flag" ||
19527          test ! -s conftest.err
19528        } && test -s conftest$ac_exeext &&
19529        $as_test_x conftest$ac_exeext; then
19530   { echo "$as_me:$LINENO: result: yes" >&5
19531 echo "${ECHO_T}yes" >&6; }
19532 else
19533   echo "$as_me: failed program was:" >&5
19534 sed 's/^/| /' conftest.$ac_ext >&5
19535
19536         { { echo "$as_me:$LINENO: error: no.  Try a different SDK
19537 See \`config.log' for more details." >&5
19538 echo "$as_me: error: no.  Try a different SDK
19539 See \`config.log' for more details." >&2;}
19540    { (exit 1); exit 1; }; }; exit 1
19541 fi
19542
19543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19544       conftest$ac_exeext conftest.$ac_ext
19545     ac_ext=c
19546 ac_cpp='$CPP $CPPFLAGS'
19547 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19548 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19549 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19550
19551 fi
19552
19553 fi
19554 case "${host}" in
19555
19556                 *-*-darwin* )
19557         INSTALL_PROGRAM="cp -fp"
19558         INSTALL_DATA="cp -fp"
19559         ;;
19560     *)
19561         ;;
19562 esac
19563
19564
19565 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
19566                     cat >>confdefs.h <<\_ACEOF
19567 #define _GNU_SOURCE 1
19568 _ACEOF
19569
19570
19571             GNU_SOURCE_FLAG="-D_GNU_SOURCE"
19572     CFLAGS="$GNU_SOURCE_FLAG $CFLAGS"
19573 fi
19574
19575 if test "x$USE_AIX" = "x1"; then
19576             if test "x$XLCXX" = "xyes"; then
19577         CXXFLAGS="-qunique $CXXFLAGS"
19578     fi
19579
19580                                 CPPFLAGS="-D_LINUX_SOURCE_COMPAT $CPPFLAGS"
19581 fi
19582
19583 case "${host}" in
19584   powerpc-*-darwin* )
19585     { echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
19586 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6; }
19587     cat >conftest.$ac_ext <<_ACEOF
19588 /* confdefs.h.  */
19589 _ACEOF
19590 cat confdefs.h >>conftest.$ac_ext
19591 cat >>conftest.$ac_ext <<_ACEOF
19592 /* end confdefs.h.  */
19593
19594 int
19595 main ()
19596 {
19597 #ifndef __POWERPC__
19598         choke me for lack of PowerPC
19599 #endif
19600
19601   ;
19602   return 0;
19603 }
19604 _ACEOF
19605 rm -f conftest.$ac_objext
19606 if { (ac_try="$ac_compile"
19607 case "(($ac_try" in
19608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19609   *) ac_try_echo=$ac_try;;
19610 esac
19611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19612   (eval "$ac_compile") 2>conftest.er1
19613   ac_status=$?
19614   grep -v '^ *+' conftest.er1 >conftest.err
19615   rm -f conftest.er1
19616   cat conftest.err >&5
19617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19618   (exit $ac_status); } && {
19619          test -z "$ac_c_werror_flag" ||
19620          test ! -s conftest.err
19621        } && test -s conftest.$ac_objext; then
19622   { echo "$as_me:$LINENO: result: yes" >&5
19623 echo "${ECHO_T}yes" >&6; }
19624 else
19625   echo "$as_me: failed program was:" >&5
19626 sed 's/^/| /' conftest.$ac_ext >&5
19627
19628         { echo "$as_me:$LINENO: result: no" >&5
19629 echo "${ECHO_T}no" >&6; }
19630         cat >>confdefs.h <<\_ACEOF
19631 #define __POWERPC__ 1
19632 _ACEOF
19633
19634
19635 fi
19636
19637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19638   ;;
19639 esac
19640
19641 case "${host}" in
19642   *-*-darwin* )
19643     { echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
19644 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6; }
19645     cat >conftest.$ac_ext <<_ACEOF
19646 /* confdefs.h.  */
19647 _ACEOF
19648 cat confdefs.h >>conftest.$ac_ext
19649 cat >>conftest.$ac_ext <<_ACEOF
19650 /* end confdefs.h.  */
19651 #include <CoreFoundation/CFBase.h>
19652
19653 int
19654 main ()
19655 {
19656
19657   ;
19658   return 0;
19659 }
19660 _ACEOF
19661 rm -f conftest.$ac_objext
19662 if { (ac_try="$ac_compile"
19663 case "(($ac_try" in
19664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19665   *) ac_try_echo=$ac_try;;
19666 esac
19667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19668   (eval "$ac_compile") 2>conftest.er1
19669   ac_status=$?
19670   grep -v '^ *+' conftest.er1 >conftest.err
19671   rm -f conftest.er1
19672   cat conftest.err >&5
19673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19674   (exit $ac_status); } && {
19675          test -z "$ac_c_werror_flag" ||
19676          test ! -s conftest.err
19677        } && test -s conftest.$ac_objext; then
19678   { echo "$as_me:$LINENO: result: yes" >&5
19679 echo "${ECHO_T}yes" >&6; }
19680 else
19681   echo "$as_me: failed program was:" >&5
19682 sed 's/^/| /' conftest.$ac_ext >&5
19683
19684         { echo "$as_me:$LINENO: result: no" >&5
19685 echo "${ECHO_T}no" >&6; }
19686         { echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
19687 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6; }
19688         cat >conftest.$ac_ext <<_ACEOF
19689 /* confdefs.h.  */
19690 _ACEOF
19691 cat confdefs.h >>conftest.$ac_ext
19692 cat >>conftest.$ac_ext <<_ACEOF
19693 /* end confdefs.h.  */
19694 #define __CF_USE_FRAMEWORK_INCLUDES__
19695 #include <CoreFoundation/CFBase.h>
19696
19697 int
19698 main ()
19699 {
19700
19701   ;
19702   return 0;
19703 }
19704 _ACEOF
19705 rm -f conftest.$ac_objext
19706 if { (ac_try="$ac_compile"
19707 case "(($ac_try" in
19708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19709   *) ac_try_echo=$ac_try;;
19710 esac
19711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19712   (eval "$ac_compile") 2>conftest.er1
19713   ac_status=$?
19714   grep -v '^ *+' conftest.er1 >conftest.err
19715   rm -f conftest.er1
19716   cat conftest.err >&5
19717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19718   (exit $ac_status); } && {
19719          test -z "$ac_c_werror_flag" ||
19720          test ! -s conftest.err
19721        } && test -s conftest.$ac_objext; then
19722   { echo "$as_me:$LINENO: result: yes" >&5
19723 echo "${ECHO_T}yes" >&6; }
19724                         CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
19725 else
19726   echo "$as_me: failed program was:" >&5
19727 sed 's/^/| /' conftest.$ac_ext >&5
19728
19729         { { echo "$as_me:$LINENO: error: no.  CoreFoundation not available.
19730 See \`config.log' for more details." >&5
19731 echo "$as_me: error: no.  CoreFoundation not available.
19732 See \`config.log' for more details." >&2;}
19733    { (exit 1); exit 1; }; }
19734
19735 fi
19736
19737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19738
19739
19740 fi
19741
19742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19743   ;;
19744 esac
19745
19746 wants_win32=0
19747 doesnt_want_win32=0
19748 case "${host}" in
19749   *-*-cygwin*)
19750       if test "$wxUSE_MSW" = 1 ; then
19751         wants_win32=1
19752       else
19753                         { echo "$as_me:$LINENO: checking if -mno-cygwin is in effect" >&5
19754 echo $ECHO_N "checking if -mno-cygwin is in effect... $ECHO_C" >&6; }
19755 if test "${wx_cv_nocygwin+set}" = set; then
19756   echo $ECHO_N "(cached) $ECHO_C" >&6
19757 else
19758
19759                 cat >conftest.$ac_ext <<_ACEOF
19760 /* confdefs.h.  */
19761 _ACEOF
19762 cat confdefs.h >>conftest.$ac_ext
19763 cat >>conftest.$ac_ext <<_ACEOF
19764 /* end confdefs.h.  */
19765
19766 int
19767 main ()
19768 {
19769
19770                         #ifdef __MINGW32__
19771                             choke me
19772                         #endif
19773
19774   ;
19775   return 0;
19776 }
19777 _ACEOF
19778 rm -f conftest.$ac_objext
19779 if { (ac_try="$ac_compile"
19780 case "(($ac_try" in
19781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19782   *) ac_try_echo=$ac_try;;
19783 esac
19784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19785   (eval "$ac_compile") 2>conftest.er1
19786   ac_status=$?
19787   grep -v '^ *+' conftest.er1 >conftest.err
19788   rm -f conftest.er1
19789   cat conftest.err >&5
19790   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19791   (exit $ac_status); } && {
19792          test -z "$ac_c_werror_flag" ||
19793          test ! -s conftest.err
19794        } && test -s conftest.$ac_objext; then
19795   wx_cv_nocygwin=no
19796 else
19797   echo "$as_me: failed program was:" >&5
19798 sed 's/^/| /' conftest.$ac_ext >&5
19799
19800         wx_cv_nocygwin=yes
19801
19802 fi
19803
19804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19805
19806
19807 fi
19808 { echo "$as_me:$LINENO: result: $wx_cv_nocygwin" >&5
19809 echo "${ECHO_T}$wx_cv_nocygwin" >&6; }
19810
19811         if test "$wx_cv_nocygwin" = "yes"; then
19812             wants_win32=1
19813         else
19814             doesnt_want_win32=1
19815         fi
19816       fi
19817       if test "$wants_win32" = 1 ; then
19818         BAKEFILE_FORCE_PLATFORM=win32
19819       fi
19820   ;;
19821   *-*-mingw*)
19822       wants_win32=1
19823   ;;
19824 esac
19825
19826 if test "$wxUSE_WINE" = "yes"; then
19827     wants_win32=1
19828     LDFLAGS_GUI="-mwindows"
19829 fi
19830
19831 if test "$wants_win32" = 1 ; then
19832     USE_UNIX=0
19833     USE_WIN32=1
19834     cat >>confdefs.h <<\_ACEOF
19835 #define __WIN32__ 1
19836 _ACEOF
19837
19838     cat >>confdefs.h <<\_ACEOF
19839 #define __WIN95__ 1
19840 _ACEOF
19841
19842     cat >>confdefs.h <<\_ACEOF
19843 #define __WINDOWS__ 1
19844 _ACEOF
19845
19846     cat >>confdefs.h <<\_ACEOF
19847 #define __GNUWIN32__ 1
19848 _ACEOF
19849
19850     cat >>confdefs.h <<\_ACEOF
19851 #define STRICT 1
19852 _ACEOF
19853
19854 fi
19855 if test "$doesnt_want_win32" = 1 ; then
19856     USE_UNIX=1
19857     USE_WIN32=0
19858 fi
19859
19860 if test "$USE_UNIX" = 1 ; then
19861     wxUSE_UNIX=yes
19862     cat >>confdefs.h <<\_ACEOF
19863 #define __UNIX__ 1
19864 _ACEOF
19865
19866 fi
19867
19868 case "${host}" in
19869   *-pc-os2_emx | *-pc-os2-emx )
19870                                                       if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19871                               { echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
19872 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6; }
19873 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
19874   echo $ECHO_N "(cached) $ECHO_C" >&6
19875 else
19876   ac_check_lib_save_LIBS=$LIBS
19877 LIBS="-lcExt  $LIBS"
19878 cat >conftest.$ac_ext <<_ACEOF
19879 /* confdefs.h.  */
19880 _ACEOF
19881 cat confdefs.h >>conftest.$ac_ext
19882 cat >>conftest.$ac_ext <<_ACEOF
19883 /* end confdefs.h.  */
19884
19885 /* Override any GCC internal prototype to avoid an error.
19886    Use char because int might match the return type of a GCC
19887    builtin and then its argument prototype would still apply.  */
19888 #ifdef __cplusplus
19889 extern "C"
19890 #endif
19891 char drand48 ();
19892 int
19893 main ()
19894 {
19895 return drand48 ();
19896   ;
19897   return 0;
19898 }
19899 _ACEOF
19900 rm -f conftest.$ac_objext conftest$ac_exeext
19901 if { (ac_try="$ac_link"
19902 case "(($ac_try" in
19903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19904   *) ac_try_echo=$ac_try;;
19905 esac
19906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19907   (eval "$ac_link") 2>conftest.er1
19908   ac_status=$?
19909   grep -v '^ *+' conftest.er1 >conftest.err
19910   rm -f conftest.er1
19911   cat conftest.err >&5
19912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19913   (exit $ac_status); } && {
19914          test -z "$ac_c_werror_flag" ||
19915          test ! -s conftest.err
19916        } && test -s conftest$ac_exeext &&
19917        $as_test_x conftest$ac_exeext; then
19918   ac_cv_lib_cExt_drand48=yes
19919 else
19920   echo "$as_me: failed program was:" >&5
19921 sed 's/^/| /' conftest.$ac_ext >&5
19922
19923         ac_cv_lib_cExt_drand48=no
19924 fi
19925
19926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19927       conftest$ac_exeext conftest.$ac_ext
19928 LIBS=$ac_check_lib_save_LIBS
19929 fi
19930 { echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
19931 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6; }
19932 if test $ac_cv_lib_cExt_drand48 = yes; then
19933   LIBS="$LIBS -lcExt"
19934 fi
19935
19936       else
19937                     RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
19938       fi
19939                                     { echo "$as_me:$LINENO: checking for gcc/libc version" >&5
19940 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6; }
19941 if test "${wx_cv_gccversion+set}" = set; then
19942   echo $ECHO_N "(cached) $ECHO_C" >&6
19943 else
19944
19945           if test "$cross_compiling" = yes; then
19946                 wx_cv_gccversion="EMX2"
19947
19948 else
19949   cat >conftest.$ac_ext <<_ACEOF
19950 /* confdefs.h.  */
19951 _ACEOF
19952 cat confdefs.h >>conftest.$ac_ext
19953 cat >>conftest.$ac_ext <<_ACEOF
19954 /* end confdefs.h.  */
19955
19956                   #include <stdio.h>
19957
19958                   int main()
19959                   {
19960                       FILE *f=fopen("conftestval", "w");
19961                       if (!f) exit(1);
19962                       fprintf(f,
19963                   #if (__GNUC__ < 3)
19964                               "EMX2"
19965                   #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19966                               "EMX3"
19967                   #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19968                               "Innotek5"
19969                   #else
19970                               "Innotek6"
19971                   #endif
19972                       );
19973                       exit(0);
19974                   }
19975
19976 _ACEOF
19977 rm -f conftest$ac_exeext
19978 if { (ac_try="$ac_link"
19979 case "(($ac_try" in
19980   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19981   *) ac_try_echo=$ac_try;;
19982 esac
19983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19984   (eval "$ac_link") 2>&5
19985   ac_status=$?
19986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19987   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19988   { (case "(($ac_try" in
19989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19990   *) ac_try_echo=$ac_try;;
19991 esac
19992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19993   (eval "$ac_try") 2>&5
19994   ac_status=$?
19995   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19996   (exit $ac_status); }; }; then
19997   wx_cv_gccversion=`cat conftestval`
19998 else
19999   echo "$as_me: program exited with status $ac_status" >&5
20000 echo "$as_me: failed program was:" >&5
20001 sed 's/^/| /' conftest.$ac_ext >&5
20002
20003 ( exit $ac_status )
20004 wx_cv_gccversion="EMX2"
20005 fi
20006 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20007 fi
20008
20009
20010
20011 fi
20012 { echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
20013 echo "${ECHO_T}$wx_cv_gccversion" >&6; }
20014       if test "$wx_cv_gccversion" = "EMX2"; then
20015           LIBS="$LIBS -lstdcpp"
20016           LDFLAGS="$LDFLAGS -Zsysv-signals"
20017       else
20018           if test "$wx_cv_gccversion" = "EMX3"; then
20019               LIBS="$LIBS -lstdcxx -lgcc"
20020               LDFLAGS="$LDFLAGS -Zsysv-signals"
20021           else
20022               LIBS="$LIBS -lstdc++"
20023           fi
20024       fi
20025       if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
20026         { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
20027 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
20028         wxUSE_OMF=yes
20029         enable_omf=yes
20030       fi
20031         ;;
20032   *)
20033
20034       { echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
20035 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6; }
20036 if test "${ac_cv_string_strcasecmp+set}" = set; then
20037   echo $ECHO_N "(cached) $ECHO_C" >&6
20038 else
20039
20040           cat >conftest.$ac_ext <<_ACEOF
20041 /* confdefs.h.  */
20042 _ACEOF
20043 cat confdefs.h >>conftest.$ac_ext
20044 cat >>conftest.$ac_ext <<_ACEOF
20045 /* end confdefs.h.  */
20046
20047               #include <string.h>
20048
20049 int
20050 main ()
20051 {
20052
20053                   strcasecmp("foo", "bar");
20054
20055   ;
20056   return 0;
20057 }
20058 _ACEOF
20059 rm -f conftest.$ac_objext conftest$ac_exeext
20060 if { (ac_try="$ac_link"
20061 case "(($ac_try" in
20062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20063   *) ac_try_echo=$ac_try;;
20064 esac
20065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20066   (eval "$ac_link") 2>conftest.er1
20067   ac_status=$?
20068   grep -v '^ *+' conftest.er1 >conftest.err
20069   rm -f conftest.er1
20070   cat conftest.err >&5
20071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20072   (exit $ac_status); } && {
20073          test -z "$ac_c_werror_flag" ||
20074          test ! -s conftest.err
20075        } && test -s conftest$ac_exeext &&
20076        $as_test_x conftest$ac_exeext; then
20077   ac_cv_string_strcasecmp=yes
20078 else
20079   echo "$as_me: failed program was:" >&5
20080 sed 's/^/| /' conftest.$ac_ext >&5
20081
20082         ac_cv_string_strcasecmp=no
20083
20084 fi
20085
20086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20087       conftest$ac_exeext conftest.$ac_ext
20088
20089 fi
20090 { echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
20091 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6; }
20092
20093       if test x"$ac_cv_string_strcasecmp" = "xyes"; then
20094           cat >>confdefs.h <<\_ACEOF
20095 #define HAVE_STRCASECMP_IN_STRING_H 1
20096 _ACEOF
20097
20098       else
20099           { echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
20100 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6; }
20101 if test "${ac_cv_strings_strcasecmp+set}" = set; then
20102   echo $ECHO_N "(cached) $ECHO_C" >&6
20103 else
20104
20105               cat >conftest.$ac_ext <<_ACEOF
20106 /* confdefs.h.  */
20107 _ACEOF
20108 cat confdefs.h >>conftest.$ac_ext
20109 cat >>conftest.$ac_ext <<_ACEOF
20110 /* end confdefs.h.  */
20111
20112                   #include <strings.h>
20113
20114 int
20115 main ()
20116 {
20117
20118                       strcasecmp("foo", "bar");
20119
20120   ;
20121   return 0;
20122 }
20123 _ACEOF
20124 rm -f conftest.$ac_objext conftest$ac_exeext
20125 if { (ac_try="$ac_link"
20126 case "(($ac_try" in
20127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20128   *) ac_try_echo=$ac_try;;
20129 esac
20130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20131   (eval "$ac_link") 2>conftest.er1
20132   ac_status=$?
20133   grep -v '^ *+' conftest.er1 >conftest.err
20134   rm -f conftest.er1
20135   cat conftest.err >&5
20136   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20137   (exit $ac_status); } && {
20138          test -z "$ac_c_werror_flag" ||
20139          test ! -s conftest.err
20140        } && test -s conftest$ac_exeext &&
20141        $as_test_x conftest$ac_exeext; then
20142   ac_cv_strings_strcasecmp=yes
20143 else
20144   echo "$as_me: failed program was:" >&5
20145 sed 's/^/| /' conftest.$ac_ext >&5
20146
20147         ac_cv_strings_strcasecmp=no
20148
20149 fi
20150
20151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20152       conftest$ac_exeext conftest.$ac_ext
20153
20154 fi
20155 { echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
20156 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6; }
20157
20158           if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
20159               cat >>confdefs.h <<\_ACEOF
20160 #define HAVE_STRCASECMP_IN_STRINGS_H 1
20161 _ACEOF
20162
20163           else
20164               { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
20165 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
20166    { (exit 1); exit 1; }; }
20167           fi
20168       fi
20169
20170         ;;
20171 esac
20172
20173
20174 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
20175 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
20176 if test "${ac_cv_header_stdc+set}" = set; then
20177   echo $ECHO_N "(cached) $ECHO_C" >&6
20178 else
20179   cat >conftest.$ac_ext <<_ACEOF
20180 /* confdefs.h.  */
20181 _ACEOF
20182 cat confdefs.h >>conftest.$ac_ext
20183 cat >>conftest.$ac_ext <<_ACEOF
20184 /* end confdefs.h.  */
20185 #include <stdlib.h>
20186 #include <stdarg.h>
20187 #include <string.h>
20188 #include <float.h>
20189
20190 int
20191 main ()
20192 {
20193
20194   ;
20195   return 0;
20196 }
20197 _ACEOF
20198 rm -f conftest.$ac_objext
20199 if { (ac_try="$ac_compile"
20200 case "(($ac_try" in
20201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20202   *) ac_try_echo=$ac_try;;
20203 esac
20204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20205   (eval "$ac_compile") 2>conftest.er1
20206   ac_status=$?
20207   grep -v '^ *+' conftest.er1 >conftest.err
20208   rm -f conftest.er1
20209   cat conftest.err >&5
20210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211   (exit $ac_status); } && {
20212          test -z "$ac_c_werror_flag" ||
20213          test ! -s conftest.err
20214        } && test -s conftest.$ac_objext; then
20215   ac_cv_header_stdc=yes
20216 else
20217   echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20219
20220         ac_cv_header_stdc=no
20221 fi
20222
20223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20224
20225 if test $ac_cv_header_stdc = yes; then
20226   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
20227   cat >conftest.$ac_ext <<_ACEOF
20228 /* confdefs.h.  */
20229 _ACEOF
20230 cat confdefs.h >>conftest.$ac_ext
20231 cat >>conftest.$ac_ext <<_ACEOF
20232 /* end confdefs.h.  */
20233 #include <string.h>
20234
20235 _ACEOF
20236 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20237   $EGREP "memchr" >/dev/null 2>&1; then
20238   :
20239 else
20240   ac_cv_header_stdc=no
20241 fi
20242 rm -f conftest*
20243
20244 fi
20245
20246 if test $ac_cv_header_stdc = yes; then
20247   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
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 #include <stdlib.h>
20255
20256 _ACEOF
20257 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20258   $EGREP "free" >/dev/null 2>&1; then
20259   :
20260 else
20261   ac_cv_header_stdc=no
20262 fi
20263 rm -f conftest*
20264
20265 fi
20266
20267 if test $ac_cv_header_stdc = yes; then
20268   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
20269   if test "$cross_compiling" = yes; then
20270   :
20271 else
20272   cat >conftest.$ac_ext <<_ACEOF
20273 /* confdefs.h.  */
20274 _ACEOF
20275 cat confdefs.h >>conftest.$ac_ext
20276 cat >>conftest.$ac_ext <<_ACEOF
20277 /* end confdefs.h.  */
20278 #include <ctype.h>
20279 #include <stdlib.h>
20280 #if ((' ' & 0x0FF) == 0x020)
20281 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20282 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20283 #else
20284 # define ISLOWER(c) \
20285                    (('a' <= (c) && (c) <= 'i') \
20286                      || ('j' <= (c) && (c) <= 'r') \
20287                      || ('s' <= (c) && (c) <= 'z'))
20288 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20289 #endif
20290
20291 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
20292 int
20293 main ()
20294 {
20295   int i;
20296   for (i = 0; i < 256; i++)
20297     if (XOR (islower (i), ISLOWER (i))
20298         || toupper (i) != TOUPPER (i))
20299       return 2;
20300   return 0;
20301 }
20302 _ACEOF
20303 rm -f conftest$ac_exeext
20304 if { (ac_try="$ac_link"
20305 case "(($ac_try" in
20306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20307   *) ac_try_echo=$ac_try;;
20308 esac
20309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20310   (eval "$ac_link") 2>&5
20311   ac_status=$?
20312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20313   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20314   { (case "(($ac_try" in
20315   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20316   *) ac_try_echo=$ac_try;;
20317 esac
20318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20319   (eval "$ac_try") 2>&5
20320   ac_status=$?
20321   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20322   (exit $ac_status); }; }; then
20323   :
20324 else
20325   echo "$as_me: program exited with status $ac_status" >&5
20326 echo "$as_me: failed program was:" >&5
20327 sed 's/^/| /' conftest.$ac_ext >&5
20328
20329 ( exit $ac_status )
20330 ac_cv_header_stdc=no
20331 fi
20332 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20333 fi
20334
20335
20336 fi
20337 fi
20338 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
20339 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
20340 if test $ac_cv_header_stdc = yes; then
20341
20342 cat >>confdefs.h <<\_ACEOF
20343 #define STDC_HEADERS 1
20344 _ACEOF
20345
20346 fi
20347
20348 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
20349
20350
20351
20352
20353
20354
20355
20356
20357
20358 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
20359                   inttypes.h stdint.h unistd.h
20360 do
20361 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20362 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20363 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20364 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20365   echo $ECHO_N "(cached) $ECHO_C" >&6
20366 else
20367   cat >conftest.$ac_ext <<_ACEOF
20368 /* confdefs.h.  */
20369 _ACEOF
20370 cat confdefs.h >>conftest.$ac_ext
20371 cat >>conftest.$ac_ext <<_ACEOF
20372 /* end confdefs.h.  */
20373 $ac_includes_default
20374
20375 #include <$ac_header>
20376 _ACEOF
20377 rm -f conftest.$ac_objext
20378 if { (ac_try="$ac_compile"
20379 case "(($ac_try" in
20380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20381   *) ac_try_echo=$ac_try;;
20382 esac
20383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20384   (eval "$ac_compile") 2>conftest.er1
20385   ac_status=$?
20386   grep -v '^ *+' conftest.er1 >conftest.err
20387   rm -f conftest.er1
20388   cat conftest.err >&5
20389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20390   (exit $ac_status); } && {
20391          test -z "$ac_c_werror_flag" ||
20392          test ! -s conftest.err
20393        } && test -s conftest.$ac_objext; then
20394   eval "$as_ac_Header=yes"
20395 else
20396   echo "$as_me: failed program was:" >&5
20397 sed 's/^/| /' conftest.$ac_ext >&5
20398
20399         eval "$as_ac_Header=no"
20400 fi
20401
20402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20403 fi
20404 ac_res=`eval echo '${'$as_ac_Header'}'`
20405                { echo "$as_me:$LINENO: result: $ac_res" >&5
20406 echo "${ECHO_T}$ac_res" >&6; }
20407 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20408   cat >>confdefs.h <<_ACEOF
20409 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20410 _ACEOF
20411
20412 fi
20413
20414 done
20415
20416
20417
20418
20419 for ac_header in langinfo.h wchar.h
20420 do
20421 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20422 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20423 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20425   echo $ECHO_N "(cached) $ECHO_C" >&6
20426 else
20427   cat >conftest.$ac_ext <<_ACEOF
20428 /* confdefs.h.  */
20429 _ACEOF
20430 cat confdefs.h >>conftest.$ac_ext
20431 cat >>conftest.$ac_ext <<_ACEOF
20432 /* end confdefs.h.  */
20433 $ac_includes_default
20434
20435 #include <$ac_header>
20436 _ACEOF
20437 rm -f conftest.$ac_objext
20438 if { (ac_try="$ac_compile"
20439 case "(($ac_try" in
20440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20441   *) ac_try_echo=$ac_try;;
20442 esac
20443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20444   (eval "$ac_compile") 2>conftest.er1
20445   ac_status=$?
20446   grep -v '^ *+' conftest.er1 >conftest.err
20447   rm -f conftest.er1
20448   cat conftest.err >&5
20449   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20450   (exit $ac_status); } && {
20451          test -z "$ac_c_werror_flag" ||
20452          test ! -s conftest.err
20453        } && test -s conftest.$ac_objext; then
20454   eval "$as_ac_Header=yes"
20455 else
20456   echo "$as_me: failed program was:" >&5
20457 sed 's/^/| /' conftest.$ac_ext >&5
20458
20459         eval "$as_ac_Header=no"
20460 fi
20461
20462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20463 fi
20464 ac_res=`eval echo '${'$as_ac_Header'}'`
20465                { echo "$as_me:$LINENO: result: $ac_res" >&5
20466 echo "${ECHO_T}$ac_res" >&6; }
20467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20468   cat >>confdefs.h <<_ACEOF
20469 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20470 _ACEOF
20471
20472 fi
20473
20474 done
20475
20476
20477 if test "$ac_cv_header_wchar_h" != "yes"; then
20478
20479 for ac_header in wcstr.h
20480 do
20481 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20482 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20483 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20484 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20485   echo $ECHO_N "(cached) $ECHO_C" >&6
20486 else
20487   cat >conftest.$ac_ext <<_ACEOF
20488 /* confdefs.h.  */
20489 _ACEOF
20490 cat confdefs.h >>conftest.$ac_ext
20491 cat >>conftest.$ac_ext <<_ACEOF
20492 /* end confdefs.h.  */
20493 $ac_includes_default
20494
20495 #include <$ac_header>
20496 _ACEOF
20497 rm -f conftest.$ac_objext
20498 if { (ac_try="$ac_compile"
20499 case "(($ac_try" in
20500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20501   *) ac_try_echo=$ac_try;;
20502 esac
20503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20504   (eval "$ac_compile") 2>conftest.er1
20505   ac_status=$?
20506   grep -v '^ *+' conftest.er1 >conftest.err
20507   rm -f conftest.er1
20508   cat conftest.err >&5
20509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510   (exit $ac_status); } && {
20511          test -z "$ac_c_werror_flag" ||
20512          test ! -s conftest.err
20513        } && test -s conftest.$ac_objext; then
20514   eval "$as_ac_Header=yes"
20515 else
20516   echo "$as_me: failed program was:" >&5
20517 sed 's/^/| /' conftest.$ac_ext >&5
20518
20519         eval "$as_ac_Header=no"
20520 fi
20521
20522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20523 fi
20524 ac_res=`eval echo '${'$as_ac_Header'}'`
20525                { echo "$as_me:$LINENO: result: $ac_res" >&5
20526 echo "${ECHO_T}$ac_res" >&6; }
20527 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20528   cat >>confdefs.h <<_ACEOF
20529 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20530 _ACEOF
20531
20532 fi
20533
20534 done
20535
20536 fi
20537
20538 case "${host}" in
20539   *-pc-os2_emx | *-pc-os2-emx )
20540                   if test $ac_cv_header_langinfo_h = "yes" \
20541                 -a \(   "$wx_cv_gccversion" = "EMX2" \
20542                      -o "$wx_cv_gccversion" = "EMX3" \
20543                      -o "$wx_cv_gccversion" = "Innotek5" \); then
20544           LIBS="$LIBS -lintl"
20545       fi
20546   ;;
20547 esac
20548
20549 if test "$USE_UNIX" = 1 ; then
20550
20551 for ac_header in sys/select.h
20552 do
20553 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20554 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20555 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20556 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20557   echo $ECHO_N "(cached) $ECHO_C" >&6
20558 else
20559   cat >conftest.$ac_ext <<_ACEOF
20560 /* confdefs.h.  */
20561 _ACEOF
20562 cat confdefs.h >>conftest.$ac_ext
20563 cat >>conftest.$ac_ext <<_ACEOF
20564 /* end confdefs.h.  */
20565 $ac_includes_default
20566
20567 #include <$ac_header>
20568 _ACEOF
20569 rm -f conftest.$ac_objext
20570 if { (ac_try="$ac_compile"
20571 case "(($ac_try" in
20572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20573   *) ac_try_echo=$ac_try;;
20574 esac
20575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20576   (eval "$ac_compile") 2>conftest.er1
20577   ac_status=$?
20578   grep -v '^ *+' conftest.er1 >conftest.err
20579   rm -f conftest.er1
20580   cat conftest.err >&5
20581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20582   (exit $ac_status); } && {
20583          test -z "$ac_c_werror_flag" ||
20584          test ! -s conftest.err
20585        } && test -s conftest.$ac_objext; then
20586   eval "$as_ac_Header=yes"
20587 else
20588   echo "$as_me: failed program was:" >&5
20589 sed 's/^/| /' conftest.$ac_ext >&5
20590
20591         eval "$as_ac_Header=no"
20592 fi
20593
20594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20595 fi
20596 ac_res=`eval echo '${'$as_ac_Header'}'`
20597                { echo "$as_me:$LINENO: result: $ac_res" >&5
20598 echo "${ECHO_T}$ac_res" >&6; }
20599 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20600   cat >>confdefs.h <<_ACEOF
20601 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20602 _ACEOF
20603
20604 fi
20605
20606 done
20607
20608 fi
20609
20610
20611 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
20612 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
20613 if test "${ac_cv_c_const+set}" = set; then
20614   echo $ECHO_N "(cached) $ECHO_C" >&6
20615 else
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
20623 int
20624 main ()
20625 {
20626 /* FIXME: Include the comments suggested by Paul. */
20627 #ifndef __cplusplus
20628   /* Ultrix mips cc rejects this.  */
20629   typedef int charset[2];
20630   const charset cs;
20631   /* SunOS 4.1.1 cc rejects this.  */
20632   char const *const *pcpcc;
20633   char **ppc;
20634   /* NEC SVR4.0.2 mips cc rejects this.  */
20635   struct point {int x, y;};
20636   static struct point const zero = {0,0};
20637   /* AIX XL C 1.02.0.0 rejects this.
20638      It does not let you subtract one const X* pointer from another in
20639      an arm of an if-expression whose if-part is not a constant
20640      expression */
20641   const char *g = "string";
20642   pcpcc = &g + (g ? g-g : 0);
20643   /* HPUX 7.0 cc rejects these. */
20644   ++pcpcc;
20645   ppc = (char**) pcpcc;
20646   pcpcc = (char const *const *) ppc;
20647   { /* SCO 3.2v4 cc rejects this.  */
20648     char *t;
20649     char const *s = 0 ? (char *) 0 : (char const *) 0;
20650
20651     *t++ = 0;
20652     if (s) return 0;
20653   }
20654   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
20655     int x[] = {25, 17};
20656     const int *foo = &x[0];
20657     ++foo;
20658   }
20659   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
20660     typedef const int *iptr;
20661     iptr p = 0;
20662     ++p;
20663   }
20664   { /* AIX XL C 1.02.0.0 rejects this saying
20665        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
20666     struct s { int j; const int *ap[3]; };
20667     struct s *b; b->j = 5;
20668   }
20669   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
20670     const int foo = 10;
20671     if (!foo) return 0;
20672   }
20673   return !cs[0] && !zero.x;
20674 #endif
20675
20676   ;
20677   return 0;
20678 }
20679 _ACEOF
20680 rm -f conftest.$ac_objext
20681 if { (ac_try="$ac_compile"
20682 case "(($ac_try" in
20683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20684   *) ac_try_echo=$ac_try;;
20685 esac
20686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20687   (eval "$ac_compile") 2>conftest.er1
20688   ac_status=$?
20689   grep -v '^ *+' conftest.er1 >conftest.err
20690   rm -f conftest.er1
20691   cat conftest.err >&5
20692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20693   (exit $ac_status); } && {
20694          test -z "$ac_c_werror_flag" ||
20695          test ! -s conftest.err
20696        } && test -s conftest.$ac_objext; then
20697   ac_cv_c_const=yes
20698 else
20699   echo "$as_me: failed program was:" >&5
20700 sed 's/^/| /' conftest.$ac_ext >&5
20701
20702         ac_cv_c_const=no
20703 fi
20704
20705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20706 fi
20707 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
20708 echo "${ECHO_T}$ac_cv_c_const" >&6; }
20709 if test $ac_cv_c_const = no; then
20710
20711 cat >>confdefs.h <<\_ACEOF
20712 #define const
20713 _ACEOF
20714
20715 fi
20716
20717 { echo "$as_me:$LINENO: checking for inline" >&5
20718 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
20719 if test "${ac_cv_c_inline+set}" = set; then
20720   echo $ECHO_N "(cached) $ECHO_C" >&6
20721 else
20722   ac_cv_c_inline=no
20723 for ac_kw in inline __inline__ __inline; do
20724   cat >conftest.$ac_ext <<_ACEOF
20725 /* confdefs.h.  */
20726 _ACEOF
20727 cat confdefs.h >>conftest.$ac_ext
20728 cat >>conftest.$ac_ext <<_ACEOF
20729 /* end confdefs.h.  */
20730 #ifndef __cplusplus
20731 typedef int foo_t;
20732 static $ac_kw foo_t static_foo () {return 0; }
20733 $ac_kw foo_t foo () {return 0; }
20734 #endif
20735
20736 _ACEOF
20737 rm -f conftest.$ac_objext
20738 if { (ac_try="$ac_compile"
20739 case "(($ac_try" in
20740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20741   *) ac_try_echo=$ac_try;;
20742 esac
20743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20744   (eval "$ac_compile") 2>conftest.er1
20745   ac_status=$?
20746   grep -v '^ *+' conftest.er1 >conftest.err
20747   rm -f conftest.er1
20748   cat conftest.err >&5
20749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20750   (exit $ac_status); } && {
20751          test -z "$ac_c_werror_flag" ||
20752          test ! -s conftest.err
20753        } && test -s conftest.$ac_objext; then
20754   ac_cv_c_inline=$ac_kw
20755 else
20756   echo "$as_me: failed program was:" >&5
20757 sed 's/^/| /' conftest.$ac_ext >&5
20758
20759
20760 fi
20761
20762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20763   test "$ac_cv_c_inline" != no && break
20764 done
20765
20766 fi
20767 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
20768 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
20769
20770
20771 case $ac_cv_c_inline in
20772   inline | yes) ;;
20773   *)
20774     case $ac_cv_c_inline in
20775       no) ac_val=;;
20776       *) ac_val=$ac_cv_c_inline;;
20777     esac
20778     cat >>confdefs.h <<_ACEOF
20779 #ifndef __cplusplus
20780 #define inline $ac_val
20781 #endif
20782 _ACEOF
20783     ;;
20784 esac
20785
20786
20787 { echo "$as_me:$LINENO: checking for short" >&5
20788 echo $ECHO_N "checking for short... $ECHO_C" >&6; }
20789 if test "${ac_cv_type_short+set}" = set; then
20790   echo $ECHO_N "(cached) $ECHO_C" >&6
20791 else
20792   cat >conftest.$ac_ext <<_ACEOF
20793 /* confdefs.h.  */
20794 _ACEOF
20795 cat confdefs.h >>conftest.$ac_ext
20796 cat >>conftest.$ac_ext <<_ACEOF
20797 /* end confdefs.h.  */
20798 $ac_includes_default
20799 typedef short ac__type_new_;
20800 int
20801 main ()
20802 {
20803 if ((ac__type_new_ *) 0)
20804   return 0;
20805 if (sizeof (ac__type_new_))
20806   return 0;
20807   ;
20808   return 0;
20809 }
20810 _ACEOF
20811 rm -f conftest.$ac_objext
20812 if { (ac_try="$ac_compile"
20813 case "(($ac_try" in
20814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20815   *) ac_try_echo=$ac_try;;
20816 esac
20817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20818   (eval "$ac_compile") 2>conftest.er1
20819   ac_status=$?
20820   grep -v '^ *+' conftest.er1 >conftest.err
20821   rm -f conftest.er1
20822   cat conftest.err >&5
20823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20824   (exit $ac_status); } && {
20825          test -z "$ac_c_werror_flag" ||
20826          test ! -s conftest.err
20827        } && test -s conftest.$ac_objext; then
20828   ac_cv_type_short=yes
20829 else
20830   echo "$as_me: failed program was:" >&5
20831 sed 's/^/| /' conftest.$ac_ext >&5
20832
20833         ac_cv_type_short=no
20834 fi
20835
20836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20837 fi
20838 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
20839 echo "${ECHO_T}$ac_cv_type_short" >&6; }
20840
20841 # The cast to long int works around a bug in the HP C Compiler
20842 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20843 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20844 # This bug is HP SR number 8606223364.
20845 { echo "$as_me:$LINENO: checking size of short" >&5
20846 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
20847 if test "${ac_cv_sizeof_short+set}" = set; then
20848   echo $ECHO_N "(cached) $ECHO_C" >&6
20849 else
20850   if test "$cross_compiling" = yes; then
20851   # Depending upon the size, compute the lo and hi bounds.
20852 cat >conftest.$ac_ext <<_ACEOF
20853 /* confdefs.h.  */
20854 _ACEOF
20855 cat confdefs.h >>conftest.$ac_ext
20856 cat >>conftest.$ac_ext <<_ACEOF
20857 /* end confdefs.h.  */
20858 $ac_includes_default
20859    typedef short ac__type_sizeof_;
20860 int
20861 main ()
20862 {
20863 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20864 test_array [0] = 0
20865
20866   ;
20867   return 0;
20868 }
20869 _ACEOF
20870 rm -f conftest.$ac_objext
20871 if { (ac_try="$ac_compile"
20872 case "(($ac_try" in
20873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20874   *) ac_try_echo=$ac_try;;
20875 esac
20876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20877   (eval "$ac_compile") 2>conftest.er1
20878   ac_status=$?
20879   grep -v '^ *+' conftest.er1 >conftest.err
20880   rm -f conftest.er1
20881   cat conftest.err >&5
20882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20883   (exit $ac_status); } && {
20884          test -z "$ac_c_werror_flag" ||
20885          test ! -s conftest.err
20886        } && test -s conftest.$ac_objext; then
20887   ac_lo=0 ac_mid=0
20888   while :; do
20889     cat >conftest.$ac_ext <<_ACEOF
20890 /* confdefs.h.  */
20891 _ACEOF
20892 cat confdefs.h >>conftest.$ac_ext
20893 cat >>conftest.$ac_ext <<_ACEOF
20894 /* end confdefs.h.  */
20895 $ac_includes_default
20896    typedef short ac__type_sizeof_;
20897 int
20898 main ()
20899 {
20900 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20901 test_array [0] = 0
20902
20903   ;
20904   return 0;
20905 }
20906 _ACEOF
20907 rm -f conftest.$ac_objext
20908 if { (ac_try="$ac_compile"
20909 case "(($ac_try" in
20910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20911   *) ac_try_echo=$ac_try;;
20912 esac
20913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20914   (eval "$ac_compile") 2>conftest.er1
20915   ac_status=$?
20916   grep -v '^ *+' conftest.er1 >conftest.err
20917   rm -f conftest.er1
20918   cat conftest.err >&5
20919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20920   (exit $ac_status); } && {
20921          test -z "$ac_c_werror_flag" ||
20922          test ! -s conftest.err
20923        } && test -s conftest.$ac_objext; then
20924   ac_hi=$ac_mid; break
20925 else
20926   echo "$as_me: failed program was:" >&5
20927 sed 's/^/| /' conftest.$ac_ext >&5
20928
20929         ac_lo=`expr $ac_mid + 1`
20930                         if test $ac_lo -le $ac_mid; then
20931                           ac_lo= ac_hi=
20932                           break
20933                         fi
20934                         ac_mid=`expr 2 '*' $ac_mid + 1`
20935 fi
20936
20937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20938   done
20939 else
20940   echo "$as_me: failed program was:" >&5
20941 sed 's/^/| /' conftest.$ac_ext >&5
20942
20943         cat >conftest.$ac_ext <<_ACEOF
20944 /* confdefs.h.  */
20945 _ACEOF
20946 cat confdefs.h >>conftest.$ac_ext
20947 cat >>conftest.$ac_ext <<_ACEOF
20948 /* end confdefs.h.  */
20949 $ac_includes_default
20950    typedef short ac__type_sizeof_;
20951 int
20952 main ()
20953 {
20954 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20955 test_array [0] = 0
20956
20957   ;
20958   return 0;
20959 }
20960 _ACEOF
20961 rm -f conftest.$ac_objext
20962 if { (ac_try="$ac_compile"
20963 case "(($ac_try" in
20964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20965   *) ac_try_echo=$ac_try;;
20966 esac
20967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20968   (eval "$ac_compile") 2>conftest.er1
20969   ac_status=$?
20970   grep -v '^ *+' conftest.er1 >conftest.err
20971   rm -f conftest.er1
20972   cat conftest.err >&5
20973   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20974   (exit $ac_status); } && {
20975          test -z "$ac_c_werror_flag" ||
20976          test ! -s conftest.err
20977        } && test -s conftest.$ac_objext; then
20978   ac_hi=-1 ac_mid=-1
20979   while :; do
20980     cat >conftest.$ac_ext <<_ACEOF
20981 /* confdefs.h.  */
20982 _ACEOF
20983 cat confdefs.h >>conftest.$ac_ext
20984 cat >>conftest.$ac_ext <<_ACEOF
20985 /* end confdefs.h.  */
20986 $ac_includes_default
20987    typedef short ac__type_sizeof_;
20988 int
20989 main ()
20990 {
20991 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20992 test_array [0] = 0
20993
20994   ;
20995   return 0;
20996 }
20997 _ACEOF
20998 rm -f conftest.$ac_objext
20999 if { (ac_try="$ac_compile"
21000 case "(($ac_try" in
21001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21002   *) ac_try_echo=$ac_try;;
21003 esac
21004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21005   (eval "$ac_compile") 2>conftest.er1
21006   ac_status=$?
21007   grep -v '^ *+' conftest.er1 >conftest.err
21008   rm -f conftest.er1
21009   cat conftest.err >&5
21010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21011   (exit $ac_status); } && {
21012          test -z "$ac_c_werror_flag" ||
21013          test ! -s conftest.err
21014        } && test -s conftest.$ac_objext; then
21015   ac_lo=$ac_mid; break
21016 else
21017   echo "$as_me: failed program was:" >&5
21018 sed 's/^/| /' conftest.$ac_ext >&5
21019
21020         ac_hi=`expr '(' $ac_mid ')' - 1`
21021                         if test $ac_mid -le $ac_hi; then
21022                           ac_lo= ac_hi=
21023                           break
21024                         fi
21025                         ac_mid=`expr 2 '*' $ac_mid`
21026 fi
21027
21028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21029   done
21030 else
21031   echo "$as_me: failed program was:" >&5
21032 sed 's/^/| /' conftest.$ac_ext >&5
21033
21034         ac_lo= ac_hi=
21035 fi
21036
21037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21038 fi
21039
21040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21041 # Binary search between lo and hi bounds.
21042 while test "x$ac_lo" != "x$ac_hi"; do
21043   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21044   cat >conftest.$ac_ext <<_ACEOF
21045 /* confdefs.h.  */
21046 _ACEOF
21047 cat confdefs.h >>conftest.$ac_ext
21048 cat >>conftest.$ac_ext <<_ACEOF
21049 /* end confdefs.h.  */
21050 $ac_includes_default
21051    typedef short ac__type_sizeof_;
21052 int
21053 main ()
21054 {
21055 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21056 test_array [0] = 0
21057
21058   ;
21059   return 0;
21060 }
21061 _ACEOF
21062 rm -f conftest.$ac_objext
21063 if { (ac_try="$ac_compile"
21064 case "(($ac_try" in
21065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21066   *) ac_try_echo=$ac_try;;
21067 esac
21068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21069   (eval "$ac_compile") 2>conftest.er1
21070   ac_status=$?
21071   grep -v '^ *+' conftest.er1 >conftest.err
21072   rm -f conftest.er1
21073   cat conftest.err >&5
21074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21075   (exit $ac_status); } && {
21076          test -z "$ac_c_werror_flag" ||
21077          test ! -s conftest.err
21078        } && test -s conftest.$ac_objext; then
21079   ac_hi=$ac_mid
21080 else
21081   echo "$as_me: failed program was:" >&5
21082 sed 's/^/| /' conftest.$ac_ext >&5
21083
21084         ac_lo=`expr '(' $ac_mid ')' + 1`
21085 fi
21086
21087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21088 done
21089 case $ac_lo in
21090 ?*) ac_cv_sizeof_short=$ac_lo;;
21091 '') if test "$ac_cv_type_short" = yes; then
21092      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
21093 See \`config.log' for more details." >&5
21094 echo "$as_me: error: cannot compute sizeof (short)
21095 See \`config.log' for more details." >&2;}
21096    { (exit 77); exit 77; }; }
21097    else
21098      ac_cv_sizeof_short=0
21099    fi ;;
21100 esac
21101 else
21102   cat >conftest.$ac_ext <<_ACEOF
21103 /* confdefs.h.  */
21104 _ACEOF
21105 cat confdefs.h >>conftest.$ac_ext
21106 cat >>conftest.$ac_ext <<_ACEOF
21107 /* end confdefs.h.  */
21108 $ac_includes_default
21109    typedef short ac__type_sizeof_;
21110 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21111 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21112 #include <stdio.h>
21113 #include <stdlib.h>
21114 int
21115 main ()
21116 {
21117
21118   FILE *f = fopen ("conftest.val", "w");
21119   if (! f)
21120     return 1;
21121   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21122     {
21123       long int i = longval ();
21124       if (i != ((long int) (sizeof (ac__type_sizeof_))))
21125         return 1;
21126       fprintf (f, "%ld\n", i);
21127     }
21128   else
21129     {
21130       unsigned long int i = ulongval ();
21131       if (i != ((long int) (sizeof (ac__type_sizeof_))))
21132         return 1;
21133       fprintf (f, "%lu\n", i);
21134     }
21135   return ferror (f) || fclose (f) != 0;
21136
21137   ;
21138   return 0;
21139 }
21140 _ACEOF
21141 rm -f conftest$ac_exeext
21142 if { (ac_try="$ac_link"
21143 case "(($ac_try" in
21144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21145   *) ac_try_echo=$ac_try;;
21146 esac
21147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21148   (eval "$ac_link") 2>&5
21149   ac_status=$?
21150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21151   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21152   { (case "(($ac_try" in
21153   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21154   *) ac_try_echo=$ac_try;;
21155 esac
21156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21157   (eval "$ac_try") 2>&5
21158   ac_status=$?
21159   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21160   (exit $ac_status); }; }; then
21161   ac_cv_sizeof_short=`cat conftest.val`
21162 else
21163   echo "$as_me: program exited with status $ac_status" >&5
21164 echo "$as_me: failed program was:" >&5
21165 sed 's/^/| /' conftest.$ac_ext >&5
21166
21167 ( exit $ac_status )
21168 if test "$ac_cv_type_short" = yes; then
21169      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
21170 See \`config.log' for more details." >&5
21171 echo "$as_me: error: cannot compute sizeof (short)
21172 See \`config.log' for more details." >&2;}
21173    { (exit 77); exit 77; }; }
21174    else
21175      ac_cv_sizeof_short=0
21176    fi
21177 fi
21178 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21179 fi
21180 rm -f conftest.val
21181 fi
21182 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
21183 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
21184
21185
21186
21187 cat >>confdefs.h <<_ACEOF
21188 #define SIZEOF_SHORT $ac_cv_sizeof_short
21189 _ACEOF
21190
21191
21192 { echo "$as_me:$LINENO: checking for void *" >&5
21193 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
21194 if test "${ac_cv_type_void_p+set}" = set; then
21195   echo $ECHO_N "(cached) $ECHO_C" >&6
21196 else
21197   cat >conftest.$ac_ext <<_ACEOF
21198 /* confdefs.h.  */
21199 _ACEOF
21200 cat confdefs.h >>conftest.$ac_ext
21201 cat >>conftest.$ac_ext <<_ACEOF
21202 /* end confdefs.h.  */
21203 $ac_includes_default
21204 typedef void * ac__type_new_;
21205 int
21206 main ()
21207 {
21208 if ((ac__type_new_ *) 0)
21209   return 0;
21210 if (sizeof (ac__type_new_))
21211   return 0;
21212   ;
21213   return 0;
21214 }
21215 _ACEOF
21216 rm -f conftest.$ac_objext
21217 if { (ac_try="$ac_compile"
21218 case "(($ac_try" in
21219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21220   *) ac_try_echo=$ac_try;;
21221 esac
21222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21223   (eval "$ac_compile") 2>conftest.er1
21224   ac_status=$?
21225   grep -v '^ *+' conftest.er1 >conftest.err
21226   rm -f conftest.er1
21227   cat conftest.err >&5
21228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21229   (exit $ac_status); } && {
21230          test -z "$ac_c_werror_flag" ||
21231          test ! -s conftest.err
21232        } && test -s conftest.$ac_objext; then
21233   ac_cv_type_void_p=yes
21234 else
21235   echo "$as_me: failed program was:" >&5
21236 sed 's/^/| /' conftest.$ac_ext >&5
21237
21238         ac_cv_type_void_p=no
21239 fi
21240
21241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21242 fi
21243 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
21244 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
21245
21246 # The cast to long int works around a bug in the HP C Compiler
21247 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21248 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21249 # This bug is HP SR number 8606223364.
21250 { echo "$as_me:$LINENO: checking size of void *" >&5
21251 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
21252 if test "${ac_cv_sizeof_void_p+set}" = set; then
21253   echo $ECHO_N "(cached) $ECHO_C" >&6
21254 else
21255   if test "$cross_compiling" = yes; then
21256   # Depending upon the size, compute the lo and hi bounds.
21257 cat >conftest.$ac_ext <<_ACEOF
21258 /* confdefs.h.  */
21259 _ACEOF
21260 cat confdefs.h >>conftest.$ac_ext
21261 cat >>conftest.$ac_ext <<_ACEOF
21262 /* end confdefs.h.  */
21263 $ac_includes_default
21264    typedef void * ac__type_sizeof_;
21265 int
21266 main ()
21267 {
21268 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21269 test_array [0] = 0
21270
21271   ;
21272   return 0;
21273 }
21274 _ACEOF
21275 rm -f conftest.$ac_objext
21276 if { (ac_try="$ac_compile"
21277 case "(($ac_try" in
21278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21279   *) ac_try_echo=$ac_try;;
21280 esac
21281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21282   (eval "$ac_compile") 2>conftest.er1
21283   ac_status=$?
21284   grep -v '^ *+' conftest.er1 >conftest.err
21285   rm -f conftest.er1
21286   cat conftest.err >&5
21287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21288   (exit $ac_status); } && {
21289          test -z "$ac_c_werror_flag" ||
21290          test ! -s conftest.err
21291        } && test -s conftest.$ac_objext; then
21292   ac_lo=0 ac_mid=0
21293   while :; do
21294     cat >conftest.$ac_ext <<_ACEOF
21295 /* confdefs.h.  */
21296 _ACEOF
21297 cat confdefs.h >>conftest.$ac_ext
21298 cat >>conftest.$ac_ext <<_ACEOF
21299 /* end confdefs.h.  */
21300 $ac_includes_default
21301    typedef void * ac__type_sizeof_;
21302 int
21303 main ()
21304 {
21305 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21306 test_array [0] = 0
21307
21308   ;
21309   return 0;
21310 }
21311 _ACEOF
21312 rm -f conftest.$ac_objext
21313 if { (ac_try="$ac_compile"
21314 case "(($ac_try" in
21315   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21316   *) ac_try_echo=$ac_try;;
21317 esac
21318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21319   (eval "$ac_compile") 2>conftest.er1
21320   ac_status=$?
21321   grep -v '^ *+' conftest.er1 >conftest.err
21322   rm -f conftest.er1
21323   cat conftest.err >&5
21324   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21325   (exit $ac_status); } && {
21326          test -z "$ac_c_werror_flag" ||
21327          test ! -s conftest.err
21328        } && test -s conftest.$ac_objext; then
21329   ac_hi=$ac_mid; break
21330 else
21331   echo "$as_me: failed program was:" >&5
21332 sed 's/^/| /' conftest.$ac_ext >&5
21333
21334         ac_lo=`expr $ac_mid + 1`
21335                         if test $ac_lo -le $ac_mid; then
21336                           ac_lo= ac_hi=
21337                           break
21338                         fi
21339                         ac_mid=`expr 2 '*' $ac_mid + 1`
21340 fi
21341
21342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21343   done
21344 else
21345   echo "$as_me: failed program was:" >&5
21346 sed 's/^/| /' conftest.$ac_ext >&5
21347
21348         cat >conftest.$ac_ext <<_ACEOF
21349 /* confdefs.h.  */
21350 _ACEOF
21351 cat confdefs.h >>conftest.$ac_ext
21352 cat >>conftest.$ac_ext <<_ACEOF
21353 /* end confdefs.h.  */
21354 $ac_includes_default
21355    typedef void * ac__type_sizeof_;
21356 int
21357 main ()
21358 {
21359 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21360 test_array [0] = 0
21361
21362   ;
21363   return 0;
21364 }
21365 _ACEOF
21366 rm -f conftest.$ac_objext
21367 if { (ac_try="$ac_compile"
21368 case "(($ac_try" in
21369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21370   *) ac_try_echo=$ac_try;;
21371 esac
21372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21373   (eval "$ac_compile") 2>conftest.er1
21374   ac_status=$?
21375   grep -v '^ *+' conftest.er1 >conftest.err
21376   rm -f conftest.er1
21377   cat conftest.err >&5
21378   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21379   (exit $ac_status); } && {
21380          test -z "$ac_c_werror_flag" ||
21381          test ! -s conftest.err
21382        } && test -s conftest.$ac_objext; then
21383   ac_hi=-1 ac_mid=-1
21384   while :; do
21385     cat >conftest.$ac_ext <<_ACEOF
21386 /* confdefs.h.  */
21387 _ACEOF
21388 cat confdefs.h >>conftest.$ac_ext
21389 cat >>conftest.$ac_ext <<_ACEOF
21390 /* end confdefs.h.  */
21391 $ac_includes_default
21392    typedef void * ac__type_sizeof_;
21393 int
21394 main ()
21395 {
21396 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21397 test_array [0] = 0
21398
21399   ;
21400   return 0;
21401 }
21402 _ACEOF
21403 rm -f conftest.$ac_objext
21404 if { (ac_try="$ac_compile"
21405 case "(($ac_try" in
21406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21407   *) ac_try_echo=$ac_try;;
21408 esac
21409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21410   (eval "$ac_compile") 2>conftest.er1
21411   ac_status=$?
21412   grep -v '^ *+' conftest.er1 >conftest.err
21413   rm -f conftest.er1
21414   cat conftest.err >&5
21415   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416   (exit $ac_status); } && {
21417          test -z "$ac_c_werror_flag" ||
21418          test ! -s conftest.err
21419        } && test -s conftest.$ac_objext; then
21420   ac_lo=$ac_mid; break
21421 else
21422   echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.$ac_ext >&5
21424
21425         ac_hi=`expr '(' $ac_mid ')' - 1`
21426                         if test $ac_mid -le $ac_hi; then
21427                           ac_lo= ac_hi=
21428                           break
21429                         fi
21430                         ac_mid=`expr 2 '*' $ac_mid`
21431 fi
21432
21433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21434   done
21435 else
21436   echo "$as_me: failed program was:" >&5
21437 sed 's/^/| /' conftest.$ac_ext >&5
21438
21439         ac_lo= ac_hi=
21440 fi
21441
21442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21443 fi
21444
21445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21446 # Binary search between lo and hi bounds.
21447 while test "x$ac_lo" != "x$ac_hi"; do
21448   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21449   cat >conftest.$ac_ext <<_ACEOF
21450 /* confdefs.h.  */
21451 _ACEOF
21452 cat confdefs.h >>conftest.$ac_ext
21453 cat >>conftest.$ac_ext <<_ACEOF
21454 /* end confdefs.h.  */
21455 $ac_includes_default
21456    typedef void * ac__type_sizeof_;
21457 int
21458 main ()
21459 {
21460 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21461 test_array [0] = 0
21462
21463   ;
21464   return 0;
21465 }
21466 _ACEOF
21467 rm -f conftest.$ac_objext
21468 if { (ac_try="$ac_compile"
21469 case "(($ac_try" in
21470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21471   *) ac_try_echo=$ac_try;;
21472 esac
21473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21474   (eval "$ac_compile") 2>conftest.er1
21475   ac_status=$?
21476   grep -v '^ *+' conftest.er1 >conftest.err
21477   rm -f conftest.er1
21478   cat conftest.err >&5
21479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21480   (exit $ac_status); } && {
21481          test -z "$ac_c_werror_flag" ||
21482          test ! -s conftest.err
21483        } && test -s conftest.$ac_objext; then
21484   ac_hi=$ac_mid
21485 else
21486   echo "$as_me: failed program was:" >&5
21487 sed 's/^/| /' conftest.$ac_ext >&5
21488
21489         ac_lo=`expr '(' $ac_mid ')' + 1`
21490 fi
21491
21492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21493 done
21494 case $ac_lo in
21495 ?*) ac_cv_sizeof_void_p=$ac_lo;;
21496 '') if test "$ac_cv_type_void_p" = yes; then
21497      { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
21498 See \`config.log' for more details." >&5
21499 echo "$as_me: error: cannot compute sizeof (void *)
21500 See \`config.log' for more details." >&2;}
21501    { (exit 77); exit 77; }; }
21502    else
21503      ac_cv_sizeof_void_p=0
21504    fi ;;
21505 esac
21506 else
21507   cat >conftest.$ac_ext <<_ACEOF
21508 /* confdefs.h.  */
21509 _ACEOF
21510 cat confdefs.h >>conftest.$ac_ext
21511 cat >>conftest.$ac_ext <<_ACEOF
21512 /* end confdefs.h.  */
21513 $ac_includes_default
21514    typedef void * ac__type_sizeof_;
21515 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21516 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21517 #include <stdio.h>
21518 #include <stdlib.h>
21519 int
21520 main ()
21521 {
21522
21523   FILE *f = fopen ("conftest.val", "w");
21524   if (! f)
21525     return 1;
21526   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21527     {
21528       long int i = longval ();
21529       if (i != ((long int) (sizeof (ac__type_sizeof_))))
21530         return 1;
21531       fprintf (f, "%ld\n", i);
21532     }
21533   else
21534     {
21535       unsigned long int i = ulongval ();
21536       if (i != ((long int) (sizeof (ac__type_sizeof_))))
21537         return 1;
21538       fprintf (f, "%lu\n", i);
21539     }
21540   return ferror (f) || fclose (f) != 0;
21541
21542   ;
21543   return 0;
21544 }
21545 _ACEOF
21546 rm -f conftest$ac_exeext
21547 if { (ac_try="$ac_link"
21548 case "(($ac_try" in
21549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21550   *) ac_try_echo=$ac_try;;
21551 esac
21552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21553   (eval "$ac_link") 2>&5
21554   ac_status=$?
21555   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21556   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21557   { (case "(($ac_try" in
21558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21559   *) ac_try_echo=$ac_try;;
21560 esac
21561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21562   (eval "$ac_try") 2>&5
21563   ac_status=$?
21564   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21565   (exit $ac_status); }; }; then
21566   ac_cv_sizeof_void_p=`cat conftest.val`
21567 else
21568   echo "$as_me: program exited with status $ac_status" >&5
21569 echo "$as_me: failed program was:" >&5
21570 sed 's/^/| /' conftest.$ac_ext >&5
21571
21572 ( exit $ac_status )
21573 if test "$ac_cv_type_void_p" = yes; then
21574      { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
21575 See \`config.log' for more details." >&5
21576 echo "$as_me: error: cannot compute sizeof (void *)
21577 See \`config.log' for more details." >&2;}
21578    { (exit 77); exit 77; }; }
21579    else
21580      ac_cv_sizeof_void_p=0
21581    fi
21582 fi
21583 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21584 fi
21585 rm -f conftest.val
21586 fi
21587 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
21588 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
21589
21590
21591
21592 cat >>confdefs.h <<_ACEOF
21593 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
21594 _ACEOF
21595
21596
21597 { echo "$as_me:$LINENO: checking for int" >&5
21598 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
21599 if test "${ac_cv_type_int+set}" = set; then
21600   echo $ECHO_N "(cached) $ECHO_C" >&6
21601 else
21602   cat >conftest.$ac_ext <<_ACEOF
21603 /* confdefs.h.  */
21604 _ACEOF
21605 cat confdefs.h >>conftest.$ac_ext
21606 cat >>conftest.$ac_ext <<_ACEOF
21607 /* end confdefs.h.  */
21608 $ac_includes_default
21609 typedef int ac__type_new_;
21610 int
21611 main ()
21612 {
21613 if ((ac__type_new_ *) 0)
21614   return 0;
21615 if (sizeof (ac__type_new_))
21616   return 0;
21617   ;
21618   return 0;
21619 }
21620 _ACEOF
21621 rm -f conftest.$ac_objext
21622 if { (ac_try="$ac_compile"
21623 case "(($ac_try" in
21624   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21625   *) ac_try_echo=$ac_try;;
21626 esac
21627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21628   (eval "$ac_compile") 2>conftest.er1
21629   ac_status=$?
21630   grep -v '^ *+' conftest.er1 >conftest.err
21631   rm -f conftest.er1
21632   cat conftest.err >&5
21633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21634   (exit $ac_status); } && {
21635          test -z "$ac_c_werror_flag" ||
21636          test ! -s conftest.err
21637        } && test -s conftest.$ac_objext; then
21638   ac_cv_type_int=yes
21639 else
21640   echo "$as_me: failed program was:" >&5
21641 sed 's/^/| /' conftest.$ac_ext >&5
21642
21643         ac_cv_type_int=no
21644 fi
21645
21646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21647 fi
21648 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
21649 echo "${ECHO_T}$ac_cv_type_int" >&6; }
21650
21651 # The cast to long int works around a bug in the HP C Compiler
21652 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21653 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21654 # This bug is HP SR number 8606223364.
21655 { echo "$as_me:$LINENO: checking size of int" >&5
21656 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
21657 if test "${ac_cv_sizeof_int+set}" = set; then
21658   echo $ECHO_N "(cached) $ECHO_C" >&6
21659 else
21660   if test "$cross_compiling" = yes; then
21661   # Depending upon the size, compute the lo and hi bounds.
21662 cat >conftest.$ac_ext <<_ACEOF
21663 /* confdefs.h.  */
21664 _ACEOF
21665 cat confdefs.h >>conftest.$ac_ext
21666 cat >>conftest.$ac_ext <<_ACEOF
21667 /* end confdefs.h.  */
21668 $ac_includes_default
21669    typedef int ac__type_sizeof_;
21670 int
21671 main ()
21672 {
21673 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21674 test_array [0] = 0
21675
21676   ;
21677   return 0;
21678 }
21679 _ACEOF
21680 rm -f conftest.$ac_objext
21681 if { (ac_try="$ac_compile"
21682 case "(($ac_try" in
21683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21684   *) ac_try_echo=$ac_try;;
21685 esac
21686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21687   (eval "$ac_compile") 2>conftest.er1
21688   ac_status=$?
21689   grep -v '^ *+' conftest.er1 >conftest.err
21690   rm -f conftest.er1
21691   cat conftest.err >&5
21692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21693   (exit $ac_status); } && {
21694          test -z "$ac_c_werror_flag" ||
21695          test ! -s conftest.err
21696        } && test -s conftest.$ac_objext; then
21697   ac_lo=0 ac_mid=0
21698   while :; do
21699     cat >conftest.$ac_ext <<_ACEOF
21700 /* confdefs.h.  */
21701 _ACEOF
21702 cat confdefs.h >>conftest.$ac_ext
21703 cat >>conftest.$ac_ext <<_ACEOF
21704 /* end confdefs.h.  */
21705 $ac_includes_default
21706    typedef int ac__type_sizeof_;
21707 int
21708 main ()
21709 {
21710 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21711 test_array [0] = 0
21712
21713   ;
21714   return 0;
21715 }
21716 _ACEOF
21717 rm -f conftest.$ac_objext
21718 if { (ac_try="$ac_compile"
21719 case "(($ac_try" in
21720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21721   *) ac_try_echo=$ac_try;;
21722 esac
21723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21724   (eval "$ac_compile") 2>conftest.er1
21725   ac_status=$?
21726   grep -v '^ *+' conftest.er1 >conftest.err
21727   rm -f conftest.er1
21728   cat conftest.err >&5
21729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21730   (exit $ac_status); } && {
21731          test -z "$ac_c_werror_flag" ||
21732          test ! -s conftest.err
21733        } && test -s conftest.$ac_objext; then
21734   ac_hi=$ac_mid; break
21735 else
21736   echo "$as_me: failed program was:" >&5
21737 sed 's/^/| /' conftest.$ac_ext >&5
21738
21739         ac_lo=`expr $ac_mid + 1`
21740                         if test $ac_lo -le $ac_mid; then
21741                           ac_lo= ac_hi=
21742                           break
21743                         fi
21744                         ac_mid=`expr 2 '*' $ac_mid + 1`
21745 fi
21746
21747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21748   done
21749 else
21750   echo "$as_me: failed program was:" >&5
21751 sed 's/^/| /' conftest.$ac_ext >&5
21752
21753         cat >conftest.$ac_ext <<_ACEOF
21754 /* confdefs.h.  */
21755 _ACEOF
21756 cat confdefs.h >>conftest.$ac_ext
21757 cat >>conftest.$ac_ext <<_ACEOF
21758 /* end confdefs.h.  */
21759 $ac_includes_default
21760    typedef int ac__type_sizeof_;
21761 int
21762 main ()
21763 {
21764 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21765 test_array [0] = 0
21766
21767   ;
21768   return 0;
21769 }
21770 _ACEOF
21771 rm -f conftest.$ac_objext
21772 if { (ac_try="$ac_compile"
21773 case "(($ac_try" in
21774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21775   *) ac_try_echo=$ac_try;;
21776 esac
21777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21778   (eval "$ac_compile") 2>conftest.er1
21779   ac_status=$?
21780   grep -v '^ *+' conftest.er1 >conftest.err
21781   rm -f conftest.er1
21782   cat conftest.err >&5
21783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21784   (exit $ac_status); } && {
21785          test -z "$ac_c_werror_flag" ||
21786          test ! -s conftest.err
21787        } && test -s conftest.$ac_objext; then
21788   ac_hi=-1 ac_mid=-1
21789   while :; do
21790     cat >conftest.$ac_ext <<_ACEOF
21791 /* confdefs.h.  */
21792 _ACEOF
21793 cat confdefs.h >>conftest.$ac_ext
21794 cat >>conftest.$ac_ext <<_ACEOF
21795 /* end confdefs.h.  */
21796 $ac_includes_default
21797    typedef int ac__type_sizeof_;
21798 int
21799 main ()
21800 {
21801 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21802 test_array [0] = 0
21803
21804   ;
21805   return 0;
21806 }
21807 _ACEOF
21808 rm -f conftest.$ac_objext
21809 if { (ac_try="$ac_compile"
21810 case "(($ac_try" in
21811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21812   *) ac_try_echo=$ac_try;;
21813 esac
21814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21815   (eval "$ac_compile") 2>conftest.er1
21816   ac_status=$?
21817   grep -v '^ *+' conftest.er1 >conftest.err
21818   rm -f conftest.er1
21819   cat conftest.err >&5
21820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21821   (exit $ac_status); } && {
21822          test -z "$ac_c_werror_flag" ||
21823          test ! -s conftest.err
21824        } && test -s conftest.$ac_objext; then
21825   ac_lo=$ac_mid; break
21826 else
21827   echo "$as_me: failed program was:" >&5
21828 sed 's/^/| /' conftest.$ac_ext >&5
21829
21830         ac_hi=`expr '(' $ac_mid ')' - 1`
21831                         if test $ac_mid -le $ac_hi; then
21832                           ac_lo= ac_hi=
21833                           break
21834                         fi
21835                         ac_mid=`expr 2 '*' $ac_mid`
21836 fi
21837
21838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21839   done
21840 else
21841   echo "$as_me: failed program was:" >&5
21842 sed 's/^/| /' conftest.$ac_ext >&5
21843
21844         ac_lo= ac_hi=
21845 fi
21846
21847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21848 fi
21849
21850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21851 # Binary search between lo and hi bounds.
21852 while test "x$ac_lo" != "x$ac_hi"; do
21853   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21854   cat >conftest.$ac_ext <<_ACEOF
21855 /* confdefs.h.  */
21856 _ACEOF
21857 cat confdefs.h >>conftest.$ac_ext
21858 cat >>conftest.$ac_ext <<_ACEOF
21859 /* end confdefs.h.  */
21860 $ac_includes_default
21861    typedef int ac__type_sizeof_;
21862 int
21863 main ()
21864 {
21865 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21866 test_array [0] = 0
21867
21868   ;
21869   return 0;
21870 }
21871 _ACEOF
21872 rm -f conftest.$ac_objext
21873 if { (ac_try="$ac_compile"
21874 case "(($ac_try" in
21875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21876   *) ac_try_echo=$ac_try;;
21877 esac
21878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21879   (eval "$ac_compile") 2>conftest.er1
21880   ac_status=$?
21881   grep -v '^ *+' conftest.er1 >conftest.err
21882   rm -f conftest.er1
21883   cat conftest.err >&5
21884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21885   (exit $ac_status); } && {
21886          test -z "$ac_c_werror_flag" ||
21887          test ! -s conftest.err
21888        } && test -s conftest.$ac_objext; then
21889   ac_hi=$ac_mid
21890 else
21891   echo "$as_me: failed program was:" >&5
21892 sed 's/^/| /' conftest.$ac_ext >&5
21893
21894         ac_lo=`expr '(' $ac_mid ')' + 1`
21895 fi
21896
21897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21898 done
21899 case $ac_lo in
21900 ?*) ac_cv_sizeof_int=$ac_lo;;
21901 '') if test "$ac_cv_type_int" = yes; then
21902      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21903 See \`config.log' for more details." >&5
21904 echo "$as_me: error: cannot compute sizeof (int)
21905 See \`config.log' for more details." >&2;}
21906    { (exit 77); exit 77; }; }
21907    else
21908      ac_cv_sizeof_int=0
21909    fi ;;
21910 esac
21911 else
21912   cat >conftest.$ac_ext <<_ACEOF
21913 /* confdefs.h.  */
21914 _ACEOF
21915 cat confdefs.h >>conftest.$ac_ext
21916 cat >>conftest.$ac_ext <<_ACEOF
21917 /* end confdefs.h.  */
21918 $ac_includes_default
21919    typedef int ac__type_sizeof_;
21920 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21921 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21922 #include <stdio.h>
21923 #include <stdlib.h>
21924 int
21925 main ()
21926 {
21927
21928   FILE *f = fopen ("conftest.val", "w");
21929   if (! f)
21930     return 1;
21931   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21932     {
21933       long int i = longval ();
21934       if (i != ((long int) (sizeof (ac__type_sizeof_))))
21935         return 1;
21936       fprintf (f, "%ld\n", i);
21937     }
21938   else
21939     {
21940       unsigned long int i = ulongval ();
21941       if (i != ((long int) (sizeof (ac__type_sizeof_))))
21942         return 1;
21943       fprintf (f, "%lu\n", i);
21944     }
21945   return ferror (f) || fclose (f) != 0;
21946
21947   ;
21948   return 0;
21949 }
21950 _ACEOF
21951 rm -f conftest$ac_exeext
21952 if { (ac_try="$ac_link"
21953 case "(($ac_try" in
21954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21955   *) ac_try_echo=$ac_try;;
21956 esac
21957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21958   (eval "$ac_link") 2>&5
21959   ac_status=$?
21960   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21961   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21962   { (case "(($ac_try" in
21963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21964   *) ac_try_echo=$ac_try;;
21965 esac
21966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21967   (eval "$ac_try") 2>&5
21968   ac_status=$?
21969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21970   (exit $ac_status); }; }; then
21971   ac_cv_sizeof_int=`cat conftest.val`
21972 else
21973   echo "$as_me: program exited with status $ac_status" >&5
21974 echo "$as_me: failed program was:" >&5
21975 sed 's/^/| /' conftest.$ac_ext >&5
21976
21977 ( exit $ac_status )
21978 if test "$ac_cv_type_int" = yes; then
21979      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21980 See \`config.log' for more details." >&5
21981 echo "$as_me: error: cannot compute sizeof (int)
21982 See \`config.log' for more details." >&2;}
21983    { (exit 77); exit 77; }; }
21984    else
21985      ac_cv_sizeof_int=0
21986    fi
21987 fi
21988 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21989 fi
21990 rm -f conftest.val
21991 fi
21992 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
21993 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
21994
21995
21996
21997 cat >>confdefs.h <<_ACEOF
21998 #define SIZEOF_INT $ac_cv_sizeof_int
21999 _ACEOF
22000
22001
22002 { echo "$as_me:$LINENO: checking for long" >&5
22003 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
22004 if test "${ac_cv_type_long+set}" = set; then
22005   echo $ECHO_N "(cached) $ECHO_C" >&6
22006 else
22007   cat >conftest.$ac_ext <<_ACEOF
22008 /* confdefs.h.  */
22009 _ACEOF
22010 cat confdefs.h >>conftest.$ac_ext
22011 cat >>conftest.$ac_ext <<_ACEOF
22012 /* end confdefs.h.  */
22013 $ac_includes_default
22014 typedef long ac__type_new_;
22015 int
22016 main ()
22017 {
22018 if ((ac__type_new_ *) 0)
22019   return 0;
22020 if (sizeof (ac__type_new_))
22021   return 0;
22022   ;
22023   return 0;
22024 }
22025 _ACEOF
22026 rm -f conftest.$ac_objext
22027 if { (ac_try="$ac_compile"
22028 case "(($ac_try" in
22029   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22030   *) ac_try_echo=$ac_try;;
22031 esac
22032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22033   (eval "$ac_compile") 2>conftest.er1
22034   ac_status=$?
22035   grep -v '^ *+' conftest.er1 >conftest.err
22036   rm -f conftest.er1
22037   cat conftest.err >&5
22038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22039   (exit $ac_status); } && {
22040          test -z "$ac_c_werror_flag" ||
22041          test ! -s conftest.err
22042        } && test -s conftest.$ac_objext; then
22043   ac_cv_type_long=yes
22044 else
22045   echo "$as_me: failed program was:" >&5
22046 sed 's/^/| /' conftest.$ac_ext >&5
22047
22048         ac_cv_type_long=no
22049 fi
22050
22051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22052 fi
22053 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
22054 echo "${ECHO_T}$ac_cv_type_long" >&6; }
22055
22056 # The cast to long int works around a bug in the HP C Compiler
22057 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22058 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22059 # This bug is HP SR number 8606223364.
22060 { echo "$as_me:$LINENO: checking size of long" >&5
22061 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
22062 if test "${ac_cv_sizeof_long+set}" = set; then
22063   echo $ECHO_N "(cached) $ECHO_C" >&6
22064 else
22065   if test "$cross_compiling" = yes; then
22066   # Depending upon the size, compute the lo and hi bounds.
22067 cat >conftest.$ac_ext <<_ACEOF
22068 /* confdefs.h.  */
22069 _ACEOF
22070 cat confdefs.h >>conftest.$ac_ext
22071 cat >>conftest.$ac_ext <<_ACEOF
22072 /* end confdefs.h.  */
22073 $ac_includes_default
22074    typedef long ac__type_sizeof_;
22075 int
22076 main ()
22077 {
22078 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22079 test_array [0] = 0
22080
22081   ;
22082   return 0;
22083 }
22084 _ACEOF
22085 rm -f conftest.$ac_objext
22086 if { (ac_try="$ac_compile"
22087 case "(($ac_try" in
22088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22089   *) ac_try_echo=$ac_try;;
22090 esac
22091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22092   (eval "$ac_compile") 2>conftest.er1
22093   ac_status=$?
22094   grep -v '^ *+' conftest.er1 >conftest.err
22095   rm -f conftest.er1
22096   cat conftest.err >&5
22097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22098   (exit $ac_status); } && {
22099          test -z "$ac_c_werror_flag" ||
22100          test ! -s conftest.err
22101        } && test -s conftest.$ac_objext; then
22102   ac_lo=0 ac_mid=0
22103   while :; do
22104     cat >conftest.$ac_ext <<_ACEOF
22105 /* confdefs.h.  */
22106 _ACEOF
22107 cat confdefs.h >>conftest.$ac_ext
22108 cat >>conftest.$ac_ext <<_ACEOF
22109 /* end confdefs.h.  */
22110 $ac_includes_default
22111    typedef long ac__type_sizeof_;
22112 int
22113 main ()
22114 {
22115 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22116 test_array [0] = 0
22117
22118   ;
22119   return 0;
22120 }
22121 _ACEOF
22122 rm -f conftest.$ac_objext
22123 if { (ac_try="$ac_compile"
22124 case "(($ac_try" in
22125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22126   *) ac_try_echo=$ac_try;;
22127 esac
22128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22129   (eval "$ac_compile") 2>conftest.er1
22130   ac_status=$?
22131   grep -v '^ *+' conftest.er1 >conftest.err
22132   rm -f conftest.er1
22133   cat conftest.err >&5
22134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22135   (exit $ac_status); } && {
22136          test -z "$ac_c_werror_flag" ||
22137          test ! -s conftest.err
22138        } && test -s conftest.$ac_objext; then
22139   ac_hi=$ac_mid; break
22140 else
22141   echo "$as_me: failed program was:" >&5
22142 sed 's/^/| /' conftest.$ac_ext >&5
22143
22144         ac_lo=`expr $ac_mid + 1`
22145                         if test $ac_lo -le $ac_mid; then
22146                           ac_lo= ac_hi=
22147                           break
22148                         fi
22149                         ac_mid=`expr 2 '*' $ac_mid + 1`
22150 fi
22151
22152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22153   done
22154 else
22155   echo "$as_me: failed program was:" >&5
22156 sed 's/^/| /' conftest.$ac_ext >&5
22157
22158         cat >conftest.$ac_ext <<_ACEOF
22159 /* confdefs.h.  */
22160 _ACEOF
22161 cat confdefs.h >>conftest.$ac_ext
22162 cat >>conftest.$ac_ext <<_ACEOF
22163 /* end confdefs.h.  */
22164 $ac_includes_default
22165    typedef long ac__type_sizeof_;
22166 int
22167 main ()
22168 {
22169 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22170 test_array [0] = 0
22171
22172   ;
22173   return 0;
22174 }
22175 _ACEOF
22176 rm -f conftest.$ac_objext
22177 if { (ac_try="$ac_compile"
22178 case "(($ac_try" in
22179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22180   *) ac_try_echo=$ac_try;;
22181 esac
22182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22183   (eval "$ac_compile") 2>conftest.er1
22184   ac_status=$?
22185   grep -v '^ *+' conftest.er1 >conftest.err
22186   rm -f conftest.er1
22187   cat conftest.err >&5
22188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22189   (exit $ac_status); } && {
22190          test -z "$ac_c_werror_flag" ||
22191          test ! -s conftest.err
22192        } && test -s conftest.$ac_objext; then
22193   ac_hi=-1 ac_mid=-1
22194   while :; do
22195     cat >conftest.$ac_ext <<_ACEOF
22196 /* confdefs.h.  */
22197 _ACEOF
22198 cat confdefs.h >>conftest.$ac_ext
22199 cat >>conftest.$ac_ext <<_ACEOF
22200 /* end confdefs.h.  */
22201 $ac_includes_default
22202    typedef long ac__type_sizeof_;
22203 int
22204 main ()
22205 {
22206 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22207 test_array [0] = 0
22208
22209   ;
22210   return 0;
22211 }
22212 _ACEOF
22213 rm -f conftest.$ac_objext
22214 if { (ac_try="$ac_compile"
22215 case "(($ac_try" in
22216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22217   *) ac_try_echo=$ac_try;;
22218 esac
22219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22220   (eval "$ac_compile") 2>conftest.er1
22221   ac_status=$?
22222   grep -v '^ *+' conftest.er1 >conftest.err
22223   rm -f conftest.er1
22224   cat conftest.err >&5
22225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22226   (exit $ac_status); } && {
22227          test -z "$ac_c_werror_flag" ||
22228          test ! -s conftest.err
22229        } && test -s conftest.$ac_objext; then
22230   ac_lo=$ac_mid; break
22231 else
22232   echo "$as_me: failed program was:" >&5
22233 sed 's/^/| /' conftest.$ac_ext >&5
22234
22235         ac_hi=`expr '(' $ac_mid ')' - 1`
22236                         if test $ac_mid -le $ac_hi; then
22237                           ac_lo= ac_hi=
22238                           break
22239                         fi
22240                         ac_mid=`expr 2 '*' $ac_mid`
22241 fi
22242
22243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22244   done
22245 else
22246   echo "$as_me: failed program was:" >&5
22247 sed 's/^/| /' conftest.$ac_ext >&5
22248
22249         ac_lo= ac_hi=
22250 fi
22251
22252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22253 fi
22254
22255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22256 # Binary search between lo and hi bounds.
22257 while test "x$ac_lo" != "x$ac_hi"; do
22258   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22259   cat >conftest.$ac_ext <<_ACEOF
22260 /* confdefs.h.  */
22261 _ACEOF
22262 cat confdefs.h >>conftest.$ac_ext
22263 cat >>conftest.$ac_ext <<_ACEOF
22264 /* end confdefs.h.  */
22265 $ac_includes_default
22266    typedef long ac__type_sizeof_;
22267 int
22268 main ()
22269 {
22270 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22271 test_array [0] = 0
22272
22273   ;
22274   return 0;
22275 }
22276 _ACEOF
22277 rm -f conftest.$ac_objext
22278 if { (ac_try="$ac_compile"
22279 case "(($ac_try" in
22280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22281   *) ac_try_echo=$ac_try;;
22282 esac
22283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22284   (eval "$ac_compile") 2>conftest.er1
22285   ac_status=$?
22286   grep -v '^ *+' conftest.er1 >conftest.err
22287   rm -f conftest.er1
22288   cat conftest.err >&5
22289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290   (exit $ac_status); } && {
22291          test -z "$ac_c_werror_flag" ||
22292          test ! -s conftest.err
22293        } && test -s conftest.$ac_objext; then
22294   ac_hi=$ac_mid
22295 else
22296   echo "$as_me: failed program was:" >&5
22297 sed 's/^/| /' conftest.$ac_ext >&5
22298
22299         ac_lo=`expr '(' $ac_mid ')' + 1`
22300 fi
22301
22302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22303 done
22304 case $ac_lo in
22305 ?*) ac_cv_sizeof_long=$ac_lo;;
22306 '') if test "$ac_cv_type_long" = yes; then
22307      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
22308 See \`config.log' for more details." >&5
22309 echo "$as_me: error: cannot compute sizeof (long)
22310 See \`config.log' for more details." >&2;}
22311    { (exit 77); exit 77; }; }
22312    else
22313      ac_cv_sizeof_long=0
22314    fi ;;
22315 esac
22316 else
22317   cat >conftest.$ac_ext <<_ACEOF
22318 /* confdefs.h.  */
22319 _ACEOF
22320 cat confdefs.h >>conftest.$ac_ext
22321 cat >>conftest.$ac_ext <<_ACEOF
22322 /* end confdefs.h.  */
22323 $ac_includes_default
22324    typedef long ac__type_sizeof_;
22325 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22326 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22327 #include <stdio.h>
22328 #include <stdlib.h>
22329 int
22330 main ()
22331 {
22332
22333   FILE *f = fopen ("conftest.val", "w");
22334   if (! f)
22335     return 1;
22336   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22337     {
22338       long int i = longval ();
22339       if (i != ((long int) (sizeof (ac__type_sizeof_))))
22340         return 1;
22341       fprintf (f, "%ld\n", i);
22342     }
22343   else
22344     {
22345       unsigned long int i = ulongval ();
22346       if (i != ((long int) (sizeof (ac__type_sizeof_))))
22347         return 1;
22348       fprintf (f, "%lu\n", i);
22349     }
22350   return ferror (f) || fclose (f) != 0;
22351
22352   ;
22353   return 0;
22354 }
22355 _ACEOF
22356 rm -f conftest$ac_exeext
22357 if { (ac_try="$ac_link"
22358 case "(($ac_try" in
22359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22360   *) ac_try_echo=$ac_try;;
22361 esac
22362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22363   (eval "$ac_link") 2>&5
22364   ac_status=$?
22365   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22366   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22367   { (case "(($ac_try" in
22368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22369   *) ac_try_echo=$ac_try;;
22370 esac
22371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22372   (eval "$ac_try") 2>&5
22373   ac_status=$?
22374   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22375   (exit $ac_status); }; }; then
22376   ac_cv_sizeof_long=`cat conftest.val`
22377 else
22378   echo "$as_me: program exited with status $ac_status" >&5
22379 echo "$as_me: failed program was:" >&5
22380 sed 's/^/| /' conftest.$ac_ext >&5
22381
22382 ( exit $ac_status )
22383 if test "$ac_cv_type_long" = yes; then
22384      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
22385 See \`config.log' for more details." >&5
22386 echo "$as_me: error: cannot compute sizeof (long)
22387 See \`config.log' for more details." >&2;}
22388    { (exit 77); exit 77; }; }
22389    else
22390      ac_cv_sizeof_long=0
22391    fi
22392 fi
22393 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22394 fi
22395 rm -f conftest.val
22396 fi
22397 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
22398 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
22399
22400
22401
22402 cat >>confdefs.h <<_ACEOF
22403 #define SIZEOF_LONG $ac_cv_sizeof_long
22404 _ACEOF
22405
22406
22407 { echo "$as_me:$LINENO: checking for size_t" >&5
22408 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
22409 if test "${ac_cv_type_size_t+set}" = set; then
22410   echo $ECHO_N "(cached) $ECHO_C" >&6
22411 else
22412   cat >conftest.$ac_ext <<_ACEOF
22413 /* confdefs.h.  */
22414 _ACEOF
22415 cat confdefs.h >>conftest.$ac_ext
22416 cat >>conftest.$ac_ext <<_ACEOF
22417 /* end confdefs.h.  */
22418 $ac_includes_default
22419 typedef size_t ac__type_new_;
22420 int
22421 main ()
22422 {
22423 if ((ac__type_new_ *) 0)
22424   return 0;
22425 if (sizeof (ac__type_new_))
22426   return 0;
22427   ;
22428   return 0;
22429 }
22430 _ACEOF
22431 rm -f conftest.$ac_objext
22432 if { (ac_try="$ac_compile"
22433 case "(($ac_try" in
22434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22435   *) ac_try_echo=$ac_try;;
22436 esac
22437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22438   (eval "$ac_compile") 2>conftest.er1
22439   ac_status=$?
22440   grep -v '^ *+' conftest.er1 >conftest.err
22441   rm -f conftest.er1
22442   cat conftest.err >&5
22443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22444   (exit $ac_status); } && {
22445          test -z "$ac_c_werror_flag" ||
22446          test ! -s conftest.err
22447        } && test -s conftest.$ac_objext; then
22448   ac_cv_type_size_t=yes
22449 else
22450   echo "$as_me: failed program was:" >&5
22451 sed 's/^/| /' conftest.$ac_ext >&5
22452
22453         ac_cv_type_size_t=no
22454 fi
22455
22456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22457 fi
22458 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
22459 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
22460
22461 # The cast to long int works around a bug in the HP C Compiler
22462 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22463 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22464 # This bug is HP SR number 8606223364.
22465 { echo "$as_me:$LINENO: checking size of size_t" >&5
22466 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
22467 if test "${ac_cv_sizeof_size_t+set}" = set; then
22468   echo $ECHO_N "(cached) $ECHO_C" >&6
22469 else
22470   if test "$cross_compiling" = yes; then
22471   # Depending upon the size, compute the lo and hi bounds.
22472 cat >conftest.$ac_ext <<_ACEOF
22473 /* confdefs.h.  */
22474 _ACEOF
22475 cat confdefs.h >>conftest.$ac_ext
22476 cat >>conftest.$ac_ext <<_ACEOF
22477 /* end confdefs.h.  */
22478 $ac_includes_default
22479    typedef size_t ac__type_sizeof_;
22480 int
22481 main ()
22482 {
22483 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22484 test_array [0] = 0
22485
22486   ;
22487   return 0;
22488 }
22489 _ACEOF
22490 rm -f conftest.$ac_objext
22491 if { (ac_try="$ac_compile"
22492 case "(($ac_try" in
22493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22494   *) ac_try_echo=$ac_try;;
22495 esac
22496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22497   (eval "$ac_compile") 2>conftest.er1
22498   ac_status=$?
22499   grep -v '^ *+' conftest.er1 >conftest.err
22500   rm -f conftest.er1
22501   cat conftest.err >&5
22502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22503   (exit $ac_status); } && {
22504          test -z "$ac_c_werror_flag" ||
22505          test ! -s conftest.err
22506        } && test -s conftest.$ac_objext; then
22507   ac_lo=0 ac_mid=0
22508   while :; do
22509     cat >conftest.$ac_ext <<_ACEOF
22510 /* confdefs.h.  */
22511 _ACEOF
22512 cat confdefs.h >>conftest.$ac_ext
22513 cat >>conftest.$ac_ext <<_ACEOF
22514 /* end confdefs.h.  */
22515 $ac_includes_default
22516    typedef size_t ac__type_sizeof_;
22517 int
22518 main ()
22519 {
22520 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22521 test_array [0] = 0
22522
22523   ;
22524   return 0;
22525 }
22526 _ACEOF
22527 rm -f conftest.$ac_objext
22528 if { (ac_try="$ac_compile"
22529 case "(($ac_try" in
22530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22531   *) ac_try_echo=$ac_try;;
22532 esac
22533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22534   (eval "$ac_compile") 2>conftest.er1
22535   ac_status=$?
22536   grep -v '^ *+' conftest.er1 >conftest.err
22537   rm -f conftest.er1
22538   cat conftest.err >&5
22539   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22540   (exit $ac_status); } && {
22541          test -z "$ac_c_werror_flag" ||
22542          test ! -s conftest.err
22543        } && test -s conftest.$ac_objext; then
22544   ac_hi=$ac_mid; break
22545 else
22546   echo "$as_me: failed program was:" >&5
22547 sed 's/^/| /' conftest.$ac_ext >&5
22548
22549         ac_lo=`expr $ac_mid + 1`
22550                         if test $ac_lo -le $ac_mid; then
22551                           ac_lo= ac_hi=
22552                           break
22553                         fi
22554                         ac_mid=`expr 2 '*' $ac_mid + 1`
22555 fi
22556
22557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22558   done
22559 else
22560   echo "$as_me: failed program was:" >&5
22561 sed 's/^/| /' conftest.$ac_ext >&5
22562
22563         cat >conftest.$ac_ext <<_ACEOF
22564 /* confdefs.h.  */
22565 _ACEOF
22566 cat confdefs.h >>conftest.$ac_ext
22567 cat >>conftest.$ac_ext <<_ACEOF
22568 /* end confdefs.h.  */
22569 $ac_includes_default
22570    typedef size_t ac__type_sizeof_;
22571 int
22572 main ()
22573 {
22574 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22575 test_array [0] = 0
22576
22577   ;
22578   return 0;
22579 }
22580 _ACEOF
22581 rm -f conftest.$ac_objext
22582 if { (ac_try="$ac_compile"
22583 case "(($ac_try" in
22584   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22585   *) ac_try_echo=$ac_try;;
22586 esac
22587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22588   (eval "$ac_compile") 2>conftest.er1
22589   ac_status=$?
22590   grep -v '^ *+' conftest.er1 >conftest.err
22591   rm -f conftest.er1
22592   cat conftest.err >&5
22593   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22594   (exit $ac_status); } && {
22595          test -z "$ac_c_werror_flag" ||
22596          test ! -s conftest.err
22597        } && test -s conftest.$ac_objext; then
22598   ac_hi=-1 ac_mid=-1
22599   while :; do
22600     cat >conftest.$ac_ext <<_ACEOF
22601 /* confdefs.h.  */
22602 _ACEOF
22603 cat confdefs.h >>conftest.$ac_ext
22604 cat >>conftest.$ac_ext <<_ACEOF
22605 /* end confdefs.h.  */
22606 $ac_includes_default
22607    typedef size_t ac__type_sizeof_;
22608 int
22609 main ()
22610 {
22611 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22612 test_array [0] = 0
22613
22614   ;
22615   return 0;
22616 }
22617 _ACEOF
22618 rm -f conftest.$ac_objext
22619 if { (ac_try="$ac_compile"
22620 case "(($ac_try" in
22621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22622   *) ac_try_echo=$ac_try;;
22623 esac
22624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22625   (eval "$ac_compile") 2>conftest.er1
22626   ac_status=$?
22627   grep -v '^ *+' conftest.er1 >conftest.err
22628   rm -f conftest.er1
22629   cat conftest.err >&5
22630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22631   (exit $ac_status); } && {
22632          test -z "$ac_c_werror_flag" ||
22633          test ! -s conftest.err
22634        } && test -s conftest.$ac_objext; then
22635   ac_lo=$ac_mid; break
22636 else
22637   echo "$as_me: failed program was:" >&5
22638 sed 's/^/| /' conftest.$ac_ext >&5
22639
22640         ac_hi=`expr '(' $ac_mid ')' - 1`
22641                         if test $ac_mid -le $ac_hi; then
22642                           ac_lo= ac_hi=
22643                           break
22644                         fi
22645                         ac_mid=`expr 2 '*' $ac_mid`
22646 fi
22647
22648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22649   done
22650 else
22651   echo "$as_me: failed program was:" >&5
22652 sed 's/^/| /' conftest.$ac_ext >&5
22653
22654         ac_lo= ac_hi=
22655 fi
22656
22657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22658 fi
22659
22660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22661 # Binary search between lo and hi bounds.
22662 while test "x$ac_lo" != "x$ac_hi"; do
22663   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22664   cat >conftest.$ac_ext <<_ACEOF
22665 /* confdefs.h.  */
22666 _ACEOF
22667 cat confdefs.h >>conftest.$ac_ext
22668 cat >>conftest.$ac_ext <<_ACEOF
22669 /* end confdefs.h.  */
22670 $ac_includes_default
22671    typedef size_t ac__type_sizeof_;
22672 int
22673 main ()
22674 {
22675 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22676 test_array [0] = 0
22677
22678   ;
22679   return 0;
22680 }
22681 _ACEOF
22682 rm -f conftest.$ac_objext
22683 if { (ac_try="$ac_compile"
22684 case "(($ac_try" in
22685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22686   *) ac_try_echo=$ac_try;;
22687 esac
22688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22689   (eval "$ac_compile") 2>conftest.er1
22690   ac_status=$?
22691   grep -v '^ *+' conftest.er1 >conftest.err
22692   rm -f conftest.er1
22693   cat conftest.err >&5
22694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22695   (exit $ac_status); } && {
22696          test -z "$ac_c_werror_flag" ||
22697          test ! -s conftest.err
22698        } && test -s conftest.$ac_objext; then
22699   ac_hi=$ac_mid
22700 else
22701   echo "$as_me: failed program was:" >&5
22702 sed 's/^/| /' conftest.$ac_ext >&5
22703
22704         ac_lo=`expr '(' $ac_mid ')' + 1`
22705 fi
22706
22707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22708 done
22709 case $ac_lo in
22710 ?*) ac_cv_sizeof_size_t=$ac_lo;;
22711 '') if test "$ac_cv_type_size_t" = yes; then
22712      { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
22713 See \`config.log' for more details." >&5
22714 echo "$as_me: error: cannot compute sizeof (size_t)
22715 See \`config.log' for more details." >&2;}
22716    { (exit 77); exit 77; }; }
22717    else
22718      ac_cv_sizeof_size_t=0
22719    fi ;;
22720 esac
22721 else
22722   cat >conftest.$ac_ext <<_ACEOF
22723 /* confdefs.h.  */
22724 _ACEOF
22725 cat confdefs.h >>conftest.$ac_ext
22726 cat >>conftest.$ac_ext <<_ACEOF
22727 /* end confdefs.h.  */
22728 $ac_includes_default
22729    typedef size_t ac__type_sizeof_;
22730 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22731 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22732 #include <stdio.h>
22733 #include <stdlib.h>
22734 int
22735 main ()
22736 {
22737
22738   FILE *f = fopen ("conftest.val", "w");
22739   if (! f)
22740     return 1;
22741   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22742     {
22743       long int i = longval ();
22744       if (i != ((long int) (sizeof (ac__type_sizeof_))))
22745         return 1;
22746       fprintf (f, "%ld\n", i);
22747     }
22748   else
22749     {
22750       unsigned long int i = ulongval ();
22751       if (i != ((long int) (sizeof (ac__type_sizeof_))))
22752         return 1;
22753       fprintf (f, "%lu\n", i);
22754     }
22755   return ferror (f) || fclose (f) != 0;
22756
22757   ;
22758   return 0;
22759 }
22760 _ACEOF
22761 rm -f conftest$ac_exeext
22762 if { (ac_try="$ac_link"
22763 case "(($ac_try" in
22764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22765   *) ac_try_echo=$ac_try;;
22766 esac
22767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22768   (eval "$ac_link") 2>&5
22769   ac_status=$?
22770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22771   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22772   { (case "(($ac_try" in
22773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22774   *) ac_try_echo=$ac_try;;
22775 esac
22776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22777   (eval "$ac_try") 2>&5
22778   ac_status=$?
22779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22780   (exit $ac_status); }; }; then
22781   ac_cv_sizeof_size_t=`cat conftest.val`
22782 else
22783   echo "$as_me: program exited with status $ac_status" >&5
22784 echo "$as_me: failed program was:" >&5
22785 sed 's/^/| /' conftest.$ac_ext >&5
22786
22787 ( exit $ac_status )
22788 if test "$ac_cv_type_size_t" = yes; then
22789      { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
22790 See \`config.log' for more details." >&5
22791 echo "$as_me: error: cannot compute sizeof (size_t)
22792 See \`config.log' for more details." >&2;}
22793    { (exit 77); exit 77; }; }
22794    else
22795      ac_cv_sizeof_size_t=0
22796    fi
22797 fi
22798 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22799 fi
22800 rm -f conftest.val
22801 fi
22802 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
22803 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
22804
22805
22806
22807 cat >>confdefs.h <<_ACEOF
22808 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
22809 _ACEOF
22810
22811
22812
22813 case "${host}" in
22814     arm-*-linux* )
22815         { echo "$as_me:$LINENO: checking for long long" >&5
22816 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22817 if test "${ac_cv_type_long_long+set}" = set; then
22818   echo $ECHO_N "(cached) $ECHO_C" >&6
22819 else
22820   cat >conftest.$ac_ext <<_ACEOF
22821 /* confdefs.h.  */
22822 _ACEOF
22823 cat confdefs.h >>conftest.$ac_ext
22824 cat >>conftest.$ac_ext <<_ACEOF
22825 /* end confdefs.h.  */
22826 $ac_includes_default
22827 typedef long long ac__type_new_;
22828 int
22829 main ()
22830 {
22831 if ((ac__type_new_ *) 0)
22832   return 0;
22833 if (sizeof (ac__type_new_))
22834   return 0;
22835   ;
22836   return 0;
22837 }
22838 _ACEOF
22839 rm -f conftest.$ac_objext
22840 if { (ac_try="$ac_compile"
22841 case "(($ac_try" in
22842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22843   *) ac_try_echo=$ac_try;;
22844 esac
22845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22846   (eval "$ac_compile") 2>conftest.er1
22847   ac_status=$?
22848   grep -v '^ *+' conftest.er1 >conftest.err
22849   rm -f conftest.er1
22850   cat conftest.err >&5
22851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22852   (exit $ac_status); } && {
22853          test -z "$ac_c_werror_flag" ||
22854          test ! -s conftest.err
22855        } && test -s conftest.$ac_objext; then
22856   ac_cv_type_long_long=yes
22857 else
22858   echo "$as_me: failed program was:" >&5
22859 sed 's/^/| /' conftest.$ac_ext >&5
22860
22861         ac_cv_type_long_long=no
22862 fi
22863
22864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22865 fi
22866 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22867 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22868
22869 # The cast to long int works around a bug in the HP C Compiler
22870 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22871 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22872 # This bug is HP SR number 8606223364.
22873 { echo "$as_me:$LINENO: checking size of long long" >&5
22874 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22875 if test "${ac_cv_sizeof_long_long+set}" = set; then
22876   echo $ECHO_N "(cached) $ECHO_C" >&6
22877 else
22878   if test "$cross_compiling" = yes; then
22879   # Depending upon the size, compute the lo and hi bounds.
22880 cat >conftest.$ac_ext <<_ACEOF
22881 /* confdefs.h.  */
22882 _ACEOF
22883 cat confdefs.h >>conftest.$ac_ext
22884 cat >>conftest.$ac_ext <<_ACEOF
22885 /* end confdefs.h.  */
22886 $ac_includes_default
22887    typedef long long ac__type_sizeof_;
22888 int
22889 main ()
22890 {
22891 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22892 test_array [0] = 0
22893
22894   ;
22895   return 0;
22896 }
22897 _ACEOF
22898 rm -f conftest.$ac_objext
22899 if { (ac_try="$ac_compile"
22900 case "(($ac_try" in
22901   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22902   *) ac_try_echo=$ac_try;;
22903 esac
22904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22905   (eval "$ac_compile") 2>conftest.er1
22906   ac_status=$?
22907   grep -v '^ *+' conftest.er1 >conftest.err
22908   rm -f conftest.er1
22909   cat conftest.err >&5
22910   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22911   (exit $ac_status); } && {
22912          test -z "$ac_c_werror_flag" ||
22913          test ! -s conftest.err
22914        } && test -s conftest.$ac_objext; then
22915   ac_lo=0 ac_mid=0
22916   while :; do
22917     cat >conftest.$ac_ext <<_ACEOF
22918 /* confdefs.h.  */
22919 _ACEOF
22920 cat confdefs.h >>conftest.$ac_ext
22921 cat >>conftest.$ac_ext <<_ACEOF
22922 /* end confdefs.h.  */
22923 $ac_includes_default
22924    typedef long long ac__type_sizeof_;
22925 int
22926 main ()
22927 {
22928 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22929 test_array [0] = 0
22930
22931   ;
22932   return 0;
22933 }
22934 _ACEOF
22935 rm -f conftest.$ac_objext
22936 if { (ac_try="$ac_compile"
22937 case "(($ac_try" in
22938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22939   *) ac_try_echo=$ac_try;;
22940 esac
22941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22942   (eval "$ac_compile") 2>conftest.er1
22943   ac_status=$?
22944   grep -v '^ *+' conftest.er1 >conftest.err
22945   rm -f conftest.er1
22946   cat conftest.err >&5
22947   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22948   (exit $ac_status); } && {
22949          test -z "$ac_c_werror_flag" ||
22950          test ! -s conftest.err
22951        } && test -s conftest.$ac_objext; then
22952   ac_hi=$ac_mid; break
22953 else
22954   echo "$as_me: failed program was:" >&5
22955 sed 's/^/| /' conftest.$ac_ext >&5
22956
22957         ac_lo=`expr $ac_mid + 1`
22958                         if test $ac_lo -le $ac_mid; then
22959                           ac_lo= ac_hi=
22960                           break
22961                         fi
22962                         ac_mid=`expr 2 '*' $ac_mid + 1`
22963 fi
22964
22965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22966   done
22967 else
22968   echo "$as_me: failed program was:" >&5
22969 sed 's/^/| /' conftest.$ac_ext >&5
22970
22971         cat >conftest.$ac_ext <<_ACEOF
22972 /* confdefs.h.  */
22973 _ACEOF
22974 cat confdefs.h >>conftest.$ac_ext
22975 cat >>conftest.$ac_ext <<_ACEOF
22976 /* end confdefs.h.  */
22977 $ac_includes_default
22978    typedef long long ac__type_sizeof_;
22979 int
22980 main ()
22981 {
22982 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22983 test_array [0] = 0
22984
22985   ;
22986   return 0;
22987 }
22988 _ACEOF
22989 rm -f conftest.$ac_objext
22990 if { (ac_try="$ac_compile"
22991 case "(($ac_try" in
22992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22993   *) ac_try_echo=$ac_try;;
22994 esac
22995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22996   (eval "$ac_compile") 2>conftest.er1
22997   ac_status=$?
22998   grep -v '^ *+' conftest.er1 >conftest.err
22999   rm -f conftest.er1
23000   cat conftest.err >&5
23001   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23002   (exit $ac_status); } && {
23003          test -z "$ac_c_werror_flag" ||
23004          test ! -s conftest.err
23005        } && test -s conftest.$ac_objext; then
23006   ac_hi=-1 ac_mid=-1
23007   while :; do
23008     cat >conftest.$ac_ext <<_ACEOF
23009 /* confdefs.h.  */
23010 _ACEOF
23011 cat confdefs.h >>conftest.$ac_ext
23012 cat >>conftest.$ac_ext <<_ACEOF
23013 /* end confdefs.h.  */
23014 $ac_includes_default
23015    typedef long long ac__type_sizeof_;
23016 int
23017 main ()
23018 {
23019 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23020 test_array [0] = 0
23021
23022   ;
23023   return 0;
23024 }
23025 _ACEOF
23026 rm -f conftest.$ac_objext
23027 if { (ac_try="$ac_compile"
23028 case "(($ac_try" in
23029   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23030   *) ac_try_echo=$ac_try;;
23031 esac
23032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23033   (eval "$ac_compile") 2>conftest.er1
23034   ac_status=$?
23035   grep -v '^ *+' conftest.er1 >conftest.err
23036   rm -f conftest.er1
23037   cat conftest.err >&5
23038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23039   (exit $ac_status); } && {
23040          test -z "$ac_c_werror_flag" ||
23041          test ! -s conftest.err
23042        } && test -s conftest.$ac_objext; then
23043   ac_lo=$ac_mid; break
23044 else
23045   echo "$as_me: failed program was:" >&5
23046 sed 's/^/| /' conftest.$ac_ext >&5
23047
23048         ac_hi=`expr '(' $ac_mid ')' - 1`
23049                         if test $ac_mid -le $ac_hi; then
23050                           ac_lo= ac_hi=
23051                           break
23052                         fi
23053                         ac_mid=`expr 2 '*' $ac_mid`
23054 fi
23055
23056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23057   done
23058 else
23059   echo "$as_me: failed program was:" >&5
23060 sed 's/^/| /' conftest.$ac_ext >&5
23061
23062         ac_lo= ac_hi=
23063 fi
23064
23065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23066 fi
23067
23068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23069 # Binary search between lo and hi bounds.
23070 while test "x$ac_lo" != "x$ac_hi"; do
23071   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23072   cat >conftest.$ac_ext <<_ACEOF
23073 /* confdefs.h.  */
23074 _ACEOF
23075 cat confdefs.h >>conftest.$ac_ext
23076 cat >>conftest.$ac_ext <<_ACEOF
23077 /* end confdefs.h.  */
23078 $ac_includes_default
23079    typedef long long ac__type_sizeof_;
23080 int
23081 main ()
23082 {
23083 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23084 test_array [0] = 0
23085
23086   ;
23087   return 0;
23088 }
23089 _ACEOF
23090 rm -f conftest.$ac_objext
23091 if { (ac_try="$ac_compile"
23092 case "(($ac_try" in
23093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23094   *) ac_try_echo=$ac_try;;
23095 esac
23096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23097   (eval "$ac_compile") 2>conftest.er1
23098   ac_status=$?
23099   grep -v '^ *+' conftest.er1 >conftest.err
23100   rm -f conftest.er1
23101   cat conftest.err >&5
23102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23103   (exit $ac_status); } && {
23104          test -z "$ac_c_werror_flag" ||
23105          test ! -s conftest.err
23106        } && test -s conftest.$ac_objext; then
23107   ac_hi=$ac_mid
23108 else
23109   echo "$as_me: failed program was:" >&5
23110 sed 's/^/| /' conftest.$ac_ext >&5
23111
23112         ac_lo=`expr '(' $ac_mid ')' + 1`
23113 fi
23114
23115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23116 done
23117 case $ac_lo in
23118 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23119 '') if test "$ac_cv_type_long_long" = yes; then
23120      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23121 See \`config.log' for more details." >&5
23122 echo "$as_me: error: cannot compute sizeof (long long)
23123 See \`config.log' for more details." >&2;}
23124    { (exit 77); exit 77; }; }
23125    else
23126      ac_cv_sizeof_long_long=0
23127    fi ;;
23128 esac
23129 else
23130   cat >conftest.$ac_ext <<_ACEOF
23131 /* confdefs.h.  */
23132 _ACEOF
23133 cat confdefs.h >>conftest.$ac_ext
23134 cat >>conftest.$ac_ext <<_ACEOF
23135 /* end confdefs.h.  */
23136 $ac_includes_default
23137    typedef long long ac__type_sizeof_;
23138 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23139 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23140 #include <stdio.h>
23141 #include <stdlib.h>
23142 int
23143 main ()
23144 {
23145
23146   FILE *f = fopen ("conftest.val", "w");
23147   if (! f)
23148     return 1;
23149   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23150     {
23151       long int i = longval ();
23152       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23153         return 1;
23154       fprintf (f, "%ld\n", i);
23155     }
23156   else
23157     {
23158       unsigned long int i = ulongval ();
23159       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23160         return 1;
23161       fprintf (f, "%lu\n", i);
23162     }
23163   return ferror (f) || fclose (f) != 0;
23164
23165   ;
23166   return 0;
23167 }
23168 _ACEOF
23169 rm -f conftest$ac_exeext
23170 if { (ac_try="$ac_link"
23171 case "(($ac_try" in
23172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23173   *) ac_try_echo=$ac_try;;
23174 esac
23175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23176   (eval "$ac_link") 2>&5
23177   ac_status=$?
23178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23179   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23180   { (case "(($ac_try" in
23181   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23182   *) ac_try_echo=$ac_try;;
23183 esac
23184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23185   (eval "$ac_try") 2>&5
23186   ac_status=$?
23187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23188   (exit $ac_status); }; }; then
23189   ac_cv_sizeof_long_long=`cat conftest.val`
23190 else
23191   echo "$as_me: program exited with status $ac_status" >&5
23192 echo "$as_me: failed program was:" >&5
23193 sed 's/^/| /' conftest.$ac_ext >&5
23194
23195 ( exit $ac_status )
23196 if test "$ac_cv_type_long_long" = yes; then
23197      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23198 See \`config.log' for more details." >&5
23199 echo "$as_me: error: cannot compute sizeof (long long)
23200 See \`config.log' for more details." >&2;}
23201    { (exit 77); exit 77; }; }
23202    else
23203      ac_cv_sizeof_long_long=0
23204    fi
23205 fi
23206 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23207 fi
23208 rm -f conftest.val
23209 fi
23210 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23211 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23212
23213
23214
23215 cat >>confdefs.h <<_ACEOF
23216 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23217 _ACEOF
23218
23219
23220     ;;
23221     *-hp-hpux* )
23222         { echo "$as_me:$LINENO: checking for long long" >&5
23223 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
23224 if test "${ac_cv_type_long_long+set}" = set; then
23225   echo $ECHO_N "(cached) $ECHO_C" >&6
23226 else
23227   cat >conftest.$ac_ext <<_ACEOF
23228 /* confdefs.h.  */
23229 _ACEOF
23230 cat confdefs.h >>conftest.$ac_ext
23231 cat >>conftest.$ac_ext <<_ACEOF
23232 /* end confdefs.h.  */
23233 $ac_includes_default
23234 typedef long long ac__type_new_;
23235 int
23236 main ()
23237 {
23238 if ((ac__type_new_ *) 0)
23239   return 0;
23240 if (sizeof (ac__type_new_))
23241   return 0;
23242   ;
23243   return 0;
23244 }
23245 _ACEOF
23246 rm -f conftest.$ac_objext
23247 if { (ac_try="$ac_compile"
23248 case "(($ac_try" in
23249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23250   *) ac_try_echo=$ac_try;;
23251 esac
23252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23253   (eval "$ac_compile") 2>conftest.er1
23254   ac_status=$?
23255   grep -v '^ *+' conftest.er1 >conftest.err
23256   rm -f conftest.er1
23257   cat conftest.err >&5
23258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23259   (exit $ac_status); } && {
23260          test -z "$ac_c_werror_flag" ||
23261          test ! -s conftest.err
23262        } && test -s conftest.$ac_objext; then
23263   ac_cv_type_long_long=yes
23264 else
23265   echo "$as_me: failed program was:" >&5
23266 sed 's/^/| /' conftest.$ac_ext >&5
23267
23268         ac_cv_type_long_long=no
23269 fi
23270
23271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23272 fi
23273 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23274 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23275
23276 # The cast to long int works around a bug in the HP C Compiler
23277 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23278 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23279 # This bug is HP SR number 8606223364.
23280 { echo "$as_me:$LINENO: checking size of long long" >&5
23281 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
23282 if test "${ac_cv_sizeof_long_long+set}" = set; then
23283   echo $ECHO_N "(cached) $ECHO_C" >&6
23284 else
23285   if test "$cross_compiling" = yes; then
23286   # Depending upon the size, compute the lo and hi bounds.
23287 cat >conftest.$ac_ext <<_ACEOF
23288 /* confdefs.h.  */
23289 _ACEOF
23290 cat confdefs.h >>conftest.$ac_ext
23291 cat >>conftest.$ac_ext <<_ACEOF
23292 /* end confdefs.h.  */
23293 $ac_includes_default
23294    typedef long long ac__type_sizeof_;
23295 int
23296 main ()
23297 {
23298 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23299 test_array [0] = 0
23300
23301   ;
23302   return 0;
23303 }
23304 _ACEOF
23305 rm -f conftest.$ac_objext
23306 if { (ac_try="$ac_compile"
23307 case "(($ac_try" in
23308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23309   *) ac_try_echo=$ac_try;;
23310 esac
23311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23312   (eval "$ac_compile") 2>conftest.er1
23313   ac_status=$?
23314   grep -v '^ *+' conftest.er1 >conftest.err
23315   rm -f conftest.er1
23316   cat conftest.err >&5
23317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23318   (exit $ac_status); } && {
23319          test -z "$ac_c_werror_flag" ||
23320          test ! -s conftest.err
23321        } && test -s conftest.$ac_objext; then
23322   ac_lo=0 ac_mid=0
23323   while :; do
23324     cat >conftest.$ac_ext <<_ACEOF
23325 /* confdefs.h.  */
23326 _ACEOF
23327 cat confdefs.h >>conftest.$ac_ext
23328 cat >>conftest.$ac_ext <<_ACEOF
23329 /* end confdefs.h.  */
23330 $ac_includes_default
23331    typedef long long ac__type_sizeof_;
23332 int
23333 main ()
23334 {
23335 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23336 test_array [0] = 0
23337
23338   ;
23339   return 0;
23340 }
23341 _ACEOF
23342 rm -f conftest.$ac_objext
23343 if { (ac_try="$ac_compile"
23344 case "(($ac_try" in
23345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23346   *) ac_try_echo=$ac_try;;
23347 esac
23348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23349   (eval "$ac_compile") 2>conftest.er1
23350   ac_status=$?
23351   grep -v '^ *+' conftest.er1 >conftest.err
23352   rm -f conftest.er1
23353   cat conftest.err >&5
23354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23355   (exit $ac_status); } && {
23356          test -z "$ac_c_werror_flag" ||
23357          test ! -s conftest.err
23358        } && test -s conftest.$ac_objext; then
23359   ac_hi=$ac_mid; break
23360 else
23361   echo "$as_me: failed program was:" >&5
23362 sed 's/^/| /' conftest.$ac_ext >&5
23363
23364         ac_lo=`expr $ac_mid + 1`
23365                         if test $ac_lo -le $ac_mid; then
23366                           ac_lo= ac_hi=
23367                           break
23368                         fi
23369                         ac_mid=`expr 2 '*' $ac_mid + 1`
23370 fi
23371
23372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23373   done
23374 else
23375   echo "$as_me: failed program was:" >&5
23376 sed 's/^/| /' conftest.$ac_ext >&5
23377
23378         cat >conftest.$ac_ext <<_ACEOF
23379 /* confdefs.h.  */
23380 _ACEOF
23381 cat confdefs.h >>conftest.$ac_ext
23382 cat >>conftest.$ac_ext <<_ACEOF
23383 /* end confdefs.h.  */
23384 $ac_includes_default
23385    typedef long long ac__type_sizeof_;
23386 int
23387 main ()
23388 {
23389 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23390 test_array [0] = 0
23391
23392   ;
23393   return 0;
23394 }
23395 _ACEOF
23396 rm -f conftest.$ac_objext
23397 if { (ac_try="$ac_compile"
23398 case "(($ac_try" in
23399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23400   *) ac_try_echo=$ac_try;;
23401 esac
23402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23403   (eval "$ac_compile") 2>conftest.er1
23404   ac_status=$?
23405   grep -v '^ *+' conftest.er1 >conftest.err
23406   rm -f conftest.er1
23407   cat conftest.err >&5
23408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23409   (exit $ac_status); } && {
23410          test -z "$ac_c_werror_flag" ||
23411          test ! -s conftest.err
23412        } && test -s conftest.$ac_objext; then
23413   ac_hi=-1 ac_mid=-1
23414   while :; do
23415     cat >conftest.$ac_ext <<_ACEOF
23416 /* confdefs.h.  */
23417 _ACEOF
23418 cat confdefs.h >>conftest.$ac_ext
23419 cat >>conftest.$ac_ext <<_ACEOF
23420 /* end confdefs.h.  */
23421 $ac_includes_default
23422    typedef long long ac__type_sizeof_;
23423 int
23424 main ()
23425 {
23426 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23427 test_array [0] = 0
23428
23429   ;
23430   return 0;
23431 }
23432 _ACEOF
23433 rm -f conftest.$ac_objext
23434 if { (ac_try="$ac_compile"
23435 case "(($ac_try" in
23436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23437   *) ac_try_echo=$ac_try;;
23438 esac
23439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23440   (eval "$ac_compile") 2>conftest.er1
23441   ac_status=$?
23442   grep -v '^ *+' conftest.er1 >conftest.err
23443   rm -f conftest.er1
23444   cat conftest.err >&5
23445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23446   (exit $ac_status); } && {
23447          test -z "$ac_c_werror_flag" ||
23448          test ! -s conftest.err
23449        } && test -s conftest.$ac_objext; then
23450   ac_lo=$ac_mid; break
23451 else
23452   echo "$as_me: failed program was:" >&5
23453 sed 's/^/| /' conftest.$ac_ext >&5
23454
23455         ac_hi=`expr '(' $ac_mid ')' - 1`
23456                         if test $ac_mid -le $ac_hi; then
23457                           ac_lo= ac_hi=
23458                           break
23459                         fi
23460                         ac_mid=`expr 2 '*' $ac_mid`
23461 fi
23462
23463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23464   done
23465 else
23466   echo "$as_me: failed program was:" >&5
23467 sed 's/^/| /' conftest.$ac_ext >&5
23468
23469         ac_lo= ac_hi=
23470 fi
23471
23472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23473 fi
23474
23475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23476 # Binary search between lo and hi bounds.
23477 while test "x$ac_lo" != "x$ac_hi"; do
23478   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23479   cat >conftest.$ac_ext <<_ACEOF
23480 /* confdefs.h.  */
23481 _ACEOF
23482 cat confdefs.h >>conftest.$ac_ext
23483 cat >>conftest.$ac_ext <<_ACEOF
23484 /* end confdefs.h.  */
23485 $ac_includes_default
23486    typedef long long ac__type_sizeof_;
23487 int
23488 main ()
23489 {
23490 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23491 test_array [0] = 0
23492
23493   ;
23494   return 0;
23495 }
23496 _ACEOF
23497 rm -f conftest.$ac_objext
23498 if { (ac_try="$ac_compile"
23499 case "(($ac_try" in
23500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23501   *) ac_try_echo=$ac_try;;
23502 esac
23503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23504   (eval "$ac_compile") 2>conftest.er1
23505   ac_status=$?
23506   grep -v '^ *+' conftest.er1 >conftest.err
23507   rm -f conftest.er1
23508   cat conftest.err >&5
23509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23510   (exit $ac_status); } && {
23511          test -z "$ac_c_werror_flag" ||
23512          test ! -s conftest.err
23513        } && test -s conftest.$ac_objext; then
23514   ac_hi=$ac_mid
23515 else
23516   echo "$as_me: failed program was:" >&5
23517 sed 's/^/| /' conftest.$ac_ext >&5
23518
23519         ac_lo=`expr '(' $ac_mid ')' + 1`
23520 fi
23521
23522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23523 done
23524 case $ac_lo in
23525 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23526 '') if test "$ac_cv_type_long_long" = yes; then
23527      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23528 See \`config.log' for more details." >&5
23529 echo "$as_me: error: cannot compute sizeof (long long)
23530 See \`config.log' for more details." >&2;}
23531    { (exit 77); exit 77; }; }
23532    else
23533      ac_cv_sizeof_long_long=0
23534    fi ;;
23535 esac
23536 else
23537   cat >conftest.$ac_ext <<_ACEOF
23538 /* confdefs.h.  */
23539 _ACEOF
23540 cat confdefs.h >>conftest.$ac_ext
23541 cat >>conftest.$ac_ext <<_ACEOF
23542 /* end confdefs.h.  */
23543 $ac_includes_default
23544    typedef long long ac__type_sizeof_;
23545 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23546 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23547 #include <stdio.h>
23548 #include <stdlib.h>
23549 int
23550 main ()
23551 {
23552
23553   FILE *f = fopen ("conftest.val", "w");
23554   if (! f)
23555     return 1;
23556   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23557     {
23558       long int i = longval ();
23559       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23560         return 1;
23561       fprintf (f, "%ld\n", i);
23562     }
23563   else
23564     {
23565       unsigned long int i = ulongval ();
23566       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23567         return 1;
23568       fprintf (f, "%lu\n", i);
23569     }
23570   return ferror (f) || fclose (f) != 0;
23571
23572   ;
23573   return 0;
23574 }
23575 _ACEOF
23576 rm -f conftest$ac_exeext
23577 if { (ac_try="$ac_link"
23578 case "(($ac_try" in
23579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23580   *) ac_try_echo=$ac_try;;
23581 esac
23582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23583   (eval "$ac_link") 2>&5
23584   ac_status=$?
23585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23586   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23587   { (case "(($ac_try" in
23588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23589   *) ac_try_echo=$ac_try;;
23590 esac
23591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23592   (eval "$ac_try") 2>&5
23593   ac_status=$?
23594   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23595   (exit $ac_status); }; }; then
23596   ac_cv_sizeof_long_long=`cat conftest.val`
23597 else
23598   echo "$as_me: program exited with status $ac_status" >&5
23599 echo "$as_me: failed program was:" >&5
23600 sed 's/^/| /' conftest.$ac_ext >&5
23601
23602 ( exit $ac_status )
23603 if test "$ac_cv_type_long_long" = yes; then
23604      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23605 See \`config.log' for more details." >&5
23606 echo "$as_me: error: cannot compute sizeof (long long)
23607 See \`config.log' for more details." >&2;}
23608    { (exit 77); exit 77; }; }
23609    else
23610      ac_cv_sizeof_long_long=0
23611    fi
23612 fi
23613 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23614 fi
23615 rm -f conftest.val
23616 fi
23617 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23618 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23619
23620
23621
23622 cat >>confdefs.h <<_ACEOF
23623 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23624 _ACEOF
23625
23626
23627         if test "$ac_cv_sizeof_long_long" != 0; then
23628                         CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
23629         fi
23630     ;;
23631     * )
23632         { echo "$as_me:$LINENO: checking for long long" >&5
23633 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
23634 if test "${ac_cv_type_long_long+set}" = set; then
23635   echo $ECHO_N "(cached) $ECHO_C" >&6
23636 else
23637   cat >conftest.$ac_ext <<_ACEOF
23638 /* confdefs.h.  */
23639 _ACEOF
23640 cat confdefs.h >>conftest.$ac_ext
23641 cat >>conftest.$ac_ext <<_ACEOF
23642 /* end confdefs.h.  */
23643 $ac_includes_default
23644 typedef long long ac__type_new_;
23645 int
23646 main ()
23647 {
23648 if ((ac__type_new_ *) 0)
23649   return 0;
23650 if (sizeof (ac__type_new_))
23651   return 0;
23652   ;
23653   return 0;
23654 }
23655 _ACEOF
23656 rm -f conftest.$ac_objext
23657 if { (ac_try="$ac_compile"
23658 case "(($ac_try" in
23659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23660   *) ac_try_echo=$ac_try;;
23661 esac
23662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23663   (eval "$ac_compile") 2>conftest.er1
23664   ac_status=$?
23665   grep -v '^ *+' conftest.er1 >conftest.err
23666   rm -f conftest.er1
23667   cat conftest.err >&5
23668   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23669   (exit $ac_status); } && {
23670          test -z "$ac_c_werror_flag" ||
23671          test ! -s conftest.err
23672        } && test -s conftest.$ac_objext; then
23673   ac_cv_type_long_long=yes
23674 else
23675   echo "$as_me: failed program was:" >&5
23676 sed 's/^/| /' conftest.$ac_ext >&5
23677
23678         ac_cv_type_long_long=no
23679 fi
23680
23681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23682 fi
23683 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23684 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23685
23686 # The cast to long int works around a bug in the HP C Compiler
23687 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23688 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23689 # This bug is HP SR number 8606223364.
23690 { echo "$as_me:$LINENO: checking size of long long" >&5
23691 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
23692 if test "${ac_cv_sizeof_long_long+set}" = set; then
23693   echo $ECHO_N "(cached) $ECHO_C" >&6
23694 else
23695   if test "$cross_compiling" = yes; then
23696   # Depending upon the size, compute the lo and hi bounds.
23697 cat >conftest.$ac_ext <<_ACEOF
23698 /* confdefs.h.  */
23699 _ACEOF
23700 cat confdefs.h >>conftest.$ac_ext
23701 cat >>conftest.$ac_ext <<_ACEOF
23702 /* end confdefs.h.  */
23703 $ac_includes_default
23704    typedef long long ac__type_sizeof_;
23705 int
23706 main ()
23707 {
23708 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23709 test_array [0] = 0
23710
23711   ;
23712   return 0;
23713 }
23714 _ACEOF
23715 rm -f conftest.$ac_objext
23716 if { (ac_try="$ac_compile"
23717 case "(($ac_try" in
23718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23719   *) ac_try_echo=$ac_try;;
23720 esac
23721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23722   (eval "$ac_compile") 2>conftest.er1
23723   ac_status=$?
23724   grep -v '^ *+' conftest.er1 >conftest.err
23725   rm -f conftest.er1
23726   cat conftest.err >&5
23727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23728   (exit $ac_status); } && {
23729          test -z "$ac_c_werror_flag" ||
23730          test ! -s conftest.err
23731        } && test -s conftest.$ac_objext; then
23732   ac_lo=0 ac_mid=0
23733   while :; do
23734     cat >conftest.$ac_ext <<_ACEOF
23735 /* confdefs.h.  */
23736 _ACEOF
23737 cat confdefs.h >>conftest.$ac_ext
23738 cat >>conftest.$ac_ext <<_ACEOF
23739 /* end confdefs.h.  */
23740 $ac_includes_default
23741    typedef long long ac__type_sizeof_;
23742 int
23743 main ()
23744 {
23745 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23746 test_array [0] = 0
23747
23748   ;
23749   return 0;
23750 }
23751 _ACEOF
23752 rm -f conftest.$ac_objext
23753 if { (ac_try="$ac_compile"
23754 case "(($ac_try" in
23755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23756   *) ac_try_echo=$ac_try;;
23757 esac
23758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23759   (eval "$ac_compile") 2>conftest.er1
23760   ac_status=$?
23761   grep -v '^ *+' conftest.er1 >conftest.err
23762   rm -f conftest.er1
23763   cat conftest.err >&5
23764   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23765   (exit $ac_status); } && {
23766          test -z "$ac_c_werror_flag" ||
23767          test ! -s conftest.err
23768        } && test -s conftest.$ac_objext; then
23769   ac_hi=$ac_mid; break
23770 else
23771   echo "$as_me: failed program was:" >&5
23772 sed 's/^/| /' conftest.$ac_ext >&5
23773
23774         ac_lo=`expr $ac_mid + 1`
23775                         if test $ac_lo -le $ac_mid; then
23776                           ac_lo= ac_hi=
23777                           break
23778                         fi
23779                         ac_mid=`expr 2 '*' $ac_mid + 1`
23780 fi
23781
23782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23783   done
23784 else
23785   echo "$as_me: failed program was:" >&5
23786 sed 's/^/| /' conftest.$ac_ext >&5
23787
23788         cat >conftest.$ac_ext <<_ACEOF
23789 /* confdefs.h.  */
23790 _ACEOF
23791 cat confdefs.h >>conftest.$ac_ext
23792 cat >>conftest.$ac_ext <<_ACEOF
23793 /* end confdefs.h.  */
23794 $ac_includes_default
23795    typedef long long ac__type_sizeof_;
23796 int
23797 main ()
23798 {
23799 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23800 test_array [0] = 0
23801
23802   ;
23803   return 0;
23804 }
23805 _ACEOF
23806 rm -f conftest.$ac_objext
23807 if { (ac_try="$ac_compile"
23808 case "(($ac_try" in
23809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23810   *) ac_try_echo=$ac_try;;
23811 esac
23812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23813   (eval "$ac_compile") 2>conftest.er1
23814   ac_status=$?
23815   grep -v '^ *+' conftest.er1 >conftest.err
23816   rm -f conftest.er1
23817   cat conftest.err >&5
23818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23819   (exit $ac_status); } && {
23820          test -z "$ac_c_werror_flag" ||
23821          test ! -s conftest.err
23822        } && test -s conftest.$ac_objext; then
23823   ac_hi=-1 ac_mid=-1
23824   while :; do
23825     cat >conftest.$ac_ext <<_ACEOF
23826 /* confdefs.h.  */
23827 _ACEOF
23828 cat confdefs.h >>conftest.$ac_ext
23829 cat >>conftest.$ac_ext <<_ACEOF
23830 /* end confdefs.h.  */
23831 $ac_includes_default
23832    typedef long long ac__type_sizeof_;
23833 int
23834 main ()
23835 {
23836 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23837 test_array [0] = 0
23838
23839   ;
23840   return 0;
23841 }
23842 _ACEOF
23843 rm -f conftest.$ac_objext
23844 if { (ac_try="$ac_compile"
23845 case "(($ac_try" in
23846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23847   *) ac_try_echo=$ac_try;;
23848 esac
23849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23850   (eval "$ac_compile") 2>conftest.er1
23851   ac_status=$?
23852   grep -v '^ *+' conftest.er1 >conftest.err
23853   rm -f conftest.er1
23854   cat conftest.err >&5
23855   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23856   (exit $ac_status); } && {
23857          test -z "$ac_c_werror_flag" ||
23858          test ! -s conftest.err
23859        } && test -s conftest.$ac_objext; then
23860   ac_lo=$ac_mid; break
23861 else
23862   echo "$as_me: failed program was:" >&5
23863 sed 's/^/| /' conftest.$ac_ext >&5
23864
23865         ac_hi=`expr '(' $ac_mid ')' - 1`
23866                         if test $ac_mid -le $ac_hi; then
23867                           ac_lo= ac_hi=
23868                           break
23869                         fi
23870                         ac_mid=`expr 2 '*' $ac_mid`
23871 fi
23872
23873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23874   done
23875 else
23876   echo "$as_me: failed program was:" >&5
23877 sed 's/^/| /' conftest.$ac_ext >&5
23878
23879         ac_lo= ac_hi=
23880 fi
23881
23882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23883 fi
23884
23885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23886 # Binary search between lo and hi bounds.
23887 while test "x$ac_lo" != "x$ac_hi"; do
23888   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23889   cat >conftest.$ac_ext <<_ACEOF
23890 /* confdefs.h.  */
23891 _ACEOF
23892 cat confdefs.h >>conftest.$ac_ext
23893 cat >>conftest.$ac_ext <<_ACEOF
23894 /* end confdefs.h.  */
23895 $ac_includes_default
23896    typedef long long ac__type_sizeof_;
23897 int
23898 main ()
23899 {
23900 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23901 test_array [0] = 0
23902
23903   ;
23904   return 0;
23905 }
23906 _ACEOF
23907 rm -f conftest.$ac_objext
23908 if { (ac_try="$ac_compile"
23909 case "(($ac_try" in
23910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23911   *) ac_try_echo=$ac_try;;
23912 esac
23913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23914   (eval "$ac_compile") 2>conftest.er1
23915   ac_status=$?
23916   grep -v '^ *+' conftest.er1 >conftest.err
23917   rm -f conftest.er1
23918   cat conftest.err >&5
23919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23920   (exit $ac_status); } && {
23921          test -z "$ac_c_werror_flag" ||
23922          test ! -s conftest.err
23923        } && test -s conftest.$ac_objext; then
23924   ac_hi=$ac_mid
23925 else
23926   echo "$as_me: failed program was:" >&5
23927 sed 's/^/| /' conftest.$ac_ext >&5
23928
23929         ac_lo=`expr '(' $ac_mid ')' + 1`
23930 fi
23931
23932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23933 done
23934 case $ac_lo in
23935 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23936 '') if test "$ac_cv_type_long_long" = yes; then
23937      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23938 See \`config.log' for more details." >&5
23939 echo "$as_me: error: cannot compute sizeof (long long)
23940 See \`config.log' for more details." >&2;}
23941    { (exit 77); exit 77; }; }
23942    else
23943      ac_cv_sizeof_long_long=0
23944    fi ;;
23945 esac
23946 else
23947   cat >conftest.$ac_ext <<_ACEOF
23948 /* confdefs.h.  */
23949 _ACEOF
23950 cat confdefs.h >>conftest.$ac_ext
23951 cat >>conftest.$ac_ext <<_ACEOF
23952 /* end confdefs.h.  */
23953 $ac_includes_default
23954    typedef long long ac__type_sizeof_;
23955 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23956 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23957 #include <stdio.h>
23958 #include <stdlib.h>
23959 int
23960 main ()
23961 {
23962
23963   FILE *f = fopen ("conftest.val", "w");
23964   if (! f)
23965     return 1;
23966   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23967     {
23968       long int i = longval ();
23969       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23970         return 1;
23971       fprintf (f, "%ld\n", i);
23972     }
23973   else
23974     {
23975       unsigned long int i = ulongval ();
23976       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23977         return 1;
23978       fprintf (f, "%lu\n", i);
23979     }
23980   return ferror (f) || fclose (f) != 0;
23981
23982   ;
23983   return 0;
23984 }
23985 _ACEOF
23986 rm -f conftest$ac_exeext
23987 if { (ac_try="$ac_link"
23988 case "(($ac_try" in
23989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23990   *) ac_try_echo=$ac_try;;
23991 esac
23992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23993   (eval "$ac_link") 2>&5
23994   ac_status=$?
23995   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23996   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23997   { (case "(($ac_try" in
23998   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23999   *) ac_try_echo=$ac_try;;
24000 esac
24001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24002   (eval "$ac_try") 2>&5
24003   ac_status=$?
24004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24005   (exit $ac_status); }; }; then
24006   ac_cv_sizeof_long_long=`cat conftest.val`
24007 else
24008   echo "$as_me: program exited with status $ac_status" >&5
24009 echo "$as_me: failed program was:" >&5
24010 sed 's/^/| /' conftest.$ac_ext >&5
24011
24012 ( exit $ac_status )
24013 if test "$ac_cv_type_long_long" = yes; then
24014      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
24015 See \`config.log' for more details." >&5
24016 echo "$as_me: error: cannot compute sizeof (long long)
24017 See \`config.log' for more details." >&2;}
24018    { (exit 77); exit 77; }; }
24019    else
24020      ac_cv_sizeof_long_long=0
24021    fi
24022 fi
24023 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24024 fi
24025 rm -f conftest.val
24026 fi
24027 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
24028 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
24029
24030
24031
24032 cat >>confdefs.h <<_ACEOF
24033 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
24034 _ACEOF
24035
24036
24037 esac
24038
24039 { echo "$as_me:$LINENO: checking for wchar_t" >&5
24040 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
24041 if test "${ac_cv_type_wchar_t+set}" = set; then
24042   echo $ECHO_N "(cached) $ECHO_C" >&6
24043 else
24044   cat >conftest.$ac_ext <<_ACEOF
24045 /* confdefs.h.  */
24046 _ACEOF
24047 cat confdefs.h >>conftest.$ac_ext
24048 cat >>conftest.$ac_ext <<_ACEOF
24049 /* end confdefs.h.  */
24050
24051         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24052         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24053         #  error "fake wchar_t"
24054         #endif
24055         #ifdef HAVE_WCHAR_H
24056         #  ifdef __CYGWIN__
24057         #    include <stddef.h>
24058         #  endif
24059         #  include <wchar.h>
24060         #endif
24061         #ifdef HAVE_STDLIB_H
24062         #  include <stdlib.h>
24063         #endif
24064         #include <stdio.h>
24065
24066
24067
24068 typedef wchar_t ac__type_new_;
24069 int
24070 main ()
24071 {
24072 if ((ac__type_new_ *) 0)
24073   return 0;
24074 if (sizeof (ac__type_new_))
24075   return 0;
24076   ;
24077   return 0;
24078 }
24079 _ACEOF
24080 rm -f conftest.$ac_objext
24081 if { (ac_try="$ac_compile"
24082 case "(($ac_try" in
24083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24084   *) ac_try_echo=$ac_try;;
24085 esac
24086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24087   (eval "$ac_compile") 2>conftest.er1
24088   ac_status=$?
24089   grep -v '^ *+' conftest.er1 >conftest.err
24090   rm -f conftest.er1
24091   cat conftest.err >&5
24092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24093   (exit $ac_status); } && {
24094          test -z "$ac_c_werror_flag" ||
24095          test ! -s conftest.err
24096        } && test -s conftest.$ac_objext; then
24097   ac_cv_type_wchar_t=yes
24098 else
24099   echo "$as_me: failed program was:" >&5
24100 sed 's/^/| /' conftest.$ac_ext >&5
24101
24102         ac_cv_type_wchar_t=no
24103 fi
24104
24105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24106 fi
24107 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
24108 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
24109
24110 # The cast to long int works around a bug in the HP C Compiler
24111 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
24112 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
24113 # This bug is HP SR number 8606223364.
24114 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
24115 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
24116 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
24117   echo $ECHO_N "(cached) $ECHO_C" >&6
24118 else
24119   if test "$cross_compiling" = yes; then
24120   # Depending upon the size, compute the lo and hi bounds.
24121 cat >conftest.$ac_ext <<_ACEOF
24122 /* confdefs.h.  */
24123 _ACEOF
24124 cat confdefs.h >>conftest.$ac_ext
24125 cat >>conftest.$ac_ext <<_ACEOF
24126 /* end confdefs.h.  */
24127
24128         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24129         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24130         #  error "fake wchar_t"
24131         #endif
24132         #ifdef HAVE_WCHAR_H
24133         #  ifdef __CYGWIN__
24134         #    include <stddef.h>
24135         #  endif
24136         #  include <wchar.h>
24137         #endif
24138         #ifdef HAVE_STDLIB_H
24139         #  include <stdlib.h>
24140         #endif
24141         #include <stdio.h>
24142
24143
24144
24145    typedef wchar_t ac__type_sizeof_;
24146 int
24147 main ()
24148 {
24149 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
24150 test_array [0] = 0
24151
24152   ;
24153   return 0;
24154 }
24155 _ACEOF
24156 rm -f conftest.$ac_objext
24157 if { (ac_try="$ac_compile"
24158 case "(($ac_try" in
24159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24160   *) ac_try_echo=$ac_try;;
24161 esac
24162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24163   (eval "$ac_compile") 2>conftest.er1
24164   ac_status=$?
24165   grep -v '^ *+' conftest.er1 >conftest.err
24166   rm -f conftest.er1
24167   cat conftest.err >&5
24168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24169   (exit $ac_status); } && {
24170          test -z "$ac_c_werror_flag" ||
24171          test ! -s conftest.err
24172        } && test -s conftest.$ac_objext; then
24173   ac_lo=0 ac_mid=0
24174   while :; do
24175     cat >conftest.$ac_ext <<_ACEOF
24176 /* confdefs.h.  */
24177 _ACEOF
24178 cat confdefs.h >>conftest.$ac_ext
24179 cat >>conftest.$ac_ext <<_ACEOF
24180 /* end confdefs.h.  */
24181
24182         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24183         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24184         #  error "fake wchar_t"
24185         #endif
24186         #ifdef HAVE_WCHAR_H
24187         #  ifdef __CYGWIN__
24188         #    include <stddef.h>
24189         #  endif
24190         #  include <wchar.h>
24191         #endif
24192         #ifdef HAVE_STDLIB_H
24193         #  include <stdlib.h>
24194         #endif
24195         #include <stdio.h>
24196
24197
24198
24199    typedef wchar_t ac__type_sizeof_;
24200 int
24201 main ()
24202 {
24203 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24204 test_array [0] = 0
24205
24206   ;
24207   return 0;
24208 }
24209 _ACEOF
24210 rm -f conftest.$ac_objext
24211 if { (ac_try="$ac_compile"
24212 case "(($ac_try" in
24213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24214   *) ac_try_echo=$ac_try;;
24215 esac
24216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24217   (eval "$ac_compile") 2>conftest.er1
24218   ac_status=$?
24219   grep -v '^ *+' conftest.er1 >conftest.err
24220   rm -f conftest.er1
24221   cat conftest.err >&5
24222   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24223   (exit $ac_status); } && {
24224          test -z "$ac_c_werror_flag" ||
24225          test ! -s conftest.err
24226        } && test -s conftest.$ac_objext; then
24227   ac_hi=$ac_mid; break
24228 else
24229   echo "$as_me: failed program was:" >&5
24230 sed 's/^/| /' conftest.$ac_ext >&5
24231
24232         ac_lo=`expr $ac_mid + 1`
24233                         if test $ac_lo -le $ac_mid; then
24234                           ac_lo= ac_hi=
24235                           break
24236                         fi
24237                         ac_mid=`expr 2 '*' $ac_mid + 1`
24238 fi
24239
24240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24241   done
24242 else
24243   echo "$as_me: failed program was:" >&5
24244 sed 's/^/| /' conftest.$ac_ext >&5
24245
24246         cat >conftest.$ac_ext <<_ACEOF
24247 /* confdefs.h.  */
24248 _ACEOF
24249 cat confdefs.h >>conftest.$ac_ext
24250 cat >>conftest.$ac_ext <<_ACEOF
24251 /* end confdefs.h.  */
24252
24253         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24254         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24255         #  error "fake wchar_t"
24256         #endif
24257         #ifdef HAVE_WCHAR_H
24258         #  ifdef __CYGWIN__
24259         #    include <stddef.h>
24260         #  endif
24261         #  include <wchar.h>
24262         #endif
24263         #ifdef HAVE_STDLIB_H
24264         #  include <stdlib.h>
24265         #endif
24266         #include <stdio.h>
24267
24268
24269
24270    typedef wchar_t ac__type_sizeof_;
24271 int
24272 main ()
24273 {
24274 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
24275 test_array [0] = 0
24276
24277   ;
24278   return 0;
24279 }
24280 _ACEOF
24281 rm -f conftest.$ac_objext
24282 if { (ac_try="$ac_compile"
24283 case "(($ac_try" in
24284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24285   *) ac_try_echo=$ac_try;;
24286 esac
24287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24288   (eval "$ac_compile") 2>conftest.er1
24289   ac_status=$?
24290   grep -v '^ *+' conftest.er1 >conftest.err
24291   rm -f conftest.er1
24292   cat conftest.err >&5
24293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24294   (exit $ac_status); } && {
24295          test -z "$ac_c_werror_flag" ||
24296          test ! -s conftest.err
24297        } && test -s conftest.$ac_objext; then
24298   ac_hi=-1 ac_mid=-1
24299   while :; do
24300     cat >conftest.$ac_ext <<_ACEOF
24301 /* confdefs.h.  */
24302 _ACEOF
24303 cat confdefs.h >>conftest.$ac_ext
24304 cat >>conftest.$ac_ext <<_ACEOF
24305 /* end confdefs.h.  */
24306
24307         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24308         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24309         #  error "fake wchar_t"
24310         #endif
24311         #ifdef HAVE_WCHAR_H
24312         #  ifdef __CYGWIN__
24313         #    include <stddef.h>
24314         #  endif
24315         #  include <wchar.h>
24316         #endif
24317         #ifdef HAVE_STDLIB_H
24318         #  include <stdlib.h>
24319         #endif
24320         #include <stdio.h>
24321
24322
24323
24324    typedef wchar_t ac__type_sizeof_;
24325 int
24326 main ()
24327 {
24328 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
24329 test_array [0] = 0
24330
24331   ;
24332   return 0;
24333 }
24334 _ACEOF
24335 rm -f conftest.$ac_objext
24336 if { (ac_try="$ac_compile"
24337 case "(($ac_try" in
24338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24339   *) ac_try_echo=$ac_try;;
24340 esac
24341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24342   (eval "$ac_compile") 2>conftest.er1
24343   ac_status=$?
24344   grep -v '^ *+' conftest.er1 >conftest.err
24345   rm -f conftest.er1
24346   cat conftest.err >&5
24347   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24348   (exit $ac_status); } && {
24349          test -z "$ac_c_werror_flag" ||
24350          test ! -s conftest.err
24351        } && test -s conftest.$ac_objext; then
24352   ac_lo=$ac_mid; break
24353 else
24354   echo "$as_me: failed program was:" >&5
24355 sed 's/^/| /' conftest.$ac_ext >&5
24356
24357         ac_hi=`expr '(' $ac_mid ')' - 1`
24358                         if test $ac_mid -le $ac_hi; then
24359                           ac_lo= ac_hi=
24360                           break
24361                         fi
24362                         ac_mid=`expr 2 '*' $ac_mid`
24363 fi
24364
24365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24366   done
24367 else
24368   echo "$as_me: failed program was:" >&5
24369 sed 's/^/| /' conftest.$ac_ext >&5
24370
24371         ac_lo= ac_hi=
24372 fi
24373
24374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24375 fi
24376
24377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24378 # Binary search between lo and hi bounds.
24379 while test "x$ac_lo" != "x$ac_hi"; do
24380   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24381   cat >conftest.$ac_ext <<_ACEOF
24382 /* confdefs.h.  */
24383 _ACEOF
24384 cat confdefs.h >>conftest.$ac_ext
24385 cat >>conftest.$ac_ext <<_ACEOF
24386 /* end confdefs.h.  */
24387
24388         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24389         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24390         #  error "fake wchar_t"
24391         #endif
24392         #ifdef HAVE_WCHAR_H
24393         #  ifdef __CYGWIN__
24394         #    include <stddef.h>
24395         #  endif
24396         #  include <wchar.h>
24397         #endif
24398         #ifdef HAVE_STDLIB_H
24399         #  include <stdlib.h>
24400         #endif
24401         #include <stdio.h>
24402
24403
24404
24405    typedef wchar_t ac__type_sizeof_;
24406 int
24407 main ()
24408 {
24409 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24410 test_array [0] = 0
24411
24412   ;
24413   return 0;
24414 }
24415 _ACEOF
24416 rm -f conftest.$ac_objext
24417 if { (ac_try="$ac_compile"
24418 case "(($ac_try" in
24419   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24420   *) ac_try_echo=$ac_try;;
24421 esac
24422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24423   (eval "$ac_compile") 2>conftest.er1
24424   ac_status=$?
24425   grep -v '^ *+' conftest.er1 >conftest.err
24426   rm -f conftest.er1
24427   cat conftest.err >&5
24428   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24429   (exit $ac_status); } && {
24430          test -z "$ac_c_werror_flag" ||
24431          test ! -s conftest.err
24432        } && test -s conftest.$ac_objext; then
24433   ac_hi=$ac_mid
24434 else
24435   echo "$as_me: failed program was:" >&5
24436 sed 's/^/| /' conftest.$ac_ext >&5
24437
24438         ac_lo=`expr '(' $ac_mid ')' + 1`
24439 fi
24440
24441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24442 done
24443 case $ac_lo in
24444 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
24445 '') if test "$ac_cv_type_wchar_t" = yes; then
24446      { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
24447 See \`config.log' for more details." >&5
24448 echo "$as_me: error: cannot compute sizeof (wchar_t)
24449 See \`config.log' for more details." >&2;}
24450    { (exit 77); exit 77; }; }
24451    else
24452      ac_cv_sizeof_wchar_t=0
24453    fi ;;
24454 esac
24455 else
24456   cat >conftest.$ac_ext <<_ACEOF
24457 /* confdefs.h.  */
24458 _ACEOF
24459 cat confdefs.h >>conftest.$ac_ext
24460 cat >>conftest.$ac_ext <<_ACEOF
24461 /* end confdefs.h.  */
24462
24463         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24464         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24465         #  error "fake wchar_t"
24466         #endif
24467         #ifdef HAVE_WCHAR_H
24468         #  ifdef __CYGWIN__
24469         #    include <stddef.h>
24470         #  endif
24471         #  include <wchar.h>
24472         #endif
24473         #ifdef HAVE_STDLIB_H
24474         #  include <stdlib.h>
24475         #endif
24476         #include <stdio.h>
24477
24478
24479
24480    typedef wchar_t ac__type_sizeof_;
24481 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
24482 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
24483 #include <stdio.h>
24484 #include <stdlib.h>
24485 int
24486 main ()
24487 {
24488
24489   FILE *f = fopen ("conftest.val", "w");
24490   if (! f)
24491     return 1;
24492   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
24493     {
24494       long int i = longval ();
24495       if (i != ((long int) (sizeof (ac__type_sizeof_))))
24496         return 1;
24497       fprintf (f, "%ld\n", i);
24498     }
24499   else
24500     {
24501       unsigned long int i = ulongval ();
24502       if (i != ((long int) (sizeof (ac__type_sizeof_))))
24503         return 1;
24504       fprintf (f, "%lu\n", i);
24505     }
24506   return ferror (f) || fclose (f) != 0;
24507
24508   ;
24509   return 0;
24510 }
24511 _ACEOF
24512 rm -f conftest$ac_exeext
24513 if { (ac_try="$ac_link"
24514 case "(($ac_try" in
24515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24516   *) ac_try_echo=$ac_try;;
24517 esac
24518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24519   (eval "$ac_link") 2>&5
24520   ac_status=$?
24521   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24522   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24523   { (case "(($ac_try" in
24524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24525   *) ac_try_echo=$ac_try;;
24526 esac
24527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24528   (eval "$ac_try") 2>&5
24529   ac_status=$?
24530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24531   (exit $ac_status); }; }; then
24532   ac_cv_sizeof_wchar_t=`cat conftest.val`
24533 else
24534   echo "$as_me: program exited with status $ac_status" >&5
24535 echo "$as_me: failed program was:" >&5
24536 sed 's/^/| /' conftest.$ac_ext >&5
24537
24538 ( exit $ac_status )
24539 if test "$ac_cv_type_wchar_t" = yes; then
24540      { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
24541 See \`config.log' for more details." >&5
24542 echo "$as_me: error: cannot compute sizeof (wchar_t)
24543 See \`config.log' for more details." >&2;}
24544    { (exit 77); exit 77; }; }
24545    else
24546      ac_cv_sizeof_wchar_t=0
24547    fi
24548 fi
24549 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24550 fi
24551 rm -f conftest.val
24552 fi
24553 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
24554 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
24555
24556
24557
24558 cat >>confdefs.h <<_ACEOF
24559 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
24560 _ACEOF
24561
24562
24563 if test "$ac_cv_sizeof_wchar_t" = 0; then
24564     { { echo "$as_me:$LINENO: error: wxWidgets requires wchar_t support." >&5
24565 echo "$as_me: error: wxWidgets requires wchar_t support." >&2;}
24566    { (exit 1); exit 1; }; }
24567 fi
24568 cat >>confdefs.h <<\_ACEOF
24569 #define wxUSE_WCHAR_T 1
24570 _ACEOF
24571
24572
24573 { echo "$as_me:$LINENO: checking for va_copy" >&5
24574 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
24575 if test "${wx_cv_func_va_copy+set}" = set; then
24576   echo $ECHO_N "(cached) $ECHO_C" >&6
24577 else
24578
24579         ac_ext=cpp
24580 ac_cpp='$CXXCPP $CPPFLAGS'
24581 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24582 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24583 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24584
24585         cat >conftest.$ac_ext <<_ACEOF
24586
24587             /* confdefs.h.  */
24588 _ACEOF
24589 cat confdefs.h >>conftest.$ac_ext
24590 cat >>conftest.$ac_ext <<_ACEOF
24591 /* end confdefs.h.  */
24592
24593                 #include <stdarg.h>
24594                 void foo(char *f, ...)
24595                 {
24596                     va_list ap1, ap2;
24597                     va_start(ap1, f);
24598                     va_copy(ap2, ap1);
24599                     va_end(ap2);
24600                     va_end(ap1);
24601                 }
24602                 int main()
24603                 {
24604                     foo("hi", 17);
24605                     return 0;
24606                 }
24607
24608 _ACEOF
24609 rm -f conftest.$ac_objext conftest$ac_exeext
24610 if { (ac_try="$ac_link"
24611 case "(($ac_try" in
24612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24613   *) ac_try_echo=$ac_try;;
24614 esac
24615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24616   (eval "$ac_link") 2>conftest.er1
24617   ac_status=$?
24618   grep -v '^ *+' conftest.er1 >conftest.err
24619   rm -f conftest.er1
24620   cat conftest.err >&5
24621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24622   (exit $ac_status); } && {
24623          test -z "$ac_cxx_werror_flag" ||
24624          test ! -s conftest.err
24625        } && test -s conftest$ac_exeext &&
24626        $as_test_x conftest$ac_exeext; then
24627   wx_cv_func_va_copy=yes
24628 else
24629   echo "$as_me: failed program was:" >&5
24630 sed 's/^/| /' conftest.$ac_ext >&5
24631
24632         wx_cv_func_va_copy=no
24633
24634 fi
24635
24636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24637       conftest$ac_exeext conftest.$ac_ext
24638         ac_ext=c
24639 ac_cpp='$CPP $CPPFLAGS'
24640 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24641 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24642 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24643
24644
24645
24646 fi
24647 { echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
24648 echo "${ECHO_T}$wx_cv_func_va_copy" >&6; }
24649
24650 if test $wx_cv_func_va_copy = "yes"; then
24651     cat >>confdefs.h <<\_ACEOF
24652 #define HAVE_VA_COPY 1
24653 _ACEOF
24654
24655 else
24656         { echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
24657 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6; }
24658 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
24659   echo $ECHO_N "(cached) $ECHO_C" >&6
24660 else
24661
24662             if test "$cross_compiling" = yes; then
24663                   wx_cv_type_va_list_lvalue=yes
24664
24665 else
24666   cat >conftest.$ac_ext <<_ACEOF
24667
24668                 /* confdefs.h.  */
24669 _ACEOF
24670 cat confdefs.h >>conftest.$ac_ext
24671 cat >>conftest.$ac_ext <<_ACEOF
24672 /* end confdefs.h.  */
24673
24674                     #include <stdarg.h>
24675                     int foo(char *f, ...)
24676                     {
24677                         va_list ap1, ap2;
24678                         va_start(ap1, f);
24679                         ap2 = ap1;
24680                         if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
24681                             return 1;
24682                         va_end(ap2);
24683                         va_end(ap1);
24684                         return 0;
24685                     }
24686                     int main()
24687                     {
24688                         return foo("hi", 17);
24689                     }
24690
24691 _ACEOF
24692 rm -f conftest$ac_exeext
24693 if { (ac_try="$ac_link"
24694 case "(($ac_try" in
24695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24696   *) ac_try_echo=$ac_try;;
24697 esac
24698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24699   (eval "$ac_link") 2>&5
24700   ac_status=$?
24701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24702   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24703   { (case "(($ac_try" in
24704   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24705   *) ac_try_echo=$ac_try;;
24706 esac
24707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24708   (eval "$ac_try") 2>&5
24709   ac_status=$?
24710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24711   (exit $ac_status); }; }; then
24712   wx_cv_type_va_list_lvalue=yes
24713 else
24714   echo "$as_me: program exited with status $ac_status" >&5
24715 echo "$as_me: failed program was:" >&5
24716 sed 's/^/| /' conftest.$ac_ext >&5
24717
24718 ( exit $ac_status )
24719 wx_cv_type_va_list_lvalue=no
24720 fi
24721 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24722 fi
24723
24724
24725
24726
24727 fi
24728 { echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
24729 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6; }
24730
24731     if test $wx_cv_type_va_list_lvalue != "yes"; then
24732                         cat >>confdefs.h <<\_ACEOF
24733 #define VA_LIST_IS_ARRAY 1
24734 _ACEOF
24735
24736     fi
24737 fi
24738
24739 if test "$wxUSE_VARARG_MACROS" = "yes"; then
24740
24741 { echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
24742 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6; }
24743 if test "${wx_cv_have_variadic_macros+set}" = set; then
24744   echo $ECHO_N "(cached) $ECHO_C" >&6
24745 else
24746
24747                         ac_ext=cpp
24748 ac_cpp='$CXXCPP $CPPFLAGS'
24749 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24750 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24751 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24752
24753         cat >conftest.$ac_ext <<_ACEOF
24754
24755             /* confdefs.h.  */
24756 _ACEOF
24757 cat confdefs.h >>conftest.$ac_ext
24758 cat >>conftest.$ac_ext <<_ACEOF
24759 /* end confdefs.h.  */
24760
24761                     #include <stdio.h>
24762                     #define test(fmt, ...) printf(fmt, __VA_ARGS__)
24763
24764 int
24765 main ()
24766 {
24767
24768                     test("%s %d %p", "test", 1, 0);
24769
24770
24771   ;
24772   return 0;
24773 }
24774 _ACEOF
24775 rm -f conftest.$ac_objext
24776 if { (ac_try="$ac_compile"
24777 case "(($ac_try" in
24778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24779   *) ac_try_echo=$ac_try;;
24780 esac
24781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24782   (eval "$ac_compile") 2>conftest.er1
24783   ac_status=$?
24784   grep -v '^ *+' conftest.er1 >conftest.err
24785   rm -f conftest.er1
24786   cat conftest.err >&5
24787   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24788   (exit $ac_status); } && {
24789          test -z "$ac_cxx_werror_flag" ||
24790          test ! -s conftest.err
24791        } && test -s conftest.$ac_objext; then
24792   wx_cv_have_variadic_macros=yes
24793 else
24794   echo "$as_me: failed program was:" >&5
24795 sed 's/^/| /' conftest.$ac_ext >&5
24796
24797         wx_cv_have_variadic_macros=no
24798
24799 fi
24800
24801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24802         ac_ext=c
24803 ac_cpp='$CPP $CPPFLAGS'
24804 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24805 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24806 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24807
24808
24809
24810 fi
24811 { echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
24812 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6; }
24813
24814 if test $wx_cv_have_variadic_macros = "yes"; then
24815     cat >>confdefs.h <<\_ACEOF
24816 #define HAVE_VARIADIC_MACROS 1
24817 _ACEOF
24818
24819 fi
24820
24821 fi
24822
24823 LARGEFILE_CPPFLAGS=
24824 # Check whether --enable-largefile was given.
24825 if test "${enable_largefile+set}" = set; then
24826   enableval=$enable_largefile;
24827 fi
24828
24829 if test "$enable_largefile" != no; then
24830             wx_largefile=no
24831
24832     { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
24833 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
24834 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
24835   echo $ECHO_N "(cached) $ECHO_C" >&6
24836 else
24837
24838           cat >conftest.$ac_ext <<_ACEOF
24839 /* confdefs.h.  */
24840 _ACEOF
24841 cat confdefs.h >>conftest.$ac_ext
24842 cat >>conftest.$ac_ext <<_ACEOF
24843 /* end confdefs.h.  */
24844 #define _FILE_OFFSET_BITS 64
24845                           #include <sys/types.h>
24846 int
24847 main ()
24848 {
24849 typedef struct {
24850     unsigned int field: sizeof(off_t) == 8;
24851 } wxlf;
24852
24853   ;
24854   return 0;
24855 }
24856 _ACEOF
24857 rm -f conftest.$ac_objext
24858 if { (ac_try="$ac_compile"
24859 case "(($ac_try" in
24860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24861   *) ac_try_echo=$ac_try;;
24862 esac
24863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24864   (eval "$ac_compile") 2>conftest.er1
24865   ac_status=$?
24866   grep -v '^ *+' conftest.er1 >conftest.err
24867   rm -f conftest.er1
24868   cat conftest.err >&5
24869   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24870   (exit $ac_status); } && {
24871          test -z "$ac_c_werror_flag" ||
24872          test ! -s conftest.err
24873        } && test -s conftest.$ac_objext; then
24874   ac_cv_sys_file_offset_bits=64
24875 else
24876   echo "$as_me: failed program was:" >&5
24877 sed 's/^/| /' conftest.$ac_ext >&5
24878
24879         ac_cv_sys_file_offset_bits=no
24880 fi
24881
24882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24883
24884
24885 fi
24886 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
24887 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
24888
24889     if test "$ac_cv_sys_file_offset_bits" != no; then
24890         wx_largefile=yes
24891         cat >>confdefs.h <<_ACEOF
24892 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
24893 _ACEOF
24894
24895     fi
24896
24897     if test "x$wx_largefile" != "xyes"; then
24898
24899     { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
24900 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
24901 if test "${ac_cv_sys_large_files+set}" = set; then
24902   echo $ECHO_N "(cached) $ECHO_C" >&6
24903 else
24904
24905           cat >conftest.$ac_ext <<_ACEOF
24906 /* confdefs.h.  */
24907 _ACEOF
24908 cat confdefs.h >>conftest.$ac_ext
24909 cat >>conftest.$ac_ext <<_ACEOF
24910 /* end confdefs.h.  */
24911 #define _LARGE_FILES 1
24912                           #include <sys/types.h>
24913 int
24914 main ()
24915 {
24916 typedef struct {
24917     unsigned int field: sizeof(off_t) == 8;
24918 } wxlf;
24919
24920   ;
24921   return 0;
24922 }
24923 _ACEOF
24924 rm -f conftest.$ac_objext
24925 if { (ac_try="$ac_compile"
24926 case "(($ac_try" in
24927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24928   *) ac_try_echo=$ac_try;;
24929 esac
24930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24931   (eval "$ac_compile") 2>conftest.er1
24932   ac_status=$?
24933   grep -v '^ *+' conftest.er1 >conftest.err
24934   rm -f conftest.er1
24935   cat conftest.err >&5
24936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24937   (exit $ac_status); } && {
24938          test -z "$ac_c_werror_flag" ||
24939          test ! -s conftest.err
24940        } && test -s conftest.$ac_objext; then
24941   ac_cv_sys_large_files=1
24942 else
24943   echo "$as_me: failed program was:" >&5
24944 sed 's/^/| /' conftest.$ac_ext >&5
24945
24946         ac_cv_sys_large_files=no
24947 fi
24948
24949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24950
24951
24952 fi
24953 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
24954 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
24955
24956     if test "$ac_cv_sys_large_files" != no; then
24957         wx_largefile=yes
24958         cat >>confdefs.h <<_ACEOF
24959 #define _LARGE_FILES $ac_cv_sys_large_files
24960 _ACEOF
24961
24962     fi
24963
24964     fi
24965
24966     { echo "$as_me:$LINENO: checking if large file support is available" >&5
24967 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6; }
24968     if test "x$wx_largefile" = "xyes"; then
24969         cat >>confdefs.h <<\_ACEOF
24970 #define HAVE_LARGEFILE_SUPPORT 1
24971 _ACEOF
24972
24973     fi
24974     { echo "$as_me:$LINENO: result: $wx_largefile" >&5
24975 echo "${ECHO_T}$wx_largefile" >&6; }
24976 fi
24977
24978 if test "$ac_cv_sys_file_offset_bits" = "64"; then
24979     LARGEFILE_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
24980 elif test "$ac_cv_sys_large_files" = 1; then
24981     LARGEFILE_CPPFLAGS="-D_LARGE_FILES"
24982 fi
24983
24984 if test -n "$LARGEFILE_CPPFLAGS"; then
24985     WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
24986
24987                             if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
24988         { echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
24989 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6; }
24990 if test "${wx_cv_STDC_EXT_required+set}" = set; then
24991   echo $ECHO_N "(cached) $ECHO_C" >&6
24992 else
24993
24994                 ac_ext=cpp
24995 ac_cpp='$CXXCPP $CPPFLAGS'
24996 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24997 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24998 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24999
25000                 cat >conftest.$ac_ext <<_ACEOF
25001 /* confdefs.h.  */
25002 _ACEOF
25003 cat confdefs.h >>conftest.$ac_ext
25004 cat >>conftest.$ac_ext <<_ACEOF
25005 /* end confdefs.h.  */
25006
25007 int
25008 main ()
25009 {
25010
25011                         #ifndef __STDC_EXT__
25012                             choke me
25013                         #endif
25014
25015   ;
25016   return 0;
25017 }
25018 _ACEOF
25019 rm -f conftest.$ac_objext
25020 if { (ac_try="$ac_compile"
25021 case "(($ac_try" in
25022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25023   *) ac_try_echo=$ac_try;;
25024 esac
25025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25026   (eval "$ac_compile") 2>conftest.er1
25027   ac_status=$?
25028   grep -v '^ *+' conftest.er1 >conftest.err
25029   rm -f conftest.er1
25030   cat conftest.err >&5
25031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25032   (exit $ac_status); } && {
25033          test -z "$ac_cxx_werror_flag" ||
25034          test ! -s conftest.err
25035        } && test -s conftest.$ac_objext; then
25036   wx_cv_STDC_EXT_required=no
25037 else
25038   echo "$as_me: failed program was:" >&5
25039 sed 's/^/| /' conftest.$ac_ext >&5
25040
25041         wx_cv_STDC_EXT_required=yes
25042
25043 fi
25044
25045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25046                 ac_ext=c
25047 ac_cpp='$CPP $CPPFLAGS'
25048 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25049 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25050 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25051
25052
25053
25054 fi
25055 { echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
25056 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6; }
25057         if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
25058             WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
25059         fi
25060     fi
25061 fi
25062
25063 ac_ext=cpp
25064 ac_cpp='$CXXCPP $CPPFLAGS'
25065 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25066 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25067 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25068
25069 old_CPPFLAGS="$CPPFLAGS"
25070 CPPFLAGS="$CPPFLAGS $LARGEFILE_CPPFLAGS"
25071 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
25072 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
25073 if test "${ac_cv_sys_largefile_source+set}" = set; then
25074   echo $ECHO_N "(cached) $ECHO_C" >&6
25075 else
25076   while :; do
25077   cat >conftest.$ac_ext <<_ACEOF
25078 /* confdefs.h.  */
25079 _ACEOF
25080 cat confdefs.h >>conftest.$ac_ext
25081 cat >>conftest.$ac_ext <<_ACEOF
25082 /* end confdefs.h.  */
25083 #include <sys/types.h> /* for off_t */
25084      #include <stdio.h>
25085 int
25086 main ()
25087 {
25088 int (*fp) (FILE *, off_t, int) = fseeko;
25089      return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
25090   ;
25091   return 0;
25092 }
25093 _ACEOF
25094 rm -f conftest.$ac_objext conftest$ac_exeext
25095 if { (ac_try="$ac_link"
25096 case "(($ac_try" in
25097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25098   *) ac_try_echo=$ac_try;;
25099 esac
25100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25101   (eval "$ac_link") 2>conftest.er1
25102   ac_status=$?
25103   grep -v '^ *+' conftest.er1 >conftest.err
25104   rm -f conftest.er1
25105   cat conftest.err >&5
25106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25107   (exit $ac_status); } && {
25108          test -z "$ac_cxx_werror_flag" ||
25109          test ! -s conftest.err
25110        } && test -s conftest$ac_exeext &&
25111        $as_test_x conftest$ac_exeext; then
25112   ac_cv_sys_largefile_source=no; break
25113 else
25114   echo "$as_me: failed program was:" >&5
25115 sed 's/^/| /' conftest.$ac_ext >&5
25116
25117
25118 fi
25119
25120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25121       conftest$ac_exeext conftest.$ac_ext
25122   cat >conftest.$ac_ext <<_ACEOF
25123 /* confdefs.h.  */
25124 _ACEOF
25125 cat confdefs.h >>conftest.$ac_ext
25126 cat >>conftest.$ac_ext <<_ACEOF
25127 /* end confdefs.h.  */
25128 #define _LARGEFILE_SOURCE 1
25129 #include <sys/types.h> /* for off_t */
25130      #include <stdio.h>
25131 int
25132 main ()
25133 {
25134 int (*fp) (FILE *, off_t, int) = fseeko;
25135      return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
25136   ;
25137   return 0;
25138 }
25139 _ACEOF
25140 rm -f conftest.$ac_objext conftest$ac_exeext
25141 if { (ac_try="$ac_link"
25142 case "(($ac_try" in
25143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25144   *) ac_try_echo=$ac_try;;
25145 esac
25146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25147   (eval "$ac_link") 2>conftest.er1
25148   ac_status=$?
25149   grep -v '^ *+' conftest.er1 >conftest.err
25150   rm -f conftest.er1
25151   cat conftest.err >&5
25152   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25153   (exit $ac_status); } && {
25154          test -z "$ac_cxx_werror_flag" ||
25155          test ! -s conftest.err
25156        } && test -s conftest$ac_exeext &&
25157        $as_test_x conftest$ac_exeext; then
25158   ac_cv_sys_largefile_source=1; break
25159 else
25160   echo "$as_me: failed program was:" >&5
25161 sed 's/^/| /' conftest.$ac_ext >&5
25162
25163
25164 fi
25165
25166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25167       conftest$ac_exeext conftest.$ac_ext
25168   ac_cv_sys_largefile_source=unknown
25169   break
25170 done
25171 fi
25172 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
25173 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
25174 case $ac_cv_sys_largefile_source in #(
25175   no | unknown) ;;
25176   *)
25177 cat >>confdefs.h <<_ACEOF
25178 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
25179 _ACEOF
25180 ;;
25181 esac
25182 rm -f conftest*
25183
25184 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
25185 # in glibc 2.1.3, but that breaks too many other things.
25186 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
25187 if test $ac_cv_sys_largefile_source != unknown; then
25188
25189 cat >>confdefs.h <<\_ACEOF
25190 #define HAVE_FSEEKO 1
25191 _ACEOF
25192
25193 fi
25194
25195 CPPFLAGS="$old_CPPFLAGS"
25196 ac_ext=c
25197 ac_cpp='$CPP $CPPFLAGS'
25198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25201
25202 if test "$ac_cv_sys_largefile_source" != no; then
25203     WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
25204 fi
25205
25206 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
25207 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
25208 if test "${ac_cv_c_bigendian+set}" = set; then
25209   echo $ECHO_N "(cached) $ECHO_C" >&6
25210 else
25211   ac_cv_c_bigendian=unknown
25212 # See if sys/param.h defines the BYTE_ORDER macro.
25213 cat >conftest.$ac_ext <<_ACEOF
25214 /* confdefs.h.  */
25215 _ACEOF
25216 cat confdefs.h >>conftest.$ac_ext
25217 cat >>conftest.$ac_ext <<_ACEOF
25218 /* end confdefs.h.  */
25219 #include <sys/types.h>
25220 #include <sys/param.h>
25221 int
25222 main ()
25223 {
25224
25225 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
25226  bogus endian macros
25227 #endif
25228   ;
25229   return 0;
25230 }
25231 _ACEOF
25232 rm -f conftest.$ac_objext
25233 if { (ac_try="$ac_compile"
25234 case "(($ac_try" in
25235   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25236   *) ac_try_echo=$ac_try;;
25237 esac
25238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25239   (eval "$ac_compile") 2>conftest.er1
25240   ac_status=$?
25241   grep -v '^ *+' conftest.er1 >conftest.err
25242   rm -f conftest.er1
25243   cat conftest.err >&5
25244   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25245   (exit $ac_status); } && {
25246          test -z "$ac_c_werror_flag" ||
25247          test ! -s conftest.err
25248        } && test -s conftest.$ac_objext; then
25249   # It does; now see whether it defined to BIG_ENDIAN or not.
25250 cat >conftest.$ac_ext <<_ACEOF
25251 /* confdefs.h.  */
25252 _ACEOF
25253 cat confdefs.h >>conftest.$ac_ext
25254 cat >>conftest.$ac_ext <<_ACEOF
25255 /* end confdefs.h.  */
25256 #include <sys/types.h>
25257 #include <sys/param.h>
25258 int
25259 main ()
25260 {
25261
25262 #if BYTE_ORDER != BIG_ENDIAN
25263  not big endian
25264 #endif
25265   ;
25266   return 0;
25267 }
25268 _ACEOF
25269 rm -f conftest.$ac_objext
25270 if { (ac_try="$ac_compile"
25271 case "(($ac_try" in
25272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25273   *) ac_try_echo=$ac_try;;
25274 esac
25275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25276   (eval "$ac_compile") 2>conftest.er1
25277   ac_status=$?
25278   grep -v '^ *+' conftest.er1 >conftest.err
25279   rm -f conftest.er1
25280   cat conftest.err >&5
25281   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25282   (exit $ac_status); } && {
25283          test -z "$ac_c_werror_flag" ||
25284          test ! -s conftest.err
25285        } && test -s conftest.$ac_objext; then
25286   ac_cv_c_bigendian=yes
25287 else
25288   echo "$as_me: failed program was:" >&5
25289 sed 's/^/| /' conftest.$ac_ext >&5
25290
25291         ac_cv_c_bigendian=no
25292 fi
25293
25294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25295 else
25296   echo "$as_me: failed program was:" >&5
25297 sed 's/^/| /' conftest.$ac_ext >&5
25298
25299
25300 fi
25301
25302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25303 if test $ac_cv_c_bigendian = unknown; then
25304 if test "$cross_compiling" = yes; then
25305   ac_cv_c_bigendian=unknown
25306 else
25307   cat >conftest.$ac_ext <<_ACEOF
25308 /* confdefs.h.  */
25309 _ACEOF
25310 cat confdefs.h >>conftest.$ac_ext
25311 cat >>conftest.$ac_ext <<_ACEOF
25312 /* end confdefs.h.  */
25313 main () {
25314   /* Are we little or big endian?  From Harbison&Steele.  */
25315   union
25316   {
25317     long l;
25318     char c[sizeof (long)];
25319   } u;
25320   u.l = 1;
25321   exit (u.c[sizeof (long) - 1] == 1);
25322 }
25323 _ACEOF
25324 rm -f conftest$ac_exeext
25325 if { (ac_try="$ac_link"
25326 case "(($ac_try" in
25327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25328   *) ac_try_echo=$ac_try;;
25329 esac
25330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25331   (eval "$ac_link") 2>&5
25332   ac_status=$?
25333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25334   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25335   { (case "(($ac_try" in
25336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25337   *) ac_try_echo=$ac_try;;
25338 esac
25339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25340   (eval "$ac_try") 2>&5
25341   ac_status=$?
25342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25343   (exit $ac_status); }; }; then
25344   ac_cv_c_bigendian=no
25345 else
25346   echo "$as_me: program exited with status $ac_status" >&5
25347 echo "$as_me: failed program was:" >&5
25348 sed 's/^/| /' conftest.$ac_ext >&5
25349
25350 ( exit $ac_status )
25351 ac_cv_c_bigendian=yes
25352 fi
25353 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25354 fi
25355
25356
25357 fi
25358 fi
25359 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
25360 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
25361 if test $ac_cv_c_bigendian = unknown; then
25362   { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
25363 echo "$as_me: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
25364 fi
25365 if test $ac_cv_c_bigendian = yes; then
25366   cat >>confdefs.h <<\_ACEOF
25367 #define WORDS_BIGENDIAN 1
25368 _ACEOF
25369
25370 fi
25371
25372
25373
25374
25375     ac_ext=cpp
25376 ac_cpp='$CXXCPP $CPPFLAGS'
25377 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25378 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25379 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25380
25381
25382
25383 for ac_header in iostream
25384 do
25385 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25386 { echo "$as_me:$LINENO: checking for $ac_header" >&5
25387 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25388 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25389   echo $ECHO_N "(cached) $ECHO_C" >&6
25390 else
25391   cat >conftest.$ac_ext <<_ACEOF
25392 /* confdefs.h.  */
25393 _ACEOF
25394 cat confdefs.h >>conftest.$ac_ext
25395 cat >>conftest.$ac_ext <<_ACEOF
25396 /* end confdefs.h.  */
25397
25398
25399 #include <$ac_header>
25400 _ACEOF
25401 rm -f conftest.$ac_objext
25402 if { (ac_try="$ac_compile"
25403 case "(($ac_try" in
25404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25405   *) ac_try_echo=$ac_try;;
25406 esac
25407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25408   (eval "$ac_compile") 2>conftest.er1
25409   ac_status=$?
25410   grep -v '^ *+' conftest.er1 >conftest.err
25411   rm -f conftest.er1
25412   cat conftest.err >&5
25413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25414   (exit $ac_status); } && {
25415          test -z "$ac_cxx_werror_flag" ||
25416          test ! -s conftest.err
25417        } && test -s conftest.$ac_objext; then
25418   eval "$as_ac_Header=yes"
25419 else
25420   echo "$as_me: failed program was:" >&5
25421 sed 's/^/| /' conftest.$ac_ext >&5
25422
25423         eval "$as_ac_Header=no"
25424 fi
25425
25426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25427 fi
25428 ac_res=`eval echo '${'$as_ac_Header'}'`
25429                { echo "$as_me:$LINENO: result: $ac_res" >&5
25430 echo "${ECHO_T}$ac_res" >&6; }
25431 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25432   cat >>confdefs.h <<_ACEOF
25433 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25434 _ACEOF
25435
25436 fi
25437
25438 done
25439
25440
25441     if test "$ac_cv_header_iostream" = "yes" ; then
25442       :
25443     else
25444       cat >>confdefs.h <<\_ACEOF
25445 #define wxUSE_IOSTREAMH 1
25446 _ACEOF
25447
25448     fi
25449
25450     ac_ext=c
25451 ac_cpp='$CPP $CPPFLAGS'
25452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25455
25456
25457
25458
25459   { echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
25460 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6; }
25461 if test "${wx_cv_explicit+set}" = set; then
25462   echo $ECHO_N "(cached) $ECHO_C" >&6
25463 else
25464
25465
25466     ac_ext=cpp
25467 ac_cpp='$CXXCPP $CPPFLAGS'
25468 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25469 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25470 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25471
25472
25473             cat >conftest.$ac_ext <<_ACEOF
25474 /* confdefs.h.  */
25475 _ACEOF
25476 cat confdefs.h >>conftest.$ac_ext
25477 cat >>conftest.$ac_ext <<_ACEOF
25478 /* end confdefs.h.  */
25479
25480         class Foo { public: explicit Foo(int) {} };
25481
25482 int
25483 main ()
25484 {
25485
25486         return 0;
25487
25488   ;
25489   return 0;
25490 }
25491 _ACEOF
25492 rm -f conftest.$ac_objext
25493 if { (ac_try="$ac_compile"
25494 case "(($ac_try" in
25495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25496   *) ac_try_echo=$ac_try;;
25497 esac
25498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25499   (eval "$ac_compile") 2>conftest.er1
25500   ac_status=$?
25501   grep -v '^ *+' conftest.er1 >conftest.err
25502   rm -f conftest.er1
25503   cat conftest.err >&5
25504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25505   (exit $ac_status); } && {
25506          test -z "$ac_cxx_werror_flag" ||
25507          test ! -s conftest.err
25508        } && test -s conftest.$ac_objext; then
25509
25510         cat >conftest.$ac_ext <<_ACEOF
25511 /* confdefs.h.  */
25512 _ACEOF
25513 cat confdefs.h >>conftest.$ac_ext
25514 cat >>conftest.$ac_ext <<_ACEOF
25515 /* end confdefs.h.  */
25516
25517                 class Foo { public: explicit Foo(int) {} };
25518                 static void TakeFoo(const Foo& foo) { }
25519
25520 int
25521 main ()
25522 {
25523
25524                 TakeFoo(17);
25525                 return 0;
25526
25527   ;
25528   return 0;
25529 }
25530 _ACEOF
25531 rm -f conftest.$ac_objext
25532 if { (ac_try="$ac_compile"
25533 case "(($ac_try" in
25534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25535   *) ac_try_echo=$ac_try;;
25536 esac
25537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25538   (eval "$ac_compile") 2>conftest.er1
25539   ac_status=$?
25540   grep -v '^ *+' conftest.er1 >conftest.err
25541   rm -f conftest.er1
25542   cat conftest.err >&5
25543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25544   (exit $ac_status); } && {
25545          test -z "$ac_cxx_werror_flag" ||
25546          test ! -s conftest.err
25547        } && test -s conftest.$ac_objext; then
25548   wx_cv_explicit=no
25549 else
25550   echo "$as_me: failed program was:" >&5
25551 sed 's/^/| /' conftest.$ac_ext >&5
25552
25553         wx_cv_explicit=yes
25554
25555 fi
25556
25557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25558
25559 else
25560   echo "$as_me: failed program was:" >&5
25561 sed 's/^/| /' conftest.$ac_ext >&5
25562
25563         wx_cv_explicit=no
25564
25565 fi
25566
25567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25568
25569     ac_ext=c
25570 ac_cpp='$CPP $CPPFLAGS'
25571 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25572 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25573 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25574
25575
25576 fi
25577 { echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
25578 echo "${ECHO_T}$wx_cv_explicit" >&6; }
25579
25580   if test "$wx_cv_explicit" = "yes"; then
25581     cat >>confdefs.h <<\_ACEOF
25582 #define HAVE_EXPLICIT 1
25583 _ACEOF
25584
25585   fi
25586
25587
25588 if test "x$SUNCXX" = xyes; then
25589     CXXFLAGS="-features=tmplife $GNU_SOURCE_FLAG $CXXFLAGS"
25590 fi
25591
25592 if test "x$SUNCC" = xyes; then
25593     CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
25594 fi
25595
25596 if test "x$SGICC" = "xyes"; then
25597     { echo "$as_me:$LINENO: checking if cc version is 7.4.4 or greater" >&5
25598 echo $ECHO_N "checking if cc version is 7.4.4 or greater... $ECHO_C" >&6; }
25599 if test "${wx_cv_prog_sgicc744+set}" = set; then
25600   echo $ECHO_N "(cached) $ECHO_C" >&6
25601 else
25602
25603             cat >conftest.$ac_ext <<_ACEOF
25604 /* confdefs.h.  */
25605 _ACEOF
25606 cat confdefs.h >>conftest.$ac_ext
25607 cat >>conftest.$ac_ext <<_ACEOF
25608 /* end confdefs.h.  */
25609
25610 int
25611 main ()
25612 {
25613
25614                     #if _SGI_COMPILER_VERSION >= 744
25615                     chock me: mipsPro is 7.4.4 or later
25616                     #endif
25617
25618   ;
25619   return 0;
25620 }
25621 _ACEOF
25622 rm -f conftest.$ac_objext
25623 if { (ac_try="$ac_compile"
25624 case "(($ac_try" in
25625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25626   *) ac_try_echo=$ac_try;;
25627 esac
25628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25629   (eval "$ac_compile") 2>conftest.er1
25630   ac_status=$?
25631   grep -v '^ *+' conftest.er1 >conftest.err
25632   rm -f conftest.er1
25633   cat conftest.err >&5
25634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25635   (exit $ac_status); } && {
25636          test -z "$ac_c_werror_flag" ||
25637          test ! -s conftest.err
25638        } && test -s conftest.$ac_objext; then
25639   wx_cv_prog_sgicc744=no
25640 else
25641   echo "$as_me: failed program was:" >&5
25642 sed 's/^/| /' conftest.$ac_ext >&5
25643
25644         wx_cv_prog_sgicc744=yes
25645
25646 fi
25647
25648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25649
25650
25651 fi
25652 { echo "$as_me:$LINENO: result: $wx_cv_prog_sgicc744" >&5
25653 echo "${ECHO_T}$wx_cv_prog_sgicc744" >&6; }
25654
25655     if test "x$wx_cv_prog_sgicc744" = "xyes"; then
25656         CFLAGS="-woff 3970 $CFLAGS"
25657     fi
25658 fi
25659 if test "x$SGICXX" = "xyes"; then
25660     { echo "$as_me:$LINENO: checking if CC version is 7.4.4 or greater" >&5
25661 echo $ECHO_N "checking if CC version is 7.4.4 or greater... $ECHO_C" >&6; }
25662 if test "${wx_cv_prog_sgicxx744+set}" = set; then
25663   echo $ECHO_N "(cached) $ECHO_C" >&6
25664 else
25665
25666             ac_ext=cpp
25667 ac_cpp='$CXXCPP $CPPFLAGS'
25668 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25669 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25670 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25671
25672             cat >conftest.$ac_ext <<_ACEOF
25673 /* confdefs.h.  */
25674 _ACEOF
25675 cat confdefs.h >>conftest.$ac_ext
25676 cat >>conftest.$ac_ext <<_ACEOF
25677 /* end confdefs.h.  */
25678
25679 int
25680 main ()
25681 {
25682
25683                     #if _SGI_COMPILER_VERSION >= 744
25684                     chock me: mipsPro is 7.4.4 or later
25685                     #endif
25686
25687   ;
25688   return 0;
25689 }
25690 _ACEOF
25691 rm -f conftest.$ac_objext
25692 if { (ac_try="$ac_compile"
25693 case "(($ac_try" in
25694   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25695   *) ac_try_echo=$ac_try;;
25696 esac
25697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25698   (eval "$ac_compile") 2>conftest.er1
25699   ac_status=$?
25700   grep -v '^ *+' conftest.er1 >conftest.err
25701   rm -f conftest.er1
25702   cat conftest.err >&5
25703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25704   (exit $ac_status); } && {
25705          test -z "$ac_cxx_werror_flag" ||
25706          test ! -s conftest.err
25707        } && test -s conftest.$ac_objext; then
25708   wx_cv_prog_sgicxx744=no
25709 else
25710   echo "$as_me: failed program was:" >&5
25711 sed 's/^/| /' conftest.$ac_ext >&5
25712
25713         wx_cv_prog_sgicxx744=yes
25714
25715 fi
25716
25717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25718             ac_ext=c
25719 ac_cpp='$CPP $CPPFLAGS'
25720 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25721 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25722 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25723
25724
25725
25726 fi
25727 { echo "$as_me:$LINENO: result: $wx_cv_prog_sgicxx744" >&5
25728 echo "${ECHO_T}$wx_cv_prog_sgicxx744" >&6; }
25729
25730     if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
25731         CXXFLAGS="-woff 3970 $CXXFLAGS"
25732     fi
25733 fi
25734
25735 if test "x$HPCC" = "xyes"; then
25736                     CFLAGS="+W 2011,2450 $CFLAGS"
25737 fi
25738 if test "x$HPCXX" = "xyes"; then
25739                             CXXFLAGS="+W 2340,4232 $CXXFLAGS"
25740 fi
25741
25742 if test "x$COMPAQCXX" = "xyes"; then
25743                                 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
25744 fi
25745
25746 ac_ext=cpp
25747 ac_cpp='$CXXCPP $CPPFLAGS'
25748 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25749 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25750 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25751
25752
25753 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
25754     if test "$wxUSE_UNICODE" = "yes"; then
25755         std_string="std::wstring"
25756         char_type="wchar_t"
25757     else
25758         std_string="std::string"
25759         char_type="char"
25760     fi
25761
25762         { echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
25763 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6; }
25764 if test "${wx_cv_class_stdstring+set}" = set; then
25765   echo $ECHO_N "(cached) $ECHO_C" >&6
25766 else
25767
25768             cat >conftest.$ac_ext <<_ACEOF
25769 /* confdefs.h.  */
25770 _ACEOF
25771 cat confdefs.h >>conftest.$ac_ext
25772 cat >>conftest.$ac_ext <<_ACEOF
25773 /* end confdefs.h.  */
25774 #include <string>
25775 int
25776 main ()
25777 {
25778 $std_string foo;
25779   ;
25780   return 0;
25781 }
25782 _ACEOF
25783 rm -f conftest.$ac_objext
25784 if { (ac_try="$ac_compile"
25785 case "(($ac_try" in
25786   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25787   *) ac_try_echo=$ac_try;;
25788 esac
25789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25790   (eval "$ac_compile") 2>conftest.er1
25791   ac_status=$?
25792   grep -v '^ *+' conftest.er1 >conftest.err
25793   rm -f conftest.er1
25794   cat conftest.err >&5
25795   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25796   (exit $ac_status); } && {
25797          test -z "$ac_cxx_werror_flag" ||
25798          test ! -s conftest.err
25799        } && test -s conftest.$ac_objext; then
25800   wx_cv_class_stdstring=yes
25801 else
25802   echo "$as_me: failed program was:" >&5
25803 sed 's/^/| /' conftest.$ac_ext >&5
25804
25805         wx_cv_class_stdstring=no
25806
25807 fi
25808
25809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25810
25811
25812 fi
25813 { echo "$as_me:$LINENO: result: $wx_cv_class_stdstring" >&5
25814 echo "${ECHO_T}$wx_cv_class_stdstring" >&6; }
25815
25816     if test "$wx_cv_class_stdstring" = yes; then
25817         if test "$wxUSE_UNICODE" = "yes"; then
25818             cat >>confdefs.h <<\_ACEOF
25819 #define HAVE_STD_WSTRING 1
25820 _ACEOF
25821
25822         fi
25823                     else
25824         { echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
25825 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6; }
25826 if test "${wx_cv_class_stdbasicstring+set}" = set; then
25827   echo $ECHO_N "(cached) $ECHO_C" >&6
25828 else
25829
25830                 cat >conftest.$ac_ext <<_ACEOF
25831 /* confdefs.h.  */
25832 _ACEOF
25833 cat confdefs.h >>conftest.$ac_ext
25834 cat >>conftest.$ac_ext <<_ACEOF
25835 /* end confdefs.h.  */
25836
25837                     #ifdef HAVE_WCHAR_H
25838                     #  ifdef __CYGWIN__
25839                     #    include <stddef.h>
25840                     #  endif
25841                     #  include <wchar.h>
25842                     #endif
25843                     #ifdef HAVE_STDLIB_H
25844                     #  include <stdlib.h>
25845                     #endif
25846                     #include <stdio.h>
25847                     #include <string>
25848
25849 int
25850 main ()
25851 {
25852 std::basic_string<$char_type> foo;
25853                      const $char_type* dummy = foo.c_str();
25854   ;
25855   return 0;
25856 }
25857 _ACEOF
25858 rm -f conftest.$ac_objext
25859 if { (ac_try="$ac_compile"
25860 case "(($ac_try" in
25861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25862   *) ac_try_echo=$ac_try;;
25863 esac
25864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25865   (eval "$ac_compile") 2>conftest.er1
25866   ac_status=$?
25867   grep -v '^ *+' conftest.er1 >conftest.err
25868   rm -f conftest.er1
25869   cat conftest.err >&5
25870   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25871   (exit $ac_status); } && {
25872          test -z "$ac_cxx_werror_flag" ||
25873          test ! -s conftest.err
25874        } && test -s conftest.$ac_objext; then
25875   wx_cv_class_stdbasicstring=yes
25876 else
25877   echo "$as_me: failed program was:" >&5
25878 sed 's/^/| /' conftest.$ac_ext >&5
25879
25880         wx_cv_class_stdbasicstring=no
25881
25882 fi
25883
25884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25885
25886
25887 fi
25888 { echo "$as_me:$LINENO: result: $wx_cv_class_stdbasicstring" >&5
25889 echo "${ECHO_T}$wx_cv_class_stdbasicstring" >&6; }
25890
25891         if test "$wx_cv_class_stdbasicstring" != yes; then
25892             if test "$wxUSE_STL" = "yes"; then
25893                 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
25894 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
25895    { (exit 1); exit 1; }; }
25896             elif test "$wxUSE_STD_STRING" = "yes"; then
25897                 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
25898 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
25899    { (exit 1); exit 1; }; }
25900             else
25901                 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
25902 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
25903                 wxUSE_STD_STRING=no
25904             fi
25905         fi
25906     fi
25907 fi
25908
25909 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
25910     { echo "$as_me:$LINENO: checking for std::istream" >&5
25911 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6; }
25912 if test "${ac_cv_type_std__istream+set}" = set; then
25913   echo $ECHO_N "(cached) $ECHO_C" >&6
25914 else
25915   cat >conftest.$ac_ext <<_ACEOF
25916 /* confdefs.h.  */
25917 _ACEOF
25918 cat confdefs.h >>conftest.$ac_ext
25919 cat >>conftest.$ac_ext <<_ACEOF
25920 /* end confdefs.h.  */
25921 #include <iostream>
25922
25923 typedef std::istream ac__type_new_;
25924 int
25925 main ()
25926 {
25927 if ((ac__type_new_ *) 0)
25928   return 0;
25929 if (sizeof (ac__type_new_))
25930   return 0;
25931   ;
25932   return 0;
25933 }
25934 _ACEOF
25935 rm -f conftest.$ac_objext
25936 if { (ac_try="$ac_compile"
25937 case "(($ac_try" in
25938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25939   *) ac_try_echo=$ac_try;;
25940 esac
25941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25942   (eval "$ac_compile") 2>conftest.er1
25943   ac_status=$?
25944   grep -v '^ *+' conftest.er1 >conftest.err
25945   rm -f conftest.er1
25946   cat conftest.err >&5
25947   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25948   (exit $ac_status); } && {
25949          test -z "$ac_cxx_werror_flag" ||
25950          test ! -s conftest.err
25951        } && test -s conftest.$ac_objext; then
25952   ac_cv_type_std__istream=yes
25953 else
25954   echo "$as_me: failed program was:" >&5
25955 sed 's/^/| /' conftest.$ac_ext >&5
25956
25957         ac_cv_type_std__istream=no
25958 fi
25959
25960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25961 fi
25962 { echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
25963 echo "${ECHO_T}$ac_cv_type_std__istream" >&6; }
25964 if test $ac_cv_type_std__istream = yes; then
25965
25966 cat >>confdefs.h <<_ACEOF
25967 #define HAVE_STD__ISTREAM 1
25968 _ACEOF
25969
25970
25971 else
25972   wxUSE_STD_IOSTREAM=no
25973 fi
25974 { echo "$as_me:$LINENO: checking for std::ostream" >&5
25975 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6; }
25976 if test "${ac_cv_type_std__ostream+set}" = set; then
25977   echo $ECHO_N "(cached) $ECHO_C" >&6
25978 else
25979   cat >conftest.$ac_ext <<_ACEOF
25980 /* confdefs.h.  */
25981 _ACEOF
25982 cat confdefs.h >>conftest.$ac_ext
25983 cat >>conftest.$ac_ext <<_ACEOF
25984 /* end confdefs.h.  */
25985 #include <iostream>
25986
25987 typedef std::ostream ac__type_new_;
25988 int
25989 main ()
25990 {
25991 if ((ac__type_new_ *) 0)
25992   return 0;
25993 if (sizeof (ac__type_new_))
25994   return 0;
25995   ;
25996   return 0;
25997 }
25998 _ACEOF
25999 rm -f conftest.$ac_objext
26000 if { (ac_try="$ac_compile"
26001 case "(($ac_try" in
26002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26003   *) ac_try_echo=$ac_try;;
26004 esac
26005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26006   (eval "$ac_compile") 2>conftest.er1
26007   ac_status=$?
26008   grep -v '^ *+' conftest.er1 >conftest.err
26009   rm -f conftest.er1
26010   cat conftest.err >&5
26011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26012   (exit $ac_status); } && {
26013          test -z "$ac_cxx_werror_flag" ||
26014          test ! -s conftest.err
26015        } && test -s conftest.$ac_objext; then
26016   ac_cv_type_std__ostream=yes
26017 else
26018   echo "$as_me: failed program was:" >&5
26019 sed 's/^/| /' conftest.$ac_ext >&5
26020
26021         ac_cv_type_std__ostream=no
26022 fi
26023
26024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26025 fi
26026 { echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
26027 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6; }
26028 if test $ac_cv_type_std__ostream = yes; then
26029
26030 cat >>confdefs.h <<_ACEOF
26031 #define HAVE_STD__OSTREAM 1
26032 _ACEOF
26033
26034
26035 else
26036   wxUSE_STD_IOSTREAM=no
26037 fi
26038
26039
26040     if test "$wxUSE_STD_IOSTREAM" != "yes"; then
26041         if test "$wxUSE_STD_IOSTREAM" = "yes"; then
26042             { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
26043 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
26044    { (exit 1); exit 1; }; }
26045         else
26046             { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
26047 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
26048         fi
26049     fi
26050 fi
26051
26052 if test "$wxUSE_STL" = "yes"; then
26053         { echo "$as_me:$LINENO: checking for basic STL functionality" >&5
26054 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6; }
26055 if test "${wx_cv_lib_stl+set}" = set; then
26056   echo $ECHO_N "(cached) $ECHO_C" >&6
26057 else
26058   cat >conftest.$ac_ext <<_ACEOF
26059 /* confdefs.h.  */
26060 _ACEOF
26061 cat confdefs.h >>conftest.$ac_ext
26062 cat >>conftest.$ac_ext <<_ACEOF
26063 /* end confdefs.h.  */
26064 #include <string>
26065             #include <functional>
26066             #include <algorithm>
26067             #include <vector>
26068             #include <list>
26069 int
26070 main ()
26071 {
26072 std::vector<int> moo;
26073              std::list<int> foo;
26074              std::vector<int>::iterator it =
26075                  std::find_if(moo.begin(), moo.end(),
26076                               std::bind2nd(std::less<int>(), 3));
26077   ;
26078   return 0;
26079 }
26080 _ACEOF
26081 rm -f conftest.$ac_objext
26082 if { (ac_try="$ac_compile"
26083 case "(($ac_try" in
26084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26085   *) ac_try_echo=$ac_try;;
26086 esac
26087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26088   (eval "$ac_compile") 2>conftest.er1
26089   ac_status=$?
26090   grep -v '^ *+' conftest.er1 >conftest.err
26091   rm -f conftest.er1
26092   cat conftest.err >&5
26093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26094   (exit $ac_status); } && {
26095          test -z "$ac_cxx_werror_flag" ||
26096          test ! -s conftest.err
26097        } && test -s conftest.$ac_objext; then
26098   wx_cv_lib_stl=yes
26099 else
26100   echo "$as_me: failed program was:" >&5
26101 sed 's/^/| /' conftest.$ac_ext >&5
26102
26103         wx_cv_lib_stl=no
26104
26105 fi
26106
26107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26108
26109 fi
26110 { echo "$as_me:$LINENO: result: $wx_cv_lib_stl" >&5
26111 echo "${ECHO_T}$wx_cv_lib_stl" >&6; }
26112
26113     if test "$wx_cv_lib_stl" != yes; then
26114          { { echo "$as_me:$LINENO: error: Can't use --enable-stl as basic STL functionality is missing" >&5
26115 echo "$as_me: error: Can't use --enable-stl as basic STL functionality is missing" >&2;}
26116    { (exit 1); exit 1; }; }
26117     fi
26118
26119         { echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
26120 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6; }
26121 if test "${wx_cv_func_stdstring_compare+set}" = set; then
26122   echo $ECHO_N "(cached) $ECHO_C" >&6
26123 else
26124   cat >conftest.$ac_ext <<_ACEOF
26125 /* confdefs.h.  */
26126 _ACEOF
26127 cat confdefs.h >>conftest.$ac_ext
26128 cat >>conftest.$ac_ext <<_ACEOF
26129 /* end confdefs.h.  */
26130 #include <string>
26131 int
26132 main ()
26133 {
26134 std::string foo, bar;
26135             foo.compare(bar);
26136             foo.compare(1, 1, bar);
26137             foo.compare(1, 1, bar, 1, 1);
26138             foo.compare("");
26139             foo.compare(1, 1, "");
26140             foo.compare(1, 1, "", 2);
26141   ;
26142   return 0;
26143 }
26144 _ACEOF
26145 rm -f conftest.$ac_objext
26146 if { (ac_try="$ac_compile"
26147 case "(($ac_try" in
26148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26149   *) ac_try_echo=$ac_try;;
26150 esac
26151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26152   (eval "$ac_compile") 2>conftest.er1
26153   ac_status=$?
26154   grep -v '^ *+' conftest.er1 >conftest.err
26155   rm -f conftest.er1
26156   cat conftest.err >&5
26157   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26158   (exit $ac_status); } && {
26159          test -z "$ac_cxx_werror_flag" ||
26160          test ! -s conftest.err
26161        } && test -s conftest.$ac_objext; then
26162   wx_cv_func_stdstring_compare=yes
26163 else
26164   echo "$as_me: failed program was:" >&5
26165 sed 's/^/| /' conftest.$ac_ext >&5
26166
26167         wx_cv_func_stdstring_compare=no
26168
26169 fi
26170
26171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26172
26173 fi
26174 { echo "$as_me:$LINENO: result: $wx_cv_func_stdstring_compare" >&5
26175 echo "${ECHO_T}$wx_cv_func_stdstring_compare" >&6; }
26176
26177     if test "$wx_cv_func_stdstring_compare" = yes; then
26178         cat >>confdefs.h <<\_ACEOF
26179 #define HAVE_STD_STRING_COMPARE 1
26180 _ACEOF
26181
26182     fi
26183
26184     if test "$wx_cv_class_gnuhashmapset" = yes; then
26185          cat >>confdefs.h <<\_ACEOF
26186 #define HAVE_EXT_HASH_MAP 1
26187 _ACEOF
26188
26189          cat >>confdefs.h <<\_ACEOF
26190 #define HAVE_GNU_CXX_HASH_MAP 1
26191 _ACEOF
26192
26193     fi
26194
26195     { echo "$as_me:$LINENO: checking for unordered_map" >&5
26196 echo $ECHO_N "checking for unordered_map... $ECHO_C" >&6; }
26197 if test "${ac_cv_header_unordered_map+set}" = set; then
26198   echo $ECHO_N "(cached) $ECHO_C" >&6
26199 else
26200   cat >conftest.$ac_ext <<_ACEOF
26201 /* confdefs.h.  */
26202 _ACEOF
26203 cat confdefs.h >>conftest.$ac_ext
26204 cat >>conftest.$ac_ext <<_ACEOF
26205 /* end confdefs.h.  */
26206
26207
26208
26209 #include <unordered_map>
26210 _ACEOF
26211 rm -f conftest.$ac_objext
26212 if { (ac_try="$ac_compile"
26213 case "(($ac_try" in
26214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26215   *) ac_try_echo=$ac_try;;
26216 esac
26217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26218   (eval "$ac_compile") 2>conftest.er1
26219   ac_status=$?
26220   grep -v '^ *+' conftest.er1 >conftest.err
26221   rm -f conftest.er1
26222   cat conftest.err >&5
26223   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26224   (exit $ac_status); } && {
26225          test -z "$ac_cxx_werror_flag" ||
26226          test ! -s conftest.err
26227        } && test -s conftest.$ac_objext; then
26228   ac_cv_header_unordered_map=yes
26229 else
26230   echo "$as_me: failed program was:" >&5
26231 sed 's/^/| /' conftest.$ac_ext >&5
26232
26233         ac_cv_header_unordered_map=no
26234 fi
26235
26236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26237 fi
26238 { echo "$as_me:$LINENO: result: $ac_cv_header_unordered_map" >&5
26239 echo "${ECHO_T}$ac_cv_header_unordered_map" >&6; }
26240 if test $ac_cv_header_unordered_map = yes; then
26241   { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std" >&5
26242 echo $ECHO_N "checking for unordered_map and unordered_set in std... $ECHO_C" >&6; }
26243 if test "${wx_cv_class_stdunorderedmapset+set}" = set; then
26244   echo $ECHO_N "(cached) $ECHO_C" >&6
26245 else
26246   cat >conftest.$ac_ext <<_ACEOF
26247 /* confdefs.h.  */
26248 _ACEOF
26249 cat confdefs.h >>conftest.$ac_ext
26250 cat >>conftest.$ac_ext <<_ACEOF
26251 /* end confdefs.h.  */
26252 #include <unordered_map>
26253                 #include <unordered_set>
26254 int
26255 main ()
26256 {
26257 std::unordered_map<double*, char*> test1;
26258                  std::unordered_set<char*> test2;
26259   ;
26260   return 0;
26261 }
26262 _ACEOF
26263 rm -f conftest.$ac_objext
26264 if { (ac_try="$ac_compile"
26265 case "(($ac_try" in
26266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26267   *) ac_try_echo=$ac_try;;
26268 esac
26269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26270   (eval "$ac_compile") 2>conftest.er1
26271   ac_status=$?
26272   grep -v '^ *+' conftest.er1 >conftest.err
26273   rm -f conftest.er1
26274   cat conftest.err >&5
26275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26276   (exit $ac_status); } && {
26277          test -z "$ac_cxx_werror_flag" ||
26278          test ! -s conftest.err
26279        } && test -s conftest.$ac_objext; then
26280   wx_cv_class_stdunorderedmapset=yes
26281 else
26282   echo "$as_me: failed program was:" >&5
26283 sed 's/^/| /' conftest.$ac_ext >&5
26284
26285         wx_cv_class_stdunorderedmapset=no
26286 fi
26287
26288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26289
26290
26291 fi
26292 { echo "$as_me:$LINENO: result: $wx_cv_class_stdunorderedmapset" >&5
26293 echo "${ECHO_T}$wx_cv_class_stdunorderedmapset" >&6; }
26294 fi
26295
26296
26297
26298     if test "$wx_cv_class_stdunorderedmapset" = yes; then
26299          cat >>confdefs.h <<\_ACEOF
26300 #define HAVE_STD_UNORDERED_MAP 1
26301 _ACEOF
26302
26303          cat >>confdefs.h <<\_ACEOF
26304 #define HAVE_STD_UNORDERED_SET 1
26305 _ACEOF
26306
26307     else
26308         { echo "$as_me:$LINENO: checking for tr1/unordered_map" >&5
26309 echo $ECHO_N "checking for tr1/unordered_map... $ECHO_C" >&6; }
26310 if test "${ac_cv_header_tr1_unordered_map+set}" = set; then
26311   echo $ECHO_N "(cached) $ECHO_C" >&6
26312 else
26313   cat >conftest.$ac_ext <<_ACEOF
26314 /* confdefs.h.  */
26315 _ACEOF
26316 cat confdefs.h >>conftest.$ac_ext
26317 cat >>conftest.$ac_ext <<_ACEOF
26318 /* end confdefs.h.  */
26319
26320
26321
26322 #include <tr1/unordered_map>
26323 _ACEOF
26324 rm -f conftest.$ac_objext
26325 if { (ac_try="$ac_compile"
26326 case "(($ac_try" in
26327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26328   *) ac_try_echo=$ac_try;;
26329 esac
26330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26331   (eval "$ac_compile") 2>conftest.er1
26332   ac_status=$?
26333   grep -v '^ *+' conftest.er1 >conftest.err
26334   rm -f conftest.er1
26335   cat conftest.err >&5
26336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26337   (exit $ac_status); } && {
26338          test -z "$ac_cxx_werror_flag" ||
26339          test ! -s conftest.err
26340        } && test -s conftest.$ac_objext; then
26341   ac_cv_header_tr1_unordered_map=yes
26342 else
26343   echo "$as_me: failed program was:" >&5
26344 sed 's/^/| /' conftest.$ac_ext >&5
26345
26346         ac_cv_header_tr1_unordered_map=no
26347 fi
26348
26349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26350 fi
26351 { echo "$as_me:$LINENO: result: $ac_cv_header_tr1_unordered_map" >&5
26352 echo "${ECHO_T}$ac_cv_header_tr1_unordered_map" >&6; }
26353 if test $ac_cv_header_tr1_unordered_map = yes; then
26354   { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std::tr1" >&5
26355 echo $ECHO_N "checking for unordered_map and unordered_set in std::tr1... $ECHO_C" >&6; }
26356 if test "${wx_cv_class_tr1unorderedmapset+set}" = set; then
26357   echo $ECHO_N "(cached) $ECHO_C" >&6
26358 else
26359   cat >conftest.$ac_ext <<_ACEOF
26360 /* confdefs.h.  */
26361 _ACEOF
26362 cat confdefs.h >>conftest.$ac_ext
26363 cat >>conftest.$ac_ext <<_ACEOF
26364 /* end confdefs.h.  */
26365 #include <tr1/unordered_map>
26366                     #include <tr1/unordered_set>
26367 int
26368 main ()
26369 {
26370 std::tr1::unordered_map<double*, char*> test1;
26371                      std::tr1::unordered_set<char*> test2;
26372             #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
26373             #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
26374             #endif
26375   ;
26376   return 0;
26377 }
26378 _ACEOF
26379 rm -f conftest.$ac_objext
26380 if { (ac_try="$ac_compile"
26381 case "(($ac_try" in
26382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26383   *) ac_try_echo=$ac_try;;
26384 esac
26385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26386   (eval "$ac_compile") 2>conftest.er1
26387   ac_status=$?
26388   grep -v '^ *+' conftest.er1 >conftest.err
26389   rm -f conftest.er1
26390   cat conftest.err >&5
26391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26392   (exit $ac_status); } && {
26393          test -z "$ac_cxx_werror_flag" ||
26394          test ! -s conftest.err
26395        } && test -s conftest.$ac_objext; then
26396   wx_cv_class_tr1unorderedmapset=yes
26397 else
26398   echo "$as_me: failed program was:" >&5
26399 sed 's/^/| /' conftest.$ac_ext >&5
26400
26401         wx_cv_class_tr1unorderedmapset=no
26402 fi
26403
26404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26405
26406
26407 fi
26408 { echo "$as_me:$LINENO: result: $wx_cv_class_tr1unorderedmapset" >&5
26409 echo "${ECHO_T}$wx_cv_class_tr1unorderedmapset" >&6; }
26410 fi
26411
26412
26413
26414         if test "$wx_cv_class_tr1unorderedmapset" = yes; then
26415             cat >>confdefs.h <<\_ACEOF
26416 #define HAVE_TR1_UNORDERED_MAP 1
26417 _ACEOF
26418
26419             cat >>confdefs.h <<\_ACEOF
26420 #define HAVE_TR1_UNORDERED_SET 1
26421 _ACEOF
26422
26423         else
26424                         { echo "$as_me:$LINENO: checking for hash_map" >&5
26425 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6; }
26426 if test "${ac_cv_header_hash_map+set}" = set; then
26427   echo $ECHO_N "(cached) $ECHO_C" >&6
26428 else
26429   cat >conftest.$ac_ext <<_ACEOF
26430 /* confdefs.h.  */
26431 _ACEOF
26432 cat confdefs.h >>conftest.$ac_ext
26433 cat >>conftest.$ac_ext <<_ACEOF
26434 /* end confdefs.h.  */
26435
26436
26437
26438 #include <hash_map>
26439 _ACEOF
26440 rm -f conftest.$ac_objext
26441 if { (ac_try="$ac_compile"
26442 case "(($ac_try" in
26443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26444   *) ac_try_echo=$ac_try;;
26445 esac
26446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26447   (eval "$ac_compile") 2>conftest.er1
26448   ac_status=$?
26449   grep -v '^ *+' conftest.er1 >conftest.err
26450   rm -f conftest.er1
26451   cat conftest.err >&5
26452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26453   (exit $ac_status); } && {
26454          test -z "$ac_cxx_werror_flag" ||
26455          test ! -s conftest.err
26456        } && test -s conftest.$ac_objext; then
26457   ac_cv_header_hash_map=yes
26458 else
26459   echo "$as_me: failed program was:" >&5
26460 sed 's/^/| /' conftest.$ac_ext >&5
26461
26462         ac_cv_header_hash_map=no
26463 fi
26464
26465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26466 fi
26467 { echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
26468 echo "${ECHO_T}$ac_cv_header_hash_map" >&6; }
26469 if test $ac_cv_header_hash_map = yes; then
26470   { echo "$as_me:$LINENO: checking for std::hash_map and hash_set" >&5
26471 echo $ECHO_N "checking for std::hash_map and hash_set... $ECHO_C" >&6; }
26472 if test "${wx_cv_class_stdhashmapset+set}" = set; then
26473   echo $ECHO_N "(cached) $ECHO_C" >&6
26474 else
26475   cat >conftest.$ac_ext <<_ACEOF
26476 /* confdefs.h.  */
26477 _ACEOF
26478 cat confdefs.h >>conftest.$ac_ext
26479 cat >>conftest.$ac_ext <<_ACEOF
26480 /* end confdefs.h.  */
26481 #include <hash_map>
26482                         #include <hash_set>
26483 int
26484 main ()
26485 {
26486 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
26487                          std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
26488   ;
26489   return 0;
26490 }
26491 _ACEOF
26492 rm -f conftest.$ac_objext
26493 if { (ac_try="$ac_compile"
26494 case "(($ac_try" in
26495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26496   *) ac_try_echo=$ac_try;;
26497 esac
26498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26499   (eval "$ac_compile") 2>conftest.er1
26500   ac_status=$?
26501   grep -v '^ *+' conftest.er1 >conftest.err
26502   rm -f conftest.er1
26503   cat conftest.err >&5
26504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26505   (exit $ac_status); } && {
26506          test -z "$ac_cxx_werror_flag" ||
26507          test ! -s conftest.err
26508        } && test -s conftest.$ac_objext; then
26509   wx_cv_class_stdhashmapset=yes
26510 else
26511   echo "$as_me: failed program was:" >&5
26512 sed 's/^/| /' conftest.$ac_ext >&5
26513
26514         wx_cv_class_stdhashmapset=no
26515 fi
26516
26517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26518
26519
26520 fi
26521 { echo "$as_me:$LINENO: result: $wx_cv_class_stdhashmapset" >&5
26522 echo "${ECHO_T}$wx_cv_class_stdhashmapset" >&6; }
26523 fi
26524
26525
26526
26527             if test "$wx_cv_class_stdhashmapset" = yes; then
26528                 cat >>confdefs.h <<\_ACEOF
26529 #define HAVE_HASH_MAP 1
26530 _ACEOF
26531
26532                 cat >>confdefs.h <<\_ACEOF
26533 #define HAVE_STD_HASH_MAP 1
26534 _ACEOF
26535
26536             fi
26537
26538             { echo "$as_me:$LINENO: checking for ext/hash_map" >&5
26539 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6; }
26540 if test "${ac_cv_header_ext_hash_map+set}" = set; then
26541   echo $ECHO_N "(cached) $ECHO_C" >&6
26542 else
26543   cat >conftest.$ac_ext <<_ACEOF
26544 /* confdefs.h.  */
26545 _ACEOF
26546 cat confdefs.h >>conftest.$ac_ext
26547 cat >>conftest.$ac_ext <<_ACEOF
26548 /* end confdefs.h.  */
26549
26550
26551
26552 #include <ext/hash_map>
26553 _ACEOF
26554 rm -f conftest.$ac_objext
26555 if { (ac_try="$ac_compile"
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_compile") 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_cxx_werror_flag" ||
26569          test ! -s conftest.err
26570        } && test -s conftest.$ac_objext; then
26571   ac_cv_header_ext_hash_map=yes
26572 else
26573   echo "$as_me: failed program was:" >&5
26574 sed 's/^/| /' conftest.$ac_ext >&5
26575
26576         ac_cv_header_ext_hash_map=no
26577 fi
26578
26579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26580 fi
26581 { echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
26582 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6; }
26583 if test $ac_cv_header_ext_hash_map = yes; then
26584   { echo "$as_me:$LINENO: checking for GNU hash_map and hash_set" >&5
26585 echo $ECHO_N "checking for GNU hash_map and hash_set... $ECHO_C" >&6; }
26586 if test "${wx_cv_class_gnuhashmapset+set}" = set; then
26587   echo $ECHO_N "(cached) $ECHO_C" >&6
26588 else
26589   cat >conftest.$ac_ext <<_ACEOF
26590 /* confdefs.h.  */
26591 _ACEOF
26592 cat confdefs.h >>conftest.$ac_ext
26593 cat >>conftest.$ac_ext <<_ACEOF
26594 /* end confdefs.h.  */
26595 #include <ext/hash_map>
26596                         #include <ext/hash_set>
26597 int
26598 main ()
26599 {
26600 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
26601                          __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
26602   ;
26603   return 0;
26604 }
26605 _ACEOF
26606 rm -f conftest.$ac_objext
26607 if { (ac_try="$ac_compile"
26608 case "(($ac_try" in
26609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26610   *) ac_try_echo=$ac_try;;
26611 esac
26612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26613   (eval "$ac_compile") 2>conftest.er1
26614   ac_status=$?
26615   grep -v '^ *+' conftest.er1 >conftest.err
26616   rm -f conftest.er1
26617   cat conftest.err >&5
26618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26619   (exit $ac_status); } && {
26620          test -z "$ac_cxx_werror_flag" ||
26621          test ! -s conftest.err
26622        } && test -s conftest.$ac_objext; then
26623   wx_cv_class_gnuhashmapset=yes
26624 else
26625   echo "$as_me: failed program was:" >&5
26626 sed 's/^/| /' conftest.$ac_ext >&5
26627
26628         wx_cv_class_gnuhashmapset=no
26629 fi
26630
26631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26632
26633
26634 fi
26635 { echo "$as_me:$LINENO: result: $wx_cv_class_gnuhashmapset" >&5
26636 echo "${ECHO_T}$wx_cv_class_gnuhashmapset" >&6; }
26637 fi
26638
26639
26640
26641         fi
26642     fi
26643 fi
26644
26645 ac_ext=cpp
26646 ac_cpp='$CXXCPP $CPPFLAGS'
26647 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26648 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26649 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26650 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
26651 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
26652 if test -z "$CXXCPP"; then
26653   if test "${ac_cv_prog_CXXCPP+set}" = set; then
26654   echo $ECHO_N "(cached) $ECHO_C" >&6
26655 else
26656       # Double quotes because CXXCPP needs to be expanded
26657     for CXXCPP in "$CXX -E" "/lib/cpp"
26658     do
26659       ac_preproc_ok=false
26660 for ac_cxx_preproc_warn_flag in '' yes
26661 do
26662   # Use a header file that comes with gcc, so configuring glibc
26663   # with a fresh cross-compiler works.
26664   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26665   # <limits.h> exists even on freestanding compilers.
26666   # On the NeXT, cc -E runs the code through the compiler's parser,
26667   # not just through cpp. "Syntax error" is here to catch this case.
26668   cat >conftest.$ac_ext <<_ACEOF
26669 /* confdefs.h.  */
26670 _ACEOF
26671 cat confdefs.h >>conftest.$ac_ext
26672 cat >>conftest.$ac_ext <<_ACEOF
26673 /* end confdefs.h.  */
26674 #ifdef __STDC__
26675 # include <limits.h>
26676 #else
26677 # include <assert.h>
26678 #endif
26679                      Syntax error
26680 _ACEOF
26681 if { (ac_try="$ac_cpp conftest.$ac_ext"
26682 case "(($ac_try" in
26683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26684   *) ac_try_echo=$ac_try;;
26685 esac
26686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26687   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26688   ac_status=$?
26689   grep -v '^ *+' conftest.er1 >conftest.err
26690   rm -f conftest.er1
26691   cat conftest.err >&5
26692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26693   (exit $ac_status); } >/dev/null && {
26694          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26695          test ! -s conftest.err
26696        }; then
26697   :
26698 else
26699   echo "$as_me: failed program was:" >&5
26700 sed 's/^/| /' conftest.$ac_ext >&5
26701
26702   # Broken: fails on valid input.
26703 continue
26704 fi
26705
26706 rm -f conftest.err conftest.$ac_ext
26707
26708   # OK, works on sane cases.  Now check whether nonexistent headers
26709   # can be detected and how.
26710   cat >conftest.$ac_ext <<_ACEOF
26711 /* confdefs.h.  */
26712 _ACEOF
26713 cat confdefs.h >>conftest.$ac_ext
26714 cat >>conftest.$ac_ext <<_ACEOF
26715 /* end confdefs.h.  */
26716 #include <ac_nonexistent.h>
26717 _ACEOF
26718 if { (ac_try="$ac_cpp conftest.$ac_ext"
26719 case "(($ac_try" in
26720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26721   *) ac_try_echo=$ac_try;;
26722 esac
26723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26724   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26725   ac_status=$?
26726   grep -v '^ *+' conftest.er1 >conftest.err
26727   rm -f conftest.er1
26728   cat conftest.err >&5
26729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26730   (exit $ac_status); } >/dev/null && {
26731          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26732          test ! -s conftest.err
26733        }; then
26734   # Broken: success on invalid input.
26735 continue
26736 else
26737   echo "$as_me: failed program was:" >&5
26738 sed 's/^/| /' conftest.$ac_ext >&5
26739
26740   # Passes both tests.
26741 ac_preproc_ok=:
26742 break
26743 fi
26744
26745 rm -f conftest.err conftest.$ac_ext
26746
26747 done
26748 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
26749 rm -f conftest.err conftest.$ac_ext
26750 if $ac_preproc_ok; then
26751   break
26752 fi
26753
26754     done
26755     ac_cv_prog_CXXCPP=$CXXCPP
26756
26757 fi
26758   CXXCPP=$ac_cv_prog_CXXCPP
26759 else
26760   ac_cv_prog_CXXCPP=$CXXCPP
26761 fi
26762 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
26763 echo "${ECHO_T}$CXXCPP" >&6; }
26764 ac_preproc_ok=false
26765 for ac_cxx_preproc_warn_flag in '' yes
26766 do
26767   # Use a header file that comes with gcc, so configuring glibc
26768   # with a fresh cross-compiler works.
26769   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26770   # <limits.h> exists even on freestanding compilers.
26771   # On the NeXT, cc -E runs the code through the compiler's parser,
26772   # not just through cpp. "Syntax error" is here to catch this case.
26773   cat >conftest.$ac_ext <<_ACEOF
26774 /* confdefs.h.  */
26775 _ACEOF
26776 cat confdefs.h >>conftest.$ac_ext
26777 cat >>conftest.$ac_ext <<_ACEOF
26778 /* end confdefs.h.  */
26779 #ifdef __STDC__
26780 # include <limits.h>
26781 #else
26782 # include <assert.h>
26783 #endif
26784                      Syntax error
26785 _ACEOF
26786 if { (ac_try="$ac_cpp conftest.$ac_ext"
26787 case "(($ac_try" in
26788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26789   *) ac_try_echo=$ac_try;;
26790 esac
26791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26792   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26793   ac_status=$?
26794   grep -v '^ *+' conftest.er1 >conftest.err
26795   rm -f conftest.er1
26796   cat conftest.err >&5
26797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26798   (exit $ac_status); } >/dev/null && {
26799          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26800          test ! -s conftest.err
26801        }; then
26802   :
26803 else
26804   echo "$as_me: failed program was:" >&5
26805 sed 's/^/| /' conftest.$ac_ext >&5
26806
26807   # Broken: fails on valid input.
26808 continue
26809 fi
26810
26811 rm -f conftest.err conftest.$ac_ext
26812
26813   # OK, works on sane cases.  Now check whether nonexistent headers
26814   # can be detected and how.
26815   cat >conftest.$ac_ext <<_ACEOF
26816 /* confdefs.h.  */
26817 _ACEOF
26818 cat confdefs.h >>conftest.$ac_ext
26819 cat >>conftest.$ac_ext <<_ACEOF
26820 /* end confdefs.h.  */
26821 #include <ac_nonexistent.h>
26822 _ACEOF
26823 if { (ac_try="$ac_cpp conftest.$ac_ext"
26824 case "(($ac_try" in
26825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26826   *) ac_try_echo=$ac_try;;
26827 esac
26828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26829   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26830   ac_status=$?
26831   grep -v '^ *+' conftest.er1 >conftest.err
26832   rm -f conftest.er1
26833   cat conftest.err >&5
26834   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26835   (exit $ac_status); } >/dev/null && {
26836          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26837          test ! -s conftest.err
26838        }; then
26839   # Broken: success on invalid input.
26840 continue
26841 else
26842   echo "$as_me: failed program was:" >&5
26843 sed 's/^/| /' conftest.$ac_ext >&5
26844
26845   # Passes both tests.
26846 ac_preproc_ok=:
26847 break
26848 fi
26849
26850 rm -f conftest.err conftest.$ac_ext
26851
26852 done
26853 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
26854 rm -f conftest.err conftest.$ac_ext
26855 if $ac_preproc_ok; then
26856   :
26857 else
26858   { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
26859 See \`config.log' for more details." >&5
26860 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
26861 See \`config.log' for more details." >&2;}
26862    { (exit 1); exit 1; }; }
26863 fi
26864
26865 ac_ext=cpp
26866 ac_cpp='$CXXCPP $CPPFLAGS'
26867 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26868 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26869 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26870
26871
26872
26873
26874 for ac_header in type_traits tr1/type_traits
26875 do
26876 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26877 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26878   { echo "$as_me:$LINENO: checking for $ac_header" >&5
26879 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26880 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26881   echo $ECHO_N "(cached) $ECHO_C" >&6
26882 fi
26883 ac_res=`eval echo '${'$as_ac_Header'}'`
26884                { echo "$as_me:$LINENO: result: $ac_res" >&5
26885 echo "${ECHO_T}$ac_res" >&6; }
26886 else
26887   # Is the header compilable?
26888 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26889 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26890 cat >conftest.$ac_ext <<_ACEOF
26891 /* confdefs.h.  */
26892 _ACEOF
26893 cat confdefs.h >>conftest.$ac_ext
26894 cat >>conftest.$ac_ext <<_ACEOF
26895 /* end confdefs.h.  */
26896 $ac_includes_default
26897 #include <$ac_header>
26898 _ACEOF
26899 rm -f conftest.$ac_objext
26900 if { (ac_try="$ac_compile"
26901 case "(($ac_try" in
26902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26903   *) ac_try_echo=$ac_try;;
26904 esac
26905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26906   (eval "$ac_compile") 2>conftest.er1
26907   ac_status=$?
26908   grep -v '^ *+' conftest.er1 >conftest.err
26909   rm -f conftest.er1
26910   cat conftest.err >&5
26911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26912   (exit $ac_status); } && {
26913          test -z "$ac_cxx_werror_flag" ||
26914          test ! -s conftest.err
26915        } && test -s conftest.$ac_objext; then
26916   ac_header_compiler=yes
26917 else
26918   echo "$as_me: failed program was:" >&5
26919 sed 's/^/| /' conftest.$ac_ext >&5
26920
26921         ac_header_compiler=no
26922 fi
26923
26924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26925 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26926 echo "${ECHO_T}$ac_header_compiler" >&6; }
26927
26928 # Is the header present?
26929 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26930 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26931 cat >conftest.$ac_ext <<_ACEOF
26932 /* confdefs.h.  */
26933 _ACEOF
26934 cat confdefs.h >>conftest.$ac_ext
26935 cat >>conftest.$ac_ext <<_ACEOF
26936 /* end confdefs.h.  */
26937 #include <$ac_header>
26938 _ACEOF
26939 if { (ac_try="$ac_cpp conftest.$ac_ext"
26940 case "(($ac_try" in
26941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26942   *) ac_try_echo=$ac_try;;
26943 esac
26944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26945   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26946   ac_status=$?
26947   grep -v '^ *+' conftest.er1 >conftest.err
26948   rm -f conftest.er1
26949   cat conftest.err >&5
26950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26951   (exit $ac_status); } >/dev/null && {
26952          test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26953          test ! -s conftest.err
26954        }; then
26955   ac_header_preproc=yes
26956 else
26957   echo "$as_me: failed program was:" >&5
26958 sed 's/^/| /' conftest.$ac_ext >&5
26959
26960   ac_header_preproc=no
26961 fi
26962
26963 rm -f conftest.err conftest.$ac_ext
26964 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26965 echo "${ECHO_T}$ac_header_preproc" >&6; }
26966
26967 # So?  What about this header?
26968 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26969   yes:no: )
26970     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26971 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26972     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26973 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26974     ac_header_preproc=yes
26975     ;;
26976   no:yes:* )
26977     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26978 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26979     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
26980 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
26981     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26982 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26983     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
26984 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
26985     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26986 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26987     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26988 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26989     ( cat <<\_ASBOX
26990 ## ----------------------------------------- ##
26991 ## Report this to wx-dev@lists.wxwidgets.org ##
26992 ## ----------------------------------------- ##
26993 _ASBOX
26994      ) | sed "s/^/$as_me: WARNING:     /" >&2
26995     ;;
26996 esac
26997 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26998 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26999 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27000   echo $ECHO_N "(cached) $ECHO_C" >&6
27001 else
27002   eval "$as_ac_Header=\$ac_header_preproc"
27003 fi
27004 ac_res=`eval echo '${'$as_ac_Header'}'`
27005                { echo "$as_me:$LINENO: result: $ac_res" >&5
27006 echo "${ECHO_T}$ac_res" >&6; }
27007
27008 fi
27009 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27010   cat >>confdefs.h <<_ACEOF
27011 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27012 _ACEOF
27013
27014 fi
27015
27016 done
27017
27018
27019
27020
27021   if test -n "$GCC"; then
27022     { echo "$as_me:$LINENO: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
27023 echo $ECHO_N "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... $ECHO_C" >&6; }
27024     if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then
27025   echo $ECHO_N "(cached) $ECHO_C" >&6
27026 else
27027
27028       cat >conftest.$ac_ext <<_ACEOF
27029 /* confdefs.h.  */
27030 _ACEOF
27031 cat confdefs.h >>conftest.$ac_ext
27032 cat >>conftest.$ac_ext <<_ACEOF
27033 /* end confdefs.h.  */
27034
27035 int
27036 main ()
27037 {
27038
27039           unsigned int value=0;
27040           /* wxAtomicInc doesn't use return value here */
27041           __sync_fetch_and_add(&value, 2);
27042           __sync_sub_and_fetch(&value, 1);
27043           /* but wxAtomicDec does, so mimic that: */
27044           unsigned int r2 = __sync_sub_and_fetch(&value, 1);
27045
27046   ;
27047   return 0;
27048 }
27049 _ACEOF
27050 rm -f conftest.$ac_objext conftest$ac_exeext
27051 if { (ac_try="$ac_link"
27052 case "(($ac_try" in
27053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27054   *) ac_try_echo=$ac_try;;
27055 esac
27056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27057   (eval "$ac_link") 2>conftest.er1
27058   ac_status=$?
27059   grep -v '^ *+' conftest.er1 >conftest.err
27060   rm -f conftest.er1
27061   cat conftest.err >&5
27062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27063   (exit $ac_status); } && {
27064          test -z "$ac_cxx_werror_flag" ||
27065          test ! -s conftest.err
27066        } && test -s conftest$ac_exeext &&
27067        $as_test_x conftest$ac_exeext; then
27068   wx_cv_cc_gcc_atomic_builtins=yes
27069 else
27070   echo "$as_me: failed program was:" >&5
27071 sed 's/^/| /' conftest.$ac_ext >&5
27072
27073         wx_cv_cc_gcc_atomic_builtins=no
27074 fi
27075
27076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27077       conftest$ac_exeext conftest.$ac_ext
27078
27079 fi
27080
27081     { echo "$as_me:$LINENO: result: $wx_cv_cc_gcc_atomic_builtins" >&5
27082 echo "${ECHO_T}$wx_cv_cc_gcc_atomic_builtins" >&6; }
27083     if test $wx_cv_cc_gcc_atomic_builtins = yes; then
27084       cat >>confdefs.h <<\_ACEOF
27085 #define HAVE_GCC_ATOMIC_BUILTINS 1
27086 _ACEOF
27087
27088     fi
27089   fi
27090
27091
27092 ac_ext=c
27093 ac_cpp='$CPP $CPPFLAGS'
27094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27097
27098
27099
27100 SEARCH_INCLUDE="\
27101     /usr/local/include        \
27102     /usr/local/X11/include    \
27103     /usr/local/include/X11    \
27104     /usr/local/X11R7/include  \
27105     /usr/local/X11R6/include  \
27106     /usr/local/include/X11R7  \
27107     /usr/local/include/X11R6  \
27108                               \
27109     /usr/Motif-2.1/include    \
27110     /usr/Motif-1.2/include    \
27111     /usr/include/Motif1.2     \
27112                               \
27113     /usr/dt/include           \
27114     /usr/openwin/include      \
27115                               \
27116     /usr/include/Xm           \
27117                               \
27118     /usr/X11R7/include        \
27119     /usr/X11R6/include        \
27120     /usr/X11R6.4/include      \
27121                               \
27122     /usr/include/X11R7        \
27123     /usr/include/X11R6        \
27124                               \
27125     /usr/X11/include          \
27126     /usr/include/X11          \
27127                               \
27128     /usr/XFree86/include/X11  \
27129     /usr/pkg/include          \
27130                               \
27131     /usr/local/X1R5/include  \
27132     /usr/local/include/X11R5  \
27133     /usr/X11R5/include        \
27134     /usr/include/X11R5        \
27135                               \
27136     /usr/local/X11R4/include  \
27137     /usr/local/include/X11R4  \
27138     /usr/X11R4/include        \
27139     /usr/include/X11R4        \
27140                               \
27141     /usr/openwin/share/include"
27142
27143 { echo "$as_me:$LINENO: checking for libraries directories" >&5
27144 echo $ECHO_N "checking for libraries directories... $ECHO_C" >&6; }
27145
27146 case "${host}" in
27147     *-*-irix6* )
27148         if test "${wx_cv_std_libpath+set}" = set; then
27149   echo $ECHO_N "(cached) $ECHO_C" >&6
27150 else
27151
27152                 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
27153                     for e in a so sl dylib dll.a; do
27154                         libc="$d/libc.$e"
27155                         if test -f $libc; then
27156                             save_LIBS="$LIBS"
27157                             LIBS="$libc"
27158                             cat >conftest.$ac_ext <<_ACEOF
27159
27160                                     /* confdefs.h.  */
27161 _ACEOF
27162 cat confdefs.h >>conftest.$ac_ext
27163 cat >>conftest.$ac_ext <<_ACEOF
27164 /* end confdefs.h.  */
27165 int main() { return 0; }
27166
27167 _ACEOF
27168 rm -f conftest.$ac_objext conftest$ac_exeext
27169 if { (ac_try="$ac_link"
27170 case "(($ac_try" in
27171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27172   *) ac_try_echo=$ac_try;;
27173 esac
27174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27175   (eval "$ac_link") 2>conftest.er1
27176   ac_status=$?
27177   grep -v '^ *+' conftest.er1 >conftest.err
27178   rm -f conftest.er1
27179   cat conftest.err >&5
27180   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27181   (exit $ac_status); } && {
27182          test -z "$ac_c_werror_flag" ||
27183          test ! -s conftest.err
27184        } && test -s conftest$ac_exeext &&
27185        $as_test_x conftest$ac_exeext; then
27186   wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
27187 else
27188   echo "$as_me: failed program was:" >&5
27189 sed 's/^/| /' conftest.$ac_ext >&5
27190
27191
27192 fi
27193
27194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27195       conftest$ac_exeext conftest.$ac_ext
27196                             LIBS="$save_LIBS"
27197                             if test "x$wx_cv_std_libpath" != "x"; then
27198                                 break 2
27199                             fi
27200                         fi
27201                     done
27202                 done
27203
27204
27205 fi
27206
27207         ;;
27208
27209     *-*-solaris2* )
27210                 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
27211             wx_cv_std_libpath="lib/64"
27212         fi
27213         ;;
27214
27215     *-*-linux* )
27216                                         if test "$ac_cv_sizeof_void_p" = 8; then
27217             if test -d "/usr/lib/`uname -m`-linux-gnu"; then
27218                 wx_cv_std_libfullpath="/usr/lib/`uname -m`-linux-gnu"
27219             elif test -d "/usr/lib64" -a ! -h "/usr/lib64"; then
27220                 wx_cv_std_libpath="lib64"
27221             fi
27222         else
27223             case "${host}" in
27224                 i*86-*-linux* )
27225                     if test -d '/usr/lib/i386-linux-gnu'; then
27226                         wx_cv_std_libfullpath='/usr/lib/i386-linux-gnu'
27227                     fi
27228             esac
27229         fi
27230
27231                                 if test -n "$wx_cv_std_libfullpath" -a -d "/usr/lib"; then
27232             wx_cv_std_libfullpath="$wx_cv_std_libfullpath /usr/lib"
27233         fi
27234         ;;
27235 esac
27236
27237 if test -z "$wx_cv_std_libpath"; then
27238     wx_cv_std_libpath="lib"
27239 fi
27240
27241 if test -z "$wx_cv_std_libfullpath"; then
27242     wx_cv_std_libfullpath="/usr/$wx_cv_std_libpath"
27243 fi
27244
27245
27246 { echo "$as_me:$LINENO: result: $wx_cv_std_libfullpath" >&5
27247 echo "${ECHO_T}$wx_cv_std_libfullpath" >&6; }
27248
27249 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` $wx_cv_std_libfullpath"
27250
27251 if test "$build" != "$host" -a "$GCC" = yes; then
27252                     if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
27253         cross_root=`dirname $cross_root`
27254         cross_root=`dirname $cross_root`
27255
27256                         SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
27257         SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
27258         SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
27259
27260                 if test -z "$PKG_CONFIG_PATH"; then
27261             PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
27262             export PKG_CONFIG_PATH
27263         fi
27264
27265                                 if test -z "$x_includes" -o "$x_includes" = NONE; then
27266
27267 ac_find_includes=
27268 for ac_dir in $SEARCH_INCLUDE /usr/include
27269   do
27270     if test -f "$ac_dir/X11/Intrinsic.h"; then
27271       ac_find_includes=$ac_dir
27272       break
27273     fi
27274   done
27275
27276             x_includes=$ac_find_includes
27277         fi
27278         if test -z "$x_libraries" -o "$x_libraries" = NONE; then
27279
27280   ac_find_libraries=
27281   for ac_dir in  $SEARCH_LIB
27282   do
27283     for ac_extension in a so sl dylib dll.a; do
27284       if test -f "$ac_dir/libXt.$ac_extension"; then
27285         ac_find_libraries=$ac_dir
27286         break 2
27287       fi
27288     done
27289   done
27290
27291             x_libraries=$ac_find_libraries
27292         fi
27293     fi
27294 fi
27295
27296
27297 cat >confcache <<\_ACEOF
27298 # This file is a shell script that caches the results of configure
27299 # tests run on this system so they can be shared between configure
27300 # scripts and configure runs, see configure's option --config-cache.
27301 # It is not useful on other systems.  If it contains results you don't
27302 # want to keep, you may remove or edit it.
27303 #
27304 # config.status only pays attention to the cache file if you give it
27305 # the --recheck option to rerun configure.
27306 #
27307 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27308 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27309 # following values.
27310
27311 _ACEOF
27312
27313 # The following way of writing the cache mishandles newlines in values,
27314 # but we know of no workaround that is simple, portable, and efficient.
27315 # So, we kill variables containing newlines.
27316 # Ultrix sh set writes to stderr and can't be redirected directly,
27317 # and sets the high bit in the cache file unless we assign to the vars.
27318 (
27319   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27320     eval ac_val=\$$ac_var
27321     case $ac_val in #(
27322     *${as_nl}*)
27323       case $ac_var in #(
27324       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27325 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27326       esac
27327       case $ac_var in #(
27328       _ | IFS | as_nl) ;; #(
27329       *) $as_unset $ac_var ;;
27330       esac ;;
27331     esac
27332   done
27333
27334   (set) 2>&1 |
27335     case $as_nl`(ac_space=' '; set) 2>&1` in #(
27336     *${as_nl}ac_space=\ *)
27337       # `set' does not quote correctly, so add quotes (double-quote
27338       # substitution turns \\\\ into \\, and sed turns \\ into \).
27339       sed -n \
27340         "s/'/'\\\\''/g;
27341           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27342       ;; #(
27343     *)
27344       # `set' quotes correctly as required by POSIX, so do not add quotes.
27345       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27346       ;;
27347     esac |
27348     sort
27349 ) |
27350   sed '
27351      /^ac_cv_env_/b end
27352      t clear
27353      :clear
27354      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27355      t end
27356      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27357      :end' >>confcache
27358 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27359   if test -w "$cache_file"; then
27360     test "x$cache_file" != "x/dev/null" &&
27361       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27362 echo "$as_me: updating cache $cache_file" >&6;}
27363     cat confcache >$cache_file
27364   else
27365     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27366 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27367   fi
27368 fi
27369 rm -f confcache
27370
27371 have_cos=0
27372 have_floor=0
27373
27374 for ac_func in cos
27375 do
27376 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27377 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27378 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27379 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27380   echo $ECHO_N "(cached) $ECHO_C" >&6
27381 else
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 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27389    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27390 #define $ac_func innocuous_$ac_func
27391
27392 /* System header to define __stub macros and hopefully few prototypes,
27393     which can conflict with char $ac_func (); below.
27394     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27395     <limits.h> exists even on freestanding compilers.  */
27396
27397 #ifdef __STDC__
27398 # include <limits.h>
27399 #else
27400 # include <assert.h>
27401 #endif
27402
27403 #undef $ac_func
27404
27405 /* Override any GCC internal prototype to avoid an error.
27406    Use char because int might match the return type of a GCC
27407    builtin and then its argument prototype would still apply.  */
27408 #ifdef __cplusplus
27409 extern "C"
27410 #endif
27411 char $ac_func ();
27412 /* The GNU C library defines this for functions which it implements
27413     to always fail with ENOSYS.  Some functions are actually named
27414     something starting with __ and the normal name is an alias.  */
27415 #if defined __stub_$ac_func || defined __stub___$ac_func
27416 choke me
27417 #endif
27418
27419 int
27420 main ()
27421 {
27422 return $ac_func ();
27423   ;
27424   return 0;
27425 }
27426 _ACEOF
27427 rm -f conftest.$ac_objext conftest$ac_exeext
27428 if { (ac_try="$ac_link"
27429 case "(($ac_try" in
27430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27431   *) ac_try_echo=$ac_try;;
27432 esac
27433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27434   (eval "$ac_link") 2>conftest.er1
27435   ac_status=$?
27436   grep -v '^ *+' conftest.er1 >conftest.err
27437   rm -f conftest.er1
27438   cat conftest.err >&5
27439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27440   (exit $ac_status); } && {
27441          test -z "$ac_c_werror_flag" ||
27442          test ! -s conftest.err
27443        } && test -s conftest$ac_exeext &&
27444        $as_test_x conftest$ac_exeext; then
27445   eval "$as_ac_var=yes"
27446 else
27447   echo "$as_me: failed program was:" >&5
27448 sed 's/^/| /' conftest.$ac_ext >&5
27449
27450         eval "$as_ac_var=no"
27451 fi
27452
27453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27454       conftest$ac_exeext conftest.$ac_ext
27455 fi
27456 ac_res=`eval echo '${'$as_ac_var'}'`
27457                { echo "$as_me:$LINENO: result: $ac_res" >&5
27458 echo "${ECHO_T}$ac_res" >&6; }
27459 if test `eval echo '${'$as_ac_var'}'` = yes; then
27460   cat >>confdefs.h <<_ACEOF
27461 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27462 _ACEOF
27463  have_cos=1
27464 fi
27465 done
27466
27467
27468 for ac_func in floor
27469 do
27470 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27471 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27472 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27473 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27474   echo $ECHO_N "(cached) $ECHO_C" >&6
27475 else
27476   cat >conftest.$ac_ext <<_ACEOF
27477 /* confdefs.h.  */
27478 _ACEOF
27479 cat confdefs.h >>conftest.$ac_ext
27480 cat >>conftest.$ac_ext <<_ACEOF
27481 /* end confdefs.h.  */
27482 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27483    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27484 #define $ac_func innocuous_$ac_func
27485
27486 /* System header to define __stub macros and hopefully few prototypes,
27487     which can conflict with char $ac_func (); below.
27488     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27489     <limits.h> exists even on freestanding compilers.  */
27490
27491 #ifdef __STDC__
27492 # include <limits.h>
27493 #else
27494 # include <assert.h>
27495 #endif
27496
27497 #undef $ac_func
27498
27499 /* Override any GCC internal prototype to avoid an error.
27500    Use char because int might match the return type of a GCC
27501    builtin and then its argument prototype would still apply.  */
27502 #ifdef __cplusplus
27503 extern "C"
27504 #endif
27505 char $ac_func ();
27506 /* The GNU C library defines this for functions which it implements
27507     to always fail with ENOSYS.  Some functions are actually named
27508     something starting with __ and the normal name is an alias.  */
27509 #if defined __stub_$ac_func || defined __stub___$ac_func
27510 choke me
27511 #endif
27512
27513 int
27514 main ()
27515 {
27516 return $ac_func ();
27517   ;
27518   return 0;
27519 }
27520 _ACEOF
27521 rm -f conftest.$ac_objext conftest$ac_exeext
27522 if { (ac_try="$ac_link"
27523 case "(($ac_try" in
27524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27525   *) ac_try_echo=$ac_try;;
27526 esac
27527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27528   (eval "$ac_link") 2>conftest.er1
27529   ac_status=$?
27530   grep -v '^ *+' conftest.er1 >conftest.err
27531   rm -f conftest.er1
27532   cat conftest.err >&5
27533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27534   (exit $ac_status); } && {
27535          test -z "$ac_c_werror_flag" ||
27536          test ! -s conftest.err
27537        } && test -s conftest$ac_exeext &&
27538        $as_test_x conftest$ac_exeext; then
27539   eval "$as_ac_var=yes"
27540 else
27541   echo "$as_me: failed program was:" >&5
27542 sed 's/^/| /' conftest.$ac_ext >&5
27543
27544         eval "$as_ac_var=no"
27545 fi
27546
27547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27548       conftest$ac_exeext conftest.$ac_ext
27549 fi
27550 ac_res=`eval echo '${'$as_ac_var'}'`
27551                { echo "$as_me:$LINENO: result: $ac_res" >&5
27552 echo "${ECHO_T}$ac_res" >&6; }
27553 if test `eval echo '${'$as_ac_var'}'` = yes; then
27554   cat >>confdefs.h <<_ACEOF
27555 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27556 _ACEOF
27557  have_floor=1
27558 fi
27559 done
27560
27561 { echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
27562 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6; }
27563 if test "$have_cos" = 1 -a "$have_floor" = 1; then
27564     { echo "$as_me:$LINENO: result: yes" >&5
27565 echo "${ECHO_T}yes" >&6; }
27566 else
27567     { echo "$as_me:$LINENO: result: no" >&5
27568 echo "${ECHO_T}no" >&6; }
27569     LIBS="$LIBS -lm"
27570     # use different functions to avoid configure caching
27571     have_sin=0
27572     have_ceil=0
27573
27574 for ac_func in sin
27575 do
27576 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27577 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27578 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27579 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27580   echo $ECHO_N "(cached) $ECHO_C" >&6
27581 else
27582   cat >conftest.$ac_ext <<_ACEOF
27583 /* confdefs.h.  */
27584 _ACEOF
27585 cat confdefs.h >>conftest.$ac_ext
27586 cat >>conftest.$ac_ext <<_ACEOF
27587 /* end confdefs.h.  */
27588 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27589    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27590 #define $ac_func innocuous_$ac_func
27591
27592 /* System header to define __stub macros and hopefully few prototypes,
27593     which can conflict with char $ac_func (); below.
27594     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27595     <limits.h> exists even on freestanding compilers.  */
27596
27597 #ifdef __STDC__
27598 # include <limits.h>
27599 #else
27600 # include <assert.h>
27601 #endif
27602
27603 #undef $ac_func
27604
27605 /* Override any GCC internal prototype to avoid an error.
27606    Use char because int might match the return type of a GCC
27607    builtin and then its argument prototype would still apply.  */
27608 #ifdef __cplusplus
27609 extern "C"
27610 #endif
27611 char $ac_func ();
27612 /* The GNU C library defines this for functions which it implements
27613     to always fail with ENOSYS.  Some functions are actually named
27614     something starting with __ and the normal name is an alias.  */
27615 #if defined __stub_$ac_func || defined __stub___$ac_func
27616 choke me
27617 #endif
27618
27619 int
27620 main ()
27621 {
27622 return $ac_func ();
27623   ;
27624   return 0;
27625 }
27626 _ACEOF
27627 rm -f conftest.$ac_objext conftest$ac_exeext
27628 if { (ac_try="$ac_link"
27629 case "(($ac_try" in
27630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27631   *) ac_try_echo=$ac_try;;
27632 esac
27633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27634   (eval "$ac_link") 2>conftest.er1
27635   ac_status=$?
27636   grep -v '^ *+' conftest.er1 >conftest.err
27637   rm -f conftest.er1
27638   cat conftest.err >&5
27639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27640   (exit $ac_status); } && {
27641          test -z "$ac_c_werror_flag" ||
27642          test ! -s conftest.err
27643        } && test -s conftest$ac_exeext &&
27644        $as_test_x conftest$ac_exeext; then
27645   eval "$as_ac_var=yes"
27646 else
27647   echo "$as_me: failed program was:" >&5
27648 sed 's/^/| /' conftest.$ac_ext >&5
27649
27650         eval "$as_ac_var=no"
27651 fi
27652
27653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27654       conftest$ac_exeext conftest.$ac_ext
27655 fi
27656 ac_res=`eval echo '${'$as_ac_var'}'`
27657                { echo "$as_me:$LINENO: result: $ac_res" >&5
27658 echo "${ECHO_T}$ac_res" >&6; }
27659 if test `eval echo '${'$as_ac_var'}'` = yes; then
27660   cat >>confdefs.h <<_ACEOF
27661 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27662 _ACEOF
27663  have_sin=1
27664 fi
27665 done
27666
27667
27668 for ac_func in ceil
27669 do
27670 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27671 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27672 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27673 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27674   echo $ECHO_N "(cached) $ECHO_C" >&6
27675 else
27676   cat >conftest.$ac_ext <<_ACEOF
27677 /* confdefs.h.  */
27678 _ACEOF
27679 cat confdefs.h >>conftest.$ac_ext
27680 cat >>conftest.$ac_ext <<_ACEOF
27681 /* end confdefs.h.  */
27682 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27683    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27684 #define $ac_func innocuous_$ac_func
27685
27686 /* System header to define __stub macros and hopefully few prototypes,
27687     which can conflict with char $ac_func (); below.
27688     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27689     <limits.h> exists even on freestanding compilers.  */
27690
27691 #ifdef __STDC__
27692 # include <limits.h>
27693 #else
27694 # include <assert.h>
27695 #endif
27696
27697 #undef $ac_func
27698
27699 /* Override any GCC internal prototype to avoid an error.
27700    Use char because int might match the return type of a GCC
27701    builtin and then its argument prototype would still apply.  */
27702 #ifdef __cplusplus
27703 extern "C"
27704 #endif
27705 char $ac_func ();
27706 /* The GNU C library defines this for functions which it implements
27707     to always fail with ENOSYS.  Some functions are actually named
27708     something starting with __ and the normal name is an alias.  */
27709 #if defined __stub_$ac_func || defined __stub___$ac_func
27710 choke me
27711 #endif
27712
27713 int
27714 main ()
27715 {
27716 return $ac_func ();
27717   ;
27718   return 0;
27719 }
27720 _ACEOF
27721 rm -f conftest.$ac_objext conftest$ac_exeext
27722 if { (ac_try="$ac_link"
27723 case "(($ac_try" in
27724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27725   *) ac_try_echo=$ac_try;;
27726 esac
27727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27728   (eval "$ac_link") 2>conftest.er1
27729   ac_status=$?
27730   grep -v '^ *+' conftest.er1 >conftest.err
27731   rm -f conftest.er1
27732   cat conftest.err >&5
27733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27734   (exit $ac_status); } && {
27735          test -z "$ac_c_werror_flag" ||
27736          test ! -s conftest.err
27737        } && test -s conftest$ac_exeext &&
27738        $as_test_x conftest$ac_exeext; then
27739   eval "$as_ac_var=yes"
27740 else
27741   echo "$as_me: failed program was:" >&5
27742 sed 's/^/| /' conftest.$ac_ext >&5
27743
27744         eval "$as_ac_var=no"
27745 fi
27746
27747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27748       conftest$ac_exeext conftest.$ac_ext
27749 fi
27750 ac_res=`eval echo '${'$as_ac_var'}'`
27751                { echo "$as_me:$LINENO: result: $ac_res" >&5
27752 echo "${ECHO_T}$ac_res" >&6; }
27753 if test `eval echo '${'$as_ac_var'}'` = yes; then
27754   cat >>confdefs.h <<_ACEOF
27755 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27756 _ACEOF
27757  have_ceil=1
27758 fi
27759 done
27760
27761     { echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
27762 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6; }
27763     if test "$have_sin" = 1 -a "$have_ceil" = 1; then
27764         { echo "$as_me:$LINENO: result: yes" >&5
27765 echo "${ECHO_T}yes" >&6; }
27766     else
27767         { echo "$as_me:$LINENO: result: no" >&5
27768 echo "${ECHO_T}no" >&6; }
27769         # not sure we should warn the user, crash, etc.
27770     fi
27771 fi
27772
27773 ac_ext=cpp
27774 ac_cpp='$CXXCPP $CPPFLAGS'
27775 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27776 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27777 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27778
27779 if test "wxUSE_UNICODE" = "yes"; then
27780
27781   for wx_func in wcstoull
27782   do
27783     { echo "$as_me:$LINENO: checking for $wx_func" >&5
27784 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
27785 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
27786   echo $ECHO_N "(cached) $ECHO_C" >&6
27787 else
27788
27789         cat >conftest.$ac_ext <<_ACEOF
27790
27791             /* confdefs.h.  */
27792 _ACEOF
27793 cat confdefs.h >>conftest.$ac_ext
27794 cat >>conftest.$ac_ext <<_ACEOF
27795 /* end confdefs.h.  */
27796
27797
27798                 $ac_includes_default
27799
27800 int
27801 main ()
27802 {
27803
27804                 #ifndef $wx_func
27805                   &$wx_func;
27806                 #endif
27807
27808
27809   ;
27810   return 0;
27811 }
27812
27813 _ACEOF
27814 rm -f conftest.$ac_objext conftest$ac_exeext
27815 if { (ac_try="$ac_link"
27816 case "(($ac_try" in
27817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27818   *) ac_try_echo=$ac_try;;
27819 esac
27820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27821   (eval "$ac_link") 2>conftest.er1
27822   ac_status=$?
27823   grep -v '^ *+' conftest.er1 >conftest.err
27824   rm -f conftest.er1
27825   cat conftest.err >&5
27826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27827   (exit $ac_status); } && {
27828          test -z "$ac_cxx_werror_flag" ||
27829          test ! -s conftest.err
27830        } && test -s conftest$ac_exeext &&
27831        $as_test_x conftest$ac_exeext; then
27832   eval wx_cv_func_$wx_func=yes
27833 else
27834   echo "$as_me: failed program was:" >&5
27835 sed 's/^/| /' conftest.$ac_ext >&5
27836
27837         eval wx_cv_func_$wx_func=no
27838 fi
27839
27840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27841       conftest$ac_exeext conftest.$ac_ext
27842
27843 fi
27844 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
27845                { echo "$as_me:$LINENO: result: $ac_res" >&5
27846 echo "${ECHO_T}$ac_res" >&6; }
27847
27848     if eval test \$wx_cv_func_$wx_func = yes
27849     then
27850       cat >>confdefs.h <<_ACEOF
27851 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
27852 _ACEOF
27853
27854
27855     else
27856       :
27857
27858     fi
27859   done
27860
27861 else
27862
27863   for wx_func in strtoull
27864   do
27865     { echo "$as_me:$LINENO: checking for $wx_func" >&5
27866 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
27867 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
27868   echo $ECHO_N "(cached) $ECHO_C" >&6
27869 else
27870
27871         cat >conftest.$ac_ext <<_ACEOF
27872
27873             /* confdefs.h.  */
27874 _ACEOF
27875 cat confdefs.h >>conftest.$ac_ext
27876 cat >>conftest.$ac_ext <<_ACEOF
27877 /* end confdefs.h.  */
27878
27879
27880                 $ac_includes_default
27881
27882 int
27883 main ()
27884 {
27885
27886                 #ifndef $wx_func
27887                   &$wx_func;
27888                 #endif
27889
27890
27891   ;
27892   return 0;
27893 }
27894
27895 _ACEOF
27896 rm -f conftest.$ac_objext conftest$ac_exeext
27897 if { (ac_try="$ac_link"
27898 case "(($ac_try" in
27899   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27900   *) ac_try_echo=$ac_try;;
27901 esac
27902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27903   (eval "$ac_link") 2>conftest.er1
27904   ac_status=$?
27905   grep -v '^ *+' conftest.er1 >conftest.err
27906   rm -f conftest.er1
27907   cat conftest.err >&5
27908   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27909   (exit $ac_status); } && {
27910          test -z "$ac_cxx_werror_flag" ||
27911          test ! -s conftest.err
27912        } && test -s conftest$ac_exeext &&
27913        $as_test_x conftest$ac_exeext; then
27914   eval wx_cv_func_$wx_func=yes
27915 else
27916   echo "$as_me: failed program was:" >&5
27917 sed 's/^/| /' conftest.$ac_ext >&5
27918
27919         eval wx_cv_func_$wx_func=no
27920 fi
27921
27922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27923       conftest$ac_exeext conftest.$ac_ext
27924
27925 fi
27926 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
27927                { echo "$as_me:$LINENO: result: $ac_res" >&5
27928 echo "${ECHO_T}$ac_res" >&6; }
27929
27930     if eval test \$wx_cv_func_$wx_func = yes
27931     then
27932       cat >>confdefs.h <<_ACEOF
27933 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
27934 _ACEOF
27935
27936
27937     else
27938       :
27939
27940     fi
27941   done
27942
27943 fi
27944 ac_ext=c
27945 ac_cpp='$CPP $CPPFLAGS'
27946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27949
27950
27951
27952
27953 if test "$wxUSE_REGEX" != "no"; then
27954     cat >>confdefs.h <<\_ACEOF
27955 #define wxUSE_REGEX 1
27956 _ACEOF
27957
27958
27959     if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
27960         { echo "$as_me:$LINENO: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
27961 echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
27962         wxUSE_REGEX=builtin
27963     fi
27964
27965     if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
27966                         { echo "$as_me:$LINENO: checking for regex.h" >&5
27967 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6; }
27968 if test "${ac_cv_header_regex_h+set}" = set; then
27969   echo $ECHO_N "(cached) $ECHO_C" >&6
27970 else
27971   cat >conftest.$ac_ext <<_ACEOF
27972 /* confdefs.h.  */
27973 _ACEOF
27974 cat confdefs.h >>conftest.$ac_ext
27975 cat >>conftest.$ac_ext <<_ACEOF
27976 /* end confdefs.h.  */
27977
27978
27979 #include <regex.h>
27980 _ACEOF
27981 rm -f conftest.$ac_objext
27982 if { (ac_try="$ac_compile"
27983 case "(($ac_try" in
27984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27985   *) ac_try_echo=$ac_try;;
27986 esac
27987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27988   (eval "$ac_compile") 2>conftest.er1
27989   ac_status=$?
27990   grep -v '^ *+' conftest.er1 >conftest.err
27991   rm -f conftest.er1
27992   cat conftest.err >&5
27993   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27994   (exit $ac_status); } && {
27995          test -z "$ac_c_werror_flag" ||
27996          test ! -s conftest.err
27997        } && test -s conftest.$ac_objext; then
27998   ac_cv_header_regex_h=yes
27999 else
28000   echo "$as_me: failed program was:" >&5
28001 sed 's/^/| /' conftest.$ac_ext >&5
28002
28003         ac_cv_header_regex_h=no
28004 fi
28005
28006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28007 fi
28008 { echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
28009 echo "${ECHO_T}$ac_cv_header_regex_h" >&6; }
28010 if test $ac_cv_header_regex_h = yes; then
28011
28012
28013 for ac_func in regcomp re_search
28014 do
28015 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28016 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28017 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28018 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28019   echo $ECHO_N "(cached) $ECHO_C" >&6
28020 else
28021   cat >conftest.$ac_ext <<_ACEOF
28022 /* confdefs.h.  */
28023 _ACEOF
28024 cat confdefs.h >>conftest.$ac_ext
28025 cat >>conftest.$ac_ext <<_ACEOF
28026 /* end confdefs.h.  */
28027 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28028    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28029 #define $ac_func innocuous_$ac_func
28030
28031 /* System header to define __stub macros and hopefully few prototypes,
28032     which can conflict with char $ac_func (); below.
28033     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28034     <limits.h> exists even on freestanding compilers.  */
28035
28036 #ifdef __STDC__
28037 # include <limits.h>
28038 #else
28039 # include <assert.h>
28040 #endif
28041
28042 #undef $ac_func
28043
28044 /* Override any GCC internal prototype to avoid an error.
28045    Use char because int might match the return type of a GCC
28046    builtin and then its argument prototype would still apply.  */
28047 #ifdef __cplusplus
28048 extern "C"
28049 #endif
28050 char $ac_func ();
28051 /* The GNU C library defines this for functions which it implements
28052     to always fail with ENOSYS.  Some functions are actually named
28053     something starting with __ and the normal name is an alias.  */
28054 #if defined __stub_$ac_func || defined __stub___$ac_func
28055 choke me
28056 #endif
28057
28058 int
28059 main ()
28060 {
28061 return $ac_func ();
28062   ;
28063   return 0;
28064 }
28065 _ACEOF
28066 rm -f conftest.$ac_objext conftest$ac_exeext
28067 if { (ac_try="$ac_link"
28068 case "(($ac_try" in
28069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28070   *) ac_try_echo=$ac_try;;
28071 esac
28072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28073   (eval "$ac_link") 2>conftest.er1
28074   ac_status=$?
28075   grep -v '^ *+' conftest.er1 >conftest.err
28076   rm -f conftest.er1
28077   cat conftest.err >&5
28078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28079   (exit $ac_status); } && {
28080          test -z "$ac_c_werror_flag" ||
28081          test ! -s conftest.err
28082        } && test -s conftest$ac_exeext &&
28083        $as_test_x conftest$ac_exeext; then
28084   eval "$as_ac_var=yes"
28085 else
28086   echo "$as_me: failed program was:" >&5
28087 sed 's/^/| /' conftest.$ac_ext >&5
28088
28089         eval "$as_ac_var=no"
28090 fi
28091
28092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28093       conftest$ac_exeext conftest.$ac_ext
28094 fi
28095 ac_res=`eval echo '${'$as_ac_var'}'`
28096                { echo "$as_me:$LINENO: result: $ac_res" >&5
28097 echo "${ECHO_T}$ac_res" >&6; }
28098 if test `eval echo '${'$as_ac_var'}'` = yes; then
28099   cat >>confdefs.h <<_ACEOF
28100 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28101 _ACEOF
28102
28103 fi
28104 done
28105
28106 fi
28107
28108
28109
28110         if test "x$ac_cv_func_regcomp" != "xyes"; then
28111             if test "$wxUSE_REGEX" = "sys" ; then
28112                 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
28113 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
28114    { (exit 1); exit 1; }; }
28115             else
28116                 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
28117 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
28118                 wxUSE_REGEX=builtin
28119             fi
28120         else
28121                         wxUSE_REGEX=sys
28122                         cat >>confdefs.h <<\_ACEOF
28123 #define WX_NO_REGEX_ADVANCED 1
28124 _ACEOF
28125
28126         fi
28127     fi
28128 fi
28129
28130
28131 ZLIB_LINK=
28132 if test "$wxUSE_ZLIB" != "no" ; then
28133     cat >>confdefs.h <<\_ACEOF
28134 #define wxUSE_ZLIB 1
28135 _ACEOF
28136
28137
28138     if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
28139                                                 if test "$USE_DARWIN" = 1; then
28140             system_zlib_h_ok="yes"
28141         else
28142                                                                                     { echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
28143 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6; }
28144 if test "${ac_cv_header_zlib_h+set}" = set; then
28145   echo $ECHO_N "(cached) $ECHO_C" >&6
28146 else
28147   if test "$cross_compiling" = yes; then
28148                       unset ac_cv_header_zlib_h
28149
28150 else
28151   cat >conftest.$ac_ext <<_ACEOF
28152 /* confdefs.h.  */
28153 _ACEOF
28154 cat confdefs.h >>conftest.$ac_ext
28155 cat >>conftest.$ac_ext <<_ACEOF
28156 /* end confdefs.h.  */
28157
28158                         #include <zlib.h>
28159                         #include <stdio.h>
28160
28161                         int main()
28162                         {
28163                             FILE *f=fopen("conftestval", "w");
28164                             if (!f) exit(1);
28165                             fprintf(f, "%s",
28166                                     ZLIB_VERSION[0] == '1' &&
28167                                     (ZLIB_VERSION[2] > '1' ||
28168                                     (ZLIB_VERSION[2] == '1' &&
28169                                      ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
28170                             exit(0);
28171                         }
28172
28173 _ACEOF
28174 rm -f conftest$ac_exeext
28175 if { (ac_try="$ac_link"
28176 case "(($ac_try" in
28177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28178   *) ac_try_echo=$ac_try;;
28179 esac
28180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28181   (eval "$ac_link") 2>&5
28182   ac_status=$?
28183   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28184   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28185   { (case "(($ac_try" in
28186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28187   *) ac_try_echo=$ac_try;;
28188 esac
28189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28190   (eval "$ac_try") 2>&5
28191   ac_status=$?
28192   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28193   (exit $ac_status); }; }; then
28194   ac_cv_header_zlib_h=`cat conftestval`
28195 else
28196   echo "$as_me: program exited with status $ac_status" >&5
28197 echo "$as_me: failed program was:" >&5
28198 sed 's/^/| /' conftest.$ac_ext >&5
28199
28200 ( exit $ac_status )
28201 ac_cv_header_zlib_h=no
28202 fi
28203 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28204 fi
28205
28206
28207
28208 fi
28209 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
28210 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
28211                                     { echo "$as_me:$LINENO: checking for zlib.h" >&5
28212 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
28213 if test "${ac_cv_header_zlib_h+set}" = set; then
28214   echo $ECHO_N "(cached) $ECHO_C" >&6
28215 else
28216   cat >conftest.$ac_ext <<_ACEOF
28217 /* confdefs.h.  */
28218 _ACEOF
28219 cat confdefs.h >>conftest.$ac_ext
28220 cat >>conftest.$ac_ext <<_ACEOF
28221 /* end confdefs.h.  */
28222
28223
28224 #include <zlib.h>
28225 _ACEOF
28226 rm -f conftest.$ac_objext
28227 if { (ac_try="$ac_compile"
28228 case "(($ac_try" in
28229   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28230   *) ac_try_echo=$ac_try;;
28231 esac
28232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28233   (eval "$ac_compile") 2>conftest.er1
28234   ac_status=$?
28235   grep -v '^ *+' conftest.er1 >conftest.err
28236   rm -f conftest.er1
28237   cat conftest.err >&5
28238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28239   (exit $ac_status); } && {
28240          test -z "$ac_c_werror_flag" ||
28241          test ! -s conftest.err
28242        } && test -s conftest.$ac_objext; then
28243   ac_cv_header_zlib_h=yes
28244 else
28245   echo "$as_me: failed program was:" >&5
28246 sed 's/^/| /' conftest.$ac_ext >&5
28247
28248         ac_cv_header_zlib_h=no
28249 fi
28250
28251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28252 fi
28253 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
28254 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
28255
28256
28257
28258             system_zlib_h_ok=$ac_cv_header_zlib_h
28259         fi
28260
28261         if test "$system_zlib_h_ok" = "yes"; then
28262             { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
28263 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
28264 if test "${ac_cv_lib_z_deflate+set}" = set; then
28265   echo $ECHO_N "(cached) $ECHO_C" >&6
28266 else
28267   ac_check_lib_save_LIBS=$LIBS
28268 LIBS="-lz  $LIBS"
28269 cat >conftest.$ac_ext <<_ACEOF
28270 /* confdefs.h.  */
28271 _ACEOF
28272 cat confdefs.h >>conftest.$ac_ext
28273 cat >>conftest.$ac_ext <<_ACEOF
28274 /* end confdefs.h.  */
28275
28276 /* Override any GCC internal prototype to avoid an error.
28277    Use char because int might match the return type of a GCC
28278    builtin and then its argument prototype would still apply.  */
28279 #ifdef __cplusplus
28280 extern "C"
28281 #endif
28282 char deflate ();
28283 int
28284 main ()
28285 {
28286 return deflate ();
28287   ;
28288   return 0;
28289 }
28290 _ACEOF
28291 rm -f conftest.$ac_objext conftest$ac_exeext
28292 if { (ac_try="$ac_link"
28293 case "(($ac_try" in
28294   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28295   *) ac_try_echo=$ac_try;;
28296 esac
28297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28298   (eval "$ac_link") 2>conftest.er1
28299   ac_status=$?
28300   grep -v '^ *+' conftest.er1 >conftest.err
28301   rm -f conftest.er1
28302   cat conftest.err >&5
28303   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28304   (exit $ac_status); } && {
28305          test -z "$ac_c_werror_flag" ||
28306          test ! -s conftest.err
28307        } && test -s conftest$ac_exeext &&
28308        $as_test_x conftest$ac_exeext; then
28309   ac_cv_lib_z_deflate=yes
28310 else
28311   echo "$as_me: failed program was:" >&5
28312 sed 's/^/| /' conftest.$ac_ext >&5
28313
28314         ac_cv_lib_z_deflate=no
28315 fi
28316
28317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28318       conftest$ac_exeext conftest.$ac_ext
28319 LIBS=$ac_check_lib_save_LIBS
28320 fi
28321 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
28322 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
28323 if test $ac_cv_lib_z_deflate = yes; then
28324   ZLIB_LINK=" -lz"
28325 fi
28326
28327         fi
28328
28329         if test "x$ZLIB_LINK" = "x" ; then
28330             if test "$wxUSE_ZLIB" = "sys" ; then
28331                 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
28332 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
28333    { (exit 1); exit 1; }; }
28334             else
28335                 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
28336 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
28337                 wxUSE_ZLIB=builtin
28338             fi
28339         else
28340                         wxUSE_ZLIB=sys
28341         fi
28342     fi
28343 fi
28344
28345
28346 PNG_LINK=
28347 if test "$wxUSE_LIBPNG" != "no" ; then
28348     cat >>confdefs.h <<\_ACEOF
28349 #define wxUSE_LIBPNG 1
28350 _ACEOF
28351
28352
28353             if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
28354         { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
28355 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
28356         wxUSE_LIBPNG=builtin
28357     fi
28358
28359     if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
28360                         { echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
28361 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6; }
28362 if test "${ac_cv_header_png_h+set}" = set; then
28363   echo $ECHO_N "(cached) $ECHO_C" >&6
28364 else
28365   if test "$cross_compiling" = yes; then
28366                   unset ac_cv_header_png_h
28367
28368 else
28369   cat >conftest.$ac_ext <<_ACEOF
28370 /* confdefs.h.  */
28371 _ACEOF
28372 cat confdefs.h >>conftest.$ac_ext
28373 cat >>conftest.$ac_ext <<_ACEOF
28374 /* end confdefs.h.  */
28375
28376                     #include <png.h>
28377                     #include <stdio.h>
28378
28379                     int main()
28380                     {
28381                         FILE *f=fopen("conftestval", "w");
28382                         if (!f) exit(1);
28383                         fprintf(f, "%s",
28384                                  PNG_LIBPNG_VER > 90 ? "yes" : "no");
28385                         exit(0);
28386                     }
28387
28388 _ACEOF
28389 rm -f conftest$ac_exeext
28390 if { (ac_try="$ac_link"
28391 case "(($ac_try" in
28392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28393   *) ac_try_echo=$ac_try;;
28394 esac
28395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28396   (eval "$ac_link") 2>&5
28397   ac_status=$?
28398   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28399   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28400   { (case "(($ac_try" in
28401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28402   *) ac_try_echo=$ac_try;;
28403 esac
28404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28405   (eval "$ac_try") 2>&5
28406   ac_status=$?
28407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28408   (exit $ac_status); }; }; then
28409   ac_cv_header_png_h=`cat conftestval`
28410 else
28411   echo "$as_me: program exited with status $ac_status" >&5
28412 echo "$as_me: failed program was:" >&5
28413 sed 's/^/| /' conftest.$ac_ext >&5
28414
28415 ( exit $ac_status )
28416 ac_cv_header_png_h=no
28417 fi
28418 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28419 fi
28420
28421
28422
28423 fi
28424 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
28425 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
28426         { echo "$as_me:$LINENO: checking for png.h" >&5
28427 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
28428 if test "${ac_cv_header_png_h+set}" = set; then
28429   echo $ECHO_N "(cached) $ECHO_C" >&6
28430 else
28431   cat >conftest.$ac_ext <<_ACEOF
28432 /* confdefs.h.  */
28433 _ACEOF
28434 cat confdefs.h >>conftest.$ac_ext
28435 cat >>conftest.$ac_ext <<_ACEOF
28436 /* end confdefs.h.  */
28437
28438
28439 #include <png.h>
28440 _ACEOF
28441 rm -f conftest.$ac_objext
28442 if { (ac_try="$ac_compile"
28443 case "(($ac_try" in
28444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28445   *) ac_try_echo=$ac_try;;
28446 esac
28447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28448   (eval "$ac_compile") 2>conftest.er1
28449   ac_status=$?
28450   grep -v '^ *+' conftest.er1 >conftest.err
28451   rm -f conftest.er1
28452   cat conftest.err >&5
28453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28454   (exit $ac_status); } && {
28455          test -z "$ac_c_werror_flag" ||
28456          test ! -s conftest.err
28457        } && test -s conftest.$ac_objext; then
28458   ac_cv_header_png_h=yes
28459 else
28460   echo "$as_me: failed program was:" >&5
28461 sed 's/^/| /' conftest.$ac_ext >&5
28462
28463         ac_cv_header_png_h=no
28464 fi
28465
28466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28467 fi
28468 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
28469 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
28470
28471
28472
28473         if test "$ac_cv_header_png_h" = "yes"; then
28474             { echo "$as_me:$LINENO: checking for png_sig_cmp in -lpng" >&5
28475 echo $ECHO_N "checking for png_sig_cmp in -lpng... $ECHO_C" >&6; }
28476 if test "${ac_cv_lib_png_png_sig_cmp+set}" = set; then
28477   echo $ECHO_N "(cached) $ECHO_C" >&6
28478 else
28479   ac_check_lib_save_LIBS=$LIBS
28480 LIBS="-lpng -lz -lm $LIBS"
28481 cat >conftest.$ac_ext <<_ACEOF
28482 /* confdefs.h.  */
28483 _ACEOF
28484 cat confdefs.h >>conftest.$ac_ext
28485 cat >>conftest.$ac_ext <<_ACEOF
28486 /* end confdefs.h.  */
28487
28488 /* Override any GCC internal prototype to avoid an error.
28489    Use char because int might match the return type of a GCC
28490    builtin and then its argument prototype would still apply.  */
28491 #ifdef __cplusplus
28492 extern "C"
28493 #endif
28494 char png_sig_cmp ();
28495 int
28496 main ()
28497 {
28498 return png_sig_cmp ();
28499   ;
28500   return 0;
28501 }
28502 _ACEOF
28503 rm -f conftest.$ac_objext conftest$ac_exeext
28504 if { (ac_try="$ac_link"
28505 case "(($ac_try" in
28506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28507   *) ac_try_echo=$ac_try;;
28508 esac
28509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28510   (eval "$ac_link") 2>conftest.er1
28511   ac_status=$?
28512   grep -v '^ *+' conftest.er1 >conftest.err
28513   rm -f conftest.er1
28514   cat conftest.err >&5
28515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28516   (exit $ac_status); } && {
28517          test -z "$ac_c_werror_flag" ||
28518          test ! -s conftest.err
28519        } && test -s conftest$ac_exeext &&
28520        $as_test_x conftest$ac_exeext; then
28521   ac_cv_lib_png_png_sig_cmp=yes
28522 else
28523   echo "$as_me: failed program was:" >&5
28524 sed 's/^/| /' conftest.$ac_ext >&5
28525
28526         ac_cv_lib_png_png_sig_cmp=no
28527 fi
28528
28529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28530       conftest$ac_exeext conftest.$ac_ext
28531 LIBS=$ac_check_lib_save_LIBS
28532 fi
28533 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_sig_cmp" >&5
28534 echo "${ECHO_T}$ac_cv_lib_png_png_sig_cmp" >&6; }
28535 if test $ac_cv_lib_png_png_sig_cmp = yes; then
28536   PNG_LINK=" -lpng -lz"
28537 fi
28538
28539         fi
28540
28541         if test "x$PNG_LINK" = "x" ; then
28542             if test "$wxUSE_LIBPNG" = "sys" ; then
28543                 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
28544 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
28545    { (exit 1); exit 1; }; }
28546             else
28547                 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
28548 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
28549                 wxUSE_LIBPNG=builtin
28550             fi
28551         else
28552                         wxUSE_LIBPNG=sys
28553         fi
28554     fi
28555 fi
28556
28557
28558 JPEG_LINK=
28559 if test "$wxUSE_LIBJPEG" != "no" ; then
28560     cat >>confdefs.h <<\_ACEOF
28561 #define wxUSE_LIBJPEG 1
28562 _ACEOF
28563
28564
28565     if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
28566                                 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
28567 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
28568         if test "${ac_cv_header_jpeglib_h+set}" = set; then
28569   echo $ECHO_N "(cached) $ECHO_C" >&6
28570 else
28571   cat >conftest.$ac_ext <<_ACEOF
28572 /* confdefs.h.  */
28573 _ACEOF
28574 cat confdefs.h >>conftest.$ac_ext
28575 cat >>conftest.$ac_ext <<_ACEOF
28576 /* end confdefs.h.  */
28577
28578                     #undef HAVE_STDLIB_H
28579                     #include <stdio.h>
28580                     #include <jpeglib.h>
28581
28582 int
28583 main ()
28584 {
28585
28586
28587   ;
28588   return 0;
28589 }
28590 _ACEOF
28591 rm -f conftest.$ac_objext
28592 if { (ac_try="$ac_compile"
28593 case "(($ac_try" in
28594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28595   *) ac_try_echo=$ac_try;;
28596 esac
28597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28598   (eval "$ac_compile") 2>conftest.er1
28599   ac_status=$?
28600   grep -v '^ *+' conftest.er1 >conftest.err
28601   rm -f conftest.er1
28602   cat conftest.err >&5
28603   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28604   (exit $ac_status); } && {
28605          test -z "$ac_c_werror_flag" ||
28606          test ! -s conftest.err
28607        } && test -s conftest.$ac_objext; then
28608   ac_cv_header_jpeglib_h=yes
28609 else
28610   echo "$as_me: failed program was:" >&5
28611 sed 's/^/| /' conftest.$ac_ext >&5
28612
28613         ac_cv_header_jpeglib_h=no
28614
28615 fi
28616
28617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28618
28619 fi
28620
28621         { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
28622 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
28623
28624         if test "$ac_cv_header_jpeglib_h" = "yes"; then
28625             { echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
28626 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6; }
28627 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
28628   echo $ECHO_N "(cached) $ECHO_C" >&6
28629 else
28630   ac_check_lib_save_LIBS=$LIBS
28631 LIBS="-ljpeg  $LIBS"
28632 cat >conftest.$ac_ext <<_ACEOF
28633 /* confdefs.h.  */
28634 _ACEOF
28635 cat confdefs.h >>conftest.$ac_ext
28636 cat >>conftest.$ac_ext <<_ACEOF
28637 /* end confdefs.h.  */
28638
28639 /* Override any GCC internal prototype to avoid an error.
28640    Use char because int might match the return type of a GCC
28641    builtin and then its argument prototype would still apply.  */
28642 #ifdef __cplusplus
28643 extern "C"
28644 #endif
28645 char jpeg_read_header ();
28646 int
28647 main ()
28648 {
28649 return jpeg_read_header ();
28650   ;
28651   return 0;
28652 }
28653 _ACEOF
28654 rm -f conftest.$ac_objext conftest$ac_exeext
28655 if { (ac_try="$ac_link"
28656 case "(($ac_try" in
28657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28658   *) ac_try_echo=$ac_try;;
28659 esac
28660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28661   (eval "$ac_link") 2>conftest.er1
28662   ac_status=$?
28663   grep -v '^ *+' conftest.er1 >conftest.err
28664   rm -f conftest.er1
28665   cat conftest.err >&5
28666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28667   (exit $ac_status); } && {
28668          test -z "$ac_c_werror_flag" ||
28669          test ! -s conftest.err
28670        } && test -s conftest$ac_exeext &&
28671        $as_test_x conftest$ac_exeext; then
28672   ac_cv_lib_jpeg_jpeg_read_header=yes
28673 else
28674   echo "$as_me: failed program was:" >&5
28675 sed 's/^/| /' conftest.$ac_ext >&5
28676
28677         ac_cv_lib_jpeg_jpeg_read_header=no
28678 fi
28679
28680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28681       conftest$ac_exeext conftest.$ac_ext
28682 LIBS=$ac_check_lib_save_LIBS
28683 fi
28684 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
28685 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
28686 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
28687   JPEG_LINK=" -ljpeg"
28688 fi
28689
28690         fi
28691
28692         if test "x$JPEG_LINK" = "x" ; then
28693             if test "$wxUSE_LIBJPEG" = "sys" ; then
28694                 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
28695 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
28696    { (exit 1); exit 1; }; }
28697             else
28698                 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
28699 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
28700                 wxUSE_LIBJPEG=builtin
28701             fi
28702         else
28703                         wxUSE_LIBJPEG=sys
28704
28705             if test "$wxUSE_MSW" = 1; then
28706                                                                                 { echo "$as_me:$LINENO: checking for boolean" >&5
28707 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
28708 if test "${ac_cv_type_boolean+set}" = set; then
28709   echo $ECHO_N "(cached) $ECHO_C" >&6
28710 else
28711   cat >conftest.$ac_ext <<_ACEOF
28712 /* confdefs.h.  */
28713 _ACEOF
28714 cat confdefs.h >>conftest.$ac_ext
28715 cat >>conftest.$ac_ext <<_ACEOF
28716 /* end confdefs.h.  */
28717 #include <windows.h>
28718
28719 typedef boolean ac__type_new_;
28720 int
28721 main ()
28722 {
28723 if ((ac__type_new_ *) 0)
28724   return 0;
28725 if (sizeof (ac__type_new_))
28726   return 0;
28727   ;
28728   return 0;
28729 }
28730 _ACEOF
28731 rm -f conftest.$ac_objext
28732 if { (ac_try="$ac_compile"
28733 case "(($ac_try" in
28734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28735   *) ac_try_echo=$ac_try;;
28736 esac
28737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28738   (eval "$ac_compile") 2>conftest.er1
28739   ac_status=$?
28740   grep -v '^ *+' conftest.er1 >conftest.err
28741   rm -f conftest.er1
28742   cat conftest.err >&5
28743   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28744   (exit $ac_status); } && {
28745          test -z "$ac_c_werror_flag" ||
28746          test ! -s conftest.err
28747        } && test -s conftest.$ac_objext; then
28748   ac_cv_type_boolean=yes
28749 else
28750   echo "$as_me: failed program was:" >&5
28751 sed 's/^/| /' conftest.$ac_ext >&5
28752
28753         ac_cv_type_boolean=no
28754 fi
28755
28756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28757 fi
28758 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
28759 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
28760 if test $ac_cv_type_boolean = yes; then
28761
28762 cat >>confdefs.h <<_ACEOF
28763 #define HAVE_BOOLEAN 1
28764 _ACEOF
28765
28766
28767                         { echo "$as_me:$LINENO: checking for boolean" >&5
28768 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
28769 if test "${ac_cv_type_boolean+set}" = set; then
28770   echo $ECHO_N "(cached) $ECHO_C" >&6
28771 else
28772   cat >conftest.$ac_ext <<_ACEOF
28773 /* confdefs.h.  */
28774 _ACEOF
28775 cat confdefs.h >>conftest.$ac_ext
28776 cat >>conftest.$ac_ext <<_ACEOF
28777 /* end confdefs.h.  */
28778
28779                                 #undef HAVE_BOOLEAN
28780                                 #include <stdio.h>
28781                                 #include <jpeglib.h>
28782
28783
28784 typedef boolean ac__type_new_;
28785 int
28786 main ()
28787 {
28788 if ((ac__type_new_ *) 0)
28789   return 0;
28790 if (sizeof (ac__type_new_))
28791   return 0;
28792   ;
28793   return 0;
28794 }
28795 _ACEOF
28796 rm -f conftest.$ac_objext
28797 if { (ac_try="$ac_compile"
28798 case "(($ac_try" in
28799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28800   *) ac_try_echo=$ac_try;;
28801 esac
28802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28803   (eval "$ac_compile") 2>conftest.er1
28804   ac_status=$?
28805   grep -v '^ *+' conftest.er1 >conftest.err
28806   rm -f conftest.er1
28807   cat conftest.err >&5
28808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28809   (exit $ac_status); } && {
28810          test -z "$ac_c_werror_flag" ||
28811          test ! -s conftest.err
28812        } && test -s conftest.$ac_objext; then
28813   ac_cv_type_boolean=yes
28814 else
28815   echo "$as_me: failed program was:" >&5
28816 sed 's/^/| /' conftest.$ac_ext >&5
28817
28818         ac_cv_type_boolean=no
28819 fi
28820
28821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28822 fi
28823 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
28824 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
28825
28826 # The cast to long int works around a bug in the HP C Compiler
28827 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
28828 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
28829 # This bug is HP SR number 8606223364.
28830 { echo "$as_me:$LINENO: checking size of boolean" >&5
28831 echo $ECHO_N "checking size of boolean... $ECHO_C" >&6; }
28832 if test "${ac_cv_sizeof_boolean+set}" = set; then
28833   echo $ECHO_N "(cached) $ECHO_C" >&6
28834 else
28835   if test "$cross_compiling" = yes; then
28836   # Depending upon the size, compute the lo and hi bounds.
28837 cat >conftest.$ac_ext <<_ACEOF
28838 /* confdefs.h.  */
28839 _ACEOF
28840 cat confdefs.h >>conftest.$ac_ext
28841 cat >>conftest.$ac_ext <<_ACEOF
28842 /* end confdefs.h.  */
28843
28844                                 #undef HAVE_BOOLEAN
28845                                 #include <stdio.h>
28846                                 #include <jpeglib.h>
28847
28848
28849    typedef boolean ac__type_sizeof_;
28850 int
28851 main ()
28852 {
28853 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
28854 test_array [0] = 0
28855
28856   ;
28857   return 0;
28858 }
28859 _ACEOF
28860 rm -f conftest.$ac_objext
28861 if { (ac_try="$ac_compile"
28862 case "(($ac_try" in
28863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28864   *) ac_try_echo=$ac_try;;
28865 esac
28866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28867   (eval "$ac_compile") 2>conftest.er1
28868   ac_status=$?
28869   grep -v '^ *+' conftest.er1 >conftest.err
28870   rm -f conftest.er1
28871   cat conftest.err >&5
28872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28873   (exit $ac_status); } && {
28874          test -z "$ac_c_werror_flag" ||
28875          test ! -s conftest.err
28876        } && test -s conftest.$ac_objext; then
28877   ac_lo=0 ac_mid=0
28878   while :; do
28879     cat >conftest.$ac_ext <<_ACEOF
28880 /* confdefs.h.  */
28881 _ACEOF
28882 cat confdefs.h >>conftest.$ac_ext
28883 cat >>conftest.$ac_ext <<_ACEOF
28884 /* end confdefs.h.  */
28885
28886                                 #undef HAVE_BOOLEAN
28887                                 #include <stdio.h>
28888                                 #include <jpeglib.h>
28889
28890
28891    typedef boolean ac__type_sizeof_;
28892 int
28893 main ()
28894 {
28895 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28896 test_array [0] = 0
28897
28898   ;
28899   return 0;
28900 }
28901 _ACEOF
28902 rm -f conftest.$ac_objext
28903 if { (ac_try="$ac_compile"
28904 case "(($ac_try" in
28905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28906   *) ac_try_echo=$ac_try;;
28907 esac
28908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28909   (eval "$ac_compile") 2>conftest.er1
28910   ac_status=$?
28911   grep -v '^ *+' conftest.er1 >conftest.err
28912   rm -f conftest.er1
28913   cat conftest.err >&5
28914   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28915   (exit $ac_status); } && {
28916          test -z "$ac_c_werror_flag" ||
28917          test ! -s conftest.err
28918        } && test -s conftest.$ac_objext; then
28919   ac_hi=$ac_mid; break
28920 else
28921   echo "$as_me: failed program was:" >&5
28922 sed 's/^/| /' conftest.$ac_ext >&5
28923
28924         ac_lo=`expr $ac_mid + 1`
28925                         if test $ac_lo -le $ac_mid; then
28926                           ac_lo= ac_hi=
28927                           break
28928                         fi
28929                         ac_mid=`expr 2 '*' $ac_mid + 1`
28930 fi
28931
28932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28933   done
28934 else
28935   echo "$as_me: failed program was:" >&5
28936 sed 's/^/| /' conftest.$ac_ext >&5
28937
28938         cat >conftest.$ac_ext <<_ACEOF
28939 /* confdefs.h.  */
28940 _ACEOF
28941 cat confdefs.h >>conftest.$ac_ext
28942 cat >>conftest.$ac_ext <<_ACEOF
28943 /* end confdefs.h.  */
28944
28945                                 #undef HAVE_BOOLEAN
28946                                 #include <stdio.h>
28947                                 #include <jpeglib.h>
28948
28949
28950    typedef boolean ac__type_sizeof_;
28951 int
28952 main ()
28953 {
28954 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
28955 test_array [0] = 0
28956
28957   ;
28958   return 0;
28959 }
28960 _ACEOF
28961 rm -f conftest.$ac_objext
28962 if { (ac_try="$ac_compile"
28963 case "(($ac_try" in
28964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28965   *) ac_try_echo=$ac_try;;
28966 esac
28967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28968   (eval "$ac_compile") 2>conftest.er1
28969   ac_status=$?
28970   grep -v '^ *+' conftest.er1 >conftest.err
28971   rm -f conftest.er1
28972   cat conftest.err >&5
28973   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28974   (exit $ac_status); } && {
28975          test -z "$ac_c_werror_flag" ||
28976          test ! -s conftest.err
28977        } && test -s conftest.$ac_objext; then
28978   ac_hi=-1 ac_mid=-1
28979   while :; do
28980     cat >conftest.$ac_ext <<_ACEOF
28981 /* confdefs.h.  */
28982 _ACEOF
28983 cat confdefs.h >>conftest.$ac_ext
28984 cat >>conftest.$ac_ext <<_ACEOF
28985 /* end confdefs.h.  */
28986
28987                                 #undef HAVE_BOOLEAN
28988                                 #include <stdio.h>
28989                                 #include <jpeglib.h>
28990
28991
28992    typedef boolean ac__type_sizeof_;
28993 int
28994 main ()
28995 {
28996 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
28997 test_array [0] = 0
28998
28999   ;
29000   return 0;
29001 }
29002 _ACEOF
29003 rm -f conftest.$ac_objext
29004 if { (ac_try="$ac_compile"
29005 case "(($ac_try" in
29006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29007   *) ac_try_echo=$ac_try;;
29008 esac
29009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29010   (eval "$ac_compile") 2>conftest.er1
29011   ac_status=$?
29012   grep -v '^ *+' conftest.er1 >conftest.err
29013   rm -f conftest.er1
29014   cat conftest.err >&5
29015   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29016   (exit $ac_status); } && {
29017          test -z "$ac_c_werror_flag" ||
29018          test ! -s conftest.err
29019        } && test -s conftest.$ac_objext; then
29020   ac_lo=$ac_mid; break
29021 else
29022   echo "$as_me: failed program was:" >&5
29023 sed 's/^/| /' conftest.$ac_ext >&5
29024
29025         ac_hi=`expr '(' $ac_mid ')' - 1`
29026                         if test $ac_mid -le $ac_hi; then
29027                           ac_lo= ac_hi=
29028                           break
29029                         fi
29030                         ac_mid=`expr 2 '*' $ac_mid`
29031 fi
29032
29033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29034   done
29035 else
29036   echo "$as_me: failed program was:" >&5
29037 sed 's/^/| /' conftest.$ac_ext >&5
29038
29039         ac_lo= ac_hi=
29040 fi
29041
29042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29043 fi
29044
29045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29046 # Binary search between lo and hi bounds.
29047 while test "x$ac_lo" != "x$ac_hi"; do
29048   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
29049   cat >conftest.$ac_ext <<_ACEOF
29050 /* confdefs.h.  */
29051 _ACEOF
29052 cat confdefs.h >>conftest.$ac_ext
29053 cat >>conftest.$ac_ext <<_ACEOF
29054 /* end confdefs.h.  */
29055
29056                                 #undef HAVE_BOOLEAN
29057                                 #include <stdio.h>
29058                                 #include <jpeglib.h>
29059
29060
29061    typedef boolean ac__type_sizeof_;
29062 int
29063 main ()
29064 {
29065 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
29066 test_array [0] = 0
29067
29068   ;
29069   return 0;
29070 }
29071 _ACEOF
29072 rm -f conftest.$ac_objext
29073 if { (ac_try="$ac_compile"
29074 case "(($ac_try" in
29075   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29076   *) ac_try_echo=$ac_try;;
29077 esac
29078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29079   (eval "$ac_compile") 2>conftest.er1
29080   ac_status=$?
29081   grep -v '^ *+' conftest.er1 >conftest.err
29082   rm -f conftest.er1
29083   cat conftest.err >&5
29084   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29085   (exit $ac_status); } && {
29086          test -z "$ac_c_werror_flag" ||
29087          test ! -s conftest.err
29088        } && test -s conftest.$ac_objext; then
29089   ac_hi=$ac_mid
29090 else
29091   echo "$as_me: failed program was:" >&5
29092 sed 's/^/| /' conftest.$ac_ext >&5
29093
29094         ac_lo=`expr '(' $ac_mid ')' + 1`
29095 fi
29096
29097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29098 done
29099 case $ac_lo in
29100 ?*) ac_cv_sizeof_boolean=$ac_lo;;
29101 '') if test "$ac_cv_type_boolean" = yes; then
29102      { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
29103 See \`config.log' for more details." >&5
29104 echo "$as_me: error: cannot compute sizeof (boolean)
29105 See \`config.log' for more details." >&2;}
29106    { (exit 77); exit 77; }; }
29107    else
29108      ac_cv_sizeof_boolean=0
29109    fi ;;
29110 esac
29111 else
29112   cat >conftest.$ac_ext <<_ACEOF
29113 /* confdefs.h.  */
29114 _ACEOF
29115 cat confdefs.h >>conftest.$ac_ext
29116 cat >>conftest.$ac_ext <<_ACEOF
29117 /* end confdefs.h.  */
29118
29119                                 #undef HAVE_BOOLEAN
29120                                 #include <stdio.h>
29121                                 #include <jpeglib.h>
29122
29123
29124    typedef boolean ac__type_sizeof_;
29125 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
29126 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
29127 #include <stdio.h>
29128 #include <stdlib.h>
29129 int
29130 main ()
29131 {
29132
29133   FILE *f = fopen ("conftest.val", "w");
29134   if (! f)
29135     return 1;
29136   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
29137     {
29138       long int i = longval ();
29139       if (i != ((long int) (sizeof (ac__type_sizeof_))))
29140         return 1;
29141       fprintf (f, "%ld\n", i);
29142     }
29143   else
29144     {
29145       unsigned long int i = ulongval ();
29146       if (i != ((long int) (sizeof (ac__type_sizeof_))))
29147         return 1;
29148       fprintf (f, "%lu\n", i);
29149     }
29150   return ferror (f) || fclose (f) != 0;
29151
29152   ;
29153   return 0;
29154 }
29155 _ACEOF
29156 rm -f conftest$ac_exeext
29157 if { (ac_try="$ac_link"
29158 case "(($ac_try" in
29159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29160   *) ac_try_echo=$ac_try;;
29161 esac
29162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29163   (eval "$ac_link") 2>&5
29164   ac_status=$?
29165   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29166   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29167   { (case "(($ac_try" in
29168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29169   *) ac_try_echo=$ac_try;;
29170 esac
29171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29172   (eval "$ac_try") 2>&5
29173   ac_status=$?
29174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29175   (exit $ac_status); }; }; then
29176   ac_cv_sizeof_boolean=`cat conftest.val`
29177 else
29178   echo "$as_me: program exited with status $ac_status" >&5
29179 echo "$as_me: failed program was:" >&5
29180 sed 's/^/| /' conftest.$ac_ext >&5
29181
29182 ( exit $ac_status )
29183 if test "$ac_cv_type_boolean" = yes; then
29184      { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
29185 See \`config.log' for more details." >&5
29186 echo "$as_me: error: cannot compute sizeof (boolean)
29187 See \`config.log' for more details." >&2;}
29188    { (exit 77); exit 77; }; }
29189    else
29190      ac_cv_sizeof_boolean=0
29191    fi
29192 fi
29193 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29194 fi
29195 rm -f conftest.val
29196 fi
29197 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_boolean" >&5
29198 echo "${ECHO_T}$ac_cv_sizeof_boolean" >&6; }
29199
29200
29201
29202 cat >>confdefs.h <<_ACEOF
29203 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
29204 _ACEOF
29205
29206
29207                         cat >>confdefs.h <<_ACEOF
29208 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
29209 _ACEOF
29210
29211
29212 fi
29213
29214             fi
29215         fi
29216     fi
29217 fi
29218
29219
29220 TIFF_LINK=
29221 TIFF_PREREQ_LINKS=-lm
29222 if test "$wxUSE_LIBTIFF" != "no" ; then
29223     cat >>confdefs.h <<\_ACEOF
29224 #define wxUSE_LIBTIFF 1
29225 _ACEOF
29226
29227
29228     if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
29229                         if test "$wxUSE_LIBJPEG" = "sys"; then
29230             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
29231         fi
29232         if test "$wxUSE_ZLIB" = "sys"; then
29233             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
29234         fi
29235         { echo "$as_me:$LINENO: checking for tiffio.h" >&5
29236 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
29237 if test "${ac_cv_header_tiffio_h+set}" = set; then
29238   echo $ECHO_N "(cached) $ECHO_C" >&6
29239 else
29240   cat >conftest.$ac_ext <<_ACEOF
29241 /* confdefs.h.  */
29242 _ACEOF
29243 cat confdefs.h >>conftest.$ac_ext
29244 cat >>conftest.$ac_ext <<_ACEOF
29245 /* end confdefs.h.  */
29246
29247
29248
29249 #include <tiffio.h>
29250 _ACEOF
29251 rm -f conftest.$ac_objext
29252 if { (ac_try="$ac_compile"
29253 case "(($ac_try" in
29254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29255   *) ac_try_echo=$ac_try;;
29256 esac
29257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29258   (eval "$ac_compile") 2>conftest.er1
29259   ac_status=$?
29260   grep -v '^ *+' conftest.er1 >conftest.err
29261   rm -f conftest.er1
29262   cat conftest.err >&5
29263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29264   (exit $ac_status); } && {
29265          test -z "$ac_c_werror_flag" ||
29266          test ! -s conftest.err
29267        } && test -s conftest.$ac_objext; then
29268   ac_cv_header_tiffio_h=yes
29269 else
29270   echo "$as_me: failed program was:" >&5
29271 sed 's/^/| /' conftest.$ac_ext >&5
29272
29273         ac_cv_header_tiffio_h=no
29274 fi
29275
29276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29277 fi
29278 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
29279 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
29280 if test $ac_cv_header_tiffio_h = yes; then
29281
29282                             { echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
29283 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6; }
29284 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
29285   echo $ECHO_N "(cached) $ECHO_C" >&6
29286 else
29287   ac_check_lib_save_LIBS=$LIBS
29288 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
29289 cat >conftest.$ac_ext <<_ACEOF
29290 /* confdefs.h.  */
29291 _ACEOF
29292 cat confdefs.h >>conftest.$ac_ext
29293 cat >>conftest.$ac_ext <<_ACEOF
29294 /* end confdefs.h.  */
29295
29296 /* Override any GCC internal prototype to avoid an error.
29297    Use char because int might match the return type of a GCC
29298    builtin and then its argument prototype would still apply.  */
29299 #ifdef __cplusplus
29300 extern "C"
29301 #endif
29302 char TIFFError ();
29303 int
29304 main ()
29305 {
29306 return TIFFError ();
29307   ;
29308   return 0;
29309 }
29310 _ACEOF
29311 rm -f conftest.$ac_objext conftest$ac_exeext
29312 if { (ac_try="$ac_link"
29313 case "(($ac_try" in
29314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29315   *) ac_try_echo=$ac_try;;
29316 esac
29317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29318   (eval "$ac_link") 2>conftest.er1
29319   ac_status=$?
29320   grep -v '^ *+' conftest.er1 >conftest.err
29321   rm -f conftest.er1
29322   cat conftest.err >&5
29323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29324   (exit $ac_status); } && {
29325          test -z "$ac_c_werror_flag" ||
29326          test ! -s conftest.err
29327        } && test -s conftest$ac_exeext &&
29328        $as_test_x conftest$ac_exeext; then
29329   ac_cv_lib_tiff_TIFFError=yes
29330 else
29331   echo "$as_me: failed program was:" >&5
29332 sed 's/^/| /' conftest.$ac_ext >&5
29333
29334         ac_cv_lib_tiff_TIFFError=no
29335 fi
29336
29337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29338       conftest$ac_exeext conftest.$ac_ext
29339 LIBS=$ac_check_lib_save_LIBS
29340 fi
29341 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
29342 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6; }
29343 if test $ac_cv_lib_tiff_TIFFError = yes; then
29344   TIFF_LINK=" -ltiff"
29345 fi
29346
29347
29348 fi
29349
29350
29351
29352         if test "x$TIFF_LINK" = "x" ; then
29353             if test "$wxUSE_LIBTIFF" = "sys" ; then
29354                 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
29355 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
29356    { (exit 1); exit 1; }; }
29357             else
29358                 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
29359 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
29360                 wxUSE_LIBTIFF=builtin
29361             fi
29362         else
29363                         wxUSE_LIBTIFF=sys
29364         fi
29365     fi
29366     if test "$wxUSE_LIBTIFF" = "builtin" ; then
29367         if test "$wxUSE_LIBJPEG" = "no"; then
29368                                                                                     ac_configure_args="$ac_configure_args --disable-jpeg"
29369         fi
29370         subdirs="$subdirs src/tiff"
29371
29372     fi
29373 fi
29374
29375
29376 if test "$wxUSE_EXPAT" != "no"; then
29377     wxUSE_XML=yes
29378     cat >>confdefs.h <<\_ACEOF
29379 #define wxUSE_EXPAT 1
29380 _ACEOF
29381
29382     cat >>confdefs.h <<\_ACEOF
29383 #define wxUSE_XML 1
29384 _ACEOF
29385
29386
29387     if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
29388         { echo "$as_me:$LINENO: checking for expat.h" >&5
29389 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6; }
29390 if test "${ac_cv_header_expat_h+set}" = set; then
29391   echo $ECHO_N "(cached) $ECHO_C" >&6
29392 else
29393   cat >conftest.$ac_ext <<_ACEOF
29394 /* confdefs.h.  */
29395 _ACEOF
29396 cat confdefs.h >>conftest.$ac_ext
29397 cat >>conftest.$ac_ext <<_ACEOF
29398 /* end confdefs.h.  */
29399
29400
29401 #include <expat.h>
29402 _ACEOF
29403 rm -f conftest.$ac_objext
29404 if { (ac_try="$ac_compile"
29405 case "(($ac_try" in
29406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29407   *) ac_try_echo=$ac_try;;
29408 esac
29409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29410   (eval "$ac_compile") 2>conftest.er1
29411   ac_status=$?
29412   grep -v '^ *+' conftest.er1 >conftest.err
29413   rm -f conftest.er1
29414   cat conftest.err >&5
29415   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29416   (exit $ac_status); } && {
29417          test -z "$ac_c_werror_flag" ||
29418          test ! -s conftest.err
29419        } && test -s conftest.$ac_objext; then
29420   ac_cv_header_expat_h=yes
29421 else
29422   echo "$as_me: failed program was:" >&5
29423 sed 's/^/| /' conftest.$ac_ext >&5
29424
29425         ac_cv_header_expat_h=no
29426 fi
29427
29428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29429 fi
29430 { echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
29431 echo "${ECHO_T}$ac_cv_header_expat_h" >&6; }
29432 if test $ac_cv_header_expat_h = yes; then
29433   found_expat_h=1
29434 fi
29435
29436
29437         if test "x$found_expat_h" = "x1"; then
29438                         { echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
29439 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6; }
29440 if test "${wx_cv_expat_is_not_broken+set}" = set; then
29441   echo $ECHO_N "(cached) $ECHO_C" >&6
29442 else
29443
29444                 ac_ext=cpp
29445 ac_cpp='$CXXCPP $CPPFLAGS'
29446 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29447 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29448 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29449
29450                 cat >conftest.$ac_ext <<_ACEOF
29451 /* confdefs.h.  */
29452 _ACEOF
29453 cat confdefs.h >>conftest.$ac_ext
29454 cat >>conftest.$ac_ext <<_ACEOF
29455 /* end confdefs.h.  */
29456 #include <expat.h>
29457 int
29458 main ()
29459 {
29460
29461   ;
29462   return 0;
29463 }
29464 _ACEOF
29465 rm -f conftest.$ac_objext
29466 if { (ac_try="$ac_compile"
29467 case "(($ac_try" in
29468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29469   *) ac_try_echo=$ac_try;;
29470 esac
29471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29472   (eval "$ac_compile") 2>conftest.er1
29473   ac_status=$?
29474   grep -v '^ *+' conftest.er1 >conftest.err
29475   rm -f conftest.er1
29476   cat conftest.err >&5
29477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29478   (exit $ac_status); } && {
29479          test -z "$ac_cxx_werror_flag" ||
29480          test ! -s conftest.err
29481        } && test -s conftest.$ac_objext; then
29482   wx_cv_expat_is_not_broken=yes
29483 else
29484   echo "$as_me: failed program was:" >&5
29485 sed 's/^/| /' conftest.$ac_ext >&5
29486
29487         wx_cv_expat_is_not_broken=no
29488
29489 fi
29490
29491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29492                 ac_ext=c
29493 ac_cpp='$CPP $CPPFLAGS'
29494 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29495 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29496 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29497
29498
29499
29500 fi
29501 { echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
29502 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6; }
29503             if test "$wx_cv_expat_is_not_broken" = "yes" ; then
29504                 { echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
29505 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6; }
29506 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
29507   echo $ECHO_N "(cached) $ECHO_C" >&6
29508 else
29509   ac_check_lib_save_LIBS=$LIBS
29510 LIBS="-lexpat  $LIBS"
29511 cat >conftest.$ac_ext <<_ACEOF
29512 /* confdefs.h.  */
29513 _ACEOF
29514 cat confdefs.h >>conftest.$ac_ext
29515 cat >>conftest.$ac_ext <<_ACEOF
29516 /* end confdefs.h.  */
29517
29518 /* Override any GCC internal prototype to avoid an error.
29519    Use char because int might match the return type of a GCC
29520    builtin and then its argument prototype would still apply.  */
29521 #ifdef __cplusplus
29522 extern "C"
29523 #endif
29524 char XML_ParserCreate ();
29525 int
29526 main ()
29527 {
29528 return XML_ParserCreate ();
29529   ;
29530   return 0;
29531 }
29532 _ACEOF
29533 rm -f conftest.$ac_objext conftest$ac_exeext
29534 if { (ac_try="$ac_link"
29535 case "(($ac_try" in
29536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29537   *) ac_try_echo=$ac_try;;
29538 esac
29539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29540   (eval "$ac_link") 2>conftest.er1
29541   ac_status=$?
29542   grep -v '^ *+' conftest.er1 >conftest.err
29543   rm -f conftest.er1
29544   cat conftest.err >&5
29545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29546   (exit $ac_status); } && {
29547          test -z "$ac_c_werror_flag" ||
29548          test ! -s conftest.err
29549        } && test -s conftest$ac_exeext &&
29550        $as_test_x conftest$ac_exeext; then
29551   ac_cv_lib_expat_XML_ParserCreate=yes
29552 else
29553   echo "$as_me: failed program was:" >&5
29554 sed 's/^/| /' conftest.$ac_ext >&5
29555
29556         ac_cv_lib_expat_XML_ParserCreate=no
29557 fi
29558
29559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29560       conftest$ac_exeext conftest.$ac_ext
29561 LIBS=$ac_check_lib_save_LIBS
29562 fi
29563 { echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
29564 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6; }
29565 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
29566   EXPAT_LINK=" -lexpat"
29567 fi
29568
29569             fi
29570         fi
29571         if test "x$EXPAT_LINK" = "x" ; then
29572             if test "$wxUSE_EXPAT" = "sys" ; then
29573                 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
29574 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
29575    { (exit 1); exit 1; }; }
29576             else
29577                 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
29578 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
29579                 wxUSE_EXPAT=builtin
29580             fi
29581         else
29582                         wxUSE_EXPAT=sys
29583         fi
29584     fi
29585     if test "$wxUSE_EXPAT" = "builtin" ; then
29586                 subdirs="$subdirs src/expat"
29587
29588     fi
29589 fi
29590
29591
29592
29593 if test "$wxUSE_LIBMSPACK" != "no"; then
29594     { echo "$as_me:$LINENO: checking for mspack.h" >&5
29595 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6; }
29596 if test "${ac_cv_header_mspack_h+set}" = set; then
29597   echo $ECHO_N "(cached) $ECHO_C" >&6
29598 else
29599   cat >conftest.$ac_ext <<_ACEOF
29600 /* confdefs.h.  */
29601 _ACEOF
29602 cat confdefs.h >>conftest.$ac_ext
29603 cat >>conftest.$ac_ext <<_ACEOF
29604 /* end confdefs.h.  */
29605
29606
29607 #include <mspack.h>
29608 _ACEOF
29609 rm -f conftest.$ac_objext
29610 if { (ac_try="$ac_compile"
29611 case "(($ac_try" in
29612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29613   *) ac_try_echo=$ac_try;;
29614 esac
29615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29616   (eval "$ac_compile") 2>conftest.er1
29617   ac_status=$?
29618   grep -v '^ *+' conftest.er1 >conftest.err
29619   rm -f conftest.er1
29620   cat conftest.err >&5
29621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29622   (exit $ac_status); } && {
29623          test -z "$ac_c_werror_flag" ||
29624          test ! -s conftest.err
29625        } && test -s conftest.$ac_objext; then
29626   ac_cv_header_mspack_h=yes
29627 else
29628   echo "$as_me: failed program was:" >&5
29629 sed 's/^/| /' conftest.$ac_ext >&5
29630
29631         ac_cv_header_mspack_h=no
29632 fi
29633
29634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29635 fi
29636 { echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
29637 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6; }
29638 if test $ac_cv_header_mspack_h = yes; then
29639   found_mspack_h=1
29640 fi
29641
29642
29643     if test "x$found_mspack_h" = "x1"; then
29644         { echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
29645 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6; }
29646 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
29647   echo $ECHO_N "(cached) $ECHO_C" >&6
29648 else
29649   ac_check_lib_save_LIBS=$LIBS
29650 LIBS="-lmspack  $LIBS"
29651 cat >conftest.$ac_ext <<_ACEOF
29652 /* confdefs.h.  */
29653 _ACEOF
29654 cat confdefs.h >>conftest.$ac_ext
29655 cat >>conftest.$ac_ext <<_ACEOF
29656 /* end confdefs.h.  */
29657
29658 /* Override any GCC internal prototype to avoid an error.
29659    Use char because int might match the return type of a GCC
29660    builtin and then its argument prototype would still apply.  */
29661 #ifdef __cplusplus
29662 extern "C"
29663 #endif
29664 char mspack_create_chm_decompressor ();
29665 int
29666 main ()
29667 {
29668 return mspack_create_chm_decompressor ();
29669   ;
29670   return 0;
29671 }
29672 _ACEOF
29673 rm -f conftest.$ac_objext conftest$ac_exeext
29674 if { (ac_try="$ac_link"
29675 case "(($ac_try" in
29676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29677   *) ac_try_echo=$ac_try;;
29678 esac
29679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29680   (eval "$ac_link") 2>conftest.er1
29681   ac_status=$?
29682   grep -v '^ *+' conftest.er1 >conftest.err
29683   rm -f conftest.er1
29684   cat conftest.err >&5
29685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29686   (exit $ac_status); } && {
29687          test -z "$ac_c_werror_flag" ||
29688          test ! -s conftest.err
29689        } && test -s conftest$ac_exeext &&
29690        $as_test_x conftest$ac_exeext; then
29691   ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
29692 else
29693   echo "$as_me: failed program was:" >&5
29694 sed 's/^/| /' conftest.$ac_ext >&5
29695
29696         ac_cv_lib_mspack_mspack_create_chm_decompressor=no
29697 fi
29698
29699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29700       conftest$ac_exeext conftest.$ac_ext
29701 LIBS=$ac_check_lib_save_LIBS
29702 fi
29703 { echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
29704 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
29705 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
29706   MSPACK_LINK=" -lmspack"
29707 fi
29708
29709     fi
29710     if test "x$MSPACK_LINK" = "x" ; then
29711         wxUSE_LIBMSPACK=no
29712     fi
29713 fi
29714
29715 if test "$wxUSE_LIBMSPACK" != "no"; then
29716     cat >>confdefs.h <<\_ACEOF
29717 #define wxUSE_LIBMSPACK 1
29718 _ACEOF
29719
29720 fi
29721
29722
29723
29724 AFMINSTALL=
29725 WIN32INSTALL=
29726
29727 TOOLKIT=
29728 TOOLKIT_INCLUDE=
29729 WIDGET_SET=
29730
29731 if test "$USE_WIN32" = 1 ; then
29732
29733 for ac_header in w32api.h
29734 do
29735 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29736 { echo "$as_me:$LINENO: checking for $ac_header" >&5
29737 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29739   echo $ECHO_N "(cached) $ECHO_C" >&6
29740 else
29741   cat >conftest.$ac_ext <<_ACEOF
29742 /* confdefs.h.  */
29743 _ACEOF
29744 cat confdefs.h >>conftest.$ac_ext
29745 cat >>conftest.$ac_ext <<_ACEOF
29746 /* end confdefs.h.  */
29747
29748
29749 #include <$ac_header>
29750 _ACEOF
29751 rm -f conftest.$ac_objext
29752 if { (ac_try="$ac_compile"
29753 case "(($ac_try" in
29754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29755   *) ac_try_echo=$ac_try;;
29756 esac
29757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29758   (eval "$ac_compile") 2>conftest.er1
29759   ac_status=$?
29760   grep -v '^ *+' conftest.er1 >conftest.err
29761   rm -f conftest.er1
29762   cat conftest.err >&5
29763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29764   (exit $ac_status); } && {
29765          test -z "$ac_c_werror_flag" ||
29766          test ! -s conftest.err
29767        } && test -s conftest.$ac_objext; then
29768   eval "$as_ac_Header=yes"
29769 else
29770   echo "$as_me: failed program was:" >&5
29771 sed 's/^/| /' conftest.$ac_ext >&5
29772
29773         eval "$as_ac_Header=no"
29774 fi
29775
29776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29777 fi
29778 ac_res=`eval echo '${'$as_ac_Header'}'`
29779                { echo "$as_me:$LINENO: result: $ac_res" >&5
29780 echo "${ECHO_T}$ac_res" >&6; }
29781 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29782   cat >>confdefs.h <<_ACEOF
29783 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29784 _ACEOF
29785
29786 fi
29787
29788 done
29789
29790     { echo "$as_me:$LINENO: checking for windows.h" >&5
29791 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6; }
29792 if test "${ac_cv_header_windows_h+set}" = set; then
29793   echo $ECHO_N "(cached) $ECHO_C" >&6
29794 else
29795   cat >conftest.$ac_ext <<_ACEOF
29796 /* confdefs.h.  */
29797 _ACEOF
29798 cat confdefs.h >>conftest.$ac_ext
29799 cat >>conftest.$ac_ext <<_ACEOF
29800 /* end confdefs.h.  */
29801
29802
29803 #include <windows.h>
29804 _ACEOF
29805 rm -f conftest.$ac_objext
29806 if { (ac_try="$ac_compile"
29807 case "(($ac_try" in
29808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29809   *) ac_try_echo=$ac_try;;
29810 esac
29811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29812   (eval "$ac_compile") 2>conftest.er1
29813   ac_status=$?
29814   grep -v '^ *+' conftest.er1 >conftest.err
29815   rm -f conftest.er1
29816   cat conftest.err >&5
29817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29818   (exit $ac_status); } && {
29819          test -z "$ac_c_werror_flag" ||
29820          test ! -s conftest.err
29821        } && test -s conftest.$ac_objext; then
29822   ac_cv_header_windows_h=yes
29823 else
29824   echo "$as_me: failed program was:" >&5
29825 sed 's/^/| /' conftest.$ac_ext >&5
29826
29827         ac_cv_header_windows_h=no
29828 fi
29829
29830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29831 fi
29832 { echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
29833 echo "${ECHO_T}$ac_cv_header_windows_h" >&6; }
29834 if test $ac_cv_header_windows_h = yes; then
29835   :
29836 else
29837
29838         { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
29839 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
29840    { (exit 1); exit 1; }; }
29841
29842 fi
29843
29844
29845
29846     LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32"
29847     case "${host}" in
29848         x86_64-*-mingw32* )
29849                                                 WINDRES_CPU_DEFINE="--define WX_CPU_AMD64"
29850         ;;
29851     esac
29852     if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
29853         LIBS="$LIBS -loleacc"
29854     fi
29855
29856     case "${host}" in
29857         *-*-cygwin* )
29858                         LIBS="$LIBS -lkernel32 -luser32"
29859     esac
29860
29861         RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
29862     RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
29863
29864                 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
29865
29866         WIN32INSTALL=win32install
29867 fi
29868
29869 if test "$wxUSE_GUI" = "yes"; then
29870     USE_GUI=1
29871
29872     GUI_TK_LIBRARY=
29873
29874     WXGTK127=
29875     WXGTK2=
29876     WXGPE=
29877
29878     if test "$wxUSE_OLD_COCOA" = 1 ; then
29879         if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
29880             { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
29881 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
29882             wxUSE_PRINTING_ARCHITECTURE=no
29883         fi
29884         if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
29885             { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
29886 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
29887             wxUSE_DRAG_AND_DROP=no
29888         fi
29889         if test "$wxUSE_DRAGIMAGE" = "yes"; then
29890             { echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
29891 echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
29892             wxUSE_DRAGIMAGE=no
29893         fi
29894     fi
29895
29896     if test "$wxUSE_MSW" = 1 ; then
29897         TOOLKIT=MSW
29898         GUIDIST=MSW_DIST
29899
29900                 case "${host}" in
29901             *-*-mingw32* )
29902                 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
29903         esac
29904     fi
29905
29906     if test "$wxUSE_GTK" = 1; then
29907                 { echo "$as_me:$LINENO: checking for GTK+ version" >&5
29908 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6; }
29909
29910         gtk_version_cached=1
29911         if test "${wx_cv_lib_gtk+set}" = set; then
29912   echo $ECHO_N "(cached) $ECHO_C" >&6
29913 else
29914
29915                                                 gtk_version_cached=0
29916                 { echo "$as_me:$LINENO: result: " >&5
29917 echo "${ECHO_T}" >&6; }
29918
29919                                                 GTK_MODULES=
29920                 if test "$wxUSE_THREADS" = "yes"; then
29921                     GTK_MODULES=gthread
29922                 fi
29923
29924                                 wx_cv_lib_gtk=
29925                 if test "x$wxGTK_VERSION" != "x1"
29926                 then
29927                                                                                 case "${host}" in
29928                         *-*-solaris2* )
29929                             if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
29930                                 enable_gtktest=no
29931                             fi
29932                     esac
29933
29934                     # Check whether --enable-gtktest was given.
29935 if test "${enable_gtktest+set}" = set; then
29936   enableval=$enable_gtktest;
29937 else
29938   enable_gtktest=yes
29939 fi
29940
29941
29942   pkg_config_args=gtk+-2.0
29943   for module in . $GTK_MODULES
29944   do
29945       case "$module" in
29946          gthread)
29947              pkg_config_args="$pkg_config_args gthread-2.0"
29948          ;;
29949       esac
29950   done
29951
29952   no_gtk=""
29953
29954   # Extract the first word of "pkg-config", so it can be a program name with args.
29955 set dummy pkg-config; ac_word=$2
29956 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29958 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29959   echo $ECHO_N "(cached) $ECHO_C" >&6
29960 else
29961   case $PKG_CONFIG in
29962   [\\/]* | ?:[\\/]*)
29963   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29964   ;;
29965   *)
29966   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29967 for as_dir in $PATH
29968 do
29969   IFS=$as_save_IFS
29970   test -z "$as_dir" && as_dir=.
29971   for ac_exec_ext in '' $ac_executable_extensions; do
29972   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29973     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29974     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29975     break 2
29976   fi
29977 done
29978 done
29979 IFS=$as_save_IFS
29980
29981   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
29982   ;;
29983 esac
29984 fi
29985 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
29986 if test -n "$PKG_CONFIG"; then
29987   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29988 echo "${ECHO_T}$PKG_CONFIG" >&6; }
29989 else
29990   { echo "$as_me:$LINENO: result: no" >&5
29991 echo "${ECHO_T}no" >&6; }
29992 fi
29993
29994
29995
29996   if test x$PKG_CONFIG != xno ; then
29997     if pkg-config --atleast-pkgconfig-version 0.7 ; then
29998       :
29999     else
30000       echo "*** pkg-config too old; version 0.7 or better required."
30001       no_gtk=yes
30002       PKG_CONFIG=no
30003     fi
30004   else
30005     no_gtk=yes
30006   fi
30007
30008   min_gtk_version=2.4.0
30009   { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
30010 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
30011
30012   if test x$PKG_CONFIG != xno ; then
30013     ## don't try to run the test against uninstalled libtool libs
30014     if $PKG_CONFIG --uninstalled $pkg_config_args; then
30015           echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
30016           enable_gtktest=no
30017     fi
30018
30019     if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
30020           :
30021     else
30022           no_gtk=yes
30023     fi
30024   fi
30025
30026   if test x"$no_gtk" = x ; then
30027     GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
30028     GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
30029     gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30030            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30031     gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30032            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30033     gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30034            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30035     if test "x$enable_gtktest" = "xyes" ; then
30036       ac_save_CFLAGS="$CFLAGS"
30037       ac_save_LIBS="$LIBS"
30038       CFLAGS="$CFLAGS $GTK_CFLAGS"
30039       LIBS="$GTK_LIBS $LIBS"
30040       rm -f conf.gtktest
30041       if test "$cross_compiling" = yes; then
30042   echo $ac_n "cross compiling; assumed OK... $ac_c"
30043 else
30044   cat >conftest.$ac_ext <<_ACEOF
30045 /* confdefs.h.  */
30046 _ACEOF
30047 cat confdefs.h >>conftest.$ac_ext
30048 cat >>conftest.$ac_ext <<_ACEOF
30049 /* end confdefs.h.  */
30050
30051 #include <gtk/gtk.h>
30052 #include <stdio.h>
30053 #include <stdlib.h>
30054
30055 int
30056 main ()
30057 {
30058   int major, minor, micro;
30059   char *tmp_version;
30060
30061   system ("touch conf.gtktest");
30062
30063   /* HP/UX 9 (%@#!) writes to sscanf strings */
30064   tmp_version = g_strdup("$min_gtk_version");
30065   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
30066      printf("%s, bad version string\n", "$min_gtk_version");
30067      exit(1);
30068    }
30069
30070   if ((gtk_major_version != $gtk_config_major_version) ||
30071       (gtk_minor_version != $gtk_config_minor_version) ||
30072       (gtk_micro_version != $gtk_config_micro_version))
30073     {
30074       printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30075              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30076              gtk_major_version, gtk_minor_version, gtk_micro_version);
30077       printf ("*** was found! If pkg-config was correct, then it is best\n");
30078       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30079       printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
30080       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30081       printf("*** required on your system.\n");
30082       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
30083       printf("*** to point to the correct configuration files\n");
30084     }
30085   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30086            (gtk_minor_version != GTK_MINOR_VERSION) ||
30087            (gtk_micro_version != GTK_MICRO_VERSION))
30088     {
30089       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30090              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30091       printf("*** library (version %d.%d.%d)\n",
30092              gtk_major_version, gtk_minor_version, gtk_micro_version);
30093     }
30094   else
30095     {
30096       if ((gtk_major_version > major) ||
30097         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30098         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30099       {
30100         return 0;
30101        }
30102      else
30103       {
30104         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30105                gtk_major_version, gtk_minor_version, gtk_micro_version);
30106         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30107                major, minor, micro);
30108         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30109         printf("***\n");
30110         printf("*** If you have already installed a sufficiently new version, this error\n");
30111         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
30112         printf("*** being found. The easiest way to fix this is to remove the old version\n");
30113         printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
30114         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
30115         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
30116         printf("*** so that the correct libraries are found at run-time))\n");
30117       }
30118     }
30119   return 1;
30120 }
30121
30122 _ACEOF
30123 rm -f conftest$ac_exeext
30124 if { (ac_try="$ac_link"
30125 case "(($ac_try" in
30126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30127   *) ac_try_echo=$ac_try;;
30128 esac
30129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30130   (eval "$ac_link") 2>&5
30131   ac_status=$?
30132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30133   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30134   { (case "(($ac_try" in
30135   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30136   *) ac_try_echo=$ac_try;;
30137 esac
30138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30139   (eval "$ac_try") 2>&5
30140   ac_status=$?
30141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30142   (exit $ac_status); }; }; then
30143   :
30144 else
30145   echo "$as_me: program exited with status $ac_status" >&5
30146 echo "$as_me: failed program was:" >&5
30147 sed 's/^/| /' conftest.$ac_ext >&5
30148
30149 ( exit $ac_status )
30150 no_gtk=yes
30151 fi
30152 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30153 fi
30154
30155
30156        CFLAGS="$ac_save_CFLAGS"
30157        LIBS="$ac_save_LIBS"
30158      fi
30159   fi
30160   if test "x$no_gtk" = x ; then
30161      { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
30162 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
30163      wx_cv_lib_gtk=2.0
30164   else
30165      { echo "$as_me:$LINENO: result: no" >&5
30166 echo "${ECHO_T}no" >&6; }
30167      if test "$PKG_CONFIG" = "no" ; then
30168        echo "*** A new enough version of pkg-config was not found."
30169        echo "*** See http://pkgconfig.sourceforge.net"
30170      else
30171        if test -f conf.gtktest ; then
30172         :
30173        else
30174           echo "*** Could not run GTK+ test program, checking why..."
30175           ac_save_CFLAGS="$CFLAGS"
30176           ac_save_LIBS="$LIBS"
30177           CFLAGS="$CFLAGS $GTK_CFLAGS"
30178           LIBS="$LIBS $GTK_LIBS"
30179           cat >conftest.$ac_ext <<_ACEOF
30180 /* confdefs.h.  */
30181 _ACEOF
30182 cat confdefs.h >>conftest.$ac_ext
30183 cat >>conftest.$ac_ext <<_ACEOF
30184 /* end confdefs.h.  */
30185
30186 #include <gtk/gtk.h>
30187 #include <stdio.h>
30188
30189 int
30190 main ()
30191 {
30192  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30193   ;
30194   return 0;
30195 }
30196 _ACEOF
30197 rm -f conftest.$ac_objext conftest$ac_exeext
30198 if { (ac_try="$ac_link"
30199 case "(($ac_try" in
30200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30201   *) ac_try_echo=$ac_try;;
30202 esac
30203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30204   (eval "$ac_link") 2>conftest.er1
30205   ac_status=$?
30206   grep -v '^ *+' conftest.er1 >conftest.err
30207   rm -f conftest.er1
30208   cat conftest.err >&5
30209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30210   (exit $ac_status); } && {
30211          test -z "$ac_c_werror_flag" ||
30212          test ! -s conftest.err
30213        } && test -s conftest$ac_exeext &&
30214        $as_test_x conftest$ac_exeext; then
30215    echo "*** The test program compiled, but did not run. This usually means"
30216           echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
30217           echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
30218           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30219           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
30220           echo "*** is required on your system"
30221           echo "***"
30222           echo "*** If you have an old version installed, it is best to remove it, although"
30223           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30224 else
30225   echo "$as_me: failed program was:" >&5
30226 sed 's/^/| /' conftest.$ac_ext >&5
30227
30228          echo "*** The test program failed to compile or link. See the file config.log for the"
30229           echo "*** exact error that occurred. This usually means GTK+ is incorrectly installed."
30230 fi
30231
30232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30233       conftest$ac_exeext conftest.$ac_ext
30234           CFLAGS="$ac_save_CFLAGS"
30235           LIBS="$ac_save_LIBS"
30236        fi
30237      fi
30238      GTK_CFLAGS=""
30239      GTK_LIBS=""
30240      :
30241   fi
30242
30243
30244   rm -f conf.gtktest
30245
30246                 fi
30247
30248                                 if test -z "$wx_cv_lib_gtk"; then
30249                     if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
30250
30251 # Check whether --with-gtk-prefix was given.
30252 if test "${with_gtk_prefix+set}" = set; then
30253   withval=$with_gtk_prefix; gtk_config_prefix="$withval"
30254 else
30255   gtk_config_prefix=""
30256 fi
30257
30258
30259 # Check whether --with-gtk-exec-prefix was given.
30260 if test "${with_gtk_exec_prefix+set}" = set; then
30261   withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
30262 else
30263   gtk_config_exec_prefix=""
30264 fi
30265
30266 # Check whether --enable-gtktest was given.
30267 if test "${enable_gtktest+set}" = set; then
30268   enableval=$enable_gtktest;
30269 else
30270   enable_gtktest=yes
30271 fi
30272
30273
30274   for module in . $GTK_MODULES
30275   do
30276       case "$module" in
30277          gthread)
30278              gtk_config_args="$gtk_config_args gthread"
30279          ;;
30280       esac
30281   done
30282
30283   if test x$gtk_config_exec_prefix != x ; then
30284      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
30285      if test x${GTK_CONFIG+set} != xset ; then
30286         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
30287      fi
30288   fi
30289   if test x$gtk_config_prefix != x ; then
30290      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
30291      if test x${GTK_CONFIG+set} != xset ; then
30292         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
30293      fi
30294   fi
30295
30296   # Extract the first word of "gtk-config", so it can be a program name with args.
30297 set dummy gtk-config; ac_word=$2
30298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30300 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
30301   echo $ECHO_N "(cached) $ECHO_C" >&6
30302 else
30303   case $GTK_CONFIG in
30304   [\\/]* | ?:[\\/]*)
30305   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
30306   ;;
30307   *)
30308   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30309 for as_dir in $PATH
30310 do
30311   IFS=$as_save_IFS
30312   test -z "$as_dir" && as_dir=.
30313   for ac_exec_ext in '' $ac_executable_extensions; do
30314   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30315     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30316     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30317     break 2
30318   fi
30319 done
30320 done
30321 IFS=$as_save_IFS
30322
30323   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
30324   ;;
30325 esac
30326 fi
30327 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
30328 if test -n "$GTK_CONFIG"; then
30329   { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
30330 echo "${ECHO_T}$GTK_CONFIG" >&6; }
30331 else
30332   { echo "$as_me:$LINENO: result: no" >&5
30333 echo "${ECHO_T}no" >&6; }
30334 fi
30335
30336
30337   min_gtk_version=1.2.7
30338   { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
30339 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
30340   no_gtk=""
30341   if test "$GTK_CONFIG" = "no" ; then
30342     no_gtk=yes
30343   else
30344     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
30345     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
30346     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
30347            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30348     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
30349            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30350     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
30351            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30352     if test "x$enable_gtktest" = "xyes" ; then
30353       ac_save_CFLAGS="$CFLAGS"
30354       ac_save_LIBS="$LIBS"
30355       CFLAGS="$CFLAGS $GTK_CFLAGS"
30356       LIBS="$GTK_LIBS $LIBS"
30357       rm -f conf.gtktest
30358       if test "$cross_compiling" = yes; then
30359   echo $ac_n "cross compiling; assumed OK... $ac_c"
30360 else
30361   cat >conftest.$ac_ext <<_ACEOF
30362 /* confdefs.h.  */
30363 _ACEOF
30364 cat confdefs.h >>conftest.$ac_ext
30365 cat >>conftest.$ac_ext <<_ACEOF
30366 /* end confdefs.h.  */
30367
30368 #include <gtk/gtk.h>
30369 #include <stdio.h>
30370 #include <stdlib.h>
30371
30372 int
30373 main ()
30374 {
30375   int major, minor, micro;
30376   char *tmp_version;
30377
30378   system ("touch conf.gtktest");
30379
30380   /* HP/UX 9 (%@#!) writes to sscanf strings */
30381   tmp_version = g_strdup("$min_gtk_version");
30382   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
30383      printf("%s, bad version string\n", "$min_gtk_version");
30384      exit(1);
30385    }
30386
30387   if ((gtk_major_version != $gtk_config_major_version) ||
30388       (gtk_minor_version != $gtk_config_minor_version) ||
30389       (gtk_micro_version != $gtk_config_micro_version))
30390     {
30391       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30392              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30393              gtk_major_version, gtk_minor_version, gtk_micro_version);
30394       printf ("*** was found! If gtk-config was correct, then it is best\n");
30395       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30396       printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
30397       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30398       printf("*** required on your system.\n");
30399       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
30400       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
30401       printf("*** before re-running configure\n");
30402     }
30403 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
30404   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30405            (gtk_minor_version != GTK_MINOR_VERSION) ||
30406            (gtk_micro_version != GTK_MICRO_VERSION))
30407     {
30408       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30409              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30410       printf("*** library (version %d.%d.%d)\n",
30411              gtk_major_version, gtk_minor_version, gtk_micro_version);
30412     }
30413 #endif /* defined (GTK_MAJOR_VERSION) ... */
30414   else
30415     {
30416       if ((gtk_major_version > major) ||
30417         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30418         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30419       {
30420         return 0;
30421        }
30422      else
30423       {
30424         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30425                gtk_major_version, gtk_minor_version, gtk_micro_version);
30426         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30427                major, minor, micro);
30428         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30429         printf("***\n");
30430         printf("*** If you have already installed a sufficiently new version, this error\n");
30431         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
30432         printf("*** being found. The easiest way to fix this is to remove the old version\n");
30433         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
30434         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
30435         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
30436         printf("*** so that the correct libraries are found at run-time))\n");
30437       }
30438     }
30439   return 1;
30440 }
30441
30442 _ACEOF
30443 rm -f conftest$ac_exeext
30444 if { (ac_try="$ac_link"
30445 case "(($ac_try" in
30446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30447   *) ac_try_echo=$ac_try;;
30448 esac
30449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30450   (eval "$ac_link") 2>&5
30451   ac_status=$?
30452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30453   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30454   { (case "(($ac_try" in
30455   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30456   *) ac_try_echo=$ac_try;;
30457 esac
30458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30459   (eval "$ac_try") 2>&5
30460   ac_status=$?
30461   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30462   (exit $ac_status); }; }; then
30463   :
30464 else
30465   echo "$as_me: program exited with status $ac_status" >&5
30466 echo "$as_me: failed program was:" >&5
30467 sed 's/^/| /' conftest.$ac_ext >&5
30468
30469 ( exit $ac_status )
30470 no_gtk=yes
30471 fi
30472 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30473 fi
30474
30475
30476        CFLAGS="$ac_save_CFLAGS"
30477        LIBS="$ac_save_LIBS"
30478      fi
30479   fi
30480   if test "x$no_gtk" = x ; then
30481      { echo "$as_me:$LINENO: result: yes" >&5
30482 echo "${ECHO_T}yes" >&6; }
30483      wx_cv_lib_gtk=1.2.7
30484   else
30485      { echo "$as_me:$LINENO: result: no" >&5
30486 echo "${ECHO_T}no" >&6; }
30487      if test "$GTK_CONFIG" = "no" ; then
30488        echo "*** The gtk-config script installed by GTK could not be found"
30489        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
30490        echo "*** your path, or set the GTK_CONFIG environment variable to the"
30491        echo "*** full path to gtk-config."
30492      else
30493        if test -f conf.gtktest ; then
30494         :
30495        else
30496           echo "*** Could not run GTK test program, checking why..."
30497           CFLAGS="$CFLAGS $GTK_CFLAGS"
30498           LIBS="$LIBS $GTK_LIBS"
30499           cat >conftest.$ac_ext <<_ACEOF
30500 /* confdefs.h.  */
30501 _ACEOF
30502 cat confdefs.h >>conftest.$ac_ext
30503 cat >>conftest.$ac_ext <<_ACEOF
30504 /* end confdefs.h.  */
30505
30506 #include <gtk/gtk.h>
30507 #include <stdio.h>
30508
30509 int
30510 main ()
30511 {
30512  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30513   ;
30514   return 0;
30515 }
30516 _ACEOF
30517 rm -f conftest.$ac_objext conftest$ac_exeext
30518 if { (ac_try="$ac_link"
30519 case "(($ac_try" in
30520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30521   *) ac_try_echo=$ac_try;;
30522 esac
30523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30524   (eval "$ac_link") 2>conftest.er1
30525   ac_status=$?
30526   grep -v '^ *+' conftest.er1 >conftest.err
30527   rm -f conftest.er1
30528   cat conftest.err >&5
30529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30530   (exit $ac_status); } && {
30531          test -z "$ac_c_werror_flag" ||
30532          test ! -s conftest.err
30533        } && test -s conftest$ac_exeext &&
30534        $as_test_x conftest$ac_exeext; then
30535    echo "*** The test program compiled, but did not run. This usually means"
30536           echo "*** that the run-time linker is not finding GTK or finding the wrong"
30537           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
30538           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30539           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
30540           echo "*** is required on your system"
30541           echo "***"
30542           echo "*** If you have an old version installed, it is best to remove it, although"
30543           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30544           echo "***"
30545           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
30546           echo "*** came with the system with the command"
30547           echo "***"
30548           echo "***    rpm --erase --nodeps gtk gtk-devel"
30549 else
30550   echo "$as_me: failed program was:" >&5
30551 sed 's/^/| /' conftest.$ac_ext >&5
30552
30553          echo "*** The test program failed to compile or link. See the file config.log for the"
30554           echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
30555           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
30556           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
30557 fi
30558
30559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30560       conftest$ac_exeext conftest.$ac_ext
30561           CFLAGS="$ac_save_CFLAGS"
30562           LIBS="$ac_save_LIBS"
30563        fi
30564      fi
30565      GTK_CFLAGS=""
30566      GTK_LIBS=""
30567      :
30568   fi
30569
30570
30571   rm -f conf.gtktest
30572
30573
30574                         if test -z "$wx_cv_lib_gtk"; then
30575
30576 # Check whether --with-gtk-prefix was given.
30577 if test "${with_gtk_prefix+set}" = set; then
30578   withval=$with_gtk_prefix; gtk_config_prefix="$withval"
30579 else
30580   gtk_config_prefix=""
30581 fi
30582
30583
30584 # Check whether --with-gtk-exec-prefix was given.
30585 if test "${with_gtk_exec_prefix+set}" = set; then
30586   withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
30587 else
30588   gtk_config_exec_prefix=""
30589 fi
30590
30591 # Check whether --enable-gtktest was given.
30592 if test "${enable_gtktest+set}" = set; then
30593   enableval=$enable_gtktest;
30594 else
30595   enable_gtktest=yes
30596 fi
30597
30598
30599   for module in . $GTK_MODULES
30600   do
30601       case "$module" in
30602          gthread)
30603              gtk_config_args="$gtk_config_args gthread"
30604          ;;
30605       esac
30606   done
30607
30608   if test x$gtk_config_exec_prefix != x ; then
30609      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
30610      if test x${GTK_CONFIG+set} != xset ; then
30611         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
30612      fi
30613   fi
30614   if test x$gtk_config_prefix != x ; then
30615      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
30616      if test x${GTK_CONFIG+set} != xset ; then
30617         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
30618      fi
30619   fi
30620
30621   # Extract the first word of "gtk-config", so it can be a program name with args.
30622 set dummy gtk-config; ac_word=$2
30623 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30624 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30625 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
30626   echo $ECHO_N "(cached) $ECHO_C" >&6
30627 else
30628   case $GTK_CONFIG in
30629   [\\/]* | ?:[\\/]*)
30630   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
30631   ;;
30632   *)
30633   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30634 for as_dir in $PATH
30635 do
30636   IFS=$as_save_IFS
30637   test -z "$as_dir" && as_dir=.
30638   for ac_exec_ext in '' $ac_executable_extensions; do
30639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30640     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30641     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30642     break 2
30643   fi
30644 done
30645 done
30646 IFS=$as_save_IFS
30647
30648   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
30649   ;;
30650 esac
30651 fi
30652 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
30653 if test -n "$GTK_CONFIG"; then
30654   { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
30655 echo "${ECHO_T}$GTK_CONFIG" >&6; }
30656 else
30657   { echo "$as_me:$LINENO: result: no" >&5
30658 echo "${ECHO_T}no" >&6; }
30659 fi
30660
30661
30662   min_gtk_version=1.2.3
30663   { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
30664 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
30665   no_gtk=""
30666   if test "$GTK_CONFIG" = "no" ; then
30667     no_gtk=yes
30668   else
30669     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
30670     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
30671     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
30672            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30673     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
30674            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30675     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
30676            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30677     if test "x$enable_gtktest" = "xyes" ; then
30678       ac_save_CFLAGS="$CFLAGS"
30679       ac_save_LIBS="$LIBS"
30680       CFLAGS="$CFLAGS $GTK_CFLAGS"
30681       LIBS="$GTK_LIBS $LIBS"
30682       rm -f conf.gtktest
30683       if test "$cross_compiling" = yes; then
30684   echo $ac_n "cross compiling; assumed OK... $ac_c"
30685 else
30686   cat >conftest.$ac_ext <<_ACEOF
30687 /* confdefs.h.  */
30688 _ACEOF
30689 cat confdefs.h >>conftest.$ac_ext
30690 cat >>conftest.$ac_ext <<_ACEOF
30691 /* end confdefs.h.  */
30692
30693 #include <gtk/gtk.h>
30694 #include <stdio.h>
30695 #include <stdlib.h>
30696
30697 int
30698 main ()
30699 {
30700   int major, minor, micro;
30701   char *tmp_version;
30702
30703   system ("touch conf.gtktest");
30704
30705   /* HP/UX 9 (%@#!) writes to sscanf strings */
30706   tmp_version = g_strdup("$min_gtk_version");
30707   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
30708      printf("%s, bad version string\n", "$min_gtk_version");
30709      exit(1);
30710    }
30711
30712   if ((gtk_major_version != $gtk_config_major_version) ||
30713       (gtk_minor_version != $gtk_config_minor_version) ||
30714       (gtk_micro_version != $gtk_config_micro_version))
30715     {
30716       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30717              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30718              gtk_major_version, gtk_minor_version, gtk_micro_version);
30719       printf ("*** was found! If gtk-config was correct, then it is best\n");
30720       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30721       printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
30722       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30723       printf("*** required on your system.\n");
30724       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
30725       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
30726       printf("*** before re-running configure\n");
30727     }
30728 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
30729   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30730            (gtk_minor_version != GTK_MINOR_VERSION) ||
30731            (gtk_micro_version != GTK_MICRO_VERSION))
30732     {
30733       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30734              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30735       printf("*** library (version %d.%d.%d)\n",
30736              gtk_major_version, gtk_minor_version, gtk_micro_version);
30737     }
30738 #endif /* defined (GTK_MAJOR_VERSION) ... */
30739   else
30740     {
30741       if ((gtk_major_version > major) ||
30742         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30743         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30744       {
30745         return 0;
30746        }
30747      else
30748       {
30749         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30750                gtk_major_version, gtk_minor_version, gtk_micro_version);
30751         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30752                major, minor, micro);
30753         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30754         printf("***\n");
30755         printf("*** If you have already installed a sufficiently new version, this error\n");
30756         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
30757         printf("*** being found. The easiest way to fix this is to remove the old version\n");
30758         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
30759         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
30760         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
30761         printf("*** so that the correct libraries are found at run-time))\n");
30762       }
30763     }
30764   return 1;
30765 }
30766
30767 _ACEOF
30768 rm -f conftest$ac_exeext
30769 if { (ac_try="$ac_link"
30770 case "(($ac_try" in
30771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30772   *) ac_try_echo=$ac_try;;
30773 esac
30774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30775   (eval "$ac_link") 2>&5
30776   ac_status=$?
30777   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30778   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30779   { (case "(($ac_try" in
30780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30781   *) ac_try_echo=$ac_try;;
30782 esac
30783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30784   (eval "$ac_try") 2>&5
30785   ac_status=$?
30786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30787   (exit $ac_status); }; }; then
30788   :
30789 else
30790   echo "$as_me: program exited with status $ac_status" >&5
30791 echo "$as_me: failed program was:" >&5
30792 sed 's/^/| /' conftest.$ac_ext >&5
30793
30794 ( exit $ac_status )
30795 no_gtk=yes
30796 fi
30797 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30798 fi
30799
30800
30801        CFLAGS="$ac_save_CFLAGS"
30802        LIBS="$ac_save_LIBS"
30803      fi
30804   fi
30805   if test "x$no_gtk" = x ; then
30806      { echo "$as_me:$LINENO: result: yes" >&5
30807 echo "${ECHO_T}yes" >&6; }
30808      wx_cv_lib_gtk=1.2.3
30809   else
30810      { echo "$as_me:$LINENO: result: no" >&5
30811 echo "${ECHO_T}no" >&6; }
30812      if test "$GTK_CONFIG" = "no" ; then
30813        echo "*** The gtk-config script installed by GTK could not be found"
30814        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
30815        echo "*** your path, or set the GTK_CONFIG environment variable to the"
30816        echo "*** full path to gtk-config."
30817      else
30818        if test -f conf.gtktest ; then
30819         :
30820        else
30821           echo "*** Could not run GTK test program, checking why..."
30822           CFLAGS="$CFLAGS $GTK_CFLAGS"
30823           LIBS="$LIBS $GTK_LIBS"
30824           cat >conftest.$ac_ext <<_ACEOF
30825 /* confdefs.h.  */
30826 _ACEOF
30827 cat confdefs.h >>conftest.$ac_ext
30828 cat >>conftest.$ac_ext <<_ACEOF
30829 /* end confdefs.h.  */
30830
30831 #include <gtk/gtk.h>
30832 #include <stdio.h>
30833
30834 int
30835 main ()
30836 {
30837  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30838   ;
30839   return 0;
30840 }
30841 _ACEOF
30842 rm -f conftest.$ac_objext conftest$ac_exeext
30843 if { (ac_try="$ac_link"
30844 case "(($ac_try" in
30845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30846   *) ac_try_echo=$ac_try;;
30847 esac
30848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30849   (eval "$ac_link") 2>conftest.er1
30850   ac_status=$?
30851   grep -v '^ *+' conftest.er1 >conftest.err
30852   rm -f conftest.er1
30853   cat conftest.err >&5
30854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30855   (exit $ac_status); } && {
30856          test -z "$ac_c_werror_flag" ||
30857          test ! -s conftest.err
30858        } && test -s conftest$ac_exeext &&
30859        $as_test_x conftest$ac_exeext; then
30860    echo "*** The test program compiled, but did not run. This usually means"
30861           echo "*** that the run-time linker is not finding GTK or finding the wrong"
30862           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
30863           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30864           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
30865           echo "*** is required on your system"
30866           echo "***"
30867           echo "*** If you have an old version installed, it is best to remove it, although"
30868           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30869           echo "***"
30870           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
30871           echo "*** came with the system with the command"
30872           echo "***"
30873           echo "***    rpm --erase --nodeps gtk gtk-devel"
30874 else
30875   echo "$as_me: failed program was:" >&5
30876 sed 's/^/| /' conftest.$ac_ext >&5
30877
30878          echo "*** The test program failed to compile or link. See the file config.log for the"
30879           echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
30880           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
30881           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
30882 fi
30883
30884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30885       conftest$ac_exeext conftest.$ac_ext
30886           CFLAGS="$ac_save_CFLAGS"
30887           LIBS="$ac_save_LIBS"
30888        fi
30889      fi
30890      GTK_CFLAGS=""
30891      GTK_LIBS=""
30892      :
30893   fi
30894
30895
30896   rm -f conf.gtktest
30897
30898                         fi
30899                     fi
30900                 fi
30901
30902                 if test -z "$wx_cv_lib_gtk"; then
30903                                         wx_cv_lib_gtk=none
30904                 else
30905                                         GTK_LIBS="$GTK_LIBS -lX11"
30906
30907                                                             wx_cv_cflags_gtk=$GTK_CFLAGS
30908                     wx_cv_libs_gtk=$GTK_LIBS
30909                 fi
30910
30911
30912 fi
30913
30914
30915                         if test "$gtk_version_cached" = 1; then
30916             { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
30917 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
30918         fi
30919
30920         case "$wx_cv_lib_gtk" in
30921             2.0)    WXGTK2=1
30922                     TOOLKIT_VERSION=2
30923                     ;;
30924             1.2.7)  WXGTK127=1
30925                     ;;
30926             1.2*) ;;
30927             *)      { { echo "$as_me:$LINENO: error:
30928 The development files for GTK+ were not found. For GTK+ 2, please
30929 ensure that pkg-config is in the path and that gtk+-2.0.pc is
30930 installed. For GTK+ 1.2 please check that gtk-config is in the path,
30931 and that the version is 1.2.3 or above. Also check that the
30932 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
30933 --libs' are in the LD_LIBRARY_PATH or equivalent.
30934                             " >&5
30935 echo "$as_me: error:
30936 The development files for GTK+ were not found. For GTK+ 2, please
30937 ensure that pkg-config is in the path and that gtk+-2.0.pc is
30938 installed. For GTK+ 1.2 please check that gtk-config is in the path,
30939 and that the version is 1.2.3 or above. Also check that the
30940 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
30941 --libs' are in the LD_LIBRARY_PATH or equivalent.
30942                             " >&2;}
30943    { (exit 1); exit 1; }; }
30944                     ;;
30945         esac
30946
30947         if test "$WXGTK2" = 1; then
30948             save_CFLAGS="$CFLAGS"
30949             save_LIBS="$LIBS"
30950             CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
30951             LIBS="$LIBS $wx_cv_libs_gtk"
30952
30953                         { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.18" >&5
30954 echo $ECHO_N "checking if GTK+ is version >= 2.18... $ECHO_C" >&6; }
30955             cat >conftest.$ac_ext <<_ACEOF
30956 /* confdefs.h.  */
30957 _ACEOF
30958 cat confdefs.h >>conftest.$ac_ext
30959 cat >>conftest.$ac_ext <<_ACEOF
30960 /* end confdefs.h.  */
30961
30962                             #include <gtk/gtk.h>
30963
30964 int
30965 main ()
30966 {
30967
30968                             #if !GTK_CHECK_VERSION(2,18,0)
30969                             Not GTK+ 2.18
30970                             #endif
30971
30972   ;
30973   return 0;
30974 }
30975 _ACEOF
30976 rm -f conftest.$ac_objext
30977 if { (ac_try="$ac_compile"
30978 case "(($ac_try" in
30979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30980   *) ac_try_echo=$ac_try;;
30981 esac
30982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30983   (eval "$ac_compile") 2>conftest.er1
30984   ac_status=$?
30985   grep -v '^ *+' conftest.er1 >conftest.err
30986   rm -f conftest.er1
30987   cat conftest.err >&5
30988   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30989   (exit $ac_status); } && {
30990          test -z "$ac_c_werror_flag" ||
30991          test ! -s conftest.err
30992        } && test -s conftest.$ac_objext; then
30993
30994                             cat >>confdefs.h <<\_ACEOF
30995 #define __WXGTK218__ 1
30996 _ACEOF
30997
30998                             cat >>confdefs.h <<\_ACEOF
30999 #define __WXGTK210__ 1
31000 _ACEOF
31001
31002                             cat >>confdefs.h <<\_ACEOF
31003 #define __WXGTK26__ 1
31004 _ACEOF
31005
31006                             { echo "$as_me:$LINENO: result: yes" >&5
31007 echo "${ECHO_T}yes" >&6; }
31008                             ac_wxgtk218=1
31009
31010 else
31011   echo "$as_me: failed program was:" >&5
31012 sed 's/^/| /' conftest.$ac_ext >&5
31013
31014
31015                             { echo "$as_me:$LINENO: result: no" >&5
31016 echo "${ECHO_T}no" >&6; }
31017                             ac_wxgtk218=0
31018
31019 fi
31020
31021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31022
31023             if test "$ac_wxgtk218" = 0; then
31024                                 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
31025 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
31026                 cat >conftest.$ac_ext <<_ACEOF
31027 /* confdefs.h.  */
31028 _ACEOF
31029 cat confdefs.h >>conftest.$ac_ext
31030 cat >>conftest.$ac_ext <<_ACEOF
31031 /* end confdefs.h.  */
31032
31033                                 #include <gtk/gtk.h>
31034
31035 int
31036 main ()
31037 {
31038
31039                                 #if !GTK_CHECK_VERSION(2,10,0)
31040                                 Not GTK+ 2.10
31041                                 #endif
31042
31043   ;
31044   return 0;
31045 }
31046 _ACEOF
31047 rm -f conftest.$ac_objext
31048 if { (ac_try="$ac_compile"
31049 case "(($ac_try" in
31050   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31051   *) ac_try_echo=$ac_try;;
31052 esac
31053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31054   (eval "$ac_compile") 2>conftest.er1
31055   ac_status=$?
31056   grep -v '^ *+' conftest.er1 >conftest.err
31057   rm -f conftest.er1
31058   cat conftest.err >&5
31059   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31060   (exit $ac_status); } && {
31061          test -z "$ac_c_werror_flag" ||
31062          test ! -s conftest.err
31063        } && test -s conftest.$ac_objext; then
31064
31065                                 cat >>confdefs.h <<\_ACEOF
31066 #define __WXGTK210__ 1
31067 _ACEOF
31068
31069                                 cat >>confdefs.h <<\_ACEOF
31070 #define __WXGTK26__ 1
31071 _ACEOF
31072
31073                                 { echo "$as_me:$LINENO: result: yes" >&5
31074 echo "${ECHO_T}yes" >&6; }
31075                                 ac_wxgtk210=1
31076
31077 else
31078   echo "$as_me: failed program was:" >&5
31079 sed 's/^/| /' conftest.$ac_ext >&5
31080
31081
31082                                 { echo "$as_me:$LINENO: result: no" >&5
31083 echo "${ECHO_T}no" >&6; }
31084                                 ac_wxgtk210=0
31085
31086 fi
31087
31088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31089
31090                 if test "$ac_wxgtk210" = 0; then
31091                                         { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
31092 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
31093                     cat >conftest.$ac_ext <<_ACEOF
31094 /* confdefs.h.  */
31095 _ACEOF
31096 cat confdefs.h >>conftest.$ac_ext
31097 cat >>conftest.$ac_ext <<_ACEOF
31098 /* end confdefs.h.  */
31099
31100                                     #include <gtk/gtk.h>
31101
31102 int
31103 main ()
31104 {
31105
31106                                     #if !GTK_CHECK_VERSION(2,6,0)
31107                                     Not GTK+ 2.6
31108                                     #endif
31109
31110   ;
31111   return 0;
31112 }
31113 _ACEOF
31114 rm -f conftest.$ac_objext
31115 if { (ac_try="$ac_compile"
31116 case "(($ac_try" in
31117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31118   *) ac_try_echo=$ac_try;;
31119 esac
31120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31121   (eval "$ac_compile") 2>conftest.er1
31122   ac_status=$?
31123   grep -v '^ *+' conftest.er1 >conftest.err
31124   rm -f conftest.er1
31125   cat conftest.err >&5
31126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31127   (exit $ac_status); } && {
31128          test -z "$ac_c_werror_flag" ||
31129          test ! -s conftest.err
31130        } && test -s conftest.$ac_objext; then
31131
31132                                     cat >>confdefs.h <<\_ACEOF
31133 #define __WXGTK26__ 1
31134 _ACEOF
31135
31136                                     { echo "$as_me:$LINENO: result: yes" >&5
31137 echo "${ECHO_T}yes" >&6; }
31138                                     ac_wxgtk26=1
31139
31140 else
31141   echo "$as_me: failed program was:" >&5
31142 sed 's/^/| /' conftest.$ac_ext >&5
31143
31144
31145                                     { echo "$as_me:$LINENO: result: no" >&5
31146 echo "${ECHO_T}no" >&6; }
31147                                     ac_wxgtk26=0
31148
31149 fi
31150
31151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31152                 fi
31153             fi
31154
31155             CFLAGS="$save_CFLAGS"
31156             LIBS="$save_LIBS"
31157         else
31158             if test "$wxUSE_UNICODE" = "yes"; then
31159                 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
31160 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
31161                 wxUSE_UNICODE=no
31162             fi
31163
31164                         { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
31165 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
31166 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
31167   echo $ECHO_N "(cached) $ECHO_C" >&6
31168 else
31169   ac_check_lib_save_LIBS=$LIBS
31170 LIBS="-lgdk  $LIBS"
31171 cat >conftest.$ac_ext <<_ACEOF
31172 /* confdefs.h.  */
31173 _ACEOF
31174 cat confdefs.h >>conftest.$ac_ext
31175 cat >>conftest.$ac_ext <<_ACEOF
31176 /* end confdefs.h.  */
31177
31178 /* Override any GCC internal prototype to avoid an error.
31179    Use char because int might match the return type of a GCC
31180    builtin and then its argument prototype would still apply.  */
31181 #ifdef __cplusplus
31182 extern "C"
31183 #endif
31184 char gdk_im_open ();
31185 int
31186 main ()
31187 {
31188 return gdk_im_open ();
31189   ;
31190   return 0;
31191 }
31192 _ACEOF
31193 rm -f conftest.$ac_objext conftest$ac_exeext
31194 if { (ac_try="$ac_link"
31195 case "(($ac_try" in
31196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31197   *) ac_try_echo=$ac_try;;
31198 esac
31199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31200   (eval "$ac_link") 2>conftest.er1
31201   ac_status=$?
31202   grep -v '^ *+' conftest.er1 >conftest.err
31203   rm -f conftest.er1
31204   cat conftest.err >&5
31205   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31206   (exit $ac_status); } && {
31207          test -z "$ac_c_werror_flag" ||
31208          test ! -s conftest.err
31209        } && test -s conftest$ac_exeext &&
31210        $as_test_x conftest$ac_exeext; then
31211   ac_cv_lib_gdk_gdk_im_open=yes
31212 else
31213   echo "$as_me: failed program was:" >&5
31214 sed 's/^/| /' conftest.$ac_ext >&5
31215
31216         ac_cv_lib_gdk_gdk_im_open=no
31217 fi
31218
31219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31220       conftest$ac_exeext conftest.$ac_ext
31221 LIBS=$ac_check_lib_save_LIBS
31222 fi
31223 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
31224 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
31225 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
31226   cat >>confdefs.h <<\_ACEOF
31227 #define HAVE_XIM 1
31228 _ACEOF
31229
31230 fi
31231
31232
31233                                     if test "$USE_DARWIN" != 1; then
31234
31235 for ac_func in poll
31236 do
31237 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31238 { echo "$as_me:$LINENO: checking for $ac_func" >&5
31239 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
31240 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
31241   echo $ECHO_N "(cached) $ECHO_C" >&6
31242 else
31243   cat >conftest.$ac_ext <<_ACEOF
31244 /* confdefs.h.  */
31245 _ACEOF
31246 cat confdefs.h >>conftest.$ac_ext
31247 cat >>conftest.$ac_ext <<_ACEOF
31248 /* end confdefs.h.  */
31249 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31250    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
31251 #define $ac_func innocuous_$ac_func
31252
31253 /* System header to define __stub macros and hopefully few prototypes,
31254     which can conflict with char $ac_func (); below.
31255     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31256     <limits.h> exists even on freestanding compilers.  */
31257
31258 #ifdef __STDC__
31259 # include <limits.h>
31260 #else
31261 # include <assert.h>
31262 #endif
31263
31264 #undef $ac_func
31265
31266 /* Override any GCC internal prototype to avoid an error.
31267    Use char because int might match the return type of a GCC
31268    builtin and then its argument prototype would still apply.  */
31269 #ifdef __cplusplus
31270 extern "C"
31271 #endif
31272 char $ac_func ();
31273 /* The GNU C library defines this for functions which it implements
31274     to always fail with ENOSYS.  Some functions are actually named
31275     something starting with __ and the normal name is an alias.  */
31276 #if defined __stub_$ac_func || defined __stub___$ac_func
31277 choke me
31278 #endif
31279
31280 int
31281 main ()
31282 {
31283 return $ac_func ();
31284   ;
31285   return 0;
31286 }
31287 _ACEOF
31288 rm -f conftest.$ac_objext conftest$ac_exeext
31289 if { (ac_try="$ac_link"
31290 case "(($ac_try" in
31291   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31292   *) ac_try_echo=$ac_try;;
31293 esac
31294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31295   (eval "$ac_link") 2>conftest.er1
31296   ac_status=$?
31297   grep -v '^ *+' conftest.er1 >conftest.err
31298   rm -f conftest.er1
31299   cat conftest.err >&5
31300   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31301   (exit $ac_status); } && {
31302          test -z "$ac_c_werror_flag" ||
31303          test ! -s conftest.err
31304        } && test -s conftest$ac_exeext &&
31305        $as_test_x conftest$ac_exeext; then
31306   eval "$as_ac_var=yes"
31307 else
31308   echo "$as_me: failed program was:" >&5
31309 sed 's/^/| /' conftest.$ac_ext >&5
31310
31311         eval "$as_ac_var=no"
31312 fi
31313
31314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31315       conftest$ac_exeext conftest.$ac_ext
31316 fi
31317 ac_res=`eval echo '${'$as_ac_var'}'`
31318                { echo "$as_me:$LINENO: result: $ac_res" >&5
31319 echo "${ECHO_T}$ac_res" >&6; }
31320 if test `eval echo '${'$as_ac_var'}'` = yes; then
31321   cat >>confdefs.h <<_ACEOF
31322 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31323 _ACEOF
31324
31325 fi
31326 done
31327
31328             fi
31329         fi
31330
31331         TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
31332         GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
31333         AFMINSTALL=afminstall
31334         TOOLKIT=GTK
31335         GUIDIST=GTK_DIST
31336
31337                 if test "$wxUSE_GPE" = "yes"; then
31338             { echo "$as_me:$LINENO: checking for gpewidget library" >&5
31339 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
31340
31341   ac_find_libraries=
31342   for ac_dir in  $SEARCH_LIB
31343   do
31344     for ac_extension in a so sl dylib dll.a; do
31345       if test -f "$ac_dir/libgpewidget.$ac_extension"; then
31346         ac_find_libraries=$ac_dir
31347         break 2
31348       fi
31349     done
31350   done
31351
31352             if test "$ac_find_libraries" != "" ; then
31353
31354     if test "$ac_find_libraries" = "default location"; then
31355     ac_path_to_link=""
31356   else
31357     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
31358     result=$?
31359     if test $result = 0; then
31360       ac_path_to_link=""
31361     else
31362       ac_path_to_link=" -L$ac_find_libraries"
31363     fi
31364   fi
31365
31366                                                 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
31367                 WXGPE=1
31368                 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
31369 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
31370             else
31371                 { echo "$as_me:$LINENO: result: not found" >&5
31372 echo "${ECHO_T}not found" >&6; }
31373             fi
31374
31375                                                                                                                     fi
31376     fi
31377
31378     if test "$wxUSE_DFB" = 1; then
31379
31380
31381 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
31382         if test -n "$ac_tool_prefix"; then
31383   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
31384 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
31385 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31386 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31387 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
31388   echo $ECHO_N "(cached) $ECHO_C" >&6
31389 else
31390   case $PKG_CONFIG in
31391   [\\/]* | ?:[\\/]*)
31392   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
31393   ;;
31394   *)
31395   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31396 for as_dir in $PATH
31397 do
31398   IFS=$as_save_IFS
31399   test -z "$as_dir" && as_dir=.
31400   for ac_exec_ext in '' $ac_executable_extensions; do
31401   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31402     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31403     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31404     break 2
31405   fi
31406 done
31407 done
31408 IFS=$as_save_IFS
31409
31410   ;;
31411 esac
31412 fi
31413 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
31414 if test -n "$PKG_CONFIG"; then
31415   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
31416 echo "${ECHO_T}$PKG_CONFIG" >&6; }
31417 else
31418   { echo "$as_me:$LINENO: result: no" >&5
31419 echo "${ECHO_T}no" >&6; }
31420 fi
31421
31422
31423 fi
31424 if test -z "$ac_cv_path_PKG_CONFIG"; then
31425   ac_pt_PKG_CONFIG=$PKG_CONFIG
31426   # Extract the first word of "pkg-config", so it can be a program name with args.
31427 set dummy pkg-config; ac_word=$2
31428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31430 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
31431   echo $ECHO_N "(cached) $ECHO_C" >&6
31432 else
31433   case $ac_pt_PKG_CONFIG in
31434   [\\/]* | ?:[\\/]*)
31435   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
31436   ;;
31437   *)
31438   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31439 for as_dir in $PATH
31440 do
31441   IFS=$as_save_IFS
31442   test -z "$as_dir" && as_dir=.
31443   for ac_exec_ext in '' $ac_executable_extensions; do
31444   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31445     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31446     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31447     break 2
31448   fi
31449 done
31450 done
31451 IFS=$as_save_IFS
31452
31453   ;;
31454 esac
31455 fi
31456 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
31457 if test -n "$ac_pt_PKG_CONFIG"; then
31458   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
31459 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
31460 else
31461   { echo "$as_me:$LINENO: result: no" >&5
31462 echo "${ECHO_T}no" >&6; }
31463 fi
31464
31465   if test "x$ac_pt_PKG_CONFIG" = x; then
31466     PKG_CONFIG=""
31467   else
31468     case $cross_compiling:$ac_tool_warned in
31469 yes:)
31470 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31471 whose name does not start with the host triplet.  If you think this
31472 configuration is useful to you, please write to autoconf@gnu.org." >&5
31473 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31474 whose name does not start with the host triplet.  If you think this
31475 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31476 ac_tool_warned=yes ;;
31477 esac
31478     PKG_CONFIG=$ac_pt_PKG_CONFIG
31479   fi
31480 else
31481   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
31482 fi
31483
31484 fi
31485 if test -n "$PKG_CONFIG"; then
31486         _pkg_min_version=0.9.0
31487         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
31488 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
31489         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
31490                 { echo "$as_me:$LINENO: result: yes" >&5
31491 echo "${ECHO_T}yes" >&6; }
31492         else
31493                 { echo "$as_me:$LINENO: result: no" >&5
31494 echo "${ECHO_T}no" >&6; }
31495                 PKG_CONFIG=""
31496         fi
31497
31498 fi
31499
31500
31501 pkg_failed=no
31502 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
31503 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
31504
31505 if test -n "$PKG_CONFIG"; then
31506     if test -n "$DIRECTFB_CFLAGS"; then
31507         pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
31508     else
31509         if test -n "$PKG_CONFIG" && \
31510     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
31511   ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
31512   ac_status=$?
31513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31514   (exit $ac_status); }; then
31515   pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
31516 else
31517   pkg_failed=yes
31518 fi
31519     fi
31520 else
31521         pkg_failed=untried
31522 fi
31523 if test -n "$PKG_CONFIG"; then
31524     if test -n "$DIRECTFB_LIBS"; then
31525         pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
31526     else
31527         if test -n "$PKG_CONFIG" && \
31528     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
31529   ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
31530   ac_status=$?
31531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31532   (exit $ac_status); }; then
31533   pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
31534 else
31535   pkg_failed=yes
31536 fi
31537     fi
31538 else
31539         pkg_failed=untried
31540 fi
31541
31542
31543
31544 if test $pkg_failed = yes; then
31545
31546 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31547         _pkg_short_errors_supported=yes
31548 else
31549         _pkg_short_errors_supported=no
31550 fi
31551         if test $_pkg_short_errors_supported = yes; then
31552                 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
31553         else
31554                 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
31555         fi
31556         # Put the nasty error message in config.log where it belongs
31557         echo "$DIRECTFB_PKG_ERRORS" >&5
31558
31559
31560                            { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
31561 echo "$as_me: error: DirectFB not found." >&2;}
31562    { (exit 1); exit 1; }; }
31563
31564
31565 elif test $pkg_failed = untried; then
31566
31567                            { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
31568 echo "$as_me: error: DirectFB not found." >&2;}
31569    { (exit 1); exit 1; }; }
31570
31571
31572 else
31573         DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
31574         DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
31575         { echo "$as_me:$LINENO: result: yes" >&5
31576 echo "${ECHO_T}yes" >&6; }
31577
31578                            wxUSE_UNIVERSAL="yes"
31579                            TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
31580                            GUI_TK_LIBRARY="$DIRECTFB_LIBS"
31581                            TOOLKIT=DFB
31582                            GUIDIST=DFB_DIST
31583
31584 fi
31585     fi
31586
31587     if test "$wxUSE_MICROWIN" = 1; then
31588         { echo "$as_me:$LINENO: checking for MicroWindows" >&5
31589 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
31590         if test "x$MICROWINDOWS" = x ; then
31591             { echo "$as_me:$LINENO: result: not found" >&5
31592 echo "${ECHO_T}not found" >&6; }
31593             { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
31594 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
31595    { (exit 1); exit 1; }; }
31596         else
31597             { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
31598 echo "${ECHO_T}$MICROWINDOWS" >&6; }
31599         fi
31600
31601         if test -f $MICROWINDOWS/lib/libmwin.a; then
31602             { echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
31603 echo "${ECHO_T}MicroWindows' libraries found." >&6; }
31604         else
31605             { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
31606 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
31607    { (exit 1); exit 1; }; }
31608         fi
31609
31610         TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
31611         GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
31612
31613         wxUSE_UNIVERSAL="yes"
31614
31615         AFMINSTALL=afminstall
31616         TOOLKIT=MICROWIN
31617         GUIDIST=MICROWIN_DIST
31618
31619         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
31620     fi
31621
31622         if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
31623                                 { echo "$as_me:$LINENO: checking for X" >&5
31624 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
31625
31626
31627 # Check whether --with-x was given.
31628 if test "${with_x+set}" = set; then
31629   withval=$with_x;
31630 fi
31631
31632 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
31633 if test "x$with_x" = xno; then
31634   # The user explicitly disabled X.
31635   have_x=disabled
31636 else
31637   case $x_includes,$x_libraries in #(
31638     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
31639 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
31640    { (exit 1); exit 1; }; };; #(
31641     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
31642   echo $ECHO_N "(cached) $ECHO_C" >&6
31643 else
31644   # One or both of the vars are not set, and there is no cached value.
31645 ac_x_includes=no ac_x_libraries=no
31646 rm -f -r conftest.dir
31647 if mkdir conftest.dir; then
31648   cd conftest.dir
31649   cat >Imakefile <<'_ACEOF'
31650 incroot:
31651         @echo incroot='${INCROOT}'
31652 usrlibdir:
31653         @echo usrlibdir='${USRLIBDIR}'
31654 libdir:
31655         @echo libdir='${LIBDIR}'
31656 _ACEOF
31657   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
31658     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
31659     for ac_var in incroot usrlibdir libdir; do
31660       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
31661     done
31662     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
31663     for ac_extension in a so sl; do
31664       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
31665          test -f "$ac_im_libdir/libX11.$ac_extension"; then
31666         ac_im_usrlibdir=$ac_im_libdir; break
31667       fi
31668     done
31669     # Screen out bogus values from the imake configuration.  They are
31670     # bogus both because they are the default anyway, and because
31671     # using them would break gcc on systems where it needs fixed includes.
31672     case $ac_im_incroot in
31673         /usr/include) ac_x_includes= ;;
31674         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
31675     esac
31676     case $ac_im_usrlibdir in
31677         /usr/lib | /lib) ;;
31678         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
31679     esac
31680   fi
31681   cd ..
31682   rm -f -r conftest.dir
31683 fi
31684
31685 # Standard set of common directories for X headers.
31686 # Check X11 before X11Rn because it is often a symlink to the current release.
31687 ac_x_header_dirs='
31688 /usr/X11/include
31689 /usr/X11R6/include
31690 /usr/X11R5/include
31691 /usr/X11R4/include
31692
31693 /usr/include/X11
31694 /usr/include/X11R6
31695 /usr/include/X11R5
31696 /usr/include/X11R4
31697
31698 /usr/local/X11/include
31699 /usr/local/X11R6/include
31700 /usr/local/X11R5/include
31701 /usr/local/X11R4/include
31702
31703 /usr/local/include/X11
31704 /usr/local/include/X11R6
31705 /usr/local/include/X11R5
31706 /usr/local/include/X11R4
31707
31708 /usr/X386/include
31709 /usr/x386/include
31710 /usr/XFree86/include/X11
31711
31712 /usr/include
31713 /usr/local/include
31714 /usr/unsupported/include
31715 /usr/athena/include
31716 /usr/local/x11r5/include
31717 /usr/lpp/Xamples/include
31718
31719 /usr/openwin/include
31720 /usr/openwin/share/include'
31721
31722 if test "$ac_x_includes" = no; then
31723   # Guess where to find include files, by looking for Xlib.h.
31724   # First, try using that file with no special directory specified.
31725   cat >conftest.$ac_ext <<_ACEOF
31726 /* confdefs.h.  */
31727 _ACEOF
31728 cat confdefs.h >>conftest.$ac_ext
31729 cat >>conftest.$ac_ext <<_ACEOF
31730 /* end confdefs.h.  */
31731 #include <X11/Xlib.h>
31732 _ACEOF
31733 if { (ac_try="$ac_cpp conftest.$ac_ext"
31734 case "(($ac_try" in
31735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31736   *) ac_try_echo=$ac_try;;
31737 esac
31738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31739   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31740   ac_status=$?
31741   grep -v '^ *+' conftest.er1 >conftest.err
31742   rm -f conftest.er1
31743   cat conftest.err >&5
31744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31745   (exit $ac_status); } >/dev/null && {
31746          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31747          test ! -s conftest.err
31748        }; then
31749   # We can compile using X headers with no special include directory.
31750 ac_x_includes=
31751 else
31752   echo "$as_me: failed program was:" >&5
31753 sed 's/^/| /' conftest.$ac_ext >&5
31754
31755   for ac_dir in $ac_x_header_dirs; do
31756   if test -r "$ac_dir/X11/Xlib.h"; then
31757     ac_x_includes=$ac_dir
31758     break
31759   fi
31760 done
31761 fi
31762
31763 rm -f conftest.err conftest.$ac_ext
31764 fi # $ac_x_includes = no
31765
31766 if test "$ac_x_libraries" = no; then
31767   # Check for the libraries.
31768   # See if we find them without any special options.
31769   # Don't add to $LIBS permanently.
31770   ac_save_LIBS=$LIBS
31771   LIBS="-lX11 $LIBS"
31772   cat >conftest.$ac_ext <<_ACEOF
31773 /* confdefs.h.  */
31774 _ACEOF
31775 cat confdefs.h >>conftest.$ac_ext
31776 cat >>conftest.$ac_ext <<_ACEOF
31777 /* end confdefs.h.  */
31778 #include <X11/Xlib.h>
31779 int
31780 main ()
31781 {
31782 XrmInitialize ()
31783   ;
31784   return 0;
31785 }
31786 _ACEOF
31787 rm -f conftest.$ac_objext conftest$ac_exeext
31788 if { (ac_try="$ac_link"
31789 case "(($ac_try" in
31790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31791   *) ac_try_echo=$ac_try;;
31792 esac
31793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31794   (eval "$ac_link") 2>conftest.er1
31795   ac_status=$?
31796   grep -v '^ *+' conftest.er1 >conftest.err
31797   rm -f conftest.er1
31798   cat conftest.err >&5
31799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31800   (exit $ac_status); } && {
31801          test -z "$ac_c_werror_flag" ||
31802          test ! -s conftest.err
31803        } && test -s conftest$ac_exeext &&
31804        $as_test_x conftest$ac_exeext; then
31805   LIBS=$ac_save_LIBS
31806 # We can link X programs with no special library path.
31807 ac_x_libraries=
31808 else
31809   echo "$as_me: failed program was:" >&5
31810 sed 's/^/| /' conftest.$ac_ext >&5
31811
31812         LIBS=$ac_save_LIBS
31813 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
31814 do
31815   # Don't even attempt the hair of trying to link an X program!
31816   for ac_extension in a so sl; do
31817     if test -r "$ac_dir/libX11.$ac_extension"; then
31818       ac_x_libraries=$ac_dir
31819       break 2
31820     fi
31821   done
31822 done
31823 fi
31824
31825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31826       conftest$ac_exeext conftest.$ac_ext
31827 fi # $ac_x_libraries = no
31828
31829 case $ac_x_includes,$ac_x_libraries in #(
31830   no,* | *,no | *\'*)
31831     # Didn't find X, or a directory has "'" in its name.
31832     ac_cv_have_x="have_x=no";; #(
31833   *)
31834     # Record where we found X for the cache.
31835     ac_cv_have_x="have_x=yes\
31836         ac_x_includes='$ac_x_includes'\
31837         ac_x_libraries='$ac_x_libraries'"
31838 esac
31839 fi
31840 ;; #(
31841     *) have_x=yes;;
31842   esac
31843   eval "$ac_cv_have_x"
31844 fi # $with_x != no
31845
31846 if test "$have_x" != yes; then
31847   { echo "$as_me:$LINENO: result: $have_x" >&5
31848 echo "${ECHO_T}$have_x" >&6; }
31849   no_x=yes
31850 else
31851   # If each of the values was on the command line, it overrides each guess.
31852   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
31853   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
31854   # Update the cache value to reflect the command line values.
31855   ac_cv_have_x="have_x=yes\
31856         ac_x_includes='$x_includes'\
31857         ac_x_libraries='$x_libraries'"
31858   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
31859 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
31860 fi
31861
31862 if test "$no_x" = yes; then
31863   # Not all programs may use this symbol, but it does not hurt to define it.
31864
31865 cat >>confdefs.h <<\_ACEOF
31866 #define X_DISPLAY_MISSING 1
31867 _ACEOF
31868
31869   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
31870 else
31871   if test -n "$x_includes"; then
31872     X_CFLAGS="$X_CFLAGS -I$x_includes"
31873   fi
31874
31875   # It would also be nice to do this for all -L options, not just this one.
31876   if test -n "$x_libraries"; then
31877     X_LIBS="$X_LIBS -L$x_libraries"
31878     # For Solaris; some versions of Sun CC require a space after -R and
31879     # others require no space.  Words are not sufficient . . . .
31880     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
31881 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
31882     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
31883     ac_xsave_c_werror_flag=$ac_c_werror_flag
31884     ac_c_werror_flag=yes
31885     cat >conftest.$ac_ext <<_ACEOF
31886 /* confdefs.h.  */
31887 _ACEOF
31888 cat confdefs.h >>conftest.$ac_ext
31889 cat >>conftest.$ac_ext <<_ACEOF
31890 /* end confdefs.h.  */
31891
31892 int
31893 main ()
31894 {
31895
31896   ;
31897   return 0;
31898 }
31899 _ACEOF
31900 rm -f conftest.$ac_objext conftest$ac_exeext
31901 if { (ac_try="$ac_link"
31902 case "(($ac_try" in
31903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31904   *) ac_try_echo=$ac_try;;
31905 esac
31906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31907   (eval "$ac_link") 2>conftest.er1
31908   ac_status=$?
31909   grep -v '^ *+' conftest.er1 >conftest.err
31910   rm -f conftest.er1
31911   cat conftest.err >&5
31912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31913   (exit $ac_status); } && {
31914          test -z "$ac_c_werror_flag" ||
31915          test ! -s conftest.err
31916        } && test -s conftest$ac_exeext &&
31917        $as_test_x conftest$ac_exeext; then
31918   { echo "$as_me:$LINENO: result: no" >&5
31919 echo "${ECHO_T}no" >&6; }
31920        X_LIBS="$X_LIBS -R$x_libraries"
31921 else
31922   echo "$as_me: failed program was:" >&5
31923 sed 's/^/| /' conftest.$ac_ext >&5
31924
31925         LIBS="$ac_xsave_LIBS -R $x_libraries"
31926        cat >conftest.$ac_ext <<_ACEOF
31927 /* confdefs.h.  */
31928 _ACEOF
31929 cat confdefs.h >>conftest.$ac_ext
31930 cat >>conftest.$ac_ext <<_ACEOF
31931 /* end confdefs.h.  */
31932
31933 int
31934 main ()
31935 {
31936
31937   ;
31938   return 0;
31939 }
31940 _ACEOF
31941 rm -f conftest.$ac_objext conftest$ac_exeext
31942 if { (ac_try="$ac_link"
31943 case "(($ac_try" in
31944   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31945   *) ac_try_echo=$ac_try;;
31946 esac
31947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31948   (eval "$ac_link") 2>conftest.er1
31949   ac_status=$?
31950   grep -v '^ *+' conftest.er1 >conftest.err
31951   rm -f conftest.er1
31952   cat conftest.err >&5
31953   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31954   (exit $ac_status); } && {
31955          test -z "$ac_c_werror_flag" ||
31956          test ! -s conftest.err
31957        } && test -s conftest$ac_exeext &&
31958        $as_test_x conftest$ac_exeext; then
31959   { echo "$as_me:$LINENO: result: yes" >&5
31960 echo "${ECHO_T}yes" >&6; }
31961           X_LIBS="$X_LIBS -R $x_libraries"
31962 else
31963   echo "$as_me: failed program was:" >&5
31964 sed 's/^/| /' conftest.$ac_ext >&5
31965
31966         { echo "$as_me:$LINENO: result: neither works" >&5
31967 echo "${ECHO_T}neither works" >&6; }
31968 fi
31969
31970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31971       conftest$ac_exeext conftest.$ac_ext
31972 fi
31973
31974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31975       conftest$ac_exeext conftest.$ac_ext
31976     ac_c_werror_flag=$ac_xsave_c_werror_flag
31977     LIBS=$ac_xsave_LIBS
31978   fi
31979
31980   # Check for system-dependent libraries X programs must link with.
31981   # Do this before checking for the system-independent R6 libraries
31982   # (-lICE), since we may need -lsocket or whatever for X linking.
31983
31984   if test "$ISC" = yes; then
31985     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
31986   else
31987     # Martyn Johnson says this is needed for Ultrix, if the X
31988     # libraries were built with DECnet support.  And Karl Berry says
31989     # the Alpha needs dnet_stub (dnet does not exist).
31990     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
31991     cat >conftest.$ac_ext <<_ACEOF
31992 /* confdefs.h.  */
31993 _ACEOF
31994 cat confdefs.h >>conftest.$ac_ext
31995 cat >>conftest.$ac_ext <<_ACEOF
31996 /* end confdefs.h.  */
31997
31998 /* Override any GCC internal prototype to avoid an error.
31999    Use char because int might match the return type of a GCC
32000    builtin and then its argument prototype would still apply.  */
32001 #ifdef __cplusplus
32002 extern "C"
32003 #endif
32004 char XOpenDisplay ();
32005 int
32006 main ()
32007 {
32008 return XOpenDisplay ();
32009   ;
32010   return 0;
32011 }
32012 _ACEOF
32013 rm -f conftest.$ac_objext conftest$ac_exeext
32014 if { (ac_try="$ac_link"
32015 case "(($ac_try" in
32016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32017   *) ac_try_echo=$ac_try;;
32018 esac
32019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32020   (eval "$ac_link") 2>conftest.er1
32021   ac_status=$?
32022   grep -v '^ *+' conftest.er1 >conftest.err
32023   rm -f conftest.er1
32024   cat conftest.err >&5
32025   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32026   (exit $ac_status); } && {
32027          test -z "$ac_c_werror_flag" ||
32028          test ! -s conftest.err
32029        } && test -s conftest$ac_exeext &&
32030        $as_test_x conftest$ac_exeext; then
32031   :
32032 else
32033   echo "$as_me: failed program was:" >&5
32034 sed 's/^/| /' conftest.$ac_ext >&5
32035
32036         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
32037 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
32038 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
32039   echo $ECHO_N "(cached) $ECHO_C" >&6
32040 else
32041   ac_check_lib_save_LIBS=$LIBS
32042 LIBS="-ldnet  $LIBS"
32043 cat >conftest.$ac_ext <<_ACEOF
32044 /* confdefs.h.  */
32045 _ACEOF
32046 cat confdefs.h >>conftest.$ac_ext
32047 cat >>conftest.$ac_ext <<_ACEOF
32048 /* end confdefs.h.  */
32049
32050 /* Override any GCC internal prototype to avoid an error.
32051    Use char because int might match the return type of a GCC
32052    builtin and then its argument prototype would still apply.  */
32053 #ifdef __cplusplus
32054 extern "C"
32055 #endif
32056 char dnet_ntoa ();
32057 int
32058 main ()
32059 {
32060 return dnet_ntoa ();
32061   ;
32062   return 0;
32063 }
32064 _ACEOF
32065 rm -f conftest.$ac_objext conftest$ac_exeext
32066 if { (ac_try="$ac_link"
32067 case "(($ac_try" in
32068   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32069   *) ac_try_echo=$ac_try;;
32070 esac
32071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32072   (eval "$ac_link") 2>conftest.er1
32073   ac_status=$?
32074   grep -v '^ *+' conftest.er1 >conftest.err
32075   rm -f conftest.er1
32076   cat conftest.err >&5
32077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32078   (exit $ac_status); } && {
32079          test -z "$ac_c_werror_flag" ||
32080          test ! -s conftest.err
32081        } && test -s conftest$ac_exeext &&
32082        $as_test_x conftest$ac_exeext; then
32083   ac_cv_lib_dnet_dnet_ntoa=yes
32084 else
32085   echo "$as_me: failed program was:" >&5
32086 sed 's/^/| /' conftest.$ac_ext >&5
32087
32088         ac_cv_lib_dnet_dnet_ntoa=no
32089 fi
32090
32091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32092       conftest$ac_exeext conftest.$ac_ext
32093 LIBS=$ac_check_lib_save_LIBS
32094 fi
32095 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
32096 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
32097 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
32098   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
32099 fi
32100
32101     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
32102       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
32103 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
32104 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
32105   echo $ECHO_N "(cached) $ECHO_C" >&6
32106 else
32107   ac_check_lib_save_LIBS=$LIBS
32108 LIBS="-ldnet_stub  $LIBS"
32109 cat >conftest.$ac_ext <<_ACEOF
32110 /* confdefs.h.  */
32111 _ACEOF
32112 cat confdefs.h >>conftest.$ac_ext
32113 cat >>conftest.$ac_ext <<_ACEOF
32114 /* end confdefs.h.  */
32115
32116 /* Override any GCC internal prototype to avoid an error.
32117    Use char because int might match the return type of a GCC
32118    builtin and then its argument prototype would still apply.  */
32119 #ifdef __cplusplus
32120 extern "C"
32121 #endif
32122 char dnet_ntoa ();
32123 int
32124 main ()
32125 {
32126 return dnet_ntoa ();
32127   ;
32128   return 0;
32129 }
32130 _ACEOF
32131 rm -f conftest.$ac_objext conftest$ac_exeext
32132 if { (ac_try="$ac_link"
32133 case "(($ac_try" in
32134   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32135   *) ac_try_echo=$ac_try;;
32136 esac
32137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32138   (eval "$ac_link") 2>conftest.er1
32139   ac_status=$?
32140   grep -v '^ *+' conftest.er1 >conftest.err
32141   rm -f conftest.er1
32142   cat conftest.err >&5
32143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32144   (exit $ac_status); } && {
32145          test -z "$ac_c_werror_flag" ||
32146          test ! -s conftest.err
32147        } && test -s conftest$ac_exeext &&
32148        $as_test_x conftest$ac_exeext; then
32149   ac_cv_lib_dnet_stub_dnet_ntoa=yes
32150 else
32151   echo "$as_me: failed program was:" >&5
32152 sed 's/^/| /' conftest.$ac_ext >&5
32153
32154         ac_cv_lib_dnet_stub_dnet_ntoa=no
32155 fi
32156
32157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32158       conftest$ac_exeext conftest.$ac_ext
32159 LIBS=$ac_check_lib_save_LIBS
32160 fi
32161 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
32162 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
32163 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
32164   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
32165 fi
32166
32167     fi
32168 fi
32169
32170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32171       conftest$ac_exeext conftest.$ac_ext
32172     LIBS="$ac_xsave_LIBS"
32173
32174     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
32175     # to get the SysV transport functions.
32176     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
32177     # needs -lnsl.
32178     # The nsl library prevents programs from opening the X display
32179     # on Irix 5.2, according to T.E. Dickey.
32180     # The functions gethostbyname, getservbyname, and inet_addr are
32181     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
32182     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
32183 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
32184 if test "${ac_cv_func_gethostbyname+set}" = set; then
32185   echo $ECHO_N "(cached) $ECHO_C" >&6
32186 else
32187   cat >conftest.$ac_ext <<_ACEOF
32188 /* confdefs.h.  */
32189 _ACEOF
32190 cat confdefs.h >>conftest.$ac_ext
32191 cat >>conftest.$ac_ext <<_ACEOF
32192 /* end confdefs.h.  */
32193 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
32194    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32195 #define gethostbyname innocuous_gethostbyname
32196
32197 /* System header to define __stub macros and hopefully few prototypes,
32198     which can conflict with char gethostbyname (); below.
32199     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32200     <limits.h> exists even on freestanding compilers.  */
32201
32202 #ifdef __STDC__
32203 # include <limits.h>
32204 #else
32205 # include <assert.h>
32206 #endif
32207
32208 #undef gethostbyname
32209
32210 /* Override any GCC internal prototype to avoid an error.
32211    Use char because int might match the return type of a GCC
32212    builtin and then its argument prototype would still apply.  */
32213 #ifdef __cplusplus
32214 extern "C"
32215 #endif
32216 char gethostbyname ();
32217 /* The GNU C library defines this for functions which it implements
32218     to always fail with ENOSYS.  Some functions are actually named
32219     something starting with __ and the normal name is an alias.  */
32220 #if defined __stub_gethostbyname || defined __stub___gethostbyname
32221 choke me
32222 #endif
32223
32224 int
32225 main ()
32226 {
32227 return gethostbyname ();
32228   ;
32229   return 0;
32230 }
32231 _ACEOF
32232 rm -f conftest.$ac_objext conftest$ac_exeext
32233 if { (ac_try="$ac_link"
32234 case "(($ac_try" in
32235   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32236   *) ac_try_echo=$ac_try;;
32237 esac
32238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32239   (eval "$ac_link") 2>conftest.er1
32240   ac_status=$?
32241   grep -v '^ *+' conftest.er1 >conftest.err
32242   rm -f conftest.er1
32243   cat conftest.err >&5
32244   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32245   (exit $ac_status); } && {
32246          test -z "$ac_c_werror_flag" ||
32247          test ! -s conftest.err
32248        } && test -s conftest$ac_exeext &&
32249        $as_test_x conftest$ac_exeext; then
32250   ac_cv_func_gethostbyname=yes
32251 else
32252   echo "$as_me: failed program was:" >&5
32253 sed 's/^/| /' conftest.$ac_ext >&5
32254
32255         ac_cv_func_gethostbyname=no
32256 fi
32257
32258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32259       conftest$ac_exeext conftest.$ac_ext
32260 fi
32261 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
32262 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
32263
32264     if test $ac_cv_func_gethostbyname = no; then
32265       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
32266 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
32267 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
32268   echo $ECHO_N "(cached) $ECHO_C" >&6
32269 else
32270   ac_check_lib_save_LIBS=$LIBS
32271 LIBS="-lnsl  $LIBS"
32272 cat >conftest.$ac_ext <<_ACEOF
32273 /* confdefs.h.  */
32274 _ACEOF
32275 cat confdefs.h >>conftest.$ac_ext
32276 cat >>conftest.$ac_ext <<_ACEOF
32277 /* end confdefs.h.  */
32278
32279 /* Override any GCC internal prototype to avoid an error.
32280    Use char because int might match the return type of a GCC
32281    builtin and then its argument prototype would still apply.  */
32282 #ifdef __cplusplus
32283 extern "C"
32284 #endif
32285 char gethostbyname ();
32286 int
32287 main ()
32288 {
32289 return gethostbyname ();
32290   ;
32291   return 0;
32292 }
32293 _ACEOF
32294 rm -f conftest.$ac_objext conftest$ac_exeext
32295 if { (ac_try="$ac_link"
32296 case "(($ac_try" in
32297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32298   *) ac_try_echo=$ac_try;;
32299 esac
32300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32301   (eval "$ac_link") 2>conftest.er1
32302   ac_status=$?
32303   grep -v '^ *+' conftest.er1 >conftest.err
32304   rm -f conftest.er1
32305   cat conftest.err >&5
32306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32307   (exit $ac_status); } && {
32308          test -z "$ac_c_werror_flag" ||
32309          test ! -s conftest.err
32310        } && test -s conftest$ac_exeext &&
32311        $as_test_x conftest$ac_exeext; then
32312   ac_cv_lib_nsl_gethostbyname=yes
32313 else
32314   echo "$as_me: failed program was:" >&5
32315 sed 's/^/| /' conftest.$ac_ext >&5
32316
32317         ac_cv_lib_nsl_gethostbyname=no
32318 fi
32319
32320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32321       conftest$ac_exeext conftest.$ac_ext
32322 LIBS=$ac_check_lib_save_LIBS
32323 fi
32324 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
32325 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
32326 if test $ac_cv_lib_nsl_gethostbyname = yes; then
32327   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
32328 fi
32329
32330       if test $ac_cv_lib_nsl_gethostbyname = no; then
32331         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
32332 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
32333 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
32334   echo $ECHO_N "(cached) $ECHO_C" >&6
32335 else
32336   ac_check_lib_save_LIBS=$LIBS
32337 LIBS="-lbsd  $LIBS"
32338 cat >conftest.$ac_ext <<_ACEOF
32339 /* confdefs.h.  */
32340 _ACEOF
32341 cat confdefs.h >>conftest.$ac_ext
32342 cat >>conftest.$ac_ext <<_ACEOF
32343 /* end confdefs.h.  */
32344
32345 /* Override any GCC internal prototype to avoid an error.
32346    Use char because int might match the return type of a GCC
32347    builtin and then its argument prototype would still apply.  */
32348 #ifdef __cplusplus
32349 extern "C"
32350 #endif
32351 char gethostbyname ();
32352 int
32353 main ()
32354 {
32355 return gethostbyname ();
32356   ;
32357   return 0;
32358 }
32359 _ACEOF
32360 rm -f conftest.$ac_objext conftest$ac_exeext
32361 if { (ac_try="$ac_link"
32362 case "(($ac_try" in
32363   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32364   *) ac_try_echo=$ac_try;;
32365 esac
32366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32367   (eval "$ac_link") 2>conftest.er1
32368   ac_status=$?
32369   grep -v '^ *+' conftest.er1 >conftest.err
32370   rm -f conftest.er1
32371   cat conftest.err >&5
32372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32373   (exit $ac_status); } && {
32374          test -z "$ac_c_werror_flag" ||
32375          test ! -s conftest.err
32376        } && test -s conftest$ac_exeext &&
32377        $as_test_x conftest$ac_exeext; then
32378   ac_cv_lib_bsd_gethostbyname=yes
32379 else
32380   echo "$as_me: failed program was:" >&5
32381 sed 's/^/| /' conftest.$ac_ext >&5
32382
32383         ac_cv_lib_bsd_gethostbyname=no
32384 fi
32385
32386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32387       conftest$ac_exeext conftest.$ac_ext
32388 LIBS=$ac_check_lib_save_LIBS
32389 fi
32390 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
32391 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
32392 if test $ac_cv_lib_bsd_gethostbyname = yes; then
32393   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
32394 fi
32395
32396       fi
32397     fi
32398
32399     # lieder@skyler.mavd.honeywell.com says without -lsocket,
32400     # socket/setsockopt and other routines are undefined under SCO ODT
32401     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
32402     # on later versions), says Simon Leinen: it contains gethostby*
32403     # variants that don't use the name server (or something).  -lsocket
32404     # must be given before -lnsl if both are needed.  We assume that
32405     # if connect needs -lnsl, so does gethostbyname.
32406     { echo "$as_me:$LINENO: checking for connect" >&5
32407 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
32408 if test "${ac_cv_func_connect+set}" = set; then
32409   echo $ECHO_N "(cached) $ECHO_C" >&6
32410 else
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 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
32418    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32419 #define connect innocuous_connect
32420
32421 /* System header to define __stub macros and hopefully few prototypes,
32422     which can conflict with char connect (); below.
32423     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32424     <limits.h> exists even on freestanding compilers.  */
32425
32426 #ifdef __STDC__
32427 # include <limits.h>
32428 #else
32429 # include <assert.h>
32430 #endif
32431
32432 #undef connect
32433
32434 /* Override any GCC internal prototype to avoid an error.
32435    Use char because int might match the return type of a GCC
32436    builtin and then its argument prototype would still apply.  */
32437 #ifdef __cplusplus
32438 extern "C"
32439 #endif
32440 char connect ();
32441 /* The GNU C library defines this for functions which it implements
32442     to always fail with ENOSYS.  Some functions are actually named
32443     something starting with __ and the normal name is an alias.  */
32444 #if defined __stub_connect || defined __stub___connect
32445 choke me
32446 #endif
32447
32448 int
32449 main ()
32450 {
32451 return connect ();
32452   ;
32453   return 0;
32454 }
32455 _ACEOF
32456 rm -f conftest.$ac_objext conftest$ac_exeext
32457 if { (ac_try="$ac_link"
32458 case "(($ac_try" in
32459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32460   *) ac_try_echo=$ac_try;;
32461 esac
32462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32463   (eval "$ac_link") 2>conftest.er1
32464   ac_status=$?
32465   grep -v '^ *+' conftest.er1 >conftest.err
32466   rm -f conftest.er1
32467   cat conftest.err >&5
32468   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32469   (exit $ac_status); } && {
32470          test -z "$ac_c_werror_flag" ||
32471          test ! -s conftest.err
32472        } && test -s conftest$ac_exeext &&
32473        $as_test_x conftest$ac_exeext; then
32474   ac_cv_func_connect=yes
32475 else
32476   echo "$as_me: failed program was:" >&5
32477 sed 's/^/| /' conftest.$ac_ext >&5
32478
32479         ac_cv_func_connect=no
32480 fi
32481
32482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32483       conftest$ac_exeext conftest.$ac_ext
32484 fi
32485 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
32486 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
32487
32488     if test $ac_cv_func_connect = no; then
32489       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
32490 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
32491 if test "${ac_cv_lib_socket_connect+set}" = set; then
32492   echo $ECHO_N "(cached) $ECHO_C" >&6
32493 else
32494   ac_check_lib_save_LIBS=$LIBS
32495 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
32496 cat >conftest.$ac_ext <<_ACEOF
32497 /* confdefs.h.  */
32498 _ACEOF
32499 cat confdefs.h >>conftest.$ac_ext
32500 cat >>conftest.$ac_ext <<_ACEOF
32501 /* end confdefs.h.  */
32502
32503 /* Override any GCC internal prototype to avoid an error.
32504    Use char because int might match the return type of a GCC
32505    builtin and then its argument prototype would still apply.  */
32506 #ifdef __cplusplus
32507 extern "C"
32508 #endif
32509 char connect ();
32510 int
32511 main ()
32512 {
32513 return connect ();
32514   ;
32515   return 0;
32516 }
32517 _ACEOF
32518 rm -f conftest.$ac_objext conftest$ac_exeext
32519 if { (ac_try="$ac_link"
32520 case "(($ac_try" in
32521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32522   *) ac_try_echo=$ac_try;;
32523 esac
32524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32525   (eval "$ac_link") 2>conftest.er1
32526   ac_status=$?
32527   grep -v '^ *+' conftest.er1 >conftest.err
32528   rm -f conftest.er1
32529   cat conftest.err >&5
32530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32531   (exit $ac_status); } && {
32532          test -z "$ac_c_werror_flag" ||
32533          test ! -s conftest.err
32534        } && test -s conftest$ac_exeext &&
32535        $as_test_x conftest$ac_exeext; then
32536   ac_cv_lib_socket_connect=yes
32537 else
32538   echo "$as_me: failed program was:" >&5
32539 sed 's/^/| /' conftest.$ac_ext >&5
32540
32541         ac_cv_lib_socket_connect=no
32542 fi
32543
32544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32545       conftest$ac_exeext conftest.$ac_ext
32546 LIBS=$ac_check_lib_save_LIBS
32547 fi
32548 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
32549 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
32550 if test $ac_cv_lib_socket_connect = yes; then
32551   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
32552 fi
32553
32554     fi
32555
32556     # Guillermo Gomez says -lposix is necessary on A/UX.
32557     { echo "$as_me:$LINENO: checking for remove" >&5
32558 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
32559 if test "${ac_cv_func_remove+set}" = set; then
32560   echo $ECHO_N "(cached) $ECHO_C" >&6
32561 else
32562   cat >conftest.$ac_ext <<_ACEOF
32563 /* confdefs.h.  */
32564 _ACEOF
32565 cat confdefs.h >>conftest.$ac_ext
32566 cat >>conftest.$ac_ext <<_ACEOF
32567 /* end confdefs.h.  */
32568 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
32569    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32570 #define remove innocuous_remove
32571
32572 /* System header to define __stub macros and hopefully few prototypes,
32573     which can conflict with char remove (); below.
32574     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32575     <limits.h> exists even on freestanding compilers.  */
32576
32577 #ifdef __STDC__
32578 # include <limits.h>
32579 #else
32580 # include <assert.h>
32581 #endif
32582
32583 #undef remove
32584
32585 /* Override any GCC internal prototype to avoid an error.
32586    Use char because int might match the return type of a GCC
32587    builtin and then its argument prototype would still apply.  */
32588 #ifdef __cplusplus
32589 extern "C"
32590 #endif
32591 char remove ();
32592 /* The GNU C library defines this for functions which it implements
32593     to always fail with ENOSYS.  Some functions are actually named
32594     something starting with __ and the normal name is an alias.  */
32595 #if defined __stub_remove || defined __stub___remove
32596 choke me
32597 #endif
32598
32599 int
32600 main ()
32601 {
32602 return remove ();
32603   ;
32604   return 0;
32605 }
32606 _ACEOF
32607 rm -f conftest.$ac_objext conftest$ac_exeext
32608 if { (ac_try="$ac_link"
32609 case "(($ac_try" in
32610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32611   *) ac_try_echo=$ac_try;;
32612 esac
32613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32614   (eval "$ac_link") 2>conftest.er1
32615   ac_status=$?
32616   grep -v '^ *+' conftest.er1 >conftest.err
32617   rm -f conftest.er1
32618   cat conftest.err >&5
32619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32620   (exit $ac_status); } && {
32621          test -z "$ac_c_werror_flag" ||
32622          test ! -s conftest.err
32623        } && test -s conftest$ac_exeext &&
32624        $as_test_x conftest$ac_exeext; then
32625   ac_cv_func_remove=yes
32626 else
32627   echo "$as_me: failed program was:" >&5
32628 sed 's/^/| /' conftest.$ac_ext >&5
32629
32630         ac_cv_func_remove=no
32631 fi
32632
32633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32634       conftest$ac_exeext conftest.$ac_ext
32635 fi
32636 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
32637 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
32638
32639     if test $ac_cv_func_remove = no; then
32640       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
32641 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
32642 if test "${ac_cv_lib_posix_remove+set}" = set; then
32643   echo $ECHO_N "(cached) $ECHO_C" >&6
32644 else
32645   ac_check_lib_save_LIBS=$LIBS
32646 LIBS="-lposix  $LIBS"
32647 cat >conftest.$ac_ext <<_ACEOF
32648 /* confdefs.h.  */
32649 _ACEOF
32650 cat confdefs.h >>conftest.$ac_ext
32651 cat >>conftest.$ac_ext <<_ACEOF
32652 /* end confdefs.h.  */
32653
32654 /* Override any GCC internal prototype to avoid an error.
32655    Use char because int might match the return type of a GCC
32656    builtin and then its argument prototype would still apply.  */
32657 #ifdef __cplusplus
32658 extern "C"
32659 #endif
32660 char remove ();
32661 int
32662 main ()
32663 {
32664 return remove ();
32665   ;
32666   return 0;
32667 }
32668 _ACEOF
32669 rm -f conftest.$ac_objext conftest$ac_exeext
32670 if { (ac_try="$ac_link"
32671 case "(($ac_try" in
32672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32673   *) ac_try_echo=$ac_try;;
32674 esac
32675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32676   (eval "$ac_link") 2>conftest.er1
32677   ac_status=$?
32678   grep -v '^ *+' conftest.er1 >conftest.err
32679   rm -f conftest.er1
32680   cat conftest.err >&5
32681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32682   (exit $ac_status); } && {
32683          test -z "$ac_c_werror_flag" ||
32684          test ! -s conftest.err
32685        } && test -s conftest$ac_exeext &&
32686        $as_test_x conftest$ac_exeext; then
32687   ac_cv_lib_posix_remove=yes
32688 else
32689   echo "$as_me: failed program was:" >&5
32690 sed 's/^/| /' conftest.$ac_ext >&5
32691
32692         ac_cv_lib_posix_remove=no
32693 fi
32694
32695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32696       conftest$ac_exeext conftest.$ac_ext
32697 LIBS=$ac_check_lib_save_LIBS
32698 fi
32699 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
32700 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
32701 if test $ac_cv_lib_posix_remove = yes; then
32702   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
32703 fi
32704
32705     fi
32706
32707     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
32708     { echo "$as_me:$LINENO: checking for shmat" >&5
32709 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
32710 if test "${ac_cv_func_shmat+set}" = set; then
32711   echo $ECHO_N "(cached) $ECHO_C" >&6
32712 else
32713   cat >conftest.$ac_ext <<_ACEOF
32714 /* confdefs.h.  */
32715 _ACEOF
32716 cat confdefs.h >>conftest.$ac_ext
32717 cat >>conftest.$ac_ext <<_ACEOF
32718 /* end confdefs.h.  */
32719 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
32720    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32721 #define shmat innocuous_shmat
32722
32723 /* System header to define __stub macros and hopefully few prototypes,
32724     which can conflict with char shmat (); below.
32725     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32726     <limits.h> exists even on freestanding compilers.  */
32727
32728 #ifdef __STDC__
32729 # include <limits.h>
32730 #else
32731 # include <assert.h>
32732 #endif
32733
32734 #undef shmat
32735
32736 /* Override any GCC internal prototype to avoid an error.
32737    Use char because int might match the return type of a GCC
32738    builtin and then its argument prototype would still apply.  */
32739 #ifdef __cplusplus
32740 extern "C"
32741 #endif
32742 char shmat ();
32743 /* The GNU C library defines this for functions which it implements
32744     to always fail with ENOSYS.  Some functions are actually named
32745     something starting with __ and the normal name is an alias.  */
32746 #if defined __stub_shmat || defined __stub___shmat
32747 choke me
32748 #endif
32749
32750 int
32751 main ()
32752 {
32753 return shmat ();
32754   ;
32755   return 0;
32756 }
32757 _ACEOF
32758 rm -f conftest.$ac_objext conftest$ac_exeext
32759 if { (ac_try="$ac_link"
32760 case "(($ac_try" in
32761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32762   *) ac_try_echo=$ac_try;;
32763 esac
32764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32765   (eval "$ac_link") 2>conftest.er1
32766   ac_status=$?
32767   grep -v '^ *+' conftest.er1 >conftest.err
32768   rm -f conftest.er1
32769   cat conftest.err >&5
32770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32771   (exit $ac_status); } && {
32772          test -z "$ac_c_werror_flag" ||
32773          test ! -s conftest.err
32774        } && test -s conftest$ac_exeext &&
32775        $as_test_x conftest$ac_exeext; then
32776   ac_cv_func_shmat=yes
32777 else
32778   echo "$as_me: failed program was:" >&5
32779 sed 's/^/| /' conftest.$ac_ext >&5
32780
32781         ac_cv_func_shmat=no
32782 fi
32783
32784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32785       conftest$ac_exeext conftest.$ac_ext
32786 fi
32787 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
32788 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
32789
32790     if test $ac_cv_func_shmat = no; then
32791       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
32792 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
32793 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
32794   echo $ECHO_N "(cached) $ECHO_C" >&6
32795 else
32796   ac_check_lib_save_LIBS=$LIBS
32797 LIBS="-lipc  $LIBS"
32798 cat >conftest.$ac_ext <<_ACEOF
32799 /* confdefs.h.  */
32800 _ACEOF
32801 cat confdefs.h >>conftest.$ac_ext
32802 cat >>conftest.$ac_ext <<_ACEOF
32803 /* end confdefs.h.  */
32804
32805 /* Override any GCC internal prototype to avoid an error.
32806    Use char because int might match the return type of a GCC
32807    builtin and then its argument prototype would still apply.  */
32808 #ifdef __cplusplus
32809 extern "C"
32810 #endif
32811 char shmat ();
32812 int
32813 main ()
32814 {
32815 return shmat ();
32816   ;
32817   return 0;
32818 }
32819 _ACEOF
32820 rm -f conftest.$ac_objext conftest$ac_exeext
32821 if { (ac_try="$ac_link"
32822 case "(($ac_try" in
32823   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32824   *) ac_try_echo=$ac_try;;
32825 esac
32826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32827   (eval "$ac_link") 2>conftest.er1
32828   ac_status=$?
32829   grep -v '^ *+' conftest.er1 >conftest.err
32830   rm -f conftest.er1
32831   cat conftest.err >&5
32832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32833   (exit $ac_status); } && {
32834          test -z "$ac_c_werror_flag" ||
32835          test ! -s conftest.err
32836        } && test -s conftest$ac_exeext &&
32837        $as_test_x conftest$ac_exeext; then
32838   ac_cv_lib_ipc_shmat=yes
32839 else
32840   echo "$as_me: failed program was:" >&5
32841 sed 's/^/| /' conftest.$ac_ext >&5
32842
32843         ac_cv_lib_ipc_shmat=no
32844 fi
32845
32846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32847       conftest$ac_exeext conftest.$ac_ext
32848 LIBS=$ac_check_lib_save_LIBS
32849 fi
32850 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
32851 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
32852 if test $ac_cv_lib_ipc_shmat = yes; then
32853   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
32854 fi
32855
32856     fi
32857   fi
32858
32859   # Check for libraries that X11R6 Xt/Xaw programs need.
32860   ac_save_LDFLAGS=$LDFLAGS
32861   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
32862   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
32863   # check for ICE first), but we must link in the order -lSM -lICE or
32864   # we get undefined symbols.  So assume we have SM if we have ICE.
32865   # These have to be linked with before -lX11, unlike the other
32866   # libraries we check for below, so use a different variable.
32867   # John Interrante, Karl Berry
32868   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
32869 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
32870 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
32871   echo $ECHO_N "(cached) $ECHO_C" >&6
32872 else
32873   ac_check_lib_save_LIBS=$LIBS
32874 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
32875 cat >conftest.$ac_ext <<_ACEOF
32876 /* confdefs.h.  */
32877 _ACEOF
32878 cat confdefs.h >>conftest.$ac_ext
32879 cat >>conftest.$ac_ext <<_ACEOF
32880 /* end confdefs.h.  */
32881
32882 /* Override any GCC internal prototype to avoid an error.
32883    Use char because int might match the return type of a GCC
32884    builtin and then its argument prototype would still apply.  */
32885 #ifdef __cplusplus
32886 extern "C"
32887 #endif
32888 char IceConnectionNumber ();
32889 int
32890 main ()
32891 {
32892 return IceConnectionNumber ();
32893   ;
32894   return 0;
32895 }
32896 _ACEOF
32897 rm -f conftest.$ac_objext conftest$ac_exeext
32898 if { (ac_try="$ac_link"
32899 case "(($ac_try" in
32900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32901   *) ac_try_echo=$ac_try;;
32902 esac
32903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32904   (eval "$ac_link") 2>conftest.er1
32905   ac_status=$?
32906   grep -v '^ *+' conftest.er1 >conftest.err
32907   rm -f conftest.er1
32908   cat conftest.err >&5
32909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32910   (exit $ac_status); } && {
32911          test -z "$ac_c_werror_flag" ||
32912          test ! -s conftest.err
32913        } && test -s conftest$ac_exeext &&
32914        $as_test_x conftest$ac_exeext; then
32915   ac_cv_lib_ICE_IceConnectionNumber=yes
32916 else
32917   echo "$as_me: failed program was:" >&5
32918 sed 's/^/| /' conftest.$ac_ext >&5
32919
32920         ac_cv_lib_ICE_IceConnectionNumber=no
32921 fi
32922
32923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32924       conftest$ac_exeext conftest.$ac_ext
32925 LIBS=$ac_check_lib_save_LIBS
32926 fi
32927 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
32928 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
32929 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
32930   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
32931 fi
32932
32933   LDFLAGS=$ac_save_LDFLAGS
32934
32935 fi
32936
32937
32938         if test "$no_x" = "yes"; then
32939           { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
32940 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
32941    { (exit 1); exit 1; }; }
32942         fi
32943
32944                                 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
32945         TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
32946         AFMINSTALL=afminstall
32947         COMPILED_X_PROGRAM=0
32948
32949     fi
32950
32951     if test "$wxUSE_X11" = 1; then
32952         if test "$wxUSE_NANOX" = "yes"; then
32953             { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
32954 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
32955             if test "x$MICROWIN" = x ; then
32956                 { echo "$as_me:$LINENO: result: not found" >&5
32957 echo "${ECHO_T}not found" >&6; }
32958                 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
32959 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
32960    { (exit 1); exit 1; }; }
32961             else
32962                 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
32963 echo "${ECHO_T}$MICROWIN" >&6; }
32964                 cat >>confdefs.h <<\_ACEOF
32965 #define wxUSE_NANOX 1
32966 _ACEOF
32967
32968             fi
32969         fi
32970
32971         if test "$wxUSE_UNICODE" = "yes"; then
32972
32973
32974 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
32975         if test -n "$ac_tool_prefix"; then
32976   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
32977 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
32978 { echo "$as_me:$LINENO: checking for $ac_word" >&5
32979 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32980 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
32981   echo $ECHO_N "(cached) $ECHO_C" >&6
32982 else
32983   case $PKG_CONFIG in
32984   [\\/]* | ?:[\\/]*)
32985   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
32986   ;;
32987   *)
32988   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32989 for as_dir in $PATH
32990 do
32991   IFS=$as_save_IFS
32992   test -z "$as_dir" && as_dir=.
32993   for ac_exec_ext in '' $ac_executable_extensions; do
32994   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32995     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
32996     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32997     break 2
32998   fi
32999 done
33000 done
33001 IFS=$as_save_IFS
33002
33003   ;;
33004 esac
33005 fi
33006 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
33007 if test -n "$PKG_CONFIG"; then
33008   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
33009 echo "${ECHO_T}$PKG_CONFIG" >&6; }
33010 else
33011   { echo "$as_me:$LINENO: result: no" >&5
33012 echo "${ECHO_T}no" >&6; }
33013 fi
33014
33015
33016 fi
33017 if test -z "$ac_cv_path_PKG_CONFIG"; then
33018   ac_pt_PKG_CONFIG=$PKG_CONFIG
33019   # Extract the first word of "pkg-config", so it can be a program name with args.
33020 set dummy pkg-config; ac_word=$2
33021 { echo "$as_me:$LINENO: checking for $ac_word" >&5
33022 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33023 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
33024   echo $ECHO_N "(cached) $ECHO_C" >&6
33025 else
33026   case $ac_pt_PKG_CONFIG in
33027   [\\/]* | ?:[\\/]*)
33028   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
33029   ;;
33030   *)
33031   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33032 for as_dir in $PATH
33033 do
33034   IFS=$as_save_IFS
33035   test -z "$as_dir" && as_dir=.
33036   for ac_exec_ext in '' $ac_executable_extensions; do
33037   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33038     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33039     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33040     break 2
33041   fi
33042 done
33043 done
33044 IFS=$as_save_IFS
33045
33046   ;;
33047 esac
33048 fi
33049 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
33050 if test -n "$ac_pt_PKG_CONFIG"; then
33051   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
33052 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
33053 else
33054   { echo "$as_me:$LINENO: result: no" >&5
33055 echo "${ECHO_T}no" >&6; }
33056 fi
33057
33058   if test "x$ac_pt_PKG_CONFIG" = x; then
33059     PKG_CONFIG=""
33060   else
33061     case $cross_compiling:$ac_tool_warned in
33062 yes:)
33063 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
33064 whose name does not start with the host triplet.  If you think this
33065 configuration is useful to you, please write to autoconf@gnu.org." >&5
33066 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
33067 whose name does not start with the host triplet.  If you think this
33068 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
33069 ac_tool_warned=yes ;;
33070 esac
33071     PKG_CONFIG=$ac_pt_PKG_CONFIG
33072   fi
33073 else
33074   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
33075 fi
33076
33077 fi
33078 if test -n "$PKG_CONFIG"; then
33079         _pkg_min_version=0.9.0
33080         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
33081 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
33082         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
33083                 { echo "$as_me:$LINENO: result: yes" >&5
33084 echo "${ECHO_T}yes" >&6; }
33085         else
33086                 { echo "$as_me:$LINENO: result: no" >&5
33087 echo "${ECHO_T}no" >&6; }
33088                 PKG_CONFIG=""
33089         fi
33090
33091 fi
33092
33093
33094 pkg_failed=no
33095 { echo "$as_me:$LINENO: checking for PANGOX" >&5
33096 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
33097
33098 if test -n "$PKG_CONFIG"; then
33099     if test -n "$PANGOX_CFLAGS"; then
33100         pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
33101     else
33102         if test -n "$PKG_CONFIG" && \
33103     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
33104   ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
33105   ac_status=$?
33106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33107   (exit $ac_status); }; then
33108   pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
33109 else
33110   pkg_failed=yes
33111 fi
33112     fi
33113 else
33114         pkg_failed=untried
33115 fi
33116 if test -n "$PKG_CONFIG"; then
33117     if test -n "$PANGOX_LIBS"; then
33118         pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
33119     else
33120         if test -n "$PKG_CONFIG" && \
33121     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
33122   ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
33123   ac_status=$?
33124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33125   (exit $ac_status); }; then
33126   pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
33127 else
33128   pkg_failed=yes
33129 fi
33130     fi
33131 else
33132         pkg_failed=untried
33133 fi
33134
33135
33136
33137 if test $pkg_failed = yes; then
33138
33139 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33140         _pkg_short_errors_supported=yes
33141 else
33142         _pkg_short_errors_supported=no
33143 fi
33144         if test $_pkg_short_errors_supported = yes; then
33145                 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
33146         else
33147                 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
33148         fi
33149         # Put the nasty error message in config.log where it belongs
33150         echo "$PANGOX_PKG_ERRORS" >&5
33151
33152
33153                     { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
33154 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
33155    { (exit 1); exit 1; }; }
33156
33157
33158 elif test $pkg_failed = untried; then
33159
33160                     { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
33161 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
33162    { (exit 1); exit 1; }; }
33163
33164
33165 else
33166         PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
33167         PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
33168         { echo "$as_me:$LINENO: result: yes" >&5
33169 echo "${ECHO_T}yes" >&6; }
33170
33171                     CFLAGS="$PANGOX_CFLAGS $CFLAGS"
33172                     CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
33173                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
33174
33175 fi
33176
33177 pkg_failed=no
33178 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
33179 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
33180
33181 if test -n "$PKG_CONFIG"; then
33182     if test -n "$PANGOFT2_CFLAGS"; then
33183         pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
33184     else
33185         if test -n "$PKG_CONFIG" && \
33186     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
33187   ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
33188   ac_status=$?
33189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33190   (exit $ac_status); }; then
33191   pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
33192 else
33193   pkg_failed=yes
33194 fi
33195     fi
33196 else
33197         pkg_failed=untried
33198 fi
33199 if test -n "$PKG_CONFIG"; then
33200     if test -n "$PANGOFT2_LIBS"; then
33201         pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
33202     else
33203         if test -n "$PKG_CONFIG" && \
33204     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
33205   ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
33206   ac_status=$?
33207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33208   (exit $ac_status); }; then
33209   pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
33210 else
33211   pkg_failed=yes
33212 fi
33213     fi
33214 else
33215         pkg_failed=untried
33216 fi
33217
33218
33219
33220 if test $pkg_failed = yes; then
33221
33222 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33223         _pkg_short_errors_supported=yes
33224 else
33225         _pkg_short_errors_supported=no
33226 fi
33227         if test $_pkg_short_errors_supported = yes; then
33228                 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
33229         else
33230                 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
33231         fi
33232         # Put the nasty error message in config.log where it belongs
33233         echo "$PANGOFT2_PKG_ERRORS" >&5
33234
33235
33236                     { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
33237 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
33238                     wxUSE_PRINTING_ARCHITECTURE="no"
33239
33240
33241 elif test $pkg_failed = untried; then
33242
33243                     { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
33244 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
33245                     wxUSE_PRINTING_ARCHITECTURE="no"
33246
33247
33248 else
33249         PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
33250         PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
33251         { echo "$as_me:$LINENO: result: yes" >&5
33252 echo "${ECHO_T}yes" >&6; }
33253
33254                     CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
33255                     CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
33256                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
33257
33258 fi
33259
33260 pkg_failed=no
33261 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
33262 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
33263
33264 if test -n "$PKG_CONFIG"; then
33265     if test -n "$PANGOXFT_CFLAGS"; then
33266         pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
33267     else
33268         if test -n "$PKG_CONFIG" && \
33269     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
33270   ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
33271   ac_status=$?
33272   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33273   (exit $ac_status); }; then
33274   pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
33275 else
33276   pkg_failed=yes
33277 fi
33278     fi
33279 else
33280         pkg_failed=untried
33281 fi
33282 if test -n "$PKG_CONFIG"; then
33283     if test -n "$PANGOXFT_LIBS"; then
33284         pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
33285     else
33286         if test -n "$PKG_CONFIG" && \
33287     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
33288   ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
33289   ac_status=$?
33290   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33291   (exit $ac_status); }; then
33292   pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
33293 else
33294   pkg_failed=yes
33295 fi
33296     fi
33297 else
33298         pkg_failed=untried
33299 fi
33300
33301
33302
33303 if test $pkg_failed = yes; then
33304
33305 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33306         _pkg_short_errors_supported=yes
33307 else
33308         _pkg_short_errors_supported=no
33309 fi
33310         if test $_pkg_short_errors_supported = yes; then
33311                 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
33312         else
33313                 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
33314         fi
33315         # Put the nasty error message in config.log where it belongs
33316         echo "$PANGOXFT_PKG_ERRORS" >&5
33317
33318
33319                     { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
33320 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
33321
33322
33323 elif test $pkg_failed = untried; then
33324
33325                     { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
33326 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
33327
33328
33329 else
33330         PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
33331         PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
33332         { echo "$as_me:$LINENO: result: yes" >&5
33333 echo "${ECHO_T}yes" >&6; }
33334
33335                     cat >>confdefs.h <<\_ACEOF
33336 #define HAVE_PANGO_XFT 1
33337 _ACEOF
33338
33339                     CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
33340                     CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
33341                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
33342
33343 fi
33344             save_LIBS="$LIBS"
33345             LIBS="$LIBS $PANGOX_LIBS"
33346
33347 for ac_func in pango_font_family_is_monospace
33348 do
33349 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33350 { echo "$as_me:$LINENO: checking for $ac_func" >&5
33351 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
33352 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
33353   echo $ECHO_N "(cached) $ECHO_C" >&6
33354 else
33355   cat >conftest.$ac_ext <<_ACEOF
33356 /* confdefs.h.  */
33357 _ACEOF
33358 cat confdefs.h >>conftest.$ac_ext
33359 cat >>conftest.$ac_ext <<_ACEOF
33360 /* end confdefs.h.  */
33361 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33362    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
33363 #define $ac_func innocuous_$ac_func
33364
33365 /* System header to define __stub macros and hopefully few prototypes,
33366     which can conflict with char $ac_func (); below.
33367     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33368     <limits.h> exists even on freestanding compilers.  */
33369
33370 #ifdef __STDC__
33371 # include <limits.h>
33372 #else
33373 # include <assert.h>
33374 #endif
33375
33376 #undef $ac_func
33377
33378 /* Override any GCC internal prototype to avoid an error.
33379    Use char because int might match the return type of a GCC
33380    builtin and then its argument prototype would still apply.  */
33381 #ifdef __cplusplus
33382 extern "C"
33383 #endif
33384 char $ac_func ();
33385 /* The GNU C library defines this for functions which it implements
33386     to always fail with ENOSYS.  Some functions are actually named
33387     something starting with __ and the normal name is an alias.  */
33388 #if defined __stub_$ac_func || defined __stub___$ac_func
33389 choke me
33390 #endif
33391
33392 int
33393 main ()
33394 {
33395 return $ac_func ();
33396   ;
33397   return 0;
33398 }
33399 _ACEOF
33400 rm -f conftest.$ac_objext conftest$ac_exeext
33401 if { (ac_try="$ac_link"
33402 case "(($ac_try" in
33403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33404   *) ac_try_echo=$ac_try;;
33405 esac
33406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33407   (eval "$ac_link") 2>conftest.er1
33408   ac_status=$?
33409   grep -v '^ *+' conftest.er1 >conftest.err
33410   rm -f conftest.er1
33411   cat conftest.err >&5
33412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33413   (exit $ac_status); } && {
33414          test -z "$ac_c_werror_flag" ||
33415          test ! -s conftest.err
33416        } && test -s conftest$ac_exeext &&
33417        $as_test_x conftest$ac_exeext; then
33418   eval "$as_ac_var=yes"
33419 else
33420   echo "$as_me: failed program was:" >&5
33421 sed 's/^/| /' conftest.$ac_ext >&5
33422
33423         eval "$as_ac_var=no"
33424 fi
33425
33426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33427       conftest$ac_exeext conftest.$ac_ext
33428 fi
33429 ac_res=`eval echo '${'$as_ac_var'}'`
33430                { echo "$as_me:$LINENO: result: $ac_res" >&5
33431 echo "${ECHO_T}$ac_res" >&6; }
33432 if test `eval echo '${'$as_ac_var'}'` = yes; then
33433   cat >>confdefs.h <<_ACEOF
33434 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33435 _ACEOF
33436
33437 fi
33438 done
33439
33440             LIBS="$save_LIBS"
33441         fi
33442
33443         wxUSE_UNIVERSAL="yes"
33444
33445         if test "$wxUSE_NANOX" = "yes"; then
33446             TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
33447             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"
33448             GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
33449         else
33450             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
33451         fi
33452
33453         TOOLKIT=X11
33454         GUIDIST=X11_DIST
33455     fi
33456
33457     if test "$wxUSE_MOTIF" = 1; then
33458         { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
33459 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
33460
33461 ac_find_includes=
33462 for ac_dir in $SEARCH_INCLUDE /usr/include
33463   do
33464     if test -f "$ac_dir/Xm/Xm.h"; then
33465       ac_find_includes=$ac_dir
33466       break
33467     fi
33468   done
33469
33470         if test "$ac_find_includes" != "" ; then
33471             { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
33472 echo "${ECHO_T}found in $ac_find_includes" >&6; }
33473
33474     if test "x$ac_find_includes" = "x/usr/include"; then
33475     ac_path_to_include=""
33476   else
33477     echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
33478     result=$?
33479     if test $result = 0; then
33480       ac_path_to_include=""
33481     else
33482       ac_path_to_include=" -I$ac_find_includes"
33483     fi
33484   fi
33485
33486             TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
33487         else
33488             save_CFLAGS=$CFLAGS
33489             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33490
33491             cat >conftest.$ac_ext <<_ACEOF
33492 /* confdefs.h.  */
33493 _ACEOF
33494 cat confdefs.h >>conftest.$ac_ext
33495 cat >>conftest.$ac_ext <<_ACEOF
33496 /* end confdefs.h.  */
33497
33498                     #include <Xm/Xm.h>
33499
33500 int
33501 main ()
33502 {
33503
33504                     int version;
33505                     version = xmUseVersion;
33506
33507   ;
33508   return 0;
33509 }
33510 _ACEOF
33511 rm -f conftest.$ac_objext
33512 if { (ac_try="$ac_compile"
33513 case "(($ac_try" in
33514   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33515   *) ac_try_echo=$ac_try;;
33516 esac
33517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33518   (eval "$ac_compile") 2>conftest.er1
33519   ac_status=$?
33520   grep -v '^ *+' conftest.er1 >conftest.err
33521   rm -f conftest.er1
33522   cat conftest.err >&5
33523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33524   (exit $ac_status); } && {
33525          test -z "$ac_c_werror_flag" ||
33526          test ! -s conftest.err
33527        } && test -s conftest.$ac_objext; then
33528
33529                     { echo "$as_me:$LINENO: result: found in default search path" >&5
33530 echo "${ECHO_T}found in default search path" >&6; }
33531                     COMPILED_X_PROGRAM=1
33532
33533 else
33534   echo "$as_me: failed program was:" >&5
33535 sed 's/^/| /' conftest.$ac_ext >&5
33536
33537
33538                     { echo "$as_me:$LINENO: result: no" >&5
33539 echo "${ECHO_T}no" >&6; }
33540                     { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
33541 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
33542    { (exit 1); exit 1; }; }
33543
33544
33545 fi
33546
33547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33548
33549             CFLAGS=$save_CFLAGS
33550         fi
33551
33552
33553         { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
33554 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
33555
33556   ac_find_libraries=
33557   for ac_dir in  $SEARCH_LIB
33558   do
33559     for ac_extension in a so sl dylib dll.a; do
33560       if test -f "$ac_dir/libXm.$ac_extension"; then
33561         ac_find_libraries=$ac_dir
33562         break 2
33563       fi
33564     done
33565   done
33566
33567
33568         if test "x$ac_find_libraries" != "x" ; then
33569             { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33570 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33571
33572
33573     if test "$ac_find_libraries" = "default location"; then
33574     ac_path_to_link=""
33575   else
33576     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
33577     result=$?
33578     if test $result = 0; then
33579       ac_path_to_link=""
33580     else
33581       ac_path_to_link=" -L$ac_find_libraries"
33582     fi
33583   fi
33584
33585             GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
33586         else
33587                                                 save_CFLAGS=$CFLAGS
33588             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33589             save_LIBS="$LIBS"
33590             LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
33591
33592             cat >conftest.$ac_ext <<_ACEOF
33593 /* confdefs.h.  */
33594 _ACEOF
33595 cat confdefs.h >>conftest.$ac_ext
33596 cat >>conftest.$ac_ext <<_ACEOF
33597 /* end confdefs.h.  */
33598
33599                     #include <Xm/Xm.h>
33600
33601 int
33602 main ()
33603 {
33604
33605                     int version;
33606                     version = xmUseVersion;
33607
33608   ;
33609   return 0;
33610 }
33611 _ACEOF
33612 rm -f conftest.$ac_objext conftest$ac_exeext
33613 if { (ac_try="$ac_link"
33614 case "(($ac_try" in
33615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33616   *) ac_try_echo=$ac_try;;
33617 esac
33618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33619   (eval "$ac_link") 2>conftest.er1
33620   ac_status=$?
33621   grep -v '^ *+' conftest.er1 >conftest.err
33622   rm -f conftest.er1
33623   cat conftest.err >&5
33624   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33625   (exit $ac_status); } && {
33626          test -z "$ac_c_werror_flag" ||
33627          test ! -s conftest.err
33628        } && test -s conftest$ac_exeext &&
33629        $as_test_x conftest$ac_exeext; then
33630
33631                     { echo "$as_me:$LINENO: result: found in default search path" >&5
33632 echo "${ECHO_T}found in default search path" >&6; }
33633                     COMPILED_X_PROGRAM=1
33634
33635 else
33636   echo "$as_me: failed program was:" >&5
33637 sed 's/^/| /' conftest.$ac_ext >&5
33638
33639
33640                     { echo "$as_me:$LINENO: result: no" >&5
33641 echo "${ECHO_T}no" >&6; }
33642                     { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
33643 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
33644    { (exit 1); exit 1; }; }
33645
33646
33647 fi
33648
33649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33650       conftest$ac_exeext conftest.$ac_ext
33651
33652             CFLAGS=$save_CFLAGS
33653             LIBS="$save_LIBS"
33654         fi
33655
33656         { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
33657 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
33658         libp_link=""
33659         libsm_ice_link=""
33660         libs_found=0
33661         for libp in "" " -lXp"; do
33662             if test "$libs_found" = 0; then
33663                 for libsm_ice in "" " -lSM -lICE"; do
33664                     if test "$libs_found" = 0; then
33665                         save_LIBS="$LIBS"
33666                         LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
33667                         save_CFLAGS=$CFLAGS
33668                         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33669
33670                         cat >conftest.$ac_ext <<_ACEOF
33671 /* confdefs.h.  */
33672 _ACEOF
33673 cat confdefs.h >>conftest.$ac_ext
33674 cat >>conftest.$ac_ext <<_ACEOF
33675 /* end confdefs.h.  */
33676
33677                                 #include <Xm/Xm.h>
33678                                 #include <Xm/List.h>
33679
33680 int
33681 main ()
33682 {
33683
33684                                 XmString string = NULL;
33685                                 Widget w = NULL;
33686                                 int position = 0;
33687                                 XmListAddItem(w, string, position);
33688
33689   ;
33690   return 0;
33691 }
33692 _ACEOF
33693 rm -f conftest.$ac_objext conftest$ac_exeext
33694 if { (ac_try="$ac_link"
33695 case "(($ac_try" in
33696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33697   *) ac_try_echo=$ac_try;;
33698 esac
33699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33700   (eval "$ac_link") 2>conftest.er1
33701   ac_status=$?
33702   grep -v '^ *+' conftest.er1 >conftest.err
33703   rm -f conftest.er1
33704   cat conftest.err >&5
33705   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33706   (exit $ac_status); } && {
33707          test -z "$ac_c_werror_flag" ||
33708          test ! -s conftest.err
33709        } && test -s conftest$ac_exeext &&
33710        $as_test_x conftest$ac_exeext; then
33711
33712                                 libp_link="$libp"
33713                                 libsm_ice_link="$libsm_ice"
33714                                 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
33715 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
33716                                 libs_found=1
33717
33718 else
33719   echo "$as_me: failed program was:" >&5
33720 sed 's/^/| /' conftest.$ac_ext >&5
33721
33722
33723
33724 fi
33725
33726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33727       conftest$ac_exeext conftest.$ac_ext
33728
33729                         LIBS="$save_LIBS"
33730                         CFLAGS=$save_CFLAGS
33731                     fi
33732                 done
33733             fi
33734         done
33735
33736         if test "$libs_found" = 0; then
33737             { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
33738 echo "${ECHO_T}can't find the right libraries" >&6; }
33739             { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
33740 echo "$as_me: error: can't link a simple motif program" >&2;}
33741    { (exit 1); exit 1; }; }
33742         fi
33743
33744                         { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
33745 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
33746 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
33747   echo $ECHO_N "(cached) $ECHO_C" >&6
33748 else
33749   ac_check_lib_save_LIBS=$LIBS
33750 LIBS="-lSgm  $LIBS"
33751 cat >conftest.$ac_ext <<_ACEOF
33752 /* confdefs.h.  */
33753 _ACEOF
33754 cat confdefs.h >>conftest.$ac_ext
33755 cat >>conftest.$ac_ext <<_ACEOF
33756 /* end confdefs.h.  */
33757
33758 /* Override any GCC internal prototype to avoid an error.
33759    Use char because int might match the return type of a GCC
33760    builtin and then its argument prototype would still apply.  */
33761 #ifdef __cplusplus
33762 extern "C"
33763 #endif
33764 char SgCreateList ();
33765 int
33766 main ()
33767 {
33768 return SgCreateList ();
33769   ;
33770   return 0;
33771 }
33772 _ACEOF
33773 rm -f conftest.$ac_objext conftest$ac_exeext
33774 if { (ac_try="$ac_link"
33775 case "(($ac_try" in
33776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33777   *) ac_try_echo=$ac_try;;
33778 esac
33779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33780   (eval "$ac_link") 2>conftest.er1
33781   ac_status=$?
33782   grep -v '^ *+' conftest.er1 >conftest.err
33783   rm -f conftest.er1
33784   cat conftest.err >&5
33785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33786   (exit $ac_status); } && {
33787          test -z "$ac_c_werror_flag" ||
33788          test ! -s conftest.err
33789        } && test -s conftest$ac_exeext &&
33790        $as_test_x conftest$ac_exeext; then
33791   ac_cv_lib_Sgm_SgCreateList=yes
33792 else
33793   echo "$as_me: failed program was:" >&5
33794 sed 's/^/| /' conftest.$ac_ext >&5
33795
33796         ac_cv_lib_Sgm_SgCreateList=no
33797 fi
33798
33799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33800       conftest$ac_exeext conftest.$ac_ext
33801 LIBS=$ac_check_lib_save_LIBS
33802 fi
33803 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
33804 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
33805 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
33806   libsgm_link=" -lSgm"
33807 fi
33808
33809
33810         save_CFLAGS=$CFLAGS
33811         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33812
33813         { echo "$as_me:$LINENO: checking for Motif 2" >&5
33814 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
33815 if test "${wx_cv_lib_motif2+set}" = set; then
33816   echo $ECHO_N "(cached) $ECHO_C" >&6
33817 else
33818   cat >conftest.$ac_ext <<_ACEOF
33819 /* confdefs.h.  */
33820 _ACEOF
33821 cat confdefs.h >>conftest.$ac_ext
33822 cat >>conftest.$ac_ext <<_ACEOF
33823 /* end confdefs.h.  */
33824
33825                             #include <Xm/Xm.h>
33826
33827 int
33828 main ()
33829 {
33830
33831                             #if XmVersion < 2000
33832                             Not Motif 2
33833                             #endif
33834
33835   ;
33836   return 0;
33837 }
33838 _ACEOF
33839 rm -f conftest.$ac_objext
33840 if { (ac_try="$ac_compile"
33841 case "(($ac_try" in
33842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33843   *) ac_try_echo=$ac_try;;
33844 esac
33845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33846   (eval "$ac_compile") 2>conftest.er1
33847   ac_status=$?
33848   grep -v '^ *+' conftest.er1 >conftest.err
33849   rm -f conftest.er1
33850   cat conftest.err >&5
33851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33852   (exit $ac_status); } && {
33853          test -z "$ac_c_werror_flag" ||
33854          test ! -s conftest.err
33855        } && test -s conftest.$ac_objext; then
33856   wx_cv_lib_motif2="yes"
33857 else
33858   echo "$as_me: failed program was:" >&5
33859 sed 's/^/| /' conftest.$ac_ext >&5
33860
33861         wx_cv_lib_motif2="no"
33862 fi
33863
33864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33865 fi
33866 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
33867 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
33868         if test "$wx_cv_lib_motif2" = "yes"; then
33869             cat >>confdefs.h <<\_ACEOF
33870 #define __WXMOTIF20__ 1
33871 _ACEOF
33872
33873         else
33874             cat >>confdefs.h <<\_ACEOF
33875 #define __WXMOTIF20__ 0
33876 _ACEOF
33877
33878         fi
33879
33880         { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
33881 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
33882 if test "${wx_cv_lib_lesstif+set}" = set; then
33883   echo $ECHO_N "(cached) $ECHO_C" >&6
33884 else
33885   cat >conftest.$ac_ext <<_ACEOF
33886 /* confdefs.h.  */
33887 _ACEOF
33888 cat confdefs.h >>conftest.$ac_ext
33889 cat >>conftest.$ac_ext <<_ACEOF
33890 /* end confdefs.h.  */
33891
33892                             #include <Xm/Xm.h>
33893
33894 int
33895 main ()
33896 {
33897
33898                             #if !defined(LesstifVersion) || LesstifVersion <= 0
33899                             Not Lesstif
33900                             #endif
33901
33902   ;
33903   return 0;
33904 }
33905 _ACEOF
33906 rm -f conftest.$ac_objext
33907 if { (ac_try="$ac_compile"
33908 case "(($ac_try" in
33909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33910   *) ac_try_echo=$ac_try;;
33911 esac
33912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33913   (eval "$ac_compile") 2>conftest.er1
33914   ac_status=$?
33915   grep -v '^ *+' conftest.er1 >conftest.err
33916   rm -f conftest.er1
33917   cat conftest.err >&5
33918   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33919   (exit $ac_status); } && {
33920          test -z "$ac_c_werror_flag" ||
33921          test ! -s conftest.err
33922        } && test -s conftest.$ac_objext; then
33923   wx_cv_lib_lesstif="yes"
33924 else
33925   echo "$as_me: failed program was:" >&5
33926 sed 's/^/| /' conftest.$ac_ext >&5
33927
33928         wx_cv_lib_lesstif="no"
33929 fi
33930
33931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33932
33933 fi
33934 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
33935 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
33936         if test "$wx_cv_lib_lesstif" = "yes"; then
33937             cat >>confdefs.h <<\_ACEOF
33938 #define __WXLESSTIF__ 1
33939 _ACEOF
33940
33941         else
33942             cat >>confdefs.h <<\_ACEOF
33943 #define __WXLESSTIF__ 0
33944 _ACEOF
33945
33946         fi
33947
33948         CFLAGS=$save_CFLAGS
33949
33950         GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
33951         TOOLKIT=MOTIF
33952         GUIDIST=MOTIF_DIST
33953     fi
33954
33955         if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
33956                 if test "$wxUSE_LIBXPM" = "sys"; then
33957             { echo "$as_me:$LINENO: checking for Xpm library" >&5
33958 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
33959
33960   ac_find_libraries=
33961   for ac_dir in  $SEARCH_LIB
33962   do
33963     for ac_extension in a so sl dylib dll.a; do
33964       if test -f "$ac_dir/libXpm.$ac_extension"; then
33965         ac_find_libraries=$ac_dir
33966         break 2
33967       fi
33968     done
33969   done
33970
33971             if test "$ac_find_libraries" != "" ; then
33972
33973     if test "$ac_find_libraries" = "default location"; then
33974     ac_path_to_link=""
33975   else
33976     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
33977     result=$?
33978     if test $result = 0; then
33979       ac_path_to_link=""
33980     else
33981       ac_path_to_link=" -L$ac_find_libraries"
33982     fi
33983   fi
33984
33985                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
33986                 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33987 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33988
33989                 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
33990 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
33991 if test "${wx_cv_x11_xpm_h+set}" = set; then
33992   echo $ECHO_N "(cached) $ECHO_C" >&6
33993 else
33994
33995                         save_CFLAGS=$CFLAGS
33996                         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33997
33998                         cat >conftest.$ac_ext <<_ACEOF
33999 /* confdefs.h.  */
34000 _ACEOF
34001 cat confdefs.h >>conftest.$ac_ext
34002 cat >>conftest.$ac_ext <<_ACEOF
34003 /* end confdefs.h.  */
34004
34005                                 #include <X11/xpm.h>
34006
34007 int
34008 main ()
34009 {
34010
34011                                 int version;
34012                                 version = XpmLibraryVersion();
34013
34014   ;
34015   return 0;
34016 }
34017 _ACEOF
34018 rm -f conftest.$ac_objext
34019 if { (ac_try="$ac_compile"
34020 case "(($ac_try" in
34021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34022   *) ac_try_echo=$ac_try;;
34023 esac
34024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34025   (eval "$ac_compile") 2>conftest.er1
34026   ac_status=$?
34027   grep -v '^ *+' conftest.er1 >conftest.err
34028   rm -f conftest.er1
34029   cat conftest.err >&5
34030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34031   (exit $ac_status); } && {
34032          test -z "$ac_c_werror_flag" ||
34033          test ! -s conftest.err
34034        } && test -s conftest.$ac_objext; then
34035   wx_cv_x11_xpm_h=yes
34036 else
34037   echo "$as_me: failed program was:" >&5
34038 sed 's/^/| /' conftest.$ac_ext >&5
34039
34040         wx_cv_x11_xpm_h=no
34041
34042 fi
34043
34044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34045
34046                         CFLAGS=$save_CFLAGS
34047
34048
34049 fi
34050 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
34051 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
34052
34053                 if test $wx_cv_x11_xpm_h = "yes"; then
34054                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
34055                     cat >>confdefs.h <<\_ACEOF
34056 #define wxHAVE_LIB_XPM 1
34057 _ACEOF
34058
34059                 else
34060                     { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
34061 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
34062                 fi
34063             fi
34064
34065         fi
34066
34067                 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
34068 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
34069 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
34070   echo $ECHO_N "(cached) $ECHO_C" >&6
34071 else
34072   ac_check_lib_save_LIBS=$LIBS
34073 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
34074 cat >conftest.$ac_ext <<_ACEOF
34075 /* confdefs.h.  */
34076 _ACEOF
34077 cat confdefs.h >>conftest.$ac_ext
34078 cat >>conftest.$ac_ext <<_ACEOF
34079 /* end confdefs.h.  */
34080
34081 /* Override any GCC internal prototype to avoid an error.
34082    Use char because int might match the return type of a GCC
34083    builtin and then its argument prototype would still apply.  */
34084 #ifdef __cplusplus
34085 extern "C"
34086 #endif
34087 char XShapeQueryExtension ();
34088 int
34089 main ()
34090 {
34091 return XShapeQueryExtension ();
34092   ;
34093   return 0;
34094 }
34095 _ACEOF
34096 rm -f conftest.$ac_objext conftest$ac_exeext
34097 if { (ac_try="$ac_link"
34098 case "(($ac_try" in
34099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34100   *) ac_try_echo=$ac_try;;
34101 esac
34102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34103   (eval "$ac_link") 2>conftest.er1
34104   ac_status=$?
34105   grep -v '^ *+' conftest.er1 >conftest.err
34106   rm -f conftest.er1
34107   cat conftest.err >&5
34108   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34109   (exit $ac_status); } && {
34110          test -z "$ac_c_werror_flag" ||
34111          test ! -s conftest.err
34112        } && test -s conftest$ac_exeext &&
34113        $as_test_x conftest$ac_exeext; then
34114   ac_cv_lib_Xext_XShapeQueryExtension=yes
34115 else
34116   echo "$as_me: failed program was:" >&5
34117 sed 's/^/| /' conftest.$ac_ext >&5
34118
34119         ac_cv_lib_Xext_XShapeQueryExtension=no
34120 fi
34121
34122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34123       conftest$ac_exeext conftest.$ac_ext
34124 LIBS=$ac_check_lib_save_LIBS
34125 fi
34126 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
34127 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
34128 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
34129
34130                       GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
34131                       wxHAVE_XEXT_LIB=1
34132
34133 fi
34134
34135
34136         if test "$wxHAVE_XEXT_LIB" = 1; then
34137             save_CFLAGS="$CFLAGS"
34138             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34139
34140             { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
34141 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
34142             cat >conftest.$ac_ext <<_ACEOF
34143 /* confdefs.h.  */
34144 _ACEOF
34145 cat confdefs.h >>conftest.$ac_ext
34146 cat >>conftest.$ac_ext <<_ACEOF
34147 /* end confdefs.h.  */
34148
34149                             #include <X11/Xlib.h>
34150                             #include <X11/extensions/shape.h>
34151
34152 int
34153 main ()
34154 {
34155
34156                             int dummy1, dummy2;
34157                             XShapeQueryExtension((Display*)NULL,
34158                                                  (int*)NULL, (int*)NULL);
34159
34160   ;
34161   return 0;
34162 }
34163 _ACEOF
34164 rm -f conftest.$ac_objext
34165 if { (ac_try="$ac_compile"
34166 case "(($ac_try" in
34167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34168   *) ac_try_echo=$ac_try;;
34169 esac
34170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34171   (eval "$ac_compile") 2>conftest.er1
34172   ac_status=$?
34173   grep -v '^ *+' conftest.er1 >conftest.err
34174   rm -f conftest.er1
34175   cat conftest.err >&5
34176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34177   (exit $ac_status); } && {
34178          test -z "$ac_c_werror_flag" ||
34179          test ! -s conftest.err
34180        } && test -s conftest.$ac_objext; then
34181
34182                             cat >>confdefs.h <<\_ACEOF
34183 #define HAVE_XSHAPE 1
34184 _ACEOF
34185
34186                             { echo "$as_me:$LINENO: result: found" >&5
34187 echo "${ECHO_T}found" >&6; }
34188
34189 else
34190   echo "$as_me: failed program was:" >&5
34191 sed 's/^/| /' conftest.$ac_ext >&5
34192
34193
34194                             { echo "$as_me:$LINENO: result: not found" >&5
34195 echo "${ECHO_T}not found" >&6; }
34196
34197 fi
34198
34199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34200             CFLAGS="$save_CFLAGS"
34201
34202         fi
34203     fi
34204
34205     if test "$wxUSE_OSX_CARBON" = 1; then
34206         { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
34207 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
34208         if test "$GCC" = yes; then
34209             { echo "$as_me:$LINENO: result: gcc" >&5
34210 echo "${ECHO_T}gcc" >&6; }
34211             CPPFLAGS_PASCAL="-fpascal-strings"
34212         elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
34213             { echo "$as_me:$LINENO: result: xlc" >&5
34214 echo "${ECHO_T}xlc" >&6; }
34215             CPPFLAGS_PASCAL="-qmacpstr"
34216         else
34217             { echo "$as_me:$LINENO: result: none" >&5
34218 echo "${ECHO_T}none" >&6; }
34219         fi
34220
34221         if test "x$wxUSE_UNIX" = "xyes"; then
34222             CPPFLAGS="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
34223         else
34224                         CPPFLAGS="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
34225         fi
34226
34227         TOOLKIT=OSX_CARBON
34228                 GUIDIST=OSX_CARBON_DIST
34229                         WXBASEPORT="_carbon"
34230
34231                                         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
34232     fi
34233
34234     if test "$wxUSE_OSX_COCOA" = 1; then
34235         TOOLKIT=OSX_COCOA
34236         GUIDIST=OSX_COCOA_DIST
34237
34238                 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
34239     fi
34240
34241     if test "$wxUSE_OSX_IPHONE" = 1; then
34242         TOOLKIT=OSX_IPHONE
34243     fi
34244
34245     if test "$wxUSE_OLD_COCOA" = 1; then
34246         TOOLKIT=COCOA
34247         GUIDIST=COCOA_DIST
34248     fi
34249
34250     if test "$wxUSE_PM" = 1; then
34251         TOOLKIT=PM
34252         GUIDIST=PM_DIST
34253         { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
34254 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
34255 if test "${wx_cv_spbcdata+set}" = set; then
34256   echo $ECHO_N "(cached) $ECHO_C" >&6
34257 else
34258
34259                 cat >conftest.$ac_ext <<_ACEOF
34260 /* confdefs.h.  */
34261 _ACEOF
34262 cat confdefs.h >>conftest.$ac_ext
34263 cat >>conftest.$ac_ext <<_ACEOF
34264 /* end confdefs.h.  */
34265
34266                         #define INCL_PM
34267                         #include <os2.h>
34268
34269 int
34270 main ()
34271 {
34272
34273                         SPBCDATA test;
34274
34275   ;
34276   return 0;
34277 }
34278 _ACEOF
34279 rm -f conftest.$ac_objext
34280 if { (ac_try="$ac_compile"
34281 case "(($ac_try" in
34282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34283   *) ac_try_echo=$ac_try;;
34284 esac
34285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34286   (eval "$ac_compile") 2>conftest.er1
34287   ac_status=$?
34288   grep -v '^ *+' conftest.er1 >conftest.err
34289   rm -f conftest.er1
34290   cat conftest.err >&5
34291   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34292   (exit $ac_status); } && {
34293          test -z "$ac_c_werror_flag" ||
34294          test ! -s conftest.err
34295        } && test -s conftest.$ac_objext; then
34296   wx_cv_spbcdata=yes
34297 else
34298   echo "$as_me: failed program was:" >&5
34299 sed 's/^/| /' conftest.$ac_ext >&5
34300
34301         wx_cv_spbcdata=no
34302
34303 fi
34304
34305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34306
34307
34308 fi
34309 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
34310 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
34311
34312         if test $wx_cv_spbcdata = "yes"; then
34313             cat >>confdefs.h <<\_ACEOF
34314 #define HAVE_SPBCDATA 1
34315 _ACEOF
34316
34317         fi
34318     fi
34319
34320         if test "$TOOLKIT" = "PM" ; then
34321         TOOLKIT_DIR="os2"
34322     else
34323         TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
34324     fi
34325
34326     if test "$wxUSE_UNIVERSAL" = "yes"; then
34327         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
34328         WIDGET_SET=univ
34329     fi
34330
34331         GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
34332     DISTDIR="wx\$(TOOLKIT)"
34333 else
34334     USE_GUI=0
34335
34336             TOOLKIT_DIR="base"
34337
34338         if test "$USE_WIN32" = 1 ; then
34339                         TOOLKIT="MSW"
34340     fi
34341
34342         GUIDIST="BASE_DIST"
34343     DISTDIR="wxBase"
34344 fi
34345
34346
34347
34348 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
34349     if test "$USE_UNIX" = 1 -a "$wxUSE_DARWIN" != 1 ; then
34350         wxUSE_UNICODE_UTF8=yes
34351     elif test "$USE_OS2" = 1 ; then
34352                                 wxUSE_UNICODE_UTF8=yes
34353     else
34354         wxUSE_UNICODE_UTF8=no
34355     fi
34356 fi
34357
34358
34359 if test "$wxUSE_GUI" = "yes"; then
34360     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
34361
34362 for ac_header in X11/Xlib.h
34363 do
34364 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34365 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34366 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34367 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34368   echo $ECHO_N "(cached) $ECHO_C" >&6
34369 else
34370   cat >conftest.$ac_ext <<_ACEOF
34371 /* confdefs.h.  */
34372 _ACEOF
34373 cat confdefs.h >>conftest.$ac_ext
34374 cat >>conftest.$ac_ext <<_ACEOF
34375 /* end confdefs.h.  */
34376
34377
34378 #include <$ac_header>
34379 _ACEOF
34380 rm -f conftest.$ac_objext
34381 if { (ac_try="$ac_compile"
34382 case "(($ac_try" in
34383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34384   *) ac_try_echo=$ac_try;;
34385 esac
34386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34387   (eval "$ac_compile") 2>conftest.er1
34388   ac_status=$?
34389   grep -v '^ *+' conftest.er1 >conftest.err
34390   rm -f conftest.er1
34391   cat conftest.err >&5
34392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34393   (exit $ac_status); } && {
34394          test -z "$ac_c_werror_flag" ||
34395          test ! -s conftest.err
34396        } && test -s conftest.$ac_objext; then
34397   eval "$as_ac_Header=yes"
34398 else
34399   echo "$as_me: failed program was:" >&5
34400 sed 's/^/| /' conftest.$ac_ext >&5
34401
34402         eval "$as_ac_Header=no"
34403 fi
34404
34405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34406 fi
34407 ac_res=`eval echo '${'$as_ac_Header'}'`
34408                { echo "$as_me:$LINENO: result: $ac_res" >&5
34409 echo "${ECHO_T}$ac_res" >&6; }
34410 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34411   cat >>confdefs.h <<_ACEOF
34412 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34413 _ACEOF
34414
34415 fi
34416
34417 done
34418
34419
34420 for ac_header in X11/XKBlib.h
34421 do
34422 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34423 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34424 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34425 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34426   echo $ECHO_N "(cached) $ECHO_C" >&6
34427 else
34428   cat >conftest.$ac_ext <<_ACEOF
34429 /* confdefs.h.  */
34430 _ACEOF
34431 cat confdefs.h >>conftest.$ac_ext
34432 cat >>conftest.$ac_ext <<_ACEOF
34433 /* end confdefs.h.  */
34434
34435                           #if HAVE_X11_XLIB_H
34436                             #include <X11/Xlib.h>
34437                           #endif
34438
34439
34440 #include <$ac_header>
34441 _ACEOF
34442 rm -f conftest.$ac_objext
34443 if { (ac_try="$ac_compile"
34444 case "(($ac_try" in
34445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34446   *) ac_try_echo=$ac_try;;
34447 esac
34448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34449   (eval "$ac_compile") 2>conftest.er1
34450   ac_status=$?
34451   grep -v '^ *+' conftest.er1 >conftest.err
34452   rm -f conftest.er1
34453   cat conftest.err >&5
34454   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34455   (exit $ac_status); } && {
34456          test -z "$ac_c_werror_flag" ||
34457          test ! -s conftest.err
34458        } && test -s conftest.$ac_objext; then
34459   eval "$as_ac_Header=yes"
34460 else
34461   echo "$as_me: failed program was:" >&5
34462 sed 's/^/| /' conftest.$ac_ext >&5
34463
34464         eval "$as_ac_Header=no"
34465 fi
34466
34467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34468 fi
34469 ac_res=`eval echo '${'$as_ac_Header'}'`
34470                { echo "$as_me:$LINENO: result: $ac_res" >&5
34471 echo "${ECHO_T}$ac_res" >&6; }
34472 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34473   cat >>confdefs.h <<_ACEOF
34474 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34475 _ACEOF
34476
34477 fi
34478
34479 done
34480
34481     fi
34482 fi
34483
34484
34485
34486 USE_XINERAMA=0
34487 if test "$wxUSE_DISPLAY" = "yes"; then
34488         if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK1" = 1; then
34489
34490   ac_find_libraries=
34491
34492     fl_pkgname=`echo "Xinerama" | tr [:upper:] [:lower:]`
34493
34494
34495 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
34496         if test -n "$ac_tool_prefix"; then
34497   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
34498 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
34499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
34500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
34501 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
34502   echo $ECHO_N "(cached) $ECHO_C" >&6
34503 else
34504   case $PKG_CONFIG in
34505   [\\/]* | ?:[\\/]*)
34506   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
34507   ;;
34508   *)
34509   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34510 for as_dir in $PATH
34511 do
34512   IFS=$as_save_IFS
34513   test -z "$as_dir" && as_dir=.
34514   for ac_exec_ext in '' $ac_executable_extensions; do
34515   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34516     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
34517     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34518     break 2
34519   fi
34520 done
34521 done
34522 IFS=$as_save_IFS
34523
34524   ;;
34525 esac
34526 fi
34527 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
34528 if test -n "$PKG_CONFIG"; then
34529   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
34530 echo "${ECHO_T}$PKG_CONFIG" >&6; }
34531 else
34532   { echo "$as_me:$LINENO: result: no" >&5
34533 echo "${ECHO_T}no" >&6; }
34534 fi
34535
34536
34537 fi
34538 if test -z "$ac_cv_path_PKG_CONFIG"; then
34539   ac_pt_PKG_CONFIG=$PKG_CONFIG
34540   # Extract the first word of "pkg-config", so it can be a program name with args.
34541 set dummy pkg-config; ac_word=$2
34542 { echo "$as_me:$LINENO: checking for $ac_word" >&5
34543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
34544 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
34545   echo $ECHO_N "(cached) $ECHO_C" >&6
34546 else
34547   case $ac_pt_PKG_CONFIG in
34548   [\\/]* | ?:[\\/]*)
34549   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
34550   ;;
34551   *)
34552   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34553 for as_dir in $PATH
34554 do
34555   IFS=$as_save_IFS
34556   test -z "$as_dir" && as_dir=.
34557   for ac_exec_ext in '' $ac_executable_extensions; do
34558   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34559     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
34560     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34561     break 2
34562   fi
34563 done
34564 done
34565 IFS=$as_save_IFS
34566
34567   ;;
34568 esac
34569 fi
34570 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
34571 if test -n "$ac_pt_PKG_CONFIG"; then
34572   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
34573 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
34574 else
34575   { echo "$as_me:$LINENO: result: no" >&5
34576 echo "${ECHO_T}no" >&6; }
34577 fi
34578
34579   if test "x$ac_pt_PKG_CONFIG" = x; then
34580     PKG_CONFIG=""
34581   else
34582     case $cross_compiling:$ac_tool_warned in
34583 yes:)
34584 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
34585 whose name does not start with the host triplet.  If you think this
34586 configuration is useful to you, please write to autoconf@gnu.org." >&5
34587 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
34588 whose name does not start with the host triplet.  If you think this
34589 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
34590 ac_tool_warned=yes ;;
34591 esac
34592     PKG_CONFIG=$ac_pt_PKG_CONFIG
34593   fi
34594 else
34595   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
34596 fi
34597
34598 fi
34599 if test -n "$PKG_CONFIG"; then
34600         _pkg_min_version=0.9.0
34601         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
34602 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
34603         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
34604                 { echo "$as_me:$LINENO: result: yes" >&5
34605 echo "${ECHO_T}yes" >&6; }
34606         else
34607                 { echo "$as_me:$LINENO: result: no" >&5
34608 echo "${ECHO_T}no" >&6; }
34609                 PKG_CONFIG=""
34610         fi
34611
34612 fi 6> /dev/null
34613
34614 pkg_failed=no
34615 { echo "$as_me:$LINENO: checking for Xinerama" >&5
34616 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
34617
34618 if test -n "$PKG_CONFIG"; then
34619     if test -n "$Xinerama_CFLAGS"; then
34620         pkg_cv_Xinerama_CFLAGS="$Xinerama_CFLAGS"
34621     else
34622         if test -n "$PKG_CONFIG" && \
34623     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
34624   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
34625   ac_status=$?
34626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34627   (exit $ac_status); }; then
34628   pkg_cv_Xinerama_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
34629 else
34630   pkg_failed=yes
34631 fi
34632     fi
34633 else
34634         pkg_failed=untried
34635 fi
34636 if test -n "$PKG_CONFIG"; then
34637     if test -n "$Xinerama_LIBS"; then
34638         pkg_cv_Xinerama_LIBS="$Xinerama_LIBS"
34639     else
34640         if test -n "$PKG_CONFIG" && \
34641     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
34642   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
34643   ac_status=$?
34644   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34645   (exit $ac_status); }; then
34646   pkg_cv_Xinerama_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
34647 else
34648   pkg_failed=yes
34649 fi
34650     fi
34651 else
34652         pkg_failed=untried
34653 fi
34654
34655
34656
34657 if test $pkg_failed = yes; then
34658
34659 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34660         _pkg_short_errors_supported=yes
34661 else
34662         _pkg_short_errors_supported=no
34663 fi
34664         if test $_pkg_short_errors_supported = yes; then
34665                 Xinerama_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
34666         else
34667                 Xinerama_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
34668         fi
34669         # Put the nasty error message in config.log where it belongs
34670         echo "$Xinerama_PKG_ERRORS" >&5
34671
34672
34673       if test "x$ac_find_libraries" = "x"; then
34674                 if test "xXineramaQueryScreens" != "x"; then
34675           { echo "$as_me:$LINENO: checking for XineramaQueryScreens in -lXinerama" >&5
34676 echo $ECHO_N "checking for XineramaQueryScreens in -lXinerama... $ECHO_C" >&6; }
34677 if test "${ac_cv_lib_Xinerama_XineramaQueryScreens+set}" = set; then
34678   echo $ECHO_N "(cached) $ECHO_C" >&6
34679 else
34680   ac_check_lib_save_LIBS=$LIBS
34681 LIBS="-lXinerama  $LIBS"
34682 cat >conftest.$ac_ext <<_ACEOF
34683 /* confdefs.h.  */
34684 _ACEOF
34685 cat confdefs.h >>conftest.$ac_ext
34686 cat >>conftest.$ac_ext <<_ACEOF
34687 /* end confdefs.h.  */
34688
34689 /* Override any GCC internal prototype to avoid an error.
34690    Use char because int might match the return type of a GCC
34691    builtin and then its argument prototype would still apply.  */
34692 #ifdef __cplusplus
34693 extern "C"
34694 #endif
34695 char XineramaQueryScreens ();
34696 int
34697 main ()
34698 {
34699 return XineramaQueryScreens ();
34700   ;
34701   return 0;
34702 }
34703 _ACEOF
34704 rm -f conftest.$ac_objext conftest$ac_exeext
34705 if { (ac_try="$ac_link"
34706 case "(($ac_try" in
34707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34708   *) ac_try_echo=$ac_try;;
34709 esac
34710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34711   (eval "$ac_link") 2>conftest.er1
34712   ac_status=$?
34713   grep -v '^ *+' conftest.er1 >conftest.err
34714   rm -f conftest.er1
34715   cat conftest.err >&5
34716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34717   (exit $ac_status); } && {
34718          test -z "$ac_c_werror_flag" ||
34719          test ! -s conftest.err
34720        } && test -s conftest$ac_exeext &&
34721        $as_test_x conftest$ac_exeext; then
34722   ac_cv_lib_Xinerama_XineramaQueryScreens=yes
34723 else
34724   echo "$as_me: failed program was:" >&5
34725 sed 's/^/| /' conftest.$ac_ext >&5
34726
34727         ac_cv_lib_Xinerama_XineramaQueryScreens=no
34728 fi
34729
34730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34731       conftest$ac_exeext conftest.$ac_ext
34732 LIBS=$ac_check_lib_save_LIBS
34733 fi
34734 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
34735 echo "${ECHO_T}$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
34736 if test $ac_cv_lib_Xinerama_XineramaQueryScreens = yes; then
34737   ac_find_libraries="std"
34738 fi
34739
34740         fi
34741       fi
34742
34743       if test "x$ac_find_libraries" = "x"; then
34744                         { echo "$as_me:$LINENO: checking elsewhere" >&5
34745 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
34746
34747   ac_find_libraries=
34748   for ac_dir in  $SEARCH_LIB
34749   do
34750     for ac_extension in a so sl dylib dll.a; do
34751       if test -f "$ac_dir/libXinerama.$ac_extension"; then
34752         ac_find_libraries=$ac_dir
34753         break 2
34754       fi
34755     done
34756   done
34757
34758         if test "x$ac_find_libraries" != "x"; then
34759           { echo "$as_me:$LINENO: result: yes" >&5
34760 echo "${ECHO_T}yes" >&6; }
34761         else
34762           { echo "$as_me:$LINENO: result: no" >&5
34763 echo "${ECHO_T}no" >&6; }
34764         fi
34765       fi
34766
34767 elif test $pkg_failed = untried; then
34768
34769       if test "x$ac_find_libraries" = "x"; then
34770                 if test "xXineramaQueryScreens" != "x"; then
34771           { echo "$as_me:$LINENO: checking for XineramaQueryScreens in -lXinerama" >&5
34772 echo $ECHO_N "checking for XineramaQueryScreens in -lXinerama... $ECHO_C" >&6; }
34773 if test "${ac_cv_lib_Xinerama_XineramaQueryScreens+set}" = set; then
34774   echo $ECHO_N "(cached) $ECHO_C" >&6
34775 else
34776   ac_check_lib_save_LIBS=$LIBS
34777 LIBS="-lXinerama  $LIBS"
34778 cat >conftest.$ac_ext <<_ACEOF
34779 /* confdefs.h.  */
34780 _ACEOF
34781 cat confdefs.h >>conftest.$ac_ext
34782 cat >>conftest.$ac_ext <<_ACEOF
34783 /* end confdefs.h.  */
34784
34785 /* Override any GCC internal prototype to avoid an error.
34786    Use char because int might match the return type of a GCC
34787    builtin and then its argument prototype would still apply.  */
34788 #ifdef __cplusplus
34789 extern "C"
34790 #endif
34791 char XineramaQueryScreens ();
34792 int
34793 main ()
34794 {
34795 return XineramaQueryScreens ();
34796   ;
34797   return 0;
34798 }
34799 _ACEOF
34800 rm -f conftest.$ac_objext conftest$ac_exeext
34801 if { (ac_try="$ac_link"
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_link") 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_c_werror_flag" ||
34815          test ! -s conftest.err
34816        } && test -s conftest$ac_exeext &&
34817        $as_test_x conftest$ac_exeext; then
34818   ac_cv_lib_Xinerama_XineramaQueryScreens=yes
34819 else
34820   echo "$as_me: failed program was:" >&5
34821 sed 's/^/| /' conftest.$ac_ext >&5
34822
34823         ac_cv_lib_Xinerama_XineramaQueryScreens=no
34824 fi
34825
34826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34827       conftest$ac_exeext conftest.$ac_ext
34828 LIBS=$ac_check_lib_save_LIBS
34829 fi
34830 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
34831 echo "${ECHO_T}$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
34832 if test $ac_cv_lib_Xinerama_XineramaQueryScreens = yes; then
34833   ac_find_libraries="std"
34834 fi
34835
34836         fi
34837       fi
34838
34839       if test "x$ac_find_libraries" = "x"; then
34840                         { echo "$as_me:$LINENO: checking elsewhere" >&5
34841 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
34842
34843   ac_find_libraries=
34844   for ac_dir in  $SEARCH_LIB
34845   do
34846     for ac_extension in a so sl dylib dll.a; do
34847       if test -f "$ac_dir/libXinerama.$ac_extension"; then
34848         ac_find_libraries=$ac_dir
34849         break 2
34850       fi
34851     done
34852   done
34853
34854         if test "x$ac_find_libraries" != "x"; then
34855           { echo "$as_me:$LINENO: result: yes" >&5
34856 echo "${ECHO_T}yes" >&6; }
34857         else
34858           { echo "$as_me:$LINENO: result: no" >&5
34859 echo "${ECHO_T}no" >&6; }
34860         fi
34861       fi
34862
34863 else
34864         Xinerama_CFLAGS=$pkg_cv_Xinerama_CFLAGS
34865         Xinerama_LIBS=$pkg_cv_Xinerama_LIBS
34866         { echo "$as_me:$LINENO: result: yes" >&5
34867 echo "${ECHO_T}yes" >&6; }
34868
34869             ac_find_libraries="std"
34870
34871                                                 eval ac_find_cflags=\$Xinerama_CFLAGS
34872       eval fl_libs=\$Xinerama_LIBS
34873
34874                   for fl_path in $fl_libs
34875       do
34876         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
34877                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
34878         fi
34879       done
34880
34881 fi
34882
34883         if test "$ac_find_libraries" != "" ; then
34884             if test "$ac_find_libraries" != "std" ; then
34885
34886     if test "$ac_find_libraries" = "default location"; then
34887     ac_path_to_link=""
34888   else
34889     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34890     result=$?
34891     if test $result = 0; then
34892       ac_path_to_link=""
34893     else
34894       ac_path_to_link=" -L$ac_find_libraries"
34895     fi
34896   fi
34897
34898               if test "$ac_path_to_link" != " -L/usr/lib" ; then
34899                   LDFLAGS="$LDFLAGS $ac_path_to_link"
34900               fi
34901             fi
34902             USE_XINERAMA=1
34903             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
34904         else
34905             { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
34906 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
34907             wxUSE_DISPLAY="no"
34908         fi
34909     elif test "$wxUSE_MSW" = 1; then
34910                 { echo "$as_me:$LINENO: checking for ddraw.h" >&5
34911 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
34912 if test "${ac_cv_header_ddraw_h+set}" = set; then
34913   echo $ECHO_N "(cached) $ECHO_C" >&6
34914 else
34915   cat >conftest.$ac_ext <<_ACEOF
34916 /* confdefs.h.  */
34917 _ACEOF
34918 cat confdefs.h >>conftest.$ac_ext
34919 cat >>conftest.$ac_ext <<_ACEOF
34920 /* end confdefs.h.  */
34921 #include <windows.h>
34922
34923 #include <ddraw.h>
34924 _ACEOF
34925 rm -f conftest.$ac_objext
34926 if { (ac_try="$ac_compile"
34927 case "(($ac_try" in
34928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34929   *) ac_try_echo=$ac_try;;
34930 esac
34931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34932   (eval "$ac_compile") 2>conftest.er1
34933   ac_status=$?
34934   grep -v '^ *+' conftest.er1 >conftest.err
34935   rm -f conftest.er1
34936   cat conftest.err >&5
34937   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34938   (exit $ac_status); } && {
34939          test -z "$ac_c_werror_flag" ||
34940          test ! -s conftest.err
34941        } && test -s conftest.$ac_objext; then
34942   ac_cv_header_ddraw_h=yes
34943 else
34944   echo "$as_me: failed program was:" >&5
34945 sed 's/^/| /' conftest.$ac_ext >&5
34946
34947         ac_cv_header_ddraw_h=no
34948 fi
34949
34950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34951 fi
34952 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
34953 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
34954
34955
34956     fi
34957 fi
34958
34959 if test "$wxUSE_DISPLAY" = "yes"; then
34960         if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
34961
34962   ac_find_libraries=
34963
34964     fl_pkgname=`echo "Xxf86vm" | tr [:upper:] [:lower:]`
34965
34966
34967 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
34968         if test -n "$ac_tool_prefix"; then
34969   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
34970 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
34971 { echo "$as_me:$LINENO: checking for $ac_word" >&5
34972 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
34973 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
34974   echo $ECHO_N "(cached) $ECHO_C" >&6
34975 else
34976   case $PKG_CONFIG in
34977   [\\/]* | ?:[\\/]*)
34978   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
34979   ;;
34980   *)
34981   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34982 for as_dir in $PATH
34983 do
34984   IFS=$as_save_IFS
34985   test -z "$as_dir" && as_dir=.
34986   for ac_exec_ext in '' $ac_executable_extensions; do
34987   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34988     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
34989     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34990     break 2
34991   fi
34992 done
34993 done
34994 IFS=$as_save_IFS
34995
34996   ;;
34997 esac
34998 fi
34999 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
35000 if test -n "$PKG_CONFIG"; then
35001   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
35002 echo "${ECHO_T}$PKG_CONFIG" >&6; }
35003 else
35004   { echo "$as_me:$LINENO: result: no" >&5
35005 echo "${ECHO_T}no" >&6; }
35006 fi
35007
35008
35009 fi
35010 if test -z "$ac_cv_path_PKG_CONFIG"; then
35011   ac_pt_PKG_CONFIG=$PKG_CONFIG
35012   # Extract the first word of "pkg-config", so it can be a program name with args.
35013 set dummy pkg-config; ac_word=$2
35014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
35015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
35016 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
35017   echo $ECHO_N "(cached) $ECHO_C" >&6
35018 else
35019   case $ac_pt_PKG_CONFIG in
35020   [\\/]* | ?:[\\/]*)
35021   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
35022   ;;
35023   *)
35024   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35025 for as_dir in $PATH
35026 do
35027   IFS=$as_save_IFS
35028   test -z "$as_dir" && as_dir=.
35029   for ac_exec_ext in '' $ac_executable_extensions; do
35030   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35031     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
35032     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
35033     break 2
35034   fi
35035 done
35036 done
35037 IFS=$as_save_IFS
35038
35039   ;;
35040 esac
35041 fi
35042 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
35043 if test -n "$ac_pt_PKG_CONFIG"; then
35044   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
35045 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
35046 else
35047   { echo "$as_me:$LINENO: result: no" >&5
35048 echo "${ECHO_T}no" >&6; }
35049 fi
35050
35051   if test "x$ac_pt_PKG_CONFIG" = x; then
35052     PKG_CONFIG=""
35053   else
35054     case $cross_compiling:$ac_tool_warned in
35055 yes:)
35056 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
35057 whose name does not start with the host triplet.  If you think this
35058 configuration is useful to you, please write to autoconf@gnu.org." >&5
35059 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
35060 whose name does not start with the host triplet.  If you think this
35061 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
35062 ac_tool_warned=yes ;;
35063 esac
35064     PKG_CONFIG=$ac_pt_PKG_CONFIG
35065   fi
35066 else
35067   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
35068 fi
35069
35070 fi
35071 if test -n "$PKG_CONFIG"; then
35072         _pkg_min_version=0.9.0
35073         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
35074 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
35075         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
35076                 { echo "$as_me:$LINENO: result: yes" >&5
35077 echo "${ECHO_T}yes" >&6; }
35078         else
35079                 { echo "$as_me:$LINENO: result: no" >&5
35080 echo "${ECHO_T}no" >&6; }
35081                 PKG_CONFIG=""
35082         fi
35083
35084 fi 6> /dev/null
35085
35086 pkg_failed=no
35087 { echo "$as_me:$LINENO: checking for Xxf86vm" >&5
35088 echo $ECHO_N "checking for Xxf86vm... $ECHO_C" >&6; }
35089
35090 if test -n "$PKG_CONFIG"; then
35091     if test -n "$Xxf86vm_CFLAGS"; then
35092         pkg_cv_Xxf86vm_CFLAGS="$Xxf86vm_CFLAGS"
35093     else
35094         if test -n "$PKG_CONFIG" && \
35095     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
35096   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
35097   ac_status=$?
35098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35099   (exit $ac_status); }; then
35100   pkg_cv_Xxf86vm_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
35101 else
35102   pkg_failed=yes
35103 fi
35104     fi
35105 else
35106         pkg_failed=untried
35107 fi
35108 if test -n "$PKG_CONFIG"; then
35109     if test -n "$Xxf86vm_LIBS"; then
35110         pkg_cv_Xxf86vm_LIBS="$Xxf86vm_LIBS"
35111     else
35112         if test -n "$PKG_CONFIG" && \
35113     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
35114   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
35115   ac_status=$?
35116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35117   (exit $ac_status); }; then
35118   pkg_cv_Xxf86vm_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
35119 else
35120   pkg_failed=yes
35121 fi
35122     fi
35123 else
35124         pkg_failed=untried
35125 fi
35126
35127
35128
35129 if test $pkg_failed = yes; then
35130
35131 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
35132         _pkg_short_errors_supported=yes
35133 else
35134         _pkg_short_errors_supported=no
35135 fi
35136         if test $_pkg_short_errors_supported = yes; then
35137                 Xxf86vm_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
35138         else
35139                 Xxf86vm_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
35140         fi
35141         # Put the nasty error message in config.log where it belongs
35142         echo "$Xxf86vm_PKG_ERRORS" >&5
35143
35144
35145       if test "x$ac_find_libraries" = "x"; then
35146                 if test "xXF86VidModeQueryExtension" != "x"; then
35147           { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
35148 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
35149 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
35150   echo $ECHO_N "(cached) $ECHO_C" >&6
35151 else
35152   ac_check_lib_save_LIBS=$LIBS
35153 LIBS="-lXxf86vm  $LIBS"
35154 cat >conftest.$ac_ext <<_ACEOF
35155 /* confdefs.h.  */
35156 _ACEOF
35157 cat confdefs.h >>conftest.$ac_ext
35158 cat >>conftest.$ac_ext <<_ACEOF
35159 /* end confdefs.h.  */
35160
35161 /* Override any GCC internal prototype to avoid an error.
35162    Use char because int might match the return type of a GCC
35163    builtin and then its argument prototype would still apply.  */
35164 #ifdef __cplusplus
35165 extern "C"
35166 #endif
35167 char XF86VidModeQueryExtension ();
35168 int
35169 main ()
35170 {
35171 return XF86VidModeQueryExtension ();
35172   ;
35173   return 0;
35174 }
35175 _ACEOF
35176 rm -f conftest.$ac_objext conftest$ac_exeext
35177 if { (ac_try="$ac_link"
35178 case "(($ac_try" in
35179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35180   *) ac_try_echo=$ac_try;;
35181 esac
35182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35183   (eval "$ac_link") 2>conftest.er1
35184   ac_status=$?
35185   grep -v '^ *+' conftest.er1 >conftest.err
35186   rm -f conftest.er1
35187   cat conftest.err >&5
35188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35189   (exit $ac_status); } && {
35190          test -z "$ac_c_werror_flag" ||
35191          test ! -s conftest.err
35192        } && test -s conftest$ac_exeext &&
35193        $as_test_x conftest$ac_exeext; then
35194   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
35195 else
35196   echo "$as_me: failed program was:" >&5
35197 sed 's/^/| /' conftest.$ac_ext >&5
35198
35199         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
35200 fi
35201
35202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35203       conftest$ac_exeext conftest.$ac_ext
35204 LIBS=$ac_check_lib_save_LIBS
35205 fi
35206 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
35207 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
35208 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
35209   ac_find_libraries="std"
35210 fi
35211
35212         fi
35213       fi
35214
35215       if test "x$ac_find_libraries" = "x"; then
35216                         { echo "$as_me:$LINENO: checking elsewhere" >&5
35217 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
35218
35219   ac_find_libraries=
35220   for ac_dir in  $SEARCH_LIB
35221   do
35222     for ac_extension in a so sl dylib dll.a; do
35223       if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
35224         ac_find_libraries=$ac_dir
35225         break 2
35226       fi
35227     done
35228   done
35229
35230         if test "x$ac_find_libraries" != "x"; then
35231           { echo "$as_me:$LINENO: result: yes" >&5
35232 echo "${ECHO_T}yes" >&6; }
35233         else
35234           { echo "$as_me:$LINENO: result: no" >&5
35235 echo "${ECHO_T}no" >&6; }
35236         fi
35237       fi
35238
35239 elif test $pkg_failed = untried; then
35240
35241       if test "x$ac_find_libraries" = "x"; then
35242                 if test "xXF86VidModeQueryExtension" != "x"; then
35243           { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
35244 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
35245 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
35246   echo $ECHO_N "(cached) $ECHO_C" >&6
35247 else
35248   ac_check_lib_save_LIBS=$LIBS
35249 LIBS="-lXxf86vm  $LIBS"
35250 cat >conftest.$ac_ext <<_ACEOF
35251 /* confdefs.h.  */
35252 _ACEOF
35253 cat confdefs.h >>conftest.$ac_ext
35254 cat >>conftest.$ac_ext <<_ACEOF
35255 /* end confdefs.h.  */
35256
35257 /* Override any GCC internal prototype to avoid an error.
35258    Use char because int might match the return type of a GCC
35259    builtin and then its argument prototype would still apply.  */
35260 #ifdef __cplusplus
35261 extern "C"
35262 #endif
35263 char XF86VidModeQueryExtension ();
35264 int
35265 main ()
35266 {
35267 return XF86VidModeQueryExtension ();
35268   ;
35269   return 0;
35270 }
35271 _ACEOF
35272 rm -f conftest.$ac_objext conftest$ac_exeext
35273 if { (ac_try="$ac_link"
35274 case "(($ac_try" in
35275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35276   *) ac_try_echo=$ac_try;;
35277 esac
35278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35279   (eval "$ac_link") 2>conftest.er1
35280   ac_status=$?
35281   grep -v '^ *+' conftest.er1 >conftest.err
35282   rm -f conftest.er1
35283   cat conftest.err >&5
35284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35285   (exit $ac_status); } && {
35286          test -z "$ac_c_werror_flag" ||
35287          test ! -s conftest.err
35288        } && test -s conftest$ac_exeext &&
35289        $as_test_x conftest$ac_exeext; then
35290   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
35291 else
35292   echo "$as_me: failed program was:" >&5
35293 sed 's/^/| /' conftest.$ac_ext >&5
35294
35295         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
35296 fi
35297
35298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35299       conftest$ac_exeext conftest.$ac_ext
35300 LIBS=$ac_check_lib_save_LIBS
35301 fi
35302 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
35303 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
35304 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
35305   ac_find_libraries="std"
35306 fi
35307
35308         fi
35309       fi
35310
35311       if test "x$ac_find_libraries" = "x"; then
35312                         { echo "$as_me:$LINENO: checking elsewhere" >&5
35313 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
35314
35315   ac_find_libraries=
35316   for ac_dir in  $SEARCH_LIB
35317   do
35318     for ac_extension in a so sl dylib dll.a; do
35319       if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
35320         ac_find_libraries=$ac_dir
35321         break 2
35322       fi
35323     done
35324   done
35325
35326         if test "x$ac_find_libraries" != "x"; then
35327           { echo "$as_me:$LINENO: result: yes" >&5
35328 echo "${ECHO_T}yes" >&6; }
35329         else
35330           { echo "$as_me:$LINENO: result: no" >&5
35331 echo "${ECHO_T}no" >&6; }
35332         fi
35333       fi
35334
35335 else
35336         Xxf86vm_CFLAGS=$pkg_cv_Xxf86vm_CFLAGS
35337         Xxf86vm_LIBS=$pkg_cv_Xxf86vm_LIBS
35338         { echo "$as_me:$LINENO: result: yes" >&5
35339 echo "${ECHO_T}yes" >&6; }
35340
35341             ac_find_libraries="std"
35342
35343                                                 eval ac_find_cflags=\$Xxf86vm_CFLAGS
35344       eval fl_libs=\$Xxf86vm_LIBS
35345
35346                   for fl_path in $fl_libs
35347       do
35348         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
35349                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
35350         fi
35351       done
35352
35353 fi
35354
35355         if test "$ac_find_libraries" != "" ; then
35356
35357 for ac_header in X11/extensions/xf86vmode.h
35358 do
35359 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35360 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35361 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35362 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35363   echo $ECHO_N "(cached) $ECHO_C" >&6
35364 else
35365   cat >conftest.$ac_ext <<_ACEOF
35366 /* confdefs.h.  */
35367 _ACEOF
35368 cat confdefs.h >>conftest.$ac_ext
35369 cat >>conftest.$ac_ext <<_ACEOF
35370 /* end confdefs.h.  */
35371
35372                                   #if HAVE_X11_XLIB_H
35373                                     #include <X11/Xlib.h>
35374                                   #endif
35375
35376
35377 #include <$ac_header>
35378 _ACEOF
35379 rm -f conftest.$ac_objext
35380 if { (ac_try="$ac_compile"
35381 case "(($ac_try" in
35382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35383   *) ac_try_echo=$ac_try;;
35384 esac
35385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35386   (eval "$ac_compile") 2>conftest.er1
35387   ac_status=$?
35388   grep -v '^ *+' conftest.er1 >conftest.err
35389   rm -f conftest.er1
35390   cat conftest.err >&5
35391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35392   (exit $ac_status); } && {
35393          test -z "$ac_c_werror_flag" ||
35394          test ! -s conftest.err
35395        } && test -s conftest.$ac_objext; then
35396   eval "$as_ac_Header=yes"
35397 else
35398   echo "$as_me: failed program was:" >&5
35399 sed 's/^/| /' conftest.$ac_ext >&5
35400
35401         eval "$as_ac_Header=no"
35402 fi
35403
35404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35405 fi
35406 ac_res=`eval echo '${'$as_ac_Header'}'`
35407                { echo "$as_me:$LINENO: result: $ac_res" >&5
35408 echo "${ECHO_T}$ac_res" >&6; }
35409 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35410   cat >>confdefs.h <<_ACEOF
35411 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35412 _ACEOF
35413
35414                               GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
35415
35416 fi
35417
35418 done
35419
35420         fi
35421     fi
35422 fi
35423
35424 if test "$wxUSE_DETECT_SM" = "yes"; then
35425     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
35426
35427   ac_find_libraries=
35428
35429     fl_pkgname=`echo "SM" | tr [:upper:] [:lower:]`
35430
35431
35432 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
35433         if test -n "$ac_tool_prefix"; then
35434   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
35435 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
35436 { echo "$as_me:$LINENO: checking for $ac_word" >&5
35437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
35438 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
35439   echo $ECHO_N "(cached) $ECHO_C" >&6
35440 else
35441   case $PKG_CONFIG in
35442   [\\/]* | ?:[\\/]*)
35443   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
35444   ;;
35445   *)
35446   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35447 for as_dir in $PATH
35448 do
35449   IFS=$as_save_IFS
35450   test -z "$as_dir" && as_dir=.
35451   for ac_exec_ext in '' $ac_executable_extensions; do
35452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35453     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
35454     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
35455     break 2
35456   fi
35457 done
35458 done
35459 IFS=$as_save_IFS
35460
35461   ;;
35462 esac
35463 fi
35464 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
35465 if test -n "$PKG_CONFIG"; then
35466   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
35467 echo "${ECHO_T}$PKG_CONFIG" >&6; }
35468 else
35469   { echo "$as_me:$LINENO: result: no" >&5
35470 echo "${ECHO_T}no" >&6; }
35471 fi
35472
35473
35474 fi
35475 if test -z "$ac_cv_path_PKG_CONFIG"; then
35476   ac_pt_PKG_CONFIG=$PKG_CONFIG
35477   # Extract the first word of "pkg-config", so it can be a program name with args.
35478 set dummy pkg-config; ac_word=$2
35479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
35480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
35481 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
35482   echo $ECHO_N "(cached) $ECHO_C" >&6
35483 else
35484   case $ac_pt_PKG_CONFIG in
35485   [\\/]* | ?:[\\/]*)
35486   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
35487   ;;
35488   *)
35489   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35490 for as_dir in $PATH
35491 do
35492   IFS=$as_save_IFS
35493   test -z "$as_dir" && as_dir=.
35494   for ac_exec_ext in '' $ac_executable_extensions; do
35495   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35496     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
35497     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
35498     break 2
35499   fi
35500 done
35501 done
35502 IFS=$as_save_IFS
35503
35504   ;;
35505 esac
35506 fi
35507 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
35508 if test -n "$ac_pt_PKG_CONFIG"; then
35509   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
35510 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
35511 else
35512   { echo "$as_me:$LINENO: result: no" >&5
35513 echo "${ECHO_T}no" >&6; }
35514 fi
35515
35516   if test "x$ac_pt_PKG_CONFIG" = x; then
35517     PKG_CONFIG=""
35518   else
35519     case $cross_compiling:$ac_tool_warned in
35520 yes:)
35521 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
35522 whose name does not start with the host triplet.  If you think this
35523 configuration is useful to you, please write to autoconf@gnu.org." >&5
35524 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
35525 whose name does not start with the host triplet.  If you think this
35526 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
35527 ac_tool_warned=yes ;;
35528 esac
35529     PKG_CONFIG=$ac_pt_PKG_CONFIG
35530   fi
35531 else
35532   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
35533 fi
35534
35535 fi
35536 if test -n "$PKG_CONFIG"; then
35537         _pkg_min_version=0.9.0
35538         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
35539 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
35540         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
35541                 { echo "$as_me:$LINENO: result: yes" >&5
35542 echo "${ECHO_T}yes" >&6; }
35543         else
35544                 { echo "$as_me:$LINENO: result: no" >&5
35545 echo "${ECHO_T}no" >&6; }
35546                 PKG_CONFIG=""
35547         fi
35548
35549 fi 6> /dev/null
35550
35551 pkg_failed=no
35552 { echo "$as_me:$LINENO: checking for SM" >&5
35553 echo $ECHO_N "checking for SM... $ECHO_C" >&6; }
35554
35555 if test -n "$PKG_CONFIG"; then
35556     if test -n "$SM_CFLAGS"; then
35557         pkg_cv_SM_CFLAGS="$SM_CFLAGS"
35558     else
35559         if test -n "$PKG_CONFIG" && \
35560     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
35561   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
35562   ac_status=$?
35563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35564   (exit $ac_status); }; then
35565   pkg_cv_SM_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
35566 else
35567   pkg_failed=yes
35568 fi
35569     fi
35570 else
35571         pkg_failed=untried
35572 fi
35573 if test -n "$PKG_CONFIG"; then
35574     if test -n "$SM_LIBS"; then
35575         pkg_cv_SM_LIBS="$SM_LIBS"
35576     else
35577         if test -n "$PKG_CONFIG" && \
35578     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
35579   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
35580   ac_status=$?
35581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35582   (exit $ac_status); }; then
35583   pkg_cv_SM_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
35584 else
35585   pkg_failed=yes
35586 fi
35587     fi
35588 else
35589         pkg_failed=untried
35590 fi
35591
35592
35593
35594 if test $pkg_failed = yes; then
35595
35596 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
35597         _pkg_short_errors_supported=yes
35598 else
35599         _pkg_short_errors_supported=no
35600 fi
35601         if test $_pkg_short_errors_supported = yes; then
35602                 SM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
35603         else
35604                 SM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
35605         fi
35606         # Put the nasty error message in config.log where it belongs
35607         echo "$SM_PKG_ERRORS" >&5
35608
35609
35610       if test "x$ac_find_libraries" = "x"; then
35611                 if test "xSmcOpenConnection" != "x"; then
35612           { echo "$as_me:$LINENO: checking for SmcOpenConnection in -lSM" >&5
35613 echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6; }
35614 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
35615   echo $ECHO_N "(cached) $ECHO_C" >&6
35616 else
35617   ac_check_lib_save_LIBS=$LIBS
35618 LIBS="-lSM  $LIBS"
35619 cat >conftest.$ac_ext <<_ACEOF
35620 /* confdefs.h.  */
35621 _ACEOF
35622 cat confdefs.h >>conftest.$ac_ext
35623 cat >>conftest.$ac_ext <<_ACEOF
35624 /* end confdefs.h.  */
35625
35626 /* Override any GCC internal prototype to avoid an error.
35627    Use char because int might match the return type of a GCC
35628    builtin and then its argument prototype would still apply.  */
35629 #ifdef __cplusplus
35630 extern "C"
35631 #endif
35632 char SmcOpenConnection ();
35633 int
35634 main ()
35635 {
35636 return SmcOpenConnection ();
35637   ;
35638   return 0;
35639 }
35640 _ACEOF
35641 rm -f conftest.$ac_objext conftest$ac_exeext
35642 if { (ac_try="$ac_link"
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_link") 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_c_werror_flag" ||
35656          test ! -s conftest.err
35657        } && test -s conftest$ac_exeext &&
35658        $as_test_x conftest$ac_exeext; then
35659   ac_cv_lib_SM_SmcOpenConnection=yes
35660 else
35661   echo "$as_me: failed program was:" >&5
35662 sed 's/^/| /' conftest.$ac_ext >&5
35663
35664         ac_cv_lib_SM_SmcOpenConnection=no
35665 fi
35666
35667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35668       conftest$ac_exeext conftest.$ac_ext
35669 LIBS=$ac_check_lib_save_LIBS
35670 fi
35671 { echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
35672 echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6; }
35673 if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
35674   ac_find_libraries="std"
35675 fi
35676
35677         fi
35678       fi
35679
35680       if test "x$ac_find_libraries" = "x"; then
35681                         { echo "$as_me:$LINENO: checking elsewhere" >&5
35682 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
35683
35684   ac_find_libraries=
35685   for ac_dir in  $SEARCH_LIB
35686   do
35687     for ac_extension in a so sl dylib dll.a; do
35688       if test -f "$ac_dir/libSM.$ac_extension"; then
35689         ac_find_libraries=$ac_dir
35690         break 2
35691       fi
35692     done
35693   done
35694
35695         if test "x$ac_find_libraries" != "x"; then
35696           { echo "$as_me:$LINENO: result: yes" >&5
35697 echo "${ECHO_T}yes" >&6; }
35698         else
35699           { echo "$as_me:$LINENO: result: no" >&5
35700 echo "${ECHO_T}no" >&6; }
35701         fi
35702       fi
35703
35704 elif test $pkg_failed = untried; then
35705
35706       if test "x$ac_find_libraries" = "x"; then
35707                 if test "xSmcOpenConnection" != "x"; then
35708           { echo "$as_me:$LINENO: checking for SmcOpenConnection in -lSM" >&5
35709 echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6; }
35710 if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
35711   echo $ECHO_N "(cached) $ECHO_C" >&6
35712 else
35713   ac_check_lib_save_LIBS=$LIBS
35714 LIBS="-lSM  $LIBS"
35715 cat >conftest.$ac_ext <<_ACEOF
35716 /* confdefs.h.  */
35717 _ACEOF
35718 cat confdefs.h >>conftest.$ac_ext
35719 cat >>conftest.$ac_ext <<_ACEOF
35720 /* end confdefs.h.  */
35721
35722 /* Override any GCC internal prototype to avoid an error.
35723    Use char because int might match the return type of a GCC
35724    builtin and then its argument prototype would still apply.  */
35725 #ifdef __cplusplus
35726 extern "C"
35727 #endif
35728 char SmcOpenConnection ();
35729 int
35730 main ()
35731 {
35732 return SmcOpenConnection ();
35733   ;
35734   return 0;
35735 }
35736 _ACEOF
35737 rm -f conftest.$ac_objext conftest$ac_exeext
35738 if { (ac_try="$ac_link"
35739 case "(($ac_try" in
35740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35741   *) ac_try_echo=$ac_try;;
35742 esac
35743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35744   (eval "$ac_link") 2>conftest.er1
35745   ac_status=$?
35746   grep -v '^ *+' conftest.er1 >conftest.err
35747   rm -f conftest.er1
35748   cat conftest.err >&5
35749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35750   (exit $ac_status); } && {
35751          test -z "$ac_c_werror_flag" ||
35752          test ! -s conftest.err
35753        } && test -s conftest$ac_exeext &&
35754        $as_test_x conftest$ac_exeext; then
35755   ac_cv_lib_SM_SmcOpenConnection=yes
35756 else
35757   echo "$as_me: failed program was:" >&5
35758 sed 's/^/| /' conftest.$ac_ext >&5
35759
35760         ac_cv_lib_SM_SmcOpenConnection=no
35761 fi
35762
35763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35764       conftest$ac_exeext conftest.$ac_ext
35765 LIBS=$ac_check_lib_save_LIBS
35766 fi
35767 { echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
35768 echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6; }
35769 if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
35770   ac_find_libraries="std"
35771 fi
35772
35773         fi
35774       fi
35775
35776       if test "x$ac_find_libraries" = "x"; then
35777                         { echo "$as_me:$LINENO: checking elsewhere" >&5
35778 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
35779
35780   ac_find_libraries=
35781   for ac_dir in  $SEARCH_LIB
35782   do
35783     for ac_extension in a so sl dylib dll.a; do
35784       if test -f "$ac_dir/libSM.$ac_extension"; then
35785         ac_find_libraries=$ac_dir
35786         break 2
35787       fi
35788     done
35789   done
35790
35791         if test "x$ac_find_libraries" != "x"; then
35792           { echo "$as_me:$LINENO: result: yes" >&5
35793 echo "${ECHO_T}yes" >&6; }
35794         else
35795           { echo "$as_me:$LINENO: result: no" >&5
35796 echo "${ECHO_T}no" >&6; }
35797         fi
35798       fi
35799
35800 else
35801         SM_CFLAGS=$pkg_cv_SM_CFLAGS
35802         SM_LIBS=$pkg_cv_SM_LIBS
35803         { echo "$as_me:$LINENO: result: yes" >&5
35804 echo "${ECHO_T}yes" >&6; }
35805
35806             ac_find_libraries="std"
35807
35808                                                 eval ac_find_cflags=\$SM_CFLAGS
35809       eval fl_libs=\$SM_LIBS
35810
35811                   for fl_path in $fl_libs
35812       do
35813         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
35814                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
35815         fi
35816       done
35817
35818 fi
35819
35820         if test "$ac_find_libraries" != "" ; then
35821             if test "$ac_find_libraries" != "std" ; then
35822
35823     if test "$ac_find_libraries" = "default location"; then
35824     ac_path_to_link=""
35825   else
35826     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
35827     result=$?
35828     if test $result = 0; then
35829       ac_path_to_link=""
35830     else
35831       ac_path_to_link=" -L$ac_find_libraries"
35832     fi
35833   fi
35834
35835               if test "$ac_path_to_link" != " -L/usr/lib" ; then
35836                 LDFLAGS="$LDFLAGS $ac_path_to_link"
35837               fi
35838             fi
35839             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
35840         else
35841             { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
35842 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
35843             wxUSE_DETECT_SM="no"
35844         fi
35845     else
35846         wxUSE_DETECT_SM="no"
35847     fi
35848 fi
35849
35850
35851
35852 USE_OPENGL=0
35853 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
35854
35855
35856     if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
35857         OPENGL_LIBS="-framework OpenGL -framework AGL"
35858     elif test "$wxUSE_MSW" = 1; then
35859         OPENGL_LIBS="-lopengl32 -lglu32"
35860     elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK2" = 1 -o "$wxUSE_GTK" = 1; then
35861
35862                         { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
35863 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
35864
35865 ac_find_includes=
35866 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include
35867   do
35868     if test -f "$ac_dir/GL/gl.h"; then
35869       ac_find_includes=$ac_dir
35870       break
35871     fi
35872   done
35873
35874         if test "$ac_find_includes" != "" ; then
35875             { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
35876 echo "${ECHO_T}found in $ac_find_includes" >&6; }
35877
35878     if test "x$ac_find_includes" = "x/usr/include"; then
35879     ac_path_to_include=""
35880   else
35881     echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
35882     result=$?
35883     if test $result = 0; then
35884       ac_path_to_include=""
35885     else
35886       ac_path_to_include=" -I$ac_find_includes"
35887     fi
35888   fi
35889
35890             CPPFLAGS="$ac_path_to_include $CPPFLAGS"
35891         else
35892             { echo "$as_me:$LINENO: result: not found" >&5
35893 echo "${ECHO_T}not found" >&6; }
35894         fi
35895
35896         { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
35897 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
35898 if test "${ac_cv_header_GL_gl_h+set}" = set; then
35899   echo $ECHO_N "(cached) $ECHO_C" >&6
35900 else
35901   cat >conftest.$ac_ext <<_ACEOF
35902 /* confdefs.h.  */
35903 _ACEOF
35904 cat confdefs.h >>conftest.$ac_ext
35905 cat >>conftest.$ac_ext <<_ACEOF
35906 /* end confdefs.h.  */
35907
35908
35909 #include <GL/gl.h>
35910 _ACEOF
35911 rm -f conftest.$ac_objext
35912 if { (ac_try="$ac_compile"
35913 case "(($ac_try" in
35914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35915   *) ac_try_echo=$ac_try;;
35916 esac
35917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35918   (eval "$ac_compile") 2>conftest.er1
35919   ac_status=$?
35920   grep -v '^ *+' conftest.er1 >conftest.err
35921   rm -f conftest.er1
35922   cat conftest.err >&5
35923   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35924   (exit $ac_status); } && {
35925          test -z "$ac_c_werror_flag" ||
35926          test ! -s conftest.err
35927        } && test -s conftest.$ac_objext; then
35928   ac_cv_header_GL_gl_h=yes
35929 else
35930   echo "$as_me: failed program was:" >&5
35931 sed 's/^/| /' conftest.$ac_ext >&5
35932
35933         ac_cv_header_GL_gl_h=no
35934 fi
35935
35936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35937 fi
35938 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
35939 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
35940 if test $ac_cv_header_GL_gl_h = yes; then
35941
35942             { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
35943 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
35944 if test "${ac_cv_header_GL_glu_h+set}" = set; then
35945   echo $ECHO_N "(cached) $ECHO_C" >&6
35946 else
35947   cat >conftest.$ac_ext <<_ACEOF
35948 /* confdefs.h.  */
35949 _ACEOF
35950 cat confdefs.h >>conftest.$ac_ext
35951 cat >>conftest.$ac_ext <<_ACEOF
35952 /* end confdefs.h.  */
35953
35954
35955 #include <GL/glu.h>
35956 _ACEOF
35957 rm -f conftest.$ac_objext
35958 if { (ac_try="$ac_compile"
35959 case "(($ac_try" in
35960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35961   *) ac_try_echo=$ac_try;;
35962 esac
35963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35964   (eval "$ac_compile") 2>conftest.er1
35965   ac_status=$?
35966   grep -v '^ *+' conftest.er1 >conftest.err
35967   rm -f conftest.er1
35968   cat conftest.err >&5
35969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35970   (exit $ac_status); } && {
35971          test -z "$ac_c_werror_flag" ||
35972          test ! -s conftest.err
35973        } && test -s conftest.$ac_objext; then
35974   ac_cv_header_GL_glu_h=yes
35975 else
35976   echo "$as_me: failed program was:" >&5
35977 sed 's/^/| /' conftest.$ac_ext >&5
35978
35979         ac_cv_header_GL_glu_h=no
35980 fi
35981
35982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35983 fi
35984 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
35985 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
35986 if test $ac_cv_header_GL_glu_h = yes; then
35987
35988                 found_gl=0
35989
35990
35991   ac_find_libraries=
35992
35993     fl_pkgname=`echo "GL" | tr [:upper:] [:lower:]`
35994
35995
35996 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
35997         if test -n "$ac_tool_prefix"; then
35998   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
35999 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
36000 { echo "$as_me:$LINENO: checking for $ac_word" >&5
36001 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
36002 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
36003   echo $ECHO_N "(cached) $ECHO_C" >&6
36004 else
36005   case $PKG_CONFIG in
36006   [\\/]* | ?:[\\/]*)
36007   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
36008   ;;
36009   *)
36010   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36011 for as_dir in $PATH
36012 do
36013   IFS=$as_save_IFS
36014   test -z "$as_dir" && as_dir=.
36015   for ac_exec_ext in '' $ac_executable_extensions; do
36016   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
36017     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36018     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36019     break 2
36020   fi
36021 done
36022 done
36023 IFS=$as_save_IFS
36024
36025   ;;
36026 esac
36027 fi
36028 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
36029 if test -n "$PKG_CONFIG"; then
36030   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
36031 echo "${ECHO_T}$PKG_CONFIG" >&6; }
36032 else
36033   { echo "$as_me:$LINENO: result: no" >&5
36034 echo "${ECHO_T}no" >&6; }
36035 fi
36036
36037
36038 fi
36039 if test -z "$ac_cv_path_PKG_CONFIG"; then
36040   ac_pt_PKG_CONFIG=$PKG_CONFIG
36041   # Extract the first word of "pkg-config", so it can be a program name with args.
36042 set dummy pkg-config; ac_word=$2
36043 { echo "$as_me:$LINENO: checking for $ac_word" >&5
36044 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
36045 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
36046   echo $ECHO_N "(cached) $ECHO_C" >&6
36047 else
36048   case $ac_pt_PKG_CONFIG in
36049   [\\/]* | ?:[\\/]*)
36050   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
36051   ;;
36052   *)
36053   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36054 for as_dir in $PATH
36055 do
36056   IFS=$as_save_IFS
36057   test -z "$as_dir" && as_dir=.
36058   for ac_exec_ext in '' $ac_executable_extensions; do
36059   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
36060     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36061     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36062     break 2
36063   fi
36064 done
36065 done
36066 IFS=$as_save_IFS
36067
36068   ;;
36069 esac
36070 fi
36071 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
36072 if test -n "$ac_pt_PKG_CONFIG"; then
36073   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
36074 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
36075 else
36076   { echo "$as_me:$LINENO: result: no" >&5
36077 echo "${ECHO_T}no" >&6; }
36078 fi
36079
36080   if test "x$ac_pt_PKG_CONFIG" = x; then
36081     PKG_CONFIG=""
36082   else
36083     case $cross_compiling:$ac_tool_warned in
36084 yes:)
36085 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
36086 whose name does not start with the host triplet.  If you think this
36087 configuration is useful to you, please write to autoconf@gnu.org." >&5
36088 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
36089 whose name does not start with the host triplet.  If you think this
36090 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
36091 ac_tool_warned=yes ;;
36092 esac
36093     PKG_CONFIG=$ac_pt_PKG_CONFIG
36094   fi
36095 else
36096   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
36097 fi
36098
36099 fi
36100 if test -n "$PKG_CONFIG"; then
36101         _pkg_min_version=0.9.0
36102         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
36103 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
36104         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
36105                 { echo "$as_me:$LINENO: result: yes" >&5
36106 echo "${ECHO_T}yes" >&6; }
36107         else
36108                 { echo "$as_me:$LINENO: result: no" >&5
36109 echo "${ECHO_T}no" >&6; }
36110                 PKG_CONFIG=""
36111         fi
36112
36113 fi 6> /dev/null
36114
36115 pkg_failed=no
36116 { echo "$as_me:$LINENO: checking for GL" >&5
36117 echo $ECHO_N "checking for GL... $ECHO_C" >&6; }
36118
36119 if test -n "$PKG_CONFIG"; then
36120     if test -n "$GL_CFLAGS"; then
36121         pkg_cv_GL_CFLAGS="$GL_CFLAGS"
36122     else
36123         if test -n "$PKG_CONFIG" && \
36124     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
36125   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
36126   ac_status=$?
36127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36128   (exit $ac_status); }; then
36129   pkg_cv_GL_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
36130 else
36131   pkg_failed=yes
36132 fi
36133     fi
36134 else
36135         pkg_failed=untried
36136 fi
36137 if test -n "$PKG_CONFIG"; then
36138     if test -n "$GL_LIBS"; then
36139         pkg_cv_GL_LIBS="$GL_LIBS"
36140     else
36141         if test -n "$PKG_CONFIG" && \
36142     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
36143   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
36144   ac_status=$?
36145   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36146   (exit $ac_status); }; then
36147   pkg_cv_GL_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
36148 else
36149   pkg_failed=yes
36150 fi
36151     fi
36152 else
36153         pkg_failed=untried
36154 fi
36155
36156
36157
36158 if test $pkg_failed = yes; then
36159
36160 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36161         _pkg_short_errors_supported=yes
36162 else
36163         _pkg_short_errors_supported=no
36164 fi
36165         if test $_pkg_short_errors_supported = yes; then
36166                 GL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
36167         else
36168                 GL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
36169         fi
36170         # Put the nasty error message in config.log where it belongs
36171         echo "$GL_PKG_ERRORS" >&5
36172
36173
36174       if test "x$ac_find_libraries" = "x"; then
36175                 if test "xglBegin" != "x"; then
36176           { echo "$as_me:$LINENO: checking for glBegin in -lGL" >&5
36177 echo $ECHO_N "checking for glBegin in -lGL... $ECHO_C" >&6; }
36178 if test "${ac_cv_lib_GL_glBegin+set}" = set; then
36179   echo $ECHO_N "(cached) $ECHO_C" >&6
36180 else
36181   ac_check_lib_save_LIBS=$LIBS
36182 LIBS="-lGL  $LIBS"
36183 cat >conftest.$ac_ext <<_ACEOF
36184 /* confdefs.h.  */
36185 _ACEOF
36186 cat confdefs.h >>conftest.$ac_ext
36187 cat >>conftest.$ac_ext <<_ACEOF
36188 /* end confdefs.h.  */
36189
36190 /* Override any GCC internal prototype to avoid an error.
36191    Use char because int might match the return type of a GCC
36192    builtin and then its argument prototype would still apply.  */
36193 #ifdef __cplusplus
36194 extern "C"
36195 #endif
36196 char glBegin ();
36197 int
36198 main ()
36199 {
36200 return glBegin ();
36201   ;
36202   return 0;
36203 }
36204 _ACEOF
36205 rm -f conftest.$ac_objext conftest$ac_exeext
36206 if { (ac_try="$ac_link"
36207 case "(($ac_try" in
36208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36209   *) ac_try_echo=$ac_try;;
36210 esac
36211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36212   (eval "$ac_link") 2>conftest.er1
36213   ac_status=$?
36214   grep -v '^ *+' conftest.er1 >conftest.err
36215   rm -f conftest.er1
36216   cat conftest.err >&5
36217   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36218   (exit $ac_status); } && {
36219          test -z "$ac_c_werror_flag" ||
36220          test ! -s conftest.err
36221        } && test -s conftest$ac_exeext &&
36222        $as_test_x conftest$ac_exeext; then
36223   ac_cv_lib_GL_glBegin=yes
36224 else
36225   echo "$as_me: failed program was:" >&5
36226 sed 's/^/| /' conftest.$ac_ext >&5
36227
36228         ac_cv_lib_GL_glBegin=no
36229 fi
36230
36231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36232       conftest$ac_exeext conftest.$ac_ext
36233 LIBS=$ac_check_lib_save_LIBS
36234 fi
36235 { echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glBegin" >&5
36236 echo "${ECHO_T}$ac_cv_lib_GL_glBegin" >&6; }
36237 if test $ac_cv_lib_GL_glBegin = yes; then
36238   ac_find_libraries="std"
36239 fi
36240
36241         fi
36242       fi
36243
36244       if test "x$ac_find_libraries" = "x"; then
36245                         { echo "$as_me:$LINENO: checking elsewhere" >&5
36246 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
36247
36248   ac_find_libraries=
36249   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
36250   do
36251     for ac_extension in a so sl dylib dll.a; do
36252       if test -f "$ac_dir/libGL.$ac_extension"; then
36253         ac_find_libraries=$ac_dir
36254         break 2
36255       fi
36256     done
36257   done
36258
36259         if test "x$ac_find_libraries" != "x"; then
36260           { echo "$as_me:$LINENO: result: yes" >&5
36261 echo "${ECHO_T}yes" >&6; }
36262         else
36263           { echo "$as_me:$LINENO: result: no" >&5
36264 echo "${ECHO_T}no" >&6; }
36265         fi
36266       fi
36267
36268 elif test $pkg_failed = untried; then
36269
36270       if test "x$ac_find_libraries" = "x"; then
36271                 if test "xglBegin" != "x"; then
36272           { echo "$as_me:$LINENO: checking for glBegin in -lGL" >&5
36273 echo $ECHO_N "checking for glBegin in -lGL... $ECHO_C" >&6; }
36274 if test "${ac_cv_lib_GL_glBegin+set}" = set; then
36275   echo $ECHO_N "(cached) $ECHO_C" >&6
36276 else
36277   ac_check_lib_save_LIBS=$LIBS
36278 LIBS="-lGL  $LIBS"
36279 cat >conftest.$ac_ext <<_ACEOF
36280 /* confdefs.h.  */
36281 _ACEOF
36282 cat confdefs.h >>conftest.$ac_ext
36283 cat >>conftest.$ac_ext <<_ACEOF
36284 /* end confdefs.h.  */
36285
36286 /* Override any GCC internal prototype to avoid an error.
36287    Use char because int might match the return type of a GCC
36288    builtin and then its argument prototype would still apply.  */
36289 #ifdef __cplusplus
36290 extern "C"
36291 #endif
36292 char glBegin ();
36293 int
36294 main ()
36295 {
36296 return glBegin ();
36297   ;
36298   return 0;
36299 }
36300 _ACEOF
36301 rm -f conftest.$ac_objext conftest$ac_exeext
36302 if { (ac_try="$ac_link"
36303 case "(($ac_try" in
36304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36305   *) ac_try_echo=$ac_try;;
36306 esac
36307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36308   (eval "$ac_link") 2>conftest.er1
36309   ac_status=$?
36310   grep -v '^ *+' conftest.er1 >conftest.err
36311   rm -f conftest.er1
36312   cat conftest.err >&5
36313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36314   (exit $ac_status); } && {
36315          test -z "$ac_c_werror_flag" ||
36316          test ! -s conftest.err
36317        } && test -s conftest$ac_exeext &&
36318        $as_test_x conftest$ac_exeext; then
36319   ac_cv_lib_GL_glBegin=yes
36320 else
36321   echo "$as_me: failed program was:" >&5
36322 sed 's/^/| /' conftest.$ac_ext >&5
36323
36324         ac_cv_lib_GL_glBegin=no
36325 fi
36326
36327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36328       conftest$ac_exeext conftest.$ac_ext
36329 LIBS=$ac_check_lib_save_LIBS
36330 fi
36331 { echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glBegin" >&5
36332 echo "${ECHO_T}$ac_cv_lib_GL_glBegin" >&6; }
36333 if test $ac_cv_lib_GL_glBegin = yes; then
36334   ac_find_libraries="std"
36335 fi
36336
36337         fi
36338       fi
36339
36340       if test "x$ac_find_libraries" = "x"; then
36341                         { echo "$as_me:$LINENO: checking elsewhere" >&5
36342 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
36343
36344   ac_find_libraries=
36345   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
36346   do
36347     for ac_extension in a so sl dylib dll.a; do
36348       if test -f "$ac_dir/libGL.$ac_extension"; then
36349         ac_find_libraries=$ac_dir
36350         break 2
36351       fi
36352     done
36353   done
36354
36355         if test "x$ac_find_libraries" != "x"; then
36356           { echo "$as_me:$LINENO: result: yes" >&5
36357 echo "${ECHO_T}yes" >&6; }
36358         else
36359           { echo "$as_me:$LINENO: result: no" >&5
36360 echo "${ECHO_T}no" >&6; }
36361         fi
36362       fi
36363
36364 else
36365         GL_CFLAGS=$pkg_cv_GL_CFLAGS
36366         GL_LIBS=$pkg_cv_GL_LIBS
36367         { echo "$as_me:$LINENO: result: yes" >&5
36368 echo "${ECHO_T}yes" >&6; }
36369
36370             ac_find_libraries="std"
36371
36372                                                 eval ac_find_cflags=\$GL_CFLAGS
36373       eval fl_libs=\$GL_LIBS
36374
36375                   for fl_path in $fl_libs
36376       do
36377         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
36378                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
36379         fi
36380       done
36381
36382 fi
36383
36384                 if test "$ac_find_libraries" != "" ; then
36385                     if test "$ac_find_libraries" != "std" ; then
36386
36387     if test "$ac_find_libraries" = "default location"; then
36388     ac_path_to_link=""
36389   else
36390     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36391     result=$?
36392     if test $result = 0; then
36393       ac_path_to_link=""
36394     else
36395       ac_path_to_link=" -L$ac_find_libraries"
36396     fi
36397   fi
36398
36399                       if test "$ac_path_to_link" != " -L/usr/lib" ; then
36400                         LDFLAGS_GL="$ac_path_to_link"
36401                       fi
36402                     fi
36403
36404
36405   ac_find_libraries=
36406
36407     fl_pkgname=`echo "GLU" | tr [:upper:] [:lower:]`
36408
36409
36410 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
36411         if test -n "$ac_tool_prefix"; then
36412   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
36413 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
36414 { echo "$as_me:$LINENO: checking for $ac_word" >&5
36415 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
36416 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
36417   echo $ECHO_N "(cached) $ECHO_C" >&6
36418 else
36419   case $PKG_CONFIG in
36420   [\\/]* | ?:[\\/]*)
36421   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
36422   ;;
36423   *)
36424   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36425 for as_dir in $PATH
36426 do
36427   IFS=$as_save_IFS
36428   test -z "$as_dir" && as_dir=.
36429   for ac_exec_ext in '' $ac_executable_extensions; do
36430   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
36431     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36432     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36433     break 2
36434   fi
36435 done
36436 done
36437 IFS=$as_save_IFS
36438
36439   ;;
36440 esac
36441 fi
36442 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
36443 if test -n "$PKG_CONFIG"; then
36444   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
36445 echo "${ECHO_T}$PKG_CONFIG" >&6; }
36446 else
36447   { echo "$as_me:$LINENO: result: no" >&5
36448 echo "${ECHO_T}no" >&6; }
36449 fi
36450
36451
36452 fi
36453 if test -z "$ac_cv_path_PKG_CONFIG"; then
36454   ac_pt_PKG_CONFIG=$PKG_CONFIG
36455   # Extract the first word of "pkg-config", so it can be a program name with args.
36456 set dummy pkg-config; ac_word=$2
36457 { echo "$as_me:$LINENO: checking for $ac_word" >&5
36458 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
36459 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
36460   echo $ECHO_N "(cached) $ECHO_C" >&6
36461 else
36462   case $ac_pt_PKG_CONFIG in
36463   [\\/]* | ?:[\\/]*)
36464   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
36465   ;;
36466   *)
36467   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36468 for as_dir in $PATH
36469 do
36470   IFS=$as_save_IFS
36471   test -z "$as_dir" && as_dir=.
36472   for ac_exec_ext in '' $ac_executable_extensions; do
36473   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
36474     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36475     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36476     break 2
36477   fi
36478 done
36479 done
36480 IFS=$as_save_IFS
36481
36482   ;;
36483 esac
36484 fi
36485 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
36486 if test -n "$ac_pt_PKG_CONFIG"; then
36487   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
36488 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
36489 else
36490   { echo "$as_me:$LINENO: result: no" >&5
36491 echo "${ECHO_T}no" >&6; }
36492 fi
36493
36494   if test "x$ac_pt_PKG_CONFIG" = x; then
36495     PKG_CONFIG=""
36496   else
36497     case $cross_compiling:$ac_tool_warned in
36498 yes:)
36499 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
36500 whose name does not start with the host triplet.  If you think this
36501 configuration is useful to you, please write to autoconf@gnu.org." >&5
36502 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
36503 whose name does not start with the host triplet.  If you think this
36504 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
36505 ac_tool_warned=yes ;;
36506 esac
36507     PKG_CONFIG=$ac_pt_PKG_CONFIG
36508   fi
36509 else
36510   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
36511 fi
36512
36513 fi
36514 if test -n "$PKG_CONFIG"; then
36515         _pkg_min_version=0.9.0
36516         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
36517 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
36518         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
36519                 { echo "$as_me:$LINENO: result: yes" >&5
36520 echo "${ECHO_T}yes" >&6; }
36521         else
36522                 { echo "$as_me:$LINENO: result: no" >&5
36523 echo "${ECHO_T}no" >&6; }
36524                 PKG_CONFIG=""
36525         fi
36526
36527 fi 6> /dev/null
36528
36529 pkg_failed=no
36530 { echo "$as_me:$LINENO: checking for GLU" >&5
36531 echo $ECHO_N "checking for GLU... $ECHO_C" >&6; }
36532
36533 if test -n "$PKG_CONFIG"; then
36534     if test -n "$GLU_CFLAGS"; then
36535         pkg_cv_GLU_CFLAGS="$GLU_CFLAGS"
36536     else
36537         if test -n "$PKG_CONFIG" && \
36538     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
36539   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
36540   ac_status=$?
36541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36542   (exit $ac_status); }; then
36543   pkg_cv_GLU_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
36544 else
36545   pkg_failed=yes
36546 fi
36547     fi
36548 else
36549         pkg_failed=untried
36550 fi
36551 if test -n "$PKG_CONFIG"; then
36552     if test -n "$GLU_LIBS"; then
36553         pkg_cv_GLU_LIBS="$GLU_LIBS"
36554     else
36555         if test -n "$PKG_CONFIG" && \
36556     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
36557   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
36558   ac_status=$?
36559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36560   (exit $ac_status); }; then
36561   pkg_cv_GLU_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
36562 else
36563   pkg_failed=yes
36564 fi
36565     fi
36566 else
36567         pkg_failed=untried
36568 fi
36569
36570
36571
36572 if test $pkg_failed = yes; then
36573
36574 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36575         _pkg_short_errors_supported=yes
36576 else
36577         _pkg_short_errors_supported=no
36578 fi
36579         if test $_pkg_short_errors_supported = yes; then
36580                 GLU_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
36581         else
36582                 GLU_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
36583         fi
36584         # Put the nasty error message in config.log where it belongs
36585         echo "$GLU_PKG_ERRORS" >&5
36586
36587
36588       if test "x$ac_find_libraries" = "x"; then
36589                 if test "xgluBeginCurve" != "x"; then
36590           { echo "$as_me:$LINENO: checking for gluBeginCurve in -lGLU" >&5
36591 echo $ECHO_N "checking for gluBeginCurve in -lGLU... $ECHO_C" >&6; }
36592 if test "${ac_cv_lib_GLU_gluBeginCurve+set}" = set; then
36593   echo $ECHO_N "(cached) $ECHO_C" >&6
36594 else
36595   ac_check_lib_save_LIBS=$LIBS
36596 LIBS="-lGLU  $LIBS"
36597 cat >conftest.$ac_ext <<_ACEOF
36598 /* confdefs.h.  */
36599 _ACEOF
36600 cat confdefs.h >>conftest.$ac_ext
36601 cat >>conftest.$ac_ext <<_ACEOF
36602 /* end confdefs.h.  */
36603
36604 /* Override any GCC internal prototype to avoid an error.
36605    Use char because int might match the return type of a GCC
36606    builtin and then its argument prototype would still apply.  */
36607 #ifdef __cplusplus
36608 extern "C"
36609 #endif
36610 char gluBeginCurve ();
36611 int
36612 main ()
36613 {
36614 return gluBeginCurve ();
36615   ;
36616   return 0;
36617 }
36618 _ACEOF
36619 rm -f conftest.$ac_objext conftest$ac_exeext
36620 if { (ac_try="$ac_link"
36621 case "(($ac_try" in
36622   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36623   *) ac_try_echo=$ac_try;;
36624 esac
36625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36626   (eval "$ac_link") 2>conftest.er1
36627   ac_status=$?
36628   grep -v '^ *+' conftest.er1 >conftest.err
36629   rm -f conftest.er1
36630   cat conftest.err >&5
36631   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36632   (exit $ac_status); } && {
36633          test -z "$ac_c_werror_flag" ||
36634          test ! -s conftest.err
36635        } && test -s conftest$ac_exeext &&
36636        $as_test_x conftest$ac_exeext; then
36637   ac_cv_lib_GLU_gluBeginCurve=yes
36638 else
36639   echo "$as_me: failed program was:" >&5
36640 sed 's/^/| /' conftest.$ac_ext >&5
36641
36642         ac_cv_lib_GLU_gluBeginCurve=no
36643 fi
36644
36645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36646       conftest$ac_exeext conftest.$ac_ext
36647 LIBS=$ac_check_lib_save_LIBS
36648 fi
36649 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
36650 echo "${ECHO_T}$ac_cv_lib_GLU_gluBeginCurve" >&6; }
36651 if test $ac_cv_lib_GLU_gluBeginCurve = yes; then
36652   ac_find_libraries="std"
36653 fi
36654
36655         fi
36656       fi
36657
36658       if test "x$ac_find_libraries" = "x"; then
36659                         { echo "$as_me:$LINENO: checking elsewhere" >&5
36660 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
36661
36662   ac_find_libraries=
36663   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
36664   do
36665     for ac_extension in a so sl dylib dll.a; do
36666       if test -f "$ac_dir/libGLU.$ac_extension"; then
36667         ac_find_libraries=$ac_dir
36668         break 2
36669       fi
36670     done
36671   done
36672
36673         if test "x$ac_find_libraries" != "x"; then
36674           { echo "$as_me:$LINENO: result: yes" >&5
36675 echo "${ECHO_T}yes" >&6; }
36676         else
36677           { echo "$as_me:$LINENO: result: no" >&5
36678 echo "${ECHO_T}no" >&6; }
36679         fi
36680       fi
36681
36682 elif test $pkg_failed = untried; then
36683
36684       if test "x$ac_find_libraries" = "x"; then
36685                 if test "xgluBeginCurve" != "x"; then
36686           { echo "$as_me:$LINENO: checking for gluBeginCurve in -lGLU" >&5
36687 echo $ECHO_N "checking for gluBeginCurve in -lGLU... $ECHO_C" >&6; }
36688 if test "${ac_cv_lib_GLU_gluBeginCurve+set}" = set; then
36689   echo $ECHO_N "(cached) $ECHO_C" >&6
36690 else
36691   ac_check_lib_save_LIBS=$LIBS
36692 LIBS="-lGLU  $LIBS"
36693 cat >conftest.$ac_ext <<_ACEOF
36694 /* confdefs.h.  */
36695 _ACEOF
36696 cat confdefs.h >>conftest.$ac_ext
36697 cat >>conftest.$ac_ext <<_ACEOF
36698 /* end confdefs.h.  */
36699
36700 /* Override any GCC internal prototype to avoid an error.
36701    Use char because int might match the return type of a GCC
36702    builtin and then its argument prototype would still apply.  */
36703 #ifdef __cplusplus
36704 extern "C"
36705 #endif
36706 char gluBeginCurve ();
36707 int
36708 main ()
36709 {
36710 return gluBeginCurve ();
36711   ;
36712   return 0;
36713 }
36714 _ACEOF
36715 rm -f conftest.$ac_objext conftest$ac_exeext
36716 if { (ac_try="$ac_link"
36717 case "(($ac_try" in
36718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36719   *) ac_try_echo=$ac_try;;
36720 esac
36721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36722   (eval "$ac_link") 2>conftest.er1
36723   ac_status=$?
36724   grep -v '^ *+' conftest.er1 >conftest.err
36725   rm -f conftest.er1
36726   cat conftest.err >&5
36727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36728   (exit $ac_status); } && {
36729          test -z "$ac_c_werror_flag" ||
36730          test ! -s conftest.err
36731        } && test -s conftest$ac_exeext &&
36732        $as_test_x conftest$ac_exeext; then
36733   ac_cv_lib_GLU_gluBeginCurve=yes
36734 else
36735   echo "$as_me: failed program was:" >&5
36736 sed 's/^/| /' conftest.$ac_ext >&5
36737
36738         ac_cv_lib_GLU_gluBeginCurve=no
36739 fi
36740
36741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36742       conftest$ac_exeext conftest.$ac_ext
36743 LIBS=$ac_check_lib_save_LIBS
36744 fi
36745 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
36746 echo "${ECHO_T}$ac_cv_lib_GLU_gluBeginCurve" >&6; }
36747 if test $ac_cv_lib_GLU_gluBeginCurve = yes; then
36748   ac_find_libraries="std"
36749 fi
36750
36751         fi
36752       fi
36753
36754       if test "x$ac_find_libraries" = "x"; then
36755                         { echo "$as_me:$LINENO: checking elsewhere" >&5
36756 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
36757
36758   ac_find_libraries=
36759   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
36760   do
36761     for ac_extension in a so sl dylib dll.a; do
36762       if test -f "$ac_dir/libGLU.$ac_extension"; then
36763         ac_find_libraries=$ac_dir
36764         break 2
36765       fi
36766     done
36767   done
36768
36769         if test "x$ac_find_libraries" != "x"; then
36770           { echo "$as_me:$LINENO: result: yes" >&5
36771 echo "${ECHO_T}yes" >&6; }
36772         else
36773           { echo "$as_me:$LINENO: result: no" >&5
36774 echo "${ECHO_T}no" >&6; }
36775         fi
36776       fi
36777
36778 else
36779         GLU_CFLAGS=$pkg_cv_GLU_CFLAGS
36780         GLU_LIBS=$pkg_cv_GLU_LIBS
36781         { echo "$as_me:$LINENO: result: yes" >&5
36782 echo "${ECHO_T}yes" >&6; }
36783
36784             ac_find_libraries="std"
36785
36786                                                 eval ac_find_cflags=\$GLU_CFLAGS
36787       eval fl_libs=\$GLU_LIBS
36788
36789                   for fl_path in $fl_libs
36790       do
36791         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
36792                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
36793         fi
36794       done
36795
36796 fi
36797
36798                     if test "$ac_find_libraries" != "" ; then
36799                       if test "$ac_find_libraries" != "std" ; then
36800
36801     if test "$ac_find_libraries" = "default location"; then
36802     ac_path_to_link=""
36803   else
36804     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36805     result=$?
36806     if test $result = 0; then
36807       ac_path_to_link=""
36808     else
36809       ac_path_to_link=" -L$ac_find_libraries"
36810     fi
36811   fi
36812
36813                         if test "$ac_path_to_link" != " -L/usr/lib" -a \
36814                                 "$ac_path_to_link" != "$LDFLAGS_GL" ; then
36815                           LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
36816                         fi
36817                       fi
36818
36819                         found_gl=1
36820                         OPENGL_LIBS="-lGL -lGLU"
36821                     fi
36822                 fi
36823
36824                 if test "$found_gl" != 1; then
36825
36826   ac_find_libraries=
36827
36828     fl_pkgname=`echo "MesaGL" | tr [:upper:] [:lower:]`
36829
36830
36831 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
36832         if test -n "$ac_tool_prefix"; then
36833   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
36834 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
36835 { echo "$as_me:$LINENO: checking for $ac_word" >&5
36836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
36837 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
36838   echo $ECHO_N "(cached) $ECHO_C" >&6
36839 else
36840   case $PKG_CONFIG in
36841   [\\/]* | ?:[\\/]*)
36842   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
36843   ;;
36844   *)
36845   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36846 for as_dir in $PATH
36847 do
36848   IFS=$as_save_IFS
36849   test -z "$as_dir" && as_dir=.
36850   for ac_exec_ext in '' $ac_executable_extensions; do
36851   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
36852     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36853     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36854     break 2
36855   fi
36856 done
36857 done
36858 IFS=$as_save_IFS
36859
36860   ;;
36861 esac
36862 fi
36863 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
36864 if test -n "$PKG_CONFIG"; then
36865   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
36866 echo "${ECHO_T}$PKG_CONFIG" >&6; }
36867 else
36868   { echo "$as_me:$LINENO: result: no" >&5
36869 echo "${ECHO_T}no" >&6; }
36870 fi
36871
36872
36873 fi
36874 if test -z "$ac_cv_path_PKG_CONFIG"; then
36875   ac_pt_PKG_CONFIG=$PKG_CONFIG
36876   # Extract the first word of "pkg-config", so it can be a program name with args.
36877 set dummy pkg-config; ac_word=$2
36878 { echo "$as_me:$LINENO: checking for $ac_word" >&5
36879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
36880 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
36881   echo $ECHO_N "(cached) $ECHO_C" >&6
36882 else
36883   case $ac_pt_PKG_CONFIG in
36884   [\\/]* | ?:[\\/]*)
36885   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
36886   ;;
36887   *)
36888   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36889 for as_dir in $PATH
36890 do
36891   IFS=$as_save_IFS
36892   test -z "$as_dir" && as_dir=.
36893   for ac_exec_ext in '' $ac_executable_extensions; do
36894   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
36895     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36896     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36897     break 2
36898   fi
36899 done
36900 done
36901 IFS=$as_save_IFS
36902
36903   ;;
36904 esac
36905 fi
36906 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
36907 if test -n "$ac_pt_PKG_CONFIG"; then
36908   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
36909 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
36910 else
36911   { echo "$as_me:$LINENO: result: no" >&5
36912 echo "${ECHO_T}no" >&6; }
36913 fi
36914
36915   if test "x$ac_pt_PKG_CONFIG" = x; then
36916     PKG_CONFIG=""
36917   else
36918     case $cross_compiling:$ac_tool_warned in
36919 yes:)
36920 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
36921 whose name does not start with the host triplet.  If you think this
36922 configuration is useful to you, please write to autoconf@gnu.org." >&5
36923 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
36924 whose name does not start with the host triplet.  If you think this
36925 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
36926 ac_tool_warned=yes ;;
36927 esac
36928     PKG_CONFIG=$ac_pt_PKG_CONFIG
36929   fi
36930 else
36931   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
36932 fi
36933
36934 fi
36935 if test -n "$PKG_CONFIG"; then
36936         _pkg_min_version=0.9.0
36937         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
36938 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
36939         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
36940                 { echo "$as_me:$LINENO: result: yes" >&5
36941 echo "${ECHO_T}yes" >&6; }
36942         else
36943                 { echo "$as_me:$LINENO: result: no" >&5
36944 echo "${ECHO_T}no" >&6; }
36945                 PKG_CONFIG=""
36946         fi
36947
36948 fi 6> /dev/null
36949
36950 pkg_failed=no
36951 { echo "$as_me:$LINENO: checking for MesaGL" >&5
36952 echo $ECHO_N "checking for MesaGL... $ECHO_C" >&6; }
36953
36954 if test -n "$PKG_CONFIG"; then
36955     if test -n "$MesaGL_CFLAGS"; then
36956         pkg_cv_MesaGL_CFLAGS="$MesaGL_CFLAGS"
36957     else
36958         if test -n "$PKG_CONFIG" && \
36959     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
36960   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
36961   ac_status=$?
36962   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36963   (exit $ac_status); }; then
36964   pkg_cv_MesaGL_CFLAGS=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
36965 else
36966   pkg_failed=yes
36967 fi
36968     fi
36969 else
36970         pkg_failed=untried
36971 fi
36972 if test -n "$PKG_CONFIG"; then
36973     if test -n "$MesaGL_LIBS"; then
36974         pkg_cv_MesaGL_LIBS="$MesaGL_LIBS"
36975     else
36976         if test -n "$PKG_CONFIG" && \
36977     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\"") >&5
36978   ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
36979   ac_status=$?
36980   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36981   (exit $ac_status); }; then
36982   pkg_cv_MesaGL_LIBS=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
36983 else
36984   pkg_failed=yes
36985 fi
36986     fi
36987 else
36988         pkg_failed=untried
36989 fi
36990
36991
36992
36993 if test $pkg_failed = yes; then
36994
36995 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36996         _pkg_short_errors_supported=yes
36997 else
36998         _pkg_short_errors_supported=no
36999 fi
37000         if test $_pkg_short_errors_supported = yes; then
37001                 MesaGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
37002         else
37003                 MesaGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
37004         fi
37005         # Put the nasty error message in config.log where it belongs
37006         echo "$MesaGL_PKG_ERRORS" >&5
37007
37008
37009       if test "x$ac_find_libraries" = "x"; then
37010                 if test "xglEnable" != "x"; then
37011           { echo "$as_me:$LINENO: checking for glEnable in -lMesaGL" >&5
37012 echo $ECHO_N "checking for glEnable in -lMesaGL... $ECHO_C" >&6; }
37013 if test "${ac_cv_lib_MesaGL_glEnable+set}" = set; then
37014   echo $ECHO_N "(cached) $ECHO_C" >&6
37015 else
37016   ac_check_lib_save_LIBS=$LIBS
37017 LIBS="-lMesaGL  $LIBS"
37018 cat >conftest.$ac_ext <<_ACEOF
37019 /* confdefs.h.  */
37020 _ACEOF
37021 cat confdefs.h >>conftest.$ac_ext
37022 cat >>conftest.$ac_ext <<_ACEOF
37023 /* end confdefs.h.  */
37024
37025 /* Override any GCC internal prototype to avoid an error.
37026    Use char because int might match the return type of a GCC
37027    builtin and then its argument prototype would still apply.  */
37028 #ifdef __cplusplus
37029 extern "C"
37030 #endif
37031 char glEnable ();
37032 int
37033 main ()
37034 {
37035 return glEnable ();
37036   ;
37037   return 0;
37038 }
37039 _ACEOF
37040 rm -f conftest.$ac_objext conftest$ac_exeext
37041 if { (ac_try="$ac_link"
37042 case "(($ac_try" in
37043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37044   *) ac_try_echo=$ac_try;;
37045 esac
37046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37047   (eval "$ac_link") 2>conftest.er1
37048   ac_status=$?
37049   grep -v '^ *+' conftest.er1 >conftest.err
37050   rm -f conftest.er1
37051   cat conftest.err >&5
37052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37053   (exit $ac_status); } && {
37054          test -z "$ac_c_werror_flag" ||
37055          test ! -s conftest.err
37056        } && test -s conftest$ac_exeext &&
37057        $as_test_x conftest$ac_exeext; then
37058   ac_cv_lib_MesaGL_glEnable=yes
37059 else
37060   echo "$as_me: failed program was:" >&5
37061 sed 's/^/| /' conftest.$ac_ext >&5
37062
37063         ac_cv_lib_MesaGL_glEnable=no
37064 fi
37065
37066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37067       conftest$ac_exeext conftest.$ac_ext
37068 LIBS=$ac_check_lib_save_LIBS
37069 fi
37070 { echo "$as_me:$LINENO: result: $ac_cv_lib_MesaGL_glEnable" >&5
37071 echo "${ECHO_T}$ac_cv_lib_MesaGL_glEnable" >&6; }
37072 if test $ac_cv_lib_MesaGL_glEnable = yes; then
37073   ac_find_libraries="std"
37074 fi
37075
37076         fi
37077       fi
37078
37079       if test "x$ac_find_libraries" = "x"; then
37080                         { echo "$as_me:$LINENO: checking elsewhere" >&5
37081 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
37082
37083   ac_find_libraries=
37084   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
37085   do
37086     for ac_extension in a so sl dylib dll.a; do
37087       if test -f "$ac_dir/libMesaGL.$ac_extension"; then
37088         ac_find_libraries=$ac_dir
37089         break 2
37090       fi
37091     done
37092   done
37093
37094         if test "x$ac_find_libraries" != "x"; then
37095           { echo "$as_me:$LINENO: result: yes" >&5
37096 echo "${ECHO_T}yes" >&6; }
37097         else
37098           { echo "$as_me:$LINENO: result: no" >&5
37099 echo "${ECHO_T}no" >&6; }
37100         fi
37101       fi
37102
37103 elif test $pkg_failed = untried; then
37104
37105       if test "x$ac_find_libraries" = "x"; then
37106                 if test "xglEnable" != "x"; then
37107           { echo "$as_me:$LINENO: checking for glEnable in -lMesaGL" >&5
37108 echo $ECHO_N "checking for glEnable in -lMesaGL... $ECHO_C" >&6; }
37109 if test "${ac_cv_lib_MesaGL_glEnable+set}" = set; then
37110   echo $ECHO_N "(cached) $ECHO_C" >&6
37111 else
37112   ac_check_lib_save_LIBS=$LIBS
37113 LIBS="-lMesaGL  $LIBS"
37114 cat >conftest.$ac_ext <<_ACEOF
37115 /* confdefs.h.  */
37116 _ACEOF
37117 cat confdefs.h >>conftest.$ac_ext
37118 cat >>conftest.$ac_ext <<_ACEOF
37119 /* end confdefs.h.  */
37120
37121 /* Override any GCC internal prototype to avoid an error.
37122    Use char because int might match the return type of a GCC
37123    builtin and then its argument prototype would still apply.  */
37124 #ifdef __cplusplus
37125 extern "C"
37126 #endif
37127 char glEnable ();
37128 int
37129 main ()
37130 {
37131 return glEnable ();
37132   ;
37133   return 0;
37134 }
37135 _ACEOF
37136 rm -f conftest.$ac_objext conftest$ac_exeext
37137 if { (ac_try="$ac_link"
37138 case "(($ac_try" in
37139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37140   *) ac_try_echo=$ac_try;;
37141 esac
37142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37143   (eval "$ac_link") 2>conftest.er1
37144   ac_status=$?
37145   grep -v '^ *+' conftest.er1 >conftest.err
37146   rm -f conftest.er1
37147   cat conftest.err >&5
37148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37149   (exit $ac_status); } && {
37150          test -z "$ac_c_werror_flag" ||
37151          test ! -s conftest.err
37152        } && test -s conftest$ac_exeext &&
37153        $as_test_x conftest$ac_exeext; then
37154   ac_cv_lib_MesaGL_glEnable=yes
37155 else
37156   echo "$as_me: failed program was:" >&5
37157 sed 's/^/| /' conftest.$ac_ext >&5
37158
37159         ac_cv_lib_MesaGL_glEnable=no
37160 fi
37161
37162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37163       conftest$ac_exeext conftest.$ac_ext
37164 LIBS=$ac_check_lib_save_LIBS
37165 fi
37166 { echo "$as_me:$LINENO: result: $ac_cv_lib_MesaGL_glEnable" >&5
37167 echo "${ECHO_T}$ac_cv_lib_MesaGL_glEnable" >&6; }
37168 if test $ac_cv_lib_MesaGL_glEnable = yes; then
37169   ac_find_libraries="std"
37170 fi
37171
37172         fi
37173       fi
37174
37175       if test "x$ac_find_libraries" = "x"; then
37176                         { echo "$as_me:$LINENO: checking elsewhere" >&5
37177 echo $ECHO_N "checking elsewhere... $ECHO_C" >&6; }
37178
37179   ac_find_libraries=
37180   for ac_dir in /opt/graphics/OpenGL/lib $SEARCH_LIB
37181   do
37182     for ac_extension in a so sl dylib dll.a; do
37183       if test -f "$ac_dir/libMesaGL.$ac_extension"; then
37184         ac_find_libraries=$ac_dir
37185         break 2
37186       fi
37187     done
37188   done
37189
37190         if test "x$ac_find_libraries" != "x"; then
37191           { echo "$as_me:$LINENO: result: yes" >&5
37192 echo "${ECHO_T}yes" >&6; }
37193         else
37194           { echo "$as_me:$LINENO: result: no" >&5
37195 echo "${ECHO_T}no" >&6; }
37196         fi
37197       fi
37198
37199 else
37200         MesaGL_CFLAGS=$pkg_cv_MesaGL_CFLAGS
37201         MesaGL_LIBS=$pkg_cv_MesaGL_LIBS
37202         { echo "$as_me:$LINENO: result: yes" >&5
37203 echo "${ECHO_T}yes" >&6; }
37204
37205             ac_find_libraries="std"
37206
37207                                                 eval ac_find_cflags=\$MesaGL_CFLAGS
37208       eval fl_libs=\$MesaGL_LIBS
37209
37210                   for fl_path in $fl_libs
37211       do
37212         if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
37213                               ac_find_libraries=`echo "$fl_path" | cut -c 3-`
37214         fi
37215       done
37216
37217 fi
37218
37219                     if test "$ac_find_libraries" != "" ; then
37220                       if test "$ac_find_libraries" != "std" ; then
37221
37222     if test "$ac_find_libraries" = "default location"; then
37223     ac_path_to_link=""
37224   else
37225     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
37226     result=$?
37227     if test $result = 0; then
37228       ac_path_to_link=""
37229     else
37230       ac_path_to_link=" -L$ac_find_libraries"
37231     fi
37232   fi
37233
37234                         if test "$ac_path_to_link" != " -L/usr/lib" ; then
37235                           LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
37236                         fi
37237                       fi
37238                       OPENGL_LIBS="-lMesaGL -lMesaGLU"
37239                     fi
37240                 fi
37241
37242 fi
37243
37244
37245
37246 fi
37247
37248
37249
37250         if test "x$OPENGL_LIBS" = "x"; then
37251             if test "$wxUSE_OPENGL" = "yes"; then
37252                 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
37253 echo "$as_me: error: OpenGL libraries not available" >&2;}
37254    { (exit 1); exit 1; }; }
37255             else
37256                                 { echo "$as_me:$LINENO: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
37257 echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
37258                 wxUSE_OPENGL=no
37259                 USE_OPENGL=0
37260             fi
37261         fi
37262     else
37263         { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
37264 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
37265         wxUSE_OPENGL="no"
37266     fi
37267
37268     if test "$wxUSE_OPENGL" = "auto"; then
37269                                 wxUSE_OPENGL=yes
37270     fi
37271
37272     if test "$wxUSE_OPENGL" = "yes"; then
37273         USE_OPENGL=1
37274         cat >>confdefs.h <<\_ACEOF
37275 #define wxUSE_OPENGL 1
37276 _ACEOF
37277
37278         cat >>confdefs.h <<\_ACEOF
37279 #define wxUSE_GLCANVAS 1
37280 _ACEOF
37281
37282         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
37283     fi
37284 fi
37285
37286
37287 if test -n "$TOOLKIT" ; then
37288     TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
37289 fi
37290
37291
37292
37293 if test "$wxUSE_SHARED" = "yes"; then
37294     case "${host}" in
37295       *-pc-msdosdjgpp )
37296                 wxUSE_SHARED=no
37297         { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
37298 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
37299       ;;
37300     esac
37301 fi
37302
37303 if test "$wxUSE_SHARED" = "yes"; then
37304
37305
37306     case "${host}" in
37307         *-*-cygwin* | *-*-mingw* )
37308                                                                                                 wx_cv_version_script=no
37309             ;;
37310
37311         *)
37312             { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
37313 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
37314 if test "${wx_cv_version_script+set}" = set; then
37315   echo $ECHO_N "(cached) $ECHO_C" >&6
37316 else
37317
37318                 echo "VER_1 { *; };" >conftest.sym
37319                 echo "int main() { return 0; }" >conftest.cpp
37320
37321                 if { ac_try='
37322                         $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
37323                         -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
37324   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37325   (eval $ac_try) 2>&5
37326   ac_status=$?
37327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37328   (exit $ac_status); }; } ; then
37329                   if test -s conftest.stderr ; then
37330                       wx_cv_version_script=no
37331                   else
37332                       wx_cv_version_script=yes
37333                   fi
37334                 else
37335                   wx_cv_version_script=no
37336                 fi
37337
37338                                                                                                                                                                                                 if test $wx_cv_version_script = yes
37339                 then
37340                   echo "struct B { virtual ~B() { } }; \
37341                         struct D : public B { }; \
37342                         void F() { D d; }" > conftest.cpp
37343
37344                   if { ac_try='
37345                         $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
37346                         -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
37347   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37348   (eval $ac_try) 2>&5
37349   ac_status=$?
37350   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37351   (exit $ac_status); }; } &&
37352                      { ac_try='
37353                         $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
37354                         -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
37355   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37356   (eval $ac_try) 2>&5
37357   ac_status=$?
37358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37359   (exit $ac_status); }; }
37360                   then
37361                     if { ac_try='
37362                           $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
37363                           -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
37364   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37365   (eval $ac_try) 2>&5
37366   ac_status=$?
37367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37368   (exit $ac_status); }; }
37369                     then
37370                       wx_cv_version_script=yes
37371                     else
37372                       wx_cv_version_script=no
37373                     fi
37374                   fi
37375                 fi
37376
37377                 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
37378                 rm -f conftest1.output conftest2.output conftest3.output
37379
37380 fi
37381 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
37382 echo "${ECHO_T}$wx_cv_version_script" >&6; }
37383
37384             if test $wx_cv_version_script = yes ; then
37385                 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
37386             fi
37387             ;;
37388     esac
37389
37390
37391             if test "$wxUSE_VISIBILITY" != "no"; then
37392
37393
37394   if test -n "$GCC"; then
37395     CFLAGS_VISIBILITY="-fvisibility=hidden"
37396     CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
37397     { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
37398 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
37399     if test "${wx_cv_cc_visibility+set}" = set; then
37400   echo $ECHO_N "(cached) $ECHO_C" >&6
37401 else
37402
37403       wx_save_CXXFLAGS="$CXXFLAGS"
37404       CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
37405       ac_ext=cpp
37406 ac_cpp='$CXXCPP $CPPFLAGS'
37407 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37408 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37409 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37410
37411       cat >conftest.$ac_ext <<_ACEOF
37412 /* confdefs.h.  */
37413 _ACEOF
37414 cat confdefs.h >>conftest.$ac_ext
37415 cat >>conftest.$ac_ext <<_ACEOF
37416 /* end confdefs.h.  */
37417
37418          /* we need gcc >= 4.0, older versions with visibility support
37419             didn't have class visibility: */
37420          #if defined(__GNUC__) && __GNUC__ < 4
37421          error this gcc is too old;
37422          #endif
37423
37424          /* visibility only makes sense for ELF shared libs: */
37425          #if !defined(__ELF__) && !defined(__APPLE__)
37426          error this platform has no visibility;
37427          #endif
37428
37429          /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
37430          #if defined(__clang__)
37431          clang compiler is still broken w.r.t. visibility;
37432          #endif
37433
37434          extern __attribute__((__visibility__("hidden"))) int hiddenvar;
37435          extern __attribute__((__visibility__("default"))) int exportedvar;
37436          extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
37437          extern __attribute__((__visibility__("default"))) int exportedfunc (void);
37438          class __attribute__((__visibility__("default"))) Foo {
37439            Foo() {}
37440          };
37441
37442 int
37443 main ()
37444 {
37445
37446   ;
37447   return 0;
37448 }
37449 _ACEOF
37450 rm -f conftest.$ac_objext
37451 if { (ac_try="$ac_compile"
37452 case "(($ac_try" in
37453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37454   *) ac_try_echo=$ac_try;;
37455 esac
37456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37457   (eval "$ac_compile") 2>conftest.er1
37458   ac_status=$?
37459   grep -v '^ *+' conftest.er1 >conftest.err
37460   rm -f conftest.er1
37461   cat conftest.err >&5
37462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37463   (exit $ac_status); } && {
37464          test -z "$ac_cxx_werror_flag" ||
37465          test ! -s conftest.err
37466        } && test -s conftest.$ac_objext; then
37467   wx_cv_cc_visibility=yes
37468 else
37469   echo "$as_me: failed program was:" >&5
37470 sed 's/^/| /' conftest.$ac_ext >&5
37471
37472         wx_cv_cc_visibility=no
37473 fi
37474
37475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37476       ac_ext=c
37477 ac_cpp='$CPP $CPPFLAGS'
37478 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37479 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37480 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37481
37482       CXXFLAGS="$wx_save_CXXFLAGS"
37483 fi
37484
37485     { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
37486 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
37487     if test $wx_cv_cc_visibility = yes; then
37488                               { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
37489 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
37490       if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
37491   echo $ECHO_N "(cached) $ECHO_C" >&6
37492 else
37493
37494         wx_save_CXXFLAGS="$CXXFLAGS"
37495         wx_save_LDFLAGS="$LDFLAGS"
37496         CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
37497         LDFLAGS="$LDFLAGS -shared -fPIC"
37498         ac_ext=cpp
37499 ac_cpp='$CXXCPP $CPPFLAGS'
37500 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37501 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37502 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37503
37504         cat >conftest.$ac_ext <<_ACEOF
37505 /* confdefs.h.  */
37506 _ACEOF
37507 cat confdefs.h >>conftest.$ac_ext
37508 cat >>conftest.$ac_ext <<_ACEOF
37509 /* end confdefs.h.  */
37510
37511             #include <string>
37512
37513 int
37514 main ()
37515 {
37516
37517             std::string s("hello");
37518             return s.length();
37519
37520   ;
37521   return 0;
37522 }
37523 _ACEOF
37524 rm -f conftest.$ac_objext conftest$ac_exeext
37525 if { (ac_try="$ac_link"
37526 case "(($ac_try" in
37527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37528   *) ac_try_echo=$ac_try;;
37529 esac
37530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37531   (eval "$ac_link") 2>conftest.er1
37532   ac_status=$?
37533   grep -v '^ *+' conftest.er1 >conftest.err
37534   rm -f conftest.er1
37535   cat conftest.err >&5
37536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37537   (exit $ac_status); } && {
37538          test -z "$ac_cxx_werror_flag" ||
37539          test ! -s conftest.err
37540        } && test -s conftest$ac_exeext &&
37541        $as_test_x conftest$ac_exeext; then
37542   wx_cv_cc_broken_libstdcxx_visibility=no
37543 else
37544   echo "$as_me: failed program was:" >&5
37545 sed 's/^/| /' conftest.$ac_ext >&5
37546
37547         wx_cv_cc_broken_libstdcxx_visibility=yes
37548 fi
37549
37550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37551       conftest$ac_exeext conftest.$ac_ext
37552         ac_ext=c
37553 ac_cpp='$CPP $CPPFLAGS'
37554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37556 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37557
37558         CXXFLAGS="$wx_save_CXXFLAGS"
37559         LDFLAGS="$wx_save_LDFLAGS"
37560 fi
37561
37562       { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
37563 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
37564
37565       if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
37566         { echo "$as_me:$LINENO: checking whether we can work around it" >&5
37567 echo $ECHO_N "checking whether we can work around it... $ECHO_C" >&6; }
37568         if test "${wx_cv_cc_visibility_workaround+set}" = set; then
37569   echo $ECHO_N "(cached) $ECHO_C" >&6
37570 else
37571
37572           ac_ext=cpp
37573 ac_cpp='$CXXCPP $CPPFLAGS'
37574 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37575 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37576 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37577
37578           cat >conftest.$ac_ext <<_ACEOF
37579 /* confdefs.h.  */
37580 _ACEOF
37581 cat confdefs.h >>conftest.$ac_ext
37582 cat >>conftest.$ac_ext <<_ACEOF
37583 /* end confdefs.h.  */
37584
37585               #pragma GCC visibility push(default)
37586               #include <string>
37587               #pragma GCC visibility pop
37588
37589 int
37590 main ()
37591 {
37592
37593               std::string s("hello");
37594               return s.length();
37595
37596   ;
37597   return 0;
37598 }
37599 _ACEOF
37600 rm -f conftest.$ac_objext conftest$ac_exeext
37601 if { (ac_try="$ac_link"
37602 case "(($ac_try" in
37603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37604   *) ac_try_echo=$ac_try;;
37605 esac
37606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37607   (eval "$ac_link") 2>conftest.er1
37608   ac_status=$?
37609   grep -v '^ *+' conftest.er1 >conftest.err
37610   rm -f conftest.er1
37611   cat conftest.err >&5
37612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37613   (exit $ac_status); } && {
37614          test -z "$ac_cxx_werror_flag" ||
37615          test ! -s conftest.err
37616        } && test -s conftest$ac_exeext &&
37617        $as_test_x conftest$ac_exeext; then
37618   wx_cv_cc_visibility_workaround=no
37619 else
37620   echo "$as_me: failed program was:" >&5
37621 sed 's/^/| /' conftest.$ac_ext >&5
37622
37623         wx_cv_cc_visibility_workaround=yes
37624 fi
37625
37626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37627       conftest$ac_exeext conftest.$ac_ext
37628           ac_ext=c
37629 ac_cpp='$CPP $CPPFLAGS'
37630 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37631 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37632 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37633
37634
37635 fi
37636
37637         { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility_workaround" >&5
37638 echo "${ECHO_T}$wx_cv_cc_visibility_workaround" >&6; }
37639
37640         if test $wx_cv_cc_visibility_workaround = no; then
37641                     wx_cv_cc_visibility=no
37642         fi
37643       fi
37644     fi
37645
37646     if test $wx_cv_cc_visibility = yes; then
37647       cat >>confdefs.h <<\_ACEOF
37648 #define HAVE_VISIBILITY 1
37649 _ACEOF
37650
37651       if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
37652         cat >>confdefs.h <<\_ACEOF
37653 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
37654 _ACEOF
37655
37656       fi
37657     else
37658       CFLAGS_VISIBILITY=""
37659       CXXFLAGS_VISIBILITY=""
37660     fi
37661
37662
37663   fi
37664
37665     fi
37666
37667         if test "x$SUNCXX" = xyes; then
37668         SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
37669         WXCONFIG_RPATH="-R\$libdir"
37670     else
37671     case "${host}" in
37672       *-*-linux* | *-*-gnu* )
37673         SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
37674         WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
37675         ;;
37676
37677       *-*-solaris2* )
37678
37679                         CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
37680
37681                         saveLdflags="$LDFLAGS"
37682         LDFLAGS="$saveLdflags -Wl,-rpath,/"
37683         { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
37684 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
37685         cat >conftest.$ac_ext <<_ACEOF
37686 /* confdefs.h.  */
37687 _ACEOF
37688 cat confdefs.h >>conftest.$ac_ext
37689 cat >>conftest.$ac_ext <<_ACEOF
37690 /* end confdefs.h.  */
37691
37692 int
37693 main ()
37694 {
37695
37696   ;
37697   return 0;
37698 }
37699 _ACEOF
37700 rm -f conftest.$ac_objext conftest$ac_exeext
37701 if { (ac_try="$ac_link"
37702 case "(($ac_try" in
37703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37704   *) ac_try_echo=$ac_try;;
37705 esac
37706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37707   (eval "$ac_link") 2>conftest.er1
37708   ac_status=$?
37709   grep -v '^ *+' conftest.er1 >conftest.err
37710   rm -f conftest.er1
37711   cat conftest.err >&5
37712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37713   (exit $ac_status); } && {
37714          test -z "$ac_c_werror_flag" ||
37715          test ! -s conftest.err
37716        } && test -s conftest$ac_exeext &&
37717        $as_test_x conftest$ac_exeext; then
37718
37719                 { echo "$as_me:$LINENO: result: yes" >&5
37720 echo "${ECHO_T}yes" >&6; }
37721                 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
37722                 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
37723
37724 else
37725   echo "$as_me: failed program was:" >&5
37726 sed 's/^/| /' conftest.$ac_ext >&5
37727
37728
37729                 { echo "$as_me:$LINENO: result: no" >&5
37730 echo "${ECHO_T}no" >&6; }
37731                 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
37732 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
37733                 LDFLAGS="$saveLdflags -Wl,-R,/"
37734                 cat >conftest.$ac_ext <<_ACEOF
37735 /* confdefs.h.  */
37736 _ACEOF
37737 cat confdefs.h >>conftest.$ac_ext
37738 cat >>conftest.$ac_ext <<_ACEOF
37739 /* end confdefs.h.  */
37740
37741 int
37742 main ()
37743 {
37744
37745   ;
37746   return 0;
37747 }
37748 _ACEOF
37749 rm -f conftest.$ac_objext conftest$ac_exeext
37750 if { (ac_try="$ac_link"
37751 case "(($ac_try" in
37752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37753   *) ac_try_echo=$ac_try;;
37754 esac
37755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37756   (eval "$ac_link") 2>conftest.er1
37757   ac_status=$?
37758   grep -v '^ *+' conftest.er1 >conftest.err
37759   rm -f conftest.er1
37760   cat conftest.err >&5
37761   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37762   (exit $ac_status); } && {
37763          test -z "$ac_c_werror_flag" ||
37764          test ! -s conftest.err
37765        } && test -s conftest$ac_exeext &&
37766        $as_test_x conftest$ac_exeext; then
37767
37768                         { echo "$as_me:$LINENO: result: yes" >&5
37769 echo "${ECHO_T}yes" >&6; }
37770                         SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
37771                         WXCONFIG_RPATH="-Wl,-R,\$libdir"
37772
37773 else
37774   echo "$as_me: failed program was:" >&5
37775 sed 's/^/| /' conftest.$ac_ext >&5
37776
37777
37778                         { echo "$as_me:$LINENO: result: no" >&5
37779 echo "${ECHO_T}no" >&6; }
37780
37781 fi
37782
37783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37784       conftest$ac_exeext conftest.$ac_ext
37785
37786 fi
37787
37788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37789       conftest$ac_exeext conftest.$ac_ext
37790         LDFLAGS="$saveLdflags"
37791       ;;
37792
37793       *-*-darwin* )
37794         install_name_tool=`which ${HOST_PREFIX}install_name_tool`
37795         if test "$install_name_tool" -a -x "$install_name_tool"; then
37796             DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@ \$@"
37797             cat <<EOF >change-install-names
37798 #!/bin/sh
37799 libnames=\`cd \${2} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
37800 for i in \${libnames} ; do
37801     ${HOST_PREFIX}install_name_tool -id \${3}/\${i} \${1}/\${i}
37802     for dep in \${libnames} ; do
37803         ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${3}/\${dep} \${1}/\${i}
37804     done
37805 done
37806 EOF
37807             chmod +x change-install-names
37808             DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \$(wx_top_builddir)/lib \${libdir}"
37809         fi
37810
37811                                         HEADER_PAD_OPTION="-headerpad_max_install_names"
37812       ;;
37813
37814       *-*-cygwin* | *-*-mingw32* )
37815         ;;
37816
37817       *-*-hpux* )
37818         SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
37819         WXCONFIG_RPATH="-Wl,+b,\$libdir"
37820         ;;
37821
37822     esac
37823     fi
37824
37825             WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
37826
37827     if test $wxUSE_RPATH = "no"; then
37828         SAMPLES_RPATH_FLAG=''
37829         DYLIB_PATH_POSTLINK=''
37830         WXCONFIG_RPATH=''
37831     fi
37832
37833     SHARED=1
37834
37835 else
37836
37837     config_linkage_component="-static"
37838     SHARED=0
37839
37840 fi
37841
37842
37843 UNICODE=0
37844 lib_unicode_suffix=
37845 WX_CHARTYPE="ansi"
37846 if test "$wxUSE_UNICODE" = "yes"; then
37847     lib_unicode_suffix=u
37848     WX_CHARTYPE="unicode"
37849     UNICODE=1
37850 fi
37851
37852 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
37853 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
37854
37855 DEBUG_INFO=0
37856 if test "$wxUSE_DEBUG_INFO" = "yes"; then
37857     DEBUG_INFO=1
37858 fi
37859
37860 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
37861
37862 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
37863
37864 TOOLCHAIN_FULLNAME="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
37865
37866
37867 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
37868     WX_LIBRARY_BASENAME_NOGUI="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
37869 else
37870     WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
37871 fi
37872 if test "${TOOLKIT_DIR}" = "os2"; then
37873     WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
37874 else
37875     WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
37876 fi
37877
37878
37879
37880 if test "$wxUSE_OLD_COCOA" = 1; then
37881
37882     ac_ext=c
37883 ac_cpp='$CPP $CPPFLAGS'
37884 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37885 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37886 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37887
37888 ac_ext=m
37889
37890     { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
37891 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
37892     cat >conftest.$ac_ext <<_ACEOF
37893 /* confdefs.h.  */
37894 _ACEOF
37895 cat confdefs.h >>conftest.$ac_ext
37896 cat >>conftest.$ac_ext <<_ACEOF
37897 /* end confdefs.h.  */
37898 #include <AppKit/NSEvent.h>
37899 #include <CoreFoundation/CoreFoundation.h>
37900
37901 int
37902 main ()
37903 {
37904
37905   ;
37906   return 0;
37907 }
37908 _ACEOF
37909 rm -f conftest.$ac_objext
37910 if { (ac_try="$ac_compile"
37911 case "(($ac_try" in
37912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37913   *) ac_try_echo=$ac_try;;
37914 esac
37915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37916   (eval "$ac_compile") 2>conftest.er1
37917   ac_status=$?
37918   grep -v '^ *+' conftest.er1 >conftest.err
37919   rm -f conftest.er1
37920   cat conftest.err >&5
37921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37922   (exit $ac_status); } && {
37923          test -z "$ac_c_werror_flag" ||
37924          test ! -s conftest.err
37925        } && test -s conftest.$ac_objext; then
37926   { echo "$as_me:$LINENO: result: no" >&5
37927 echo "${ECHO_T}no" >&6; }
37928 else
37929   echo "$as_me: failed program was:" >&5
37930 sed 's/^/| /' conftest.$ac_ext >&5
37931
37932         { echo "$as_me:$LINENO: result: yes" >&5
37933 echo "${ECHO_T}yes" >&6; }
37934         { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
37935 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
37936         cat >conftest.$ac_ext <<_ACEOF
37937 /* confdefs.h.  */
37938 _ACEOF
37939 cat confdefs.h >>conftest.$ac_ext
37940 cat >>conftest.$ac_ext <<_ACEOF
37941 /* end confdefs.h.  */
37942 #define __Point__ 1
37943 #include <AppKit/NSEvent.h>
37944 #include <CoreFoundation/CoreFoundation.h>
37945
37946 int
37947 main ()
37948 {
37949
37950   ;
37951   return 0;
37952 }
37953 _ACEOF
37954 rm -f conftest.$ac_objext
37955 if { (ac_try="$ac_compile"
37956 case "(($ac_try" in
37957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37958   *) ac_try_echo=$ac_try;;
37959 esac
37960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37961   (eval "$ac_compile") 2>conftest.er1
37962   ac_status=$?
37963   grep -v '^ *+' conftest.er1 >conftest.err
37964   rm -f conftest.er1
37965   cat conftest.err >&5
37966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37967   (exit $ac_status); } && {
37968          test -z "$ac_c_werror_flag" ||
37969          test ! -s conftest.err
37970        } && test -s conftest.$ac_objext; then
37971   { echo "$as_me:$LINENO: result: yes" >&5
37972 echo "${ECHO_T}yes" >&6; }
37973             cat >>confdefs.h <<\_ACEOF
37974 #define __Point__ 1
37975 _ACEOF
37976
37977
37978 else
37979   echo "$as_me: failed program was:" >&5
37980 sed 's/^/| /' conftest.$ac_ext >&5
37981
37982         { { echo "$as_me:$LINENO: error: no
37983 See \`config.log' for more details." >&5
37984 echo "$as_me: error: no
37985 See \`config.log' for more details." >&2;}
37986    { (exit 1); exit 1; }; }
37987
37988 fi
37989
37990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37991
37992 fi
37993
37994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37995     ac_ext=c
37996 ac_cpp='$CPP $CPPFLAGS'
37997 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37998 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37999 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38000
38001 fi
38002
38003
38004 { echo "$as_me:$LINENO: checking for mode_t" >&5
38005 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
38006 if test "${ac_cv_type_mode_t+set}" = set; then
38007   echo $ECHO_N "(cached) $ECHO_C" >&6
38008 else
38009   cat >conftest.$ac_ext <<_ACEOF
38010 /* confdefs.h.  */
38011 _ACEOF
38012 cat confdefs.h >>conftest.$ac_ext
38013 cat >>conftest.$ac_ext <<_ACEOF
38014 /* end confdefs.h.  */
38015 $ac_includes_default
38016 typedef mode_t ac__type_new_;
38017 int
38018 main ()
38019 {
38020 if ((ac__type_new_ *) 0)
38021   return 0;
38022 if (sizeof (ac__type_new_))
38023   return 0;
38024   ;
38025   return 0;
38026 }
38027 _ACEOF
38028 rm -f conftest.$ac_objext
38029 if { (ac_try="$ac_compile"
38030 case "(($ac_try" in
38031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38032   *) ac_try_echo=$ac_try;;
38033 esac
38034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38035   (eval "$ac_compile") 2>conftest.er1
38036   ac_status=$?
38037   grep -v '^ *+' conftest.er1 >conftest.err
38038   rm -f conftest.er1
38039   cat conftest.err >&5
38040   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38041   (exit $ac_status); } && {
38042          test -z "$ac_c_werror_flag" ||
38043          test ! -s conftest.err
38044        } && test -s conftest.$ac_objext; then
38045   ac_cv_type_mode_t=yes
38046 else
38047   echo "$as_me: failed program was:" >&5
38048 sed 's/^/| /' conftest.$ac_ext >&5
38049
38050         ac_cv_type_mode_t=no
38051 fi
38052
38053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38054 fi
38055 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
38056 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
38057 if test $ac_cv_type_mode_t = yes; then
38058   :
38059 else
38060
38061 cat >>confdefs.h <<_ACEOF
38062 #define mode_t int
38063 _ACEOF
38064
38065 fi
38066
38067 { echo "$as_me:$LINENO: checking for off_t" >&5
38068 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
38069 if test "${ac_cv_type_off_t+set}" = set; then
38070   echo $ECHO_N "(cached) $ECHO_C" >&6
38071 else
38072   cat >conftest.$ac_ext <<_ACEOF
38073 /* confdefs.h.  */
38074 _ACEOF
38075 cat confdefs.h >>conftest.$ac_ext
38076 cat >>conftest.$ac_ext <<_ACEOF
38077 /* end confdefs.h.  */
38078 $ac_includes_default
38079 typedef off_t ac__type_new_;
38080 int
38081 main ()
38082 {
38083 if ((ac__type_new_ *) 0)
38084   return 0;
38085 if (sizeof (ac__type_new_))
38086   return 0;
38087   ;
38088   return 0;
38089 }
38090 _ACEOF
38091 rm -f conftest.$ac_objext
38092 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
38108   ac_cv_type_off_t=yes
38109 else
38110   echo "$as_me: failed program was:" >&5
38111 sed 's/^/| /' conftest.$ac_ext >&5
38112
38113         ac_cv_type_off_t=no
38114 fi
38115
38116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38117 fi
38118 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
38119 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
38120 if test $ac_cv_type_off_t = yes; then
38121   :
38122 else
38123
38124 cat >>confdefs.h <<_ACEOF
38125 #define off_t long int
38126 _ACEOF
38127
38128 fi
38129
38130 { echo "$as_me:$LINENO: checking for pid_t" >&5
38131 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
38132 if test "${ac_cv_type_pid_t+set}" = set; then
38133   echo $ECHO_N "(cached) $ECHO_C" >&6
38134 else
38135   cat >conftest.$ac_ext <<_ACEOF
38136 /* confdefs.h.  */
38137 _ACEOF
38138 cat confdefs.h >>conftest.$ac_ext
38139 cat >>conftest.$ac_ext <<_ACEOF
38140 /* end confdefs.h.  */
38141 $ac_includes_default
38142 typedef pid_t ac__type_new_;
38143 int
38144 main ()
38145 {
38146 if ((ac__type_new_ *) 0)
38147   return 0;
38148 if (sizeof (ac__type_new_))
38149   return 0;
38150   ;
38151   return 0;
38152 }
38153 _ACEOF
38154 rm -f conftest.$ac_objext
38155 if { (ac_try="$ac_compile"
38156 case "(($ac_try" in
38157   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38158   *) ac_try_echo=$ac_try;;
38159 esac
38160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38161   (eval "$ac_compile") 2>conftest.er1
38162   ac_status=$?
38163   grep -v '^ *+' conftest.er1 >conftest.err
38164   rm -f conftest.er1
38165   cat conftest.err >&5
38166   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38167   (exit $ac_status); } && {
38168          test -z "$ac_c_werror_flag" ||
38169          test ! -s conftest.err
38170        } && test -s conftest.$ac_objext; then
38171   ac_cv_type_pid_t=yes
38172 else
38173   echo "$as_me: failed program was:" >&5
38174 sed 's/^/| /' conftest.$ac_ext >&5
38175
38176         ac_cv_type_pid_t=no
38177 fi
38178
38179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38180 fi
38181 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
38182 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
38183 if test $ac_cv_type_pid_t = yes; then
38184   :
38185 else
38186
38187 cat >>confdefs.h <<_ACEOF
38188 #define pid_t int
38189 _ACEOF
38190
38191 fi
38192
38193 { echo "$as_me:$LINENO: checking for size_t" >&5
38194 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
38195 if test "${ac_cv_type_size_t+set}" = set; then
38196   echo $ECHO_N "(cached) $ECHO_C" >&6
38197 else
38198   cat >conftest.$ac_ext <<_ACEOF
38199 /* confdefs.h.  */
38200 _ACEOF
38201 cat confdefs.h >>conftest.$ac_ext
38202 cat >>conftest.$ac_ext <<_ACEOF
38203 /* end confdefs.h.  */
38204 $ac_includes_default
38205 typedef size_t ac__type_new_;
38206 int
38207 main ()
38208 {
38209 if ((ac__type_new_ *) 0)
38210   return 0;
38211 if (sizeof (ac__type_new_))
38212   return 0;
38213   ;
38214   return 0;
38215 }
38216 _ACEOF
38217 rm -f conftest.$ac_objext
38218 if { (ac_try="$ac_compile"
38219 case "(($ac_try" in
38220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38221   *) ac_try_echo=$ac_try;;
38222 esac
38223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38224   (eval "$ac_compile") 2>conftest.er1
38225   ac_status=$?
38226   grep -v '^ *+' conftest.er1 >conftest.err
38227   rm -f conftest.er1
38228   cat conftest.err >&5
38229   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38230   (exit $ac_status); } && {
38231          test -z "$ac_c_werror_flag" ||
38232          test ! -s conftest.err
38233        } && test -s conftest.$ac_objext; then
38234   ac_cv_type_size_t=yes
38235 else
38236   echo "$as_me: failed program was:" >&5
38237 sed 's/^/| /' conftest.$ac_ext >&5
38238
38239         ac_cv_type_size_t=no
38240 fi
38241
38242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38243 fi
38244 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
38245 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
38246 if test $ac_cv_type_size_t = yes; then
38247   :
38248 else
38249
38250 cat >>confdefs.h <<_ACEOF
38251 #define size_t unsigned int
38252 _ACEOF
38253
38254 fi
38255
38256
38257 { echo "$as_me:$LINENO: checking for ssize_t" >&5
38258 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
38259 if test "${ac_cv_type_ssize_t+set}" = set; then
38260   echo $ECHO_N "(cached) $ECHO_C" >&6
38261 else
38262   cat >conftest.$ac_ext <<_ACEOF
38263 /* confdefs.h.  */
38264 _ACEOF
38265 cat confdefs.h >>conftest.$ac_ext
38266 cat >>conftest.$ac_ext <<_ACEOF
38267 /* end confdefs.h.  */
38268 $ac_includes_default
38269 typedef ssize_t ac__type_new_;
38270 int
38271 main ()
38272 {
38273 if ((ac__type_new_ *) 0)
38274   return 0;
38275 if (sizeof (ac__type_new_))
38276   return 0;
38277   ;
38278   return 0;
38279 }
38280 _ACEOF
38281 rm -f conftest.$ac_objext
38282 if { (ac_try="$ac_compile"
38283 case "(($ac_try" in
38284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38285   *) ac_try_echo=$ac_try;;
38286 esac
38287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38288   (eval "$ac_compile") 2>conftest.er1
38289   ac_status=$?
38290   grep -v '^ *+' conftest.er1 >conftest.err
38291   rm -f conftest.er1
38292   cat conftest.err >&5
38293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38294   (exit $ac_status); } && {
38295          test -z "$ac_c_werror_flag" ||
38296          test ! -s conftest.err
38297        } && test -s conftest.$ac_objext; then
38298   ac_cv_type_ssize_t=yes
38299 else
38300   echo "$as_me: failed program was:" >&5
38301 sed 's/^/| /' conftest.$ac_ext >&5
38302
38303         ac_cv_type_ssize_t=no
38304 fi
38305
38306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38307 fi
38308 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
38309 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
38310 if test $ac_cv_type_ssize_t = yes; then
38311
38312 cat >>confdefs.h <<_ACEOF
38313 #define HAVE_SSIZE_T 1
38314 _ACEOF
38315
38316
38317 fi
38318
38319
38320 ac_ext=cpp
38321 ac_cpp='$CXXCPP $CPPFLAGS'
38322 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38323 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38324 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38325  { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
38326 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
38327 if test "${wx_cv_size_t_is_uint+set}" = set; then
38328   echo $ECHO_N "(cached) $ECHO_C" >&6
38329 else
38330
38331                             cat >conftest.$ac_ext <<_ACEOF
38332 /* confdefs.h.  */
38333 _ACEOF
38334 cat confdefs.h >>conftest.$ac_ext
38335 cat >>conftest.$ac_ext <<_ACEOF
38336 /* end confdefs.h.  */
38337 #include <stddef.h>
38338 int
38339 main ()
38340 {
38341
38342             return 0; }
38343
38344             struct Foo { void foo(size_t); void foo(unsigned int); };
38345
38346             int bar() {
38347
38348   ;
38349   return 0;
38350 }
38351 _ACEOF
38352 rm -f conftest.$ac_objext
38353 if { (ac_try="$ac_compile"
38354 case "(($ac_try" in
38355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38356   *) ac_try_echo=$ac_try;;
38357 esac
38358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38359   (eval "$ac_compile") 2>conftest.er1
38360   ac_status=$?
38361   grep -v '^ *+' conftest.er1 >conftest.err
38362   rm -f conftest.er1
38363   cat conftest.err >&5
38364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38365   (exit $ac_status); } && {
38366          test -z "$ac_cxx_werror_flag" ||
38367          test ! -s conftest.err
38368        } && test -s conftest.$ac_objext; then
38369   wx_cv_size_t_is_uint=no
38370 else
38371   echo "$as_me: failed program was:" >&5
38372 sed 's/^/| /' conftest.$ac_ext >&5
38373
38374         wx_cv_size_t_is_uint=yes
38375
38376 fi
38377
38378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38379
38380
38381 fi
38382 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
38383 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
38384
38385 if test "$wx_cv_size_t_is_uint" = "yes"; then
38386     cat >>confdefs.h <<\_ACEOF
38387 #define wxSIZE_T_IS_UINT 1
38388 _ACEOF
38389
38390 else
38391     { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
38392 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
38393 if test "${wx_cv_size_t_is_ulong+set}" = set; then
38394   echo $ECHO_N "(cached) $ECHO_C" >&6
38395 else
38396   cat >conftest.$ac_ext <<_ACEOF
38397 /* confdefs.h.  */
38398 _ACEOF
38399 cat confdefs.h >>conftest.$ac_ext
38400 cat >>conftest.$ac_ext <<_ACEOF
38401 /* end confdefs.h.  */
38402 #include <stddef.h>
38403 int
38404 main ()
38405 {
38406
38407                 return 0; }
38408
38409                 struct Foo { void foo(size_t); void foo(unsigned long); };
38410
38411                 int bar() {
38412
38413   ;
38414   return 0;
38415 }
38416 _ACEOF
38417 rm -f conftest.$ac_objext
38418 if { (ac_try="$ac_compile"
38419 case "(($ac_try" in
38420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38421   *) ac_try_echo=$ac_try;;
38422 esac
38423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38424   (eval "$ac_compile") 2>conftest.er1
38425   ac_status=$?
38426   grep -v '^ *+' conftest.er1 >conftest.err
38427   rm -f conftest.er1
38428   cat conftest.err >&5
38429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38430   (exit $ac_status); } && {
38431          test -z "$ac_cxx_werror_flag" ||
38432          test ! -s conftest.err
38433        } && test -s conftest.$ac_objext; then
38434   wx_cv_size_t_is_ulong=no
38435 else
38436   echo "$as_me: failed program was:" >&5
38437 sed 's/^/| /' conftest.$ac_ext >&5
38438
38439         wx_cv_size_t_is_ulong=yes
38440
38441 fi
38442
38443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38444
38445 fi
38446 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
38447 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
38448
38449     if test "$wx_cv_size_t_is_ulong" = "yes"; then
38450         cat >>confdefs.h <<\_ACEOF
38451 #define wxSIZE_T_IS_ULONG 1
38452 _ACEOF
38453
38454     fi
38455 fi
38456
38457 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
38458 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
38459 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
38460   echo $ECHO_N "(cached) $ECHO_C" >&6
38461 else
38462   cat >conftest.$ac_ext <<_ACEOF
38463 /* confdefs.h.  */
38464 _ACEOF
38465 cat confdefs.h >>conftest.$ac_ext
38466 cat >>conftest.$ac_ext <<_ACEOF
38467 /* end confdefs.h.  */
38468 #include <wchar.h>
38469 int
38470 main ()
38471 {
38472
38473             return 0; }
38474
38475             struct Foo { void foo(wchar_t);
38476                          void foo(unsigned short);
38477                          void foo(unsigned int);
38478                          void foo(unsigned long); };
38479
38480             int bar() {
38481
38482   ;
38483   return 0;
38484 }
38485 _ACEOF
38486 rm -f conftest.$ac_objext
38487 if { (ac_try="$ac_compile"
38488 case "(($ac_try" in
38489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38490   *) ac_try_echo=$ac_try;;
38491 esac
38492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38493   (eval "$ac_compile") 2>conftest.er1
38494   ac_status=$?
38495   grep -v '^ *+' conftest.er1 >conftest.err
38496   rm -f conftest.er1
38497   cat conftest.err >&5
38498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38499   (exit $ac_status); } && {
38500          test -z "$ac_cxx_werror_flag" ||
38501          test ! -s conftest.err
38502        } && test -s conftest.$ac_objext; then
38503   wx_cv_wchar_t_is_separate_type=yes
38504 else
38505   echo "$as_me: failed program was:" >&5
38506 sed 's/^/| /' conftest.$ac_ext >&5
38507
38508         wx_cv_wchar_t_is_separate_type=no
38509
38510 fi
38511
38512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38513
38514 fi
38515 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
38516 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
38517
38518 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
38519     cat >>confdefs.h <<\_ACEOF
38520 #define wxWCHAR_T_IS_REAL_TYPE 1
38521 _ACEOF
38522
38523 else
38524     cat >>confdefs.h <<\_ACEOF
38525 #define wxWCHAR_T_IS_REAL_TYPE 0
38526 _ACEOF
38527
38528 fi
38529
38530 ac_ext=c
38531 ac_cpp='$CPP $CPPFLAGS'
38532 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38533 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38534 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38535
38536
38537 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
38538 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
38539 if test "${wx_cv_struct_pw_gecos+set}" = set; then
38540   echo $ECHO_N "(cached) $ECHO_C" >&6
38541 else
38542
38543         cat >conftest.$ac_ext <<_ACEOF
38544 /* confdefs.h.  */
38545 _ACEOF
38546 cat confdefs.h >>conftest.$ac_ext
38547 cat >>conftest.$ac_ext <<_ACEOF
38548 /* end confdefs.h.  */
38549 #include <pwd.h>
38550 int
38551 main ()
38552 {
38553
38554                 char *p;
38555                 struct passwd *pw;
38556                 p = pw->pw_gecos;
38557
38558   ;
38559   return 0;
38560 }
38561 _ACEOF
38562 rm -f conftest.$ac_objext
38563 if { (ac_try="$ac_compile"
38564 case "(($ac_try" in
38565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38566   *) ac_try_echo=$ac_try;;
38567 esac
38568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38569   (eval "$ac_compile") 2>conftest.er1
38570   ac_status=$?
38571   grep -v '^ *+' conftest.er1 >conftest.err
38572   rm -f conftest.er1
38573   cat conftest.err >&5
38574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38575   (exit $ac_status); } && {
38576          test -z "$ac_c_werror_flag" ||
38577          test ! -s conftest.err
38578        } && test -s conftest.$ac_objext; then
38579
38580                 wx_cv_struct_pw_gecos=yes
38581
38582 else
38583   echo "$as_me: failed program was:" >&5
38584 sed 's/^/| /' conftest.$ac_ext >&5
38585
38586
38587                 wx_cv_struct_pw_gecos=no
38588
38589
38590 fi
38591
38592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38593
38594
38595 fi
38596 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
38597 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
38598
38599 if test "$wx_cv_struct_pw_gecos" = "yes"; then
38600     cat >>confdefs.h <<\_ACEOF
38601 #define HAVE_PW_GECOS 1
38602 _ACEOF
38603
38604 fi
38605
38606
38607 WCSLEN_FOUND=0
38608 WCHAR_LINK=
38609
38610 for ac_func in wcslen
38611 do
38612 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38613 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38614 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38615 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38616   echo $ECHO_N "(cached) $ECHO_C" >&6
38617 else
38618   cat >conftest.$ac_ext <<_ACEOF
38619 /* confdefs.h.  */
38620 _ACEOF
38621 cat confdefs.h >>conftest.$ac_ext
38622 cat >>conftest.$ac_ext <<_ACEOF
38623 /* end confdefs.h.  */
38624 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38625    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38626 #define $ac_func innocuous_$ac_func
38627
38628 /* System header to define __stub macros and hopefully few prototypes,
38629     which can conflict with char $ac_func (); below.
38630     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38631     <limits.h> exists even on freestanding compilers.  */
38632
38633 #ifdef __STDC__
38634 # include <limits.h>
38635 #else
38636 # include <assert.h>
38637 #endif
38638
38639 #undef $ac_func
38640
38641 /* Override any GCC internal prototype to avoid an error.
38642    Use char because int might match the return type of a GCC
38643    builtin and then its argument prototype would still apply.  */
38644 #ifdef __cplusplus
38645 extern "C"
38646 #endif
38647 char $ac_func ();
38648 /* The GNU C library defines this for functions which it implements
38649     to always fail with ENOSYS.  Some functions are actually named
38650     something starting with __ and the normal name is an alias.  */
38651 #if defined __stub_$ac_func || defined __stub___$ac_func
38652 choke me
38653 #endif
38654
38655 int
38656 main ()
38657 {
38658 return $ac_func ();
38659   ;
38660   return 0;
38661 }
38662 _ACEOF
38663 rm -f conftest.$ac_objext conftest$ac_exeext
38664 if { (ac_try="$ac_link"
38665 case "(($ac_try" in
38666   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38667   *) ac_try_echo=$ac_try;;
38668 esac
38669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38670   (eval "$ac_link") 2>conftest.er1
38671   ac_status=$?
38672   grep -v '^ *+' conftest.er1 >conftest.err
38673   rm -f conftest.er1
38674   cat conftest.err >&5
38675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38676   (exit $ac_status); } && {
38677          test -z "$ac_c_werror_flag" ||
38678          test ! -s conftest.err
38679        } && test -s conftest$ac_exeext &&
38680        $as_test_x conftest$ac_exeext; then
38681   eval "$as_ac_var=yes"
38682 else
38683   echo "$as_me: failed program was:" >&5
38684 sed 's/^/| /' conftest.$ac_ext >&5
38685
38686         eval "$as_ac_var=no"
38687 fi
38688
38689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38690       conftest$ac_exeext conftest.$ac_ext
38691 fi
38692 ac_res=`eval echo '${'$as_ac_var'}'`
38693                { echo "$as_me:$LINENO: result: $ac_res" >&5
38694 echo "${ECHO_T}$ac_res" >&6; }
38695 if test `eval echo '${'$as_ac_var'}'` = yes; then
38696   cat >>confdefs.h <<_ACEOF
38697 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38698 _ACEOF
38699  WCSLEN_FOUND=1
38700 fi
38701 done
38702
38703
38704 if test "$WCSLEN_FOUND" = 0; then
38705     if test "$TOOLKIT" = "MSW"; then
38706         { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
38707 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
38708 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
38709   echo $ECHO_N "(cached) $ECHO_C" >&6
38710 else
38711   ac_check_lib_save_LIBS=$LIBS
38712 LIBS="-lmsvcrt  $LIBS"
38713 cat >conftest.$ac_ext <<_ACEOF
38714 /* confdefs.h.  */
38715 _ACEOF
38716 cat confdefs.h >>conftest.$ac_ext
38717 cat >>conftest.$ac_ext <<_ACEOF
38718 /* end confdefs.h.  */
38719
38720 /* Override any GCC internal prototype to avoid an error.
38721    Use char because int might match the return type of a GCC
38722    builtin and then its argument prototype would still apply.  */
38723 #ifdef __cplusplus
38724 extern "C"
38725 #endif
38726 char wcslen ();
38727 int
38728 main ()
38729 {
38730 return wcslen ();
38731   ;
38732   return 0;
38733 }
38734 _ACEOF
38735 rm -f conftest.$ac_objext conftest$ac_exeext
38736 if { (ac_try="$ac_link"
38737 case "(($ac_try" in
38738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38739   *) ac_try_echo=$ac_try;;
38740 esac
38741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38742   (eval "$ac_link") 2>conftest.er1
38743   ac_status=$?
38744   grep -v '^ *+' conftest.er1 >conftest.err
38745   rm -f conftest.er1
38746   cat conftest.err >&5
38747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38748   (exit $ac_status); } && {
38749          test -z "$ac_c_werror_flag" ||
38750          test ! -s conftest.err
38751        } && test -s conftest$ac_exeext &&
38752        $as_test_x conftest$ac_exeext; then
38753   ac_cv_lib_msvcrt_wcslen=yes
38754 else
38755   echo "$as_me: failed program was:" >&5
38756 sed 's/^/| /' conftest.$ac_ext >&5
38757
38758         ac_cv_lib_msvcrt_wcslen=no
38759 fi
38760
38761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38762       conftest$ac_exeext conftest.$ac_ext
38763 LIBS=$ac_check_lib_save_LIBS
38764 fi
38765 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
38766 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
38767 if test $ac_cv_lib_msvcrt_wcslen = yes; then
38768   WCHAR_OK=1
38769 fi
38770
38771     else
38772         { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
38773 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
38774 if test "${ac_cv_lib_w_wcslen+set}" = set; then
38775   echo $ECHO_N "(cached) $ECHO_C" >&6
38776 else
38777   ac_check_lib_save_LIBS=$LIBS
38778 LIBS="-lw  $LIBS"
38779 cat >conftest.$ac_ext <<_ACEOF
38780 /* confdefs.h.  */
38781 _ACEOF
38782 cat confdefs.h >>conftest.$ac_ext
38783 cat >>conftest.$ac_ext <<_ACEOF
38784 /* end confdefs.h.  */
38785
38786 /* Override any GCC internal prototype to avoid an error.
38787    Use char because int might match the return type of a GCC
38788    builtin and then its argument prototype would still apply.  */
38789 #ifdef __cplusplus
38790 extern "C"
38791 #endif
38792 char wcslen ();
38793 int
38794 main ()
38795 {
38796 return wcslen ();
38797   ;
38798   return 0;
38799 }
38800 _ACEOF
38801 rm -f conftest.$ac_objext conftest$ac_exeext
38802 if { (ac_try="$ac_link"
38803 case "(($ac_try" in
38804   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38805   *) ac_try_echo=$ac_try;;
38806 esac
38807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38808   (eval "$ac_link") 2>conftest.er1
38809   ac_status=$?
38810   grep -v '^ *+' conftest.er1 >conftest.err
38811   rm -f conftest.er1
38812   cat conftest.err >&5
38813   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38814   (exit $ac_status); } && {
38815          test -z "$ac_c_werror_flag" ||
38816          test ! -s conftest.err
38817        } && test -s conftest$ac_exeext &&
38818        $as_test_x conftest$ac_exeext; then
38819   ac_cv_lib_w_wcslen=yes
38820 else
38821   echo "$as_me: failed program was:" >&5
38822 sed 's/^/| /' conftest.$ac_ext >&5
38823
38824         ac_cv_lib_w_wcslen=no
38825 fi
38826
38827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38828       conftest$ac_exeext conftest.$ac_ext
38829 LIBS=$ac_check_lib_save_LIBS
38830 fi
38831 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
38832 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
38833 if test $ac_cv_lib_w_wcslen = yes; then
38834
38835                         WCHAR_LINK=" -lw"
38836                         WCSLEN_FOUND=1
38837
38838 fi
38839
38840     fi
38841 fi
38842
38843 if test "$WCSLEN_FOUND" = 1; then
38844     cat >>confdefs.h <<\_ACEOF
38845 #define HAVE_WCSLEN 1
38846 _ACEOF
38847
38848 fi
38849
38850
38851
38852
38853
38854
38855
38856 for ac_func in wcsdup wcsftime strnlen wcsnlen wcscasecmp wcsncasecmp
38857 do
38858 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38859 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38860 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38861 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38862   echo $ECHO_N "(cached) $ECHO_C" >&6
38863 else
38864   cat >conftest.$ac_ext <<_ACEOF
38865 /* confdefs.h.  */
38866 _ACEOF
38867 cat confdefs.h >>conftest.$ac_ext
38868 cat >>conftest.$ac_ext <<_ACEOF
38869 /* end confdefs.h.  */
38870 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38871    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38872 #define $ac_func innocuous_$ac_func
38873
38874 /* System header to define __stub macros and hopefully few prototypes,
38875     which can conflict with char $ac_func (); below.
38876     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38877     <limits.h> exists even on freestanding compilers.  */
38878
38879 #ifdef __STDC__
38880 # include <limits.h>
38881 #else
38882 # include <assert.h>
38883 #endif
38884
38885 #undef $ac_func
38886
38887 /* Override any GCC internal prototype to avoid an error.
38888    Use char because int might match the return type of a GCC
38889    builtin and then its argument prototype would still apply.  */
38890 #ifdef __cplusplus
38891 extern "C"
38892 #endif
38893 char $ac_func ();
38894 /* The GNU C library defines this for functions which it implements
38895     to always fail with ENOSYS.  Some functions are actually named
38896     something starting with __ and the normal name is an alias.  */
38897 #if defined __stub_$ac_func || defined __stub___$ac_func
38898 choke me
38899 #endif
38900
38901 int
38902 main ()
38903 {
38904 return $ac_func ();
38905   ;
38906   return 0;
38907 }
38908 _ACEOF
38909 rm -f conftest.$ac_objext conftest$ac_exeext
38910 if { (ac_try="$ac_link"
38911 case "(($ac_try" in
38912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38913   *) ac_try_echo=$ac_try;;
38914 esac
38915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38916   (eval "$ac_link") 2>conftest.er1
38917   ac_status=$?
38918   grep -v '^ *+' conftest.er1 >conftest.err
38919   rm -f conftest.er1
38920   cat conftest.err >&5
38921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38922   (exit $ac_status); } && {
38923          test -z "$ac_c_werror_flag" ||
38924          test ! -s conftest.err
38925        } && test -s conftest$ac_exeext &&
38926        $as_test_x conftest$ac_exeext; then
38927   eval "$as_ac_var=yes"
38928 else
38929   echo "$as_me: failed program was:" >&5
38930 sed 's/^/| /' conftest.$ac_ext >&5
38931
38932         eval "$as_ac_var=no"
38933 fi
38934
38935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38936       conftest$ac_exeext conftest.$ac_ext
38937 fi
38938 ac_res=`eval echo '${'$as_ac_var'}'`
38939                { echo "$as_me:$LINENO: result: $ac_res" >&5
38940 echo "${ECHO_T}$ac_res" >&6; }
38941 if test `eval echo '${'$as_ac_var'}'` = yes; then
38942   cat >>confdefs.h <<_ACEOF
38943 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38944 _ACEOF
38945
38946 fi
38947 done
38948
38949
38950 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
38951     CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
38952 fi
38953
38954 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
38955 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
38956 if test "${ac_cv_type_mbstate_t+set}" = set; then
38957   echo $ECHO_N "(cached) $ECHO_C" >&6
38958 else
38959   cat >conftest.$ac_ext <<_ACEOF
38960 /* confdefs.h.  */
38961 _ACEOF
38962 cat confdefs.h >>conftest.$ac_ext
38963 cat >>conftest.$ac_ext <<_ACEOF
38964 /* end confdefs.h.  */
38965 #include <wchar.h>
38966
38967 typedef mbstate_t ac__type_new_;
38968 int
38969 main ()
38970 {
38971 if ((ac__type_new_ *) 0)
38972   return 0;
38973 if (sizeof (ac__type_new_))
38974   return 0;
38975   ;
38976   return 0;
38977 }
38978 _ACEOF
38979 rm -f conftest.$ac_objext
38980 if { (ac_try="$ac_compile"
38981 case "(($ac_try" in
38982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38983   *) ac_try_echo=$ac_try;;
38984 esac
38985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38986   (eval "$ac_compile") 2>conftest.er1
38987   ac_status=$?
38988   grep -v '^ *+' conftest.er1 >conftest.err
38989   rm -f conftest.er1
38990   cat conftest.err >&5
38991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38992   (exit $ac_status); } && {
38993          test -z "$ac_c_werror_flag" ||
38994          test ! -s conftest.err
38995        } && test -s conftest.$ac_objext; then
38996   ac_cv_type_mbstate_t=yes
38997 else
38998   echo "$as_me: failed program was:" >&5
38999 sed 's/^/| /' conftest.$ac_ext >&5
39000
39001         ac_cv_type_mbstate_t=no
39002 fi
39003
39004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39005 fi
39006 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
39007 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
39008 if test $ac_cv_type_mbstate_t = yes; then
39009
39010 cat >>confdefs.h <<_ACEOF
39011 #define HAVE_MBSTATE_T 1
39012 _ACEOF
39013
39014
39015 for ac_func in wcsrtombs
39016 do
39017 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39018 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39019 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39020 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39021   echo $ECHO_N "(cached) $ECHO_C" >&6
39022 else
39023   cat >conftest.$ac_ext <<_ACEOF
39024 /* confdefs.h.  */
39025 _ACEOF
39026 cat confdefs.h >>conftest.$ac_ext
39027 cat >>conftest.$ac_ext <<_ACEOF
39028 /* end confdefs.h.  */
39029 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39030    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39031 #define $ac_func innocuous_$ac_func
39032
39033 /* System header to define __stub macros and hopefully few prototypes,
39034     which can conflict with char $ac_func (); below.
39035     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39036     <limits.h> exists even on freestanding compilers.  */
39037
39038 #ifdef __STDC__
39039 # include <limits.h>
39040 #else
39041 # include <assert.h>
39042 #endif
39043
39044 #undef $ac_func
39045
39046 /* Override any GCC internal prototype to avoid an error.
39047    Use char because int might match the return type of a GCC
39048    builtin and then its argument prototype would still apply.  */
39049 #ifdef __cplusplus
39050 extern "C"
39051 #endif
39052 char $ac_func ();
39053 /* The GNU C library defines this for functions which it implements
39054     to always fail with ENOSYS.  Some functions are actually named
39055     something starting with __ and the normal name is an alias.  */
39056 #if defined __stub_$ac_func || defined __stub___$ac_func
39057 choke me
39058 #endif
39059
39060 int
39061 main ()
39062 {
39063 return $ac_func ();
39064   ;
39065   return 0;
39066 }
39067 _ACEOF
39068 rm -f conftest.$ac_objext conftest$ac_exeext
39069 if { (ac_try="$ac_link"
39070 case "(($ac_try" in
39071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39072   *) ac_try_echo=$ac_try;;
39073 esac
39074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39075   (eval "$ac_link") 2>conftest.er1
39076   ac_status=$?
39077   grep -v '^ *+' conftest.er1 >conftest.err
39078   rm -f conftest.er1
39079   cat conftest.err >&5
39080   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39081   (exit $ac_status); } && {
39082          test -z "$ac_c_werror_flag" ||
39083          test ! -s conftest.err
39084        } && test -s conftest$ac_exeext &&
39085        $as_test_x conftest$ac_exeext; then
39086   eval "$as_ac_var=yes"
39087 else
39088   echo "$as_me: failed program was:" >&5
39089 sed 's/^/| /' conftest.$ac_ext >&5
39090
39091         eval "$as_ac_var=no"
39092 fi
39093
39094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39095       conftest$ac_exeext conftest.$ac_ext
39096 fi
39097 ac_res=`eval echo '${'$as_ac_var'}'`
39098                { echo "$as_me:$LINENO: result: $ac_res" >&5
39099 echo "${ECHO_T}$ac_res" >&6; }
39100 if test `eval echo '${'$as_ac_var'}'` = yes; then
39101   cat >>confdefs.h <<_ACEOF
39102 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39103 _ACEOF
39104
39105 fi
39106 done
39107
39108 fi
39109
39110
39111
39112
39113
39114 for ac_func in snprintf vsnprintf vsscanf
39115 do
39116 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39117 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39118 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39119 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39120   echo $ECHO_N "(cached) $ECHO_C" >&6
39121 else
39122   cat >conftest.$ac_ext <<_ACEOF
39123 /* confdefs.h.  */
39124 _ACEOF
39125 cat confdefs.h >>conftest.$ac_ext
39126 cat >>conftest.$ac_ext <<_ACEOF
39127 /* end confdefs.h.  */
39128 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39129    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39130 #define $ac_func innocuous_$ac_func
39131
39132 /* System header to define __stub macros and hopefully few prototypes,
39133     which can conflict with char $ac_func (); below.
39134     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39135     <limits.h> exists even on freestanding compilers.  */
39136
39137 #ifdef __STDC__
39138 # include <limits.h>
39139 #else
39140 # include <assert.h>
39141 #endif
39142
39143 #undef $ac_func
39144
39145 /* Override any GCC internal prototype to avoid an error.
39146    Use char because int might match the return type of a GCC
39147    builtin and then its argument prototype would still apply.  */
39148 #ifdef __cplusplus
39149 extern "C"
39150 #endif
39151 char $ac_func ();
39152 /* The GNU C library defines this for functions which it implements
39153     to always fail with ENOSYS.  Some functions are actually named
39154     something starting with __ and the normal name is an alias.  */
39155 #if defined __stub_$ac_func || defined __stub___$ac_func
39156 choke me
39157 #endif
39158
39159 int
39160 main ()
39161 {
39162 return $ac_func ();
39163   ;
39164   return 0;
39165 }
39166 _ACEOF
39167 rm -f conftest.$ac_objext conftest$ac_exeext
39168 if { (ac_try="$ac_link"
39169 case "(($ac_try" in
39170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39171   *) ac_try_echo=$ac_try;;
39172 esac
39173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39174   (eval "$ac_link") 2>conftest.er1
39175   ac_status=$?
39176   grep -v '^ *+' conftest.er1 >conftest.err
39177   rm -f conftest.er1
39178   cat conftest.err >&5
39179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39180   (exit $ac_status); } && {
39181          test -z "$ac_c_werror_flag" ||
39182          test ! -s conftest.err
39183        } && test -s conftest$ac_exeext &&
39184        $as_test_x conftest$ac_exeext; then
39185   eval "$as_ac_var=yes"
39186 else
39187   echo "$as_me: failed program was:" >&5
39188 sed 's/^/| /' conftest.$ac_ext >&5
39189
39190         eval "$as_ac_var=no"
39191 fi
39192
39193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39194       conftest$ac_exeext conftest.$ac_ext
39195 fi
39196 ac_res=`eval echo '${'$as_ac_var'}'`
39197                { echo "$as_me:$LINENO: result: $ac_res" >&5
39198 echo "${ECHO_T}$ac_res" >&6; }
39199 if test `eval echo '${'$as_ac_var'}'` = yes; then
39200   cat >>confdefs.h <<_ACEOF
39201 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39202 _ACEOF
39203
39204 fi
39205 done
39206
39207
39208 ac_ext=cpp
39209 ac_cpp='$CXXCPP $CPPFLAGS'
39210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39213
39214 if test "$ac_cv_func_vsnprintf" = "yes"; then
39215         { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
39216 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
39217 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
39218   echo $ECHO_N "(cached) $ECHO_C" >&6
39219 else
39220
39221                                                             cat >conftest.$ac_ext <<_ACEOF
39222 /* confdefs.h.  */
39223 _ACEOF
39224 cat confdefs.h >>conftest.$ac_ext
39225 cat >>conftest.$ac_ext <<_ACEOF
39226 /* end confdefs.h.  */
39227
39228                     #include <stdio.h>
39229                     #include <stdarg.h>
39230                     #ifdef __MSL__
39231                     #if __MSL__ >= 0x6000
39232                     namespace std {}
39233                     using namespace std;
39234                     #endif
39235                     #endif
39236
39237 int
39238 main ()
39239 {
39240
39241                     char *buf;
39242                     va_list ap;
39243                     vsnprintf(buf, 10u, "%s", ap);
39244
39245   ;
39246   return 0;
39247 }
39248 _ACEOF
39249 rm -f conftest.$ac_objext
39250 if { (ac_try="$ac_compile"
39251 case "(($ac_try" in
39252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39253   *) ac_try_echo=$ac_try;;
39254 esac
39255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39256   (eval "$ac_compile") 2>conftest.er1
39257   ac_status=$?
39258   grep -v '^ *+' conftest.er1 >conftest.err
39259   rm -f conftest.er1
39260   cat conftest.err >&5
39261   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39262   (exit $ac_status); } && {
39263          test -z "$ac_cxx_werror_flag" ||
39264          test ! -s conftest.err
39265        } && test -s conftest.$ac_objext; then
39266   wx_cv_func_vsnprintf_decl=yes
39267 else
39268   echo "$as_me: failed program was:" >&5
39269 sed 's/^/| /' conftest.$ac_ext >&5
39270
39271         wx_cv_func_vsnprintf_decl=no
39272
39273 fi
39274
39275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39276
39277
39278 fi
39279 { echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
39280 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
39281
39282     if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
39283         cat >>confdefs.h <<\_ACEOF
39284 #define HAVE_VSNPRINTF_DECL 1
39285 _ACEOF
39286
39287
39288                         { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
39289 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
39290 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
39291   echo $ECHO_N "(cached) $ECHO_C" >&6
39292 else
39293
39294                 cat >conftest.$ac_ext <<_ACEOF
39295 /* confdefs.h.  */
39296 _ACEOF
39297 cat confdefs.h >>conftest.$ac_ext
39298 cat >>conftest.$ac_ext <<_ACEOF
39299 /* end confdefs.h.  */
39300
39301                         #include <stdio.h>
39302                         #include <stdarg.h>
39303                         #ifdef __MSL__
39304                         #if __MSL__ >= 0x6000
39305                         namespace std {}
39306                         using namespace std;
39307                         #endif
39308                         #endif
39309
39310 int
39311 main ()
39312 {
39313
39314                         char *buf;
39315                         va_list ap;
39316                         const char *fmt = "%s";
39317                         vsnprintf(buf, 10u, fmt, ap);
39318
39319   ;
39320   return 0;
39321 }
39322 _ACEOF
39323 rm -f conftest.$ac_objext
39324 if { (ac_try="$ac_compile"
39325 case "(($ac_try" in
39326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39327   *) ac_try_echo=$ac_try;;
39328 esac
39329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39330   (eval "$ac_compile") 2>conftest.er1
39331   ac_status=$?
39332   grep -v '^ *+' conftest.er1 >conftest.err
39333   rm -f conftest.er1
39334   cat conftest.err >&5
39335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39336   (exit $ac_status); } && {
39337          test -z "$ac_cxx_werror_flag" ||
39338          test ! -s conftest.err
39339        } && test -s conftest.$ac_objext; then
39340   wx_cv_func_broken_vsnprintf_decl=no
39341 else
39342   echo "$as_me: failed program was:" >&5
39343 sed 's/^/| /' conftest.$ac_ext >&5
39344
39345         wx_cv_func_broken_vsnprintf_decl=yes
39346
39347 fi
39348
39349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39350
39351
39352 fi
39353 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
39354 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
39355
39356         if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
39357             cat >>confdefs.h <<\_ACEOF
39358 #define HAVE_BROKEN_VSNPRINTF_DECL 1
39359 _ACEOF
39360
39361         fi
39362     fi
39363 fi
39364
39365 if test "$ac_cv_func_snprintf" = "yes"; then
39366     { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
39367 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
39368 if test "${wx_cv_func_snprintf_decl+set}" = set; then
39369   echo $ECHO_N "(cached) $ECHO_C" >&6
39370 else
39371
39372             cat >conftest.$ac_ext <<_ACEOF
39373 /* confdefs.h.  */
39374 _ACEOF
39375 cat confdefs.h >>conftest.$ac_ext
39376 cat >>conftest.$ac_ext <<_ACEOF
39377 /* end confdefs.h.  */
39378
39379                     #include <stdio.h>
39380                     #include <stdarg.h>
39381                     #ifdef __MSL__
39382                     #if __MSL__ >= 0x6000
39383                     namespace std {}
39384                     using namespace std;
39385                     #endif
39386                     #endif
39387
39388 int
39389 main ()
39390 {
39391
39392                     char *buf;
39393                     snprintf(buf, 10u, "%s", "wx");
39394
39395   ;
39396   return 0;
39397 }
39398 _ACEOF
39399 rm -f conftest.$ac_objext
39400 if { (ac_try="$ac_compile"
39401 case "(($ac_try" in
39402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39403   *) ac_try_echo=$ac_try;;
39404 esac
39405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39406   (eval "$ac_compile") 2>conftest.er1
39407   ac_status=$?
39408   grep -v '^ *+' conftest.er1 >conftest.err
39409   rm -f conftest.er1
39410   cat conftest.err >&5
39411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39412   (exit $ac_status); } && {
39413          test -z "$ac_cxx_werror_flag" ||
39414          test ! -s conftest.err
39415        } && test -s conftest.$ac_objext; then
39416   wx_cv_func_snprintf_decl=yes
39417 else
39418   echo "$as_me: failed program was:" >&5
39419 sed 's/^/| /' conftest.$ac_ext >&5
39420
39421         wx_cv_func_snprintf_decl=no
39422
39423 fi
39424
39425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39426
39427
39428 fi
39429 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
39430 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
39431
39432     if test "$wx_cv_func_snprintf_decl" = "yes"; then
39433         cat >>confdefs.h <<\_ACEOF
39434 #define HAVE_SNPRINTF_DECL 1
39435 _ACEOF
39436
39437     fi
39438
39439     if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
39440
39441                                         { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
39442 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
39443 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
39444   echo $ECHO_N "(cached) $ECHO_C" >&6
39445 else
39446
39447                 if test "$cross_compiling" = yes; then
39448
39449                         { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
39450 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
39451 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
39452 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
39453                         wx_cv_func_snprintf_pos_params=no
39454
39455
39456 else
39457   cat >conftest.$ac_ext <<_ACEOF
39458 /* confdefs.h.  */
39459 _ACEOF
39460 cat confdefs.h >>conftest.$ac_ext
39461 cat >>conftest.$ac_ext <<_ACEOF
39462 /* end confdefs.h.  */
39463
39464                         #include <stdio.h>
39465
39466                         int main (void)
39467                         {
39468                             char buffer[128];
39469                             snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
39470                             if (strcmp ("2 3 1", buffer) == 0)
39471                                 exit (0);
39472                             exit (1);
39473                         }
39474
39475 _ACEOF
39476 rm -f conftest$ac_exeext
39477 if { (ac_try="$ac_link"
39478 case "(($ac_try" in
39479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39480   *) ac_try_echo=$ac_try;;
39481 esac
39482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39483   (eval "$ac_link") 2>&5
39484   ac_status=$?
39485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39486   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
39487   { (case "(($ac_try" in
39488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39489   *) ac_try_echo=$ac_try;;
39490 esac
39491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39492   (eval "$ac_try") 2>&5
39493   ac_status=$?
39494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39495   (exit $ac_status); }; }; then
39496   wx_cv_func_snprintf_pos_params=no
39497 else
39498   echo "$as_me: program exited with status $ac_status" >&5
39499 echo "$as_me: failed program was:" >&5
39500 sed 's/^/| /' conftest.$ac_ext >&5
39501
39502 ( exit $ac_status )
39503 wx_cv_func_snprintf_pos_params=yes
39504 fi
39505 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
39506 fi
39507
39508
39509
39510
39511 fi
39512 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
39513 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
39514
39515         if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
39516             cat >>confdefs.h <<\_ACEOF
39517 #define HAVE_UNIX98_PRINTF 1
39518 _ACEOF
39519
39520         fi
39521     fi
39522 fi
39523
39524 if test "$ac_cv_func_vsscanf" = "yes"; then
39525     { echo "$as_me:$LINENO: checking for vsscanf declaration" >&5
39526 echo $ECHO_N "checking for vsscanf declaration... $ECHO_C" >&6; }
39527 if test "${wx_cv_func_vsscanf_decl+set}" = set; then
39528   echo $ECHO_N "(cached) $ECHO_C" >&6
39529 else
39530
39531             cat >conftest.$ac_ext <<_ACEOF
39532 /* confdefs.h.  */
39533 _ACEOF
39534 cat confdefs.h >>conftest.$ac_ext
39535 cat >>conftest.$ac_ext <<_ACEOF
39536 /* end confdefs.h.  */
39537
39538                     #include <stdio.h>
39539                     #include <stdarg.h>
39540                     #ifdef __MSL__
39541                     #if __MSL__ >= 0x6000
39542                     namespace std {}
39543                     using namespace std;
39544                     #endif
39545                     #endif
39546
39547 int
39548 main ()
39549 {
39550
39551                     char *buf;
39552                     va_list args;
39553                     vsscanf(buf, "%s", args);
39554
39555   ;
39556   return 0;
39557 }
39558 _ACEOF
39559 rm -f conftest.$ac_objext
39560 if { (ac_try="$ac_compile"
39561 case "(($ac_try" in
39562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39563   *) ac_try_echo=$ac_try;;
39564 esac
39565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39566   (eval "$ac_compile") 2>conftest.er1
39567   ac_status=$?
39568   grep -v '^ *+' conftest.er1 >conftest.err
39569   rm -f conftest.er1
39570   cat conftest.err >&5
39571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39572   (exit $ac_status); } && {
39573          test -z "$ac_cxx_werror_flag" ||
39574          test ! -s conftest.err
39575        } && test -s conftest.$ac_objext; then
39576   wx_cv_func_vsscanf_decl=yes
39577 else
39578   echo "$as_me: failed program was:" >&5
39579 sed 's/^/| /' conftest.$ac_ext >&5
39580
39581         wx_cv_func_vsscanf_decl=no
39582
39583 fi
39584
39585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39586
39587
39588 fi
39589 { echo "$as_me:$LINENO: result: $wx_cv_func_vsscanf_decl" >&5
39590 echo "${ECHO_T}$wx_cv_func_vsscanf_decl" >&6; }
39591
39592     if test "$wx_cv_func_vsscanf_decl" = "yes"; then
39593         cat >>confdefs.h <<\_ACEOF
39594 #define HAVE_VSSCANF_DECL 1
39595 _ACEOF
39596
39597     fi
39598 fi
39599 ac_ext=c
39600 ac_cpp='$CPP $CPPFLAGS'
39601 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39602 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39603 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39604
39605
39606 if test "$wxUSE_UNICODE" = yes; then
39607
39608             wchar_headers="#include <stdio.h>
39609 #include <wchar.h>"
39610     case "${host}" in
39611         *-*-solaris2* )
39612
39613 for ac_header in widec.h
39614 do
39615 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39616 { echo "$as_me:$LINENO: checking for $ac_header" >&5
39617 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
39618 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
39619   echo $ECHO_N "(cached) $ECHO_C" >&6
39620 else
39621   cat >conftest.$ac_ext <<_ACEOF
39622 /* confdefs.h.  */
39623 _ACEOF
39624 cat confdefs.h >>conftest.$ac_ext
39625 cat >>conftest.$ac_ext <<_ACEOF
39626 /* end confdefs.h.  */
39627 $ac_includes_default
39628
39629 #include <$ac_header>
39630 _ACEOF
39631 rm -f conftest.$ac_objext
39632 if { (ac_try="$ac_compile"
39633 case "(($ac_try" in
39634   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39635   *) ac_try_echo=$ac_try;;
39636 esac
39637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39638   (eval "$ac_compile") 2>conftest.er1
39639   ac_status=$?
39640   grep -v '^ *+' conftest.er1 >conftest.err
39641   rm -f conftest.er1
39642   cat conftest.err >&5
39643   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39644   (exit $ac_status); } && {
39645          test -z "$ac_c_werror_flag" ||
39646          test ! -s conftest.err
39647        } && test -s conftest.$ac_objext; then
39648   eval "$as_ac_Header=yes"
39649 else
39650   echo "$as_me: failed program was:" >&5
39651 sed 's/^/| /' conftest.$ac_ext >&5
39652
39653         eval "$as_ac_Header=no"
39654 fi
39655
39656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39657 fi
39658 ac_res=`eval echo '${'$as_ac_Header'}'`
39659                { echo "$as_me:$LINENO: result: $ac_res" >&5
39660 echo "${ECHO_T}$ac_res" >&6; }
39661 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39662   cat >>confdefs.h <<_ACEOF
39663 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39664 _ACEOF
39665
39666 fi
39667
39668 done
39669
39670             if test "$ac_cv_header_widec_h" = "yes"; then
39671                 wchar_headers="$wchar_headers
39672 #include <widec.h>"
39673             fi
39674     esac
39675
39676
39677   for wx_func in putws fputws wprintf vswprintf vswscanf
39678   do
39679     { echo "$as_me:$LINENO: checking for $wx_func" >&5
39680 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39681 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39682   echo $ECHO_N "(cached) $ECHO_C" >&6
39683 else
39684
39685         cat >conftest.$ac_ext <<_ACEOF
39686
39687             /* confdefs.h.  */
39688 _ACEOF
39689 cat confdefs.h >>conftest.$ac_ext
39690 cat >>conftest.$ac_ext <<_ACEOF
39691 /* end confdefs.h.  */
39692
39693                 $wchar_headers
39694                 $ac_includes_default
39695
39696 int
39697 main ()
39698 {
39699
39700                 #ifndef $wx_func
39701                   &$wx_func;
39702                 #endif
39703
39704
39705   ;
39706   return 0;
39707 }
39708
39709 _ACEOF
39710 rm -f conftest.$ac_objext conftest$ac_exeext
39711 if { (ac_try="$ac_link"
39712 case "(($ac_try" in
39713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39714   *) ac_try_echo=$ac_try;;
39715 esac
39716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39717   (eval "$ac_link") 2>conftest.er1
39718   ac_status=$?
39719   grep -v '^ *+' conftest.er1 >conftest.err
39720   rm -f conftest.er1
39721   cat conftest.err >&5
39722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39723   (exit $ac_status); } && {
39724          test -z "$ac_c_werror_flag" ||
39725          test ! -s conftest.err
39726        } && test -s conftest$ac_exeext &&
39727        $as_test_x conftest$ac_exeext; then
39728   eval wx_cv_func_$wx_func=yes
39729 else
39730   echo "$as_me: failed program was:" >&5
39731 sed 's/^/| /' conftest.$ac_ext >&5
39732
39733         eval wx_cv_func_$wx_func=no
39734 fi
39735
39736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39737       conftest$ac_exeext conftest.$ac_ext
39738
39739 fi
39740 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39741                { echo "$as_me:$LINENO: result: $ac_res" >&5
39742 echo "${ECHO_T}$ac_res" >&6; }
39743
39744     if eval test \$wx_cv_func_$wx_func = yes
39745     then
39746       cat >>confdefs.h <<_ACEOF
39747 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39748 _ACEOF
39749
39750
39751     else
39752       :
39753
39754     fi
39755   done
39756
39757
39758                 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
39759 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
39760     cat >conftest.$ac_ext <<_ACEOF
39761 /* confdefs.h.  */
39762 _ACEOF
39763 cat confdefs.h >>conftest.$ac_ext
39764 cat >>conftest.$ac_ext <<_ACEOF
39765 /* end confdefs.h.  */
39766 #include <wchar.h>
39767 int
39768 main ()
39769 {
39770 &_vsnwprintf;
39771   ;
39772   return 0;
39773 }
39774 _ACEOF
39775 rm -f conftest.$ac_objext
39776 if { (ac_try="$ac_compile"
39777 case "(($ac_try" in
39778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39779   *) ac_try_echo=$ac_try;;
39780 esac
39781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39782   (eval "$ac_compile") 2>conftest.er1
39783   ac_status=$?
39784   grep -v '^ *+' conftest.er1 >conftest.err
39785   rm -f conftest.er1
39786   cat conftest.err >&5
39787   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39788   (exit $ac_status); } && {
39789          test -z "$ac_c_werror_flag" ||
39790          test ! -s conftest.err
39791        } && test -s conftest.$ac_objext; then
39792   { echo "$as_me:$LINENO: result: yes" >&5
39793 echo "${ECHO_T}yes" >&6; }
39794                     cat >>confdefs.h <<\_ACEOF
39795 #define HAVE__VSNWPRINTF 1
39796 _ACEOF
39797
39798 else
39799   echo "$as_me: failed program was:" >&5
39800 sed 's/^/| /' conftest.$ac_ext >&5
39801
39802         { echo "$as_me:$LINENO: result: no" >&5
39803 echo "${ECHO_T}no" >&6; }
39804 fi
39805
39806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
39807 fi
39808
39809 if test "$wxUSE_FILE" = "yes"; then
39810
39811   for wx_func in fsync
39812   do
39813     { echo "$as_me:$LINENO: checking for $wx_func" >&5
39814 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39815 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39816   echo $ECHO_N "(cached) $ECHO_C" >&6
39817 else
39818
39819         cat >conftest.$ac_ext <<_ACEOF
39820
39821             /* confdefs.h.  */
39822 _ACEOF
39823 cat confdefs.h >>conftest.$ac_ext
39824 cat >>conftest.$ac_ext <<_ACEOF
39825 /* end confdefs.h.  */
39826
39827
39828                 $ac_includes_default
39829
39830 int
39831 main ()
39832 {
39833
39834                 #ifndef $wx_func
39835                   &$wx_func;
39836                 #endif
39837
39838
39839   ;
39840   return 0;
39841 }
39842
39843 _ACEOF
39844 rm -f conftest.$ac_objext conftest$ac_exeext
39845 if { (ac_try="$ac_link"
39846 case "(($ac_try" in
39847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39848   *) ac_try_echo=$ac_try;;
39849 esac
39850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39851   (eval "$ac_link") 2>conftest.er1
39852   ac_status=$?
39853   grep -v '^ *+' conftest.er1 >conftest.err
39854   rm -f conftest.er1
39855   cat conftest.err >&5
39856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39857   (exit $ac_status); } && {
39858          test -z "$ac_c_werror_flag" ||
39859          test ! -s conftest.err
39860        } && test -s conftest$ac_exeext &&
39861        $as_test_x conftest$ac_exeext; then
39862   eval wx_cv_func_$wx_func=yes
39863 else
39864   echo "$as_me: failed program was:" >&5
39865 sed 's/^/| /' conftest.$ac_ext >&5
39866
39867         eval wx_cv_func_$wx_func=no
39868 fi
39869
39870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39871       conftest$ac_exeext conftest.$ac_ext
39872
39873 fi
39874 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39875                { echo "$as_me:$LINENO: result: $ac_res" >&5
39876 echo "${ECHO_T}$ac_res" >&6; }
39877
39878     if eval test \$wx_cv_func_$wx_func = yes
39879     then
39880       cat >>confdefs.h <<_ACEOF
39881 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39882 _ACEOF
39883
39884
39885     else
39886       :
39887
39888     fi
39889   done
39890
39891 fi
39892
39893 ac_ext=cpp
39894 ac_cpp='$CXXCPP $CPPFLAGS'
39895 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39896 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39897 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39898
39899
39900   for wx_func in round
39901   do
39902     { echo "$as_me:$LINENO: checking for $wx_func" >&5
39903 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39904 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39905   echo $ECHO_N "(cached) $ECHO_C" >&6
39906 else
39907
39908         cat >conftest.$ac_ext <<_ACEOF
39909
39910             /* confdefs.h.  */
39911 _ACEOF
39912 cat confdefs.h >>conftest.$ac_ext
39913 cat >>conftest.$ac_ext <<_ACEOF
39914 /* end confdefs.h.  */
39915
39916                 #include <math.h>
39917                 $ac_includes_default
39918
39919 int
39920 main ()
39921 {
39922
39923                 #ifndef $wx_func
39924                   &$wx_func;
39925                 #endif
39926
39927
39928   ;
39929   return 0;
39930 }
39931
39932 _ACEOF
39933 rm -f conftest.$ac_objext conftest$ac_exeext
39934 if { (ac_try="$ac_link"
39935 case "(($ac_try" in
39936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39937   *) ac_try_echo=$ac_try;;
39938 esac
39939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39940   (eval "$ac_link") 2>conftest.er1
39941   ac_status=$?
39942   grep -v '^ *+' conftest.er1 >conftest.err
39943   rm -f conftest.er1
39944   cat conftest.err >&5
39945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39946   (exit $ac_status); } && {
39947          test -z "$ac_cxx_werror_flag" ||
39948          test ! -s conftest.err
39949        } && test -s conftest$ac_exeext &&
39950        $as_test_x conftest$ac_exeext; then
39951   eval wx_cv_func_$wx_func=yes
39952 else
39953   echo "$as_me: failed program was:" >&5
39954 sed 's/^/| /' conftest.$ac_ext >&5
39955
39956         eval wx_cv_func_$wx_func=no
39957 fi
39958
39959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39960       conftest$ac_exeext conftest.$ac_ext
39961
39962 fi
39963 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39964                { echo "$as_me:$LINENO: result: $ac_res" >&5
39965 echo "${ECHO_T}$ac_res" >&6; }
39966
39967     if eval test \$wx_cv_func_$wx_func = yes
39968     then
39969       cat >>confdefs.h <<_ACEOF
39970 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39971 _ACEOF
39972
39973
39974     else
39975       :
39976
39977     fi
39978   done
39979
39980 ac_ext=c
39981 ac_cpp='$CPP $CPPFLAGS'
39982 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39983 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39984 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39985
39986
39987 if test "$TOOLKIT" != "MSW"; then
39988
39989 if test "$wxUSE_LIBICONV" != "no" ; then
39990
39991
39992
39993 # Check whether --with-libiconv-prefix was given.
39994 if test "${with_libiconv_prefix+set}" = set; then
39995   withval=$with_libiconv_prefix;
39996     for dir in `echo "$withval" | tr : ' '`; do
39997       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
39998       if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
39999     done
40000
40001 fi
40002
40003
40004   { echo "$as_me:$LINENO: checking for iconv" >&5
40005 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
40006 if test "${am_cv_func_iconv+set}" = set; then
40007   echo $ECHO_N "(cached) $ECHO_C" >&6
40008 else
40009
40010     am_cv_func_iconv="no, consider installing GNU libiconv"
40011     am_cv_lib_iconv=no
40012     cat >conftest.$ac_ext <<_ACEOF
40013 /* confdefs.h.  */
40014 _ACEOF
40015 cat confdefs.h >>conftest.$ac_ext
40016 cat >>conftest.$ac_ext <<_ACEOF
40017 /* end confdefs.h.  */
40018 #include <stdlib.h>
40019 #include <iconv.h>
40020 int
40021 main ()
40022 {
40023 iconv_t cd = iconv_open("","");
40024        iconv(cd,NULL,NULL,NULL,NULL);
40025        iconv_close(cd);
40026   ;
40027   return 0;
40028 }
40029 _ACEOF
40030 rm -f conftest.$ac_objext conftest$ac_exeext
40031 if { (ac_try="$ac_link"
40032 case "(($ac_try" in
40033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40034   *) ac_try_echo=$ac_try;;
40035 esac
40036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40037   (eval "$ac_link") 2>conftest.er1
40038   ac_status=$?
40039   grep -v '^ *+' conftest.er1 >conftest.err
40040   rm -f conftest.er1
40041   cat conftest.err >&5
40042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40043   (exit $ac_status); } && {
40044          test -z "$ac_c_werror_flag" ||
40045          test ! -s conftest.err
40046        } && test -s conftest$ac_exeext &&
40047        $as_test_x conftest$ac_exeext; then
40048   am_cv_func_iconv=yes
40049 else
40050   echo "$as_me: failed program was:" >&5
40051 sed 's/^/| /' conftest.$ac_ext >&5
40052
40053
40054 fi
40055
40056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40057       conftest$ac_exeext conftest.$ac_ext
40058     if test "$am_cv_func_iconv" != yes; then
40059       am_save_LIBS="$LIBS"
40060       LIBS="$LIBS -liconv"
40061       cat >conftest.$ac_ext <<_ACEOF
40062 /* confdefs.h.  */
40063 _ACEOF
40064 cat confdefs.h >>conftest.$ac_ext
40065 cat >>conftest.$ac_ext <<_ACEOF
40066 /* end confdefs.h.  */
40067 #include <stdlib.h>
40068 #include <iconv.h>
40069 int
40070 main ()
40071 {
40072 iconv_t cd = iconv_open("","");
40073          iconv(cd,NULL,NULL,NULL,NULL);
40074          iconv_close(cd);
40075   ;
40076   return 0;
40077 }
40078 _ACEOF
40079 rm -f conftest.$ac_objext conftest$ac_exeext
40080 if { (ac_try="$ac_link"
40081 case "(($ac_try" in
40082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40083   *) ac_try_echo=$ac_try;;
40084 esac
40085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40086   (eval "$ac_link") 2>conftest.er1
40087   ac_status=$?
40088   grep -v '^ *+' conftest.er1 >conftest.err
40089   rm -f conftest.er1
40090   cat conftest.err >&5
40091   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40092   (exit $ac_status); } && {
40093          test -z "$ac_c_werror_flag" ||
40094          test ! -s conftest.err
40095        } && test -s conftest$ac_exeext &&
40096        $as_test_x conftest$ac_exeext; then
40097   am_cv_lib_iconv=yes
40098         am_cv_func_iconv=yes
40099 else
40100   echo "$as_me: failed program was:" >&5
40101 sed 's/^/| /' conftest.$ac_ext >&5
40102
40103
40104 fi
40105
40106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40107       conftest$ac_exeext conftest.$ac_ext
40108       LIBS="$am_save_LIBS"
40109     fi
40110
40111 fi
40112 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
40113 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
40114   if test "$am_cv_func_iconv" = yes; then
40115
40116 cat >>confdefs.h <<\_ACEOF
40117 #define HAVE_ICONV 1
40118 _ACEOF
40119
40120     { echo "$as_me:$LINENO: checking if iconv needs const" >&5
40121 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
40122 if test "${wx_cv_func_iconv_const+set}" = set; then
40123   echo $ECHO_N "(cached) $ECHO_C" >&6
40124 else
40125   cat >conftest.$ac_ext <<_ACEOF
40126 /* confdefs.h.  */
40127 _ACEOF
40128 cat confdefs.h >>conftest.$ac_ext
40129 cat >>conftest.$ac_ext <<_ACEOF
40130 /* end confdefs.h.  */
40131
40132 #include <stdlib.h>
40133 #include <iconv.h>
40134 extern
40135 #ifdef __cplusplus
40136 "C"
40137 #endif
40138 #if defined(__STDC__) || defined(__cplusplus)
40139 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
40140 #else
40141 size_t iconv();
40142 #endif
40143
40144 int
40145 main ()
40146 {
40147
40148   ;
40149   return 0;
40150 }
40151 _ACEOF
40152 rm -f conftest.$ac_objext
40153 if { (ac_try="$ac_compile"
40154 case "(($ac_try" in
40155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40156   *) ac_try_echo=$ac_try;;
40157 esac
40158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40159   (eval "$ac_compile") 2>conftest.er1
40160   ac_status=$?
40161   grep -v '^ *+' conftest.er1 >conftest.err
40162   rm -f conftest.er1
40163   cat conftest.err >&5
40164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40165   (exit $ac_status); } && {
40166          test -z "$ac_c_werror_flag" ||
40167          test ! -s conftest.err
40168        } && test -s conftest.$ac_objext; then
40169   wx_cv_func_iconv_const="no"
40170 else
40171   echo "$as_me: failed program was:" >&5
40172 sed 's/^/| /' conftest.$ac_ext >&5
40173
40174         wx_cv_func_iconv_const="yes"
40175
40176 fi
40177
40178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40179
40180 fi
40181 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
40182 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
40183
40184     iconv_const=
40185     if test "x$wx_cv_func_iconv_const" = "xyes"; then
40186         iconv_const="const"
40187     fi
40188
40189
40190 cat >>confdefs.h <<_ACEOF
40191 #define ICONV_CONST $iconv_const
40192 _ACEOF
40193
40194   fi
40195   LIBICONV=
40196   if test "$am_cv_lib_iconv" = yes; then
40197     LIBICONV="-liconv"
40198   fi
40199
40200
40201     LIBS="$LIBICONV $LIBS"
40202 fi
40203
40204 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
40205
40206 for ac_func in sigaction
40207 do
40208 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40209 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40210 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40211 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40212   echo $ECHO_N "(cached) $ECHO_C" >&6
40213 else
40214   cat >conftest.$ac_ext <<_ACEOF
40215 /* confdefs.h.  */
40216 _ACEOF
40217 cat confdefs.h >>conftest.$ac_ext
40218 cat >>conftest.$ac_ext <<_ACEOF
40219 /* end confdefs.h.  */
40220 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40221    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40222 #define $ac_func innocuous_$ac_func
40223
40224 /* System header to define __stub macros and hopefully few prototypes,
40225     which can conflict with char $ac_func (); below.
40226     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40227     <limits.h> exists even on freestanding compilers.  */
40228
40229 #ifdef __STDC__
40230 # include <limits.h>
40231 #else
40232 # include <assert.h>
40233 #endif
40234
40235 #undef $ac_func
40236
40237 /* Override any GCC internal prototype to avoid an error.
40238    Use char because int might match the return type of a GCC
40239    builtin and then its argument prototype would still apply.  */
40240 #ifdef __cplusplus
40241 extern "C"
40242 #endif
40243 char $ac_func ();
40244 /* The GNU C library defines this for functions which it implements
40245     to always fail with ENOSYS.  Some functions are actually named
40246     something starting with __ and the normal name is an alias.  */
40247 #if defined __stub_$ac_func || defined __stub___$ac_func
40248 choke me
40249 #endif
40250
40251 int
40252 main ()
40253 {
40254 return $ac_func ();
40255   ;
40256   return 0;
40257 }
40258 _ACEOF
40259 rm -f conftest.$ac_objext conftest$ac_exeext
40260 if { (ac_try="$ac_link"
40261 case "(($ac_try" in
40262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40263   *) ac_try_echo=$ac_try;;
40264 esac
40265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40266   (eval "$ac_link") 2>conftest.er1
40267   ac_status=$?
40268   grep -v '^ *+' conftest.er1 >conftest.err
40269   rm -f conftest.er1
40270   cat conftest.err >&5
40271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40272   (exit $ac_status); } && {
40273          test -z "$ac_c_werror_flag" ||
40274          test ! -s conftest.err
40275        } && test -s conftest$ac_exeext &&
40276        $as_test_x conftest$ac_exeext; then
40277   eval "$as_ac_var=yes"
40278 else
40279   echo "$as_me: failed program was:" >&5
40280 sed 's/^/| /' conftest.$ac_ext >&5
40281
40282         eval "$as_ac_var=no"
40283 fi
40284
40285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40286       conftest$ac_exeext conftest.$ac_ext
40287 fi
40288 ac_res=`eval echo '${'$as_ac_var'}'`
40289                { echo "$as_me:$LINENO: result: $ac_res" >&5
40290 echo "${ECHO_T}$ac_res" >&6; }
40291 if test `eval echo '${'$as_ac_var'}'` = yes; then
40292   cat >>confdefs.h <<_ACEOF
40293 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40294 _ACEOF
40295
40296 fi
40297 done
40298
40299
40300     if test "$ac_cv_func_sigaction" = "no"; then
40301         { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
40302 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
40303         wxUSE_ON_FATAL_EXCEPTION=no
40304     fi
40305
40306     if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
40307       { echo "$as_me:$LINENO: checking for sa_handler type" >&5
40308 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
40309 if test "${wx_cv_type_sa_handler+set}" = set; then
40310   echo $ECHO_N "(cached) $ECHO_C" >&6
40311 else
40312
40313                 ac_ext=cpp
40314 ac_cpp='$CXXCPP $CPPFLAGS'
40315 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40316 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40317 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40318
40319         cat >conftest.$ac_ext <<_ACEOF
40320 /* confdefs.h.  */
40321 _ACEOF
40322 cat confdefs.h >>conftest.$ac_ext
40323 cat >>conftest.$ac_ext <<_ACEOF
40324 /* end confdefs.h.  */
40325 #include <signal.h>
40326 int
40327 main ()
40328 {
40329
40330                         extern void testSigHandler(int);
40331
40332                         struct sigaction sa;
40333                         sa.sa_handler = testSigHandler;
40334
40335   ;
40336   return 0;
40337 }
40338 _ACEOF
40339 rm -f conftest.$ac_objext
40340 if { (ac_try="$ac_compile"
40341 case "(($ac_try" in
40342   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40343   *) ac_try_echo=$ac_try;;
40344 esac
40345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40346   (eval "$ac_compile") 2>conftest.er1
40347   ac_status=$?
40348   grep -v '^ *+' conftest.er1 >conftest.err
40349   rm -f conftest.er1
40350   cat conftest.err >&5
40351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40352   (exit $ac_status); } && {
40353          test -z "$ac_cxx_werror_flag" ||
40354          test ! -s conftest.err
40355        } && test -s conftest.$ac_objext; then
40356
40357                         wx_cv_type_sa_handler=int
40358
40359 else
40360   echo "$as_me: failed program was:" >&5
40361 sed 's/^/| /' conftest.$ac_ext >&5
40362
40363
40364                         wx_cv_type_sa_handler=void
40365
40366 fi
40367
40368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40369         ac_ext=c
40370 ac_cpp='$CPP $CPPFLAGS'
40371 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40372 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40373 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40374
40375
40376 fi
40377 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
40378 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
40379
40380       cat >>confdefs.h <<_ACEOF
40381 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
40382 _ACEOF
40383
40384     fi
40385 fi
40386
40387 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
40388     { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
40389 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
40390 if test "${wx_cv_func_backtrace+set}" = set; then
40391   echo $ECHO_N "(cached) $ECHO_C" >&6
40392 else
40393
40394             ac_ext=cpp
40395 ac_cpp='$CXXCPP $CPPFLAGS'
40396 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40397 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40398 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40399
40400             cat >conftest.$ac_ext <<_ACEOF
40401 /* confdefs.h.  */
40402 _ACEOF
40403 cat confdefs.h >>conftest.$ac_ext
40404 cat >>conftest.$ac_ext <<_ACEOF
40405 /* end confdefs.h.  */
40406 #include <execinfo.h>
40407 int
40408 main ()
40409 {
40410
40411                     void *trace[1];
40412                     char **messages;
40413
40414                     backtrace(trace, 1);
40415                     messages = backtrace_symbols(trace, 1);
40416
40417   ;
40418   return 0;
40419 }
40420 _ACEOF
40421 rm -f conftest.$ac_objext
40422 if { (ac_try="$ac_compile"
40423 case "(($ac_try" in
40424   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40425   *) ac_try_echo=$ac_try;;
40426 esac
40427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40428   (eval "$ac_compile") 2>conftest.er1
40429   ac_status=$?
40430   grep -v '^ *+' conftest.er1 >conftest.err
40431   rm -f conftest.er1
40432   cat conftest.err >&5
40433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40434   (exit $ac_status); } && {
40435          test -z "$ac_cxx_werror_flag" ||
40436          test ! -s conftest.err
40437        } && test -s conftest.$ac_objext; then
40438   wx_cv_func_backtrace=yes
40439 else
40440   echo "$as_me: failed program was:" >&5
40441 sed 's/^/| /' conftest.$ac_ext >&5
40442
40443         wx_cv_func_backtrace=no
40444
40445 fi
40446
40447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40448             ac_ext=c
40449 ac_cpp='$CPP $CPPFLAGS'
40450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40453
40454
40455
40456 fi
40457 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
40458 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
40459
40460
40461     if test "$wx_cv_func_backtrace" = "no"; then
40462         { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
40463 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
40464         wxUSE_STACKWALKER=no
40465     else
40466         { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
40467 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
40468 if test "${wx_cv_func_cxa_demangle+set}" = set; then
40469   echo $ECHO_N "(cached) $ECHO_C" >&6
40470 else
40471
40472                 ac_ext=cpp
40473 ac_cpp='$CXXCPP $CPPFLAGS'
40474 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40475 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40476 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40477
40478                 cat >conftest.$ac_ext <<_ACEOF
40479 /* confdefs.h.  */
40480 _ACEOF
40481 cat confdefs.h >>conftest.$ac_ext
40482 cat >>conftest.$ac_ext <<_ACEOF
40483 /* end confdefs.h.  */
40484 #include <cxxabi.h>
40485 int
40486 main ()
40487 {
40488
40489                         int rc;
40490                         __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
40491
40492   ;
40493   return 0;
40494 }
40495 _ACEOF
40496 rm -f conftest.$ac_objext conftest$ac_exeext
40497 if { (ac_try="$ac_link"
40498 case "(($ac_try" in
40499   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40500   *) ac_try_echo=$ac_try;;
40501 esac
40502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40503   (eval "$ac_link") 2>conftest.er1
40504   ac_status=$?
40505   grep -v '^ *+' conftest.er1 >conftest.err
40506   rm -f conftest.er1
40507   cat conftest.err >&5
40508   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40509   (exit $ac_status); } && {
40510          test -z "$ac_cxx_werror_flag" ||
40511          test ! -s conftest.err
40512        } && test -s conftest$ac_exeext &&
40513        $as_test_x conftest$ac_exeext; then
40514   wx_cv_func_cxa_demangle=yes
40515 else
40516   echo "$as_me: failed program was:" >&5
40517 sed 's/^/| /' conftest.$ac_ext >&5
40518
40519         wx_cv_func_cxa_demangle=no
40520
40521 fi
40522
40523 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40524       conftest$ac_exeext conftest.$ac_ext
40525                 ac_ext=c
40526 ac_cpp='$CPP $CPPFLAGS'
40527 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40528 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40529 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40530
40531
40532
40533 fi
40534 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
40535 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
40536
40537         if test "$wx_cv_func_cxa_demangle" = "yes"; then
40538             cat >>confdefs.h <<\_ACEOF
40539 #define HAVE_CXA_DEMANGLE 1
40540 _ACEOF
40541
40542         fi
40543     fi
40544 fi
40545
40546 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
40547     { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
40548 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
40549     wxUSE_STACKWALKER=no
40550 fi
40551
40552
40553
40554
40555 for ac_func in mkstemp mktemp
40556 do
40557 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40558 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40559 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40560 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40561   echo $ECHO_N "(cached) $ECHO_C" >&6
40562 else
40563   cat >conftest.$ac_ext <<_ACEOF
40564 /* confdefs.h.  */
40565 _ACEOF
40566 cat confdefs.h >>conftest.$ac_ext
40567 cat >>conftest.$ac_ext <<_ACEOF
40568 /* end confdefs.h.  */
40569 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40570    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40571 #define $ac_func innocuous_$ac_func
40572
40573 /* System header to define __stub macros and hopefully few prototypes,
40574     which can conflict with char $ac_func (); below.
40575     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40576     <limits.h> exists even on freestanding compilers.  */
40577
40578 #ifdef __STDC__
40579 # include <limits.h>
40580 #else
40581 # include <assert.h>
40582 #endif
40583
40584 #undef $ac_func
40585
40586 /* Override any GCC internal prototype to avoid an error.
40587    Use char because int might match the return type of a GCC
40588    builtin and then its argument prototype would still apply.  */
40589 #ifdef __cplusplus
40590 extern "C"
40591 #endif
40592 char $ac_func ();
40593 /* The GNU C library defines this for functions which it implements
40594     to always fail with ENOSYS.  Some functions are actually named
40595     something starting with __ and the normal name is an alias.  */
40596 #if defined __stub_$ac_func || defined __stub___$ac_func
40597 choke me
40598 #endif
40599
40600 int
40601 main ()
40602 {
40603 return $ac_func ();
40604   ;
40605   return 0;
40606 }
40607 _ACEOF
40608 rm -f conftest.$ac_objext conftest$ac_exeext
40609 if { (ac_try="$ac_link"
40610 case "(($ac_try" in
40611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40612   *) ac_try_echo=$ac_try;;
40613 esac
40614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40615   (eval "$ac_link") 2>conftest.er1
40616   ac_status=$?
40617   grep -v '^ *+' conftest.er1 >conftest.err
40618   rm -f conftest.er1
40619   cat conftest.err >&5
40620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40621   (exit $ac_status); } && {
40622          test -z "$ac_c_werror_flag" ||
40623          test ! -s conftest.err
40624        } && test -s conftest$ac_exeext &&
40625        $as_test_x conftest$ac_exeext; then
40626   eval "$as_ac_var=yes"
40627 else
40628   echo "$as_me: failed program was:" >&5
40629 sed 's/^/| /' conftest.$ac_ext >&5
40630
40631         eval "$as_ac_var=no"
40632 fi
40633
40634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40635       conftest$ac_exeext conftest.$ac_ext
40636 fi
40637 ac_res=`eval echo '${'$as_ac_var'}'`
40638                { echo "$as_me:$LINENO: result: $ac_res" >&5
40639 echo "${ECHO_T}$ac_res" >&6; }
40640 if test `eval echo '${'$as_ac_var'}'` = yes; then
40641   cat >>confdefs.h <<_ACEOF
40642 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40643 _ACEOF
40644  break
40645 fi
40646 done
40647
40648
40649 { echo "$as_me:$LINENO: checking for statfs" >&5
40650 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
40651 if test "${wx_cv_func_statfs+set}" = set; then
40652   echo $ECHO_N "(cached) $ECHO_C" >&6
40653 else
40654   cat >conftest.$ac_ext <<_ACEOF
40655 /* confdefs.h.  */
40656 _ACEOF
40657 cat confdefs.h >>conftest.$ac_ext
40658 cat >>conftest.$ac_ext <<_ACEOF
40659 /* end confdefs.h.  */
40660
40661              #if defined(__BSD__)
40662              #include <sys/param.h>
40663              #include <sys/mount.h>
40664              #else
40665              #include <sys/vfs.h>
40666              #endif
40667
40668 int
40669 main ()
40670 {
40671
40672              long l;
40673              struct statfs fs;
40674              statfs("/", &fs);
40675              l = fs.f_bsize;
40676              l += fs.f_blocks;
40677              l += fs.f_bavail;
40678
40679   ;
40680   return 0;
40681 }
40682 _ACEOF
40683 rm -f conftest.$ac_objext
40684 if { (ac_try="$ac_compile"
40685 case "(($ac_try" in
40686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40687   *) ac_try_echo=$ac_try;;
40688 esac
40689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40690   (eval "$ac_compile") 2>conftest.er1
40691   ac_status=$?
40692   grep -v '^ *+' conftest.er1 >conftest.err
40693   rm -f conftest.er1
40694   cat conftest.err >&5
40695   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40696   (exit $ac_status); } && {
40697          test -z "$ac_c_werror_flag" ||
40698          test ! -s conftest.err
40699        } && test -s conftest.$ac_objext; then
40700   wx_cv_func_statfs=yes
40701 else
40702   echo "$as_me: failed program was:" >&5
40703 sed 's/^/| /' conftest.$ac_ext >&5
40704
40705         wx_cv_func_statfs=no
40706
40707 fi
40708
40709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40710
40711 fi
40712 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
40713 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
40714
40715 if test "$wx_cv_func_statfs" = "yes"; then
40716         { echo "$as_me:$LINENO: checking for statfs declaration" >&5
40717 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
40718 if test "${wx_cv_func_statfs_decl+set}" = set; then
40719   echo $ECHO_N "(cached) $ECHO_C" >&6
40720 else
40721   ac_ext=cpp
40722 ac_cpp='$CXXCPP $CPPFLAGS'
40723 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40724 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40725 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40726
40727         cat >conftest.$ac_ext <<_ACEOF
40728 /* confdefs.h.  */
40729 _ACEOF
40730 cat confdefs.h >>conftest.$ac_ext
40731 cat >>conftest.$ac_ext <<_ACEOF
40732 /* end confdefs.h.  */
40733
40734                  #if defined(__BSD__)
40735                  #include <sys/param.h>
40736                  #include <sys/mount.h>
40737                  #else
40738                  #include <sys/vfs.h>
40739                  #endif
40740
40741 int
40742 main ()
40743 {
40744
40745                 struct statfs fs;
40746                 statfs("", &fs);
40747
40748   ;
40749   return 0;
40750 }
40751 _ACEOF
40752 rm -f conftest.$ac_objext
40753 if { (ac_try="$ac_compile"
40754 case "(($ac_try" in
40755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40756   *) ac_try_echo=$ac_try;;
40757 esac
40758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40759   (eval "$ac_compile") 2>conftest.er1
40760   ac_status=$?
40761   grep -v '^ *+' conftest.er1 >conftest.err
40762   rm -f conftest.er1
40763   cat conftest.err >&5
40764   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40765   (exit $ac_status); } && {
40766          test -z "$ac_cxx_werror_flag" ||
40767          test ! -s conftest.err
40768        } && test -s conftest.$ac_objext; then
40769   wx_cv_func_statfs_decl=yes
40770 else
40771   echo "$as_me: failed program was:" >&5
40772 sed 's/^/| /' conftest.$ac_ext >&5
40773
40774         wx_cv_func_statfs_decl=no
40775
40776 fi
40777
40778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40779         ac_ext=c
40780 ac_cpp='$CPP $CPPFLAGS'
40781 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40782 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40783 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40784
40785
40786 fi
40787 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
40788 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
40789
40790     if test "$wx_cv_func_statfs_decl" = "yes"; then
40791         cat >>confdefs.h <<\_ACEOF
40792 #define HAVE_STATFS_DECL 1
40793 _ACEOF
40794
40795     fi
40796
40797     wx_cv_type_statvfs_t="struct statfs"
40798     cat >>confdefs.h <<\_ACEOF
40799 #define HAVE_STATFS 1
40800 _ACEOF
40801
40802 else
40803     { echo "$as_me:$LINENO: checking for statvfs" >&5
40804 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
40805 if test "${wx_cv_func_statvfs+set}" = set; then
40806   echo $ECHO_N "(cached) $ECHO_C" >&6
40807 else
40808   cat >conftest.$ac_ext <<_ACEOF
40809 /* confdefs.h.  */
40810 _ACEOF
40811 cat confdefs.h >>conftest.$ac_ext
40812 cat >>conftest.$ac_ext <<_ACEOF
40813 /* end confdefs.h.  */
40814
40815                 #include <stddef.h>
40816                 #include <sys/statvfs.h>
40817
40818 int
40819 main ()
40820 {
40821
40822                 statvfs("/", NULL);
40823
40824   ;
40825   return 0;
40826 }
40827 _ACEOF
40828 rm -f conftest.$ac_objext
40829 if { (ac_try="$ac_compile"
40830 case "(($ac_try" in
40831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40832   *) ac_try_echo=$ac_try;;
40833 esac
40834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40835   (eval "$ac_compile") 2>conftest.er1
40836   ac_status=$?
40837   grep -v '^ *+' conftest.er1 >conftest.err
40838   rm -f conftest.er1
40839   cat conftest.err >&5
40840   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40841   (exit $ac_status); } && {
40842          test -z "$ac_c_werror_flag" ||
40843          test ! -s conftest.err
40844        } && test -s conftest.$ac_objext; then
40845   wx_cv_func_statvfs=yes
40846 else
40847   echo "$as_me: failed program was:" >&5
40848 sed 's/^/| /' conftest.$ac_ext >&5
40849
40850         wx_cv_func_statvfs=no
40851
40852 fi
40853
40854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40855
40856 fi
40857 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
40858 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
40859
40860     if test "$wx_cv_func_statvfs" = "yes"; then
40861                                                                 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
40862 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
40863 if test "${wx_cv_type_statvfs_t+set}" = set; then
40864   echo $ECHO_N "(cached) $ECHO_C" >&6
40865 else
40866   ac_ext=cpp
40867 ac_cpp='$CXXCPP $CPPFLAGS'
40868 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40869 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40870 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40871
40872             cat >conftest.$ac_ext <<_ACEOF
40873 /* confdefs.h.  */
40874 _ACEOF
40875 cat confdefs.h >>conftest.$ac_ext
40876 cat >>conftest.$ac_ext <<_ACEOF
40877 /* end confdefs.h.  */
40878
40879                     #include <sys/statvfs.h>
40880
40881 int
40882 main ()
40883 {
40884
40885                     long l;
40886                     statvfs_t fs;
40887                     statvfs("/", &fs);
40888                     l = fs.f_bsize;
40889                     l += fs.f_blocks;
40890                     l += fs.f_bavail;
40891
40892   ;
40893   return 0;
40894 }
40895 _ACEOF
40896 rm -f conftest.$ac_objext
40897 if { (ac_try="$ac_compile"
40898 case "(($ac_try" in
40899   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40900   *) ac_try_echo=$ac_try;;
40901 esac
40902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40903   (eval "$ac_compile") 2>conftest.er1
40904   ac_status=$?
40905   grep -v '^ *+' conftest.er1 >conftest.err
40906   rm -f conftest.er1
40907   cat conftest.err >&5
40908   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40909   (exit $ac_status); } && {
40910          test -z "$ac_cxx_werror_flag" ||
40911          test ! -s conftest.err
40912        } && test -s conftest.$ac_objext; then
40913   wx_cv_type_statvfs_t=statvfs_t
40914 else
40915   echo "$as_me: failed program was:" >&5
40916 sed 's/^/| /' conftest.$ac_ext >&5
40917
40918
40919                     cat >conftest.$ac_ext <<_ACEOF
40920 /* confdefs.h.  */
40921 _ACEOF
40922 cat confdefs.h >>conftest.$ac_ext
40923 cat >>conftest.$ac_ext <<_ACEOF
40924 /* end confdefs.h.  */
40925
40926                             #include <sys/statvfs.h>
40927
40928 int
40929 main ()
40930 {
40931
40932                             long l;
40933                             struct statvfs fs;
40934                             statvfs("/", &fs);
40935                             l = fs.f_bsize;
40936                             l += fs.f_blocks;
40937                             l += fs.f_bavail;
40938
40939   ;
40940   return 0;
40941 }
40942 _ACEOF
40943 rm -f conftest.$ac_objext
40944 if { (ac_try="$ac_compile"
40945 case "(($ac_try" in
40946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40947   *) ac_try_echo=$ac_try;;
40948 esac
40949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40950   (eval "$ac_compile") 2>conftest.er1
40951   ac_status=$?
40952   grep -v '^ *+' conftest.er1 >conftest.err
40953   rm -f conftest.er1
40954   cat conftest.err >&5
40955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40956   (exit $ac_status); } && {
40957          test -z "$ac_cxx_werror_flag" ||
40958          test ! -s conftest.err
40959        } && test -s conftest.$ac_objext; then
40960   wx_cv_type_statvfs_t="struct statvfs"
40961 else
40962   echo "$as_me: failed program was:" >&5
40963 sed 's/^/| /' conftest.$ac_ext >&5
40964
40965         wx_cv_type_statvfs_t="unknown"
40966
40967 fi
40968
40969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40970
40971
40972 fi
40973
40974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40975             ac_ext=c
40976 ac_cpp='$CPP $CPPFLAGS'
40977 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40978 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40979 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40980
40981
40982 fi
40983 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
40984 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
40985
40986         if test "$wx_cv_type_statvfs_t" != "unknown"; then
40987             cat >>confdefs.h <<\_ACEOF
40988 #define HAVE_STATVFS 1
40989 _ACEOF
40990
40991         fi
40992     else
40993                 wx_cv_type_statvfs_t="unknown"
40994     fi
40995 fi
40996
40997 if test "$wx_cv_type_statvfs_t" != "unknown"; then
40998     cat >>confdefs.h <<_ACEOF
40999 #define WX_STATFS_T $wx_cv_type_statvfs_t
41000 _ACEOF
41001
41002 else
41003     { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
41004 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
41005 fi
41006
41007 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
41008
41009
41010 for ac_func in fcntl flock
41011 do
41012 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41013 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41014 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41015 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41016   echo $ECHO_N "(cached) $ECHO_C" >&6
41017 else
41018   cat >conftest.$ac_ext <<_ACEOF
41019 /* confdefs.h.  */
41020 _ACEOF
41021 cat confdefs.h >>conftest.$ac_ext
41022 cat >>conftest.$ac_ext <<_ACEOF
41023 /* end confdefs.h.  */
41024 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41025    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41026 #define $ac_func innocuous_$ac_func
41027
41028 /* System header to define __stub macros and hopefully few prototypes,
41029     which can conflict with char $ac_func (); below.
41030     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41031     <limits.h> exists even on freestanding compilers.  */
41032
41033 #ifdef __STDC__
41034 # include <limits.h>
41035 #else
41036 # include <assert.h>
41037 #endif
41038
41039 #undef $ac_func
41040
41041 /* Override any GCC internal prototype to avoid an error.
41042    Use char because int might match the return type of a GCC
41043    builtin and then its argument prototype would still apply.  */
41044 #ifdef __cplusplus
41045 extern "C"
41046 #endif
41047 char $ac_func ();
41048 /* The GNU C library defines this for functions which it implements
41049     to always fail with ENOSYS.  Some functions are actually named
41050     something starting with __ and the normal name is an alias.  */
41051 #if defined __stub_$ac_func || defined __stub___$ac_func
41052 choke me
41053 #endif
41054
41055 int
41056 main ()
41057 {
41058 return $ac_func ();
41059   ;
41060   return 0;
41061 }
41062 _ACEOF
41063 rm -f conftest.$ac_objext conftest$ac_exeext
41064 if { (ac_try="$ac_link"
41065 case "(($ac_try" in
41066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41067   *) ac_try_echo=$ac_try;;
41068 esac
41069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41070   (eval "$ac_link") 2>conftest.er1
41071   ac_status=$?
41072   grep -v '^ *+' conftest.er1 >conftest.err
41073   rm -f conftest.er1
41074   cat conftest.err >&5
41075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41076   (exit $ac_status); } && {
41077          test -z "$ac_c_werror_flag" ||
41078          test ! -s conftest.err
41079        } && test -s conftest$ac_exeext &&
41080        $as_test_x conftest$ac_exeext; then
41081   eval "$as_ac_var=yes"
41082 else
41083   echo "$as_me: failed program was:" >&5
41084 sed 's/^/| /' conftest.$ac_ext >&5
41085
41086         eval "$as_ac_var=no"
41087 fi
41088
41089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41090       conftest$ac_exeext conftest.$ac_ext
41091 fi
41092 ac_res=`eval echo '${'$as_ac_var'}'`
41093                { echo "$as_me:$LINENO: result: $ac_res" >&5
41094 echo "${ECHO_T}$ac_res" >&6; }
41095 if test `eval echo '${'$as_ac_var'}'` = yes; then
41096   cat >>confdefs.h <<_ACEOF
41097 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41098 _ACEOF
41099  break
41100 fi
41101 done
41102
41103
41104     if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
41105         { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
41106 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
41107         wxUSE_SNGLINST_CHECKER=no
41108     fi
41109 fi
41110
41111
41112
41113 for ac_func in setenv putenv
41114 do
41115 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41116 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41117 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41118 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41119   echo $ECHO_N "(cached) $ECHO_C" >&6
41120 else
41121   cat >conftest.$ac_ext <<_ACEOF
41122 /* confdefs.h.  */
41123 _ACEOF
41124 cat confdefs.h >>conftest.$ac_ext
41125 cat >>conftest.$ac_ext <<_ACEOF
41126 /* end confdefs.h.  */
41127 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41128    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41129 #define $ac_func innocuous_$ac_func
41130
41131 /* System header to define __stub macros and hopefully few prototypes,
41132     which can conflict with char $ac_func (); below.
41133     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41134     <limits.h> exists even on freestanding compilers.  */
41135
41136 #ifdef __STDC__
41137 # include <limits.h>
41138 #else
41139 # include <assert.h>
41140 #endif
41141
41142 #undef $ac_func
41143
41144 /* Override any GCC internal prototype to avoid an error.
41145    Use char because int might match the return type of a GCC
41146    builtin and then its argument prototype would still apply.  */
41147 #ifdef __cplusplus
41148 extern "C"
41149 #endif
41150 char $ac_func ();
41151 /* The GNU C library defines this for functions which it implements
41152     to always fail with ENOSYS.  Some functions are actually named
41153     something starting with __ and the normal name is an alias.  */
41154 #if defined __stub_$ac_func || defined __stub___$ac_func
41155 choke me
41156 #endif
41157
41158 int
41159 main ()
41160 {
41161 return $ac_func ();
41162   ;
41163   return 0;
41164 }
41165 _ACEOF
41166 rm -f conftest.$ac_objext conftest$ac_exeext
41167 if { (ac_try="$ac_link"
41168 case "(($ac_try" in
41169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41170   *) ac_try_echo=$ac_try;;
41171 esac
41172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41173   (eval "$ac_link") 2>conftest.er1
41174   ac_status=$?
41175   grep -v '^ *+' conftest.er1 >conftest.err
41176   rm -f conftest.er1
41177   cat conftest.err >&5
41178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41179   (exit $ac_status); } && {
41180          test -z "$ac_c_werror_flag" ||
41181          test ! -s conftest.err
41182        } && test -s conftest$ac_exeext &&
41183        $as_test_x conftest$ac_exeext; then
41184   eval "$as_ac_var=yes"
41185 else
41186   echo "$as_me: failed program was:" >&5
41187 sed 's/^/| /' conftest.$ac_ext >&5
41188
41189         eval "$as_ac_var=no"
41190 fi
41191
41192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41193       conftest$ac_exeext conftest.$ac_ext
41194 fi
41195 ac_res=`eval echo '${'$as_ac_var'}'`
41196                { echo "$as_me:$LINENO: result: $ac_res" >&5
41197 echo "${ECHO_T}$ac_res" >&6; }
41198 if test `eval echo '${'$as_ac_var'}'` = yes; then
41199   cat >>confdefs.h <<_ACEOF
41200 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41201 _ACEOF
41202  break
41203 fi
41204 done
41205
41206 if test "$ac_cv_func_setenv" = "yes"; then
41207
41208 for ac_func in unsetenv
41209 do
41210 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41211 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41212 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41213 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41214   echo $ECHO_N "(cached) $ECHO_C" >&6
41215 else
41216   cat >conftest.$ac_ext <<_ACEOF
41217 /* confdefs.h.  */
41218 _ACEOF
41219 cat confdefs.h >>conftest.$ac_ext
41220 cat >>conftest.$ac_ext <<_ACEOF
41221 /* end confdefs.h.  */
41222 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41223    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41224 #define $ac_func innocuous_$ac_func
41225
41226 /* System header to define __stub macros and hopefully few prototypes,
41227     which can conflict with char $ac_func (); below.
41228     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41229     <limits.h> exists even on freestanding compilers.  */
41230
41231 #ifdef __STDC__
41232 # include <limits.h>
41233 #else
41234 # include <assert.h>
41235 #endif
41236
41237 #undef $ac_func
41238
41239 /* Override any GCC internal prototype to avoid an error.
41240    Use char because int might match the return type of a GCC
41241    builtin and then its argument prototype would still apply.  */
41242 #ifdef __cplusplus
41243 extern "C"
41244 #endif
41245 char $ac_func ();
41246 /* The GNU C library defines this for functions which it implements
41247     to always fail with ENOSYS.  Some functions are actually named
41248     something starting with __ and the normal name is an alias.  */
41249 #if defined __stub_$ac_func || defined __stub___$ac_func
41250 choke me
41251 #endif
41252
41253 int
41254 main ()
41255 {
41256 return $ac_func ();
41257   ;
41258   return 0;
41259 }
41260 _ACEOF
41261 rm -f conftest.$ac_objext conftest$ac_exeext
41262 if { (ac_try="$ac_link"
41263 case "(($ac_try" in
41264   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41265   *) ac_try_echo=$ac_try;;
41266 esac
41267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41268   (eval "$ac_link") 2>conftest.er1
41269   ac_status=$?
41270   grep -v '^ *+' conftest.er1 >conftest.err
41271   rm -f conftest.er1
41272   cat conftest.err >&5
41273   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41274   (exit $ac_status); } && {
41275          test -z "$ac_c_werror_flag" ||
41276          test ! -s conftest.err
41277        } && test -s conftest$ac_exeext &&
41278        $as_test_x conftest$ac_exeext; then
41279   eval "$as_ac_var=yes"
41280 else
41281   echo "$as_me: failed program was:" >&5
41282 sed 's/^/| /' conftest.$ac_ext >&5
41283
41284         eval "$as_ac_var=no"
41285 fi
41286
41287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41288       conftest$ac_exeext conftest.$ac_ext
41289 fi
41290 ac_res=`eval echo '${'$as_ac_var'}'`
41291                { echo "$as_me:$LINENO: result: $ac_res" >&5
41292 echo "${ECHO_T}$ac_res" >&6; }
41293 if test `eval echo '${'$as_ac_var'}'` = yes; then
41294   cat >>confdefs.h <<_ACEOF
41295 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41296 _ACEOF
41297
41298 fi
41299 done
41300
41301 fi
41302
41303 HAVE_SOME_SLEEP_FUNC=0
41304 if test "$USE_BEOS" = 1; then
41305             cat >>confdefs.h <<\_ACEOF
41306 #define HAVE_SLEEP 1
41307 _ACEOF
41308
41309     HAVE_SOME_SLEEP_FUNC=1
41310 fi
41311
41312 if test "$USE_DARWIN" = 1; then
41313             cat >>confdefs.h <<\_ACEOF
41314 #define HAVE_USLEEP 1
41315 _ACEOF
41316
41317     HAVE_SOME_SLEEP_FUNC=1
41318 fi
41319
41320 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
41321         POSIX4_LINK=
41322
41323 for ac_func in nanosleep
41324 do
41325 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41326 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41327 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41328 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41329   echo $ECHO_N "(cached) $ECHO_C" >&6
41330 else
41331   cat >conftest.$ac_ext <<_ACEOF
41332 /* confdefs.h.  */
41333 _ACEOF
41334 cat confdefs.h >>conftest.$ac_ext
41335 cat >>conftest.$ac_ext <<_ACEOF
41336 /* end confdefs.h.  */
41337 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41338    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41339 #define $ac_func innocuous_$ac_func
41340
41341 /* System header to define __stub macros and hopefully few prototypes,
41342     which can conflict with char $ac_func (); below.
41343     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41344     <limits.h> exists even on freestanding compilers.  */
41345
41346 #ifdef __STDC__
41347 # include <limits.h>
41348 #else
41349 # include <assert.h>
41350 #endif
41351
41352 #undef $ac_func
41353
41354 /* Override any GCC internal prototype to avoid an error.
41355    Use char because int might match the return type of a GCC
41356    builtin and then its argument prototype would still apply.  */
41357 #ifdef __cplusplus
41358 extern "C"
41359 #endif
41360 char $ac_func ();
41361 /* The GNU C library defines this for functions which it implements
41362     to always fail with ENOSYS.  Some functions are actually named
41363     something starting with __ and the normal name is an alias.  */
41364 #if defined __stub_$ac_func || defined __stub___$ac_func
41365 choke me
41366 #endif
41367
41368 int
41369 main ()
41370 {
41371 return $ac_func ();
41372   ;
41373   return 0;
41374 }
41375 _ACEOF
41376 rm -f conftest.$ac_objext conftest$ac_exeext
41377 if { (ac_try="$ac_link"
41378 case "(($ac_try" in
41379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41380   *) ac_try_echo=$ac_try;;
41381 esac
41382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41383   (eval "$ac_link") 2>conftest.er1
41384   ac_status=$?
41385   grep -v '^ *+' conftest.er1 >conftest.err
41386   rm -f conftest.er1
41387   cat conftest.err >&5
41388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41389   (exit $ac_status); } && {
41390          test -z "$ac_c_werror_flag" ||
41391          test ! -s conftest.err
41392        } && test -s conftest$ac_exeext &&
41393        $as_test_x conftest$ac_exeext; then
41394   eval "$as_ac_var=yes"
41395 else
41396   echo "$as_me: failed program was:" >&5
41397 sed 's/^/| /' conftest.$ac_ext >&5
41398
41399         eval "$as_ac_var=no"
41400 fi
41401
41402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41403       conftest$ac_exeext conftest.$ac_ext
41404 fi
41405 ac_res=`eval echo '${'$as_ac_var'}'`
41406                { echo "$as_me:$LINENO: result: $ac_res" >&5
41407 echo "${ECHO_T}$ac_res" >&6; }
41408 if test `eval echo '${'$as_ac_var'}'` = yes; then
41409   cat >>confdefs.h <<_ACEOF
41410 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41411 _ACEOF
41412  cat >>confdefs.h <<\_ACEOF
41413 #define HAVE_NANOSLEEP 1
41414 _ACEOF
41415
41416 else
41417
41418             { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
41419 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
41420 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
41421   echo $ECHO_N "(cached) $ECHO_C" >&6
41422 else
41423   ac_check_lib_save_LIBS=$LIBS
41424 LIBS="-lposix4  $LIBS"
41425 cat >conftest.$ac_ext <<_ACEOF
41426 /* confdefs.h.  */
41427 _ACEOF
41428 cat confdefs.h >>conftest.$ac_ext
41429 cat >>conftest.$ac_ext <<_ACEOF
41430 /* end confdefs.h.  */
41431
41432 /* Override any GCC internal prototype to avoid an error.
41433    Use char because int might match the return type of a GCC
41434    builtin and then its argument prototype would still apply.  */
41435 #ifdef __cplusplus
41436 extern "C"
41437 #endif
41438 char nanosleep ();
41439 int
41440 main ()
41441 {
41442 return nanosleep ();
41443   ;
41444   return 0;
41445 }
41446 _ACEOF
41447 rm -f conftest.$ac_objext conftest$ac_exeext
41448 if { (ac_try="$ac_link"
41449 case "(($ac_try" in
41450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41451   *) ac_try_echo=$ac_try;;
41452 esac
41453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41454   (eval "$ac_link") 2>conftest.er1
41455   ac_status=$?
41456   grep -v '^ *+' conftest.er1 >conftest.err
41457   rm -f conftest.er1
41458   cat conftest.err >&5
41459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41460   (exit $ac_status); } && {
41461          test -z "$ac_c_werror_flag" ||
41462          test ! -s conftest.err
41463        } && test -s conftest$ac_exeext &&
41464        $as_test_x conftest$ac_exeext; then
41465   ac_cv_lib_posix4_nanosleep=yes
41466 else
41467   echo "$as_me: failed program was:" >&5
41468 sed 's/^/| /' conftest.$ac_ext >&5
41469
41470         ac_cv_lib_posix4_nanosleep=no
41471 fi
41472
41473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41474       conftest$ac_exeext conftest.$ac_ext
41475 LIBS=$ac_check_lib_save_LIBS
41476 fi
41477 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
41478 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
41479 if test $ac_cv_lib_posix4_nanosleep = yes; then
41480
41481                     cat >>confdefs.h <<\_ACEOF
41482 #define HAVE_NANOSLEEP 1
41483 _ACEOF
41484
41485                     POSIX4_LINK=" -lposix4"
41486
41487 else
41488
41489
41490   for wx_func in usleep
41491   do
41492     { echo "$as_me:$LINENO: checking for $wx_func" >&5
41493 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41494 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41495   echo $ECHO_N "(cached) $ECHO_C" >&6
41496 else
41497
41498         cat >conftest.$ac_ext <<_ACEOF
41499
41500             /* confdefs.h.  */
41501 _ACEOF
41502 cat confdefs.h >>conftest.$ac_ext
41503 cat >>conftest.$ac_ext <<_ACEOF
41504 /* end confdefs.h.  */
41505
41506
41507                 $ac_includes_default
41508
41509 int
41510 main ()
41511 {
41512
41513                 #ifndef $wx_func
41514                   &$wx_func;
41515                 #endif
41516
41517
41518   ;
41519   return 0;
41520 }
41521
41522 _ACEOF
41523 rm -f conftest.$ac_objext conftest$ac_exeext
41524 if { (ac_try="$ac_link"
41525 case "(($ac_try" in
41526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41527   *) ac_try_echo=$ac_try;;
41528 esac
41529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41530   (eval "$ac_link") 2>conftest.er1
41531   ac_status=$?
41532   grep -v '^ *+' conftest.er1 >conftest.err
41533   rm -f conftest.er1
41534   cat conftest.err >&5
41535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41536   (exit $ac_status); } && {
41537          test -z "$ac_c_werror_flag" ||
41538          test ! -s conftest.err
41539        } && test -s conftest$ac_exeext &&
41540        $as_test_x conftest$ac_exeext; then
41541   eval wx_cv_func_$wx_func=yes
41542 else
41543   echo "$as_me: failed program was:" >&5
41544 sed 's/^/| /' conftest.$ac_ext >&5
41545
41546         eval wx_cv_func_$wx_func=no
41547 fi
41548
41549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41550       conftest$ac_exeext conftest.$ac_ext
41551
41552 fi
41553 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41554                { echo "$as_me:$LINENO: result: $ac_res" >&5
41555 echo "${ECHO_T}$ac_res" >&6; }
41556
41557     if eval test \$wx_cv_func_$wx_func = yes
41558     then
41559       cat >>confdefs.h <<_ACEOF
41560 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
41561 _ACEOF
41562
41563
41564     else
41565       :
41566       { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
41567 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
41568
41569     fi
41570   done
41571
41572
41573
41574 fi
41575
41576
41577
41578 fi
41579 done
41580
41581 fi
41582
41583
41584   for wx_func in uname
41585   do
41586     { echo "$as_me:$LINENO: checking for $wx_func" >&5
41587 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41588 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41589   echo $ECHO_N "(cached) $ECHO_C" >&6
41590 else
41591
41592         cat >conftest.$ac_ext <<_ACEOF
41593
41594             /* confdefs.h.  */
41595 _ACEOF
41596 cat confdefs.h >>conftest.$ac_ext
41597 cat >>conftest.$ac_ext <<_ACEOF
41598 /* end confdefs.h.  */
41599
41600                 #include <sys/utsname.h>
41601                 $ac_includes_default
41602
41603 int
41604 main ()
41605 {
41606
41607                 #ifndef $wx_func
41608                   &$wx_func;
41609                 #endif
41610
41611
41612   ;
41613   return 0;
41614 }
41615
41616 _ACEOF
41617 rm -f conftest.$ac_objext conftest$ac_exeext
41618 if { (ac_try="$ac_link"
41619 case "(($ac_try" in
41620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41621   *) ac_try_echo=$ac_try;;
41622 esac
41623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41624   (eval "$ac_link") 2>conftest.er1
41625   ac_status=$?
41626   grep -v '^ *+' conftest.er1 >conftest.err
41627   rm -f conftest.er1
41628   cat conftest.err >&5
41629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41630   (exit $ac_status); } && {
41631          test -z "$ac_c_werror_flag" ||
41632          test ! -s conftest.err
41633        } && test -s conftest$ac_exeext &&
41634        $as_test_x conftest$ac_exeext; then
41635   eval wx_cv_func_$wx_func=yes
41636 else
41637   echo "$as_me: failed program was:" >&5
41638 sed 's/^/| /' conftest.$ac_ext >&5
41639
41640         eval wx_cv_func_$wx_func=no
41641 fi
41642
41643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41644       conftest$ac_exeext conftest.$ac_ext
41645
41646 fi
41647 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41648                { echo "$as_me:$LINENO: result: $ac_res" >&5
41649 echo "${ECHO_T}$ac_res" >&6; }
41650
41651     if eval test \$wx_cv_func_$wx_func = yes
41652     then
41653       cat >>confdefs.h <<_ACEOF
41654 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
41655 _ACEOF
41656
41657
41658     else
41659       :
41660
41661     fi
41662   done
41663
41664 if test "$wx_cv_func_uname" != yes; then
41665
41666   for wx_func in gethostname
41667   do
41668     { echo "$as_me:$LINENO: checking for $wx_func" >&5
41669 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41670 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41671   echo $ECHO_N "(cached) $ECHO_C" >&6
41672 else
41673
41674         cat >conftest.$ac_ext <<_ACEOF
41675
41676             /* confdefs.h.  */
41677 _ACEOF
41678 cat confdefs.h >>conftest.$ac_ext
41679 cat >>conftest.$ac_ext <<_ACEOF
41680 /* end confdefs.h.  */
41681
41682
41683                 $ac_includes_default
41684
41685 int
41686 main ()
41687 {
41688
41689                 #ifndef $wx_func
41690                   &$wx_func;
41691                 #endif
41692
41693
41694   ;
41695   return 0;
41696 }
41697
41698 _ACEOF
41699 rm -f conftest.$ac_objext conftest$ac_exeext
41700 if { (ac_try="$ac_link"
41701 case "(($ac_try" in
41702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41703   *) ac_try_echo=$ac_try;;
41704 esac
41705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41706   (eval "$ac_link") 2>conftest.er1
41707   ac_status=$?
41708   grep -v '^ *+' conftest.er1 >conftest.err
41709   rm -f conftest.er1
41710   cat conftest.err >&5
41711   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41712   (exit $ac_status); } && {
41713          test -z "$ac_c_werror_flag" ||
41714          test ! -s conftest.err
41715        } && test -s conftest$ac_exeext &&
41716        $as_test_x conftest$ac_exeext; then
41717   eval wx_cv_func_$wx_func=yes
41718 else
41719   echo "$as_me: failed program was:" >&5
41720 sed 's/^/| /' conftest.$ac_ext >&5
41721
41722         eval wx_cv_func_$wx_func=no
41723 fi
41724
41725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41726       conftest$ac_exeext conftest.$ac_ext
41727
41728 fi
41729 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41730                { echo "$as_me:$LINENO: result: $ac_res" >&5
41731 echo "${ECHO_T}$ac_res" >&6; }
41732
41733     if eval test \$wx_cv_func_$wx_func = yes
41734     then
41735       cat >>confdefs.h <<_ACEOF
41736 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
41737 _ACEOF
41738
41739
41740     else
41741       :
41742
41743     fi
41744   done
41745
41746 fi
41747
41748
41749   for wx_func in strtok_r
41750   do
41751     { echo "$as_me:$LINENO: checking for $wx_func" >&5
41752 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41753 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41754   echo $ECHO_N "(cached) $ECHO_C" >&6
41755 else
41756
41757         cat >conftest.$ac_ext <<_ACEOF
41758
41759             /* confdefs.h.  */
41760 _ACEOF
41761 cat confdefs.h >>conftest.$ac_ext
41762 cat >>conftest.$ac_ext <<_ACEOF
41763 /* end confdefs.h.  */
41764
41765                 #define _REENTRANT
41766                 $ac_includes_default
41767
41768 int
41769 main ()
41770 {
41771
41772                 #ifndef $wx_func
41773                   &$wx_func;
41774                 #endif
41775
41776
41777   ;
41778   return 0;
41779 }
41780
41781 _ACEOF
41782 rm -f conftest.$ac_objext conftest$ac_exeext
41783 if { (ac_try="$ac_link"
41784 case "(($ac_try" in
41785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41786   *) ac_try_echo=$ac_try;;
41787 esac
41788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41789   (eval "$ac_link") 2>conftest.er1
41790   ac_status=$?
41791   grep -v '^ *+' conftest.er1 >conftest.err
41792   rm -f conftest.er1
41793   cat conftest.err >&5
41794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41795   (exit $ac_status); } && {
41796          test -z "$ac_c_werror_flag" ||
41797          test ! -s conftest.err
41798        } && test -s conftest$ac_exeext &&
41799        $as_test_x conftest$ac_exeext; then
41800   eval wx_cv_func_$wx_func=yes
41801 else
41802   echo "$as_me: failed program was:" >&5
41803 sed 's/^/| /' conftest.$ac_ext >&5
41804
41805         eval wx_cv_func_$wx_func=no
41806 fi
41807
41808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41809       conftest$ac_exeext conftest.$ac_ext
41810
41811 fi
41812 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41813                { echo "$as_me:$LINENO: result: $ac_res" >&5
41814 echo "${ECHO_T}$ac_res" >&6; }
41815
41816     if eval test \$wx_cv_func_$wx_func = yes
41817     then
41818       cat >>confdefs.h <<_ACEOF
41819 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
41820 _ACEOF
41821
41822
41823     else
41824       :
41825
41826     fi
41827   done
41828
41829
41830 INET_LINK=
41831
41832 for ac_func in inet_addr
41833 do
41834 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41835 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41836 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41837 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41838   echo $ECHO_N "(cached) $ECHO_C" >&6
41839 else
41840   cat >conftest.$ac_ext <<_ACEOF
41841 /* confdefs.h.  */
41842 _ACEOF
41843 cat confdefs.h >>conftest.$ac_ext
41844 cat >>conftest.$ac_ext <<_ACEOF
41845 /* end confdefs.h.  */
41846 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41847    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41848 #define $ac_func innocuous_$ac_func
41849
41850 /* System header to define __stub macros and hopefully few prototypes,
41851     which can conflict with char $ac_func (); below.
41852     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41853     <limits.h> exists even on freestanding compilers.  */
41854
41855 #ifdef __STDC__
41856 # include <limits.h>
41857 #else
41858 # include <assert.h>
41859 #endif
41860
41861 #undef $ac_func
41862
41863 /* Override any GCC internal prototype to avoid an error.
41864    Use char because int might match the return type of a GCC
41865    builtin and then its argument prototype would still apply.  */
41866 #ifdef __cplusplus
41867 extern "C"
41868 #endif
41869 char $ac_func ();
41870 /* The GNU C library defines this for functions which it implements
41871     to always fail with ENOSYS.  Some functions are actually named
41872     something starting with __ and the normal name is an alias.  */
41873 #if defined __stub_$ac_func || defined __stub___$ac_func
41874 choke me
41875 #endif
41876
41877 int
41878 main ()
41879 {
41880 return $ac_func ();
41881   ;
41882   return 0;
41883 }
41884 _ACEOF
41885 rm -f conftest.$ac_objext conftest$ac_exeext
41886 if { (ac_try="$ac_link"
41887 case "(($ac_try" in
41888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41889   *) ac_try_echo=$ac_try;;
41890 esac
41891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41892   (eval "$ac_link") 2>conftest.er1
41893   ac_status=$?
41894   grep -v '^ *+' conftest.er1 >conftest.err
41895   rm -f conftest.er1
41896   cat conftest.err >&5
41897   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41898   (exit $ac_status); } && {
41899          test -z "$ac_c_werror_flag" ||
41900          test ! -s conftest.err
41901        } && test -s conftest$ac_exeext &&
41902        $as_test_x conftest$ac_exeext; then
41903   eval "$as_ac_var=yes"
41904 else
41905   echo "$as_me: failed program was:" >&5
41906 sed 's/^/| /' conftest.$ac_ext >&5
41907
41908         eval "$as_ac_var=no"
41909 fi
41910
41911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41912       conftest$ac_exeext conftest.$ac_ext
41913 fi
41914 ac_res=`eval echo '${'$as_ac_var'}'`
41915                { echo "$as_me:$LINENO: result: $ac_res" >&5
41916 echo "${ECHO_T}$ac_res" >&6; }
41917 if test `eval echo '${'$as_ac_var'}'` = yes; then
41918   cat >>confdefs.h <<_ACEOF
41919 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41920 _ACEOF
41921  cat >>confdefs.h <<\_ACEOF
41922 #define HAVE_INET_ADDR 1
41923 _ACEOF
41924
41925 else
41926
41927         { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
41928 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
41929 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
41930   echo $ECHO_N "(cached) $ECHO_C" >&6
41931 else
41932   ac_check_lib_save_LIBS=$LIBS
41933 LIBS="-lnsl  $LIBS"
41934 cat >conftest.$ac_ext <<_ACEOF
41935 /* confdefs.h.  */
41936 _ACEOF
41937 cat confdefs.h >>conftest.$ac_ext
41938 cat >>conftest.$ac_ext <<_ACEOF
41939 /* end confdefs.h.  */
41940
41941 /* Override any GCC internal prototype to avoid an error.
41942    Use char because int might match the return type of a GCC
41943    builtin and then its argument prototype would still apply.  */
41944 #ifdef __cplusplus
41945 extern "C"
41946 #endif
41947 char inet_addr ();
41948 int
41949 main ()
41950 {
41951 return inet_addr ();
41952   ;
41953   return 0;
41954 }
41955 _ACEOF
41956 rm -f conftest.$ac_objext conftest$ac_exeext
41957 if { (ac_try="$ac_link"
41958 case "(($ac_try" in
41959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41960   *) ac_try_echo=$ac_try;;
41961 esac
41962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41963   (eval "$ac_link") 2>conftest.er1
41964   ac_status=$?
41965   grep -v '^ *+' conftest.er1 >conftest.err
41966   rm -f conftest.er1
41967   cat conftest.err >&5
41968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41969   (exit $ac_status); } && {
41970          test -z "$ac_c_werror_flag" ||
41971          test ! -s conftest.err
41972        } && test -s conftest$ac_exeext &&
41973        $as_test_x conftest$ac_exeext; then
41974   ac_cv_lib_nsl_inet_addr=yes
41975 else
41976   echo "$as_me: failed program was:" >&5
41977 sed 's/^/| /' conftest.$ac_ext >&5
41978
41979         ac_cv_lib_nsl_inet_addr=no
41980 fi
41981
41982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41983       conftest$ac_exeext conftest.$ac_ext
41984 LIBS=$ac_check_lib_save_LIBS
41985 fi
41986 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
41987 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
41988 if test $ac_cv_lib_nsl_inet_addr = yes; then
41989   INET_LINK="nsl"
41990 else
41991
41992                 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
41993 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
41994 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
41995   echo $ECHO_N "(cached) $ECHO_C" >&6
41996 else
41997   ac_check_lib_save_LIBS=$LIBS
41998 LIBS="-lresolv  $LIBS"
41999 cat >conftest.$ac_ext <<_ACEOF
42000 /* confdefs.h.  */
42001 _ACEOF
42002 cat confdefs.h >>conftest.$ac_ext
42003 cat >>conftest.$ac_ext <<_ACEOF
42004 /* end confdefs.h.  */
42005
42006 /* Override any GCC internal prototype to avoid an error.
42007    Use char because int might match the return type of a GCC
42008    builtin and then its argument prototype would still apply.  */
42009 #ifdef __cplusplus
42010 extern "C"
42011 #endif
42012 char inet_addr ();
42013 int
42014 main ()
42015 {
42016 return inet_addr ();
42017   ;
42018   return 0;
42019 }
42020 _ACEOF
42021 rm -f conftest.$ac_objext conftest$ac_exeext
42022 if { (ac_try="$ac_link"
42023 case "(($ac_try" in
42024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42025   *) ac_try_echo=$ac_try;;
42026 esac
42027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42028   (eval "$ac_link") 2>conftest.er1
42029   ac_status=$?
42030   grep -v '^ *+' conftest.er1 >conftest.err
42031   rm -f conftest.er1
42032   cat conftest.err >&5
42033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42034   (exit $ac_status); } && {
42035          test -z "$ac_c_werror_flag" ||
42036          test ! -s conftest.err
42037        } && test -s conftest$ac_exeext &&
42038        $as_test_x conftest$ac_exeext; then
42039   ac_cv_lib_resolv_inet_addr=yes
42040 else
42041   echo "$as_me: failed program was:" >&5
42042 sed 's/^/| /' conftest.$ac_ext >&5
42043
42044         ac_cv_lib_resolv_inet_addr=no
42045 fi
42046
42047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42048       conftest$ac_exeext conftest.$ac_ext
42049 LIBS=$ac_check_lib_save_LIBS
42050 fi
42051 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
42052 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
42053 if test $ac_cv_lib_resolv_inet_addr = yes; then
42054   INET_LINK="resolv"
42055 else
42056
42057                         { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
42058 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
42059 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
42060   echo $ECHO_N "(cached) $ECHO_C" >&6
42061 else
42062   ac_check_lib_save_LIBS=$LIBS
42063 LIBS="-lsocket  $LIBS"
42064 cat >conftest.$ac_ext <<_ACEOF
42065 /* confdefs.h.  */
42066 _ACEOF
42067 cat confdefs.h >>conftest.$ac_ext
42068 cat >>conftest.$ac_ext <<_ACEOF
42069 /* end confdefs.h.  */
42070
42071 /* Override any GCC internal prototype to avoid an error.
42072    Use char because int might match the return type of a GCC
42073    builtin and then its argument prototype would still apply.  */
42074 #ifdef __cplusplus
42075 extern "C"
42076 #endif
42077 char inet_addr ();
42078 int
42079 main ()
42080 {
42081 return inet_addr ();
42082   ;
42083   return 0;
42084 }
42085 _ACEOF
42086 rm -f conftest.$ac_objext conftest$ac_exeext
42087 if { (ac_try="$ac_link"
42088 case "(($ac_try" in
42089   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42090   *) ac_try_echo=$ac_try;;
42091 esac
42092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42093   (eval "$ac_link") 2>conftest.er1
42094   ac_status=$?
42095   grep -v '^ *+' conftest.er1 >conftest.err
42096   rm -f conftest.er1
42097   cat conftest.err >&5
42098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42099   (exit $ac_status); } && {
42100          test -z "$ac_c_werror_flag" ||
42101          test ! -s conftest.err
42102        } && test -s conftest$ac_exeext &&
42103        $as_test_x conftest$ac_exeext; then
42104   ac_cv_lib_socket_inet_addr=yes
42105 else
42106   echo "$as_me: failed program was:" >&5
42107 sed 's/^/| /' conftest.$ac_ext >&5
42108
42109         ac_cv_lib_socket_inet_addr=no
42110 fi
42111
42112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42113       conftest$ac_exeext conftest.$ac_ext
42114 LIBS=$ac_check_lib_save_LIBS
42115 fi
42116 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
42117 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
42118 if test $ac_cv_lib_socket_inet_addr = yes; then
42119   INET_LINK="socket"
42120
42121 fi
42122
42123
42124
42125 fi
42126
42127
42128
42129 fi
42130
42131
42132
42133 fi
42134 done
42135
42136
42137
42138 for ac_func in inet_aton
42139 do
42140 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42141 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42142 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42143 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42144   echo $ECHO_N "(cached) $ECHO_C" >&6
42145 else
42146   cat >conftest.$ac_ext <<_ACEOF
42147 /* confdefs.h.  */
42148 _ACEOF
42149 cat confdefs.h >>conftest.$ac_ext
42150 cat >>conftest.$ac_ext <<_ACEOF
42151 /* end confdefs.h.  */
42152 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42153    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42154 #define $ac_func innocuous_$ac_func
42155
42156 /* System header to define __stub macros and hopefully few prototypes,
42157     which can conflict with char $ac_func (); below.
42158     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42159     <limits.h> exists even on freestanding compilers.  */
42160
42161 #ifdef __STDC__
42162 # include <limits.h>
42163 #else
42164 # include <assert.h>
42165 #endif
42166
42167 #undef $ac_func
42168
42169 /* Override any GCC internal prototype to avoid an error.
42170    Use char because int might match the return type of a GCC
42171    builtin and then its argument prototype would still apply.  */
42172 #ifdef __cplusplus
42173 extern "C"
42174 #endif
42175 char $ac_func ();
42176 /* The GNU C library defines this for functions which it implements
42177     to always fail with ENOSYS.  Some functions are actually named
42178     something starting with __ and the normal name is an alias.  */
42179 #if defined __stub_$ac_func || defined __stub___$ac_func
42180 choke me
42181 #endif
42182
42183 int
42184 main ()
42185 {
42186 return $ac_func ();
42187   ;
42188   return 0;
42189 }
42190 _ACEOF
42191 rm -f conftest.$ac_objext conftest$ac_exeext
42192 if { (ac_try="$ac_link"
42193 case "(($ac_try" in
42194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42195   *) ac_try_echo=$ac_try;;
42196 esac
42197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42198   (eval "$ac_link") 2>conftest.er1
42199   ac_status=$?
42200   grep -v '^ *+' conftest.er1 >conftest.err
42201   rm -f conftest.er1
42202   cat conftest.err >&5
42203   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42204   (exit $ac_status); } && {
42205          test -z "$ac_c_werror_flag" ||
42206          test ! -s conftest.err
42207        } && test -s conftest$ac_exeext &&
42208        $as_test_x conftest$ac_exeext; then
42209   eval "$as_ac_var=yes"
42210 else
42211   echo "$as_me: failed program was:" >&5
42212 sed 's/^/| /' conftest.$ac_ext >&5
42213
42214         eval "$as_ac_var=no"
42215 fi
42216
42217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42218       conftest$ac_exeext conftest.$ac_ext
42219 fi
42220 ac_res=`eval echo '${'$as_ac_var'}'`
42221                { echo "$as_me:$LINENO: result: $ac_res" >&5
42222 echo "${ECHO_T}$ac_res" >&6; }
42223 if test `eval echo '${'$as_ac_var'}'` = yes; then
42224   cat >>confdefs.h <<_ACEOF
42225 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42226 _ACEOF
42227  cat >>confdefs.h <<\_ACEOF
42228 #define HAVE_INET_ATON 1
42229 _ACEOF
42230
42231 else
42232
42233                         as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
42234 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
42235 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
42236 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
42237   echo $ECHO_N "(cached) $ECHO_C" >&6
42238 else
42239   ac_check_lib_save_LIBS=$LIBS
42240 LIBS="-l$INET_LINK  $LIBS"
42241 cat >conftest.$ac_ext <<_ACEOF
42242 /* confdefs.h.  */
42243 _ACEOF
42244 cat confdefs.h >>conftest.$ac_ext
42245 cat >>conftest.$ac_ext <<_ACEOF
42246 /* end confdefs.h.  */
42247
42248 /* Override any GCC internal prototype to avoid an error.
42249    Use char because int might match the return type of a GCC
42250    builtin and then its argument prototype would still apply.  */
42251 #ifdef __cplusplus
42252 extern "C"
42253 #endif
42254 char inet_aton ();
42255 int
42256 main ()
42257 {
42258 return inet_aton ();
42259   ;
42260   return 0;
42261 }
42262 _ACEOF
42263 rm -f conftest.$ac_objext conftest$ac_exeext
42264 if { (ac_try="$ac_link"
42265 case "(($ac_try" in
42266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42267   *) ac_try_echo=$ac_try;;
42268 esac
42269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42270   (eval "$ac_link") 2>conftest.er1
42271   ac_status=$?
42272   grep -v '^ *+' conftest.er1 >conftest.err
42273   rm -f conftest.er1
42274   cat conftest.err >&5
42275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42276   (exit $ac_status); } && {
42277          test -z "$ac_c_werror_flag" ||
42278          test ! -s conftest.err
42279        } && test -s conftest$ac_exeext &&
42280        $as_test_x conftest$ac_exeext; then
42281   eval "$as_ac_Lib=yes"
42282 else
42283   echo "$as_me: failed program was:" >&5
42284 sed 's/^/| /' conftest.$ac_ext >&5
42285
42286         eval "$as_ac_Lib=no"
42287 fi
42288
42289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42290       conftest$ac_exeext conftest.$ac_ext
42291 LIBS=$ac_check_lib_save_LIBS
42292 fi
42293 ac_res=`eval echo '${'$as_ac_Lib'}'`
42294                { echo "$as_me:$LINENO: result: $ac_res" >&5
42295 echo "${ECHO_T}$ac_res" >&6; }
42296 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
42297   cat >>confdefs.h <<\_ACEOF
42298 #define HAVE_INET_ATON 1
42299 _ACEOF
42300
42301 fi
42302
42303
42304 fi
42305 done
42306
42307
42308 if test "x$INET_LINK" != "x"; then
42309     cat >>confdefs.h <<\_ACEOF
42310 #define HAVE_INET_ADDR 1
42311 _ACEOF
42312
42313     INET_LINK=" -l$INET_LINK"
42314 fi
42315
42316
42317   for wx_func in fdopen
42318   do
42319     { echo "$as_me:$LINENO: checking for $wx_func" >&5
42320 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
42321 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
42322   echo $ECHO_N "(cached) $ECHO_C" >&6
42323 else
42324
42325         cat >conftest.$ac_ext <<_ACEOF
42326
42327             /* confdefs.h.  */
42328 _ACEOF
42329 cat confdefs.h >>conftest.$ac_ext
42330 cat >>conftest.$ac_ext <<_ACEOF
42331 /* end confdefs.h.  */
42332
42333
42334                 $ac_includes_default
42335
42336 int
42337 main ()
42338 {
42339
42340                 #ifndef $wx_func
42341                   &$wx_func;
42342                 #endif
42343
42344
42345   ;
42346   return 0;
42347 }
42348
42349 _ACEOF
42350 rm -f conftest.$ac_objext conftest$ac_exeext
42351 if { (ac_try="$ac_link"
42352 case "(($ac_try" in
42353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42354   *) ac_try_echo=$ac_try;;
42355 esac
42356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42357   (eval "$ac_link") 2>conftest.er1
42358   ac_status=$?
42359   grep -v '^ *+' conftest.er1 >conftest.err
42360   rm -f conftest.er1
42361   cat conftest.err >&5
42362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42363   (exit $ac_status); } && {
42364          test -z "$ac_c_werror_flag" ||
42365          test ! -s conftest.err
42366        } && test -s conftest$ac_exeext &&
42367        $as_test_x conftest$ac_exeext; then
42368   eval wx_cv_func_$wx_func=yes
42369 else
42370   echo "$as_me: failed program was:" >&5
42371 sed 's/^/| /' conftest.$ac_ext >&5
42372
42373         eval wx_cv_func_$wx_func=no
42374 fi
42375
42376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42377       conftest$ac_exeext conftest.$ac_ext
42378
42379 fi
42380 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
42381                { echo "$as_me:$LINENO: result: $ac_res" >&5
42382 echo "${ECHO_T}$ac_res" >&6; }
42383
42384     if eval test \$wx_cv_func_$wx_func = yes
42385     then
42386       cat >>confdefs.h <<_ACEOF
42387 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
42388 _ACEOF
42389
42390
42391     else
42392       :
42393
42394     fi
42395   done
42396
42397
42398 if test "$wxUSE_TARSTREAM" = "yes"; then
42399
42400   for wx_func in sysconf
42401   do
42402     { echo "$as_me:$LINENO: checking for $wx_func" >&5
42403 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
42404 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
42405   echo $ECHO_N "(cached) $ECHO_C" >&6
42406 else
42407
42408         cat >conftest.$ac_ext <<_ACEOF
42409
42410             /* confdefs.h.  */
42411 _ACEOF
42412 cat confdefs.h >>conftest.$ac_ext
42413 cat >>conftest.$ac_ext <<_ACEOF
42414 /* end confdefs.h.  */
42415
42416
42417                 $ac_includes_default
42418
42419 int
42420 main ()
42421 {
42422
42423                 #ifndef $wx_func
42424                   &$wx_func;
42425                 #endif
42426
42427
42428   ;
42429   return 0;
42430 }
42431
42432 _ACEOF
42433 rm -f conftest.$ac_objext conftest$ac_exeext
42434 if { (ac_try="$ac_link"
42435 case "(($ac_try" in
42436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42437   *) ac_try_echo=$ac_try;;
42438 esac
42439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42440   (eval "$ac_link") 2>conftest.er1
42441   ac_status=$?
42442   grep -v '^ *+' conftest.er1 >conftest.err
42443   rm -f conftest.er1
42444   cat conftest.err >&5
42445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42446   (exit $ac_status); } && {
42447          test -z "$ac_c_werror_flag" ||
42448          test ! -s conftest.err
42449        } && test -s conftest$ac_exeext &&
42450        $as_test_x conftest$ac_exeext; then
42451   eval wx_cv_func_$wx_func=yes
42452 else
42453   echo "$as_me: failed program was:" >&5
42454 sed 's/^/| /' conftest.$ac_ext >&5
42455
42456         eval wx_cv_func_$wx_func=no
42457 fi
42458
42459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42460       conftest$ac_exeext conftest.$ac_ext
42461
42462 fi
42463 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
42464                { echo "$as_me:$LINENO: result: $ac_res" >&5
42465 echo "${ECHO_T}$ac_res" >&6; }
42466
42467     if eval test \$wx_cv_func_$wx_func = yes
42468     then
42469       cat >>confdefs.h <<_ACEOF
42470 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
42471 _ACEOF
42472
42473
42474     else
42475       :
42476
42477     fi
42478   done
42479
42480
42481
42482   for wx_func in getpwuid_r
42483   do
42484     { echo "$as_me:$LINENO: checking for $wx_func" >&5
42485 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
42486 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
42487   echo $ECHO_N "(cached) $ECHO_C" >&6
42488 else
42489
42490         cat >conftest.$ac_ext <<_ACEOF
42491
42492             /* confdefs.h.  */
42493 _ACEOF
42494 cat confdefs.h >>conftest.$ac_ext
42495 cat >>conftest.$ac_ext <<_ACEOF
42496 /* end confdefs.h.  */
42497
42498
42499                     #define _REENTRANT
42500                     #include <pwd.h>
42501
42502                 $ac_includes_default
42503
42504 int
42505 main ()
42506 {
42507
42508                 #ifndef $wx_func
42509                   &$wx_func;
42510                 #endif
42511
42512                     struct passwd pw, *ppw;
42513                     char buf[1024];
42514                     getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
42515
42516
42517   ;
42518   return 0;
42519 }
42520
42521 _ACEOF
42522 rm -f conftest.$ac_objext conftest$ac_exeext
42523 if { (ac_try="$ac_link"
42524 case "(($ac_try" in
42525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42526   *) ac_try_echo=$ac_try;;
42527 esac
42528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42529   (eval "$ac_link") 2>conftest.er1
42530   ac_status=$?
42531   grep -v '^ *+' conftest.er1 >conftest.err
42532   rm -f conftest.er1
42533   cat conftest.err >&5
42534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42535   (exit $ac_status); } && {
42536          test -z "$ac_c_werror_flag" ||
42537          test ! -s conftest.err
42538        } && test -s conftest$ac_exeext &&
42539        $as_test_x conftest$ac_exeext; then
42540   eval wx_cv_func_$wx_func=yes
42541 else
42542   echo "$as_me: failed program was:" >&5
42543 sed 's/^/| /' conftest.$ac_ext >&5
42544
42545         eval wx_cv_func_$wx_func=no
42546 fi
42547
42548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42549       conftest$ac_exeext conftest.$ac_ext
42550
42551 fi
42552 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
42553                { echo "$as_me:$LINENO: result: $ac_res" >&5
42554 echo "${ECHO_T}$ac_res" >&6; }
42555
42556     if eval test \$wx_cv_func_$wx_func = yes
42557     then
42558       cat >>confdefs.h <<_ACEOF
42559 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
42560 _ACEOF
42561
42562
42563     else
42564       :
42565
42566     fi
42567   done
42568
42569
42570
42571   for wx_func in getgrgid_r
42572   do
42573     { echo "$as_me:$LINENO: checking for $wx_func" >&5
42574 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
42575 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
42576   echo $ECHO_N "(cached) $ECHO_C" >&6
42577 else
42578
42579         cat >conftest.$ac_ext <<_ACEOF
42580
42581             /* confdefs.h.  */
42582 _ACEOF
42583 cat confdefs.h >>conftest.$ac_ext
42584 cat >>conftest.$ac_ext <<_ACEOF
42585 /* end confdefs.h.  */
42586
42587
42588                     #define _REENTRANT
42589                     #include <grp.h>
42590
42591                 $ac_includes_default
42592
42593 int
42594 main ()
42595 {
42596
42597                 #ifndef $wx_func
42598                   &$wx_func;
42599                 #endif
42600
42601                     struct group grp, *pgrp;
42602                     char buf[1024];
42603                     getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
42604
42605
42606   ;
42607   return 0;
42608 }
42609
42610 _ACEOF
42611 rm -f conftest.$ac_objext conftest$ac_exeext
42612 if { (ac_try="$ac_link"
42613 case "(($ac_try" in
42614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42615   *) ac_try_echo=$ac_try;;
42616 esac
42617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42618   (eval "$ac_link") 2>conftest.er1
42619   ac_status=$?
42620   grep -v '^ *+' conftest.er1 >conftest.err
42621   rm -f conftest.er1
42622   cat conftest.err >&5
42623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42624   (exit $ac_status); } && {
42625          test -z "$ac_c_werror_flag" ||
42626          test ! -s conftest.err
42627        } && test -s conftest$ac_exeext &&
42628        $as_test_x conftest$ac_exeext; then
42629   eval wx_cv_func_$wx_func=yes
42630 else
42631   echo "$as_me: failed program was:" >&5
42632 sed 's/^/| /' conftest.$ac_ext >&5
42633
42634         eval wx_cv_func_$wx_func=no
42635 fi
42636
42637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42638       conftest$ac_exeext conftest.$ac_ext
42639
42640 fi
42641 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
42642                { echo "$as_me:$LINENO: result: $ac_res" >&5
42643 echo "${ECHO_T}$ac_res" >&6; }
42644
42645     if eval test \$wx_cv_func_$wx_func = yes
42646     then
42647       cat >>confdefs.h <<_ACEOF
42648 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
42649 _ACEOF
42650
42651
42652     else
42653       :
42654
42655     fi
42656   done
42657
42658 fi
42659
42660 fi
42661
42662
42663
42664 cat >confcache <<\_ACEOF
42665 # This file is a shell script that caches the results of configure
42666 # tests run on this system so they can be shared between configure
42667 # scripts and configure runs, see configure's option --config-cache.
42668 # It is not useful on other systems.  If it contains results you don't
42669 # want to keep, you may remove or edit it.
42670 #
42671 # config.status only pays attention to the cache file if you give it
42672 # the --recheck option to rerun configure.
42673 #
42674 # `ac_cv_env_foo' variables (set or unset) will be overridden when
42675 # loading this file, other *unset* `ac_cv_foo' will be assigned the
42676 # following values.
42677
42678 _ACEOF
42679
42680 # The following way of writing the cache mishandles newlines in values,
42681 # but we know of no workaround that is simple, portable, and efficient.
42682 # So, we kill variables containing newlines.
42683 # Ultrix sh set writes to stderr and can't be redirected directly,
42684 # and sets the high bit in the cache file unless we assign to the vars.
42685 (
42686   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
42687     eval ac_val=\$$ac_var
42688     case $ac_val in #(
42689     *${as_nl}*)
42690       case $ac_var in #(
42691       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
42692 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
42693       esac
42694       case $ac_var in #(
42695       _ | IFS | as_nl) ;; #(
42696       *) $as_unset $ac_var ;;
42697       esac ;;
42698     esac
42699   done
42700
42701   (set) 2>&1 |
42702     case $as_nl`(ac_space=' '; set) 2>&1` in #(
42703     *${as_nl}ac_space=\ *)
42704       # `set' does not quote correctly, so add quotes (double-quote
42705       # substitution turns \\\\ into \\, and sed turns \\ into \).
42706       sed -n \
42707         "s/'/'\\\\''/g;
42708           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
42709       ;; #(
42710     *)
42711       # `set' quotes correctly as required by POSIX, so do not add quotes.
42712       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42713       ;;
42714     esac |
42715     sort
42716 ) |
42717   sed '
42718      /^ac_cv_env_/b end
42719      t clear
42720      :clear
42721      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
42722      t end
42723      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
42724      :end' >>confcache
42725 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
42726   if test -w "$cache_file"; then
42727     test "x$cache_file" != "x/dev/null" &&
42728       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
42729 echo "$as_me: updating cache $cache_file" >&6;}
42730     cat confcache >$cache_file
42731   else
42732     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
42733 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42734   fi
42735 fi
42736 rm -f confcache
42737
42738
42739 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
42740
42741
42742     THREADS_LINK=
42743     THREADS_CFLAGS=
42744
42745     if test "$wxUSE_THREADS" = "yes" ; then
42746         if test "$USE_BEOS" = 1; then
42747             { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
42748 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
42749             wxUSE_THREADS="no"
42750         fi
42751     fi
42752
42753     if test "$wxUSE_THREADS" = "yes" ; then
42754
42755
42756                                 THREAD_OPTS="-pthread"
42757         if test "x$SUNCXX" = xyes; then
42758             THREAD_OPTS="-mt lthread $THREAD_OPTS"
42759         fi
42760
42761         case "${host}" in
42762           *-*-solaris2* | *-*-sunos4* )
42763                 if test "x$GCC" = "xyes"; then
42764                                         THREAD_OPTS="-pthreads $THREAD_OPTS"
42765                 fi
42766                 ;;
42767           *-*-freebsd*)
42768                                                 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
42769                 ;;
42770           *-*-darwin* | *-*-cygwin* )
42771                                                 THREAD_OPTS=""
42772                 ;;
42773           *-*-aix*)
42774                                 THREAD_OPTS="pthreads"
42775                 ;;
42776           *-hp-hpux* )
42777                 if test "x$GCC" = "xyes"; then
42778                                         $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
42779                         THREAD_OPTS=""
42780                 else
42781                                                             THREAD_OPTS="-mt"
42782                 fi
42783                 ;;
42784
42785           *-*-irix* )
42786                                                                 if test "x$GCC" = "xyes"; then
42787                     THREAD_OPTS=""
42788                 fi
42789                 ;;
42790
42791           *-*-qnx*)
42792                                                 THREAD_OPTS=""
42793                 ;;
42794
42795           *-*-*UnixWare*)
42796                                 if test "x$GCC" != "xyes"; then
42797                     THREAD_OPTS="-Ethread"
42798                 fi
42799                 ;;
42800         esac
42801
42802         case "${host}" in
42803             *-*-qnx*)
42804                                                                 THREAD_OPTS="none pthread"
42805                 ;;
42806
42807             *)
42808                                                                                 THREAD_OPTS="$THREAD_OPTS pthread none"
42809                 ;;
42810         esac
42811
42812                 THREADS_OK=no
42813         for flag in $THREAD_OPTS; do
42814             case $flag in
42815                 none)
42816                     { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
42817 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
42818                     ;;
42819
42820                 -*)
42821                     { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
42822 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
42823                     THREADS_CFLAGS="$flag"
42824                     ;;
42825
42826                 *)
42827                     { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
42828 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
42829                     THREADS_LINK="-l$flag"
42830                     ;;
42831               esac
42832
42833               save_LIBS="$LIBS"
42834               save_CFLAGS="$CFLAGS"
42835               LIBS="$THREADS_LINK $LIBS"
42836               CFLAGS="$THREADS_CFLAGS $CFLAGS"
42837
42838               cat >conftest.$ac_ext <<_ACEOF
42839 /* confdefs.h.  */
42840 _ACEOF
42841 cat confdefs.h >>conftest.$ac_ext
42842 cat >>conftest.$ac_ext <<_ACEOF
42843 /* end confdefs.h.  */
42844 #include <pthread.h>
42845 int
42846 main ()
42847 {
42848 pthread_create(0,0,0,0);
42849   ;
42850   return 0;
42851 }
42852 _ACEOF
42853 rm -f conftest.$ac_objext conftest$ac_exeext
42854 if { (ac_try="$ac_link"
42855 case "(($ac_try" in
42856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42857   *) ac_try_echo=$ac_try;;
42858 esac
42859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42860   (eval "$ac_link") 2>conftest.er1
42861   ac_status=$?
42862   grep -v '^ *+' conftest.er1 >conftest.err
42863   rm -f conftest.er1
42864   cat conftest.err >&5
42865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42866   (exit $ac_status); } && {
42867          test -z "$ac_c_werror_flag" ||
42868          test ! -s conftest.err
42869        } && test -s conftest$ac_exeext &&
42870        $as_test_x conftest$ac_exeext; then
42871   THREADS_OK=yes
42872 else
42873   echo "$as_me: failed program was:" >&5
42874 sed 's/^/| /' conftest.$ac_ext >&5
42875
42876
42877 fi
42878
42879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42880       conftest$ac_exeext conftest.$ac_ext
42881
42882               LIBS="$save_LIBS"
42883               CFLAGS="$save_CFLAGS"
42884
42885               { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
42886 echo "${ECHO_T}$THREADS_OK" >&6; }
42887               if test "x$THREADS_OK" = "xyes"; then
42888                       break;
42889               fi
42890
42891               THREADS_LINK=""
42892               THREADS_CFLAGS=""
42893       done
42894
42895       if test "x$THREADS_OK" != "xyes"; then
42896           wxUSE_THREADS=no
42897           { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
42898 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
42899       else
42900                                                                                           LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
42901           WXCONFIG_LDFLAGS="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
42902           LIBS="$THREADS_LINK $LIBS"
42903
42904           { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
42905 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
42906           flag=no
42907           case "${host}" in
42908             *-aix*)
42909                                                                                                                 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
42910                 WXCONFIG_LDFLAGS="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
42911                 flag="-D_THREAD_SAFE"
42912                 ;;
42913             *-freebsd*)
42914                 flag="-D_THREAD_SAFE"
42915                 ;;
42916             *-hp-hpux* )
42917                 flag="-D_REENTRANT"
42918                 if test "x$GCC" != "xyes"; then
42919                                         flag="$flag -D_RWSTD_MULTI_THREAD"
42920                 fi
42921                 ;;
42922             *solaris* | alpha*-osf*)
42923                 flag="-D_REENTRANT"
42924                 ;;
42925           esac
42926           { echo "$as_me:$LINENO: result: ${flag}" >&5
42927 echo "${ECHO_T}${flag}" >&6; }
42928           if test "x$flag" != xno; then
42929               THREADS_CFLAGS="$THREADS_CFLAGS $flag"
42930           fi
42931
42932                     WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
42933       fi
42934     fi
42935
42936         if test "$wxUSE_THREADS" = "yes" ; then
42937
42938 for ac_func in thr_setconcurrency
42939 do
42940 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42941 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42942 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42943 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42944   echo $ECHO_N "(cached) $ECHO_C" >&6
42945 else
42946   cat >conftest.$ac_ext <<_ACEOF
42947 /* confdefs.h.  */
42948 _ACEOF
42949 cat confdefs.h >>conftest.$ac_ext
42950 cat >>conftest.$ac_ext <<_ACEOF
42951 /* end confdefs.h.  */
42952 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42953    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42954 #define $ac_func innocuous_$ac_func
42955
42956 /* System header to define __stub macros and hopefully few prototypes,
42957     which can conflict with char $ac_func (); below.
42958     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42959     <limits.h> exists even on freestanding compilers.  */
42960
42961 #ifdef __STDC__
42962 # include <limits.h>
42963 #else
42964 # include <assert.h>
42965 #endif
42966
42967 #undef $ac_func
42968
42969 /* Override any GCC internal prototype to avoid an error.
42970    Use char because int might match the return type of a GCC
42971    builtin and then its argument prototype would still apply.  */
42972 #ifdef __cplusplus
42973 extern "C"
42974 #endif
42975 char $ac_func ();
42976 /* The GNU C library defines this for functions which it implements
42977     to always fail with ENOSYS.  Some functions are actually named
42978     something starting with __ and the normal name is an alias.  */
42979 #if defined __stub_$ac_func || defined __stub___$ac_func
42980 choke me
42981 #endif
42982
42983 int
42984 main ()
42985 {
42986 return $ac_func ();
42987   ;
42988   return 0;
42989 }
42990 _ACEOF
42991 rm -f conftest.$ac_objext conftest$ac_exeext
42992 if { (ac_try="$ac_link"
42993 case "(($ac_try" in
42994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42995   *) ac_try_echo=$ac_try;;
42996 esac
42997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42998   (eval "$ac_link") 2>conftest.er1
42999   ac_status=$?
43000   grep -v '^ *+' conftest.er1 >conftest.err
43001   rm -f conftest.er1
43002   cat conftest.err >&5
43003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43004   (exit $ac_status); } && {
43005          test -z "$ac_c_werror_flag" ||
43006          test ! -s conftest.err
43007        } && test -s conftest$ac_exeext &&
43008        $as_test_x conftest$ac_exeext; then
43009   eval "$as_ac_var=yes"
43010 else
43011   echo "$as_me: failed program was:" >&5
43012 sed 's/^/| /' conftest.$ac_ext >&5
43013
43014         eval "$as_ac_var=no"
43015 fi
43016
43017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43018       conftest$ac_exeext conftest.$ac_ext
43019 fi
43020 ac_res=`eval echo '${'$as_ac_var'}'`
43021                { echo "$as_me:$LINENO: result: $ac_res" >&5
43022 echo "${ECHO_T}$ac_res" >&6; }
43023 if test `eval echo '${'$as_ac_var'}'` = yes; then
43024   cat >>confdefs.h <<_ACEOF
43025 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43026 _ACEOF
43027
43028 fi
43029 done
43030
43031
43032                   { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
43033 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
43034 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
43035   echo $ECHO_N "(cached) $ECHO_C" >&6
43036 else
43037
43038                                 ac_ext=cpp
43039 ac_cpp='$CXXCPP $CPPFLAGS'
43040 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43041 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43042 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43043
43044         cat >conftest.$ac_ext <<_ACEOF
43045 /* confdefs.h.  */
43046 _ACEOF
43047 cat confdefs.h >>conftest.$ac_ext
43048 cat >>conftest.$ac_ext <<_ACEOF
43049 /* end confdefs.h.  */
43050 #include <pthread.h>
43051                void ThreadCleanupFunc(void *p);
43052
43053 int
43054 main ()
43055 {
43056
43057                 void *p;
43058                 pthread_cleanup_push(ThreadCleanupFunc, p);
43059                 pthread_cleanup_pop(0);
43060
43061   ;
43062   return 0;
43063 }
43064 _ACEOF
43065 rm -f conftest.$ac_objext
43066 if { (ac_try="$ac_compile"
43067 case "(($ac_try" in
43068   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43069   *) ac_try_echo=$ac_try;;
43070 esac
43071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43072   (eval "$ac_compile") 2>conftest.er1
43073   ac_status=$?
43074   grep -v '^ *+' conftest.er1 >conftest.err
43075   rm -f conftest.er1
43076   cat conftest.err >&5
43077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43078   (exit $ac_status); } && {
43079          test -z "$ac_cxx_werror_flag" ||
43080          test ! -s conftest.err
43081        } && test -s conftest.$ac_objext; then
43082
43083                wx_cv_func_pthread_cleanup=yes
43084
43085 else
43086   echo "$as_me: failed program was:" >&5
43087 sed 's/^/| /' conftest.$ac_ext >&5
43088
43089
43090                wx_cv_func_pthread_cleanup=no
43091
43092
43093 fi
43094
43095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43096         ac_ext=c
43097 ac_cpp='$CPP $CPPFLAGS'
43098 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43099 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43100 ac_compiler_gnu=$ac_cv_c_compiler_gnu
43101
43102
43103 fi
43104 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
43105 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
43106       if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
43107         cat >>confdefs.h <<\_ACEOF
43108 #define wxHAVE_PTHREAD_CLEANUP 1
43109 _ACEOF
43110
43111       fi
43112
43113
43114 for ac_header in sched.h
43115 do
43116 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43117 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43119 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43120   echo $ECHO_N "(cached) $ECHO_C" >&6
43121 else
43122   cat >conftest.$ac_ext <<_ACEOF
43123 /* confdefs.h.  */
43124 _ACEOF
43125 cat confdefs.h >>conftest.$ac_ext
43126 cat >>conftest.$ac_ext <<_ACEOF
43127 /* end confdefs.h.  */
43128 $ac_includes_default
43129
43130 #include <$ac_header>
43131 _ACEOF
43132 rm -f conftest.$ac_objext
43133 if { (ac_try="$ac_compile"
43134 case "(($ac_try" in
43135   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43136   *) ac_try_echo=$ac_try;;
43137 esac
43138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43139   (eval "$ac_compile") 2>conftest.er1
43140   ac_status=$?
43141   grep -v '^ *+' conftest.er1 >conftest.err
43142   rm -f conftest.er1
43143   cat conftest.err >&5
43144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43145   (exit $ac_status); } && {
43146          test -z "$ac_c_werror_flag" ||
43147          test ! -s conftest.err
43148        } && test -s conftest.$ac_objext; then
43149   eval "$as_ac_Header=yes"
43150 else
43151   echo "$as_me: failed program was:" >&5
43152 sed 's/^/| /' conftest.$ac_ext >&5
43153
43154         eval "$as_ac_Header=no"
43155 fi
43156
43157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43158 fi
43159 ac_res=`eval echo '${'$as_ac_Header'}'`
43160                { echo "$as_me:$LINENO: result: $ac_res" >&5
43161 echo "${ECHO_T}$ac_res" >&6; }
43162 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43163   cat >>confdefs.h <<_ACEOF
43164 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43165 _ACEOF
43166
43167 fi
43168
43169 done
43170
43171       if test "$ac_cv_header_sched_h" = "yes"; then
43172           { echo "$as_me:$LINENO: checking for sched_yield" >&5
43173 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
43174 if test "${ac_cv_func_sched_yield+set}" = set; then
43175   echo $ECHO_N "(cached) $ECHO_C" >&6
43176 else
43177   cat >conftest.$ac_ext <<_ACEOF
43178 /* confdefs.h.  */
43179 _ACEOF
43180 cat confdefs.h >>conftest.$ac_ext
43181 cat >>conftest.$ac_ext <<_ACEOF
43182 /* end confdefs.h.  */
43183 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
43184    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43185 #define sched_yield innocuous_sched_yield
43186
43187 /* System header to define __stub macros and hopefully few prototypes,
43188     which can conflict with char sched_yield (); below.
43189     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43190     <limits.h> exists even on freestanding compilers.  */
43191
43192 #ifdef __STDC__
43193 # include <limits.h>
43194 #else
43195 # include <assert.h>
43196 #endif
43197
43198 #undef sched_yield
43199
43200 /* Override any GCC internal prototype to avoid an error.
43201    Use char because int might match the return type of a GCC
43202    builtin and then its argument prototype would still apply.  */
43203 #ifdef __cplusplus
43204 extern "C"
43205 #endif
43206 char sched_yield ();
43207 /* The GNU C library defines this for functions which it implements
43208     to always fail with ENOSYS.  Some functions are actually named
43209     something starting with __ and the normal name is an alias.  */
43210 #if defined __stub_sched_yield || defined __stub___sched_yield
43211 choke me
43212 #endif
43213
43214 int
43215 main ()
43216 {
43217 return sched_yield ();
43218   ;
43219   return 0;
43220 }
43221 _ACEOF
43222 rm -f conftest.$ac_objext conftest$ac_exeext
43223 if { (ac_try="$ac_link"
43224 case "(($ac_try" in
43225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43226   *) ac_try_echo=$ac_try;;
43227 esac
43228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43229   (eval "$ac_link") 2>conftest.er1
43230   ac_status=$?
43231   grep -v '^ *+' conftest.er1 >conftest.err
43232   rm -f conftest.er1
43233   cat conftest.err >&5
43234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43235   (exit $ac_status); } && {
43236          test -z "$ac_c_werror_flag" ||
43237          test ! -s conftest.err
43238        } && test -s conftest$ac_exeext &&
43239        $as_test_x conftest$ac_exeext; then
43240   ac_cv_func_sched_yield=yes
43241 else
43242   echo "$as_me: failed program was:" >&5
43243 sed 's/^/| /' conftest.$ac_ext >&5
43244
43245         ac_cv_func_sched_yield=no
43246 fi
43247
43248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43249       conftest$ac_exeext conftest.$ac_ext
43250 fi
43251 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
43252 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
43253 if test $ac_cv_func_sched_yield = yes; then
43254   cat >>confdefs.h <<\_ACEOF
43255 #define HAVE_SCHED_YIELD 1
43256 _ACEOF
43257
43258 else
43259
43260                 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
43261 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
43262 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
43263   echo $ECHO_N "(cached) $ECHO_C" >&6
43264 else
43265   ac_check_lib_save_LIBS=$LIBS
43266 LIBS="-lposix4  $LIBS"
43267 cat >conftest.$ac_ext <<_ACEOF
43268 /* confdefs.h.  */
43269 _ACEOF
43270 cat confdefs.h >>conftest.$ac_ext
43271 cat >>conftest.$ac_ext <<_ACEOF
43272 /* end confdefs.h.  */
43273
43274 /* Override any GCC internal prototype to avoid an error.
43275    Use char because int might match the return type of a GCC
43276    builtin and then its argument prototype would still apply.  */
43277 #ifdef __cplusplus
43278 extern "C"
43279 #endif
43280 char sched_yield ();
43281 int
43282 main ()
43283 {
43284 return sched_yield ();
43285   ;
43286   return 0;
43287 }
43288 _ACEOF
43289 rm -f conftest.$ac_objext conftest$ac_exeext
43290 if { (ac_try="$ac_link"
43291 case "(($ac_try" in
43292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43293   *) ac_try_echo=$ac_try;;
43294 esac
43295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43296   (eval "$ac_link") 2>conftest.er1
43297   ac_status=$?
43298   grep -v '^ *+' conftest.er1 >conftest.err
43299   rm -f conftest.er1
43300   cat conftest.err >&5
43301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43302   (exit $ac_status); } && {
43303          test -z "$ac_c_werror_flag" ||
43304          test ! -s conftest.err
43305        } && test -s conftest$ac_exeext &&
43306        $as_test_x conftest$ac_exeext; then
43307   ac_cv_lib_posix4_sched_yield=yes
43308 else
43309   echo "$as_me: failed program was:" >&5
43310 sed 's/^/| /' conftest.$ac_ext >&5
43311
43312         ac_cv_lib_posix4_sched_yield=no
43313 fi
43314
43315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43316       conftest$ac_exeext conftest.$ac_ext
43317 LIBS=$ac_check_lib_save_LIBS
43318 fi
43319 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
43320 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
43321 if test $ac_cv_lib_posix4_sched_yield = yes; then
43322   cat >>confdefs.h <<\_ACEOF
43323 #define HAVE_SCHED_YIELD 1
43324 _ACEOF
43325  POSIX4_LINK=" -lposix4"
43326 else
43327   { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
43328 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
43329
43330 fi
43331
43332
43333
43334 fi
43335
43336       fi
43337
43338                                           HAVE_PRIOR_FUNCS=0
43339       { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
43340 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
43341 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
43342   echo $ECHO_N "(cached) $ECHO_C" >&6
43343 else
43344   cat >conftest.$ac_ext <<_ACEOF
43345 /* confdefs.h.  */
43346 _ACEOF
43347 cat confdefs.h >>conftest.$ac_ext
43348 cat >>conftest.$ac_ext <<_ACEOF
43349 /* end confdefs.h.  */
43350 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
43351    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43352 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
43353
43354 /* System header to define __stub macros and hopefully few prototypes,
43355     which can conflict with char pthread_attr_getschedpolicy (); below.
43356     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43357     <limits.h> exists even on freestanding compilers.  */
43358
43359 #ifdef __STDC__
43360 # include <limits.h>
43361 #else
43362 # include <assert.h>
43363 #endif
43364
43365 #undef pthread_attr_getschedpolicy
43366
43367 /* Override any GCC internal prototype to avoid an error.
43368    Use char because int might match the return type of a GCC
43369    builtin and then its argument prototype would still apply.  */
43370 #ifdef __cplusplus
43371 extern "C"
43372 #endif
43373 char pthread_attr_getschedpolicy ();
43374 /* The GNU C library defines this for functions which it implements
43375     to always fail with ENOSYS.  Some functions are actually named
43376     something starting with __ and the normal name is an alias.  */
43377 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
43378 choke me
43379 #endif
43380
43381 int
43382 main ()
43383 {
43384 return pthread_attr_getschedpolicy ();
43385   ;
43386   return 0;
43387 }
43388 _ACEOF
43389 rm -f conftest.$ac_objext conftest$ac_exeext
43390 if { (ac_try="$ac_link"
43391 case "(($ac_try" in
43392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43393   *) ac_try_echo=$ac_try;;
43394 esac
43395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43396   (eval "$ac_link") 2>conftest.er1
43397   ac_status=$?
43398   grep -v '^ *+' conftest.er1 >conftest.err
43399   rm -f conftest.er1
43400   cat conftest.err >&5
43401   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43402   (exit $ac_status); } && {
43403          test -z "$ac_c_werror_flag" ||
43404          test ! -s conftest.err
43405        } && test -s conftest$ac_exeext &&
43406        $as_test_x conftest$ac_exeext; then
43407   ac_cv_func_pthread_attr_getschedpolicy=yes
43408 else
43409   echo "$as_me: failed program was:" >&5
43410 sed 's/^/| /' conftest.$ac_ext >&5
43411
43412         ac_cv_func_pthread_attr_getschedpolicy=no
43413 fi
43414
43415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43416       conftest$ac_exeext conftest.$ac_ext
43417 fi
43418 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
43419 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
43420 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
43421   { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
43422 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
43423 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
43424   echo $ECHO_N "(cached) $ECHO_C" >&6
43425 else
43426   cat >conftest.$ac_ext <<_ACEOF
43427 /* confdefs.h.  */
43428 _ACEOF
43429 cat confdefs.h >>conftest.$ac_ext
43430 cat >>conftest.$ac_ext <<_ACEOF
43431 /* end confdefs.h.  */
43432 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
43433    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43434 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
43435
43436 /* System header to define __stub macros and hopefully few prototypes,
43437     which can conflict with char pthread_attr_setschedparam (); below.
43438     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43439     <limits.h> exists even on freestanding compilers.  */
43440
43441 #ifdef __STDC__
43442 # include <limits.h>
43443 #else
43444 # include <assert.h>
43445 #endif
43446
43447 #undef pthread_attr_setschedparam
43448
43449 /* Override any GCC internal prototype to avoid an error.
43450    Use char because int might match the return type of a GCC
43451    builtin and then its argument prototype would still apply.  */
43452 #ifdef __cplusplus
43453 extern "C"
43454 #endif
43455 char pthread_attr_setschedparam ();
43456 /* The GNU C library defines this for functions which it implements
43457     to always fail with ENOSYS.  Some functions are actually named
43458     something starting with __ and the normal name is an alias.  */
43459 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
43460 choke me
43461 #endif
43462
43463 int
43464 main ()
43465 {
43466 return pthread_attr_setschedparam ();
43467   ;
43468   return 0;
43469 }
43470 _ACEOF
43471 rm -f conftest.$ac_objext conftest$ac_exeext
43472 if { (ac_try="$ac_link"
43473 case "(($ac_try" in
43474   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43475   *) ac_try_echo=$ac_try;;
43476 esac
43477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43478   (eval "$ac_link") 2>conftest.er1
43479   ac_status=$?
43480   grep -v '^ *+' conftest.er1 >conftest.err
43481   rm -f conftest.er1
43482   cat conftest.err >&5
43483   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43484   (exit $ac_status); } && {
43485          test -z "$ac_c_werror_flag" ||
43486          test ! -s conftest.err
43487        } && test -s conftest$ac_exeext &&
43488        $as_test_x conftest$ac_exeext; then
43489   ac_cv_func_pthread_attr_setschedparam=yes
43490 else
43491   echo "$as_me: failed program was:" >&5
43492 sed 's/^/| /' conftest.$ac_ext >&5
43493
43494         ac_cv_func_pthread_attr_setschedparam=no
43495 fi
43496
43497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43498       conftest$ac_exeext conftest.$ac_ext
43499 fi
43500 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
43501 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
43502 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
43503   { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
43504 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
43505 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
43506   echo $ECHO_N "(cached) $ECHO_C" >&6
43507 else
43508   cat >conftest.$ac_ext <<_ACEOF
43509 /* confdefs.h.  */
43510 _ACEOF
43511 cat confdefs.h >>conftest.$ac_ext
43512 cat >>conftest.$ac_ext <<_ACEOF
43513 /* end confdefs.h.  */
43514 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
43515    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43516 #define sched_get_priority_max innocuous_sched_get_priority_max
43517
43518 /* System header to define __stub macros and hopefully few prototypes,
43519     which can conflict with char sched_get_priority_max (); below.
43520     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43521     <limits.h> exists even on freestanding compilers.  */
43522
43523 #ifdef __STDC__
43524 # include <limits.h>
43525 #else
43526 # include <assert.h>
43527 #endif
43528
43529 #undef sched_get_priority_max
43530
43531 /* Override any GCC internal prototype to avoid an error.
43532    Use char because int might match the return type of a GCC
43533    builtin and then its argument prototype would still apply.  */
43534 #ifdef __cplusplus
43535 extern "C"
43536 #endif
43537 char sched_get_priority_max ();
43538 /* The GNU C library defines this for functions which it implements
43539     to always fail with ENOSYS.  Some functions are actually named
43540     something starting with __ and the normal name is an alias.  */
43541 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
43542 choke me
43543 #endif
43544
43545 int
43546 main ()
43547 {
43548 return sched_get_priority_max ();
43549   ;
43550   return 0;
43551 }
43552 _ACEOF
43553 rm -f conftest.$ac_objext conftest$ac_exeext
43554 if { (ac_try="$ac_link"
43555 case "(($ac_try" in
43556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43557   *) ac_try_echo=$ac_try;;
43558 esac
43559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43560   (eval "$ac_link") 2>conftest.er1
43561   ac_status=$?
43562   grep -v '^ *+' conftest.er1 >conftest.err
43563   rm -f conftest.er1
43564   cat conftest.err >&5
43565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43566   (exit $ac_status); } && {
43567          test -z "$ac_c_werror_flag" ||
43568          test ! -s conftest.err
43569        } && test -s conftest$ac_exeext &&
43570        $as_test_x conftest$ac_exeext; then
43571   ac_cv_func_sched_get_priority_max=yes
43572 else
43573   echo "$as_me: failed program was:" >&5
43574 sed 's/^/| /' conftest.$ac_ext >&5
43575
43576         ac_cv_func_sched_get_priority_max=no
43577 fi
43578
43579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43580       conftest$ac_exeext conftest.$ac_ext
43581 fi
43582 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
43583 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
43584 if test $ac_cv_func_sched_get_priority_max = yes; then
43585   HAVE_PRIOR_FUNCS=1
43586 else
43587   { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
43588 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
43589 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
43590   echo $ECHO_N "(cached) $ECHO_C" >&6
43591 else
43592   ac_check_lib_save_LIBS=$LIBS
43593 LIBS="-lposix4  $LIBS"
43594 cat >conftest.$ac_ext <<_ACEOF
43595 /* confdefs.h.  */
43596 _ACEOF
43597 cat confdefs.h >>conftest.$ac_ext
43598 cat >>conftest.$ac_ext <<_ACEOF
43599 /* end confdefs.h.  */
43600
43601 /* Override any GCC internal prototype to avoid an error.
43602    Use char because int might match the return type of a GCC
43603    builtin and then its argument prototype would still apply.  */
43604 #ifdef __cplusplus
43605 extern "C"
43606 #endif
43607 char sched_get_priority_max ();
43608 int
43609 main ()
43610 {
43611 return sched_get_priority_max ();
43612   ;
43613   return 0;
43614 }
43615 _ACEOF
43616 rm -f conftest.$ac_objext conftest$ac_exeext
43617 if { (ac_try="$ac_link"
43618 case "(($ac_try" in
43619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43620   *) ac_try_echo=$ac_try;;
43621 esac
43622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43623   (eval "$ac_link") 2>conftest.er1
43624   ac_status=$?
43625   grep -v '^ *+' conftest.er1 >conftest.err
43626   rm -f conftest.er1
43627   cat conftest.err >&5
43628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43629   (exit $ac_status); } && {
43630          test -z "$ac_c_werror_flag" ||
43631          test ! -s conftest.err
43632        } && test -s conftest$ac_exeext &&
43633        $as_test_x conftest$ac_exeext; then
43634   ac_cv_lib_posix4_sched_get_priority_max=yes
43635 else
43636   echo "$as_me: failed program was:" >&5
43637 sed 's/^/| /' conftest.$ac_ext >&5
43638
43639         ac_cv_lib_posix4_sched_get_priority_max=no
43640 fi
43641
43642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43643       conftest$ac_exeext conftest.$ac_ext
43644 LIBS=$ac_check_lib_save_LIBS
43645 fi
43646 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
43647 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
43648 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
43649
43650                                 HAVE_PRIOR_FUNCS=1
43651                                 POSIX4_LINK=" -lposix4"
43652
43653 fi
43654
43655
43656 fi
43657
43658
43659 fi
43660
43661
43662 fi
43663
43664
43665       if test "$HAVE_PRIOR_FUNCS" = 1; then
43666         cat >>confdefs.h <<\_ACEOF
43667 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
43668 _ACEOF
43669
43670       else
43671         { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
43672 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
43673       fi
43674
43675       { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
43676 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
43677 if test "${ac_cv_func_pthread_cancel+set}" = set; then
43678   echo $ECHO_N "(cached) $ECHO_C" >&6
43679 else
43680   cat >conftest.$ac_ext <<_ACEOF
43681 /* confdefs.h.  */
43682 _ACEOF
43683 cat confdefs.h >>conftest.$ac_ext
43684 cat >>conftest.$ac_ext <<_ACEOF
43685 /* end confdefs.h.  */
43686 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
43687    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43688 #define pthread_cancel innocuous_pthread_cancel
43689
43690 /* System header to define __stub macros and hopefully few prototypes,
43691     which can conflict with char pthread_cancel (); below.
43692     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43693     <limits.h> exists even on freestanding compilers.  */
43694
43695 #ifdef __STDC__
43696 # include <limits.h>
43697 #else
43698 # include <assert.h>
43699 #endif
43700
43701 #undef pthread_cancel
43702
43703 /* Override any GCC internal prototype to avoid an error.
43704    Use char because int might match the return type of a GCC
43705    builtin and then its argument prototype would still apply.  */
43706 #ifdef __cplusplus
43707 extern "C"
43708 #endif
43709 char pthread_cancel ();
43710 /* The GNU C library defines this for functions which it implements
43711     to always fail with ENOSYS.  Some functions are actually named
43712     something starting with __ and the normal name is an alias.  */
43713 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
43714 choke me
43715 #endif
43716
43717 int
43718 main ()
43719 {
43720 return pthread_cancel ();
43721   ;
43722   return 0;
43723 }
43724 _ACEOF
43725 rm -f conftest.$ac_objext conftest$ac_exeext
43726 if { (ac_try="$ac_link"
43727 case "(($ac_try" in
43728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43729   *) ac_try_echo=$ac_try;;
43730 esac
43731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43732   (eval "$ac_link") 2>conftest.er1
43733   ac_status=$?
43734   grep -v '^ *+' conftest.er1 >conftest.err
43735   rm -f conftest.er1
43736   cat conftest.err >&5
43737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43738   (exit $ac_status); } && {
43739          test -z "$ac_c_werror_flag" ||
43740          test ! -s conftest.err
43741        } && test -s conftest$ac_exeext &&
43742        $as_test_x conftest$ac_exeext; then
43743   ac_cv_func_pthread_cancel=yes
43744 else
43745   echo "$as_me: failed program was:" >&5
43746 sed 's/^/| /' conftest.$ac_ext >&5
43747
43748         ac_cv_func_pthread_cancel=no
43749 fi
43750
43751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43752       conftest$ac_exeext conftest.$ac_ext
43753 fi
43754 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
43755 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
43756 if test $ac_cv_func_pthread_cancel = yes; then
43757   cat >>confdefs.h <<\_ACEOF
43758 #define HAVE_PTHREAD_CANCEL 1
43759 _ACEOF
43760
43761 else
43762   { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
43763 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
43764 fi
43765
43766
43767       { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
43768 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
43769 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
43770   echo $ECHO_N "(cached) $ECHO_C" >&6
43771 else
43772   cat >conftest.$ac_ext <<_ACEOF
43773 /* confdefs.h.  */
43774 _ACEOF
43775 cat confdefs.h >>conftest.$ac_ext
43776 cat >>conftest.$ac_ext <<_ACEOF
43777 /* end confdefs.h.  */
43778 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
43779    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43780 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
43781
43782 /* System header to define __stub macros and hopefully few prototypes,
43783     which can conflict with char pthread_mutex_timedlock (); below.
43784     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43785     <limits.h> exists even on freestanding compilers.  */
43786
43787 #ifdef __STDC__
43788 # include <limits.h>
43789 #else
43790 # include <assert.h>
43791 #endif
43792
43793 #undef pthread_mutex_timedlock
43794
43795 /* Override any GCC internal prototype to avoid an error.
43796    Use char because int might match the return type of a GCC
43797    builtin and then its argument prototype would still apply.  */
43798 #ifdef __cplusplus
43799 extern "C"
43800 #endif
43801 char pthread_mutex_timedlock ();
43802 /* The GNU C library defines this for functions which it implements
43803     to always fail with ENOSYS.  Some functions are actually named
43804     something starting with __ and the normal name is an alias.  */
43805 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
43806 choke me
43807 #endif
43808
43809 int
43810 main ()
43811 {
43812 return pthread_mutex_timedlock ();
43813   ;
43814   return 0;
43815 }
43816 _ACEOF
43817 rm -f conftest.$ac_objext conftest$ac_exeext
43818 if { (ac_try="$ac_link"
43819 case "(($ac_try" in
43820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43821   *) ac_try_echo=$ac_try;;
43822 esac
43823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43824   (eval "$ac_link") 2>conftest.er1
43825   ac_status=$?
43826   grep -v '^ *+' conftest.er1 >conftest.err
43827   rm -f conftest.er1
43828   cat conftest.err >&5
43829   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43830   (exit $ac_status); } && {
43831          test -z "$ac_c_werror_flag" ||
43832          test ! -s conftest.err
43833        } && test -s conftest$ac_exeext &&
43834        $as_test_x conftest$ac_exeext; then
43835   ac_cv_func_pthread_mutex_timedlock=yes
43836 else
43837   echo "$as_me: failed program was:" >&5
43838 sed 's/^/| /' conftest.$ac_ext >&5
43839
43840         ac_cv_func_pthread_mutex_timedlock=no
43841 fi
43842
43843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43844       conftest$ac_exeext conftest.$ac_ext
43845 fi
43846 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
43847 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
43848 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
43849   cat >>confdefs.h <<\_ACEOF
43850 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
43851 _ACEOF
43852
43853 else
43854   { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
43855 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
43856 fi
43857
43858
43859       { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
43860 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
43861 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
43862   echo $ECHO_N "(cached) $ECHO_C" >&6
43863 else
43864   cat >conftest.$ac_ext <<_ACEOF
43865 /* confdefs.h.  */
43866 _ACEOF
43867 cat confdefs.h >>conftest.$ac_ext
43868 cat >>conftest.$ac_ext <<_ACEOF
43869 /* end confdefs.h.  */
43870 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
43871    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43872 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
43873
43874 /* System header to define __stub macros and hopefully few prototypes,
43875     which can conflict with char pthread_attr_setstacksize (); below.
43876     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43877     <limits.h> exists even on freestanding compilers.  */
43878
43879 #ifdef __STDC__
43880 # include <limits.h>
43881 #else
43882 # include <assert.h>
43883 #endif
43884
43885 #undef pthread_attr_setstacksize
43886
43887 /* Override any GCC internal prototype to avoid an error.
43888    Use char because int might match the return type of a GCC
43889    builtin and then its argument prototype would still apply.  */
43890 #ifdef __cplusplus
43891 extern "C"
43892 #endif
43893 char pthread_attr_setstacksize ();
43894 /* The GNU C library defines this for functions which it implements
43895     to always fail with ENOSYS.  Some functions are actually named
43896     something starting with __ and the normal name is an alias.  */
43897 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
43898 choke me
43899 #endif
43900
43901 int
43902 main ()
43903 {
43904 return pthread_attr_setstacksize ();
43905   ;
43906   return 0;
43907 }
43908 _ACEOF
43909 rm -f conftest.$ac_objext conftest$ac_exeext
43910 if { (ac_try="$ac_link"
43911 case "(($ac_try" in
43912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43913   *) ac_try_echo=$ac_try;;
43914 esac
43915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43916   (eval "$ac_link") 2>conftest.er1
43917   ac_status=$?
43918   grep -v '^ *+' conftest.er1 >conftest.err
43919   rm -f conftest.er1
43920   cat conftest.err >&5
43921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43922   (exit $ac_status); } && {
43923          test -z "$ac_c_werror_flag" ||
43924          test ! -s conftest.err
43925        } && test -s conftest$ac_exeext &&
43926        $as_test_x conftest$ac_exeext; then
43927   ac_cv_func_pthread_attr_setstacksize=yes
43928 else
43929   echo "$as_me: failed program was:" >&5
43930 sed 's/^/| /' conftest.$ac_ext >&5
43931
43932         ac_cv_func_pthread_attr_setstacksize=no
43933 fi
43934
43935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43936       conftest$ac_exeext conftest.$ac_ext
43937 fi
43938 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
43939 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
43940 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
43941   cat >>confdefs.h <<\_ACEOF
43942 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
43943 _ACEOF
43944
43945 fi
43946
43947
43948
43949       { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
43950 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
43951 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
43952   echo $ECHO_N "(cached) $ECHO_C" >&6
43953 else
43954
43955         cat >conftest.$ac_ext <<_ACEOF
43956 /* confdefs.h.  */
43957 _ACEOF
43958 cat confdefs.h >>conftest.$ac_ext
43959 cat >>conftest.$ac_ext <<_ACEOF
43960 /* end confdefs.h.  */
43961 #include <pthread.h>
43962 int
43963 main ()
43964 {
43965
43966                pthread_mutexattr_t attr;
43967                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
43968
43969   ;
43970   return 0;
43971 }
43972 _ACEOF
43973 rm -f conftest.$ac_objext
43974 if { (ac_try="$ac_compile"
43975 case "(($ac_try" in
43976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43977   *) ac_try_echo=$ac_try;;
43978 esac
43979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43980   (eval "$ac_compile") 2>conftest.er1
43981   ac_status=$?
43982   grep -v '^ *+' conftest.er1 >conftest.err
43983   rm -f conftest.er1
43984   cat conftest.err >&5
43985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43986   (exit $ac_status); } && {
43987          test -z "$ac_c_werror_flag" ||
43988          test ! -s conftest.err
43989        } && test -s conftest.$ac_objext; then
43990   wx_cv_type_pthread_mutexattr_t=yes
43991 else
43992   echo "$as_me: failed program was:" >&5
43993 sed 's/^/| /' conftest.$ac_ext >&5
43994
43995         wx_cv_type_pthread_mutexattr_t=no
43996
43997 fi
43998
43999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44000
44001 fi
44002 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
44003 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
44004
44005       if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
44006         cat >>confdefs.h <<\_ACEOF
44007 #define HAVE_PTHREAD_MUTEXATTR_T 1
44008 _ACEOF
44009
44010
44011                         { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
44012 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
44013 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
44014   echo $ECHO_N "(cached) $ECHO_C" >&6
44015 else
44016
44017                        cat >conftest.$ac_ext <<_ACEOF
44018 /* confdefs.h.  */
44019 _ACEOF
44020 cat confdefs.h >>conftest.$ac_ext
44021 cat >>conftest.$ac_ext <<_ACEOF
44022 /* end confdefs.h.  */
44023 #include <pthread.h>
44024 int
44025 main ()
44026 {
44027
44028                                pthread_mutexattr_t attr;
44029                                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
44030
44031   ;
44032   return 0;
44033 }
44034 _ACEOF
44035 rm -f conftest.$ac_objext
44036 if { (ac_try="$ac_compile"
44037 case "(($ac_try" in
44038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44039   *) ac_try_echo=$ac_try;;
44040 esac
44041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44042   (eval "$ac_compile") 2>conftest.er1
44043   ac_status=$?
44044   grep -v '^ *+' conftest.er1 >conftest.err
44045   rm -f conftest.er1
44046   cat conftest.err >&5
44047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44048   (exit $ac_status); } && {
44049          test -z "$ac_c_werror_flag" ||
44050          test ! -s conftest.err
44051        } && test -s conftest.$ac_objext; then
44052   wx_cv_func_pthread_mutexattr_settype_decl=yes
44053 else
44054   echo "$as_me: failed program was:" >&5
44055 sed 's/^/| /' conftest.$ac_ext >&5
44056
44057         wx_cv_func_pthread_mutexattr_settype_decl=no
44058
44059 fi
44060
44061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44062
44063 fi
44064 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
44065 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
44066         if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
44067             cat >>confdefs.h <<\_ACEOF
44068 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
44069 _ACEOF
44070
44071         fi
44072       else
44073                 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
44074 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
44075 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
44076   echo $ECHO_N "(cached) $ECHO_C" >&6
44077 else
44078
44079             cat >conftest.$ac_ext <<_ACEOF
44080 /* confdefs.h.  */
44081 _ACEOF
44082 cat confdefs.h >>conftest.$ac_ext
44083 cat >>conftest.$ac_ext <<_ACEOF
44084 /* end confdefs.h.  */
44085 #include <pthread.h>
44086 int
44087 main ()
44088 {
44089
44090                     pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
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
44114                     wx_cv_type_pthread_rec_mutex_init=yes
44115
44116 else
44117   echo "$as_me: failed program was:" >&5
44118 sed 's/^/| /' conftest.$ac_ext >&5
44119
44120
44121                     wx_cv_type_pthread_rec_mutex_init=no
44122
44123
44124 fi
44125
44126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44127
44128 fi
44129 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
44130 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
44131         if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
44132           cat >>confdefs.h <<\_ACEOF
44133 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
44134 _ACEOF
44135
44136         else
44137                     { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
44138 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
44139         fi
44140       fi
44141
44142       if test "$wxUSE_COMPILER_TLS" = "auto"; then
44143           if test "$USE_NETBSD" = 1; then
44144               { echo "$as_me:$LINENO: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
44145 echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
44146               wxUSE_COMPILER_TLS=no
44147           else
44148               wxUSE_COMPILER_TLS=yes
44149           fi
44150       fi
44151
44152       if test "$wxUSE_COMPILER_TLS" = "yes"; then
44153                     { echo "$as_me:$LINENO: checking for __thread keyword" >&5
44154 echo $ECHO_N "checking for __thread keyword... $ECHO_C" >&6; }
44155 if test "${wx_cv_cc___thread+set}" = set; then
44156   echo $ECHO_N "(cached) $ECHO_C" >&6
44157 else
44158
44159                   cat >conftest.$ac_ext <<_ACEOF
44160 /* confdefs.h.  */
44161 _ACEOF
44162 cat confdefs.h >>conftest.$ac_ext
44163 cat >>conftest.$ac_ext <<_ACEOF
44164 /* end confdefs.h.  */
44165 #include <pthread.h>
44166 int
44167 main ()
44168 {
44169
44170                           static __thread int n = 0;
44171                           static __thread int *p = 0;
44172
44173   ;
44174   return 0;
44175 }
44176 _ACEOF
44177 rm -f conftest.$ac_objext
44178 if { (ac_try="$ac_compile"
44179 case "(($ac_try" in
44180   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44181   *) ac_try_echo=$ac_try;;
44182 esac
44183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44184   (eval "$ac_compile") 2>conftest.er1
44185   ac_status=$?
44186   grep -v '^ *+' conftest.er1 >conftest.err
44187   rm -f conftest.er1
44188   cat conftest.err >&5
44189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44190   (exit $ac_status); } && {
44191          test -z "$ac_c_werror_flag" ||
44192          test ! -s conftest.err
44193        } && test -s conftest.$ac_objext; then
44194   wx_cv_cc___thread=yes
44195 else
44196   echo "$as_me: failed program was:" >&5
44197 sed 's/^/| /' conftest.$ac_ext >&5
44198
44199         wx_cv_cc___thread=no
44200
44201 fi
44202
44203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44204
44205
44206 fi
44207 { echo "$as_me:$LINENO: result: $wx_cv_cc___thread" >&5
44208 echo "${ECHO_T}$wx_cv_cc___thread" >&6; }
44209
44210           if test "$wx_cv_cc___thread" = "yes"; then
44211
44212   GXX_VERSION=""
44213
44214
44215
44216   { echo "$as_me:$LINENO: checking if gcc accepts -dumpversion option" >&5
44217 echo $ECHO_N "checking if gcc accepts -dumpversion option... $ECHO_C" >&6; }
44218
44219   if  test "x$GCC" = "xyes" ; then
44220
44221     if  test -z "" ; then
44222
44223       ax_gcc_option_test="int main()
44224 {
44225         return 0;
44226 }"
44227
44228 else
44229
44230       ax_gcc_option_test=""
44231
44232 fi
44233
44234
44235     # Dump the test program to file
44236     cat <<EOF > conftest.c
44237 $ax_gcc_option_test
44238 EOF
44239
44240     # Dump back the file to the log, useful for debugging purposes
44241     { ac_try='cat conftest.c 1>&5'
44242   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44243   (eval $ac_try) 2>&5
44244   ac_status=$?
44245   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44246   (exit $ac_status); }; }
44247
44248     if  { ac_try='$CC  -dumpversion -c conftest.c 1>&5'
44249   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44250   (eval $ac_try) 2>&5
44251   ac_status=$?
44252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44253   (exit $ac_status); }; } ; then
44254
44255                 { echo "$as_me:$LINENO: result: yes" >&5
44256 echo "${ECHO_T}yes" >&6; }
44257
44258     ax_gcc_version_option=yes
44259
44260
44261 else
44262
44263                 { echo "$as_me:$LINENO: result: no" >&5
44264 echo "${ECHO_T}no" >&6; }
44265
44266     ax_gcc_version_option=no
44267
44268
44269 fi
44270
44271
44272 else
44273
44274     { echo "$as_me:$LINENO: result: no gcc available" >&5
44275 echo "${ECHO_T}no gcc available" >&6; }
44276
44277 fi
44278
44279
44280   if test "x$GXX" = "xyes"; then
44281
44282     if test "x$ax_gxx_version_option" != "no"; then
44283
44284       { echo "$as_me:$LINENO: checking gxx version" >&5
44285 echo $ECHO_N "checking gxx version... $ECHO_C" >&6; }
44286 if test "${ax_cv_gxx_version+set}" = set; then
44287   echo $ECHO_N "(cached) $ECHO_C" >&6
44288 else
44289
44290         ax_cv_gxx_version="`$CXX -dumpversion`"
44291         if test "x$ax_cv_gxx_version" = "x"; then
44292
44293           ax_cv_gxx_version=""
44294
44295 fi
44296
44297
44298 fi
44299 { echo "$as_me:$LINENO: result: $ax_cv_gxx_version" >&5
44300 echo "${ECHO_T}$ax_cv_gxx_version" >&6; }
44301       GXX_VERSION=$ax_cv_gxx_version
44302
44303 fi
44304
44305
44306 fi
44307
44308
44309
44310               if test -n "$ax_cv_gxx_version"; then
44311                                                                                                                                                                   { echo "$as_me:$LINENO: checking whether __thread support in g++ is usable" >&5
44312 echo $ECHO_N "checking whether __thread support in g++ is usable... $ECHO_C" >&6; }
44313                   case "$ax_cv_gxx_version" in
44314                     1.* | 2.* | 3.* )
44315                         { echo "$as_me:$LINENO: result: no, it's broken" >&5
44316 echo "${ECHO_T}no, it's broken" >&6; }
44317                         wx_cv_cc___thread=no
44318                         ;;
44319                     *)
44320                         { echo "$as_me:$LINENO: result: yes, it works" >&5
44321 echo "${ECHO_T}yes, it works" >&6; }
44322                         ;;
44323                   esac
44324               fi
44325           fi
44326
44327           if test "$wx_cv_cc___thread" = "yes"; then
44328             cat >>confdefs.h <<\_ACEOF
44329 #define HAVE___THREAD_KEYWORD 1
44330 _ACEOF
44331
44332           fi
44333         fi
44334     fi
44335
44336 else
44337     if test "$wxUSE_THREADS" = "yes" ; then
44338       case "${host}" in
44339         x86_64-*-mingw32* )
44340         ;;
44341         *-*-mingw32* )
44342                         { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
44343 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
44344 if test "${wx_cv_cflags_mthread+set}" = set; then
44345   echo $ECHO_N "(cached) $ECHO_C" >&6
44346 else
44347
44348                     CFLAGS_OLD="$CFLAGS"
44349                     CFLAGS="-mthreads $CFLAGS"
44350                     cat >conftest.$ac_ext <<_ACEOF
44351 /* confdefs.h.  */
44352 _ACEOF
44353 cat confdefs.h >>conftest.$ac_ext
44354 cat >>conftest.$ac_ext <<_ACEOF
44355 /* end confdefs.h.  */
44356
44357 int
44358 main ()
44359 {
44360
44361   ;
44362   return 0;
44363 }
44364 _ACEOF
44365 rm -f conftest.$ac_objext
44366 if { (ac_try="$ac_compile"
44367 case "(($ac_try" in
44368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44369   *) ac_try_echo=$ac_try;;
44370 esac
44371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44372   (eval "$ac_compile") 2>conftest.er1
44373   ac_status=$?
44374   grep -v '^ *+' conftest.er1 >conftest.err
44375   rm -f conftest.er1
44376   cat conftest.err >&5
44377   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44378   (exit $ac_status); } && {
44379          test -z "$ac_c_werror_flag" ||
44380          test ! -s conftest.err
44381        } && test -s conftest.$ac_objext; then
44382   wx_cv_cflags_mthread=yes
44383 else
44384   echo "$as_me: failed program was:" >&5
44385 sed 's/^/| /' conftest.$ac_ext >&5
44386
44387         wx_cv_cflags_mthread=no
44388
44389 fi
44390
44391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44392
44393
44394 fi
44395 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
44396 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
44397
44398             if test "$wx_cv_cflags_mthread" = "yes"; then
44399                                 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
44400                 LDFLAGS="$LDFLAGS -mthreads"
44401             else
44402                                 CFLAGS="$CFLAGS_OLD"
44403             fi
44404         ;;
44405         *-pc-os2*emx )
44406             WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
44407             LDFLAGS="$LDFLAGS -Zmt"
44408         ;;
44409       esac
44410     fi
44411 fi
44412
44413 { echo "$as_me:$LINENO: checking for localtime_r" >&5
44414 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
44415 if test "${ac_cv_func_localtime_r+set}" = set; then
44416   echo $ECHO_N "(cached) $ECHO_C" >&6
44417 else
44418   cat >conftest.$ac_ext <<_ACEOF
44419 /* confdefs.h.  */
44420 _ACEOF
44421 cat confdefs.h >>conftest.$ac_ext
44422 cat >>conftest.$ac_ext <<_ACEOF
44423 /* end confdefs.h.  */
44424 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
44425    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
44426 #define localtime_r innocuous_localtime_r
44427
44428 /* System header to define __stub macros and hopefully few prototypes,
44429     which can conflict with char localtime_r (); below.
44430     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44431     <limits.h> exists even on freestanding compilers.  */
44432
44433 #ifdef __STDC__
44434 # include <limits.h>
44435 #else
44436 # include <assert.h>
44437 #endif
44438
44439 #undef localtime_r
44440
44441 /* Override any GCC internal prototype to avoid an error.
44442    Use char because int might match the return type of a GCC
44443    builtin and then its argument prototype would still apply.  */
44444 #ifdef __cplusplus
44445 extern "C"
44446 #endif
44447 char localtime_r ();
44448 /* The GNU C library defines this for functions which it implements
44449     to always fail with ENOSYS.  Some functions are actually named
44450     something starting with __ and the normal name is an alias.  */
44451 #if defined __stub_localtime_r || defined __stub___localtime_r
44452 choke me
44453 #endif
44454
44455 int
44456 main ()
44457 {
44458 return localtime_r ();
44459   ;
44460   return 0;
44461 }
44462 _ACEOF
44463 rm -f conftest.$ac_objext conftest$ac_exeext
44464 if { (ac_try="$ac_link"
44465 case "(($ac_try" in
44466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44467   *) ac_try_echo=$ac_try;;
44468 esac
44469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44470   (eval "$ac_link") 2>conftest.er1
44471   ac_status=$?
44472   grep -v '^ *+' conftest.er1 >conftest.err
44473   rm -f conftest.er1
44474   cat conftest.err >&5
44475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44476   (exit $ac_status); } && {
44477          test -z "$ac_c_werror_flag" ||
44478          test ! -s conftest.err
44479        } && test -s conftest$ac_exeext &&
44480        $as_test_x conftest$ac_exeext; then
44481   ac_cv_func_localtime_r=yes
44482 else
44483   echo "$as_me: failed program was:" >&5
44484 sed 's/^/| /' conftest.$ac_ext >&5
44485
44486         ac_cv_func_localtime_r=no
44487 fi
44488
44489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44490       conftest$ac_exeext conftest.$ac_ext
44491 fi
44492 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
44493 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
44494 if test $ac_cv_func_localtime_r = yes; then
44495    cat >>confdefs.h <<\_ACEOF
44496 #define HAVE_LOCALTIME_R 1
44497 _ACEOF
44498
44499 fi
44500
44501 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
44502 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
44503 if test "${ac_cv_func_gmtime_r+set}" = set; then
44504   echo $ECHO_N "(cached) $ECHO_C" >&6
44505 else
44506   cat >conftest.$ac_ext <<_ACEOF
44507 /* confdefs.h.  */
44508 _ACEOF
44509 cat confdefs.h >>conftest.$ac_ext
44510 cat >>conftest.$ac_ext <<_ACEOF
44511 /* end confdefs.h.  */
44512 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
44513    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
44514 #define gmtime_r innocuous_gmtime_r
44515
44516 /* System header to define __stub macros and hopefully few prototypes,
44517     which can conflict with char gmtime_r (); below.
44518     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44519     <limits.h> exists even on freestanding compilers.  */
44520
44521 #ifdef __STDC__
44522 # include <limits.h>
44523 #else
44524 # include <assert.h>
44525 #endif
44526
44527 #undef gmtime_r
44528
44529 /* Override any GCC internal prototype to avoid an error.
44530    Use char because int might match the return type of a GCC
44531    builtin and then its argument prototype would still apply.  */
44532 #ifdef __cplusplus
44533 extern "C"
44534 #endif
44535 char gmtime_r ();
44536 /* The GNU C library defines this for functions which it implements
44537     to always fail with ENOSYS.  Some functions are actually named
44538     something starting with __ and the normal name is an alias.  */
44539 #if defined __stub_gmtime_r || defined __stub___gmtime_r
44540 choke me
44541 #endif
44542
44543 int
44544 main ()
44545 {
44546 return gmtime_r ();
44547   ;
44548   return 0;
44549 }
44550 _ACEOF
44551 rm -f conftest.$ac_objext conftest$ac_exeext
44552 if { (ac_try="$ac_link"
44553 case "(($ac_try" in
44554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44555   *) ac_try_echo=$ac_try;;
44556 esac
44557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44558   (eval "$ac_link") 2>conftest.er1
44559   ac_status=$?
44560   grep -v '^ *+' conftest.er1 >conftest.err
44561   rm -f conftest.er1
44562   cat conftest.err >&5
44563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44564   (exit $ac_status); } && {
44565          test -z "$ac_c_werror_flag" ||
44566          test ! -s conftest.err
44567        } && test -s conftest$ac_exeext &&
44568        $as_test_x conftest$ac_exeext; then
44569   ac_cv_func_gmtime_r=yes
44570 else
44571   echo "$as_me: failed program was:" >&5
44572 sed 's/^/| /' conftest.$ac_ext >&5
44573
44574         ac_cv_func_gmtime_r=no
44575 fi
44576
44577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44578       conftest$ac_exeext conftest.$ac_ext
44579 fi
44580 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
44581 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
44582 if test $ac_cv_func_gmtime_r = yes; then
44583    cat >>confdefs.h <<\_ACEOF
44584 #define HAVE_GMTIME_R 1
44585 _ACEOF
44586
44587 fi
44588
44589
44590
44591
44592     ac_ext=c
44593 ac_cpp='$CPP $CPPFLAGS'
44594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44596 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44597
44598     { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
44599 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
44600
44601     if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
44602   echo $ECHO_N "(cached) $ECHO_C" >&6
44603 else
44604
44605
44606 ################################################################
44607
44608 ac_cv_func_which_gethostbyname_r=unknown
44609
44610 #
44611 # ONE ARGUMENT (sanity check)
44612 #
44613
44614 # This should fail, as there is no variant of gethostbyname_r() that takes
44615 # a single argument. If it actually compiles, then we can assume that
44616 # netdb.h is not declaring the function, and the compiler is thereby
44617 # assuming an implicit prototype. In which case, we're out of luck.
44618 #
44619 cat >conftest.$ac_ext <<_ACEOF
44620 /* confdefs.h.  */
44621 _ACEOF
44622 cat confdefs.h >>conftest.$ac_ext
44623 cat >>conftest.$ac_ext <<_ACEOF
44624 /* end confdefs.h.  */
44625 #include <netdb.h>
44626 int
44627 main ()
44628 {
44629
44630             char *name = "www.gnu.org";
44631             (void)gethostbyname_r(name) /* ; */
44632
44633
44634   ;
44635   return 0;
44636 }
44637 _ACEOF
44638 rm -f conftest.$ac_objext
44639 if { (ac_try="$ac_compile"
44640 case "(($ac_try" in
44641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44642   *) ac_try_echo=$ac_try;;
44643 esac
44644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44645   (eval "$ac_compile") 2>conftest.er1
44646   ac_status=$?
44647   grep -v '^ *+' conftest.er1 >conftest.err
44648   rm -f conftest.er1
44649   cat conftest.err >&5
44650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44651   (exit $ac_status); } && {
44652          test -z "$ac_c_werror_flag" ||
44653          test ! -s conftest.err
44654        } && test -s conftest.$ac_objext; then
44655   ac_cv_func_which_gethostbyname_r=no
44656
44657 else
44658   echo "$as_me: failed program was:" >&5
44659 sed 's/^/| /' conftest.$ac_ext >&5
44660
44661
44662 fi
44663
44664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44665
44666 #
44667 # SIX ARGUMENTS
44668 # (e.g. Linux)
44669 #
44670
44671 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
44672
44673 cat >conftest.$ac_ext <<_ACEOF
44674 /* confdefs.h.  */
44675 _ACEOF
44676 cat confdefs.h >>conftest.$ac_ext
44677 cat >>conftest.$ac_ext <<_ACEOF
44678 /* end confdefs.h.  */
44679 #include <netdb.h>
44680 int
44681 main ()
44682 {
44683
44684             char *name = "www.gnu.org";
44685             struct hostent ret, *retp;
44686             char buf[1024];
44687             int buflen = 1024;
44688             int my_h_errno;
44689             (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
44690
44691
44692   ;
44693   return 0;
44694 }
44695 _ACEOF
44696 rm -f conftest.$ac_objext
44697 if { (ac_try="$ac_compile"
44698 case "(($ac_try" in
44699   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44700   *) ac_try_echo=$ac_try;;
44701 esac
44702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44703   (eval "$ac_compile") 2>conftest.er1
44704   ac_status=$?
44705   grep -v '^ *+' conftest.er1 >conftest.err
44706   rm -f conftest.er1
44707   cat conftest.err >&5
44708   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44709   (exit $ac_status); } && {
44710          test -z "$ac_c_werror_flag" ||
44711          test ! -s conftest.err
44712        } && test -s conftest.$ac_objext; then
44713   ac_cv_func_which_gethostbyname_r=six
44714
44715 else
44716   echo "$as_me: failed program was:" >&5
44717 sed 's/^/| /' conftest.$ac_ext >&5
44718
44719
44720 fi
44721
44722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44723
44724 fi
44725
44726 #
44727 # FIVE ARGUMENTS
44728 # (e.g. Solaris)
44729 #
44730
44731 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
44732
44733 cat >conftest.$ac_ext <<_ACEOF
44734 /* confdefs.h.  */
44735 _ACEOF
44736 cat confdefs.h >>conftest.$ac_ext
44737 cat >>conftest.$ac_ext <<_ACEOF
44738 /* end confdefs.h.  */
44739 #include <netdb.h>
44740 int
44741 main ()
44742 {
44743
44744             char *name = "www.gnu.org";
44745             struct hostent ret;
44746             char buf[1024];
44747             int buflen = 1024;
44748             int my_h_errno;
44749             (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
44750
44751
44752   ;
44753   return 0;
44754 }
44755 _ACEOF
44756 rm -f conftest.$ac_objext
44757 if { (ac_try="$ac_compile"
44758 case "(($ac_try" in
44759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44760   *) ac_try_echo=$ac_try;;
44761 esac
44762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44763   (eval "$ac_compile") 2>conftest.er1
44764   ac_status=$?
44765   grep -v '^ *+' conftest.er1 >conftest.err
44766   rm -f conftest.er1
44767   cat conftest.err >&5
44768   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44769   (exit $ac_status); } && {
44770          test -z "$ac_c_werror_flag" ||
44771          test ! -s conftest.err
44772        } && test -s conftest.$ac_objext; then
44773   ac_cv_func_which_gethostbyname_r=five
44774
44775 else
44776   echo "$as_me: failed program was:" >&5
44777 sed 's/^/| /' conftest.$ac_ext >&5
44778
44779
44780 fi
44781
44782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44783
44784 fi
44785
44786 #
44787 # THREE ARGUMENTS
44788 # (e.g. AIX, HP-UX, Tru64)
44789 #
44790
44791 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
44792
44793 cat >conftest.$ac_ext <<_ACEOF
44794 /* confdefs.h.  */
44795 _ACEOF
44796 cat confdefs.h >>conftest.$ac_ext
44797 cat >>conftest.$ac_ext <<_ACEOF
44798 /* end confdefs.h.  */
44799 #include <netdb.h>
44800 int
44801 main ()
44802 {
44803
44804             char *name = "www.gnu.org";
44805             struct hostent ret;
44806             struct hostent_data data;
44807             (void)gethostbyname_r(name, &ret, &data) /* ; */
44808
44809
44810   ;
44811   return 0;
44812 }
44813 _ACEOF
44814 rm -f conftest.$ac_objext
44815 if { (ac_try="$ac_compile"
44816 case "(($ac_try" in
44817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44818   *) ac_try_echo=$ac_try;;
44819 esac
44820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44821   (eval "$ac_compile") 2>conftest.er1
44822   ac_status=$?
44823   grep -v '^ *+' conftest.er1 >conftest.err
44824   rm -f conftest.er1
44825   cat conftest.err >&5
44826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44827   (exit $ac_status); } && {
44828          test -z "$ac_c_werror_flag" ||
44829          test ! -s conftest.err
44830        } && test -s conftest.$ac_objext; then
44831   ac_cv_func_which_gethostbyname_r=three
44832
44833 else
44834   echo "$as_me: failed program was:" >&5
44835 sed 's/^/| /' conftest.$ac_ext >&5
44836
44837
44838 fi
44839
44840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44841
44842 fi
44843
44844 ################################################################
44845
44846
44847 fi
44848
44849 case "$ac_cv_func_which_gethostbyname_r" in
44850     three)
44851     { echo "$as_me:$LINENO: result: three" >&5
44852 echo "${ECHO_T}three" >&6; }
44853     cat >>confdefs.h <<\_ACEOF
44854 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
44855 _ACEOF
44856
44857     ;;
44858
44859     five)
44860     { echo "$as_me:$LINENO: result: five" >&5
44861 echo "${ECHO_T}five" >&6; }
44862     cat >>confdefs.h <<\_ACEOF
44863 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
44864 _ACEOF
44865
44866     ;;
44867
44868     six)
44869     { echo "$as_me:$LINENO: result: six" >&5
44870 echo "${ECHO_T}six" >&6; }
44871     cat >>confdefs.h <<\_ACEOF
44872 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
44873 _ACEOF
44874
44875     ;;
44876
44877     no)
44878     { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
44879 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
44880     ;;
44881
44882     unknown)
44883     { echo "$as_me:$LINENO: result: can't tell" >&5
44884 echo "${ECHO_T}can't tell" >&6; }
44885     ;;
44886
44887     *)
44888     { { echo "$as_me:$LINENO: error: internal error" >&5
44889 echo "$as_me: error: internal error" >&2;}
44890    { (exit 1); exit 1; }; }
44891     ;;
44892 esac
44893
44894 ac_ext=c
44895 ac_cpp='$CPP $CPPFLAGS'
44896 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44897 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44898 ac_compiler_gnu=$ac_cv_c_compiler_gnu
44899
44900
44901
44902       if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
44903               "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
44904           { echo "$as_me:$LINENO: checking for gethostbyname" >&5
44905 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
44906 if test "${ac_cv_func_gethostbyname+set}" = set; then
44907   echo $ECHO_N "(cached) $ECHO_C" >&6
44908 else
44909   cat >conftest.$ac_ext <<_ACEOF
44910 /* confdefs.h.  */
44911 _ACEOF
44912 cat confdefs.h >>conftest.$ac_ext
44913 cat >>conftest.$ac_ext <<_ACEOF
44914 /* end confdefs.h.  */
44915 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
44916    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
44917 #define gethostbyname innocuous_gethostbyname
44918
44919 /* System header to define __stub macros and hopefully few prototypes,
44920     which can conflict with char gethostbyname (); below.
44921     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44922     <limits.h> exists even on freestanding compilers.  */
44923
44924 #ifdef __STDC__
44925 # include <limits.h>
44926 #else
44927 # include <assert.h>
44928 #endif
44929
44930 #undef gethostbyname
44931
44932 /* Override any GCC internal prototype to avoid an error.
44933    Use char because int might match the return type of a GCC
44934    builtin and then its argument prototype would still apply.  */
44935 #ifdef __cplusplus
44936 extern "C"
44937 #endif
44938 char gethostbyname ();
44939 /* The GNU C library defines this for functions which it implements
44940     to always fail with ENOSYS.  Some functions are actually named
44941     something starting with __ and the normal name is an alias.  */
44942 #if defined __stub_gethostbyname || defined __stub___gethostbyname
44943 choke me
44944 #endif
44945
44946 int
44947 main ()
44948 {
44949 return gethostbyname ();
44950   ;
44951   return 0;
44952 }
44953 _ACEOF
44954 rm -f conftest.$ac_objext conftest$ac_exeext
44955 if { (ac_try="$ac_link"
44956 case "(($ac_try" in
44957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44958   *) ac_try_echo=$ac_try;;
44959 esac
44960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44961   (eval "$ac_link") 2>conftest.er1
44962   ac_status=$?
44963   grep -v '^ *+' conftest.er1 >conftest.err
44964   rm -f conftest.er1
44965   cat conftest.err >&5
44966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44967   (exit $ac_status); } && {
44968          test -z "$ac_c_werror_flag" ||
44969          test ! -s conftest.err
44970        } && test -s conftest$ac_exeext &&
44971        $as_test_x conftest$ac_exeext; then
44972   ac_cv_func_gethostbyname=yes
44973 else
44974   echo "$as_me: failed program was:" >&5
44975 sed 's/^/| /' conftest.$ac_ext >&5
44976
44977         ac_cv_func_gethostbyname=no
44978 fi
44979
44980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44981       conftest$ac_exeext conftest.$ac_ext
44982 fi
44983 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
44984 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
44985 if test $ac_cv_func_gethostbyname = yes; then
44986    cat >>confdefs.h <<\_ACEOF
44987 #define HAVE_GETHOSTBYNAME 1
44988 _ACEOF
44989
44990 fi
44991
44992       fi
44993
44994 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
44995 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
44996 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
44997   echo $ECHO_N "(cached) $ECHO_C" >&6
44998 else
44999
45000                 ac_ext=cpp
45001 ac_cpp='$CXXCPP $CPPFLAGS'
45002 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45003 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45004 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45005
45006
45007         cat >conftest.$ac_ext <<_ACEOF
45008 /* confdefs.h.  */
45009 _ACEOF
45010 cat confdefs.h >>conftest.$ac_ext
45011 cat >>conftest.$ac_ext <<_ACEOF
45012 /* end confdefs.h.  */
45013 #include <netdb.h>
45014 int
45015 main ()
45016 {
45017
45018                 char *name;
45019                 char *proto;
45020                 struct servent *se, *res;
45021                 char buffer[2048];
45022                 int buflen = 2048;
45023                 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
45024
45025   ;
45026   return 0;
45027 }
45028 _ACEOF
45029 rm -f conftest.$ac_objext
45030 if { (ac_try="$ac_compile"
45031 case "(($ac_try" in
45032   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45033   *) ac_try_echo=$ac_try;;
45034 esac
45035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45036   (eval "$ac_compile") 2>conftest.er1
45037   ac_status=$?
45038   grep -v '^ *+' conftest.er1 >conftest.err
45039   rm -f conftest.er1
45040   cat conftest.err >&5
45041   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45042   (exit $ac_status); } && {
45043          test -z "$ac_cxx_werror_flag" ||
45044          test ! -s conftest.err
45045        } && test -s conftest.$ac_objext; then
45046   ac_cv_func_which_getservbyname_r=six
45047 else
45048   echo "$as_me: failed program was:" >&5
45049 sed 's/^/| /' conftest.$ac_ext >&5
45050
45051
45052                 cat >conftest.$ac_ext <<_ACEOF
45053 /* confdefs.h.  */
45054 _ACEOF
45055 cat confdefs.h >>conftest.$ac_ext
45056 cat >>conftest.$ac_ext <<_ACEOF
45057 /* end confdefs.h.  */
45058 #include <netdb.h>
45059 int
45060 main ()
45061 {
45062
45063                         char *name;
45064                         char *proto;
45065                         struct servent *se;
45066                         char buffer[2048];
45067                         int buflen = 2048;
45068                         (void) getservbyname_r(name, proto, se, buffer, buflen)
45069
45070   ;
45071   return 0;
45072 }
45073 _ACEOF
45074 rm -f conftest.$ac_objext
45075 if { (ac_try="$ac_compile"
45076 case "(($ac_try" in
45077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45078   *) ac_try_echo=$ac_try;;
45079 esac
45080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45081   (eval "$ac_compile") 2>conftest.er1
45082   ac_status=$?
45083   grep -v '^ *+' conftest.er1 >conftest.err
45084   rm -f conftest.er1
45085   cat conftest.err >&5
45086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45087   (exit $ac_status); } && {
45088          test -z "$ac_cxx_werror_flag" ||
45089          test ! -s conftest.err
45090        } && test -s conftest.$ac_objext; then
45091   ac_cv_func_which_getservbyname_r=five
45092 else
45093   echo "$as_me: failed program was:" >&5
45094 sed 's/^/| /' conftest.$ac_ext >&5
45095
45096
45097                         cat >conftest.$ac_ext <<_ACEOF
45098 /* confdefs.h.  */
45099 _ACEOF
45100 cat confdefs.h >>conftest.$ac_ext
45101 cat >>conftest.$ac_ext <<_ACEOF
45102 /* end confdefs.h.  */
45103 #include <netdb.h>
45104 int
45105 main ()
45106 {
45107
45108                                 char *name;
45109                                 char *proto;
45110                                 struct servent *se;
45111                                 struct servent_data data;
45112                                 (void) getservbyname_r(name, proto, se, &data);
45113
45114   ;
45115   return 0;
45116 }
45117 _ACEOF
45118 rm -f conftest.$ac_objext
45119 if { (ac_try="$ac_compile"
45120 case "(($ac_try" in
45121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45122   *) ac_try_echo=$ac_try;;
45123 esac
45124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45125   (eval "$ac_compile") 2>conftest.er1
45126   ac_status=$?
45127   grep -v '^ *+' conftest.er1 >conftest.err
45128   rm -f conftest.er1
45129   cat conftest.err >&5
45130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45131   (exit $ac_status); } && {
45132          test -z "$ac_cxx_werror_flag" ||
45133          test ! -s conftest.err
45134        } && test -s conftest.$ac_objext; then
45135   ac_cv_func_which_getservbyname_r=four
45136 else
45137   echo "$as_me: failed program was:" >&5
45138 sed 's/^/| /' conftest.$ac_ext >&5
45139
45140         ac_cv_func_which_getservbyname_r=no
45141
45142 fi
45143
45144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45145
45146
45147 fi
45148
45149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45150
45151
45152 fi
45153
45154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45155         ac_ext=c
45156 ac_cpp='$CPP $CPPFLAGS'
45157 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45158 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45159 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45160
45161
45162
45163 fi
45164 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
45165 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
45166
45167 if test $ac_cv_func_which_getservbyname_r = six; then
45168   cat >>confdefs.h <<\_ACEOF
45169 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
45170 _ACEOF
45171
45172 elif test $ac_cv_func_which_getservbyname_r = five; then
45173   cat >>confdefs.h <<\_ACEOF
45174 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
45175 _ACEOF
45176
45177 elif test $ac_cv_func_which_getservbyname_r = four; then
45178   cat >>confdefs.h <<\_ACEOF
45179 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
45180 _ACEOF
45181
45182 fi
45183
45184
45185       if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
45186               "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
45187
45188 for ac_func in getservbyname
45189 do
45190 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45191 { echo "$as_me:$LINENO: checking for $ac_func" >&5
45192 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
45193 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
45194   echo $ECHO_N "(cached) $ECHO_C" >&6
45195 else
45196   cat >conftest.$ac_ext <<_ACEOF
45197 /* confdefs.h.  */
45198 _ACEOF
45199 cat confdefs.h >>conftest.$ac_ext
45200 cat >>conftest.$ac_ext <<_ACEOF
45201 /* end confdefs.h.  */
45202 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45203    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
45204 #define $ac_func innocuous_$ac_func
45205
45206 /* System header to define __stub macros and hopefully few prototypes,
45207     which can conflict with char $ac_func (); below.
45208     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45209     <limits.h> exists even on freestanding compilers.  */
45210
45211 #ifdef __STDC__
45212 # include <limits.h>
45213 #else
45214 # include <assert.h>
45215 #endif
45216
45217 #undef $ac_func
45218
45219 /* Override any GCC internal prototype to avoid an error.
45220    Use char because int might match the return type of a GCC
45221    builtin and then its argument prototype would still apply.  */
45222 #ifdef __cplusplus
45223 extern "C"
45224 #endif
45225 char $ac_func ();
45226 /* The GNU C library defines this for functions which it implements
45227     to always fail with ENOSYS.  Some functions are actually named
45228     something starting with __ and the normal name is an alias.  */
45229 #if defined __stub_$ac_func || defined __stub___$ac_func
45230 choke me
45231 #endif
45232
45233 int
45234 main ()
45235 {
45236 return $ac_func ();
45237   ;
45238   return 0;
45239 }
45240 _ACEOF
45241 rm -f conftest.$ac_objext conftest$ac_exeext
45242 if { (ac_try="$ac_link"
45243 case "(($ac_try" in
45244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45245   *) ac_try_echo=$ac_try;;
45246 esac
45247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45248   (eval "$ac_link") 2>conftest.er1
45249   ac_status=$?
45250   grep -v '^ *+' conftest.er1 >conftest.err
45251   rm -f conftest.er1
45252   cat conftest.err >&5
45253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45254   (exit $ac_status); } && {
45255          test -z "$ac_c_werror_flag" ||
45256          test ! -s conftest.err
45257        } && test -s conftest$ac_exeext &&
45258        $as_test_x conftest$ac_exeext; then
45259   eval "$as_ac_var=yes"
45260 else
45261   echo "$as_me: failed program was:" >&5
45262 sed 's/^/| /' conftest.$ac_ext >&5
45263
45264         eval "$as_ac_var=no"
45265 fi
45266
45267 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45268       conftest$ac_exeext conftest.$ac_ext
45269 fi
45270 ac_res=`eval echo '${'$as_ac_var'}'`
45271                { echo "$as_me:$LINENO: result: $ac_res" >&5
45272 echo "${ECHO_T}$ac_res" >&6; }
45273 if test `eval echo '${'$as_ac_var'}'` = yes; then
45274   cat >>confdefs.h <<_ACEOF
45275 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45276 _ACEOF
45277   cat >>confdefs.h <<\_ACEOF
45278 #define HAVE_GETSERVBYNAME 1
45279 _ACEOF
45280
45281 fi
45282 done
45283
45284       fi
45285
45286 if test "$wxUSE_THREADS" = "yes"; then
45287   cat >>confdefs.h <<\_ACEOF
45288 #define wxUSE_THREADS 1
45289 _ACEOF
45290
45291
45292   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
45293 else
45294       if test "$wx_cv_func_strtok_r" = "yes"; then
45295     { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
45296 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
45297     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
45298         WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
45299         { echo "$as_me:$LINENO: result: yes" >&5
45300 echo "${ECHO_T}yes" >&6; }
45301     else
45302         { echo "$as_me:$LINENO: result: no" >&5
45303 echo "${ECHO_T}no" >&6; }
45304     fi
45305   fi
45306 fi
45307
45308 if test "$WXGTK2" = 1 ; then
45309   cat >>confdefs.h <<_ACEOF
45310 #define __WXGTK20__ $WXGTK2
45311 _ACEOF
45312
45313 fi
45314
45315 if test "$WXGTK127" = 1 ; then
45316   cat >>confdefs.h <<_ACEOF
45317 #define __WXGTK127__ $WXGTK127
45318 _ACEOF
45319
45320 fi
45321
45322 if test "$WXGPE" = 1 ; then
45323   cat >>confdefs.h <<_ACEOF
45324 #define __WXGPE__ $WXGPE
45325 _ACEOF
45326
45327 fi
45328
45329 DEBUG_CFLAGS=
45330 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
45331                     { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
45332 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
45333 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
45334     DEBUG_CFLAGS="-g"
45335 fi
45336
45337 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
45338     wxUSE_DEBUG_INFO=yes
45339     if test "$GCC" = yes; then
45340         DEBUG_CFLAGS="-ggdb"
45341     fi
45342 fi
45343
45344 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
45345     WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
45346
45347     if test "$wxUSE_GTK" = 1 ; then
45348         if test "x$wxGTK_VERSION" = "x1" ; then
45349             CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
45350         else
45351             CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
45352         fi
45353     fi
45354 fi
45355
45356 if test "$wxUSE_MEM_TRACING" = "yes" ; then
45357     cat >>confdefs.h <<\_ACEOF
45358 #define wxUSE_MEMORY_TRACING 1
45359 _ACEOF
45360
45361     cat >>confdefs.h <<\_ACEOF
45362 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
45363 _ACEOF
45364
45365     cat >>confdefs.h <<\_ACEOF
45366 #define wxUSE_DEBUG_NEW_ALWAYS 1
45367 _ACEOF
45368
45369     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
45370 fi
45371
45372 if test "$wxUSE_DMALLOC" = "yes" ; then
45373     DMALLOC_LIBS="-ldmallocthcxx"
45374 fi
45375
45376 PROFILE_FLAGS=
45377 if test "$wxUSE_PROFILE" = "yes" ; then
45378     PROFILE_FLAGS=" -pg"
45379 fi
45380
45381 if test "$GCC" = "yes" ; then
45382     if test "$wxUSE_NO_RTTI" = "yes" ; then
45383                                 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
45384     fi
45385     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
45386         WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
45387     fi
45388     if test "$wxUSE_PERMISSIVE" = "yes" ; then
45389         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
45390     fi
45391
45392                                                 case "${host}" in
45393       powerpc*-*-aix* )
45394         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
45395         ;;
45396       *-hppa* )
45397         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
45398         ;;
45399     esac
45400 fi
45401
45402 OPTIMISE_CFLAGS=
45403 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
45404                     { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
45405 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
45406 else
45407     if test "$wxUSE_OPTIMISE" = "no" ; then
45408         if test "$GCC" = yes ; then
45409                                     OPTIMISE_CFLAGS="-O0"
45410         fi
45411     else
45412         if test "$GCC" = yes ; then
45413             case "${host}" in
45414                 *-pc-os2_emx | *-pc-os2-emx )
45415                                                             OPTIMISE_CFLAGS="-O2"
45416                 ;;
45417                 *)
45418                                                                                 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
45419                 ;;
45420             esac
45421         else
45422             OPTIMISE_CFLAGS="-O"
45423         fi
45424     fi
45425 fi
45426
45427
45428 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
45429     cat >>confdefs.h <<\_ACEOF
45430 #define WXWIN_COMPATIBILITY_2_6 1
45431 _ACEOF
45432
45433
45434     WXWIN_COMPATIBILITY_2_8="yes"
45435 fi
45436
45437 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
45438     cat >>confdefs.h <<\_ACEOF
45439 #define WXWIN_COMPATIBILITY_2_8 1
45440 _ACEOF
45441
45442 fi
45443
45444
45445 if test "$wxUSE_GUI" = "yes"; then
45446     cat >>confdefs.h <<\_ACEOF
45447 #define wxUSE_GUI 1
45448 _ACEOF
45449
45450
45451                                             fi
45452
45453
45454 if test "$wxUSE_UNIX" = "yes"; then
45455   cat >>confdefs.h <<\_ACEOF
45456 #define wxUSE_UNIX 1
45457 _ACEOF
45458
45459 fi
45460
45461
45462 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
45463
45464     HAVE_DL_FUNCS=0
45465     HAVE_SHL_FUNCS=0
45466     if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
45467         if test "$USE_DOS" = 1; then
45468             HAVE_DL_FUNCS=0
45469         else
45470
45471 for ac_func in dlopen
45472 do
45473 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45474 { echo "$as_me:$LINENO: checking for $ac_func" >&5
45475 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
45476 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
45477   echo $ECHO_N "(cached) $ECHO_C" >&6
45478 else
45479   cat >conftest.$ac_ext <<_ACEOF
45480 /* confdefs.h.  */
45481 _ACEOF
45482 cat confdefs.h >>conftest.$ac_ext
45483 cat >>conftest.$ac_ext <<_ACEOF
45484 /* end confdefs.h.  */
45485 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45486    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
45487 #define $ac_func innocuous_$ac_func
45488
45489 /* System header to define __stub macros and hopefully few prototypes,
45490     which can conflict with char $ac_func (); below.
45491     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45492     <limits.h> exists even on freestanding compilers.  */
45493
45494 #ifdef __STDC__
45495 # include <limits.h>
45496 #else
45497 # include <assert.h>
45498 #endif
45499
45500 #undef $ac_func
45501
45502 /* Override any GCC internal prototype to avoid an error.
45503    Use char because int might match the return type of a GCC
45504    builtin and then its argument prototype would still apply.  */
45505 #ifdef __cplusplus
45506 extern "C"
45507 #endif
45508 char $ac_func ();
45509 /* The GNU C library defines this for functions which it implements
45510     to always fail with ENOSYS.  Some functions are actually named
45511     something starting with __ and the normal name is an alias.  */
45512 #if defined __stub_$ac_func || defined __stub___$ac_func
45513 choke me
45514 #endif
45515
45516 int
45517 main ()
45518 {
45519 return $ac_func ();
45520   ;
45521   return 0;
45522 }
45523 _ACEOF
45524 rm -f conftest.$ac_objext conftest$ac_exeext
45525 if { (ac_try="$ac_link"
45526 case "(($ac_try" in
45527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45528   *) ac_try_echo=$ac_try;;
45529 esac
45530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45531   (eval "$ac_link") 2>conftest.er1
45532   ac_status=$?
45533   grep -v '^ *+' conftest.er1 >conftest.err
45534   rm -f conftest.er1
45535   cat conftest.err >&5
45536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45537   (exit $ac_status); } && {
45538          test -z "$ac_c_werror_flag" ||
45539          test ! -s conftest.err
45540        } && test -s conftest$ac_exeext &&
45541        $as_test_x conftest$ac_exeext; then
45542   eval "$as_ac_var=yes"
45543 else
45544   echo "$as_me: failed program was:" >&5
45545 sed 's/^/| /' conftest.$ac_ext >&5
45546
45547         eval "$as_ac_var=no"
45548 fi
45549
45550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45551       conftest$ac_exeext conftest.$ac_ext
45552 fi
45553 ac_res=`eval echo '${'$as_ac_var'}'`
45554                { echo "$as_me:$LINENO: result: $ac_res" >&5
45555 echo "${ECHO_T}$ac_res" >&6; }
45556 if test `eval echo '${'$as_ac_var'}'` = yes; then
45557   cat >>confdefs.h <<_ACEOF
45558 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45559 _ACEOF
45560
45561                 cat >>confdefs.h <<\_ACEOF
45562 #define HAVE_DLOPEN 1
45563 _ACEOF
45564
45565                 HAVE_DL_FUNCS=1
45566
45567 else
45568
45569                 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
45570 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
45571 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
45572   echo $ECHO_N "(cached) $ECHO_C" >&6
45573 else
45574   ac_check_lib_save_LIBS=$LIBS
45575 LIBS="-ldl  $LIBS"
45576 cat >conftest.$ac_ext <<_ACEOF
45577 /* confdefs.h.  */
45578 _ACEOF
45579 cat confdefs.h >>conftest.$ac_ext
45580 cat >>conftest.$ac_ext <<_ACEOF
45581 /* end confdefs.h.  */
45582
45583 /* Override any GCC internal prototype to avoid an error.
45584    Use char because int might match the return type of a GCC
45585    builtin and then its argument prototype would still apply.  */
45586 #ifdef __cplusplus
45587 extern "C"
45588 #endif
45589 char dlopen ();
45590 int
45591 main ()
45592 {
45593 return dlopen ();
45594   ;
45595   return 0;
45596 }
45597 _ACEOF
45598 rm -f conftest.$ac_objext conftest$ac_exeext
45599 if { (ac_try="$ac_link"
45600 case "(($ac_try" in
45601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45602   *) ac_try_echo=$ac_try;;
45603 esac
45604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45605   (eval "$ac_link") 2>conftest.er1
45606   ac_status=$?
45607   grep -v '^ *+' conftest.er1 >conftest.err
45608   rm -f conftest.er1
45609   cat conftest.err >&5
45610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45611   (exit $ac_status); } && {
45612          test -z "$ac_c_werror_flag" ||
45613          test ! -s conftest.err
45614        } && test -s conftest$ac_exeext &&
45615        $as_test_x conftest$ac_exeext; then
45616   ac_cv_lib_dl_dlopen=yes
45617 else
45618   echo "$as_me: failed program was:" >&5
45619 sed 's/^/| /' conftest.$ac_ext >&5
45620
45621         ac_cv_lib_dl_dlopen=no
45622 fi
45623
45624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45625       conftest$ac_exeext conftest.$ac_ext
45626 LIBS=$ac_check_lib_save_LIBS
45627 fi
45628 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
45629 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
45630 if test $ac_cv_lib_dl_dlopen = yes; then
45631
45632                                 cat >>confdefs.h <<\_ACEOF
45633 #define HAVE_DLOPEN 1
45634 _ACEOF
45635
45636                                 HAVE_DL_FUNCS=1
45637                                 DL_LINK=" -ldl$DL_LINK"
45638
45639 else
45640
45641
45642 for ac_func in shl_load
45643 do
45644 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45645 { echo "$as_me:$LINENO: checking for $ac_func" >&5
45646 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
45647 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
45648   echo $ECHO_N "(cached) $ECHO_C" >&6
45649 else
45650   cat >conftest.$ac_ext <<_ACEOF
45651 /* confdefs.h.  */
45652 _ACEOF
45653 cat confdefs.h >>conftest.$ac_ext
45654 cat >>conftest.$ac_ext <<_ACEOF
45655 /* end confdefs.h.  */
45656 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45657    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
45658 #define $ac_func innocuous_$ac_func
45659
45660 /* System header to define __stub macros and hopefully few prototypes,
45661     which can conflict with char $ac_func (); below.
45662     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45663     <limits.h> exists even on freestanding compilers.  */
45664
45665 #ifdef __STDC__
45666 # include <limits.h>
45667 #else
45668 # include <assert.h>
45669 #endif
45670
45671 #undef $ac_func
45672
45673 /* Override any GCC internal prototype to avoid an error.
45674    Use char because int might match the return type of a GCC
45675    builtin and then its argument prototype would still apply.  */
45676 #ifdef __cplusplus
45677 extern "C"
45678 #endif
45679 char $ac_func ();
45680 /* The GNU C library defines this for functions which it implements
45681     to always fail with ENOSYS.  Some functions are actually named
45682     something starting with __ and the normal name is an alias.  */
45683 #if defined __stub_$ac_func || defined __stub___$ac_func
45684 choke me
45685 #endif
45686
45687 int
45688 main ()
45689 {
45690 return $ac_func ();
45691   ;
45692   return 0;
45693 }
45694 _ACEOF
45695 rm -f conftest.$ac_objext conftest$ac_exeext
45696 if { (ac_try="$ac_link"
45697 case "(($ac_try" in
45698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45699   *) ac_try_echo=$ac_try;;
45700 esac
45701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45702   (eval "$ac_link") 2>conftest.er1
45703   ac_status=$?
45704   grep -v '^ *+' conftest.er1 >conftest.err
45705   rm -f conftest.er1
45706   cat conftest.err >&5
45707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45708   (exit $ac_status); } && {
45709          test -z "$ac_c_werror_flag" ||
45710          test ! -s conftest.err
45711        } && test -s conftest$ac_exeext &&
45712        $as_test_x conftest$ac_exeext; then
45713   eval "$as_ac_var=yes"
45714 else
45715   echo "$as_me: failed program was:" >&5
45716 sed 's/^/| /' conftest.$ac_ext >&5
45717
45718         eval "$as_ac_var=no"
45719 fi
45720
45721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45722       conftest$ac_exeext conftest.$ac_ext
45723 fi
45724 ac_res=`eval echo '${'$as_ac_var'}'`
45725                { echo "$as_me:$LINENO: result: $ac_res" >&5
45726 echo "${ECHO_T}$ac_res" >&6; }
45727 if test `eval echo '${'$as_ac_var'}'` = yes; then
45728   cat >>confdefs.h <<_ACEOF
45729 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45730 _ACEOF
45731
45732                                                 cat >>confdefs.h <<\_ACEOF
45733 #define HAVE_SHL_LOAD 1
45734 _ACEOF
45735
45736                                                 HAVE_SHL_FUNCS=1
45737
45738 else
45739
45740                                                 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
45741 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
45742 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
45743   echo $ECHO_N "(cached) $ECHO_C" >&6
45744 else
45745   ac_check_lib_save_LIBS=$LIBS
45746 LIBS="-lshl_load  $LIBS"
45747 cat >conftest.$ac_ext <<_ACEOF
45748 /* confdefs.h.  */
45749 _ACEOF
45750 cat confdefs.h >>conftest.$ac_ext
45751 cat >>conftest.$ac_ext <<_ACEOF
45752 /* end confdefs.h.  */
45753
45754 /* Override any GCC internal prototype to avoid an error.
45755    Use char because int might match the return type of a GCC
45756    builtin and then its argument prototype would still apply.  */
45757 #ifdef __cplusplus
45758 extern "C"
45759 #endif
45760 char dld ();
45761 int
45762 main ()
45763 {
45764 return dld ();
45765   ;
45766   return 0;
45767 }
45768 _ACEOF
45769 rm -f conftest.$ac_objext conftest$ac_exeext
45770 if { (ac_try="$ac_link"
45771 case "(($ac_try" in
45772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45773   *) ac_try_echo=$ac_try;;
45774 esac
45775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45776   (eval "$ac_link") 2>conftest.er1
45777   ac_status=$?
45778   grep -v '^ *+' conftest.er1 >conftest.err
45779   rm -f conftest.er1
45780   cat conftest.err >&5
45781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45782   (exit $ac_status); } && {
45783          test -z "$ac_c_werror_flag" ||
45784          test ! -s conftest.err
45785        } && test -s conftest$ac_exeext &&
45786        $as_test_x conftest$ac_exeext; then
45787   ac_cv_lib_shl_load_dld=yes
45788 else
45789   echo "$as_me: failed program was:" >&5
45790 sed 's/^/| /' conftest.$ac_ext >&5
45791
45792         ac_cv_lib_shl_load_dld=no
45793 fi
45794
45795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45796       conftest$ac_exeext conftest.$ac_ext
45797 LIBS=$ac_check_lib_save_LIBS
45798 fi
45799 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
45800 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
45801 if test $ac_cv_lib_shl_load_dld = yes; then
45802
45803                                                                 HAVE_SHL_FUNCS=1
45804                                                                 DL_LINK=" -ldld$DL_LINK"
45805
45806 fi
45807
45808
45809 fi
45810 done
45811
45812
45813 fi
45814
45815
45816 fi
45817 done
45818
45819
45820                         if test "$HAVE_DL_FUNCS" = 1; then
45821
45822 for ac_func in dlerror
45823 do
45824 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45825 { echo "$as_me:$LINENO: checking for $ac_func" >&5
45826 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
45827 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
45828   echo $ECHO_N "(cached) $ECHO_C" >&6
45829 else
45830   cat >conftest.$ac_ext <<_ACEOF
45831 /* confdefs.h.  */
45832 _ACEOF
45833 cat confdefs.h >>conftest.$ac_ext
45834 cat >>conftest.$ac_ext <<_ACEOF
45835 /* end confdefs.h.  */
45836 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45837    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
45838 #define $ac_func innocuous_$ac_func
45839
45840 /* System header to define __stub macros and hopefully few prototypes,
45841     which can conflict with char $ac_func (); below.
45842     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45843     <limits.h> exists even on freestanding compilers.  */
45844
45845 #ifdef __STDC__
45846 # include <limits.h>
45847 #else
45848 # include <assert.h>
45849 #endif
45850
45851 #undef $ac_func
45852
45853 /* Override any GCC internal prototype to avoid an error.
45854    Use char because int might match the return type of a GCC
45855    builtin and then its argument prototype would still apply.  */
45856 #ifdef __cplusplus
45857 extern "C"
45858 #endif
45859 char $ac_func ();
45860 /* The GNU C library defines this for functions which it implements
45861     to always fail with ENOSYS.  Some functions are actually named
45862     something starting with __ and the normal name is an alias.  */
45863 #if defined __stub_$ac_func || defined __stub___$ac_func
45864 choke me
45865 #endif
45866
45867 int
45868 main ()
45869 {
45870 return $ac_func ();
45871   ;
45872   return 0;
45873 }
45874 _ACEOF
45875 rm -f conftest.$ac_objext conftest$ac_exeext
45876 if { (ac_try="$ac_link"
45877 case "(($ac_try" in
45878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45879   *) ac_try_echo=$ac_try;;
45880 esac
45881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45882   (eval "$ac_link") 2>conftest.er1
45883   ac_status=$?
45884   grep -v '^ *+' conftest.er1 >conftest.err
45885   rm -f conftest.er1
45886   cat conftest.err >&5
45887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45888   (exit $ac_status); } && {
45889          test -z "$ac_c_werror_flag" ||
45890          test ! -s conftest.err
45891        } && test -s conftest$ac_exeext &&
45892        $as_test_x conftest$ac_exeext; then
45893   eval "$as_ac_var=yes"
45894 else
45895   echo "$as_me: failed program was:" >&5
45896 sed 's/^/| /' conftest.$ac_ext >&5
45897
45898         eval "$as_ac_var=no"
45899 fi
45900
45901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45902       conftest$ac_exeext conftest.$ac_ext
45903 fi
45904 ac_res=`eval echo '${'$as_ac_var'}'`
45905                { echo "$as_me:$LINENO: result: $ac_res" >&5
45906 echo "${ECHO_T}$ac_res" >&6; }
45907 if test `eval echo '${'$as_ac_var'}'` = yes; then
45908   cat >>confdefs.h <<_ACEOF
45909 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45910 _ACEOF
45911  cat >>confdefs.h <<\_ACEOF
45912 #define HAVE_DLERROR 1
45913 _ACEOF
45914
45915 else
45916
45917                         { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
45918 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
45919 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
45920   echo $ECHO_N "(cached) $ECHO_C" >&6
45921 else
45922   ac_check_lib_save_LIBS=$LIBS
45923 LIBS="-ldl  $LIBS"
45924 cat >conftest.$ac_ext <<_ACEOF
45925 /* confdefs.h.  */
45926 _ACEOF
45927 cat confdefs.h >>conftest.$ac_ext
45928 cat >>conftest.$ac_ext <<_ACEOF
45929 /* end confdefs.h.  */
45930
45931 /* Override any GCC internal prototype to avoid an error.
45932    Use char because int might match the return type of a GCC
45933    builtin and then its argument prototype would still apply.  */
45934 #ifdef __cplusplus
45935 extern "C"
45936 #endif
45937 char dlerror ();
45938 int
45939 main ()
45940 {
45941 return dlerror ();
45942   ;
45943   return 0;
45944 }
45945 _ACEOF
45946 rm -f conftest.$ac_objext conftest$ac_exeext
45947 if { (ac_try="$ac_link"
45948 case "(($ac_try" in
45949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45950   *) ac_try_echo=$ac_try;;
45951 esac
45952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45953   (eval "$ac_link") 2>conftest.er1
45954   ac_status=$?
45955   grep -v '^ *+' conftest.er1 >conftest.err
45956   rm -f conftest.er1
45957   cat conftest.err >&5
45958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45959   (exit $ac_status); } && {
45960          test -z "$ac_c_werror_flag" ||
45961          test ! -s conftest.err
45962        } && test -s conftest$ac_exeext &&
45963        $as_test_x conftest$ac_exeext; then
45964   ac_cv_lib_dl_dlerror=yes
45965 else
45966   echo "$as_me: failed program was:" >&5
45967 sed 's/^/| /' conftest.$ac_ext >&5
45968
45969         ac_cv_lib_dl_dlerror=no
45970 fi
45971
45972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45973       conftest$ac_exeext conftest.$ac_ext
45974 LIBS=$ac_check_lib_save_LIBS
45975 fi
45976 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
45977 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
45978 if test $ac_cv_lib_dl_dlerror = yes; then
45979   cat >>confdefs.h <<\_ACEOF
45980 #define HAVE_DLERROR 1
45981 _ACEOF
45982
45983 fi
45984
45985
45986
45987 fi
45988 done
45989
45990             fi
45991         fi
45992
45993                 if test "$USE_DARWIN" = 1; then
45994                         HAVE_DL_FUNCS=1
45995         fi
45996
45997         if test "$HAVE_DL_FUNCS" = 0; then
45998             if test "$HAVE_SHL_FUNCS" = 0; then
45999               if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
46000                   { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
46001 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
46002                   wxUSE_DYNAMIC_LOADER=no
46003                   wxUSE_DYNLIB_CLASS=no
46004               else
46005                   { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
46006 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
46007               fi
46008             fi
46009         fi
46010     fi
46011 fi
46012
46013 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
46014     cat >>confdefs.h <<\_ACEOF
46015 #define wxUSE_DYNAMIC_LOADER 1
46016 _ACEOF
46017
46018 fi
46019 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
46020     cat >>confdefs.h <<\_ACEOF
46021 #define wxUSE_DYNLIB_CLASS 1
46022 _ACEOF
46023
46024 fi
46025
46026
46027
46028 if test "$wxUSE_PLUGINS" = "yes" ; then
46029     if test "$wxUSE_SHARED" = "no" ; then
46030         { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
46031 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
46032         wxUSE_PLUGINS=no
46033     fi
46034     if test "$wxUSE_MONOLITHIC" = "yes" ; then
46035         { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
46036 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
46037         wxUSE_PLUGINS=no
46038     fi
46039     if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
46040         { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
46041 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
46042         wxUSE_PLUGINS=no
46043     fi
46044     if test "$wxUSE_PLUGINS" = "yes" ; then
46045         cat >>confdefs.h <<\_ACEOF
46046 #define wxUSE_PLUGINS 1
46047 _ACEOF
46048
46049     fi
46050 fi
46051
46052
46053 if test "$wxUSE_FSWATCHER" = "yes"; then
46054                 if test "$wxUSE_MSW" != "1"; then
46055         if test "$wxUSE_UNIX" = "yes"; then
46056
46057 for ac_header in sys/inotify.h
46058 do
46059 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
46060 { echo "$as_me:$LINENO: checking for $ac_header" >&5
46061 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
46062 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
46063   echo $ECHO_N "(cached) $ECHO_C" >&6
46064 else
46065   cat >conftest.$ac_ext <<_ACEOF
46066 /* confdefs.h.  */
46067 _ACEOF
46068 cat confdefs.h >>conftest.$ac_ext
46069 cat >>conftest.$ac_ext <<_ACEOF
46070 /* end confdefs.h.  */
46071 $ac_includes_default
46072
46073 #include <$ac_header>
46074 _ACEOF
46075 rm -f conftest.$ac_objext
46076 if { (ac_try="$ac_compile"
46077 case "(($ac_try" in
46078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46079   *) ac_try_echo=$ac_try;;
46080 esac
46081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46082   (eval "$ac_compile") 2>conftest.er1
46083   ac_status=$?
46084   grep -v '^ *+' conftest.er1 >conftest.err
46085   rm -f conftest.er1
46086   cat conftest.err >&5
46087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46088   (exit $ac_status); } && {
46089          test -z "$ac_c_werror_flag" ||
46090          test ! -s conftest.err
46091        } && test -s conftest.$ac_objext; then
46092   eval "$as_ac_Header=yes"
46093 else
46094   echo "$as_me: failed program was:" >&5
46095 sed 's/^/| /' conftest.$ac_ext >&5
46096
46097         eval "$as_ac_Header=no"
46098 fi
46099
46100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46101 fi
46102 ac_res=`eval echo '${'$as_ac_Header'}'`
46103                { echo "$as_me:$LINENO: result: $ac_res" >&5
46104 echo "${ECHO_T}$ac_res" >&6; }
46105 if test `eval echo '${'$as_ac_Header'}'` = yes; then
46106   cat >>confdefs.h <<_ACEOF
46107 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
46108 _ACEOF
46109
46110 fi
46111
46112 done
46113
46114             if test "$ac_cv_header_sys_inotify_h" = "yes"; then
46115                 cat >>confdefs.h <<\_ACEOF
46116 #define wxHAS_INOTIFY 1
46117 _ACEOF
46118
46119             else
46120
46121 for ac_header in sys/event.h
46122 do
46123 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
46124 { echo "$as_me:$LINENO: checking for $ac_header" >&5
46125 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
46126 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
46127   echo $ECHO_N "(cached) $ECHO_C" >&6
46128 else
46129   cat >conftest.$ac_ext <<_ACEOF
46130 /* confdefs.h.  */
46131 _ACEOF
46132 cat confdefs.h >>conftest.$ac_ext
46133 cat >>conftest.$ac_ext <<_ACEOF
46134 /* end confdefs.h.  */
46135 $ac_includes_default
46136
46137 #include <$ac_header>
46138 _ACEOF
46139 rm -f conftest.$ac_objext
46140 if { (ac_try="$ac_compile"
46141 case "(($ac_try" in
46142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46143   *) ac_try_echo=$ac_try;;
46144 esac
46145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46146   (eval "$ac_compile") 2>conftest.er1
46147   ac_status=$?
46148   grep -v '^ *+' conftest.er1 >conftest.err
46149   rm -f conftest.er1
46150   cat conftest.err >&5
46151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46152   (exit $ac_status); } && {
46153          test -z "$ac_c_werror_flag" ||
46154          test ! -s conftest.err
46155        } && test -s conftest.$ac_objext; then
46156   eval "$as_ac_Header=yes"
46157 else
46158   echo "$as_me: failed program was:" >&5
46159 sed 's/^/| /' conftest.$ac_ext >&5
46160
46161         eval "$as_ac_Header=no"
46162 fi
46163
46164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46165 fi
46166 ac_res=`eval echo '${'$as_ac_Header'}'`
46167                { echo "$as_me:$LINENO: result: $ac_res" >&5
46168 echo "${ECHO_T}$ac_res" >&6; }
46169 if test `eval echo '${'$as_ac_Header'}'` = yes; then
46170   cat >>confdefs.h <<_ACEOF
46171 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
46172 _ACEOF
46173
46174 fi
46175
46176 done
46177
46178                 if test "$ac_cv_header_sys_event_h" = "yes"; then
46179                     cat >>confdefs.h <<\_ACEOF
46180 #define wxHAS_KQUEUE 1
46181 _ACEOF
46182
46183                 else
46184                     wxUSE_FSWATCHER=no
46185                 fi
46186             fi
46187         else
46188             wxUSE_FSWATCHER=no
46189         fi
46190     else
46191         if test "$wxUSE_THREADS" != "yes"; then
46192             { echo "$as_me:$LINENO: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&5
46193 echo "$as_me: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&2;}
46194             wxUSE_FSWATCHER=no
46195         fi
46196     fi
46197
46198     if test "$wxUSE_FSWATCHER" = "yes"; then
46199         cat >>confdefs.h <<\_ACEOF
46200 #define wxUSE_FSWATCHER 1
46201 _ACEOF
46202
46203         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS fswatcher"
46204     else
46205         { echo "$as_me:$LINENO: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
46206 echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
46207     fi
46208 fi
46209
46210
46211 if test "$wxUSE_STL" = "yes"; then
46212   cat >>confdefs.h <<\_ACEOF
46213 #define wxUSE_STL 1
46214 _ACEOF
46215
46216 fi
46217
46218 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
46219   cat >>confdefs.h <<\_ACEOF
46220 #define wxUSE_EXTENDED_RTTI 1
46221 _ACEOF
46222
46223 fi
46224
46225 if test "$wxUSE_ANY" = "yes"; then
46226     cat >>confdefs.h <<\_ACEOF
46227 #define wxUSE_ANY 1
46228 _ACEOF
46229
46230 fi
46231
46232 if test "$wxUSE_APPLE_IEEE" = "yes"; then
46233   cat >>confdefs.h <<\_ACEOF
46234 #define wxUSE_APPLE_IEEE 1
46235 _ACEOF
46236
46237 fi
46238
46239 if test "$wxUSE_TIMER" = "yes"; then
46240   cat >>confdefs.h <<\_ACEOF
46241 #define wxUSE_TIMER 1
46242 _ACEOF
46243
46244 fi
46245
46246 if test "$USE_UNIX" = 1 ; then
46247                 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
46248 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
46249 if test "${ac_cv_header_sys_soundcard+set}" = set; then
46250   echo $ECHO_N "(cached) $ECHO_C" >&6
46251 else
46252
46253         cat >conftest.$ac_ext <<_ACEOF
46254 /* confdefs.h.  */
46255 _ACEOF
46256 cat confdefs.h >>conftest.$ac_ext
46257 cat >>conftest.$ac_ext <<_ACEOF
46258 /* end confdefs.h.  */
46259
46260                 #include <sys/ioctl.h>
46261                 #include <sys/soundcard.h>
46262
46263 int
46264 main ()
46265 {
46266
46267                 ioctl(0, SNDCTL_DSP_SPEED, 0);
46268
46269   ;
46270   return 0;
46271 }
46272 _ACEOF
46273 rm -f conftest.$ac_objext conftest$ac_exeext
46274 if { (ac_try="$ac_link"
46275 case "(($ac_try" in
46276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46277   *) ac_try_echo=$ac_try;;
46278 esac
46279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46280   (eval "$ac_link") 2>conftest.er1
46281   ac_status=$?
46282   grep -v '^ *+' conftest.er1 >conftest.err
46283   rm -f conftest.er1
46284   cat conftest.err >&5
46285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46286   (exit $ac_status); } && {
46287          test -z "$ac_c_werror_flag" ||
46288          test ! -s conftest.err
46289        } && test -s conftest$ac_exeext &&
46290        $as_test_x conftest$ac_exeext; then
46291   ac_cv_header_sys_soundcard=yes
46292 else
46293   echo "$as_me: failed program was:" >&5
46294 sed 's/^/| /' conftest.$ac_ext >&5
46295
46296
46297                 saveLibs="$LIBS"
46298                 LIBS="$saveLibs -lossaudio"
46299                 cat >conftest.$ac_ext <<_ACEOF
46300 /* confdefs.h.  */
46301 _ACEOF
46302 cat confdefs.h >>conftest.$ac_ext
46303 cat >>conftest.$ac_ext <<_ACEOF
46304 /* end confdefs.h.  */
46305
46306                         #include <sys/ioctl.h>
46307                         #include <sys/soundcard.h>
46308
46309 int
46310 main ()
46311 {
46312
46313                         ioctl(0, SNDCTL_DSP_SPEED, 0);
46314
46315   ;
46316   return 0;
46317 }
46318 _ACEOF
46319 rm -f conftest.$ac_objext conftest$ac_exeext
46320 if { (ac_try="$ac_link"
46321 case "(($ac_try" in
46322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46323   *) ac_try_echo=$ac_try;;
46324 esac
46325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46326   (eval "$ac_link") 2>conftest.er1
46327   ac_status=$?
46328   grep -v '^ *+' conftest.er1 >conftest.err
46329   rm -f conftest.er1
46330   cat conftest.err >&5
46331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46332   (exit $ac_status); } && {
46333          test -z "$ac_c_werror_flag" ||
46334          test ! -s conftest.err
46335        } && test -s conftest$ac_exeext &&
46336        $as_test_x conftest$ac_exeext; then
46337   ac_cv_header_sys_soundcard=yes
46338 else
46339   echo "$as_me: failed program was:" >&5
46340 sed 's/^/| /' conftest.$ac_ext >&5
46341
46342
46343                         LIBS="$saveLibs"
46344                         ac_cv_header_sys_soundcard=no
46345
46346
46347 fi
46348
46349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46350       conftest$ac_exeext conftest.$ac_ext
46351
46352
46353 fi
46354
46355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46356       conftest$ac_exeext conftest.$ac_ext
46357
46358 fi
46359 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
46360 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
46361
46362     if test "$ac_cv_header_sys_soundcard" = "yes"; then
46363         cat >>confdefs.h <<\_ACEOF
46364 #define HAVE_SYS_SOUNDCARD_H 1
46365 _ACEOF
46366
46367     fi
46368 fi
46369
46370 WITH_PLUGIN_SDL=0
46371 if test "$wxUSE_SOUND" = "yes"; then
46372   if test "$USE_UNIX" = 1 ; then
46373     if test "$wxUSE_LIBSDL" != "no"; then
46374
46375 # Check whether --with-sdl-prefix was given.
46376 if test "${with_sdl_prefix+set}" = set; then
46377   withval=$with_sdl_prefix; sdl_prefix="$withval"
46378 else
46379   sdl_prefix=""
46380 fi
46381
46382
46383 # Check whether --with-sdl-exec-prefix was given.
46384 if test "${with_sdl_exec_prefix+set}" = set; then
46385   withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
46386 else
46387   sdl_exec_prefix=""
46388 fi
46389
46390 # Check whether --enable-sdltest was given.
46391 if test "${enable_sdltest+set}" = set; then
46392   enableval=$enable_sdltest;
46393 else
46394   enable_sdltest=yes
46395 fi
46396
46397
46398   if test x$sdl_exec_prefix != x ; then
46399     sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
46400     if test x${SDL_CONFIG+set} != xset ; then
46401       SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
46402     fi
46403   fi
46404   if test x$sdl_prefix != x ; then
46405     sdl_args="$sdl_args --prefix=$sdl_prefix"
46406     if test x${SDL_CONFIG+set} != xset ; then
46407       SDL_CONFIG=$sdl_prefix/bin/sdl-config
46408     fi
46409   fi
46410
46411   if test "x$prefix" != xNONE; then
46412     PATH="$prefix/bin:$prefix/usr/bin:$PATH"
46413   fi
46414   # Extract the first word of "sdl-config", so it can be a program name with args.
46415 set dummy sdl-config; ac_word=$2
46416 { echo "$as_me:$LINENO: checking for $ac_word" >&5
46417 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
46418 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
46419   echo $ECHO_N "(cached) $ECHO_C" >&6
46420 else
46421   case $SDL_CONFIG in
46422   [\\/]* | ?:[\\/]*)
46423   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
46424   ;;
46425   *)
46426   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46427 for as_dir in $PATH
46428 do
46429   IFS=$as_save_IFS
46430   test -z "$as_dir" && as_dir=.
46431   for ac_exec_ext in '' $ac_executable_extensions; do
46432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
46433     ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
46434     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46435     break 2
46436   fi
46437 done
46438 done
46439 IFS=$as_save_IFS
46440
46441   test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
46442   ;;
46443 esac
46444 fi
46445 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
46446 if test -n "$SDL_CONFIG"; then
46447   { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
46448 echo "${ECHO_T}$SDL_CONFIG" >&6; }
46449 else
46450   { echo "$as_me:$LINENO: result: no" >&5
46451 echo "${ECHO_T}no" >&6; }
46452 fi
46453
46454
46455   min_sdl_version=1.2.0
46456   { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
46457 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
46458   no_sdl=""
46459   if test "$SDL_CONFIG" = "no" ; then
46460     no_sdl=yes
46461   else
46462     SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
46463     SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
46464
46465     sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
46466            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
46467     sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
46468            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
46469     sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
46470            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
46471     if test "x$enable_sdltest" = "xyes" ; then
46472       ac_save_CFLAGS="$CFLAGS"
46473       ac_save_CXXFLAGS="$CXXFLAGS"
46474       ac_save_LIBS="$LIBS"
46475       CFLAGS="$CFLAGS $SDL_CFLAGS"
46476       CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
46477       LIBS="$LIBS $SDL_LIBS"
46478       rm -f conf.sdltest
46479       if test "$cross_compiling" = yes; then
46480   echo $ac_n "cross compiling; assumed OK... $ac_c"
46481 else
46482   cat >conftest.$ac_ext <<_ACEOF
46483 /* confdefs.h.  */
46484 _ACEOF
46485 cat confdefs.h >>conftest.$ac_ext
46486 cat >>conftest.$ac_ext <<_ACEOF
46487 /* end confdefs.h.  */
46488
46489 #include <stdio.h>
46490 #include <stdlib.h>
46491 #include <string.h>
46492 #include "SDL.h"
46493
46494 char*
46495 my_strdup (char *str)
46496 {
46497   char *new_str;
46498
46499   if (str)
46500     {
46501       new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
46502       strcpy (new_str, str);
46503     }
46504   else
46505     new_str = NULL;
46506
46507   return new_str;
46508 }
46509
46510 int main (int argc, char *argv[])
46511 {
46512   int major, minor, micro;
46513   char *tmp_version;
46514
46515   /* This hangs on some systems (?)
46516   system ("touch conf.sdltest");
46517   */
46518   { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
46519
46520   /* HP/UX 9 (%@#!) writes to sscanf strings */
46521   tmp_version = my_strdup("$min_sdl_version");
46522   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
46523      printf("%s, bad version string\n", "$min_sdl_version");
46524      exit(1);
46525    }
46526
46527    if (($sdl_major_version > major) ||
46528       (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
46529       (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
46530     {
46531       return 0;
46532     }
46533   else
46534     {
46535       printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
46536       printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
46537       printf("*** best to upgrade to the required version.\n");
46538       printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
46539       printf("*** to point to the correct copy of sdl-config, and remove the file\n");
46540       printf("*** config.cache before re-running configure\n");
46541       return 1;
46542     }
46543 }
46544
46545
46546 _ACEOF
46547 rm -f conftest$ac_exeext
46548 if { (ac_try="$ac_link"
46549 case "(($ac_try" in
46550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46551   *) ac_try_echo=$ac_try;;
46552 esac
46553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46554   (eval "$ac_link") 2>&5
46555   ac_status=$?
46556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46557   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
46558   { (case "(($ac_try" in
46559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46560   *) ac_try_echo=$ac_try;;
46561 esac
46562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46563   (eval "$ac_try") 2>&5
46564   ac_status=$?
46565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46566   (exit $ac_status); }; }; then
46567   :
46568 else
46569   echo "$as_me: program exited with status $ac_status" >&5
46570 echo "$as_me: failed program was:" >&5
46571 sed 's/^/| /' conftest.$ac_ext >&5
46572
46573 ( exit $ac_status )
46574 no_sdl=yes
46575 fi
46576 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
46577 fi
46578
46579
46580        CFLAGS="$ac_save_CFLAGS"
46581        CXXFLAGS="$ac_save_CXXFLAGS"
46582        LIBS="$ac_save_LIBS"
46583      fi
46584   fi
46585   if test "x$no_sdl" = x ; then
46586      { echo "$as_me:$LINENO: result: yes" >&5
46587 echo "${ECHO_T}yes" >&6; }
46588
46589                     EXTRALIBS_SDL="$SDL_LIBS"
46590                     CFLAGS="$SDL_CFLAGS $CFLAGS"
46591                     CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
46592                     cat >>confdefs.h <<\_ACEOF
46593 #define wxUSE_LIBSDL 1
46594 _ACEOF
46595
46596
46597   else
46598      { echo "$as_me:$LINENO: result: no" >&5
46599 echo "${ECHO_T}no" >&6; }
46600      if test "$SDL_CONFIG" = "no" ; then
46601        echo "*** The sdl-config script installed by SDL could not be found"
46602        echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
46603        echo "*** your path, or set the SDL_CONFIG environment variable to the"
46604        echo "*** full path to sdl-config."
46605      else
46606        if test -f conf.sdltest ; then
46607         :
46608        else
46609           echo "*** Could not run SDL test program, checking why..."
46610           CFLAGS="$CFLAGS $SDL_CFLAGS"
46611           CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
46612           LIBS="$LIBS $SDL_LIBS"
46613           cat >conftest.$ac_ext <<_ACEOF
46614 /* confdefs.h.  */
46615 _ACEOF
46616 cat confdefs.h >>conftest.$ac_ext
46617 cat >>conftest.$ac_ext <<_ACEOF
46618 /* end confdefs.h.  */
46619
46620 #include <stdio.h>
46621 #include "SDL.h"
46622
46623 int main(int argc, char *argv[])
46624 { return 0; }
46625 #undef  main
46626 #define main K_and_R_C_main
46627
46628 int
46629 main ()
46630 {
46631  return 0;
46632   ;
46633   return 0;
46634 }
46635 _ACEOF
46636 rm -f conftest.$ac_objext conftest$ac_exeext
46637 if { (ac_try="$ac_link"
46638 case "(($ac_try" in
46639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46640   *) ac_try_echo=$ac_try;;
46641 esac
46642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46643   (eval "$ac_link") 2>conftest.er1
46644   ac_status=$?
46645   grep -v '^ *+' conftest.er1 >conftest.err
46646   rm -f conftest.er1
46647   cat conftest.err >&5
46648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46649   (exit $ac_status); } && {
46650          test -z "$ac_c_werror_flag" ||
46651          test ! -s conftest.err
46652        } && test -s conftest$ac_exeext &&
46653        $as_test_x conftest$ac_exeext; then
46654    echo "*** The test program compiled, but did not run. This usually means"
46655           echo "*** that the run-time linker is not finding SDL or finding the wrong"
46656           echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
46657           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
46658           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
46659           echo "*** is required on your system"
46660           echo "***"
46661           echo "*** If you have an old version installed, it is best to remove it, although"
46662           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
46663 else
46664   echo "$as_me: failed program was:" >&5
46665 sed 's/^/| /' conftest.$ac_ext >&5
46666
46667          echo "*** The test program failed to compile or link. See the file config.log for the"
46668           echo "*** exact error that occurred. This usually means SDL was incorrectly installed"
46669           echo "*** or that you have moved SDL since it was installed. In the latter case, you"
46670           echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
46671 fi
46672
46673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46674       conftest$ac_exeext conftest.$ac_ext
46675           CFLAGS="$ac_save_CFLAGS"
46676           CXXFLAGS="$ac_save_CXXFLAGS"
46677           LIBS="$ac_save_LIBS"
46678        fi
46679      fi
46680      SDL_CFLAGS=""
46681      SDL_LIBS=""
46682      wxUSE_LIBSDL="no"
46683   fi
46684
46685
46686   rm -f conf.sdltest
46687
46688       if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
46689         WITH_PLUGIN_SDL=1
46690       fi
46691     fi
46692   fi
46693 fi
46694
46695 if test "$wxUSE_SOUND" = "yes"; then
46696   cat >>confdefs.h <<\_ACEOF
46697 #define wxUSE_SOUND 1
46698 _ACEOF
46699
46700   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
46701 fi
46702
46703 if test "$WXGTK2" = 1; then
46704
46705
46706 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
46707         if test -n "$ac_tool_prefix"; then
46708   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
46709 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
46710 { echo "$as_me:$LINENO: checking for $ac_word" >&5
46711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
46712 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
46713   echo $ECHO_N "(cached) $ECHO_C" >&6
46714 else
46715   case $PKG_CONFIG in
46716   [\\/]* | ?:[\\/]*)
46717   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
46718   ;;
46719   *)
46720   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46721 for as_dir in $PATH
46722 do
46723   IFS=$as_save_IFS
46724   test -z "$as_dir" && as_dir=.
46725   for ac_exec_ext in '' $ac_executable_extensions; do
46726   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
46727     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
46728     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46729     break 2
46730   fi
46731 done
46732 done
46733 IFS=$as_save_IFS
46734
46735   ;;
46736 esac
46737 fi
46738 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
46739 if test -n "$PKG_CONFIG"; then
46740   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
46741 echo "${ECHO_T}$PKG_CONFIG" >&6; }
46742 else
46743   { echo "$as_me:$LINENO: result: no" >&5
46744 echo "${ECHO_T}no" >&6; }
46745 fi
46746
46747
46748 fi
46749 if test -z "$ac_cv_path_PKG_CONFIG"; then
46750   ac_pt_PKG_CONFIG=$PKG_CONFIG
46751   # Extract the first word of "pkg-config", so it can be a program name with args.
46752 set dummy pkg-config; ac_word=$2
46753 { echo "$as_me:$LINENO: checking for $ac_word" >&5
46754 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
46755 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
46756   echo $ECHO_N "(cached) $ECHO_C" >&6
46757 else
46758   case $ac_pt_PKG_CONFIG in
46759   [\\/]* | ?:[\\/]*)
46760   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
46761   ;;
46762   *)
46763   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46764 for as_dir in $PATH
46765 do
46766   IFS=$as_save_IFS
46767   test -z "$as_dir" && as_dir=.
46768   for ac_exec_ext in '' $ac_executable_extensions; do
46769   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
46770     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
46771     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46772     break 2
46773   fi
46774 done
46775 done
46776 IFS=$as_save_IFS
46777
46778   ;;
46779 esac
46780 fi
46781 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
46782 if test -n "$ac_pt_PKG_CONFIG"; then
46783   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
46784 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
46785 else
46786   { echo "$as_me:$LINENO: result: no" >&5
46787 echo "${ECHO_T}no" >&6; }
46788 fi
46789
46790   if test "x$ac_pt_PKG_CONFIG" = x; then
46791     PKG_CONFIG=""
46792   else
46793     case $cross_compiling:$ac_tool_warned in
46794 yes:)
46795 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
46796 whose name does not start with the host triplet.  If you think this
46797 configuration is useful to you, please write to autoconf@gnu.org." >&5
46798 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
46799 whose name does not start with the host triplet.  If you think this
46800 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
46801 ac_tool_warned=yes ;;
46802 esac
46803     PKG_CONFIG=$ac_pt_PKG_CONFIG
46804   fi
46805 else
46806   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
46807 fi
46808
46809 fi
46810 if test -n "$PKG_CONFIG"; then
46811         _pkg_min_version=0.9.0
46812         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
46813 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
46814         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
46815                 { echo "$as_me:$LINENO: result: yes" >&5
46816 echo "${ECHO_T}yes" >&6; }
46817         else
46818                 { echo "$as_me:$LINENO: result: no" >&5
46819 echo "${ECHO_T}no" >&6; }
46820                 PKG_CONFIG=""
46821         fi
46822
46823 fi
46824
46825     if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
46826
46827         if test "$wxUSE_GTKPRINT" = "yes" ; then
46828
46829
46830 pkg_failed=no
46831 { echo "$as_me:$LINENO: checking for GTKPRINT" >&5
46832 echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6; }
46833
46834 if test -n "$PKG_CONFIG"; then
46835     if test -n "$GTKPRINT_CFLAGS"; then
46836         pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
46837     else
46838         if test -n "$PKG_CONFIG" && \
46839     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
46840   ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
46841   ac_status=$?
46842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46843   (exit $ac_status); }; then
46844   pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
46845 else
46846   pkg_failed=yes
46847 fi
46848     fi
46849 else
46850         pkg_failed=untried
46851 fi
46852 if test -n "$PKG_CONFIG"; then
46853     if test -n "$GTKPRINT_LIBS"; then
46854         pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
46855     else
46856         if test -n "$PKG_CONFIG" && \
46857     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
46858   ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
46859   ac_status=$?
46860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46861   (exit $ac_status); }; then
46862   pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
46863 else
46864   pkg_failed=yes
46865 fi
46866     fi
46867 else
46868         pkg_failed=untried
46869 fi
46870
46871
46872
46873 if test $pkg_failed = yes; then
46874
46875 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46876         _pkg_short_errors_supported=yes
46877 else
46878         _pkg_short_errors_supported=no
46879 fi
46880         if test $_pkg_short_errors_supported = yes; then
46881                 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
46882         else
46883                 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
46884         fi
46885         # Put the nasty error message in config.log where it belongs
46886         echo "$GTKPRINT_PKG_ERRORS" >&5
46887
46888
46889                         { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
46890 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
46891                         wxUSE_GTKPRINT="no"
46892
46893
46894 elif test $pkg_failed = untried; then
46895
46896                         { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
46897 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
46898                         wxUSE_GTKPRINT="no"
46899
46900
46901 else
46902         GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
46903         GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
46904         { echo "$as_me:$LINENO: result: yes" >&5
46905 echo "${ECHO_T}yes" >&6; }
46906
46907                         CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
46908                         CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
46909                         cat >>confdefs.h <<\_ACEOF
46910 #define wxUSE_GTKPRINT 1
46911 _ACEOF
46912
46913
46914 fi
46915         fi
46916
46917         if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
46918
46919
46920 pkg_failed=no
46921 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
46922 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
46923
46924 if test -n "$PKG_CONFIG"; then
46925     if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
46926         pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
46927     else
46928         if test -n "$PKG_CONFIG" && \
46929     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
46930   ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
46931   ac_status=$?
46932   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46933   (exit $ac_status); }; then
46934   pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
46935 else
46936   pkg_failed=yes
46937 fi
46938     fi
46939 else
46940         pkg_failed=untried
46941 fi
46942 if test -n "$PKG_CONFIG"; then
46943     if test -n "$LIBGNOMEPRINTUI_LIBS"; then
46944         pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
46945     else
46946         if test -n "$PKG_CONFIG" && \
46947     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
46948   ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
46949   ac_status=$?
46950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46951   (exit $ac_status); }; then
46952   pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
46953 else
46954   pkg_failed=yes
46955 fi
46956     fi
46957 else
46958         pkg_failed=untried
46959 fi
46960
46961
46962
46963 if test $pkg_failed = yes; then
46964
46965 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46966         _pkg_short_errors_supported=yes
46967 else
46968         _pkg_short_errors_supported=no
46969 fi
46970         if test $_pkg_short_errors_supported = yes; then
46971                 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
46972         else
46973                 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
46974         fi
46975         # Put the nasty error message in config.log where it belongs
46976         echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
46977
46978
46979                         if test "$wxUSE_GTKPRINT" = yes; then
46980                             { echo "$as_me:$LINENO: result: no" >&5
46981 echo "${ECHO_T}no" >&6; }
46982                         else
46983                             { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
46984 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
46985                         fi
46986                         wxUSE_LIBGNOMEPRINT="no"
46987
46988
46989 elif test $pkg_failed = untried; then
46990
46991                         if test "$wxUSE_GTKPRINT" = yes; then
46992                             { echo "$as_me:$LINENO: result: no" >&5
46993 echo "${ECHO_T}no" >&6; }
46994                         else
46995                             { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
46996 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
46997                         fi
46998                         wxUSE_LIBGNOMEPRINT="no"
46999
47000
47001 else
47002         LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
47003         LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
47004         { echo "$as_me:$LINENO: result: yes" >&5
47005 echo "${ECHO_T}yes" >&6; }
47006
47007                         CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
47008                         CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
47009                         cat >>confdefs.h <<\_ACEOF
47010 #define wxUSE_LIBGNOMEPRINT 1
47011 _ACEOF
47012
47013
47014 fi
47015         fi
47016     fi
47017
47018     if test "$wxUSE_MIMETYPE" = "yes" ; then
47019         if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
47020
47021
47022 pkg_failed=no
47023 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
47024 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
47025
47026 if test -n "$PKG_CONFIG"; then
47027     if test -n "$GNOMEVFS_CFLAGS"; then
47028         pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
47029     else
47030         if test -n "$PKG_CONFIG" && \
47031     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
47032   ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
47033   ac_status=$?
47034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47035   (exit $ac_status); }; then
47036   pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
47037 else
47038   pkg_failed=yes
47039 fi
47040     fi
47041 else
47042         pkg_failed=untried
47043 fi
47044 if test -n "$PKG_CONFIG"; then
47045     if test -n "$GNOMEVFS_LIBS"; then
47046         pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
47047     else
47048         if test -n "$PKG_CONFIG" && \
47049     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
47050   ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
47051   ac_status=$?
47052   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47053   (exit $ac_status); }; then
47054   pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
47055 else
47056   pkg_failed=yes
47057 fi
47058     fi
47059 else
47060         pkg_failed=untried
47061 fi
47062
47063
47064
47065 if test $pkg_failed = yes; then
47066
47067 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47068         _pkg_short_errors_supported=yes
47069 else
47070         _pkg_short_errors_supported=no
47071 fi
47072         if test $_pkg_short_errors_supported = yes; then
47073                 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
47074         else
47075                 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
47076         fi
47077         # Put the nasty error message in config.log where it belongs
47078         echo "$GNOMEVFS_PKG_ERRORS" >&5
47079
47080
47081                         { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
47082 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
47083                         wxUSE_LIBGNOMEVFS="no"
47084
47085
47086 elif test $pkg_failed = untried; then
47087
47088                         { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
47089 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
47090                         wxUSE_LIBGNOMEVFS="no"
47091
47092
47093 else
47094         GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
47095         GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
47096         { echo "$as_me:$LINENO: result: yes" >&5
47097 echo "${ECHO_T}yes" >&6; }
47098
47099                         CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
47100                         CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
47101                         cat >>confdefs.h <<\_ACEOF
47102 #define wxUSE_LIBGNOMEVFS 1
47103 _ACEOF
47104
47105
47106 fi
47107         fi
47108     fi
47109
47110     if test "$wxUSE_LIBHILDON" = "yes" ; then
47111
47112 pkg_failed=no
47113 { echo "$as_me:$LINENO: checking for HILDON" >&5
47114 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
47115
47116 if test -n "$PKG_CONFIG"; then
47117     if test -n "$HILDON_CFLAGS"; then
47118         pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
47119     else
47120         if test -n "$PKG_CONFIG" && \
47121     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
47122   ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
47123   ac_status=$?
47124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47125   (exit $ac_status); }; then
47126   pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
47127 else
47128   pkg_failed=yes
47129 fi
47130     fi
47131 else
47132         pkg_failed=untried
47133 fi
47134 if test -n "$PKG_CONFIG"; then
47135     if test -n "$HILDON_LIBS"; then
47136         pkg_cv_HILDON_LIBS="$HILDON_LIBS"
47137     else
47138         if test -n "$PKG_CONFIG" && \
47139     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
47140   ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
47141   ac_status=$?
47142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47143   (exit $ac_status); }; then
47144   pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
47145 else
47146   pkg_failed=yes
47147 fi
47148     fi
47149 else
47150         pkg_failed=untried
47151 fi
47152
47153
47154
47155 if test $pkg_failed = yes; then
47156
47157 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47158         _pkg_short_errors_supported=yes
47159 else
47160         _pkg_short_errors_supported=no
47161 fi
47162         if test $_pkg_short_errors_supported = yes; then
47163                 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
47164         else
47165                 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
47166         fi
47167         # Put the nasty error message in config.log where it belongs
47168         echo "$HILDON_PKG_ERRORS" >&5
47169
47170
47171                 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
47172 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
47173                         wxUSE_LIBHILDON="no"
47174                         ac_hildon_lgpl=0
47175
47176
47177 elif test $pkg_failed = untried; then
47178
47179                 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
47180 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
47181                         wxUSE_LIBHILDON="no"
47182                         ac_hildon_lgpl=0
47183
47184
47185 else
47186         HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
47187         HILDON_LIBS=$pkg_cv_HILDON_LIBS
47188         { echo "$as_me:$LINENO: result: yes" >&5
47189 echo "${ECHO_T}yes" >&6; }
47190
47191                 EXTRALIBS_HILDON="$HILDON_LIBS"
47192                 CFLAGS="$CFLAGS $HILDON_CFLAGS"
47193                 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
47194                 cat >>confdefs.h <<\_ACEOF
47195 #define wxUSE_LIBHILDON 1
47196 _ACEOF
47197
47198                 ac_hildon_lgpl=1
47199
47200 fi
47201
47202         if test "$ac_hildon_lgpl" = 0 ; then
47203
47204 pkg_failed=no
47205 { echo "$as_me:$LINENO: checking for HILDON2" >&5
47206 echo $ECHO_N "checking for HILDON2... $ECHO_C" >&6; }
47207
47208 if test -n "$PKG_CONFIG"; then
47209     if test -n "$HILDON2_CFLAGS"; then
47210         pkg_cv_HILDON2_CFLAGS="$HILDON2_CFLAGS"
47211     else
47212         if test -n "$PKG_CONFIG" && \
47213     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
47214   ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
47215   ac_status=$?
47216   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47217   (exit $ac_status); }; then
47218   pkg_cv_HILDON2_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
47219 else
47220   pkg_failed=yes
47221 fi
47222     fi
47223 else
47224         pkg_failed=untried
47225 fi
47226 if test -n "$PKG_CONFIG"; then
47227     if test -n "$HILDON2_LIBS"; then
47228         pkg_cv_HILDON2_LIBS="$HILDON2_LIBS"
47229     else
47230         if test -n "$PKG_CONFIG" && \
47231     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
47232   ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
47233   ac_status=$?
47234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47235   (exit $ac_status); }; then
47236   pkg_cv_HILDON2_LIBS=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
47237 else
47238   pkg_failed=yes
47239 fi
47240     fi
47241 else
47242         pkg_failed=untried
47243 fi
47244
47245
47246
47247 if test $pkg_failed = yes; then
47248
47249 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47250         _pkg_short_errors_supported=yes
47251 else
47252         _pkg_short_errors_supported=no
47253 fi
47254         if test $_pkg_short_errors_supported = yes; then
47255                 HILDON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
47256         else
47257                 HILDON2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
47258         fi
47259         # Put the nasty error message in config.log where it belongs
47260         echo "$HILDON2_PKG_ERRORS" >&5
47261
47262
47263                     { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
47264 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
47265                             wxUSE_LIBHILDON2="no"
47266
47267
47268 elif test $pkg_failed = untried; then
47269
47270                     { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
47271 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
47272                             wxUSE_LIBHILDON2="no"
47273
47274
47275 else
47276         HILDON2_CFLAGS=$pkg_cv_HILDON2_CFLAGS
47277         HILDON2_LIBS=$pkg_cv_HILDON2_LIBS
47278         { echo "$as_me:$LINENO: result: yes" >&5
47279 echo "${ECHO_T}yes" >&6; }
47280
47281                     EXTRALIBS_HILDON="$HILDON2_LIBS"
47282                     CFLAGS="$CFLAGS $HILDON2_CFLAGS"
47283                     CXXFLAGS="$CXXFLAGS $HILDON2_CFLAGS"
47284                     cat >>confdefs.h <<\_ACEOF
47285 #define wxUSE_LIBHILDON2 1
47286 _ACEOF
47287
47288
47289 fi
47290         fi
47291     fi
47292 fi
47293
47294 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
47295   cat >>confdefs.h <<\_ACEOF
47296 #define wxUSE_CMDLINE_PARSER 1
47297 _ACEOF
47298
47299 fi
47300
47301 if test "$wxUSE_STOPWATCH" = "yes"; then
47302   cat >>confdefs.h <<\_ACEOF
47303 #define wxUSE_STOPWATCH 1
47304 _ACEOF
47305
47306 fi
47307
47308 if test "$wxUSE_DATETIME" = "yes"; then
47309   cat >>confdefs.h <<\_ACEOF
47310 #define wxUSE_DATETIME 1
47311 _ACEOF
47312
47313 fi
47314
47315 if test "$wxUSE_FILE" = "yes"; then
47316   cat >>confdefs.h <<\_ACEOF
47317 #define wxUSE_FILE 1
47318 _ACEOF
47319
47320 fi
47321
47322 if test "$wxUSE_FFILE" = "yes"; then
47323   cat >>confdefs.h <<\_ACEOF
47324 #define wxUSE_FFILE 1
47325 _ACEOF
47326
47327 fi
47328
47329 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
47330   if test "$wxUSE_STREAMS" != yes; then
47331     { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
47332 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
47333     wxUSE_ARCHIVE_STREAMS=no
47334   else
47335     cat >>confdefs.h <<\_ACEOF
47336 #define wxUSE_ARCHIVE_STREAMS 1
47337 _ACEOF
47338
47339   fi
47340 fi
47341
47342 if test "$wxUSE_ZIPSTREAM" = "yes"; then
47343   if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
47344     { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
47345 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
47346   elif test "$wxUSE_ZLIB" = "no"; then
47347     { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
47348 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
47349   else
47350     cat >>confdefs.h <<\_ACEOF
47351 #define wxUSE_ZIPSTREAM 1
47352 _ACEOF
47353
47354   fi
47355 fi
47356
47357 if test "$wxUSE_TARSTREAM" = "yes"; then
47358   if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
47359     { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
47360 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
47361   else
47362     cat >>confdefs.h <<\_ACEOF
47363 #define wxUSE_TARSTREAM 1
47364 _ACEOF
47365
47366   fi
47367 fi
47368
47369 if test "$wxUSE_FILE_HISTORY" = "yes"; then
47370   cat >>confdefs.h <<\_ACEOF
47371 #define wxUSE_FILE_HISTORY 1
47372 _ACEOF
47373
47374 fi
47375
47376 if test "$wxUSE_FILESYSTEM" = "yes"; then
47377   if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
47378     { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
47379 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
47380     wxUSE_FILESYSTEM=no
47381   else
47382     cat >>confdefs.h <<\_ACEOF
47383 #define wxUSE_FILESYSTEM 1
47384 _ACEOF
47385
47386   fi
47387 fi
47388
47389 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
47390   if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
47391     { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
47392 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
47393   else
47394     cat >>confdefs.h <<\_ACEOF
47395 #define wxUSE_FS_ARCHIVE 1
47396 _ACEOF
47397
47398   fi
47399 fi
47400
47401 if test "$wxUSE_FS_ZIP" = "yes"; then
47402   if test "$wxUSE_FS_ARCHIVE" != yes; then
47403     { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
47404 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
47405   else
47406     cat >>confdefs.h <<\_ACEOF
47407 #define wxUSE_FS_ZIP 1
47408 _ACEOF
47409
47410   fi
47411 fi
47412
47413 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
47414   if test "$USE_UNIX" != 1; then
47415     { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
47416 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
47417     wxUSE_ON_FATAL_EXCEPTION=no
47418   else
47419     cat >>confdefs.h <<\_ACEOF
47420 #define wxUSE_ON_FATAL_EXCEPTION 1
47421 _ACEOF
47422
47423   fi
47424 fi
47425
47426 if test "$wxUSE_STACKWALKER" = "yes"; then
47427     cat >>confdefs.h <<\_ACEOF
47428 #define wxUSE_STACKWALKER 1
47429 _ACEOF
47430
47431 fi
47432
47433 if test "$wxUSE_DEBUGREPORT" = "yes"; then
47434     if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
47435         { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
47436 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
47437         wxUSE_DEBUGREPORT=no
47438     else
47439         cat >>confdefs.h <<\_ACEOF
47440 #define wxUSE_DEBUGREPORT 1
47441 _ACEOF
47442
47443         if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
47444             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
47445         fi
47446     fi
47447 fi
47448
47449 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
47450   cat >>confdefs.h <<\_ACEOF
47451 #define wxUSE_SNGLINST_CHECKER 1
47452 _ACEOF
47453
47454 fi
47455
47456 if test "$wxUSE_BUSYINFO" = "yes"; then
47457   cat >>confdefs.h <<\_ACEOF
47458 #define wxUSE_BUSYINFO 1
47459 _ACEOF
47460
47461 fi
47462
47463 if test "$wxUSE_HOTKEY" = "yes"; then
47464   if test "$wxUSE_MSW" != 1 -a "$wxUSE_OSX_COCOA" != 1 -a "$wxUSE_OSX_CARBON" != 1; then
47465     { echo "$as_me:$LINENO: WARNING: Hot keys not supported by the current toolkit, disabled" >&5
47466 echo "$as_me: WARNING: Hot keys not supported by the current toolkit, disabled" >&2;}
47467     wxUSE_HOTKEY=no
47468   fi
47469 elif test "$wxUSE_HOTKEY" = "auto"; then
47470   if test "$wxUSE_MSW" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OSX_CARBON" = 1; then
47471     wxUSE_HOTKEY=yes
47472   fi
47473 fi
47474 if test "$wxUSE_HOTKEY" = "yes"; then
47475   cat >>confdefs.h <<\_ACEOF
47476 #define wxUSE_HOTKEY 1
47477 _ACEOF
47478
47479 fi
47480
47481 if test "$wxUSE_STD_CONTAINERS" = "yes"; then
47482   cat >>confdefs.h <<\_ACEOF
47483 #define wxUSE_STD_CONTAINERS 1
47484 _ACEOF
47485
47486 fi
47487
47488 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
47489   cat >>confdefs.h <<\_ACEOF
47490 #define wxUSE_STD_IOSTREAM 1
47491 _ACEOF
47492
47493 fi
47494
47495 if test "$wxUSE_STD_STRING" = "yes"; then
47496   cat >>confdefs.h <<\_ACEOF
47497 #define wxUSE_STD_STRING 1
47498 _ACEOF
47499
47500 fi
47501
47502 if test "$wxUSE_STD_STRING_CONV_IN_WXSTRING" = "yes"; then
47503   cat >>confdefs.h <<\_ACEOF
47504 #define wxUSE_STD_STRING_CONV_IN_WXSTRING 1
47505 _ACEOF
47506
47507 fi
47508
47509 if test "$wxUSE_STDPATHS" = "yes"; then
47510   cat >>confdefs.h <<\_ACEOF
47511 #define wxUSE_STDPATHS 1
47512 _ACEOF
47513
47514 fi
47515
47516 if test "$wxUSE_TEXTBUFFER" = "yes"; then
47517     cat >>confdefs.h <<\_ACEOF
47518 #define wxUSE_TEXTBUFFER 1
47519 _ACEOF
47520
47521 fi
47522
47523 if test "$wxUSE_TEXTFILE" = "yes"; then
47524   if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
47525     { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
47526 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
47527   else
47528     cat >>confdefs.h <<\_ACEOF
47529 #define wxUSE_TEXTFILE 1
47530 _ACEOF
47531
47532   fi
47533 fi
47534
47535 if test "$wxUSE_CONFIG" = "yes" ; then
47536   if test "$wxUSE_TEXTFILE" != "yes"; then
47537     { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
47538 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
47539   else
47540     cat >>confdefs.h <<\_ACEOF
47541 #define wxUSE_CONFIG 1
47542 _ACEOF
47543
47544     cat >>confdefs.h <<\_ACEOF
47545 #define wxUSE_CONFIG_NATIVE 1
47546 _ACEOF
47547
47548     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
47549   fi
47550 fi
47551
47552 if test "$wxUSE_INTL" = "yes" ; then
47553   if test "$wxUSE_FILE" != "yes"; then
47554     { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
47555 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
47556   else
47557     cat >>confdefs.h <<\_ACEOF
47558 #define wxUSE_INTL 1
47559 _ACEOF
47560
47561     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
47562     GUIDIST="$GUIDIST INTL_DIST"
47563   fi
47564 fi
47565
47566 if test "$wxUSE_XLOCALE" = "yes" ; then
47567     cat >>confdefs.h <<\_ACEOF
47568 #define wxUSE_XLOCALE 1
47569 _ACEOF
47570
47571     { echo "$as_me:$LINENO: checking for locale_t" >&5
47572 echo $ECHO_N "checking for locale_t... $ECHO_C" >&6; }
47573 if test "${ac_cv_type_locale_t+set}" = set; then
47574   echo $ECHO_N "(cached) $ECHO_C" >&6
47575 else
47576   cat >conftest.$ac_ext <<_ACEOF
47577 /* confdefs.h.  */
47578 _ACEOF
47579 cat confdefs.h >>conftest.$ac_ext
47580 cat >>conftest.$ac_ext <<_ACEOF
47581 /* end confdefs.h.  */
47582 #include <xlocale.h>
47583                     #include <locale.h>
47584
47585 typedef locale_t ac__type_new_;
47586 int
47587 main ()
47588 {
47589 if ((ac__type_new_ *) 0)
47590   return 0;
47591 if (sizeof (ac__type_new_))
47592   return 0;
47593   ;
47594   return 0;
47595 }
47596 _ACEOF
47597 rm -f conftest.$ac_objext
47598 if { (ac_try="$ac_compile"
47599 case "(($ac_try" in
47600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47601   *) ac_try_echo=$ac_try;;
47602 esac
47603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47604   (eval "$ac_compile") 2>conftest.er1
47605   ac_status=$?
47606   grep -v '^ *+' conftest.er1 >conftest.err
47607   rm -f conftest.er1
47608   cat conftest.err >&5
47609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47610   (exit $ac_status); } && {
47611          test -z "$ac_c_werror_flag" ||
47612          test ! -s conftest.err
47613        } && test -s conftest.$ac_objext; then
47614   ac_cv_type_locale_t=yes
47615 else
47616   echo "$as_me: failed program was:" >&5
47617 sed 's/^/| /' conftest.$ac_ext >&5
47618
47619         ac_cv_type_locale_t=no
47620 fi
47621
47622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47623 fi
47624 { echo "$as_me:$LINENO: result: $ac_cv_type_locale_t" >&5
47625 echo "${ECHO_T}$ac_cv_type_locale_t" >&6; }
47626 if test $ac_cv_type_locale_t = yes; then
47627
47628 cat >>confdefs.h <<_ACEOF
47629 #define HAVE_LOCALE_T 1
47630 _ACEOF
47631
47632
47633 fi
47634
47635 fi
47636
47637 if test "$wxUSE_LOG" = "yes"; then
47638   cat >>confdefs.h <<\_ACEOF
47639 #define wxUSE_LOG 1
47640 _ACEOF
47641
47642
47643     if test "$wxUSE_LOGGUI" = "yes"; then
47644       cat >>confdefs.h <<\_ACEOF
47645 #define wxUSE_LOGGUI 1
47646 _ACEOF
47647
47648     fi
47649
47650     if test "$wxUSE_LOGWINDOW" = "yes"; then
47651       cat >>confdefs.h <<\_ACEOF
47652 #define wxUSE_LOGWINDOW 1
47653 _ACEOF
47654
47655     fi
47656
47657     if test "$wxUSE_LOGDIALOG" = "yes"; then
47658       cat >>confdefs.h <<\_ACEOF
47659 #define wxUSE_LOG_DIALOG 1
47660 _ACEOF
47661
47662     fi
47663
47664         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
47665 fi
47666
47667 if test "$wxUSE_LONGLONG" = "yes"; then
47668   cat >>confdefs.h <<\_ACEOF
47669 #define wxUSE_LONGLONG 1
47670 _ACEOF
47671
47672 fi
47673
47674 if test "$wxUSE_GEOMETRY" = "yes"; then
47675   cat >>confdefs.h <<\_ACEOF
47676 #define wxUSE_GEOMETRY 1
47677 _ACEOF
47678
47679 fi
47680
47681 if test "$wxUSE_BASE64" = "yes"; then
47682   cat >>confdefs.h <<\_ACEOF
47683 #define wxUSE_BASE64 1
47684 _ACEOF
47685
47686 fi
47687
47688 if test "$wxUSE_STREAMS" = "yes" ; then
47689   cat >>confdefs.h <<\_ACEOF
47690 #define wxUSE_STREAMS 1
47691 _ACEOF
47692
47693 fi
47694
47695 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
47696   cat >>confdefs.h <<\_ACEOF
47697 #define wxUSE_PRINTF_POS_PARAMS 1
47698 _ACEOF
47699
47700 fi
47701
47702 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
47703   cat >>confdefs.h <<\_ACEOF
47704 #define wxUSE_OBJC_UNIQUIFYING 1
47705 _ACEOF
47706
47707 fi
47708
47709
47710 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
47711     cat >>confdefs.h <<\_ACEOF
47712 #define wxUSE_CONSOLE_EVENTLOOP 1
47713 _ACEOF
47714
47715
47716     if test "$wxUSE_UNIX" = "yes"; then
47717         if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
47718             cat >>confdefs.h <<\_ACEOF
47719 #define wxUSE_SELECT_DISPATCHER 1
47720 _ACEOF
47721
47722         fi
47723
47724         if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
47725
47726 for ac_header in sys/epoll.h
47727 do
47728 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
47729 { echo "$as_me:$LINENO: checking for $ac_header" >&5
47730 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
47731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
47732   echo $ECHO_N "(cached) $ECHO_C" >&6
47733 else
47734   cat >conftest.$ac_ext <<_ACEOF
47735 /* confdefs.h.  */
47736 _ACEOF
47737 cat confdefs.h >>conftest.$ac_ext
47738 cat >>conftest.$ac_ext <<_ACEOF
47739 /* end confdefs.h.  */
47740 $ac_includes_default
47741
47742 #include <$ac_header>
47743 _ACEOF
47744 rm -f conftest.$ac_objext
47745 if { (ac_try="$ac_compile"
47746 case "(($ac_try" in
47747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47748   *) ac_try_echo=$ac_try;;
47749 esac
47750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47751   (eval "$ac_compile") 2>conftest.er1
47752   ac_status=$?
47753   grep -v '^ *+' conftest.er1 >conftest.err
47754   rm -f conftest.er1
47755   cat conftest.err >&5
47756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47757   (exit $ac_status); } && {
47758          test -z "$ac_c_werror_flag" ||
47759          test ! -s conftest.err
47760        } && test -s conftest.$ac_objext; then
47761   eval "$as_ac_Header=yes"
47762 else
47763   echo "$as_me: failed program was:" >&5
47764 sed 's/^/| /' conftest.$ac_ext >&5
47765
47766         eval "$as_ac_Header=no"
47767 fi
47768
47769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47770 fi
47771 ac_res=`eval echo '${'$as_ac_Header'}'`
47772                { echo "$as_me:$LINENO: result: $ac_res" >&5
47773 echo "${ECHO_T}$ac_res" >&6; }
47774 if test `eval echo '${'$as_ac_Header'}'` = yes; then
47775   cat >>confdefs.h <<_ACEOF
47776 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
47777 _ACEOF
47778
47779 fi
47780
47781 done
47782
47783             if test "$ac_cv_header_sys_epoll_h" = "yes"; then
47784                 cat >>confdefs.h <<\_ACEOF
47785 #define wxUSE_EPOLL_DISPATCHER 1
47786 _ACEOF
47787
47788             else
47789                 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
47790 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
47791             fi
47792         fi
47793     fi
47794 fi
47795
47796
47797
47798
47799 for ac_func in gettimeofday ftime
47800 do
47801 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
47802 { echo "$as_me:$LINENO: checking for $ac_func" >&5
47803 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
47804 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
47805   echo $ECHO_N "(cached) $ECHO_C" >&6
47806 else
47807   cat >conftest.$ac_ext <<_ACEOF
47808 /* confdefs.h.  */
47809 _ACEOF
47810 cat confdefs.h >>conftest.$ac_ext
47811 cat >>conftest.$ac_ext <<_ACEOF
47812 /* end confdefs.h.  */
47813 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
47814    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
47815 #define $ac_func innocuous_$ac_func
47816
47817 /* System header to define __stub macros and hopefully few prototypes,
47818     which can conflict with char $ac_func (); below.
47819     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
47820     <limits.h> exists even on freestanding compilers.  */
47821
47822 #ifdef __STDC__
47823 # include <limits.h>
47824 #else
47825 # include <assert.h>
47826 #endif
47827
47828 #undef $ac_func
47829
47830 /* Override any GCC internal prototype to avoid an error.
47831    Use char because int might match the return type of a GCC
47832    builtin and then its argument prototype would still apply.  */
47833 #ifdef __cplusplus
47834 extern "C"
47835 #endif
47836 char $ac_func ();
47837 /* The GNU C library defines this for functions which it implements
47838     to always fail with ENOSYS.  Some functions are actually named
47839     something starting with __ and the normal name is an alias.  */
47840 #if defined __stub_$ac_func || defined __stub___$ac_func
47841 choke me
47842 #endif
47843
47844 int
47845 main ()
47846 {
47847 return $ac_func ();
47848   ;
47849   return 0;
47850 }
47851 _ACEOF
47852 rm -f conftest.$ac_objext conftest$ac_exeext
47853 if { (ac_try="$ac_link"
47854 case "(($ac_try" in
47855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47856   *) ac_try_echo=$ac_try;;
47857 esac
47858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47859   (eval "$ac_link") 2>conftest.er1
47860   ac_status=$?
47861   grep -v '^ *+' conftest.er1 >conftest.err
47862   rm -f conftest.er1
47863   cat conftest.err >&5
47864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47865   (exit $ac_status); } && {
47866          test -z "$ac_c_werror_flag" ||
47867          test ! -s conftest.err
47868        } && test -s conftest$ac_exeext &&
47869        $as_test_x conftest$ac_exeext; then
47870   eval "$as_ac_var=yes"
47871 else
47872   echo "$as_me: failed program was:" >&5
47873 sed 's/^/| /' conftest.$ac_ext >&5
47874
47875         eval "$as_ac_var=no"
47876 fi
47877
47878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47879       conftest$ac_exeext conftest.$ac_ext
47880 fi
47881 ac_res=`eval echo '${'$as_ac_var'}'`
47882                { echo "$as_me:$LINENO: result: $ac_res" >&5
47883 echo "${ECHO_T}$ac_res" >&6; }
47884 if test `eval echo '${'$as_ac_var'}'` = yes; then
47885   cat >>confdefs.h <<_ACEOF
47886 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
47887 _ACEOF
47888  break
47889 fi
47890 done
47891
47892
47893 if test "$ac_cv_func_gettimeofday" = "yes"; then
47894     { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
47895 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
47896 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
47897   echo $ECHO_N "(cached) $ECHO_C" >&6
47898 else
47899
47900                 cat >conftest.$ac_ext <<_ACEOF
47901 /* confdefs.h.  */
47902 _ACEOF
47903 cat confdefs.h >>conftest.$ac_ext
47904 cat >>conftest.$ac_ext <<_ACEOF
47905 /* end confdefs.h.  */
47906
47907                 #include <sys/time.h>
47908                 #include <unistd.h>
47909
47910 int
47911 main ()
47912 {
47913
47914                 struct timeval tv;
47915                 gettimeofday(&tv, NULL);
47916
47917   ;
47918   return 0;
47919 }
47920 _ACEOF
47921 rm -f conftest.$ac_objext
47922 if { (ac_try="$ac_compile"
47923 case "(($ac_try" in
47924   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47925   *) ac_try_echo=$ac_try;;
47926 esac
47927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47928   (eval "$ac_compile") 2>conftest.er1
47929   ac_status=$?
47930   grep -v '^ *+' conftest.er1 >conftest.err
47931   rm -f conftest.er1
47932   cat conftest.err >&5
47933   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47934   (exit $ac_status); } && {
47935          test -z "$ac_c_werror_flag" ||
47936          test ! -s conftest.err
47937        } && test -s conftest.$ac_objext; then
47938   wx_cv_func_gettimeofday_has_2_args=yes
47939 else
47940   echo "$as_me: failed program was:" >&5
47941 sed 's/^/| /' conftest.$ac_ext >&5
47942
47943         cat >conftest.$ac_ext <<_ACEOF
47944 /* confdefs.h.  */
47945 _ACEOF
47946 cat confdefs.h >>conftest.$ac_ext
47947 cat >>conftest.$ac_ext <<_ACEOF
47948 /* end confdefs.h.  */
47949
47950                     #include <sys/time.h>
47951                     #include <unistd.h>
47952
47953 int
47954 main ()
47955 {
47956
47957                     struct timeval tv;
47958                     gettimeofday(&tv);
47959
47960   ;
47961   return 0;
47962 }
47963 _ACEOF
47964 rm -f conftest.$ac_objext
47965 if { (ac_try="$ac_compile"
47966 case "(($ac_try" in
47967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47968   *) ac_try_echo=$ac_try;;
47969 esac
47970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47971   (eval "$ac_compile") 2>conftest.er1
47972   ac_status=$?
47973   grep -v '^ *+' conftest.er1 >conftest.err
47974   rm -f conftest.er1
47975   cat conftest.err >&5
47976   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47977   (exit $ac_status); } && {
47978          test -z "$ac_c_werror_flag" ||
47979          test ! -s conftest.err
47980        } && test -s conftest.$ac_objext; then
47981   wx_cv_func_gettimeofday_has_2_args=no
47982 else
47983   echo "$as_me: failed program was:" >&5
47984 sed 's/^/| /' conftest.$ac_ext >&5
47985
47986
47987                     { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
47988 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
47989                     wx_cv_func_gettimeofday_has_2_args=unknown
47990
47991
47992 fi
47993
47994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47995
47996 fi
47997
47998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47999
48000 fi
48001 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
48002 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
48003
48004     if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
48005         cat >>confdefs.h <<\_ACEOF
48006 #define WX_GETTIMEOFDAY_NO_TZ 1
48007 _ACEOF
48008
48009     fi
48010 fi
48011
48012 if test "$wxUSE_DATETIME" = "yes"; then
48013             { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
48014 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
48015 if test "${wx_cv_var_timezone+set}" = set; then
48016   echo $ECHO_N "(cached) $ECHO_C" >&6
48017 else
48018
48019                         ac_ext=cpp
48020 ac_cpp='$CXXCPP $CPPFLAGS'
48021 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48022 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48023 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48024
48025                         cat >conftest.$ac_ext <<_ACEOF
48026 /* confdefs.h.  */
48027 _ACEOF
48028 cat confdefs.h >>conftest.$ac_ext
48029 cat >>conftest.$ac_ext <<_ACEOF
48030 /* end confdefs.h.  */
48031
48032                                 #include <time.h>
48033
48034 int
48035 main ()
48036 {
48037
48038                                 int tz;
48039                                 tz = timezone;
48040
48041   ;
48042   return 0;
48043 }
48044 _ACEOF
48045 rm -f conftest.$ac_objext
48046 if { (ac_try="$ac_compile"
48047 case "(($ac_try" in
48048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48049   *) ac_try_echo=$ac_try;;
48050 esac
48051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48052   (eval "$ac_compile") 2>conftest.er1
48053   ac_status=$?
48054   grep -v '^ *+' conftest.er1 >conftest.err
48055   rm -f conftest.er1
48056   cat conftest.err >&5
48057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48058   (exit $ac_status); } && {
48059          test -z "$ac_cxx_werror_flag" ||
48060          test ! -s conftest.err
48061        } && test -s conftest.$ac_objext; then
48062
48063                                 wx_cv_var_timezone=timezone
48064
48065 else
48066   echo "$as_me: failed program was:" >&5
48067 sed 's/^/| /' conftest.$ac_ext >&5
48068
48069
48070                                 cat >conftest.$ac_ext <<_ACEOF
48071 /* confdefs.h.  */
48072 _ACEOF
48073 cat confdefs.h >>conftest.$ac_ext
48074 cat >>conftest.$ac_ext <<_ACEOF
48075 /* end confdefs.h.  */
48076
48077                                         #include <time.h>
48078
48079 int
48080 main ()
48081 {
48082
48083                                         int tz;
48084                                         tz = _timezone;
48085
48086   ;
48087   return 0;
48088 }
48089 _ACEOF
48090 rm -f conftest.$ac_objext
48091 if { (ac_try="$ac_compile"
48092 case "(($ac_try" in
48093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48094   *) ac_try_echo=$ac_try;;
48095 esac
48096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48097   (eval "$ac_compile") 2>conftest.er1
48098   ac_status=$?
48099   grep -v '^ *+' conftest.er1 >conftest.err
48100   rm -f conftest.er1
48101   cat conftest.err >&5
48102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48103   (exit $ac_status); } && {
48104          test -z "$ac_cxx_werror_flag" ||
48105          test ! -s conftest.err
48106        } && test -s conftest.$ac_objext; then
48107
48108                                         wx_cv_var_timezone=_timezone
48109
48110 else
48111   echo "$as_me: failed program was:" >&5
48112 sed 's/^/| /' conftest.$ac_ext >&5
48113
48114
48115                                         cat >conftest.$ac_ext <<_ACEOF
48116 /* confdefs.h.  */
48117 _ACEOF
48118 cat confdefs.h >>conftest.$ac_ext
48119 cat >>conftest.$ac_ext <<_ACEOF
48120 /* end confdefs.h.  */
48121
48122                                                 #include <time.h>
48123
48124 int
48125 main ()
48126 {
48127
48128                                                 int tz;
48129                                                 tz = __timezone;
48130
48131   ;
48132   return 0;
48133 }
48134 _ACEOF
48135 rm -f conftest.$ac_objext
48136 if { (ac_try="$ac_compile"
48137 case "(($ac_try" in
48138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48139   *) ac_try_echo=$ac_try;;
48140 esac
48141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48142   (eval "$ac_compile") 2>conftest.er1
48143   ac_status=$?
48144   grep -v '^ *+' conftest.er1 >conftest.err
48145   rm -f conftest.er1
48146   cat conftest.err >&5
48147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48148   (exit $ac_status); } && {
48149          test -z "$ac_cxx_werror_flag" ||
48150          test ! -s conftest.err
48151        } && test -s conftest.$ac_objext; then
48152
48153                                                 wx_cv_var_timezone=__timezone
48154
48155 else
48156   echo "$as_me: failed program was:" >&5
48157 sed 's/^/| /' conftest.$ac_ext >&5
48158
48159
48160                                                 if test "$USE_DOS" = 0 ; then
48161                                                     { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
48162 echo "$as_me: WARNING: no timezone variable" >&2;}
48163                                                 fi
48164
48165
48166 fi
48167
48168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48169
48170
48171 fi
48172
48173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48174
48175
48176 fi
48177
48178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48179                         ac_ext=c
48180 ac_cpp='$CPP $CPPFLAGS'
48181 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48182 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48183 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48184
48185
48186
48187 fi
48188 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
48189 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
48190
48191         if test "x$wx_cv_var_timezone" != x ; then
48192         cat >>confdefs.h <<_ACEOF
48193 #define WX_TIMEZONE $wx_cv_var_timezone
48194 _ACEOF
48195
48196     fi
48197
48198
48199 for ac_func in localtime
48200 do
48201 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
48202 { echo "$as_me:$LINENO: checking for $ac_func" >&5
48203 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
48204 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
48205   echo $ECHO_N "(cached) $ECHO_C" >&6
48206 else
48207   cat >conftest.$ac_ext <<_ACEOF
48208 /* confdefs.h.  */
48209 _ACEOF
48210 cat confdefs.h >>conftest.$ac_ext
48211 cat >>conftest.$ac_ext <<_ACEOF
48212 /* end confdefs.h.  */
48213 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
48214    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
48215 #define $ac_func innocuous_$ac_func
48216
48217 /* System header to define __stub macros and hopefully few prototypes,
48218     which can conflict with char $ac_func (); below.
48219     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
48220     <limits.h> exists even on freestanding compilers.  */
48221
48222 #ifdef __STDC__
48223 # include <limits.h>
48224 #else
48225 # include <assert.h>
48226 #endif
48227
48228 #undef $ac_func
48229
48230 /* Override any GCC internal prototype to avoid an error.
48231    Use char because int might match the return type of a GCC
48232    builtin and then its argument prototype would still apply.  */
48233 #ifdef __cplusplus
48234 extern "C"
48235 #endif
48236 char $ac_func ();
48237 /* The GNU C library defines this for functions which it implements
48238     to always fail with ENOSYS.  Some functions are actually named
48239     something starting with __ and the normal name is an alias.  */
48240 #if defined __stub_$ac_func || defined __stub___$ac_func
48241 choke me
48242 #endif
48243
48244 int
48245 main ()
48246 {
48247 return $ac_func ();
48248   ;
48249   return 0;
48250 }
48251 _ACEOF
48252 rm -f conftest.$ac_objext conftest$ac_exeext
48253 if { (ac_try="$ac_link"
48254 case "(($ac_try" in
48255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48256   *) ac_try_echo=$ac_try;;
48257 esac
48258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48259   (eval "$ac_link") 2>conftest.er1
48260   ac_status=$?
48261   grep -v '^ *+' conftest.er1 >conftest.err
48262   rm -f conftest.er1
48263   cat conftest.err >&5
48264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48265   (exit $ac_status); } && {
48266          test -z "$ac_c_werror_flag" ||
48267          test ! -s conftest.err
48268        } && test -s conftest$ac_exeext &&
48269        $as_test_x conftest$ac_exeext; then
48270   eval "$as_ac_var=yes"
48271 else
48272   echo "$as_me: failed program was:" >&5
48273 sed 's/^/| /' conftest.$ac_ext >&5
48274
48275         eval "$as_ac_var=no"
48276 fi
48277
48278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
48279       conftest$ac_exeext conftest.$ac_ext
48280 fi
48281 ac_res=`eval echo '${'$as_ac_var'}'`
48282                { echo "$as_me:$LINENO: result: $ac_res" >&5
48283 echo "${ECHO_T}$ac_res" >&6; }
48284 if test `eval echo '${'$as_ac_var'}'` = yes; then
48285   cat >>confdefs.h <<_ACEOF
48286 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
48287 _ACEOF
48288
48289 fi
48290 done
48291
48292
48293     if test "$ac_cv_func_localtime" = "yes"; then
48294         { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
48295 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
48296 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
48297   echo $ECHO_N "(cached) $ECHO_C" >&6
48298 else
48299
48300             cat >conftest.$ac_ext <<_ACEOF
48301 /* confdefs.h.  */
48302 _ACEOF
48303 cat confdefs.h >>conftest.$ac_ext
48304 cat >>conftest.$ac_ext <<_ACEOF
48305 /* end confdefs.h.  */
48306
48307                     #include <time.h>
48308
48309 int
48310 main ()
48311 {
48312
48313                     struct tm tm;
48314                     tm.tm_gmtoff++;
48315
48316   ;
48317   return 0;
48318 }
48319 _ACEOF
48320 rm -f conftest.$ac_objext
48321 if { (ac_try="$ac_compile"
48322 case "(($ac_try" in
48323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48324   *) ac_try_echo=$ac_try;;
48325 esac
48326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48327   (eval "$ac_compile") 2>conftest.er1
48328   ac_status=$?
48329   grep -v '^ *+' conftest.er1 >conftest.err
48330   rm -f conftest.er1
48331   cat conftest.err >&5
48332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48333   (exit $ac_status); } && {
48334          test -z "$ac_c_werror_flag" ||
48335          test ! -s conftest.err
48336        } && test -s conftest.$ac_objext; then
48337
48338                     wx_cv_struct_tm_has_gmtoff=yes
48339
48340 else
48341   echo "$as_me: failed program was:" >&5
48342 sed 's/^/| /' conftest.$ac_ext >&5
48343
48344         wx_cv_struct_tm_has_gmtoff=no
48345
48346 fi
48347
48348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48349
48350 fi
48351 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
48352 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
48353     fi
48354
48355     if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
48356         cat >>confdefs.h <<\_ACEOF
48357 #define WX_GMTOFF_IN_TM 1
48358 _ACEOF
48359
48360     fi
48361
48362     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
48363 fi
48364
48365
48366 if test "$wxUSE_SOCKETS" = "yes"; then
48367         if test "$TOOLKIT" != "MSW"; then
48368                 { echo "$as_me:$LINENO: checking for socket" >&5
48369 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
48370 if test "${ac_cv_func_socket+set}" = set; then
48371   echo $ECHO_N "(cached) $ECHO_C" >&6
48372 else
48373   cat >conftest.$ac_ext <<_ACEOF
48374 /* confdefs.h.  */
48375 _ACEOF
48376 cat confdefs.h >>conftest.$ac_ext
48377 cat >>conftest.$ac_ext <<_ACEOF
48378 /* end confdefs.h.  */
48379 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
48380    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
48381 #define socket innocuous_socket
48382
48383 /* System header to define __stub macros and hopefully few prototypes,
48384     which can conflict with char socket (); below.
48385     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
48386     <limits.h> exists even on freestanding compilers.  */
48387
48388 #ifdef __STDC__
48389 # include <limits.h>
48390 #else
48391 # include <assert.h>
48392 #endif
48393
48394 #undef socket
48395
48396 /* Override any GCC internal prototype to avoid an error.
48397    Use char because int might match the return type of a GCC
48398    builtin and then its argument prototype would still apply.  */
48399 #ifdef __cplusplus
48400 extern "C"
48401 #endif
48402 char socket ();
48403 /* The GNU C library defines this for functions which it implements
48404     to always fail with ENOSYS.  Some functions are actually named
48405     something starting with __ and the normal name is an alias.  */
48406 #if defined __stub_socket || defined __stub___socket
48407 choke me
48408 #endif
48409
48410 int
48411 main ()
48412 {
48413 return socket ();
48414   ;
48415   return 0;
48416 }
48417 _ACEOF
48418 rm -f conftest.$ac_objext conftest$ac_exeext
48419 if { (ac_try="$ac_link"
48420 case "(($ac_try" in
48421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48422   *) ac_try_echo=$ac_try;;
48423 esac
48424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48425   (eval "$ac_link") 2>conftest.er1
48426   ac_status=$?
48427   grep -v '^ *+' conftest.er1 >conftest.err
48428   rm -f conftest.er1
48429   cat conftest.err >&5
48430   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48431   (exit $ac_status); } && {
48432          test -z "$ac_c_werror_flag" ||
48433          test ! -s conftest.err
48434        } && test -s conftest$ac_exeext &&
48435        $as_test_x conftest$ac_exeext; then
48436   ac_cv_func_socket=yes
48437 else
48438   echo "$as_me: failed program was:" >&5
48439 sed 's/^/| /' conftest.$ac_ext >&5
48440
48441         ac_cv_func_socket=no
48442 fi
48443
48444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
48445       conftest$ac_exeext conftest.$ac_ext
48446 fi
48447 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
48448 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
48449 if test $ac_cv_func_socket = yes; then
48450   :
48451 else
48452
48453                 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
48454 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
48455 if test "${ac_cv_lib_socket_socket+set}" = set; then
48456   echo $ECHO_N "(cached) $ECHO_C" >&6
48457 else
48458   ac_check_lib_save_LIBS=$LIBS
48459 LIBS="-lsocket  $LIBS"
48460 cat >conftest.$ac_ext <<_ACEOF
48461 /* confdefs.h.  */
48462 _ACEOF
48463 cat confdefs.h >>conftest.$ac_ext
48464 cat >>conftest.$ac_ext <<_ACEOF
48465 /* end confdefs.h.  */
48466
48467 /* Override any GCC internal prototype to avoid an error.
48468    Use char because int might match the return type of a GCC
48469    builtin and then its argument prototype would still apply.  */
48470 #ifdef __cplusplus
48471 extern "C"
48472 #endif
48473 char socket ();
48474 int
48475 main ()
48476 {
48477 return socket ();
48478   ;
48479   return 0;
48480 }
48481 _ACEOF
48482 rm -f conftest.$ac_objext conftest$ac_exeext
48483 if { (ac_try="$ac_link"
48484 case "(($ac_try" in
48485   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48486   *) ac_try_echo=$ac_try;;
48487 esac
48488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48489   (eval "$ac_link") 2>conftest.er1
48490   ac_status=$?
48491   grep -v '^ *+' conftest.er1 >conftest.err
48492   rm -f conftest.er1
48493   cat conftest.err >&5
48494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48495   (exit $ac_status); } && {
48496          test -z "$ac_c_werror_flag" ||
48497          test ! -s conftest.err
48498        } && test -s conftest$ac_exeext &&
48499        $as_test_x conftest$ac_exeext; then
48500   ac_cv_lib_socket_socket=yes
48501 else
48502   echo "$as_me: failed program was:" >&5
48503 sed 's/^/| /' conftest.$ac_ext >&5
48504
48505         ac_cv_lib_socket_socket=no
48506 fi
48507
48508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
48509       conftest$ac_exeext conftest.$ac_ext
48510 LIBS=$ac_check_lib_save_LIBS
48511 fi
48512 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
48513 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
48514 if test $ac_cv_lib_socket_socket = yes; then
48515   if test "$INET_LINK" != " -lsocket"; then
48516                         INET_LINK="$INET_LINK -lsocket"
48517                     fi
48518 else
48519
48520                         { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
48521 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
48522                         wxUSE_SOCKETS=no
48523
48524
48525 fi
48526
48527
48528
48529 fi
48530
48531     fi
48532 fi
48533
48534 if test "$wxUSE_SOCKETS" = "yes" ; then
48535                 if test "$TOOLKIT" != "MSW"; then
48536                                         { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
48537 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
48538 if test "${wx_cv_type_getsockname3+set}" = set; then
48539   echo $ECHO_N "(cached) $ECHO_C" >&6
48540 else
48541
48542                 ac_ext=cpp
48543 ac_cpp='$CXXCPP $CPPFLAGS'
48544 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48545 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48546 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48547
48548                 cat >conftest.$ac_ext <<_ACEOF
48549 /* confdefs.h.  */
48550 _ACEOF
48551 cat confdefs.h >>conftest.$ac_ext
48552 cat >>conftest.$ac_ext <<_ACEOF
48553 /* end confdefs.h.  */
48554
48555                         #include <sys/types.h>
48556                         #include <sys/socket.h>
48557
48558 int
48559 main ()
48560 {
48561
48562                         socklen_t len;
48563                         getsockname(0, 0, &len);
48564
48565   ;
48566   return 0;
48567 }
48568 _ACEOF
48569 rm -f conftest.$ac_objext
48570 if { (ac_try="$ac_compile"
48571 case "(($ac_try" in
48572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48573   *) ac_try_echo=$ac_try;;
48574 esac
48575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48576   (eval "$ac_compile") 2>conftest.er1
48577   ac_status=$?
48578   grep -v '^ *+' conftest.er1 >conftest.err
48579   rm -f conftest.er1
48580   cat conftest.err >&5
48581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48582   (exit $ac_status); } && {
48583          test -z "$ac_cxx_werror_flag" ||
48584          test ! -s conftest.err
48585        } && test -s conftest.$ac_objext; then
48586   wx_cv_type_getsockname3=socklen_t
48587 else
48588   echo "$as_me: failed program was:" >&5
48589 sed 's/^/| /' conftest.$ac_ext >&5
48590
48591
48592                                                                                                                                                                         CFLAGS_OLD="$CFLAGS"
48593                         if test "$GCC" = yes ; then
48594                             CFLAGS="-Werror $CFLAGS"
48595                         fi
48596
48597                         cat >conftest.$ac_ext <<_ACEOF
48598 /* confdefs.h.  */
48599 _ACEOF
48600 cat confdefs.h >>conftest.$ac_ext
48601 cat >>conftest.$ac_ext <<_ACEOF
48602 /* end confdefs.h.  */
48603
48604                                 #include <sys/types.h>
48605                                 #include <sys/socket.h>
48606
48607 int
48608 main ()
48609 {
48610
48611                                 size_t len;
48612                                 getsockname(0, 0, &len);
48613
48614   ;
48615   return 0;
48616 }
48617 _ACEOF
48618 rm -f conftest.$ac_objext
48619 if { (ac_try="$ac_compile"
48620 case "(($ac_try" in
48621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48622   *) ac_try_echo=$ac_try;;
48623 esac
48624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48625   (eval "$ac_compile") 2>conftest.er1
48626   ac_status=$?
48627   grep -v '^ *+' conftest.er1 >conftest.err
48628   rm -f conftest.er1
48629   cat conftest.err >&5
48630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48631   (exit $ac_status); } && {
48632          test -z "$ac_cxx_werror_flag" ||
48633          test ! -s conftest.err
48634        } && test -s conftest.$ac_objext; then
48635   wx_cv_type_getsockname3=size_t
48636 else
48637   echo "$as_me: failed program was:" >&5
48638 sed 's/^/| /' conftest.$ac_ext >&5
48639
48640         cat >conftest.$ac_ext <<_ACEOF
48641 /* confdefs.h.  */
48642 _ACEOF
48643 cat confdefs.h >>conftest.$ac_ext
48644 cat >>conftest.$ac_ext <<_ACEOF
48645 /* end confdefs.h.  */
48646
48647                                     #include <sys/types.h>
48648                                     #include <sys/socket.h>
48649
48650 int
48651 main ()
48652 {
48653
48654                                     int len;
48655                                     getsockname(0, 0, &len);
48656
48657   ;
48658   return 0;
48659 }
48660 _ACEOF
48661 rm -f conftest.$ac_objext
48662 if { (ac_try="$ac_compile"
48663 case "(($ac_try" in
48664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48665   *) ac_try_echo=$ac_try;;
48666 esac
48667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48668   (eval "$ac_compile") 2>conftest.er1
48669   ac_status=$?
48670   grep -v '^ *+' conftest.er1 >conftest.err
48671   rm -f conftest.er1
48672   cat conftest.err >&5
48673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48674   (exit $ac_status); } && {
48675          test -z "$ac_cxx_werror_flag" ||
48676          test ! -s conftest.err
48677        } && test -s conftest.$ac_objext; then
48678   wx_cv_type_getsockname3=int
48679 else
48680   echo "$as_me: failed program was:" >&5
48681 sed 's/^/| /' conftest.$ac_ext >&5
48682
48683         wx_cv_type_getsockname3=unknown
48684
48685 fi
48686
48687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48688
48689 fi
48690
48691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48692
48693                         CFLAGS="$CFLAGS_OLD"
48694
48695
48696 fi
48697
48698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48699                 ac_ext=c
48700 ac_cpp='$CPP $CPPFLAGS'
48701 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48702 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48703 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48704
48705
48706 fi
48707 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
48708 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
48709
48710         if test "$wx_cv_type_getsockname3" = "unknown"; then
48711             wxUSE_SOCKETS=no
48712             { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
48713 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
48714         else
48715             cat >>confdefs.h <<_ACEOF
48716 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
48717 _ACEOF
48718
48719         fi
48720                 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
48721 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
48722 if test "${wx_cv_type_getsockopt5+set}" = set; then
48723   echo $ECHO_N "(cached) $ECHO_C" >&6
48724 else
48725
48726                                                                                                 ac_ext=cpp
48727 ac_cpp='$CXXCPP $CPPFLAGS'
48728 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48729 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48730 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48731
48732                 cat >conftest.$ac_ext <<_ACEOF
48733 /* confdefs.h.  */
48734 _ACEOF
48735 cat confdefs.h >>conftest.$ac_ext
48736 cat >>conftest.$ac_ext <<_ACEOF
48737 /* end confdefs.h.  */
48738
48739                         #include <sys/types.h>
48740                         #include <sys/socket.h>
48741
48742 int
48743 main ()
48744 {
48745
48746                         socklen_t len;
48747                         getsockopt(0, 0, 0, 0, &len);
48748
48749   ;
48750   return 0;
48751 }
48752 _ACEOF
48753 rm -f conftest.$ac_objext
48754 if { (ac_try="$ac_compile"
48755 case "(($ac_try" in
48756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48757   *) ac_try_echo=$ac_try;;
48758 esac
48759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48760   (eval "$ac_compile") 2>conftest.er1
48761   ac_status=$?
48762   grep -v '^ *+' conftest.er1 >conftest.err
48763   rm -f conftest.er1
48764   cat conftest.err >&5
48765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48766   (exit $ac_status); } && {
48767          test -z "$ac_cxx_werror_flag" ||
48768          test ! -s conftest.err
48769        } && test -s conftest.$ac_objext; then
48770   wx_cv_type_getsockopt5=socklen_t
48771 else
48772   echo "$as_me: failed program was:" >&5
48773 sed 's/^/| /' conftest.$ac_ext >&5
48774
48775
48776                         cat >conftest.$ac_ext <<_ACEOF
48777 /* confdefs.h.  */
48778 _ACEOF
48779 cat confdefs.h >>conftest.$ac_ext
48780 cat >>conftest.$ac_ext <<_ACEOF
48781 /* end confdefs.h.  */
48782
48783                                 #include <sys/types.h>
48784                                 #include <sys/socket.h>
48785
48786 int
48787 main ()
48788 {
48789
48790                                 size_t len;
48791                                 getsockopt(0, 0, 0, 0, &len);
48792
48793   ;
48794   return 0;
48795 }
48796 _ACEOF
48797 rm -f conftest.$ac_objext
48798 if { (ac_try="$ac_compile"
48799 case "(($ac_try" in
48800   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48801   *) ac_try_echo=$ac_try;;
48802 esac
48803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48804   (eval "$ac_compile") 2>conftest.er1
48805   ac_status=$?
48806   grep -v '^ *+' conftest.er1 >conftest.err
48807   rm -f conftest.er1
48808   cat conftest.err >&5
48809   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48810   (exit $ac_status); } && {
48811          test -z "$ac_cxx_werror_flag" ||
48812          test ! -s conftest.err
48813        } && test -s conftest.$ac_objext; then
48814   wx_cv_type_getsockopt5=size_t
48815 else
48816   echo "$as_me: failed program was:" >&5
48817 sed 's/^/| /' conftest.$ac_ext >&5
48818
48819         cat >conftest.$ac_ext <<_ACEOF
48820 /* confdefs.h.  */
48821 _ACEOF
48822 cat confdefs.h >>conftest.$ac_ext
48823 cat >>conftest.$ac_ext <<_ACEOF
48824 /* end confdefs.h.  */
48825
48826                                     #include <sys/types.h>
48827                                     #include <sys/socket.h>
48828
48829 int
48830 main ()
48831 {
48832
48833                                     int len;
48834                                     getsockopt(0, 0, 0, 0, &len);
48835
48836   ;
48837   return 0;
48838 }
48839 _ACEOF
48840 rm -f conftest.$ac_objext
48841 if { (ac_try="$ac_compile"
48842 case "(($ac_try" in
48843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48844   *) ac_try_echo=$ac_try;;
48845 esac
48846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48847   (eval "$ac_compile") 2>conftest.er1
48848   ac_status=$?
48849   grep -v '^ *+' conftest.er1 >conftest.err
48850   rm -f conftest.er1
48851   cat conftest.err >&5
48852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48853   (exit $ac_status); } && {
48854          test -z "$ac_cxx_werror_flag" ||
48855          test ! -s conftest.err
48856        } && test -s conftest.$ac_objext; then
48857   wx_cv_type_getsockopt5=int
48858 else
48859   echo "$as_me: failed program was:" >&5
48860 sed 's/^/| /' conftest.$ac_ext >&5
48861
48862         wx_cv_type_getsockopt5=unknown
48863
48864 fi
48865
48866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48867
48868 fi
48869
48870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48871
48872
48873 fi
48874
48875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48876                 ac_ext=c
48877 ac_cpp='$CPP $CPPFLAGS'
48878 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48879 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48880 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48881
48882
48883 fi
48884 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
48885 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
48886
48887         if test "$wx_cv_type_getsockopt5" = "unknown"; then
48888             wxUSE_SOCKETS=no
48889             { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
48890 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
48891         else
48892             cat >>confdefs.h <<_ACEOF
48893 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
48894 _ACEOF
48895
48896         fi
48897     fi
48898 fi
48899
48900 if test "$wxUSE_SOCKETS" = "yes" ; then
48901     if test "$wxUSE_IPV6" = "yes"; then
48902         { echo "$as_me:$LINENO: checking whether we have sockaddr_in6" >&5
48903 echo $ECHO_N "checking whether we have sockaddr_in6... $ECHO_C" >&6; }
48904 if test "${wx_cv_type_sockaddr_in6+set}" = set; then
48905   echo $ECHO_N "(cached) $ECHO_C" >&6
48906 else
48907
48908                 cat >conftest.$ac_ext <<_ACEOF
48909 /* confdefs.h.  */
48910 _ACEOF
48911 cat confdefs.h >>conftest.$ac_ext
48912 cat >>conftest.$ac_ext <<_ACEOF
48913 /* end confdefs.h.  */
48914
48915                         #include <sys/types.h>
48916                         #include <sys/socket.h>
48917                         #include <netinet/in.h>
48918
48919 int
48920 main ()
48921 {
48922
48923                         struct sockaddr_in6 sa6;
48924
48925   ;
48926   return 0;
48927 }
48928 _ACEOF
48929 rm -f conftest.$ac_objext
48930 if { (ac_try="$ac_compile"
48931 case "(($ac_try" in
48932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48933   *) ac_try_echo=$ac_try;;
48934 esac
48935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48936   (eval "$ac_compile") 2>conftest.er1
48937   ac_status=$?
48938   grep -v '^ *+' conftest.er1 >conftest.err
48939   rm -f conftest.er1
48940   cat conftest.err >&5
48941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48942   (exit $ac_status); } && {
48943          test -z "$ac_c_werror_flag" ||
48944          test ! -s conftest.err
48945        } && test -s conftest.$ac_objext; then
48946   wx_cv_type_sockaddr_in6=yes
48947 else
48948   echo "$as_me: failed program was:" >&5
48949 sed 's/^/| /' conftest.$ac_ext >&5
48950
48951         wx_cv_type_sockaddr_in6=no
48952
48953 fi
48954
48955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48956
48957
48958 fi
48959 { echo "$as_me:$LINENO: result: $wx_cv_type_sockaddr_in6" >&5
48960 echo "${ECHO_T}$wx_cv_type_sockaddr_in6" >&6; }
48961
48962         if test "$wx_cv_type_sockaddr_in6"="yes"; then
48963             cat >>confdefs.h <<\_ACEOF
48964 #define wxUSE_IPV6 1
48965 _ACEOF
48966
48967         else
48968             { echo "$as_me:$LINENO: WARNING: IPv6 support not available... disabled" >&5
48969 echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
48970         fi
48971     fi
48972
48973     cat >>confdefs.h <<\_ACEOF
48974 #define wxUSE_SOCKETS 1
48975 _ACEOF
48976
48977     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
48978 fi
48979
48980 if test "$wxUSE_PROTOCOL" = "yes"; then
48981     if test "$wxUSE_SOCKETS" != "yes"; then
48982         { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
48983 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
48984         wxUSE_PROTOCOL=no
48985     fi
48986 fi
48987
48988 if test "$wxUSE_PROTOCOL" = "yes"; then
48989     cat >>confdefs.h <<\_ACEOF
48990 #define wxUSE_PROTOCOL 1
48991 _ACEOF
48992
48993
48994     if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
48995         cat >>confdefs.h <<\_ACEOF
48996 #define wxUSE_PROTOCOL_HTTP 1
48997 _ACEOF
48998
48999     fi
49000     if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
49001         cat >>confdefs.h <<\_ACEOF
49002 #define wxUSE_PROTOCOL_FTP 1
49003 _ACEOF
49004
49005     fi
49006     if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
49007         cat >>confdefs.h <<\_ACEOF
49008 #define wxUSE_PROTOCOL_FILE 1
49009 _ACEOF
49010
49011     fi
49012 else
49013     if test "$wxUSE_FS_INET" = "yes"; then
49014         { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
49015 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
49016         wxUSE_FS_INET="no"
49017     fi
49018 fi
49019
49020 if test "$wxUSE_URL" = "yes"; then
49021     if test "$wxUSE_PROTOCOL" != "yes"; then
49022         { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
49023 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
49024         wxUSE_URL=no
49025     fi
49026     if test "$wxUSE_URL" = "yes"; then
49027         cat >>confdefs.h <<\_ACEOF
49028 #define wxUSE_URL 1
49029 _ACEOF
49030
49031     fi
49032 fi
49033
49034 if test "$wxUSE_VARIANT" = "yes"; then
49035     cat >>confdefs.h <<\_ACEOF
49036 #define wxUSE_VARIANT 1
49037 _ACEOF
49038
49039 fi
49040
49041 if test "$wxUSE_FS_INET" = "yes"; then
49042   cat >>confdefs.h <<\_ACEOF
49043 #define wxUSE_FS_INET 1
49044 _ACEOF
49045
49046 fi
49047
49048
49049 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
49050     wxUSE_JOYSTICK=no
49051
49052         if test "$TOOLKIT" = "MSW"; then
49053         wxUSE_JOYSTICK=yes
49054
49055         elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
49056         if test "$USE_DARWIN" = 1; then
49057                         { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
49058 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
49059             ac_ext=cpp
49060 ac_cpp='$CXXCPP $CPPFLAGS'
49061 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49062 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49063 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49064
49065             cat >conftest.$ac_ext <<_ACEOF
49066 /* confdefs.h.  */
49067 _ACEOF
49068 cat confdefs.h >>conftest.$ac_ext
49069 cat >>conftest.$ac_ext <<_ACEOF
49070 /* end confdefs.h.  */
49071  #include <IOKit/hid/IOHIDLib.h>
49072 int
49073 main ()
49074 {
49075  IOHIDQueueInterface *qi = NULL;
49076                               IOHIDCallbackFunction cb = NULL;
49077                               qi->setEventCallout(NULL, cb, NULL, NULL);
49078   ;
49079   return 0;
49080 }
49081 _ACEOF
49082 rm -f conftest.$ac_objext
49083 if { (ac_try="$ac_compile"
49084 case "(($ac_try" in
49085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49086   *) ac_try_echo=$ac_try;;
49087 esac
49088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49089   (eval "$ac_compile") 2>conftest.er1
49090   ac_status=$?
49091   grep -v '^ *+' conftest.er1 >conftest.err
49092   rm -f conftest.er1
49093   cat conftest.err >&5
49094   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49095   (exit $ac_status); } && {
49096          test -z "$ac_cxx_werror_flag" ||
49097          test ! -s conftest.err
49098        } && test -s conftest.$ac_objext; then
49099    wxUSE_JOYSTICK=yes
49100
49101 else
49102   echo "$as_me: failed program was:" >&5
49103 sed 's/^/| /' conftest.$ac_ext >&5
49104
49105
49106 fi
49107
49108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49109             ac_ext=c
49110 ac_cpp='$CPP $CPPFLAGS'
49111 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49112 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49113 ac_compiler_gnu=$ac_cv_c_compiler_gnu
49114
49115             { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
49116 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
49117         fi
49118
49119         else
49120
49121 for ac_header in linux/joystick.h
49122 do
49123 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
49124 { echo "$as_me:$LINENO: checking for $ac_header" >&5
49125 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
49126 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
49127   echo $ECHO_N "(cached) $ECHO_C" >&6
49128 else
49129   cat >conftest.$ac_ext <<_ACEOF
49130 /* confdefs.h.  */
49131 _ACEOF
49132 cat confdefs.h >>conftest.$ac_ext
49133 cat >>conftest.$ac_ext <<_ACEOF
49134 /* end confdefs.h.  */
49135 $ac_includes_default
49136
49137 #include <$ac_header>
49138 _ACEOF
49139 rm -f conftest.$ac_objext
49140 if { (ac_try="$ac_compile"
49141 case "(($ac_try" in
49142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49143   *) ac_try_echo=$ac_try;;
49144 esac
49145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49146   (eval "$ac_compile") 2>conftest.er1
49147   ac_status=$?
49148   grep -v '^ *+' conftest.er1 >conftest.err
49149   rm -f conftest.er1
49150   cat conftest.err >&5
49151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49152   (exit $ac_status); } && {
49153          test -z "$ac_c_werror_flag" ||
49154          test ! -s conftest.err
49155        } && test -s conftest.$ac_objext; then
49156   eval "$as_ac_Header=yes"
49157 else
49158   echo "$as_me: failed program was:" >&5
49159 sed 's/^/| /' conftest.$ac_ext >&5
49160
49161         eval "$as_ac_Header=no"
49162 fi
49163
49164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49165 fi
49166 ac_res=`eval echo '${'$as_ac_Header'}'`
49167                { echo "$as_me:$LINENO: result: $ac_res" >&5
49168 echo "${ECHO_T}$ac_res" >&6; }
49169 if test `eval echo '${'$as_ac_Header'}'` = yes; then
49170   cat >>confdefs.h <<_ACEOF
49171 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
49172 _ACEOF
49173  wxUSE_JOYSTICK=yes
49174 fi
49175
49176 done
49177
49178     fi
49179
49180     if test "$wxUSE_JOYSTICK" = "yes"; then
49181         cat >>confdefs.h <<\_ACEOF
49182 #define wxUSE_JOYSTICK 1
49183 _ACEOF
49184
49185         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
49186     else
49187         { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
49188 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
49189     fi
49190 fi
49191
49192
49193
49194 if test "$wxUSE_FONTENUM" = "yes" ; then
49195   cat >>confdefs.h <<\_ACEOF
49196 #define wxUSE_FONTENUM 1
49197 _ACEOF
49198
49199 fi
49200
49201 if test "$wxUSE_FONTMAP" = "yes" ; then
49202   cat >>confdefs.h <<\_ACEOF
49203 #define wxUSE_FONTMAP 1
49204 _ACEOF
49205
49206 fi
49207
49208 if test "$wxUSE_UNICODE" = "yes" ; then
49209   cat >>confdefs.h <<\_ACEOF
49210 #define wxUSE_UNICODE 1
49211 _ACEOF
49212
49213
49214   if test "$USE_WIN32" != 1; then
49215       wxUSE_UNICODE_MSLU=no
49216   fi
49217
49218   if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
49219         { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
49220 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
49221 if test "${ac_cv_lib_unicows_main+set}" = set; then
49222   echo $ECHO_N "(cached) $ECHO_C" >&6
49223 else
49224   ac_check_lib_save_LIBS=$LIBS
49225 LIBS="-lunicows  $LIBS"
49226 cat >conftest.$ac_ext <<_ACEOF
49227 /* confdefs.h.  */
49228 _ACEOF
49229 cat confdefs.h >>conftest.$ac_ext
49230 cat >>conftest.$ac_ext <<_ACEOF
49231 /* end confdefs.h.  */
49232
49233
49234 int
49235 main ()
49236 {
49237 return main ();
49238   ;
49239   return 0;
49240 }
49241 _ACEOF
49242 rm -f conftest.$ac_objext conftest$ac_exeext
49243 if { (ac_try="$ac_link"
49244 case "(($ac_try" in
49245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49246   *) ac_try_echo=$ac_try;;
49247 esac
49248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49249   (eval "$ac_link") 2>conftest.er1
49250   ac_status=$?
49251   grep -v '^ *+' conftest.er1 >conftest.err
49252   rm -f conftest.er1
49253   cat conftest.err >&5
49254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49255   (exit $ac_status); } && {
49256          test -z "$ac_c_werror_flag" ||
49257          test ! -s conftest.err
49258        } && test -s conftest$ac_exeext &&
49259        $as_test_x conftest$ac_exeext; then
49260   ac_cv_lib_unicows_main=yes
49261 else
49262   echo "$as_me: failed program was:" >&5
49263 sed 's/^/| /' conftest.$ac_ext >&5
49264
49265         ac_cv_lib_unicows_main=no
49266 fi
49267
49268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
49269       conftest$ac_exeext conftest.$ac_ext
49270 LIBS=$ac_check_lib_save_LIBS
49271 fi
49272 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
49273 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
49274 if test $ac_cv_lib_unicows_main = yes; then
49275
49276                 cat >>confdefs.h <<\_ACEOF
49277 #define wxUSE_UNICODE_MSLU 1
49278 _ACEOF
49279
49280
49281 else
49282
49283                 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
49284                              Applications will only run on Windows NT/2000/XP!" >&5
49285 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
49286                              Applications will only run on Windows NT/2000/XP!" >&2;}
49287                 wxUSE_UNICODE_MSLU=no
49288
49289 fi
49290
49291     fi
49292 fi
49293
49294 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
49295     cat >>confdefs.h <<\_ACEOF
49296 #define wxUSE_UNICODE_UTF8 1
49297 _ACEOF
49298
49299
49300     if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
49301         cat >>confdefs.h <<\_ACEOF
49302 #define wxUSE_UTF8_LOCALE_ONLY 1
49303 _ACEOF
49304
49305     fi
49306 fi
49307
49308
49309 if test "$wxUSE_CONSTRAINTS" = "yes"; then
49310     cat >>confdefs.h <<\_ACEOF
49311 #define wxUSE_CONSTRAINTS 1
49312 _ACEOF
49313
49314     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
49315 fi
49316
49317 if test "$wxUSE_MDI" = "yes"; then
49318     cat >>confdefs.h <<\_ACEOF
49319 #define wxUSE_MDI 1
49320 _ACEOF
49321
49322
49323     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
49324         cat >>confdefs.h <<\_ACEOF
49325 #define wxUSE_MDI_ARCHITECTURE 1
49326 _ACEOF
49327
49328         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
49329     fi
49330 fi
49331
49332 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
49333     cat >>confdefs.h <<\_ACEOF
49334 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
49335 _ACEOF
49336
49337     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
49338 fi
49339
49340 if test "$wxUSE_HELP" = "yes"; then
49341     cat >>confdefs.h <<\_ACEOF
49342 #define wxUSE_HELP 1
49343 _ACEOF
49344
49345     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
49346
49347     if test "$wxUSE_MSW" = 1; then
49348       if test "$wxUSE_MS_HTML_HELP" = "yes"; then
49349         cat >>confdefs.h <<\_ACEOF
49350 #define wxUSE_MS_HTML_HELP 1
49351 _ACEOF
49352
49353       fi
49354     fi
49355
49356     if test "$wxUSE_WXHTML_HELP" = "yes"; then
49357       if test "$wxUSE_HTML" = "yes"; then
49358         cat >>confdefs.h <<\_ACEOF
49359 #define wxUSE_WXHTML_HELP 1
49360 _ACEOF
49361
49362       else
49363         { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
49364 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
49365         wxUSE_WXHTML_HELP=no
49366       fi
49367     fi
49368 fi
49369
49370 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
49371     cat >>confdefs.h <<\_ACEOF
49372 #define wxUSE_PRINTING_ARCHITECTURE 1
49373 _ACEOF
49374
49375     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
49376 fi
49377
49378 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
49379   cat >>confdefs.h <<\_ACEOF
49380 #define wxUSE_POSTSCRIPT 1
49381 _ACEOF
49382
49383 fi
49384
49385 cat >>confdefs.h <<\_ACEOF
49386 #define wxUSE_AFM_FOR_POSTSCRIPT 1
49387 _ACEOF
49388
49389
49390 if test "$wxUSE_SVG" = "yes"; then
49391     cat >>confdefs.h <<\_ACEOF
49392 #define wxUSE_SVG 1
49393 _ACEOF
49394
49395 fi
49396
49397
49398 if test "$wxUSE_METAFILE" = "yes"; then
49399     if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
49400         { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
49401 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
49402         wxUSE_METAFILE=no
49403     fi
49404 elif test "$wxUSE_METAFILE" = "auto"; then
49405     if test "$wxUSE_MSW" = 1 -o "$wxUSE_MAC" = 1 -o "$wxUSE_PM" = 1; then
49406         wxUSE_METAFILE=yes
49407     fi
49408 fi
49409
49410 if test "$wxUSE_METAFILE" = "yes"; then
49411     cat >>confdefs.h <<\_ACEOF
49412 #define wxUSE_METAFILE 1
49413 _ACEOF
49414
49415     if test "$wxUSE_MSW" = 1; then
49416                 cat >>confdefs.h <<\_ACEOF
49417 #define wxUSE_ENH_METAFILE 1
49418 _ACEOF
49419
49420     fi
49421 fi
49422
49423
49424 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ"       = "yes" \
49425                           -o "$wxUSE_CLIPBOARD"     = "yes" \
49426                           -o "$wxUSE_OLE"     = "yes" \
49427                           -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
49428     { echo "$as_me:$LINENO: checking for ole2.h" >&5
49429 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
49430 if test "${ac_cv_header_ole2_h+set}" = set; then
49431   echo $ECHO_N "(cached) $ECHO_C" >&6
49432 else
49433   cat >conftest.$ac_ext <<_ACEOF
49434 /* confdefs.h.  */
49435 _ACEOF
49436 cat confdefs.h >>conftest.$ac_ext
49437 cat >>conftest.$ac_ext <<_ACEOF
49438 /* end confdefs.h.  */
49439
49440
49441 #include <ole2.h>
49442 _ACEOF
49443 rm -f conftest.$ac_objext
49444 if { (ac_try="$ac_compile"
49445 case "(($ac_try" in
49446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49447   *) ac_try_echo=$ac_try;;
49448 esac
49449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49450   (eval "$ac_compile") 2>conftest.er1
49451   ac_status=$?
49452   grep -v '^ *+' conftest.er1 >conftest.err
49453   rm -f conftest.er1
49454   cat conftest.err >&5
49455   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49456   (exit $ac_status); } && {
49457          test -z "$ac_c_werror_flag" ||
49458          test ! -s conftest.err
49459        } && test -s conftest.$ac_objext; then
49460   ac_cv_header_ole2_h=yes
49461 else
49462   echo "$as_me: failed program was:" >&5
49463 sed 's/^/| /' conftest.$ac_ext >&5
49464
49465         ac_cv_header_ole2_h=no
49466 fi
49467
49468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49469 fi
49470 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
49471 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
49472
49473
49474
49475     if test "$ac_cv_header_ole2_h" = "yes" ; then
49476         if test "$GCC" = yes ; then
49477             { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
49478 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
49479             cat >conftest.$ac_ext <<_ACEOF
49480 /* confdefs.h.  */
49481 _ACEOF
49482 cat confdefs.h >>conftest.$ac_ext
49483 cat >>conftest.$ac_ext <<_ACEOF
49484 /* end confdefs.h.  */
49485 #include <windows.h>
49486                             #include <ole2.h>
49487 int
49488 main ()
49489 {
49490
49491   ;
49492   return 0;
49493 }
49494 _ACEOF
49495 rm -f conftest.$ac_objext
49496 if { (ac_try="$ac_compile"
49497 case "(($ac_try" in
49498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49499   *) ac_try_echo=$ac_try;;
49500 esac
49501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49502   (eval "$ac_compile") 2>conftest.er1
49503   ac_status=$?
49504   grep -v '^ *+' conftest.er1 >conftest.err
49505   rm -f conftest.er1
49506   cat conftest.err >&5
49507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49508   (exit $ac_status); } && {
49509          test -z "$ac_c_werror_flag" ||
49510          test ! -s conftest.err
49511        } && test -s conftest.$ac_objext; then
49512   { echo "$as_me:$LINENO: result: no" >&5
49513 echo "${ECHO_T}no" >&6; }
49514 else
49515   echo "$as_me: failed program was:" >&5
49516 sed 's/^/| /' conftest.$ac_ext >&5
49517
49518         { echo "$as_me:$LINENO: result: yes" >&5
49519 echo "${ECHO_T}yes" >&6; }
49520                             WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
49521 fi
49522
49523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49524             LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
49525             if test "$wxUSE_OLE" = "yes" ; then
49526                 cat >>confdefs.h <<\_ACEOF
49527 #define wxUSE_OLE 1
49528 _ACEOF
49529
49530                 cat >>confdefs.h <<\_ACEOF
49531 #define wxUSE_OLE_AUTOMATION 1
49532 _ACEOF
49533
49534                 cat >>confdefs.h <<\_ACEOF
49535 #define wxUSE_ACTIVEX 1
49536 _ACEOF
49537
49538                 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
49539             fi
49540         fi
49541
49542                 if test "$wxUSE_DATAOBJ" = "yes" ; then
49543             cat >>confdefs.h <<\_ACEOF
49544 #define wxUSE_DATAOBJ 1
49545 _ACEOF
49546
49547         fi
49548     else
49549         { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
49550 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
49551
49552         wxUSE_CLIPBOARD=no
49553         wxUSE_DRAG_AND_DROP=no
49554         wxUSE_DATAOBJ=no
49555         wxUSE_OLE=no
49556     fi
49557 fi
49558
49559 if test "$wxUSE_IPC" = "yes"; then
49560     if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
49561         { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
49562 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
49563         wxUSE_IPC=no
49564     fi
49565
49566     if test "$wxUSE_IPC" = "yes"; then
49567         cat >>confdefs.h <<\_ACEOF
49568 #define wxUSE_IPC 1
49569 _ACEOF
49570
49571         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
49572     fi
49573 fi
49574
49575 if test "$wxUSE_DATAOBJ" = "yes"; then
49576     cat >>confdefs.h <<\_ACEOF
49577 #define wxUSE_DATAOBJ 1
49578 _ACEOF
49579
49580 else
49581     { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
49582 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
49583     wxUSE_CLIPBOARD=no
49584     wxUSE_DRAG_AND_DROP=no
49585 fi
49586
49587 if test "$wxUSE_CLIPBOARD" = "yes"; then
49588     if test "$wxUSE_DFB" = 1; then
49589         { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
49590 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
49591         wxUSE_CLIPBOARD=no
49592     fi
49593
49594     if test "$wxUSE_CLIPBOARD" = "yes"; then
49595         cat >>confdefs.h <<\_ACEOF
49596 #define wxUSE_CLIPBOARD 1
49597 _ACEOF
49598
49599     fi
49600 fi
49601
49602 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
49603     if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_DFB" = 1; then
49604         { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
49605 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
49606         wxUSE_DRAG_AND_DROP=no
49607     fi
49608
49609     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
49610         cat >>confdefs.h <<\_ACEOF
49611 #define wxUSE_DRAG_AND_DROP 1
49612 _ACEOF
49613
49614     fi
49615
49616 fi
49617
49618 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
49619     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
49620 fi
49621
49622 if test "$wxUSE_CLIPBOARD" = "yes"; then
49623     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
49624 fi
49625
49626 if test "$wxUSE_SPLINES" = "yes" ; then
49627   cat >>confdefs.h <<\_ACEOF
49628 #define wxUSE_SPLINES 1
49629 _ACEOF
49630
49631 fi
49632
49633 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
49634   cat >>confdefs.h <<\_ACEOF
49635 #define wxUSE_MOUSEWHEEL 1
49636 _ACEOF
49637
49638 fi
49639
49640 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
49641     cat >>confdefs.h <<\_ACEOF
49642 #define wxUSE_UIACTIONSIMULATOR 1
49643 _ACEOF
49644
49645     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
49646 fi
49647
49648 if test "$wxUSE_DC_TRANSFORM_MATRIX" = "yes" ; then
49649     cat >>confdefs.h <<\_ACEOF
49650 #define wxUSE_DC_TRANSFORM_MATRIX 1
49651 _ACEOF
49652
49653 fi
49654
49655
49656 USES_CONTROLS=0
49657 if test "$wxUSE_CONTROLS" = "yes"; then
49658   USES_CONTROLS=1
49659 fi
49660
49661 if test "$wxUSE_MARKUP" = "yes"; then
49662   cat >>confdefs.h <<\_ACEOF
49663 #define wxUSE_MARKUP 1
49664 _ACEOF
49665
49666 fi
49667
49668 if test "$wxUSE_ACCEL" = "yes"; then
49669   cat >>confdefs.h <<\_ACEOF
49670 #define wxUSE_ACCEL 1
49671 _ACEOF
49672
49673   USES_CONTROLS=1
49674 fi
49675
49676 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
49677   cat >>confdefs.h <<\_ACEOF
49678 #define wxUSE_ANIMATIONCTRL 1
49679 _ACEOF
49680
49681   USES_CONTROLS=1
49682   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
49683 fi
49684
49685 if test "$wxUSE_BANNERWINDOW" = "yes"; then
49686   cat >>confdefs.h <<\_ACEOF
49687 #define wxUSE_BANNERWINDOW 1
49688 _ACEOF
49689
49690 fi
49691
49692 if test "$wxUSE_BUTTON" = "yes"; then
49693   cat >>confdefs.h <<\_ACEOF
49694 #define wxUSE_BUTTON 1
49695 _ACEOF
49696
49697   USES_CONTROLS=1
49698 fi
49699
49700 if test "$wxUSE_BMPBUTTON" = "yes"; then
49701   cat >>confdefs.h <<\_ACEOF
49702 #define wxUSE_BMPBUTTON 1
49703 _ACEOF
49704
49705   USES_CONTROLS=1
49706 fi
49707
49708 if test "$wxUSE_CALCTRL" = "yes"; then
49709   cat >>confdefs.h <<\_ACEOF
49710 #define wxUSE_CALENDARCTRL 1
49711 _ACEOF
49712
49713   USES_CONTROLS=1
49714   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
49715 fi
49716
49717 if test "$wxUSE_CARET" = "yes"; then
49718   cat >>confdefs.h <<\_ACEOF
49719 #define wxUSE_CARET 1
49720 _ACEOF
49721
49722   USES_CONTROLS=1
49723   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
49724 fi
49725
49726 if test "$wxUSE_COLLPANE" = "yes"; then
49727     cat >>confdefs.h <<\_ACEOF
49728 #define wxUSE_COLLPANE 1
49729 _ACEOF
49730
49731     USES_CONTROLS=1
49732     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
49733 fi
49734
49735 if test "$wxUSE_COMBOBOX" = "yes"; then
49736   cat >>confdefs.h <<\_ACEOF
49737 #define wxUSE_COMBOBOX 1
49738 _ACEOF
49739
49740   USES_CONTROLS=1
49741 fi
49742
49743 if test "$wxUSE_COMBOCTRL" = "yes"; then
49744   cat >>confdefs.h <<\_ACEOF
49745 #define wxUSE_COMBOCTRL 1
49746 _ACEOF
49747
49748   USES_CONTROLS=1
49749 fi
49750
49751 if test "$wxUSE_COMMANDLINKBUTTON" = "yes"; then
49752   cat >>confdefs.h <<\_ACEOF
49753 #define wxUSE_COMMANDLINKBUTTON 1
49754 _ACEOF
49755
49756   USES_CONTROLS=1
49757 fi
49758
49759 if test "$wxUSE_CHOICE" = "yes"; then
49760   cat >>confdefs.h <<\_ACEOF
49761 #define wxUSE_CHOICE 1
49762 _ACEOF
49763
49764   USES_CONTROLS=1
49765 fi
49766
49767 if test "$wxUSE_CHOICEBOOK" = "yes"; then
49768     cat >>confdefs.h <<\_ACEOF
49769 #define wxUSE_CHOICEBOOK 1
49770 _ACEOF
49771
49772     USES_CONTROLS=1
49773 fi
49774
49775 if test "$wxUSE_CHECKBOX" = "yes"; then
49776   cat >>confdefs.h <<\_ACEOF
49777 #define wxUSE_CHECKBOX 1
49778 _ACEOF
49779
49780   USES_CONTROLS=1
49781 fi
49782
49783 if test "$wxUSE_CHECKLST" = "yes"; then
49784   cat >>confdefs.h <<\_ACEOF
49785 #define wxUSE_CHECKLISTBOX 1
49786 _ACEOF
49787
49788   USES_CONTROLS=1
49789 fi
49790
49791 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
49792   cat >>confdefs.h <<\_ACEOF
49793 #define wxUSE_COLOURPICKERCTRL 1
49794 _ACEOF
49795
49796   USES_CONTROLS=1
49797 fi
49798
49799 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
49800   cat >>confdefs.h <<\_ACEOF
49801 #define wxUSE_DATEPICKCTRL 1
49802 _ACEOF
49803
49804   USES_CONTROLS=1
49805 fi
49806
49807 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
49808   cat >>confdefs.h <<\_ACEOF
49809 #define wxUSE_DIRPICKERCTRL 1
49810 _ACEOF
49811
49812   USES_CONTROLS=1
49813 fi
49814
49815 if test "$wxUSE_FILECTRL" = "yes"; then
49816   cat >>confdefs.h <<\_ACEOF
49817 #define wxUSE_FILECTRL 1
49818 _ACEOF
49819
49820   USES_CONTROLS=1
49821 fi
49822
49823 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
49824   cat >>confdefs.h <<\_ACEOF
49825 #define wxUSE_FILEPICKERCTRL 1
49826 _ACEOF
49827
49828   USES_CONTROLS=1
49829 fi
49830
49831 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
49832   cat >>confdefs.h <<\_ACEOF
49833 #define wxUSE_FONTPICKERCTRL 1
49834 _ACEOF
49835
49836   USES_CONTROLS=1
49837 fi
49838
49839 if test "$wxUSE_DISPLAY" = "yes"; then
49840     if test "$wxUSE_DFB" = 1; then
49841         { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
49842 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
49843         wxUSE_DISPLAY=no
49844     else
49845         cat >>confdefs.h <<\_ACEOF
49846 #define wxUSE_DISPLAY 1
49847 _ACEOF
49848
49849         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
49850     fi
49851 fi
49852
49853 if test "$wxUSE_DETECT_SM" = "yes"; then
49854     cat >>confdefs.h <<\_ACEOF
49855 #define wxUSE_DETECT_SM 1
49856 _ACEOF
49857
49858 fi
49859
49860 if test "$wxUSE_GAUGE" = "yes"; then
49861   cat >>confdefs.h <<\_ACEOF
49862 #define wxUSE_GAUGE 1
49863 _ACEOF
49864
49865   USES_CONTROLS=1
49866 fi
49867
49868 if test "$wxUSE_GRID" = "yes"; then
49869   cat >>confdefs.h <<\_ACEOF
49870 #define wxUSE_GRID 1
49871 _ACEOF
49872
49873   USES_CONTROLS=1
49874   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
49875 fi
49876
49877 if test "$wxUSE_HEADERCTRL" = "yes"; then
49878   cat >>confdefs.h <<\_ACEOF
49879 #define wxUSE_HEADERCTRL 1
49880 _ACEOF
49881
49882   USES_CONTROLS=1
49883 fi
49884
49885 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
49886   cat >>confdefs.h <<\_ACEOF
49887 #define wxUSE_HYPERLINKCTRL 1
49888 _ACEOF
49889
49890   USES_CONTROLS=1
49891 fi
49892
49893 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
49894   cat >>confdefs.h <<\_ACEOF
49895 #define wxUSE_BITMAPCOMBOBOX 1
49896 _ACEOF
49897
49898   USES_CONTROLS=1
49899 fi
49900
49901 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
49902   cat >>confdefs.h <<\_ACEOF
49903 #define wxUSE_DATAVIEWCTRL 1
49904 _ACEOF
49905
49906   USES_CONTROLS=1
49907   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
49908 fi
49909
49910 if test "$wxUSE_IMAGLIST" = "yes"; then
49911     cat >>confdefs.h <<\_ACEOF
49912 #define wxUSE_IMAGLIST 1
49913 _ACEOF
49914
49915 fi
49916
49917 if test "$wxUSE_INFOBAR" = "yes"; then
49918     cat >>confdefs.h <<\_ACEOF
49919 #define wxUSE_INFOBAR 1
49920 _ACEOF
49921
49922 fi
49923
49924 if test "$wxUSE_LISTBOOK" = "yes"; then
49925     cat >>confdefs.h <<\_ACEOF
49926 #define wxUSE_LISTBOOK 1
49927 _ACEOF
49928
49929     USES_CONTROLS=1
49930 fi
49931
49932 if test "$wxUSE_LISTBOX" = "yes"; then
49933     cat >>confdefs.h <<\_ACEOF
49934 #define wxUSE_LISTBOX 1
49935 _ACEOF
49936
49937     USES_CONTROLS=1
49938 fi
49939
49940 if test "$wxUSE_LISTCTRL" = "yes"; then
49941     if test "$wxUSE_IMAGLIST" = "yes"; then
49942         cat >>confdefs.h <<\_ACEOF
49943 #define wxUSE_LISTCTRL 1
49944 _ACEOF
49945
49946         USES_CONTROLS=1
49947         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
49948     else
49949         { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
49950 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
49951     fi
49952 fi
49953
49954 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
49955     cat >>confdefs.h <<\_ACEOF
49956 #define wxUSE_EDITABLELISTBOX 1
49957 _ACEOF
49958
49959     USES_CONTROLS=1
49960 fi
49961
49962 if test "$wxUSE_NOTEBOOK" = "yes"; then
49963     cat >>confdefs.h <<\_ACEOF
49964 #define wxUSE_NOTEBOOK 1
49965 _ACEOF
49966
49967     USES_CONTROLS=1
49968     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
49969 fi
49970
49971 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
49972     cat >>confdefs.h <<\_ACEOF
49973 #define wxUSE_NOTIFICATION_MESSAGE 1
49974 _ACEOF
49975
49976 fi
49977
49978 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
49979   cat >>confdefs.h <<\_ACEOF
49980 #define wxUSE_ODCOMBOBOX 1
49981 _ACEOF
49982
49983   USES_CONTROLS=1
49984   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
49985 fi
49986
49987 if test "$wxUSE_RADIOBOX" = "yes"; then
49988     cat >>confdefs.h <<\_ACEOF
49989 #define wxUSE_RADIOBOX 1
49990 _ACEOF
49991
49992     USES_CONTROLS=1
49993 fi
49994
49995 if test "$wxUSE_RADIOBTN" = "yes"; then
49996     cat >>confdefs.h <<\_ACEOF
49997 #define wxUSE_RADIOBTN 1
49998 _ACEOF
49999
50000     USES_CONTROLS=1
50001 fi
50002
50003 if test "$wxUSE_REARRANGECTRL" = "yes"; then
50004     cat >>confdefs.h <<\_ACEOF
50005 #define wxUSE_REARRANGECTRL 1
50006 _ACEOF
50007
50008 fi
50009
50010 if test "$wxUSE_RICHMSGDLG" = "yes"; then
50011     cat >>confdefs.h <<\_ACEOF
50012 #define wxUSE_RICHMSGDLG 1
50013 _ACEOF
50014
50015 fi
50016
50017 if test "$wxUSE_RICHTOOLTIP" = "yes"; then
50018     cat >>confdefs.h <<\_ACEOF
50019 #define wxUSE_RICHTOOLTIP 1
50020 _ACEOF
50021
50022 fi
50023
50024 if test "$wxUSE_SASH" = "yes"; then
50025     cat >>confdefs.h <<\_ACEOF
50026 #define wxUSE_SASH 1
50027 _ACEOF
50028
50029     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
50030 fi
50031
50032 if test "$wxUSE_SCROLLBAR" = "yes"; then
50033     cat >>confdefs.h <<\_ACEOF
50034 #define wxUSE_SCROLLBAR 1
50035 _ACEOF
50036
50037     USES_CONTROLS=1
50038     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
50039 fi
50040
50041 if test "$wxUSE_SEARCHCTRL" = "yes"; then
50042     cat >>confdefs.h <<\_ACEOF
50043 #define wxUSE_SEARCHCTRL 1
50044 _ACEOF
50045
50046     USES_CONTROLS=1
50047 fi
50048
50049 if test "$wxUSE_SLIDER" = "yes"; then
50050     cat >>confdefs.h <<\_ACEOF
50051 #define wxUSE_SLIDER 1
50052 _ACEOF
50053
50054     USES_CONTROLS=1
50055 fi
50056
50057 if test "$wxUSE_SPINBTN" = "yes"; then
50058     cat >>confdefs.h <<\_ACEOF
50059 #define wxUSE_SPINBTN 1
50060 _ACEOF
50061
50062     USES_CONTROLS=1
50063 fi
50064
50065 if test "$wxUSE_SPINCTRL" = "yes"; then
50066     cat >>confdefs.h <<\_ACEOF
50067 #define wxUSE_SPINCTRL 1
50068 _ACEOF
50069
50070     USES_CONTROLS=1
50071 fi
50072
50073 if test "$wxUSE_SPLITTER" = "yes"; then
50074     cat >>confdefs.h <<\_ACEOF
50075 #define wxUSE_SPLITTER 1
50076 _ACEOF
50077
50078     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
50079 fi
50080
50081 if test "$wxUSE_STATBMP" = "yes"; then
50082     cat >>confdefs.h <<\_ACEOF
50083 #define wxUSE_STATBMP 1
50084 _ACEOF
50085
50086     USES_CONTROLS=1
50087 fi
50088
50089 if test "$wxUSE_STATBOX" = "yes"; then
50090     cat >>confdefs.h <<\_ACEOF
50091 #define wxUSE_STATBOX 1
50092 _ACEOF
50093
50094     USES_CONTROLS=1
50095 fi
50096
50097 if test "$wxUSE_STATTEXT" = "yes"; then
50098     cat >>confdefs.h <<\_ACEOF
50099 #define wxUSE_STATTEXT 1
50100 _ACEOF
50101
50102     USES_CONTROLS=1
50103 fi
50104
50105 if test "$wxUSE_STATLINE" = "yes"; then
50106     cat >>confdefs.h <<\_ACEOF
50107 #define wxUSE_STATLINE 1
50108 _ACEOF
50109
50110     USES_CONTROLS=1
50111 fi
50112
50113 if test "$wxUSE_STATUSBAR" = "yes"; then
50114         cat >>confdefs.h <<\_ACEOF
50115 #define wxUSE_NATIVE_STATUSBAR 1
50116 _ACEOF
50117
50118     cat >>confdefs.h <<\_ACEOF
50119 #define wxUSE_STATUSBAR 1
50120 _ACEOF
50121
50122     USES_CONTROLS=1
50123
50124     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
50125 fi
50126
50127 if test "$wxUSE_TEXTCTRL" = "yes"; then
50128     cat >>confdefs.h <<\_ACEOF
50129 #define wxUSE_TEXTCTRL 1
50130 _ACEOF
50131
50132     USES_CONTROLS=1
50133     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
50134
50135             cat >>confdefs.h <<\_ACEOF
50136 #define wxUSE_RICHEDIT 1
50137 _ACEOF
50138
50139     cat >>confdefs.h <<\_ACEOF
50140 #define wxUSE_RICHEDIT2 1
50141 _ACEOF
50142
50143 fi
50144
50145 if test "$wxUSE_TIMEPICKCTRL" = "yes"; then
50146   cat >>confdefs.h <<\_ACEOF
50147 #define wxUSE_TIMEPICKCTRL 1
50148 _ACEOF
50149
50150   USES_CONTROLS=1
50151 fi
50152
50153 if test "$wxUSE_TOGGLEBTN" = "yes"; then
50154     if test "$wxUSE_OLD_COCOA" = 1 ; then
50155         { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
50156 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
50157         wxUSE_TOGGLEBTN=no
50158     fi
50159
50160     if test "$wxUSE_TOGGLEBTN" = "yes"; then
50161         cat >>confdefs.h <<\_ACEOF
50162 #define wxUSE_TOGGLEBTN 1
50163 _ACEOF
50164
50165         USES_CONTROLS=1
50166     fi
50167 fi
50168
50169 if test "$wxUSE_TOOLBAR" = "yes"; then
50170     cat >>confdefs.h <<\_ACEOF
50171 #define wxUSE_TOOLBAR 1
50172 _ACEOF
50173
50174     USES_CONTROLS=1
50175
50176     if test "$wxUSE_UNIVERSAL" = "yes"; then
50177         wxUSE_TOOLBAR_NATIVE="no"
50178     else
50179         wxUSE_TOOLBAR_NATIVE="yes"
50180         cat >>confdefs.h <<\_ACEOF
50181 #define wxUSE_TOOLBAR_NATIVE 1
50182 _ACEOF
50183
50184     fi
50185
50186     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
50187 fi
50188
50189 if test "$wxUSE_TOOLTIPS" = "yes"; then
50190     if test "$wxUSE_MOTIF" = 1; then
50191         { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
50192 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
50193     else
50194         if test "$wxUSE_UNIVERSAL" = "yes"; then
50195             { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
50196 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
50197         else
50198             cat >>confdefs.h <<\_ACEOF
50199 #define wxUSE_TOOLTIPS 1
50200 _ACEOF
50201
50202         fi
50203     fi
50204 fi
50205
50206 if test "$wxUSE_TREEBOOK" = "yes"; then
50207     cat >>confdefs.h <<\_ACEOF
50208 #define wxUSE_TREEBOOK 1
50209 _ACEOF
50210
50211     USES_CONTROLS=1
50212 fi
50213
50214 if test "$wxUSE_TOOLBOOK" = "yes"; then
50215     cat >>confdefs.h <<\_ACEOF
50216 #define wxUSE_TOOLBOOK 1
50217 _ACEOF
50218
50219     USES_CONTROLS=1
50220 fi
50221
50222 if test "$wxUSE_TREECTRL" = "yes"; then
50223     if test "$wxUSE_IMAGLIST" = "yes"; then
50224         cat >>confdefs.h <<\_ACEOF
50225 #define wxUSE_TREECTRL 1
50226 _ACEOF
50227
50228         USES_CONTROLS=1
50229         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
50230     else
50231         { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
50232 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
50233     fi
50234 fi
50235
50236 if test "$wxUSE_TREELISTCTRL" = "yes"; then
50237     cat >>confdefs.h <<\_ACEOF
50238 #define wxUSE_TREELISTCTRL 1
50239 _ACEOF
50240
50241     USES_CONTROLS=1
50242     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelist"
50243 fi
50244
50245 if test "$wxUSE_POPUPWIN" = "yes"; then
50246     if test "$wxUSE_OLD_COCOA" = 1 ; then
50247         { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
50248 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
50249     else
50250         if test "$wxUSE_PM" = 1; then
50251             { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
50252 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
50253         else
50254             cat >>confdefs.h <<\_ACEOF
50255 #define wxUSE_POPUPWIN 1
50256 _ACEOF
50257
50258             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
50259
50260             USES_CONTROLS=1
50261         fi
50262     fi
50263 fi
50264
50265 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
50266     if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
50267         { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
50268 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
50269     else
50270         cat >>confdefs.h <<\_ACEOF
50271 #define wxUSE_DIALUP_MANAGER 1
50272 _ACEOF
50273
50274         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
50275     fi
50276 fi
50277
50278 if test "$wxUSE_TIPWINDOW" = "yes"; then
50279     if test "$wxUSE_PM" = 1; then
50280         { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
50281 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
50282     else
50283         cat >>confdefs.h <<\_ACEOF
50284 #define wxUSE_TIPWINDOW 1
50285 _ACEOF
50286
50287     fi
50288 fi
50289
50290 if test "$USES_CONTROLS" = 1; then
50291     cat >>confdefs.h <<\_ACEOF
50292 #define wxUSE_CONTROLS 1
50293 _ACEOF
50294
50295 fi
50296
50297
50298 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
50299     cat >>confdefs.h <<\_ACEOF
50300 #define wxUSE_ACCESSIBILITY 1
50301 _ACEOF
50302
50303     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
50304 fi
50305
50306 if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then
50307     cat >>confdefs.h <<\_ACEOF
50308 #define wxUSE_ARTPROVIDER_STD 1
50309 _ACEOF
50310
50311 fi
50312
50313 if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then
50314             if test "$wxUSE_GTK" != 1; then
50315                 if test "$wxUSE_LIBPNG" != no -a \
50316                 "$wxUSE_IMAGE" = yes -a \
50317                 "$wxUSE_STREAMS" = yes; then
50318             wxUSE_ARTPROVIDER_TANGO="yes"
50319         fi
50320     fi
50321 fi
50322
50323 if test "$wxUSE_ARTPROVIDER_TANGO" = "yes"; then
50324     cat >>confdefs.h <<\_ACEOF
50325 #define wxUSE_ARTPROVIDER_TANGO 1
50326 _ACEOF
50327
50328 fi
50329
50330 if test "$wxUSE_DRAGIMAGE" = "yes"; then
50331     cat >>confdefs.h <<\_ACEOF
50332 #define wxUSE_DRAGIMAGE 1
50333 _ACEOF
50334
50335     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
50336 fi
50337
50338 if test "$wxUSE_EXCEPTIONS" = "yes"; then
50339     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
50340         { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
50341 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
50342     else
50343         cat >>confdefs.h <<\_ACEOF
50344 #define wxUSE_EXCEPTIONS 1
50345 _ACEOF
50346
50347         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
50348     fi
50349 fi
50350
50351 USE_HTML=0
50352 if test "$wxUSE_HTML" = "yes"; then
50353     cat >>confdefs.h <<\_ACEOF
50354 #define wxUSE_HTML 1
50355 _ACEOF
50356
50357     USE_HTML=1
50358     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
50359 fi
50360 if test "$wxUSE_WEBKIT" = "yes"; then
50361     if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
50362         old_CPPFLAGS="$CPPFLAGS"
50363         CPPFLAGS="-x objective-c++ $CPPFLAGS"
50364         { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
50365 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
50366 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
50367   echo $ECHO_N "(cached) $ECHO_C" >&6
50368 else
50369   cat >conftest.$ac_ext <<_ACEOF
50370 /* confdefs.h.  */
50371 _ACEOF
50372 cat confdefs.h >>conftest.$ac_ext
50373 cat >>conftest.$ac_ext <<_ACEOF
50374 /* end confdefs.h.  */
50375
50376                            #include <Carbon/Carbon.h>
50377                            #include <WebKit/WebKit.h>
50378
50379
50380 #include <WebKit/HIWebView.h>
50381 _ACEOF
50382 rm -f conftest.$ac_objext
50383 if { (ac_try="$ac_compile"
50384 case "(($ac_try" in
50385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50386   *) ac_try_echo=$ac_try;;
50387 esac
50388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
50389   (eval "$ac_compile") 2>conftest.er1
50390   ac_status=$?
50391   grep -v '^ *+' conftest.er1 >conftest.err
50392   rm -f conftest.er1
50393   cat conftest.err >&5
50394   echo "$as_me:$LINENO: \$? = $ac_status" >&5
50395   (exit $ac_status); } && {
50396          test -z "$ac_c_werror_flag" ||
50397          test ! -s conftest.err
50398        } && test -s conftest.$ac_objext; then
50399   ac_cv_header_WebKit_HIWebView_h=yes
50400 else
50401   echo "$as_me: failed program was:" >&5
50402 sed 's/^/| /' conftest.$ac_ext >&5
50403
50404         ac_cv_header_WebKit_HIWebView_h=no
50405 fi
50406
50407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50408 fi
50409 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
50410 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
50411 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
50412
50413                            cat >>confdefs.h <<\_ACEOF
50414 #define wxUSE_WEBKIT 1
50415 _ACEOF
50416
50417                            WEBKIT_LINK="-framework WebKit"
50418
50419 else
50420
50421                            { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
50422 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
50423                            wxUSE_WEBKIT=no
50424
50425 fi
50426
50427
50428         CPPFLAGS="$old_CPPFLAGS"
50429     elif test "$wxUSE_OLD_COCOA" = 1; then
50430         cat >>confdefs.h <<\_ACEOF
50431 #define wxUSE_WEBKIT 1
50432 _ACEOF
50433
50434     else
50435         wxUSE_WEBKIT=no
50436     fi
50437     if test "$wxUSE_WEBKIT" = "yes"; then
50438         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
50439     fi
50440 fi
50441
50442 USE_XRC=0
50443 if test "$wxUSE_XRC" = "yes"; then
50444     if test "$wxUSE_XML" != "yes"; then
50445         { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
50446 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
50447         wxUSE_XRC=no
50448     else
50449         cat >>confdefs.h <<\_ACEOF
50450 #define wxUSE_XRC 1
50451 _ACEOF
50452
50453         USE_XRC=1
50454         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
50455     fi
50456 fi
50457
50458 USE_AUI=0
50459 if test "$wxUSE_AUI" = "yes"; then
50460    cat >>confdefs.h <<\_ACEOF
50461 #define wxUSE_AUI 1
50462 _ACEOF
50463
50464    USE_AUI=1
50465    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
50466 fi
50467
50468 USE_PROPGRID=0
50469 if test "$wxUSE_PROPGRID" = "yes"; then
50470    cat >>confdefs.h <<\_ACEOF
50471 #define wxUSE_PROPGRID 1
50472 _ACEOF
50473
50474    USE_PROPGRID=1
50475    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
50476 fi
50477
50478 USE_RIBBON=0
50479 if test "$wxUSE_RIBBON" = "yes"; then
50480    cat >>confdefs.h <<\_ACEOF
50481 #define wxUSE_RIBBON 1
50482 _ACEOF
50483
50484    USE_RIBBON=1
50485    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
50486 fi
50487
50488 USE_STC=0
50489 if test "$wxUSE_STC" = "yes"; then
50490    cat >>confdefs.h <<\_ACEOF
50491 #define wxUSE_STC 1
50492 _ACEOF
50493
50494    USE_STC=1
50495    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
50496
50497       # Extract the first word of "python", so it can be a program name with args.
50498 set dummy python; ac_word=$2
50499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50501 if test "${ac_cv_path_PYTHON+set}" = set; then
50502   echo $ECHO_N "(cached) $ECHO_C" >&6
50503 else
50504   case $PYTHON in
50505   [\\/]* | ?:[\\/]*)
50506   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
50507   ;;
50508   *)
50509   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50510 for as_dir in $PATH
50511 do
50512   IFS=$as_save_IFS
50513   test -z "$as_dir" && as_dir=.
50514   for ac_exec_ext in '' $ac_executable_extensions; do
50515   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50516     ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
50517     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50518     break 2
50519   fi
50520 done
50521 done
50522 IFS=$as_save_IFS
50523
50524   ;;
50525 esac
50526 fi
50527 PYTHON=$ac_cv_path_PYTHON
50528 if test -n "$PYTHON"; then
50529   { echo "$as_me:$LINENO: result: $PYTHON" >&5
50530 echo "${ECHO_T}$PYTHON" >&6; }
50531 else
50532   { echo "$as_me:$LINENO: result: no" >&5
50533 echo "${ECHO_T}no" >&6; }
50534 fi
50535
50536
50537    if test "x$PYTHON" = "x"; then
50538      COND_PYTHON="#"
50539    fi
50540
50541 fi
50542
50543 if test "$wxUSE_MENUS" = "yes"; then
50544     cat >>confdefs.h <<\_ACEOF
50545 #define wxUSE_MENUS 1
50546 _ACEOF
50547
50548     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
50549 fi
50550
50551 if test "$wxUSE_MIMETYPE" = "yes"; then
50552     cat >>confdefs.h <<\_ACEOF
50553 #define wxUSE_MIMETYPE 1
50554 _ACEOF
50555
50556 fi
50557
50558 if test "$wxUSE_MINIFRAME" = "yes"; then
50559     cat >>confdefs.h <<\_ACEOF
50560 #define wxUSE_MINIFRAME 1
50561 _ACEOF
50562
50563 fi
50564
50565 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
50566     cat >>confdefs.h <<\_ACEOF
50567 #define wxUSE_SYSTEM_OPTIONS 1
50568 _ACEOF
50569
50570 fi
50571
50572 if test "$wxUSE_TASKBARICON" = "yes"; then
50573     cat >>confdefs.h <<\_ACEOF
50574 #define wxUSE_TASKBARICON 1
50575 _ACEOF
50576
50577                 cat >>confdefs.h <<\_ACEOF
50578 #define wxUSE_TASKBARICON_BALLOONS 1
50579 _ACEOF
50580
50581     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
50582 fi
50583
50584
50585 if test "$wxUSE_VALIDATORS" = "yes"; then
50586     cat >>confdefs.h <<\_ACEOF
50587 #define wxUSE_VALIDATORS 1
50588 _ACEOF
50589
50590     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
50591 fi
50592
50593 if test "$wxUSE_PALETTE" = "yes" ; then
50594     if test "$wxUSE_DFB" = 1; then
50595         { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
50596 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
50597         wxUSE_PALETTE=no
50598     else
50599         cat >>confdefs.h <<\_ACEOF
50600 #define wxUSE_PALETTE 1
50601 _ACEOF
50602
50603     fi
50604 fi
50605
50606 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
50607     LIBS=" -lunicows $LIBS"
50608 fi
50609
50610 USE_RICHTEXT=0
50611 if test "$wxUSE_RICHTEXT" = "yes"; then
50612     cat >>confdefs.h <<\_ACEOF
50613 #define wxUSE_RICHTEXT 1
50614 _ACEOF
50615
50616     USE_RICHTEXT=1
50617     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
50618 fi
50619
50620 if test "$wxUSE_WEBVIEW" = "yes"; then
50621     USE_WEBVIEW_WEBKIT=0
50622     if test "$wxUSE_WEBVIEW_WEBKIT" = "yes"; then
50623         if test "$wxUSE_GTK" = 1; then
50624
50625 pkg_failed=no
50626 { echo "$as_me:$LINENO: checking for WEBKIT" >&5
50627 echo $ECHO_N "checking for WEBKIT... $ECHO_C" >&6; }
50628
50629 if test -n "$PKG_CONFIG"; then
50630     if test -n "$WEBKIT_CFLAGS"; then
50631         pkg_cv_WEBKIT_CFLAGS="$WEBKIT_CFLAGS"
50632     else
50633         if test -n "$PKG_CONFIG" && \
50634     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"webkit-1.0 >= 1.3.1\"") >&5
50635   ($PKG_CONFIG --exists --print-errors "webkit-1.0 >= 1.3.1") 2>&5
50636   ac_status=$?
50637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
50638   (exit $ac_status); }; then
50639   pkg_cv_WEBKIT_CFLAGS=`$PKG_CONFIG --cflags "webkit-1.0 >= 1.3.1" 2>/dev/null`
50640 else
50641   pkg_failed=yes
50642 fi
50643     fi
50644 else
50645         pkg_failed=untried
50646 fi
50647 if test -n "$PKG_CONFIG"; then
50648     if test -n "$WEBKIT_LIBS"; then
50649         pkg_cv_WEBKIT_LIBS="$WEBKIT_LIBS"
50650     else
50651         if test -n "$PKG_CONFIG" && \
50652     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"webkit-1.0 >= 1.3.1\"") >&5
50653   ($PKG_CONFIG --exists --print-errors "webkit-1.0 >= 1.3.1") 2>&5
50654   ac_status=$?
50655   echo "$as_me:$LINENO: \$? = $ac_status" >&5
50656   (exit $ac_status); }; then
50657   pkg_cv_WEBKIT_LIBS=`$PKG_CONFIG --libs "webkit-1.0 >= 1.3.1" 2>/dev/null`
50658 else
50659   pkg_failed=yes
50660 fi
50661     fi
50662 else
50663         pkg_failed=untried
50664 fi
50665
50666
50667
50668 if test $pkg_failed = yes; then
50669
50670 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
50671         _pkg_short_errors_supported=yes
50672 else
50673         _pkg_short_errors_supported=no
50674 fi
50675         if test $_pkg_short_errors_supported = yes; then
50676                 WEBKIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "webkit-1.0 >= 1.3.1"`
50677         else
50678                 WEBKIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "webkit-1.0 >= 1.3.1"`
50679         fi
50680         # Put the nasty error message in config.log where it belongs
50681         echo "$WEBKIT_PKG_ERRORS" >&5
50682
50683
50684                                 { echo "$as_me:$LINENO: WARNING: webkitgtk not found." >&5
50685 echo "$as_me: WARNING: webkitgtk not found." >&2;}
50686
50687 elif test $pkg_failed = untried; then
50688
50689                                 { echo "$as_me:$LINENO: WARNING: webkitgtk not found." >&5
50690 echo "$as_me: WARNING: webkitgtk not found." >&2;}
50691
50692 else
50693         WEBKIT_CFLAGS=$pkg_cv_WEBKIT_CFLAGS
50694         WEBKIT_LIBS=$pkg_cv_WEBKIT_LIBS
50695         { echo "$as_me:$LINENO: result: yes" >&5
50696 echo "${ECHO_T}yes" >&6; }
50697
50698                                 USE_WEBVIEW_WEBKIT=1
50699                                 CPPFLAGS="$CPPFLAGS $WEBKIT_CFLAGS"
50700                                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $WEBKIT_LIBS"
50701
50702 fi
50703         elif test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
50704                                     old_CPPFLAGS="$CPPFLAGS"
50705             CPPFLAGS="-x objective-c++ $CPPFLAGS"
50706             { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
50707 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
50708 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
50709   echo $ECHO_N "(cached) $ECHO_C" >&6
50710 else
50711   cat >conftest.$ac_ext <<_ACEOF
50712 /* confdefs.h.  */
50713 _ACEOF
50714 cat confdefs.h >>conftest.$ac_ext
50715 cat >>conftest.$ac_ext <<_ACEOF
50716 /* end confdefs.h.  */
50717
50718                                 #include <Carbon/Carbon.h>
50719                                 #include <WebKit/WebKit.h>
50720
50721
50722 #include <WebKit/HIWebView.h>
50723 _ACEOF
50724 rm -f conftest.$ac_objext
50725 if { (ac_try="$ac_compile"
50726 case "(($ac_try" in
50727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50728   *) ac_try_echo=$ac_try;;
50729 esac
50730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
50731   (eval "$ac_compile") 2>conftest.er1
50732   ac_status=$?
50733   grep -v '^ *+' conftest.er1 >conftest.err
50734   rm -f conftest.er1
50735   cat conftest.err >&5
50736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
50737   (exit $ac_status); } && {
50738          test -z "$ac_c_werror_flag" ||
50739          test ! -s conftest.err
50740        } && test -s conftest.$ac_objext; then
50741   ac_cv_header_WebKit_HIWebView_h=yes
50742 else
50743   echo "$as_me: failed program was:" >&5
50744 sed 's/^/| /' conftest.$ac_ext >&5
50745
50746         ac_cv_header_WebKit_HIWebView_h=no
50747 fi
50748
50749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50750 fi
50751 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
50752 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
50753 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
50754
50755                                 USE_WEBVIEW_WEBKIT=1
50756                                 WEBKIT_LINK="-framework WebKit"
50757
50758 else
50759
50760                                 { echo "$as_me:$LINENO: WARNING: WebKit headers not found" >&5
50761 echo "$as_me: WARNING: WebKit headers not found" >&2;}
50762
50763 fi
50764
50765
50766             CPPFLAGS="$old_CPPFLAGS"
50767         fi
50768     fi
50769
50770     wxUSE_WEBVIEW="no"
50771     if test "$wxUSE_GTK" = 1 -o "$wxUSE_MAC" = 1; then
50772         if test "$USE_WEBVIEW_WEBKIT" = 1; then
50773             wxUSE_WEBVIEW="yes"
50774             cat >>confdefs.h <<\_ACEOF
50775 #define wxUSE_WEBVIEW_WEBKIT 1
50776 _ACEOF
50777
50778         else
50779             { echo "$as_me:$LINENO: WARNING: WebKit not available, disabling wxWebView" >&5
50780 echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
50781         fi
50782     elif test "$wxUSE_MSW" = 1; then
50783         if test "$wxUSE_WEBVIEW_IE" = "yes"; then
50784                                     wxUSE_WEBVIEW="yes"
50785             cat >>confdefs.h <<\_ACEOF
50786 #define wxUSE_WEBVIEW_IE 1
50787 _ACEOF
50788
50789         fi
50790     fi
50791 fi
50792
50793 if test "$wxUSE_WEBVIEW" = "yes"; then
50794     USE_WEBVIEW=1
50795     cat >>confdefs.h <<\_ACEOF
50796 #define wxUSE_WEBVIEW 1
50797 _ACEOF
50798
50799     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webview"
50800 else
50801     USE_WEBVIEW=0
50802 fi
50803
50804
50805 if test "$wxUSE_IMAGE" = "yes" ; then
50806     cat >>confdefs.h <<\_ACEOF
50807 #define wxUSE_IMAGE 1
50808 _ACEOF
50809
50810
50811     if test "$wxUSE_GIF" = "yes" ; then
50812       cat >>confdefs.h <<\_ACEOF
50813 #define wxUSE_GIF 1
50814 _ACEOF
50815
50816     fi
50817
50818     if test "$wxUSE_PCX" = "yes" ; then
50819       cat >>confdefs.h <<\_ACEOF
50820 #define wxUSE_PCX 1
50821 _ACEOF
50822
50823     fi
50824
50825     if test "$wxUSE_TGA" = "yes" ; then
50826       cat >>confdefs.h <<\_ACEOF
50827 #define wxUSE_TGA 1
50828 _ACEOF
50829
50830     fi
50831
50832     if test "$wxUSE_IFF" = "yes" ; then
50833       cat >>confdefs.h <<\_ACEOF
50834 #define wxUSE_IFF 1
50835 _ACEOF
50836
50837     fi
50838
50839     if test "$wxUSE_PNM" = "yes" ; then
50840       cat >>confdefs.h <<\_ACEOF
50841 #define wxUSE_PNM 1
50842 _ACEOF
50843
50844     fi
50845
50846     if test "$wxUSE_XPM" = "yes" ; then
50847       cat >>confdefs.h <<\_ACEOF
50848 #define wxUSE_XPM 1
50849 _ACEOF
50850
50851     fi
50852
50853     if test "$wxUSE_ICO_CUR" = "yes" ; then
50854       cat >>confdefs.h <<\_ACEOF
50855 #define wxUSE_ICO_CUR 1
50856 _ACEOF
50857
50858     fi
50859 fi
50860
50861
50862 if test "$wxUSE_ABOUTDLG" = "yes"; then
50863     cat >>confdefs.h <<\_ACEOF
50864 #define wxUSE_ABOUTDLG 1
50865 _ACEOF
50866
50867 fi
50868
50869 if test "$wxUSE_CHOICEDLG" = "yes"; then
50870     cat >>confdefs.h <<\_ACEOF
50871 #define wxUSE_CHOICEDLG 1
50872 _ACEOF
50873
50874 fi
50875
50876 if test "$wxUSE_COLOURDLG" = "yes"; then
50877     cat >>confdefs.h <<\_ACEOF
50878 #define wxUSE_COLOURDLG 1
50879 _ACEOF
50880
50881 fi
50882
50883 if test "$wxUSE_FILEDLG" = "yes"; then
50884     cat >>confdefs.h <<\_ACEOF
50885 #define wxUSE_FILEDLG 1
50886 _ACEOF
50887
50888 fi
50889
50890 if test "$wxUSE_FINDREPLDLG" = "yes"; then
50891     cat >>confdefs.h <<\_ACEOF
50892 #define wxUSE_FINDREPLDLG 1
50893 _ACEOF
50894
50895 fi
50896
50897 if test "$wxUSE_FONTDLG" = "yes"; then
50898     cat >>confdefs.h <<\_ACEOF
50899 #define wxUSE_FONTDLG 1
50900 _ACEOF
50901
50902 fi
50903
50904 if test "$wxUSE_DIRDLG" = "yes"; then
50905     if test "$wxUSE_TREECTRL" != "yes"; then
50906         { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
50907 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
50908     else
50909         cat >>confdefs.h <<\_ACEOF
50910 #define wxUSE_DIRDLG 1
50911 _ACEOF
50912
50913     fi
50914 fi
50915
50916 if test "$wxUSE_MSGDLG" = "yes"; then
50917     cat >>confdefs.h <<\_ACEOF
50918 #define wxUSE_MSGDLG 1
50919 _ACEOF
50920
50921 fi
50922
50923 if test "$wxUSE_NUMBERDLG" = "yes"; then
50924     cat >>confdefs.h <<\_ACEOF
50925 #define wxUSE_NUMBERDLG 1
50926 _ACEOF
50927
50928 fi
50929
50930 if test "$wxUSE_PROGRESSDLG" = "yes"; then
50931     cat >>confdefs.h <<\_ACEOF
50932 #define wxUSE_PROGRESSDLG 1
50933 _ACEOF
50934
50935 fi
50936
50937 if test "$wxUSE_SPLASH" = "yes"; then
50938     cat >>confdefs.h <<\_ACEOF
50939 #define wxUSE_SPLASH 1
50940 _ACEOF
50941
50942     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
50943 fi
50944
50945 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
50946     cat >>confdefs.h <<\_ACEOF
50947 #define wxUSE_STARTUP_TIPS 1
50948 _ACEOF
50949
50950 fi
50951
50952 if test "$wxUSE_TEXTDLG" = "yes"; then
50953     cat >>confdefs.h <<\_ACEOF
50954 #define wxUSE_TEXTDLG 1
50955 _ACEOF
50956
50957 fi
50958
50959 if test "$wxUSE_WIZARDDLG" = "yes"; then
50960     cat >>confdefs.h <<\_ACEOF
50961 #define wxUSE_WIZARDDLG 1
50962 _ACEOF
50963
50964     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
50965 fi
50966
50967
50968 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
50969     if test "$wxUSE_OWNER_DRAWN" = "yes"; then
50970         cat >>confdefs.h <<\_ACEOF
50971 #define wxUSE_OWNER_DRAWN 1
50972 _ACEOF
50973
50974     fi
50975 fi
50976
50977
50978 if test "$wxUSE_MSW" = 1 ; then
50979
50980     if test "$wxUSE_DC_CACHEING" = "yes"; then
50981         cat >>confdefs.h <<\_ACEOF
50982 #define wxUSE_DC_CACHEING 1
50983 _ACEOF
50984
50985     fi
50986
50987     if test "$wxUSE_DIB" = "yes"; then
50988         cat >>confdefs.h <<\_ACEOF
50989 #define wxUSE_WXDIB 1
50990 _ACEOF
50991
50992     fi
50993
50994     if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
50995         cat >>confdefs.h <<\_ACEOF
50996 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
50997 _ACEOF
50998
50999     fi
51000
51001     if test "$wxUSE_UXTHEME" = "yes"; then
51002         cat >>confdefs.h <<\_ACEOF
51003 #define wxUSE_UXTHEME 1
51004 _ACEOF
51005
51006     fi
51007
51008 fi
51009
51010 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
51011     cat >>confdefs.h <<\_ACEOF
51012 #define wxUSE_AUTOID_MANAGEMENT 1
51013 _ACEOF
51014
51015 fi
51016
51017 if test "$USE_WIN32" = 1 ; then
51018     if test "$wxUSE_INICONF" = "yes"; then
51019         cat >>confdefs.h <<\_ACEOF
51020 #define wxUSE_INICONF 1
51021 _ACEOF
51022
51023     fi
51024
51025     if test "$wxUSE_REGKEY" = "yes"; then
51026         cat >>confdefs.h <<\_ACEOF
51027 #define wxUSE_REGKEY 1
51028 _ACEOF
51029
51030     fi
51031 fi
51032
51033
51034 if test "$wxUSE_MAC" = 1; then
51035     wxUSE_GRAPHICS_CONTEXT="yes"
51036 fi
51037
51038 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
51039     wx_has_graphics=0
51040     if test "$wxUSE_MSW" = 1; then
51041         { echo "$as_me:$LINENO: checking if GDI+ is available" >&5
51042 echo $ECHO_N "checking if GDI+ is available... $ECHO_C" >&6; }
51043 if test "${wx_cv_lib_gdiplus+set}" = set; then
51044   echo $ECHO_N "(cached) $ECHO_C" >&6
51045 else
51046
51047                                                 ac_ext=cpp
51048 ac_cpp='$CXXCPP $CPPFLAGS'
51049 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51050 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51051 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51052
51053                 cat >conftest.$ac_ext <<_ACEOF
51054 /* confdefs.h.  */
51055 _ACEOF
51056 cat confdefs.h >>conftest.$ac_ext
51057 cat >>conftest.$ac_ext <<_ACEOF
51058 /* end confdefs.h.  */
51059 #include <windows.h>
51060                      #include <gdiplus.h>
51061 int
51062 main ()
51063 {
51064
51065                         using namespace Gdiplus;
51066
51067   ;
51068   return 0;
51069 }
51070 _ACEOF
51071 rm -f conftest.$ac_objext
51072 if { (ac_try="$ac_compile"
51073 case "(($ac_try" in
51074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51075   *) ac_try_echo=$ac_try;;
51076 esac
51077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
51078   (eval "$ac_compile") 2>conftest.er1
51079   ac_status=$?
51080   grep -v '^ *+' conftest.er1 >conftest.err
51081   rm -f conftest.er1
51082   cat conftest.err >&5
51083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51084   (exit $ac_status); } && {
51085          test -z "$ac_cxx_werror_flag" ||
51086          test ! -s conftest.err
51087        } && test -s conftest.$ac_objext; then
51088   wx_cv_lib_gdiplus=yes
51089 else
51090   echo "$as_me: failed program was:" >&5
51091 sed 's/^/| /' conftest.$ac_ext >&5
51092
51093         wx_cv_lib_gdiplus=no
51094
51095 fi
51096
51097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51098                 ac_ext=c
51099 ac_cpp='$CPP $CPPFLAGS'
51100 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51101 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51102 ac_compiler_gnu=$ac_cv_c_compiler_gnu
51103
51104
51105
51106 fi
51107 { echo "$as_me:$LINENO: result: $wx_cv_lib_gdiplus" >&5
51108 echo "${ECHO_T}$wx_cv_lib_gdiplus" >&6; }
51109         if test "$wx_cv_lib_gdiplus" = "yes"; then
51110             wx_has_graphics=1
51111         fi
51112     elif test "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
51113
51114 pkg_failed=no
51115 { echo "$as_me:$LINENO: checking for CAIRO" >&5
51116 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
51117
51118 if test -n "$PKG_CONFIG"; then
51119     if test -n "$CAIRO_CFLAGS"; then
51120         pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
51121     else
51122         if test -n "$PKG_CONFIG" && \
51123     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
51124   ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
51125   ac_status=$?
51126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51127   (exit $ac_status); }; then
51128   pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
51129 else
51130   pkg_failed=yes
51131 fi
51132     fi
51133 else
51134         pkg_failed=untried
51135 fi
51136 if test -n "$PKG_CONFIG"; then
51137     if test -n "$CAIRO_LIBS"; then
51138         pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
51139     else
51140         if test -n "$PKG_CONFIG" && \
51141     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
51142   ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
51143   ac_status=$?
51144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51145   (exit $ac_status); }; then
51146   pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
51147 else
51148   pkg_failed=yes
51149 fi
51150     fi
51151 else
51152         pkg_failed=untried
51153 fi
51154
51155
51156
51157 if test $pkg_failed = yes; then
51158
51159 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
51160         _pkg_short_errors_supported=yes
51161 else
51162         _pkg_short_errors_supported=no
51163 fi
51164         if test $_pkg_short_errors_supported = yes; then
51165                 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
51166         else
51167                 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
51168         fi
51169         # Put the nasty error message in config.log where it belongs
51170         echo "$CAIRO_PKG_ERRORS" >&5
51171
51172         { echo "$as_me:$LINENO: WARNING: Cairo library not found" >&5
51173 echo "$as_me: WARNING: Cairo library not found" >&2;}
51174
51175 elif test $pkg_failed = untried; then
51176         { echo "$as_me:$LINENO: WARNING: Cairo library not found" >&5
51177 echo "$as_me: WARNING: Cairo library not found" >&2;}
51178
51179 else
51180         CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
51181         CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
51182         { echo "$as_me:$LINENO: result: yes" >&5
51183 echo "${ECHO_T}yes" >&6; }
51184         wx_has_graphics=1
51185 fi
51186         if test "$wx_has_graphics" = 1; then
51187                                                 save_LIBS="$LIBS"
51188             LIBS="$LIBS $CAIRO_LIBS"
51189
51190 for ac_func in cairo_push_group
51191 do
51192 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
51193 { echo "$as_me:$LINENO: checking for $ac_func" >&5
51194 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
51195 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
51196   echo $ECHO_N "(cached) $ECHO_C" >&6
51197 else
51198   cat >conftest.$ac_ext <<_ACEOF
51199 /* confdefs.h.  */
51200 _ACEOF
51201 cat confdefs.h >>conftest.$ac_ext
51202 cat >>conftest.$ac_ext <<_ACEOF
51203 /* end confdefs.h.  */
51204 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
51205    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
51206 #define $ac_func innocuous_$ac_func
51207
51208 /* System header to define __stub macros and hopefully few prototypes,
51209     which can conflict with char $ac_func (); below.
51210     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
51211     <limits.h> exists even on freestanding compilers.  */
51212
51213 #ifdef __STDC__
51214 # include <limits.h>
51215 #else
51216 # include <assert.h>
51217 #endif
51218
51219 #undef $ac_func
51220
51221 /* Override any GCC internal prototype to avoid an error.
51222    Use char because int might match the return type of a GCC
51223    builtin and then its argument prototype would still apply.  */
51224 #ifdef __cplusplus
51225 extern "C"
51226 #endif
51227 char $ac_func ();
51228 /* The GNU C library defines this for functions which it implements
51229     to always fail with ENOSYS.  Some functions are actually named
51230     something starting with __ and the normal name is an alias.  */
51231 #if defined __stub_$ac_func || defined __stub___$ac_func
51232 choke me
51233 #endif
51234
51235 int
51236 main ()
51237 {
51238 return $ac_func ();
51239   ;
51240   return 0;
51241 }
51242 _ACEOF
51243 rm -f conftest.$ac_objext conftest$ac_exeext
51244 if { (ac_try="$ac_link"
51245 case "(($ac_try" in
51246   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51247   *) ac_try_echo=$ac_try;;
51248 esac
51249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
51250   (eval "$ac_link") 2>conftest.er1
51251   ac_status=$?
51252   grep -v '^ *+' conftest.er1 >conftest.err
51253   rm -f conftest.er1
51254   cat conftest.err >&5
51255   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51256   (exit $ac_status); } && {
51257          test -z "$ac_c_werror_flag" ||
51258          test ! -s conftest.err
51259        } && test -s conftest$ac_exeext &&
51260        $as_test_x conftest$ac_exeext; then
51261   eval "$as_ac_var=yes"
51262 else
51263   echo "$as_me: failed program was:" >&5
51264 sed 's/^/| /' conftest.$ac_ext >&5
51265
51266         eval "$as_ac_var=no"
51267 fi
51268
51269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
51270       conftest$ac_exeext conftest.$ac_ext
51271 fi
51272 ac_res=`eval echo '${'$as_ac_var'}'`
51273                { echo "$as_me:$LINENO: result: $ac_res" >&5
51274 echo "${ECHO_T}$ac_res" >&6; }
51275 if test `eval echo '${'$as_ac_var'}'` = yes; then
51276   cat >>confdefs.h <<_ACEOF
51277 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
51278 _ACEOF
51279
51280 fi
51281 done
51282
51283             LIBS="$save_LIBS"
51284             if test "$ac_cv_func_cairo_push_group" = "no"; then
51285                 wx_has_graphics=0
51286                 { echo "$as_me:$LINENO: WARNING: Cairo library is too old and misses cairo_push_group()" >&5
51287 echo "$as_me: WARNING: Cairo library is too old and misses cairo_push_group()" >&2;}
51288             else
51289                 cat >>confdefs.h <<\_ACEOF
51290 #define wxUSE_CAIRO 1
51291 _ACEOF
51292
51293
51294                                                 if test "$wxUSE_GTK" != 1; then
51295                     CPPFLAGS="$CAIRO_CFLAGS $CPPFLAGS"
51296                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $CAIRO_LIBS"
51297                 fi
51298             fi
51299         fi
51300     else
51301                 wx_has_graphics=1
51302     fi
51303
51304     if test "$wx_has_graphics" = 1; then
51305         cat >>confdefs.h <<\_ACEOF
51306 #define wxUSE_GRAPHICS_CONTEXT 1
51307 _ACEOF
51308
51309     else
51310         { echo "$as_me:$LINENO: WARNING: wxGraphicsContext won't be available" >&5
51311 echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
51312     fi
51313 fi
51314
51315
51316 USE_MEDIA=0
51317
51318 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
51319     USE_MEDIA=1
51320
51321                 if test "$wxUSE_GTK" = 1; then
51322         wxUSE_GSTREAMER="no"
51323
51324                                                                 GST_VERSION_MAJOR=0
51325         GST_VERSION_MINOR=10
51326         GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
51327
51328         if test "$wxUSE_GSTREAMER8" = "no"; then
51329
51330 pkg_failed=no
51331 { echo "$as_me:$LINENO: checking for GST" >&5
51332 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
51333
51334 if test -n "$PKG_CONFIG"; then
51335     if test -n "$GST_CFLAGS"; then
51336         pkg_cv_GST_CFLAGS="$GST_CFLAGS"
51337     else
51338         if test -n "$PKG_CONFIG" && \
51339     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\"") >&5
51340   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
51341   ac_status=$?
51342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51343   (exit $ac_status); }; then
51344   pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
51345 else
51346   pkg_failed=yes
51347 fi
51348     fi
51349 else
51350         pkg_failed=untried
51351 fi
51352 if test -n "$PKG_CONFIG"; then
51353     if test -n "$GST_LIBS"; then
51354         pkg_cv_GST_LIBS="$GST_LIBS"
51355     else
51356         if test -n "$PKG_CONFIG" && \
51357     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\"") >&5
51358   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
51359   ac_status=$?
51360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51361   (exit $ac_status); }; then
51362   pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
51363 else
51364   pkg_failed=yes
51365 fi
51366     fi
51367 else
51368         pkg_failed=untried
51369 fi
51370
51371
51372
51373 if test $pkg_failed = yes; then
51374
51375 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
51376         _pkg_short_errors_supported=yes
51377 else
51378         _pkg_short_errors_supported=no
51379 fi
51380         if test $_pkg_short_errors_supported = yes; then
51381                 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
51382         else
51383                 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
51384         fi
51385         # Put the nasty error message in config.log where it belongs
51386         echo "$GST_PKG_ERRORS" >&5
51387
51388
51389                     { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
51390 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
51391                     GST_VERSION_MINOR=8
51392
51393
51394 elif test $pkg_failed = untried; then
51395
51396                     { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
51397 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
51398                     GST_VERSION_MINOR=8
51399
51400
51401 else
51402         GST_CFLAGS=$pkg_cv_GST_CFLAGS
51403         GST_LIBS=$pkg_cv_GST_LIBS
51404         { echo "$as_me:$LINENO: result: yes" >&5
51405 echo "${ECHO_T}yes" >&6; }
51406
51407                     wxUSE_GSTREAMER="yes"
51408                     GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
51409
51410 fi
51411         else
51412                         GST_VERSION_MINOR=8
51413         fi
51414
51415         if test $GST_VERSION_MINOR = "8"; then
51416             GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
51417
51418 pkg_failed=no
51419 { echo "$as_me:$LINENO: checking for GST" >&5
51420 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
51421
51422 if test -n "$PKG_CONFIG"; then
51423     if test -n "$GST_CFLAGS"; then
51424         pkg_cv_GST_CFLAGS="$GST_CFLAGS"
51425     else
51426         if test -n "$PKG_CONFIG" && \
51427     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
51428   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
51429   ac_status=$?
51430   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51431   (exit $ac_status); }; then
51432   pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
51433 else
51434   pkg_failed=yes
51435 fi
51436     fi
51437 else
51438         pkg_failed=untried
51439 fi
51440 if test -n "$PKG_CONFIG"; then
51441     if test -n "$GST_LIBS"; then
51442         pkg_cv_GST_LIBS="$GST_LIBS"
51443     else
51444         if test -n "$PKG_CONFIG" && \
51445     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
51446   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
51447   ac_status=$?
51448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51449   (exit $ac_status); }; then
51450   pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
51451 else
51452   pkg_failed=yes
51453 fi
51454     fi
51455 else
51456         pkg_failed=untried
51457 fi
51458
51459
51460
51461 if test $pkg_failed = yes; then
51462
51463 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
51464         _pkg_short_errors_supported=yes
51465 else
51466         _pkg_short_errors_supported=no
51467 fi
51468         if test $_pkg_short_errors_supported = yes; then
51469                 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
51470         else
51471                 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
51472         fi
51473         # Put the nasty error message in config.log where it belongs
51474         echo "$GST_PKG_ERRORS" >&5
51475
51476
51477                     { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
51478 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
51479
51480 elif test $pkg_failed = untried; then
51481
51482                     { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
51483 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
51484
51485 else
51486         GST_CFLAGS=$pkg_cv_GST_CFLAGS
51487         GST_LIBS=$pkg_cv_GST_LIBS
51488         { echo "$as_me:$LINENO: result: yes" >&5
51489 echo "${ECHO_T}yes" >&6; }
51490         wxUSE_GSTREAMER="yes"
51491 fi
51492         fi
51493
51494
51495         if test "$wxUSE_GSTREAMER" = "yes"; then
51496             CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
51497             EXTRALIBS_MEDIA="$GST_LIBS"
51498
51499             cat >>confdefs.h <<\_ACEOF
51500 #define wxUSE_GSTREAMER 1
51501 _ACEOF
51502
51503         else
51504             USE_MEDIA=0
51505         fi
51506     fi
51507
51508     if test $USE_MEDIA = 1; then
51509         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
51510         cat >>confdefs.h <<\_ACEOF
51511 #define wxUSE_MEDIACTRL 1
51512 _ACEOF
51513
51514     else
51515         if test "$wxUSE_MEDIACTRL" = "yes"; then
51516             { { echo "$as_me:$LINENO: error: GStreamer not available" >&5
51517 echo "$as_me: error: GStreamer not available" >&2;}
51518    { (exit 1); exit 1; }; }
51519         else
51520                         { echo "$as_me:$LINENO: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
51521 echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
51522         fi
51523     fi
51524 fi
51525
51526
51527 if test "$cross_compiling" != "no"; then
51528         OSINFO="\"$host\""
51529 else
51530         OSINFO=`uname -s -r -m`
51531     OSINFO="\"$OSINFO\""
51532 fi
51533
51534 cat >>confdefs.h <<_ACEOF
51535 #define WXWIN_OS_DESCRIPTION $OSINFO
51536 _ACEOF
51537
51538
51539
51540 if test "x$prefix" != "xNONE"; then
51541     wxPREFIX=$prefix
51542 else
51543     wxPREFIX=$ac_default_prefix
51544 fi
51545
51546 cat >>confdefs.h <<_ACEOF
51547 #define wxINSTALL_PREFIX "$wxPREFIX"
51548 _ACEOF
51549
51550
51551
51552
51553 STD_BASE_LIBS="base"
51554 STD_GUI_LIBS=""
51555 BUILT_WX_LIBS="base"
51556 ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
51557
51558 if test "$wxUSE_SOCKETS" = "yes" ; then
51559     STD_BASE_LIBS="net $STD_BASE_LIBS"
51560     BUILT_WX_LIBS="net $BUILT_WX_LIBS"
51561 fi
51562 if test "$wxUSE_XML" = "yes" ; then
51563     STD_BASE_LIBS="xml $STD_BASE_LIBS"
51564     BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
51565 fi
51566
51567 if test "$wxUSE_GUI" = "yes"; then
51568     STD_GUI_LIBS="adv core"
51569     BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
51570
51571     if test "$wxUSE_DEBUGREPORT" = "yes" ; then
51572         STD_GUI_LIBS="qa $STD_GUI_LIBS"
51573         BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
51574     fi
51575     if test "$wxUSE_HTML" = "yes" ; then
51576         STD_GUI_LIBS="html $STD_GUI_LIBS"
51577         BUILT_WX_LIBS="html $BUILT_WX_LIBS"
51578     fi
51579     if test "$wxUSE_MEDIACTRL" = "yes" ; then
51580         BUILT_WX_LIBS="media $BUILT_WX_LIBS"
51581     fi
51582     if test "$wxUSE_OPENGL" = "yes" ; then
51583         BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
51584     fi
51585     if test "$wxUSE_AUI" = "yes" ; then
51586         BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
51587     fi
51588     if test "$wxUSE_PROPGRID" = "yes" ; then
51589         BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
51590     fi
51591     if test "$wxUSE_RIBBON" = "yes" ; then
51592         BUILT_WX_LIBS="ribbon $BUILT_WX_LIBS"
51593     fi
51594     if test "$wxUSE_RICHTEXT" = "yes" ; then
51595         BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
51596     fi
51597     if test "$wxUSE_STC" = "yes" ; then
51598         BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
51599     fi
51600     if test "$wxUSE_WEBVIEW" = "yes" ; then
51601         STD_GUI_LIBS="webview $STD_GUI_LIBS"
51602         BUILT_WX_LIBS="webview $BUILT_WX_LIBS"
51603     fi
51604     if test "$wxUSE_XRC" = "yes" ; then
51605         STD_GUI_LIBS="xrc $STD_GUI_LIBS"
51606         BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
51607     fi
51608 fi
51609
51610
51611
51612
51613
51614
51615
51616 EXTRA_FRAMEWORKS=
51617 if test "$wxUSE_MAC" = 1 ; then
51618     if test "$USE_DARWIN" = 1; then
51619         if test "$wxUSE_OSX_IPHONE" = 1; then
51620             EXTRA_FRAMEWORKS="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
51621         else
51622             EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime"
51623         fi
51624     fi
51625 fi
51626 if test "$wxUSE_OLD_COCOA" = 1 ; then
51627     EXTRA_FRAMEWORKS="-framework IOKit -framework Cocoa"
51628     if test "$wxUSE_MEDIACTRL" = "yes"; then
51629         EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
51630     fi
51631 fi
51632 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
51633     EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
51634 fi
51635
51636 LDFLAGS="$LDFLAGS $EXTRA_FRAMEWORKS"
51637 WXCONFIG_LDFLAGS="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
51638
51639 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
51640
51641 if test "$wxUSE_GUI" = "yes"; then
51642
51643
51644         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
51645                      erase event exec font image minimal render \
51646                      shaped svg taborder vscroll widgets wrapsizer"
51647
51648     if test "$wxUSE_MONOLITHIC" != "yes"; then
51649         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
51650     fi
51651     if test "$TOOLKIT" = "MSW"; then
51652         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
51653         if test "$wxUSE_UNIVERSAL" != "yes"; then
51654             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
51655         fi
51656     fi
51657     if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
51658         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
51659     fi
51660 else
51661     SAMPLES_SUBDIRS="console"
51662     if test "$wxUSE_SOCKETS" = "yes" ; then
51663         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
51664     fi
51665     if test "$wxUSE_IPC" = "yes" ; then
51666         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
51667     fi
51668 fi
51669
51670
51671 if test "x$INTELCC" = "xyes" ; then
51672                                         CWARNINGS="-Wall -wd810,869,981,1418,1572,1684,2259"
51673 elif test "$GCC" = yes ; then
51674     CWARNINGS="-Wall -Wundef"
51675 fi
51676
51677 if test "x$INTELCXX" = "xyes" ; then
51678                                                                 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
51679 elif test "$GXX" = yes ; then
51680     CXXWARNINGS="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
51681     { echo "$as_me:$LINENO: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
51682 echo $ECHO_N "checking CXXWARNINGS for gcc -Woverloaded-virtual... $ECHO_C" >&6; }
51683 if test "${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+set}" = set; then
51684   echo $ECHO_N "(cached) $ECHO_C" >&6
51685 else
51686   ac_cv_cxxflags_gcc_option__Woverloaded_virtual="no, unknown"
51687
51688  ac_ext=cpp
51689 ac_cpp='$CXXCPP $CPPFLAGS'
51690 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51691 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51692 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51693
51694  ac_save_CXXFLAGS="$CXXFLAGS"
51695 for ac_arg in "-pedantic -Werror % -Woverloaded-virtual"     "-pedantic % -Woverloaded-virtual %% no, obsolete"     #
51696 do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
51697    cat >conftest.$ac_ext <<_ACEOF
51698 /* confdefs.h.  */
51699 _ACEOF
51700 cat confdefs.h >>conftest.$ac_ext
51701 cat >>conftest.$ac_ext <<_ACEOF
51702 /* end confdefs.h.  */
51703
51704 int
51705 main ()
51706 {
51707 return 0;
51708   ;
51709   return 0;
51710 }
51711 _ACEOF
51712 rm -f conftest.$ac_objext
51713 if { (ac_try="$ac_compile"
51714 case "(($ac_try" in
51715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51716   *) ac_try_echo=$ac_try;;
51717 esac
51718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
51719   (eval "$ac_compile") 2>conftest.er1
51720   ac_status=$?
51721   grep -v '^ *+' conftest.er1 >conftest.err
51722   rm -f conftest.er1
51723   cat conftest.err >&5
51724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51725   (exit $ac_status); } && {
51726          test -z "$ac_cxx_werror_flag" ||
51727          test ! -s conftest.err
51728        } && test -s conftest.$ac_objext; then
51729   ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
51730 else
51731   echo "$as_me: failed program was:" >&5
51732 sed 's/^/| /' conftest.$ac_ext >&5
51733
51734
51735 fi
51736
51737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51738 done
51739  CXXFLAGS="$ac_save_CXXFLAGS"
51740  ac_ext=c
51741 ac_cpp='$CPP $CPPFLAGS'
51742 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51743 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51744 ac_compiler_gnu=$ac_cv_c_compiler_gnu
51745
51746
51747 fi
51748 { echo "$as_me:$LINENO: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
51749 echo "${ECHO_T}$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
51750 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
51751      .ok|.ok,*)  ;;
51752    .|.no|.no,*)  ;;
51753    *)
51754    if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
51755    then { (echo "$as_me:$LINENO: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual") >&5
51756   (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
51757   ac_status=$?
51758   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51759   (exit $ac_status); }
51760    else { (echo "$as_me:$LINENO: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\"") >&5
51761   (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
51762   ac_status=$?
51763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51764   (exit $ac_status); }
51765                       CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
51766    fi
51767  ;;
51768 esac
51769
51770
51771                     if test "$wxUSE_MAC" = 1 ; then
51772         CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
51773     fi
51774 fi
51775
51776
51777 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
51778 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
51779
51780
51781 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
51782  -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
51783  -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
51784  $CPPFLAGS `
51785
51786 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
51787 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
51788 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
51789 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
51790 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
51791
51792 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
51793
51794
51795 if test "x$MWCC" = "xyes"; then
51796
51797             CC="$CC -cwd source -I-"
51798     CXX="$CXX -cwd source -I-"
51799 fi
51800
51801
51802 LIBS=`echo $LIBS`
51803 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
51804 EXTRALIBS_XML="$EXPAT_LINK"
51805 EXTRALIBS_HTML="$MSPACK_LINK"
51806 EXTRALIBS_MEDIA="$GST_LIBS"
51807 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
51808 if test "$wxUSE_GUI" = "yes"; then
51809     EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
51810 fi
51811 if test "$wxUSE_OPENGL" = "yes"; then
51812     EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
51813 fi
51814
51815 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
51816
51817 WXCONFIG_LIBS="$LIBS"
51818
51819 if test "$wxUSE_REGEX" = "builtin" ; then
51820     wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
51821 fi
51822 if test "$wxUSE_EXPAT" = "builtin" ; then
51823     wxconfig_3rdparty="expat $wxconfig_3rdparty"
51824 fi
51825 if test "$wxUSE_LIBTIFF" = "builtin" ; then
51826     wxconfig_3rdparty="tiff $wxconfig_3rdparty"
51827 fi
51828 if test "$wxUSE_LIBJPEG" = "builtin" ; then
51829     wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
51830 fi
51831 if test "$wxUSE_LIBPNG" = "builtin" ; then
51832     wxconfig_3rdparty="png $wxconfig_3rdparty"
51833 fi
51834 if test "$wxUSE_ZLIB" = "builtin" ; then
51835     wxconfig_3rdparty="zlib $wxconfig_3rdparty"
51836 fi
51837
51838 for i in $wxconfig_3rdparty ; do
51839     WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
51840 done
51841
51842
51843 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
51844     WXUNIV=1
51845
51846     case "$wxUNIV_THEMES" in
51847         ''|all)
51848             cat >>confdefs.h <<\_ACEOF
51849 #define wxUSE_ALL_THEMES 1
51850 _ACEOF
51851
51852             ;;
51853
51854         *)
51855             for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
51856                 cat >>confdefs.h <<_ACEOF
51857 #define wxUSE_THEME_$t 1
51858 _ACEOF
51859
51860             done
51861     esac
51862 else
51863     WXUNIV=0
51864 fi
51865
51866
51867
51868
51869
51870
51871
51872
51873 if test $wxUSE_MONOLITHIC = "yes" ; then
51874     MONOLITHIC=1
51875 else
51876     MONOLITHIC=0
51877 fi
51878
51879 if test $wxUSE_PLUGINS = "yes" ; then
51880     USE_PLUGINS=1
51881 else
51882     USE_PLUGINS=0
51883 fi
51884
51885 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
51886     USE_QA=1
51887 else
51888     USE_QA=0
51889 fi
51890
51891 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
51892     OFFICIAL_BUILD=1
51893 else
51894     OFFICIAL_BUILD=0
51895 fi
51896
51897
51898
51899
51900
51901
51902
51903
51904
51905
51906
51907
51908
51909
51910
51911
51912
51913
51914
51915
51916
51917
51918
51919
51920
51921
51922
51923 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
51924
51925
51926
51927
51928
51929
51930
51931
51932
51933
51934 case "$TOOLKIT" in
51935     GTK)
51936         TOOLKIT_DESC="GTK+"
51937         if test "$WXGTK2" = 1; then
51938             TOOLKIT_DESC="$TOOLKIT_DESC 2"
51939             if test "$wxUSE_GTKPRINT" = "yes" ; then
51940                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
51941             fi
51942             if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
51943                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
51944             fi
51945             if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
51946                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
51947             fi
51948             if test "$wxUSE_LIBHILDON" = "yes"; then
51949                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
51950             fi
51951             if test "$wxUSE_LIBHILDON2" = "yes"; then
51952                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
51953             fi
51954
51955             if test "$TOOLKIT_EXTRA" != ""; then
51956                 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
51957             fi
51958         fi
51959         ;;
51960
51961     ?*)
51962         TOOLKIT_DESC=$TOOLKIT_LOWERCASE
51963         ;;
51964
51965     *)
51966         TOOLKIT_DESC="base only"
51967         ;;
51968 esac
51969
51970 if test "$wxUSE_WINE" = "yes"; then
51971     BAKEFILE_FORCE_PLATFORM=win32
51972 fi
51973
51974 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
51975 then
51976     { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
51977 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
51978 if test "${wx_cv_gcc_pch_bug+set}" = set; then
51979   echo $ECHO_N "(cached) $ECHO_C" >&6
51980 else
51981
51982             echo '#include <stdio.h>
51983                   const wchar_t test_var[] = L"awidetest";' > conftest.h
51984
51985             echo '#include "conftest.h"
51986                   int main()
51987                   {
51988                      printf("%ls", test_var);
51989                      return 0;
51990                   }' > conftest.cpp
51991
51992             wx_cv_gcc_pch_bug="pch not supported"
51993
51994             if $CXX conftest.h >/dev/null 2>&1
51995             then
51996                 wx_cv_gcc_pch_bug=
51997
51998                 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
51999                 then
52000                     if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
52001                         grep awidetest >/dev/null
52002                     then
52003                         wx_cv_gcc_pch_bug=no
52004                     else
52005                         wx_cv_gcc_pch_bug=yes
52006                     fi
52007                 fi
52008             fi
52009
52010             rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
52011
52012 fi
52013 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
52014 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
52015
52016     if test "$wx_cv_gcc_pch_bug" = yes; then
52017                         bk_use_pch=no
52018     fi
52019 fi
52020
52021
52022
52023
52024
52025
52026
52027     if test "x$BAKEFILE_HOST" = "x"; then
52028                if test "x${host}" = "x" ; then
52029                        { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
52030 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
52031    { (exit 1); exit 1; }; }
52032                fi
52033
52034         BAKEFILE_HOST="${host}"
52035     fi
52036
52037     if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
52038
52039     if test -n "$ac_tool_prefix"; then
52040   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
52041 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
52042 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52044 if test "${ac_cv_prog_RANLIB+set}" = set; then
52045   echo $ECHO_N "(cached) $ECHO_C" >&6
52046 else
52047   if test -n "$RANLIB"; then
52048   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
52049 else
52050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52051 for as_dir in $PATH
52052 do
52053   IFS=$as_save_IFS
52054   test -z "$as_dir" && as_dir=.
52055   for ac_exec_ext in '' $ac_executable_extensions; do
52056   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52057     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
52058     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52059     break 2
52060   fi
52061 done
52062 done
52063 IFS=$as_save_IFS
52064
52065 fi
52066 fi
52067 RANLIB=$ac_cv_prog_RANLIB
52068 if test -n "$RANLIB"; then
52069   { echo "$as_me:$LINENO: result: $RANLIB" >&5
52070 echo "${ECHO_T}$RANLIB" >&6; }
52071 else
52072   { echo "$as_me:$LINENO: result: no" >&5
52073 echo "${ECHO_T}no" >&6; }
52074 fi
52075
52076
52077 fi
52078 if test -z "$ac_cv_prog_RANLIB"; then
52079   ac_ct_RANLIB=$RANLIB
52080   # Extract the first word of "ranlib", so it can be a program name with args.
52081 set dummy ranlib; ac_word=$2
52082 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52084 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
52085   echo $ECHO_N "(cached) $ECHO_C" >&6
52086 else
52087   if test -n "$ac_ct_RANLIB"; then
52088   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
52089 else
52090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52091 for as_dir in $PATH
52092 do
52093   IFS=$as_save_IFS
52094   test -z "$as_dir" && as_dir=.
52095   for ac_exec_ext in '' $ac_executable_extensions; do
52096   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52097     ac_cv_prog_ac_ct_RANLIB="ranlib"
52098     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52099     break 2
52100   fi
52101 done
52102 done
52103 IFS=$as_save_IFS
52104
52105 fi
52106 fi
52107 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
52108 if test -n "$ac_ct_RANLIB"; then
52109   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
52110 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
52111 else
52112   { echo "$as_me:$LINENO: result: no" >&5
52113 echo "${ECHO_T}no" >&6; }
52114 fi
52115
52116   if test "x$ac_ct_RANLIB" = x; then
52117     RANLIB=":"
52118   else
52119     case $cross_compiling:$ac_tool_warned in
52120 yes:)
52121 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
52122 whose name does not start with the host triplet.  If you think this
52123 configuration is useful to you, please write to autoconf@gnu.org." >&5
52124 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
52125 whose name does not start with the host triplet.  If you think this
52126 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
52127 ac_tool_warned=yes ;;
52128 esac
52129     RANLIB=$ac_ct_RANLIB
52130   fi
52131 else
52132   RANLIB="$ac_cv_prog_RANLIB"
52133 fi
52134
52135     # Find a good install program.  We prefer a C program (faster),
52136 # so one script is as good as another.  But avoid the broken or
52137 # incompatible versions:
52138 # SysV /etc/install, /usr/sbin/install
52139 # SunOS /usr/etc/install
52140 # IRIX /sbin/install
52141 # AIX /bin/install
52142 # AmigaOS /C/install, which installs bootblocks on floppy discs
52143 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
52144 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
52145 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
52146 # OS/2's system install, which has a completely different semantic
52147 # ./install, which can be erroneously created by make from ./install.sh.
52148 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
52149 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
52150 if test -z "$INSTALL"; then
52151 if test "${ac_cv_path_install+set}" = set; then
52152   echo $ECHO_N "(cached) $ECHO_C" >&6
52153 else
52154   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52155 for as_dir in $PATH
52156 do
52157   IFS=$as_save_IFS
52158   test -z "$as_dir" && as_dir=.
52159   # Account for people who put trailing slashes in PATH elements.
52160 case $as_dir/ in
52161   ./ | .// | /cC/* | \
52162   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
52163   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
52164   /usr/ucb/* ) ;;
52165   *)
52166     # OSF1 and SCO ODT 3.0 have their own names for install.
52167     # Don't use installbsd from OSF since it installs stuff as root
52168     # by default.
52169     for ac_prog in ginstall scoinst install; do
52170       for ac_exec_ext in '' $ac_executable_extensions; do
52171         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
52172           if test $ac_prog = install &&
52173             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
52174             # AIX install.  It has an incompatible calling convention.
52175             :
52176           elif test $ac_prog = install &&
52177             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
52178             # program-specific install script used by HP pwplus--don't use.
52179             :
52180           else
52181             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
52182             break 3
52183           fi
52184         fi
52185       done
52186     done
52187     ;;
52188 esac
52189 done
52190 IFS=$as_save_IFS
52191
52192
52193 fi
52194   if test "${ac_cv_path_install+set}" = set; then
52195     INSTALL=$ac_cv_path_install
52196   else
52197     # As a last resort, use the slow shell script.  Don't cache a
52198     # value for INSTALL within a source directory, because that will
52199     # break other packages using the cache if that directory is
52200     # removed, or if the value is a relative name.
52201     INSTALL=$ac_install_sh
52202   fi
52203 fi
52204 { echo "$as_me:$LINENO: result: $INSTALL" >&5
52205 echo "${ECHO_T}$INSTALL" >&6; }
52206
52207 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
52208 # It thinks the first close brace ends the variable substitution.
52209 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
52210
52211 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
52212
52213 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
52214
52215     { echo "$as_me:$LINENO: checking whether ln -s works" >&5
52216 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
52217 LN_S=$as_ln_s
52218 if test "$LN_S" = "ln -s"; then
52219   { echo "$as_me:$LINENO: result: yes" >&5
52220 echo "${ECHO_T}yes" >&6; }
52221 else
52222   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
52223 echo "${ECHO_T}no, using $LN_S" >&6; }
52224 fi
52225
52226
52227     { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
52228 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
52229 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
52230 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
52231   echo $ECHO_N "(cached) $ECHO_C" >&6
52232 else
52233   cat >conftest.make <<\_ACEOF
52234 SHELL = /bin/sh
52235 all:
52236         @echo '@@@%%%=$(MAKE)=@@@%%%'
52237 _ACEOF
52238 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
52239 case `${MAKE-make} -f conftest.make 2>/dev/null` in
52240   *@@@%%%=?*=@@@%%%*)
52241     eval ac_cv_prog_make_${ac_make}_set=yes;;
52242   *)
52243     eval ac_cv_prog_make_${ac_make}_set=no;;
52244 esac
52245 rm -f conftest.make
52246 fi
52247 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
52248   { echo "$as_me:$LINENO: result: yes" >&5
52249 echo "${ECHO_T}yes" >&6; }
52250   SET_MAKE=
52251 else
52252   { echo "$as_me:$LINENO: result: no" >&5
52253 echo "${ECHO_T}no" >&6; }
52254   SET_MAKE="MAKE=${MAKE-make}"
52255 fi
52256
52257
52258
52259     if test "x$SUNCXX" = "xyes"; then
52260                                 AR=$CXX
52261         AROPTIONS="-xar -o"
52262
52263     elif test "x$SGICC" = "xyes"; then
52264                 AR=$CXX
52265         AROPTIONS="-ar -o"
52266
52267     else
52268         if test -n "$ac_tool_prefix"; then
52269   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
52270 set dummy ${ac_tool_prefix}ar; ac_word=$2
52271 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52273 if test "${ac_cv_prog_AR+set}" = set; then
52274   echo $ECHO_N "(cached) $ECHO_C" >&6
52275 else
52276   if test -n "$AR"; then
52277   ac_cv_prog_AR="$AR" # Let the user override the test.
52278 else
52279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52280 for as_dir in $PATH
52281 do
52282   IFS=$as_save_IFS
52283   test -z "$as_dir" && as_dir=.
52284   for ac_exec_ext in '' $ac_executable_extensions; do
52285   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52286     ac_cv_prog_AR="${ac_tool_prefix}ar"
52287     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52288     break 2
52289   fi
52290 done
52291 done
52292 IFS=$as_save_IFS
52293
52294 fi
52295 fi
52296 AR=$ac_cv_prog_AR
52297 if test -n "$AR"; then
52298   { echo "$as_me:$LINENO: result: $AR" >&5
52299 echo "${ECHO_T}$AR" >&6; }
52300 else
52301   { echo "$as_me:$LINENO: result: no" >&5
52302 echo "${ECHO_T}no" >&6; }
52303 fi
52304
52305
52306 fi
52307 if test -z "$ac_cv_prog_AR"; then
52308   ac_ct_AR=$AR
52309   # Extract the first word of "ar", so it can be a program name with args.
52310 set dummy ar; ac_word=$2
52311 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52312 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52313 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
52314   echo $ECHO_N "(cached) $ECHO_C" >&6
52315 else
52316   if test -n "$ac_ct_AR"; then
52317   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
52318 else
52319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52320 for as_dir in $PATH
52321 do
52322   IFS=$as_save_IFS
52323   test -z "$as_dir" && as_dir=.
52324   for ac_exec_ext in '' $ac_executable_extensions; do
52325   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52326     ac_cv_prog_ac_ct_AR="ar"
52327     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52328     break 2
52329   fi
52330 done
52331 done
52332 IFS=$as_save_IFS
52333
52334 fi
52335 fi
52336 ac_ct_AR=$ac_cv_prog_ac_ct_AR
52337 if test -n "$ac_ct_AR"; then
52338   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
52339 echo "${ECHO_T}$ac_ct_AR" >&6; }
52340 else
52341   { echo "$as_me:$LINENO: result: no" >&5
52342 echo "${ECHO_T}no" >&6; }
52343 fi
52344
52345   if test "x$ac_ct_AR" = x; then
52346     AR="ar"
52347   else
52348     case $cross_compiling:$ac_tool_warned in
52349 yes:)
52350 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
52351 whose name does not start with the host triplet.  If you think this
52352 configuration is useful to you, please write to autoconf@gnu.org." >&5
52353 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
52354 whose name does not start with the host triplet.  If you think this
52355 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
52356 ac_tool_warned=yes ;;
52357 esac
52358     AR=$ac_ct_AR
52359   fi
52360 else
52361   AR="$ac_cv_prog_AR"
52362 fi
52363
52364         AROPTIONS=rcu
52365     fi
52366
52367
52368     if test -n "$ac_tool_prefix"; then
52369   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
52370 set dummy ${ac_tool_prefix}strip; ac_word=$2
52371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52373 if test "${ac_cv_prog_STRIP+set}" = set; then
52374   echo $ECHO_N "(cached) $ECHO_C" >&6
52375 else
52376   if test -n "$STRIP"; then
52377   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
52378 else
52379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52380 for as_dir in $PATH
52381 do
52382   IFS=$as_save_IFS
52383   test -z "$as_dir" && as_dir=.
52384   for ac_exec_ext in '' $ac_executable_extensions; do
52385   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52386     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
52387     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52388     break 2
52389   fi
52390 done
52391 done
52392 IFS=$as_save_IFS
52393
52394 fi
52395 fi
52396 STRIP=$ac_cv_prog_STRIP
52397 if test -n "$STRIP"; then
52398   { echo "$as_me:$LINENO: result: $STRIP" >&5
52399 echo "${ECHO_T}$STRIP" >&6; }
52400 else
52401   { echo "$as_me:$LINENO: result: no" >&5
52402 echo "${ECHO_T}no" >&6; }
52403 fi
52404
52405
52406 fi
52407 if test -z "$ac_cv_prog_STRIP"; then
52408   ac_ct_STRIP=$STRIP
52409   # Extract the first word of "strip", so it can be a program name with args.
52410 set dummy strip; ac_word=$2
52411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52413 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
52414   echo $ECHO_N "(cached) $ECHO_C" >&6
52415 else
52416   if test -n "$ac_ct_STRIP"; then
52417   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
52418 else
52419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52420 for as_dir in $PATH
52421 do
52422   IFS=$as_save_IFS
52423   test -z "$as_dir" && as_dir=.
52424   for ac_exec_ext in '' $ac_executable_extensions; do
52425   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52426     ac_cv_prog_ac_ct_STRIP="strip"
52427     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52428     break 2
52429   fi
52430 done
52431 done
52432 IFS=$as_save_IFS
52433
52434 fi
52435 fi
52436 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
52437 if test -n "$ac_ct_STRIP"; then
52438   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
52439 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
52440 else
52441   { echo "$as_me:$LINENO: result: no" >&5
52442 echo "${ECHO_T}no" >&6; }
52443 fi
52444
52445   if test "x$ac_ct_STRIP" = x; then
52446     STRIP=":"
52447   else
52448     case $cross_compiling:$ac_tool_warned in
52449 yes:)
52450 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
52451 whose name does not start with the host triplet.  If you think this
52452 configuration is useful to you, please write to autoconf@gnu.org." >&5
52453 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
52454 whose name does not start with the host triplet.  If you think this
52455 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
52456 ac_tool_warned=yes ;;
52457 esac
52458     STRIP=$ac_ct_STRIP
52459   fi
52460 else
52461   STRIP="$ac_cv_prog_STRIP"
52462 fi
52463
52464     if test -n "$ac_tool_prefix"; then
52465   # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
52466 set dummy ${ac_tool_prefix}nm; ac_word=$2
52467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52469 if test "${ac_cv_prog_NM+set}" = set; then
52470   echo $ECHO_N "(cached) $ECHO_C" >&6
52471 else
52472   if test -n "$NM"; then
52473   ac_cv_prog_NM="$NM" # Let the user override the test.
52474 else
52475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52476 for as_dir in $PATH
52477 do
52478   IFS=$as_save_IFS
52479   test -z "$as_dir" && as_dir=.
52480   for ac_exec_ext in '' $ac_executable_extensions; do
52481   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52482     ac_cv_prog_NM="${ac_tool_prefix}nm"
52483     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52484     break 2
52485   fi
52486 done
52487 done
52488 IFS=$as_save_IFS
52489
52490 fi
52491 fi
52492 NM=$ac_cv_prog_NM
52493 if test -n "$NM"; then
52494   { echo "$as_me:$LINENO: result: $NM" >&5
52495 echo "${ECHO_T}$NM" >&6; }
52496 else
52497   { echo "$as_me:$LINENO: result: no" >&5
52498 echo "${ECHO_T}no" >&6; }
52499 fi
52500
52501
52502 fi
52503 if test -z "$ac_cv_prog_NM"; then
52504   ac_ct_NM=$NM
52505   # Extract the first word of "nm", so it can be a program name with args.
52506 set dummy nm; ac_word=$2
52507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52509 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
52510   echo $ECHO_N "(cached) $ECHO_C" >&6
52511 else
52512   if test -n "$ac_ct_NM"; then
52513   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
52514 else
52515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52516 for as_dir in $PATH
52517 do
52518   IFS=$as_save_IFS
52519   test -z "$as_dir" && as_dir=.
52520   for ac_exec_ext in '' $ac_executable_extensions; do
52521   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52522     ac_cv_prog_ac_ct_NM="nm"
52523     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52524     break 2
52525   fi
52526 done
52527 done
52528 IFS=$as_save_IFS
52529
52530 fi
52531 fi
52532 ac_ct_NM=$ac_cv_prog_ac_ct_NM
52533 if test -n "$ac_ct_NM"; then
52534   { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
52535 echo "${ECHO_T}$ac_ct_NM" >&6; }
52536 else
52537   { echo "$as_me:$LINENO: result: no" >&5
52538 echo "${ECHO_T}no" >&6; }
52539 fi
52540
52541   if test "x$ac_ct_NM" = x; then
52542     NM=":"
52543   else
52544     case $cross_compiling:$ac_tool_warned in
52545 yes:)
52546 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
52547 whose name does not start with the host triplet.  If you think this
52548 configuration is useful to you, please write to autoconf@gnu.org." >&5
52549 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
52550 whose name does not start with the host triplet.  If you think this
52551 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
52552 ac_tool_warned=yes ;;
52553 esac
52554     NM=$ac_ct_NM
52555   fi
52556 else
52557   NM="$ac_cv_prog_NM"
52558 fi
52559
52560
52561         INSTALL_DIR="mkdir -p"
52562
52563
52564     LDFLAGS_GUI=
52565     case ${BAKEFILE_HOST} in
52566         *-*-cygwin* | *-*-mingw32* )
52567         LDFLAGS_GUI="-mwindows"
52568     esac
52569
52570
52571     fi
52572
52573         { echo "$as_me:$LINENO: checking if make is GNU make" >&5
52574 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
52575 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
52576   echo $ECHO_N "(cached) $ECHO_C" >&6
52577 else
52578
52579         if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
52580                 egrep -s GNU > /dev/null); then
52581             bakefile_cv_prog_makeisgnu="yes"
52582         else
52583             bakefile_cv_prog_makeisgnu="no"
52584         fi
52585
52586 fi
52587 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
52588 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
52589
52590     if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
52591         IF_GNU_MAKE=""
52592     else
52593         IF_GNU_MAKE="#"
52594     fi
52595
52596
52597
52598     PLATFORM_UNIX=0
52599     PLATFORM_WIN32=0
52600     PLATFORM_MSDOS=0
52601     PLATFORM_MAC=0
52602     PLATFORM_MACOS=0
52603     PLATFORM_MACOSX=0
52604     PLATFORM_OS2=0
52605     PLATFORM_BEOS=0
52606
52607     if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
52608         case "${BAKEFILE_HOST}" in
52609             *-*-mingw32* )
52610                 PLATFORM_WIN32=1
52611             ;;
52612             *-pc-msdosdjgpp )
52613                 PLATFORM_MSDOS=1
52614             ;;
52615             *-pc-os2_emx | *-pc-os2-emx )
52616                 PLATFORM_OS2=1
52617             ;;
52618             *-*-darwin* )
52619                 PLATFORM_MAC=1
52620                 PLATFORM_MACOSX=1
52621             ;;
52622             *-*-beos* )
52623                 PLATFORM_BEOS=1
52624             ;;
52625             powerpc-apple-macos* )
52626                 PLATFORM_MAC=1
52627                 PLATFORM_MACOS=1
52628             ;;
52629             * )
52630                 PLATFORM_UNIX=1
52631             ;;
52632         esac
52633     else
52634         case "$BAKEFILE_FORCE_PLATFORM" in
52635             win32 )
52636                 PLATFORM_WIN32=1
52637             ;;
52638             msdos )
52639                 PLATFORM_MSDOS=1
52640             ;;
52641             os2 )
52642                 PLATFORM_OS2=1
52643             ;;
52644             darwin )
52645                 PLATFORM_MAC=1
52646                 PLATFORM_MACOSX=1
52647             ;;
52648             unix )
52649                 PLATFORM_UNIX=1
52650             ;;
52651             beos )
52652                 PLATFORM_BEOS=1
52653             ;;
52654             * )
52655                 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
52656 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
52657    { (exit 1); exit 1; }; }
52658             ;;
52659         esac
52660     fi
52661
52662
52663
52664
52665
52666
52667
52668
52669
52670
52671
52672     # Check whether --enable-omf was given.
52673 if test "${enable_omf+set}" = set; then
52674   enableval=$enable_omf; bk_os2_use_omf="$enableval"
52675 fi
52676
52677
52678     case "${BAKEFILE_HOST}" in
52679       *-*-darwin* )
52680                         if test "x$GCC" = "xyes"; then
52681             CFLAGS="$CFLAGS -fno-common"
52682             CXXFLAGS="$CXXFLAGS -fno-common"
52683         fi
52684         if test "x$XLCC" = "xyes"; then
52685             CFLAGS="$CFLAGS -qnocommon"
52686             CXXFLAGS="$CXXFLAGS -qnocommon"
52687         fi
52688         ;;
52689
52690       *-pc-os2_emx | *-pc-os2-emx )
52691         if test "x$bk_os2_use_omf" = "xyes" ; then
52692             AR=emxomfar
52693             RANLIB=:
52694             LDFLAGS="-Zomf $LDFLAGS"
52695             CFLAGS="-Zomf $CFLAGS"
52696             CXXFLAGS="-Zomf $CXXFLAGS"
52697             OS2_LIBEXT="lib"
52698         else
52699             OS2_LIBEXT="a"
52700         fi
52701         ;;
52702
52703       i*86-*-beos* )
52704         LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
52705         ;;
52706     esac
52707
52708
52709     SO_SUFFIX="so"
52710     SO_SUFFIX_MODULE="so"
52711     EXEEXT=""
52712     LIBPREFIX="lib"
52713     LIBEXT=".a"
52714     DLLPREFIX="lib"
52715     DLLPREFIX_MODULE=""
52716     DLLIMP_SUFFIX=""
52717     dlldir="$libdir"
52718
52719     case "${BAKEFILE_HOST}" in
52720                         ia64-hp-hpux* )
52721         ;;
52722         *-hp-hpux* )
52723             SO_SUFFIX="sl"
52724             SO_SUFFIX_MODULE="sl"
52725         ;;
52726         *-*-aix* )
52727                                                                         SO_SUFFIX="a"
52728             SO_SUFFIX_MODULE="a"
52729         ;;
52730         *-*-cygwin* )
52731             SO_SUFFIX="dll"
52732             SO_SUFFIX_MODULE="dll"
52733             DLLIMP_SUFFIX="dll.a"
52734             EXEEXT=".exe"
52735             DLLPREFIX="cyg"
52736             dlldir="$bindir"
52737         ;;
52738         *-*-mingw32* )
52739             SO_SUFFIX="dll"
52740             SO_SUFFIX_MODULE="dll"
52741             DLLIMP_SUFFIX="dll.a"
52742             EXEEXT=".exe"
52743             DLLPREFIX=""
52744             dlldir="$bindir"
52745         ;;
52746         *-pc-msdosdjgpp )
52747             EXEEXT=".exe"
52748             DLLPREFIX=""
52749             dlldir="$bindir"
52750         ;;
52751         *-pc-os2_emx | *-pc-os2-emx )
52752             SO_SUFFIX="dll"
52753             SO_SUFFIX_MODULE="dll"
52754             DLLIMP_SUFFIX=$OS2_LIBEXT
52755             EXEEXT=".exe"
52756             DLLPREFIX=""
52757             LIBPREFIX=""
52758             LIBEXT=".$OS2_LIBEXT"
52759             dlldir="$bindir"
52760         ;;
52761         *-*-darwin* )
52762             SO_SUFFIX="dylib"
52763             SO_SUFFIX_MODULE="bundle"
52764         ;;
52765     esac
52766
52767     if test "x$DLLIMP_SUFFIX" = "x" ; then
52768         DLLIMP_SUFFIX="$SO_SUFFIX"
52769     fi
52770
52771
52772
52773
52774
52775
52776
52777
52778
52779
52780
52781
52782         PIC_FLAG=""
52783     if test "x$GCC" = "xyes"; then
52784                 PIC_FLAG="-fPIC"
52785     fi
52786
52787         SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
52788     SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
52789     WINDOWS_IMPLIB=0
52790
52791     case "${BAKEFILE_HOST}" in
52792       *-hp-hpux* )
52793                 if test "x$GCC" != "xyes"; then
52794                         LDFLAGS="$LDFLAGS -L/usr/lib"
52795
52796             SHARED_LD_CC="${CC} -b -o"
52797             SHARED_LD_CXX="${CXX} -b -o"
52798             PIC_FLAG="+Z"
52799         fi
52800       ;;
52801
52802       *-*-linux* )
52803                         if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
52804             PIC_FLAG="-KPIC"
52805         elif test "x$SUNCXX" = "xyes"; then
52806             SHARED_LD_CC="${CC} -G -o"
52807             SHARED_LD_CXX="${CXX} -G -o"
52808             PIC_FLAG="-KPIC"
52809         fi
52810       ;;
52811
52812       *-*-solaris2* )
52813         if test "x$SUNCXX" = xyes ; then
52814             SHARED_LD_CC="${CC} -G -o"
52815             SHARED_LD_CXX="${CXX} -G -o"
52816             PIC_FLAG="-KPIC"
52817         fi
52818       ;;
52819
52820       *-*-darwin* )
52821
52822 D='$'
52823 cat <<EOF >shared-ld-sh
52824 #!/bin/sh
52825 #-----------------------------------------------------------------------------
52826 #-- Name:        distrib/mac/shared-ld-sh
52827 #-- Purpose:     Link a mach-o dynamic shared library for Darwin / Mac OS X
52828 #-- Author:      Gilles Depeyrot
52829 #-- Copyright:   (c) 2002 Gilles Depeyrot
52830 #-- Licence:     any use permitted
52831 #-----------------------------------------------------------------------------
52832
52833 verbose=0
52834 args=""
52835 objects=""
52836 linking_flag="-dynamiclib"
52837 ldargs="-r -keep_private_externs -nostdlib"
52838
52839 if test "x${D}CXX" = "x"; then
52840     CXX="c++"
52841 fi
52842
52843 while test ${D}# -gt 0; do
52844     case ${D}1 in
52845
52846        -v)
52847         verbose=1
52848         ;;
52849
52850        -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
52851         # collect these options and values
52852         args="${D}{args} ${D}1 ${D}2"
52853         shift
52854         ;;
52855
52856        -arch|-isysroot)
52857         # collect these options and values
52858         ldargs="${D}{ldargs} ${D}1 ${D}2"
52859         shift
52860         ;;
52861
52862        -s|-Wl,*)
52863         # collect these load args
52864         ldargs="${D}{ldargs} ${D}1"
52865         ;;
52866
52867        -l*|-L*|-flat_namespace|-headerpad_max_install_names)
52868         # collect these options
52869         args="${D}{args} ${D}1"
52870         ;;
52871
52872        -dynamiclib|-bundle)
52873         linking_flag="${D}1"
52874         ;;
52875
52876        -*)
52877         echo "shared-ld: unhandled option '${D}1'"
52878         exit 1
52879         ;;
52880
52881         *.o | *.a | *.dylib)
52882         # collect object files
52883         objects="${D}{objects} ${D}1"
52884         ;;
52885
52886         *)
52887         echo "shared-ld: unhandled argument '${D}1'"
52888         exit 1
52889         ;;
52890
52891     esac
52892     shift
52893 done
52894
52895 status=0
52896
52897 #
52898 # Link one module containing all the others
52899 #
52900 if test ${D}{verbose} = 1; then
52901     echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
52902 fi
52903 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
52904 status=${D}?
52905
52906 #
52907 # Link the shared library from the single module created, but only if the
52908 # previous command didn't fail:
52909 #
52910 if test ${D}{status} = 0; then
52911     if test ${D}{verbose} = 1; then
52912         echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
52913     fi
52914     ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
52915     status=${D}?
52916 fi
52917
52918 #
52919 # Remove intermediate module
52920 #
52921 rm -f master.${D}${D}.o
52922
52923 exit ${D}status
52924 EOF
52925
52926         chmod +x shared-ld-sh
52927
52928         SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
52929         SHARED_LD_MODULE_CXX="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
52930
52931
52932                                 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
52933 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
52934 if test "${bakefile_cv_gcc31+set}" = set; then
52935   echo $ECHO_N "(cached) $ECHO_C" >&6
52936 else
52937
52938            cat >conftest.$ac_ext <<_ACEOF
52939 /* confdefs.h.  */
52940 _ACEOF
52941 cat confdefs.h >>conftest.$ac_ext
52942 cat >>conftest.$ac_ext <<_ACEOF
52943 /* end confdefs.h.  */
52944
52945 int
52946 main ()
52947 {
52948
52949                    #if (__GNUC__ < 3) || \
52950                        ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
52951                        This is old gcc
52952                    #endif
52953
52954   ;
52955   return 0;
52956 }
52957 _ACEOF
52958 rm -f conftest.$ac_objext
52959 if { (ac_try="$ac_compile"
52960 case "(($ac_try" in
52961   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52962   *) ac_try_echo=$ac_try;;
52963 esac
52964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
52965   (eval "$ac_compile") 2>conftest.er1
52966   ac_status=$?
52967   grep -v '^ *+' conftest.er1 >conftest.err
52968   rm -f conftest.er1
52969   cat conftest.err >&5
52970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
52971   (exit $ac_status); } && {
52972          test -z "$ac_c_werror_flag" ||
52973          test ! -s conftest.err
52974        } && test -s conftest.$ac_objext; then
52975
52976                    bakefile_cv_gcc31=yes
52977
52978 else
52979   echo "$as_me: failed program was:" >&5
52980 sed 's/^/| /' conftest.$ac_ext >&5
52981
52982
52983                    bakefile_cv_gcc31=no
52984
52985
52986 fi
52987
52988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52989
52990 fi
52991 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
52992 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
52993         if test "$bakefile_cv_gcc31" = "no"; then
52994                         SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
52995             SHARED_LD_CXX="$SHARED_LD_CC"
52996         else
52997                         SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
52998             SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
52999         fi
53000
53001         if test "x$GCC" == "xyes"; then
53002             PIC_FLAG="-dynamic -fPIC"
53003         fi
53004         if test "x$XLCC" = "xyes"; then
53005             PIC_FLAG="-dynamic -DPIC"
53006         fi
53007       ;;
53008
53009       *-*-aix* )
53010         if test "x$GCC" = "xyes"; then
53011                                                             PIC_FLAG=""
53012
53013                                                                                     case "${BAKEFILE_HOST}" in
53014                 *-*-aix5* )
53015                     LD_EXPFULL="-Wl,-bexpfull"
53016                     ;;
53017             esac
53018
53019             SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
53020             SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
53021         else
53022                                     # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
53023 set dummy makeC++SharedLib; ac_word=$2
53024 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53025 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53026 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
53027   echo $ECHO_N "(cached) $ECHO_C" >&6
53028 else
53029   if test -n "$AIX_CXX_LD"; then
53030   ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
53031 else
53032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53033 for as_dir in $PATH
53034 do
53035   IFS=$as_save_IFS
53036   test -z "$as_dir" && as_dir=.
53037   for ac_exec_ext in '' $ac_executable_extensions; do
53038   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53039     ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
53040     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53041     break 2
53042   fi
53043 done
53044 done
53045 IFS=$as_save_IFS
53046
53047   test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
53048 fi
53049 fi
53050 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
53051 if test -n "$AIX_CXX_LD"; then
53052   { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
53053 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
53054 else
53055   { echo "$as_me:$LINENO: result: no" >&5
53056 echo "${ECHO_T}no" >&6; }
53057 fi
53058
53059
53060             SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
53061             SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
53062         fi
53063       ;;
53064
53065       *-*-beos* )
53066                         SHARED_LD_CC="${LD} -nostart -o"
53067         SHARED_LD_CXX="${LD} -nostart -o"
53068       ;;
53069
53070       *-*-irix* )
53071                 if test "x$GCC" != "xyes"; then
53072             PIC_FLAG="-KPIC"
53073         fi
53074       ;;
53075
53076       *-*-cygwin* | *-*-mingw32* )
53077         PIC_FLAG=""
53078         SHARED_LD_CC="\$(CC) -shared -o"
53079         SHARED_LD_CXX="\$(CXX) -shared -o"
53080         WINDOWS_IMPLIB=1
53081       ;;
53082
53083       *-pc-os2_emx | *-pc-os2-emx )
53084         SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
53085         SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
53086         PIC_FLAG=""
53087
53088 D='$'
53089 cat <<EOF >dllar.sh
53090 #!/bin/sh
53091 #
53092 # dllar - a tool to build both a .dll and an .a file
53093 # from a set of object (.o) files for EMX/OS2.
53094 #
53095 #  Written by Andrew Zabolotny, bit@freya.etu.ru
53096 #  Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
53097 #
53098 #  This script will accept a set of files on the command line.
53099 #  All the public symbols from the .o files will be exported into
53100 #  a .DEF file, then linker will be run (through gcc) against them to
53101 #  build a shared library consisting of all given .o files. All libraries
53102 #  (.a) will be first decompressed into component .o files then act as
53103 #  described above. You can optionally give a description (-d "description")
53104 #  which will be put into .DLL. To see the list of accepted options (as well
53105 #  as command-line format) simply run this program without options. The .DLL
53106 #  is built to be imported by name (there is no guarantee that new versions
53107 #  of the library you build will have same ordinals for same symbols).
53108 #
53109 #  dllar is free software; you can redistribute it and/or modify
53110 #  it under the terms of the GNU General Public License as published by
53111 #  the Free Software Foundation; either version 2, or (at your option)
53112 #  any later version.
53113 #
53114 #  dllar is distributed in the hope that it will be useful,
53115 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
53116 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
53117 #  GNU General Public License for more details.
53118 #
53119 #  You should have received a copy of the GNU General Public License
53120 #  along with dllar; see the file COPYING.  If not, write to the Free
53121 #  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
53122 #  02111-1307, USA.
53123
53124 # To successfuly run this program you will need:
53125 #  - Current drive should have LFN support (HPFS, ext2, network, etc)
53126 #    (Sometimes dllar generates filenames which won't fit 8.3 scheme)
53127 #  - gcc
53128 #    (used to build the .dll)
53129 #  - emxexp
53130 #    (used to create .def file from .o files)
53131 #  - emximp
53132 #    (used to create .a file from .def file)
53133 #  - GNU text utilites (cat, sort, uniq)
53134 #    used to process emxexp output
53135 #  - GNU file utilities (mv, rm)
53136 #  - GNU sed
53137 #  - lxlite (optional, see flag below)
53138 #    (used for general .dll cleanup)
53139 #
53140
53141 flag_USE_LXLITE=1;
53142
53143 #
53144 # helper functions
53145 # basnam, variant of basename, which does _not_ remove the path, _iff_
53146 #                              second argument (suffix to remove) is given
53147 basnam(){
53148     case ${D}# in
53149     1)
53150         echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
53151         ;;
53152     2)
53153         echo ${D}1 | sed 's/'${D}2'${D}//'
53154         ;;
53155     *)
53156         echo "error in basnam ${D}*"
53157         exit 8
53158         ;;
53159     esac
53160 }
53161
53162 # Cleanup temporary files and output
53163 CleanUp() {
53164     cd ${D}curDir
53165     for i in ${D}inputFiles ; do
53166         case ${D}i in
53167         *!)
53168             rm -rf \`basnam ${D}i !\`
53169             ;;
53170         *)
53171             ;;
53172         esac
53173     done
53174
53175     # Kill result in case of failure as there is just to many stupid make/nmake
53176     # things out there which doesn't do this.
53177     if [ ${D}# -eq 0 ]; then
53178         rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
53179     fi
53180 }
53181
53182 # Print usage and exit script with rc=1.
53183 PrintHelp() {
53184  echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
53185  echo '       [-name-mangler-script script.sh]'
53186  echo '       [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
53187  echo '       [-ord[inals]] -ex[clude] "symbol(s)"'
53188  echo '       [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
53189  echo '       [*.o] [*.a]'
53190  echo '*> "output_file" should have no extension.'
53191  echo '   If it has the .o, .a or .dll extension, it is automatically removed.'
53192  echo '   The import library name is derived from this and is set to "name".a,'
53193  echo '   unless overridden by -import'
53194  echo '*> "importlib_name" should have no extension.'
53195  echo '   If it has the .o, or .a extension, it is automatically removed.'
53196  echo '   This name is used as the import library name and may be longer and'
53197  echo '   more descriptive than the DLL name which has to follow the old '
53198  echo '   8.3 convention of FAT.'
53199  echo '*> "script.sh may be given to override the output_file name by a'
53200  echo '   different name. It is mainly useful if the regular make process'
53201  echo '   of some package does not take into account OS/2 restriction of'
53202  echo '   DLL name lengths. It takes the importlib name as input and is'
53203  echo '   supposed to procude a shorter name as output. The script should'
53204  echo '   expect to get importlib_name without extension and should produce'
53205  echo '   a (max.) 8 letter name without extension.'
53206  echo '*> "cc" is used to use another GCC executable.   (default: gcc.exe)'
53207  echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
53208  echo '   These flags will be put at the start of GCC command line.'
53209  echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
53210  echo '*> -ex[clude] defines symbols which will not be exported. You can define'
53211  echo '   multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
53212  echo '   If the last character of a symbol is "*", all symbols beginning'
53213  echo '   with the prefix before "*" will be exclude, (see _GLOBAL* above).'
53214  echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
53215  echo '   TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
53216  echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
53217  echo '   C runtime DLLs.'
53218  echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
53219  echo '*> All other switches (for example -L./ or -lmylib) will be passed'
53220  echo '   unchanged to GCC at the end of command line.'
53221  echo '*> If you create a DLL from a library and you do not specify -o,'
53222  echo '   the basename for DLL and import library will be set to library name,'
53223  echo '   the initial library will be renamed to 'name'_s.a (_s for static)'
53224  echo '   i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
53225  echo '   library will be renamed into gcc_s.a.'
53226  echo '--------'
53227  echo 'Example:'
53228  echo '   dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
53229  echo '    -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
53230  CleanUp
53231  exit 1
53232 }
53233
53234 # Execute a command.
53235 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
53236 # @Uses    Whatever CleanUp() uses.
53237 doCommand() {
53238     echo "${D}*"
53239     eval ${D}*
53240     rcCmd=${D}?
53241
53242     if [ ${D}rcCmd -ne 0 ]; then
53243         echo "command failed, exit code="${D}rcCmd
53244         CleanUp
53245         exit ${D}rcCmd
53246     fi
53247 }
53248
53249 # main routine
53250 # setup globals
53251 cmdLine=${D}*
53252 outFile=""
53253 outimpFile=""
53254 inputFiles=""
53255 renameScript=""
53256 description=""
53257 CC=gcc.exe
53258 CFLAGS="-s -Zcrtdll"
53259 EXTRA_CFLAGS=""
53260 EXPORT_BY_ORDINALS=0
53261 exclude_symbols=""
53262 library_flags=""
53263 curDir=\`pwd\`
53264 curDirS=curDir
53265 case ${D}curDirS in
53266 */)
53267   ;;
53268 *)
53269   curDirS=${D}{curDirS}"/"
53270   ;;
53271 esac
53272 # Parse commandline
53273 libsToLink=0
53274 omfLinking=0
53275 while [ ${D}1 ]; do
53276     case ${D}1 in
53277     -ord*)
53278         EXPORT_BY_ORDINALS=1;
53279         ;;
53280     -o*)
53281         shift
53282         outFile=${D}1
53283         ;;
53284     -i*)
53285         shift
53286         outimpFile=${D}1
53287         ;;
53288     -name-mangler-script)
53289         shift
53290         renameScript=${D}1
53291         ;;
53292     -d*)
53293         shift
53294         description=${D}1
53295         ;;
53296     -f*)
53297         shift
53298         CFLAGS=${D}1
53299         ;;
53300     -c*)
53301         shift
53302         CC=${D}1
53303         ;;
53304     -h*)
53305         PrintHelp
53306         ;;
53307     -ex*)
53308         shift
53309         exclude_symbols=${D}{exclude_symbols}${D}1" "
53310         ;;
53311     -libf*)
53312         shift
53313         library_flags=${D}{library_flags}${D}1" "
53314         ;;
53315     -nocrt*)
53316         CFLAGS="-s"
53317         ;;
53318     -nolxl*)
53319         flag_USE_LXLITE=0
53320         ;;
53321     -* | /*)
53322         case ${D}1 in
53323         -L* | -l*)
53324             libsToLink=1
53325             ;;
53326         -Zomf)
53327             omfLinking=1
53328             ;;
53329         *)
53330             ;;
53331         esac
53332         EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
53333         ;;
53334     *.dll)
53335         EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
53336         if [ ${D}omfLinking -eq 1 ]; then
53337             EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
53338         else
53339             EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
53340         fi
53341         ;;
53342     *)
53343         found=0;
53344         if [ ${D}libsToLink -ne 0 ]; then
53345             EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
53346         else
53347             for file in ${D}1 ; do
53348                 if [ -f ${D}file ]; then
53349                     inputFiles="${D}{inputFiles} ${D}file"
53350                     found=1
53351                 fi
53352             done
53353             if [ ${D}found -eq 0 ]; then
53354                 echo "ERROR: No file(s) found: "${D}1
53355                 exit 8
53356             fi
53357         fi
53358       ;;
53359     esac
53360     shift
53361 done # iterate cmdline words
53362
53363 #
53364 if [ -z "${D}inputFiles" ]; then
53365     echo "dllar: no input files"
53366     PrintHelp
53367 fi
53368
53369 # Now extract all .o files from .a files
53370 newInputFiles=""
53371 for file in ${D}inputFiles ; do
53372     case ${D}file in
53373     *.a | *.lib)
53374         case ${D}file in
53375         *.a)
53376             suffix=".a"
53377             AR="ar"
53378             ;;
53379         *.lib)
53380             suffix=".lib"
53381             AR="emxomfar"
53382             EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
53383             ;;
53384         *)
53385             ;;
53386         esac
53387         dirname=\`basnam ${D}file ${D}suffix\`"_%"
53388         mkdir ${D}dirname
53389         if [ ${D}? -ne 0 ]; then
53390             echo "Failed to create subdirectory ./${D}dirname"
53391             CleanUp
53392             exit 8;
53393         fi
53394         # Append '!' to indicate archive
53395         newInputFiles="${D}newInputFiles ${D}{dirname}!"
53396         doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
53397         cd ${D}curDir
53398         found=0;
53399         for subfile in ${D}dirname/*.o* ; do
53400             if [ -f ${D}subfile ]; then
53401                 found=1
53402                 if [ -s ${D}subfile ]; then
53403                     # FIXME: This should be: is file size > 32 byte, _not_ > 0!
53404                     newInputFiles="${D}newInputFiles ${D}subfile"
53405                 fi
53406             fi
53407         done
53408         if [ ${D}found -eq 0 ]; then
53409             echo "WARNING: there are no files in archive \\'${D}file\\'"
53410         fi
53411         ;;
53412     *)
53413         newInputFiles="${D}{newInputFiles} ${D}file"
53414         ;;
53415     esac
53416 done
53417 inputFiles="${D}newInputFiles"
53418
53419 # Output filename(s).
53420 do_backup=0;
53421 if [ -z ${D}outFile ]; then
53422     do_backup=1;
53423     set outFile ${D}inputFiles; outFile=${D}2
53424 fi
53425
53426 # If it is an archive, remove the '!' and the '_%' suffixes
53427 case ${D}outFile in
53428 *_%!)
53429     outFile=\`basnam ${D}outFile _%!\`
53430     ;;
53431 *)
53432     ;;
53433 esac
53434 case ${D}outFile in
53435 *.dll)
53436     outFile=\`basnam ${D}outFile .dll\`
53437     ;;
53438 *.DLL)
53439     outFile=\`basnam ${D}outFile .DLL\`
53440     ;;
53441 *.o)
53442     outFile=\`basnam ${D}outFile .o\`
53443     ;;
53444 *.obj)
53445     outFile=\`basnam ${D}outFile .obj\`
53446     ;;
53447 *.a)
53448     outFile=\`basnam ${D}outFile .a\`
53449     ;;
53450 *.lib)
53451     outFile=\`basnam ${D}outFile .lib\`
53452     ;;
53453 *)
53454     ;;
53455 esac
53456 case ${D}outimpFile in
53457 *.a)
53458     outimpFile=\`basnam ${D}outimpFile .a\`
53459     ;;
53460 *.lib)
53461     outimpFile=\`basnam ${D}outimpFile .lib\`
53462     ;;
53463 *)
53464     ;;
53465 esac
53466 if [ -z ${D}outimpFile ]; then
53467     outimpFile=${D}outFile
53468 fi
53469 defFile="${D}{outFile}.def"
53470 arcFile="${D}{outimpFile}.a"
53471 arcFile2="${D}{outimpFile}.lib"
53472
53473 #create ${D}dllFile as something matching 8.3 restrictions,
53474 if [ -z ${D}renameScript ] ; then
53475     dllFile="${D}outFile"
53476 else
53477     dllFile=\`${D}renameScript ${D}outimpFile\`
53478 fi
53479
53480 if [ ${D}do_backup -ne 0 ] ; then
53481     if [ -f ${D}arcFile ] ; then
53482         doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
53483     fi
53484     if [ -f ${D}arcFile2 ] ; then
53485         doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
53486     fi
53487 fi
53488
53489 # Extract public symbols from all the object files.
53490 tmpdefFile=${D}{defFile}_%
53491 rm -f ${D}tmpdefFile
53492 for file in ${D}inputFiles ; do
53493     case ${D}file in
53494     *!)
53495         ;;
53496     *)
53497         doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
53498         ;;
53499     esac
53500 done
53501
53502 # Create the def file.
53503 rm -f ${D}defFile
53504 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
53505 dllFile="${D}{dllFile}.dll"
53506 if [ ! -z ${D}description ]; then
53507     echo "DESCRIPTION  \\"${D}{description}\\"" >> ${D}defFile
53508 fi
53509 echo "EXPORTS" >> ${D}defFile
53510
53511 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
53512 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
53513
53514 # Checks if the export is ok or not.
53515 for word in ${D}exclude_symbols; do
53516     grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
53517     mv ${D}{tmpdefFile}% ${D}tmpdefFile
53518 done
53519
53520
53521 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
53522     sed "=" < ${D}tmpdefFile | \\
53523     sed '
53524       N
53525       : loop
53526       s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
53527       t loop
53528     ' > ${D}{tmpdefFile}%
53529     grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
53530 else
53531     rm -f ${D}{tmpdefFile}%
53532 fi
53533 cat ${D}tmpdefFile >> ${D}defFile
53534 rm -f ${D}tmpdefFile
53535
53536 # Do linking, create implib, and apply lxlite.
53537 gccCmdl="";
53538 for file in ${D}inputFiles ; do
53539     case ${D}file in
53540     *!)
53541         ;;
53542     *)
53543         gccCmdl="${D}gccCmdl ${D}file"
53544         ;;
53545     esac
53546 done
53547 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
53548 touch "${D}{outFile}.dll"
53549
53550 doCommand "emximp -o ${D}arcFile ${D}defFile"
53551 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
53552     add_flags="";
53553     if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
53554         add_flags="-ynd"
53555     fi
53556     doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
53557 fi
53558 doCommand "emxomf -s -l ${D}arcFile"
53559
53560 # Successful exit.
53561 CleanUp 1
53562 exit 0
53563 EOF
53564
53565         chmod +x dllar.sh
53566       ;;
53567
53568       powerpc-apple-macos* | \
53569       *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
53570       *-*-mirbsd* | \
53571       *-*-sunos4* | \
53572       *-*-osf* | \
53573       *-*-dgux5* | \
53574       *-*-sysv5* | \
53575       *-pc-msdosdjgpp )
53576               ;;
53577
53578       *)
53579         { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
53580 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
53581    { (exit 1); exit 1; }; }
53582     esac
53583
53584     if test "x$PIC_FLAG" != "x" ; then
53585         PIC_FLAG="$PIC_FLAG -DPIC"
53586     fi
53587
53588     if test "x$SHARED_LD_MODULE_CC" = "x" ; then
53589         SHARED_LD_MODULE_CC="$SHARED_LD_CC"
53590     fi
53591     if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
53592         SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
53593     fi
53594
53595
53596
53597
53598
53599
53600
53601
53602
53603     USE_SOVERSION=0
53604     USE_SOVERLINUX=0
53605     USE_SOVERSOLARIS=0
53606     USE_SOVERCYGWIN=0
53607     USE_SOTWOSYMLINKS=0
53608     USE_MACVERSION=0
53609     SONAME_FLAG=
53610
53611     case "${BAKEFILE_HOST}" in
53612       *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
53613       *-*-k*bsd*-gnu | *-*-mirbsd* )
53614         if test "x$SUNCXX" = "xyes"; then
53615             SONAME_FLAG="-h "
53616         else
53617             SONAME_FLAG="-Wl,-soname,"
53618         fi
53619         USE_SOVERSION=1
53620         USE_SOVERLINUX=1
53621         USE_SOTWOSYMLINKS=1
53622       ;;
53623
53624       *-*-solaris2* )
53625         SONAME_FLAG="-h "
53626         USE_SOVERSION=1
53627         USE_SOVERSOLARIS=1
53628       ;;
53629
53630       *-*-darwin* )
53631         USE_MACVERSION=1
53632         USE_SOVERSION=1
53633         USE_SOTWOSYMLINKS=1
53634       ;;
53635
53636       *-*-cygwin* )
53637         USE_SOVERSION=1
53638         USE_SOVERCYGWIN=1
53639       ;;
53640     esac
53641
53642
53643
53644
53645
53646
53647
53648
53649
53650
53651     # Check whether --enable-dependency-tracking was given.
53652 if test "${enable_dependency_tracking+set}" = set; then
53653   enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
53654 fi
53655
53656
53657     { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
53658 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
53659
53660     BK_DEPS=""
53661     if test "x$bk_use_trackdeps" = "xno" ; then
53662         DEPS_TRACKING=0
53663         { echo "$as_me:$LINENO: result: disabled" >&5
53664 echo "${ECHO_T}disabled" >&6; }
53665     else
53666         DEPS_TRACKING=1
53667
53668         if test "x$GCC" = "xyes"; then
53669             DEPSMODE=gcc
53670             case "${BAKEFILE_HOST}" in
53671                 *-*-darwin* )
53672                                                             DEPSFLAG="-no-cpp-precomp -MMD"
53673                 ;;
53674                 * )
53675                     DEPSFLAG="-MMD"
53676                 ;;
53677             esac
53678             { echo "$as_me:$LINENO: result: gcc" >&5
53679 echo "${ECHO_T}gcc" >&6; }
53680         elif test "x$MWCC" = "xyes"; then
53681             DEPSMODE=mwcc
53682             DEPSFLAG="-MM"
53683             { echo "$as_me:$LINENO: result: mwcc" >&5
53684 echo "${ECHO_T}mwcc" >&6; }
53685         elif test "x$SUNCC" = "xyes"; then
53686             DEPSMODE=unixcc
53687             DEPSFLAG="-xM1"
53688             { echo "$as_me:$LINENO: result: Sun cc" >&5
53689 echo "${ECHO_T}Sun cc" >&6; }
53690         elif test "x$SGICC" = "xyes"; then
53691             DEPSMODE=unixcc
53692             DEPSFLAG="-M"
53693             { echo "$as_me:$LINENO: result: SGI cc" >&5
53694 echo "${ECHO_T}SGI cc" >&6; }
53695         elif test "x$HPCC" = "xyes"; then
53696             DEPSMODE=unixcc
53697             DEPSFLAG="+make"
53698             { echo "$as_me:$LINENO: result: HP cc" >&5
53699 echo "${ECHO_T}HP cc" >&6; }
53700         elif test "x$COMPAQCC" = "xyes"; then
53701             DEPSMODE=gcc
53702             DEPSFLAG="-MD"
53703             { echo "$as_me:$LINENO: result: Compaq cc" >&5
53704 echo "${ECHO_T}Compaq cc" >&6; }
53705         else
53706             DEPS_TRACKING=0
53707             { echo "$as_me:$LINENO: result: none" >&5
53708 echo "${ECHO_T}none" >&6; }
53709         fi
53710
53711         if test $DEPS_TRACKING = 1 ; then
53712
53713 D='$'
53714 cat <<EOF >bk-deps
53715 #!/bin/sh
53716
53717 # This script is part of Bakefile (http://www.bakefile.org) autoconf
53718 # script. It is used to track C/C++ files dependencies in portable way.
53719 #
53720 # Permission is given to use this file in any way.
53721
53722 DEPSMODE=${DEPSMODE}
53723 DEPSFLAG="${DEPSFLAG}"
53724 DEPSDIRBASE=.deps
53725
53726 if test ${D}DEPSMODE = gcc ; then
53727     ${D}* ${D}{DEPSFLAG}
53728     status=${D}?
53729
53730     # determine location of created files:
53731     while test ${D}# -gt 0; do
53732         case "${D}1" in
53733             -o )
53734                 shift
53735                 objfile=${D}1
53736             ;;
53737             -* )
53738             ;;
53739             * )
53740                 srcfile=${D}1
53741             ;;
53742         esac
53743         shift
53744     done
53745     objfilebase=\`basename ${D}objfile\`
53746     builddir=\`dirname ${D}objfile\`
53747     depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
53748     depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
53749     depsdir=${D}builddir/${D}DEPSDIRBASE
53750     mkdir -p ${D}depsdir
53751
53752     # if the compiler failed, we're done:
53753     if test ${D}{status} != 0 ; then
53754         rm -f ${D}depfile
53755         exit ${D}{status}
53756     fi
53757
53758     # move created file to the location we want it in:
53759     if test -f ${D}depfile ; then
53760         sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
53761         rm -f ${D}depfile
53762     else
53763         # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
53764         depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
53765         if test ! -f ${D}depfile ; then
53766             # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
53767             depfile="${D}objfile.d"
53768         fi
53769         if test -f ${D}depfile ; then
53770             sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
53771             rm -f ${D}depfile
53772         fi
53773     fi
53774     exit 0
53775
53776 elif test ${D}DEPSMODE = mwcc ; then
53777     ${D}* || exit ${D}?
53778     # Run mwcc again with -MM and redirect into the dep file we want
53779     # NOTE: We can't use shift here because we need ${D}* to be valid
53780     prevarg=
53781     for arg in ${D}* ; do
53782         if test "${D}prevarg" = "-o"; then
53783             objfile=${D}arg
53784         else
53785             case "${D}arg" in
53786                 -* )
53787                 ;;
53788                 * )
53789                     srcfile=${D}arg
53790                 ;;
53791             esac
53792         fi
53793         prevarg="${D}arg"
53794     done
53795
53796     objfilebase=\`basename ${D}objfile\`
53797     builddir=\`dirname ${D}objfile\`
53798     depsdir=${D}builddir/${D}DEPSDIRBASE
53799     mkdir -p ${D}depsdir
53800
53801     ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
53802     exit 0
53803
53804 elif test ${D}DEPSMODE = unixcc; then
53805     ${D}* || exit ${D}?
53806     # Run compiler again with deps flag and redirect into the dep file.
53807     # It doesn't work if the '-o FILE' option is used, but without it the
53808     # dependency file will contain the wrong name for the object. So it is
53809     # removed from the command line, and the dep file is fixed with sed.
53810     cmd=""
53811     while test ${D}# -gt 0; do
53812         case "${D}1" in
53813             -o )
53814                 shift
53815                 objfile=${D}1
53816             ;;
53817             * )
53818                 eval arg${D}#=\\${D}1
53819                 cmd="${D}cmd \\${D}arg${D}#"
53820             ;;
53821         esac
53822         shift
53823     done
53824
53825     objfilebase=\`basename ${D}objfile\`
53826     builddir=\`dirname ${D}objfile\`
53827     depsdir=${D}builddir/${D}DEPSDIRBASE
53828     mkdir -p ${D}depsdir
53829
53830     eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
53831     exit 0
53832
53833 else
53834     ${D}*
53835     exit ${D}?
53836 fi
53837 EOF
53838
53839             chmod +x bk-deps
53840                                     BK_DEPS="`pwd`/bk-deps"
53841         fi
53842     fi
53843
53844
53845
53846
53847
53848     case ${BAKEFILE_HOST} in
53849         *-*-cygwin* | *-*-mingw32* )
53850                         if test -n "$ac_tool_prefix"; then
53851   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
53852 set dummy ${ac_tool_prefix}windres; ac_word=$2
53853 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53854 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53855 if test "${ac_cv_prog_WINDRES+set}" = set; then
53856   echo $ECHO_N "(cached) $ECHO_C" >&6
53857 else
53858   if test -n "$WINDRES"; then
53859   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
53860 else
53861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53862 for as_dir in $PATH
53863 do
53864   IFS=$as_save_IFS
53865   test -z "$as_dir" && as_dir=.
53866   for ac_exec_ext in '' $ac_executable_extensions; do
53867   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53868     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
53869     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53870     break 2
53871   fi
53872 done
53873 done
53874 IFS=$as_save_IFS
53875
53876 fi
53877 fi
53878 WINDRES=$ac_cv_prog_WINDRES
53879 if test -n "$WINDRES"; then
53880   { echo "$as_me:$LINENO: result: $WINDRES" >&5
53881 echo "${ECHO_T}$WINDRES" >&6; }
53882 else
53883   { echo "$as_me:$LINENO: result: no" >&5
53884 echo "${ECHO_T}no" >&6; }
53885 fi
53886
53887
53888 fi
53889 if test -z "$ac_cv_prog_WINDRES"; then
53890   ac_ct_WINDRES=$WINDRES
53891   # Extract the first word of "windres", so it can be a program name with args.
53892 set dummy windres; ac_word=$2
53893 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53894 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53895 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
53896   echo $ECHO_N "(cached) $ECHO_C" >&6
53897 else
53898   if test -n "$ac_ct_WINDRES"; then
53899   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
53900 else
53901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53902 for as_dir in $PATH
53903 do
53904   IFS=$as_save_IFS
53905   test -z "$as_dir" && as_dir=.
53906   for ac_exec_ext in '' $ac_executable_extensions; do
53907   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53908     ac_cv_prog_ac_ct_WINDRES="windres"
53909     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53910     break 2
53911   fi
53912 done
53913 done
53914 IFS=$as_save_IFS
53915
53916 fi
53917 fi
53918 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
53919 if test -n "$ac_ct_WINDRES"; then
53920   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
53921 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
53922 else
53923   { echo "$as_me:$LINENO: result: no" >&5
53924 echo "${ECHO_T}no" >&6; }
53925 fi
53926
53927   if test "x$ac_ct_WINDRES" = x; then
53928     WINDRES=""
53929   else
53930     case $cross_compiling:$ac_tool_warned in
53931 yes:)
53932 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
53933 whose name does not start with the host triplet.  If you think this
53934 configuration is useful to you, please write to autoconf@gnu.org." >&5
53935 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
53936 whose name does not start with the host triplet.  If you think this
53937 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
53938 ac_tool_warned=yes ;;
53939 esac
53940     WINDRES=$ac_ct_WINDRES
53941   fi
53942 else
53943   WINDRES="$ac_cv_prog_WINDRES"
53944 fi
53945
53946          ;;
53947
53948       *-*-darwin* | powerpc-apple-macos* )
53949             # Extract the first word of "Rez", so it can be a program name with args.
53950 set dummy Rez; ac_word=$2
53951 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53952 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53953 if test "${ac_cv_prog_REZ+set}" = set; then
53954   echo $ECHO_N "(cached) $ECHO_C" >&6
53955 else
53956   if test -n "$REZ"; then
53957   ac_cv_prog_REZ="$REZ" # Let the user override the test.
53958 else
53959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53960 for as_dir in $PATH
53961 do
53962   IFS=$as_save_IFS
53963   test -z "$as_dir" && as_dir=.
53964   for ac_exec_ext in '' $ac_executable_extensions; do
53965   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53966     ac_cv_prog_REZ="Rez"
53967     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53968     break 2
53969   fi
53970 done
53971 done
53972 IFS=$as_save_IFS
53973
53974   test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
53975 fi
53976 fi
53977 REZ=$ac_cv_prog_REZ
53978 if test -n "$REZ"; then
53979   { echo "$as_me:$LINENO: result: $REZ" >&5
53980 echo "${ECHO_T}$REZ" >&6; }
53981 else
53982   { echo "$as_me:$LINENO: result: no" >&5
53983 echo "${ECHO_T}no" >&6; }
53984 fi
53985
53986
53987             # Extract the first word of "SetFile", so it can be a program name with args.
53988 set dummy SetFile; ac_word=$2
53989 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53990 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53991 if test "${ac_cv_prog_SETFILE+set}" = set; then
53992   echo $ECHO_N "(cached) $ECHO_C" >&6
53993 else
53994   if test -n "$SETFILE"; then
53995   ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
53996 else
53997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53998 for as_dir in $PATH
53999 do
54000   IFS=$as_save_IFS
54001   test -z "$as_dir" && as_dir=.
54002   for ac_exec_ext in '' $ac_executable_extensions; do
54003   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
54004     ac_cv_prog_SETFILE="SetFile"
54005     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
54006     break 2
54007   fi
54008 done
54009 done
54010 IFS=$as_save_IFS
54011
54012   test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
54013 fi
54014 fi
54015 SETFILE=$ac_cv_prog_SETFILE
54016 if test -n "$SETFILE"; then
54017   { echo "$as_me:$LINENO: result: $SETFILE" >&5
54018 echo "${ECHO_T}$SETFILE" >&6; }
54019 else
54020   { echo "$as_me:$LINENO: result: no" >&5
54021 echo "${ECHO_T}no" >&6; }
54022 fi
54023
54024
54025         ;;
54026     esac
54027
54028
54029
54030
54031
54032
54033
54034
54035
54036     BAKEFILE_BAKEFILE_M4_VERSION="0.2.9"
54037
54038
54039 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.9"
54040
54041
54042
54043     # Check whether --enable-precomp-headers was given.
54044 if test "${enable_precomp_headers+set}" = set; then
54045   enableval=$enable_precomp_headers; bk_use_pch="$enableval"
54046 fi
54047
54048
54049     GCC_PCH=0
54050     ICC_PCH=0
54051     USE_PCH=0
54052     BK_MAKE_PCH=""
54053
54054     case ${BAKEFILE_HOST} in
54055         *-*-cygwin* )
54056                                                 bk_use_pch="no"
54057             ;;
54058     esac
54059
54060     if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
54061         if test "x$GCC" = "xyes"; then
54062                         { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
54063 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
54064             cat >conftest.$ac_ext <<_ACEOF
54065 /* confdefs.h.  */
54066 _ACEOF
54067 cat confdefs.h >>conftest.$ac_ext
54068 cat >>conftest.$ac_ext <<_ACEOF
54069 /* end confdefs.h.  */
54070
54071 int
54072 main ()
54073 {
54074
54075                     #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
54076                         There is no PCH support
54077                     #endif
54078                     #if (__GNUC__ < 3)
54079                         There is no PCH support
54080                     #endif
54081                     #if (__GNUC__ == 3) && \
54082                        ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
54083                        ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
54084                        ( defined(__INTEL_COMPILER) )
54085                         There is no PCH support
54086                     #endif
54087
54088   ;
54089   return 0;
54090 }
54091 _ACEOF
54092 rm -f conftest.$ac_objext
54093 if { (ac_try="$ac_compile"
54094 case "(($ac_try" in
54095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54096   *) ac_try_echo=$ac_try;;
54097 esac
54098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
54099   (eval "$ac_compile") 2>conftest.er1
54100   ac_status=$?
54101   grep -v '^ *+' conftest.er1 >conftest.err
54102   rm -f conftest.er1
54103   cat conftest.err >&5
54104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
54105   (exit $ac_status); } && {
54106          test -z "$ac_c_werror_flag" ||
54107          test ! -s conftest.err
54108        } && test -s conftest.$ac_objext; then
54109
54110                     { echo "$as_me:$LINENO: result: yes" >&5
54111 echo "${ECHO_T}yes" >&6; }
54112                     GCC_PCH=1
54113
54114 else
54115   echo "$as_me: failed program was:" >&5
54116 sed 's/^/| /' conftest.$ac_ext >&5
54117
54118
54119                     if test "$INTELCXX8" = "yes"; then
54120                         { echo "$as_me:$LINENO: result: yes" >&5
54121 echo "${ECHO_T}yes" >&6; }
54122                         ICC_PCH=1
54123                         if test "$INTELCXX10" = "yes"; then
54124                             ICC_PCH_CREATE_SWITCH="-pch-create"
54125                             ICC_PCH_USE_SWITCH="-pch-use"
54126                         else
54127                             ICC_PCH_CREATE_SWITCH="-create-pch"
54128                             ICC_PCH_USE_SWITCH="-use-pch"
54129                         fi
54130                     else
54131                         { echo "$as_me:$LINENO: result: no" >&5
54132 echo "${ECHO_T}no" >&6; }
54133                     fi
54134
54135 fi
54136
54137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54138             if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
54139                 USE_PCH=1
54140
54141 D='$'
54142 cat <<EOF >bk-make-pch
54143 #!/bin/sh
54144
54145 # This script is part of Bakefile (http://www.bakefile.org) autoconf
54146 # script. It is used to generated precompiled headers.
54147 #
54148 # Permission is given to use this file in any way.
54149
54150 outfile="${D}{1}"
54151 header="${D}{2}"
54152 shift
54153 shift
54154
54155 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
54156
54157 compiler=""
54158 headerfile=""
54159
54160 while test ${D}{#} -gt 0; do
54161     add_to_cmdline=1
54162     case "${D}{1}" in
54163         -I* )
54164             incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
54165             if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
54166                 headerfile="${D}{incdir}/${D}{header}"
54167             fi
54168         ;;
54169         -use-pch|-use_pch|-pch-use )
54170             shift
54171             add_to_cmdline=0
54172         ;;
54173     esac
54174     if test ${D}add_to_cmdline = 1 ; then
54175         compiler="${D}{compiler} ${D}{1}"
54176     fi
54177     shift
54178 done
54179
54180 if test "x${D}{headerfile}" = "x" ; then
54181     echo "error: can't find header ${D}{header} in include paths" >&2
54182 else
54183     if test -f ${D}{outfile} ; then
54184         rm -f ${D}{outfile}
54185     else
54186         mkdir -p \`dirname ${D}{outfile}\`
54187     fi
54188     depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
54189     mkdir -p ${D}{builddir}/.deps
54190     if test "x${GCC_PCH}" = "x1" ; then
54191         # can do this because gcc is >= 3.4:
54192         ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
54193     elif test "x${ICC_PCH}" = "x1" ; then
54194         filename=pch_gen-${D}${D}
54195         file=${D}{filename}.c
54196         dfile=${D}{filename}.d
54197         cat > ${D}file <<EOT
54198 #include "${D}header"
54199 EOT
54200         # using -MF icc complains about differing command lines in creation/use
54201         ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
54202           sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
54203           rm -f ${D}file ${D}dfile ${D}{filename}.o
54204     fi
54205     exit ${D}{?}
54206 fi
54207 EOF
54208
54209                 chmod +x bk-make-pch
54210                                                                 BK_MAKE_PCH="`pwd`/bk-make-pch"
54211             fi
54212         fi
54213     fi
54214
54215
54216
54217
54218
54219
54220
54221     COND_BUILD_DEBUG="#"
54222     if test "x$BUILD" = "xdebug" ; then
54223         COND_BUILD_DEBUG=""
54224     fi
54225
54226     COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
54227     if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
54228         COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
54229     fi
54230
54231     COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
54232     if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
54233         COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
54234     fi
54235
54236     COND_BUILD_DEBUG_UNICODE_0="#"
54237     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
54238         COND_BUILD_DEBUG_UNICODE_0=""
54239     fi
54240
54241     COND_BUILD_DEBUG_UNICODE_1="#"
54242     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
54243         COND_BUILD_DEBUG_UNICODE_1=""
54244     fi
54245
54246     COND_BUILD_RELEASE="#"
54247     if test "x$BUILD" = "xrelease" ; then
54248         COND_BUILD_RELEASE=""
54249     fi
54250
54251     COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
54252     if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
54253         COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
54254     fi
54255
54256     COND_BUILD_RELEASE_UNICODE_0="#"
54257     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
54258         COND_BUILD_RELEASE_UNICODE_0=""
54259     fi
54260
54261     COND_BUILD_RELEASE_UNICODE_1="#"
54262     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
54263         COND_BUILD_RELEASE_UNICODE_1=""
54264     fi
54265
54266     COND_BUILD_debug="#"
54267     if test "x$BUILD" = "xdebug" ; then
54268         COND_BUILD_debug=""
54269     fi
54270
54271     COND_BUILD_debug_DEBUG_FLAG_default="#"
54272     if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
54273         COND_BUILD_debug_DEBUG_FLAG_default=""
54274     fi
54275
54276     COND_BUILD_debug_DEBUG_INFO_default="#"
54277     if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
54278         COND_BUILD_debug_DEBUG_INFO_default=""
54279     fi
54280
54281     COND_BUILD_debug_UNICODE_0="#"
54282     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
54283         COND_BUILD_debug_UNICODE_0=""
54284     fi
54285
54286     COND_BUILD_debug_UNICODE_1="#"
54287     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
54288         COND_BUILD_debug_UNICODE_1=""
54289     fi
54290
54291     COND_BUILD_release="#"
54292     if test "x$BUILD" = "xrelease" ; then
54293         COND_BUILD_release=""
54294     fi
54295
54296     COND_BUILD_release_DEBUG_INFO_default="#"
54297     if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
54298         COND_BUILD_release_DEBUG_INFO_default=""
54299     fi
54300
54301     COND_BUILD_release_UNICODE_0="#"
54302     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
54303         COND_BUILD_release_UNICODE_0=""
54304     fi
54305
54306     COND_BUILD_release_UNICODE_1="#"
54307     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
54308         COND_BUILD_release_UNICODE_1=""
54309     fi
54310
54311     COND_DEBUG_FLAG_0="#"
54312     if test "x$DEBUG_FLAG" = "x0" ; then
54313         COND_DEBUG_FLAG_0=""
54314     fi
54315
54316     COND_DEBUG_FLAG_1="#"
54317     if test "x$DEBUG_FLAG" = "x1" ; then
54318         COND_DEBUG_FLAG_1=""
54319     fi
54320
54321     COND_DEBUG_INFO_0="#"
54322     if test "x$DEBUG_INFO" = "x0" ; then
54323         COND_DEBUG_INFO_0=""
54324     fi
54325
54326     COND_DEBUG_INFO_1="#"
54327     if test "x$DEBUG_INFO" = "x1" ; then
54328         COND_DEBUG_INFO_1=""
54329     fi
54330
54331     COND_DEPS_TRACKING_0="#"
54332     if test "x$DEPS_TRACKING" = "x0" ; then
54333         COND_DEPS_TRACKING_0=""
54334     fi
54335
54336     COND_DEPS_TRACKING_1="#"
54337     if test "x$DEPS_TRACKING" = "x1" ; then
54338         COND_DEPS_TRACKING_1=""
54339     fi
54340
54341     COND_GCC_PCH_1="#"
54342     if test "x$GCC_PCH" = "x1" ; then
54343         COND_GCC_PCH_1=""
54344     fi
54345
54346     COND_ICC_PCH_1="#"
54347     if test "x$ICC_PCH" = "x1" ; then
54348         COND_ICC_PCH_1=""
54349     fi
54350
54351     COND_MONOLITHIC_0="#"
54352     if test "x$MONOLITHIC" = "x0" ; then
54353         COND_MONOLITHIC_0=""
54354     fi
54355
54356     COND_MONOLITHIC_0_SHARED_0="#"
54357     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
54358         COND_MONOLITHIC_0_SHARED_0=""
54359     fi
54360
54361     COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
54362     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
54363         COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
54364     fi
54365
54366     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
54367     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
54368         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
54369     fi
54370
54371     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
54372     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
54373         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
54374     fi
54375
54376     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
54377     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
54378         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
54379     fi
54380
54381     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
54382     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
54383         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
54384     fi
54385
54386     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1="#"
54387     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
54388         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1=""
54389     fi
54390
54391     COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
54392     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
54393         COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
54394     fi
54395
54396     COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
54397     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
54398         COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
54399     fi
54400
54401     COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
54402     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
54403         COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
54404     fi
54405
54406     COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
54407     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
54408         COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
54409     fi
54410
54411     COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
54412     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
54413         COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
54414     fi
54415
54416     COND_MONOLITHIC_0_SHARED_1="#"
54417     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
54418         COND_MONOLITHIC_0_SHARED_1=""
54419     fi
54420
54421     COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
54422     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
54423         COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
54424     fi
54425
54426     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
54427     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
54428         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
54429     fi
54430
54431     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
54432     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
54433         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
54434     fi
54435
54436     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
54437     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
54438         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
54439     fi
54440
54441     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
54442     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
54443         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
54444     fi
54445
54446     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1="#"
54447     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
54448         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1=""
54449     fi
54450
54451     COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
54452     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
54453         COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
54454     fi
54455
54456     COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
54457     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
54458         COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
54459     fi
54460
54461     COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
54462     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
54463         COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
54464     fi
54465
54466     COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
54467     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
54468         COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
54469     fi
54470
54471     COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
54472     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
54473         COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
54474     fi
54475
54476     COND_MONOLITHIC_0_USE_AUI_1="#"
54477     if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
54478         COND_MONOLITHIC_0_USE_AUI_1=""
54479     fi
54480
54481     COND_MONOLITHIC_0_USE_GUI_1="#"
54482     if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
54483         COND_MONOLITHIC_0_USE_GUI_1=""
54484     fi
54485
54486     COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
54487     if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
54488         COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
54489     fi
54490
54491     COND_MONOLITHIC_0_USE_HTML_1="#"
54492     if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
54493         COND_MONOLITHIC_0_USE_HTML_1=""
54494     fi
54495
54496     COND_MONOLITHIC_0_USE_MEDIA_1="#"
54497     if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
54498         COND_MONOLITHIC_0_USE_MEDIA_1=""
54499     fi
54500
54501     COND_MONOLITHIC_0_USE_PROPGRID_1="#"
54502     if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
54503         COND_MONOLITHIC_0_USE_PROPGRID_1=""
54504     fi
54505
54506     COND_MONOLITHIC_0_USE_QA_1="#"
54507     if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
54508         COND_MONOLITHIC_0_USE_QA_1=""
54509     fi
54510
54511     COND_MONOLITHIC_0_USE_RIBBON_1="#"
54512     if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
54513         COND_MONOLITHIC_0_USE_RIBBON_1=""
54514     fi
54515
54516     COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
54517     if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
54518         COND_MONOLITHIC_0_USE_RICHTEXT_1=""
54519     fi
54520
54521     COND_MONOLITHIC_0_USE_STC_1="#"
54522     if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
54523         COND_MONOLITHIC_0_USE_STC_1=""
54524     fi
54525
54526     COND_MONOLITHIC_0_USE_WEBVIEW_1="#"
54527     if test "x$MONOLITHIC" = "x0" -a "x$USE_WEBVIEW" = "x1" ; then
54528         COND_MONOLITHIC_0_USE_WEBVIEW_1=""
54529     fi
54530
54531     COND_MONOLITHIC_0_USE_XRC_1="#"
54532     if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
54533         COND_MONOLITHIC_0_USE_XRC_1=""
54534     fi
54535
54536     COND_MONOLITHIC_1="#"
54537     if test "x$MONOLITHIC" = "x1" ; then
54538         COND_MONOLITHIC_1=""
54539     fi
54540
54541     COND_MONOLITHIC_1_SHARED_0="#"
54542     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
54543         COND_MONOLITHIC_1_SHARED_0=""
54544     fi
54545
54546     COND_MONOLITHIC_1_SHARED_1="#"
54547     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
54548         COND_MONOLITHIC_1_SHARED_1=""
54549     fi
54550
54551     COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
54552     if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
54553         COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
54554     fi
54555
54556     COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
54557     if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
54558         COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
54559     fi
54560
54561     COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
54562     if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
54563         COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
54564     fi
54565
54566     COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
54567     if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
54568         COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
54569     fi
54570
54571     COND_PLATFORM_MACOSX_1="#"
54572     if test "x$PLATFORM_MACOSX" = "x1" ; then
54573         COND_PLATFORM_MACOSX_1=""
54574     fi
54575
54576     COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
54577     if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
54578         COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
54579     fi
54580
54581     COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0="#"
54582     if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
54583         COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0=""
54584     fi
54585
54586     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
54587     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
54588         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
54589     fi
54590
54591     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
54592     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54593         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
54594     fi
54595
54596     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
54597     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
54598         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
54599     fi
54600
54601     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
54602     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54603         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
54604     fi
54605
54606     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
54607     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
54608         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
54609     fi
54610
54611     COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
54612     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54613         COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
54614     fi
54615
54616     COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
54617     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
54618         COND_PLATFORM_MACOSX_1_USE_GUI_1=""
54619     fi
54620
54621     COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
54622     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
54623         COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
54624     fi
54625
54626     COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
54627     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
54628         COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
54629     fi
54630
54631     COND_PLATFORM_MACOS_1="#"
54632     if test "x$PLATFORM_MACOS" = "x1" ; then
54633         COND_PLATFORM_MACOS_1=""
54634     fi
54635
54636     COND_PLATFORM_MAC_0="#"
54637     if test "x$PLATFORM_MAC" = "x0" ; then
54638         COND_PLATFORM_MAC_0=""
54639     fi
54640
54641     COND_PLATFORM_MAC_1="#"
54642     if test "x$PLATFORM_MAC" = "x1" ; then
54643         COND_PLATFORM_MAC_1=""
54644     fi
54645
54646     COND_PLATFORM_MSDOS_0="#"
54647     if test "x$PLATFORM_MSDOS" = "x0" ; then
54648         COND_PLATFORM_MSDOS_0=""
54649     fi
54650
54651     COND_PLATFORM_MSDOS_1="#"
54652     if test "x$PLATFORM_MSDOS" = "x1" ; then
54653         COND_PLATFORM_MSDOS_1=""
54654     fi
54655
54656     COND_PLATFORM_OS2_1="#"
54657     if test "x$PLATFORM_OS2" = "x1" ; then
54658         COND_PLATFORM_OS2_1=""
54659     fi
54660
54661     COND_PLATFORM_UNIX_0="#"
54662     if test "x$PLATFORM_UNIX" = "x0" ; then
54663         COND_PLATFORM_UNIX_0=""
54664     fi
54665
54666     COND_PLATFORM_UNIX_1="#"
54667     if test "x$PLATFORM_UNIX" = "x1" ; then
54668         COND_PLATFORM_UNIX_1=""
54669     fi
54670
54671     COND_PLATFORM_UNIX_1_USE_GUI_1="#"
54672     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
54673         COND_PLATFORM_UNIX_1_USE_GUI_1=""
54674     fi
54675
54676     COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
54677     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
54678         COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
54679     fi
54680
54681     COND_PLATFORM_WIN32_0="#"
54682     if test "x$PLATFORM_WIN32" = "x0" ; then
54683         COND_PLATFORM_WIN32_0=""
54684     fi
54685
54686     COND_PLATFORM_WIN32_1="#"
54687     if test "x$PLATFORM_WIN32" = "x1" ; then
54688         COND_PLATFORM_WIN32_1=""
54689     fi
54690
54691     COND_PLATFORM_WIN32_1_SHARED_0="#"
54692     if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
54693         COND_PLATFORM_WIN32_1_SHARED_0=""
54694     fi
54695
54696     COND_SHARED_0="#"
54697     if test "x$SHARED" = "x0" ; then
54698         COND_SHARED_0=""
54699     fi
54700
54701     COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
54702     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
54703         COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
54704     fi
54705
54706     COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
54707     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
54708         COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
54709     fi
54710
54711     COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
54712     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
54713         COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
54714     fi
54715
54716     COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
54717     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
54718         COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
54719     fi
54720
54721     COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
54722     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
54723         COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
54724     fi
54725
54726     COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
54727     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
54728         COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
54729     fi
54730
54731     COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
54732     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
54733         COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
54734     fi
54735
54736     COND_SHARED_0_USE_STC_1="#"
54737     if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
54738         COND_SHARED_0_USE_STC_1=""
54739     fi
54740
54741     COND_SHARED_0_wxUSE_EXPAT_builtin="#"
54742     if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
54743         COND_SHARED_0_wxUSE_EXPAT_builtin=""
54744     fi
54745
54746     COND_SHARED_0_wxUSE_REGEX_builtin="#"
54747     if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
54748         COND_SHARED_0_wxUSE_REGEX_builtin=""
54749     fi
54750
54751     COND_SHARED_0_wxUSE_ZLIB_builtin="#"
54752     if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
54753         COND_SHARED_0_wxUSE_ZLIB_builtin=""
54754     fi
54755
54756     COND_SHARED_1="#"
54757     if test "x$SHARED" = "x1" ; then
54758         COND_SHARED_1=""
54759     fi
54760
54761     COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
54762     if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
54763         COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
54764     fi
54765
54766     COND_TOOLKIT_="#"
54767     if test "x$TOOLKIT" = "x" ; then
54768         COND_TOOLKIT_=""
54769     fi
54770
54771     COND_TOOLKIT_COCOA="#"
54772     if test "x$TOOLKIT" = "xCOCOA" ; then
54773         COND_TOOLKIT_COCOA=""
54774     fi
54775
54776     COND_TOOLKIT_COCOA_USE_GUI_1="#"
54777     if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
54778         COND_TOOLKIT_COCOA_USE_GUI_1=""
54779     fi
54780
54781     COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
54782     if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54783         COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
54784     fi
54785
54786     COND_TOOLKIT_DFB="#"
54787     if test "x$TOOLKIT" = "xDFB" ; then
54788         COND_TOOLKIT_DFB=""
54789     fi
54790
54791     COND_TOOLKIT_DFB_USE_GUI_1="#"
54792     if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
54793         COND_TOOLKIT_DFB_USE_GUI_1=""
54794     fi
54795
54796     COND_TOOLKIT_GTK="#"
54797     if test "x$TOOLKIT" = "xGTK" ; then
54798         COND_TOOLKIT_GTK=""
54799     fi
54800
54801     COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
54802     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
54803         COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
54804     fi
54805
54806     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
54807     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
54808         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
54809     fi
54810
54811     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
54812     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
54813         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
54814     fi
54815
54816     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
54817     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54818         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
54819     fi
54820
54821     COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
54822     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
54823         COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
54824     fi
54825
54826     COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
54827     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54828         COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
54829     fi
54830
54831     COND_TOOLKIT_GTK_USE_GUI_1="#"
54832     if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
54833         COND_TOOLKIT_GTK_USE_GUI_1=""
54834     fi
54835
54836     COND_TOOLKIT_MAC="#"
54837     if test "x$TOOLKIT" = "xMAC" ; then
54838         COND_TOOLKIT_MAC=""
54839     fi
54840
54841     COND_TOOLKIT_MOTIF="#"
54842     if test "x$TOOLKIT" = "xMOTIF" ; then
54843         COND_TOOLKIT_MOTIF=""
54844     fi
54845
54846     COND_TOOLKIT_MOTIF_USE_GUI_1="#"
54847     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
54848         COND_TOOLKIT_MOTIF_USE_GUI_1=""
54849     fi
54850
54851     COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
54852     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54853         COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
54854     fi
54855
54856     COND_TOOLKIT_MSW="#"
54857     if test "x$TOOLKIT" = "xMSW" ; then
54858         COND_TOOLKIT_MSW=""
54859     fi
54860
54861     COND_TOOLKIT_MSW_USE_GUI_1="#"
54862     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
54863         COND_TOOLKIT_MSW_USE_GUI_1=""
54864     fi
54865
54866     COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
54867     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54868         COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
54869     fi
54870
54871     COND_TOOLKIT_MSW_WXUNIV_0="#"
54872     if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
54873         COND_TOOLKIT_MSW_WXUNIV_0=""
54874     fi
54875
54876     COND_TOOLKIT_OSX_CARBON="#"
54877     if test "x$TOOLKIT" = "xOSX_CARBON" ; then
54878         COND_TOOLKIT_OSX_CARBON=""
54879     fi
54880
54881     COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
54882     if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
54883         COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
54884     fi
54885
54886     COND_TOOLKIT_OSX_COCOA="#"
54887     if test "x$TOOLKIT" = "xOSX_COCOA" ; then
54888         COND_TOOLKIT_OSX_COCOA=""
54889     fi
54890
54891     COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
54892     if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
54893         COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
54894     fi
54895
54896     COND_TOOLKIT_OSX_IPHONE="#"
54897     if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
54898         COND_TOOLKIT_OSX_IPHONE=""
54899     fi
54900
54901     COND_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
54902     if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
54903         COND_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
54904     fi
54905
54906     COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
54907     if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54908         COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
54909     fi
54910
54911     COND_TOOLKIT_PM="#"
54912     if test "x$TOOLKIT" = "xPM" ; then
54913         COND_TOOLKIT_PM=""
54914     fi
54915
54916     COND_TOOLKIT_PM_USE_GUI_1="#"
54917     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
54918         COND_TOOLKIT_PM_USE_GUI_1=""
54919     fi
54920
54921     COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
54922     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54923         COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
54924     fi
54925
54926     COND_TOOLKIT_WINCE="#"
54927     if test "x$TOOLKIT" = "xWINCE" ; then
54928         COND_TOOLKIT_WINCE=""
54929     fi
54930
54931     COND_TOOLKIT_WINCE_USE_GUI_1="#"
54932     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
54933         COND_TOOLKIT_WINCE_USE_GUI_1=""
54934     fi
54935
54936     COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
54937     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54938         COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
54939     fi
54940
54941     COND_TOOLKIT_WINCE_WXUNIV_0="#"
54942     if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
54943         COND_TOOLKIT_WINCE_WXUNIV_0=""
54944     fi
54945
54946     COND_TOOLKIT_X11="#"
54947     if test "x$TOOLKIT" = "xX11" ; then
54948         COND_TOOLKIT_X11=""
54949     fi
54950
54951     COND_TOOLKIT_X11_USE_GUI_1="#"
54952     if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
54953         COND_TOOLKIT_X11_USE_GUI_1=""
54954     fi
54955
54956     COND_UNICODE_1="#"
54957     if test "x$UNICODE" = "x1" ; then
54958         COND_UNICODE_1=""
54959     fi
54960
54961     COND_USE_CAIRO_1="#"
54962     if test "x$USE_CAIRO" = "x1" ; then
54963         COND_USE_CAIRO_1=""
54964     fi
54965
54966     COND_USE_EXCEPTIONS_0="#"
54967     if test "x$USE_EXCEPTIONS" = "x0" ; then
54968         COND_USE_EXCEPTIONS_0=""
54969     fi
54970
54971     COND_USE_EXCEPTIONS_1="#"
54972     if test "x$USE_EXCEPTIONS" = "x1" ; then
54973         COND_USE_EXCEPTIONS_1=""
54974     fi
54975
54976     COND_USE_GUI_0="#"
54977     if test "x$USE_GUI" = "x0" ; then
54978         COND_USE_GUI_0=""
54979     fi
54980
54981     COND_USE_GUI_1="#"
54982     if test "x$USE_GUI" = "x1" ; then
54983         COND_USE_GUI_1=""
54984     fi
54985
54986     COND_USE_GUI_1_USE_OPENGL_1="#"
54987     if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
54988         COND_USE_GUI_1_USE_OPENGL_1=""
54989     fi
54990
54991     COND_USE_GUI_1_WXUNIV_0="#"
54992     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
54993         COND_USE_GUI_1_WXUNIV_0=""
54994     fi
54995
54996     COND_USE_GUI_1_WXUNIV_1="#"
54997     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
54998         COND_USE_GUI_1_WXUNIV_1=""
54999     fi
55000
55001     COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
55002     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
55003         COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
55004     fi
55005
55006     COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
55007     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
55008         COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
55009     fi
55010
55011     COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
55012     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
55013         COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
55014     fi
55015
55016     COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
55017     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
55018         COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
55019     fi
55020
55021     COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
55022     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
55023         COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
55024     fi
55025
55026     COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
55027     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
55028         COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
55029     fi
55030
55031     COND_USE_OPENGL_1="#"
55032     if test "x$USE_OPENGL" = "x1" ; then
55033         COND_USE_OPENGL_1=""
55034     fi
55035
55036     COND_USE_PCH_1="#"
55037     if test "x$USE_PCH" = "x1" ; then
55038         COND_USE_PCH_1=""
55039     fi
55040
55041     COND_USE_PLUGINS_0="#"
55042     if test "x$USE_PLUGINS" = "x0" ; then
55043         COND_USE_PLUGINS_0=""
55044     fi
55045
55046     COND_USE_RTTI_0="#"
55047     if test "x$USE_RTTI" = "x0" ; then
55048         COND_USE_RTTI_0=""
55049     fi
55050
55051     COND_USE_RTTI_1="#"
55052     if test "x$USE_RTTI" = "x1" ; then
55053         COND_USE_RTTI_1=""
55054     fi
55055
55056     COND_USE_SOTWOSYMLINKS_1="#"
55057     if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
55058         COND_USE_SOTWOSYMLINKS_1=""
55059     fi
55060
55061     COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
55062     if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
55063         COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
55064     fi
55065
55066     COND_USE_SOVERLINUX_1="#"
55067     if test "x$USE_SOVERLINUX" = "x1" ; then
55068         COND_USE_SOVERLINUX_1=""
55069     fi
55070
55071     COND_USE_SOVERSION_0="#"
55072     if test "x$USE_SOVERSION" = "x0" ; then
55073         COND_USE_SOVERSION_0=""
55074     fi
55075
55076     COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
55077     if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
55078         COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
55079     fi
55080
55081     COND_USE_SOVERSOLARIS_1="#"
55082     if test "x$USE_SOVERSOLARIS" = "x1" ; then
55083         COND_USE_SOVERSOLARIS_1=""
55084     fi
55085
55086     COND_USE_STC_1="#"
55087     if test "x$USE_STC" = "x1" ; then
55088         COND_USE_STC_1=""
55089     fi
55090
55091     COND_USE_THREADS_0="#"
55092     if test "x$USE_THREADS" = "x0" ; then
55093         COND_USE_THREADS_0=""
55094     fi
55095
55096     COND_USE_THREADS_1="#"
55097     if test "x$USE_THREADS" = "x1" ; then
55098         COND_USE_THREADS_1=""
55099     fi
55100
55101     COND_USE_XRC_1="#"
55102     if test "x$USE_XRC" = "x1" ; then
55103         COND_USE_XRC_1=""
55104     fi
55105
55106     COND_WINDOWS_IMPLIB_1="#"
55107     if test "x$WINDOWS_IMPLIB" = "x1" ; then
55108         COND_WINDOWS_IMPLIB_1=""
55109     fi
55110
55111     COND_WITH_PLUGIN_SDL_1="#"
55112     if test "x$WITH_PLUGIN_SDL" = "x1" ; then
55113         COND_WITH_PLUGIN_SDL_1=""
55114     fi
55115
55116     COND_WXUNIV_0="#"
55117     if test "x$WXUNIV" = "x0" ; then
55118         COND_WXUNIV_0=""
55119     fi
55120
55121     COND_WXUNIV_1="#"
55122     if test "x$WXUNIV" = "x1" ; then
55123         COND_WXUNIV_1=""
55124     fi
55125
55126     COND_WXUSE_EXPAT_BUILTIN="#"
55127     if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
55128         COND_WXUSE_EXPAT_BUILTIN=""
55129     fi
55130
55131     COND_WXUSE_LIBJPEG_BUILTIN="#"
55132     if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
55133         COND_WXUSE_LIBJPEG_BUILTIN=""
55134     fi
55135
55136     COND_WXUSE_LIBPNG_BUILTIN="#"
55137     if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
55138         COND_WXUSE_LIBPNG_BUILTIN=""
55139     fi
55140
55141     COND_WXUSE_LIBTIFF_BUILTIN="#"
55142     if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
55143         COND_WXUSE_LIBTIFF_BUILTIN=""
55144     fi
55145
55146     COND_WXUSE_REGEX_BUILTIN="#"
55147     if test "x$wxUSE_REGEX" = "xbuiltin" ; then
55148         COND_WXUSE_REGEX_BUILTIN=""
55149     fi
55150
55151     COND_WXUSE_ZLIB_BUILTIN="#"
55152     if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
55153         COND_WXUSE_ZLIB_BUILTIN=""
55154     fi
55155
55156     COND_wxUSE_EXPAT_builtin="#"
55157     if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
55158         COND_wxUSE_EXPAT_builtin=""
55159     fi
55160
55161     COND_wxUSE_LIBJPEG_builtin="#"
55162     if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
55163         COND_wxUSE_LIBJPEG_builtin=""
55164     fi
55165
55166     COND_wxUSE_LIBPNG_builtin="#"
55167     if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
55168         COND_wxUSE_LIBPNG_builtin=""
55169     fi
55170
55171     COND_wxUSE_LIBTIFF_builtin="#"
55172     if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
55173         COND_wxUSE_LIBTIFF_builtin=""
55174     fi
55175
55176     COND_wxUSE_REGEX_builtin="#"
55177     if test "x$wxUSE_REGEX" = "xbuiltin" ; then
55178         COND_wxUSE_REGEX_builtin=""
55179     fi
55180
55181     COND_wxUSE_ZLIB_builtin="#"
55182     if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
55183         COND_wxUSE_ZLIB_builtin=""
55184     fi
55185
55186
55187
55188     if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
55189         { { 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
55190 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;}
55191    { (exit 1); exit 1; }; }
55192     fi
55193
55194     if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
55195         { { 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
55196 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;}
55197    { (exit 1); exit 1; }; }
55198     fi
55199
55200
55201 case ${INSTALL} in
55202   /* ) # Absolute
55203      ;;
55204   ?:* ) # Drive letter, considered as absolute.
55205      ;;
55206   *)
55207      INSTALL=`pwd`/${INSTALL} ;;
55208 esac
55209
55210 if test "$wxUSE_GUI" = "yes"; then
55211
55212 if test "$wxUSE_MSW" = 1 ; then
55213     if test "x$WINDRES" = "x"; then
55214         { { echo "$as_me:$LINENO: error: Required windres program not found" >&5
55215 echo "$as_me: error: Required windres program not found" >&2;}
55216    { (exit 1); exit 1; }; }
55217     fi
55218
55219     RESCOMP="$WINDRES"
55220 fi
55221
55222 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
55223             WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
55224     WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
55225
55226         LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
55227
55228     # Extract the first word of "DeRez", so it can be a program name with args.
55229 set dummy DeRez; ac_word=$2
55230 { echo "$as_me:$LINENO: checking for $ac_word" >&5
55231 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
55232 if test "${ac_cv_prog_DEREZ+set}" = set; then
55233   echo $ECHO_N "(cached) $ECHO_C" >&6
55234 else
55235   if test -n "$DEREZ"; then
55236   ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
55237 else
55238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
55239 for as_dir in $PATH
55240 do
55241   IFS=$as_save_IFS
55242   test -z "$as_dir" && as_dir=.
55243   for ac_exec_ext in '' $ac_executable_extensions; do
55244   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
55245     ac_cv_prog_DEREZ="DeRez"
55246     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
55247     break 2
55248   fi
55249 done
55250 done
55251 IFS=$as_save_IFS
55252
55253   test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
55254 fi
55255 fi
55256 DEREZ=$ac_cv_prog_DEREZ
55257 if test -n "$DEREZ"; then
55258   { echo "$as_me:$LINENO: result: $DEREZ" >&5
55259 echo "${ECHO_T}$DEREZ" >&6; }
55260 else
55261   { echo "$as_me:$LINENO: result: no" >&5
55262 echo "${ECHO_T}no" >&6; }
55263 fi
55264
55265
55266
55267     MACSETFILE="\$(SETFILE)"
55268
55269             if test "$wxUSE_OSX_CARBON" = 1; then
55270         POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
55271         RESCOMP="$REZ"
55272         WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
55273     else
55274         POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
55275         RESCOMP="cat /dev/null \| $REZ"
55276         WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
55277     fi
55278
55279 else
55280         MACSETFILE="@true"
55281
55282     if test "$wxUSE_PM" = 1; then
55283         RESCOMP="emxbind"
55284         WXCONFIG_RESFLAGS="-ep"
55285
55286                 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
55287     else
55288         POSTLINK_COMMAND="@true"
55289     fi
55290 fi
55291
55292 fi
55293
55294
55295 if test $GCC_PCH = 1
55296 then
55297     if test "$wx_cv_gcc_pch_bug" = yes; then
55298         { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
55299 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
55300         { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
55301 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
55302         { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
55303 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
55304     fi
55305
55306     # Our WX_PRECOMP flag does not make sense for any language except C++ because
55307     # the headers that benefit from precompilation are mostly C++ headers.
55308     CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
55309     # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
55310     #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
55311 fi
55312
55313
55314 if test "$wxUSE_MAC" = 1 ; then
55315     if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
55316         sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
55317         mv temp bk-deps
55318         chmod +x bk-deps
55319     fi
55320 fi
55321
55322 if test "$wxUSE_SHARED" = "yes"; then
55323                 case "${host}" in
55324       *-pc-os2_emx | *-pc-os2-emx )
55325         SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
55326         SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
55327         cp -p ${srcdir}/src/os2/dllnames.sh .
55328         cp -p ${srcdir}/src/os2/dllar.sh .
55329       ;;
55330     esac
55331 fi
55332 if test "$wxUSE_OMF" = "yes"; then
55333     case "${host}" in
55334       *-pc-os2_emx | *-pc-os2-emx )
55335         LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
55336         LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
55337         WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
55338       ;;
55339     esac
55340 fi
55341
55342 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
55343
55344
55345 case "${host}" in
55346     *-*-solaris2* )
55347                         if test "$GCC" = yes; then
55348             CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//g'`
55349             LIBS=`echo $LIBS | sed 's/-mt//g'`
55350             EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//g'`
55351         fi
55352         ;;
55353
55354     *-*-linux* )
55355                         if test "x$SUNCXX" = xyes; then
55356             CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//g'`
55357             LIBS=`echo $LIBS | sed 's/-pthread//g'`
55358             EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//g'`
55359         fi
55360         ;;
55361 esac
55362
55363 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
55364 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
55365 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
55366 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
55367
55368 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
55369
55370
55371
55372
55373
55374
55375
55376
55377
55378
55379
55380
55381
55382
55383
55384
55385
55386
55387
55388
55389
55390
55391
55392
55393
55394
55395
55396
55397
55398
55399
55400
55401
55402
55403
55404
55405
55406
55407
55408
55409
55410
55411
55412
55413
55414
55415
55416
55417
55418
55419
55420
55421
55422
55423
55424
55425
55426
55427
55428
55429 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
55430 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
55431 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
55432 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
55433   echo $ECHO_N "(cached) $ECHO_C" >&6
55434 else
55435   cat >conftest.make <<\_ACEOF
55436 SHELL = /bin/sh
55437 all:
55438         @echo '@@@%%%=$(MAKE)=@@@%%%'
55439 _ACEOF
55440 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
55441 case `${MAKE-make} -f conftest.make 2>/dev/null` in
55442   *@@@%%%=?*=@@@%%%*)
55443     eval ac_cv_prog_make_${ac_make}_set=yes;;
55444   *)
55445     eval ac_cv_prog_make_${ac_make}_set=no;;
55446 esac
55447 rm -f conftest.make
55448 fi
55449 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
55450   { echo "$as_me:$LINENO: result: yes" >&5
55451 echo "${ECHO_T}yes" >&6; }
55452   SET_MAKE=
55453 else
55454   { echo "$as_me:$LINENO: result: no" >&5
55455 echo "${ECHO_T}no" >&6; }
55456   SET_MAKE="MAKE=${MAKE-make}"
55457 fi
55458
55459
55460
55461 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
55462
55463
55464 if test "$USE_WIN32" = 1; then
55465     ac_config_commands="$ac_config_commands rcdefs.h"
55466
55467 fi
55468
55469 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
55470
55471
55472 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
55473
55474
55475 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
55476
55477
55478 if test "$wx_cv_version_script" = "yes"; then
55479     ac_config_files="$ac_config_files version-script"
55480
55481 fi
55482 ac_config_files="$ac_config_files Makefile"
55483
55484
55485 ac_config_commands="$ac_config_commands wx-config"
55486
55487
55488
55489 if test "$wxWITH_SUBDIRS" != "no"; then
55490 if test "$wxUSE_GUI" = "yes"; then
55491     SUBDIRS="samples demos utils"
55492 else
55493             SUBDIRS="samples utils"
55494 fi
55495
55496
55497
55498 # Check whether --with-cppunit-prefix was given.
55499 if test "${with_cppunit_prefix+set}" = set; then
55500   withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
55501 else
55502   cppunit_config_prefix=""
55503 fi
55504
55505
55506 # Check whether --with-cppunit-exec-prefix was given.
55507 if test "${with_cppunit_exec_prefix+set}" = set; then
55508   withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
55509 else
55510   cppunit_config_exec_prefix=""
55511 fi
55512
55513
55514   if test x$cppunit_config_exec_prefix != x ; then
55515      cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
55516      if test x${CPPUNIT_CONFIG+set} != xset ; then
55517         CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
55518      fi
55519   fi
55520   if test x$cppunit_config_prefix != x ; then
55521      cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
55522      if test x${CPPUNIT_CONFIG+set} != xset ; then
55523         CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
55524      fi
55525   fi
55526
55527   # Extract the first word of "cppunit-config", so it can be a program name with args.
55528 set dummy cppunit-config; ac_word=$2
55529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
55530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
55531 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
55532   echo $ECHO_N "(cached) $ECHO_C" >&6
55533 else
55534   case $CPPUNIT_CONFIG in
55535   [\\/]* | ?:[\\/]*)
55536   ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
55537   ;;
55538   *)
55539   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
55540 for as_dir in $PATH
55541 do
55542   IFS=$as_save_IFS
55543   test -z "$as_dir" && as_dir=.
55544   for ac_exec_ext in '' $ac_executable_extensions; do
55545   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
55546     ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
55547     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
55548     break 2
55549   fi
55550 done
55551 done
55552 IFS=$as_save_IFS
55553
55554   test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
55555   ;;
55556 esac
55557 fi
55558 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
55559 if test -n "$CPPUNIT_CONFIG"; then
55560   { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
55561 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
55562 else
55563   { echo "$as_me:$LINENO: result: no" >&5
55564 echo "${ECHO_T}no" >&6; }
55565 fi
55566
55567
55568   cppunit_version_min=1.8.0
55569
55570   { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
55571 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
55572   no_cppunit=""
55573   if test "$CPPUNIT_CONFIG" = "no" ; then
55574     { echo "$as_me:$LINENO: result: no" >&5
55575 echo "${ECHO_T}no" >&6; }
55576     no_cppunit=yes
55577   else
55578     CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
55579     CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
55580     cppunit_version=`$CPPUNIT_CONFIG --version`
55581
55582     cppunit_major_version=`echo $cppunit_version | \
55583            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
55584     cppunit_minor_version=`echo $cppunit_version | \
55585            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
55586     cppunit_micro_version=`echo $cppunit_version | \
55587            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
55588
55589     cppunit_major_min=`echo $cppunit_version_min | \
55590            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
55591     cppunit_minor_min=`echo $cppunit_version_min | \
55592            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
55593     cppunit_micro_min=`echo $cppunit_version_min | \
55594            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
55595
55596     cppunit_version_proper=`expr \
55597         $cppunit_major_version \> $cppunit_major_min \| \
55598         $cppunit_major_version \= $cppunit_major_min \& \
55599         $cppunit_minor_version \> $cppunit_minor_min \| \
55600         $cppunit_major_version \= $cppunit_major_min \& \
55601         $cppunit_minor_version \= $cppunit_minor_min \& \
55602         $cppunit_micro_version \>= $cppunit_micro_min `
55603
55604     if test "$cppunit_version_proper" = "1" ; then
55605       { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
55606 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
55607     else
55608       { echo "$as_me:$LINENO: result: no" >&5
55609 echo "${ECHO_T}no" >&6; }
55610       no_cppunit=yes
55611     fi
55612   fi
55613
55614   if test "x$no_cppunit" = x ; then
55615      SUBDIRS="$SUBDIRS tests"
55616   else
55617      CPPUNIT_CFLAGS=""
55618      CPPUNIT_LIBS=""
55619      :
55620   fi
55621
55622
55623
55624
55625
55626 for subdir in $SUBDIRS; do
55627     if test -d ${srcdir}/${subdir} ; then
55628         if test "$wxUSE_GUI" = "yes"; then
55629             if test ${subdir} = "samples"; then
55630                                                 makefiles="samples/Makefile.in $makefiles"
55631                 for sample in $SAMPLES_SUBDIRS; do
55632                     if test -d $srcdir/samples/$sample; then
55633                         makefiles="samples/$sample/Makefile.in $makefiles"
55634                     fi
55635                 done
55636             else
55637                                                                 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
55638                 eval "disabled=\$$disabled_var"
55639                 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
55640                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
55641             fi
55642         else
55643                                     if test ${subdir} = "samples"; then
55644                                                 makefiles="samples/Makefile.in $makefiles"
55645                 for sample in `echo $SAMPLES_SUBDIRS`; do
55646                     if test -d $srcdir/samples/$sample; then
55647                         makefiles="samples/$sample/Makefile.in $makefiles"
55648                     fi
55649                 done
55650             elif test ${subdir} = "utils"; then
55651                 makefiles=""
55652                 for util in ifacecheck ; do
55653                     if test -d $srcdir/utils/$util ; then
55654                         makefiles="utils/$util/src/Makefile.in \
55655                                    $makefiles"
55656                     fi
55657                 done
55658             else
55659                                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
55660             fi
55661         fi
55662
55663         for mkin in $makefiles ; do
55664             mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
55665             ac_config_files="$ac_config_files $mk"
55666
55667         done
55668     fi
55669 done
55670 fi
55671 cat >confcache <<\_ACEOF
55672 # This file is a shell script that caches the results of configure
55673 # tests run on this system so they can be shared between configure
55674 # scripts and configure runs, see configure's option --config-cache.
55675 # It is not useful on other systems.  If it contains results you don't
55676 # want to keep, you may remove or edit it.
55677 #
55678 # config.status only pays attention to the cache file if you give it
55679 # the --recheck option to rerun configure.
55680 #
55681 # `ac_cv_env_foo' variables (set or unset) will be overridden when
55682 # loading this file, other *unset* `ac_cv_foo' will be assigned the
55683 # following values.
55684
55685 _ACEOF
55686
55687 # The following way of writing the cache mishandles newlines in values,
55688 # but we know of no workaround that is simple, portable, and efficient.
55689 # So, we kill variables containing newlines.
55690 # Ultrix sh set writes to stderr and can't be redirected directly,
55691 # and sets the high bit in the cache file unless we assign to the vars.
55692 (
55693   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
55694     eval ac_val=\$$ac_var
55695     case $ac_val in #(
55696     *${as_nl}*)
55697       case $ac_var in #(
55698       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
55699 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
55700       esac
55701       case $ac_var in #(
55702       _ | IFS | as_nl) ;; #(
55703       *) $as_unset $ac_var ;;
55704       esac ;;
55705     esac
55706   done
55707
55708   (set) 2>&1 |
55709     case $as_nl`(ac_space=' '; set) 2>&1` in #(
55710     *${as_nl}ac_space=\ *)
55711       # `set' does not quote correctly, so add quotes (double-quote
55712       # substitution turns \\\\ into \\, and sed turns \\ into \).
55713       sed -n \
55714         "s/'/'\\\\''/g;
55715           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
55716       ;; #(
55717     *)
55718       # `set' quotes correctly as required by POSIX, so do not add quotes.
55719       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
55720       ;;
55721     esac |
55722     sort
55723 ) |
55724   sed '
55725      /^ac_cv_env_/b end
55726      t clear
55727      :clear
55728      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
55729      t end
55730      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
55731      :end' >>confcache
55732 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
55733   if test -w "$cache_file"; then
55734     test "x$cache_file" != "x/dev/null" &&
55735       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
55736 echo "$as_me: updating cache $cache_file" >&6;}
55737     cat confcache >$cache_file
55738   else
55739     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
55740 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
55741   fi
55742 fi
55743 rm -f confcache
55744
55745 test "x$prefix" = xNONE && prefix=$ac_default_prefix
55746 # Let make expand exec_prefix.
55747 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
55748
55749 DEFS=-DHAVE_CONFIG_H
55750
55751 ac_libobjs=
55752 ac_ltlibobjs=
55753 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
55754   # 1. Remove the extension, and $U if already installed.
55755   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
55756   ac_i=`echo "$ac_i" | sed "$ac_script"`
55757   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
55758   #    will be set to the directory where LIBOBJS objects are built.
55759   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
55760   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
55761 done
55762 LIBOBJS=$ac_libobjs
55763
55764 LTLIBOBJS=$ac_ltlibobjs
55765
55766
55767
55768 : ${CONFIG_STATUS=./config.status}
55769 ac_clean_files_save=$ac_clean_files
55770 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
55771 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
55772 echo "$as_me: creating $CONFIG_STATUS" >&6;}
55773 cat >$CONFIG_STATUS <<_ACEOF
55774 #! $SHELL
55775 # Generated by $as_me.
55776 # Run this file to recreate the current configuration.
55777 # Compiler output produced by configure, useful for debugging
55778 # configure, is in config.log if it exists.
55779
55780 debug=false
55781 ac_cs_recheck=false
55782 ac_cs_silent=false
55783 SHELL=\${CONFIG_SHELL-$SHELL}
55784 _ACEOF
55785
55786 cat >>$CONFIG_STATUS <<\_ACEOF
55787 ## --------------------- ##
55788 ## M4sh Initialization.  ##
55789 ## --------------------- ##
55790
55791 # Be more Bourne compatible
55792 DUALCASE=1; export DUALCASE # for MKS sh
55793 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
55794   emulate sh
55795   NULLCMD=:
55796   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
55797   # is contrary to our usage.  Disable this feature.
55798   alias -g '${1+"$@"}'='"$@"'
55799   setopt NO_GLOB_SUBST
55800 else
55801   case `(set -o) 2>/dev/null` in
55802   *posix*) set -o posix ;;
55803 esac
55804
55805 fi
55806
55807
55808
55809
55810 # PATH needs CR
55811 # Avoid depending upon Character Ranges.
55812 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
55813 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
55814 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
55815 as_cr_digits='0123456789'
55816 as_cr_alnum=$as_cr_Letters$as_cr_digits
55817
55818 # The user is always right.
55819 if test "${PATH_SEPARATOR+set}" != set; then
55820   echo "#! /bin/sh" >conf$$.sh
55821   echo  "exit 0"   >>conf$$.sh
55822   chmod +x conf$$.sh
55823   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
55824     PATH_SEPARATOR=';'
55825   else
55826     PATH_SEPARATOR=:
55827   fi
55828   rm -f conf$$.sh
55829 fi
55830
55831 # Support unset when possible.
55832 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55833   as_unset=unset
55834 else
55835   as_unset=false
55836 fi
55837
55838
55839 # IFS
55840 # We need space, tab and new line, in precisely that order.  Quoting is
55841 # there to prevent editors from complaining about space-tab.
55842 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
55843 # splitting by setting IFS to empty value.)
55844 as_nl='
55845 '
55846 IFS=" ""        $as_nl"
55847
55848 # Find who we are.  Look in the path if we contain no directory separator.
55849 case $0 in
55850   *[\\/]* ) as_myself=$0 ;;
55851   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
55852 for as_dir in $PATH
55853 do
55854   IFS=$as_save_IFS
55855   test -z "$as_dir" && as_dir=.
55856   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
55857 done
55858 IFS=$as_save_IFS
55859
55860      ;;
55861 esac
55862 # We did not find ourselves, most probably we were run as `sh COMMAND'
55863 # in which case we are not to be found in the path.
55864 if test "x$as_myself" = x; then
55865   as_myself=$0
55866 fi
55867 if test ! -f "$as_myself"; then
55868   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
55869   { (exit 1); exit 1; }
55870 fi
55871
55872 # Work around bugs in pre-3.0 UWIN ksh.
55873 for as_var in ENV MAIL MAILPATH
55874 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
55875 done
55876 PS1='$ '
55877 PS2='> '
55878 PS4='+ '
55879
55880 # NLS nuisances.
55881 for as_var in \
55882   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
55883   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
55884   LC_TELEPHONE LC_TIME
55885 do
55886   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
55887     eval $as_var=C; export $as_var
55888   else
55889     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
55890   fi
55891 done
55892
55893 # Required to use basename.
55894 if expr a : '\(a\)' >/dev/null 2>&1 &&
55895    test "X`expr 00001 : '.*\(...\)'`" = X001; then
55896   as_expr=expr
55897 else
55898   as_expr=false
55899 fi
55900
55901 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
55902   as_basename=basename
55903 else
55904   as_basename=false
55905 fi
55906
55907
55908 # Name of the executable.
55909 as_me=`$as_basename -- "$0" ||
55910 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
55911          X"$0" : 'X\(//\)$' \| \
55912          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
55913 echo X/"$0" |
55914     sed '/^.*\/\([^/][^/]*\)\/*$/{
55915             s//\1/
55916             q
55917           }
55918           /^X\/\(\/\/\)$/{
55919             s//\1/
55920             q
55921           }
55922           /^X\/\(\/\).*/{
55923             s//\1/
55924             q
55925           }
55926           s/.*/./; q'`
55927
55928 # CDPATH.
55929 $as_unset CDPATH
55930
55931
55932
55933   as_lineno_1=$LINENO
55934   as_lineno_2=$LINENO
55935   test "x$as_lineno_1" != "x$as_lineno_2" &&
55936   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
55937
55938   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
55939   # uniformly replaced by the line number.  The first 'sed' inserts a
55940   # line-number line after each line using $LINENO; the second 'sed'
55941   # does the real work.  The second script uses 'N' to pair each
55942   # line-number line with the line containing $LINENO, and appends
55943   # trailing '-' during substitution so that $LINENO is not a special
55944   # case at line end.
55945   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
55946   # scripts with optimization help from Paolo Bonzini.  Blame Lee
55947   # E. McMahon (1931-1989) for sed's syntax.  :-)
55948   sed -n '
55949     p
55950     /[$]LINENO/=
55951   ' <$as_myself |
55952     sed '
55953       s/[$]LINENO.*/&-/
55954       t lineno
55955       b
55956       :lineno
55957       N
55958       :loop
55959       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
55960       t loop
55961       s/-\n.*//
55962     ' >$as_me.lineno &&
55963   chmod +x "$as_me.lineno" ||
55964     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
55965    { (exit 1); exit 1; }; }
55966
55967   # Don't try to exec as it changes $[0], causing all sort of problems
55968   # (the dirname of $[0] is not the place where we might find the
55969   # original and so on.  Autoconf is especially sensitive to this).
55970   . "./$as_me.lineno"
55971   # Exit status is that of the last command.
55972   exit
55973 }
55974
55975
55976 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
55977   as_dirname=dirname
55978 else
55979   as_dirname=false
55980 fi
55981
55982 ECHO_C= ECHO_N= ECHO_T=
55983 case `echo -n x` in
55984 -n*)
55985   case `echo 'x\c'` in
55986   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
55987   *)   ECHO_C='\c';;
55988   esac;;
55989 *)
55990   ECHO_N='-n';;
55991 esac
55992
55993 if expr a : '\(a\)' >/dev/null 2>&1 &&
55994    test "X`expr 00001 : '.*\(...\)'`" = X001; then
55995   as_expr=expr
55996 else
55997   as_expr=false
55998 fi
55999
56000 rm -f conf$$ conf$$.exe conf$$.file
56001 if test -d conf$$.dir; then
56002   rm -f conf$$.dir/conf$$.file
56003 else
56004   rm -f conf$$.dir
56005   mkdir conf$$.dir
56006 fi
56007 echo >conf$$.file
56008 if ln -s conf$$.file conf$$ 2>/dev/null; then
56009   as_ln_s='ln -s'
56010   # ... but there are two gotchas:
56011   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
56012   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
56013   # In both cases, we have to default to `cp -p'.
56014   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
56015     as_ln_s='cp -p'
56016 elif ln conf$$.file conf$$ 2>/dev/null; then
56017   as_ln_s=ln
56018 else
56019   as_ln_s='cp -p'
56020 fi
56021 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
56022 rmdir conf$$.dir 2>/dev/null
56023
56024 if mkdir -p . 2>/dev/null; then
56025   as_mkdir_p=:
56026 else
56027   test -d ./-p && rmdir ./-p
56028   as_mkdir_p=false
56029 fi
56030
56031 if test -x / >/dev/null 2>&1; then
56032   as_test_x='test -x'
56033 else
56034   if ls -dL / >/dev/null 2>&1; then
56035     as_ls_L_option=L
56036   else
56037     as_ls_L_option=
56038   fi
56039   as_test_x='
56040     eval sh -c '\''
56041       if test -d "$1"; then
56042         test -d "$1/.";
56043       else
56044         case $1 in
56045         -*)set "./$1";;
56046         esac;
56047         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
56048         ???[sx]*):;;*)false;;esac;fi
56049     '\'' sh
56050   '
56051 fi
56052 as_executable_p=$as_test_x
56053
56054 # Sed expression to map a string onto a valid CPP name.
56055 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
56056
56057 # Sed expression to map a string onto a valid variable name.
56058 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
56059
56060
56061 exec 6>&1
56062
56063 # Save the log message, to keep $[0] and so on meaningful, and to
56064 # report actual input values of CONFIG_FILES etc. instead of their
56065 # values after options handling.
56066 ac_log="
56067 This file was extended by wxWidgets $as_me 2.9.4, which was
56068 generated by GNU Autoconf 2.61.  Invocation command line was
56069
56070   CONFIG_FILES    = $CONFIG_FILES
56071   CONFIG_HEADERS  = $CONFIG_HEADERS
56072   CONFIG_LINKS    = $CONFIG_LINKS
56073   CONFIG_COMMANDS = $CONFIG_COMMANDS
56074   $ $0 $@
56075
56076 on `(hostname || uname -n) 2>/dev/null | sed 1q`
56077 "
56078
56079 _ACEOF
56080
56081 cat >>$CONFIG_STATUS <<_ACEOF
56082 # Files that config.status was made for.
56083 config_files="$ac_config_files"
56084 config_headers="$ac_config_headers"
56085 config_commands="$ac_config_commands"
56086
56087 _ACEOF
56088
56089 cat >>$CONFIG_STATUS <<\_ACEOF
56090 ac_cs_usage="\
56091 \`$as_me' instantiates files from templates according to the
56092 current configuration.
56093
56094 Usage: $0 [OPTIONS] [FILE]...
56095
56096   -h, --help       print this help, then exit
56097   -V, --version    print version number and configuration settings, then exit
56098   -q, --quiet      do not print progress messages
56099   -d, --debug      don't remove temporary files
56100       --recheck    update $as_me by reconfiguring in the same conditions
56101   --file=FILE[:TEMPLATE]
56102                    instantiate the configuration file FILE
56103   --header=FILE[:TEMPLATE]
56104                    instantiate the configuration header FILE
56105
56106 Configuration files:
56107 $config_files
56108
56109 Configuration headers:
56110 $config_headers
56111
56112 Configuration commands:
56113 $config_commands
56114
56115 Report bugs to <bug-autoconf@gnu.org>."
56116
56117 _ACEOF
56118 cat >>$CONFIG_STATUS <<_ACEOF
56119 ac_cs_version="\\
56120 wxWidgets config.status 2.9.4
56121 configured by $0, generated by GNU Autoconf 2.61,
56122   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
56123
56124 Copyright (C) 2006 Free Software Foundation, Inc.
56125 This config.status script is free software; the Free Software Foundation
56126 gives unlimited permission to copy, distribute and modify it."
56127
56128 ac_pwd='$ac_pwd'
56129 srcdir='$srcdir'
56130 INSTALL='$INSTALL'
56131 _ACEOF
56132
56133 cat >>$CONFIG_STATUS <<\_ACEOF
56134 # If no file are specified by the user, then we need to provide default
56135 # value.  By we need to know if files were specified by the user.
56136 ac_need_defaults=:
56137 while test $# != 0
56138 do
56139   case $1 in
56140   --*=*)
56141     ac_option=`expr "X$1" : 'X\([^=]*\)='`
56142     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
56143     ac_shift=:
56144     ;;
56145   *)
56146     ac_option=$1
56147     ac_optarg=$2
56148     ac_shift=shift
56149     ;;
56150   esac
56151
56152   case $ac_option in
56153   # Handling of the options.
56154   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
56155     ac_cs_recheck=: ;;
56156   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
56157     echo "$ac_cs_version"; exit ;;
56158   --debug | --debu | --deb | --de | --d | -d )
56159     debug=: ;;
56160   --file | --fil | --fi | --f )
56161     $ac_shift
56162     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
56163     ac_need_defaults=false;;
56164   --header | --heade | --head | --hea )
56165     $ac_shift
56166     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
56167     ac_need_defaults=false;;
56168   --he | --h)
56169     # Conflict between --help and --header
56170     { echo "$as_me: error: ambiguous option: $1
56171 Try \`$0 --help' for more information." >&2
56172    { (exit 1); exit 1; }; };;
56173   --help | --hel | -h )
56174     echo "$ac_cs_usage"; exit ;;
56175   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
56176   | -silent | --silent | --silen | --sile | --sil | --si | --s)
56177     ac_cs_silent=: ;;
56178
56179   # This is an error.
56180   -*) { echo "$as_me: error: unrecognized option: $1
56181 Try \`$0 --help' for more information." >&2
56182    { (exit 1); exit 1; }; } ;;
56183
56184   *) ac_config_targets="$ac_config_targets $1"
56185      ac_need_defaults=false ;;
56186
56187   esac
56188   shift
56189 done
56190
56191 ac_configure_extra_args=
56192
56193 if $ac_cs_silent; then
56194   exec 6>/dev/null
56195   ac_configure_extra_args="$ac_configure_extra_args --silent"
56196 fi
56197
56198 _ACEOF
56199 cat >>$CONFIG_STATUS <<_ACEOF
56200 if \$ac_cs_recheck; then
56201   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
56202   CONFIG_SHELL=$SHELL
56203   export CONFIG_SHELL
56204   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
56205 fi
56206
56207 _ACEOF
56208 cat >>$CONFIG_STATUS <<\_ACEOF
56209 exec 5>>config.log
56210 {
56211   echo
56212   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
56213 ## Running $as_me. ##
56214 _ASBOX
56215   echo "$ac_log"
56216 } >&5
56217
56218 _ACEOF
56219 cat >>$CONFIG_STATUS <<_ACEOF
56220 #
56221 # INIT-COMMANDS
56222 #
56223
56224             CPP="$CPP"
56225             infile="$srcdir/include/wx/msw/genrcdefs.h"
56226             outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
56227
56228
56229  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
56230  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
56231  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
56232                      LN_S="${LN_S}"
56233
56234
56235 _ACEOF
56236
56237 cat >>$CONFIG_STATUS <<\_ACEOF
56238
56239 # Handling of arguments.
56240 for ac_config_target in $ac_config_targets
56241 do
56242   case $ac_config_target in
56243     "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
56244     "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
56245     "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
56246     "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
56247     "utils/ifacecheck/rungccxml.sh") CONFIG_FILES="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
56248     "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
56249     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
56250     "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
56251     "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
56252
56253   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
56254 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
56255    { (exit 1); exit 1; }; };;
56256   esac
56257 done
56258
56259
56260 # If the user did not use the arguments to specify the items to instantiate,
56261 # then the envvar interface is used.  Set only those that are not.
56262 # We use the long form for the default assignment because of an extremely
56263 # bizarre bug on SunOS 4.1.3.
56264 if $ac_need_defaults; then
56265   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
56266   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
56267   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
56268 fi
56269
56270 # Have a temporary directory for convenience.  Make it in the build tree
56271 # simply because there is no reason against having it here, and in addition,
56272 # creating and moving files from /tmp can sometimes cause problems.
56273 # Hook for its removal unless debugging.
56274 # Note that there is a small window in which the directory will not be cleaned:
56275 # after its creation but before its name has been assigned to `$tmp'.
56276 $debug ||
56277 {
56278   tmp=
56279   trap 'exit_status=$?
56280   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
56281 ' 0
56282   trap '{ (exit 1); exit 1; }' 1 2 13 15
56283 }
56284 # Create a (secure) tmp directory for tmp files.
56285
56286 {
56287   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
56288   test -n "$tmp" && test -d "$tmp"
56289 }  ||
56290 {
56291   tmp=./conf$$-$RANDOM
56292   (umask 077 && mkdir "$tmp")
56293 } ||
56294 {
56295    echo "$me: cannot create a temporary directory in ." >&2
56296    { (exit 1); exit 1; }
56297 }
56298
56299 #
56300 # Set up the sed scripts for CONFIG_FILES section.
56301 #
56302
56303 # No need to generate the scripts if there are no CONFIG_FILES.
56304 # This happens for instance when ./config.status config.h
56305 if test -n "$CONFIG_FILES"; then
56306
56307 _ACEOF
56308
56309
56310
56311 ac_delim='%!_!# '
56312 for ac_last_try in false false false false false :; do
56313   cat >conf$$subs.sed <<_ACEOF
56314 SHELL!$SHELL$ac_delim
56315 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
56316 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
56317 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
56318 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
56319 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
56320 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
56321 exec_prefix!$exec_prefix$ac_delim
56322 prefix!$prefix$ac_delim
56323 program_transform_name!$program_transform_name$ac_delim
56324 bindir!$bindir$ac_delim
56325 sbindir!$sbindir$ac_delim
56326 libexecdir!$libexecdir$ac_delim
56327 datarootdir!$datarootdir$ac_delim
56328 datadir!$datadir$ac_delim
56329 sysconfdir!$sysconfdir$ac_delim
56330 sharedstatedir!$sharedstatedir$ac_delim
56331 localstatedir!$localstatedir$ac_delim
56332 includedir!$includedir$ac_delim
56333 oldincludedir!$oldincludedir$ac_delim
56334 docdir!$docdir$ac_delim
56335 infodir!$infodir$ac_delim
56336 htmldir!$htmldir$ac_delim
56337 dvidir!$dvidir$ac_delim
56338 pdfdir!$pdfdir$ac_delim
56339 psdir!$psdir$ac_delim
56340 libdir!$libdir$ac_delim
56341 localedir!$localedir$ac_delim
56342 mandir!$mandir$ac_delim
56343 DEFS!$DEFS$ac_delim
56344 ECHO_C!$ECHO_C$ac_delim
56345 ECHO_N!$ECHO_N$ac_delim
56346 ECHO_T!$ECHO_T$ac_delim
56347 LIBS!$LIBS$ac_delim
56348 build_alias!$build_alias$ac_delim
56349 host_alias!$host_alias$ac_delim
56350 target_alias!$target_alias$ac_delim
56351 build!$build$ac_delim
56352 build_cpu!$build_cpu$ac_delim
56353 build_vendor!$build_vendor$ac_delim
56354 build_os!$build_os$ac_delim
56355 host!$host$ac_delim
56356 host_cpu!$host_cpu$ac_delim
56357 host_vendor!$host_vendor$ac_delim
56358 host_os!$host_os$ac_delim
56359 wx_top_builddir!$wx_top_builddir$ac_delim
56360 CC!$CC$ac_delim
56361 CFLAGS!$CFLAGS$ac_delim
56362 LDFLAGS!$LDFLAGS$ac_delim
56363 CPPFLAGS!$CPPFLAGS$ac_delim
56364 ac_ct_CC!$ac_ct_CC$ac_delim
56365 EXEEXT!$EXEEXT$ac_delim
56366 OBJEXT!$OBJEXT$ac_delim
56367 CPP!$CPP$ac_delim
56368 GREP!$GREP$ac_delim
56369 EGREP!$EGREP$ac_delim
56370 CXX!$CXX$ac_delim
56371 CXXFLAGS!$CXXFLAGS$ac_delim
56372 ac_ct_CXX!$ac_ct_CXX$ac_delim
56373 AR!$AR$ac_delim
56374 OSX_SW_VERS!$OSX_SW_VERS$ac_delim
56375 CXXCPP!$CXXCPP$ac_delim
56376 subdirs!$subdirs$ac_delim
56377 PKG_CONFIG!$PKG_CONFIG$ac_delim
56378 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
56379 GTK_LIBS!$GTK_LIBS$ac_delim
56380 GTK_CONFIG!$GTK_CONFIG$ac_delim
56381 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
56382 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
56383 XMKMF!$XMKMF$ac_delim
56384 X_CFLAGS!$X_CFLAGS$ac_delim
56385 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
56386 X_LIBS!$X_LIBS$ac_delim
56387 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
56388 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
56389 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
56390 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
56391 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
56392 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
56393 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
56394 Xinerama_CFLAGS!$Xinerama_CFLAGS$ac_delim
56395 Xinerama_LIBS!$Xinerama_LIBS$ac_delim
56396 Xxf86vm_CFLAGS!$Xxf86vm_CFLAGS$ac_delim
56397 Xxf86vm_LIBS!$Xxf86vm_LIBS$ac_delim
56398 SM_CFLAGS!$SM_CFLAGS$ac_delim
56399 SM_LIBS!$SM_LIBS$ac_delim
56400 GL_CFLAGS!$GL_CFLAGS$ac_delim
56401 GL_LIBS!$GL_LIBS$ac_delim
56402 GLU_CFLAGS!$GLU_CFLAGS$ac_delim
56403 GLU_LIBS!$GLU_LIBS$ac_delim
56404 MesaGL_CFLAGS!$MesaGL_CFLAGS$ac_delim
56405 MesaGL_LIBS!$MesaGL_LIBS$ac_delim
56406 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
56407 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
56408 LIBICONV!$LIBICONV$ac_delim
56409 GXX_VERSION!$GXX_VERSION$ac_delim
56410 SDL_CONFIG!$SDL_CONFIG$ac_delim
56411 _ACEOF
56412
56413   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
56414     break
56415   elif $ac_last_try; then
56416     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56417 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56418    { (exit 1); exit 1; }; }
56419   else
56420     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56421   fi
56422 done
56423
56424 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56425 if test -n "$ac_eof"; then
56426   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56427   ac_eof=`expr $ac_eof + 1`
56428 fi
56429
56430 cat >>$CONFIG_STATUS <<_ACEOF
56431 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
56432 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
56433 _ACEOF
56434 sed '
56435 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56436 s/^/s,@/; s/!/@,|#_!!_#|/
56437 :n
56438 t n
56439 s/'"$ac_delim"'$/,g/; t
56440 s/$/\\/; p
56441 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56442 ' >>$CONFIG_STATUS <conf$$subs.sed
56443 rm -f conf$$subs.sed
56444 cat >>$CONFIG_STATUS <<_ACEOF
56445 CEOF$ac_eof
56446 _ACEOF
56447
56448
56449 ac_delim='%!_!# '
56450 for ac_last_try in false false false false false :; do
56451   cat >conf$$subs.sed <<_ACEOF
56452 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
56453 SDL_LIBS!$SDL_LIBS$ac_delim
56454 GTKPRINT_CFLAGS!$GTKPRINT_CFLAGS$ac_delim
56455 GTKPRINT_LIBS!$GTKPRINT_LIBS$ac_delim
56456 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
56457 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
56458 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
56459 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
56460 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
56461 HILDON_LIBS!$HILDON_LIBS$ac_delim
56462 HILDON2_CFLAGS!$HILDON2_CFLAGS$ac_delim
56463 HILDON2_LIBS!$HILDON2_LIBS$ac_delim
56464 PYTHON!$PYTHON$ac_delim
56465 COND_PYTHON!$COND_PYTHON$ac_delim
56466 WEBKIT_CFLAGS!$WEBKIT_CFLAGS$ac_delim
56467 WEBKIT_LIBS!$WEBKIT_LIBS$ac_delim
56468 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
56469 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
56470 GST_CFLAGS!$GST_CFLAGS$ac_delim
56471 GST_LIBS!$GST_LIBS$ac_delim
56472 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
56473 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
56474 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
56475 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
56476 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
56477 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
56478 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
56479 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
56480 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
56481 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
56482 VENDOR!$VENDOR$ac_delim
56483 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
56484 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
56485 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
56486 WXUNIV!$WXUNIV$ac_delim
56487 MONOLITHIC!$MONOLITHIC$ac_delim
56488 USE_PLUGINS!$USE_PLUGINS$ac_delim
56489 CXXWARNINGS!$CXXWARNINGS$ac_delim
56490 EXTRALIBS!$EXTRALIBS$ac_delim
56491 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
56492 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
56493 EXTRALIBS_MEDIA!$EXTRALIBS_MEDIA$ac_delim
56494 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
56495 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
56496 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
56497 EXTRALIBS_STC!$EXTRALIBS_STC$ac_delim
56498 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
56499 EXTRALIBS_GTKPRINT!$EXTRALIBS_GTKPRINT$ac_delim
56500 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
56501 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
56502 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
56503 UNICODE!$UNICODE$ac_delim
56504 DEBUG_INFO!$DEBUG_INFO$ac_delim
56505 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
56506 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
56507 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
56508 DYLIB_RPATH_INSTALL!$DYLIB_RPATH_INSTALL$ac_delim
56509 DYLIB_RPATH_POSTLINK!$DYLIB_RPATH_POSTLINK$ac_delim
56510 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
56511 HEADER_PAD_OPTION!$HEADER_PAD_OPTION$ac_delim
56512 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
56513 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
56514 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
56515 RANLIB!$RANLIB$ac_delim
56516 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
56517 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
56518 INSTALL_DATA!$INSTALL_DATA$ac_delim
56519 LN_S!$LN_S$ac_delim
56520 SET_MAKE!$SET_MAKE$ac_delim
56521 MAKE_SET!$MAKE_SET$ac_delim
56522 AROPTIONS!$AROPTIONS$ac_delim
56523 STRIP!$STRIP$ac_delim
56524 NM!$NM$ac_delim
56525 INSTALL_DIR!$INSTALL_DIR$ac_delim
56526 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
56527 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
56528 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
56529 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
56530 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
56531 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
56532 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
56533 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
56534 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
56535 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
56536 SO_SUFFIX!$SO_SUFFIX$ac_delim
56537 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
56538 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
56539 LIBPREFIX!$LIBPREFIX$ac_delim
56540 LIBEXT!$LIBEXT$ac_delim
56541 DLLPREFIX!$DLLPREFIX$ac_delim
56542 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
56543 dlldir!$dlldir$ac_delim
56544 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
56545 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
56546 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
56547 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
56548 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
56549 _ACEOF
56550
56551   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
56552     break
56553   elif $ac_last_try; then
56554     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56555 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56556    { (exit 1); exit 1; }; }
56557   else
56558     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56559   fi
56560 done
56561
56562 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56563 if test -n "$ac_eof"; then
56564   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56565   ac_eof=`expr $ac_eof + 1`
56566 fi
56567
56568 cat >>$CONFIG_STATUS <<_ACEOF
56569 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
56570 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
56571 _ACEOF
56572 sed '
56573 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56574 s/^/s,@/; s/!/@,|#_!!_#|/
56575 :n
56576 t n
56577 s/'"$ac_delim"'$/,g/; t
56578 s/$/\\/; p
56579 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56580 ' >>$CONFIG_STATUS <conf$$subs.sed
56581 rm -f conf$$subs.sed
56582 cat >>$CONFIG_STATUS <<_ACEOF
56583 CEOF$ac_eof
56584 _ACEOF
56585
56586
56587 ac_delim='%!_!# '
56588 for ac_last_try in false false false false false :; do
56589   cat >conf$$subs.sed <<_ACEOF
56590 PIC_FLAG!$PIC_FLAG$ac_delim
56591 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
56592 USE_SOVERSION!$USE_SOVERSION$ac_delim
56593 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
56594 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
56595 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
56596 USE_MACVERSION!$USE_MACVERSION$ac_delim
56597 USE_SOTWOSYMLINKS!$USE_SOTWOSYMLINKS$ac_delim
56598 SONAME_FLAG!$SONAME_FLAG$ac_delim
56599 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
56600 BK_DEPS!$BK_DEPS$ac_delim
56601 WINDRES!$WINDRES$ac_delim
56602 REZ!$REZ$ac_delim
56603 SETFILE!$SETFILE$ac_delim
56604 OBJCXXFLAGS!$OBJCXXFLAGS$ac_delim
56605 GCC_PCH!$GCC_PCH$ac_delim
56606 ICC_PCH!$ICC_PCH$ac_delim
56607 ICC_PCH_CREATE_SWITCH!$ICC_PCH_CREATE_SWITCH$ac_delim
56608 ICC_PCH_USE_SWITCH!$ICC_PCH_USE_SWITCH$ac_delim
56609 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
56610 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
56611 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
56612 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
56613 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
56614 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
56615 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
56616 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
56617 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
56618 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
56619 COND_BUILD_debug!$COND_BUILD_debug$ac_delim
56620 COND_BUILD_debug_DEBUG_FLAG_default!$COND_BUILD_debug_DEBUG_FLAG_default$ac_delim
56621 COND_BUILD_debug_DEBUG_INFO_default!$COND_BUILD_debug_DEBUG_INFO_default$ac_delim
56622 COND_BUILD_debug_UNICODE_0!$COND_BUILD_debug_UNICODE_0$ac_delim
56623 COND_BUILD_debug_UNICODE_1!$COND_BUILD_debug_UNICODE_1$ac_delim
56624 COND_BUILD_release!$COND_BUILD_release$ac_delim
56625 COND_BUILD_release_DEBUG_INFO_default!$COND_BUILD_release_DEBUG_INFO_default$ac_delim
56626 COND_BUILD_release_UNICODE_0!$COND_BUILD_release_UNICODE_0$ac_delim
56627 COND_BUILD_release_UNICODE_1!$COND_BUILD_release_UNICODE_1$ac_delim
56628 COND_DEBUG_FLAG_0!$COND_DEBUG_FLAG_0$ac_delim
56629 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
56630 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
56631 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
56632 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
56633 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
56634 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
56635 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
56636 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
56637 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
56638 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
56639 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
56640 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
56641 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
56642 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
56643 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1$ac_delim
56644 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1$ac_delim
56645 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1$ac_delim
56646 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
56647 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
56648 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
56649 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
56650 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
56651 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
56652 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
56653 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
56654 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
56655 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1$ac_delim
56656 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1$ac_delim
56657 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1$ac_delim
56658 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
56659 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
56660 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
56661 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
56662 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
56663 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
56664 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
56665 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
56666 COND_MONOLITHIC_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_USE_PROPGRID_1$ac_delim
56667 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
56668 COND_MONOLITHIC_0_USE_RIBBON_1!$COND_MONOLITHIC_0_USE_RIBBON_1$ac_delim
56669 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
56670 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
56671 COND_MONOLITHIC_0_USE_WEBVIEW_1!$COND_MONOLITHIC_0_USE_WEBVIEW_1$ac_delim
56672 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
56673 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
56674 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
56675 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
56676 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
56677 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
56678 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
56679 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
56680 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
56681 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0!$COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0$ac_delim
56682 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0!$COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0$ac_delim
56683 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
56684 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
56685 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
56686 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
56687 _ACEOF
56688
56689   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
56690     break
56691   elif $ac_last_try; then
56692     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56693 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56694    { (exit 1); exit 1; }; }
56695   else
56696     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56697   fi
56698 done
56699
56700 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56701 if test -n "$ac_eof"; then
56702   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56703   ac_eof=`expr $ac_eof + 1`
56704 fi
56705
56706 cat >>$CONFIG_STATUS <<_ACEOF
56707 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
56708 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
56709 _ACEOF
56710 sed '
56711 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56712 s/^/s,@/; s/!/@,|#_!!_#|/
56713 :n
56714 t n
56715 s/'"$ac_delim"'$/,g/; t
56716 s/$/\\/; p
56717 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56718 ' >>$CONFIG_STATUS <conf$$subs.sed
56719 rm -f conf$$subs.sed
56720 cat >>$CONFIG_STATUS <<_ACEOF
56721 CEOF$ac_eof
56722 _ACEOF
56723
56724
56725 ac_delim='%!_!# '
56726 for ac_last_try in false false false false false :; do
56727   cat >conf$$subs.sed <<_ACEOF
56728 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1$ac_delim
56729 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0$ac_delim
56730 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
56731 COND_PLATFORM_MACOSX_1_USE_OPENGL_1!$COND_PLATFORM_MACOSX_1_USE_OPENGL_1$ac_delim
56732 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
56733 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
56734 COND_PLATFORM_MAC_0!$COND_PLATFORM_MAC_0$ac_delim
56735 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
56736 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
56737 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
56738 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
56739 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
56740 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
56741 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
56742 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
56743 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
56744 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
56745 COND_PLATFORM_WIN32_1_SHARED_0!$COND_PLATFORM_WIN32_1_SHARED_0$ac_delim
56746 COND_SHARED_0!$COND_SHARED_0$ac_delim
56747 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
56748 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
56749 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
56750 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
56751 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
56752 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
56753 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
56754 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
56755 COND_SHARED_0_wxUSE_EXPAT_builtin!$COND_SHARED_0_wxUSE_EXPAT_builtin$ac_delim
56756 COND_SHARED_0_wxUSE_REGEX_builtin!$COND_SHARED_0_wxUSE_REGEX_builtin$ac_delim
56757 COND_SHARED_0_wxUSE_ZLIB_builtin!$COND_SHARED_0_wxUSE_ZLIB_builtin$ac_delim
56758 COND_SHARED_1!$COND_SHARED_1$ac_delim
56759 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
56760 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
56761 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
56762 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
56763 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
56764 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
56765 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
56766 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
56767 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
56768 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
56769 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
56770 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
56771 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
56772 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
56773 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
56774 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
56775 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
56776 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
56777 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
56778 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
56779 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
56780 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
56781 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
56782 COND_TOOLKIT_OSX_CARBON!$COND_TOOLKIT_OSX_CARBON$ac_delim
56783 COND_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
56784 COND_TOOLKIT_OSX_COCOA!$COND_TOOLKIT_OSX_COCOA$ac_delim
56785 COND_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
56786 COND_TOOLKIT_OSX_IPHONE!$COND_TOOLKIT_OSX_IPHONE$ac_delim
56787 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1!$COND_TOOLKIT_OSX_IPHONE_USE_GUI_1$ac_delim
56788 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0$ac_delim
56789 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
56790 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
56791 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
56792 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
56793 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
56794 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
56795 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
56796 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
56797 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
56798 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
56799 COND_USE_CAIRO_1!$COND_USE_CAIRO_1$ac_delim
56800 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
56801 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
56802 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
56803 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
56804 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
56805 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
56806 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
56807 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
56808 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
56809 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
56810 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
56811 COND_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
56812 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
56813 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
56814 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
56815 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
56816 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
56817 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
56818 COND_USE_SOTWOSYMLINKS_1!$COND_USE_SOTWOSYMLINKS_1$ac_delim
56819 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
56820 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
56821 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
56822 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1!$COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1$ac_delim
56823 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
56824 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
56825 _ACEOF
56826
56827   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
56828     break
56829   elif $ac_last_try; then
56830     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56831 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56832    { (exit 1); exit 1; }; }
56833   else
56834     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56835   fi
56836 done
56837
56838 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56839 if test -n "$ac_eof"; then
56840   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56841   ac_eof=`expr $ac_eof + 1`
56842 fi
56843
56844 cat >>$CONFIG_STATUS <<_ACEOF
56845 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
56846 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
56847 _ACEOF
56848 sed '
56849 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56850 s/^/s,@/; s/!/@,|#_!!_#|/
56851 :n
56852 t n
56853 s/'"$ac_delim"'$/,g/; t
56854 s/$/\\/; p
56855 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56856 ' >>$CONFIG_STATUS <conf$$subs.sed
56857 rm -f conf$$subs.sed
56858 cat >>$CONFIG_STATUS <<_ACEOF
56859 CEOF$ac_eof
56860 _ACEOF
56861
56862
56863 ac_delim='%!_!# '
56864 for ac_last_try in false false false false false :; do
56865   cat >conf$$subs.sed <<_ACEOF
56866 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
56867 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
56868 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
56869 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
56870 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
56871 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
56872 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
56873 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
56874 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
56875 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
56876 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
56877 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
56878 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
56879 COND_wxUSE_EXPAT_builtin!$COND_wxUSE_EXPAT_builtin$ac_delim
56880 COND_wxUSE_LIBJPEG_builtin!$COND_wxUSE_LIBJPEG_builtin$ac_delim
56881 COND_wxUSE_LIBPNG_builtin!$COND_wxUSE_LIBPNG_builtin$ac_delim
56882 COND_wxUSE_LIBTIFF_builtin!$COND_wxUSE_LIBTIFF_builtin$ac_delim
56883 COND_wxUSE_REGEX_builtin!$COND_wxUSE_REGEX_builtin$ac_delim
56884 COND_wxUSE_ZLIB_builtin!$COND_wxUSE_ZLIB_builtin$ac_delim
56885 DEREZ!$DEREZ$ac_delim
56886 SHARED!$SHARED$ac_delim
56887 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
56888 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
56889 USE_GUI!$USE_GUI$ac_delim
56890 AFMINSTALL!$AFMINSTALL$ac_delim
56891 WIN32INSTALL!$WIN32INSTALL$ac_delim
56892 TOOLKIT!$TOOLKIT$ac_delim
56893 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
56894 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
56895 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
56896 cross_compiling!$cross_compiling$ac_delim
56897 WIDGET_SET!$WIDGET_SET$ac_delim
56898 WX_RELEASE!$WX_RELEASE$ac_delim
56899 WX_VERSION!$WX_VERSION$ac_delim
56900 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
56901 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
56902 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
56903 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
56904 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
56905 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
56906 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
56907 WXCONFIG_LDFLAGS!$WXCONFIG_LDFLAGS$ac_delim
56908 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
56909 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
56910 GUIDIST!$GUIDIST$ac_delim
56911 DISTDIR!$DISTDIR$ac_delim
56912 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
56913 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
56914 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
56915 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
56916 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
56917 RESCOMP!$RESCOMP$ac_delim
56918 RESFLAGS!$RESFLAGS$ac_delim
56919 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
56920 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
56921 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
56922 LIBWXMACRES!$LIBWXMACRES$ac_delim
56923 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
56924 MACSETFILE!$MACSETFILE$ac_delim
56925 GCC!$GCC$ac_delim
56926 DLLTOOL!$DLLTOOL$ac_delim
56927 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
56928 LIBOBJS!$LIBOBJS$ac_delim
56929 LTLIBOBJS!$LTLIBOBJS$ac_delim
56930 _ACEOF
56931
56932   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 64; then
56933     break
56934   elif $ac_last_try; then
56935     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
56936 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
56937    { (exit 1); exit 1; }; }
56938   else
56939     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
56940   fi
56941 done
56942
56943 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
56944 if test -n "$ac_eof"; then
56945   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
56946   ac_eof=`expr $ac_eof + 1`
56947 fi
56948
56949 cat >>$CONFIG_STATUS <<_ACEOF
56950 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
56951 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
56952 _ACEOF
56953 sed '
56954 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
56955 s/^/s,@/; s/!/@,|#_!!_#|/
56956 :n
56957 t n
56958 s/'"$ac_delim"'$/,g/; t
56959 s/$/\\/; p
56960 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
56961 ' >>$CONFIG_STATUS <conf$$subs.sed
56962 rm -f conf$$subs.sed
56963 cat >>$CONFIG_STATUS <<_ACEOF
56964 :end
56965 s/|#_!!_#|//g
56966 CEOF$ac_eof
56967 _ACEOF
56968
56969
56970 # VPATH may cause trouble with some makes, so we remove $(srcdir),
56971 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
56972 # trailing colons and then remove the whole line if VPATH becomes empty
56973 # (actually we leave an empty line to preserve line numbers).
56974 if test "x$srcdir" = x.; then
56975   ac_vpsub='/^[  ]*VPATH[        ]*=/{
56976 s/:*\$(srcdir):*/:/
56977 s/:*\${srcdir}:*/:/
56978 s/:*@srcdir@:*/:/
56979 s/^\([^=]*=[     ]*\):*/\1/
56980 s/:*$//
56981 s/^[^=]*=[       ]*$//
56982 }'
56983 fi
56984
56985 cat >>$CONFIG_STATUS <<\_ACEOF
56986 fi # test -n "$CONFIG_FILES"
56987
56988
56989 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
56990 do
56991   case $ac_tag in
56992   :[FHLC]) ac_mode=$ac_tag; continue;;
56993   esac
56994   case $ac_mode$ac_tag in
56995   :[FHL]*:*);;
56996   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
56997 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
56998    { (exit 1); exit 1; }; };;
56999   :[FH]-) ac_tag=-:-;;
57000   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
57001   esac
57002   ac_save_IFS=$IFS
57003   IFS=:
57004   set x $ac_tag
57005   IFS=$ac_save_IFS
57006   shift
57007   ac_file=$1
57008   shift
57009
57010   case $ac_mode in
57011   :L) ac_source=$1;;
57012   :[FH])
57013     ac_file_inputs=
57014     for ac_f
57015     do
57016       case $ac_f in
57017       -) ac_f="$tmp/stdin";;
57018       *) # Look for the file first in the build tree, then in the source tree
57019          # (if the path is not absolute).  The absolute path cannot be DOS-style,
57020          # because $ac_f cannot contain `:'.
57021          test -f "$ac_f" ||
57022            case $ac_f in
57023            [\\/$]*) false;;
57024            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
57025            esac ||
57026            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
57027 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
57028    { (exit 1); exit 1; }; };;
57029       esac
57030       ac_file_inputs="$ac_file_inputs $ac_f"
57031     done
57032
57033     # Let's still pretend it is `configure' which instantiates (i.e., don't
57034     # use $as_me), people would be surprised to read:
57035     #    /* config.h.  Generated by config.status.  */
57036     configure_input="Generated from "`IFS=:
57037           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
57038     if test x"$ac_file" != x-; then
57039       configure_input="$ac_file.  $configure_input"
57040       { echo "$as_me:$LINENO: creating $ac_file" >&5
57041 echo "$as_me: creating $ac_file" >&6;}
57042     fi
57043
57044     case $ac_tag in
57045     *:-:* | *:-) cat >"$tmp/stdin";;
57046     esac
57047     ;;
57048   esac
57049
57050   ac_dir=`$as_dirname -- "$ac_file" ||
57051 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
57052          X"$ac_file" : 'X\(//\)[^/]' \| \
57053          X"$ac_file" : 'X\(//\)$' \| \
57054          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
57055 echo X"$ac_file" |
57056     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
57057             s//\1/
57058             q
57059           }
57060           /^X\(\/\/\)[^/].*/{
57061             s//\1/
57062             q
57063           }
57064           /^X\(\/\/\)$/{
57065             s//\1/
57066             q
57067           }
57068           /^X\(\/\).*/{
57069             s//\1/
57070             q
57071           }
57072           s/.*/./; q'`
57073   { as_dir="$ac_dir"
57074   case $as_dir in #(
57075   -*) as_dir=./$as_dir;;
57076   esac
57077   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
57078     as_dirs=
57079     while :; do
57080       case $as_dir in #(
57081       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
57082       *) as_qdir=$as_dir;;
57083       esac
57084       as_dirs="'$as_qdir' $as_dirs"
57085       as_dir=`$as_dirname -- "$as_dir" ||
57086 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
57087          X"$as_dir" : 'X\(//\)[^/]' \| \
57088          X"$as_dir" : 'X\(//\)$' \| \
57089          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
57090 echo X"$as_dir" |
57091     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
57092             s//\1/
57093             q
57094           }
57095           /^X\(\/\/\)[^/].*/{
57096             s//\1/
57097             q
57098           }
57099           /^X\(\/\/\)$/{
57100             s//\1/
57101             q
57102           }
57103           /^X\(\/\).*/{
57104             s//\1/
57105             q
57106           }
57107           s/.*/./; q'`
57108       test -d "$as_dir" && break
57109     done
57110     test -z "$as_dirs" || eval "mkdir $as_dirs"
57111   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
57112 echo "$as_me: error: cannot create directory $as_dir" >&2;}
57113    { (exit 1); exit 1; }; }; }
57114   ac_builddir=.
57115
57116 case "$ac_dir" in
57117 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
57118 *)
57119   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
57120   # A ".." for each directory in $ac_dir_suffix.
57121   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
57122   case $ac_top_builddir_sub in
57123   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
57124   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
57125   esac ;;
57126 esac
57127 ac_abs_top_builddir=$ac_pwd
57128 ac_abs_builddir=$ac_pwd$ac_dir_suffix
57129 # for backward compatibility:
57130 ac_top_builddir=$ac_top_build_prefix
57131
57132 case $srcdir in
57133   .)  # We are building in place.
57134     ac_srcdir=.
57135     ac_top_srcdir=$ac_top_builddir_sub
57136     ac_abs_top_srcdir=$ac_pwd ;;
57137   [\\/]* | ?:[\\/]* )  # Absolute name.
57138     ac_srcdir=$srcdir$ac_dir_suffix;
57139     ac_top_srcdir=$srcdir
57140     ac_abs_top_srcdir=$srcdir ;;
57141   *) # Relative name.
57142     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
57143     ac_top_srcdir=$ac_top_build_prefix$srcdir
57144     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
57145 esac
57146 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
57147
57148
57149   case $ac_mode in
57150   :F)
57151   #
57152   # CONFIG_FILE
57153   #
57154
57155   case $INSTALL in
57156   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
57157   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
57158   esac
57159 _ACEOF
57160
57161 cat >>$CONFIG_STATUS <<\_ACEOF
57162 # If the template does not know about datarootdir, expand it.
57163 # FIXME: This hack should be removed a few years after 2.60.
57164 ac_datarootdir_hack=; ac_datarootdir_seen=
57165
57166 case `sed -n '/datarootdir/ {
57167   p
57168   q
57169 }
57170 /@datadir@/p
57171 /@docdir@/p
57172 /@infodir@/p
57173 /@localedir@/p
57174 /@mandir@/p
57175 ' $ac_file_inputs` in
57176 *datarootdir*) ac_datarootdir_seen=yes;;
57177 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
57178   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
57179 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
57180 _ACEOF
57181 cat >>$CONFIG_STATUS <<_ACEOF
57182   ac_datarootdir_hack='
57183   s&@datadir@&$datadir&g
57184   s&@docdir@&$docdir&g
57185   s&@infodir@&$infodir&g
57186   s&@localedir@&$localedir&g
57187   s&@mandir@&$mandir&g
57188     s&\\\${datarootdir}&$datarootdir&g' ;;
57189 esac
57190 _ACEOF
57191
57192 # Neutralize VPATH when `$srcdir' = `.'.
57193 # Shell code in configure.ac might set extrasub.
57194 # FIXME: do we really want to maintain this feature?
57195 cat >>$CONFIG_STATUS <<_ACEOF
57196   sed "$ac_vpsub
57197 $extrasub
57198 _ACEOF
57199 cat >>$CONFIG_STATUS <<\_ACEOF
57200 :t
57201 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
57202 s&@configure_input@&$configure_input&;t t
57203 s&@top_builddir@&$ac_top_builddir_sub&;t t
57204 s&@srcdir@&$ac_srcdir&;t t
57205 s&@abs_srcdir@&$ac_abs_srcdir&;t t
57206 s&@top_srcdir@&$ac_top_srcdir&;t t
57207 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
57208 s&@builddir@&$ac_builddir&;t t
57209 s&@abs_builddir@&$ac_abs_builddir&;t t
57210 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
57211 s&@INSTALL@&$ac_INSTALL&;t t
57212 $ac_datarootdir_hack
57213 " $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
57214
57215 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
57216   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
57217   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
57218   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
57219 which seems to be undefined.  Please make sure it is defined." >&5
57220 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
57221 which seems to be undefined.  Please make sure it is defined." >&2;}
57222
57223   rm -f "$tmp/stdin"
57224   case $ac_file in
57225   -) cat "$tmp/out"; rm -f "$tmp/out";;
57226   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
57227   esac
57228  ;;
57229   :H)
57230   #
57231   # CONFIG_HEADER
57232   #
57233 _ACEOF
57234
57235 # Transform confdefs.h into a sed script `conftest.defines', that
57236 # substitutes the proper values into config.h.in to produce config.h.
57237 rm -f conftest.defines conftest.tail
57238 # First, append a space to every undef/define line, to ease matching.
57239 echo 's/$/ /' >conftest.defines
57240 # Then, protect against being on the right side of a sed subst, or in
57241 # an unquoted here document, in config.status.  If some macros were
57242 # called several times there might be several #defines for the same
57243 # symbol, which is useless.  But do not sort them, since the last
57244 # AC_DEFINE must be honored.
57245 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
57246 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
57247 # NAME is the cpp macro being defined, VALUE is the value it is being given.
57248 # PARAMS is the parameter list in the macro definition--in most cases, it's
57249 # just an empty string.
57250 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
57251 ac_dB='\\)[      (].*,\\1define\\2'
57252 ac_dC=' '
57253 ac_dD=' ,'
57254
57255 uniq confdefs.h |
57256   sed -n '
57257         t rset
57258         :rset
57259         s/^[     ]*#[    ]*define[       ][      ]*//
57260         t ok
57261         d
57262         :ok
57263         s/[\\&,]/\\&/g
57264         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
57265         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
57266   ' >>conftest.defines
57267
57268 # Remove the space that was appended to ease matching.
57269 # Then replace #undef with comments.  This is necessary, for
57270 # example, in the case of _POSIX_SOURCE, which is predefined and required
57271 # on some systems where configure will not decide to define it.
57272 # (The regexp can be short, since the line contains either #define or #undef.)
57273 echo 's/ $//
57274 s,^[     #]*u.*,/* & */,' >>conftest.defines
57275
57276 # Break up conftest.defines:
57277 ac_max_sed_lines=50
57278
57279 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
57280 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
57281 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
57282 # et cetera.
57283 ac_in='$ac_file_inputs'
57284 ac_out='"$tmp/out1"'
57285 ac_nxt='"$tmp/out2"'
57286
57287 while :
57288 do
57289   # Write a here document:
57290     cat >>$CONFIG_STATUS <<_ACEOF
57291     # First, check the format of the line:
57292     cat >"\$tmp/defines.sed" <<\\CEOF
57293 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
57294 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
57295 b
57296 :def
57297 _ACEOF
57298   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
57299   echo 'CEOF
57300     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
57301   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
57302   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
57303   grep . conftest.tail >/dev/null || break
57304   rm -f conftest.defines
57305   mv conftest.tail conftest.defines
57306 done
57307 rm -f conftest.defines conftest.tail
57308
57309 echo "ac_result=$ac_in" >>$CONFIG_STATUS
57310 cat >>$CONFIG_STATUS <<\_ACEOF
57311   if test x"$ac_file" != x-; then
57312     echo "/* $configure_input  */" >"$tmp/config.h"
57313     cat "$ac_result" >>"$tmp/config.h"
57314     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
57315       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
57316 echo "$as_me: $ac_file is unchanged" >&6;}
57317     else
57318       rm -f $ac_file
57319       mv "$tmp/config.h" $ac_file
57320     fi
57321   else
57322     echo "/* $configure_input  */"
57323     cat "$ac_result"
57324   fi
57325   rm -f "$tmp/out12"
57326  ;;
57327
57328   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
57329 echo "$as_me: executing $ac_file commands" >&6;}
57330  ;;
57331   esac
57332
57333
57334   case $ac_file$ac_mode in
57335     "rcdefs.h":C)
57336             mkdir -p $outdir &&
57337             $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
57338          ;;
57339     "lib/wx/config/${TOOLCHAIN_FULLNAME}":F)  chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME}  ;;
57340     "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F)  chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}  ;;
57341     "utils/ifacecheck/rungccxml.sh":F)  chmod +x utils/ifacecheck/rungccxml.sh  ;;
57342     "wx-config":C)  rm -f wx-config
57343                      ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
57344                     ;;
57345
57346   esac
57347 done # for ac_tag
57348
57349
57350 { (exit 0); exit 0; }
57351 _ACEOF
57352 chmod +x $CONFIG_STATUS
57353 ac_clean_files=$ac_clean_files_save
57354
57355
57356 # configure is writing to config.log, and then calls config.status.
57357 # config.status does its own redirection, appending to config.log.
57358 # Unfortunately, on DOS this fails, as config.log is still kept open
57359 # by configure, so config.status won't be able to write to it; its
57360 # output is simply discarded.  So we exec the FD to /dev/null,
57361 # effectively closing config.log, so it can be properly (re)opened and
57362 # appended to by config.status.  When coming back to configure, we
57363 # need to make the FD available again.
57364 if test "$no_create" != yes; then
57365   ac_cs_success=:
57366   ac_config_status_args=
57367   test "$silent" = yes &&
57368     ac_config_status_args="$ac_config_status_args --quiet"
57369   exec 5>/dev/null
57370   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
57371   exec 5>>config.log
57372   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
57373   # would make configure fail if this is the last instruction.
57374   $ac_cs_success || { (exit 1); exit 1; }
57375 fi
57376
57377 #
57378 # CONFIG_SUBDIRS section.
57379 #
57380 if test "$no_recursion" != yes; then
57381
57382   # Remove --cache-file and --srcdir arguments so they do not pile up.
57383   ac_sub_configure_args=
57384   ac_prev=
57385   eval "set x $ac_configure_args"
57386   shift
57387   for ac_arg
57388   do
57389     if test -n "$ac_prev"; then
57390       ac_prev=
57391       continue
57392     fi
57393     case $ac_arg in
57394     -cache-file | --cache-file | --cache-fil | --cache-fi \
57395     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
57396       ac_prev=cache_file ;;
57397     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
57398     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
57399     | --c=*)
57400       ;;
57401     --config-cache | -C)
57402       ;;
57403     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
57404       ac_prev=srcdir ;;
57405     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
57406       ;;
57407     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
57408       ac_prev=prefix ;;
57409     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
57410       ;;
57411     *)
57412       case $ac_arg in
57413       *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
57414       esac
57415       ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
57416     esac
57417   done
57418
57419   # Always prepend --prefix to ensure using the same prefix
57420   # in subdir configurations.
57421   ac_arg="--prefix=$prefix"
57422   case $ac_arg in
57423   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
57424   esac
57425   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
57426
57427   # Pass --silent
57428   if test "$silent" = yes; then
57429     ac_sub_configure_args="--silent $ac_sub_configure_args"
57430   fi
57431
57432   ac_popdir=`pwd`
57433   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
57434
57435     # Do not complain, so a configure script can configure whichever
57436     # parts of a large source tree are present.
57437     test -d "$srcdir/$ac_dir" || continue
57438
57439     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
57440     echo "$as_me:$LINENO: $ac_msg" >&5
57441     echo "$ac_msg" >&6
57442     { as_dir="$ac_dir"
57443   case $as_dir in #(
57444   -*) as_dir=./$as_dir;;
57445   esac
57446   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
57447     as_dirs=
57448     while :; do
57449       case $as_dir in #(
57450       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
57451       *) as_qdir=$as_dir;;
57452       esac
57453       as_dirs="'$as_qdir' $as_dirs"
57454       as_dir=`$as_dirname -- "$as_dir" ||
57455 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
57456          X"$as_dir" : 'X\(//\)[^/]' \| \
57457          X"$as_dir" : 'X\(//\)$' \| \
57458          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
57459 echo X"$as_dir" |
57460     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
57461             s//\1/
57462             q
57463           }
57464           /^X\(\/\/\)[^/].*/{
57465             s//\1/
57466             q
57467           }
57468           /^X\(\/\/\)$/{
57469             s//\1/
57470             q
57471           }
57472           /^X\(\/\).*/{
57473             s//\1/
57474             q
57475           }
57476           s/.*/./; q'`
57477       test -d "$as_dir" && break
57478     done
57479     test -z "$as_dirs" || eval "mkdir $as_dirs"
57480   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
57481 echo "$as_me: error: cannot create directory $as_dir" >&2;}
57482    { (exit 1); exit 1; }; }; }
57483     ac_builddir=.
57484
57485 case "$ac_dir" in
57486 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
57487 *)
57488   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
57489   # A ".." for each directory in $ac_dir_suffix.
57490   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
57491   case $ac_top_builddir_sub in
57492   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
57493   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
57494   esac ;;
57495 esac
57496 ac_abs_top_builddir=$ac_pwd
57497 ac_abs_builddir=$ac_pwd$ac_dir_suffix
57498 # for backward compatibility:
57499 ac_top_builddir=$ac_top_build_prefix
57500
57501 case $srcdir in
57502   .)  # We are building in place.
57503     ac_srcdir=.
57504     ac_top_srcdir=$ac_top_builddir_sub
57505     ac_abs_top_srcdir=$ac_pwd ;;
57506   [\\/]* | ?:[\\/]* )  # Absolute name.
57507     ac_srcdir=$srcdir$ac_dir_suffix;
57508     ac_top_srcdir=$srcdir
57509     ac_abs_top_srcdir=$srcdir ;;
57510   *) # Relative name.
57511     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
57512     ac_top_srcdir=$ac_top_build_prefix$srcdir
57513     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
57514 esac
57515 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
57516
57517
57518     cd "$ac_dir"
57519
57520     # Check for guested configure; otherwise get Cygnus style configure.
57521     if test -f "$ac_srcdir/configure.gnu"; then
57522       ac_sub_configure=$ac_srcdir/configure.gnu
57523     elif test -f "$ac_srcdir/configure"; then
57524       ac_sub_configure=$ac_srcdir/configure
57525     elif test -f "$ac_srcdir/configure.in"; then
57526       # This should be Cygnus configure.
57527       ac_sub_configure=$ac_aux_dir/configure
57528     else
57529       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
57530 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
57531       ac_sub_configure=
57532     fi
57533
57534     # The recursion is here.
57535     if test -n "$ac_sub_configure"; then
57536       # Make the cache file name correct relative to the subdirectory.
57537       case $cache_file in
57538       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
57539       *) # Relative name.
57540         ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
57541       esac
57542
57543       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
57544 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
57545       # The eval makes quoting arguments work.
57546       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
57547            --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
57548         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
57549 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
57550    { (exit 1); exit 1; }; }
57551     fi
57552
57553     cd "$ac_popdir"
57554   done
57555 fi
57556
57557
57558 echo
57559 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
57560 echo ""
57561 echo "  Which GUI toolkit should wxWidgets use?                 ${TOOLKIT_DESC}"
57562 echo "  Should wxWidgets be compiled into single library?       ${wxUSE_MONOLITHIC:-yes}"
57563 echo "  Should wxWidgets be linked as a shared library?         ${wxUSE_SHARED:-no}"
57564 echo $ECHO_N "  Should wxWidgets support Unicode?                       ${wxUSE_UNICODE:-no}$ECHO_C"
57565 if test "$wxUSE_UNICODE" = "yes"; then
57566     if test "$wxUSE_UNICODE_UTF8" = "yes"; then
57567         echo " (using UTF-8)"
57568     else
57569         echo " (using wchar_t)"
57570     fi
57571 else
57572     echo
57573 fi
57574
57575 echo "  What level of wxWidgets compatibility should be enabled?"
57576 echo "                                       wxWidgets 2.6      ${WXWIN_COMPATIBILITY_2_6:-no}"
57577 echo "                                       wxWidgets 2.8      ${WXWIN_COMPATIBILITY_2_8:-yes}"
57578
57579 echo "  Which libraries should wxWidgets use?"
57580 echo "                                       STL                ${wxUSE_STL}"
57581 echo "                                       jpeg               ${wxUSE_LIBJPEG-none}"
57582 echo "                                       png                ${wxUSE_LIBPNG-none}"
57583 echo "                                       regex              ${wxUSE_REGEX}"
57584 echo "                                       tiff               ${wxUSE_LIBTIFF-none}"
57585 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
57586 echo "                                       xpm                ${wxUSE_LIBXPM-none}"
57587 fi
57588 echo "                                       zlib               ${wxUSE_ZLIB}"
57589 echo "                                       expat              ${wxUSE_EXPAT}"
57590 echo "                                       libmspack          ${wxUSE_LIBMSPACK}"
57591 echo "                                       sdl                ${wxUSE_LIBSDL}"
57592
57593 echo ""
57594