include -DWXUSINGDLL in wx-config output under all platforms and not only Cygwin...
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id: configure.in 49043 2007-10-04 15:59:09Z MW .
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
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.0'
579 PACKAGE_STRING='wxWidgets 2.9.0'
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 target
665 target_cpu
666 target_vendor
667 target_os
668 wx_top_builddir
669 CC
670 CFLAGS
671 LDFLAGS
672 CPPFLAGS
673 ac_ct_CC
674 EXEEXT
675 OBJEXT
676 CPP
677 GREP
678 EGREP
679 CXX
680 CXXFLAGS
681 ac_ct_CXX
682 AR
683 subdirs
684 PKG_CONFIG
685 GTK_CFLAGS
686 GTK_LIBS
687 GTK_CONFIG
688 DIRECTFB_CFLAGS
689 DIRECTFB_LIBS
690 XMKMF
691 X_CFLAGS
692 X_PRE_LIBS
693 X_LIBS
694 X_EXTRA_LIBS
695 PANGOX_CFLAGS
696 PANGOX_LIBS
697 PANGOFT2_CFLAGS
698 PANGOFT2_LIBS
699 PANGOXFT_CFLAGS
700 PANGOXFT_LIBS
701 CFLAGS_VISIBILITY
702 CXXFLAGS_VISIBILITY
703 LIBICONV
704 SDL_CONFIG
705 SDL_CFLAGS
706 SDL_LIBS
707 GTKPRINT_CFLAGS
708 GTKPRINT_LIBS
709 LIBGNOMEPRINTUI_CFLAGS
710 LIBGNOMEPRINTUI_LIBS
711 GNOMEVFS_CFLAGS
712 GNOMEVFS_LIBS
713 HILDON_CFLAGS
714 HILDON_LIBS
715 CAIRO_CFLAGS
716 CAIRO_LIBS
717 GST_CFLAGS
718 GST_LIBS
719 ALL_WX_LIBS
720 BUILT_WX_LIBS
721 STD_BASE_LIBS
722 STD_GUI_LIBS
723 wxUSE_ZLIB
724 wxUSE_REGEX
725 wxUSE_EXPAT
726 wxUSE_ODBC
727 wxUSE_LIBJPEG
728 wxUSE_LIBPNG
729 wxUSE_LIBTIFF
730 VENDOR
731 OFFICIAL_BUILD
732 WX_FLAVOUR
733 WX_LIB_FLAVOUR
734 WXUNIV
735 MONOLITHIC
736 USE_PLUGINS
737 CXXWARNINGS
738 EXTRALIBS
739 EXTRALIBS_XML
740 EXTRALIBS_HTML
741 EXTRALIBS_ODBC
742 EXTRALIBS_GUI
743 EXTRALIBS_OPENGL
744 EXTRALIBS_SDL
745 WITH_PLUGIN_SDL
746 EXTRALIBS_GTKPRINT
747 EXTRALIBS_GNOMEPRINT
748 EXTRALIBS_GNOMEVFS
749 EXTRALIBS_HILDON
750 UNICODE
751 BUILD
752 DEBUG_INFO
753 DEBUG_FLAG
754 TOOLKIT_LOWERCASE
755 TOOLKIT_VERSION
756 SAMPLES_RPATH_FLAG
757 SAMPLES_RPATH_POSTLINK
758 HOST_SUFFIX
759 CPPUNIT_CFLAGS
760 CPPUNIT_LIBS
761 RANLIB
762 INSTALL_PROGRAM
763 INSTALL_SCRIPT
764 INSTALL_DATA
765 LN_S
766 SET_MAKE
767 MAKE_SET
768 AROPTIONS
769 STRIP
770 NM
771 INSTALL_DIR
772 LDFLAGS_GUI
773 IF_GNU_MAKE
774 PLATFORM_UNIX
775 PLATFORM_WIN32
776 PLATFORM_MSDOS
777 PLATFORM_MAC
778 PLATFORM_MACOS
779 PLATFORM_MACOSX
780 PLATFORM_OS2
781 PLATFORM_BEOS
782 SO_SUFFIX
783 SO_SUFFIX_MODULE
784 DLLIMP_SUFFIX
785 LIBPREFIX
786 LIBEXT
787 DLLPREFIX
788 DLLPREFIX_MODULE
789 dlldir
790 AIX_CXX_LD
791 SHARED_LD_CC
792 SHARED_LD_CXX
793 SHARED_LD_MODULE_CC
794 SHARED_LD_MODULE_CXX
795 PIC_FLAG
796 WINDOWS_IMPLIB
797 USE_SOVERSION
798 USE_SOVERLINUX
799 USE_SOVERSOLARIS
800 USE_SOVERCYGWIN
801 USE_MACVERSION
802 USE_SOSYMLINKS
803 SONAME_FLAG
804 DEPS_TRACKING
805 BK_DEPS
806 WINDRES
807 REZ
808 SETFILE
809 GCC_PCH
810 ICC_PCH
811 BK_MAKE_PCH
812 COND_BUILD_DEBUG
813 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
814 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
815 COND_BUILD_DEBUG_UNICODE_0
816 COND_BUILD_DEBUG_UNICODE_1
817 COND_BUILD_RELEASE
818 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
819 COND_BUILD_RELEASE_UNICODE_0
820 COND_BUILD_RELEASE_UNICODE_1
821 COND_DEBUG_FLAG_1
822 COND_DEBUG_INFO_0
823 COND_DEBUG_INFO_1
824 COND_DEPS_TRACKING_0
825 COND_DEPS_TRACKING_1
826 COND_GCC_PCH_1
827 COND_ICC_PCH_1
828 COND_MONOLITHIC_0
829 COND_MONOLITHIC_0_SHARED_0
830 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
831 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
832 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
833 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
834 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
835 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
836 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
837 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
838 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
839 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
840 COND_MONOLITHIC_0_SHARED_1
841 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
842 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
843 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
844 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
845 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
846 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
847 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
848 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
849 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
850 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
851 COND_MONOLITHIC_0_USE_AUI_1
852 COND_MONOLITHIC_0_USE_GUI_1
853 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
854 COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1
855 COND_MONOLITHIC_0_USE_HTML_1
856 COND_MONOLITHIC_0_USE_MEDIA_1
857 COND_MONOLITHIC_0_USE_ODBC_1
858 COND_MONOLITHIC_0_USE_QA_1
859 COND_MONOLITHIC_0_USE_RICHTEXT_1
860 COND_MONOLITHIC_0_USE_STC_1
861 COND_MONOLITHIC_0_USE_XRC_1
862 COND_MONOLITHIC_1
863 COND_MONOLITHIC_1_SHARED_0
864 COND_MONOLITHIC_1_SHARED_1
865 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
866 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
867 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
868 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
869 COND_PLATFORM_MACOSX_1
870 COND_PLATFORM_MACOSX_1_TOOLKIT_
871 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
872 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
873 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
874 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
875 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
876 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
877 COND_PLATFORM_MACOSX_1_USE_GUI_1
878 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
879 COND_PLATFORM_MACOS_1
880 COND_PLATFORM_MAC_1
881 COND_PLATFORM_MSDOS_0
882 COND_PLATFORM_MSDOS_1
883 COND_PLATFORM_OS2_1
884 COND_PLATFORM_UNIX_0
885 COND_PLATFORM_UNIX_1
886 COND_PLATFORM_UNIX_1_TOOLKIT_MGL
887 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1
888 COND_PLATFORM_UNIX_1_USE_GUI_1
889 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
890 COND_PLATFORM_WIN32_0
891 COND_PLATFORM_WIN32_1
892 COND_SHARED_0
893 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
894 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
895 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
896 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
897 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
898 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
899 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
900 COND_SHARED_0_USE_STC_1
901 COND_SHARED_0_USE_XRC_1
902 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
903 COND_SHARED_0_WXUSE_ODBC_BUILTIN
904 COND_SHARED_0_WXUSE_REGEX_BUILTIN
905 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
906 COND_SHARED_1
907 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
908 COND_SHARED_1_USE_XRC_1
909 COND_TOOLKIT_
910 COND_TOOLKIT_COCOA
911 COND_TOOLKIT_COCOA_USE_GUI_1
912 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
913 COND_TOOLKIT_DFB
914 COND_TOOLKIT_DFB_USE_GUI_1
915 COND_TOOLKIT_GTK
916 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
917 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
918 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
919 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
920 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
921 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
922 COND_TOOLKIT_GTK_USE_GUI_1
923 COND_TOOLKIT_MAC
924 COND_TOOLKIT_MAC_USE_GUI_1
925 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
926 COND_TOOLKIT_MGL
927 COND_TOOLKIT_MGL_USE_GUI_1
928 COND_TOOLKIT_MOTIF
929 COND_TOOLKIT_MOTIF_USE_GUI_1
930 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
931 COND_TOOLKIT_MSW
932 COND_TOOLKIT_MSW_USE_GUI_1
933 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
934 COND_TOOLKIT_MSW_WXUNIV_0
935 COND_TOOLKIT_PM
936 COND_TOOLKIT_PM_USE_GUI_1
937 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
938 COND_TOOLKIT_WINCE
939 COND_TOOLKIT_WINCE_USE_GUI_1
940 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
941 COND_TOOLKIT_WINCE_WXUNIV_0
942 COND_TOOLKIT_X11
943 COND_TOOLKIT_X11_USE_GUI_1
944 COND_UNICODE_1
945 COND_USE_EXCEPTIONS_0
946 COND_USE_EXCEPTIONS_1
947 COND_USE_GUI_0
948 COND_USE_GUI_1
949 COND_USE_GUI_1_USE_OPENGL_1
950 COND_USE_GUI_1_WXUNIV_0
951 COND_USE_GUI_1_WXUNIV_1
952 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
953 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
954 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
955 COND_USE_ODBC_1
956 COND_USE_OPENGL_1
957 COND_USE_PCH_1
958 COND_USE_PLUGINS_0
959 COND_USE_RTTI_0
960 COND_USE_RTTI_1
961 COND_USE_SOSYMLINKS_1
962 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
963 COND_USE_SOVERLINUX_1
964 COND_USE_SOVERSION_0
965 COND_USE_SOVERSOLARIS_1
966 COND_USE_STC_1
967 COND_USE_THREADS_0
968 COND_USE_THREADS_1
969 COND_USE_XRC_1
970 COND_WINDOWS_IMPLIB_1
971 COND_WITH_PLUGIN_SDL_1
972 COND_WXUNIV_0
973 COND_WXUNIV_1
974 COND_WXUSE_EXPAT_BUILTIN
975 COND_WXUSE_LIBJPEG_BUILTIN
976 COND_WXUSE_LIBPNG_BUILTIN
977 COND_WXUSE_LIBTIFF_BUILTIN
978 COND_WXUSE_ODBC_BUILTIN
979 COND_WXUSE_REGEX_BUILTIN
980 COND_WXUSE_ZLIB_BUILTIN
981 DEREZ
982 SHARED
983 WX_LIBRARY_BASENAME_NOGUI
984 WX_LIBRARY_BASENAME_GUI
985 USE_GUI
986 AFMINSTALL
987 WIN32INSTALL
988 TOOLKIT
989 TOOLKIT_DIR
990 TOOLCHAIN_NAME
991 TOOLCHAIN_FULLNAME
992 cross_compiling
993 WIDGET_SET
994 WX_RELEASE
995 WX_VERSION
996 WX_SUBVERSION
997 WX_CHARTYPE
998 WX_DEBUGTYPE
999 WXCONFIG_CPPFLAGS
1000 WXCONFIG_CFLAGS
1001 WXCONFIG_CXXFLAGS
1002 WXCONFIG_LIBS
1003 WXCONFIG_RPATH
1004 WXCONFIG_LDFLAGS_GUI
1005 WXCONFIG_RESFLAGS
1006 EXE_LINKER
1007 GUIDIST
1008 DISTDIR
1009 SAMPLES_SUBDIRS
1010 LDFLAGS_GL
1011 OPENGL_LIBS
1012 DMALLOC_LIBS
1013 WX_VERSION_TAG
1014 RESCOMP
1015 RESFLAGS
1016 RESPROGRAMOBJ
1017 WX_RESOURCES_MACOSX_ASCII
1018 WX_RESOURCES_MACOSX_DATA
1019 LIBWXMACRES
1020 POSTLINK_COMMAND
1021 MACSETFILE
1022 GCC
1023 DLLTOOL
1024 CPPUNIT_CONFIG
1025 LIBOBJS
1026 LTLIBOBJS'
1027 ac_subst_files=''
1028       ac_precious_vars='build_alias
1029 host_alias
1030 target_alias
1031 CC
1032 CFLAGS
1033 LDFLAGS
1034 LIBS
1035 CPPFLAGS
1036 CPP
1037 CXX
1038 CXXFLAGS
1039 CCC
1040 PKG_CONFIG
1041 DIRECTFB_CFLAGS
1042 DIRECTFB_LIBS
1043 XMKMF
1044 PANGOX_CFLAGS
1045 PANGOX_LIBS
1046 PANGOFT2_CFLAGS
1047 PANGOFT2_LIBS
1048 PANGOXFT_CFLAGS
1049 PANGOXFT_LIBS
1050 GTKPRINT_CFLAGS
1051 GTKPRINT_LIBS
1052 LIBGNOMEPRINTUI_CFLAGS
1053 LIBGNOMEPRINTUI_LIBS
1054 GNOMEVFS_CFLAGS
1055 GNOMEVFS_LIBS
1056 HILDON_CFLAGS
1057 HILDON_LIBS
1058 CAIRO_CFLAGS
1059 CAIRO_LIBS
1060 GST_CFLAGS
1061 GST_LIBS'
1062 ac_subdirs_all='src/tiff
1063 src/expat'
1064
1065 # Initialize some variables set by options.
1066 ac_init_help=
1067 ac_init_version=false
1068 # The variables have the same names as the options, with
1069 # dashes changed to underlines.
1070 cache_file=/dev/null
1071 exec_prefix=NONE
1072 no_create=
1073 no_recursion=
1074 prefix=NONE
1075 program_prefix=NONE
1076 program_suffix=NONE
1077 program_transform_name=s,x,x,
1078 silent=
1079 site=
1080 srcdir=
1081 verbose=
1082 x_includes=NONE
1083 x_libraries=NONE
1084
1085 # Installation directory options.
1086 # These are left unexpanded so users can "make install exec_prefix=/foo"
1087 # and all the variables that are supposed to be based on exec_prefix
1088 # by default will actually change.
1089 # Use braces instead of parens because sh, perl, etc. also accept them.
1090 # (The list follows the same order as the GNU Coding Standards.)
1091 bindir='${exec_prefix}/bin'
1092 sbindir='${exec_prefix}/sbin'
1093 libexecdir='${exec_prefix}/libexec'
1094 datarootdir='${prefix}/share'
1095 datadir='${datarootdir}'
1096 sysconfdir='${prefix}/etc'
1097 sharedstatedir='${prefix}/com'
1098 localstatedir='${prefix}/var'
1099 includedir='${prefix}/include'
1100 oldincludedir='/usr/include'
1101 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1102 infodir='${datarootdir}/info'
1103 htmldir='${docdir}'
1104 dvidir='${docdir}'
1105 pdfdir='${docdir}'
1106 psdir='${docdir}'
1107 libdir='${exec_prefix}/lib'
1108 localedir='${datarootdir}/locale'
1109 mandir='${datarootdir}/man'
1110
1111 ac_prev=
1112 ac_dashdash=
1113 for ac_option
1114 do
1115   # If the previous option needs an argument, assign it.
1116   if test -n "$ac_prev"; then
1117     eval $ac_prev=\$ac_option
1118     ac_prev=
1119     continue
1120   fi
1121
1122   case $ac_option in
1123   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1124   *)    ac_optarg=yes ;;
1125   esac
1126
1127   # Accept the important Cygnus configure options, so we can diagnose typos.
1128
1129   case $ac_dashdash$ac_option in
1130   --)
1131     ac_dashdash=yes ;;
1132
1133   -bindir | --bindir | --bindi | --bind | --bin | --bi)
1134     ac_prev=bindir ;;
1135   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1136     bindir=$ac_optarg ;;
1137
1138   -build | --build | --buil | --bui | --bu)
1139     ac_prev=build_alias ;;
1140   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1141     build_alias=$ac_optarg ;;
1142
1143   -cache-file | --cache-file | --cache-fil | --cache-fi \
1144   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1145     ac_prev=cache_file ;;
1146   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1147   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1148     cache_file=$ac_optarg ;;
1149
1150   --config-cache | -C)
1151     cache_file=config.cache ;;
1152
1153   -datadir | --datadir | --datadi | --datad)
1154     ac_prev=datadir ;;
1155   -datadir=* | --datadir=* | --datadi=* | --datad=*)
1156     datadir=$ac_optarg ;;
1157
1158   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1159   | --dataroo | --dataro | --datar)
1160     ac_prev=datarootdir ;;
1161   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1162   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1163     datarootdir=$ac_optarg ;;
1164
1165   -disable-* | --disable-*)
1166     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1167     # Reject names that are not valid shell variable names.
1168     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1169       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1170    { (exit 1); exit 1; }; }
1171     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1172     eval enable_$ac_feature=no ;;
1173
1174   -docdir | --docdir | --docdi | --doc | --do)
1175     ac_prev=docdir ;;
1176   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1177     docdir=$ac_optarg ;;
1178
1179   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1180     ac_prev=dvidir ;;
1181   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1182     dvidir=$ac_optarg ;;
1183
1184   -enable-* | --enable-*)
1185     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1186     # Reject names that are not valid shell variable names.
1187     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1188       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1189    { (exit 1); exit 1; }; }
1190     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1191     eval enable_$ac_feature=\$ac_optarg ;;
1192
1193   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1194   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1195   | --exec | --exe | --ex)
1196     ac_prev=exec_prefix ;;
1197   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1198   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1199   | --exec=* | --exe=* | --ex=*)
1200     exec_prefix=$ac_optarg ;;
1201
1202   -gas | --gas | --ga | --g)
1203     # Obsolete; use --with-gas.
1204     with_gas=yes ;;
1205
1206   -help | --help | --hel | --he | -h)
1207     ac_init_help=long ;;
1208   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1209     ac_init_help=recursive ;;
1210   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1211     ac_init_help=short ;;
1212
1213   -host | --host | --hos | --ho)
1214     ac_prev=host_alias ;;
1215   -host=* | --host=* | --hos=* | --ho=*)
1216     host_alias=$ac_optarg ;;
1217
1218   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1219     ac_prev=htmldir ;;
1220   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1221   | --ht=*)
1222     htmldir=$ac_optarg ;;
1223
1224   -includedir | --includedir | --includedi | --included | --include \
1225   | --includ | --inclu | --incl | --inc)
1226     ac_prev=includedir ;;
1227   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1228   | --includ=* | --inclu=* | --incl=* | --inc=*)
1229     includedir=$ac_optarg ;;
1230
1231   -infodir | --infodir | --infodi | --infod | --info | --inf)
1232     ac_prev=infodir ;;
1233   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1234     infodir=$ac_optarg ;;
1235
1236   -libdir | --libdir | --libdi | --libd)
1237     ac_prev=libdir ;;
1238   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1239     libdir=$ac_optarg ;;
1240
1241   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1242   | --libexe | --libex | --libe)
1243     ac_prev=libexecdir ;;
1244   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1245   | --libexe=* | --libex=* | --libe=*)
1246     libexecdir=$ac_optarg ;;
1247
1248   -localedir | --localedir | --localedi | --localed | --locale)
1249     ac_prev=localedir ;;
1250   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1251     localedir=$ac_optarg ;;
1252
1253   -localstatedir | --localstatedir | --localstatedi | --localstated \
1254   | --localstate | --localstat | --localsta | --localst | --locals)
1255     ac_prev=localstatedir ;;
1256   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1257   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1258     localstatedir=$ac_optarg ;;
1259
1260   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1261     ac_prev=mandir ;;
1262   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1263     mandir=$ac_optarg ;;
1264
1265   -nfp | --nfp | --nf)
1266     # Obsolete; use --without-fp.
1267     with_fp=no ;;
1268
1269   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1270   | --no-cr | --no-c | -n)
1271     no_create=yes ;;
1272
1273   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1274   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1275     no_recursion=yes ;;
1276
1277   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1278   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1279   | --oldin | --oldi | --old | --ol | --o)
1280     ac_prev=oldincludedir ;;
1281   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1282   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1283   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1284     oldincludedir=$ac_optarg ;;
1285
1286   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1287     ac_prev=prefix ;;
1288   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1289     prefix=$ac_optarg ;;
1290
1291   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1292   | --program-pre | --program-pr | --program-p)
1293     ac_prev=program_prefix ;;
1294   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1295   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1296     program_prefix=$ac_optarg ;;
1297
1298   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1299   | --program-suf | --program-su | --program-s)
1300     ac_prev=program_suffix ;;
1301   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1302   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1303     program_suffix=$ac_optarg ;;
1304
1305   -program-transform-name | --program-transform-name \
1306   | --program-transform-nam | --program-transform-na \
1307   | --program-transform-n | --program-transform- \
1308   | --program-transform | --program-transfor \
1309   | --program-transfo | --program-transf \
1310   | --program-trans | --program-tran \
1311   | --progr-tra | --program-tr | --program-t)
1312     ac_prev=program_transform_name ;;
1313   -program-transform-name=* | --program-transform-name=* \
1314   | --program-transform-nam=* | --program-transform-na=* \
1315   | --program-transform-n=* | --program-transform-=* \
1316   | --program-transform=* | --program-transfor=* \
1317   | --program-transfo=* | --program-transf=* \
1318   | --program-trans=* | --program-tran=* \
1319   | --progr-tra=* | --program-tr=* | --program-t=*)
1320     program_transform_name=$ac_optarg ;;
1321
1322   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1323     ac_prev=pdfdir ;;
1324   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1325     pdfdir=$ac_optarg ;;
1326
1327   -psdir | --psdir | --psdi | --psd | --ps)
1328     ac_prev=psdir ;;
1329   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1330     psdir=$ac_optarg ;;
1331
1332   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1333   | -silent | --silent | --silen | --sile | --sil)
1334     silent=yes ;;
1335
1336   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1337     ac_prev=sbindir ;;
1338   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1339   | --sbi=* | --sb=*)
1340     sbindir=$ac_optarg ;;
1341
1342   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1343   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1344   | --sharedst | --shareds | --shared | --share | --shar \
1345   | --sha | --sh)
1346     ac_prev=sharedstatedir ;;
1347   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1348   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1349   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1350   | --sha=* | --sh=*)
1351     sharedstatedir=$ac_optarg ;;
1352
1353   -site | --site | --sit)
1354     ac_prev=site ;;
1355   -site=* | --site=* | --sit=*)
1356     site=$ac_optarg ;;
1357
1358   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1359     ac_prev=srcdir ;;
1360   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1361     srcdir=$ac_optarg ;;
1362
1363   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1364   | --syscon | --sysco | --sysc | --sys | --sy)
1365     ac_prev=sysconfdir ;;
1366   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1367   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1368     sysconfdir=$ac_optarg ;;
1369
1370   -target | --target | --targe | --targ | --tar | --ta | --t)
1371     ac_prev=target_alias ;;
1372   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1373     target_alias=$ac_optarg ;;
1374
1375   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1376     verbose=yes ;;
1377
1378   -version | --version | --versio | --versi | --vers | -V)
1379     ac_init_version=: ;;
1380
1381   -with-* | --with-*)
1382     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1383     # Reject names that are not valid shell variable names.
1384     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1385       { echo "$as_me: error: invalid package name: $ac_package" >&2
1386    { (exit 1); exit 1; }; }
1387     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1388     eval with_$ac_package=\$ac_optarg ;;
1389
1390   -without-* | --without-*)
1391     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1392     # Reject names that are not valid shell variable names.
1393     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1394       { echo "$as_me: error: invalid package name: $ac_package" >&2
1395    { (exit 1); exit 1; }; }
1396     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1397     eval with_$ac_package=no ;;
1398
1399   --x)
1400     # Obsolete; use --with-x.
1401     with_x=yes ;;
1402
1403   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1404   | --x-incl | --x-inc | --x-in | --x-i)
1405     ac_prev=x_includes ;;
1406   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1407   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1408     x_includes=$ac_optarg ;;
1409
1410   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1411   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1412     ac_prev=x_libraries ;;
1413   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1414   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1415     x_libraries=$ac_optarg ;;
1416
1417   -*) { echo "$as_me: error: unrecognized option: $ac_option
1418 Try \`$0 --help' for more information." >&2
1419    { (exit 1); exit 1; }; }
1420     ;;
1421
1422   *=*)
1423     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1424     # Reject names that are not valid shell variable names.
1425     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1426       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1427    { (exit 1); exit 1; }; }
1428     eval $ac_envvar=\$ac_optarg
1429     export $ac_envvar ;;
1430
1431   *)
1432     # FIXME: should be removed in autoconf 3.0.
1433     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1434     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1435       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1436     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1437     ;;
1438
1439   esac
1440 done
1441
1442 if test -n "$ac_prev"; then
1443   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1444   { echo "$as_me: error: missing argument to $ac_option" >&2
1445    { (exit 1); exit 1; }; }
1446 fi
1447
1448 # Be sure to have absolute directory names.
1449 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1450                 datadir sysconfdir sharedstatedir localstatedir includedir \
1451                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1452                 libdir localedir mandir
1453 do
1454   eval ac_val=\$$ac_var
1455   case $ac_val in
1456     [\\/$]* | ?:[\\/]* )  continue;;
1457     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1458   esac
1459   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1460    { (exit 1); exit 1; }; }
1461 done
1462
1463 # There might be people who depend on the old broken behavior: `$host'
1464 # used to hold the argument of --host etc.
1465 # FIXME: To remove some day.
1466 build=$build_alias
1467 host=$host_alias
1468 target=$target_alias
1469
1470 # FIXME: To remove some day.
1471 if test "x$host_alias" != x; then
1472   if test "x$build_alias" = x; then
1473     cross_compiling=maybe
1474     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1475     If a cross compiler is detected then cross compile mode will be used." >&2
1476   elif test "x$build_alias" != "x$host_alias"; then
1477     cross_compiling=yes
1478   fi
1479 fi
1480
1481 ac_tool_prefix=
1482 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1483
1484 test "$silent" = yes && exec 6>/dev/null
1485
1486
1487 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1488 ac_ls_di=`ls -di .` &&
1489 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1490   { echo "$as_me: error: Working directory cannot be determined" >&2
1491    { (exit 1); exit 1; }; }
1492 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1493   { echo "$as_me: error: pwd does not report name of working directory" >&2
1494    { (exit 1); exit 1; }; }
1495
1496
1497 # Find the source files, if location was not specified.
1498 if test -z "$srcdir"; then
1499   ac_srcdir_defaulted=yes
1500   # Try the directory containing this script, then the parent directory.
1501   ac_confdir=`$as_dirname -- "$0" ||
1502 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1503          X"$0" : 'X\(//\)[^/]' \| \
1504          X"$0" : 'X\(//\)$' \| \
1505          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1506 echo X"$0" |
1507     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1508             s//\1/
1509             q
1510           }
1511           /^X\(\/\/\)[^/].*/{
1512             s//\1/
1513             q
1514           }
1515           /^X\(\/\/\)$/{
1516             s//\1/
1517             q
1518           }
1519           /^X\(\/\).*/{
1520             s//\1/
1521             q
1522           }
1523           s/.*/./; q'`
1524   srcdir=$ac_confdir
1525   if test ! -r "$srcdir/$ac_unique_file"; then
1526     srcdir=..
1527   fi
1528 else
1529   ac_srcdir_defaulted=no
1530 fi
1531 if test ! -r "$srcdir/$ac_unique_file"; then
1532   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1533   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1534    { (exit 1); exit 1; }; }
1535 fi
1536 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1537 ac_abs_confdir=`(
1538         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1539    { (exit 1); exit 1; }; }
1540         pwd)`
1541 # When building in place, set srcdir=.
1542 if test "$ac_abs_confdir" = "$ac_pwd"; then
1543   srcdir=.
1544 fi
1545 # Remove unnecessary trailing slashes from srcdir.
1546 # Double slashes in file names in object file debugging info
1547 # mess up M-x gdb in Emacs.
1548 case $srcdir in
1549 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1550 esac
1551 for ac_var in $ac_precious_vars; do
1552   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1553   eval ac_env_${ac_var}_value=\$${ac_var}
1554   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1555   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1556 done
1557
1558 #
1559 # Report the --help message.
1560 #
1561 if test "$ac_init_help" = "long"; then
1562   # Omit some internal or obsolete options to make the list less imposing.
1563   # This message is too long to be a string in the A/UX 3.1 sh.
1564   cat <<_ACEOF
1565 \`configure' configures wxWidgets 2.9.0 to adapt to many kinds of systems.
1566
1567 Usage: $0 [OPTION]... [VAR=VALUE]...
1568
1569 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1570 VAR=VALUE.  See below for descriptions of some of the useful variables.
1571
1572 Defaults for the options are specified in brackets.
1573
1574 Configuration:
1575   -h, --help              display this help and exit
1576       --help=short        display options specific to this package
1577       --help=recursive    display the short help of all the included packages
1578   -V, --version           display version information and exit
1579   -q, --quiet, --silent   do not print \`checking...' messages
1580       --cache-file=FILE   cache test results in FILE [disabled]
1581   -C, --config-cache      alias for \`--cache-file=config.cache'
1582   -n, --no-create         do not create output files
1583       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1584
1585 Installation directories:
1586   --prefix=PREFIX         install architecture-independent files in PREFIX
1587                           [$ac_default_prefix]
1588   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1589                           [PREFIX]
1590
1591 By default, \`make install' will install all the files in
1592 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1593 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1594 for instance \`--prefix=\$HOME'.
1595
1596 For better control, use the options below.
1597
1598 Fine tuning of the installation directories:
1599   --bindir=DIR           user executables [EPREFIX/bin]
1600   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1601   --libexecdir=DIR       program executables [EPREFIX/libexec]
1602   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1603   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1604   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1605   --libdir=DIR           object code libraries [EPREFIX/lib]
1606   --includedir=DIR       C header files [PREFIX/include]
1607   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1608   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1609   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1610   --infodir=DIR          info documentation [DATAROOTDIR/info]
1611   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1612   --mandir=DIR           man documentation [DATAROOTDIR/man]
1613   --docdir=DIR           documentation root [DATAROOTDIR/doc/wxwidgets]
1614   --htmldir=DIR          html documentation [DOCDIR]
1615   --dvidir=DIR           dvi documentation [DOCDIR]
1616   --pdfdir=DIR           pdf documentation [DOCDIR]
1617   --psdir=DIR            ps documentation [DOCDIR]
1618 _ACEOF
1619
1620   cat <<\_ACEOF
1621
1622 X features:
1623   --x-includes=DIR    X include files are in DIR
1624   --x-libraries=DIR   X library files are in DIR
1625
1626 System types:
1627   --build=BUILD     configure for building on BUILD [guessed]
1628   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1629   --target=TARGET   configure for building compilers for TARGET [HOST]
1630 _ACEOF
1631 fi
1632
1633 if test -n "$ac_init_help"; then
1634   case $ac_init_help in
1635      short | recursive ) echo "Configuration of wxWidgets 2.9.0:";;
1636    esac
1637   cat <<\_ACEOF
1638
1639 Optional Features:
1640   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1641   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1642   --disable-gui           don't build GUI parts of the library
1643   --enable-monolithic     build wxWidgets as single library
1644   --enable-plugins        build parts of wxWidgets as loadable components
1645   --enable-official_build official build of wxWidgets (win32 DLL only)
1646   --enable-vendor=VENDOR  vendor name (win32 DLL only)
1647   --disable-all-features  disable all optional features to build minimal library
1648   --enable-universal      use wxWidgets GUI controls instead of native ones
1649   --enable-nanox          use NanoX
1650   --disable-gtk2          use GTK+ 1.2 instead of 2.0
1651   --enable-gpe            use GNOME PDA Environment features if possible
1652   --disable-shared        create static library instead of shared
1653   --disable-optimise      create optimised code
1654   --enable-debug          same as debug_flag and debug_info
1655   --enable-stl            use STL for containers
1656   --enable-std_iostreams  use standard C++ stream classes
1657   --enable-std_string     use standard C++ string classes
1658   --disable-unicode       compile without Unicode support
1659   --enable-mslu           use MS Layer for Unicode on Windows 9x (Win32 only)
1660   --enable-utf8           use UTF-8 representation for strings (Unix only)
1661   --enable-utf8only      only support UTF-8 locales in UTF-8 build (Unix only)
1662   --enable-extended_rtti  use extended RTTI (XTI)
1663   --enable-omf            use OMF object format
1664   --enable-debug_flag     set __WXDEBUG__ flag (recommended for developers!)
1665   --enable-debug_info     create code with debugging information
1666   --enable-debug_gdb      create code with extra GDB debugging information
1667   --enable-debug_cntxt    use wxDebugContext
1668   --enable-mem_tracing    create code with memory tracing
1669   --enable-profile        create code with profiling information
1670   --enable-no_rtti        create code without RTTI information
1671   --enable-no_exceptions  create code without C++ exceptions handling
1672   --enable-permissive     compile code disregarding strict ANSI
1673   --enable-no_deps        create code without dependency information
1674   --disable-vararg_macros don't use vararg macros, even if they are supported
1675   --enable-universal_binary  create Mac PowerPC and Intel Universal binary
1676   --enable-compat26       enable wxWidgets 2.6 compatibility
1677   --disable-compat28      disable wxWidgets 2.8 compatibility
1678   --disable-rpath         disable use of rpath for uninstalled builds
1679   --enable-objc_uniquifying enable Objective-C class name uniquifying
1680   --disable-visibility    disable use of ELF symbols visibility even if supported
1681   --enable-intl           use internationalization system
1682   --enable-config         use wxConfig (and derived) classes
1683   --enable-protocols      use wxProtocol and derived classes
1684   --enable-ftp            use wxFTP (requires wxProtocol
1685   --enable-http           use wxHTTP (requires wxProtocol
1686   --enable-fileproto      use wxFileProto class (requires wxProtocol
1687   --enable-sockets        use socket/network classes
1688   --enable-ole            use OLE classes (Win32 only)
1689   --enable-dataobj        use data object classes
1690   --enable-ipc            use interprocess communication (wxSocket etc.)
1691   --enable-baseevtloop    use event loop in console programs too
1692   --enable-epollloop      use wxEpollDispatcher class (Linux only)
1693   --enable-selectloop     use wxSelectDispatcher class
1694   --enable-apple_ieee     use the Apple IEEE codec
1695   --enable-arcstream      use wxArchive streams
1696   --enable-base64         use base64 encoding/decoding functions
1697   --enable-backtrace      use wxStackWalker class for getting backtraces
1698   --enable-catch_segvs    catch signals in wxApp::OnFatalException (Unix only)
1699   --enable-cmdline        use wxCmdLineParser class
1700   --enable-datetime       use wxDateTime class
1701   --enable-debugreport    use wxDebugReport class
1702   --enable-dialupman      use dialup network classes
1703   --enable-dynlib         use wxLibrary class for DLL loading
1704   --enable-dynamicloader  use (new) wxDynamicLibrary class
1705   --enable-exceptions     build exception-safe library
1706   --enable-ffile          use wxFFile class
1707   --enable-file           use wxFile class
1708   --enable-filesystem     use virtual file systems classes
1709   --enable-fontenum       use wxFontEnumerator class
1710   --enable-fontmap        use font encodings conversion classes
1711   --enable-fs_archive     use virtual archive filesystems
1712   --enable-fs_inet        use virtual HTTP/FTP filesystems
1713   --enable-fs_zip         now replaced by fs_archive
1714   --enable-geometry       use geometry class
1715   --enable-log            use logging system
1716   --enable-longlong       use wxLongLong class
1717   --enable-mimetype       use wxMimeTypesManager
1718   --enable-snglinst       use wxSingleInstanceChecker class
1719   --enable-stdpaths       use wxStandardPaths class
1720   --enable-stopwatch      use wxStopWatch class
1721   --enable-streams        use wxStream etc classes
1722   --enable-sysoptions     use wxSystemOptions
1723   --enable-tarstream      use wxTar streams
1724   --enable-textbuf        use wxTextBuffer class
1725   --enable-textfile       use wxTextFile class
1726   --enable-timer          use wxTimer class
1727   --enable-sound          use wxSound class
1728   --enable-mediactrl      use wxMediaCtrl class
1729   --enable-gstreamer8     force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
1730   --enable-printfposparam use wxVsnprintf() which supports positional parameters
1731   --enable-zipstream      use wxZip streams
1732   --enable-url            use wxURL class
1733   --enable-variant        use wxVariant class
1734   --enable-protocol       use wxProtocol class
1735   --enable-protocol-http  HTTP support in wxProtocol
1736   --enable-protocol-ftp   FTP support in wxProtocol
1737   --enable-protocol-file  FILE support in wxProtocol
1738   --enable-threads        use threads
1739   --enable-iniconf        use wxIniConfig (Win32 only)
1740   --enable-regkey         use wxRegKey class (Win32 only)
1741   --enable-docview        use document view architecture
1742   --enable-help           use help subsystem
1743   --enable-mshtmlhelp     use MS HTML Help (win32)
1744   --enable-html           use wxHTML sub-library
1745   --enable-htmlhelp       use wxHTML-based help
1746   --enable-xrc            use XRC resources sub-library
1747   --enable-aui            use AUI docking library
1748   --enable-stc            use wxStyledTextCtrl library
1749   --enable-constraints    use layout-constraints system
1750   --enable-printarch      use printing architecture
1751   --enable-mdi            use multiple document interface architecture
1752   --enable-mdidoc         use docview architecture with MDI
1753   --enable-loggui         use standard GUI logger
1754   --enable-logwin         use wxLogWindow
1755   --enable-logdialog      use wxLogDialog
1756   --enable-webkit         use wxWebKitCtrl (Mac)
1757   --enable-richtext       use wxRichTextCtrl
1758   --enable-graphics_ctx   use graphics context 2D drawing API
1759   --enable-postscript     use wxPostscriptDC device context (default for gtk+)
1760   --enable-svg            use wxSVGFileDC device context
1761   --enable-clipboard      use wxClipboard class
1762   --enable-dnd            use Drag'n'Drop classes
1763   --enable-metafile       use win32 metafiles
1764   --disable-controls      disable compilation of all standard controls
1765   --enable-accel          use accelerators
1766   --enable-animatectrl    use wxAnimationCtrl class
1767   --enable-button         use wxButton class
1768   --enable-bmpbutton      use wxBitmapButton class
1769   --enable-bmpcombobox    use wxBitmapComboBox class
1770   --enable-calendar       use wxCalendarCtrl class
1771   --enable-caret          use wxCaret class
1772   --enable-checkbox       use wxCheckBox class
1773   --enable-checklst       use wxCheckListBox (listbox with checkboxes) class
1774   --enable-choice         use wxChoice class
1775   --enable-choicebook     use wxChoicebook class
1776   --enable-collpane       use wxCollapsiblePane class
1777   --enable-colourpicker   use wxColourPickerCtrl class
1778   --enable-combobox       use wxComboBox class
1779   --enable-comboctrl      use wxComboCtrl class
1780   --enable-datepick       use wxDatePickerCtrl class
1781   --enable-dirpicker      use wxDirPickerCtrl class
1782   --enable-display        use wxDisplay class
1783   --enable-detect_sm      use code to detect X11 session manager
1784   --enable-editablebox    use wxEditableListBox class
1785   --enable-filepicker     use wxFilePickerCtrl class
1786   --enable-filectrl       use wxFileCtrl class
1787   --enable-fontpicker     use wxFontPickerCtrl class
1788   --enable-gauge          use wxGauge class
1789   --enable-grid           use wxGrid class
1790   --enable-dataviewctrl   use wxDataViewCtrl class
1791   --enable-hyperlink      use wxHyperlinkCtrl class
1792   --enable-imaglist       use wxImageList class
1793   --enable-listbook       use wxListbook class
1794   --enable-listbox        use wxListBox class
1795   --enable-listctrl       use wxListCtrl class
1796   --enable-notebook       use wxNotebook class
1797   --enable-odcombobox     use wxOwnerDrawnComboBox class
1798   --enable-radiobox       use wxRadioBox class
1799   --enable-radiobtn       use wxRadioButton class
1800   --enable-sash           use wxSashWindow class
1801   --enable-scrollbar      use wxScrollBar class and scrollable windows
1802   --enable-searchctrl     use wxSearchCtrl class
1803   --enable-slider         use wxSlider class
1804   --enable-spinbtn        use wxSpinButton class
1805   --enable-spinctrl       use wxSpinCtrl class
1806   --enable-splitter       use wxSplitterWindow class
1807   --enable-statbmp        use wxStaticBitmap class
1808   --enable-statbox        use wxStaticBox class
1809   --enable-statline       use wxStaticLine class
1810   --enable-stattext       use wxStaticText class
1811   --enable-statusbar      use wxStatusBar class
1812   --enable-tabdialog      use wxTabControl class
1813   --enable-taskbaricon    use wxTaskBarIcon class
1814   --enable-textctrl       use wxTextCtrl class
1815   --enable-togglebtn      use wxToggleButton class
1816   --enable-toolbar        use wxToolBar class
1817   --enable-tbarnative     use native wxToolBar class
1818   --enable-treebook       use wxTreebook class
1819   --enable-toolbook       use wxToolbook class
1820   --enable-treectrl       use wxTreeCtrl class
1821   --enable-tipwindow      use wxTipWindow class
1822   --enable-popupwin       use wxPopUpWindow class
1823   --enable-commondlg      use all common dialogs
1824   --enable-aboutdlg       use wxAboutBox
1825   --enable-choicedlg      use wxChoiceDialog
1826   --enable-coldlg         use wxColourDialog
1827   --enable-filedlg        use wxFileDialog
1828   --enable-finddlg        use wxFindReplaceDialog
1829   --enable-fontdlg        use wxFontDialog
1830   --enable-dirdlg         use wxDirDialog
1831   --enable-msgdlg         use wxMessageDialog
1832   --enable-numberdlg      use wxNumberEntryDialog
1833   --enable-splash         use wxSplashScreen
1834   --enable-textdlg        use wxTextDialog
1835   --enable-tipdlg         use startup tips
1836   --enable-progressdlg    use wxProgressDialog
1837   --enable-wizarddlg      use wxWizard
1838   --enable-menus          use wxMenu/wxMenuBar/wxMenuItem classes
1839   --enable-miniframe      use wxMiniFrame class
1840   --enable-tooltips       use wxToolTip class
1841   --enable-splines        use spline drawing code
1842   --enable-mousewheel     use mousewheel
1843   --enable-validators     use wxValidator and derived classes
1844   --enable-busyinfo       use wxBusyInfo
1845   --enable-joystick       use wxJoystick
1846   --enable-metafiles      use wxMetaFile (Win32 only)
1847   --enable-dragimage      use wxDragImage
1848   --enable-accessibility  enable accessibility support
1849   --enable-palette        use wxPalette class
1850   --enable-image          use wxImage class
1851   --enable-gif            use gif images (GIF file format)
1852   --enable-pcx            use pcx images (PCX file format)
1853   --enable-tga            use tga images (TGA file format)
1854   --enable-iff            use iff images (IFF file format)
1855   --enable-pnm            use pnm images (PNM file format)
1856   --enable-xpm            use xpm images (XPM file format)
1857   --enable-icocur         use Windows ICO and CUR formats
1858   --enable-dccache        cache temporary wxDC objects (Win32 only)
1859   --enable-ps-in-msw      use PS printing in wxMSW (Win32 only)
1860   --enable-ownerdrawn     use owner drawn controls (Win32 only)
1861   --enable-uxtheme        enable support for Windows XP themed look (Win32 only)
1862   --enable-wxdib          use wxDIB class (Win32 only)
1863   --disable-largefile     omit support for large files
1864   --disable-gtktest       do not try to compile and run a test GTK+ program
1865   --disable-gtktest       Do not try to compile and run a test GTK program
1866   --disable-sdltest       Do not try to compile and run a test SDL program
1867   --enable-omf            use OMF object format (OS/2)
1868   --disable-dependency-tracking
1869                           don't use dependency tracking even if the compiler
1870                           can
1871   --disable-precomp-headers
1872                           don't use precompiled headers even if compiler can
1873
1874 Optional Packages:
1875   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1876   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1877   --without-subdirs       don't generate makefiles for samples/demos/...
1878   --with-flavour=NAME     specify a name to identify this build
1879   --with-themes=all|list  use only the specified comma-separated list of wxUniversal themes
1880   --with-gtk[=VERSION]    use GTK+, VERSION can be 2 (default), 1 or "any"
1881   --with-motif            use Motif/Lesstif
1882   --with-mac              use Mac OS X
1883   --with-cocoa            use Cocoa
1884   --with-wine             use Wine
1885   --with-msw              use MS-Windows
1886   --with-pm               use OS/2 Presentation Manager
1887   --with-mgl              use SciTech MGL
1888   --with-directfb         use DirectFB
1889   --with-microwin         use MicroWindows
1890   --with-x11              use X11
1891   --with-libpng           use libpng (PNG image format)
1892   --with-libjpeg          use libjpeg (JPEG file format)
1893   --with-libtiff          use libtiff (TIFF file format)
1894   --with-libxpm           use libxpm (XPM file format)
1895   --with-libmspack        use libmspack (CHM help files loading)
1896   --without-gtkprint      don't use GTK printing support
1897   --without-gnomeprint    don't use GNOME printing libraries
1898   --with-gnomevfs         use GNOME VFS for associating MIME types
1899   --with-hildon           use Hildon framework for Nokia 770
1900   --with-opengl           use OpenGL (or Mesa)
1901   --with-dmalloc          use dmalloc library (http://dmalloc.com/)
1902   --with-sdl              use SDL for audio on Unix
1903   --with-regex            enable support for wxRegEx class
1904   --with-zlib             use zlib for LZW compression
1905   --with-odbc             use the IODBC and wxODBC classes
1906   --with-expat            enable XML support using expat parser
1907   --with-macosx-sdk=PATH  use an OS X SDK at PATH
1908   --with-macosx-version-min=VER   build binaries which require at least this OS X version
1909   --with-gtk-prefix=PFX   Prefix where GTK is installed (optional)
1910   --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1911   --with-x                use the X Window System
1912   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
1913   --with-sdl-prefix=PFX   Prefix where SDL is installed (optional)
1914   --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1915   --with-cppunit-prefix=PFX   Prefix where CppUnit is installed (optional)
1916   --with-cppunit-exec-prefix=PFX  Exec prefix where CppUnit is installed (optional)
1917
1918 Some influential environment variables:
1919   CC          C compiler command
1920   CFLAGS      C compiler flags
1921   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1922               nonstandard directory <lib dir>
1923   LIBS        libraries to pass to the linker, e.g. -l<library>
1924   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1925               you have headers in a nonstandard directory <include dir>
1926   CPP         C preprocessor
1927   CXX         C++ compiler command
1928   CXXFLAGS    C++ compiler flags
1929   PKG_CONFIG  path to pkg-config utility
1930   DIRECTFB_CFLAGS
1931               C compiler flags for DIRECTFB, overriding pkg-config
1932   DIRECTFB_LIBS
1933               linker flags for DIRECTFB, overriding pkg-config
1934   XMKMF       Path to xmkmf, Makefile generator for X Window System
1935   PANGOX_CFLAGS
1936               C compiler flags for PANGOX, overriding pkg-config
1937   PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
1938   PANGOFT2_CFLAGS
1939               C compiler flags for PANGOFT2, overriding pkg-config
1940   PANGOFT2_LIBS
1941               linker flags for PANGOFT2, overriding pkg-config
1942   PANGOXFT_CFLAGS
1943               C compiler flags for PANGOXFT, overriding pkg-config
1944   PANGOXFT_LIBS
1945               linker flags for PANGOXFT, overriding pkg-config
1946   GTKPRINT_CFLAGS
1947               C compiler flags for GTKPRINT, overriding pkg-config
1948   GTKPRINT_LIBS
1949               linker flags for GTKPRINT, overriding pkg-config
1950   LIBGNOMEPRINTUI_CFLAGS
1951               C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
1952   LIBGNOMEPRINTUI_LIBS
1953               linker flags for LIBGNOMEPRINTUI, overriding pkg-config
1954   GNOMEVFS_CFLAGS
1955               C compiler flags for GNOMEVFS, overriding pkg-config
1956   GNOMEVFS_LIBS
1957               linker flags for GNOMEVFS, overriding pkg-config
1958   HILDON_CFLAGS
1959               C compiler flags for HILDON, overriding pkg-config
1960   HILDON_LIBS linker flags for HILDON, overriding pkg-config
1961   CAIRO_CFLAGS
1962               C compiler flags for CAIRO, overriding pkg-config
1963   CAIRO_LIBS  linker flags for CAIRO, overriding pkg-config
1964   GST_CFLAGS  C compiler flags for GST, overriding pkg-config
1965   GST_LIBS    linker flags for GST, overriding pkg-config
1966
1967 Use these variables to override the choices made by `configure' or to help
1968 it to find libraries and programs with nonstandard names/locations.
1969
1970 Report bugs to <wx-dev@lists.wxwidgets.org>.
1971 _ACEOF
1972 ac_status=$?
1973 fi
1974
1975 if test "$ac_init_help" = "recursive"; then
1976   # If there are subdirs, report their specific --help.
1977   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1978     test -d "$ac_dir" || continue
1979     ac_builddir=.
1980
1981 case "$ac_dir" in
1982 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1983 *)
1984   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1985   # A ".." for each directory in $ac_dir_suffix.
1986   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1987   case $ac_top_builddir_sub in
1988   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1989   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1990   esac ;;
1991 esac
1992 ac_abs_top_builddir=$ac_pwd
1993 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1994 # for backward compatibility:
1995 ac_top_builddir=$ac_top_build_prefix
1996
1997 case $srcdir in
1998   .)  # We are building in place.
1999     ac_srcdir=.
2000     ac_top_srcdir=$ac_top_builddir_sub
2001     ac_abs_top_srcdir=$ac_pwd ;;
2002   [\\/]* | ?:[\\/]* )  # Absolute name.
2003     ac_srcdir=$srcdir$ac_dir_suffix;
2004     ac_top_srcdir=$srcdir
2005     ac_abs_top_srcdir=$srcdir ;;
2006   *) # Relative name.
2007     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2008     ac_top_srcdir=$ac_top_build_prefix$srcdir
2009     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2010 esac
2011 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2012
2013     cd "$ac_dir" || { ac_status=$?; continue; }
2014     # Check for guested configure.
2015     if test -f "$ac_srcdir/configure.gnu"; then
2016       echo &&
2017       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2018     elif test -f "$ac_srcdir/configure"; then
2019       echo &&
2020       $SHELL "$ac_srcdir/configure" --help=recursive
2021     else
2022       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2023     fi || ac_status=$?
2024     cd "$ac_pwd" || { ac_status=$?; break; }
2025   done
2026 fi
2027
2028 test -n "$ac_init_help" && exit $ac_status
2029 if $ac_init_version; then
2030   cat <<\_ACEOF
2031 wxWidgets configure 2.9.0
2032 generated by GNU Autoconf 2.61
2033
2034 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2035 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2036 This configure script is free software; the Free Software Foundation
2037 gives unlimited permission to copy, distribute and modify it.
2038 _ACEOF
2039   exit
2040 fi
2041 cat >config.log <<_ACEOF
2042 This file contains any messages produced by compilers while
2043 running configure, to aid debugging if configure makes a mistake.
2044
2045 It was created by wxWidgets $as_me 2.9.0, which was
2046 generated by GNU Autoconf 2.61.  Invocation command line was
2047
2048   $ $0 $@
2049
2050 _ACEOF
2051 exec 5>>config.log
2052 {
2053 cat <<_ASUNAME
2054 ## --------- ##
2055 ## Platform. ##
2056 ## --------- ##
2057
2058 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2059 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2060 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2061 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2062 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2063
2064 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2065 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2066
2067 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2068 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2069 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2070 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2071 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2072 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2073 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2074
2075 _ASUNAME
2076
2077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2078 for as_dir in $PATH
2079 do
2080   IFS=$as_save_IFS
2081   test -z "$as_dir" && as_dir=.
2082   echo "PATH: $as_dir"
2083 done
2084 IFS=$as_save_IFS
2085
2086 } >&5
2087
2088 cat >&5 <<_ACEOF
2089
2090
2091 ## ----------- ##
2092 ## Core tests. ##
2093 ## ----------- ##
2094
2095 _ACEOF
2096
2097
2098 # Keep a trace of the command line.
2099 # Strip out --no-create and --no-recursion so they do not pile up.
2100 # Strip out --silent because we don't want to record it for future runs.
2101 # Also quote any args containing shell meta-characters.
2102 # Make two passes to allow for proper duplicate-argument suppression.
2103 ac_configure_args=
2104 ac_configure_args0=
2105 ac_configure_args1=
2106 ac_must_keep_next=false
2107 for ac_pass in 1 2
2108 do
2109   for ac_arg
2110   do
2111     case $ac_arg in
2112     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2113     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2114     | -silent | --silent | --silen | --sile | --sil)
2115       continue ;;
2116     *\'*)
2117       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2118     esac
2119     case $ac_pass in
2120     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2121     2)
2122       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2123       if test $ac_must_keep_next = true; then
2124         ac_must_keep_next=false # Got value, back to normal.
2125       else
2126         case $ac_arg in
2127           *=* | --config-cache | -C | -disable-* | --disable-* \
2128           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2129           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2130           | -with-* | --with-* | -without-* | --without-* | --x)
2131             case "$ac_configure_args0 " in
2132               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2133             esac
2134             ;;
2135           -* ) ac_must_keep_next=true ;;
2136         esac
2137       fi
2138       ac_configure_args="$ac_configure_args '$ac_arg'"
2139       ;;
2140     esac
2141   done
2142 done
2143 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2144 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2145
2146 # When interrupted or exit'd, cleanup temporary files, and complete
2147 # config.log.  We remove comments because anyway the quotes in there
2148 # would cause problems or look ugly.
2149 # WARNING: Use '\'' to represent an apostrophe within the trap.
2150 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2151 trap 'exit_status=$?
2152   # Save into config.log some information that might help in debugging.
2153   {
2154     echo
2155
2156     cat <<\_ASBOX
2157 ## ---------------- ##
2158 ## Cache variables. ##
2159 ## ---------------- ##
2160 _ASBOX
2161     echo
2162     # The following way of writing the cache mishandles newlines in values,
2163 (
2164   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2165     eval ac_val=\$$ac_var
2166     case $ac_val in #(
2167     *${as_nl}*)
2168       case $ac_var in #(
2169       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2170 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2171       esac
2172       case $ac_var in #(
2173       _ | IFS | as_nl) ;; #(
2174       *) $as_unset $ac_var ;;
2175       esac ;;
2176     esac
2177   done
2178   (set) 2>&1 |
2179     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2180     *${as_nl}ac_space=\ *)
2181       sed -n \
2182         "s/'\''/'\''\\\\'\'''\''/g;
2183           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2184       ;; #(
2185     *)
2186       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2187       ;;
2188     esac |
2189     sort
2190 )
2191     echo
2192
2193     cat <<\_ASBOX
2194 ## ----------------- ##
2195 ## Output variables. ##
2196 ## ----------------- ##
2197 _ASBOX
2198     echo
2199     for ac_var in $ac_subst_vars
2200     do
2201       eval ac_val=\$$ac_var
2202       case $ac_val in
2203       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2204       esac
2205       echo "$ac_var='\''$ac_val'\''"
2206     done | sort
2207     echo
2208
2209     if test -n "$ac_subst_files"; then
2210       cat <<\_ASBOX
2211 ## ------------------- ##
2212 ## File substitutions. ##
2213 ## ------------------- ##
2214 _ASBOX
2215       echo
2216       for ac_var in $ac_subst_files
2217       do
2218         eval ac_val=\$$ac_var
2219         case $ac_val in
2220         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2221         esac
2222         echo "$ac_var='\''$ac_val'\''"
2223       done | sort
2224       echo
2225     fi
2226
2227     if test -s confdefs.h; then
2228       cat <<\_ASBOX
2229 ## ----------- ##
2230 ## confdefs.h. ##
2231 ## ----------- ##
2232 _ASBOX
2233       echo
2234       cat confdefs.h
2235       echo
2236     fi
2237     test "$ac_signal" != 0 &&
2238       echo "$as_me: caught signal $ac_signal"
2239     echo "$as_me: exit $exit_status"
2240   } >&5
2241   rm -f core *.core core.conftest.* &&
2242     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2243     exit $exit_status
2244 ' 0
2245 for ac_signal in 1 2 13 15; do
2246   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2247 done
2248 ac_signal=0
2249
2250 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2251 rm -f -r conftest* confdefs.h
2252
2253 # Predefined preprocessor variables.
2254
2255 cat >>confdefs.h <<_ACEOF
2256 #define PACKAGE_NAME "$PACKAGE_NAME"
2257 _ACEOF
2258
2259
2260 cat >>confdefs.h <<_ACEOF
2261 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2262 _ACEOF
2263
2264
2265 cat >>confdefs.h <<_ACEOF
2266 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2267 _ACEOF
2268
2269
2270 cat >>confdefs.h <<_ACEOF
2271 #define PACKAGE_STRING "$PACKAGE_STRING"
2272 _ACEOF
2273
2274
2275 cat >>confdefs.h <<_ACEOF
2276 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2277 _ACEOF
2278
2279
2280 # Let the site file select an alternate cache file if it wants to.
2281 # Prefer explicitly selected file to automatically selected ones.
2282 if test -n "$CONFIG_SITE"; then
2283   set x "$CONFIG_SITE"
2284 elif test "x$prefix" != xNONE; then
2285   set x "$prefix/share/config.site" "$prefix/etc/config.site"
2286 else
2287   set x "$ac_default_prefix/share/config.site" \
2288         "$ac_default_prefix/etc/config.site"
2289 fi
2290 shift
2291 for ac_site_file
2292 do
2293   if test -r "$ac_site_file"; then
2294     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2295 echo "$as_me: loading site script $ac_site_file" >&6;}
2296     sed 's/^/| /' "$ac_site_file" >&5
2297     . "$ac_site_file"
2298   fi
2299 done
2300
2301 if test -r "$cache_file"; then
2302   # Some versions of bash will fail to source /dev/null (special
2303   # files actually), so we avoid doing that.
2304   if test -f "$cache_file"; then
2305     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2306 echo "$as_me: loading cache $cache_file" >&6;}
2307     case $cache_file in
2308       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2309       *)                      . "./$cache_file";;
2310     esac
2311   fi
2312 else
2313   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2314 echo "$as_me: creating cache $cache_file" >&6;}
2315   >$cache_file
2316 fi
2317
2318 # Check that the precious variables saved in the cache have kept the same
2319 # value.
2320 ac_cache_corrupted=false
2321 for ac_var in $ac_precious_vars; do
2322   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2323   eval ac_new_set=\$ac_env_${ac_var}_set
2324   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2325   eval ac_new_val=\$ac_env_${ac_var}_value
2326   case $ac_old_set,$ac_new_set in
2327     set,)
2328       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2329 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2330       ac_cache_corrupted=: ;;
2331     ,set)
2332       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2333 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2334       ac_cache_corrupted=: ;;
2335     ,);;
2336     *)
2337       if test "x$ac_old_val" != "x$ac_new_val"; then
2338         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2339 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2340         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
2341 echo "$as_me:   former value:  $ac_old_val" >&2;}
2342         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
2343 echo "$as_me:   current value: $ac_new_val" >&2;}
2344         ac_cache_corrupted=:
2345       fi;;
2346   esac
2347   # Pass precious variables to config.status.
2348   if test "$ac_new_set" = set; then
2349     case $ac_new_val in
2350     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2351     *) ac_arg=$ac_var=$ac_new_val ;;
2352     esac
2353     case " $ac_configure_args " in
2354       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2355       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2356     esac
2357   fi
2358 done
2359 if $ac_cache_corrupted; then
2360   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2361 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2362   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2363 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2364    { (exit 1); exit 1; }; }
2365 fi
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391 ac_ext=c
2392 ac_cpp='$CPP $CPPFLAGS'
2393 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2394 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2395 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2396
2397
2398
2399
2400
2401 ac_aux_dir=
2402 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2403   if test -f "$ac_dir/install-sh"; then
2404     ac_aux_dir=$ac_dir
2405     ac_install_sh="$ac_aux_dir/install-sh -c"
2406     break
2407   elif test -f "$ac_dir/install.sh"; then
2408     ac_aux_dir=$ac_dir
2409     ac_install_sh="$ac_aux_dir/install.sh -c"
2410     break
2411   elif test -f "$ac_dir/shtool"; then
2412     ac_aux_dir=$ac_dir
2413     ac_install_sh="$ac_aux_dir/shtool install -c"
2414     break
2415   fi
2416 done
2417 if test -z "$ac_aux_dir"; then
2418   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2419 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2420    { (exit 1); exit 1; }; }
2421 fi
2422
2423 # These three variables are undocumented and unsupported,
2424 # and are intended to be withdrawn in a future Autoconf release.
2425 # They can cause serious problems if a builder's source tree is in a directory
2426 # whose full name contains unusual characters.
2427 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2428 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2429 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2430
2431
2432 # Make sure we can run config.sub.
2433 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2434   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2435 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2436    { (exit 1); exit 1; }; }
2437
2438 { echo "$as_me:$LINENO: checking build system type" >&5
2439 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2440 if test "${ac_cv_build+set}" = set; then
2441   echo $ECHO_N "(cached) $ECHO_C" >&6
2442 else
2443   ac_build_alias=$build_alias
2444 test "x$ac_build_alias" = x &&
2445   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2446 test "x$ac_build_alias" = x &&
2447   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2448 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2449    { (exit 1); exit 1; }; }
2450 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2451   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2452 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2453    { (exit 1); exit 1; }; }
2454
2455 fi
2456 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2457 echo "${ECHO_T}$ac_cv_build" >&6; }
2458 case $ac_cv_build in
2459 *-*-*) ;;
2460 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2461 echo "$as_me: error: invalid value of canonical build" >&2;}
2462    { (exit 1); exit 1; }; };;
2463 esac
2464 build=$ac_cv_build
2465 ac_save_IFS=$IFS; IFS='-'
2466 set x $ac_cv_build
2467 shift
2468 build_cpu=$1
2469 build_vendor=$2
2470 shift; shift
2471 # Remember, the first character of IFS is used to create $*,
2472 # except with old shells:
2473 build_os=$*
2474 IFS=$ac_save_IFS
2475 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2476
2477
2478 { echo "$as_me:$LINENO: checking host system type" >&5
2479 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2480 if test "${ac_cv_host+set}" = set; then
2481   echo $ECHO_N "(cached) $ECHO_C" >&6
2482 else
2483   if test "x$host_alias" = x; then
2484   ac_cv_host=$ac_cv_build
2485 else
2486   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2487     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2488 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2489    { (exit 1); exit 1; }; }
2490 fi
2491
2492 fi
2493 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2494 echo "${ECHO_T}$ac_cv_host" >&6; }
2495 case $ac_cv_host in
2496 *-*-*) ;;
2497 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2498 echo "$as_me: error: invalid value of canonical host" >&2;}
2499    { (exit 1); exit 1; }; };;
2500 esac
2501 host=$ac_cv_host
2502 ac_save_IFS=$IFS; IFS='-'
2503 set x $ac_cv_host
2504 shift
2505 host_cpu=$1
2506 host_vendor=$2
2507 shift; shift
2508 # Remember, the first character of IFS is used to create $*,
2509 # except with old shells:
2510 host_os=$*
2511 IFS=$ac_save_IFS
2512 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2513
2514
2515 { echo "$as_me:$LINENO: checking target system type" >&5
2516 echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
2517 if test "${ac_cv_target+set}" = set; then
2518   echo $ECHO_N "(cached) $ECHO_C" >&6
2519 else
2520   if test "x$target_alias" = x; then
2521   ac_cv_target=$ac_cv_host
2522 else
2523   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2524     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2525 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2526    { (exit 1); exit 1; }; }
2527 fi
2528
2529 fi
2530 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2531 echo "${ECHO_T}$ac_cv_target" >&6; }
2532 case $ac_cv_target in
2533 *-*-*) ;;
2534 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2535 echo "$as_me: error: invalid value of canonical target" >&2;}
2536    { (exit 1); exit 1; }; };;
2537 esac
2538 target=$ac_cv_target
2539 ac_save_IFS=$IFS; IFS='-'
2540 set x $ac_cv_target
2541 shift
2542 target_cpu=$1
2543 target_vendor=$2
2544 shift; shift
2545 # Remember, the first character of IFS is used to create $*,
2546 # except with old shells:
2547 target_os=$*
2548 IFS=$ac_save_IFS
2549 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2550
2551
2552 # The aliases save the names the user supplied, while $host etc.
2553 # will get canonicalized.
2554 test -n "$target_alias" &&
2555   test "$program_prefix$program_suffix$program_transform_name" = \
2556     NONENONEs,x,x, &&
2557   program_prefix=${target_alias}-
2558
2559
2560
2561 wx_major_version_number=2
2562 wx_minor_version_number=9
2563 wx_release_number=0
2564 wx_subrelease_number=0
2565
2566 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
2567 WX_VERSION=$WX_RELEASE.$wx_release_number
2568 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
2569
2570 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
2571
2572
2573 wx_top_builddir="`pwd`"
2574
2575
2576
2577
2578 USE_UNIX=1
2579 USE_OS2=0
2580 USE_WIN32=0
2581 USE_DOS=0
2582 USE_BEOS=0
2583 USE_MAC=0
2584
2585 USE_AIX=
2586 USE_BSD=                            USE_DARWIN=                         USE_FREEBSD=
2587 USE_GNU=                            USE_HPUX=
2588 USE_LINUX=
2589 USE_NETBSD=
2590 USE_OPENBSD=
2591 USE_OSF=                            USE_SGI=
2592 USE_SOLARIS=                        USE_SUN=                            USE_SUNOS=                          USE_SVR4=                           USE_SYSV=                           USE_VMS=
2593 USE_ULTRIX=
2594 USE_UNIXWARE=
2595
2596 USE_ALPHA=
2597
2598 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
2599
2600 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11 DFB"
2601
2602 DEFAULT_wxUSE_COCOA=0
2603 DEFAULT_wxUSE_GTK=0
2604 DEFAULT_wxUSE_MAC=0
2605 DEFAULT_wxUSE_MGL=0
2606 DEFAULT_wxUSE_MICROWIN=0
2607 DEFAULT_wxUSE_MOTIF=0
2608 DEFAULT_wxUSE_MSW=0
2609 DEFAULT_wxUSE_PM=0
2610 DEFAULT_wxUSE_X11=0
2611 DEFAULT_wxUSE_DFB=0
2612
2613 DEFAULT_DEFAULT_wxUSE_COCOA=0
2614 DEFAULT_DEFAULT_wxUSE_GTK=0
2615 DEFAULT_DEFAULT_wxUSE_MAC=0
2616 DEFAULT_DEFAULT_wxUSE_MGL=0
2617 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
2618 DEFAULT_DEFAULT_wxUSE_MOTIF=0
2619 DEFAULT_DEFAULT_wxUSE_MSW=0
2620 DEFAULT_DEFAULT_wxUSE_PM=0
2621 DEFAULT_DEFAULT_wxUSE_X11=0
2622 DEFAULT_DEFAULT_wxUSE_DFB=0
2623
2624 PROGRAM_EXT=
2625 SO_SUFFIX=so
2626 SAMPLES_RPATH_FLAG=
2627 SAMPLES_RPATH_POSTLINK=
2628
2629 DEFAULT_STD_FLAG=yes
2630
2631 case "${host}" in
2632   *-hp-hpux* )
2633     USE_HPUX=1
2634     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2635     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2636     SO_SUFFIX=sl
2637     cat >>confdefs.h <<\_ACEOF
2638 #define __HPUX__ 1
2639 _ACEOF
2640
2641
2642             CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
2643   ;;
2644   *-*-linux* )
2645     USE_LINUX=1
2646     cat >>confdefs.h <<\_ACEOF
2647 #define __LINUX__ 1
2648 _ACEOF
2649
2650     TMP=`uname -m`
2651     if test "x$TMP" = "xalpha"; then
2652       USE_ALPHA=1
2653       cat >>confdefs.h <<\_ACEOF
2654 #define __ALPHA__ 1
2655 _ACEOF
2656
2657     fi
2658     DEFAULT_DEFAULT_wxUSE_GTK=1
2659   ;;
2660   *-*-gnu* | *-*-k*bsd*-gnu )
2661     USE_GNU=1
2662     TMP=`uname -m`
2663     if test "x$TMP" = "xalpha"; then
2664       USE_ALPHA=1
2665       cat >>confdefs.h <<\_ACEOF
2666 #define __ALPHA__ 1
2667 _ACEOF
2668
2669     fi
2670     DEFAULT_DEFAULT_wxUSE_GTK=1
2671   ;;
2672   *-*-irix5* | *-*-irix6* )
2673     USE_SGI=1
2674     USE_SVR4=1
2675     cat >>confdefs.h <<\_ACEOF
2676 #define __SGI__ 1
2677 _ACEOF
2678
2679     cat >>confdefs.h <<\_ACEOF
2680 #define __SVR4__ 1
2681 _ACEOF
2682
2683     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2684   ;;
2685   *-*-solaris2* )
2686     USE_SUN=1
2687     USE_SOLARIS=1
2688     USE_SVR4=1
2689     cat >>confdefs.h <<\_ACEOF
2690 #define __SUN__ 1
2691 _ACEOF
2692
2693     cat >>confdefs.h <<\_ACEOF
2694 #define __SOLARIS__ 1
2695 _ACEOF
2696
2697     cat >>confdefs.h <<\_ACEOF
2698 #define __SVR4__ 1
2699 _ACEOF
2700
2701     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2702     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2703   ;;
2704   *-*-sunos4* )
2705     USE_SUN=1
2706     USE_SUNOS=1
2707     USE_BSD=1
2708     cat >>confdefs.h <<\_ACEOF
2709 #define __SUN__ 1
2710 _ACEOF
2711
2712     cat >>confdefs.h <<\_ACEOF
2713 #define __SUNOS__ 1
2714 _ACEOF
2715
2716     cat >>confdefs.h <<\_ACEOF
2717 #define __BSD__ 1
2718 _ACEOF
2719
2720     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2721   ;;
2722   *-*-freebsd*)
2723     USE_BSD=1
2724     USE_FREEBSD=1
2725     cat >>confdefs.h <<\_ACEOF
2726 #define __FREEBSD__ 1
2727 _ACEOF
2728
2729     cat >>confdefs.h <<\_ACEOF
2730 #define __BSD__ 1
2731 _ACEOF
2732
2733     DEFAULT_DEFAULT_wxUSE_GTK=1
2734   ;;
2735   *-*-openbsd*|*-*-mirbsd*)
2736     USE_BSD=1
2737     USE_OPENBSD=1
2738     cat >>confdefs.h <<\_ACEOF
2739 #define __OPENBSD__ 1
2740 _ACEOF
2741
2742     cat >>confdefs.h <<\_ACEOF
2743 #define __BSD__ 1
2744 _ACEOF
2745
2746     DEFAULT_DEFAULT_wxUSE_GTK=1
2747   ;;
2748   *-*-netbsd*)
2749     USE_BSD=1
2750     USE_NETBSD=1
2751     cat >>confdefs.h <<\_ACEOF
2752 #define __NETBSD__ 1
2753 _ACEOF
2754
2755     cat >>confdefs.h <<\_ACEOF
2756 #define __BSD__ 1
2757 _ACEOF
2758
2759     DEFAULT_DEFAULT_wxUSE_GTK=1
2760     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2761
2762             CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2763   ;;
2764   *-*-osf* )
2765     USE_ALPHA=1
2766     USE_OSF=1
2767     cat >>confdefs.h <<\_ACEOF
2768 #define __ALPHA__ 1
2769 _ACEOF
2770
2771     cat >>confdefs.h <<\_ACEOF
2772 #define __OSF__ 1
2773 _ACEOF
2774
2775     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2776     NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2777   ;;
2778   *-*-dgux5* )
2779     USE_ALPHA=1
2780     USE_SVR4=1
2781     cat >>confdefs.h <<\_ACEOF
2782 #define __ALPHA__ 1
2783 _ACEOF
2784
2785     cat >>confdefs.h <<\_ACEOF
2786 #define __SVR4__ 1
2787 _ACEOF
2788
2789     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2790   ;;
2791   *-*-sysv5* )
2792     USE_SYSV=1
2793     USE_SVR4=1
2794     cat >>confdefs.h <<\_ACEOF
2795 #define __SYSV__ 1
2796 _ACEOF
2797
2798     cat >>confdefs.h <<\_ACEOF
2799 #define __SVR4__ 1
2800 _ACEOF
2801
2802     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2803   ;;
2804   *-*-aix* )
2805     USE_AIX=1
2806     USE_SYSV=1
2807     USE_SVR4=1
2808                         SO_SUFFIX=a
2809     cat >>confdefs.h <<\_ACEOF
2810 #define __AIX__ 1
2811 _ACEOF
2812
2813     cat >>confdefs.h <<\_ACEOF
2814 #define __SYSV__ 1
2815 _ACEOF
2816
2817     cat >>confdefs.h <<\_ACEOF
2818 #define __SVR4__ 1
2819 _ACEOF
2820
2821     DEFAULT_DEFAULT_wxUSE_MOTIF=1
2822   ;;
2823
2824   *-*-*UnixWare*)
2825     USE_SYSV=1
2826     USE_SVR4=1
2827     USE_UNIXWARE=1
2828     cat >>confdefs.h <<\_ACEOF
2829 #define __UNIXWARE__ 1
2830 _ACEOF
2831
2832   ;;
2833
2834   *-*-cygwin* | *-*-mingw32* )
2835                 SO_SUFFIX=dll
2836     PROGRAM_EXT=".exe"
2837     DEFAULT_DEFAULT_wxUSE_MSW=1
2838   ;;
2839
2840   *-pc-msdosdjgpp )
2841     USE_UNIX=0
2842     USE_DOS=1
2843     cat >>confdefs.h <<\_ACEOF
2844 #define __DOS__ 1
2845 _ACEOF
2846
2847     PROGRAM_EXT=".exe"
2848     DEFAULT_DEFAULT_wxUSE_MGL=1
2849   ;;
2850
2851   *-pc-os2_emx | *-pc-os2-emx )
2852     cat >>confdefs.h <<\_ACEOF
2853 #define __EMX__ 1
2854 _ACEOF
2855
2856     USE_OS2=1
2857     cat >>confdefs.h <<\_ACEOF
2858 #define __OS2__ 1
2859 _ACEOF
2860
2861     PROGRAM_EXT=".exe"
2862     DEFAULT_DEFAULT_wxUSE_PM=1
2863         CXX=gcc
2864     LDFLAGS="$LDFLAGS -Zcrtdll"
2865                         ac_executable_extensions=".exe"
2866     export ac_executable_extensions
2867             ac_save_IFS="$IFS"
2868     IFS='\\'
2869     ac_TEMP_PATH=
2870     for ac_dir in $PATH; do
2871       IFS=$ac_save_IFS
2872       if test -z "$ac_TEMP_PATH"; then
2873         ac_TEMP_PATH="$ac_dir"
2874       else
2875         ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
2876       fi
2877     done
2878     export PATH="$ac_TEMP_PATH"
2879     unset ac_TEMP_PATH
2880     DEFAULT_STD_FLAG=no
2881   ;;
2882
2883   *-*-darwin* )
2884         USE_BSD=1
2885     USE_DARWIN=1
2886     SO_SUFFIX=dylib
2887     cat >>confdefs.h <<\_ACEOF
2888 #define __BSD__ 1
2889 _ACEOF
2890
2891     cat >>confdefs.h <<\_ACEOF
2892 #define __DARWIN__ 1
2893 _ACEOF
2894
2895     cat >>confdefs.h <<\_ACEOF
2896 #define TARGET_CARBON 1
2897 _ACEOF
2898
2899     DEFAULT_DEFAULT_wxUSE_MAC=1
2900     DEFAULT_STD_FLAG=no
2901   ;;
2902   powerpc-apple-macos* )
2903         USE_UNIX=0
2904             ac_cv_c_bigendian=yes
2905     SO_SUFFIX=shlib
2906             DEFAULT_DEFAULT_wxUSE_MAC=1
2907     DEFAULT_STD_FLAG=no
2908   ;;
2909
2910   *-*-beos* )
2911         USE_BEOS=1
2912     cat >>confdefs.h <<\_ACEOF
2913 #define __BEOS__ 1
2914 _ACEOF
2915
2916   ;;
2917
2918   *)
2919     { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2920 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2921     { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2922 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2923
2924     DEFAULT_DEFAULT_wxUSE_X11=1
2925     DEFAULT_wxUSE_SHARED=no
2926 esac
2927
2928
2929
2930
2931           wx_arg_cache_file="configarg.cache"
2932           echo "loading argument cache $wx_arg_cache_file"
2933           rm -f ${wx_arg_cache_file}.tmp
2934           touch ${wx_arg_cache_file}.tmp
2935           touch ${wx_arg_cache_file}
2936
2937
2938 DEFAULT_wxUSE_ALL_FEATURES=yes
2939
2940 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2941 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2942
2943 DEFAULT_wxUSE_DMALLOC=no
2944 DEFAULT_wxUSE_LIBGNOMEVFS=no
2945 DEFAULT_wxUSE_LIBHILDON=no
2946 DEFAULT_wxUSE_LIBMSPACK=no
2947 DEFAULT_wxUSE_LIBSDL=no
2948 DEFAULT_wxUSE_ODBC=no
2949 DEFAULT_wxUSE_OPENGL=no
2950
2951 DEFAULT_wxUSE_ACCESSIBILITY=no
2952 DEFAULT_wxUSE_DATAVIEWCTRL=no
2953 DEFAULT_wxUSE_GRAPHICS_CONTEXT=no
2954 DEFAULT_wxUSE_MEDIACTRL=no
2955 DEFAULT_wxUSE_TAB_DIALOG=no
2956
2957 DEFAULT_wxUSE_UNICODE_UTF8=auto
2958 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
2959
2960 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
2961
2962 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2963
2964 DEFAULT_wxUSE_GTK2=yes
2965
2966 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
2967
2968
2969 for toolkit in `echo $ALL_TOOLKITS`; do
2970   LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2971   if test "x$LINE" != "x" ; then
2972     has_toolkit_in_cache=1
2973     eval "DEFAULT_$LINE"
2974     eval "CACHE_$toolkit=1"
2975
2976     LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2977     if test "x$LINE" != "x" ; then
2978         eval "DEFAULT_$LINE"
2979     fi
2980   fi
2981 done
2982
2983
2984
2985
2986
2987           enablestring=disable
2988           defaultval=
2989           if test -z "$defaultval"; then
2990               if test x"$enablestring" = xdisable; then
2991                   defaultval=yes
2992               else
2993                   defaultval=no
2994               fi
2995           fi
2996
2997           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2998 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6; }
2999           # Check whether --enable-gui was given.
3000 if test "${enable_gui+set}" = set; then
3001   enableval=$enable_gui;
3002                           if test "$enableval" = yes; then
3003                             wx_cv_use_gui='wxUSE_GUI=yes'
3004                           else
3005                             wx_cv_use_gui='wxUSE_GUI=no'
3006                           fi
3007                           cache=yes
3008
3009 else
3010
3011                           LINE=`grep "^wxUSE_GUI=" ${wx_arg_cache_file}`
3012                           if test "x$LINE" != x ; then
3013                               eval "DEFAULT_$LINE"
3014                               cache=yes
3015                           else
3016                               cache=no
3017                           fi
3018
3019                           wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
3020
3021 fi
3022
3023
3024           eval "$wx_cv_use_gui"
3025           if test "x$cache" = xyes; then
3026             echo "wxUSE_GUI=$wxUSE_GUI" >> ${wx_arg_cache_file}.tmp
3027           fi
3028
3029           if test x"$enablestring" = xdisable; then
3030             if test $wxUSE_GUI = yes; then
3031               result=no
3032             else
3033               result=yes
3034             fi
3035           else
3036             result=$wxUSE_GUI
3037           fi
3038
3039           { echo "$as_me:$LINENO: result: $result" >&5
3040 echo "${ECHO_T}$result" >&6; }
3041
3042
3043           enablestring=
3044           defaultval=
3045           if test -z "$defaultval"; then
3046               if test x"$enablestring" = xdisable; then
3047                   defaultval=yes
3048               else
3049                   defaultval=no
3050               fi
3051           fi
3052
3053           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
3054 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6; }
3055           # Check whether --enable-monolithic was given.
3056 if test "${enable_monolithic+set}" = set; then
3057   enableval=$enable_monolithic;
3058                           if test "$enableval" = yes; then
3059                             wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
3060                           else
3061                             wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
3062                           fi
3063                           cache=yes
3064
3065 else
3066
3067                           LINE=`grep "^wxUSE_MONOLITHIC=" ${wx_arg_cache_file}`
3068                           if test "x$LINE" != x ; then
3069                               eval "DEFAULT_$LINE"
3070                               cache=yes
3071                           else
3072                               cache=no
3073                           fi
3074
3075                           wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
3076
3077 fi
3078
3079
3080           eval "$wx_cv_use_monolithic"
3081           if test "x$cache" = xyes; then
3082             echo "wxUSE_MONOLITHIC=$wxUSE_MONOLITHIC" >> ${wx_arg_cache_file}.tmp
3083           fi
3084
3085           if test x"$enablestring" = xdisable; then
3086             if test $wxUSE_MONOLITHIC = yes; then
3087               result=no
3088             else
3089               result=yes
3090             fi
3091           else
3092             result=$wxUSE_MONOLITHIC
3093           fi
3094
3095           { echo "$as_me:$LINENO: result: $result" >&5
3096 echo "${ECHO_T}$result" >&6; }
3097
3098
3099           enablestring=
3100           defaultval=
3101           if test -z "$defaultval"; then
3102               if test x"$enablestring" = xdisable; then
3103                   defaultval=yes
3104               else
3105                   defaultval=no
3106               fi
3107           fi
3108
3109           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
3110 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6; }
3111           # Check whether --enable-plugins was given.
3112 if test "${enable_plugins+set}" = set; then
3113   enableval=$enable_plugins;
3114                           if test "$enableval" = yes; then
3115                             wx_cv_use_plugins='wxUSE_PLUGINS=yes'
3116                           else
3117                             wx_cv_use_plugins='wxUSE_PLUGINS=no'
3118                           fi
3119                           cache=yes
3120
3121 else
3122
3123                           LINE=`grep "^wxUSE_PLUGINS=" ${wx_arg_cache_file}`
3124                           if test "x$LINE" != x ; then
3125                               eval "DEFAULT_$LINE"
3126                               cache=yes
3127                           else
3128                               cache=no
3129                           fi
3130
3131                           wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
3132
3133 fi
3134
3135
3136           eval "$wx_cv_use_plugins"
3137           if test "x$cache" = xyes; then
3138             echo "wxUSE_PLUGINS=$wxUSE_PLUGINS" >> ${wx_arg_cache_file}.tmp
3139           fi
3140
3141           if test x"$enablestring" = xdisable; then
3142             if test $wxUSE_PLUGINS = yes; then
3143               result=no
3144             else
3145               result=yes
3146             fi
3147           else
3148             result=$wxUSE_PLUGINS
3149           fi
3150
3151           { echo "$as_me:$LINENO: result: $result" >&5
3152 echo "${ECHO_T}$result" >&6; }
3153
3154
3155           withstring=without
3156           defaultval=$wxUSE_ALL_FEATURES
3157           if test -z "$defaultval"; then
3158               if test x"$withstring" = xwithout; then
3159                   defaultval=yes
3160               else
3161                   defaultval=no
3162               fi
3163           fi
3164           { echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
3165 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6; }
3166
3167 # Check whether --with-subdirs was given.
3168 if test "${with_subdirs+set}" = set; then
3169   withval=$with_subdirs;
3170                         if test "$withval" = yes; then
3171                           wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
3172                         else
3173                           wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
3174                         fi
3175                         cache=yes
3176
3177 else
3178
3179                         LINE=`grep "^wxWITH_SUBDIRS=" ${wx_arg_cache_file}`
3180                         if test "x$LINE" != x ; then
3181                             eval "DEFAULT_$LINE"
3182                             cache=yes
3183                         else
3184                             cache=no
3185                         fi
3186
3187                         wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
3188
3189 fi
3190
3191
3192           eval "$wx_cv_use_subdirs"
3193           if test "x$cache" = xyes; then
3194             echo "wxWITH_SUBDIRS=$wxWITH_SUBDIRS" >> ${wx_arg_cache_file}.tmp
3195           fi
3196
3197           if test x"$withstring" = xwithout; then
3198             if test $wxWITH_SUBDIRS = yes; then
3199               result=no
3200             else
3201               result=yes
3202             fi
3203           else
3204             result=$wxWITH_SUBDIRS
3205           fi
3206
3207           { echo "$as_me:$LINENO: result: $result" >&5
3208 echo "${ECHO_T}$result" >&6; }
3209
3210
3211 # Check whether --with-flavour was given.
3212 if test "${with_flavour+set}" = set; then
3213   withval=$with_flavour; WX_FLAVOUR="$withval"
3214 fi
3215
3216
3217           enablestring=
3218           defaultval=
3219           if test -z "$defaultval"; then
3220               if test x"$enablestring" = xdisable; then
3221                   defaultval=yes
3222               else
3223                   defaultval=no
3224               fi
3225           fi
3226
3227           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
3228 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6; }
3229           # Check whether --enable-official_build was given.
3230 if test "${enable_official_build+set}" = set; then
3231   enableval=$enable_official_build;
3232                           if test "$enableval" = yes; then
3233                             wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
3234                           else
3235                             wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
3236                           fi
3237                           cache=yes
3238
3239 else
3240
3241                           LINE=`grep "^wxUSE_OFFICIAL_BUILD=" ${wx_arg_cache_file}`
3242                           if test "x$LINE" != x ; then
3243                               eval "DEFAULT_$LINE"
3244                               cache=yes
3245                           else
3246                               cache=no
3247                           fi
3248
3249                           wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
3250
3251 fi
3252
3253
3254           eval "$wx_cv_use_official_build"
3255           if test "x$cache" = xyes; then
3256             echo "wxUSE_OFFICIAL_BUILD=$wxUSE_OFFICIAL_BUILD" >> ${wx_arg_cache_file}.tmp
3257           fi
3258
3259           if test x"$enablestring" = xdisable; then
3260             if test $wxUSE_OFFICIAL_BUILD = yes; then
3261               result=no
3262             else
3263               result=yes
3264             fi
3265           else
3266             result=$wxUSE_OFFICIAL_BUILD
3267           fi
3268
3269           { echo "$as_me:$LINENO: result: $result" >&5
3270 echo "${ECHO_T}$result" >&6; }
3271
3272 # Check whether --enable-vendor was given.
3273 if test "${enable_vendor+set}" = set; then
3274   enableval=$enable_vendor; VENDOR="$enableval"
3275 fi
3276
3277 if test "x$VENDOR" = "x"; then
3278     VENDOR="custom"
3279 fi
3280
3281
3282           enablestring=disable
3283           defaultval=
3284           if test -z "$defaultval"; then
3285               if test x"$enablestring" = xdisable; then
3286                   defaultval=yes
3287               else
3288                   defaultval=no
3289               fi
3290           fi
3291
3292           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
3293 echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6; }
3294           # Check whether --enable-all-features was given.
3295 if test "${enable_all_features+set}" = set; then
3296   enableval=$enable_all_features;
3297                           if test "$enableval" = yes; then
3298                             wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
3299                           else
3300                             wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
3301                           fi
3302                           cache=yes
3303
3304 else
3305
3306                           LINE=`grep "^wxUSE_ALL_FEATURES=" ${wx_arg_cache_file}`
3307                           if test "x$LINE" != x ; then
3308                               eval "DEFAULT_$LINE"
3309                               cache=yes
3310                           else
3311                               cache=no
3312                           fi
3313
3314                           wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
3315
3316 fi
3317
3318
3319           eval "$wx_cv_use_all_features"
3320           if test "x$cache" = xyes; then
3321             echo "wxUSE_ALL_FEATURES=$wxUSE_ALL_FEATURES" >> ${wx_arg_cache_file}.tmp
3322           fi
3323
3324           if test x"$enablestring" = xdisable; then
3325             if test $wxUSE_ALL_FEATURES = yes; then
3326               result=no
3327             else
3328               result=yes
3329             fi
3330           else
3331             result=$wxUSE_ALL_FEATURES
3332           fi
3333
3334           { echo "$as_me:$LINENO: result: $result" >&5
3335 echo "${ECHO_T}$result" >&6; }
3336
3337
3338
3339 if test "$wxUSE_GUI" = "yes"; then
3340
3341
3342           enablestring=
3343           defaultval=
3344           if test -z "$defaultval"; then
3345               if test x"$enablestring" = xdisable; then
3346                   defaultval=yes
3347               else
3348                   defaultval=no
3349               fi
3350           fi
3351
3352           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
3353 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6; }
3354           # Check whether --enable-universal was given.
3355 if test "${enable_universal+set}" = set; then
3356   enableval=$enable_universal;
3357                           if test "$enableval" = yes; then
3358                             wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
3359                           else
3360                             wx_cv_use_universal='wxUSE_UNIVERSAL=no'
3361                           fi
3362                           cache=yes
3363
3364 else
3365
3366                           LINE=`grep "^wxUSE_UNIVERSAL=" ${wx_arg_cache_file}`
3367                           if test "x$LINE" != x ; then
3368                               eval "DEFAULT_$LINE"
3369                               cache=yes
3370                           else
3371                               cache=no
3372                           fi
3373
3374                           wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
3375
3376 fi
3377
3378
3379           eval "$wx_cv_use_universal"
3380           if test "x$cache" = xyes; then
3381             echo "wxUSE_UNIVERSAL=$wxUSE_UNIVERSAL" >> ${wx_arg_cache_file}.tmp
3382           fi
3383
3384           if test x"$enablestring" = xdisable; then
3385             if test $wxUSE_UNIVERSAL = yes; then
3386               result=no
3387             else
3388               result=yes
3389             fi
3390           else
3391             result=$wxUSE_UNIVERSAL
3392           fi
3393
3394           { echo "$as_me:$LINENO: result: $result" >&5
3395 echo "${ECHO_T}$result" >&6; }
3396
3397 if test "$wxUSE_UNIVERSAL" = "yes"; then
3398
3399 # Check whether --with-themes was given.
3400 if test "${with_themes+set}" = set; then
3401   withval=$with_themes; wxUNIV_THEMES="$withval"
3402 fi
3403
3404 fi
3405
3406
3407 # Check whether --with-gtk was given.
3408 if test "${with_gtk+set}" = set; then
3409   withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
3410 fi
3411
3412
3413 # Check whether --with-motif was given.
3414 if test "${with_motif+set}" = set; then
3415   withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
3416 fi
3417
3418
3419 # Check whether --with-mac was given.
3420 if test "${with_mac+set}" = set; then
3421   withval=$with_mac; wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
3422 fi
3423
3424
3425 # Check whether --with-cocoa was given.
3426 if test "${with_cocoa+set}" = set; then
3427   withval=$with_cocoa; wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
3428 fi
3429
3430
3431 # Check whether --with-wine was given.
3432 if test "${with_wine+set}" = set; then
3433   withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
3434 fi
3435
3436
3437 # Check whether --with-msw was given.
3438 if test "${with_msw+set}" = set; then
3439   withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
3440 fi
3441
3442
3443 # Check whether --with-pm was given.
3444 if test "${with_pm+set}" = set; then
3445   withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
3446 fi
3447
3448
3449 # Check whether --with-mgl was given.
3450 if test "${with_mgl+set}" = set; then
3451   withval=$with_mgl; wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
3452 fi
3453
3454
3455 # Check whether --with-directfb was given.
3456 if test "${with_directfb+set}" = set; then
3457   withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
3458 fi
3459
3460
3461 # Check whether --with-microwin was given.
3462 if test "${with_microwin+set}" = set; then
3463   withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
3464 fi
3465
3466
3467 # Check whether --with-x11 was given.
3468 if test "${with_x11+set}" = set; then
3469   withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
3470 fi
3471
3472
3473           enablestring=
3474           defaultval=
3475           if test -z "$defaultval"; then
3476               if test x"$enablestring" = xdisable; then
3477                   defaultval=yes
3478               else
3479                   defaultval=no
3480               fi
3481           fi
3482
3483           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
3484 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6; }
3485           # Check whether --enable-nanox was given.
3486 if test "${enable_nanox+set}" = set; then
3487   enableval=$enable_nanox;
3488                           if test "$enableval" = yes; then
3489                             wx_cv_use_nanox='wxUSE_NANOX=yes'
3490                           else
3491                             wx_cv_use_nanox='wxUSE_NANOX=no'
3492                           fi
3493                           cache=yes
3494
3495 else
3496
3497                           LINE=`grep "^wxUSE_NANOX=" ${wx_arg_cache_file}`
3498                           if test "x$LINE" != x ; then
3499                               eval "DEFAULT_$LINE"
3500                               cache=yes
3501                           else
3502                               cache=no
3503                           fi
3504
3505                           wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
3506
3507 fi
3508
3509
3510           eval "$wx_cv_use_nanox"
3511           if test "x$cache" = xyes; then
3512             echo "wxUSE_NANOX=$wxUSE_NANOX" >> ${wx_arg_cache_file}.tmp
3513           fi
3514
3515           if test x"$enablestring" = xdisable; then
3516             if test $wxUSE_NANOX = yes; then
3517               result=no
3518             else
3519               result=yes
3520             fi
3521           else
3522             result=$wxUSE_NANOX
3523           fi
3524
3525           { echo "$as_me:$LINENO: result: $result" >&5
3526 echo "${ECHO_T}$result" >&6; }
3527
3528
3529 # Check whether --enable-gtk2 was given.
3530 if test "${enable_gtk2+set}" = set; then
3531   enableval=$enable_gtk2; wxUSE_GTK2="$enableval"
3532 fi
3533
3534
3535           enablestring=
3536           defaultval=
3537           if test -z "$defaultval"; then
3538               if test x"$enablestring" = xdisable; then
3539                   defaultval=yes
3540               else
3541                   defaultval=no
3542               fi
3543           fi
3544
3545           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
3546 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6; }
3547           # Check whether --enable-gpe was given.
3548 if test "${enable_gpe+set}" = set; then
3549   enableval=$enable_gpe;
3550                           if test "$enableval" = yes; then
3551                             wx_cv_use_gpe='wxUSE_GPE=yes'
3552                           else
3553                             wx_cv_use_gpe='wxUSE_GPE=no'
3554                           fi
3555                           cache=yes
3556
3557 else
3558
3559                           LINE=`grep "^wxUSE_GPE=" ${wx_arg_cache_file}`
3560                           if test "x$LINE" != x ; then
3561                               eval "DEFAULT_$LINE"
3562                               cache=yes
3563                           else
3564                               cache=no
3565                           fi
3566
3567                           wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
3568
3569 fi
3570
3571
3572           eval "$wx_cv_use_gpe"
3573           if test "x$cache" = xyes; then
3574             echo "wxUSE_GPE=$wxUSE_GPE" >> ${wx_arg_cache_file}.tmp
3575           fi
3576
3577           if test x"$enablestring" = xdisable; then
3578             if test $wxUSE_GPE = yes; then
3579               result=no
3580             else
3581               result=yes
3582             fi
3583           else
3584             result=$wxUSE_GPE
3585           fi
3586
3587           { echo "$as_me:$LINENO: result: $result" >&5
3588 echo "${ECHO_T}$result" >&6; }
3589
3590
3591
3592
3593           { echo "$as_me:$LINENO: checking for --with-libpng" >&5
3594 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6; }
3595
3596 # Check whether --with-libpng was given.
3597 if test "${with_libpng+set}" = set; then
3598   withval=$with_libpng;
3599                         if test "$withval" = yes; then
3600                           wx_cv_use_libpng='wxUSE_LIBPNG=yes'
3601                         elif test "$withval" = no; then
3602                           wx_cv_use_libpng='wxUSE_LIBPNG=no'
3603                         elif test "$withval" = sys; then
3604                           wx_cv_use_libpng='wxUSE_LIBPNG=sys'
3605                         elif test "$withval" = builtin; then
3606                           wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
3607                         else
3608                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3609 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3610    { (exit 1); exit 1; }; }
3611                         fi
3612                         cache=yes
3613
3614 else
3615
3616                         LINE=`grep "^wxUSE_LIBPNG=" ${wx_arg_cache_file}`
3617                         if test "x$LINE" != x ; then
3618                             eval "DEFAULT_$LINE"
3619                             cache=yes
3620                         else
3621                             cache=no
3622                         fi
3623
3624                         wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
3625
3626 fi
3627
3628
3629           eval "$wx_cv_use_libpng"
3630           if test "x$cache" = xyes; then
3631             echo "wxUSE_LIBPNG=$wxUSE_LIBPNG" >> ${wx_arg_cache_file}.tmp
3632           fi
3633
3634           if test "$wxUSE_LIBPNG" = yes; then
3635             { echo "$as_me:$LINENO: result: yes" >&5
3636 echo "${ECHO_T}yes" >&6; }
3637           elif test "$wxUSE_LIBPNG" = no; then
3638             { echo "$as_me:$LINENO: result: no" >&5
3639 echo "${ECHO_T}no" >&6; }
3640           elif test "$wxUSE_LIBPNG" = sys; then
3641             { echo "$as_me:$LINENO: result: system version" >&5
3642 echo "${ECHO_T}system version" >&6; }
3643           elif test "$wxUSE_LIBPNG" = builtin; then
3644             { echo "$as_me:$LINENO: result: builtin version" >&5
3645 echo "${ECHO_T}builtin version" >&6; }
3646           else
3647             { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3648 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3649    { (exit 1); exit 1; }; }
3650           fi
3651
3652
3653           { echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3654 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6; }
3655
3656 # Check whether --with-libjpeg was given.
3657 if test "${with_libjpeg+set}" = set; then
3658   withval=$with_libjpeg;
3659                         if test "$withval" = yes; then
3660                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
3661                         elif test "$withval" = no; then
3662                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
3663                         elif test "$withval" = sys; then
3664                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
3665                         elif test "$withval" = builtin; then
3666                           wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
3667                         else
3668                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3669 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3670    { (exit 1); exit 1; }; }
3671                         fi
3672                         cache=yes
3673
3674 else
3675
3676                         LINE=`grep "^wxUSE_LIBJPEG=" ${wx_arg_cache_file}`
3677                         if test "x$LINE" != x ; then
3678                             eval "DEFAULT_$LINE"
3679                             cache=yes
3680                         else
3681                             cache=no
3682                         fi
3683
3684                         wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
3685
3686 fi
3687
3688
3689           eval "$wx_cv_use_libjpeg"
3690           if test "x$cache" = xyes; then
3691             echo "wxUSE_LIBJPEG=$wxUSE_LIBJPEG" >> ${wx_arg_cache_file}.tmp
3692           fi
3693
3694           if test "$wxUSE_LIBJPEG" = yes; then
3695             { echo "$as_me:$LINENO: result: yes" >&5
3696 echo "${ECHO_T}yes" >&6; }
3697           elif test "$wxUSE_LIBJPEG" = no; then
3698             { echo "$as_me:$LINENO: result: no" >&5
3699 echo "${ECHO_T}no" >&6; }
3700           elif test "$wxUSE_LIBJPEG" = sys; then
3701             { echo "$as_me:$LINENO: result: system version" >&5
3702 echo "${ECHO_T}system version" >&6; }
3703           elif test "$wxUSE_LIBJPEG" = builtin; then
3704             { echo "$as_me:$LINENO: result: builtin version" >&5
3705 echo "${ECHO_T}builtin version" >&6; }
3706           else
3707             { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3708 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3709    { (exit 1); exit 1; }; }
3710           fi
3711
3712
3713           { echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3714 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6; }
3715
3716 # Check whether --with-libtiff was given.
3717 if test "${with_libtiff+set}" = set; then
3718   withval=$with_libtiff;
3719                         if test "$withval" = yes; then
3720                           wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3721                         elif test "$withval" = no; then
3722                           wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
3723                         elif test "$withval" = sys; then
3724                           wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3725                         elif test "$withval" = builtin; then
3726                           wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3727                         else
3728                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3729 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3730    { (exit 1); exit 1; }; }
3731                         fi
3732                         cache=yes
3733
3734 else
3735
3736                         LINE=`grep "^wxUSE_LIBTIFF=" ${wx_arg_cache_file}`
3737                         if test "x$LINE" != x ; then
3738                             eval "DEFAULT_$LINE"
3739                             cache=yes
3740                         else
3741                             cache=no
3742                         fi
3743
3744                         wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
3745
3746 fi
3747
3748
3749           eval "$wx_cv_use_libtiff"
3750           if test "x$cache" = xyes; then
3751             echo "wxUSE_LIBTIFF=$wxUSE_LIBTIFF" >> ${wx_arg_cache_file}.tmp
3752           fi
3753
3754           if test "$wxUSE_LIBTIFF" = yes; then
3755             { echo "$as_me:$LINENO: result: yes" >&5
3756 echo "${ECHO_T}yes" >&6; }
3757           elif test "$wxUSE_LIBTIFF" = no; then
3758             { echo "$as_me:$LINENO: result: no" >&5
3759 echo "${ECHO_T}no" >&6; }
3760           elif test "$wxUSE_LIBTIFF" = sys; then
3761             { echo "$as_me:$LINENO: result: system version" >&5
3762 echo "${ECHO_T}system version" >&6; }
3763           elif test "$wxUSE_LIBTIFF" = builtin; then
3764             { echo "$as_me:$LINENO: result: builtin version" >&5
3765 echo "${ECHO_T}builtin version" >&6; }
3766           else
3767             { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3768 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3769    { (exit 1); exit 1; }; }
3770           fi
3771
3772
3773           { echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3774 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6; }
3775
3776 # Check whether --with-libxpm was given.
3777 if test "${with_libxpm+set}" = set; then
3778   withval=$with_libxpm;
3779                         if test "$withval" = yes; then
3780                           wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
3781                         elif test "$withval" = no; then
3782                           wx_cv_use_libxpm='wxUSE_LIBXPM=no'
3783                         elif test "$withval" = sys; then
3784                           wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
3785                         elif test "$withval" = builtin; then
3786                           wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3787                         else
3788                           { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3789 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3790    { (exit 1); exit 1; }; }
3791                         fi
3792                         cache=yes
3793
3794 else
3795
3796                         LINE=`grep "^wxUSE_LIBXPM=" ${wx_arg_cache_file}`
3797                         if test "x$LINE" != x ; then
3798                             eval "DEFAULT_$LINE"
3799                             cache=yes
3800                         else
3801                             cache=no
3802                         fi
3803
3804                         wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
3805
3806 fi
3807
3808
3809           eval "$wx_cv_use_libxpm"
3810           if test "x$cache" = xyes; then
3811             echo "wxUSE_LIBXPM=$wxUSE_LIBXPM" >> ${wx_arg_cache_file}.tmp
3812           fi
3813
3814           if test "$wxUSE_LIBXPM" = yes; then
3815             { echo "$as_me:$LINENO: result: yes" >&5
3816 echo "${ECHO_T}yes" >&6; }
3817           elif test "$wxUSE_LIBXPM" = no; then
3818             { echo "$as_me:$LINENO: result: no" >&5
3819 echo "${ECHO_T}no" >&6; }
3820           elif test "$wxUSE_LIBXPM" = sys; then
3821             { echo "$as_me:$LINENO: result: system version" >&5
3822 echo "${ECHO_T}system version" >&6; }
3823           elif test "$wxUSE_LIBXPM" = builtin; then
3824             { echo "$as_me:$LINENO: result: builtin version" >&5
3825 echo "${ECHO_T}builtin version" >&6; }
3826           else
3827             { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3828 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3829    { (exit 1); exit 1; }; }
3830           fi
3831
3832
3833           withstring=
3834           defaultval=$wxUSE_ALL_FEATURES
3835           if test -z "$defaultval"; then
3836               if test x"$withstring" = xwithout; then
3837                   defaultval=yes
3838               else
3839                   defaultval=no
3840               fi
3841           fi
3842           { echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3843 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6; }
3844
3845 # Check whether --with-libmspack was given.
3846 if test "${with_libmspack+set}" = set; then
3847   withval=$with_libmspack;
3848                         if test "$withval" = yes; then
3849                           wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3850                         else
3851                           wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3852                         fi
3853                         cache=yes
3854
3855 else
3856
3857                         LINE=`grep "^wxUSE_LIBMSPACK=" ${wx_arg_cache_file}`
3858                         if test "x$LINE" != x ; then
3859                             eval "DEFAULT_$LINE"
3860                             cache=yes
3861                         else
3862                             cache=no
3863                         fi
3864
3865                         wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
3866
3867 fi
3868
3869
3870           eval "$wx_cv_use_libmspack"
3871           if test "x$cache" = xyes; then
3872             echo "wxUSE_LIBMSPACK=$wxUSE_LIBMSPACK" >> ${wx_arg_cache_file}.tmp
3873           fi
3874
3875           if test x"$withstring" = xwithout; then
3876             if test $wxUSE_LIBMSPACK = yes; then
3877               result=no
3878             else
3879               result=yes
3880             fi
3881           else
3882             result=$wxUSE_LIBMSPACK
3883           fi
3884
3885           { echo "$as_me:$LINENO: result: $result" >&5
3886 echo "${ECHO_T}$result" >&6; }
3887
3888
3889           withstring=without
3890           defaultval=$wxUSE_ALL_FEATURES
3891           if test -z "$defaultval"; then
3892               if test x"$withstring" = xwithout; then
3893                   defaultval=yes
3894               else
3895                   defaultval=no
3896               fi
3897           fi
3898           { echo "$as_me:$LINENO: checking for --${withstring:-with}-gtkprint" >&5
3899 echo $ECHO_N "checking for --${withstring:-with}-gtkprint... $ECHO_C" >&6; }
3900
3901 # Check whether --with-gtkprint was given.
3902 if test "${with_gtkprint+set}" = set; then
3903   withval=$with_gtkprint;
3904                         if test "$withval" = yes; then
3905                           wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
3906                         else
3907                           wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
3908                         fi
3909                         cache=yes
3910
3911 else
3912
3913                         LINE=`grep "^wxUSE_GTKPRINT=" ${wx_arg_cache_file}`
3914                         if test "x$LINE" != x ; then
3915                             eval "DEFAULT_$LINE"
3916                             cache=yes
3917                         else
3918                             cache=no
3919                         fi
3920
3921                         wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
3922
3923 fi
3924
3925
3926           eval "$wx_cv_use_gtkprint"
3927           if test "x$cache" = xyes; then
3928             echo "wxUSE_GTKPRINT=$wxUSE_GTKPRINT" >> ${wx_arg_cache_file}.tmp
3929           fi
3930
3931           if test x"$withstring" = xwithout; then
3932             if test $wxUSE_GTKPRINT = yes; then
3933               result=no
3934             else
3935               result=yes
3936             fi
3937           else
3938             result=$wxUSE_GTKPRINT
3939           fi
3940
3941           { echo "$as_me:$LINENO: result: $result" >&5
3942 echo "${ECHO_T}$result" >&6; }
3943
3944
3945           withstring=without
3946           defaultval=$wxUSE_ALL_FEATURES
3947           if test -z "$defaultval"; then
3948               if test x"$withstring" = xwithout; then
3949                   defaultval=yes
3950               else
3951                   defaultval=no
3952               fi
3953           fi
3954           { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3955 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6; }
3956
3957 # Check whether --with-gnomeprint was given.
3958 if test "${with_gnomeprint+set}" = set; then
3959   withval=$with_gnomeprint;
3960                         if test "$withval" = yes; then
3961                           wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3962                         else
3963                           wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3964                         fi
3965                         cache=yes
3966
3967 else
3968
3969                         LINE=`grep "^wxUSE_LIBGNOMEPRINT=" ${wx_arg_cache_file}`
3970                         if test "x$LINE" != x ; then
3971                             eval "DEFAULT_$LINE"
3972                             cache=yes
3973                         else
3974                             cache=no
3975                         fi
3976
3977                         wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
3978
3979 fi
3980
3981
3982           eval "$wx_cv_use_gnomeprint"
3983           if test "x$cache" = xyes; then
3984             echo "wxUSE_LIBGNOMEPRINT=$wxUSE_LIBGNOMEPRINT" >> ${wx_arg_cache_file}.tmp
3985           fi
3986
3987           if test x"$withstring" = xwithout; then
3988             if test $wxUSE_LIBGNOMEPRINT = yes; then
3989               result=no
3990             else
3991               result=yes
3992             fi
3993           else
3994             result=$wxUSE_LIBGNOMEPRINT
3995           fi
3996
3997           { echo "$as_me:$LINENO: result: $result" >&5
3998 echo "${ECHO_T}$result" >&6; }
3999
4000
4001           withstring=
4002           defaultval=$wxUSE_ALL_FEATURES
4003           if test -z "$defaultval"; then
4004               if test x"$withstring" = xwithout; then
4005                   defaultval=yes
4006               else
4007                   defaultval=no
4008               fi
4009           fi
4010           { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
4011 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6; }
4012
4013 # Check whether --with-gnomevfs was given.
4014 if test "${with_gnomevfs+set}" = set; then
4015   withval=$with_gnomevfs;
4016                         if test "$withval" = yes; then
4017                           wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
4018                         else
4019                           wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
4020                         fi
4021                         cache=yes
4022
4023 else
4024
4025                         LINE=`grep "^wxUSE_LIBGNOMEVFS=" ${wx_arg_cache_file}`
4026                         if test "x$LINE" != x ; then
4027                             eval "DEFAULT_$LINE"
4028                             cache=yes
4029                         else
4030                             cache=no
4031                         fi
4032
4033                         wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
4034
4035 fi
4036
4037
4038           eval "$wx_cv_use_gnomevfs"
4039           if test "x$cache" = xyes; then
4040             echo "wxUSE_LIBGNOMEVFS=$wxUSE_LIBGNOMEVFS" >> ${wx_arg_cache_file}.tmp
4041           fi
4042
4043           if test x"$withstring" = xwithout; then
4044             if test $wxUSE_LIBGNOMEVFS = yes; then
4045               result=no
4046             else
4047               result=yes
4048             fi
4049           else
4050             result=$wxUSE_LIBGNOMEVFS
4051           fi
4052
4053           { echo "$as_me:$LINENO: result: $result" >&5
4054 echo "${ECHO_T}$result" >&6; }
4055
4056
4057           withstring=
4058           defaultval=$wxUSE_ALL_FEATURES
4059           if test -z "$defaultval"; then
4060               if test x"$withstring" = xwithout; then
4061                   defaultval=yes
4062               else
4063                   defaultval=no
4064               fi
4065           fi
4066           { echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
4067 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6; }
4068
4069 # Check whether --with-hildon was given.
4070 if test "${with_hildon+set}" = set; then
4071   withval=$with_hildon;
4072                         if test "$withval" = yes; then
4073                           wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
4074                         else
4075                           wx_cv_use_hildon='wxUSE_LIBHILDON=no'
4076                         fi
4077                         cache=yes
4078
4079 else
4080
4081                         LINE=`grep "^wxUSE_LIBHILDON=" ${wx_arg_cache_file}`
4082                         if test "x$LINE" != x ; then
4083                             eval "DEFAULT_$LINE"
4084                             cache=yes
4085                         else
4086                             cache=no
4087                         fi
4088
4089                         wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
4090
4091 fi
4092
4093
4094           eval "$wx_cv_use_hildon"
4095           if test "x$cache" = xyes; then
4096             echo "wxUSE_LIBHILDON=$wxUSE_LIBHILDON" >> ${wx_arg_cache_file}.tmp
4097           fi
4098
4099           if test x"$withstring" = xwithout; then
4100             if test $wxUSE_LIBHILDON = yes; then
4101               result=no
4102             else
4103               result=yes
4104             fi
4105           else
4106             result=$wxUSE_LIBHILDON
4107           fi
4108
4109           { echo "$as_me:$LINENO: result: $result" >&5
4110 echo "${ECHO_T}$result" >&6; }
4111
4112
4113           withstring=
4114           defaultval=$wxUSE_ALL_FEATURES
4115           if test -z "$defaultval"; then
4116               if test x"$withstring" = xwithout; then
4117                   defaultval=yes
4118               else
4119                   defaultval=no
4120               fi
4121           fi
4122           { echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
4123 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6; }
4124
4125 # Check whether --with-opengl was given.
4126 if test "${with_opengl+set}" = set; then
4127   withval=$with_opengl;
4128                         if test "$withval" = yes; then
4129                           wx_cv_use_opengl='wxUSE_OPENGL=yes'
4130                         else
4131                           wx_cv_use_opengl='wxUSE_OPENGL=no'
4132                         fi
4133                         cache=yes
4134
4135 else
4136
4137                         LINE=`grep "^wxUSE_OPENGL=" ${wx_arg_cache_file}`
4138                         if test "x$LINE" != x ; then
4139                             eval "DEFAULT_$LINE"
4140                             cache=yes
4141                         else
4142                             cache=no
4143                         fi
4144
4145                         wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
4146
4147 fi
4148
4149
4150           eval "$wx_cv_use_opengl"
4151           if test "x$cache" = xyes; then
4152             echo "wxUSE_OPENGL=$wxUSE_OPENGL" >> ${wx_arg_cache_file}.tmp
4153           fi
4154
4155           if test x"$withstring" = xwithout; then
4156             if test $wxUSE_OPENGL = yes; then
4157               result=no
4158             else
4159               result=yes
4160             fi
4161           else
4162             result=$wxUSE_OPENGL
4163           fi
4164
4165           { echo "$as_me:$LINENO: result: $result" >&5
4166 echo "${ECHO_T}$result" >&6; }
4167
4168
4169 fi
4170
4171
4172           withstring=
4173           defaultval=$wxUSE_ALL_FEATURES
4174           if test -z "$defaultval"; then
4175               if test x"$withstring" = xwithout; then
4176                   defaultval=yes
4177               else
4178                   defaultval=no
4179               fi
4180           fi
4181           { echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
4182 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6; }
4183
4184 # Check whether --with-dmalloc was given.
4185 if test "${with_dmalloc+set}" = set; then
4186   withval=$with_dmalloc;
4187                         if test "$withval" = yes; then
4188                           wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
4189                         else
4190                           wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
4191                         fi
4192                         cache=yes
4193
4194 else
4195
4196                         LINE=`grep "^wxUSE_DMALLOC=" ${wx_arg_cache_file}`
4197                         if test "x$LINE" != x ; then
4198                             eval "DEFAULT_$LINE"
4199                             cache=yes
4200                         else
4201                             cache=no
4202                         fi
4203
4204                         wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
4205
4206 fi
4207
4208
4209           eval "$wx_cv_use_dmalloc"
4210           if test "x$cache" = xyes; then
4211             echo "wxUSE_DMALLOC=$wxUSE_DMALLOC" >> ${wx_arg_cache_file}.tmp
4212           fi
4213
4214           if test x"$withstring" = xwithout; then
4215             if test $wxUSE_DMALLOC = yes; then
4216               result=no
4217             else
4218               result=yes
4219             fi
4220           else
4221             result=$wxUSE_DMALLOC
4222           fi
4223
4224           { echo "$as_me:$LINENO: result: $result" >&5
4225 echo "${ECHO_T}$result" >&6; }
4226
4227
4228           withstring=
4229           defaultval=$wxUSE_ALL_FEATURES
4230           if test -z "$defaultval"; then
4231               if test x"$withstring" = xwithout; then
4232                   defaultval=yes
4233               else
4234                   defaultval=no
4235               fi
4236           fi
4237           { echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
4238 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6; }
4239
4240 # Check whether --with-sdl was given.
4241 if test "${with_sdl+set}" = set; then
4242   withval=$with_sdl;
4243                         if test "$withval" = yes; then
4244                           wx_cv_use_sdl='wxUSE_LIBSDL=yes'
4245                         else
4246                           wx_cv_use_sdl='wxUSE_LIBSDL=no'
4247                         fi
4248                         cache=yes
4249
4250 else
4251
4252                         LINE=`grep "^wxUSE_LIBSDL=" ${wx_arg_cache_file}`
4253                         if test "x$LINE" != x ; then
4254                             eval "DEFAULT_$LINE"
4255                             cache=yes
4256                         else
4257                             cache=no
4258                         fi
4259
4260                         wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
4261
4262 fi
4263
4264
4265           eval "$wx_cv_use_sdl"
4266           if test "x$cache" = xyes; then
4267             echo "wxUSE_LIBSDL=$wxUSE_LIBSDL" >> ${wx_arg_cache_file}.tmp
4268           fi
4269
4270           if test x"$withstring" = xwithout; then
4271             if test $wxUSE_LIBSDL = yes; then
4272               result=no
4273             else
4274               result=yes
4275             fi
4276           else
4277             result=$wxUSE_LIBSDL
4278           fi
4279
4280           { echo "$as_me:$LINENO: result: $result" >&5
4281 echo "${ECHO_T}$result" >&6; }
4282
4283
4284           { echo "$as_me:$LINENO: checking for --with-regex" >&5
4285 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6; }
4286
4287 # Check whether --with-regex was given.
4288 if test "${with_regex+set}" = set; then
4289   withval=$with_regex;
4290                         if test "$withval" = yes; then
4291                           wx_cv_use_regex='wxUSE_REGEX=yes'
4292                         elif test "$withval" = no; then
4293                           wx_cv_use_regex='wxUSE_REGEX=no'
4294                         elif test "$withval" = sys; then
4295                           wx_cv_use_regex='wxUSE_REGEX=sys'
4296                         elif test "$withval" = builtin; then
4297                           wx_cv_use_regex='wxUSE_REGEX=builtin'
4298                         else
4299                           { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4300 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4301    { (exit 1); exit 1; }; }
4302                         fi
4303                         cache=yes
4304
4305 else
4306
4307                         LINE=`grep "^wxUSE_REGEX=" ${wx_arg_cache_file}`
4308                         if test "x$LINE" != x ; then
4309                             eval "DEFAULT_$LINE"
4310                             cache=yes
4311                         else
4312                             cache=no
4313                         fi
4314
4315                         wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
4316
4317 fi
4318
4319
4320           eval "$wx_cv_use_regex"
4321           if test "x$cache" = xyes; then
4322             echo "wxUSE_REGEX=$wxUSE_REGEX" >> ${wx_arg_cache_file}.tmp
4323           fi
4324
4325           if test "$wxUSE_REGEX" = yes; then
4326             { echo "$as_me:$LINENO: result: yes" >&5
4327 echo "${ECHO_T}yes" >&6; }
4328           elif test "$wxUSE_REGEX" = no; then
4329             { echo "$as_me:$LINENO: result: no" >&5
4330 echo "${ECHO_T}no" >&6; }
4331           elif test "$wxUSE_REGEX" = sys; then
4332             { echo "$as_me:$LINENO: result: system version" >&5
4333 echo "${ECHO_T}system version" >&6; }
4334           elif test "$wxUSE_REGEX" = builtin; then
4335             { echo "$as_me:$LINENO: result: builtin version" >&5
4336 echo "${ECHO_T}builtin version" >&6; }
4337           else
4338             { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4339 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4340    { (exit 1); exit 1; }; }
4341           fi
4342
4343
4344           { echo "$as_me:$LINENO: checking for --with-zlib" >&5
4345 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6; }
4346
4347 # Check whether --with-zlib was given.
4348 if test "${with_zlib+set}" = set; then
4349   withval=$with_zlib;
4350                         if test "$withval" = yes; then
4351                           wx_cv_use_zlib='wxUSE_ZLIB=yes'
4352                         elif test "$withval" = no; then
4353                           wx_cv_use_zlib='wxUSE_ZLIB=no'
4354                         elif test "$withval" = sys; then
4355                           wx_cv_use_zlib='wxUSE_ZLIB=sys'
4356                         elif test "$withval" = builtin; then
4357                           wx_cv_use_zlib='wxUSE_ZLIB=builtin'
4358                         else
4359                           { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4360 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4361    { (exit 1); exit 1; }; }
4362                         fi
4363                         cache=yes
4364
4365 else
4366
4367                         LINE=`grep "^wxUSE_ZLIB=" ${wx_arg_cache_file}`
4368                         if test "x$LINE" != x ; then
4369                             eval "DEFAULT_$LINE"
4370                             cache=yes
4371                         else
4372                             cache=no
4373                         fi
4374
4375                         wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
4376
4377 fi
4378
4379
4380           eval "$wx_cv_use_zlib"
4381           if test "x$cache" = xyes; then
4382             echo "wxUSE_ZLIB=$wxUSE_ZLIB" >> ${wx_arg_cache_file}.tmp
4383           fi
4384
4385           if test "$wxUSE_ZLIB" = yes; then
4386             { echo "$as_me:$LINENO: result: yes" >&5
4387 echo "${ECHO_T}yes" >&6; }
4388           elif test "$wxUSE_ZLIB" = no; then
4389             { echo "$as_me:$LINENO: result: no" >&5
4390 echo "${ECHO_T}no" >&6; }
4391           elif test "$wxUSE_ZLIB" = sys; then
4392             { echo "$as_me:$LINENO: result: system version" >&5
4393 echo "${ECHO_T}system version" >&6; }
4394           elif test "$wxUSE_ZLIB" = builtin; then
4395             { echo "$as_me:$LINENO: result: builtin version" >&5
4396 echo "${ECHO_T}builtin version" >&6; }
4397           else
4398             { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4399 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4400    { (exit 1); exit 1; }; }
4401           fi
4402
4403
4404           { echo "$as_me:$LINENO: checking for --with-odbc" >&5
4405 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6; }
4406
4407 # Check whether --with-odbc was given.
4408 if test "${with_odbc+set}" = set; then
4409   withval=$with_odbc;
4410                         if test "$withval" = yes; then
4411                           wx_cv_use_odbc='wxUSE_ODBC=yes'
4412                         elif test "$withval" = no; then
4413                           wx_cv_use_odbc='wxUSE_ODBC=no'
4414                         elif test "$withval" = sys; then
4415                           wx_cv_use_odbc='wxUSE_ODBC=sys'
4416                         elif test "$withval" = builtin; then
4417                           wx_cv_use_odbc='wxUSE_ODBC=builtin'
4418                         else
4419                           { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
4420 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
4421    { (exit 1); exit 1; }; }
4422                         fi
4423                         cache=yes
4424
4425 else
4426
4427                         LINE=`grep "^wxUSE_ODBC=" ${wx_arg_cache_file}`
4428                         if test "x$LINE" != x ; then
4429                             eval "DEFAULT_$LINE"
4430                             cache=yes
4431                         else
4432                             cache=no
4433                         fi
4434
4435                         wx_cv_use_odbc='wxUSE_ODBC=${'DEFAULT_wxUSE_ODBC":-$wxUSE_ALL_FEATURES}"
4436
4437 fi
4438
4439
4440           eval "$wx_cv_use_odbc"
4441           if test "x$cache" = xyes; then
4442             echo "wxUSE_ODBC=$wxUSE_ODBC" >> ${wx_arg_cache_file}.tmp
4443           fi
4444
4445           if test "$wxUSE_ODBC" = yes; then
4446             { echo "$as_me:$LINENO: result: yes" >&5
4447 echo "${ECHO_T}yes" >&6; }
4448           elif test "$wxUSE_ODBC" = no; then
4449             { echo "$as_me:$LINENO: result: no" >&5
4450 echo "${ECHO_T}no" >&6; }
4451           elif test "$wxUSE_ODBC" = sys; then
4452             { echo "$as_me:$LINENO: result: system version" >&5
4453 echo "${ECHO_T}system version" >&6; }
4454           elif test "$wxUSE_ODBC" = builtin; then
4455             { echo "$as_me:$LINENO: result: builtin version" >&5
4456 echo "${ECHO_T}builtin version" >&6; }
4457           else
4458             { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
4459 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
4460    { (exit 1); exit 1; }; }
4461           fi
4462
4463
4464           { echo "$as_me:$LINENO: checking for --with-expat" >&5
4465 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6; }
4466
4467 # Check whether --with-expat was given.
4468 if test "${with_expat+set}" = set; then
4469   withval=$with_expat;
4470                         if test "$withval" = yes; then
4471                           wx_cv_use_expat='wxUSE_EXPAT=yes'
4472                         elif test "$withval" = no; then
4473                           wx_cv_use_expat='wxUSE_EXPAT=no'
4474                         elif test "$withval" = sys; then
4475                           wx_cv_use_expat='wxUSE_EXPAT=sys'
4476                         elif test "$withval" = builtin; then
4477                           wx_cv_use_expat='wxUSE_EXPAT=builtin'
4478                         else
4479                           { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4480 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4481    { (exit 1); exit 1; }; }
4482                         fi
4483                         cache=yes
4484
4485 else
4486
4487                         LINE=`grep "^wxUSE_EXPAT=" ${wx_arg_cache_file}`
4488                         if test "x$LINE" != x ; then
4489                             eval "DEFAULT_$LINE"
4490                             cache=yes
4491                         else
4492                             cache=no
4493                         fi
4494
4495                         wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
4496
4497 fi
4498
4499
4500           eval "$wx_cv_use_expat"
4501           if test "x$cache" = xyes; then
4502             echo "wxUSE_EXPAT=$wxUSE_EXPAT" >> ${wx_arg_cache_file}.tmp
4503           fi
4504
4505           if test "$wxUSE_EXPAT" = yes; then
4506             { echo "$as_me:$LINENO: result: yes" >&5
4507 echo "${ECHO_T}yes" >&6; }
4508           elif test "$wxUSE_EXPAT" = no; then
4509             { echo "$as_me:$LINENO: result: no" >&5
4510 echo "${ECHO_T}no" >&6; }
4511           elif test "$wxUSE_EXPAT" = sys; then
4512             { echo "$as_me:$LINENO: result: system version" >&5
4513 echo "${ECHO_T}system version" >&6; }
4514           elif test "$wxUSE_EXPAT" = builtin; then
4515             { echo "$as_me:$LINENO: result: builtin version" >&5
4516 echo "${ECHO_T}builtin version" >&6; }
4517           else
4518             { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4519 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4520    { (exit 1); exit 1; }; }
4521           fi
4522
4523
4524 { echo "$as_me:$LINENO: checking for --with-macosx-sdk" >&5
4525 echo $ECHO_N "checking for --with-macosx-sdk... $ECHO_C" >&6; }
4526
4527 # Check whether --with-macosx-sdk was given.
4528 if test "${with_macosx_sdk+set}" = set; then
4529   withval=$with_macosx_sdk;
4530         wxUSE_MACOSX_SDK=$withval
4531         wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
4532         echo "wxUSE_MACOSX_SDK=$wxUSE_MACOSX_SDK" >> ${wx_arg_cache_file}.tmp
4533
4534 else
4535
4536         # NOTE: Empty string on purpose so that --without-macosx-sdk (thus no)
4537         # will override --enable-universal_binary's automatic SDK usage.
4538         wxUSE_MACOSX_SDK=
4539         LINE=`grep "^wxUSE_MACOSX_SDK=" ${wx_arg_cache_file}`
4540         if test "x$LINE" != x ; then
4541             eval "$LINE"
4542             echo "$LINE" >> ${wx_arg_cache_file}.tmp
4543         fi
4544
4545 fi
4546
4547 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_SDK" >&5
4548 echo "${ECHO_T}$wxUSE_MACOSX_SDK" >&6; }
4549
4550 { echo "$as_me:$LINENO: checking for --with-macosx-version-min" >&5
4551 echo $ECHO_N "checking for --with-macosx-version-min... $ECHO_C" >&6; }
4552
4553 # Check whether --with-macosx-version-min was given.
4554 if test "${with_macosx_version_min+set}" = set; then
4555   withval=$with_macosx_version_min;
4556         wxUSE_MACOSX_VERSION_MIN=$withval
4557         wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
4558         echo "wxUSE_MACOSX_VERSION_MIN=$wxUSE_MACOSX_VERSION_MIN" >> ${wx_arg_cache_file}.tmp
4559
4560 else
4561
4562         # default "yes" because when not using an SDK it means the same as no
4563         # but when using an SDK it means to use the SDK version
4564         wxUSE_MACOSX_VERSION_MIN=yes
4565         # See if there is a value in the cache
4566         LINE=`grep "^wxUSE_MACOSX_VERSION_MIN=" ${wx_arg_cache_file}`
4567         if test "x$LINE" != x ; then
4568             eval "$LINE"
4569             echo "$LINE" >> ${wx_arg_cache_file}.tmp
4570         fi
4571
4572 fi
4573
4574 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
4575 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
4576
4577
4578
4579           enablestring=disable
4580           defaultval=
4581           if test -z "$defaultval"; then
4582               if test x"$enablestring" = xdisable; then
4583                   defaultval=yes
4584               else
4585                   defaultval=no
4586               fi
4587           fi
4588
4589           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
4590 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6; }
4591           # Check whether --enable-shared was given.
4592 if test "${enable_shared+set}" = set; then
4593   enableval=$enable_shared;
4594                           if test "$enableval" = yes; then
4595                             wx_cv_use_shared='wxUSE_SHARED=yes'
4596                           else
4597                             wx_cv_use_shared='wxUSE_SHARED=no'
4598                           fi
4599                           cache=yes
4600
4601 else
4602
4603                           LINE=`grep "^wxUSE_SHARED=" ${wx_arg_cache_file}`
4604                           if test "x$LINE" != x ; then
4605                               eval "DEFAULT_$LINE"
4606                               cache=yes
4607                           else
4608                               cache=no
4609                           fi
4610
4611                           wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
4612
4613 fi
4614
4615
4616           eval "$wx_cv_use_shared"
4617           if test "x$cache" = xyes; then
4618             echo "wxUSE_SHARED=$wxUSE_SHARED" >> ${wx_arg_cache_file}.tmp
4619           fi
4620
4621           if test x"$enablestring" = xdisable; then
4622             if test $wxUSE_SHARED = yes; then
4623               result=no
4624             else
4625               result=yes
4626             fi
4627           else
4628             result=$wxUSE_SHARED
4629           fi
4630
4631           { echo "$as_me:$LINENO: result: $result" >&5
4632 echo "${ECHO_T}$result" >&6; }
4633
4634
4635           enablestring=disable
4636           defaultval=
4637           if test -z "$defaultval"; then
4638               if test x"$enablestring" = xdisable; then
4639                   defaultval=yes
4640               else
4641                   defaultval=no
4642               fi
4643           fi
4644
4645           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
4646 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6; }
4647           # Check whether --enable-optimise was given.
4648 if test "${enable_optimise+set}" = set; then
4649   enableval=$enable_optimise;
4650                           if test "$enableval" = yes; then
4651                             wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
4652                           else
4653                             wx_cv_use_optimise='wxUSE_OPTIMISE=no'
4654                           fi
4655                           cache=yes
4656
4657 else
4658
4659                           LINE=`grep "^wxUSE_OPTIMISE=" ${wx_arg_cache_file}`
4660                           if test "x$LINE" != x ; then
4661                               eval "DEFAULT_$LINE"
4662                               cache=yes
4663                           else
4664                               cache=no
4665                           fi
4666
4667                           wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
4668
4669 fi
4670
4671
4672           eval "$wx_cv_use_optimise"
4673           if test "x$cache" = xyes; then
4674             echo "wxUSE_OPTIMISE=$wxUSE_OPTIMISE" >> ${wx_arg_cache_file}.tmp
4675           fi
4676
4677           if test x"$enablestring" = xdisable; then
4678             if test $wxUSE_OPTIMISE = yes; then
4679               result=no
4680             else
4681               result=yes
4682             fi
4683           else
4684             result=$wxUSE_OPTIMISE
4685           fi
4686
4687           { echo "$as_me:$LINENO: result: $result" >&5
4688 echo "${ECHO_T}$result" >&6; }
4689
4690
4691           enablestring=
4692           defaultval=
4693           if test -z "$defaultval"; then
4694               if test x"$enablestring" = xdisable; then
4695                   defaultval=yes
4696               else
4697                   defaultval=no
4698               fi
4699           fi
4700
4701           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
4702 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6; }
4703           # Check whether --enable-debug was given.
4704 if test "${enable_debug+set}" = set; then
4705   enableval=$enable_debug;
4706                           if test "$enableval" = yes; then
4707                             wx_cv_use_debug='wxUSE_DEBUG=yes'
4708                           else
4709                             wx_cv_use_debug='wxUSE_DEBUG=no'
4710                           fi
4711                           cache=yes
4712
4713 else
4714
4715                           LINE=`grep "^wxUSE_DEBUG=" ${wx_arg_cache_file}`
4716                           if test "x$LINE" != x ; then
4717                               eval "DEFAULT_$LINE"
4718                               cache=yes
4719                           else
4720                               cache=no
4721                           fi
4722
4723                           wx_cv_use_debug='wxUSE_DEBUG=${'DEFAULT_wxUSE_DEBUG":-$defaultval}"
4724
4725 fi
4726
4727
4728           eval "$wx_cv_use_debug"
4729           if test "x$cache" = xyes; then
4730             echo "wxUSE_DEBUG=$wxUSE_DEBUG" >> ${wx_arg_cache_file}.tmp
4731           fi
4732
4733           if test x"$enablestring" = xdisable; then
4734             if test $wxUSE_DEBUG = yes; then
4735               result=no
4736             else
4737               result=yes
4738             fi
4739           else
4740             result=$wxUSE_DEBUG
4741           fi
4742
4743           { echo "$as_me:$LINENO: result: $result" >&5
4744 echo "${ECHO_T}$result" >&6; }
4745
4746
4747           enablestring=
4748           defaultval=
4749           if test -z "$defaultval"; then
4750               if test x"$enablestring" = xdisable; then
4751                   defaultval=yes
4752               else
4753                   defaultval=no
4754               fi
4755           fi
4756
4757           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
4758 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6; }
4759           # Check whether --enable-stl was given.
4760 if test "${enable_stl+set}" = set; then
4761   enableval=$enable_stl;
4762                           if test "$enableval" = yes; then
4763                             wx_cv_use_stl='wxUSE_STL=yes'
4764                           else
4765                             wx_cv_use_stl='wxUSE_STL=no'
4766                           fi
4767                           cache=yes
4768
4769 else
4770
4771                           LINE=`grep "^wxUSE_STL=" ${wx_arg_cache_file}`
4772                           if test "x$LINE" != x ; then
4773                               eval "DEFAULT_$LINE"
4774                               cache=yes
4775                           else
4776                               cache=no
4777                           fi
4778
4779                           wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
4780
4781 fi
4782
4783
4784           eval "$wx_cv_use_stl"
4785           if test "x$cache" = xyes; then
4786             echo "wxUSE_STL=$wxUSE_STL" >> ${wx_arg_cache_file}.tmp
4787           fi
4788
4789           if test x"$enablestring" = xdisable; then
4790             if test $wxUSE_STL = yes; then
4791               result=no
4792             else
4793               result=yes
4794             fi
4795           else
4796             result=$wxUSE_STL
4797           fi
4798
4799           { echo "$as_me:$LINENO: result: $result" >&5
4800 echo "${ECHO_T}$result" >&6; }
4801
4802
4803           enablestring=
4804           defaultval=
4805           if test -z "$defaultval"; then
4806               if test x"$enablestring" = xdisable; then
4807                   defaultval=yes
4808               else
4809                   defaultval=no
4810               fi
4811           fi
4812
4813           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
4814 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6; }
4815           # Check whether --enable-std_iostreams was given.
4816 if test "${enable_std_iostreams+set}" = set; then
4817   enableval=$enable_std_iostreams;
4818                           if test "$enableval" = yes; then
4819                             wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4820                           else
4821                             wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4822                           fi
4823                           cache=yes
4824
4825 else
4826
4827                           LINE=`grep "^wxUSE_STD_IOSTREAM=" ${wx_arg_cache_file}`
4828                           if test "x$LINE" != x ; then
4829                               eval "DEFAULT_$LINE"
4830                               cache=yes
4831                           else
4832                               cache=no
4833                           fi
4834
4835                           wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
4836
4837 fi
4838
4839
4840           eval "$wx_cv_use_std_iostreams"
4841           if test "x$cache" = xyes; then
4842             echo "wxUSE_STD_IOSTREAM=$wxUSE_STD_IOSTREAM" >> ${wx_arg_cache_file}.tmp
4843           fi
4844
4845           if test x"$enablestring" = xdisable; then
4846             if test $wxUSE_STD_IOSTREAM = yes; then
4847               result=no
4848             else
4849               result=yes
4850             fi
4851           else
4852             result=$wxUSE_STD_IOSTREAM
4853           fi
4854
4855           { echo "$as_me:$LINENO: result: $result" >&5
4856 echo "${ECHO_T}$result" >&6; }
4857
4858
4859           enablestring=
4860           defaultval=
4861           if test -z "$defaultval"; then
4862               if test x"$enablestring" = xdisable; then
4863                   defaultval=yes
4864               else
4865                   defaultval=no
4866               fi
4867           fi
4868
4869           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
4870 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6; }
4871           # Check whether --enable-std_string was given.
4872 if test "${enable_std_string+set}" = set; then
4873   enableval=$enable_std_string;
4874                           if test "$enableval" = yes; then
4875                             wx_cv_use_std_string='wxUSE_STD_STRING=yes'
4876                           else
4877                             wx_cv_use_std_string='wxUSE_STD_STRING=no'
4878                           fi
4879                           cache=yes
4880
4881 else
4882
4883                           LINE=`grep "^wxUSE_STD_STRING=" ${wx_arg_cache_file}`
4884                           if test "x$LINE" != x ; then
4885                               eval "DEFAULT_$LINE"
4886                               cache=yes
4887                           else
4888                               cache=no
4889                           fi
4890
4891                           wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
4892
4893 fi
4894
4895
4896           eval "$wx_cv_use_std_string"
4897           if test "x$cache" = xyes; then
4898             echo "wxUSE_STD_STRING=$wxUSE_STD_STRING" >> ${wx_arg_cache_file}.tmp
4899           fi
4900
4901           if test x"$enablestring" = xdisable; then
4902             if test $wxUSE_STD_STRING = yes; then
4903               result=no
4904             else
4905               result=yes
4906             fi
4907           else
4908             result=$wxUSE_STD_STRING
4909           fi
4910
4911           { echo "$as_me:$LINENO: result: $result" >&5
4912 echo "${ECHO_T}$result" >&6; }
4913
4914
4915           enablestring=disable
4916           defaultval=
4917           if test -z "$defaultval"; then
4918               if test x"$enablestring" = xdisable; then
4919                   defaultval=yes
4920               else
4921                   defaultval=no
4922               fi
4923           fi
4924
4925           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4926 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6; }
4927           # Check whether --enable-unicode was given.
4928 if test "${enable_unicode+set}" = set; then
4929   enableval=$enable_unicode;
4930                           if test "$enableval" = yes; then
4931                             wx_cv_use_unicode='wxUSE_UNICODE=yes'
4932                           else
4933                             wx_cv_use_unicode='wxUSE_UNICODE=no'
4934                           fi
4935                           cache=yes
4936
4937 else
4938
4939                           LINE=`grep "^wxUSE_UNICODE=" ${wx_arg_cache_file}`
4940                           if test "x$LINE" != x ; then
4941                               eval "DEFAULT_$LINE"
4942                               cache=yes
4943                           else
4944                               cache=no
4945                           fi
4946
4947                           wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
4948
4949 fi
4950
4951
4952           eval "$wx_cv_use_unicode"
4953           if test "x$cache" = xyes; then
4954             echo "wxUSE_UNICODE=$wxUSE_UNICODE" >> ${wx_arg_cache_file}.tmp
4955           fi
4956
4957           if test x"$enablestring" = xdisable; then
4958             if test $wxUSE_UNICODE = yes; then
4959               result=no
4960             else
4961               result=yes
4962             fi
4963           else
4964             result=$wxUSE_UNICODE
4965           fi
4966
4967           { echo "$as_me:$LINENO: result: $result" >&5
4968 echo "${ECHO_T}$result" >&6; }
4969
4970
4971           enablestring=
4972           defaultval=
4973           if test -z "$defaultval"; then
4974               if test x"$enablestring" = xdisable; then
4975                   defaultval=yes
4976               else
4977                   defaultval=no
4978               fi
4979           fi
4980
4981           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
4982 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6; }
4983           # Check whether --enable-mslu was given.
4984 if test "${enable_mslu+set}" = set; then
4985   enableval=$enable_mslu;
4986                           if test "$enableval" = yes; then
4987                             wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
4988                           else
4989                             wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
4990                           fi
4991                           cache=yes
4992
4993 else
4994
4995                           LINE=`grep "^wxUSE_UNICODE_MSLU=" ${wx_arg_cache_file}`
4996                           if test "x$LINE" != x ; then
4997                               eval "DEFAULT_$LINE"
4998                               cache=yes
4999                           else
5000                               cache=no
5001                           fi
5002
5003                           wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
5004
5005 fi
5006
5007
5008           eval "$wx_cv_use_mslu"
5009           if test "x$cache" = xyes; then
5010             echo "wxUSE_UNICODE_MSLU=$wxUSE_UNICODE_MSLU" >> ${wx_arg_cache_file}.tmp
5011           fi
5012
5013           if test x"$enablestring" = xdisable; then
5014             if test $wxUSE_UNICODE_MSLU = yes; then
5015               result=no
5016             else
5017               result=yes
5018             fi
5019           else
5020             result=$wxUSE_UNICODE_MSLU
5021           fi
5022
5023           { echo "$as_me:$LINENO: result: $result" >&5
5024 echo "${ECHO_T}$result" >&6; }
5025
5026
5027           enablestring=
5028           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8" >&5
5029 echo $ECHO_N "checking for --${enablestring:-enable}-utf8... $ECHO_C" >&6; }
5030           # Check whether --enable-utf8 was given.
5031 if test "${enable_utf8+set}" = set; then
5032   enableval=$enable_utf8;
5033                           wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
5034                           cache=yes
5035
5036 else
5037
5038                           LINE=`grep "^wxUSE_UNICODE_UTF8=" ${wx_arg_cache_file}`
5039                           if test "x$LINE" != x ; then
5040                             eval "DEFAULT_$LINE"
5041                             cache=yes
5042                           else
5043                             cache=no
5044                           fi
5045
5046                           wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
5047
5048 fi
5049
5050
5051           eval "$wx_cv_use_utf8"
5052           if test "x$cache" = xyes; then
5053             echo "wxUSE_UNICODE_UTF8=$wxUSE_UNICODE_UTF8" >> ${wx_arg_cache_file}.tmp
5054           fi
5055
5056           { echo "$as_me:$LINENO: result: $wxUSE_UNICODE_UTF8" >&5
5057 echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
5058
5059
5060           enablestring=
5061           defaultval=
5062           if test -z "$defaultval"; then
5063               if test x"$enablestring" = xdisable; then
5064                   defaultval=yes
5065               else
5066                   defaultval=no
5067               fi
5068           fi
5069
5070           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8only" >&5
5071 echo $ECHO_N "checking for --${enablestring:-enable}-utf8only... $ECHO_C" >&6; }
5072           # Check whether --enable-utf8only was given.
5073 if test "${enable_utf8only+set}" = set; then
5074   enableval=$enable_utf8only;
5075                           if test "$enableval" = yes; then
5076                             wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
5077                           else
5078                             wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
5079                           fi
5080                           cache=yes
5081
5082 else
5083
5084                           LINE=`grep "^wxUSE_UNICODE_UTF8_LOCALE=" ${wx_arg_cache_file}`
5085                           if test "x$LINE" != x ; then
5086                               eval "DEFAULT_$LINE"
5087                               cache=yes
5088                           else
5089                               cache=no
5090                           fi
5091
5092                           wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
5093
5094 fi
5095
5096
5097           eval "$wx_cv_use_utf8only"
5098           if test "x$cache" = xyes; then
5099             echo "wxUSE_UNICODE_UTF8_LOCALE=$wxUSE_UNICODE_UTF8_LOCALE" >> ${wx_arg_cache_file}.tmp
5100           fi
5101
5102           if test x"$enablestring" = xdisable; then
5103             if test $wxUSE_UNICODE_UTF8_LOCALE = yes; then
5104               result=no
5105             else
5106               result=yes
5107             fi
5108           else
5109             result=$wxUSE_UNICODE_UTF8_LOCALE
5110           fi
5111
5112           { echo "$as_me:$LINENO: result: $result" >&5
5113 echo "${ECHO_T}$result" >&6; }
5114
5115
5116           enablestring=
5117           defaultval=
5118           if test -z "$defaultval"; then
5119               if test x"$enablestring" = xdisable; then
5120                   defaultval=yes
5121               else
5122                   defaultval=no
5123               fi
5124           fi
5125
5126           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-extended_rtti" >&5
5127 echo $ECHO_N "checking for --${enablestring:-enable}-extended_rtti... $ECHO_C" >&6; }
5128           # Check whether --enable-extended_rtti was given.
5129 if test "${enable_extended_rtti+set}" = set; then
5130   enableval=$enable_extended_rtti;
5131                           if test "$enableval" = yes; then
5132                             wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
5133                           else
5134                             wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
5135                           fi
5136                           cache=yes
5137
5138 else
5139
5140                           LINE=`grep "^wxUSE_EXTENDED_RTTI=" ${wx_arg_cache_file}`
5141                           if test "x$LINE" != x ; then
5142                               eval "DEFAULT_$LINE"
5143                               cache=yes
5144                           else
5145                               cache=no
5146                           fi
5147
5148                           wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
5149
5150 fi
5151
5152
5153           eval "$wx_cv_use_extended_rtti"
5154           if test "x$cache" = xyes; then
5155             echo "wxUSE_EXTENDED_RTTI=$wxUSE_EXTENDED_RTTI" >> ${wx_arg_cache_file}.tmp
5156           fi
5157
5158           if test x"$enablestring" = xdisable; then
5159             if test $wxUSE_EXTENDED_RTTI = yes; then
5160               result=no
5161             else
5162               result=yes
5163             fi
5164           else
5165             result=$wxUSE_EXTENDED_RTTI
5166           fi
5167
5168           { echo "$as_me:$LINENO: result: $result" >&5
5169 echo "${ECHO_T}$result" >&6; }
5170
5171 if test "$USE_OS2" = "1"; then
5172     DEFAULT_wxUSE_OMF=no
5173
5174           enablestring=
5175           defaultval=
5176           if test -z "$defaultval"; then
5177               if test x"$enablestring" = xdisable; then
5178                   defaultval=yes
5179               else
5180                   defaultval=no
5181               fi
5182           fi
5183
5184           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
5185 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6; }
5186           # Check whether --enable-omf was given.
5187 if test "${enable_omf+set}" = set; then
5188   enableval=$enable_omf;
5189                           if test "$enableval" = yes; then
5190                             wx_cv_use_omf='wxUSE_OMF=yes'
5191                           else
5192                             wx_cv_use_omf='wxUSE_OMF=no'
5193                           fi
5194                           cache=yes
5195
5196 else
5197
5198                           LINE=`grep "^wxUSE_OMF=" ${wx_arg_cache_file}`
5199                           if test "x$LINE" != x ; then
5200                               eval "DEFAULT_$LINE"
5201                               cache=yes
5202                           else
5203                               cache=no
5204                           fi
5205
5206                           wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
5207
5208 fi
5209
5210
5211           eval "$wx_cv_use_omf"
5212           if test "x$cache" = xyes; then
5213             echo "wxUSE_OMF=$wxUSE_OMF" >> ${wx_arg_cache_file}.tmp
5214           fi
5215
5216           if test x"$enablestring" = xdisable; then
5217             if test $wxUSE_OMF = yes; then
5218               result=no
5219             else
5220               result=yes
5221             fi
5222           else
5223             result=$wxUSE_OMF
5224           fi
5225
5226           { echo "$as_me:$LINENO: result: $result" >&5
5227 echo "${ECHO_T}$result" >&6; }
5228
5229 fi
5230
5231 if test "$wxUSE_DEBUG" = "yes"; then
5232   DEFAULT_wxUSE_DEBUG_FLAG=yes
5233   DEFAULT_wxUSE_DEBUG_INFO=yes
5234   BUILD=debug
5235 elif test "$wxUSE_DEBUG" = "no"; then
5236   DEFAULT_wxUSE_DEBUG_FLAG=no
5237   DEFAULT_wxUSE_DEBUG_INFO=no
5238   BUILD=release
5239 fi
5240
5241
5242           enablestring=
5243           defaultval=
5244           if test -z "$defaultval"; then
5245               if test x"$enablestring" = xdisable; then
5246                   defaultval=yes
5247               else
5248                   defaultval=no
5249               fi
5250           fi
5251
5252           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
5253 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6; }
5254           # Check whether --enable-debug_flag was given.
5255 if test "${enable_debug_flag+set}" = set; then
5256   enableval=$enable_debug_flag;
5257                           if test "$enableval" = yes; then
5258                             wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
5259                           else
5260                             wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
5261                           fi
5262                           cache=yes
5263
5264 else
5265
5266                           LINE=`grep "^wxUSE_DEBUG_FLAG=" ${wx_arg_cache_file}`
5267                           if test "x$LINE" != x ; then
5268                               eval "DEFAULT_$LINE"
5269                               cache=yes
5270                           else
5271                               cache=no
5272                           fi
5273
5274                           wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
5275
5276 fi
5277
5278
5279           eval "$wx_cv_use_debug_flag"
5280           if test "x$cache" = xyes; then
5281             echo "wxUSE_DEBUG_FLAG=$wxUSE_DEBUG_FLAG" >> ${wx_arg_cache_file}.tmp
5282           fi
5283
5284           if test x"$enablestring" = xdisable; then
5285             if test $wxUSE_DEBUG_FLAG = yes; then
5286               result=no
5287             else
5288               result=yes
5289             fi
5290           else
5291             result=$wxUSE_DEBUG_FLAG
5292           fi
5293
5294           { echo "$as_me:$LINENO: result: $result" >&5
5295 echo "${ECHO_T}$result" >&6; }
5296
5297
5298           enablestring=
5299           defaultval=
5300           if test -z "$defaultval"; then
5301               if test x"$enablestring" = xdisable; then
5302                   defaultval=yes
5303               else
5304                   defaultval=no
5305               fi
5306           fi
5307
5308           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
5309 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6; }
5310           # Check whether --enable-debug_info was given.
5311 if test "${enable_debug_info+set}" = set; then
5312   enableval=$enable_debug_info;
5313                           if test "$enableval" = yes; then
5314                             wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
5315                           else
5316                             wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
5317                           fi
5318                           cache=yes
5319
5320 else
5321
5322                           LINE=`grep "^wxUSE_DEBUG_INFO=" ${wx_arg_cache_file}`
5323                           if test "x$LINE" != x ; then
5324                               eval "DEFAULT_$LINE"
5325                               cache=yes
5326                           else
5327                               cache=no
5328                           fi
5329
5330                           wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
5331
5332 fi
5333
5334
5335           eval "$wx_cv_use_debug_info"
5336           if test "x$cache" = xyes; then
5337             echo "wxUSE_DEBUG_INFO=$wxUSE_DEBUG_INFO" >> ${wx_arg_cache_file}.tmp
5338           fi
5339
5340           if test x"$enablestring" = xdisable; then
5341             if test $wxUSE_DEBUG_INFO = yes; then
5342               result=no
5343             else
5344               result=yes
5345             fi
5346           else
5347             result=$wxUSE_DEBUG_INFO
5348           fi
5349
5350           { echo "$as_me:$LINENO: result: $result" >&5
5351 echo "${ECHO_T}$result" >&6; }
5352
5353
5354           enablestring=
5355           defaultval=
5356           if test -z "$defaultval"; then
5357               if test x"$enablestring" = xdisable; then
5358                   defaultval=yes
5359               else
5360                   defaultval=no
5361               fi
5362           fi
5363
5364           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
5365 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6; }
5366           # Check whether --enable-debug_gdb was given.
5367 if test "${enable_debug_gdb+set}" = set; then
5368   enableval=$enable_debug_gdb;
5369                           if test "$enableval" = yes; then
5370                             wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
5371                           else
5372                             wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
5373                           fi
5374                           cache=yes
5375
5376 else
5377
5378                           LINE=`grep "^wxUSE_DEBUG_GDB=" ${wx_arg_cache_file}`
5379                           if test "x$LINE" != x ; then
5380                               eval "DEFAULT_$LINE"
5381                               cache=yes
5382                           else
5383                               cache=no
5384                           fi
5385
5386                           wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
5387
5388 fi
5389
5390
5391           eval "$wx_cv_use_debug_gdb"
5392           if test "x$cache" = xyes; then
5393             echo "wxUSE_DEBUG_GDB=$wxUSE_DEBUG_GDB" >> ${wx_arg_cache_file}.tmp
5394           fi
5395
5396           if test x"$enablestring" = xdisable; then
5397             if test $wxUSE_DEBUG_GDB = yes; then
5398               result=no
5399             else
5400               result=yes
5401             fi
5402           else
5403             result=$wxUSE_DEBUG_GDB
5404           fi
5405
5406           { echo "$as_me:$LINENO: result: $result" >&5
5407 echo "${ECHO_T}$result" >&6; }
5408
5409
5410           enablestring=
5411           defaultval=
5412           if test -z "$defaultval"; then
5413               if test x"$enablestring" = xdisable; then
5414                   defaultval=yes
5415               else
5416                   defaultval=no
5417               fi
5418           fi
5419
5420           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
5421 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6; }
5422           # Check whether --enable-debug_cntxt was given.
5423 if test "${enable_debug_cntxt+set}" = set; then
5424   enableval=$enable_debug_cntxt;
5425                           if test "$enableval" = yes; then
5426                             wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
5427                           else
5428                             wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
5429                           fi
5430                           cache=yes
5431
5432 else
5433
5434                           LINE=`grep "^wxUSE_DEBUG_CONTEXT=" ${wx_arg_cache_file}`
5435                           if test "x$LINE" != x ; then
5436                               eval "DEFAULT_$LINE"
5437                               cache=yes
5438                           else
5439                               cache=no
5440                           fi
5441
5442                           wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
5443
5444 fi
5445
5446
5447           eval "$wx_cv_use_debug_cntxt"
5448           if test "x$cache" = xyes; then
5449             echo "wxUSE_DEBUG_CONTEXT=$wxUSE_DEBUG_CONTEXT" >> ${wx_arg_cache_file}.tmp
5450           fi
5451
5452           if test x"$enablestring" = xdisable; then
5453             if test $wxUSE_DEBUG_CONTEXT = yes; then
5454               result=no
5455             else
5456               result=yes
5457             fi
5458           else
5459             result=$wxUSE_DEBUG_CONTEXT
5460           fi
5461
5462           { echo "$as_me:$LINENO: result: $result" >&5
5463 echo "${ECHO_T}$result" >&6; }
5464
5465
5466           enablestring=
5467           defaultval=
5468           if test -z "$defaultval"; then
5469               if test x"$enablestring" = xdisable; then
5470                   defaultval=yes
5471               else
5472                   defaultval=no
5473               fi
5474           fi
5475
5476           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
5477 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6; }
5478           # Check whether --enable-mem_tracing was given.
5479 if test "${enable_mem_tracing+set}" = set; then
5480   enableval=$enable_mem_tracing;
5481                           if test "$enableval" = yes; then
5482                             wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
5483                           else
5484                             wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
5485                           fi
5486                           cache=yes
5487
5488 else
5489
5490                           LINE=`grep "^wxUSE_MEM_TRACING=" ${wx_arg_cache_file}`
5491                           if test "x$LINE" != x ; then
5492                               eval "DEFAULT_$LINE"
5493                               cache=yes
5494                           else
5495                               cache=no
5496                           fi
5497
5498                           wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
5499
5500 fi
5501
5502
5503           eval "$wx_cv_use_mem_tracing"
5504           if test "x$cache" = xyes; then
5505             echo "wxUSE_MEM_TRACING=$wxUSE_MEM_TRACING" >> ${wx_arg_cache_file}.tmp
5506           fi
5507
5508           if test x"$enablestring" = xdisable; then
5509             if test $wxUSE_MEM_TRACING = yes; then
5510               result=no
5511             else
5512               result=yes
5513             fi
5514           else
5515             result=$wxUSE_MEM_TRACING
5516           fi
5517
5518           { echo "$as_me:$LINENO: result: $result" >&5
5519 echo "${ECHO_T}$result" >&6; }
5520
5521
5522           enablestring=
5523           defaultval=
5524           if test -z "$defaultval"; then
5525               if test x"$enablestring" = xdisable; then
5526                   defaultval=yes
5527               else
5528                   defaultval=no
5529               fi
5530           fi
5531
5532           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
5533 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6; }
5534           # Check whether --enable-profile was given.
5535 if test "${enable_profile+set}" = set; then
5536   enableval=$enable_profile;
5537                           if test "$enableval" = yes; then
5538                             wx_cv_use_profile='wxUSE_PROFILE=yes'
5539                           else
5540                             wx_cv_use_profile='wxUSE_PROFILE=no'
5541                           fi
5542                           cache=yes
5543
5544 else
5545
5546                           LINE=`grep "^wxUSE_PROFILE=" ${wx_arg_cache_file}`
5547                           if test "x$LINE" != x ; then
5548                               eval "DEFAULT_$LINE"
5549                               cache=yes
5550                           else
5551                               cache=no
5552                           fi
5553
5554                           wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
5555
5556 fi
5557
5558
5559           eval "$wx_cv_use_profile"
5560           if test "x$cache" = xyes; then
5561             echo "wxUSE_PROFILE=$wxUSE_PROFILE" >> ${wx_arg_cache_file}.tmp
5562           fi
5563
5564           if test x"$enablestring" = xdisable; then
5565             if test $wxUSE_PROFILE = yes; then
5566               result=no
5567             else
5568               result=yes
5569             fi
5570           else
5571             result=$wxUSE_PROFILE
5572           fi
5573
5574           { echo "$as_me:$LINENO: result: $result" >&5
5575 echo "${ECHO_T}$result" >&6; }
5576
5577
5578           enablestring=
5579           defaultval=
5580           if test -z "$defaultval"; then
5581               if test x"$enablestring" = xdisable; then
5582                   defaultval=yes
5583               else
5584                   defaultval=no
5585               fi
5586           fi
5587
5588           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
5589 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6; }
5590           # Check whether --enable-no_rtti was given.
5591 if test "${enable_no_rtti+set}" = set; then
5592   enableval=$enable_no_rtti;
5593                           if test "$enableval" = yes; then
5594                             wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
5595                           else
5596                             wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
5597                           fi
5598                           cache=yes
5599
5600 else
5601
5602                           LINE=`grep "^wxUSE_NO_RTTI=" ${wx_arg_cache_file}`
5603                           if test "x$LINE" != x ; then
5604                               eval "DEFAULT_$LINE"
5605                               cache=yes
5606                           else
5607                               cache=no
5608                           fi
5609
5610                           wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
5611
5612 fi
5613
5614
5615           eval "$wx_cv_use_no_rtti"
5616           if test "x$cache" = xyes; then
5617             echo "wxUSE_NO_RTTI=$wxUSE_NO_RTTI" >> ${wx_arg_cache_file}.tmp
5618           fi
5619
5620           if test x"$enablestring" = xdisable; then
5621             if test $wxUSE_NO_RTTI = yes; then
5622               result=no
5623             else
5624               result=yes
5625             fi
5626           else
5627             result=$wxUSE_NO_RTTI
5628           fi
5629
5630           { echo "$as_me:$LINENO: result: $result" >&5
5631 echo "${ECHO_T}$result" >&6; }
5632
5633
5634           enablestring=
5635           defaultval=
5636           if test -z "$defaultval"; then
5637               if test x"$enablestring" = xdisable; then
5638                   defaultval=yes
5639               else
5640                   defaultval=no
5641               fi
5642           fi
5643
5644           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
5645 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6; }
5646           # Check whether --enable-no_exceptions was given.
5647 if test "${enable_no_exceptions+set}" = set; then
5648   enableval=$enable_no_exceptions;
5649                           if test "$enableval" = yes; then
5650                             wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
5651                           else
5652                             wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
5653                           fi
5654                           cache=yes
5655
5656 else
5657
5658                           LINE=`grep "^wxUSE_NO_EXCEPTIONS=" ${wx_arg_cache_file}`
5659                           if test "x$LINE" != x ; then
5660                               eval "DEFAULT_$LINE"
5661                               cache=yes
5662                           else
5663                               cache=no
5664                           fi
5665
5666                           wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
5667
5668 fi
5669
5670
5671           eval "$wx_cv_use_no_exceptions"
5672           if test "x$cache" = xyes; then
5673             echo "wxUSE_NO_EXCEPTIONS=$wxUSE_NO_EXCEPTIONS" >> ${wx_arg_cache_file}.tmp
5674           fi
5675
5676           if test x"$enablestring" = xdisable; then
5677             if test $wxUSE_NO_EXCEPTIONS = yes; then
5678               result=no
5679             else
5680               result=yes
5681             fi
5682           else
5683             result=$wxUSE_NO_EXCEPTIONS
5684           fi
5685
5686           { echo "$as_me:$LINENO: result: $result" >&5
5687 echo "${ECHO_T}$result" >&6; }
5688
5689
5690           enablestring=
5691           defaultval=
5692           if test -z "$defaultval"; then
5693               if test x"$enablestring" = xdisable; then
5694                   defaultval=yes
5695               else
5696                   defaultval=no
5697               fi
5698           fi
5699
5700           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
5701 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6; }
5702           # Check whether --enable-permissive was given.
5703 if test "${enable_permissive+set}" = set; then
5704   enableval=$enable_permissive;
5705                           if test "$enableval" = yes; then
5706                             wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
5707                           else
5708                             wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
5709                           fi
5710                           cache=yes
5711
5712 else
5713
5714                           LINE=`grep "^wxUSE_PERMISSIVE=" ${wx_arg_cache_file}`
5715                           if test "x$LINE" != x ; then
5716                               eval "DEFAULT_$LINE"
5717                               cache=yes
5718                           else
5719                               cache=no
5720                           fi
5721
5722                           wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
5723
5724 fi
5725
5726
5727           eval "$wx_cv_use_permissive"
5728           if test "x$cache" = xyes; then
5729             echo "wxUSE_PERMISSIVE=$wxUSE_PERMISSIVE" >> ${wx_arg_cache_file}.tmp
5730           fi
5731
5732           if test x"$enablestring" = xdisable; then
5733             if test $wxUSE_PERMISSIVE = yes; then
5734               result=no
5735             else
5736               result=yes
5737             fi
5738           else
5739             result=$wxUSE_PERMISSIVE
5740           fi
5741
5742           { echo "$as_me:$LINENO: result: $result" >&5
5743 echo "${ECHO_T}$result" >&6; }
5744
5745
5746           enablestring=
5747           defaultval=
5748           if test -z "$defaultval"; then
5749               if test x"$enablestring" = xdisable; then
5750                   defaultval=yes
5751               else
5752                   defaultval=no
5753               fi
5754           fi
5755
5756           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
5757 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6; }
5758           # Check whether --enable-no_deps was given.
5759 if test "${enable_no_deps+set}" = set; then
5760   enableval=$enable_no_deps;
5761                           if test "$enableval" = yes; then
5762                             wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
5763                           else
5764                             wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
5765                           fi
5766                           cache=yes
5767
5768 else
5769
5770                           LINE=`grep "^wxUSE_NO_DEPS=" ${wx_arg_cache_file}`
5771                           if test "x$LINE" != x ; then
5772                               eval "DEFAULT_$LINE"
5773                               cache=yes
5774                           else
5775                               cache=no
5776                           fi
5777
5778                           wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
5779
5780 fi
5781
5782
5783           eval "$wx_cv_use_no_deps"
5784           if test "x$cache" = xyes; then
5785             echo "wxUSE_NO_DEPS=$wxUSE_NO_DEPS" >> ${wx_arg_cache_file}.tmp
5786           fi
5787
5788           if test x"$enablestring" = xdisable; then
5789             if test $wxUSE_NO_DEPS = yes; then
5790               result=no
5791             else
5792               result=yes
5793             fi
5794           else
5795             result=$wxUSE_NO_DEPS
5796           fi
5797
5798           { echo "$as_me:$LINENO: result: $result" >&5
5799 echo "${ECHO_T}$result" >&6; }
5800
5801
5802           enablestring=disable
5803           defaultval=
5804           if test -z "$defaultval"; then
5805               if test x"$enablestring" = xdisable; then
5806                   defaultval=yes
5807               else
5808                   defaultval=no
5809               fi
5810           fi
5811
5812           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-vararg_macros" >&5
5813 echo $ECHO_N "checking for --${enablestring:-enable}-vararg_macros... $ECHO_C" >&6; }
5814           # Check whether --enable-vararg_macros was given.
5815 if test "${enable_vararg_macros+set}" = set; then
5816   enableval=$enable_vararg_macros;
5817                           if test "$enableval" = yes; then
5818                             wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
5819                           else
5820                             wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
5821                           fi
5822                           cache=yes
5823
5824 else
5825
5826                           LINE=`grep "^wxUSE_VARARG_MACROS=" ${wx_arg_cache_file}`
5827                           if test "x$LINE" != x ; then
5828                               eval "DEFAULT_$LINE"
5829                               cache=yes
5830                           else
5831                               cache=no
5832                           fi
5833
5834                           wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
5835
5836 fi
5837
5838
5839           eval "$wx_cv_use_vararg_macros"
5840           if test "x$cache" = xyes; then
5841             echo "wxUSE_VARARG_MACROS=$wxUSE_VARARG_MACROS" >> ${wx_arg_cache_file}.tmp
5842           fi
5843
5844           if test x"$enablestring" = xdisable; then
5845             if test $wxUSE_VARARG_MACROS = yes; then
5846               result=no
5847             else
5848               result=yes
5849             fi
5850           else
5851             result=$wxUSE_VARARG_MACROS
5852           fi
5853
5854           { echo "$as_me:$LINENO: result: $result" >&5
5855 echo "${ECHO_T}$result" >&6; }
5856
5857
5858           enablestring=
5859           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
5860 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6; }
5861           # Check whether --enable-universal_binary was given.
5862 if test "${enable_universal_binary+set}" = set; then
5863   enableval=$enable_universal_binary;
5864                           wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
5865                           cache=yes
5866
5867 else
5868
5869                           LINE=`grep "^wxUSE_UNIVERSAL_BINARY=" ${wx_arg_cache_file}`
5870                           if test "x$LINE" != x ; then
5871                             eval "DEFAULT_$LINE"
5872                             cache=yes
5873                           else
5874                             cache=no
5875                           fi
5876
5877                           wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
5878
5879 fi
5880
5881
5882           eval "$wx_cv_use_universal_binary"
5883           if test "x$cache" = xyes; then
5884             echo "wxUSE_UNIVERSAL_BINARY=$wxUSE_UNIVERSAL_BINARY" >> ${wx_arg_cache_file}.tmp
5885           fi
5886
5887           { echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
5888 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
5889
5890
5891
5892           enablestring=
5893           defaultval=
5894           if test -z "$defaultval"; then
5895               if test x"$enablestring" = xdisable; then
5896                   defaultval=yes
5897               else
5898                   defaultval=no
5899               fi
5900           fi
5901
5902           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
5903 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6; }
5904           # Check whether --enable-compat26 was given.
5905 if test "${enable_compat26+set}" = set; then
5906   enableval=$enable_compat26;
5907                           if test "$enableval" = yes; then
5908                             wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
5909                           else
5910                             wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
5911                           fi
5912                           cache=yes
5913
5914 else
5915
5916                           LINE=`grep "^WXWIN_COMPATIBILITY_2_6=" ${wx_arg_cache_file}`
5917                           if test "x$LINE" != x ; then
5918                               eval "DEFAULT_$LINE"
5919                               cache=yes
5920                           else
5921                               cache=no
5922                           fi
5923
5924                           wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
5925
5926 fi
5927
5928
5929           eval "$wx_cv_use_compat26"
5930           if test "x$cache" = xyes; then
5931             echo "WXWIN_COMPATIBILITY_2_6=$WXWIN_COMPATIBILITY_2_6" >> ${wx_arg_cache_file}.tmp
5932           fi
5933
5934           if test x"$enablestring" = xdisable; then
5935             if test $WXWIN_COMPATIBILITY_2_6 = yes; then
5936               result=no
5937             else
5938               result=yes
5939             fi
5940           else
5941             result=$WXWIN_COMPATIBILITY_2_6
5942           fi
5943
5944           { echo "$as_me:$LINENO: result: $result" >&5
5945 echo "${ECHO_T}$result" >&6; }
5946
5947
5948           enablestring=disable
5949           defaultval=
5950           if test -z "$defaultval"; then
5951               if test x"$enablestring" = xdisable; then
5952                   defaultval=yes
5953               else
5954                   defaultval=no
5955               fi
5956           fi
5957
5958           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat28" >&5
5959 echo $ECHO_N "checking for --${enablestring:-enable}-compat28... $ECHO_C" >&6; }
5960           # Check whether --enable-compat28 was given.
5961 if test "${enable_compat28+set}" = set; then
5962   enableval=$enable_compat28;
5963                           if test "$enableval" = yes; then
5964                             wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
5965                           else
5966                             wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
5967                           fi
5968                           cache=yes
5969
5970 else
5971
5972                           LINE=`grep "^WXWIN_COMPATIBILITY_2_8=" ${wx_arg_cache_file}`
5973                           if test "x$LINE" != x ; then
5974                               eval "DEFAULT_$LINE"
5975                               cache=yes
5976                           else
5977                               cache=no
5978                           fi
5979
5980                           wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
5981
5982 fi
5983
5984
5985           eval "$wx_cv_use_compat28"
5986           if test "x$cache" = xyes; then
5987             echo "WXWIN_COMPATIBILITY_2_8=$WXWIN_COMPATIBILITY_2_8" >> ${wx_arg_cache_file}.tmp
5988           fi
5989
5990           if test x"$enablestring" = xdisable; then
5991             if test $WXWIN_COMPATIBILITY_2_8 = yes; then
5992               result=no
5993             else
5994               result=yes
5995             fi
5996           else
5997             result=$WXWIN_COMPATIBILITY_2_8
5998           fi
5999
6000           { echo "$as_me:$LINENO: result: $result" >&5
6001 echo "${ECHO_T}$result" >&6; }
6002
6003
6004
6005           enablestring=disable
6006           defaultval=
6007           if test -z "$defaultval"; then
6008               if test x"$enablestring" = xdisable; then
6009                   defaultval=yes
6010               else
6011                   defaultval=no
6012               fi
6013           fi
6014
6015           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
6016 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6; }
6017           # Check whether --enable-rpath was given.
6018 if test "${enable_rpath+set}" = set; then
6019   enableval=$enable_rpath;
6020                           if test "$enableval" = yes; then
6021                             wx_cv_use_rpath='wxUSE_RPATH=yes'
6022                           else
6023                             wx_cv_use_rpath='wxUSE_RPATH=no'
6024                           fi
6025                           cache=yes
6026
6027 else
6028
6029                           LINE=`grep "^wxUSE_RPATH=" ${wx_arg_cache_file}`
6030                           if test "x$LINE" != x ; then
6031                               eval "DEFAULT_$LINE"
6032                               cache=yes
6033                           else
6034                               cache=no
6035                           fi
6036
6037                           wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
6038
6039 fi
6040
6041
6042           eval "$wx_cv_use_rpath"
6043           if test "x$cache" = xyes; then
6044             echo "wxUSE_RPATH=$wxUSE_RPATH" >> ${wx_arg_cache_file}.tmp
6045           fi
6046
6047           if test x"$enablestring" = xdisable; then
6048             if test $wxUSE_RPATH = yes; then
6049               result=no
6050             else
6051               result=yes
6052             fi
6053           else
6054             result=$wxUSE_RPATH
6055           fi
6056
6057           { echo "$as_me:$LINENO: result: $result" >&5
6058 echo "${ECHO_T}$result" >&6; }
6059
6060
6061
6062           enablestring=
6063           defaultval=
6064           if test -z "$defaultval"; then
6065               if test x"$enablestring" = xdisable; then
6066                   defaultval=yes
6067               else
6068                   defaultval=no
6069               fi
6070           fi
6071
6072           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-objc_uniquifying" >&5
6073 echo $ECHO_N "checking for --${enablestring:-enable}-objc_uniquifying... $ECHO_C" >&6; }
6074           # Check whether --enable-objc_uniquifying was given.
6075 if test "${enable_objc_uniquifying+set}" = set; then
6076   enableval=$enable_objc_uniquifying;
6077                           if test "$enableval" = yes; then
6078                             wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
6079                           else
6080                             wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
6081                           fi
6082                           cache=yes
6083
6084 else
6085
6086                           LINE=`grep "^wxUSE_OBJC_UNIQUIFYING=" ${wx_arg_cache_file}`
6087                           if test "x$LINE" != x ; then
6088                               eval "DEFAULT_$LINE"
6089                               cache=yes
6090                           else
6091                               cache=no
6092                           fi
6093
6094                           wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
6095
6096 fi
6097
6098
6099           eval "$wx_cv_use_objc_uniquifying"
6100           if test "x$cache" = xyes; then
6101             echo "wxUSE_OBJC_UNIQUIFYING=$wxUSE_OBJC_UNIQUIFYING" >> ${wx_arg_cache_file}.tmp
6102           fi
6103
6104           if test x"$enablestring" = xdisable; then
6105             if test $wxUSE_OBJC_UNIQUIFYING = yes; then
6106               result=no
6107             else
6108               result=yes
6109             fi
6110           else
6111             result=$wxUSE_OBJC_UNIQUIFYING
6112           fi
6113
6114           { echo "$as_me:$LINENO: result: $result" >&5
6115 echo "${ECHO_T}$result" >&6; }
6116
6117
6118
6119           enablestring=disable
6120           defaultval=
6121           if test -z "$defaultval"; then
6122               if test x"$enablestring" = xdisable; then
6123                   defaultval=yes
6124               else
6125                   defaultval=no
6126               fi
6127           fi
6128
6129           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5
6130 echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; }
6131           # Check whether --enable-visibility was given.
6132 if test "${enable_visibility+set}" = set; then
6133   enableval=$enable_visibility;
6134                           if test "$enableval" = yes; then
6135                             wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
6136                           else
6137                             wx_cv_use_visibility='wxUSE_VISIBILITY=no'
6138                           fi
6139                           cache=yes
6140
6141 else
6142
6143                           LINE=`grep "^wxUSE_VISIBILITY=" ${wx_arg_cache_file}`
6144                           if test "x$LINE" != x ; then
6145                               eval "DEFAULT_$LINE"
6146                               cache=yes
6147                           else
6148                               cache=no
6149                           fi
6150
6151                           wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
6152
6153 fi
6154
6155
6156           eval "$wx_cv_use_visibility"
6157           if test "x$cache" = xyes; then
6158             echo "wxUSE_VISIBILITY=$wxUSE_VISIBILITY" >> ${wx_arg_cache_file}.tmp
6159           fi
6160
6161           if test x"$enablestring" = xdisable; then
6162             if test $wxUSE_VISIBILITY = yes; then
6163               result=no
6164             else
6165               result=yes
6166             fi
6167           else
6168             result=$wxUSE_VISIBILITY
6169           fi
6170
6171           { echo "$as_me:$LINENO: result: $result" >&5
6172 echo "${ECHO_T}$result" >&6; }
6173
6174
6175
6176
6177           enablestring=
6178           defaultval=$wxUSE_ALL_FEATURES
6179           if test -z "$defaultval"; then
6180               if test x"$enablestring" = xdisable; then
6181                   defaultval=yes
6182               else
6183                   defaultval=no
6184               fi
6185           fi
6186
6187           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
6188 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6; }
6189           # Check whether --enable-intl was given.
6190 if test "${enable_intl+set}" = set; then
6191   enableval=$enable_intl;
6192                           if test "$enableval" = yes; then
6193                             wx_cv_use_intl='wxUSE_INTL=yes'
6194                           else
6195                             wx_cv_use_intl='wxUSE_INTL=no'
6196                           fi
6197                           cache=yes
6198
6199 else
6200
6201                           LINE=`grep "^wxUSE_INTL=" ${wx_arg_cache_file}`
6202                           if test "x$LINE" != x ; then
6203                               eval "DEFAULT_$LINE"
6204                               cache=yes
6205                           else
6206                               cache=no
6207                           fi
6208
6209                           wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
6210
6211 fi
6212
6213
6214           eval "$wx_cv_use_intl"
6215           if test "x$cache" = xyes; then
6216             echo "wxUSE_INTL=$wxUSE_INTL" >> ${wx_arg_cache_file}.tmp
6217           fi
6218
6219           if test x"$enablestring" = xdisable; then
6220             if test $wxUSE_INTL = yes; then
6221               result=no
6222             else
6223               result=yes
6224             fi
6225           else
6226             result=$wxUSE_INTL
6227           fi
6228
6229           { echo "$as_me:$LINENO: result: $result" >&5
6230 echo "${ECHO_T}$result" >&6; }
6231
6232
6233           enablestring=
6234           defaultval=$wxUSE_ALL_FEATURES
6235           if test -z "$defaultval"; then
6236               if test x"$enablestring" = xdisable; then
6237                   defaultval=yes
6238               else
6239                   defaultval=no
6240               fi
6241           fi
6242
6243           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
6244 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6; }
6245           # Check whether --enable-config was given.
6246 if test "${enable_config+set}" = set; then
6247   enableval=$enable_config;
6248                           if test "$enableval" = yes; then
6249                             wx_cv_use_config='wxUSE_CONFIG=yes'
6250                           else
6251                             wx_cv_use_config='wxUSE_CONFIG=no'
6252                           fi
6253                           cache=yes
6254
6255 else
6256
6257                           LINE=`grep "^wxUSE_CONFIG=" ${wx_arg_cache_file}`
6258                           if test "x$LINE" != x ; then
6259                               eval "DEFAULT_$LINE"
6260                               cache=yes
6261                           else
6262                               cache=no
6263                           fi
6264
6265                           wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
6266
6267 fi
6268
6269
6270           eval "$wx_cv_use_config"
6271           if test "x$cache" = xyes; then
6272             echo "wxUSE_CONFIG=$wxUSE_CONFIG" >> ${wx_arg_cache_file}.tmp
6273           fi
6274
6275           if test x"$enablestring" = xdisable; then
6276             if test $wxUSE_CONFIG = yes; then
6277               result=no
6278             else
6279               result=yes
6280             fi
6281           else
6282             result=$wxUSE_CONFIG
6283           fi
6284
6285           { echo "$as_me:$LINENO: result: $result" >&5
6286 echo "${ECHO_T}$result" >&6; }
6287
6288
6289
6290           enablestring=
6291           defaultval=$wxUSE_ALL_FEATURES
6292           if test -z "$defaultval"; then
6293               if test x"$enablestring" = xdisable; then
6294                   defaultval=yes
6295               else
6296                   defaultval=no
6297               fi
6298           fi
6299
6300           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
6301 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6; }
6302           # Check whether --enable-protocols was given.
6303 if test "${enable_protocols+set}" = set; then
6304   enableval=$enable_protocols;
6305                           if test "$enableval" = yes; then
6306                             wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
6307                           else
6308                             wx_cv_use_protocols='wxUSE_PROTOCOL=no'
6309                           fi
6310                           cache=yes
6311
6312 else
6313
6314                           LINE=`grep "^wxUSE_PROTOCOL=" ${wx_arg_cache_file}`
6315                           if test "x$LINE" != x ; then
6316                               eval "DEFAULT_$LINE"
6317                               cache=yes
6318                           else
6319                               cache=no
6320                           fi
6321
6322                           wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
6323
6324 fi
6325
6326
6327           eval "$wx_cv_use_protocols"
6328           if test "x$cache" = xyes; then
6329             echo "wxUSE_PROTOCOL=$wxUSE_PROTOCOL" >> ${wx_arg_cache_file}.tmp
6330           fi
6331
6332           if test x"$enablestring" = xdisable; then
6333             if test $wxUSE_PROTOCOL = yes; then
6334               result=no
6335             else
6336               result=yes
6337             fi
6338           else
6339             result=$wxUSE_PROTOCOL
6340           fi
6341
6342           { echo "$as_me:$LINENO: result: $result" >&5
6343 echo "${ECHO_T}$result" >&6; }
6344
6345
6346           enablestring=
6347           defaultval=$wxUSE_ALL_FEATURES
6348           if test -z "$defaultval"; then
6349               if test x"$enablestring" = xdisable; then
6350                   defaultval=yes
6351               else
6352                   defaultval=no
6353               fi
6354           fi
6355
6356           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
6357 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6; }
6358           # Check whether --enable-ftp was given.
6359 if test "${enable_ftp+set}" = set; then
6360   enableval=$enable_ftp;
6361                           if test "$enableval" = yes; then
6362                             wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
6363                           else
6364                             wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
6365                           fi
6366                           cache=yes
6367
6368 else
6369
6370                           LINE=`grep "^wxUSE_PROTOCOL_FTP=" ${wx_arg_cache_file}`
6371                           if test "x$LINE" != x ; then
6372                               eval "DEFAULT_$LINE"
6373                               cache=yes
6374                           else
6375                               cache=no
6376                           fi
6377
6378                           wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
6379
6380 fi
6381
6382
6383           eval "$wx_cv_use_ftp"
6384           if test "x$cache" = xyes; then
6385             echo "wxUSE_PROTOCOL_FTP=$wxUSE_PROTOCOL_FTP" >> ${wx_arg_cache_file}.tmp
6386           fi
6387
6388           if test x"$enablestring" = xdisable; then
6389             if test $wxUSE_PROTOCOL_FTP = yes; then
6390               result=no
6391             else
6392               result=yes
6393             fi
6394           else
6395             result=$wxUSE_PROTOCOL_FTP
6396           fi
6397
6398           { echo "$as_me:$LINENO: result: $result" >&5
6399 echo "${ECHO_T}$result" >&6; }
6400
6401
6402           enablestring=
6403           defaultval=$wxUSE_ALL_FEATURES
6404           if test -z "$defaultval"; then
6405               if test x"$enablestring" = xdisable; then
6406                   defaultval=yes
6407               else
6408                   defaultval=no
6409               fi
6410           fi
6411
6412           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
6413 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6; }
6414           # Check whether --enable-http was given.
6415 if test "${enable_http+set}" = set; then
6416   enableval=$enable_http;
6417                           if test "$enableval" = yes; then
6418                             wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
6419                           else
6420                             wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
6421                           fi
6422                           cache=yes
6423
6424 else
6425
6426                           LINE=`grep "^wxUSE_PROTOCOL_HTTP=" ${wx_arg_cache_file}`
6427                           if test "x$LINE" != x ; then
6428                               eval "DEFAULT_$LINE"
6429                               cache=yes
6430                           else
6431                               cache=no
6432                           fi
6433
6434                           wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
6435
6436 fi
6437
6438
6439           eval "$wx_cv_use_http"
6440           if test "x$cache" = xyes; then
6441             echo "wxUSE_PROTOCOL_HTTP=$wxUSE_PROTOCOL_HTTP" >> ${wx_arg_cache_file}.tmp
6442           fi
6443
6444           if test x"$enablestring" = xdisable; then
6445             if test $wxUSE_PROTOCOL_HTTP = yes; then
6446               result=no
6447             else
6448               result=yes
6449             fi
6450           else
6451             result=$wxUSE_PROTOCOL_HTTP
6452           fi
6453
6454           { echo "$as_me:$LINENO: result: $result" >&5
6455 echo "${ECHO_T}$result" >&6; }
6456
6457
6458           enablestring=
6459           defaultval=$wxUSE_ALL_FEATURES
6460           if test -z "$defaultval"; then
6461               if test x"$enablestring" = xdisable; then
6462                   defaultval=yes
6463               else
6464                   defaultval=no
6465               fi
6466           fi
6467
6468           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
6469 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6; }
6470           # Check whether --enable-fileproto was given.
6471 if test "${enable_fileproto+set}" = set; then
6472   enableval=$enable_fileproto;
6473                           if test "$enableval" = yes; then
6474                             wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
6475                           else
6476                             wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
6477                           fi
6478                           cache=yes
6479
6480 else
6481
6482                           LINE=`grep "^wxUSE_PROTOCOL_FILE=" ${wx_arg_cache_file}`
6483                           if test "x$LINE" != x ; then
6484                               eval "DEFAULT_$LINE"
6485                               cache=yes
6486                           else
6487                               cache=no
6488                           fi
6489
6490                           wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
6491
6492 fi
6493
6494
6495           eval "$wx_cv_use_fileproto"
6496           if test "x$cache" = xyes; then
6497             echo "wxUSE_PROTOCOL_FILE=$wxUSE_PROTOCOL_FILE" >> ${wx_arg_cache_file}.tmp
6498           fi
6499
6500           if test x"$enablestring" = xdisable; then
6501             if test $wxUSE_PROTOCOL_FILE = yes; then
6502               result=no
6503             else
6504               result=yes
6505             fi
6506           else
6507             result=$wxUSE_PROTOCOL_FILE
6508           fi
6509
6510           { echo "$as_me:$LINENO: result: $result" >&5
6511 echo "${ECHO_T}$result" >&6; }
6512
6513
6514           enablestring=
6515           defaultval=$wxUSE_ALL_FEATURES
6516           if test -z "$defaultval"; then
6517               if test x"$enablestring" = xdisable; then
6518                   defaultval=yes
6519               else
6520                   defaultval=no
6521               fi
6522           fi
6523
6524           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
6525 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6; }
6526           # Check whether --enable-sockets was given.
6527 if test "${enable_sockets+set}" = set; then
6528   enableval=$enable_sockets;
6529                           if test "$enableval" = yes; then
6530                             wx_cv_use_sockets='wxUSE_SOCKETS=yes'
6531                           else
6532                             wx_cv_use_sockets='wxUSE_SOCKETS=no'
6533                           fi
6534                           cache=yes
6535
6536 else
6537
6538                           LINE=`grep "^wxUSE_SOCKETS=" ${wx_arg_cache_file}`
6539                           if test "x$LINE" != x ; then
6540                               eval "DEFAULT_$LINE"
6541                               cache=yes
6542                           else
6543                               cache=no
6544                           fi
6545
6546                           wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
6547
6548 fi
6549
6550
6551           eval "$wx_cv_use_sockets"
6552           if test "x$cache" = xyes; then
6553             echo "wxUSE_SOCKETS=$wxUSE_SOCKETS" >> ${wx_arg_cache_file}.tmp
6554           fi
6555
6556           if test x"$enablestring" = xdisable; then
6557             if test $wxUSE_SOCKETS = yes; then
6558               result=no
6559             else
6560               result=yes
6561             fi
6562           else
6563             result=$wxUSE_SOCKETS
6564           fi
6565
6566           { echo "$as_me:$LINENO: result: $result" >&5
6567 echo "${ECHO_T}$result" >&6; }
6568
6569
6570           enablestring=
6571           defaultval=$wxUSE_ALL_FEATURES
6572           if test -z "$defaultval"; then
6573               if test x"$enablestring" = xdisable; then
6574                   defaultval=yes
6575               else
6576                   defaultval=no
6577               fi
6578           fi
6579
6580           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
6581 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6; }
6582           # Check whether --enable-ole was given.
6583 if test "${enable_ole+set}" = set; then
6584   enableval=$enable_ole;
6585                           if test "$enableval" = yes; then
6586                             wx_cv_use_ole='wxUSE_OLE=yes'
6587                           else
6588                             wx_cv_use_ole='wxUSE_OLE=no'
6589                           fi
6590                           cache=yes
6591
6592 else
6593
6594                           LINE=`grep "^wxUSE_OLE=" ${wx_arg_cache_file}`
6595                           if test "x$LINE" != x ; then
6596                               eval "DEFAULT_$LINE"
6597                               cache=yes
6598                           else
6599                               cache=no
6600                           fi
6601
6602                           wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
6603
6604 fi
6605
6606
6607           eval "$wx_cv_use_ole"
6608           if test "x$cache" = xyes; then
6609             echo "wxUSE_OLE=$wxUSE_OLE" >> ${wx_arg_cache_file}.tmp
6610           fi
6611
6612           if test x"$enablestring" = xdisable; then
6613             if test $wxUSE_OLE = yes; then
6614               result=no
6615             else
6616               result=yes
6617             fi
6618           else
6619             result=$wxUSE_OLE
6620           fi
6621
6622           { echo "$as_me:$LINENO: result: $result" >&5
6623 echo "${ECHO_T}$result" >&6; }
6624
6625
6626           enablestring=
6627           defaultval=$wxUSE_ALL_FEATURES
6628           if test -z "$defaultval"; then
6629               if test x"$enablestring" = xdisable; then
6630                   defaultval=yes
6631               else
6632                   defaultval=no
6633               fi
6634           fi
6635
6636           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
6637 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6; }
6638           # Check whether --enable-dataobj was given.
6639 if test "${enable_dataobj+set}" = set; then
6640   enableval=$enable_dataobj;
6641                           if test "$enableval" = yes; then
6642                             wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
6643                           else
6644                             wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
6645                           fi
6646                           cache=yes
6647
6648 else
6649
6650                           LINE=`grep "^wxUSE_DATAOBJ=" ${wx_arg_cache_file}`
6651                           if test "x$LINE" != x ; then
6652                               eval "DEFAULT_$LINE"
6653                               cache=yes
6654                           else
6655                               cache=no
6656                           fi
6657
6658                           wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
6659
6660 fi
6661
6662
6663           eval "$wx_cv_use_dataobj"
6664           if test "x$cache" = xyes; then
6665             echo "wxUSE_DATAOBJ=$wxUSE_DATAOBJ" >> ${wx_arg_cache_file}.tmp
6666           fi
6667
6668           if test x"$enablestring" = xdisable; then
6669             if test $wxUSE_DATAOBJ = yes; then
6670               result=no
6671             else
6672               result=yes
6673             fi
6674           else
6675             result=$wxUSE_DATAOBJ
6676           fi
6677
6678           { echo "$as_me:$LINENO: result: $result" >&5
6679 echo "${ECHO_T}$result" >&6; }
6680
6681
6682
6683           enablestring=
6684           defaultval=$wxUSE_ALL_FEATURES
6685           if test -z "$defaultval"; then
6686               if test x"$enablestring" = xdisable; then
6687                   defaultval=yes
6688               else
6689                   defaultval=no
6690               fi
6691           fi
6692
6693           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
6694 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6; }
6695           # Check whether --enable-ipc was given.
6696 if test "${enable_ipc+set}" = set; then
6697   enableval=$enable_ipc;
6698                           if test "$enableval" = yes; then
6699                             wx_cv_use_ipc='wxUSE_IPC=yes'
6700                           else
6701                             wx_cv_use_ipc='wxUSE_IPC=no'
6702                           fi
6703                           cache=yes
6704
6705 else
6706
6707                           LINE=`grep "^wxUSE_IPC=" ${wx_arg_cache_file}`
6708                           if test "x$LINE" != x ; then
6709                               eval "DEFAULT_$LINE"
6710                               cache=yes
6711                           else
6712                               cache=no
6713                           fi
6714
6715                           wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
6716
6717 fi
6718
6719
6720           eval "$wx_cv_use_ipc"
6721           if test "x$cache" = xyes; then
6722             echo "wxUSE_IPC=$wxUSE_IPC" >> ${wx_arg_cache_file}.tmp
6723           fi
6724
6725           if test x"$enablestring" = xdisable; then
6726             if test $wxUSE_IPC = yes; then
6727               result=no
6728             else
6729               result=yes
6730             fi
6731           else
6732             result=$wxUSE_IPC
6733           fi
6734
6735           { echo "$as_me:$LINENO: result: $result" >&5
6736 echo "${ECHO_T}$result" >&6; }
6737
6738
6739
6740           enablestring=
6741           defaultval=$wxUSE_ALL_FEATURES
6742           if test -z "$defaultval"; then
6743               if test x"$enablestring" = xdisable; then
6744                   defaultval=yes
6745               else
6746                   defaultval=no
6747               fi
6748           fi
6749
6750           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-baseevtloop" >&5
6751 echo $ECHO_N "checking for --${enablestring:-enable}-baseevtloop... $ECHO_C" >&6; }
6752           # Check whether --enable-baseevtloop was given.
6753 if test "${enable_baseevtloop+set}" = set; then
6754   enableval=$enable_baseevtloop;
6755                           if test "$enableval" = yes; then
6756                             wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
6757                           else
6758                             wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
6759                           fi
6760                           cache=yes
6761
6762 else
6763
6764                           LINE=`grep "^wxUSE_CONSOLE_EVENTLOOP=" ${wx_arg_cache_file}`
6765                           if test "x$LINE" != x ; then
6766                               eval "DEFAULT_$LINE"
6767                               cache=yes
6768                           else
6769                               cache=no
6770                           fi
6771
6772                           wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
6773
6774 fi
6775
6776
6777           eval "$wx_cv_use_baseevtloop"
6778           if test "x$cache" = xyes; then
6779             echo "wxUSE_CONSOLE_EVENTLOOP=$wxUSE_CONSOLE_EVENTLOOP" >> ${wx_arg_cache_file}.tmp
6780           fi
6781
6782           if test x"$enablestring" = xdisable; then
6783             if test $wxUSE_CONSOLE_EVENTLOOP = yes; then
6784               result=no
6785             else
6786               result=yes
6787             fi
6788           else
6789             result=$wxUSE_CONSOLE_EVENTLOOP
6790           fi
6791
6792           { echo "$as_me:$LINENO: result: $result" >&5
6793 echo "${ECHO_T}$result" >&6; }
6794
6795
6796           enablestring=
6797           defaultval=$wxUSE_ALL_FEATURES
6798           if test -z "$defaultval"; then
6799               if test x"$enablestring" = xdisable; then
6800                   defaultval=yes
6801               else
6802                   defaultval=no
6803               fi
6804           fi
6805
6806           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-epollloop" >&5
6807 echo $ECHO_N "checking for --${enablestring:-enable}-epollloop... $ECHO_C" >&6; }
6808           # Check whether --enable-epollloop was given.
6809 if test "${enable_epollloop+set}" = set; then
6810   enableval=$enable_epollloop;
6811                           if test "$enableval" = yes; then
6812                             wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
6813                           else
6814                             wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
6815                           fi
6816                           cache=yes
6817
6818 else
6819
6820                           LINE=`grep "^wxUSE_EPOLL_DISPATCHER=" ${wx_arg_cache_file}`
6821                           if test "x$LINE" != x ; then
6822                               eval "DEFAULT_$LINE"
6823                               cache=yes
6824                           else
6825                               cache=no
6826                           fi
6827
6828                           wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
6829
6830 fi
6831
6832
6833           eval "$wx_cv_use_epollloop"
6834           if test "x$cache" = xyes; then
6835             echo "wxUSE_EPOLL_DISPATCHER=$wxUSE_EPOLL_DISPATCHER" >> ${wx_arg_cache_file}.tmp
6836           fi
6837
6838           if test x"$enablestring" = xdisable; then
6839             if test $wxUSE_EPOLL_DISPATCHER = yes; then
6840               result=no
6841             else
6842               result=yes
6843             fi
6844           else
6845             result=$wxUSE_EPOLL_DISPATCHER
6846           fi
6847
6848           { echo "$as_me:$LINENO: result: $result" >&5
6849 echo "${ECHO_T}$result" >&6; }
6850
6851
6852           enablestring=
6853           defaultval=$wxUSE_ALL_FEATURES
6854           if test -z "$defaultval"; then
6855               if test x"$enablestring" = xdisable; then
6856                   defaultval=yes
6857               else
6858                   defaultval=no
6859               fi
6860           fi
6861
6862           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-selectloop" >&5
6863 echo $ECHO_N "checking for --${enablestring:-enable}-selectloop... $ECHO_C" >&6; }
6864           # Check whether --enable-selectloop was given.
6865 if test "${enable_selectloop+set}" = set; then
6866   enableval=$enable_selectloop;
6867                           if test "$enableval" = yes; then
6868                             wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
6869                           else
6870                             wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
6871                           fi
6872                           cache=yes
6873
6874 else
6875
6876                           LINE=`grep "^wxUSE_SELECT_DISPATCHER=" ${wx_arg_cache_file}`
6877                           if test "x$LINE" != x ; then
6878                               eval "DEFAULT_$LINE"
6879                               cache=yes
6880                           else
6881                               cache=no
6882                           fi
6883
6884                           wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
6885
6886 fi
6887
6888
6889           eval "$wx_cv_use_selectloop"
6890           if test "x$cache" = xyes; then
6891             echo "wxUSE_SELECT_DISPATCHER=$wxUSE_SELECT_DISPATCHER" >> ${wx_arg_cache_file}.tmp
6892           fi
6893
6894           if test x"$enablestring" = xdisable; then
6895             if test $wxUSE_SELECT_DISPATCHER = yes; then
6896               result=no
6897             else
6898               result=yes
6899             fi
6900           else
6901             result=$wxUSE_SELECT_DISPATCHER
6902           fi
6903
6904           { echo "$as_me:$LINENO: result: $result" >&5
6905 echo "${ECHO_T}$result" >&6; }
6906
6907
6908
6909           enablestring=
6910           defaultval=$wxUSE_ALL_FEATURES
6911           if test -z "$defaultval"; then
6912               if test x"$enablestring" = xdisable; then
6913                   defaultval=yes
6914               else
6915                   defaultval=no
6916               fi
6917           fi
6918
6919           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
6920 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6; }
6921           # Check whether --enable-apple_ieee was given.
6922 if test "${enable_apple_ieee+set}" = set; then
6923   enableval=$enable_apple_ieee;
6924                           if test "$enableval" = yes; then
6925                             wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
6926                           else
6927                             wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
6928                           fi
6929                           cache=yes
6930
6931 else
6932
6933                           LINE=`grep "^wxUSE_APPLE_IEEE=" ${wx_arg_cache_file}`
6934                           if test "x$LINE" != x ; then
6935                               eval "DEFAULT_$LINE"
6936                               cache=yes
6937                           else
6938                               cache=no
6939                           fi
6940
6941                           wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
6942
6943 fi
6944
6945
6946           eval "$wx_cv_use_apple_ieee"
6947           if test "x$cache" = xyes; then
6948             echo "wxUSE_APPLE_IEEE=$wxUSE_APPLE_IEEE" >> ${wx_arg_cache_file}.tmp
6949           fi
6950
6951           if test x"$enablestring" = xdisable; then
6952             if test $wxUSE_APPLE_IEEE = yes; then
6953               result=no
6954             else
6955               result=yes
6956             fi
6957           else
6958             result=$wxUSE_APPLE_IEEE
6959           fi
6960
6961           { echo "$as_me:$LINENO: result: $result" >&5
6962 echo "${ECHO_T}$result" >&6; }
6963
6964
6965           enablestring=
6966           defaultval=$wxUSE_ALL_FEATURES
6967           if test -z "$defaultval"; then
6968               if test x"$enablestring" = xdisable; then
6969                   defaultval=yes
6970               else
6971                   defaultval=no
6972               fi
6973           fi
6974
6975           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
6976 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6; }
6977           # Check whether --enable-arcstream was given.
6978 if test "${enable_arcstream+set}" = set; then
6979   enableval=$enable_arcstream;
6980                           if test "$enableval" = yes; then
6981                             wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
6982                           else
6983                             wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
6984                           fi
6985                           cache=yes
6986
6987 else
6988
6989                           LINE=`grep "^wxUSE_ARCHIVE_STREAMS=" ${wx_arg_cache_file}`
6990                           if test "x$LINE" != x ; then
6991                               eval "DEFAULT_$LINE"
6992                               cache=yes
6993                           else
6994                               cache=no
6995                           fi
6996
6997                           wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
6998
6999 fi
7000
7001
7002           eval "$wx_cv_use_arcstream"
7003           if test "x$cache" = xyes; then
7004             echo "wxUSE_ARCHIVE_STREAMS=$wxUSE_ARCHIVE_STREAMS" >> ${wx_arg_cache_file}.tmp
7005           fi
7006
7007           if test x"$enablestring" = xdisable; then
7008             if test $wxUSE_ARCHIVE_STREAMS = yes; then
7009               result=no
7010             else
7011               result=yes
7012             fi
7013           else
7014             result=$wxUSE_ARCHIVE_STREAMS
7015           fi
7016
7017           { echo "$as_me:$LINENO: result: $result" >&5
7018 echo "${ECHO_T}$result" >&6; }
7019
7020
7021           enablestring=
7022           defaultval=$wxUSE_ALL_FEATURES
7023           if test -z "$defaultval"; then
7024               if test x"$enablestring" = xdisable; then
7025                   defaultval=yes
7026               else
7027                   defaultval=no
7028               fi
7029           fi
7030
7031           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-base64" >&5
7032 echo $ECHO_N "checking for --${enablestring:-enable}-base64... $ECHO_C" >&6; }
7033           # Check whether --enable-base64 was given.
7034 if test "${enable_base64+set}" = set; then
7035   enableval=$enable_base64;
7036                           if test "$enableval" = yes; then
7037                             wx_cv_use_base64='wxUSE_BASE64=yes'
7038                           else
7039                             wx_cv_use_base64='wxUSE_BASE64=no'
7040                           fi
7041                           cache=yes
7042
7043 else
7044
7045                           LINE=`grep "^wxUSE_BASE64=" ${wx_arg_cache_file}`
7046                           if test "x$LINE" != x ; then
7047                               eval "DEFAULT_$LINE"
7048                               cache=yes
7049                           else
7050                               cache=no
7051                           fi
7052
7053                           wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
7054
7055 fi
7056
7057
7058           eval "$wx_cv_use_base64"
7059           if test "x$cache" = xyes; then
7060             echo "wxUSE_BASE64=$wxUSE_BASE64" >> ${wx_arg_cache_file}.tmp
7061           fi
7062
7063           if test x"$enablestring" = xdisable; then
7064             if test $wxUSE_BASE64 = yes; then
7065               result=no
7066             else
7067               result=yes
7068             fi
7069           else
7070             result=$wxUSE_BASE64
7071           fi
7072
7073           { echo "$as_me:$LINENO: result: $result" >&5
7074 echo "${ECHO_T}$result" >&6; }
7075
7076
7077           enablestring=
7078           defaultval=$wxUSE_ALL_FEATURES
7079           if test -z "$defaultval"; then
7080               if test x"$enablestring" = xdisable; then
7081                   defaultval=yes
7082               else
7083                   defaultval=no
7084               fi
7085           fi
7086
7087           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
7088 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6; }
7089           # Check whether --enable-backtrace was given.
7090 if test "${enable_backtrace+set}" = set; then
7091   enableval=$enable_backtrace;
7092                           if test "$enableval" = yes; then
7093                             wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
7094                           else
7095                             wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
7096                           fi
7097                           cache=yes
7098
7099 else
7100
7101                           LINE=`grep "^wxUSE_STACKWALKER=" ${wx_arg_cache_file}`
7102                           if test "x$LINE" != x ; then
7103                               eval "DEFAULT_$LINE"
7104                               cache=yes
7105                           else
7106                               cache=no
7107                           fi
7108
7109                           wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
7110
7111 fi
7112
7113
7114           eval "$wx_cv_use_backtrace"
7115           if test "x$cache" = xyes; then
7116             echo "wxUSE_STACKWALKER=$wxUSE_STACKWALKER" >> ${wx_arg_cache_file}.tmp
7117           fi
7118
7119           if test x"$enablestring" = xdisable; then
7120             if test $wxUSE_STACKWALKER = yes; then
7121               result=no
7122             else
7123               result=yes
7124             fi
7125           else
7126             result=$wxUSE_STACKWALKER
7127           fi
7128
7129           { echo "$as_me:$LINENO: result: $result" >&5
7130 echo "${ECHO_T}$result" >&6; }
7131
7132
7133           enablestring=
7134           defaultval=$wxUSE_ALL_FEATURES
7135           if test -z "$defaultval"; then
7136               if test x"$enablestring" = xdisable; then
7137                   defaultval=yes
7138               else
7139                   defaultval=no
7140               fi
7141           fi
7142
7143           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
7144 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6; }
7145           # Check whether --enable-catch_segvs was given.
7146 if test "${enable_catch_segvs+set}" = set; then
7147   enableval=$enable_catch_segvs;
7148                           if test "$enableval" = yes; then
7149                             wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
7150                           else
7151                             wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
7152                           fi
7153                           cache=yes
7154
7155 else
7156
7157                           LINE=`grep "^wxUSE_ON_FATAL_EXCEPTION=" ${wx_arg_cache_file}`
7158                           if test "x$LINE" != x ; then
7159                               eval "DEFAULT_$LINE"
7160                               cache=yes
7161                           else
7162                               cache=no
7163                           fi
7164
7165                           wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
7166
7167 fi
7168
7169
7170           eval "$wx_cv_use_catch_segvs"
7171           if test "x$cache" = xyes; then
7172             echo "wxUSE_ON_FATAL_EXCEPTION=$wxUSE_ON_FATAL_EXCEPTION" >> ${wx_arg_cache_file}.tmp
7173           fi
7174
7175           if test x"$enablestring" = xdisable; then
7176             if test $wxUSE_ON_FATAL_EXCEPTION = yes; then
7177               result=no
7178             else
7179               result=yes
7180             fi
7181           else
7182             result=$wxUSE_ON_FATAL_EXCEPTION
7183           fi
7184
7185           { echo "$as_me:$LINENO: result: $result" >&5
7186 echo "${ECHO_T}$result" >&6; }
7187
7188
7189           enablestring=
7190           defaultval=$wxUSE_ALL_FEATURES
7191           if test -z "$defaultval"; then
7192               if test x"$enablestring" = xdisable; then
7193                   defaultval=yes
7194               else
7195                   defaultval=no
7196               fi
7197           fi
7198
7199           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
7200 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6; }
7201           # Check whether --enable-cmdline was given.
7202 if test "${enable_cmdline+set}" = set; then
7203   enableval=$enable_cmdline;
7204                           if test "$enableval" = yes; then
7205                             wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
7206                           else
7207                             wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
7208                           fi
7209                           cache=yes
7210
7211 else
7212
7213                           LINE=`grep "^wxUSE_CMDLINE_PARSER=" ${wx_arg_cache_file}`
7214                           if test "x$LINE" != x ; then
7215                               eval "DEFAULT_$LINE"
7216                               cache=yes
7217                           else
7218                               cache=no
7219                           fi
7220
7221                           wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
7222
7223 fi
7224
7225
7226           eval "$wx_cv_use_cmdline"
7227           if test "x$cache" = xyes; then
7228             echo "wxUSE_CMDLINE_PARSER=$wxUSE_CMDLINE_PARSER" >> ${wx_arg_cache_file}.tmp
7229           fi
7230
7231           if test x"$enablestring" = xdisable; then
7232             if test $wxUSE_CMDLINE_PARSER = yes; then
7233               result=no
7234             else
7235               result=yes
7236             fi
7237           else
7238             result=$wxUSE_CMDLINE_PARSER
7239           fi
7240
7241           { echo "$as_me:$LINENO: result: $result" >&5
7242 echo "${ECHO_T}$result" >&6; }
7243
7244
7245           enablestring=
7246           defaultval=$wxUSE_ALL_FEATURES
7247           if test -z "$defaultval"; then
7248               if test x"$enablestring" = xdisable; then
7249                   defaultval=yes
7250               else
7251                   defaultval=no
7252               fi
7253           fi
7254
7255           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
7256 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6; }
7257           # Check whether --enable-datetime was given.
7258 if test "${enable_datetime+set}" = set; then
7259   enableval=$enable_datetime;
7260                           if test "$enableval" = yes; then
7261                             wx_cv_use_datetime='wxUSE_DATETIME=yes'
7262                           else
7263                             wx_cv_use_datetime='wxUSE_DATETIME=no'
7264                           fi
7265                           cache=yes
7266
7267 else
7268
7269                           LINE=`grep "^wxUSE_DATETIME=" ${wx_arg_cache_file}`
7270                           if test "x$LINE" != x ; then
7271                               eval "DEFAULT_$LINE"
7272                               cache=yes
7273                           else
7274                               cache=no
7275                           fi
7276
7277                           wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
7278
7279 fi
7280
7281
7282           eval "$wx_cv_use_datetime"
7283           if test "x$cache" = xyes; then
7284             echo "wxUSE_DATETIME=$wxUSE_DATETIME" >> ${wx_arg_cache_file}.tmp
7285           fi
7286
7287           if test x"$enablestring" = xdisable; then
7288             if test $wxUSE_DATETIME = yes; then
7289               result=no
7290             else
7291               result=yes
7292             fi
7293           else
7294             result=$wxUSE_DATETIME
7295           fi
7296
7297           { echo "$as_me:$LINENO: result: $result" >&5
7298 echo "${ECHO_T}$result" >&6; }
7299
7300
7301           enablestring=
7302           defaultval=$wxUSE_ALL_FEATURES
7303           if test -z "$defaultval"; then
7304               if test x"$enablestring" = xdisable; then
7305                   defaultval=yes
7306               else
7307                   defaultval=no
7308               fi
7309           fi
7310
7311           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
7312 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6; }
7313           # Check whether --enable-debugreport was given.
7314 if test "${enable_debugreport+set}" = set; then
7315   enableval=$enable_debugreport;
7316                           if test "$enableval" = yes; then
7317                             wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
7318                           else
7319                             wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
7320                           fi
7321                           cache=yes
7322
7323 else
7324
7325                           LINE=`grep "^wxUSE_DEBUGREPORT=" ${wx_arg_cache_file}`
7326                           if test "x$LINE" != x ; then
7327                               eval "DEFAULT_$LINE"
7328                               cache=yes
7329                           else
7330                               cache=no
7331                           fi
7332
7333                           wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
7334
7335 fi
7336
7337
7338           eval "$wx_cv_use_debugreport"
7339           if test "x$cache" = xyes; then
7340             echo "wxUSE_DEBUGREPORT=$wxUSE_DEBUGREPORT" >> ${wx_arg_cache_file}.tmp
7341           fi
7342
7343           if test x"$enablestring" = xdisable; then
7344             if test $wxUSE_DEBUGREPORT = yes; then
7345               result=no
7346             else
7347               result=yes
7348             fi
7349           else
7350             result=$wxUSE_DEBUGREPORT
7351           fi
7352
7353           { echo "$as_me:$LINENO: result: $result" >&5
7354 echo "${ECHO_T}$result" >&6; }
7355
7356
7357           enablestring=
7358           defaultval=$wxUSE_ALL_FEATURES
7359           if test -z "$defaultval"; then
7360               if test x"$enablestring" = xdisable; then
7361                   defaultval=yes
7362               else
7363                   defaultval=no
7364               fi
7365           fi
7366
7367           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
7368 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6; }
7369           # Check whether --enable-dialupman was given.
7370 if test "${enable_dialupman+set}" = set; then
7371   enableval=$enable_dialupman;
7372                           if test "$enableval" = yes; then
7373                             wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
7374                           else
7375                             wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
7376                           fi
7377                           cache=yes
7378
7379 else
7380
7381                           LINE=`grep "^wxUSE_DIALUP_MANAGER=" ${wx_arg_cache_file}`
7382                           if test "x$LINE" != x ; then
7383                               eval "DEFAULT_$LINE"
7384                               cache=yes
7385                           else
7386                               cache=no
7387                           fi
7388
7389                           wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
7390
7391 fi
7392
7393
7394           eval "$wx_cv_use_dialupman"
7395           if test "x$cache" = xyes; then
7396             echo "wxUSE_DIALUP_MANAGER=$wxUSE_DIALUP_MANAGER" >> ${wx_arg_cache_file}.tmp
7397           fi
7398
7399           if test x"$enablestring" = xdisable; then
7400             if test $wxUSE_DIALUP_MANAGER = yes; then
7401               result=no
7402             else
7403               result=yes
7404             fi
7405           else
7406             result=$wxUSE_DIALUP_MANAGER
7407           fi
7408
7409           { echo "$as_me:$LINENO: result: $result" >&5
7410 echo "${ECHO_T}$result" >&6; }
7411
7412
7413           enablestring=
7414           defaultval=$wxUSE_ALL_FEATURES
7415           if test -z "$defaultval"; then
7416               if test x"$enablestring" = xdisable; then
7417                   defaultval=yes
7418               else
7419                   defaultval=no
7420               fi
7421           fi
7422
7423           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
7424 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6; }
7425           # Check whether --enable-dynlib was given.
7426 if test "${enable_dynlib+set}" = set; then
7427   enableval=$enable_dynlib;
7428                           if test "$enableval" = yes; then
7429                             wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
7430                           else
7431                             wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
7432                           fi
7433                           cache=yes
7434
7435 else
7436
7437                           LINE=`grep "^wxUSE_DYNLIB_CLASS=" ${wx_arg_cache_file}`
7438                           if test "x$LINE" != x ; then
7439                               eval "DEFAULT_$LINE"
7440                               cache=yes
7441                           else
7442                               cache=no
7443                           fi
7444
7445                           wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
7446
7447 fi
7448
7449
7450           eval "$wx_cv_use_dynlib"
7451           if test "x$cache" = xyes; then
7452             echo "wxUSE_DYNLIB_CLASS=$wxUSE_DYNLIB_CLASS" >> ${wx_arg_cache_file}.tmp
7453           fi
7454
7455           if test x"$enablestring" = xdisable; then
7456             if test $wxUSE_DYNLIB_CLASS = yes; then
7457               result=no
7458             else
7459               result=yes
7460             fi
7461           else
7462             result=$wxUSE_DYNLIB_CLASS
7463           fi
7464
7465           { echo "$as_me:$LINENO: result: $result" >&5
7466 echo "${ECHO_T}$result" >&6; }
7467
7468
7469           enablestring=
7470           defaultval=$wxUSE_ALL_FEATURES
7471           if test -z "$defaultval"; then
7472               if test x"$enablestring" = xdisable; then
7473                   defaultval=yes
7474               else
7475                   defaultval=no
7476               fi
7477           fi
7478
7479           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
7480 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6; }
7481           # Check whether --enable-dynamicloader was given.
7482 if test "${enable_dynamicloader+set}" = set; then
7483   enableval=$enable_dynamicloader;
7484                           if test "$enableval" = yes; then
7485                             wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
7486                           else
7487                             wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
7488                           fi
7489                           cache=yes
7490
7491 else
7492
7493                           LINE=`grep "^wxUSE_DYNAMIC_LOADER=" ${wx_arg_cache_file}`
7494                           if test "x$LINE" != x ; then
7495                               eval "DEFAULT_$LINE"
7496                               cache=yes
7497                           else
7498                               cache=no
7499                           fi
7500
7501                           wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
7502
7503 fi
7504
7505
7506           eval "$wx_cv_use_dynamicloader"
7507           if test "x$cache" = xyes; then
7508             echo "wxUSE_DYNAMIC_LOADER=$wxUSE_DYNAMIC_LOADER" >> ${wx_arg_cache_file}.tmp
7509           fi
7510
7511           if test x"$enablestring" = xdisable; then
7512             if test $wxUSE_DYNAMIC_LOADER = yes; then
7513               result=no
7514             else
7515               result=yes
7516             fi
7517           else
7518             result=$wxUSE_DYNAMIC_LOADER
7519           fi
7520
7521           { echo "$as_me:$LINENO: result: $result" >&5
7522 echo "${ECHO_T}$result" >&6; }
7523
7524
7525           enablestring=
7526           defaultval=$wxUSE_ALL_FEATURES
7527           if test -z "$defaultval"; then
7528               if test x"$enablestring" = xdisable; then
7529                   defaultval=yes
7530               else
7531                   defaultval=no
7532               fi
7533           fi
7534
7535           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
7536 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6; }
7537           # Check whether --enable-exceptions was given.
7538 if test "${enable_exceptions+set}" = set; then
7539   enableval=$enable_exceptions;
7540                           if test "$enableval" = yes; then
7541                             wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
7542                           else
7543                             wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
7544                           fi
7545                           cache=yes
7546
7547 else
7548
7549                           LINE=`grep "^wxUSE_EXCEPTIONS=" ${wx_arg_cache_file}`
7550                           if test "x$LINE" != x ; then
7551                               eval "DEFAULT_$LINE"
7552                               cache=yes
7553                           else
7554                               cache=no
7555                           fi
7556
7557                           wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
7558
7559 fi
7560
7561
7562           eval "$wx_cv_use_exceptions"
7563           if test "x$cache" = xyes; then
7564             echo "wxUSE_EXCEPTIONS=$wxUSE_EXCEPTIONS" >> ${wx_arg_cache_file}.tmp
7565           fi
7566
7567           if test x"$enablestring" = xdisable; then
7568             if test $wxUSE_EXCEPTIONS = yes; then
7569               result=no
7570             else
7571               result=yes
7572             fi
7573           else
7574             result=$wxUSE_EXCEPTIONS
7575           fi
7576
7577           { echo "$as_me:$LINENO: result: $result" >&5
7578 echo "${ECHO_T}$result" >&6; }
7579
7580
7581           enablestring=
7582           defaultval=$wxUSE_ALL_FEATURES
7583           if test -z "$defaultval"; then
7584               if test x"$enablestring" = xdisable; then
7585                   defaultval=yes
7586               else
7587                   defaultval=no
7588               fi
7589           fi
7590
7591           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
7592 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6; }
7593           # Check whether --enable-ffile was given.
7594 if test "${enable_ffile+set}" = set; then
7595   enableval=$enable_ffile;
7596                           if test "$enableval" = yes; then
7597                             wx_cv_use_ffile='wxUSE_FFILE=yes'
7598                           else
7599                             wx_cv_use_ffile='wxUSE_FFILE=no'
7600                           fi
7601                           cache=yes
7602
7603 else
7604
7605                           LINE=`grep "^wxUSE_FFILE=" ${wx_arg_cache_file}`
7606                           if test "x$LINE" != x ; then
7607                               eval "DEFAULT_$LINE"
7608                               cache=yes
7609                           else
7610                               cache=no
7611                           fi
7612
7613                           wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
7614
7615 fi
7616
7617
7618           eval "$wx_cv_use_ffile"
7619           if test "x$cache" = xyes; then
7620             echo "wxUSE_FFILE=$wxUSE_FFILE" >> ${wx_arg_cache_file}.tmp
7621           fi
7622
7623           if test x"$enablestring" = xdisable; then
7624             if test $wxUSE_FFILE = yes; then
7625               result=no
7626             else
7627               result=yes
7628             fi
7629           else
7630             result=$wxUSE_FFILE
7631           fi
7632
7633           { echo "$as_me:$LINENO: result: $result" >&5
7634 echo "${ECHO_T}$result" >&6; }
7635
7636
7637           enablestring=
7638           defaultval=$wxUSE_ALL_FEATURES
7639           if test -z "$defaultval"; then
7640               if test x"$enablestring" = xdisable; then
7641                   defaultval=yes
7642               else
7643                   defaultval=no
7644               fi
7645           fi
7646
7647           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
7648 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6; }
7649           # Check whether --enable-file was given.
7650 if test "${enable_file+set}" = set; then
7651   enableval=$enable_file;
7652                           if test "$enableval" = yes; then
7653                             wx_cv_use_file='wxUSE_FILE=yes'
7654                           else
7655                             wx_cv_use_file='wxUSE_FILE=no'
7656                           fi
7657                           cache=yes
7658
7659 else
7660
7661                           LINE=`grep "^wxUSE_FILE=" ${wx_arg_cache_file}`
7662                           if test "x$LINE" != x ; then
7663                               eval "DEFAULT_$LINE"
7664                               cache=yes
7665                           else
7666                               cache=no
7667                           fi
7668
7669                           wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
7670
7671 fi
7672
7673
7674           eval "$wx_cv_use_file"
7675           if test "x$cache" = xyes; then
7676             echo "wxUSE_FILE=$wxUSE_FILE" >> ${wx_arg_cache_file}.tmp
7677           fi
7678
7679           if test x"$enablestring" = xdisable; then
7680             if test $wxUSE_FILE = yes; then
7681               result=no
7682             else
7683               result=yes
7684             fi
7685           else
7686             result=$wxUSE_FILE
7687           fi
7688
7689           { echo "$as_me:$LINENO: result: $result" >&5
7690 echo "${ECHO_T}$result" >&6; }
7691
7692
7693           enablestring=
7694           defaultval=$wxUSE_ALL_FEATURES
7695           if test -z "$defaultval"; then
7696               if test x"$enablestring" = xdisable; then
7697                   defaultval=yes
7698               else
7699                   defaultval=no
7700               fi
7701           fi
7702
7703           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
7704 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6; }
7705           # Check whether --enable-filesystem was given.
7706 if test "${enable_filesystem+set}" = set; then
7707   enableval=$enable_filesystem;
7708                           if test "$enableval" = yes; then
7709                             wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
7710                           else
7711                             wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
7712                           fi
7713                           cache=yes
7714
7715 else
7716
7717                           LINE=`grep "^wxUSE_FILESYSTEM=" ${wx_arg_cache_file}`
7718                           if test "x$LINE" != x ; then
7719                               eval "DEFAULT_$LINE"
7720                               cache=yes
7721                           else
7722                               cache=no
7723                           fi
7724
7725                           wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
7726
7727 fi
7728
7729
7730           eval "$wx_cv_use_filesystem"
7731           if test "x$cache" = xyes; then
7732             echo "wxUSE_FILESYSTEM=$wxUSE_FILESYSTEM" >> ${wx_arg_cache_file}.tmp
7733           fi
7734
7735           if test x"$enablestring" = xdisable; then
7736             if test $wxUSE_FILESYSTEM = yes; then
7737               result=no
7738             else
7739               result=yes
7740             fi
7741           else
7742             result=$wxUSE_FILESYSTEM
7743           fi
7744
7745           { echo "$as_me:$LINENO: result: $result" >&5
7746 echo "${ECHO_T}$result" >&6; }
7747
7748
7749           enablestring=
7750           defaultval=$wxUSE_ALL_FEATURES
7751           if test -z "$defaultval"; then
7752               if test x"$enablestring" = xdisable; then
7753                   defaultval=yes
7754               else
7755                   defaultval=no
7756               fi
7757           fi
7758
7759           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontenum" >&5
7760 echo $ECHO_N "checking for --${enablestring:-enable}-fontenum... $ECHO_C" >&6; }
7761           # Check whether --enable-fontenum was given.
7762 if test "${enable_fontenum+set}" = set; then
7763   enableval=$enable_fontenum;
7764                           if test "$enableval" = yes; then
7765                             wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
7766                           else
7767                             wx_cv_use_fontenum='wxUSE_FONTENUM=no'
7768                           fi
7769                           cache=yes
7770
7771 else
7772
7773                           LINE=`grep "^wxUSE_FONTENUM=" ${wx_arg_cache_file}`
7774                           if test "x$LINE" != x ; then
7775                               eval "DEFAULT_$LINE"
7776                               cache=yes
7777                           else
7778                               cache=no
7779                           fi
7780
7781                           wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
7782
7783 fi
7784
7785
7786           eval "$wx_cv_use_fontenum"
7787           if test "x$cache" = xyes; then
7788             echo "wxUSE_FONTENUM=$wxUSE_FONTENUM" >> ${wx_arg_cache_file}.tmp
7789           fi
7790
7791           if test x"$enablestring" = xdisable; then
7792             if test $wxUSE_FONTENUM = yes; then
7793               result=no
7794             else
7795               result=yes
7796             fi
7797           else
7798             result=$wxUSE_FONTENUM
7799           fi
7800
7801           { echo "$as_me:$LINENO: result: $result" >&5
7802 echo "${ECHO_T}$result" >&6; }
7803
7804
7805           enablestring=
7806           defaultval=$wxUSE_ALL_FEATURES
7807           if test -z "$defaultval"; then
7808               if test x"$enablestring" = xdisable; then
7809                   defaultval=yes
7810               else
7811                   defaultval=no
7812               fi
7813           fi
7814
7815           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
7816 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6; }
7817           # Check whether --enable-fontmap was given.
7818 if test "${enable_fontmap+set}" = set; then
7819   enableval=$enable_fontmap;
7820                           if test "$enableval" = yes; then
7821                             wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
7822                           else
7823                             wx_cv_use_fontmap='wxUSE_FONTMAP=no'
7824                           fi
7825                           cache=yes
7826
7827 else
7828
7829                           LINE=`grep "^wxUSE_FONTMAP=" ${wx_arg_cache_file}`
7830                           if test "x$LINE" != x ; then
7831                               eval "DEFAULT_$LINE"
7832                               cache=yes
7833                           else
7834                               cache=no
7835                           fi
7836
7837                           wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
7838
7839 fi
7840
7841
7842           eval "$wx_cv_use_fontmap"
7843           if test "x$cache" = xyes; then
7844             echo "wxUSE_FONTMAP=$wxUSE_FONTMAP" >> ${wx_arg_cache_file}.tmp
7845           fi
7846
7847           if test x"$enablestring" = xdisable; then
7848             if test $wxUSE_FONTMAP = yes; then
7849               result=no
7850             else
7851               result=yes
7852             fi
7853           else
7854             result=$wxUSE_FONTMAP
7855           fi
7856
7857           { echo "$as_me:$LINENO: result: $result" >&5
7858 echo "${ECHO_T}$result" >&6; }
7859
7860
7861           enablestring=
7862           defaultval=$wxUSE_ALL_FEATURES
7863           if test -z "$defaultval"; then
7864               if test x"$enablestring" = xdisable; then
7865                   defaultval=yes
7866               else
7867                   defaultval=no
7868               fi
7869           fi
7870
7871           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
7872 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6; }
7873           # Check whether --enable-fs_archive was given.
7874 if test "${enable_fs_archive+set}" = set; then
7875   enableval=$enable_fs_archive;
7876                           if test "$enableval" = yes; then
7877                             wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
7878                           else
7879                             wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
7880                           fi
7881                           cache=yes
7882
7883 else
7884
7885                           LINE=`grep "^wxUSE_FS_ARCHIVE=" ${wx_arg_cache_file}`
7886                           if test "x$LINE" != x ; then
7887                               eval "DEFAULT_$LINE"
7888                               cache=yes
7889                           else
7890                               cache=no
7891                           fi
7892
7893                           wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
7894
7895 fi
7896
7897
7898           eval "$wx_cv_use_fs_archive"
7899           if test "x$cache" = xyes; then
7900             echo "wxUSE_FS_ARCHIVE=$wxUSE_FS_ARCHIVE" >> ${wx_arg_cache_file}.tmp
7901           fi
7902
7903           if test x"$enablestring" = xdisable; then
7904             if test $wxUSE_FS_ARCHIVE = yes; then
7905               result=no
7906             else
7907               result=yes
7908             fi
7909           else
7910             result=$wxUSE_FS_ARCHIVE
7911           fi
7912
7913           { echo "$as_me:$LINENO: result: $result" >&5
7914 echo "${ECHO_T}$result" >&6; }
7915
7916
7917           enablestring=
7918           defaultval=$wxUSE_ALL_FEATURES
7919           if test -z "$defaultval"; then
7920               if test x"$enablestring" = xdisable; then
7921                   defaultval=yes
7922               else
7923                   defaultval=no
7924               fi
7925           fi
7926
7927           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
7928 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6; }
7929           # Check whether --enable-fs_inet was given.
7930 if test "${enable_fs_inet+set}" = set; then
7931   enableval=$enable_fs_inet;
7932                           if test "$enableval" = yes; then
7933                             wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
7934                           else
7935                             wx_cv_use_fs_inet='wxUSE_FS_INET=no'
7936                           fi
7937                           cache=yes
7938
7939 else
7940
7941                           LINE=`grep "^wxUSE_FS_INET=" ${wx_arg_cache_file}`
7942                           if test "x$LINE" != x ; then
7943                               eval "DEFAULT_$LINE"
7944                               cache=yes
7945                           else
7946                               cache=no
7947                           fi
7948
7949                           wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
7950
7951 fi
7952
7953
7954           eval "$wx_cv_use_fs_inet"
7955           if test "x$cache" = xyes; then
7956             echo "wxUSE_FS_INET=$wxUSE_FS_INET" >> ${wx_arg_cache_file}.tmp
7957           fi
7958
7959           if test x"$enablestring" = xdisable; then
7960             if test $wxUSE_FS_INET = yes; then
7961               result=no
7962             else
7963               result=yes
7964             fi
7965           else
7966             result=$wxUSE_FS_INET
7967           fi
7968
7969           { echo "$as_me:$LINENO: result: $result" >&5
7970 echo "${ECHO_T}$result" >&6; }
7971
7972
7973           enablestring=
7974           defaultval=$wxUSE_ALL_FEATURES
7975           if test -z "$defaultval"; then
7976               if test x"$enablestring" = xdisable; then
7977                   defaultval=yes
7978               else
7979                   defaultval=no
7980               fi
7981           fi
7982
7983           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
7984 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6; }
7985           # Check whether --enable-fs_zip was given.
7986 if test "${enable_fs_zip+set}" = set; then
7987   enableval=$enable_fs_zip;
7988                           if test "$enableval" = yes; then
7989                             wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
7990                           else
7991                             wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
7992                           fi
7993                           cache=yes
7994
7995 else
7996
7997                           LINE=`grep "^wxUSE_FS_ZIP=" ${wx_arg_cache_file}`
7998                           if test "x$LINE" != x ; then
7999                               eval "DEFAULT_$LINE"
8000                               cache=yes
8001                           else
8002                               cache=no
8003                           fi
8004
8005                           wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
8006
8007 fi
8008
8009
8010           eval "$wx_cv_use_fs_zip"
8011           if test "x$cache" = xyes; then
8012             echo "wxUSE_FS_ZIP=$wxUSE_FS_ZIP" >> ${wx_arg_cache_file}.tmp
8013           fi
8014
8015           if test x"$enablestring" = xdisable; then
8016             if test $wxUSE_FS_ZIP = yes; then
8017               result=no
8018             else
8019               result=yes
8020             fi
8021           else
8022             result=$wxUSE_FS_ZIP
8023           fi
8024
8025           { echo "$as_me:$LINENO: result: $result" >&5
8026 echo "${ECHO_T}$result" >&6; }
8027
8028
8029           enablestring=
8030           defaultval=$wxUSE_ALL_FEATURES
8031           if test -z "$defaultval"; then
8032               if test x"$enablestring" = xdisable; then
8033                   defaultval=yes
8034               else
8035                   defaultval=no
8036               fi
8037           fi
8038
8039           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
8040 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6; }
8041           # Check whether --enable-geometry was given.
8042 if test "${enable_geometry+set}" = set; then
8043   enableval=$enable_geometry;
8044                           if test "$enableval" = yes; then
8045                             wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
8046                           else
8047                             wx_cv_use_geometry='wxUSE_GEOMETRY=no'
8048                           fi
8049                           cache=yes
8050
8051 else
8052
8053                           LINE=`grep "^wxUSE_GEOMETRY=" ${wx_arg_cache_file}`
8054                           if test "x$LINE" != x ; then
8055                               eval "DEFAULT_$LINE"
8056                               cache=yes
8057                           else
8058                               cache=no
8059                           fi
8060
8061                           wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
8062
8063 fi
8064
8065
8066           eval "$wx_cv_use_geometry"
8067           if test "x$cache" = xyes; then
8068             echo "wxUSE_GEOMETRY=$wxUSE_GEOMETRY" >> ${wx_arg_cache_file}.tmp
8069           fi
8070
8071           if test x"$enablestring" = xdisable; then
8072             if test $wxUSE_GEOMETRY = yes; then
8073               result=no
8074             else
8075               result=yes
8076             fi
8077           else
8078             result=$wxUSE_GEOMETRY
8079           fi
8080
8081           { echo "$as_me:$LINENO: result: $result" >&5
8082 echo "${ECHO_T}$result" >&6; }
8083
8084
8085           enablestring=
8086           defaultval=$wxUSE_ALL_FEATURES
8087           if test -z "$defaultval"; then
8088               if test x"$enablestring" = xdisable; then
8089                   defaultval=yes
8090               else
8091                   defaultval=no
8092               fi
8093           fi
8094
8095           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
8096 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6; }
8097           # Check whether --enable-log was given.
8098 if test "${enable_log+set}" = set; then
8099   enableval=$enable_log;
8100                           if test "$enableval" = yes; then
8101                             wx_cv_use_log='wxUSE_LOG=yes'
8102                           else
8103                             wx_cv_use_log='wxUSE_LOG=no'
8104                           fi
8105                           cache=yes
8106
8107 else
8108
8109                           LINE=`grep "^wxUSE_LOG=" ${wx_arg_cache_file}`
8110                           if test "x$LINE" != x ; then
8111                               eval "DEFAULT_$LINE"
8112                               cache=yes
8113                           else
8114                               cache=no
8115                           fi
8116
8117                           wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
8118
8119 fi
8120
8121
8122           eval "$wx_cv_use_log"
8123           if test "x$cache" = xyes; then
8124             echo "wxUSE_LOG=$wxUSE_LOG" >> ${wx_arg_cache_file}.tmp
8125           fi
8126
8127           if test x"$enablestring" = xdisable; then
8128             if test $wxUSE_LOG = yes; then
8129               result=no
8130             else
8131               result=yes
8132             fi
8133           else
8134             result=$wxUSE_LOG
8135           fi
8136
8137           { echo "$as_me:$LINENO: result: $result" >&5
8138 echo "${ECHO_T}$result" >&6; }
8139
8140
8141           enablestring=
8142           defaultval=$wxUSE_ALL_FEATURES
8143           if test -z "$defaultval"; then
8144               if test x"$enablestring" = xdisable; then
8145                   defaultval=yes
8146               else
8147                   defaultval=no
8148               fi
8149           fi
8150
8151           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
8152 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6; }
8153           # Check whether --enable-longlong was given.
8154 if test "${enable_longlong+set}" = set; then
8155   enableval=$enable_longlong;
8156                           if test "$enableval" = yes; then
8157                             wx_cv_use_longlong='wxUSE_LONGLONG=yes'
8158                           else
8159                             wx_cv_use_longlong='wxUSE_LONGLONG=no'
8160                           fi
8161                           cache=yes
8162
8163 else
8164
8165                           LINE=`grep "^wxUSE_LONGLONG=" ${wx_arg_cache_file}`
8166                           if test "x$LINE" != x ; then
8167                               eval "DEFAULT_$LINE"
8168                               cache=yes
8169                           else
8170                               cache=no
8171                           fi
8172
8173                           wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
8174
8175 fi
8176
8177
8178           eval "$wx_cv_use_longlong"
8179           if test "x$cache" = xyes; then
8180             echo "wxUSE_LONGLONG=$wxUSE_LONGLONG" >> ${wx_arg_cache_file}.tmp
8181           fi
8182
8183           if test x"$enablestring" = xdisable; then
8184             if test $wxUSE_LONGLONG = yes; then
8185               result=no
8186             else
8187               result=yes
8188             fi
8189           else
8190             result=$wxUSE_LONGLONG
8191           fi
8192
8193           { echo "$as_me:$LINENO: result: $result" >&5
8194 echo "${ECHO_T}$result" >&6; }
8195
8196
8197           enablestring=
8198           defaultval=$wxUSE_ALL_FEATURES
8199           if test -z "$defaultval"; then
8200               if test x"$enablestring" = xdisable; then
8201                   defaultval=yes
8202               else
8203                   defaultval=no
8204               fi
8205           fi
8206
8207           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
8208 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6; }
8209           # Check whether --enable-mimetype was given.
8210 if test "${enable_mimetype+set}" = set; then
8211   enableval=$enable_mimetype;
8212                           if test "$enableval" = yes; then
8213                             wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
8214                           else
8215                             wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
8216                           fi
8217                           cache=yes
8218
8219 else
8220
8221                           LINE=`grep "^wxUSE_MIMETYPE=" ${wx_arg_cache_file}`
8222                           if test "x$LINE" != x ; then
8223                               eval "DEFAULT_$LINE"
8224                               cache=yes
8225                           else
8226                               cache=no
8227                           fi
8228
8229                           wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
8230
8231 fi
8232
8233
8234           eval "$wx_cv_use_mimetype"
8235           if test "x$cache" = xyes; then
8236             echo "wxUSE_MIMETYPE=$wxUSE_MIMETYPE" >> ${wx_arg_cache_file}.tmp
8237           fi
8238
8239           if test x"$enablestring" = xdisable; then
8240             if test $wxUSE_MIMETYPE = yes; then
8241               result=no
8242             else
8243               result=yes
8244             fi
8245           else
8246             result=$wxUSE_MIMETYPE
8247           fi
8248
8249           { echo "$as_me:$LINENO: result: $result" >&5
8250 echo "${ECHO_T}$result" >&6; }
8251
8252
8253           enablestring=
8254           defaultval=$wxUSE_ALL_FEATURES
8255           if test -z "$defaultval"; then
8256               if test x"$enablestring" = xdisable; then
8257                   defaultval=yes
8258               else
8259                   defaultval=no
8260               fi
8261           fi
8262
8263           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
8264 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6; }
8265           # Check whether --enable-snglinst was given.
8266 if test "${enable_snglinst+set}" = set; then
8267   enableval=$enable_snglinst;
8268                           if test "$enableval" = yes; then
8269                             wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
8270                           else
8271                             wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
8272                           fi
8273                           cache=yes
8274
8275 else
8276
8277                           LINE=`grep "^wxUSE_SNGLINST_CHECKER=" ${wx_arg_cache_file}`
8278                           if test "x$LINE" != x ; then
8279                               eval "DEFAULT_$LINE"
8280                               cache=yes
8281                           else
8282                               cache=no
8283                           fi
8284
8285                           wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
8286
8287 fi
8288
8289
8290           eval "$wx_cv_use_snglinst"
8291           if test "x$cache" = xyes; then
8292             echo "wxUSE_SNGLINST_CHECKER=$wxUSE_SNGLINST_CHECKER" >> ${wx_arg_cache_file}.tmp
8293           fi
8294
8295           if test x"$enablestring" = xdisable; then
8296             if test $wxUSE_SNGLINST_CHECKER = yes; then
8297               result=no
8298             else
8299               result=yes
8300             fi
8301           else
8302             result=$wxUSE_SNGLINST_CHECKER
8303           fi
8304
8305           { echo "$as_me:$LINENO: result: $result" >&5
8306 echo "${ECHO_T}$result" >&6; }
8307
8308
8309           enablestring=
8310           defaultval=$wxUSE_ALL_FEATURES
8311           if test -z "$defaultval"; then
8312               if test x"$enablestring" = xdisable; then
8313                   defaultval=yes
8314               else
8315                   defaultval=no
8316               fi
8317           fi
8318
8319           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
8320 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6; }
8321           # Check whether --enable-stdpaths was given.
8322 if test "${enable_stdpaths+set}" = set; then
8323   enableval=$enable_stdpaths;
8324                           if test "$enableval" = yes; then
8325                             wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
8326                           else
8327                             wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
8328                           fi
8329                           cache=yes
8330
8331 else
8332
8333                           LINE=`grep "^wxUSE_STDPATHS=" ${wx_arg_cache_file}`
8334                           if test "x$LINE" != x ; then
8335                               eval "DEFAULT_$LINE"
8336                               cache=yes
8337                           else
8338                               cache=no
8339                           fi
8340
8341                           wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
8342
8343 fi
8344
8345
8346           eval "$wx_cv_use_stdpaths"
8347           if test "x$cache" = xyes; then
8348             echo "wxUSE_STDPATHS=$wxUSE_STDPATHS" >> ${wx_arg_cache_file}.tmp
8349           fi
8350
8351           if test x"$enablestring" = xdisable; then
8352             if test $wxUSE_STDPATHS = yes; then
8353               result=no
8354             else
8355               result=yes
8356             fi
8357           else
8358             result=$wxUSE_STDPATHS
8359           fi
8360
8361           { echo "$as_me:$LINENO: result: $result" >&5
8362 echo "${ECHO_T}$result" >&6; }
8363
8364
8365           enablestring=
8366           defaultval=$wxUSE_ALL_FEATURES
8367           if test -z "$defaultval"; then
8368               if test x"$enablestring" = xdisable; then
8369                   defaultval=yes
8370               else
8371                   defaultval=no
8372               fi
8373           fi
8374
8375           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
8376 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6; }
8377           # Check whether --enable-stopwatch was given.
8378 if test "${enable_stopwatch+set}" = set; then
8379   enableval=$enable_stopwatch;
8380                           if test "$enableval" = yes; then
8381                             wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
8382                           else
8383                             wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
8384                           fi
8385                           cache=yes
8386
8387 else
8388
8389                           LINE=`grep "^wxUSE_STOPWATCH=" ${wx_arg_cache_file}`
8390                           if test "x$LINE" != x ; then
8391                               eval "DEFAULT_$LINE"
8392                               cache=yes
8393                           else
8394                               cache=no
8395                           fi
8396
8397                           wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
8398
8399 fi
8400
8401
8402           eval "$wx_cv_use_stopwatch"
8403           if test "x$cache" = xyes; then
8404             echo "wxUSE_STOPWATCH=$wxUSE_STOPWATCH" >> ${wx_arg_cache_file}.tmp
8405           fi
8406
8407           if test x"$enablestring" = xdisable; then
8408             if test $wxUSE_STOPWATCH = yes; then
8409               result=no
8410             else
8411               result=yes
8412             fi
8413           else
8414             result=$wxUSE_STOPWATCH
8415           fi
8416
8417           { echo "$as_me:$LINENO: result: $result" >&5
8418 echo "${ECHO_T}$result" >&6; }
8419
8420
8421           enablestring=
8422           defaultval=$wxUSE_ALL_FEATURES
8423           if test -z "$defaultval"; then
8424               if test x"$enablestring" = xdisable; then
8425                   defaultval=yes
8426               else
8427                   defaultval=no
8428               fi
8429           fi
8430
8431           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
8432 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6; }
8433           # Check whether --enable-streams was given.
8434 if test "${enable_streams+set}" = set; then
8435   enableval=$enable_streams;
8436                           if test "$enableval" = yes; then
8437                             wx_cv_use_streams='wxUSE_STREAMS=yes'
8438                           else
8439                             wx_cv_use_streams='wxUSE_STREAMS=no'
8440                           fi
8441                           cache=yes
8442
8443 else
8444
8445                           LINE=`grep "^wxUSE_STREAMS=" ${wx_arg_cache_file}`
8446                           if test "x$LINE" != x ; then
8447                               eval "DEFAULT_$LINE"
8448                               cache=yes
8449                           else
8450                               cache=no
8451                           fi
8452
8453                           wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
8454
8455 fi
8456
8457
8458           eval "$wx_cv_use_streams"
8459           if test "x$cache" = xyes; then
8460             echo "wxUSE_STREAMS=$wxUSE_STREAMS" >> ${wx_arg_cache_file}.tmp
8461           fi
8462
8463           if test x"$enablestring" = xdisable; then
8464             if test $wxUSE_STREAMS = yes; then
8465               result=no
8466             else
8467               result=yes
8468             fi
8469           else
8470             result=$wxUSE_STREAMS
8471           fi
8472
8473           { echo "$as_me:$LINENO: result: $result" >&5
8474 echo "${ECHO_T}$result" >&6; }
8475
8476
8477           enablestring=
8478           defaultval=$wxUSE_ALL_FEATURES
8479           if test -z "$defaultval"; then
8480               if test x"$enablestring" = xdisable; then
8481                   defaultval=yes
8482               else
8483                   defaultval=no
8484               fi
8485           fi
8486
8487           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
8488 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6; }
8489           # Check whether --enable-system_options was given.
8490 if test "${enable_system_options+set}" = set; then
8491   enableval=$enable_system_options;
8492                           if test "$enableval" = yes; then
8493                             wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
8494                           else
8495                             wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
8496                           fi
8497                           cache=yes
8498
8499 else
8500
8501                           LINE=`grep "^wxUSE_SYSTEM_OPTIONS=" ${wx_arg_cache_file}`
8502                           if test "x$LINE" != x ; then
8503                               eval "DEFAULT_$LINE"
8504                               cache=yes
8505                           else
8506                               cache=no
8507                           fi
8508
8509                           wx_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
8510
8511 fi
8512
8513
8514           eval "$wx_cv_use_system_options"
8515           if test "x$cache" = xyes; then
8516             echo "wxUSE_SYSTEM_OPTIONS=$wxUSE_SYSTEM_OPTIONS" >> ${wx_arg_cache_file}.tmp
8517           fi
8518
8519           if test x"$enablestring" = xdisable; then
8520             if test $wxUSE_SYSTEM_OPTIONS = yes; then
8521               result=no
8522             else
8523               result=yes
8524             fi
8525           else
8526             result=$wxUSE_SYSTEM_OPTIONS
8527           fi
8528
8529           { echo "$as_me:$LINENO: result: $result" >&5
8530 echo "${ECHO_T}$result" >&6; }
8531
8532
8533           enablestring=
8534           defaultval=$wxUSE_ALL_FEATURES
8535           if test -z "$defaultval"; then
8536               if test x"$enablestring" = xdisable; then
8537                   defaultval=yes
8538               else
8539                   defaultval=no
8540               fi
8541           fi
8542
8543           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
8544 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6; }
8545           # Check whether --enable-tarstream was given.
8546 if test "${enable_tarstream+set}" = set; then
8547   enableval=$enable_tarstream;
8548                           if test "$enableval" = yes; then
8549                             wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
8550                           else
8551                             wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
8552                           fi
8553                           cache=yes
8554
8555 else
8556
8557                           LINE=`grep "^wxUSE_TARSTREAM=" ${wx_arg_cache_file}`
8558                           if test "x$LINE" != x ; then
8559                               eval "DEFAULT_$LINE"
8560                               cache=yes
8561                           else
8562                               cache=no
8563                           fi
8564
8565                           wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
8566
8567 fi
8568
8569
8570           eval "$wx_cv_use_tarstream"
8571           if test "x$cache" = xyes; then
8572             echo "wxUSE_TARSTREAM=$wxUSE_TARSTREAM" >> ${wx_arg_cache_file}.tmp
8573           fi
8574
8575           if test x"$enablestring" = xdisable; then
8576             if test $wxUSE_TARSTREAM = yes; then
8577               result=no
8578             else
8579               result=yes
8580             fi
8581           else
8582             result=$wxUSE_TARSTREAM
8583           fi
8584
8585           { echo "$as_me:$LINENO: result: $result" >&5
8586 echo "${ECHO_T}$result" >&6; }
8587
8588
8589           enablestring=
8590           defaultval=$wxUSE_ALL_FEATURES
8591           if test -z "$defaultval"; then
8592               if test x"$enablestring" = xdisable; then
8593                   defaultval=yes
8594               else
8595                   defaultval=no
8596               fi
8597           fi
8598
8599           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
8600 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6; }
8601           # Check whether --enable-textbuf was given.
8602 if test "${enable_textbuf+set}" = set; then
8603   enableval=$enable_textbuf;
8604                           if test "$enableval" = yes; then
8605                             wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
8606                           else
8607                             wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
8608                           fi
8609                           cache=yes
8610
8611 else
8612
8613                           LINE=`grep "^wxUSE_TEXTBUFFER=" ${wx_arg_cache_file}`
8614                           if test "x$LINE" != x ; then
8615                               eval "DEFAULT_$LINE"
8616                               cache=yes
8617                           else
8618                               cache=no
8619                           fi
8620
8621                           wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
8622
8623 fi
8624
8625
8626           eval "$wx_cv_use_textbuf"
8627           if test "x$cache" = xyes; then
8628             echo "wxUSE_TEXTBUFFER=$wxUSE_TEXTBUFFER" >> ${wx_arg_cache_file}.tmp
8629           fi
8630
8631           if test x"$enablestring" = xdisable; then
8632             if test $wxUSE_TEXTBUFFER = yes; then
8633               result=no
8634             else
8635               result=yes
8636             fi
8637           else
8638             result=$wxUSE_TEXTBUFFER
8639           fi
8640
8641           { echo "$as_me:$LINENO: result: $result" >&5
8642 echo "${ECHO_T}$result" >&6; }
8643
8644
8645           enablestring=
8646           defaultval=$wxUSE_ALL_FEATURES
8647           if test -z "$defaultval"; then
8648               if test x"$enablestring" = xdisable; then
8649                   defaultval=yes
8650               else
8651                   defaultval=no
8652               fi
8653           fi
8654
8655           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
8656 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6; }
8657           # Check whether --enable-textfile was given.
8658 if test "${enable_textfile+set}" = set; then
8659   enableval=$enable_textfile;
8660                           if test "$enableval" = yes; then
8661                             wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
8662                           else
8663                             wx_cv_use_textfile='wxUSE_TEXTFILE=no'
8664                           fi
8665                           cache=yes
8666
8667 else
8668
8669                           LINE=`grep "^wxUSE_TEXTFILE=" ${wx_arg_cache_file}`
8670                           if test "x$LINE" != x ; then
8671                               eval "DEFAULT_$LINE"
8672                               cache=yes
8673                           else
8674                               cache=no
8675                           fi
8676
8677                           wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
8678
8679 fi
8680
8681
8682           eval "$wx_cv_use_textfile"
8683           if test "x$cache" = xyes; then
8684             echo "wxUSE_TEXTFILE=$wxUSE_TEXTFILE" >> ${wx_arg_cache_file}.tmp
8685           fi
8686
8687           if test x"$enablestring" = xdisable; then
8688             if test $wxUSE_TEXTFILE = yes; then
8689               result=no
8690             else
8691               result=yes
8692             fi
8693           else
8694             result=$wxUSE_TEXTFILE
8695           fi
8696
8697           { echo "$as_me:$LINENO: result: $result" >&5
8698 echo "${ECHO_T}$result" >&6; }
8699
8700
8701           enablestring=
8702           defaultval=$wxUSE_ALL_FEATURES
8703           if test -z "$defaultval"; then
8704               if test x"$enablestring" = xdisable; then
8705                   defaultval=yes
8706               else
8707                   defaultval=no
8708               fi
8709           fi
8710
8711           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
8712 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6; }
8713           # Check whether --enable-timer was given.
8714 if test "${enable_timer+set}" = set; then
8715   enableval=$enable_timer;
8716                           if test "$enableval" = yes; then
8717                             wx_cv_use_timer='wxUSE_TIMER=yes'
8718                           else
8719                             wx_cv_use_timer='wxUSE_TIMER=no'
8720                           fi
8721                           cache=yes
8722
8723 else
8724
8725                           LINE=`grep "^wxUSE_TIMER=" ${wx_arg_cache_file}`
8726                           if test "x$LINE" != x ; then
8727                               eval "DEFAULT_$LINE"
8728                               cache=yes
8729                           else
8730                               cache=no
8731                           fi
8732
8733                           wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
8734
8735 fi
8736
8737
8738           eval "$wx_cv_use_timer"
8739           if test "x$cache" = xyes; then
8740             echo "wxUSE_TIMER=$wxUSE_TIMER" >> ${wx_arg_cache_file}.tmp
8741           fi
8742
8743           if test x"$enablestring" = xdisable; then
8744             if test $wxUSE_TIMER = yes; then
8745               result=no
8746             else
8747               result=yes
8748             fi
8749           else
8750             result=$wxUSE_TIMER
8751           fi
8752
8753           { echo "$as_me:$LINENO: result: $result" >&5
8754 echo "${ECHO_T}$result" >&6; }
8755
8756
8757           enablestring=
8758           defaultval=$wxUSE_ALL_FEATURES
8759           if test -z "$defaultval"; then
8760               if test x"$enablestring" = xdisable; then
8761                   defaultval=yes
8762               else
8763                   defaultval=no
8764               fi
8765           fi
8766
8767           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
8768 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6; }
8769           # Check whether --enable-sound was given.
8770 if test "${enable_sound+set}" = set; then
8771   enableval=$enable_sound;
8772                           if test "$enableval" = yes; then
8773                             wx_cv_use_sound='wxUSE_SOUND=yes'
8774                           else
8775                             wx_cv_use_sound='wxUSE_SOUND=no'
8776                           fi
8777                           cache=yes
8778
8779 else
8780
8781                           LINE=`grep "^wxUSE_SOUND=" ${wx_arg_cache_file}`
8782                           if test "x$LINE" != x ; then
8783                               eval "DEFAULT_$LINE"
8784                               cache=yes
8785                           else
8786                               cache=no
8787                           fi
8788
8789                           wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
8790
8791 fi
8792
8793
8794           eval "$wx_cv_use_sound"
8795           if test "x$cache" = xyes; then
8796             echo "wxUSE_SOUND=$wxUSE_SOUND" >> ${wx_arg_cache_file}.tmp
8797           fi
8798
8799           if test x"$enablestring" = xdisable; then
8800             if test $wxUSE_SOUND = yes; then
8801               result=no
8802             else
8803               result=yes
8804             fi
8805           else
8806             result=$wxUSE_SOUND
8807           fi
8808
8809           { echo "$as_me:$LINENO: result: $result" >&5
8810 echo "${ECHO_T}$result" >&6; }
8811
8812
8813           enablestring=
8814           defaultval=$wxUSE_ALL_FEATURES
8815           if test -z "$defaultval"; then
8816               if test x"$enablestring" = xdisable; then
8817                   defaultval=yes
8818               else
8819                   defaultval=no
8820               fi
8821           fi
8822
8823           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
8824 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6; }
8825           # Check whether --enable-mediactrl was given.
8826 if test "${enable_mediactrl+set}" = set; then
8827   enableval=$enable_mediactrl;
8828                           if test "$enableval" = yes; then
8829                             wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
8830                           else
8831                             wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
8832                           fi
8833                           cache=yes
8834
8835 else
8836
8837                           LINE=`grep "^wxUSE_MEDIACTRL=" ${wx_arg_cache_file}`
8838                           if test "x$LINE" != x ; then
8839                               eval "DEFAULT_$LINE"
8840                               cache=yes
8841                           else
8842                               cache=no
8843                           fi
8844
8845                           wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
8846
8847 fi
8848
8849
8850           eval "$wx_cv_use_mediactrl"
8851           if test "x$cache" = xyes; then
8852             echo "wxUSE_MEDIACTRL=$wxUSE_MEDIACTRL" >> ${wx_arg_cache_file}.tmp
8853           fi
8854
8855           if test x"$enablestring" = xdisable; then
8856             if test $wxUSE_MEDIACTRL = yes; then
8857               result=no
8858             else
8859               result=yes
8860             fi
8861           else
8862             result=$wxUSE_MEDIACTRL
8863           fi
8864
8865           { echo "$as_me:$LINENO: result: $result" >&5
8866 echo "${ECHO_T}$result" >&6; }
8867
8868
8869           enablestring=
8870           defaultval=$wxUSE_ALL_FEATURES
8871           if test -z "$defaultval"; then
8872               if test x"$enablestring" = xdisable; then
8873                   defaultval=yes
8874               else
8875                   defaultval=no
8876               fi
8877           fi
8878
8879           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
8880 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6; }
8881           # Check whether --enable-gstreamer8 was given.
8882 if test "${enable_gstreamer8+set}" = set; then
8883   enableval=$enable_gstreamer8;
8884                           if test "$enableval" = yes; then
8885                             wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
8886                           else
8887                             wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
8888                           fi
8889                           cache=yes
8890
8891 else
8892
8893                           LINE=`grep "^wxUSE_GSTREAMER8=" ${wx_arg_cache_file}`
8894                           if test "x$LINE" != x ; then
8895                               eval "DEFAULT_$LINE"
8896                               cache=yes
8897                           else
8898                               cache=no
8899                           fi
8900
8901                           wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
8902
8903 fi
8904
8905
8906           eval "$wx_cv_use_gstreamer8"
8907           if test "x$cache" = xyes; then
8908             echo "wxUSE_GSTREAMER8=$wxUSE_GSTREAMER8" >> ${wx_arg_cache_file}.tmp
8909           fi
8910
8911           if test x"$enablestring" = xdisable; then
8912             if test $wxUSE_GSTREAMER8 = yes; then
8913               result=no
8914             else
8915               result=yes
8916             fi
8917           else
8918             result=$wxUSE_GSTREAMER8
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}-printfposparam" >&5
8936 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6; }
8937           # Check whether --enable-printfposparam was given.
8938 if test "${enable_printfposparam+set}" = set; then
8939   enableval=$enable_printfposparam;
8940                           if test "$enableval" = yes; then
8941                             wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
8942                           else
8943                             wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
8944                           fi
8945                           cache=yes
8946
8947 else
8948
8949                           LINE=`grep "^wxUSE_PRINTF_POS_PARAMS=" ${wx_arg_cache_file}`
8950                           if test "x$LINE" != x ; then
8951                               eval "DEFAULT_$LINE"
8952                               cache=yes
8953                           else
8954                               cache=no
8955                           fi
8956
8957                           wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
8958
8959 fi
8960
8961
8962           eval "$wx_cv_use_printfposparam"
8963           if test "x$cache" = xyes; then
8964             echo "wxUSE_PRINTF_POS_PARAMS=$wxUSE_PRINTF_POS_PARAMS" >> ${wx_arg_cache_file}.tmp
8965           fi
8966
8967           if test x"$enablestring" = xdisable; then
8968             if test $wxUSE_PRINTF_POS_PARAMS = yes; then
8969               result=no
8970             else
8971               result=yes
8972             fi
8973           else
8974             result=$wxUSE_PRINTF_POS_PARAMS
8975           fi
8976
8977           { echo "$as_me:$LINENO: result: $result" >&5
8978 echo "${ECHO_T}$result" >&6; }
8979
8980
8981           enablestring=
8982           defaultval=$wxUSE_ALL_FEATURES
8983           if test -z "$defaultval"; then
8984               if test x"$enablestring" = xdisable; then
8985                   defaultval=yes
8986               else
8987                   defaultval=no
8988               fi
8989           fi
8990
8991           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
8992 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6; }
8993           # Check whether --enable-zipstream was given.
8994 if test "${enable_zipstream+set}" = set; then
8995   enableval=$enable_zipstream;
8996                           if test "$enableval" = yes; then
8997                             wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
8998                           else
8999                             wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
9000                           fi
9001                           cache=yes
9002
9003 else
9004
9005                           LINE=`grep "^wxUSE_ZIPSTREAM=" ${wx_arg_cache_file}`
9006                           if test "x$LINE" != x ; then
9007                               eval "DEFAULT_$LINE"
9008                               cache=yes
9009                           else
9010                               cache=no
9011                           fi
9012
9013                           wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
9014
9015 fi
9016
9017
9018           eval "$wx_cv_use_zipstream"
9019           if test "x$cache" = xyes; then
9020             echo "wxUSE_ZIPSTREAM=$wxUSE_ZIPSTREAM" >> ${wx_arg_cache_file}.tmp
9021           fi
9022
9023           if test x"$enablestring" = xdisable; then
9024             if test $wxUSE_ZIPSTREAM = yes; then
9025               result=no
9026             else
9027               result=yes
9028             fi
9029           else
9030             result=$wxUSE_ZIPSTREAM
9031           fi
9032
9033           { echo "$as_me:$LINENO: result: $result" >&5
9034 echo "${ECHO_T}$result" >&6; }
9035
9036
9037
9038           enablestring=
9039           defaultval=$wxUSE_ALL_FEATURES
9040           if test -z "$defaultval"; then
9041               if test x"$enablestring" = xdisable; then
9042                   defaultval=yes
9043               else
9044                   defaultval=no
9045               fi
9046           fi
9047
9048           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
9049 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6; }
9050           # Check whether --enable-url was given.
9051 if test "${enable_url+set}" = set; then
9052   enableval=$enable_url;
9053                           if test "$enableval" = yes; then
9054                             wx_cv_use_url='wxUSE_URL=yes'
9055                           else
9056                             wx_cv_use_url='wxUSE_URL=no'
9057                           fi
9058                           cache=yes
9059
9060 else
9061
9062                           LINE=`grep "^wxUSE_URL=" ${wx_arg_cache_file}`
9063                           if test "x$LINE" != x ; then
9064                               eval "DEFAULT_$LINE"
9065                               cache=yes
9066                           else
9067                               cache=no
9068                           fi
9069
9070                           wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
9071
9072 fi
9073
9074
9075           eval "$wx_cv_use_url"
9076           if test "x$cache" = xyes; then
9077             echo "wxUSE_URL=$wxUSE_URL" >> ${wx_arg_cache_file}.tmp
9078           fi
9079
9080           if test x"$enablestring" = xdisable; then
9081             if test $wxUSE_URL = yes; then
9082               result=no
9083             else
9084               result=yes
9085             fi
9086           else
9087             result=$wxUSE_URL
9088           fi
9089
9090           { echo "$as_me:$LINENO: result: $result" >&5
9091 echo "${ECHO_T}$result" >&6; }
9092
9093
9094           enablestring=
9095           defaultval=$wxUSE_ALL_FEATURES
9096           if test -z "$defaultval"; then
9097               if test x"$enablestring" = xdisable; then
9098                   defaultval=yes
9099               else
9100                   defaultval=no
9101               fi
9102           fi
9103
9104           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
9105 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6; }
9106           # Check whether --enable-variant was given.
9107 if test "${enable_variant+set}" = set; then
9108   enableval=$enable_variant;
9109                           if test "$enableval" = yes; then
9110                             wx_cv_use_variant='wxUSE_VARIANT=yes'
9111                           else
9112                             wx_cv_use_variant='wxUSE_VARIANT=no'
9113                           fi
9114                           cache=yes
9115
9116 else
9117
9118                           LINE=`grep "^wxUSE_VARIANT=" ${wx_arg_cache_file}`
9119                           if test "x$LINE" != x ; then
9120                               eval "DEFAULT_$LINE"
9121                               cache=yes
9122                           else
9123                               cache=no
9124                           fi
9125
9126                           wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
9127
9128 fi
9129
9130
9131           eval "$wx_cv_use_variant"
9132           if test "x$cache" = xyes; then
9133             echo "wxUSE_VARIANT=$wxUSE_VARIANT" >> ${wx_arg_cache_file}.tmp
9134           fi
9135
9136           if test x"$enablestring" = xdisable; then
9137             if test $wxUSE_VARIANT = yes; then
9138               result=no
9139             else
9140               result=yes
9141             fi
9142           else
9143             result=$wxUSE_VARIANT
9144           fi
9145
9146           { echo "$as_me:$LINENO: result: $result" >&5
9147 echo "${ECHO_T}$result" >&6; }
9148
9149
9150           enablestring=
9151           defaultval=$wxUSE_ALL_FEATURES
9152           if test -z "$defaultval"; then
9153               if test x"$enablestring" = xdisable; then
9154                   defaultval=yes
9155               else
9156                   defaultval=no
9157               fi
9158           fi
9159
9160           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
9161 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6; }
9162           # Check whether --enable-protocol was given.
9163 if test "${enable_protocol+set}" = set; then
9164   enableval=$enable_protocol;
9165                           if test "$enableval" = yes; then
9166                             wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
9167                           else
9168                             wx_cv_use_protocol='wxUSE_PROTOCOL=no'
9169                           fi
9170                           cache=yes
9171
9172 else
9173
9174                           LINE=`grep "^wxUSE_PROTOCOL=" ${wx_arg_cache_file}`
9175                           if test "x$LINE" != x ; then
9176                               eval "DEFAULT_$LINE"
9177                               cache=yes
9178                           else
9179                               cache=no
9180                           fi
9181
9182                           wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
9183
9184 fi
9185
9186
9187           eval "$wx_cv_use_protocol"
9188           if test "x$cache" = xyes; then
9189             echo "wxUSE_PROTOCOL=$wxUSE_PROTOCOL" >> ${wx_arg_cache_file}.tmp
9190           fi
9191
9192           if test x"$enablestring" = xdisable; then
9193             if test $wxUSE_PROTOCOL = yes; then
9194               result=no
9195             else
9196               result=yes
9197             fi
9198           else
9199             result=$wxUSE_PROTOCOL
9200           fi
9201
9202           { echo "$as_me:$LINENO: result: $result" >&5
9203 echo "${ECHO_T}$result" >&6; }
9204
9205
9206           enablestring=
9207           defaultval=$wxUSE_ALL_FEATURES
9208           if test -z "$defaultval"; then
9209               if test x"$enablestring" = xdisable; then
9210                   defaultval=yes
9211               else
9212                   defaultval=no
9213               fi
9214           fi
9215
9216           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
9217 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6; }
9218           # Check whether --enable-protocol_http was given.
9219 if test "${enable_protocol_http+set}" = set; then
9220   enableval=$enable_protocol_http;
9221                           if test "$enableval" = yes; then
9222                             wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
9223                           else
9224                             wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
9225                           fi
9226                           cache=yes
9227
9228 else
9229
9230                           LINE=`grep "^wxUSE_PROTOCOL_HTTP=" ${wx_arg_cache_file}`
9231                           if test "x$LINE" != x ; then
9232                               eval "DEFAULT_$LINE"
9233                               cache=yes
9234                           else
9235                               cache=no
9236                           fi
9237
9238                           wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
9239
9240 fi
9241
9242
9243           eval "$wx_cv_use_protocol_http"
9244           if test "x$cache" = xyes; then
9245             echo "wxUSE_PROTOCOL_HTTP=$wxUSE_PROTOCOL_HTTP" >> ${wx_arg_cache_file}.tmp
9246           fi
9247
9248           if test x"$enablestring" = xdisable; then
9249             if test $wxUSE_PROTOCOL_HTTP = yes; then
9250               result=no
9251             else
9252               result=yes
9253             fi
9254           else
9255             result=$wxUSE_PROTOCOL_HTTP
9256           fi
9257
9258           { echo "$as_me:$LINENO: result: $result" >&5
9259 echo "${ECHO_T}$result" >&6; }
9260
9261
9262           enablestring=
9263           defaultval=$wxUSE_ALL_FEATURES
9264           if test -z "$defaultval"; then
9265               if test x"$enablestring" = xdisable; then
9266                   defaultval=yes
9267               else
9268                   defaultval=no
9269               fi
9270           fi
9271
9272           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
9273 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6; }
9274           # Check whether --enable-protocol_ftp was given.
9275 if test "${enable_protocol_ftp+set}" = set; then
9276   enableval=$enable_protocol_ftp;
9277                           if test "$enableval" = yes; then
9278                             wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
9279                           else
9280                             wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
9281                           fi
9282                           cache=yes
9283
9284 else
9285
9286                           LINE=`grep "^wxUSE_PROTOCOL_FTP=" ${wx_arg_cache_file}`
9287                           if test "x$LINE" != x ; then
9288                               eval "DEFAULT_$LINE"
9289                               cache=yes
9290                           else
9291                               cache=no
9292                           fi
9293
9294                           wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
9295
9296 fi
9297
9298
9299           eval "$wx_cv_use_protocol_ftp"
9300           if test "x$cache" = xyes; then
9301             echo "wxUSE_PROTOCOL_FTP=$wxUSE_PROTOCOL_FTP" >> ${wx_arg_cache_file}.tmp
9302           fi
9303
9304           if test x"$enablestring" = xdisable; then
9305             if test $wxUSE_PROTOCOL_FTP = yes; then
9306               result=no
9307             else
9308               result=yes
9309             fi
9310           else
9311             result=$wxUSE_PROTOCOL_FTP
9312           fi
9313
9314           { echo "$as_me:$LINENO: result: $result" >&5
9315 echo "${ECHO_T}$result" >&6; }
9316
9317
9318           enablestring=
9319           defaultval=$wxUSE_ALL_FEATURES
9320           if test -z "$defaultval"; then
9321               if test x"$enablestring" = xdisable; then
9322                   defaultval=yes
9323               else
9324                   defaultval=no
9325               fi
9326           fi
9327
9328           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
9329 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6; }
9330           # Check whether --enable-protocol_file was given.
9331 if test "${enable_protocol_file+set}" = set; then
9332   enableval=$enable_protocol_file;
9333                           if test "$enableval" = yes; then
9334                             wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
9335                           else
9336                             wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
9337                           fi
9338                           cache=yes
9339
9340 else
9341
9342                           LINE=`grep "^wxUSE_PROTOCOL_FILE=" ${wx_arg_cache_file}`
9343                           if test "x$LINE" != x ; then
9344                               eval "DEFAULT_$LINE"
9345                               cache=yes
9346                           else
9347                               cache=no
9348                           fi
9349
9350                           wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
9351
9352 fi
9353
9354
9355           eval "$wx_cv_use_protocol_file"
9356           if test "x$cache" = xyes; then
9357             echo "wxUSE_PROTOCOL_FILE=$wxUSE_PROTOCOL_FILE" >> ${wx_arg_cache_file}.tmp
9358           fi
9359
9360           if test x"$enablestring" = xdisable; then
9361             if test $wxUSE_PROTOCOL_FILE = yes; then
9362               result=no
9363             else
9364               result=yes
9365             fi
9366           else
9367             result=$wxUSE_PROTOCOL_FILE
9368           fi
9369
9370           { echo "$as_me:$LINENO: result: $result" >&5
9371 echo "${ECHO_T}$result" >&6; }
9372
9373
9374
9375           enablestring=
9376           defaultval=$wxUSE_ALL_FEATURES
9377           if test -z "$defaultval"; then
9378               if test x"$enablestring" = xdisable; then
9379                   defaultval=yes
9380               else
9381                   defaultval=no
9382               fi
9383           fi
9384
9385           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
9386 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6; }
9387           # Check whether --enable-threads was given.
9388 if test "${enable_threads+set}" = set; then
9389   enableval=$enable_threads;
9390                           if test "$enableval" = yes; then
9391                             wx_cv_use_threads='wxUSE_THREADS=yes'
9392                           else
9393                             wx_cv_use_threads='wxUSE_THREADS=no'
9394                           fi
9395                           cache=yes
9396
9397 else
9398
9399                           LINE=`grep "^wxUSE_THREADS=" ${wx_arg_cache_file}`
9400                           if test "x$LINE" != x ; then
9401                               eval "DEFAULT_$LINE"
9402                               cache=yes
9403                           else
9404                               cache=no
9405                           fi
9406
9407                           wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
9408
9409 fi
9410
9411
9412           eval "$wx_cv_use_threads"
9413           if test "x$cache" = xyes; then
9414             echo "wxUSE_THREADS=$wxUSE_THREADS" >> ${wx_arg_cache_file}.tmp
9415           fi
9416
9417           if test x"$enablestring" = xdisable; then
9418             if test $wxUSE_THREADS = yes; then
9419               result=no
9420             else
9421               result=yes
9422             fi
9423           else
9424             result=$wxUSE_THREADS
9425           fi
9426
9427           { echo "$as_me:$LINENO: result: $result" >&5
9428 echo "${ECHO_T}$result" >&6; }
9429
9430
9431
9432           enablestring=
9433           defaultval=
9434           if test -z "$defaultval"; then
9435               if test x"$enablestring" = xdisable; then
9436                   defaultval=yes
9437               else
9438                   defaultval=no
9439               fi
9440           fi
9441
9442           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
9443 echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
9444           # Check whether --enable-iniconf was given.
9445 if test "${enable_iniconf+set}" = set; then
9446   enableval=$enable_iniconf;
9447                           if test "$enableval" = yes; then
9448                             wx_cv_use_iniconf='wxUSE_INICONF=yes'
9449                           else
9450                             wx_cv_use_iniconf='wxUSE_INICONF=no'
9451                           fi
9452                           cache=yes
9453
9454 else
9455
9456                           LINE=`grep "^wxUSE_INICONF=" ${wx_arg_cache_file}`
9457                           if test "x$LINE" != x ; then
9458                               eval "DEFAULT_$LINE"
9459                               cache=yes
9460                           else
9461                               cache=no
9462                           fi
9463
9464                           wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
9465
9466 fi
9467
9468
9469           eval "$wx_cv_use_iniconf"
9470           if test "x$cache" = xyes; then
9471             echo "wxUSE_INICONF=$wxUSE_INICONF" >> ${wx_arg_cache_file}.tmp
9472           fi
9473
9474           if test x"$enablestring" = xdisable; then
9475             if test $wxUSE_INICONF = yes; then
9476               result=no
9477             else
9478               result=yes
9479             fi
9480           else
9481             result=$wxUSE_INICONF
9482           fi
9483
9484           { echo "$as_me:$LINENO: result: $result" >&5
9485 echo "${ECHO_T}$result" >&6; }
9486
9487
9488           enablestring=
9489           defaultval=$wxUSE_ALL_FEATURES
9490           if test -z "$defaultval"; then
9491               if test x"$enablestring" = xdisable; then
9492                   defaultval=yes
9493               else
9494                   defaultval=no
9495               fi
9496           fi
9497
9498           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-regkey" >&5
9499 echo $ECHO_N "checking for --${enablestring:-enable}-regkey... $ECHO_C" >&6; }
9500           # Check whether --enable-regkey was given.
9501 if test "${enable_regkey+set}" = set; then
9502   enableval=$enable_regkey;
9503                           if test "$enableval" = yes; then
9504                             wx_cv_use_regkey='wxUSE_REGKEY=yes'
9505                           else
9506                             wx_cv_use_regkey='wxUSE_REGKEY=no'
9507                           fi
9508                           cache=yes
9509
9510 else
9511
9512                           LINE=`grep "^wxUSE_REGKEY=" ${wx_arg_cache_file}`
9513                           if test "x$LINE" != x ; then
9514                               eval "DEFAULT_$LINE"
9515                               cache=yes
9516                           else
9517                               cache=no
9518                           fi
9519
9520                           wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
9521
9522 fi
9523
9524
9525           eval "$wx_cv_use_regkey"
9526           if test "x$cache" = xyes; then
9527             echo "wxUSE_REGKEY=$wxUSE_REGKEY" >> ${wx_arg_cache_file}.tmp
9528           fi
9529
9530           if test x"$enablestring" = xdisable; then
9531             if test $wxUSE_REGKEY = yes; then
9532               result=no
9533             else
9534               result=yes
9535             fi
9536           else
9537             result=$wxUSE_REGKEY
9538           fi
9539
9540           { echo "$as_me:$LINENO: result: $result" >&5
9541 echo "${ECHO_T}$result" >&6; }
9542
9543
9544 if test "$wxUSE_GUI" = "yes"; then
9545
9546
9547
9548           enablestring=
9549           defaultval=$wxUSE_ALL_FEATURES
9550           if test -z "$defaultval"; then
9551               if test x"$enablestring" = xdisable; then
9552                   defaultval=yes
9553               else
9554                   defaultval=no
9555               fi
9556           fi
9557
9558           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
9559 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6; }
9560           # Check whether --enable-docview was given.
9561 if test "${enable_docview+set}" = set; then
9562   enableval=$enable_docview;
9563                           if test "$enableval" = yes; then
9564                             wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
9565                           else
9566                             wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
9567                           fi
9568                           cache=yes
9569
9570 else
9571
9572                           LINE=`grep "^wxUSE_DOC_VIEW_ARCHITECTURE=" ${wx_arg_cache_file}`
9573                           if test "x$LINE" != x ; then
9574                               eval "DEFAULT_$LINE"
9575                               cache=yes
9576                           else
9577                               cache=no
9578                           fi
9579
9580                           wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
9581
9582 fi
9583
9584
9585           eval "$wx_cv_use_docview"
9586           if test "x$cache" = xyes; then
9587             echo "wxUSE_DOC_VIEW_ARCHITECTURE=$wxUSE_DOC_VIEW_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
9588           fi
9589
9590           if test x"$enablestring" = xdisable; then
9591             if test $wxUSE_DOC_VIEW_ARCHITECTURE = yes; then
9592               result=no
9593             else
9594               result=yes
9595             fi
9596           else
9597             result=$wxUSE_DOC_VIEW_ARCHITECTURE
9598           fi
9599
9600           { echo "$as_me:$LINENO: result: $result" >&5
9601 echo "${ECHO_T}$result" >&6; }
9602
9603
9604           enablestring=
9605           defaultval=$wxUSE_ALL_FEATURES
9606           if test -z "$defaultval"; then
9607               if test x"$enablestring" = xdisable; then
9608                   defaultval=yes
9609               else
9610                   defaultval=no
9611               fi
9612           fi
9613
9614           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
9615 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6; }
9616           # Check whether --enable-help was given.
9617 if test "${enable_help+set}" = set; then
9618   enableval=$enable_help;
9619                           if test "$enableval" = yes; then
9620                             wx_cv_use_help='wxUSE_HELP=yes'
9621                           else
9622                             wx_cv_use_help='wxUSE_HELP=no'
9623                           fi
9624                           cache=yes
9625
9626 else
9627
9628                           LINE=`grep "^wxUSE_HELP=" ${wx_arg_cache_file}`
9629                           if test "x$LINE" != x ; then
9630                               eval "DEFAULT_$LINE"
9631                               cache=yes
9632                           else
9633                               cache=no
9634                           fi
9635
9636                           wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
9637
9638 fi
9639
9640
9641           eval "$wx_cv_use_help"
9642           if test "x$cache" = xyes; then
9643             echo "wxUSE_HELP=$wxUSE_HELP" >> ${wx_arg_cache_file}.tmp
9644           fi
9645
9646           if test x"$enablestring" = xdisable; then
9647             if test $wxUSE_HELP = yes; then
9648               result=no
9649             else
9650               result=yes
9651             fi
9652           else
9653             result=$wxUSE_HELP
9654           fi
9655
9656           { echo "$as_me:$LINENO: result: $result" >&5
9657 echo "${ECHO_T}$result" >&6; }
9658
9659
9660           enablestring=
9661           defaultval=$wxUSE_ALL_FEATURES
9662           if test -z "$defaultval"; then
9663               if test x"$enablestring" = xdisable; then
9664                   defaultval=yes
9665               else
9666                   defaultval=no
9667               fi
9668           fi
9669
9670           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
9671 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6; }
9672           # Check whether --enable-mshtmlhelp was given.
9673 if test "${enable_mshtmlhelp+set}" = set; then
9674   enableval=$enable_mshtmlhelp;
9675                           if test "$enableval" = yes; then
9676                             wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
9677                           else
9678                             wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
9679                           fi
9680                           cache=yes
9681
9682 else
9683
9684                           LINE=`grep "^wxUSE_MS_HTML_HELP=" ${wx_arg_cache_file}`
9685                           if test "x$LINE" != x ; then
9686                               eval "DEFAULT_$LINE"
9687                               cache=yes
9688                           else
9689                               cache=no
9690                           fi
9691
9692                           wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
9693
9694 fi
9695
9696
9697           eval "$wx_cv_use_mshtmlhelp"
9698           if test "x$cache" = xyes; then
9699             echo "wxUSE_MS_HTML_HELP=$wxUSE_MS_HTML_HELP" >> ${wx_arg_cache_file}.tmp
9700           fi
9701
9702           if test x"$enablestring" = xdisable; then
9703             if test $wxUSE_MS_HTML_HELP = yes; then
9704               result=no
9705             else
9706               result=yes
9707             fi
9708           else
9709             result=$wxUSE_MS_HTML_HELP
9710           fi
9711
9712           { echo "$as_me:$LINENO: result: $result" >&5
9713 echo "${ECHO_T}$result" >&6; }
9714
9715
9716           enablestring=
9717           defaultval=$wxUSE_ALL_FEATURES
9718           if test -z "$defaultval"; then
9719               if test x"$enablestring" = xdisable; then
9720                   defaultval=yes
9721               else
9722                   defaultval=no
9723               fi
9724           fi
9725
9726           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
9727 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6; }
9728           # Check whether --enable-html was given.
9729 if test "${enable_html+set}" = set; then
9730   enableval=$enable_html;
9731                           if test "$enableval" = yes; then
9732                             wx_cv_use_html='wxUSE_HTML=yes'
9733                           else
9734                             wx_cv_use_html='wxUSE_HTML=no'
9735                           fi
9736                           cache=yes
9737
9738 else
9739
9740                           LINE=`grep "^wxUSE_HTML=" ${wx_arg_cache_file}`
9741                           if test "x$LINE" != x ; then
9742                               eval "DEFAULT_$LINE"
9743                               cache=yes
9744                           else
9745                               cache=no
9746                           fi
9747
9748                           wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
9749
9750 fi
9751
9752
9753           eval "$wx_cv_use_html"
9754           if test "x$cache" = xyes; then
9755             echo "wxUSE_HTML=$wxUSE_HTML" >> ${wx_arg_cache_file}.tmp
9756           fi
9757
9758           if test x"$enablestring" = xdisable; then
9759             if test $wxUSE_HTML = yes; then
9760               result=no
9761             else
9762               result=yes
9763             fi
9764           else
9765             result=$wxUSE_HTML
9766           fi
9767
9768           { echo "$as_me:$LINENO: result: $result" >&5
9769 echo "${ECHO_T}$result" >&6; }
9770
9771
9772           enablestring=
9773           defaultval=$wxUSE_ALL_FEATURES
9774           if test -z "$defaultval"; then
9775               if test x"$enablestring" = xdisable; then
9776                   defaultval=yes
9777               else
9778                   defaultval=no
9779               fi
9780           fi
9781
9782           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
9783 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6; }
9784           # Check whether --enable-htmlhelp was given.
9785 if test "${enable_htmlhelp+set}" = set; then
9786   enableval=$enable_htmlhelp;
9787                           if test "$enableval" = yes; then
9788                             wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
9789                           else
9790                             wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
9791                           fi
9792                           cache=yes
9793
9794 else
9795
9796                           LINE=`grep "^wxUSE_WXHTML_HELP=" ${wx_arg_cache_file}`
9797                           if test "x$LINE" != x ; then
9798                               eval "DEFAULT_$LINE"
9799                               cache=yes
9800                           else
9801                               cache=no
9802                           fi
9803
9804                           wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
9805
9806 fi
9807
9808
9809           eval "$wx_cv_use_htmlhelp"
9810           if test "x$cache" = xyes; then
9811             echo "wxUSE_WXHTML_HELP=$wxUSE_WXHTML_HELP" >> ${wx_arg_cache_file}.tmp
9812           fi
9813
9814           if test x"$enablestring" = xdisable; then
9815             if test $wxUSE_WXHTML_HELP = yes; then
9816               result=no
9817             else
9818               result=yes
9819             fi
9820           else
9821             result=$wxUSE_WXHTML_HELP
9822           fi
9823
9824           { echo "$as_me:$LINENO: result: $result" >&5
9825 echo "${ECHO_T}$result" >&6; }
9826
9827
9828           enablestring=
9829           defaultval=$wxUSE_ALL_FEATURES
9830           if test -z "$defaultval"; then
9831               if test x"$enablestring" = xdisable; then
9832                   defaultval=yes
9833               else
9834                   defaultval=no
9835               fi
9836           fi
9837
9838           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
9839 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6; }
9840           # Check whether --enable-xrc was given.
9841 if test "${enable_xrc+set}" = set; then
9842   enableval=$enable_xrc;
9843                           if test "$enableval" = yes; then
9844                             wx_cv_use_xrc='wxUSE_XRC=yes'
9845                           else
9846                             wx_cv_use_xrc='wxUSE_XRC=no'
9847                           fi
9848                           cache=yes
9849
9850 else
9851
9852                           LINE=`grep "^wxUSE_XRC=" ${wx_arg_cache_file}`
9853                           if test "x$LINE" != x ; then
9854                               eval "DEFAULT_$LINE"
9855                               cache=yes
9856                           else
9857                               cache=no
9858                           fi
9859
9860                           wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
9861
9862 fi
9863
9864
9865           eval "$wx_cv_use_xrc"
9866           if test "x$cache" = xyes; then
9867             echo "wxUSE_XRC=$wxUSE_XRC" >> ${wx_arg_cache_file}.tmp
9868           fi
9869
9870           if test x"$enablestring" = xdisable; then
9871             if test $wxUSE_XRC = yes; then
9872               result=no
9873             else
9874               result=yes
9875             fi
9876           else
9877             result=$wxUSE_XRC
9878           fi
9879
9880           { echo "$as_me:$LINENO: result: $result" >&5
9881 echo "${ECHO_T}$result" >&6; }
9882
9883
9884           enablestring=
9885           defaultval=$wxUSE_ALL_FEATURES
9886           if test -z "$defaultval"; then
9887               if test x"$enablestring" = xdisable; then
9888                   defaultval=yes
9889               else
9890                   defaultval=no
9891               fi
9892           fi
9893
9894           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
9895 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6; }
9896           # Check whether --enable-aui was given.
9897 if test "${enable_aui+set}" = set; then
9898   enableval=$enable_aui;
9899                           if test "$enableval" = yes; then
9900                             wx_cv_use_aui='wxUSE_AUI=yes'
9901                           else
9902                             wx_cv_use_aui='wxUSE_AUI=no'
9903                           fi
9904                           cache=yes
9905
9906 else
9907
9908                           LINE=`grep "^wxUSE_AUI=" ${wx_arg_cache_file}`
9909                           if test "x$LINE" != x ; then
9910                               eval "DEFAULT_$LINE"
9911                               cache=yes
9912                           else
9913                               cache=no
9914                           fi
9915
9916                           wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
9917
9918 fi
9919
9920
9921           eval "$wx_cv_use_aui"
9922           if test "x$cache" = xyes; then
9923             echo "wxUSE_AUI=$wxUSE_AUI" >> ${wx_arg_cache_file}.tmp
9924           fi
9925
9926           if test x"$enablestring" = xdisable; then
9927             if test $wxUSE_AUI = yes; then
9928               result=no
9929             else
9930               result=yes
9931             fi
9932           else
9933             result=$wxUSE_AUI
9934           fi
9935
9936           { echo "$as_me:$LINENO: result: $result" >&5
9937 echo "${ECHO_T}$result" >&6; }
9938
9939
9940           enablestring=
9941           defaultval=$wxUSE_ALL_FEATURES
9942           if test -z "$defaultval"; then
9943               if test x"$enablestring" = xdisable; then
9944                   defaultval=yes
9945               else
9946                   defaultval=no
9947               fi
9948           fi
9949
9950           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stc" >&5
9951 echo $ECHO_N "checking for --${enablestring:-enable}-stc... $ECHO_C" >&6; }
9952           # Check whether --enable-stc was given.
9953 if test "${enable_stc+set}" = set; then
9954   enableval=$enable_stc;
9955                           if test "$enableval" = yes; then
9956                             wx_cv_use_stc='wxUSE_STC=yes'
9957                           else
9958                             wx_cv_use_stc='wxUSE_STC=no'
9959                           fi
9960                           cache=yes
9961
9962 else
9963
9964                           LINE=`grep "^wxUSE_STC=" ${wx_arg_cache_file}`
9965                           if test "x$LINE" != x ; then
9966                               eval "DEFAULT_$LINE"
9967                               cache=yes
9968                           else
9969                               cache=no
9970                           fi
9971
9972                           wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
9973
9974 fi
9975
9976
9977           eval "$wx_cv_use_stc"
9978           if test "x$cache" = xyes; then
9979             echo "wxUSE_STC=$wxUSE_STC" >> ${wx_arg_cache_file}.tmp
9980           fi
9981
9982           if test x"$enablestring" = xdisable; then
9983             if test $wxUSE_STC = yes; then
9984               result=no
9985             else
9986               result=yes
9987             fi
9988           else
9989             result=$wxUSE_STC
9990           fi
9991
9992           { echo "$as_me:$LINENO: result: $result" >&5
9993 echo "${ECHO_T}$result" >&6; }
9994
9995
9996           enablestring=
9997           defaultval=$wxUSE_ALL_FEATURES
9998           if test -z "$defaultval"; then
9999               if test x"$enablestring" = xdisable; then
10000                   defaultval=yes
10001               else
10002                   defaultval=no
10003               fi
10004           fi
10005
10006           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
10007 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6; }
10008           # Check whether --enable-constraints was given.
10009 if test "${enable_constraints+set}" = set; then
10010   enableval=$enable_constraints;
10011                           if test "$enableval" = yes; then
10012                             wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
10013                           else
10014                             wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
10015                           fi
10016                           cache=yes
10017
10018 else
10019
10020                           LINE=`grep "^wxUSE_CONSTRAINTS=" ${wx_arg_cache_file}`
10021                           if test "x$LINE" != x ; then
10022                               eval "DEFAULT_$LINE"
10023                               cache=yes
10024                           else
10025                               cache=no
10026                           fi
10027
10028                           wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
10029
10030 fi
10031
10032
10033           eval "$wx_cv_use_constraints"
10034           if test "x$cache" = xyes; then
10035             echo "wxUSE_CONSTRAINTS=$wxUSE_CONSTRAINTS" >> ${wx_arg_cache_file}.tmp
10036           fi
10037
10038           if test x"$enablestring" = xdisable; then
10039             if test $wxUSE_CONSTRAINTS = yes; then
10040               result=no
10041             else
10042               result=yes
10043             fi
10044           else
10045             result=$wxUSE_CONSTRAINTS
10046           fi
10047
10048           { echo "$as_me:$LINENO: result: $result" >&5
10049 echo "${ECHO_T}$result" >&6; }
10050
10051
10052           enablestring=
10053           defaultval=$wxUSE_ALL_FEATURES
10054           if test -z "$defaultval"; then
10055               if test x"$enablestring" = xdisable; then
10056                   defaultval=yes
10057               else
10058                   defaultval=no
10059               fi
10060           fi
10061
10062           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
10063 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6; }
10064           # Check whether --enable-printarch was given.
10065 if test "${enable_printarch+set}" = set; then
10066   enableval=$enable_printarch;
10067                           if test "$enableval" = yes; then
10068                             wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
10069                           else
10070                             wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
10071                           fi
10072                           cache=yes
10073
10074 else
10075
10076                           LINE=`grep "^wxUSE_PRINTING_ARCHITECTURE=" ${wx_arg_cache_file}`
10077                           if test "x$LINE" != x ; then
10078                               eval "DEFAULT_$LINE"
10079                               cache=yes
10080                           else
10081                               cache=no
10082                           fi
10083
10084                           wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
10085
10086 fi
10087
10088
10089           eval "$wx_cv_use_printarch"
10090           if test "x$cache" = xyes; then
10091             echo "wxUSE_PRINTING_ARCHITECTURE=$wxUSE_PRINTING_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
10092           fi
10093
10094           if test x"$enablestring" = xdisable; then
10095             if test $wxUSE_PRINTING_ARCHITECTURE = yes; then
10096               result=no
10097             else
10098               result=yes
10099             fi
10100           else
10101             result=$wxUSE_PRINTING_ARCHITECTURE
10102           fi
10103
10104           { echo "$as_me:$LINENO: result: $result" >&5
10105 echo "${ECHO_T}$result" >&6; }
10106
10107
10108           enablestring=
10109           defaultval=$wxUSE_ALL_FEATURES
10110           if test -z "$defaultval"; then
10111               if test x"$enablestring" = xdisable; then
10112                   defaultval=yes
10113               else
10114                   defaultval=no
10115               fi
10116           fi
10117
10118           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
10119 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6; }
10120           # Check whether --enable-mdi was given.
10121 if test "${enable_mdi+set}" = set; then
10122   enableval=$enable_mdi;
10123                           if test "$enableval" = yes; then
10124                             wx_cv_use_mdi='wxUSE_MDI=yes'
10125                           else
10126                             wx_cv_use_mdi='wxUSE_MDI=no'
10127                           fi
10128                           cache=yes
10129
10130 else
10131
10132                           LINE=`grep "^wxUSE_MDI=" ${wx_arg_cache_file}`
10133                           if test "x$LINE" != x ; then
10134                               eval "DEFAULT_$LINE"
10135                               cache=yes
10136                           else
10137                               cache=no
10138                           fi
10139
10140                           wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
10141
10142 fi
10143
10144
10145           eval "$wx_cv_use_mdi"
10146           if test "x$cache" = xyes; then
10147             echo "wxUSE_MDI=$wxUSE_MDI" >> ${wx_arg_cache_file}.tmp
10148           fi
10149
10150           if test x"$enablestring" = xdisable; then
10151             if test $wxUSE_MDI = yes; then
10152               result=no
10153             else
10154               result=yes
10155             fi
10156           else
10157             result=$wxUSE_MDI
10158           fi
10159
10160           { echo "$as_me:$LINENO: result: $result" >&5
10161 echo "${ECHO_T}$result" >&6; }
10162
10163
10164           enablestring=
10165           defaultval=$wxUSE_ALL_FEATURES
10166           if test -z "$defaultval"; then
10167               if test x"$enablestring" = xdisable; then
10168                   defaultval=yes
10169               else
10170                   defaultval=no
10171               fi
10172           fi
10173
10174           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
10175 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6; }
10176           # Check whether --enable-mdidoc was given.
10177 if test "${enable_mdidoc+set}" = set; then
10178   enableval=$enable_mdidoc;
10179                           if test "$enableval" = yes; then
10180                             wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
10181                           else
10182                             wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
10183                           fi
10184                           cache=yes
10185
10186 else
10187
10188                           LINE=`grep "^wxUSE_MDI_ARCHITECTURE=" ${wx_arg_cache_file}`
10189                           if test "x$LINE" != x ; then
10190                               eval "DEFAULT_$LINE"
10191                               cache=yes
10192                           else
10193                               cache=no
10194                           fi
10195
10196                           wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
10197
10198 fi
10199
10200
10201           eval "$wx_cv_use_mdidoc"
10202           if test "x$cache" = xyes; then
10203             echo "wxUSE_MDI_ARCHITECTURE=$wxUSE_MDI_ARCHITECTURE" >> ${wx_arg_cache_file}.tmp
10204           fi
10205
10206           if test x"$enablestring" = xdisable; then
10207             if test $wxUSE_MDI_ARCHITECTURE = yes; then
10208               result=no
10209             else
10210               result=yes
10211             fi
10212           else
10213             result=$wxUSE_MDI_ARCHITECTURE
10214           fi
10215
10216           { echo "$as_me:$LINENO: result: $result" >&5
10217 echo "${ECHO_T}$result" >&6; }
10218
10219
10220           enablestring=
10221           defaultval=$wxUSE_ALL_FEATURES
10222           if test -z "$defaultval"; then
10223               if test x"$enablestring" = xdisable; then
10224                   defaultval=yes
10225               else
10226                   defaultval=no
10227               fi
10228           fi
10229
10230           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
10231 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6; }
10232           # Check whether --enable-loggui was given.
10233 if test "${enable_loggui+set}" = set; then
10234   enableval=$enable_loggui;
10235                           if test "$enableval" = yes; then
10236                             wx_cv_use_loggui='wxUSE_LOGGUI=yes'
10237                           else
10238                             wx_cv_use_loggui='wxUSE_LOGGUI=no'
10239                           fi
10240                           cache=yes
10241
10242 else
10243
10244                           LINE=`grep "^wxUSE_LOGGUI=" ${wx_arg_cache_file}`
10245                           if test "x$LINE" != x ; then
10246                               eval "DEFAULT_$LINE"
10247                               cache=yes
10248                           else
10249                               cache=no
10250                           fi
10251
10252                           wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
10253
10254 fi
10255
10256
10257           eval "$wx_cv_use_loggui"
10258           if test "x$cache" = xyes; then
10259             echo "wxUSE_LOGGUI=$wxUSE_LOGGUI" >> ${wx_arg_cache_file}.tmp
10260           fi
10261
10262           if test x"$enablestring" = xdisable; then
10263             if test $wxUSE_LOGGUI = yes; then
10264               result=no
10265             else
10266               result=yes
10267             fi
10268           else
10269             result=$wxUSE_LOGGUI
10270           fi
10271
10272           { echo "$as_me:$LINENO: result: $result" >&5
10273 echo "${ECHO_T}$result" >&6; }
10274
10275
10276           enablestring=
10277           defaultval=$wxUSE_ALL_FEATURES
10278           if test -z "$defaultval"; then
10279               if test x"$enablestring" = xdisable; then
10280                   defaultval=yes
10281               else
10282                   defaultval=no
10283               fi
10284           fi
10285
10286           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
10287 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6; }
10288           # Check whether --enable-logwin was given.
10289 if test "${enable_logwin+set}" = set; then
10290   enableval=$enable_logwin;
10291                           if test "$enableval" = yes; then
10292                             wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
10293                           else
10294                             wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
10295                           fi
10296                           cache=yes
10297
10298 else
10299
10300                           LINE=`grep "^wxUSE_LOGWINDOW=" ${wx_arg_cache_file}`
10301                           if test "x$LINE" != x ; then
10302                               eval "DEFAULT_$LINE"
10303                               cache=yes
10304                           else
10305                               cache=no
10306                           fi
10307
10308                           wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
10309
10310 fi
10311
10312
10313           eval "$wx_cv_use_logwin"
10314           if test "x$cache" = xyes; then
10315             echo "wxUSE_LOGWINDOW=$wxUSE_LOGWINDOW" >> ${wx_arg_cache_file}.tmp
10316           fi
10317
10318           if test x"$enablestring" = xdisable; then
10319             if test $wxUSE_LOGWINDOW = yes; then
10320               result=no
10321             else
10322               result=yes
10323             fi
10324           else
10325             result=$wxUSE_LOGWINDOW
10326           fi
10327
10328           { echo "$as_me:$LINENO: result: $result" >&5
10329 echo "${ECHO_T}$result" >&6; }
10330
10331
10332           enablestring=
10333           defaultval=$wxUSE_ALL_FEATURES
10334           if test -z "$defaultval"; then
10335               if test x"$enablestring" = xdisable; then
10336                   defaultval=yes
10337               else
10338                   defaultval=no
10339               fi
10340           fi
10341
10342           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
10343 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6; }
10344           # Check whether --enable-logdialog was given.
10345 if test "${enable_logdialog+set}" = set; then
10346   enableval=$enable_logdialog;
10347                           if test "$enableval" = yes; then
10348                             wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
10349                           else
10350                             wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
10351                           fi
10352                           cache=yes
10353
10354 else
10355
10356                           LINE=`grep "^wxUSE_LOGDIALOG=" ${wx_arg_cache_file}`
10357                           if test "x$LINE" != x ; then
10358                               eval "DEFAULT_$LINE"
10359                               cache=yes
10360                           else
10361                               cache=no
10362                           fi
10363
10364                           wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
10365
10366 fi
10367
10368
10369           eval "$wx_cv_use_logdialog"
10370           if test "x$cache" = xyes; then
10371             echo "wxUSE_LOGDIALOG=$wxUSE_LOGDIALOG" >> ${wx_arg_cache_file}.tmp
10372           fi
10373
10374           if test x"$enablestring" = xdisable; then
10375             if test $wxUSE_LOGDIALOG = yes; then
10376               result=no
10377             else
10378               result=yes
10379             fi
10380           else
10381             result=$wxUSE_LOGDIALOG
10382           fi
10383
10384           { echo "$as_me:$LINENO: result: $result" >&5
10385 echo "${ECHO_T}$result" >&6; }
10386
10387
10388           enablestring=
10389           defaultval=$wxUSE_ALL_FEATURES
10390           if test -z "$defaultval"; then
10391               if test x"$enablestring" = xdisable; then
10392                   defaultval=yes
10393               else
10394                   defaultval=no
10395               fi
10396           fi
10397
10398           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
10399 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6; }
10400           # Check whether --enable-webkit was given.
10401 if test "${enable_webkit+set}" = set; then
10402   enableval=$enable_webkit;
10403                           if test "$enableval" = yes; then
10404                             wx_cv_use_webkit='wxUSE_WEBKIT=yes'
10405                           else
10406                             wx_cv_use_webkit='wxUSE_WEBKIT=no'
10407                           fi
10408                           cache=yes
10409
10410 else
10411
10412                           LINE=`grep "^wxUSE_WEBKIT=" ${wx_arg_cache_file}`
10413                           if test "x$LINE" != x ; then
10414                               eval "DEFAULT_$LINE"
10415                               cache=yes
10416                           else
10417                               cache=no
10418                           fi
10419
10420                           wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
10421
10422 fi
10423
10424
10425           eval "$wx_cv_use_webkit"
10426           if test "x$cache" = xyes; then
10427             echo "wxUSE_WEBKIT=$wxUSE_WEBKIT" >> ${wx_arg_cache_file}.tmp
10428           fi
10429
10430           if test x"$enablestring" = xdisable; then
10431             if test $wxUSE_WEBKIT = yes; then
10432               result=no
10433             else
10434               result=yes
10435             fi
10436           else
10437             result=$wxUSE_WEBKIT
10438           fi
10439
10440           { echo "$as_me:$LINENO: result: $result" >&5
10441 echo "${ECHO_T}$result" >&6; }
10442
10443
10444           enablestring=
10445           defaultval=$wxUSE_ALL_FEATURES
10446           if test -z "$defaultval"; then
10447               if test x"$enablestring" = xdisable; then
10448                   defaultval=yes
10449               else
10450                   defaultval=no
10451               fi
10452           fi
10453
10454           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
10455 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6; }
10456           # Check whether --enable-richtext was given.
10457 if test "${enable_richtext+set}" = set; then
10458   enableval=$enable_richtext;
10459                           if test "$enableval" = yes; then
10460                             wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
10461                           else
10462                             wx_cv_use_richtext='wxUSE_RICHTEXT=no'
10463                           fi
10464                           cache=yes
10465
10466 else
10467
10468                           LINE=`grep "^wxUSE_RICHTEXT=" ${wx_arg_cache_file}`
10469                           if test "x$LINE" != x ; then
10470                               eval "DEFAULT_$LINE"
10471                               cache=yes
10472                           else
10473                               cache=no
10474                           fi
10475
10476                           wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
10477
10478 fi
10479
10480
10481           eval "$wx_cv_use_richtext"
10482           if test "x$cache" = xyes; then
10483             echo "wxUSE_RICHTEXT=$wxUSE_RICHTEXT" >> ${wx_arg_cache_file}.tmp
10484           fi
10485
10486           if test x"$enablestring" = xdisable; then
10487             if test $wxUSE_RICHTEXT = yes; then
10488               result=no
10489             else
10490               result=yes
10491             fi
10492           else
10493             result=$wxUSE_RICHTEXT
10494           fi
10495
10496           { echo "$as_me:$LINENO: result: $result" >&5
10497 echo "${ECHO_T}$result" >&6; }
10498
10499
10500           enablestring=
10501           defaultval=$wxUSE_ALL_FEATURES
10502           if test -z "$defaultval"; then
10503               if test x"$enablestring" = xdisable; then
10504                   defaultval=yes
10505               else
10506                   defaultval=no
10507               fi
10508           fi
10509
10510           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
10511 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6; }
10512           # Check whether --enable-graphics_ctx was given.
10513 if test "${enable_graphics_ctx+set}" = set; then
10514   enableval=$enable_graphics_ctx;
10515                           if test "$enableval" = yes; then
10516                             wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
10517                           else
10518                             wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
10519                           fi
10520                           cache=yes
10521
10522 else
10523
10524                           LINE=`grep "^wxUSE_GRAPHICS_CONTEXT=" ${wx_arg_cache_file}`
10525                           if test "x$LINE" != x ; then
10526                               eval "DEFAULT_$LINE"
10527                               cache=yes
10528                           else
10529                               cache=no
10530                           fi
10531
10532                           wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
10533
10534 fi
10535
10536
10537           eval "$wx_cv_use_graphics_ctx"
10538           if test "x$cache" = xyes; then
10539             echo "wxUSE_GRAPHICS_CONTEXT=$wxUSE_GRAPHICS_CONTEXT" >> ${wx_arg_cache_file}.tmp
10540           fi
10541
10542           if test x"$enablestring" = xdisable; then
10543             if test $wxUSE_GRAPHICS_CONTEXT = yes; then
10544               result=no
10545             else
10546               result=yes
10547             fi
10548           else
10549             result=$wxUSE_GRAPHICS_CONTEXT
10550           fi
10551
10552           { echo "$as_me:$LINENO: result: $result" >&5
10553 echo "${ECHO_T}$result" >&6; }
10554
10555
10556           enablestring=
10557           defaultval=$wxUSE_ALL_FEATURES
10558           if test -z "$defaultval"; then
10559               if test x"$enablestring" = xdisable; then
10560                   defaultval=yes
10561               else
10562                   defaultval=no
10563               fi
10564           fi
10565
10566           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
10567 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6; }
10568           # Check whether --enable-postscript was given.
10569 if test "${enable_postscript+set}" = set; then
10570   enableval=$enable_postscript;
10571                           if test "$enableval" = yes; then
10572                             wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
10573                           else
10574                             wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
10575                           fi
10576                           cache=yes
10577
10578 else
10579
10580                           LINE=`grep "^wxUSE_POSTSCRIPT=" ${wx_arg_cache_file}`
10581                           if test "x$LINE" != x ; then
10582                               eval "DEFAULT_$LINE"
10583                               cache=yes
10584                           else
10585                               cache=no
10586                           fi
10587
10588                           wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
10589
10590 fi
10591
10592
10593           eval "$wx_cv_use_postscript"
10594           if test "x$cache" = xyes; then
10595             echo "wxUSE_POSTSCRIPT=$wxUSE_POSTSCRIPT" >> ${wx_arg_cache_file}.tmp
10596           fi
10597
10598           if test x"$enablestring" = xdisable; then
10599             if test $wxUSE_POSTSCRIPT = yes; then
10600               result=no
10601             else
10602               result=yes
10603             fi
10604           else
10605             result=$wxUSE_POSTSCRIPT
10606           fi
10607
10608           { echo "$as_me:$LINENO: result: $result" >&5
10609 echo "${ECHO_T}$result" >&6; }
10610
10611
10612           enablestring=
10613           defaultval=$wxUSE_ALL_FEATURES
10614           if test -z "$defaultval"; then
10615               if test x"$enablestring" = xdisable; then
10616                   defaultval=yes
10617               else
10618                   defaultval=no
10619               fi
10620           fi
10621
10622           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
10623 echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6; }
10624           # Check whether --enable-svg was given.
10625 if test "${enable_svg+set}" = set; then
10626   enableval=$enable_svg;
10627                           if test "$enableval" = yes; then
10628                             wx_cv_use_svg='wxUSE_SVG=yes'
10629                           else
10630                             wx_cv_use_svg='wxUSE_SVG=no'
10631                           fi
10632                           cache=yes
10633
10634 else
10635
10636                           LINE=`grep "^wxUSE_SVG=" ${wx_arg_cache_file}`
10637                           if test "x$LINE" != x ; then
10638                               eval "DEFAULT_$LINE"
10639                               cache=yes
10640                           else
10641                               cache=no
10642                           fi
10643
10644                           wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
10645
10646 fi
10647
10648
10649           eval "$wx_cv_use_svg"
10650           if test "x$cache" = xyes; then
10651             echo "wxUSE_SVG=$wxUSE_SVG" >> ${wx_arg_cache_file}.tmp
10652           fi
10653
10654           if test x"$enablestring" = xdisable; then
10655             if test $wxUSE_SVG = yes; then
10656               result=no
10657             else
10658               result=yes
10659             fi
10660           else
10661             result=$wxUSE_SVG
10662           fi
10663
10664           { echo "$as_me:$LINENO: result: $result" >&5
10665 echo "${ECHO_T}$result" >&6; }
10666
10667
10668
10669
10670           enablestring=
10671           defaultval=$wxUSE_ALL_FEATURES
10672           if test -z "$defaultval"; then
10673               if test x"$enablestring" = xdisable; then
10674                   defaultval=yes
10675               else
10676                   defaultval=no
10677               fi
10678           fi
10679
10680           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
10681 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6; }
10682           # Check whether --enable-clipboard was given.
10683 if test "${enable_clipboard+set}" = set; then
10684   enableval=$enable_clipboard;
10685                           if test "$enableval" = yes; then
10686                             wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
10687                           else
10688                             wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
10689                           fi
10690                           cache=yes
10691
10692 else
10693
10694                           LINE=`grep "^wxUSE_CLIPBOARD=" ${wx_arg_cache_file}`
10695                           if test "x$LINE" != x ; then
10696                               eval "DEFAULT_$LINE"
10697                               cache=yes
10698                           else
10699                               cache=no
10700                           fi
10701
10702                           wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
10703
10704 fi
10705
10706
10707           eval "$wx_cv_use_clipboard"
10708           if test "x$cache" = xyes; then
10709             echo "wxUSE_CLIPBOARD=$wxUSE_CLIPBOARD" >> ${wx_arg_cache_file}.tmp
10710           fi
10711
10712           if test x"$enablestring" = xdisable; then
10713             if test $wxUSE_CLIPBOARD = yes; then
10714               result=no
10715             else
10716               result=yes
10717             fi
10718           else
10719             result=$wxUSE_CLIPBOARD
10720           fi
10721
10722           { echo "$as_me:$LINENO: result: $result" >&5
10723 echo "${ECHO_T}$result" >&6; }
10724
10725
10726           enablestring=
10727           defaultval=$wxUSE_ALL_FEATURES
10728           if test -z "$defaultval"; then
10729               if test x"$enablestring" = xdisable; then
10730                   defaultval=yes
10731               else
10732                   defaultval=no
10733               fi
10734           fi
10735
10736           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
10737 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6; }
10738           # Check whether --enable-dnd was given.
10739 if test "${enable_dnd+set}" = set; then
10740   enableval=$enable_dnd;
10741                           if test "$enableval" = yes; then
10742                             wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
10743                           else
10744                             wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
10745                           fi
10746                           cache=yes
10747
10748 else
10749
10750                           LINE=`grep "^wxUSE_DRAG_AND_DROP=" ${wx_arg_cache_file}`
10751                           if test "x$LINE" != x ; then
10752                               eval "DEFAULT_$LINE"
10753                               cache=yes
10754                           else
10755                               cache=no
10756                           fi
10757
10758                           wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
10759
10760 fi
10761
10762
10763           eval "$wx_cv_use_dnd"
10764           if test "x$cache" = xyes; then
10765             echo "wxUSE_DRAG_AND_DROP=$wxUSE_DRAG_AND_DROP" >> ${wx_arg_cache_file}.tmp
10766           fi
10767
10768           if test x"$enablestring" = xdisable; then
10769             if test $wxUSE_DRAG_AND_DROP = yes; then
10770               result=no
10771             else
10772               result=yes
10773             fi
10774           else
10775             result=$wxUSE_DRAG_AND_DROP
10776           fi
10777
10778           { echo "$as_me:$LINENO: result: $result" >&5
10779 echo "${ECHO_T}$result" >&6; }
10780
10781
10782           enablestring=
10783           defaultval=$wxUSE_ALL_FEATURES
10784           if test -z "$defaultval"; then
10785               if test x"$enablestring" = xdisable; then
10786                   defaultval=yes
10787               else
10788                   defaultval=no
10789               fi
10790           fi
10791
10792           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
10793 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
10794           # Check whether --enable-metafile was given.
10795 if test "${enable_metafile+set}" = set; then
10796   enableval=$enable_metafile;
10797                           if test "$enableval" = yes; then
10798                             wx_cv_use_metafile='wxUSE_METAFILE=yes'
10799                           else
10800                             wx_cv_use_metafile='wxUSE_METAFILE=no'
10801                           fi
10802                           cache=yes
10803
10804 else
10805
10806                           LINE=`grep "^wxUSE_METAFILE=" ${wx_arg_cache_file}`
10807                           if test "x$LINE" != x ; then
10808                               eval "DEFAULT_$LINE"
10809                               cache=yes
10810                           else
10811                               cache=no
10812                           fi
10813
10814                           wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
10815
10816 fi
10817
10818
10819           eval "$wx_cv_use_metafile"
10820           if test "x$cache" = xyes; then
10821             echo "wxUSE_METAFILE=$wxUSE_METAFILE" >> ${wx_arg_cache_file}.tmp
10822           fi
10823
10824           if test x"$enablestring" = xdisable; then
10825             if test $wxUSE_METAFILE = yes; then
10826               result=no
10827             else
10828               result=yes
10829             fi
10830           else
10831             result=$wxUSE_METAFILE
10832           fi
10833
10834           { echo "$as_me:$LINENO: result: $result" >&5
10835 echo "${ECHO_T}$result" >&6; }
10836
10837
10838
10839 DEFAULT_wxUSE_CONTROLS=none
10840
10841           enablestring=disable
10842           defaultval=
10843           if test -z "$defaultval"; then
10844               if test x"$enablestring" = xdisable; then
10845                   defaultval=yes
10846               else
10847                   defaultval=no
10848               fi
10849           fi
10850
10851           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
10852 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6; }
10853           # Check whether --enable-controls was given.
10854 if test "${enable_controls+set}" = set; then
10855   enableval=$enable_controls;
10856                           if test "$enableval" = yes; then
10857                             wx_cv_use_controls='wxUSE_CONTROLS=yes'
10858                           else
10859                             wx_cv_use_controls='wxUSE_CONTROLS=no'
10860                           fi
10861                           cache=yes
10862
10863 else
10864
10865                           LINE=`grep "^wxUSE_CONTROLS=" ${wx_arg_cache_file}`
10866                           if test "x$LINE" != x ; then
10867                               eval "DEFAULT_$LINE"
10868                               cache=yes
10869                           else
10870                               cache=no
10871                           fi
10872
10873                           wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
10874
10875 fi
10876
10877
10878           eval "$wx_cv_use_controls"
10879           if test "x$cache" = xyes; then
10880             echo "wxUSE_CONTROLS=$wxUSE_CONTROLS" >> ${wx_arg_cache_file}.tmp
10881           fi
10882
10883           if test x"$enablestring" = xdisable; then
10884             if test $wxUSE_CONTROLS = yes; then
10885               result=no
10886             else
10887               result=yes
10888             fi
10889           else
10890             result=$wxUSE_CONTROLS
10891           fi
10892
10893           { echo "$as_me:$LINENO: result: $result" >&5
10894 echo "${ECHO_T}$result" >&6; }
10895
10896
10897 if test "$wxUSE_CONTROLS" = "yes"; then
10898   DEFAULT_wxUSE_ACCEL=yes
10899   DEFAULT_wxUSE_ANIMATIONCTRL=yes
10900   DEFAULT_wxUSE_BMPBUTTON=yes
10901   DEFAULT_wxUSE_BUTTON=yes
10902   DEFAULT_wxUSE_CALCTRL=yes
10903   DEFAULT_wxUSE_CARET=yes
10904   DEFAULT_wxUSE_COMBOBOX=yes
10905   DEFAULT_wxUSE_CHECKBOX=yes
10906   DEFAULT_wxUSE_CHECKLISTBOX=yes
10907   DEFAULT_wxUSE_CHOICE=yes
10908   DEFAULT_wxUSE_CHOICEBOOK=yes
10909   DEFAULT_wxUSE_COLLPANE=yes
10910   DEFAULT_wxUSE_COLOURPICKERCTRL=yes
10911   DEFAULT_wxUSE_COMBOBOX=yes
10912   DEFAULT_wxUSE_DATEPICKCTRL=yes
10913   DEFAULT_wxUSE_DISPLAY=yes
10914   DEFAULT_wxUSE_DETECT_SM=yes
10915   DEFAULT_wxUSE_DIRPICKERCTRL=yes
10916   DEFAULT_wxUSE_FILECTRL=yes
10917   DEFAULT_wxUSE_FILEPICKERCTRL=yes
10918   DEFAULT_wxUSE_FONTPICKERCTRL=yes
10919   DEFAULT_wxUSE_GAUGE=yes
10920   DEFAULT_wxUSE_GRID=yes
10921   DEFAULT_wxUSE_HYPERLINKCTRL=yes
10922   DEFAULT_wxUSE_DATAVIEWCTRL=no
10923   DEFAULT_wxUSE_IMAGLIST=yes
10924   DEFAULT_wxUSE_LISTBOOK=yes
10925   DEFAULT_wxUSE_LISTBOX=yes
10926   DEFAULT_wxUSE_LISTCTRL=yes
10927   DEFAULT_wxUSE_NOTEBOOK=yes
10928   DEFAULT_wxUSE_RADIOBOX=yes
10929   DEFAULT_wxUSE_RADIOBTN=yes
10930   DEFAULT_wxUSE_SASH=yes
10931   DEFAULT_wxUSE_SCROLLBAR=yes
10932   DEFAULT_wxUSE_SEARCHCTRL=yes
10933   DEFAULT_wxUSE_SLIDER=yes
10934   DEFAULT_wxUSE_SPINBTN=yes
10935   DEFAULT_wxUSE_SPINCTRL=yes
10936   DEFAULT_wxUSE_SPLITTER=yes
10937   DEFAULT_wxUSE_STATBMP=yes
10938   DEFAULT_wxUSE_STATBOX=yes
10939   DEFAULT_wxUSE_STATLINE=yes
10940   DEFAULT_wxUSE_STATUSBAR=yes
10941   DEFAULT_wxUSE_TAB_DIALOG=yes
10942   DEFAULT_wxUSE_TOGGLEBTN=yes
10943   DEFAULT_wxUSE_TOOLBAR=yes
10944   DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
10945   DEFAULT_wxUSE_TOOLTIPS=yes
10946   DEFAULT_wxUSE_TREEBOOK=yes
10947   DEFAULT_wxUSE_TOOLBOOK=yes
10948   DEFAULT_wxUSE_TREECTRL=yes
10949   DEFAULT_wxUSE_POPUPWIN=yes
10950   DEFAULT_wxUSE_TIPWINDOW=yes
10951 elif test "$wxUSE_CONTROLS" = "no"; then
10952   DEFAULT_wxUSE_ACCEL=no
10953   DEFAULT_wxUSE_ANIMATIONCTRL=no
10954   DEFAULT_wxUSE_BMPBUTTON=no
10955   DEFAULT_wxUSE_BUTTON=no
10956   DEFAULT_wxUSE_CALCTRL=no
10957   DEFAULT_wxUSE_CARET=no
10958   DEFAULT_wxUSE_COLLPANE=no
10959   DEFAULT_wxUSE_COMBOBOX=no
10960   DEFAULT_wxUSE_CHECKBOX=no
10961   DEFAULT_wxUSE_CHECKLISTBOX=no
10962   DEFAULT_wxUSE_CHOICE=no
10963   DEFAULT_wxUSE_CHOICEBOOK=no
10964   DEFAULT_wxUSE_COLOURPICKERCTRL=no
10965   DEFAULT_wxUSE_COMBOBOX=no
10966   DEFAULT_wxUSE_DATEPICKCTRL=no
10967   DEFAULT_wxUSE_DISPLAY=no
10968   DEFAULT_wxUSE_DETECT_SM=no
10969   DEFAULT_wxUSE_DIRPICKERCTRL=no
10970   DEFAULT_wxUSE_FILECTRL=no
10971   DEFAULT_wxUSE_FILEPICKERCTRL=no
10972   DEFAULT_wxUSE_FONTPICKERCTRL=no
10973   DEFAULT_wxUSE_GAUGE=no
10974   DEFAULT_wxUSE_GRID=no
10975   DEFAULT_wxUSE_HYPERLINKCTRL=no
10976   DEFAULT_wxUSE_DATAVIEWCTRL=no
10977   DEFAULT_wxUSE_IMAGLIST=no
10978   DEFAULT_wxUSE_LISTBOOK=no
10979   DEFAULT_wxUSE_LISTBOX=no
10980   DEFAULT_wxUSE_LISTCTRL=no
10981   DEFAULT_wxUSE_NOTEBOOK=no
10982   DEFAULT_wxUSE_RADIOBOX=no
10983   DEFAULT_wxUSE_RADIOBTN=no
10984   DEFAULT_wxUSE_SASH=no
10985   DEFAULT_wxUSE_SCROLLBAR=no
10986   DEFAULT_wxUSE_SEARCHCTRL=no
10987   DEFAULT_wxUSE_SLIDER=no
10988   DEFAULT_wxUSE_SPINBTN=no
10989   DEFAULT_wxUSE_SPINCTRL=no
10990   DEFAULT_wxUSE_SPLITTER=no
10991   DEFAULT_wxUSE_STATBMP=no
10992   DEFAULT_wxUSE_STATBOX=no
10993   DEFAULT_wxUSE_STATLINE=no
10994   DEFAULT_wxUSE_STATUSBAR=no
10995   DEFAULT_wxUSE_TAB_DIALOG=no
10996   DEFAULT_wxUSE_TOGGLEBTN=no
10997   DEFAULT_wxUSE_TOOLBAR=no
10998   DEFAULT_wxUSE_TOOLBAR_NATIVE=no
10999   DEFAULT_wxUSE_TOOLTIPS=no
11000   DEFAULT_wxUSE_TREEBOOK=no
11001   DEFAULT_wxUSE_TOOLBOOK=no
11002   DEFAULT_wxUSE_TREECTRL=no
11003   DEFAULT_wxUSE_POPUPWIN=no
11004   DEFAULT_wxUSE_TIPWINDOW=no
11005 fi
11006
11007
11008           enablestring=
11009           defaultval=$wxUSE_ALL_FEATURES
11010           if test -z "$defaultval"; then
11011               if test x"$enablestring" = xdisable; then
11012                   defaultval=yes
11013               else
11014                   defaultval=no
11015               fi
11016           fi
11017
11018           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
11019 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6; }
11020           # Check whether --enable-accel was given.
11021 if test "${enable_accel+set}" = set; then
11022   enableval=$enable_accel;
11023                           if test "$enableval" = yes; then
11024                             wx_cv_use_accel='wxUSE_ACCEL=yes'
11025                           else
11026                             wx_cv_use_accel='wxUSE_ACCEL=no'
11027                           fi
11028                           cache=yes
11029
11030 else
11031
11032                           LINE=`grep "^wxUSE_ACCEL=" ${wx_arg_cache_file}`
11033                           if test "x$LINE" != x ; then
11034                               eval "DEFAULT_$LINE"
11035                               cache=yes
11036                           else
11037                               cache=no
11038                           fi
11039
11040                           wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
11041
11042 fi
11043
11044
11045           eval "$wx_cv_use_accel"
11046           if test "x$cache" = xyes; then
11047             echo "wxUSE_ACCEL=$wxUSE_ACCEL" >> ${wx_arg_cache_file}.tmp
11048           fi
11049
11050           if test x"$enablestring" = xdisable; then
11051             if test $wxUSE_ACCEL = yes; then
11052               result=no
11053             else
11054               result=yes
11055             fi
11056           else
11057             result=$wxUSE_ACCEL
11058           fi
11059
11060           { echo "$as_me:$LINENO: result: $result" >&5
11061 echo "${ECHO_T}$result" >&6; }
11062
11063
11064           enablestring=
11065           defaultval=$wxUSE_ALL_FEATURES
11066           if test -z "$defaultval"; then
11067               if test x"$enablestring" = xdisable; then
11068                   defaultval=yes
11069               else
11070                   defaultval=no
11071               fi
11072           fi
11073
11074           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
11075 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6; }
11076           # Check whether --enable-animatectrl was given.
11077 if test "${enable_animatectrl+set}" = set; then
11078   enableval=$enable_animatectrl;
11079                           if test "$enableval" = yes; then
11080                             wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
11081                           else
11082                             wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
11083                           fi
11084                           cache=yes
11085
11086 else
11087
11088                           LINE=`grep "^wxUSE_ANIMATIONCTRL=" ${wx_arg_cache_file}`
11089                           if test "x$LINE" != x ; then
11090                               eval "DEFAULT_$LINE"
11091                               cache=yes
11092                           else
11093                               cache=no
11094                           fi
11095
11096                           wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
11097
11098 fi
11099
11100
11101           eval "$wx_cv_use_animatectrl"
11102           if test "x$cache" = xyes; then
11103             echo "wxUSE_ANIMATIONCTRL=$wxUSE_ANIMATIONCTRL" >> ${wx_arg_cache_file}.tmp
11104           fi
11105
11106           if test x"$enablestring" = xdisable; then
11107             if test $wxUSE_ANIMATIONCTRL = yes; then
11108               result=no
11109             else
11110               result=yes
11111             fi
11112           else
11113             result=$wxUSE_ANIMATIONCTRL
11114           fi
11115
11116           { echo "$as_me:$LINENO: result: $result" >&5
11117 echo "${ECHO_T}$result" >&6; }
11118
11119
11120           enablestring=
11121           defaultval=$wxUSE_ALL_FEATURES
11122           if test -z "$defaultval"; then
11123               if test x"$enablestring" = xdisable; then
11124                   defaultval=yes
11125               else
11126                   defaultval=no
11127               fi
11128           fi
11129
11130           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
11131 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6; }
11132           # Check whether --enable-button was given.
11133 if test "${enable_button+set}" = set; then
11134   enableval=$enable_button;
11135                           if test "$enableval" = yes; then
11136                             wx_cv_use_button='wxUSE_BUTTON=yes'
11137                           else
11138                             wx_cv_use_button='wxUSE_BUTTON=no'
11139                           fi
11140                           cache=yes
11141
11142 else
11143
11144                           LINE=`grep "^wxUSE_BUTTON=" ${wx_arg_cache_file}`
11145                           if test "x$LINE" != x ; then
11146                               eval "DEFAULT_$LINE"
11147                               cache=yes
11148                           else
11149                               cache=no
11150                           fi
11151
11152                           wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
11153
11154 fi
11155
11156
11157           eval "$wx_cv_use_button"
11158           if test "x$cache" = xyes; then
11159             echo "wxUSE_BUTTON=$wxUSE_BUTTON" >> ${wx_arg_cache_file}.tmp
11160           fi
11161
11162           if test x"$enablestring" = xdisable; then
11163             if test $wxUSE_BUTTON = yes; then
11164               result=no
11165             else
11166               result=yes
11167             fi
11168           else
11169             result=$wxUSE_BUTTON
11170           fi
11171
11172           { echo "$as_me:$LINENO: result: $result" >&5
11173 echo "${ECHO_T}$result" >&6; }
11174
11175
11176           enablestring=
11177           defaultval=$wxUSE_ALL_FEATURES
11178           if test -z "$defaultval"; then
11179               if test x"$enablestring" = xdisable; then
11180                   defaultval=yes
11181               else
11182                   defaultval=no
11183               fi
11184           fi
11185
11186           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
11187 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6; }
11188           # Check whether --enable-bmpbutton was given.
11189 if test "${enable_bmpbutton+set}" = set; then
11190   enableval=$enable_bmpbutton;
11191                           if test "$enableval" = yes; then
11192                             wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
11193                           else
11194                             wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
11195                           fi
11196                           cache=yes
11197
11198 else
11199
11200                           LINE=`grep "^wxUSE_BMPBUTTON=" ${wx_arg_cache_file}`
11201                           if test "x$LINE" != x ; then
11202                               eval "DEFAULT_$LINE"
11203                               cache=yes
11204                           else
11205                               cache=no
11206                           fi
11207
11208                           wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
11209
11210 fi
11211
11212
11213           eval "$wx_cv_use_bmpbutton"
11214           if test "x$cache" = xyes; then
11215             echo "wxUSE_BMPBUTTON=$wxUSE_BMPBUTTON" >> ${wx_arg_cache_file}.tmp
11216           fi
11217
11218           if test x"$enablestring" = xdisable; then
11219             if test $wxUSE_BMPBUTTON = yes; then
11220               result=no
11221             else
11222               result=yes
11223             fi
11224           else
11225             result=$wxUSE_BMPBUTTON
11226           fi
11227
11228           { echo "$as_me:$LINENO: result: $result" >&5
11229 echo "${ECHO_T}$result" >&6; }
11230
11231
11232           enablestring=
11233           defaultval=$wxUSE_ALL_FEATURES
11234           if test -z "$defaultval"; then
11235               if test x"$enablestring" = xdisable; then
11236                   defaultval=yes
11237               else
11238                   defaultval=no
11239               fi
11240           fi
11241
11242           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
11243 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6; }
11244           # Check whether --enable-bmpcombobox was given.
11245 if test "${enable_bmpcombobox+set}" = set; then
11246   enableval=$enable_bmpcombobox;
11247                           if test "$enableval" = yes; then
11248                             wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
11249                           else
11250                             wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
11251                           fi
11252                           cache=yes
11253
11254 else
11255
11256                           LINE=`grep "^wxUSE_BITMAPCOMBOBOX=" ${wx_arg_cache_file}`
11257                           if test "x$LINE" != x ; then
11258                               eval "DEFAULT_$LINE"
11259                               cache=yes
11260                           else
11261                               cache=no
11262                           fi
11263
11264                           wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
11265
11266 fi
11267
11268
11269           eval "$wx_cv_use_bmpcombobox"
11270           if test "x$cache" = xyes; then
11271             echo "wxUSE_BITMAPCOMBOBOX=$wxUSE_BITMAPCOMBOBOX" >> ${wx_arg_cache_file}.tmp
11272           fi
11273
11274           if test x"$enablestring" = xdisable; then
11275             if test $wxUSE_BITMAPCOMBOBOX = yes; then
11276               result=no
11277             else
11278               result=yes
11279             fi
11280           else
11281             result=$wxUSE_BITMAPCOMBOBOX
11282           fi
11283
11284           { echo "$as_me:$LINENO: result: $result" >&5
11285 echo "${ECHO_T}$result" >&6; }
11286
11287
11288           enablestring=
11289           defaultval=$wxUSE_ALL_FEATURES
11290           if test -z "$defaultval"; then
11291               if test x"$enablestring" = xdisable; then
11292                   defaultval=yes
11293               else
11294                   defaultval=no
11295               fi
11296           fi
11297
11298           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
11299 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6; }
11300           # Check whether --enable-calendar was given.
11301 if test "${enable_calendar+set}" = set; then
11302   enableval=$enable_calendar;
11303                           if test "$enableval" = yes; then
11304                             wx_cv_use_calendar='wxUSE_CALCTRL=yes'
11305                           else
11306                             wx_cv_use_calendar='wxUSE_CALCTRL=no'
11307                           fi
11308                           cache=yes
11309
11310 else
11311
11312                           LINE=`grep "^wxUSE_CALCTRL=" ${wx_arg_cache_file}`
11313                           if test "x$LINE" != x ; then
11314                               eval "DEFAULT_$LINE"
11315                               cache=yes
11316                           else
11317                               cache=no
11318                           fi
11319
11320                           wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
11321
11322 fi
11323
11324
11325           eval "$wx_cv_use_calendar"
11326           if test "x$cache" = xyes; then
11327             echo "wxUSE_CALCTRL=$wxUSE_CALCTRL" >> ${wx_arg_cache_file}.tmp
11328           fi
11329
11330           if test x"$enablestring" = xdisable; then
11331             if test $wxUSE_CALCTRL = yes; then
11332               result=no
11333             else
11334               result=yes
11335             fi
11336           else
11337             result=$wxUSE_CALCTRL
11338           fi
11339
11340           { echo "$as_me:$LINENO: result: $result" >&5
11341 echo "${ECHO_T}$result" >&6; }
11342
11343
11344           enablestring=
11345           defaultval=$wxUSE_ALL_FEATURES
11346           if test -z "$defaultval"; then
11347               if test x"$enablestring" = xdisable; then
11348                   defaultval=yes
11349               else
11350                   defaultval=no
11351               fi
11352           fi
11353
11354           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
11355 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6; }
11356           # Check whether --enable-caret was given.
11357 if test "${enable_caret+set}" = set; then
11358   enableval=$enable_caret;
11359                           if test "$enableval" = yes; then
11360                             wx_cv_use_caret='wxUSE_CARET=yes'
11361                           else
11362                             wx_cv_use_caret='wxUSE_CARET=no'
11363                           fi
11364                           cache=yes
11365
11366 else
11367
11368                           LINE=`grep "^wxUSE_CARET=" ${wx_arg_cache_file}`
11369                           if test "x$LINE" != x ; then
11370                               eval "DEFAULT_$LINE"
11371                               cache=yes
11372                           else
11373                               cache=no
11374                           fi
11375
11376                           wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
11377
11378 fi
11379
11380
11381           eval "$wx_cv_use_caret"
11382           if test "x$cache" = xyes; then
11383             echo "wxUSE_CARET=$wxUSE_CARET" >> ${wx_arg_cache_file}.tmp
11384           fi
11385
11386           if test x"$enablestring" = xdisable; then
11387             if test $wxUSE_CARET = yes; then
11388               result=no
11389             else
11390               result=yes
11391             fi
11392           else
11393             result=$wxUSE_CARET
11394           fi
11395
11396           { echo "$as_me:$LINENO: result: $result" >&5
11397 echo "${ECHO_T}$result" >&6; }
11398
11399
11400           enablestring=
11401           defaultval=$wxUSE_ALL_FEATURES
11402           if test -z "$defaultval"; then
11403               if test x"$enablestring" = xdisable; then
11404                   defaultval=yes
11405               else
11406                   defaultval=no
11407               fi
11408           fi
11409
11410           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
11411 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6; }
11412           # Check whether --enable-checkbox was given.
11413 if test "${enable_checkbox+set}" = set; then
11414   enableval=$enable_checkbox;
11415                           if test "$enableval" = yes; then
11416                             wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
11417                           else
11418                             wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
11419                           fi
11420                           cache=yes
11421
11422 else
11423
11424                           LINE=`grep "^wxUSE_CHECKBOX=" ${wx_arg_cache_file}`
11425                           if test "x$LINE" != x ; then
11426                               eval "DEFAULT_$LINE"
11427                               cache=yes
11428                           else
11429                               cache=no
11430                           fi
11431
11432                           wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
11433
11434 fi
11435
11436
11437           eval "$wx_cv_use_checkbox"
11438           if test "x$cache" = xyes; then
11439             echo "wxUSE_CHECKBOX=$wxUSE_CHECKBOX" >> ${wx_arg_cache_file}.tmp
11440           fi
11441
11442           if test x"$enablestring" = xdisable; then
11443             if test $wxUSE_CHECKBOX = yes; then
11444               result=no
11445             else
11446               result=yes
11447             fi
11448           else
11449             result=$wxUSE_CHECKBOX
11450           fi
11451
11452           { echo "$as_me:$LINENO: result: $result" >&5
11453 echo "${ECHO_T}$result" >&6; }
11454
11455
11456           enablestring=
11457           defaultval=$wxUSE_ALL_FEATURES
11458           if test -z "$defaultval"; then
11459               if test x"$enablestring" = xdisable; then
11460                   defaultval=yes
11461               else
11462                   defaultval=no
11463               fi
11464           fi
11465
11466           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
11467 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6; }
11468           # Check whether --enable-checklst was given.
11469 if test "${enable_checklst+set}" = set; then
11470   enableval=$enable_checklst;
11471                           if test "$enableval" = yes; then
11472                             wx_cv_use_checklst='wxUSE_CHECKLST=yes'
11473                           else
11474                             wx_cv_use_checklst='wxUSE_CHECKLST=no'
11475                           fi
11476                           cache=yes
11477
11478 else
11479
11480                           LINE=`grep "^wxUSE_CHECKLST=" ${wx_arg_cache_file}`
11481                           if test "x$LINE" != x ; then
11482                               eval "DEFAULT_$LINE"
11483                               cache=yes
11484                           else
11485                               cache=no
11486                           fi
11487
11488                           wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
11489
11490 fi
11491
11492
11493           eval "$wx_cv_use_checklst"
11494           if test "x$cache" = xyes; then
11495             echo "wxUSE_CHECKLST=$wxUSE_CHECKLST" >> ${wx_arg_cache_file}.tmp
11496           fi
11497
11498           if test x"$enablestring" = xdisable; then
11499             if test $wxUSE_CHECKLST = yes; then
11500               result=no
11501             else
11502               result=yes
11503             fi
11504           else
11505             result=$wxUSE_CHECKLST
11506           fi
11507
11508           { echo "$as_me:$LINENO: result: $result" >&5
11509 echo "${ECHO_T}$result" >&6; }
11510
11511
11512           enablestring=
11513           defaultval=$wxUSE_ALL_FEATURES
11514           if test -z "$defaultval"; then
11515               if test x"$enablestring" = xdisable; then
11516                   defaultval=yes
11517               else
11518                   defaultval=no
11519               fi
11520           fi
11521
11522           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
11523 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6; }
11524           # Check whether --enable-choice was given.
11525 if test "${enable_choice+set}" = set; then
11526   enableval=$enable_choice;
11527                           if test "$enableval" = yes; then
11528                             wx_cv_use_choice='wxUSE_CHOICE=yes'
11529                           else
11530                             wx_cv_use_choice='wxUSE_CHOICE=no'
11531                           fi
11532                           cache=yes
11533
11534 else
11535
11536                           LINE=`grep "^wxUSE_CHOICE=" ${wx_arg_cache_file}`
11537                           if test "x$LINE" != x ; then
11538                               eval "DEFAULT_$LINE"
11539                               cache=yes
11540                           else
11541                               cache=no
11542                           fi
11543
11544                           wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
11545
11546 fi
11547
11548
11549           eval "$wx_cv_use_choice"
11550           if test "x$cache" = xyes; then
11551             echo "wxUSE_CHOICE=$wxUSE_CHOICE" >> ${wx_arg_cache_file}.tmp
11552           fi
11553
11554           if test x"$enablestring" = xdisable; then
11555             if test $wxUSE_CHOICE = yes; then
11556               result=no
11557             else
11558               result=yes
11559             fi
11560           else
11561             result=$wxUSE_CHOICE
11562           fi
11563
11564           { echo "$as_me:$LINENO: result: $result" >&5
11565 echo "${ECHO_T}$result" >&6; }
11566
11567
11568           enablestring=
11569           defaultval=$wxUSE_ALL_FEATURES
11570           if test -z "$defaultval"; then
11571               if test x"$enablestring" = xdisable; then
11572                   defaultval=yes
11573               else
11574                   defaultval=no
11575               fi
11576           fi
11577
11578           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
11579 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6; }
11580           # Check whether --enable-choicebook was given.
11581 if test "${enable_choicebook+set}" = set; then
11582   enableval=$enable_choicebook;
11583                           if test "$enableval" = yes; then
11584                             wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
11585                           else
11586                             wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
11587                           fi
11588                           cache=yes
11589
11590 else
11591
11592                           LINE=`grep "^wxUSE_CHOICEBOOK=" ${wx_arg_cache_file}`
11593                           if test "x$LINE" != x ; then
11594                               eval "DEFAULT_$LINE"
11595                               cache=yes
11596                           else
11597                               cache=no
11598                           fi
11599
11600                           wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
11601
11602 fi
11603
11604
11605           eval "$wx_cv_use_choicebook"
11606           if test "x$cache" = xyes; then
11607             echo "wxUSE_CHOICEBOOK=$wxUSE_CHOICEBOOK" >> ${wx_arg_cache_file}.tmp
11608           fi
11609
11610           if test x"$enablestring" = xdisable; then
11611             if test $wxUSE_CHOICEBOOK = yes; then
11612               result=no
11613             else
11614               result=yes
11615             fi
11616           else
11617             result=$wxUSE_CHOICEBOOK
11618           fi
11619
11620           { echo "$as_me:$LINENO: result: $result" >&5
11621 echo "${ECHO_T}$result" >&6; }
11622
11623
11624           enablestring=
11625           defaultval=$wxUSE_ALL_FEATURES
11626           if test -z "$defaultval"; then
11627               if test x"$enablestring" = xdisable; then
11628                   defaultval=yes
11629               else
11630                   defaultval=no
11631               fi
11632           fi
11633
11634           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
11635 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6; }
11636           # Check whether --enable-collpane was given.
11637 if test "${enable_collpane+set}" = set; then
11638   enableval=$enable_collpane;
11639                           if test "$enableval" = yes; then
11640                             wx_cv_use_collpane='wxUSE_COLLPANE=yes'
11641                           else
11642                             wx_cv_use_collpane='wxUSE_COLLPANE=no'
11643                           fi
11644                           cache=yes
11645
11646 else
11647
11648                           LINE=`grep "^wxUSE_COLLPANE=" ${wx_arg_cache_file}`
11649                           if test "x$LINE" != x ; then
11650                               eval "DEFAULT_$LINE"
11651                               cache=yes
11652                           else
11653                               cache=no
11654                           fi
11655
11656                           wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
11657
11658 fi
11659
11660
11661           eval "$wx_cv_use_collpane"
11662           if test "x$cache" = xyes; then
11663             echo "wxUSE_COLLPANE=$wxUSE_COLLPANE" >> ${wx_arg_cache_file}.tmp
11664           fi
11665
11666           if test x"$enablestring" = xdisable; then
11667             if test $wxUSE_COLLPANE = yes; then
11668               result=no
11669             else
11670               result=yes
11671             fi
11672           else
11673             result=$wxUSE_COLLPANE
11674           fi
11675
11676           { echo "$as_me:$LINENO: result: $result" >&5
11677 echo "${ECHO_T}$result" >&6; }
11678
11679
11680           enablestring=
11681           defaultval=$wxUSE_ALL_FEATURES
11682           if test -z "$defaultval"; then
11683               if test x"$enablestring" = xdisable; then
11684                   defaultval=yes
11685               else
11686                   defaultval=no
11687               fi
11688           fi
11689
11690           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
11691 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6; }
11692           # Check whether --enable-colourpicker was given.
11693 if test "${enable_colourpicker+set}" = set; then
11694   enableval=$enable_colourpicker;
11695                           if test "$enableval" = yes; then
11696                             wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
11697                           else
11698                             wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
11699                           fi
11700                           cache=yes
11701
11702 else
11703
11704                           LINE=`grep "^wxUSE_COLOURPICKERCTRL=" ${wx_arg_cache_file}`
11705                           if test "x$LINE" != x ; then
11706                               eval "DEFAULT_$LINE"
11707                               cache=yes
11708                           else
11709                               cache=no
11710                           fi
11711
11712                           wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
11713
11714 fi
11715
11716
11717           eval "$wx_cv_use_colourpicker"
11718           if test "x$cache" = xyes; then
11719             echo "wxUSE_COLOURPICKERCTRL=$wxUSE_COLOURPICKERCTRL" >> ${wx_arg_cache_file}.tmp
11720           fi
11721
11722           if test x"$enablestring" = xdisable; then
11723             if test $wxUSE_COLOURPICKERCTRL = yes; then
11724               result=no
11725             else
11726               result=yes
11727             fi
11728           else
11729             result=$wxUSE_COLOURPICKERCTRL
11730           fi
11731
11732           { echo "$as_me:$LINENO: result: $result" >&5
11733 echo "${ECHO_T}$result" >&6; }
11734
11735
11736           enablestring=
11737           defaultval=$wxUSE_ALL_FEATURES
11738           if test -z "$defaultval"; then
11739               if test x"$enablestring" = xdisable; then
11740                   defaultval=yes
11741               else
11742                   defaultval=no
11743               fi
11744           fi
11745
11746           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
11747 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6; }
11748           # Check whether --enable-combobox was given.
11749 if test "${enable_combobox+set}" = set; then
11750   enableval=$enable_combobox;
11751                           if test "$enableval" = yes; then
11752                             wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
11753                           else
11754                             wx_cv_use_combobox='wxUSE_COMBOBOX=no'
11755                           fi
11756                           cache=yes
11757
11758 else
11759
11760                           LINE=`grep "^wxUSE_COMBOBOX=" ${wx_arg_cache_file}`
11761                           if test "x$LINE" != x ; then
11762                               eval "DEFAULT_$LINE"
11763                               cache=yes
11764                           else
11765                               cache=no
11766                           fi
11767
11768                           wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
11769
11770 fi
11771
11772
11773           eval "$wx_cv_use_combobox"
11774           if test "x$cache" = xyes; then
11775             echo "wxUSE_COMBOBOX=$wxUSE_COMBOBOX" >> ${wx_arg_cache_file}.tmp
11776           fi
11777
11778           if test x"$enablestring" = xdisable; then
11779             if test $wxUSE_COMBOBOX = yes; then
11780               result=no
11781             else
11782               result=yes
11783             fi
11784           else
11785             result=$wxUSE_COMBOBOX
11786           fi
11787
11788           { echo "$as_me:$LINENO: result: $result" >&5
11789 echo "${ECHO_T}$result" >&6; }
11790
11791
11792           enablestring=
11793           defaultval=$wxUSE_ALL_FEATURES
11794           if test -z "$defaultval"; then
11795               if test x"$enablestring" = xdisable; then
11796                   defaultval=yes
11797               else
11798                   defaultval=no
11799               fi
11800           fi
11801
11802           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
11803 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6; }
11804           # Check whether --enable-comboctrl was given.
11805 if test "${enable_comboctrl+set}" = set; then
11806   enableval=$enable_comboctrl;
11807                           if test "$enableval" = yes; then
11808                             wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
11809                           else
11810                             wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
11811                           fi
11812                           cache=yes
11813
11814 else
11815
11816                           LINE=`grep "^wxUSE_COMBOCTRL=" ${wx_arg_cache_file}`
11817                           if test "x$LINE" != x ; then
11818                               eval "DEFAULT_$LINE"
11819                               cache=yes
11820                           else
11821                               cache=no
11822                           fi
11823
11824                           wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
11825
11826 fi
11827
11828
11829           eval "$wx_cv_use_comboctrl"
11830           if test "x$cache" = xyes; then
11831             echo "wxUSE_COMBOCTRL=$wxUSE_COMBOCTRL" >> ${wx_arg_cache_file}.tmp
11832           fi
11833
11834           if test x"$enablestring" = xdisable; then
11835             if test $wxUSE_COMBOCTRL = yes; then
11836               result=no
11837             else
11838               result=yes
11839             fi
11840           else
11841             result=$wxUSE_COMBOCTRL
11842           fi
11843
11844           { echo "$as_me:$LINENO: result: $result" >&5
11845 echo "${ECHO_T}$result" >&6; }
11846
11847
11848           enablestring=
11849           defaultval=$wxUSE_ALL_FEATURES
11850           if test -z "$defaultval"; then
11851               if test x"$enablestring" = xdisable; then
11852                   defaultval=yes
11853               else
11854                   defaultval=no
11855               fi
11856           fi
11857
11858           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
11859 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
11860           # Check whether --enable-datepick was given.
11861 if test "${enable_datepick+set}" = set; then
11862   enableval=$enable_datepick;
11863                           if test "$enableval" = yes; then
11864                             wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
11865                           else
11866                             wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
11867                           fi
11868                           cache=yes
11869
11870 else
11871
11872                           LINE=`grep "^wxUSE_DATEPICKCTRL=" ${wx_arg_cache_file}`
11873                           if test "x$LINE" != x ; then
11874                               eval "DEFAULT_$LINE"
11875                               cache=yes
11876                           else
11877                               cache=no
11878                           fi
11879
11880                           wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
11881
11882 fi
11883
11884
11885           eval "$wx_cv_use_datepick"
11886           if test "x$cache" = xyes; then
11887             echo "wxUSE_DATEPICKCTRL=$wxUSE_DATEPICKCTRL" >> ${wx_arg_cache_file}.tmp
11888           fi
11889
11890           if test x"$enablestring" = xdisable; then
11891             if test $wxUSE_DATEPICKCTRL = yes; then
11892               result=no
11893             else
11894               result=yes
11895             fi
11896           else
11897             result=$wxUSE_DATEPICKCTRL
11898           fi
11899
11900           { echo "$as_me:$LINENO: result: $result" >&5
11901 echo "${ECHO_T}$result" >&6; }
11902
11903
11904           enablestring=
11905           defaultval=$wxUSE_ALL_FEATURES
11906           if test -z "$defaultval"; then
11907               if test x"$enablestring" = xdisable; then
11908                   defaultval=yes
11909               else
11910                   defaultval=no
11911               fi
11912           fi
11913
11914           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
11915 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6; }
11916           # Check whether --enable-dirpicker was given.
11917 if test "${enable_dirpicker+set}" = set; then
11918   enableval=$enable_dirpicker;
11919                           if test "$enableval" = yes; then
11920                             wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
11921                           else
11922                             wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
11923                           fi
11924                           cache=yes
11925
11926 else
11927
11928                           LINE=`grep "^wxUSE_DIRPICKERCTRL=" ${wx_arg_cache_file}`
11929                           if test "x$LINE" != x ; then
11930                               eval "DEFAULT_$LINE"
11931                               cache=yes
11932                           else
11933                               cache=no
11934                           fi
11935
11936                           wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
11937
11938 fi
11939
11940
11941           eval "$wx_cv_use_dirpicker"
11942           if test "x$cache" = xyes; then
11943             echo "wxUSE_DIRPICKERCTRL=$wxUSE_DIRPICKERCTRL" >> ${wx_arg_cache_file}.tmp
11944           fi
11945
11946           if test x"$enablestring" = xdisable; then
11947             if test $wxUSE_DIRPICKERCTRL = yes; then
11948               result=no
11949             else
11950               result=yes
11951             fi
11952           else
11953             result=$wxUSE_DIRPICKERCTRL
11954           fi
11955
11956           { echo "$as_me:$LINENO: result: $result" >&5
11957 echo "${ECHO_T}$result" >&6; }
11958
11959
11960           enablestring=
11961           defaultval=$wxUSE_ALL_FEATURES
11962           if test -z "$defaultval"; then
11963               if test x"$enablestring" = xdisable; then
11964                   defaultval=yes
11965               else
11966                   defaultval=no
11967               fi
11968           fi
11969
11970           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
11971 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6; }
11972           # Check whether --enable-display was given.
11973 if test "${enable_display+set}" = set; then
11974   enableval=$enable_display;
11975                           if test "$enableval" = yes; then
11976                             wx_cv_use_display='wxUSE_DISPLAY=yes'
11977                           else
11978                             wx_cv_use_display='wxUSE_DISPLAY=no'
11979                           fi
11980                           cache=yes
11981
11982 else
11983
11984                           LINE=`grep "^wxUSE_DISPLAY=" ${wx_arg_cache_file}`
11985                           if test "x$LINE" != x ; then
11986                               eval "DEFAULT_$LINE"
11987                               cache=yes
11988                           else
11989                               cache=no
11990                           fi
11991
11992                           wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
11993
11994 fi
11995
11996
11997           eval "$wx_cv_use_display"
11998           if test "x$cache" = xyes; then
11999             echo "wxUSE_DISPLAY=$wxUSE_DISPLAY" >> ${wx_arg_cache_file}.tmp
12000           fi
12001
12002           if test x"$enablestring" = xdisable; then
12003             if test $wxUSE_DISPLAY = yes; then
12004               result=no
12005             else
12006               result=yes
12007             fi
12008           else
12009             result=$wxUSE_DISPLAY
12010           fi
12011
12012           { echo "$as_me:$LINENO: result: $result" >&5
12013 echo "${ECHO_T}$result" >&6; }
12014
12015
12016           enablestring=
12017           defaultval=$wxUSE_ALL_FEATURES
12018           if test -z "$defaultval"; then
12019               if test x"$enablestring" = xdisable; then
12020                   defaultval=yes
12021               else
12022                   defaultval=no
12023               fi
12024           fi
12025
12026           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-detect_sm" >&5
12027 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6; }
12028           # Check whether --enable-detect_sm was given.
12029 if test "${enable_detect_sm+set}" = set; then
12030   enableval=$enable_detect_sm;
12031                           if test "$enableval" = yes; then
12032                             wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
12033                           else
12034                             wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
12035                           fi
12036                           cache=yes
12037
12038 else
12039
12040                           LINE=`grep "^wxUSE_DETECT_SM=" ${wx_arg_cache_file}`
12041                           if test "x$LINE" != x ; then
12042                               eval "DEFAULT_$LINE"
12043                               cache=yes
12044                           else
12045                               cache=no
12046                           fi
12047
12048                           wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
12049
12050 fi
12051
12052
12053           eval "$wx_cv_use_detect_sm"
12054           if test "x$cache" = xyes; then
12055             echo "wxUSE_DETECT_SM=$wxUSE_DETECT_SM" >> ${wx_arg_cache_file}.tmp
12056           fi
12057
12058           if test x"$enablestring" = xdisable; then
12059             if test $wxUSE_DETECT_SM = yes; then
12060               result=no
12061             else
12062               result=yes
12063             fi
12064           else
12065             result=$wxUSE_DETECT_SM
12066           fi
12067
12068           { echo "$as_me:$LINENO: result: $result" >&5
12069 echo "${ECHO_T}$result" >&6; }
12070
12071
12072           enablestring=
12073           defaultval=$wxUSE_ALL_FEATURES
12074           if test -z "$defaultval"; then
12075               if test x"$enablestring" = xdisable; then
12076                   defaultval=yes
12077               else
12078                   defaultval=no
12079               fi
12080           fi
12081
12082           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-editablebox" >&5
12083 echo $ECHO_N "checking for --${enablestring:-enable}-editablebox... $ECHO_C" >&6; }
12084           # Check whether --enable-editablebox was given.
12085 if test "${enable_editablebox+set}" = set; then
12086   enableval=$enable_editablebox;
12087                           if test "$enableval" = yes; then
12088                             wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
12089                           else
12090                             wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
12091                           fi
12092                           cache=yes
12093
12094 else
12095
12096                           LINE=`grep "^wxUSE_EDITABLELISTBOX=" ${wx_arg_cache_file}`
12097                           if test "x$LINE" != x ; then
12098                               eval "DEFAULT_$LINE"
12099                               cache=yes
12100                           else
12101                               cache=no
12102                           fi
12103
12104                           wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
12105
12106 fi
12107
12108
12109           eval "$wx_cv_use_editablebox"
12110           if test "x$cache" = xyes; then
12111             echo "wxUSE_EDITABLELISTBOX=$wxUSE_EDITABLELISTBOX" >> ${wx_arg_cache_file}.tmp
12112           fi
12113
12114           if test x"$enablestring" = xdisable; then
12115             if test $wxUSE_EDITABLELISTBOX = yes; then
12116               result=no
12117             else
12118               result=yes
12119             fi
12120           else
12121             result=$wxUSE_EDITABLELISTBOX
12122           fi
12123
12124           { echo "$as_me:$LINENO: result: $result" >&5
12125 echo "${ECHO_T}$result" >&6; }
12126
12127
12128           enablestring=
12129           defaultval=$wxUSE_ALL_FEATURES
12130           if test -z "$defaultval"; then
12131               if test x"$enablestring" = xdisable; then
12132                   defaultval=yes
12133               else
12134                   defaultval=no
12135               fi
12136           fi
12137
12138           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
12139 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6; }
12140           # Check whether --enable-filepicker was given.
12141 if test "${enable_filepicker+set}" = set; then
12142   enableval=$enable_filepicker;
12143                           if test "$enableval" = yes; then
12144                             wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
12145                           else
12146                             wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
12147                           fi
12148                           cache=yes
12149
12150 else
12151
12152                           LINE=`grep "^wxUSE_FILEPICKERCTRL=" ${wx_arg_cache_file}`
12153                           if test "x$LINE" != x ; then
12154                               eval "DEFAULT_$LINE"
12155                               cache=yes
12156                           else
12157                               cache=no
12158                           fi
12159
12160                           wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
12161
12162 fi
12163
12164
12165           eval "$wx_cv_use_filepicker"
12166           if test "x$cache" = xyes; then
12167             echo "wxUSE_FILEPICKERCTRL=$wxUSE_FILEPICKERCTRL" >> ${wx_arg_cache_file}.tmp
12168           fi
12169
12170           if test x"$enablestring" = xdisable; then
12171             if test $wxUSE_FILEPICKERCTRL = yes; then
12172               result=no
12173             else
12174               result=yes
12175             fi
12176           else
12177             result=$wxUSE_FILEPICKERCTRL
12178           fi
12179
12180           { echo "$as_me:$LINENO: result: $result" >&5
12181 echo "${ECHO_T}$result" >&6; }
12182
12183
12184           enablestring=
12185           defaultval=$wxUSE_ALL_FEATURES
12186           if test -z "$defaultval"; then
12187               if test x"$enablestring" = xdisable; then
12188                   defaultval=yes
12189               else
12190                   defaultval=no
12191               fi
12192           fi
12193
12194           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filectrl" >&5
12195 echo $ECHO_N "checking for --${enablestring:-enable}-filectrl... $ECHO_C" >&6; }
12196           # Check whether --enable-filectrl was given.
12197 if test "${enable_filectrl+set}" = set; then
12198   enableval=$enable_filectrl;
12199                           if test "$enableval" = yes; then
12200                             wx_cv_use_filectrl='wxUSE_FILECTRL=yes'
12201                           else
12202                             wx_cv_use_filectrl='wxUSE_FILECTRL=no'
12203                           fi
12204                           cache=yes
12205
12206 else
12207
12208                           LINE=`grep "^wxUSE_FILECTRL=" ${wx_arg_cache_file}`
12209                           if test "x$LINE" != x ; then
12210                               eval "DEFAULT_$LINE"
12211                               cache=yes
12212                           else
12213                               cache=no
12214                           fi
12215
12216                           wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
12217
12218 fi
12219
12220
12221           eval "$wx_cv_use_filectrl"
12222           if test "x$cache" = xyes; then
12223             echo "wxUSE_FILECTRL=$wxUSE_FILECTRL" >> ${wx_arg_cache_file}.tmp
12224           fi
12225
12226           if test x"$enablestring" = xdisable; then
12227             if test $wxUSE_FILECTRL = yes; then
12228               result=no
12229             else
12230               result=yes
12231             fi
12232           else
12233             result=$wxUSE_FILECTRL
12234           fi
12235
12236           { echo "$as_me:$LINENO: result: $result" >&5
12237 echo "${ECHO_T}$result" >&6; }
12238
12239
12240           enablestring=
12241           defaultval=$wxUSE_ALL_FEATURES
12242           if test -z "$defaultval"; then
12243               if test x"$enablestring" = xdisable; then
12244                   defaultval=yes
12245               else
12246                   defaultval=no
12247               fi
12248           fi
12249
12250           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
12251 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6; }
12252           # Check whether --enable-fontpicker was given.
12253 if test "${enable_fontpicker+set}" = set; then
12254   enableval=$enable_fontpicker;
12255                           if test "$enableval" = yes; then
12256                             wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
12257                           else
12258                             wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
12259                           fi
12260                           cache=yes
12261
12262 else
12263
12264                           LINE=`grep "^wxUSE_FONTPICKERCTRL=" ${wx_arg_cache_file}`
12265                           if test "x$LINE" != x ; then
12266                               eval "DEFAULT_$LINE"
12267                               cache=yes
12268                           else
12269                               cache=no
12270                           fi
12271
12272                           wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
12273
12274 fi
12275
12276
12277           eval "$wx_cv_use_fontpicker"
12278           if test "x$cache" = xyes; then
12279             echo "wxUSE_FONTPICKERCTRL=$wxUSE_FONTPICKERCTRL" >> ${wx_arg_cache_file}.tmp
12280           fi
12281
12282           if test x"$enablestring" = xdisable; then
12283             if test $wxUSE_FONTPICKERCTRL = yes; then
12284               result=no
12285             else
12286               result=yes
12287             fi
12288           else
12289             result=$wxUSE_FONTPICKERCTRL
12290           fi
12291
12292           { echo "$as_me:$LINENO: result: $result" >&5
12293 echo "${ECHO_T}$result" >&6; }
12294
12295
12296           enablestring=
12297           defaultval=$wxUSE_ALL_FEATURES
12298           if test -z "$defaultval"; then
12299               if test x"$enablestring" = xdisable; then
12300                   defaultval=yes
12301               else
12302                   defaultval=no
12303               fi
12304           fi
12305
12306           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
12307 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6; }
12308           # Check whether --enable-gauge was given.
12309 if test "${enable_gauge+set}" = set; then
12310   enableval=$enable_gauge;
12311                           if test "$enableval" = yes; then
12312                             wx_cv_use_gauge='wxUSE_GAUGE=yes'
12313                           else
12314                             wx_cv_use_gauge='wxUSE_GAUGE=no'
12315                           fi
12316                           cache=yes
12317
12318 else
12319
12320                           LINE=`grep "^wxUSE_GAUGE=" ${wx_arg_cache_file}`
12321                           if test "x$LINE" != x ; then
12322                               eval "DEFAULT_$LINE"
12323                               cache=yes
12324                           else
12325                               cache=no
12326                           fi
12327
12328                           wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
12329
12330 fi
12331
12332
12333           eval "$wx_cv_use_gauge"
12334           if test "x$cache" = xyes; then
12335             echo "wxUSE_GAUGE=$wxUSE_GAUGE" >> ${wx_arg_cache_file}.tmp
12336           fi
12337
12338           if test x"$enablestring" = xdisable; then
12339             if test $wxUSE_GAUGE = yes; then
12340               result=no
12341             else
12342               result=yes
12343             fi
12344           else
12345             result=$wxUSE_GAUGE
12346           fi
12347
12348           { echo "$as_me:$LINENO: result: $result" >&5
12349 echo "${ECHO_T}$result" >&6; }
12350
12351
12352           enablestring=
12353           defaultval=$wxUSE_ALL_FEATURES
12354           if test -z "$defaultval"; then
12355               if test x"$enablestring" = xdisable; then
12356                   defaultval=yes
12357               else
12358                   defaultval=no
12359               fi
12360           fi
12361
12362           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
12363 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6; }
12364           # Check whether --enable-grid was given.
12365 if test "${enable_grid+set}" = set; then
12366   enableval=$enable_grid;
12367                           if test "$enableval" = yes; then
12368                             wx_cv_use_grid='wxUSE_GRID=yes'
12369                           else
12370                             wx_cv_use_grid='wxUSE_GRID=no'
12371                           fi
12372                           cache=yes
12373
12374 else
12375
12376                           LINE=`grep "^wxUSE_GRID=" ${wx_arg_cache_file}`
12377                           if test "x$LINE" != x ; then
12378                               eval "DEFAULT_$LINE"
12379                               cache=yes
12380                           else
12381                               cache=no
12382                           fi
12383
12384                           wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
12385
12386 fi
12387
12388
12389           eval "$wx_cv_use_grid"
12390           if test "x$cache" = xyes; then
12391             echo "wxUSE_GRID=$wxUSE_GRID" >> ${wx_arg_cache_file}.tmp
12392           fi
12393
12394           if test x"$enablestring" = xdisable; then
12395             if test $wxUSE_GRID = yes; then
12396               result=no
12397             else
12398               result=yes
12399             fi
12400           else
12401             result=$wxUSE_GRID
12402           fi
12403
12404           { echo "$as_me:$LINENO: result: $result" >&5
12405 echo "${ECHO_T}$result" >&6; }
12406
12407
12408           enablestring=
12409           defaultval=$wxUSE_ALL_FEATURES
12410           if test -z "$defaultval"; then
12411               if test x"$enablestring" = xdisable; then
12412                   defaultval=yes
12413               else
12414                   defaultval=no
12415               fi
12416           fi
12417
12418           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
12419 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6; }
12420           # Check whether --enable-dataviewctrl was given.
12421 if test "${enable_dataviewctrl+set}" = set; then
12422   enableval=$enable_dataviewctrl;
12423                           if test "$enableval" = yes; then
12424                             wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
12425                           else
12426                             wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
12427                           fi
12428                           cache=yes
12429
12430 else
12431
12432                           LINE=`grep "^wxUSE_DATAVIEWCTRL=" ${wx_arg_cache_file}`
12433                           if test "x$LINE" != x ; then
12434                               eval "DEFAULT_$LINE"
12435                               cache=yes
12436                           else
12437                               cache=no
12438                           fi
12439
12440                           wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
12441
12442 fi
12443
12444
12445           eval "$wx_cv_use_dataviewctrl"
12446           if test "x$cache" = xyes; then
12447             echo "wxUSE_DATAVIEWCTRL=$wxUSE_DATAVIEWCTRL" >> ${wx_arg_cache_file}.tmp
12448           fi
12449
12450           if test x"$enablestring" = xdisable; then
12451             if test $wxUSE_DATAVIEWCTRL = yes; then
12452               result=no
12453             else
12454               result=yes
12455             fi
12456           else
12457             result=$wxUSE_DATAVIEWCTRL
12458           fi
12459
12460           { echo "$as_me:$LINENO: result: $result" >&5
12461 echo "${ECHO_T}$result" >&6; }
12462
12463
12464           enablestring=
12465           defaultval=$wxUSE_ALL_FEATURES
12466           if test -z "$defaultval"; then
12467               if test x"$enablestring" = xdisable; then
12468                   defaultval=yes
12469               else
12470                   defaultval=no
12471               fi
12472           fi
12473
12474           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
12475 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6; }
12476           # Check whether --enable-hyperlink was given.
12477 if test "${enable_hyperlink+set}" = set; then
12478   enableval=$enable_hyperlink;
12479                           if test "$enableval" = yes; then
12480                             wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
12481                           else
12482                             wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
12483                           fi
12484                           cache=yes
12485
12486 else
12487
12488                           LINE=`grep "^wxUSE_HYPERLINKCTRL=" ${wx_arg_cache_file}`
12489                           if test "x$LINE" != x ; then
12490                               eval "DEFAULT_$LINE"
12491                               cache=yes
12492                           else
12493                               cache=no
12494                           fi
12495
12496                           wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
12497
12498 fi
12499
12500
12501           eval "$wx_cv_use_hyperlink"
12502           if test "x$cache" = xyes; then
12503             echo "wxUSE_HYPERLINKCTRL=$wxUSE_HYPERLINKCTRL" >> ${wx_arg_cache_file}.tmp
12504           fi
12505
12506           if test x"$enablestring" = xdisable; then
12507             if test $wxUSE_HYPERLINKCTRL = yes; then
12508               result=no
12509             else
12510               result=yes
12511             fi
12512           else
12513             result=$wxUSE_HYPERLINKCTRL
12514           fi
12515
12516           { echo "$as_me:$LINENO: result: $result" >&5
12517 echo "${ECHO_T}$result" >&6; }
12518
12519
12520           enablestring=
12521           defaultval=$wxUSE_ALL_FEATURES
12522           if test -z "$defaultval"; then
12523               if test x"$enablestring" = xdisable; then
12524                   defaultval=yes
12525               else
12526                   defaultval=no
12527               fi
12528           fi
12529
12530           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
12531 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6; }
12532           # Check whether --enable-imaglist was given.
12533 if test "${enable_imaglist+set}" = set; then
12534   enableval=$enable_imaglist;
12535                           if test "$enableval" = yes; then
12536                             wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
12537                           else
12538                             wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
12539                           fi
12540                           cache=yes
12541
12542 else
12543
12544                           LINE=`grep "^wxUSE_IMAGLIST=" ${wx_arg_cache_file}`
12545                           if test "x$LINE" != x ; then
12546                               eval "DEFAULT_$LINE"
12547                               cache=yes
12548                           else
12549                               cache=no
12550                           fi
12551
12552                           wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
12553
12554 fi
12555
12556
12557           eval "$wx_cv_use_imaglist"
12558           if test "x$cache" = xyes; then
12559             echo "wxUSE_IMAGLIST=$wxUSE_IMAGLIST" >> ${wx_arg_cache_file}.tmp
12560           fi
12561
12562           if test x"$enablestring" = xdisable; then
12563             if test $wxUSE_IMAGLIST = yes; then
12564               result=no
12565             else
12566               result=yes
12567             fi
12568           else
12569             result=$wxUSE_IMAGLIST
12570           fi
12571
12572           { echo "$as_me:$LINENO: result: $result" >&5
12573 echo "${ECHO_T}$result" >&6; }
12574
12575
12576           enablestring=
12577           defaultval=$wxUSE_ALL_FEATURES
12578           if test -z "$defaultval"; then
12579               if test x"$enablestring" = xdisable; then
12580                   defaultval=yes
12581               else
12582                   defaultval=no
12583               fi
12584           fi
12585
12586           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
12587 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6; }
12588           # Check whether --enable-listbook was given.
12589 if test "${enable_listbook+set}" = set; then
12590   enableval=$enable_listbook;
12591                           if test "$enableval" = yes; then
12592                             wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
12593                           else
12594                             wx_cv_use_listbook='wxUSE_LISTBOOK=no'
12595                           fi
12596                           cache=yes
12597
12598 else
12599
12600                           LINE=`grep "^wxUSE_LISTBOOK=" ${wx_arg_cache_file}`
12601                           if test "x$LINE" != x ; then
12602                               eval "DEFAULT_$LINE"
12603                               cache=yes
12604                           else
12605                               cache=no
12606                           fi
12607
12608                           wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
12609
12610 fi
12611
12612
12613           eval "$wx_cv_use_listbook"
12614           if test "x$cache" = xyes; then
12615             echo "wxUSE_LISTBOOK=$wxUSE_LISTBOOK" >> ${wx_arg_cache_file}.tmp
12616           fi
12617
12618           if test x"$enablestring" = xdisable; then
12619             if test $wxUSE_LISTBOOK = yes; then
12620               result=no
12621             else
12622               result=yes
12623             fi
12624           else
12625             result=$wxUSE_LISTBOOK
12626           fi
12627
12628           { echo "$as_me:$LINENO: result: $result" >&5
12629 echo "${ECHO_T}$result" >&6; }
12630
12631
12632           enablestring=
12633           defaultval=$wxUSE_ALL_FEATURES
12634           if test -z "$defaultval"; then
12635               if test x"$enablestring" = xdisable; then
12636                   defaultval=yes
12637               else
12638                   defaultval=no
12639               fi
12640           fi
12641
12642           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
12643 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6; }
12644           # Check whether --enable-listbox was given.
12645 if test "${enable_listbox+set}" = set; then
12646   enableval=$enable_listbox;
12647                           if test "$enableval" = yes; then
12648                             wx_cv_use_listbox='wxUSE_LISTBOX=yes'
12649                           else
12650                             wx_cv_use_listbox='wxUSE_LISTBOX=no'
12651                           fi
12652                           cache=yes
12653
12654 else
12655
12656                           LINE=`grep "^wxUSE_LISTBOX=" ${wx_arg_cache_file}`
12657                           if test "x$LINE" != x ; then
12658                               eval "DEFAULT_$LINE"
12659                               cache=yes
12660                           else
12661                               cache=no
12662                           fi
12663
12664                           wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
12665
12666 fi
12667
12668
12669           eval "$wx_cv_use_listbox"
12670           if test "x$cache" = xyes; then
12671             echo "wxUSE_LISTBOX=$wxUSE_LISTBOX" >> ${wx_arg_cache_file}.tmp
12672           fi
12673
12674           if test x"$enablestring" = xdisable; then
12675             if test $wxUSE_LISTBOX = yes; then
12676               result=no
12677             else
12678               result=yes
12679             fi
12680           else
12681             result=$wxUSE_LISTBOX
12682           fi
12683
12684           { echo "$as_me:$LINENO: result: $result" >&5
12685 echo "${ECHO_T}$result" >&6; }
12686
12687
12688           enablestring=
12689           defaultval=$wxUSE_ALL_FEATURES
12690           if test -z "$defaultval"; then
12691               if test x"$enablestring" = xdisable; then
12692                   defaultval=yes
12693               else
12694                   defaultval=no
12695               fi
12696           fi
12697
12698           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
12699 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6; }
12700           # Check whether --enable-listctrl was given.
12701 if test "${enable_listctrl+set}" = set; then
12702   enableval=$enable_listctrl;
12703                           if test "$enableval" = yes; then
12704                             wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
12705                           else
12706                             wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
12707                           fi
12708                           cache=yes
12709
12710 else
12711
12712                           LINE=`grep "^wxUSE_LISTCTRL=" ${wx_arg_cache_file}`
12713                           if test "x$LINE" != x ; then
12714                               eval "DEFAULT_$LINE"
12715                               cache=yes
12716                           else
12717                               cache=no
12718                           fi
12719
12720                           wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
12721
12722 fi
12723
12724
12725           eval "$wx_cv_use_listctrl"
12726           if test "x$cache" = xyes; then
12727             echo "wxUSE_LISTCTRL=$wxUSE_LISTCTRL" >> ${wx_arg_cache_file}.tmp
12728           fi
12729
12730           if test x"$enablestring" = xdisable; then
12731             if test $wxUSE_LISTCTRL = yes; then
12732               result=no
12733             else
12734               result=yes
12735             fi
12736           else
12737             result=$wxUSE_LISTCTRL
12738           fi
12739
12740           { echo "$as_me:$LINENO: result: $result" >&5
12741 echo "${ECHO_T}$result" >&6; }
12742
12743
12744           enablestring=
12745           defaultval=$wxUSE_ALL_FEATURES
12746           if test -z "$defaultval"; then
12747               if test x"$enablestring" = xdisable; then
12748                   defaultval=yes
12749               else
12750                   defaultval=no
12751               fi
12752           fi
12753
12754           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
12755 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6; }
12756           # Check whether --enable-notebook was given.
12757 if test "${enable_notebook+set}" = set; then
12758   enableval=$enable_notebook;
12759                           if test "$enableval" = yes; then
12760                             wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
12761                           else
12762                             wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
12763                           fi
12764                           cache=yes
12765
12766 else
12767
12768                           LINE=`grep "^wxUSE_NOTEBOOK=" ${wx_arg_cache_file}`
12769                           if test "x$LINE" != x ; then
12770                               eval "DEFAULT_$LINE"
12771                               cache=yes
12772                           else
12773                               cache=no
12774                           fi
12775
12776                           wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
12777
12778 fi
12779
12780
12781           eval "$wx_cv_use_notebook"
12782           if test "x$cache" = xyes; then
12783             echo "wxUSE_NOTEBOOK=$wxUSE_NOTEBOOK" >> ${wx_arg_cache_file}.tmp
12784           fi
12785
12786           if test x"$enablestring" = xdisable; then
12787             if test $wxUSE_NOTEBOOK = yes; then
12788               result=no
12789             else
12790               result=yes
12791             fi
12792           else
12793             result=$wxUSE_NOTEBOOK
12794           fi
12795
12796           { echo "$as_me:$LINENO: result: $result" >&5
12797 echo "${ECHO_T}$result" >&6; }
12798
12799
12800           enablestring=
12801           defaultval=$wxUSE_ALL_FEATURES
12802           if test -z "$defaultval"; then
12803               if test x"$enablestring" = xdisable; then
12804                   defaultval=yes
12805               else
12806                   defaultval=no
12807               fi
12808           fi
12809
12810           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
12811 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6; }
12812           # Check whether --enable-odcombobox was given.
12813 if test "${enable_odcombobox+set}" = set; then
12814   enableval=$enable_odcombobox;
12815                           if test "$enableval" = yes; then
12816                             wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
12817                           else
12818                             wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
12819                           fi
12820                           cache=yes
12821
12822 else
12823
12824                           LINE=`grep "^wxUSE_ODCOMBOBOX=" ${wx_arg_cache_file}`
12825                           if test "x$LINE" != x ; then
12826                               eval "DEFAULT_$LINE"
12827                               cache=yes
12828                           else
12829                               cache=no
12830                           fi
12831
12832                           wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
12833
12834 fi
12835
12836
12837           eval "$wx_cv_use_odcombobox"
12838           if test "x$cache" = xyes; then
12839             echo "wxUSE_ODCOMBOBOX=$wxUSE_ODCOMBOBOX" >> ${wx_arg_cache_file}.tmp
12840           fi
12841
12842           if test x"$enablestring" = xdisable; then
12843             if test $wxUSE_ODCOMBOBOX = yes; then
12844               result=no
12845             else
12846               result=yes
12847             fi
12848           else
12849             result=$wxUSE_ODCOMBOBOX
12850           fi
12851
12852           { echo "$as_me:$LINENO: result: $result" >&5
12853 echo "${ECHO_T}$result" >&6; }
12854
12855
12856           enablestring=
12857           defaultval=$wxUSE_ALL_FEATURES
12858           if test -z "$defaultval"; then
12859               if test x"$enablestring" = xdisable; then
12860                   defaultval=yes
12861               else
12862                   defaultval=no
12863               fi
12864           fi
12865
12866           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
12867 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6; }
12868           # Check whether --enable-radiobox was given.
12869 if test "${enable_radiobox+set}" = set; then
12870   enableval=$enable_radiobox;
12871                           if test "$enableval" = yes; then
12872                             wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
12873                           else
12874                             wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
12875                           fi
12876                           cache=yes
12877
12878 else
12879
12880                           LINE=`grep "^wxUSE_RADIOBOX=" ${wx_arg_cache_file}`
12881                           if test "x$LINE" != x ; then
12882                               eval "DEFAULT_$LINE"
12883                               cache=yes
12884                           else
12885                               cache=no
12886                           fi
12887
12888                           wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
12889
12890 fi
12891
12892
12893           eval "$wx_cv_use_radiobox"
12894           if test "x$cache" = xyes; then
12895             echo "wxUSE_RADIOBOX=$wxUSE_RADIOBOX" >> ${wx_arg_cache_file}.tmp
12896           fi
12897
12898           if test x"$enablestring" = xdisable; then
12899             if test $wxUSE_RADIOBOX = yes; then
12900               result=no
12901             else
12902               result=yes
12903             fi
12904           else
12905             result=$wxUSE_RADIOBOX
12906           fi
12907
12908           { echo "$as_me:$LINENO: result: $result" >&5
12909 echo "${ECHO_T}$result" >&6; }
12910
12911
12912           enablestring=
12913           defaultval=$wxUSE_ALL_FEATURES
12914           if test -z "$defaultval"; then
12915               if test x"$enablestring" = xdisable; then
12916                   defaultval=yes
12917               else
12918                   defaultval=no
12919               fi
12920           fi
12921
12922           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
12923 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6; }
12924           # Check whether --enable-radiobtn was given.
12925 if test "${enable_radiobtn+set}" = set; then
12926   enableval=$enable_radiobtn;
12927                           if test "$enableval" = yes; then
12928                             wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
12929                           else
12930                             wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
12931                           fi
12932                           cache=yes
12933
12934 else
12935
12936                           LINE=`grep "^wxUSE_RADIOBTN=" ${wx_arg_cache_file}`
12937                           if test "x$LINE" != x ; then
12938                               eval "DEFAULT_$LINE"
12939                               cache=yes
12940                           else
12941                               cache=no
12942                           fi
12943
12944                           wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
12945
12946 fi
12947
12948
12949           eval "$wx_cv_use_radiobtn"
12950           if test "x$cache" = xyes; then
12951             echo "wxUSE_RADIOBTN=$wxUSE_RADIOBTN" >> ${wx_arg_cache_file}.tmp
12952           fi
12953
12954           if test x"$enablestring" = xdisable; then
12955             if test $wxUSE_RADIOBTN = yes; then
12956               result=no
12957             else
12958               result=yes
12959             fi
12960           else
12961             result=$wxUSE_RADIOBTN
12962           fi
12963
12964           { echo "$as_me:$LINENO: result: $result" >&5
12965 echo "${ECHO_T}$result" >&6; }
12966
12967
12968           enablestring=
12969           defaultval=$wxUSE_ALL_FEATURES
12970           if test -z "$defaultval"; then
12971               if test x"$enablestring" = xdisable; then
12972                   defaultval=yes
12973               else
12974                   defaultval=no
12975               fi
12976           fi
12977
12978           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
12979 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6; }
12980           # Check whether --enable-sash was given.
12981 if test "${enable_sash+set}" = set; then
12982   enableval=$enable_sash;
12983                           if test "$enableval" = yes; then
12984                             wx_cv_use_sash='wxUSE_SASH=yes'
12985                           else
12986                             wx_cv_use_sash='wxUSE_SASH=no'
12987                           fi
12988                           cache=yes
12989
12990 else
12991
12992                           LINE=`grep "^wxUSE_SASH=" ${wx_arg_cache_file}`
12993                           if test "x$LINE" != x ; then
12994                               eval "DEFAULT_$LINE"
12995                               cache=yes
12996                           else
12997                               cache=no
12998                           fi
12999
13000                           wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
13001
13002 fi
13003
13004
13005           eval "$wx_cv_use_sash"
13006           if test "x$cache" = xyes; then
13007             echo "wxUSE_SASH=$wxUSE_SASH" >> ${wx_arg_cache_file}.tmp
13008           fi
13009
13010           if test x"$enablestring" = xdisable; then
13011             if test $wxUSE_SASH = yes; then
13012               result=no
13013             else
13014               result=yes
13015             fi
13016           else
13017             result=$wxUSE_SASH
13018           fi
13019
13020           { echo "$as_me:$LINENO: result: $result" >&5
13021 echo "${ECHO_T}$result" >&6; }
13022
13023
13024           enablestring=
13025           defaultval=$wxUSE_ALL_FEATURES
13026           if test -z "$defaultval"; then
13027               if test x"$enablestring" = xdisable; then
13028                   defaultval=yes
13029               else
13030                   defaultval=no
13031               fi
13032           fi
13033
13034           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
13035 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6; }
13036           # Check whether --enable-scrollbar was given.
13037 if test "${enable_scrollbar+set}" = set; then
13038   enableval=$enable_scrollbar;
13039                           if test "$enableval" = yes; then
13040                             wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
13041                           else
13042                             wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
13043                           fi
13044                           cache=yes
13045
13046 else
13047
13048                           LINE=`grep "^wxUSE_SCROLLBAR=" ${wx_arg_cache_file}`
13049                           if test "x$LINE" != x ; then
13050                               eval "DEFAULT_$LINE"
13051                               cache=yes
13052                           else
13053                               cache=no
13054                           fi
13055
13056                           wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
13057
13058 fi
13059
13060
13061           eval "$wx_cv_use_scrollbar"
13062           if test "x$cache" = xyes; then
13063             echo "wxUSE_SCROLLBAR=$wxUSE_SCROLLBAR" >> ${wx_arg_cache_file}.tmp
13064           fi
13065
13066           if test x"$enablestring" = xdisable; then
13067             if test $wxUSE_SCROLLBAR = yes; then
13068               result=no
13069             else
13070               result=yes
13071             fi
13072           else
13073             result=$wxUSE_SCROLLBAR
13074           fi
13075
13076           { echo "$as_me:$LINENO: result: $result" >&5
13077 echo "${ECHO_T}$result" >&6; }
13078
13079
13080           enablestring=
13081           defaultval=$wxUSE_ALL_FEATURES
13082           if test -z "$defaultval"; then
13083               if test x"$enablestring" = xdisable; then
13084                   defaultval=yes
13085               else
13086                   defaultval=no
13087               fi
13088           fi
13089
13090           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-searchctrl" >&5
13091 echo $ECHO_N "checking for --${enablestring:-enable}-searchctrl... $ECHO_C" >&6; }
13092           # Check whether --enable-searchctrl was given.
13093 if test "${enable_searchctrl+set}" = set; then
13094   enableval=$enable_searchctrl;
13095                           if test "$enableval" = yes; then
13096                             wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
13097                           else
13098                             wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
13099                           fi
13100                           cache=yes
13101
13102 else
13103
13104                           LINE=`grep "^wxUSE_SEARCHCTRL=" ${wx_arg_cache_file}`
13105                           if test "x$LINE" != x ; then
13106                               eval "DEFAULT_$LINE"
13107                               cache=yes
13108                           else
13109                               cache=no
13110                           fi
13111
13112                           wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
13113
13114 fi
13115
13116
13117           eval "$wx_cv_use_searchctrl"
13118           if test "x$cache" = xyes; then
13119             echo "wxUSE_SEARCHCTRL=$wxUSE_SEARCHCTRL" >> ${wx_arg_cache_file}.tmp
13120           fi
13121
13122           if test x"$enablestring" = xdisable; then
13123             if test $wxUSE_SEARCHCTRL = yes; then
13124               result=no
13125             else
13126               result=yes
13127             fi
13128           else
13129             result=$wxUSE_SEARCHCTRL
13130           fi
13131
13132           { echo "$as_me:$LINENO: result: $result" >&5
13133 echo "${ECHO_T}$result" >&6; }
13134
13135
13136           enablestring=
13137           defaultval=$wxUSE_ALL_FEATURES
13138           if test -z "$defaultval"; then
13139               if test x"$enablestring" = xdisable; then
13140                   defaultval=yes
13141               else
13142                   defaultval=no
13143               fi
13144           fi
13145
13146           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
13147 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6; }
13148           # Check whether --enable-slider was given.
13149 if test "${enable_slider+set}" = set; then
13150   enableval=$enable_slider;
13151                           if test "$enableval" = yes; then
13152                             wx_cv_use_slider='wxUSE_SLIDER=yes'
13153                           else
13154                             wx_cv_use_slider='wxUSE_SLIDER=no'
13155                           fi
13156                           cache=yes
13157
13158 else
13159
13160                           LINE=`grep "^wxUSE_SLIDER=" ${wx_arg_cache_file}`
13161                           if test "x$LINE" != x ; then
13162                               eval "DEFAULT_$LINE"
13163                               cache=yes
13164                           else
13165                               cache=no
13166                           fi
13167
13168                           wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
13169
13170 fi
13171
13172
13173           eval "$wx_cv_use_slider"
13174           if test "x$cache" = xyes; then
13175             echo "wxUSE_SLIDER=$wxUSE_SLIDER" >> ${wx_arg_cache_file}.tmp
13176           fi
13177
13178           if test x"$enablestring" = xdisable; then
13179             if test $wxUSE_SLIDER = yes; then
13180               result=no
13181             else
13182               result=yes
13183             fi
13184           else
13185             result=$wxUSE_SLIDER
13186           fi
13187
13188           { echo "$as_me:$LINENO: result: $result" >&5
13189 echo "${ECHO_T}$result" >&6; }
13190
13191
13192           enablestring=
13193           defaultval=$wxUSE_ALL_FEATURES
13194           if test -z "$defaultval"; then
13195               if test x"$enablestring" = xdisable; then
13196                   defaultval=yes
13197               else
13198                   defaultval=no
13199               fi
13200           fi
13201
13202           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
13203 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6; }
13204           # Check whether --enable-spinbtn was given.
13205 if test "${enable_spinbtn+set}" = set; then
13206   enableval=$enable_spinbtn;
13207                           if test "$enableval" = yes; then
13208                             wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
13209                           else
13210                             wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
13211                           fi
13212                           cache=yes
13213
13214 else
13215
13216                           LINE=`grep "^wxUSE_SPINBTN=" ${wx_arg_cache_file}`
13217                           if test "x$LINE" != x ; then
13218                               eval "DEFAULT_$LINE"
13219                               cache=yes
13220                           else
13221                               cache=no
13222                           fi
13223
13224                           wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
13225
13226 fi
13227
13228
13229           eval "$wx_cv_use_spinbtn"
13230           if test "x$cache" = xyes; then
13231             echo "wxUSE_SPINBTN=$wxUSE_SPINBTN" >> ${wx_arg_cache_file}.tmp
13232           fi
13233
13234           if test x"$enablestring" = xdisable; then
13235             if test $wxUSE_SPINBTN = yes; then
13236               result=no
13237             else
13238               result=yes
13239             fi
13240           else
13241             result=$wxUSE_SPINBTN
13242           fi
13243
13244           { echo "$as_me:$LINENO: result: $result" >&5
13245 echo "${ECHO_T}$result" >&6; }
13246
13247
13248           enablestring=
13249           defaultval=$wxUSE_ALL_FEATURES
13250           if test -z "$defaultval"; then
13251               if test x"$enablestring" = xdisable; then
13252                   defaultval=yes
13253               else
13254                   defaultval=no
13255               fi
13256           fi
13257
13258           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
13259 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6; }
13260           # Check whether --enable-spinctrl was given.
13261 if test "${enable_spinctrl+set}" = set; then
13262   enableval=$enable_spinctrl;
13263                           if test "$enableval" = yes; then
13264                             wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
13265                           else
13266                             wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
13267                           fi
13268                           cache=yes
13269
13270 else
13271
13272                           LINE=`grep "^wxUSE_SPINCTRL=" ${wx_arg_cache_file}`
13273                           if test "x$LINE" != x ; then
13274                               eval "DEFAULT_$LINE"
13275                               cache=yes
13276                           else
13277                               cache=no
13278                           fi
13279
13280                           wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
13281
13282 fi
13283
13284
13285           eval "$wx_cv_use_spinctrl"
13286           if test "x$cache" = xyes; then
13287             echo "wxUSE_SPINCTRL=$wxUSE_SPINCTRL" >> ${wx_arg_cache_file}.tmp
13288           fi
13289
13290           if test x"$enablestring" = xdisable; then
13291             if test $wxUSE_SPINCTRL = yes; then
13292               result=no
13293             else
13294               result=yes
13295             fi
13296           else
13297             result=$wxUSE_SPINCTRL
13298           fi
13299
13300           { echo "$as_me:$LINENO: result: $result" >&5
13301 echo "${ECHO_T}$result" >&6; }
13302
13303
13304           enablestring=
13305           defaultval=$wxUSE_ALL_FEATURES
13306           if test -z "$defaultval"; then
13307               if test x"$enablestring" = xdisable; then
13308                   defaultval=yes
13309               else
13310                   defaultval=no
13311               fi
13312           fi
13313
13314           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
13315 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6; }
13316           # Check whether --enable-splitter was given.
13317 if test "${enable_splitter+set}" = set; then
13318   enableval=$enable_splitter;
13319                           if test "$enableval" = yes; then
13320                             wx_cv_use_splitter='wxUSE_SPLITTER=yes'
13321                           else
13322                             wx_cv_use_splitter='wxUSE_SPLITTER=no'
13323                           fi
13324                           cache=yes
13325
13326 else
13327
13328                           LINE=`grep "^wxUSE_SPLITTER=" ${wx_arg_cache_file}`
13329                           if test "x$LINE" != x ; then
13330                               eval "DEFAULT_$LINE"
13331                               cache=yes
13332                           else
13333                               cache=no
13334                           fi
13335
13336                           wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
13337
13338 fi
13339
13340
13341           eval "$wx_cv_use_splitter"
13342           if test "x$cache" = xyes; then
13343             echo "wxUSE_SPLITTER=$wxUSE_SPLITTER" >> ${wx_arg_cache_file}.tmp
13344           fi
13345
13346           if test x"$enablestring" = xdisable; then
13347             if test $wxUSE_SPLITTER = yes; then
13348               result=no
13349             else
13350               result=yes
13351             fi
13352           else
13353             result=$wxUSE_SPLITTER
13354           fi
13355
13356           { echo "$as_me:$LINENO: result: $result" >&5
13357 echo "${ECHO_T}$result" >&6; }
13358
13359
13360           enablestring=
13361           defaultval=$wxUSE_ALL_FEATURES
13362           if test -z "$defaultval"; then
13363               if test x"$enablestring" = xdisable; then
13364                   defaultval=yes
13365               else
13366                   defaultval=no
13367               fi
13368           fi
13369
13370           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
13371 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6; }
13372           # Check whether --enable-statbmp was given.
13373 if test "${enable_statbmp+set}" = set; then
13374   enableval=$enable_statbmp;
13375                           if test "$enableval" = yes; then
13376                             wx_cv_use_statbmp='wxUSE_STATBMP=yes'
13377                           else
13378                             wx_cv_use_statbmp='wxUSE_STATBMP=no'
13379                           fi
13380                           cache=yes
13381
13382 else
13383
13384                           LINE=`grep "^wxUSE_STATBMP=" ${wx_arg_cache_file}`
13385                           if test "x$LINE" != x ; then
13386                               eval "DEFAULT_$LINE"
13387                               cache=yes
13388                           else
13389                               cache=no
13390                           fi
13391
13392                           wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
13393
13394 fi
13395
13396
13397           eval "$wx_cv_use_statbmp"
13398           if test "x$cache" = xyes; then
13399             echo "wxUSE_STATBMP=$wxUSE_STATBMP" >> ${wx_arg_cache_file}.tmp
13400           fi
13401
13402           if test x"$enablestring" = xdisable; then
13403             if test $wxUSE_STATBMP = yes; then
13404               result=no
13405             else
13406               result=yes
13407             fi
13408           else
13409             result=$wxUSE_STATBMP
13410           fi
13411
13412           { echo "$as_me:$LINENO: result: $result" >&5
13413 echo "${ECHO_T}$result" >&6; }
13414
13415
13416           enablestring=
13417           defaultval=$wxUSE_ALL_FEATURES
13418           if test -z "$defaultval"; then
13419               if test x"$enablestring" = xdisable; then
13420                   defaultval=yes
13421               else
13422                   defaultval=no
13423               fi
13424           fi
13425
13426           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
13427 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6; }
13428           # Check whether --enable-statbox was given.
13429 if test "${enable_statbox+set}" = set; then
13430   enableval=$enable_statbox;
13431                           if test "$enableval" = yes; then
13432                             wx_cv_use_statbox='wxUSE_STATBOX=yes'
13433                           else
13434                             wx_cv_use_statbox='wxUSE_STATBOX=no'
13435                           fi
13436                           cache=yes
13437
13438 else
13439
13440                           LINE=`grep "^wxUSE_STATBOX=" ${wx_arg_cache_file}`
13441                           if test "x$LINE" != x ; then
13442                               eval "DEFAULT_$LINE"
13443                               cache=yes
13444                           else
13445                               cache=no
13446                           fi
13447
13448                           wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
13449
13450 fi
13451
13452
13453           eval "$wx_cv_use_statbox"
13454           if test "x$cache" = xyes; then
13455             echo "wxUSE_STATBOX=$wxUSE_STATBOX" >> ${wx_arg_cache_file}.tmp
13456           fi
13457
13458           if test x"$enablestring" = xdisable; then
13459             if test $wxUSE_STATBOX = yes; then
13460               result=no
13461             else
13462               result=yes
13463             fi
13464           else
13465             result=$wxUSE_STATBOX
13466           fi
13467
13468           { echo "$as_me:$LINENO: result: $result" >&5
13469 echo "${ECHO_T}$result" >&6; }
13470
13471
13472           enablestring=
13473           defaultval=$wxUSE_ALL_FEATURES
13474           if test -z "$defaultval"; then
13475               if test x"$enablestring" = xdisable; then
13476                   defaultval=yes
13477               else
13478                   defaultval=no
13479               fi
13480           fi
13481
13482           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
13483 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6; }
13484           # Check whether --enable-statline was given.
13485 if test "${enable_statline+set}" = set; then
13486   enableval=$enable_statline;
13487                           if test "$enableval" = yes; then
13488                             wx_cv_use_statline='wxUSE_STATLINE=yes'
13489                           else
13490                             wx_cv_use_statline='wxUSE_STATLINE=no'
13491                           fi
13492                           cache=yes
13493
13494 else
13495
13496                           LINE=`grep "^wxUSE_STATLINE=" ${wx_arg_cache_file}`
13497                           if test "x$LINE" != x ; then
13498                               eval "DEFAULT_$LINE"
13499                               cache=yes
13500                           else
13501                               cache=no
13502                           fi
13503
13504                           wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
13505
13506 fi
13507
13508
13509           eval "$wx_cv_use_statline"
13510           if test "x$cache" = xyes; then
13511             echo "wxUSE_STATLINE=$wxUSE_STATLINE" >> ${wx_arg_cache_file}.tmp
13512           fi
13513
13514           if test x"$enablestring" = xdisable; then
13515             if test $wxUSE_STATLINE = yes; then
13516               result=no
13517             else
13518               result=yes
13519             fi
13520           else
13521             result=$wxUSE_STATLINE
13522           fi
13523
13524           { echo "$as_me:$LINENO: result: $result" >&5
13525 echo "${ECHO_T}$result" >&6; }
13526
13527
13528           enablestring=
13529           defaultval=$wxUSE_ALL_FEATURES
13530           if test -z "$defaultval"; then
13531               if test x"$enablestring" = xdisable; then
13532                   defaultval=yes
13533               else
13534                   defaultval=no
13535               fi
13536           fi
13537
13538           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
13539 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6; }
13540           # Check whether --enable-stattext was given.
13541 if test "${enable_stattext+set}" = set; then
13542   enableval=$enable_stattext;
13543                           if test "$enableval" = yes; then
13544                             wx_cv_use_stattext='wxUSE_STATTEXT=yes'
13545                           else
13546                             wx_cv_use_stattext='wxUSE_STATTEXT=no'
13547                           fi
13548                           cache=yes
13549
13550 else
13551
13552                           LINE=`grep "^wxUSE_STATTEXT=" ${wx_arg_cache_file}`
13553                           if test "x$LINE" != x ; then
13554                               eval "DEFAULT_$LINE"
13555                               cache=yes
13556                           else
13557                               cache=no
13558                           fi
13559
13560                           wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
13561
13562 fi
13563
13564
13565           eval "$wx_cv_use_stattext"
13566           if test "x$cache" = xyes; then
13567             echo "wxUSE_STATTEXT=$wxUSE_STATTEXT" >> ${wx_arg_cache_file}.tmp
13568           fi
13569
13570           if test x"$enablestring" = xdisable; then
13571             if test $wxUSE_STATTEXT = yes; then
13572               result=no
13573             else
13574               result=yes
13575             fi
13576           else
13577             result=$wxUSE_STATTEXT
13578           fi
13579
13580           { echo "$as_me:$LINENO: result: $result" >&5
13581 echo "${ECHO_T}$result" >&6; }
13582
13583
13584           enablestring=
13585           defaultval=$wxUSE_ALL_FEATURES
13586           if test -z "$defaultval"; then
13587               if test x"$enablestring" = xdisable; then
13588                   defaultval=yes
13589               else
13590                   defaultval=no
13591               fi
13592           fi
13593
13594           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
13595 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6; }
13596           # Check whether --enable-statusbar was given.
13597 if test "${enable_statusbar+set}" = set; then
13598   enableval=$enable_statusbar;
13599                           if test "$enableval" = yes; then
13600                             wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
13601                           else
13602                             wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
13603                           fi
13604                           cache=yes
13605
13606 else
13607
13608                           LINE=`grep "^wxUSE_STATUSBAR=" ${wx_arg_cache_file}`
13609                           if test "x$LINE" != x ; then
13610                               eval "DEFAULT_$LINE"
13611                               cache=yes
13612                           else
13613                               cache=no
13614                           fi
13615
13616                           wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
13617
13618 fi
13619
13620
13621           eval "$wx_cv_use_statusbar"
13622           if test "x$cache" = xyes; then
13623             echo "wxUSE_STATUSBAR=$wxUSE_STATUSBAR" >> ${wx_arg_cache_file}.tmp
13624           fi
13625
13626           if test x"$enablestring" = xdisable; then
13627             if test $wxUSE_STATUSBAR = yes; then
13628               result=no
13629             else
13630               result=yes
13631             fi
13632           else
13633             result=$wxUSE_STATUSBAR
13634           fi
13635
13636           { echo "$as_me:$LINENO: result: $result" >&5
13637 echo "${ECHO_T}$result" >&6; }
13638
13639
13640           enablestring=
13641           defaultval=$wxUSE_ALL_FEATURES
13642           if test -z "$defaultval"; then
13643               if test x"$enablestring" = xdisable; then
13644                   defaultval=yes
13645               else
13646                   defaultval=no
13647               fi
13648           fi
13649
13650           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
13651 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6; }
13652           # Check whether --enable-tabdialog was given.
13653 if test "${enable_tabdialog+set}" = set; then
13654   enableval=$enable_tabdialog;
13655                           if test "$enableval" = yes; then
13656                             wx_cv_use_tabdialog='wxUSE_TAB_DIALOG=yes'
13657                           else
13658                             wx_cv_use_tabdialog='wxUSE_TAB_DIALOG=no'
13659                           fi
13660                           cache=yes
13661
13662 else
13663
13664                           LINE=`grep "^wxUSE_TAB_DIALOG=" ${wx_arg_cache_file}`
13665                           if test "x$LINE" != x ; then
13666                               eval "DEFAULT_$LINE"
13667                               cache=yes
13668                           else
13669                               cache=no
13670                           fi
13671
13672                           wx_cv_use_tabdialog='wxUSE_TAB_DIALOG=${'DEFAULT_wxUSE_TAB_DIALOG":-$defaultval}"
13673
13674 fi
13675
13676
13677           eval "$wx_cv_use_tabdialog"
13678           if test "x$cache" = xyes; then
13679             echo "wxUSE_TAB_DIALOG=$wxUSE_TAB_DIALOG" >> ${wx_arg_cache_file}.tmp
13680           fi
13681
13682           if test x"$enablestring" = xdisable; then
13683             if test $wxUSE_TAB_DIALOG = yes; then
13684               result=no
13685             else
13686               result=yes
13687             fi
13688           else
13689             result=$wxUSE_TAB_DIALOG
13690           fi
13691
13692           { echo "$as_me:$LINENO: result: $result" >&5
13693 echo "${ECHO_T}$result" >&6; }
13694
13695
13696           enablestring=
13697           defaultval=$wxUSE_ALL_FEATURES
13698           if test -z "$defaultval"; then
13699               if test x"$enablestring" = xdisable; then
13700                   defaultval=yes
13701               else
13702                   defaultval=no
13703               fi
13704           fi
13705
13706           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-taskbaricon" >&5
13707 echo $ECHO_N "checking for --${enablestring:-enable}-taskbaricon... $ECHO_C" >&6; }
13708           # Check whether --enable-taskbaricon was given.
13709 if test "${enable_taskbaricon+set}" = set; then
13710   enableval=$enable_taskbaricon;
13711                           if test "$enableval" = yes; then
13712                             wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
13713                           else
13714                             wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
13715                           fi
13716                           cache=yes
13717
13718 else
13719
13720                           LINE=`grep "^wxUSE_TASKBARICON=" ${wx_arg_cache_file}`
13721                           if test "x$LINE" != x ; then
13722                               eval "DEFAULT_$LINE"
13723                               cache=yes
13724                           else
13725                               cache=no
13726                           fi
13727
13728                           wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
13729
13730 fi
13731
13732
13733           eval "$wx_cv_use_taskbaricon"
13734           if test "x$cache" = xyes; then
13735             echo "wxUSE_TASKBARICON=$wxUSE_TASKBARICON" >> ${wx_arg_cache_file}.tmp
13736           fi
13737
13738           if test x"$enablestring" = xdisable; then
13739             if test $wxUSE_TASKBARICON = yes; then
13740               result=no
13741             else
13742               result=yes
13743             fi
13744           else
13745             result=$wxUSE_TASKBARICON
13746           fi
13747
13748           { echo "$as_me:$LINENO: result: $result" >&5
13749 echo "${ECHO_T}$result" >&6; }
13750
13751
13752           enablestring=
13753           defaultval=$wxUSE_ALL_FEATURES
13754           if test -z "$defaultval"; then
13755               if test x"$enablestring" = xdisable; then
13756                   defaultval=yes
13757               else
13758                   defaultval=no
13759               fi
13760           fi
13761
13762           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
13763 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6; }
13764           # Check whether --enable-textctrl was given.
13765 if test "${enable_textctrl+set}" = set; then
13766   enableval=$enable_textctrl;
13767                           if test "$enableval" = yes; then
13768                             wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
13769                           else
13770                             wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
13771                           fi
13772                           cache=yes
13773
13774 else
13775
13776                           LINE=`grep "^wxUSE_TEXTCTRL=" ${wx_arg_cache_file}`
13777                           if test "x$LINE" != x ; then
13778                               eval "DEFAULT_$LINE"
13779                               cache=yes
13780                           else
13781                               cache=no
13782                           fi
13783
13784                           wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
13785
13786 fi
13787
13788
13789           eval "$wx_cv_use_textctrl"
13790           if test "x$cache" = xyes; then
13791             echo "wxUSE_TEXTCTRL=$wxUSE_TEXTCTRL" >> ${wx_arg_cache_file}.tmp
13792           fi
13793
13794           if test x"$enablestring" = xdisable; then
13795             if test $wxUSE_TEXTCTRL = yes; then
13796               result=no
13797             else
13798               result=yes
13799             fi
13800           else
13801             result=$wxUSE_TEXTCTRL
13802           fi
13803
13804           { echo "$as_me:$LINENO: result: $result" >&5
13805 echo "${ECHO_T}$result" >&6; }
13806
13807
13808           enablestring=
13809           defaultval=$wxUSE_ALL_FEATURES
13810           if test -z "$defaultval"; then
13811               if test x"$enablestring" = xdisable; then
13812                   defaultval=yes
13813               else
13814                   defaultval=no
13815               fi
13816           fi
13817
13818           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
13819 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6; }
13820           # Check whether --enable-togglebtn was given.
13821 if test "${enable_togglebtn+set}" = set; then
13822   enableval=$enable_togglebtn;
13823                           if test "$enableval" = yes; then
13824                             wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
13825                           else
13826                             wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
13827                           fi
13828                           cache=yes
13829
13830 else
13831
13832                           LINE=`grep "^wxUSE_TOGGLEBTN=" ${wx_arg_cache_file}`
13833                           if test "x$LINE" != x ; then
13834                               eval "DEFAULT_$LINE"
13835                               cache=yes
13836                           else
13837                               cache=no
13838                           fi
13839
13840                           wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
13841
13842 fi
13843
13844
13845           eval "$wx_cv_use_togglebtn"
13846           if test "x$cache" = xyes; then
13847             echo "wxUSE_TOGGLEBTN=$wxUSE_TOGGLEBTN" >> ${wx_arg_cache_file}.tmp
13848           fi
13849
13850           if test x"$enablestring" = xdisable; then
13851             if test $wxUSE_TOGGLEBTN = yes; then
13852               result=no
13853             else
13854               result=yes
13855             fi
13856           else
13857             result=$wxUSE_TOGGLEBTN
13858           fi
13859
13860           { echo "$as_me:$LINENO: result: $result" >&5
13861 echo "${ECHO_T}$result" >&6; }
13862
13863
13864           enablestring=
13865           defaultval=$wxUSE_ALL_FEATURES
13866           if test -z "$defaultval"; then
13867               if test x"$enablestring" = xdisable; then
13868                   defaultval=yes
13869               else
13870                   defaultval=no
13871               fi
13872           fi
13873
13874           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
13875 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6; }
13876           # Check whether --enable-toolbar was given.
13877 if test "${enable_toolbar+set}" = set; then
13878   enableval=$enable_toolbar;
13879                           if test "$enableval" = yes; then
13880                             wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
13881                           else
13882                             wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
13883                           fi
13884                           cache=yes
13885
13886 else
13887
13888                           LINE=`grep "^wxUSE_TOOLBAR=" ${wx_arg_cache_file}`
13889                           if test "x$LINE" != x ; then
13890                               eval "DEFAULT_$LINE"
13891                               cache=yes
13892                           else
13893                               cache=no
13894                           fi
13895
13896                           wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
13897
13898 fi
13899
13900
13901           eval "$wx_cv_use_toolbar"
13902           if test "x$cache" = xyes; then
13903             echo "wxUSE_TOOLBAR=$wxUSE_TOOLBAR" >> ${wx_arg_cache_file}.tmp
13904           fi
13905
13906           if test x"$enablestring" = xdisable; then
13907             if test $wxUSE_TOOLBAR = yes; then
13908               result=no
13909             else
13910               result=yes
13911             fi
13912           else
13913             result=$wxUSE_TOOLBAR
13914           fi
13915
13916           { echo "$as_me:$LINENO: result: $result" >&5
13917 echo "${ECHO_T}$result" >&6; }
13918
13919
13920           enablestring=
13921           defaultval=$wxUSE_ALL_FEATURES
13922           if test -z "$defaultval"; then
13923               if test x"$enablestring" = xdisable; then
13924                   defaultval=yes
13925               else
13926                   defaultval=no
13927               fi
13928           fi
13929
13930           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
13931 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6; }
13932           # Check whether --enable-tbarnative was given.
13933 if test "${enable_tbarnative+set}" = set; then
13934   enableval=$enable_tbarnative;
13935                           if test "$enableval" = yes; then
13936                             wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
13937                           else
13938                             wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
13939                           fi
13940                           cache=yes
13941
13942 else
13943
13944                           LINE=`grep "^wxUSE_TOOLBAR_NATIVE=" ${wx_arg_cache_file}`
13945                           if test "x$LINE" != x ; then
13946                               eval "DEFAULT_$LINE"
13947                               cache=yes
13948                           else
13949                               cache=no
13950                           fi
13951
13952                           wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
13953
13954 fi
13955
13956
13957           eval "$wx_cv_use_tbarnative"
13958           if test "x$cache" = xyes; then
13959             echo "wxUSE_TOOLBAR_NATIVE=$wxUSE_TOOLBAR_NATIVE" >> ${wx_arg_cache_file}.tmp
13960           fi
13961
13962           if test x"$enablestring" = xdisable; then
13963             if test $wxUSE_TOOLBAR_NATIVE = yes; then
13964               result=no
13965             else
13966               result=yes
13967             fi
13968           else
13969             result=$wxUSE_TOOLBAR_NATIVE
13970           fi
13971
13972           { echo "$as_me:$LINENO: result: $result" >&5
13973 echo "${ECHO_T}$result" >&6; }
13974
13975
13976           enablestring=
13977           defaultval=$wxUSE_ALL_FEATURES
13978           if test -z "$defaultval"; then
13979               if test x"$enablestring" = xdisable; then
13980                   defaultval=yes
13981               else
13982                   defaultval=no
13983               fi
13984           fi
13985
13986           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
13987 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6; }
13988           # Check whether --enable-treebook was given.
13989 if test "${enable_treebook+set}" = set; then
13990   enableval=$enable_treebook;
13991                           if test "$enableval" = yes; then
13992                             wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
13993                           else
13994                             wx_cv_use_treebook='wxUSE_TREEBOOK=no'
13995                           fi
13996                           cache=yes
13997
13998 else
13999
14000                           LINE=`grep "^wxUSE_TREEBOOK=" ${wx_arg_cache_file}`
14001                           if test "x$LINE" != x ; then
14002                               eval "DEFAULT_$LINE"
14003                               cache=yes
14004                           else
14005                               cache=no
14006                           fi
14007
14008                           wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
14009
14010 fi
14011
14012
14013           eval "$wx_cv_use_treebook"
14014           if test "x$cache" = xyes; then
14015             echo "wxUSE_TREEBOOK=$wxUSE_TREEBOOK" >> ${wx_arg_cache_file}.tmp
14016           fi
14017
14018           if test x"$enablestring" = xdisable; then
14019             if test $wxUSE_TREEBOOK = yes; then
14020               result=no
14021             else
14022               result=yes
14023             fi
14024           else
14025             result=$wxUSE_TREEBOOK
14026           fi
14027
14028           { echo "$as_me:$LINENO: result: $result" >&5
14029 echo "${ECHO_T}$result" >&6; }
14030
14031
14032           enablestring=
14033           defaultval=$wxUSE_ALL_FEATURES
14034           if test -z "$defaultval"; then
14035               if test x"$enablestring" = xdisable; then
14036                   defaultval=yes
14037               else
14038                   defaultval=no
14039               fi
14040           fi
14041
14042           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
14043 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6; }
14044           # Check whether --enable-toolbook was given.
14045 if test "${enable_toolbook+set}" = set; then
14046   enableval=$enable_toolbook;
14047                           if test "$enableval" = yes; then
14048                             wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
14049                           else
14050                             wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
14051                           fi
14052                           cache=yes
14053
14054 else
14055
14056                           LINE=`grep "^wxUSE_TOOLBOOK=" ${wx_arg_cache_file}`
14057                           if test "x$LINE" != x ; then
14058                               eval "DEFAULT_$LINE"
14059                               cache=yes
14060                           else
14061                               cache=no
14062                           fi
14063
14064                           wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
14065
14066 fi
14067
14068
14069           eval "$wx_cv_use_toolbook"
14070           if test "x$cache" = xyes; then
14071             echo "wxUSE_TOOLBOOK=$wxUSE_TOOLBOOK" >> ${wx_arg_cache_file}.tmp
14072           fi
14073
14074           if test x"$enablestring" = xdisable; then
14075             if test $wxUSE_TOOLBOOK = yes; then
14076               result=no
14077             else
14078               result=yes
14079             fi
14080           else
14081             result=$wxUSE_TOOLBOOK
14082           fi
14083
14084           { echo "$as_me:$LINENO: result: $result" >&5
14085 echo "${ECHO_T}$result" >&6; }
14086
14087
14088           enablestring=
14089           defaultval=$wxUSE_ALL_FEATURES
14090           if test -z "$defaultval"; then
14091               if test x"$enablestring" = xdisable; then
14092                   defaultval=yes
14093               else
14094                   defaultval=no
14095               fi
14096           fi
14097
14098           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
14099 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6; }
14100           # Check whether --enable-treectrl was given.
14101 if test "${enable_treectrl+set}" = set; then
14102   enableval=$enable_treectrl;
14103                           if test "$enableval" = yes; then
14104                             wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
14105                           else
14106                             wx_cv_use_treectrl='wxUSE_TREECTRL=no'
14107                           fi
14108                           cache=yes
14109
14110 else
14111
14112                           LINE=`grep "^wxUSE_TREECTRL=" ${wx_arg_cache_file}`
14113                           if test "x$LINE" != x ; then
14114                               eval "DEFAULT_$LINE"
14115                               cache=yes
14116                           else
14117                               cache=no
14118                           fi
14119
14120                           wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
14121
14122 fi
14123
14124
14125           eval "$wx_cv_use_treectrl"
14126           if test "x$cache" = xyes; then
14127             echo "wxUSE_TREECTRL=$wxUSE_TREECTRL" >> ${wx_arg_cache_file}.tmp
14128           fi
14129
14130           if test x"$enablestring" = xdisable; then
14131             if test $wxUSE_TREECTRL = yes; then
14132               result=no
14133             else
14134               result=yes
14135             fi
14136           else
14137             result=$wxUSE_TREECTRL
14138           fi
14139
14140           { echo "$as_me:$LINENO: result: $result" >&5
14141 echo "${ECHO_T}$result" >&6; }
14142
14143
14144           enablestring=
14145           defaultval=$wxUSE_ALL_FEATURES
14146           if test -z "$defaultval"; then
14147               if test x"$enablestring" = xdisable; then
14148                   defaultval=yes
14149               else
14150                   defaultval=no
14151               fi
14152           fi
14153
14154           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
14155 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6; }
14156           # Check whether --enable-tipwindow was given.
14157 if test "${enable_tipwindow+set}" = set; then
14158   enableval=$enable_tipwindow;
14159                           if test "$enableval" = yes; then
14160                             wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
14161                           else
14162                             wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
14163                           fi
14164                           cache=yes
14165
14166 else
14167
14168                           LINE=`grep "^wxUSE_TIPWINDOW=" ${wx_arg_cache_file}`
14169                           if test "x$LINE" != x ; then
14170                               eval "DEFAULT_$LINE"
14171                               cache=yes
14172                           else
14173                               cache=no
14174                           fi
14175
14176                           wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
14177
14178 fi
14179
14180
14181           eval "$wx_cv_use_tipwindow"
14182           if test "x$cache" = xyes; then
14183             echo "wxUSE_TIPWINDOW=$wxUSE_TIPWINDOW" >> ${wx_arg_cache_file}.tmp
14184           fi
14185
14186           if test x"$enablestring" = xdisable; then
14187             if test $wxUSE_TIPWINDOW = yes; then
14188               result=no
14189             else
14190               result=yes
14191             fi
14192           else
14193             result=$wxUSE_TIPWINDOW
14194           fi
14195
14196           { echo "$as_me:$LINENO: result: $result" >&5
14197 echo "${ECHO_T}$result" >&6; }
14198
14199
14200           enablestring=
14201           defaultval=$wxUSE_ALL_FEATURES
14202           if test -z "$defaultval"; then
14203               if test x"$enablestring" = xdisable; then
14204                   defaultval=yes
14205               else
14206                   defaultval=no
14207               fi
14208           fi
14209
14210           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
14211 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6; }
14212           # Check whether --enable-popupwin was given.
14213 if test "${enable_popupwin+set}" = set; then
14214   enableval=$enable_popupwin;
14215                           if test "$enableval" = yes; then
14216                             wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
14217                           else
14218                             wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
14219                           fi
14220                           cache=yes
14221
14222 else
14223
14224                           LINE=`grep "^wxUSE_POPUPWIN=" ${wx_arg_cache_file}`
14225                           if test "x$LINE" != x ; then
14226                               eval "DEFAULT_$LINE"
14227                               cache=yes
14228                           else
14229                               cache=no
14230                           fi
14231
14232                           wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
14233
14234 fi
14235
14236
14237           eval "$wx_cv_use_popupwin"
14238           if test "x$cache" = xyes; then
14239             echo "wxUSE_POPUPWIN=$wxUSE_POPUPWIN" >> ${wx_arg_cache_file}.tmp
14240           fi
14241
14242           if test x"$enablestring" = xdisable; then
14243             if test $wxUSE_POPUPWIN = yes; then
14244               result=no
14245             else
14246               result=yes
14247             fi
14248           else
14249             result=$wxUSE_POPUPWIN
14250           fi
14251
14252           { echo "$as_me:$LINENO: result: $result" >&5
14253 echo "${ECHO_T}$result" >&6; }
14254
14255
14256
14257
14258           enablestring=
14259           defaultval=$wxUSE_ALL_FEATURES
14260           if test -z "$defaultval"; then
14261               if test x"$enablestring" = xdisable; then
14262                   defaultval=yes
14263               else
14264                   defaultval=no
14265               fi
14266           fi
14267
14268           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
14269 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6; }
14270           # Check whether --enable-commondlg was given.
14271 if test "${enable_commondlg+set}" = set; then
14272   enableval=$enable_commondlg;
14273                           if test "$enableval" = yes; then
14274                             wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
14275                           else
14276                             wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
14277                           fi
14278                           cache=yes
14279
14280 else
14281
14282                           LINE=`grep "^wxUSE_COMMONDLGS=" ${wx_arg_cache_file}`
14283                           if test "x$LINE" != x ; then
14284                               eval "DEFAULT_$LINE"
14285                               cache=yes
14286                           else
14287                               cache=no
14288                           fi
14289
14290                           wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
14291
14292 fi
14293
14294
14295           eval "$wx_cv_use_commondlg"
14296           if test "x$cache" = xyes; then
14297             echo "wxUSE_COMMONDLGS=$wxUSE_COMMONDLGS" >> ${wx_arg_cache_file}.tmp
14298           fi
14299
14300           if test x"$enablestring" = xdisable; then
14301             if test $wxUSE_COMMONDLGS = yes; then
14302               result=no
14303             else
14304               result=yes
14305             fi
14306           else
14307             result=$wxUSE_COMMONDLGS
14308           fi
14309
14310           { echo "$as_me:$LINENO: result: $result" >&5
14311 echo "${ECHO_T}$result" >&6; }
14312
14313
14314           enablestring=
14315           defaultval=$wxUSE_ALL_FEATURES
14316           if test -z "$defaultval"; then
14317               if test x"$enablestring" = xdisable; then
14318                   defaultval=yes
14319               else
14320                   defaultval=no
14321               fi
14322           fi
14323
14324           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
14325 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6; }
14326           # Check whether --enable-aboutdlg was given.
14327 if test "${enable_aboutdlg+set}" = set; then
14328   enableval=$enable_aboutdlg;
14329                           if test "$enableval" = yes; then
14330                             wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
14331                           else
14332                             wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
14333                           fi
14334                           cache=yes
14335
14336 else
14337
14338                           LINE=`grep "^wxUSE_ABOUTDLG=" ${wx_arg_cache_file}`
14339                           if test "x$LINE" != x ; then
14340                               eval "DEFAULT_$LINE"
14341                               cache=yes
14342                           else
14343                               cache=no
14344                           fi
14345
14346                           wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
14347
14348 fi
14349
14350
14351           eval "$wx_cv_use_aboutdlg"
14352           if test "x$cache" = xyes; then
14353             echo "wxUSE_ABOUTDLG=$wxUSE_ABOUTDLG" >> ${wx_arg_cache_file}.tmp
14354           fi
14355
14356           if test x"$enablestring" = xdisable; then
14357             if test $wxUSE_ABOUTDLG = yes; then
14358               result=no
14359             else
14360               result=yes
14361             fi
14362           else
14363             result=$wxUSE_ABOUTDLG
14364           fi
14365
14366           { echo "$as_me:$LINENO: result: $result" >&5
14367 echo "${ECHO_T}$result" >&6; }
14368
14369
14370           enablestring=
14371           defaultval=$wxUSE_ALL_FEATURES
14372           if test -z "$defaultval"; then
14373               if test x"$enablestring" = xdisable; then
14374                   defaultval=yes
14375               else
14376                   defaultval=no
14377               fi
14378           fi
14379
14380           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
14381 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6; }
14382           # Check whether --enable-choicedlg was given.
14383 if test "${enable_choicedlg+set}" = set; then
14384   enableval=$enable_choicedlg;
14385                           if test "$enableval" = yes; then
14386                             wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
14387                           else
14388                             wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
14389                           fi
14390                           cache=yes
14391
14392 else
14393
14394                           LINE=`grep "^wxUSE_CHOICEDLG=" ${wx_arg_cache_file}`
14395                           if test "x$LINE" != x ; then
14396                               eval "DEFAULT_$LINE"
14397                               cache=yes
14398                           else
14399                               cache=no
14400                           fi
14401
14402                           wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
14403
14404 fi
14405
14406
14407           eval "$wx_cv_use_choicedlg"
14408           if test "x$cache" = xyes; then
14409             echo "wxUSE_CHOICEDLG=$wxUSE_CHOICEDLG" >> ${wx_arg_cache_file}.tmp
14410           fi
14411
14412           if test x"$enablestring" = xdisable; then
14413             if test $wxUSE_CHOICEDLG = yes; then
14414               result=no
14415             else
14416               result=yes
14417             fi
14418           else
14419             result=$wxUSE_CHOICEDLG
14420           fi
14421
14422           { echo "$as_me:$LINENO: result: $result" >&5
14423 echo "${ECHO_T}$result" >&6; }
14424
14425
14426           enablestring=
14427           defaultval=$wxUSE_ALL_FEATURES
14428           if test -z "$defaultval"; then
14429               if test x"$enablestring" = xdisable; then
14430                   defaultval=yes
14431               else
14432                   defaultval=no
14433               fi
14434           fi
14435
14436           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
14437 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6; }
14438           # Check whether --enable-coldlg was given.
14439 if test "${enable_coldlg+set}" = set; then
14440   enableval=$enable_coldlg;
14441                           if test "$enableval" = yes; then
14442                             wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
14443                           else
14444                             wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
14445                           fi
14446                           cache=yes
14447
14448 else
14449
14450                           LINE=`grep "^wxUSE_COLOURDLG=" ${wx_arg_cache_file}`
14451                           if test "x$LINE" != x ; then
14452                               eval "DEFAULT_$LINE"
14453                               cache=yes
14454                           else
14455                               cache=no
14456                           fi
14457
14458                           wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
14459
14460 fi
14461
14462
14463           eval "$wx_cv_use_coldlg"
14464           if test "x$cache" = xyes; then
14465             echo "wxUSE_COLOURDLG=$wxUSE_COLOURDLG" >> ${wx_arg_cache_file}.tmp
14466           fi
14467
14468           if test x"$enablestring" = xdisable; then
14469             if test $wxUSE_COLOURDLG = yes; then
14470               result=no
14471             else
14472               result=yes
14473             fi
14474           else
14475             result=$wxUSE_COLOURDLG
14476           fi
14477
14478           { echo "$as_me:$LINENO: result: $result" >&5
14479 echo "${ECHO_T}$result" >&6; }
14480
14481
14482           enablestring=
14483           defaultval=$wxUSE_ALL_FEATURES
14484           if test -z "$defaultval"; then
14485               if test x"$enablestring" = xdisable; then
14486                   defaultval=yes
14487               else
14488                   defaultval=no
14489               fi
14490           fi
14491
14492           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
14493 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6; }
14494           # Check whether --enable-filedlg was given.
14495 if test "${enable_filedlg+set}" = set; then
14496   enableval=$enable_filedlg;
14497                           if test "$enableval" = yes; then
14498                             wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
14499                           else
14500                             wx_cv_use_filedlg='wxUSE_FILEDLG=no'
14501                           fi
14502                           cache=yes
14503
14504 else
14505
14506                           LINE=`grep "^wxUSE_FILEDLG=" ${wx_arg_cache_file}`
14507                           if test "x$LINE" != x ; then
14508                               eval "DEFAULT_$LINE"
14509                               cache=yes
14510                           else
14511                               cache=no
14512                           fi
14513
14514                           wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
14515
14516 fi
14517
14518
14519           eval "$wx_cv_use_filedlg"
14520           if test "x$cache" = xyes; then
14521             echo "wxUSE_FILEDLG=$wxUSE_FILEDLG" >> ${wx_arg_cache_file}.tmp
14522           fi
14523
14524           if test x"$enablestring" = xdisable; then
14525             if test $wxUSE_FILEDLG = yes; then
14526               result=no
14527             else
14528               result=yes
14529             fi
14530           else
14531             result=$wxUSE_FILEDLG
14532           fi
14533
14534           { echo "$as_me:$LINENO: result: $result" >&5
14535 echo "${ECHO_T}$result" >&6; }
14536
14537
14538           enablestring=
14539           defaultval=$wxUSE_ALL_FEATURES
14540           if test -z "$defaultval"; then
14541               if test x"$enablestring" = xdisable; then
14542                   defaultval=yes
14543               else
14544                   defaultval=no
14545               fi
14546           fi
14547
14548           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
14549 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6; }
14550           # Check whether --enable-finddlg was given.
14551 if test "${enable_finddlg+set}" = set; then
14552   enableval=$enable_finddlg;
14553                           if test "$enableval" = yes; then
14554                             wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
14555                           else
14556                             wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
14557                           fi
14558                           cache=yes
14559
14560 else
14561
14562                           LINE=`grep "^wxUSE_FINDREPLDLG=" ${wx_arg_cache_file}`
14563                           if test "x$LINE" != x ; then
14564                               eval "DEFAULT_$LINE"
14565                               cache=yes
14566                           else
14567                               cache=no
14568                           fi
14569
14570                           wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
14571
14572 fi
14573
14574
14575           eval "$wx_cv_use_finddlg"
14576           if test "x$cache" = xyes; then
14577             echo "wxUSE_FINDREPLDLG=$wxUSE_FINDREPLDLG" >> ${wx_arg_cache_file}.tmp
14578           fi
14579
14580           if test x"$enablestring" = xdisable; then
14581             if test $wxUSE_FINDREPLDLG = yes; then
14582               result=no
14583             else
14584               result=yes
14585             fi
14586           else
14587             result=$wxUSE_FINDREPLDLG
14588           fi
14589
14590           { echo "$as_me:$LINENO: result: $result" >&5
14591 echo "${ECHO_T}$result" >&6; }
14592
14593
14594           enablestring=
14595           defaultval=$wxUSE_ALL_FEATURES
14596           if test -z "$defaultval"; then
14597               if test x"$enablestring" = xdisable; then
14598                   defaultval=yes
14599               else
14600                   defaultval=no
14601               fi
14602           fi
14603
14604           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
14605 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6; }
14606           # Check whether --enable-fontdlg was given.
14607 if test "${enable_fontdlg+set}" = set; then
14608   enableval=$enable_fontdlg;
14609                           if test "$enableval" = yes; then
14610                             wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
14611                           else
14612                             wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
14613                           fi
14614                           cache=yes
14615
14616 else
14617
14618                           LINE=`grep "^wxUSE_FONTDLG=" ${wx_arg_cache_file}`
14619                           if test "x$LINE" != x ; then
14620                               eval "DEFAULT_$LINE"
14621                               cache=yes
14622                           else
14623                               cache=no
14624                           fi
14625
14626                           wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
14627
14628 fi
14629
14630
14631           eval "$wx_cv_use_fontdlg"
14632           if test "x$cache" = xyes; then
14633             echo "wxUSE_FONTDLG=$wxUSE_FONTDLG" >> ${wx_arg_cache_file}.tmp
14634           fi
14635
14636           if test x"$enablestring" = xdisable; then
14637             if test $wxUSE_FONTDLG = yes; then
14638               result=no
14639             else
14640               result=yes
14641             fi
14642           else
14643             result=$wxUSE_FONTDLG
14644           fi
14645
14646           { echo "$as_me:$LINENO: result: $result" >&5
14647 echo "${ECHO_T}$result" >&6; }
14648
14649
14650           enablestring=
14651           defaultval=$wxUSE_ALL_FEATURES
14652           if test -z "$defaultval"; then
14653               if test x"$enablestring" = xdisable; then
14654                   defaultval=yes
14655               else
14656                   defaultval=no
14657               fi
14658           fi
14659
14660           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
14661 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6; }
14662           # Check whether --enable-dirdlg was given.
14663 if test "${enable_dirdlg+set}" = set; then
14664   enableval=$enable_dirdlg;
14665                           if test "$enableval" = yes; then
14666                             wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
14667                           else
14668                             wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
14669                           fi
14670                           cache=yes
14671
14672 else
14673
14674                           LINE=`grep "^wxUSE_DIRDLG=" ${wx_arg_cache_file}`
14675                           if test "x$LINE" != x ; then
14676                               eval "DEFAULT_$LINE"
14677                               cache=yes
14678                           else
14679                               cache=no
14680                           fi
14681
14682                           wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
14683
14684 fi
14685
14686
14687           eval "$wx_cv_use_dirdlg"
14688           if test "x$cache" = xyes; then
14689             echo "wxUSE_DIRDLG=$wxUSE_DIRDLG" >> ${wx_arg_cache_file}.tmp
14690           fi
14691
14692           if test x"$enablestring" = xdisable; then
14693             if test $wxUSE_DIRDLG = yes; then
14694               result=no
14695             else
14696               result=yes
14697             fi
14698           else
14699             result=$wxUSE_DIRDLG
14700           fi
14701
14702           { echo "$as_me:$LINENO: result: $result" >&5
14703 echo "${ECHO_T}$result" >&6; }
14704
14705
14706           enablestring=
14707           defaultval=$wxUSE_ALL_FEATURES
14708           if test -z "$defaultval"; then
14709               if test x"$enablestring" = xdisable; then
14710                   defaultval=yes
14711               else
14712                   defaultval=no
14713               fi
14714           fi
14715
14716           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
14717 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6; }
14718           # Check whether --enable-msgdlg was given.
14719 if test "${enable_msgdlg+set}" = set; then
14720   enableval=$enable_msgdlg;
14721                           if test "$enableval" = yes; then
14722                             wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
14723                           else
14724                             wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
14725                           fi
14726                           cache=yes
14727
14728 else
14729
14730                           LINE=`grep "^wxUSE_MSGDLG=" ${wx_arg_cache_file}`
14731                           if test "x$LINE" != x ; then
14732                               eval "DEFAULT_$LINE"
14733                               cache=yes
14734                           else
14735                               cache=no
14736                           fi
14737
14738                           wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
14739
14740 fi
14741
14742
14743           eval "$wx_cv_use_msgdlg"
14744           if test "x$cache" = xyes; then
14745             echo "wxUSE_MSGDLG=$wxUSE_MSGDLG" >> ${wx_arg_cache_file}.tmp
14746           fi
14747
14748           if test x"$enablestring" = xdisable; then
14749             if test $wxUSE_MSGDLG = yes; then
14750               result=no
14751             else
14752               result=yes
14753             fi
14754           else
14755             result=$wxUSE_MSGDLG
14756           fi
14757
14758           { echo "$as_me:$LINENO: result: $result" >&5
14759 echo "${ECHO_T}$result" >&6; }
14760
14761
14762           enablestring=
14763           defaultval=$wxUSE_ALL_FEATURES
14764           if test -z "$defaultval"; then
14765               if test x"$enablestring" = xdisable; then
14766                   defaultval=yes
14767               else
14768                   defaultval=no
14769               fi
14770           fi
14771
14772           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
14773 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6; }
14774           # Check whether --enable-numberdlg was given.
14775 if test "${enable_numberdlg+set}" = set; then
14776   enableval=$enable_numberdlg;
14777                           if test "$enableval" = yes; then
14778                             wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
14779                           else
14780                             wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
14781                           fi
14782                           cache=yes
14783
14784 else
14785
14786                           LINE=`grep "^wxUSE_NUMBERDLG=" ${wx_arg_cache_file}`
14787                           if test "x$LINE" != x ; then
14788                               eval "DEFAULT_$LINE"
14789                               cache=yes
14790                           else
14791                               cache=no
14792                           fi
14793
14794                           wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
14795
14796 fi
14797
14798
14799           eval "$wx_cv_use_numberdlg"
14800           if test "x$cache" = xyes; then
14801             echo "wxUSE_NUMBERDLG=$wxUSE_NUMBERDLG" >> ${wx_arg_cache_file}.tmp
14802           fi
14803
14804           if test x"$enablestring" = xdisable; then
14805             if test $wxUSE_NUMBERDLG = yes; then
14806               result=no
14807             else
14808               result=yes
14809             fi
14810           else
14811             result=$wxUSE_NUMBERDLG
14812           fi
14813
14814           { echo "$as_me:$LINENO: result: $result" >&5
14815 echo "${ECHO_T}$result" >&6; }
14816
14817
14818           enablestring=
14819           defaultval=$wxUSE_ALL_FEATURES
14820           if test -z "$defaultval"; then
14821               if test x"$enablestring" = xdisable; then
14822                   defaultval=yes
14823               else
14824                   defaultval=no
14825               fi
14826           fi
14827
14828           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
14829 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6; }
14830           # Check whether --enable-splash was given.
14831 if test "${enable_splash+set}" = set; then
14832   enableval=$enable_splash;
14833                           if test "$enableval" = yes; then
14834                             wx_cv_use_splash='wxUSE_SPLASH=yes'
14835                           else
14836                             wx_cv_use_splash='wxUSE_SPLASH=no'
14837                           fi
14838                           cache=yes
14839
14840 else
14841
14842                           LINE=`grep "^wxUSE_SPLASH=" ${wx_arg_cache_file}`
14843                           if test "x$LINE" != x ; then
14844                               eval "DEFAULT_$LINE"
14845                               cache=yes
14846                           else
14847                               cache=no
14848                           fi
14849
14850                           wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
14851
14852 fi
14853
14854
14855           eval "$wx_cv_use_splash"
14856           if test "x$cache" = xyes; then
14857             echo "wxUSE_SPLASH=$wxUSE_SPLASH" >> ${wx_arg_cache_file}.tmp
14858           fi
14859
14860           if test x"$enablestring" = xdisable; then
14861             if test $wxUSE_SPLASH = yes; then
14862               result=no
14863             else
14864               result=yes
14865             fi
14866           else
14867             result=$wxUSE_SPLASH
14868           fi
14869
14870           { echo "$as_me:$LINENO: result: $result" >&5
14871 echo "${ECHO_T}$result" >&6; }
14872
14873
14874           enablestring=
14875           defaultval=$wxUSE_ALL_FEATURES
14876           if test -z "$defaultval"; then
14877               if test x"$enablestring" = xdisable; then
14878                   defaultval=yes
14879               else
14880                   defaultval=no
14881               fi
14882           fi
14883
14884           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
14885 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6; }
14886           # Check whether --enable-textdlg was given.
14887 if test "${enable_textdlg+set}" = set; then
14888   enableval=$enable_textdlg;
14889                           if test "$enableval" = yes; then
14890                             wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
14891                           else
14892                             wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
14893                           fi
14894                           cache=yes
14895
14896 else
14897
14898                           LINE=`grep "^wxUSE_TEXTDLG=" ${wx_arg_cache_file}`
14899                           if test "x$LINE" != x ; then
14900                               eval "DEFAULT_$LINE"
14901                               cache=yes
14902                           else
14903                               cache=no
14904                           fi
14905
14906                           wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
14907
14908 fi
14909
14910
14911           eval "$wx_cv_use_textdlg"
14912           if test "x$cache" = xyes; then
14913             echo "wxUSE_TEXTDLG=$wxUSE_TEXTDLG" >> ${wx_arg_cache_file}.tmp
14914           fi
14915
14916           if test x"$enablestring" = xdisable; then
14917             if test $wxUSE_TEXTDLG = yes; then
14918               result=no
14919             else
14920               result=yes
14921             fi
14922           else
14923             result=$wxUSE_TEXTDLG
14924           fi
14925
14926           { echo "$as_me:$LINENO: result: $result" >&5
14927 echo "${ECHO_T}$result" >&6; }
14928
14929
14930           enablestring=
14931           defaultval=$wxUSE_ALL_FEATURES
14932           if test -z "$defaultval"; then
14933               if test x"$enablestring" = xdisable; then
14934                   defaultval=yes
14935               else
14936                   defaultval=no
14937               fi
14938           fi
14939
14940           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
14941 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6; }
14942           # Check whether --enable-tipdlg was given.
14943 if test "${enable_tipdlg+set}" = set; then
14944   enableval=$enable_tipdlg;
14945                           if test "$enableval" = yes; then
14946                             wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
14947                           else
14948                             wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
14949                           fi
14950                           cache=yes
14951
14952 else
14953
14954                           LINE=`grep "^wxUSE_STARTUP_TIPS=" ${wx_arg_cache_file}`
14955                           if test "x$LINE" != x ; then
14956                               eval "DEFAULT_$LINE"
14957                               cache=yes
14958                           else
14959                               cache=no
14960                           fi
14961
14962                           wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
14963
14964 fi
14965
14966
14967           eval "$wx_cv_use_tipdlg"
14968           if test "x$cache" = xyes; then
14969             echo "wxUSE_STARTUP_TIPS=$wxUSE_STARTUP_TIPS" >> ${wx_arg_cache_file}.tmp
14970           fi
14971
14972           if test x"$enablestring" = xdisable; then
14973             if test $wxUSE_STARTUP_TIPS = yes; then
14974               result=no
14975             else
14976               result=yes
14977             fi
14978           else
14979             result=$wxUSE_STARTUP_TIPS
14980           fi
14981
14982           { echo "$as_me:$LINENO: result: $result" >&5
14983 echo "${ECHO_T}$result" >&6; }
14984
14985
14986           enablestring=
14987           defaultval=$wxUSE_ALL_FEATURES
14988           if test -z "$defaultval"; then
14989               if test x"$enablestring" = xdisable; then
14990                   defaultval=yes
14991               else
14992                   defaultval=no
14993               fi
14994           fi
14995
14996           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
14997 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6; }
14998           # Check whether --enable-progressdlg was given.
14999 if test "${enable_progressdlg+set}" = set; then
15000   enableval=$enable_progressdlg;
15001                           if test "$enableval" = yes; then
15002                             wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
15003                           else
15004                             wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
15005                           fi
15006                           cache=yes
15007
15008 else
15009
15010                           LINE=`grep "^wxUSE_PROGRESSDLG=" ${wx_arg_cache_file}`
15011                           if test "x$LINE" != x ; then
15012                               eval "DEFAULT_$LINE"
15013                               cache=yes
15014                           else
15015                               cache=no
15016                           fi
15017
15018                           wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
15019
15020 fi
15021
15022
15023           eval "$wx_cv_use_progressdlg"
15024           if test "x$cache" = xyes; then
15025             echo "wxUSE_PROGRESSDLG=$wxUSE_PROGRESSDLG" >> ${wx_arg_cache_file}.tmp
15026           fi
15027
15028           if test x"$enablestring" = xdisable; then
15029             if test $wxUSE_PROGRESSDLG = yes; then
15030               result=no
15031             else
15032               result=yes
15033             fi
15034           else
15035             result=$wxUSE_PROGRESSDLG
15036           fi
15037
15038           { echo "$as_me:$LINENO: result: $result" >&5
15039 echo "${ECHO_T}$result" >&6; }
15040
15041
15042           enablestring=
15043           defaultval=$wxUSE_ALL_FEATURES
15044           if test -z "$defaultval"; then
15045               if test x"$enablestring" = xdisable; then
15046                   defaultval=yes
15047               else
15048                   defaultval=no
15049               fi
15050           fi
15051
15052           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
15053 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6; }
15054           # Check whether --enable-wizarddlg was given.
15055 if test "${enable_wizarddlg+set}" = set; then
15056   enableval=$enable_wizarddlg;
15057                           if test "$enableval" = yes; then
15058                             wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
15059                           else
15060                             wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
15061                           fi
15062                           cache=yes
15063
15064 else
15065
15066                           LINE=`grep "^wxUSE_WIZARDDLG=" ${wx_arg_cache_file}`
15067                           if test "x$LINE" != x ; then
15068                               eval "DEFAULT_$LINE"
15069                               cache=yes
15070                           else
15071                               cache=no
15072                           fi
15073
15074                           wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
15075
15076 fi
15077
15078
15079           eval "$wx_cv_use_wizarddlg"
15080           if test "x$cache" = xyes; then
15081             echo "wxUSE_WIZARDDLG=$wxUSE_WIZARDDLG" >> ${wx_arg_cache_file}.tmp
15082           fi
15083
15084           if test x"$enablestring" = xdisable; then
15085             if test $wxUSE_WIZARDDLG = yes; then
15086               result=no
15087             else
15088               result=yes
15089             fi
15090           else
15091             result=$wxUSE_WIZARDDLG
15092           fi
15093
15094           { echo "$as_me:$LINENO: result: $result" >&5
15095 echo "${ECHO_T}$result" >&6; }
15096
15097
15098
15099
15100           enablestring=
15101           defaultval=$wxUSE_ALL_FEATURES
15102           if test -z "$defaultval"; then
15103               if test x"$enablestring" = xdisable; then
15104                   defaultval=yes
15105               else
15106                   defaultval=no
15107               fi
15108           fi
15109
15110           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
15111 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6; }
15112           # Check whether --enable-menus was given.
15113 if test "${enable_menus+set}" = set; then
15114   enableval=$enable_menus;
15115                           if test "$enableval" = yes; then
15116                             wx_cv_use_menus='wxUSE_MENUS=yes'
15117                           else
15118                             wx_cv_use_menus='wxUSE_MENUS=no'
15119                           fi
15120                           cache=yes
15121
15122 else
15123
15124                           LINE=`grep "^wxUSE_MENUS=" ${wx_arg_cache_file}`
15125                           if test "x$LINE" != x ; then
15126                               eval "DEFAULT_$LINE"
15127                               cache=yes
15128                           else
15129                               cache=no
15130                           fi
15131
15132                           wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
15133
15134 fi
15135
15136
15137           eval "$wx_cv_use_menus"
15138           if test "x$cache" = xyes; then
15139             echo "wxUSE_MENUS=$wxUSE_MENUS" >> ${wx_arg_cache_file}.tmp
15140           fi
15141
15142           if test x"$enablestring" = xdisable; then
15143             if test $wxUSE_MENUS = yes; then
15144               result=no
15145             else
15146               result=yes
15147             fi
15148           else
15149             result=$wxUSE_MENUS
15150           fi
15151
15152           { echo "$as_me:$LINENO: result: $result" >&5
15153 echo "${ECHO_T}$result" >&6; }
15154
15155
15156           enablestring=
15157           defaultval=$wxUSE_ALL_FEATURES
15158           if test -z "$defaultval"; then
15159               if test x"$enablestring" = xdisable; then
15160                   defaultval=yes
15161               else
15162                   defaultval=no
15163               fi
15164           fi
15165
15166           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
15167 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6; }
15168           # Check whether --enable-miniframe was given.
15169 if test "${enable_miniframe+set}" = set; then
15170   enableval=$enable_miniframe;
15171                           if test "$enableval" = yes; then
15172                             wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
15173                           else
15174                             wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
15175                           fi
15176                           cache=yes
15177
15178 else
15179
15180                           LINE=`grep "^wxUSE_MINIFRAME=" ${wx_arg_cache_file}`
15181                           if test "x$LINE" != x ; then
15182                               eval "DEFAULT_$LINE"
15183                               cache=yes
15184                           else
15185                               cache=no
15186                           fi
15187
15188                           wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
15189
15190 fi
15191
15192
15193           eval "$wx_cv_use_miniframe"
15194           if test "x$cache" = xyes; then
15195             echo "wxUSE_MINIFRAME=$wxUSE_MINIFRAME" >> ${wx_arg_cache_file}.tmp
15196           fi
15197
15198           if test x"$enablestring" = xdisable; then
15199             if test $wxUSE_MINIFRAME = yes; then
15200               result=no
15201             else
15202               result=yes
15203             fi
15204           else
15205             result=$wxUSE_MINIFRAME
15206           fi
15207
15208           { echo "$as_me:$LINENO: result: $result" >&5
15209 echo "${ECHO_T}$result" >&6; }
15210
15211
15212           enablestring=
15213           defaultval=$wxUSE_ALL_FEATURES
15214           if test -z "$defaultval"; then
15215               if test x"$enablestring" = xdisable; then
15216                   defaultval=yes
15217               else
15218                   defaultval=no
15219               fi
15220           fi
15221
15222           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
15223 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6; }
15224           # Check whether --enable-tooltips was given.
15225 if test "${enable_tooltips+set}" = set; then
15226   enableval=$enable_tooltips;
15227                           if test "$enableval" = yes; then
15228                             wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
15229                           else
15230                             wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
15231                           fi
15232                           cache=yes
15233
15234 else
15235
15236                           LINE=`grep "^wxUSE_TOOLTIPS=" ${wx_arg_cache_file}`
15237                           if test "x$LINE" != x ; then
15238                               eval "DEFAULT_$LINE"
15239                               cache=yes
15240                           else
15241                               cache=no
15242                           fi
15243
15244                           wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
15245
15246 fi
15247
15248
15249           eval "$wx_cv_use_tooltips"
15250           if test "x$cache" = xyes; then
15251             echo "wxUSE_TOOLTIPS=$wxUSE_TOOLTIPS" >> ${wx_arg_cache_file}.tmp
15252           fi
15253
15254           if test x"$enablestring" = xdisable; then
15255             if test $wxUSE_TOOLTIPS = yes; then
15256               result=no
15257             else
15258               result=yes
15259             fi
15260           else
15261             result=$wxUSE_TOOLTIPS
15262           fi
15263
15264           { echo "$as_me:$LINENO: result: $result" >&5
15265 echo "${ECHO_T}$result" >&6; }
15266
15267
15268           enablestring=
15269           defaultval=$wxUSE_ALL_FEATURES
15270           if test -z "$defaultval"; then
15271               if test x"$enablestring" = xdisable; then
15272                   defaultval=yes
15273               else
15274                   defaultval=no
15275               fi
15276           fi
15277
15278           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
15279 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6; }
15280           # Check whether --enable-splines was given.
15281 if test "${enable_splines+set}" = set; then
15282   enableval=$enable_splines;
15283                           if test "$enableval" = yes; then
15284                             wx_cv_use_splines='wxUSE_SPLINES=yes'
15285                           else
15286                             wx_cv_use_splines='wxUSE_SPLINES=no'
15287                           fi
15288                           cache=yes
15289
15290 else
15291
15292                           LINE=`grep "^wxUSE_SPLINES=" ${wx_arg_cache_file}`
15293                           if test "x$LINE" != x ; then
15294                               eval "DEFAULT_$LINE"
15295                               cache=yes
15296                           else
15297                               cache=no
15298                           fi
15299
15300                           wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
15301
15302 fi
15303
15304
15305           eval "$wx_cv_use_splines"
15306           if test "x$cache" = xyes; then
15307             echo "wxUSE_SPLINES=$wxUSE_SPLINES" >> ${wx_arg_cache_file}.tmp
15308           fi
15309
15310           if test x"$enablestring" = xdisable; then
15311             if test $wxUSE_SPLINES = yes; then
15312               result=no
15313             else
15314               result=yes
15315             fi
15316           else
15317             result=$wxUSE_SPLINES
15318           fi
15319
15320           { echo "$as_me:$LINENO: result: $result" >&5
15321 echo "${ECHO_T}$result" >&6; }
15322
15323
15324           enablestring=
15325           defaultval=$wxUSE_ALL_FEATURES
15326           if test -z "$defaultval"; then
15327               if test x"$enablestring" = xdisable; then
15328                   defaultval=yes
15329               else
15330                   defaultval=no
15331               fi
15332           fi
15333
15334           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
15335 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6; }
15336           # Check whether --enable-mousewheel was given.
15337 if test "${enable_mousewheel+set}" = set; then
15338   enableval=$enable_mousewheel;
15339                           if test "$enableval" = yes; then
15340                             wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
15341                           else
15342                             wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
15343                           fi
15344                           cache=yes
15345
15346 else
15347
15348                           LINE=`grep "^wxUSE_MOUSEWHEEL=" ${wx_arg_cache_file}`
15349                           if test "x$LINE" != x ; then
15350                               eval "DEFAULT_$LINE"
15351                               cache=yes
15352                           else
15353                               cache=no
15354                           fi
15355
15356                           wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
15357
15358 fi
15359
15360
15361           eval "$wx_cv_use_mousewheel"
15362           if test "x$cache" = xyes; then
15363             echo "wxUSE_MOUSEWHEEL=$wxUSE_MOUSEWHEEL" >> ${wx_arg_cache_file}.tmp
15364           fi
15365
15366           if test x"$enablestring" = xdisable; then
15367             if test $wxUSE_MOUSEWHEEL = yes; then
15368               result=no
15369             else
15370               result=yes
15371             fi
15372           else
15373             result=$wxUSE_MOUSEWHEEL
15374           fi
15375
15376           { echo "$as_me:$LINENO: result: $result" >&5
15377 echo "${ECHO_T}$result" >&6; }
15378
15379
15380           enablestring=
15381           defaultval=$wxUSE_ALL_FEATURES
15382           if test -z "$defaultval"; then
15383               if test x"$enablestring" = xdisable; then
15384                   defaultval=yes
15385               else
15386                   defaultval=no
15387               fi
15388           fi
15389
15390           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
15391 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6; }
15392           # Check whether --enable-validators was given.
15393 if test "${enable_validators+set}" = set; then
15394   enableval=$enable_validators;
15395                           if test "$enableval" = yes; then
15396                             wx_cv_use_validators='wxUSE_VALIDATORS=yes'
15397                           else
15398                             wx_cv_use_validators='wxUSE_VALIDATORS=no'
15399                           fi
15400                           cache=yes
15401
15402 else
15403
15404                           LINE=`grep "^wxUSE_VALIDATORS=" ${wx_arg_cache_file}`
15405                           if test "x$LINE" != x ; then
15406                               eval "DEFAULT_$LINE"
15407                               cache=yes
15408                           else
15409                               cache=no
15410                           fi
15411
15412                           wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
15413
15414 fi
15415
15416
15417           eval "$wx_cv_use_validators"
15418           if test "x$cache" = xyes; then
15419             echo "wxUSE_VALIDATORS=$wxUSE_VALIDATORS" >> ${wx_arg_cache_file}.tmp
15420           fi
15421
15422           if test x"$enablestring" = xdisable; then
15423             if test $wxUSE_VALIDATORS = yes; then
15424               result=no
15425             else
15426               result=yes
15427             fi
15428           else
15429             result=$wxUSE_VALIDATORS
15430           fi
15431
15432           { echo "$as_me:$LINENO: result: $result" >&5
15433 echo "${ECHO_T}$result" >&6; }
15434
15435
15436           enablestring=
15437           defaultval=$wxUSE_ALL_FEATURES
15438           if test -z "$defaultval"; then
15439               if test x"$enablestring" = xdisable; then
15440                   defaultval=yes
15441               else
15442                   defaultval=no
15443               fi
15444           fi
15445
15446           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
15447 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6; }
15448           # Check whether --enable-busyinfo was given.
15449 if test "${enable_busyinfo+set}" = set; then
15450   enableval=$enable_busyinfo;
15451                           if test "$enableval" = yes; then
15452                             wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
15453                           else
15454                             wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
15455                           fi
15456                           cache=yes
15457
15458 else
15459
15460                           LINE=`grep "^wxUSE_BUSYINFO=" ${wx_arg_cache_file}`
15461                           if test "x$LINE" != x ; then
15462                               eval "DEFAULT_$LINE"
15463                               cache=yes
15464                           else
15465                               cache=no
15466                           fi
15467
15468                           wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
15469
15470 fi
15471
15472
15473           eval "$wx_cv_use_busyinfo"
15474           if test "x$cache" = xyes; then
15475             echo "wxUSE_BUSYINFO=$wxUSE_BUSYINFO" >> ${wx_arg_cache_file}.tmp
15476           fi
15477
15478           if test x"$enablestring" = xdisable; then
15479             if test $wxUSE_BUSYINFO = yes; then
15480               result=no
15481             else
15482               result=yes
15483             fi
15484           else
15485             result=$wxUSE_BUSYINFO
15486           fi
15487
15488           { echo "$as_me:$LINENO: result: $result" >&5
15489 echo "${ECHO_T}$result" >&6; }
15490
15491
15492           enablestring=
15493           defaultval=$wxUSE_ALL_FEATURES
15494           if test -z "$defaultval"; then
15495               if test x"$enablestring" = xdisable; then
15496                   defaultval=yes
15497               else
15498                   defaultval=no
15499               fi
15500           fi
15501
15502           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
15503 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6; }
15504           # Check whether --enable-joystick was given.
15505 if test "${enable_joystick+set}" = set; then
15506   enableval=$enable_joystick;
15507                           if test "$enableval" = yes; then
15508                             wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
15509                           else
15510                             wx_cv_use_joystick='wxUSE_JOYSTICK=no'
15511                           fi
15512                           cache=yes
15513
15514 else
15515
15516                           LINE=`grep "^wxUSE_JOYSTICK=" ${wx_arg_cache_file}`
15517                           if test "x$LINE" != x ; then
15518                               eval "DEFAULT_$LINE"
15519                               cache=yes
15520                           else
15521                               cache=no
15522                           fi
15523
15524                           wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
15525
15526 fi
15527
15528
15529           eval "$wx_cv_use_joystick"
15530           if test "x$cache" = xyes; then
15531             echo "wxUSE_JOYSTICK=$wxUSE_JOYSTICK" >> ${wx_arg_cache_file}.tmp
15532           fi
15533
15534           if test x"$enablestring" = xdisable; then
15535             if test $wxUSE_JOYSTICK = yes; then
15536               result=no
15537             else
15538               result=yes
15539             fi
15540           else
15541             result=$wxUSE_JOYSTICK
15542           fi
15543
15544           { echo "$as_me:$LINENO: result: $result" >&5
15545 echo "${ECHO_T}$result" >&6; }
15546
15547
15548           enablestring=
15549           defaultval=$wxUSE_ALL_FEATURES
15550           if test -z "$defaultval"; then
15551               if test x"$enablestring" = xdisable; then
15552                   defaultval=yes
15553               else
15554                   defaultval=no
15555               fi
15556           fi
15557
15558           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
15559 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
15560           # Check whether --enable-metafile was given.
15561 if test "${enable_metafile+set}" = set; then
15562   enableval=$enable_metafile;
15563                           if test "$enableval" = yes; then
15564                             wx_cv_use_metafile='wxUSE_METAFILE=yes'
15565                           else
15566                             wx_cv_use_metafile='wxUSE_METAFILE=no'
15567                           fi
15568                           cache=yes
15569
15570 else
15571
15572                           LINE=`grep "^wxUSE_METAFILE=" ${wx_arg_cache_file}`
15573                           if test "x$LINE" != x ; then
15574                               eval "DEFAULT_$LINE"
15575                               cache=yes
15576                           else
15577                               cache=no
15578                           fi
15579
15580                           wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
15581
15582 fi
15583
15584
15585           eval "$wx_cv_use_metafile"
15586           if test "x$cache" = xyes; then
15587             echo "wxUSE_METAFILE=$wxUSE_METAFILE" >> ${wx_arg_cache_file}.tmp
15588           fi
15589
15590           if test x"$enablestring" = xdisable; then
15591             if test $wxUSE_METAFILE = yes; then
15592               result=no
15593             else
15594               result=yes
15595             fi
15596           else
15597             result=$wxUSE_METAFILE
15598           fi
15599
15600           { echo "$as_me:$LINENO: result: $result" >&5
15601 echo "${ECHO_T}$result" >&6; }
15602
15603
15604           enablestring=
15605           defaultval=$wxUSE_ALL_FEATURES
15606           if test -z "$defaultval"; then
15607               if test x"$enablestring" = xdisable; then
15608                   defaultval=yes
15609               else
15610                   defaultval=no
15611               fi
15612           fi
15613
15614           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
15615 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6; }
15616           # Check whether --enable-dragimage was given.
15617 if test "${enable_dragimage+set}" = set; then
15618   enableval=$enable_dragimage;
15619                           if test "$enableval" = yes; then
15620                             wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
15621                           else
15622                             wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
15623                           fi
15624                           cache=yes
15625
15626 else
15627
15628                           LINE=`grep "^wxUSE_DRAGIMAGE=" ${wx_arg_cache_file}`
15629                           if test "x$LINE" != x ; then
15630                               eval "DEFAULT_$LINE"
15631                               cache=yes
15632                           else
15633                               cache=no
15634                           fi
15635
15636                           wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
15637
15638 fi
15639
15640
15641           eval "$wx_cv_use_dragimage"
15642           if test "x$cache" = xyes; then
15643             echo "wxUSE_DRAGIMAGE=$wxUSE_DRAGIMAGE" >> ${wx_arg_cache_file}.tmp
15644           fi
15645
15646           if test x"$enablestring" = xdisable; then
15647             if test $wxUSE_DRAGIMAGE = yes; then
15648               result=no
15649             else
15650               result=yes
15651             fi
15652           else
15653             result=$wxUSE_DRAGIMAGE
15654           fi
15655
15656           { echo "$as_me:$LINENO: result: $result" >&5
15657 echo "${ECHO_T}$result" >&6; }
15658
15659
15660           enablestring=
15661           defaultval=$wxUSE_ALL_FEATURES
15662           if test -z "$defaultval"; then
15663               if test x"$enablestring" = xdisable; then
15664                   defaultval=yes
15665               else
15666                   defaultval=no
15667               fi
15668           fi
15669
15670           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
15671 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6; }
15672           # Check whether --enable-accessibility was given.
15673 if test "${enable_accessibility+set}" = set; then
15674   enableval=$enable_accessibility;
15675                           if test "$enableval" = yes; then
15676                             wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
15677                           else
15678                             wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
15679                           fi
15680                           cache=yes
15681
15682 else
15683
15684                           LINE=`grep "^wxUSE_ACCESSIBILITY=" ${wx_arg_cache_file}`
15685                           if test "x$LINE" != x ; then
15686                               eval "DEFAULT_$LINE"
15687                               cache=yes
15688                           else
15689                               cache=no
15690                           fi
15691
15692                           wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
15693
15694 fi
15695
15696
15697           eval "$wx_cv_use_accessibility"
15698           if test "x$cache" = xyes; then
15699             echo "wxUSE_ACCESSIBILITY=$wxUSE_ACCESSIBILITY" >> ${wx_arg_cache_file}.tmp
15700           fi
15701
15702           if test x"$enablestring" = xdisable; then
15703             if test $wxUSE_ACCESSIBILITY = yes; then
15704               result=no
15705             else
15706               result=yes
15707             fi
15708           else
15709             result=$wxUSE_ACCESSIBILITY
15710           fi
15711
15712           { echo "$as_me:$LINENO: result: $result" >&5
15713 echo "${ECHO_T}$result" >&6; }
15714
15715
15716
15717
15718           enablestring=
15719           defaultval=$wxUSE_ALL_FEATURES
15720           if test -z "$defaultval"; then
15721               if test x"$enablestring" = xdisable; then
15722                   defaultval=yes
15723               else
15724                   defaultval=no
15725               fi
15726           fi
15727
15728           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
15729 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6; }
15730           # Check whether --enable-palette was given.
15731 if test "${enable_palette+set}" = set; then
15732   enableval=$enable_palette;
15733                           if test "$enableval" = yes; then
15734                             wx_cv_use_palette='wxUSE_PALETTE=yes'
15735                           else
15736                             wx_cv_use_palette='wxUSE_PALETTE=no'
15737                           fi
15738                           cache=yes
15739
15740 else
15741
15742                           LINE=`grep "^wxUSE_PALETTE=" ${wx_arg_cache_file}`
15743                           if test "x$LINE" != x ; then
15744                               eval "DEFAULT_$LINE"
15745                               cache=yes
15746                           else
15747                               cache=no
15748                           fi
15749
15750                           wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
15751
15752 fi
15753
15754
15755           eval "$wx_cv_use_palette"
15756           if test "x$cache" = xyes; then
15757             echo "wxUSE_PALETTE=$wxUSE_PALETTE" >> ${wx_arg_cache_file}.tmp
15758           fi
15759
15760           if test x"$enablestring" = xdisable; then
15761             if test $wxUSE_PALETTE = yes; then
15762               result=no
15763             else
15764               result=yes
15765             fi
15766           else
15767             result=$wxUSE_PALETTE
15768           fi
15769
15770           { echo "$as_me:$LINENO: result: $result" >&5
15771 echo "${ECHO_T}$result" >&6; }
15772
15773
15774           enablestring=
15775           defaultval=$wxUSE_ALL_FEATURES
15776           if test -z "$defaultval"; then
15777               if test x"$enablestring" = xdisable; then
15778                   defaultval=yes
15779               else
15780                   defaultval=no
15781               fi
15782           fi
15783
15784           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
15785 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6; }
15786           # Check whether --enable-image was given.
15787 if test "${enable_image+set}" = set; then
15788   enableval=$enable_image;
15789                           if test "$enableval" = yes; then
15790                             wx_cv_use_image='wxUSE_IMAGE=yes'
15791                           else
15792                             wx_cv_use_image='wxUSE_IMAGE=no'
15793                           fi
15794                           cache=yes
15795
15796 else
15797
15798                           LINE=`grep "^wxUSE_IMAGE=" ${wx_arg_cache_file}`
15799                           if test "x$LINE" != x ; then
15800                               eval "DEFAULT_$LINE"
15801                               cache=yes
15802                           else
15803                               cache=no
15804                           fi
15805
15806                           wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
15807
15808 fi
15809
15810
15811           eval "$wx_cv_use_image"
15812           if test "x$cache" = xyes; then
15813             echo "wxUSE_IMAGE=$wxUSE_IMAGE" >> ${wx_arg_cache_file}.tmp
15814           fi
15815
15816           if test x"$enablestring" = xdisable; then
15817             if test $wxUSE_IMAGE = yes; then
15818               result=no
15819             else
15820               result=yes
15821             fi
15822           else
15823             result=$wxUSE_IMAGE
15824           fi
15825
15826           { echo "$as_me:$LINENO: result: $result" >&5
15827 echo "${ECHO_T}$result" >&6; }
15828
15829
15830           enablestring=
15831           defaultval=$wxUSE_ALL_FEATURES
15832           if test -z "$defaultval"; then
15833               if test x"$enablestring" = xdisable; then
15834                   defaultval=yes
15835               else
15836                   defaultval=no
15837               fi
15838           fi
15839
15840           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
15841 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6; }
15842           # Check whether --enable-gif was given.
15843 if test "${enable_gif+set}" = set; then
15844   enableval=$enable_gif;
15845                           if test "$enableval" = yes; then
15846                             wx_cv_use_gif='wxUSE_GIF=yes'
15847                           else
15848                             wx_cv_use_gif='wxUSE_GIF=no'
15849                           fi
15850                           cache=yes
15851
15852 else
15853
15854                           LINE=`grep "^wxUSE_GIF=" ${wx_arg_cache_file}`
15855                           if test "x$LINE" != x ; then
15856                               eval "DEFAULT_$LINE"
15857                               cache=yes
15858                           else
15859                               cache=no
15860                           fi
15861
15862                           wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
15863
15864 fi
15865
15866
15867           eval "$wx_cv_use_gif"
15868           if test "x$cache" = xyes; then
15869             echo "wxUSE_GIF=$wxUSE_GIF" >> ${wx_arg_cache_file}.tmp
15870           fi
15871
15872           if test x"$enablestring" = xdisable; then
15873             if test $wxUSE_GIF = yes; then
15874               result=no
15875             else
15876               result=yes
15877             fi
15878           else
15879             result=$wxUSE_GIF
15880           fi
15881
15882           { echo "$as_me:$LINENO: result: $result" >&5
15883 echo "${ECHO_T}$result" >&6; }
15884
15885
15886           enablestring=
15887           defaultval=$wxUSE_ALL_FEATURES
15888           if test -z "$defaultval"; then
15889               if test x"$enablestring" = xdisable; then
15890                   defaultval=yes
15891               else
15892                   defaultval=no
15893               fi
15894           fi
15895
15896           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
15897 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6; }
15898           # Check whether --enable-pcx was given.
15899 if test "${enable_pcx+set}" = set; then
15900   enableval=$enable_pcx;
15901                           if test "$enableval" = yes; then
15902                             wx_cv_use_pcx='wxUSE_PCX=yes'
15903                           else
15904                             wx_cv_use_pcx='wxUSE_PCX=no'
15905                           fi
15906                           cache=yes
15907
15908 else
15909
15910                           LINE=`grep "^wxUSE_PCX=" ${wx_arg_cache_file}`
15911                           if test "x$LINE" != x ; then
15912                               eval "DEFAULT_$LINE"
15913                               cache=yes
15914                           else
15915                               cache=no
15916                           fi
15917
15918                           wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
15919
15920 fi
15921
15922
15923           eval "$wx_cv_use_pcx"
15924           if test "x$cache" = xyes; then
15925             echo "wxUSE_PCX=$wxUSE_PCX" >> ${wx_arg_cache_file}.tmp
15926           fi
15927
15928           if test x"$enablestring" = xdisable; then
15929             if test $wxUSE_PCX = yes; then
15930               result=no
15931             else
15932               result=yes
15933             fi
15934           else
15935             result=$wxUSE_PCX
15936           fi
15937
15938           { echo "$as_me:$LINENO: result: $result" >&5
15939 echo "${ECHO_T}$result" >&6; }
15940
15941
15942           enablestring=
15943           defaultval=$wxUSE_ALL_FEATURES
15944           if test -z "$defaultval"; then
15945               if test x"$enablestring" = xdisable; then
15946                   defaultval=yes
15947               else
15948                   defaultval=no
15949               fi
15950           fi
15951
15952           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
15953 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6; }
15954           # Check whether --enable-tga was given.
15955 if test "${enable_tga+set}" = set; then
15956   enableval=$enable_tga;
15957                           if test "$enableval" = yes; then
15958                             wx_cv_use_tga='wxUSE_TGA=yes'
15959                           else
15960                             wx_cv_use_tga='wxUSE_TGA=no'
15961                           fi
15962                           cache=yes
15963
15964 else
15965
15966                           LINE=`grep "^wxUSE_TGA=" ${wx_arg_cache_file}`
15967                           if test "x$LINE" != x ; then
15968                               eval "DEFAULT_$LINE"
15969                               cache=yes
15970                           else
15971                               cache=no
15972                           fi
15973
15974                           wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
15975
15976 fi
15977
15978
15979           eval "$wx_cv_use_tga"
15980           if test "x$cache" = xyes; then
15981             echo "wxUSE_TGA=$wxUSE_TGA" >> ${wx_arg_cache_file}.tmp
15982           fi
15983
15984           if test x"$enablestring" = xdisable; then
15985             if test $wxUSE_TGA = yes; then
15986               result=no
15987             else
15988               result=yes
15989             fi
15990           else
15991             result=$wxUSE_TGA
15992           fi
15993
15994           { echo "$as_me:$LINENO: result: $result" >&5
15995 echo "${ECHO_T}$result" >&6; }
15996
15997
15998           enablestring=
15999           defaultval=$wxUSE_ALL_FEATURES
16000           if test -z "$defaultval"; then
16001               if test x"$enablestring" = xdisable; then
16002                   defaultval=yes
16003               else
16004                   defaultval=no
16005               fi
16006           fi
16007
16008           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
16009 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6; }
16010           # Check whether --enable-iff was given.
16011 if test "${enable_iff+set}" = set; then
16012   enableval=$enable_iff;
16013                           if test "$enableval" = yes; then
16014                             wx_cv_use_iff='wxUSE_IFF=yes'
16015                           else
16016                             wx_cv_use_iff='wxUSE_IFF=no'
16017                           fi
16018                           cache=yes
16019
16020 else
16021
16022                           LINE=`grep "^wxUSE_IFF=" ${wx_arg_cache_file}`
16023                           if test "x$LINE" != x ; then
16024                               eval "DEFAULT_$LINE"
16025                               cache=yes
16026                           else
16027                               cache=no
16028                           fi
16029
16030                           wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
16031
16032 fi
16033
16034
16035           eval "$wx_cv_use_iff"
16036           if test "x$cache" = xyes; then
16037             echo "wxUSE_IFF=$wxUSE_IFF" >> ${wx_arg_cache_file}.tmp
16038           fi
16039
16040           if test x"$enablestring" = xdisable; then
16041             if test $wxUSE_IFF = yes; then
16042               result=no
16043             else
16044               result=yes
16045             fi
16046           else
16047             result=$wxUSE_IFF
16048           fi
16049
16050           { echo "$as_me:$LINENO: result: $result" >&5
16051 echo "${ECHO_T}$result" >&6; }
16052
16053
16054           enablestring=
16055           defaultval=$wxUSE_ALL_FEATURES
16056           if test -z "$defaultval"; then
16057               if test x"$enablestring" = xdisable; then
16058                   defaultval=yes
16059               else
16060                   defaultval=no
16061               fi
16062           fi
16063
16064           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
16065 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6; }
16066           # Check whether --enable-pnm was given.
16067 if test "${enable_pnm+set}" = set; then
16068   enableval=$enable_pnm;
16069                           if test "$enableval" = yes; then
16070                             wx_cv_use_pnm='wxUSE_PNM=yes'
16071                           else
16072                             wx_cv_use_pnm='wxUSE_PNM=no'
16073                           fi
16074                           cache=yes
16075
16076 else
16077
16078                           LINE=`grep "^wxUSE_PNM=" ${wx_arg_cache_file}`
16079                           if test "x$LINE" != x ; then
16080                               eval "DEFAULT_$LINE"
16081                               cache=yes
16082                           else
16083                               cache=no
16084                           fi
16085
16086                           wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
16087
16088 fi
16089
16090
16091           eval "$wx_cv_use_pnm"
16092           if test "x$cache" = xyes; then
16093             echo "wxUSE_PNM=$wxUSE_PNM" >> ${wx_arg_cache_file}.tmp
16094           fi
16095
16096           if test x"$enablestring" = xdisable; then
16097             if test $wxUSE_PNM = yes; then
16098               result=no
16099             else
16100               result=yes
16101             fi
16102           else
16103             result=$wxUSE_PNM
16104           fi
16105
16106           { echo "$as_me:$LINENO: result: $result" >&5
16107 echo "${ECHO_T}$result" >&6; }
16108
16109
16110           enablestring=
16111           defaultval=$wxUSE_ALL_FEATURES
16112           if test -z "$defaultval"; then
16113               if test x"$enablestring" = xdisable; then
16114                   defaultval=yes
16115               else
16116                   defaultval=no
16117               fi
16118           fi
16119
16120           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
16121 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6; }
16122           # Check whether --enable-xpm was given.
16123 if test "${enable_xpm+set}" = set; then
16124   enableval=$enable_xpm;
16125                           if test "$enableval" = yes; then
16126                             wx_cv_use_xpm='wxUSE_XPM=yes'
16127                           else
16128                             wx_cv_use_xpm='wxUSE_XPM=no'
16129                           fi
16130                           cache=yes
16131
16132 else
16133
16134                           LINE=`grep "^wxUSE_XPM=" ${wx_arg_cache_file}`
16135                           if test "x$LINE" != x ; then
16136                               eval "DEFAULT_$LINE"
16137                               cache=yes
16138                           else
16139                               cache=no
16140                           fi
16141
16142                           wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
16143
16144 fi
16145
16146
16147           eval "$wx_cv_use_xpm"
16148           if test "x$cache" = xyes; then
16149             echo "wxUSE_XPM=$wxUSE_XPM" >> ${wx_arg_cache_file}.tmp
16150           fi
16151
16152           if test x"$enablestring" = xdisable; then
16153             if test $wxUSE_XPM = yes; then
16154               result=no
16155             else
16156               result=yes
16157             fi
16158           else
16159             result=$wxUSE_XPM
16160           fi
16161
16162           { echo "$as_me:$LINENO: result: $result" >&5
16163 echo "${ECHO_T}$result" >&6; }
16164
16165
16166           enablestring=
16167           defaultval=$wxUSE_ALL_FEATURES
16168           if test -z "$defaultval"; then
16169               if test x"$enablestring" = xdisable; then
16170                   defaultval=yes
16171               else
16172                   defaultval=no
16173               fi
16174           fi
16175
16176           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
16177 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6; }
16178           # Check whether --enable-ico_cur was given.
16179 if test "${enable_ico_cur+set}" = set; then
16180   enableval=$enable_ico_cur;
16181                           if test "$enableval" = yes; then
16182                             wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
16183                           else
16184                             wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
16185                           fi
16186                           cache=yes
16187
16188 else
16189
16190                           LINE=`grep "^wxUSE_ICO_CUR=" ${wx_arg_cache_file}`
16191                           if test "x$LINE" != x ; then
16192                               eval "DEFAULT_$LINE"
16193                               cache=yes
16194                           else
16195                               cache=no
16196                           fi
16197
16198                           wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
16199
16200 fi
16201
16202
16203           eval "$wx_cv_use_ico_cur"
16204           if test "x$cache" = xyes; then
16205             echo "wxUSE_ICO_CUR=$wxUSE_ICO_CUR" >> ${wx_arg_cache_file}.tmp
16206           fi
16207
16208           if test x"$enablestring" = xdisable; then
16209             if test $wxUSE_ICO_CUR = yes; then
16210               result=no
16211             else
16212               result=yes
16213             fi
16214           else
16215             result=$wxUSE_ICO_CUR
16216           fi
16217
16218           { echo "$as_me:$LINENO: result: $result" >&5
16219 echo "${ECHO_T}$result" >&6; }
16220
16221
16222
16223
16224           enablestring=
16225           defaultval=$wxUSE_ALL_FEATURES
16226           if test -z "$defaultval"; then
16227               if test x"$enablestring" = xdisable; then
16228                   defaultval=yes
16229               else
16230                   defaultval=no
16231               fi
16232           fi
16233
16234           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
16235 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6; }
16236           # Check whether --enable-dccache was given.
16237 if test "${enable_dccache+set}" = set; then
16238   enableval=$enable_dccache;
16239                           if test "$enableval" = yes; then
16240                             wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
16241                           else
16242                             wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
16243                           fi
16244                           cache=yes
16245
16246 else
16247
16248                           LINE=`grep "^wxUSE_DC_CACHEING=" ${wx_arg_cache_file}`
16249                           if test "x$LINE" != x ; then
16250                               eval "DEFAULT_$LINE"
16251                               cache=yes
16252                           else
16253                               cache=no
16254                           fi
16255
16256                           wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
16257
16258 fi
16259
16260
16261           eval "$wx_cv_use_dccache"
16262           if test "x$cache" = xyes; then
16263             echo "wxUSE_DC_CACHEING=$wxUSE_DC_CACHEING" >> ${wx_arg_cache_file}.tmp
16264           fi
16265
16266           if test x"$enablestring" = xdisable; then
16267             if test $wxUSE_DC_CACHEING = yes; then
16268               result=no
16269             else
16270               result=yes
16271             fi
16272           else
16273             result=$wxUSE_DC_CACHEING
16274           fi
16275
16276           { echo "$as_me:$LINENO: result: $result" >&5
16277 echo "${ECHO_T}$result" >&6; }
16278
16279
16280           enablestring=
16281           defaultval=$wxUSE_ALL_FEATURES
16282           if test -z "$defaultval"; then
16283               if test x"$enablestring" = xdisable; then
16284                   defaultval=yes
16285               else
16286                   defaultval=no
16287               fi
16288           fi
16289
16290           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ps-in-msw" >&5
16291 echo $ECHO_N "checking for --${enablestring:-enable}-ps-in-msw... $ECHO_C" >&6; }
16292           # Check whether --enable-ps-in-msw was given.
16293 if test "${enable_ps_in_msw+set}" = set; then
16294   enableval=$enable_ps_in_msw;
16295                           if test "$enableval" = yes; then
16296                             wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
16297                           else
16298                             wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
16299                           fi
16300                           cache=yes
16301
16302 else
16303
16304                           LINE=`grep "^wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=" ${wx_arg_cache_file}`
16305                           if test "x$LINE" != x ; then
16306                               eval "DEFAULT_$LINE"
16307                               cache=yes
16308                           else
16309                               cache=no
16310                           fi
16311
16312                           wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
16313
16314 fi
16315
16316
16317           eval "$wx_cv_use_ps_in_msw"
16318           if test "x$cache" = xyes; then
16319             echo "wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" >> ${wx_arg_cache_file}.tmp
16320           fi
16321
16322           if test x"$enablestring" = xdisable; then
16323             if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = yes; then
16324               result=no
16325             else
16326               result=yes
16327             fi
16328           else
16329             result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
16330           fi
16331
16332           { echo "$as_me:$LINENO: result: $result" >&5
16333 echo "${ECHO_T}$result" >&6; }
16334
16335
16336           enablestring=
16337           defaultval=$wxUSE_ALL_FEATURES
16338           if test -z "$defaultval"; then
16339               if test x"$enablestring" = xdisable; then
16340                   defaultval=yes
16341               else
16342                   defaultval=no
16343               fi
16344           fi
16345
16346           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ownerdrawn" >&5
16347 echo $ECHO_N "checking for --${enablestring:-enable}-ownerdrawn... $ECHO_C" >&6; }
16348           # Check whether --enable-ownerdrawn was given.
16349 if test "${enable_ownerdrawn+set}" = set; then
16350   enableval=$enable_ownerdrawn;
16351                           if test "$enableval" = yes; then
16352                             wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
16353                           else
16354                             wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
16355                           fi
16356                           cache=yes
16357
16358 else
16359
16360                           LINE=`grep "^wxUSE_OWNER_DRAWN=" ${wx_arg_cache_file}`
16361                           if test "x$LINE" != x ; then
16362                               eval "DEFAULT_$LINE"
16363                               cache=yes
16364                           else
16365                               cache=no
16366                           fi
16367
16368                           wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
16369
16370 fi
16371
16372
16373           eval "$wx_cv_use_ownerdrawn"
16374           if test "x$cache" = xyes; then
16375             echo "wxUSE_OWNER_DRAWN=$wxUSE_OWNER_DRAWN" >> ${wx_arg_cache_file}.tmp
16376           fi
16377
16378           if test x"$enablestring" = xdisable; then
16379             if test $wxUSE_OWNER_DRAWN = yes; then
16380               result=no
16381             else
16382               result=yes
16383             fi
16384           else
16385             result=$wxUSE_OWNER_DRAWN
16386           fi
16387
16388           { echo "$as_me:$LINENO: result: $result" >&5
16389 echo "${ECHO_T}$result" >&6; }
16390
16391
16392           enablestring=
16393           defaultval=$wxUSE_ALL_FEATURES
16394           if test -z "$defaultval"; then
16395               if test x"$enablestring" = xdisable; then
16396                   defaultval=yes
16397               else
16398                   defaultval=no
16399               fi
16400           fi
16401
16402           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uxtheme" >&5
16403 echo $ECHO_N "checking for --${enablestring:-enable}-uxtheme... $ECHO_C" >&6; }
16404           # Check whether --enable-uxtheme was given.
16405 if test "${enable_uxtheme+set}" = set; then
16406   enableval=$enable_uxtheme;
16407                           if test "$enableval" = yes; then
16408                             wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
16409                           else
16410                             wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
16411                           fi
16412                           cache=yes
16413
16414 else
16415
16416                           LINE=`grep "^wxUSE_UXTHEME=" ${wx_arg_cache_file}`
16417                           if test "x$LINE" != x ; then
16418                               eval "DEFAULT_$LINE"
16419                               cache=yes
16420                           else
16421                               cache=no
16422                           fi
16423
16424                           wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
16425
16426 fi
16427
16428
16429           eval "$wx_cv_use_uxtheme"
16430           if test "x$cache" = xyes; then
16431             echo "wxUSE_UXTHEME=$wxUSE_UXTHEME" >> ${wx_arg_cache_file}.tmp
16432           fi
16433
16434           if test x"$enablestring" = xdisable; then
16435             if test $wxUSE_UXTHEME = yes; then
16436               result=no
16437             else
16438               result=yes
16439             fi
16440           else
16441             result=$wxUSE_UXTHEME
16442           fi
16443
16444           { echo "$as_me:$LINENO: result: $result" >&5
16445 echo "${ECHO_T}$result" >&6; }
16446
16447
16448           enablestring=
16449           defaultval=$wxUSE_ALL_FEATURES
16450           if test -z "$defaultval"; then
16451               if test x"$enablestring" = xdisable; then
16452                   defaultval=yes
16453               else
16454                   defaultval=no
16455               fi
16456           fi
16457
16458           { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxdib" >&5
16459 echo $ECHO_N "checking for --${enablestring:-enable}-wxdib... $ECHO_C" >&6; }
16460           # Check whether --enable-wxdib was given.
16461 if test "${enable_wxdib+set}" = set; then
16462   enableval=$enable_wxdib;
16463                           if test "$enableval" = yes; then
16464                             wx_cv_use_wxdib='wxUSE_DIB=yes'
16465                           else
16466                             wx_cv_use_wxdib='wxUSE_DIB=no'
16467                           fi
16468                           cache=yes
16469
16470 else
16471
16472                           LINE=`grep "^wxUSE_DIB=" ${wx_arg_cache_file}`
16473                           if test "x$LINE" != x ; then
16474                               eval "DEFAULT_$LINE"
16475                               cache=yes
16476                           else
16477                               cache=no
16478                           fi
16479
16480                           wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
16481
16482 fi
16483
16484
16485           eval "$wx_cv_use_wxdib"
16486           if test "x$cache" = xyes; then
16487             echo "wxUSE_DIB=$wxUSE_DIB" >> ${wx_arg_cache_file}.tmp
16488           fi
16489
16490           if test x"$enablestring" = xdisable; then
16491             if test $wxUSE_DIB = yes; then
16492               result=no
16493             else
16494               result=yes
16495             fi
16496           else
16497             result=$wxUSE_DIB
16498           fi
16499
16500           { echo "$as_me:$LINENO: result: $result" >&5
16501 echo "${ECHO_T}$result" >&6; }
16502
16503
16504 fi
16505
16506
16507           echo "saving argument cache $wx_arg_cache_file"
16508           mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
16509
16510
16511
16512 { echo "$as_me:$LINENO: checking for toolkit" >&5
16513 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
16514
16515 # In Wine, we need to default to MSW, not GTK or MOTIF
16516 if test "$wxUSE_WINE" = "yes"; then
16517     DEFAULT_DEFAULT_wxUSE_GTK=0
16518     DEFAULT_DEFAULT_wxUSE_MOTIF=0
16519     DEFAULT_DEFAULT_wxUSE_MSW=1
16520     wxUSE_SHARED=no
16521     CC=${CC:-winegcc}
16522     CXX=${CXX:-wineg++}
16523 fi
16524
16525
16526 if test "$wxUSE_GUI" = "yes"; then
16527
16528     if test "$USE_BEOS" = 1; then
16529         { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
16530 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
16531    { (exit 1); exit 1; }; }
16532     fi
16533
16534     if test "$TOOLKIT_GIVEN" = 1; then
16535             for toolkit in `echo $ALL_TOOLKITS`; do
16536         var=wxUSE_$toolkit
16537         eval "value=\$${var}"
16538         if test "x$value" = "xno"; then
16539           eval "$var=0"
16540         elif test "x$value" != "x"; then
16541           eval "$var=1"
16542         fi
16543
16544         if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
16545           eval "wx${toolkit}_VERSION=$value"
16546         fi
16547       done
16548     else
16549             for toolkit in `echo $ALL_TOOLKITS`; do
16550         if test "$has_toolkit_in_cache" != 1; then
16551           var=DEFAULT_DEFAULT_wxUSE_$toolkit
16552         else
16553           var=DEFAULT_wxUSE_$toolkit
16554
16555           eval "version=\$DEFAULT_wx${toolkit}_VERSION"
16556           if test "x$version" != "x"; then
16557             eval "wx${toolkit}_VERSION=$version"
16558           fi
16559         fi
16560         eval "wxUSE_$toolkit=\$${var}"
16561       done
16562     fi
16563
16564             NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
16565                   + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} + ${wxUSE_MICROWIN:-0} \
16566                   + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
16567
16568         case "${host}" in
16569       *-pc-os2_emx | *-pc-os2-emx )
16570         NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
16571     esac
16572
16573     case "$NUM_TOOLKITS" in
16574       1)
16575       ;;
16576       0)
16577         { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
16578 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
16579    { (exit 1); exit 1; }; }
16580       ;;
16581       *)
16582         { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
16583 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
16584    { (exit 1); exit 1; }; }
16585     esac
16586
16587     # to be removed when --disable-gtk2 isn't needed
16588     if test "x$wxUSE_GTK2" = "xyes"; then
16589         wxGTK_VERSION=2
16590     elif test "x$wxUSE_GTK2" = "xno"; then
16591         wxGTK_VERSION=1
16592     fi
16593
16594         for toolkit in `echo $ALL_TOOLKITS`; do
16595       var=wxUSE_$toolkit
16596       eval "value=\$${var}"
16597       if test "x$value" != x; then
16598         cache_var=CACHE_$toolkit
16599         eval "cache=\$${cache_var}"
16600         if test "$cache" = 1; then
16601           echo "$var=$value" >> ${wx_arg_cache_file}
16602           eval "version=\$wx${toolkit}_VERSION"
16603           if test "x$version" != "x"; then
16604             echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
16605           fi
16606         fi
16607         if test "$value" = 1; then
16608           toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
16609           { echo "$as_me:$LINENO: result: $toolkit_echo" >&5
16610 echo "${ECHO_T}$toolkit_echo" >&6; }
16611         fi
16612       fi
16613     done
16614 else
16615     if test "x$host_alias" != "x"; then
16616         { echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
16617 echo "${ECHO_T}base ($host_alias hosted) only" >&6; }
16618     else
16619         { echo "$as_me:$LINENO: result: base only" >&5
16620 echo "${ECHO_T}base only" >&6; }
16621     fi
16622 fi
16623
16624
16625 cat >confcache <<\_ACEOF
16626 # This file is a shell script that caches the results of configure
16627 # tests run on this system so they can be shared between configure
16628 # scripts and configure runs, see configure's option --config-cache.
16629 # It is not useful on other systems.  If it contains results you don't
16630 # want to keep, you may remove or edit it.
16631 #
16632 # config.status only pays attention to the cache file if you give it
16633 # the --recheck option to rerun configure.
16634 #
16635 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16636 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16637 # following values.
16638
16639 _ACEOF
16640
16641 # The following way of writing the cache mishandles newlines in values,
16642 # but we know of no workaround that is simple, portable, and efficient.
16643 # So, we kill variables containing newlines.
16644 # Ultrix sh set writes to stderr and can't be redirected directly,
16645 # and sets the high bit in the cache file unless we assign to the vars.
16646 (
16647   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16648     eval ac_val=\$$ac_var
16649     case $ac_val in #(
16650     *${as_nl}*)
16651       case $ac_var in #(
16652       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
16653 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
16654       esac
16655       case $ac_var in #(
16656       _ | IFS | as_nl) ;; #(
16657       *) $as_unset $ac_var ;;
16658       esac ;;
16659     esac
16660   done
16661
16662   (set) 2>&1 |
16663     case $as_nl`(ac_space=' '; set) 2>&1` in #(
16664     *${as_nl}ac_space=\ *)
16665       # `set' does not quote correctly, so add quotes (double-quote
16666       # substitution turns \\\\ into \\, and sed turns \\ into \).
16667       sed -n \
16668         "s/'/'\\\\''/g;
16669           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16670       ;; #(
16671     *)
16672       # `set' quotes correctly as required by POSIX, so do not add quotes.
16673       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16674       ;;
16675     esac |
16676     sort
16677 ) |
16678   sed '
16679      /^ac_cv_env_/b end
16680      t clear
16681      :clear
16682      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16683      t end
16684      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16685      :end' >>confcache
16686 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16687   if test -w "$cache_file"; then
16688     test "x$cache_file" != "x/dev/null" &&
16689       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
16690 echo "$as_me: updating cache $cache_file" >&6;}
16691     cat confcache >$cache_file
16692   else
16693     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
16694 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16695   fi
16696 fi
16697 rm -f confcache
16698
16699 CFLAGS=${CFLAGS:=}
16700
16701
16702
16703     ac_ext=c
16704 ac_cpp='$CPP $CPPFLAGS'
16705 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16706 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16707 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16708 if test -n "$ac_tool_prefix"; then
16709   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
16710 set dummy ${ac_tool_prefix}gcc; ac_word=$2
16711 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16712 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16713 if test "${ac_cv_prog_CC+set}" = set; then
16714   echo $ECHO_N "(cached) $ECHO_C" >&6
16715 else
16716   if test -n "$CC"; then
16717   ac_cv_prog_CC="$CC" # Let the user override the test.
16718 else
16719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16720 for as_dir in $PATH
16721 do
16722   IFS=$as_save_IFS
16723   test -z "$as_dir" && as_dir=.
16724   for ac_exec_ext in '' $ac_executable_extensions; do
16725   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16726     ac_cv_prog_CC="${ac_tool_prefix}gcc"
16727     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16728     break 2
16729   fi
16730 done
16731 done
16732 IFS=$as_save_IFS
16733
16734 fi
16735 fi
16736 CC=$ac_cv_prog_CC
16737 if test -n "$CC"; then
16738   { echo "$as_me:$LINENO: result: $CC" >&5
16739 echo "${ECHO_T}$CC" >&6; }
16740 else
16741   { echo "$as_me:$LINENO: result: no" >&5
16742 echo "${ECHO_T}no" >&6; }
16743 fi
16744
16745
16746 fi
16747 if test -z "$ac_cv_prog_CC"; then
16748   ac_ct_CC=$CC
16749   # Extract the first word of "gcc", so it can be a program name with args.
16750 set dummy gcc; ac_word=$2
16751 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16752 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16753 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
16754   echo $ECHO_N "(cached) $ECHO_C" >&6
16755 else
16756   if test -n "$ac_ct_CC"; then
16757   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16758 else
16759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16760 for as_dir in $PATH
16761 do
16762   IFS=$as_save_IFS
16763   test -z "$as_dir" && as_dir=.
16764   for ac_exec_ext in '' $ac_executable_extensions; do
16765   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16766     ac_cv_prog_ac_ct_CC="gcc"
16767     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16768     break 2
16769   fi
16770 done
16771 done
16772 IFS=$as_save_IFS
16773
16774 fi
16775 fi
16776 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16777 if test -n "$ac_ct_CC"; then
16778   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
16779 echo "${ECHO_T}$ac_ct_CC" >&6; }
16780 else
16781   { echo "$as_me:$LINENO: result: no" >&5
16782 echo "${ECHO_T}no" >&6; }
16783 fi
16784
16785   if test "x$ac_ct_CC" = x; then
16786     CC=""
16787   else
16788     case $cross_compiling:$ac_tool_warned in
16789 yes:)
16790 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
16791 whose name does not start with the host triplet.  If you think this
16792 configuration is useful to you, please write to autoconf@gnu.org." >&5
16793 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
16794 whose name does not start with the host triplet.  If you think this
16795 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
16796 ac_tool_warned=yes ;;
16797 esac
16798     CC=$ac_ct_CC
16799   fi
16800 else
16801   CC="$ac_cv_prog_CC"
16802 fi
16803
16804 if test -z "$CC"; then
16805           if test -n "$ac_tool_prefix"; then
16806     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
16807 set dummy ${ac_tool_prefix}cc; ac_word=$2
16808 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16809 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16810 if test "${ac_cv_prog_CC+set}" = set; then
16811   echo $ECHO_N "(cached) $ECHO_C" >&6
16812 else
16813   if test -n "$CC"; then
16814   ac_cv_prog_CC="$CC" # Let the user override the test.
16815 else
16816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16817 for as_dir in $PATH
16818 do
16819   IFS=$as_save_IFS
16820   test -z "$as_dir" && as_dir=.
16821   for ac_exec_ext in '' $ac_executable_extensions; do
16822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16823     ac_cv_prog_CC="${ac_tool_prefix}cc"
16824     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16825     break 2
16826   fi
16827 done
16828 done
16829 IFS=$as_save_IFS
16830
16831 fi
16832 fi
16833 CC=$ac_cv_prog_CC
16834 if test -n "$CC"; then
16835   { echo "$as_me:$LINENO: result: $CC" >&5
16836 echo "${ECHO_T}$CC" >&6; }
16837 else
16838   { echo "$as_me:$LINENO: result: no" >&5
16839 echo "${ECHO_T}no" >&6; }
16840 fi
16841
16842
16843   fi
16844 fi
16845 if test -z "$CC"; then
16846   # Extract the first word of "cc", so it can be a program name with args.
16847 set dummy cc; ac_word=$2
16848 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16849 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16850 if test "${ac_cv_prog_CC+set}" = set; then
16851   echo $ECHO_N "(cached) $ECHO_C" >&6
16852 else
16853   if test -n "$CC"; then
16854   ac_cv_prog_CC="$CC" # Let the user override the test.
16855 else
16856   ac_prog_rejected=no
16857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16858 for as_dir in $PATH
16859 do
16860   IFS=$as_save_IFS
16861   test -z "$as_dir" && as_dir=.
16862   for ac_exec_ext in '' $ac_executable_extensions; do
16863   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16864     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
16865        ac_prog_rejected=yes
16866        continue
16867      fi
16868     ac_cv_prog_CC="cc"
16869     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16870     break 2
16871   fi
16872 done
16873 done
16874 IFS=$as_save_IFS
16875
16876 if test $ac_prog_rejected = yes; then
16877   # We found a bogon in the path, so make sure we never use it.
16878   set dummy $ac_cv_prog_CC
16879   shift
16880   if test $# != 0; then
16881     # We chose a different compiler from the bogus one.
16882     # However, it has the same basename, so the bogon will be chosen
16883     # first if we set CC to just the basename; use the full file name.
16884     shift
16885     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
16886   fi
16887 fi
16888 fi
16889 fi
16890 CC=$ac_cv_prog_CC
16891 if test -n "$CC"; then
16892   { echo "$as_me:$LINENO: result: $CC" >&5
16893 echo "${ECHO_T}$CC" >&6; }
16894 else
16895   { echo "$as_me:$LINENO: result: no" >&5
16896 echo "${ECHO_T}no" >&6; }
16897 fi
16898
16899
16900 fi
16901 if test -z "$CC"; then
16902   if test -n "$ac_tool_prefix"; then
16903   for ac_prog in cl.exe
16904   do
16905     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16906 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16907 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16908 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16909 if test "${ac_cv_prog_CC+set}" = set; then
16910   echo $ECHO_N "(cached) $ECHO_C" >&6
16911 else
16912   if test -n "$CC"; then
16913   ac_cv_prog_CC="$CC" # Let the user override the test.
16914 else
16915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16916 for as_dir in $PATH
16917 do
16918   IFS=$as_save_IFS
16919   test -z "$as_dir" && as_dir=.
16920   for ac_exec_ext in '' $ac_executable_extensions; do
16921   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16922     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
16923     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16924     break 2
16925   fi
16926 done
16927 done
16928 IFS=$as_save_IFS
16929
16930 fi
16931 fi
16932 CC=$ac_cv_prog_CC
16933 if test -n "$CC"; then
16934   { echo "$as_me:$LINENO: result: $CC" >&5
16935 echo "${ECHO_T}$CC" >&6; }
16936 else
16937   { echo "$as_me:$LINENO: result: no" >&5
16938 echo "${ECHO_T}no" >&6; }
16939 fi
16940
16941
16942     test -n "$CC" && break
16943   done
16944 fi
16945 if test -z "$CC"; then
16946   ac_ct_CC=$CC
16947   for ac_prog in cl.exe
16948 do
16949   # Extract the first word of "$ac_prog", so it can be a program name with args.
16950 set dummy $ac_prog; ac_word=$2
16951 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16952 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16953 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
16954   echo $ECHO_N "(cached) $ECHO_C" >&6
16955 else
16956   if test -n "$ac_ct_CC"; then
16957   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16958 else
16959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16960 for as_dir in $PATH
16961 do
16962   IFS=$as_save_IFS
16963   test -z "$as_dir" && as_dir=.
16964   for ac_exec_ext in '' $ac_executable_extensions; do
16965   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16966     ac_cv_prog_ac_ct_CC="$ac_prog"
16967     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16968     break 2
16969   fi
16970 done
16971 done
16972 IFS=$as_save_IFS
16973
16974 fi
16975 fi
16976 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16977 if test -n "$ac_ct_CC"; then
16978   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
16979 echo "${ECHO_T}$ac_ct_CC" >&6; }
16980 else
16981   { echo "$as_me:$LINENO: result: no" >&5
16982 echo "${ECHO_T}no" >&6; }
16983 fi
16984
16985
16986   test -n "$ac_ct_CC" && break
16987 done
16988
16989   if test "x$ac_ct_CC" = x; then
16990     CC=""
16991   else
16992     case $cross_compiling:$ac_tool_warned in
16993 yes:)
16994 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
16995 whose name does not start with the host triplet.  If you think this
16996 configuration is useful to you, please write to autoconf@gnu.org." >&5
16997 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
16998 whose name does not start with the host triplet.  If you think this
16999 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
17000 ac_tool_warned=yes ;;
17001 esac
17002     CC=$ac_ct_CC
17003   fi
17004 fi
17005
17006 fi
17007
17008
17009 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
17010 See \`config.log' for more details." >&5
17011 echo "$as_me: error: no acceptable C compiler found in \$PATH
17012 See \`config.log' for more details." >&2;}
17013    { (exit 1); exit 1; }; }
17014
17015 # Provide some information about the compiler.
17016 echo "$as_me:$LINENO: checking for C compiler version" >&5
17017 ac_compiler=`set X $ac_compile; echo $2`
17018 { (ac_try="$ac_compiler --version >&5"
17019 case "(($ac_try" in
17020   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17021   *) ac_try_echo=$ac_try;;
17022 esac
17023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17024   (eval "$ac_compiler --version >&5") 2>&5
17025   ac_status=$?
17026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17027   (exit $ac_status); }
17028 { (ac_try="$ac_compiler -v >&5"
17029 case "(($ac_try" in
17030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17031   *) ac_try_echo=$ac_try;;
17032 esac
17033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17034   (eval "$ac_compiler -v >&5") 2>&5
17035   ac_status=$?
17036   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17037   (exit $ac_status); }
17038 { (ac_try="$ac_compiler -V >&5"
17039 case "(($ac_try" in
17040   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17041   *) ac_try_echo=$ac_try;;
17042 esac
17043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17044   (eval "$ac_compiler -V >&5") 2>&5
17045   ac_status=$?
17046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17047   (exit $ac_status); }
17048
17049 cat >conftest.$ac_ext <<_ACEOF
17050 /* confdefs.h.  */
17051 _ACEOF
17052 cat confdefs.h >>conftest.$ac_ext
17053 cat >>conftest.$ac_ext <<_ACEOF
17054 /* end confdefs.h.  */
17055
17056 int
17057 main ()
17058 {
17059
17060   ;
17061   return 0;
17062 }
17063 _ACEOF
17064 ac_clean_files_save=$ac_clean_files
17065 ac_clean_files="$ac_clean_files a.out a.exe b.out"
17066 # Try to create an executable without -o first, disregard a.out.
17067 # It will help us diagnose broken compilers, and finding out an intuition
17068 # of exeext.
17069 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
17070 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
17071 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
17072 #
17073 # List of possible output files, starting from the most likely.
17074 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
17075 # only as a last resort.  b.out is created by i960 compilers.
17076 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
17077 #
17078 # The IRIX 6 linker writes into existing files which may not be
17079 # executable, retaining their permissions.  Remove them first so a
17080 # subsequent execution test works.
17081 ac_rmfiles=
17082 for ac_file in $ac_files
17083 do
17084   case $ac_file in
17085     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
17086     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
17087   esac
17088 done
17089 rm -f $ac_rmfiles
17090
17091 if { (ac_try="$ac_link_default"
17092 case "(($ac_try" in
17093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17094   *) ac_try_echo=$ac_try;;
17095 esac
17096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17097   (eval "$ac_link_default") 2>&5
17098   ac_status=$?
17099   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17100   (exit $ac_status); }; then
17101   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
17102 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
17103 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
17104 # so that the user can short-circuit this test for compilers unknown to
17105 # Autoconf.
17106 for ac_file in $ac_files ''
17107 do
17108   test -f "$ac_file" || continue
17109   case $ac_file in
17110     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
17111         ;;
17112     [ab].out )
17113         # We found the default executable, but exeext='' is most
17114         # certainly right.
17115         break;;
17116     *.* )
17117         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
17118         then :; else
17119            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
17120         fi
17121         # We set ac_cv_exeext here because the later test for it is not
17122         # safe: cross compilers may not add the suffix if given an `-o'
17123         # argument, so we may need to know it at that point already.
17124         # Even if this section looks crufty: it has the advantage of
17125         # actually working.
17126         break;;
17127     * )
17128         break;;
17129   esac
17130 done
17131 test "$ac_cv_exeext" = no && ac_cv_exeext=
17132
17133 else
17134   ac_file=''
17135 fi
17136
17137 { echo "$as_me:$LINENO: result: $ac_file" >&5
17138 echo "${ECHO_T}$ac_file" >&6; }
17139 if test -z "$ac_file"; then
17140   echo "$as_me: failed program was:" >&5
17141 sed 's/^/| /' conftest.$ac_ext >&5
17142
17143 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
17144 See \`config.log' for more details." >&5
17145 echo "$as_me: error: C compiler cannot create executables
17146 See \`config.log' for more details." >&2;}
17147    { (exit 77); exit 77; }; }
17148 fi
17149
17150 ac_exeext=$ac_cv_exeext
17151
17152 # Check that the compiler produces executables we can run.  If not, either
17153 # the compiler is broken, or we cross compile.
17154 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
17155 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
17156 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
17157 # If not cross compiling, check that we can run a simple program.
17158 if test "$cross_compiling" != yes; then
17159   if { ac_try='./$ac_file'
17160   { (case "(($ac_try" in
17161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17162   *) ac_try_echo=$ac_try;;
17163 esac
17164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17165   (eval "$ac_try") 2>&5
17166   ac_status=$?
17167   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17168   (exit $ac_status); }; }; then
17169     cross_compiling=no
17170   else
17171     if test "$cross_compiling" = maybe; then
17172         cross_compiling=yes
17173     else
17174         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
17175 If you meant to cross compile, use \`--host'.
17176 See \`config.log' for more details." >&5
17177 echo "$as_me: error: cannot run C compiled programs.
17178 If you meant to cross compile, use \`--host'.
17179 See \`config.log' for more details." >&2;}
17180    { (exit 1); exit 1; }; }
17181     fi
17182   fi
17183 fi
17184 { echo "$as_me:$LINENO: result: yes" >&5
17185 echo "${ECHO_T}yes" >&6; }
17186
17187 rm -f a.out a.exe conftest$ac_cv_exeext b.out
17188 ac_clean_files=$ac_clean_files_save
17189 # Check that the compiler produces executables we can run.  If not, either
17190 # the compiler is broken, or we cross compile.
17191 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
17192 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
17193 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
17194 echo "${ECHO_T}$cross_compiling" >&6; }
17195
17196 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
17197 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
17198 if { (ac_try="$ac_link"
17199 case "(($ac_try" in
17200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17201   *) ac_try_echo=$ac_try;;
17202 esac
17203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17204   (eval "$ac_link") 2>&5
17205   ac_status=$?
17206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17207   (exit $ac_status); }; then
17208   # If both `conftest.exe' and `conftest' are `present' (well, observable)
17209 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
17210 # work properly (i.e., refer to `conftest.exe'), while it won't with
17211 # `rm'.
17212 for ac_file in conftest.exe conftest conftest.*; do
17213   test -f "$ac_file" || continue
17214   case $ac_file in
17215     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
17216     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
17217           break;;
17218     * ) break;;
17219   esac
17220 done
17221 else
17222   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
17223 See \`config.log' for more details." >&5
17224 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
17225 See \`config.log' for more details." >&2;}
17226    { (exit 1); exit 1; }; }
17227 fi
17228
17229 rm -f conftest$ac_cv_exeext
17230 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
17231 echo "${ECHO_T}$ac_cv_exeext" >&6; }
17232
17233 rm -f conftest.$ac_ext
17234 EXEEXT=$ac_cv_exeext
17235 ac_exeext=$EXEEXT
17236 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
17237 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
17238 if test "${ac_cv_objext+set}" = set; then
17239   echo $ECHO_N "(cached) $ECHO_C" >&6
17240 else
17241   cat >conftest.$ac_ext <<_ACEOF
17242 /* confdefs.h.  */
17243 _ACEOF
17244 cat confdefs.h >>conftest.$ac_ext
17245 cat >>conftest.$ac_ext <<_ACEOF
17246 /* end confdefs.h.  */
17247
17248 int
17249 main ()
17250 {
17251
17252   ;
17253   return 0;
17254 }
17255 _ACEOF
17256 rm -f conftest.o conftest.obj
17257 if { (ac_try="$ac_compile"
17258 case "(($ac_try" in
17259   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17260   *) ac_try_echo=$ac_try;;
17261 esac
17262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17263   (eval "$ac_compile") 2>&5
17264   ac_status=$?
17265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17266   (exit $ac_status); }; then
17267   for ac_file in conftest.o conftest.obj conftest.*; do
17268   test -f "$ac_file" || continue;
17269   case $ac_file in
17270     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
17271     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
17272        break;;
17273   esac
17274 done
17275 else
17276   echo "$as_me: failed program was:" >&5
17277 sed 's/^/| /' conftest.$ac_ext >&5
17278
17279 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
17280 See \`config.log' for more details." >&5
17281 echo "$as_me: error: cannot compute suffix of object files: cannot compile
17282 See \`config.log' for more details." >&2;}
17283    { (exit 1); exit 1; }; }
17284 fi
17285
17286 rm -f conftest.$ac_cv_objext conftest.$ac_ext
17287 fi
17288 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
17289 echo "${ECHO_T}$ac_cv_objext" >&6; }
17290 OBJEXT=$ac_cv_objext
17291 ac_objext=$OBJEXT
17292 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
17293 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
17294 if test "${ac_cv_c_compiler_gnu+set}" = set; then
17295   echo $ECHO_N "(cached) $ECHO_C" >&6
17296 else
17297   cat >conftest.$ac_ext <<_ACEOF
17298 /* confdefs.h.  */
17299 _ACEOF
17300 cat confdefs.h >>conftest.$ac_ext
17301 cat >>conftest.$ac_ext <<_ACEOF
17302 /* end confdefs.h.  */
17303
17304 int
17305 main ()
17306 {
17307 #ifndef __GNUC__
17308        choke me
17309 #endif
17310
17311   ;
17312   return 0;
17313 }
17314 _ACEOF
17315 rm -f conftest.$ac_objext
17316 if { (ac_try="$ac_compile"
17317 case "(($ac_try" in
17318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17319   *) ac_try_echo=$ac_try;;
17320 esac
17321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17322   (eval "$ac_compile") 2>conftest.er1
17323   ac_status=$?
17324   grep -v '^ *+' conftest.er1 >conftest.err
17325   rm -f conftest.er1
17326   cat conftest.err >&5
17327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17328   (exit $ac_status); } && {
17329          test -z "$ac_c_werror_flag" ||
17330          test ! -s conftest.err
17331        } && test -s conftest.$ac_objext; then
17332   ac_compiler_gnu=yes
17333 else
17334   echo "$as_me: failed program was:" >&5
17335 sed 's/^/| /' conftest.$ac_ext >&5
17336
17337         ac_compiler_gnu=no
17338 fi
17339
17340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17341 ac_cv_c_compiler_gnu=$ac_compiler_gnu
17342
17343 fi
17344 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
17345 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
17346 GCC=`test $ac_compiler_gnu = yes && echo yes`
17347 ac_test_CFLAGS=${CFLAGS+set}
17348 ac_save_CFLAGS=$CFLAGS
17349 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
17350 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
17351 if test "${ac_cv_prog_cc_g+set}" = set; then
17352   echo $ECHO_N "(cached) $ECHO_C" >&6
17353 else
17354   ac_save_c_werror_flag=$ac_c_werror_flag
17355    ac_c_werror_flag=yes
17356    ac_cv_prog_cc_g=no
17357    CFLAGS="-g"
17358    cat >conftest.$ac_ext <<_ACEOF
17359 /* confdefs.h.  */
17360 _ACEOF
17361 cat confdefs.h >>conftest.$ac_ext
17362 cat >>conftest.$ac_ext <<_ACEOF
17363 /* end confdefs.h.  */
17364
17365 int
17366 main ()
17367 {
17368
17369   ;
17370   return 0;
17371 }
17372 _ACEOF
17373 rm -f conftest.$ac_objext
17374 if { (ac_try="$ac_compile"
17375 case "(($ac_try" in
17376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17377   *) ac_try_echo=$ac_try;;
17378 esac
17379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17380   (eval "$ac_compile") 2>conftest.er1
17381   ac_status=$?
17382   grep -v '^ *+' conftest.er1 >conftest.err
17383   rm -f conftest.er1
17384   cat conftest.err >&5
17385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17386   (exit $ac_status); } && {
17387          test -z "$ac_c_werror_flag" ||
17388          test ! -s conftest.err
17389        } && test -s conftest.$ac_objext; then
17390   ac_cv_prog_cc_g=yes
17391 else
17392   echo "$as_me: failed program was:" >&5
17393 sed 's/^/| /' conftest.$ac_ext >&5
17394
17395         CFLAGS=""
17396       cat >conftest.$ac_ext <<_ACEOF
17397 /* confdefs.h.  */
17398 _ACEOF
17399 cat confdefs.h >>conftest.$ac_ext
17400 cat >>conftest.$ac_ext <<_ACEOF
17401 /* end confdefs.h.  */
17402
17403 int
17404 main ()
17405 {
17406
17407   ;
17408   return 0;
17409 }
17410 _ACEOF
17411 rm -f conftest.$ac_objext
17412 if { (ac_try="$ac_compile"
17413 case "(($ac_try" in
17414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17415   *) ac_try_echo=$ac_try;;
17416 esac
17417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17418   (eval "$ac_compile") 2>conftest.er1
17419   ac_status=$?
17420   grep -v '^ *+' conftest.er1 >conftest.err
17421   rm -f conftest.er1
17422   cat conftest.err >&5
17423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17424   (exit $ac_status); } && {
17425          test -z "$ac_c_werror_flag" ||
17426          test ! -s conftest.err
17427        } && test -s conftest.$ac_objext; then
17428   :
17429 else
17430   echo "$as_me: failed program was:" >&5
17431 sed 's/^/| /' conftest.$ac_ext >&5
17432
17433         ac_c_werror_flag=$ac_save_c_werror_flag
17434          CFLAGS="-g"
17435          cat >conftest.$ac_ext <<_ACEOF
17436 /* confdefs.h.  */
17437 _ACEOF
17438 cat confdefs.h >>conftest.$ac_ext
17439 cat >>conftest.$ac_ext <<_ACEOF
17440 /* end confdefs.h.  */
17441
17442 int
17443 main ()
17444 {
17445
17446   ;
17447   return 0;
17448 }
17449 _ACEOF
17450 rm -f conftest.$ac_objext
17451 if { (ac_try="$ac_compile"
17452 case "(($ac_try" in
17453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17454   *) ac_try_echo=$ac_try;;
17455 esac
17456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17457   (eval "$ac_compile") 2>conftest.er1
17458   ac_status=$?
17459   grep -v '^ *+' conftest.er1 >conftest.err
17460   rm -f conftest.er1
17461   cat conftest.err >&5
17462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17463   (exit $ac_status); } && {
17464          test -z "$ac_c_werror_flag" ||
17465          test ! -s conftest.err
17466        } && test -s conftest.$ac_objext; then
17467   ac_cv_prog_cc_g=yes
17468 else
17469   echo "$as_me: failed program was:" >&5
17470 sed 's/^/| /' conftest.$ac_ext >&5
17471
17472
17473 fi
17474
17475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17476 fi
17477
17478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17479 fi
17480
17481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17482    ac_c_werror_flag=$ac_save_c_werror_flag
17483 fi
17484 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
17485 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
17486 if test "$ac_test_CFLAGS" = set; then
17487   CFLAGS=$ac_save_CFLAGS
17488 elif test $ac_cv_prog_cc_g = yes; then
17489   if test "$GCC" = yes; then
17490     CFLAGS="-g -O2"
17491   else
17492     CFLAGS="-g"
17493   fi
17494 else
17495   if test "$GCC" = yes; then
17496     CFLAGS="-O2"
17497   else
17498     CFLAGS=
17499   fi
17500 fi
17501 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
17502 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
17503 if test "${ac_cv_prog_cc_c89+set}" = set; then
17504   echo $ECHO_N "(cached) $ECHO_C" >&6
17505 else
17506   ac_cv_prog_cc_c89=no
17507 ac_save_CC=$CC
17508 cat >conftest.$ac_ext <<_ACEOF
17509 /* confdefs.h.  */
17510 _ACEOF
17511 cat confdefs.h >>conftest.$ac_ext
17512 cat >>conftest.$ac_ext <<_ACEOF
17513 /* end confdefs.h.  */
17514 #include <stdarg.h>
17515 #include <stdio.h>
17516 #include <sys/types.h>
17517 #include <sys/stat.h>
17518 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
17519 struct buf { int x; };
17520 FILE * (*rcsopen) (struct buf *, struct stat *, int);
17521 static char *e (p, i)
17522      char **p;
17523      int i;
17524 {
17525   return p[i];
17526 }
17527 static char *f (char * (*g) (char **, int), char **p, ...)
17528 {
17529   char *s;
17530   va_list v;
17531   va_start (v,p);
17532   s = g (p, va_arg (v,int));
17533   va_end (v);
17534   return s;
17535 }
17536
17537 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
17538    function prototypes and stuff, but not '\xHH' hex character constants.
17539    These don't provoke an error unfortunately, instead are silently treated
17540    as 'x'.  The following induces an error, until -std is added to get
17541    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
17542    array size at least.  It's necessary to write '\x00'==0 to get something
17543    that's true only with -std.  */
17544 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
17545
17546 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
17547    inside strings and character constants.  */
17548 #define FOO(x) 'x'
17549 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
17550
17551 int test (int i, double x);
17552 struct s1 {int (*f) (int a);};
17553 struct s2 {int (*f) (double a);};
17554 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
17555 int argc;
17556 char **argv;
17557 int
17558 main ()
17559 {
17560 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
17561   ;
17562   return 0;
17563 }
17564 _ACEOF
17565 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
17566         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
17567 do
17568   CC="$ac_save_CC $ac_arg"
17569   rm -f conftest.$ac_objext
17570 if { (ac_try="$ac_compile"
17571 case "(($ac_try" in
17572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17573   *) ac_try_echo=$ac_try;;
17574 esac
17575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17576   (eval "$ac_compile") 2>conftest.er1
17577   ac_status=$?
17578   grep -v '^ *+' conftest.er1 >conftest.err
17579   rm -f conftest.er1
17580   cat conftest.err >&5
17581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17582   (exit $ac_status); } && {
17583          test -z "$ac_c_werror_flag" ||
17584          test ! -s conftest.err
17585        } && test -s conftest.$ac_objext; then
17586   ac_cv_prog_cc_c89=$ac_arg
17587 else
17588   echo "$as_me: failed program was:" >&5
17589 sed 's/^/| /' conftest.$ac_ext >&5
17590
17591
17592 fi
17593
17594 rm -f core conftest.err conftest.$ac_objext
17595   test "x$ac_cv_prog_cc_c89" != "xno" && break
17596 done
17597 rm -f conftest.$ac_ext
17598 CC=$ac_save_CC
17599
17600 fi
17601 # AC_CACHE_VAL
17602 case "x$ac_cv_prog_cc_c89" in
17603   x)
17604     { echo "$as_me:$LINENO: result: none needed" >&5
17605 echo "${ECHO_T}none needed" >&6; } ;;
17606   xno)
17607     { echo "$as_me:$LINENO: result: unsupported" >&5
17608 echo "${ECHO_T}unsupported" >&6; } ;;
17609   *)
17610     CC="$CC $ac_cv_prog_cc_c89"
17611     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
17612 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
17613 esac
17614
17615
17616 ac_ext=c
17617 ac_cpp='$CPP $CPPFLAGS'
17618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17621
17622
17623
17624
17625     ac_ext=c
17626 ac_cpp='$CPP $CPPFLAGS'
17627 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17628 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17629 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17630
17631     { echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
17632 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6; }
17633 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
17634   echo $ECHO_N "(cached) $ECHO_C" >&6
17635 else
17636   cat >conftest.$ac_ext <<_ACEOF
17637 /* confdefs.h.  */
17638 _ACEOF
17639 cat confdefs.h >>conftest.$ac_ext
17640 cat >>conftest.$ac_ext <<_ACEOF
17641 /* end confdefs.h.  */
17642
17643 int
17644 main ()
17645 {
17646
17647              #ifndef __INTEL_COMPILER
17648                 choke me
17649              #endif
17650
17651   ;
17652   return 0;
17653 }
17654 _ACEOF
17655 rm -f conftest.$ac_objext
17656 if { (ac_try="$ac_compile"
17657 case "(($ac_try" in
17658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17659   *) ac_try_echo=$ac_try;;
17660 esac
17661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17662   (eval "$ac_compile") 2>conftest.er1
17663   ac_status=$?
17664   grep -v '^ *+' conftest.er1 >conftest.err
17665   rm -f conftest.er1
17666   cat conftest.err >&5
17667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668   (exit $ac_status); } && {
17669          test -z "$ac_c_werror_flag" ||
17670          test ! -s conftest.err
17671        } && test -s conftest.$ac_objext; then
17672   bakefile_cv_c_compiler___INTEL_COMPILER=yes
17673 else
17674   echo "$as_me: failed program was:" >&5
17675 sed 's/^/| /' conftest.$ac_ext >&5
17676
17677         bakefile_cv_c_compiler___INTEL_COMPILER=no
17678
17679 fi
17680
17681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17682
17683
17684 fi
17685 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
17686 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
17687     if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
17688         :; INTELCC=yes
17689     else
17690         :;
17691     fi
17692     ac_ext=c
17693 ac_cpp='$CPP $CPPFLAGS'
17694 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17695 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17696 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17697
17698
17699
17700
17701         if test "x$GCC" != "xyes"; then
17702         if test "xCC" = "xC"; then
17703             { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
17704 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
17705 if test "${bakefile_cv_c_exto+set}" = set; then
17706   echo $ECHO_N "(cached) $ECHO_C" >&6
17707 else
17708   cat >conftest.$ac_ext <<_ACEOF
17709 /* confdefs.h.  */
17710 _ACEOF
17711 cat confdefs.h >>conftest.$ac_ext
17712 cat >>conftest.$ac_ext <<_ACEOF
17713 /* end confdefs.h.  */
17714
17715 int
17716 main ()
17717 {
17718
17719   ;
17720   return 0;
17721 }
17722 _ACEOF
17723 rm -f conftest.$ac_objext conftest.$ac_ext.o
17724 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17725   (eval $ac_compile) 2>&5
17726   ac_status=$?
17727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17728   (exit $ac_status); }; then
17729   for ac_file in `(ls conftest.* 2>/dev/null)`; do
17730     case $ac_file in
17731         conftest.$ac_ext.o)
17732             bakefile_cv_c_exto="-ext o"
17733             ;;
17734         *)
17735             ;;
17736     esac
17737 done
17738 else
17739   { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
17740 See \`config.log' for more details." >&5
17741 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
17742 See \`config.log' for more details." >&2;}
17743    { (exit 1); exit 1; }; }
17744
17745 fi
17746
17747 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17748
17749 fi
17750 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
17751 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
17752 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17753     if test "c" = "c"; then
17754         CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17755     fi
17756     if test "c" = "cxx"; then
17757         CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17758     fi
17759 fi
17760
17761             if test "x$bakefile_cv_c_exto" '!=' "x"; then
17762                 unset ac_cv_prog_cc_g
17763                 ac_test_CFLAGS=${CFLAGS+set}
17764 ac_save_CFLAGS=$CFLAGS
17765 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
17766 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
17767 if test "${ac_cv_prog_cc_g+set}" = set; then
17768   echo $ECHO_N "(cached) $ECHO_C" >&6
17769 else
17770   ac_save_c_werror_flag=$ac_c_werror_flag
17771    ac_c_werror_flag=yes
17772    ac_cv_prog_cc_g=no
17773    CFLAGS="-g"
17774    cat >conftest.$ac_ext <<_ACEOF
17775 /* confdefs.h.  */
17776 _ACEOF
17777 cat confdefs.h >>conftest.$ac_ext
17778 cat >>conftest.$ac_ext <<_ACEOF
17779 /* end confdefs.h.  */
17780
17781 int
17782 main ()
17783 {
17784
17785   ;
17786   return 0;
17787 }
17788 _ACEOF
17789 rm -f conftest.$ac_objext
17790 if { (ac_try="$ac_compile"
17791 case "(($ac_try" in
17792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17793   *) ac_try_echo=$ac_try;;
17794 esac
17795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17796   (eval "$ac_compile") 2>conftest.er1
17797   ac_status=$?
17798   grep -v '^ *+' conftest.er1 >conftest.err
17799   rm -f conftest.er1
17800   cat conftest.err >&5
17801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17802   (exit $ac_status); } && {
17803          test -z "$ac_c_werror_flag" ||
17804          test ! -s conftest.err
17805        } && test -s conftest.$ac_objext; then
17806   ac_cv_prog_cc_g=yes
17807 else
17808   echo "$as_me: failed program was:" >&5
17809 sed 's/^/| /' conftest.$ac_ext >&5
17810
17811         CFLAGS=""
17812       cat >conftest.$ac_ext <<_ACEOF
17813 /* confdefs.h.  */
17814 _ACEOF
17815 cat confdefs.h >>conftest.$ac_ext
17816 cat >>conftest.$ac_ext <<_ACEOF
17817 /* end confdefs.h.  */
17818
17819 int
17820 main ()
17821 {
17822
17823   ;
17824   return 0;
17825 }
17826 _ACEOF
17827 rm -f conftest.$ac_objext
17828 if { (ac_try="$ac_compile"
17829 case "(($ac_try" in
17830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17831   *) ac_try_echo=$ac_try;;
17832 esac
17833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17834   (eval "$ac_compile") 2>conftest.er1
17835   ac_status=$?
17836   grep -v '^ *+' conftest.er1 >conftest.err
17837   rm -f conftest.er1
17838   cat conftest.err >&5
17839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17840   (exit $ac_status); } && {
17841          test -z "$ac_c_werror_flag" ||
17842          test ! -s conftest.err
17843        } && test -s conftest.$ac_objext; then
17844   :
17845 else
17846   echo "$as_me: failed program was:" >&5
17847 sed 's/^/| /' conftest.$ac_ext >&5
17848
17849         ac_c_werror_flag=$ac_save_c_werror_flag
17850          CFLAGS="-g"
17851          cat >conftest.$ac_ext <<_ACEOF
17852 /* confdefs.h.  */
17853 _ACEOF
17854 cat confdefs.h >>conftest.$ac_ext
17855 cat >>conftest.$ac_ext <<_ACEOF
17856 /* end confdefs.h.  */
17857
17858 int
17859 main ()
17860 {
17861
17862   ;
17863   return 0;
17864 }
17865 _ACEOF
17866 rm -f conftest.$ac_objext
17867 if { (ac_try="$ac_compile"
17868 case "(($ac_try" in
17869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17870   *) ac_try_echo=$ac_try;;
17871 esac
17872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17873   (eval "$ac_compile") 2>conftest.er1
17874   ac_status=$?
17875   grep -v '^ *+' conftest.er1 >conftest.err
17876   rm -f conftest.er1
17877   cat conftest.err >&5
17878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17879   (exit $ac_status); } && {
17880          test -z "$ac_c_werror_flag" ||
17881          test ! -s conftest.err
17882        } && test -s conftest.$ac_objext; then
17883   ac_cv_prog_cc_g=yes
17884 else
17885   echo "$as_me: failed program was:" >&5
17886 sed 's/^/| /' conftest.$ac_ext >&5
17887
17888
17889 fi
17890
17891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17892 fi
17893
17894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17895 fi
17896
17897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17898    ac_c_werror_flag=$ac_save_c_werror_flag
17899 fi
17900 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
17901 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
17902 if test "$ac_test_CFLAGS" = set; then
17903   CFLAGS=$ac_save_CFLAGS
17904 elif test $ac_cv_prog_cc_g = yes; then
17905   if test "$GCC" = yes; then
17906     CFLAGS="-g -O2"
17907   else
17908     CFLAGS="-g"
17909   fi
17910 else
17911   if test "$GCC" = yes; then
17912     CFLAGS="-O2"
17913   else
17914     CFLAGS=
17915   fi
17916 fi
17917             fi
17918         fi
17919
17920                         case `uname -s` in
17921             AIX*)
17922
17923
17924     ac_ext=c
17925 ac_cpp='$CPP $CPPFLAGS'
17926 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17927 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17928 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17929
17930     { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
17931 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
17932 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
17933   echo $ECHO_N "(cached) $ECHO_C" >&6
17934 else
17935   cat >conftest.$ac_ext <<_ACEOF
17936 /* confdefs.h.  */
17937 _ACEOF
17938 cat confdefs.h >>conftest.$ac_ext
17939 cat >>conftest.$ac_ext <<_ACEOF
17940 /* end confdefs.h.  */
17941
17942 int
17943 main ()
17944 {
17945
17946              #ifndef __xlC__
17947                 choke me
17948              #endif
17949
17950   ;
17951   return 0;
17952 }
17953 _ACEOF
17954 rm -f conftest.$ac_objext
17955 if { (ac_try="$ac_compile"
17956 case "(($ac_try" in
17957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17958   *) ac_try_echo=$ac_try;;
17959 esac
17960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17961   (eval "$ac_compile") 2>conftest.er1
17962   ac_status=$?
17963   grep -v '^ *+' conftest.er1 >conftest.err
17964   rm -f conftest.er1
17965   cat conftest.err >&5
17966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17967   (exit $ac_status); } && {
17968          test -z "$ac_c_werror_flag" ||
17969          test ! -s conftest.err
17970        } && test -s conftest.$ac_objext; then
17971   bakefile_cv_c_compiler___xlC__=yes
17972 else
17973   echo "$as_me: failed program was:" >&5
17974 sed 's/^/| /' conftest.$ac_ext >&5
17975
17976         bakefile_cv_c_compiler___xlC__=no
17977
17978 fi
17979
17980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17981
17982
17983 fi
17984 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
17985 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
17986     if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17987         :; XLCC=yes
17988     else
17989         :;
17990     fi
17991     ac_ext=c
17992 ac_cpp='$CPP $CPPFLAGS'
17993 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17994 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17995 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17996
17997
17998
17999                 ;;
18000
18001             Darwin)
18002
18003
18004     ac_ext=c
18005 ac_cpp='$CPP $CPPFLAGS'
18006 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18007 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18008 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18009
18010     { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
18011 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6; }
18012 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then
18013   echo $ECHO_N "(cached) $ECHO_C" >&6
18014 else
18015   cat >conftest.$ac_ext <<_ACEOF
18016 /* confdefs.h.  */
18017 _ACEOF
18018 cat confdefs.h >>conftest.$ac_ext
18019 cat >>conftest.$ac_ext <<_ACEOF
18020 /* end confdefs.h.  */
18021
18022 int
18023 main ()
18024 {
18025
18026              #ifndef __MWERKS__
18027                 choke me
18028              #endif
18029
18030   ;
18031   return 0;
18032 }
18033 _ACEOF
18034 rm -f conftest.$ac_objext
18035 if { (ac_try="$ac_compile"
18036 case "(($ac_try" in
18037   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18038   *) ac_try_echo=$ac_try;;
18039 esac
18040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18041   (eval "$ac_compile") 2>conftest.er1
18042   ac_status=$?
18043   grep -v '^ *+' conftest.er1 >conftest.err
18044   rm -f conftest.er1
18045   cat conftest.err >&5
18046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18047   (exit $ac_status); } && {
18048          test -z "$ac_c_werror_flag" ||
18049          test ! -s conftest.err
18050        } && test -s conftest.$ac_objext; then
18051   bakefile_cv_c_compiler___MWERKS__=yes
18052 else
18053   echo "$as_me: failed program was:" >&5
18054 sed 's/^/| /' conftest.$ac_ext >&5
18055
18056         bakefile_cv_c_compiler___MWERKS__=no
18057
18058 fi
18059
18060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18061
18062
18063 fi
18064 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___MWERKS__" >&5
18065 echo "${ECHO_T}$bakefile_cv_c_compiler___MWERKS__" >&6; }
18066     if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
18067         :; MWCC=yes
18068     else
18069         :;
18070     fi
18071     ac_ext=c
18072 ac_cpp='$CPP $CPPFLAGS'
18073 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18074 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18075 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18076
18077
18078
18079
18080
18081     ac_ext=c
18082 ac_cpp='$CPP $CPPFLAGS'
18083 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18084 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18085 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18086
18087     { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
18088 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
18089 if test "${bakefile_cv_c_compiler___xlC__+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 __xlC__
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_c_werror_flag" ||
18126          test ! -s conftest.err
18127        } && test -s conftest.$ac_objext; then
18128   bakefile_cv_c_compiler___xlC__=yes
18129 else
18130   echo "$as_me: failed program was:" >&5
18131 sed 's/^/| /' conftest.$ac_ext >&5
18132
18133         bakefile_cv_c_compiler___xlC__=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_c_compiler___xlC__" >&5
18142 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
18143     if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
18144         :; XLCC=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             IRIX*)
18159
18160
18161     ac_ext=c
18162 ac_cpp='$CPP $CPPFLAGS'
18163 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18164 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18165 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18166
18167     { echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
18168 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6; }
18169 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
18170   echo $ECHO_N "(cached) $ECHO_C" >&6
18171 else
18172   cat >conftest.$ac_ext <<_ACEOF
18173 /* confdefs.h.  */
18174 _ACEOF
18175 cat confdefs.h >>conftest.$ac_ext
18176 cat >>conftest.$ac_ext <<_ACEOF
18177 /* end confdefs.h.  */
18178
18179 int
18180 main ()
18181 {
18182
18183              #ifndef _SGI_COMPILER_VERSION
18184                 choke me
18185              #endif
18186
18187   ;
18188   return 0;
18189 }
18190 _ACEOF
18191 rm -f conftest.$ac_objext
18192 if { (ac_try="$ac_compile"
18193 case "(($ac_try" in
18194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18195   *) ac_try_echo=$ac_try;;
18196 esac
18197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18198   (eval "$ac_compile") 2>conftest.er1
18199   ac_status=$?
18200   grep -v '^ *+' conftest.er1 >conftest.err
18201   rm -f conftest.er1
18202   cat conftest.err >&5
18203   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18204   (exit $ac_status); } && {
18205          test -z "$ac_c_werror_flag" ||
18206          test ! -s conftest.err
18207        } && test -s conftest.$ac_objext; then
18208   bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
18209 else
18210   echo "$as_me: failed program was:" >&5
18211 sed 's/^/| /' conftest.$ac_ext >&5
18212
18213         bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
18214
18215 fi
18216
18217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18218
18219
18220 fi
18221 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
18222 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
18223     if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18224         :; SGICC=yes
18225     else
18226         :;
18227     fi
18228     ac_ext=c
18229 ac_cpp='$CPP $CPPFLAGS'
18230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18232 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18233
18234
18235
18236                 ;;
18237
18238             Linux*)
18239
18240
18241     ac_ext=c
18242 ac_cpp='$CPP $CPPFLAGS'
18243 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18244 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18245 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18246
18247     { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
18248 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
18249 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
18250   echo $ECHO_N "(cached) $ECHO_C" >&6
18251 else
18252   cat >conftest.$ac_ext <<_ACEOF
18253 /* confdefs.h.  */
18254 _ACEOF
18255 cat confdefs.h >>conftest.$ac_ext
18256 cat >>conftest.$ac_ext <<_ACEOF
18257 /* end confdefs.h.  */
18258
18259 int
18260 main ()
18261 {
18262
18263              #ifndef __SUNPRO_C
18264                 choke me
18265              #endif
18266
18267   ;
18268   return 0;
18269 }
18270 _ACEOF
18271 rm -f conftest.$ac_objext
18272 if { (ac_try="$ac_compile"
18273 case "(($ac_try" in
18274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18275   *) ac_try_echo=$ac_try;;
18276 esac
18277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18278   (eval "$ac_compile") 2>conftest.er1
18279   ac_status=$?
18280   grep -v '^ *+' conftest.er1 >conftest.err
18281   rm -f conftest.er1
18282   cat conftest.err >&5
18283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18284   (exit $ac_status); } && {
18285          test -z "$ac_c_werror_flag" ||
18286          test ! -s conftest.err
18287        } && test -s conftest.$ac_objext; then
18288   bakefile_cv_c_compiler___SUNPRO_C=yes
18289 else
18290   echo "$as_me: failed program was:" >&5
18291 sed 's/^/| /' conftest.$ac_ext >&5
18292
18293         bakefile_cv_c_compiler___SUNPRO_C=no
18294
18295 fi
18296
18297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18298
18299
18300 fi
18301 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
18302 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
18303     if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
18304         :; SUNCC=yes
18305     else
18306         :;
18307     fi
18308     ac_ext=c
18309 ac_cpp='$CPP $CPPFLAGS'
18310 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18311 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18312 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18313
18314
18315
18316                 ;;
18317
18318             HP-UX*)
18319
18320
18321     ac_ext=c
18322 ac_cpp='$CPP $CPPFLAGS'
18323 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18324 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18325 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18326
18327     { echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
18328 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6; }
18329 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
18330   echo $ECHO_N "(cached) $ECHO_C" >&6
18331 else
18332   cat >conftest.$ac_ext <<_ACEOF
18333 /* confdefs.h.  */
18334 _ACEOF
18335 cat confdefs.h >>conftest.$ac_ext
18336 cat >>conftest.$ac_ext <<_ACEOF
18337 /* end confdefs.h.  */
18338
18339 int
18340 main ()
18341 {
18342
18343              #ifndef __HP_cc
18344                 choke me
18345              #endif
18346
18347   ;
18348   return 0;
18349 }
18350 _ACEOF
18351 rm -f conftest.$ac_objext
18352 if { (ac_try="$ac_compile"
18353 case "(($ac_try" in
18354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18355   *) ac_try_echo=$ac_try;;
18356 esac
18357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18358   (eval "$ac_compile") 2>conftest.er1
18359   ac_status=$?
18360   grep -v '^ *+' conftest.er1 >conftest.err
18361   rm -f conftest.er1
18362   cat conftest.err >&5
18363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18364   (exit $ac_status); } && {
18365          test -z "$ac_c_werror_flag" ||
18366          test ! -s conftest.err
18367        } && test -s conftest.$ac_objext; then
18368   bakefile_cv_c_compiler___HP_cc=yes
18369 else
18370   echo "$as_me: failed program was:" >&5
18371 sed 's/^/| /' conftest.$ac_ext >&5
18372
18373         bakefile_cv_c_compiler___HP_cc=no
18374
18375 fi
18376
18377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18378
18379
18380 fi
18381 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
18382 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6; }
18383     if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
18384         :; HPCC=yes
18385     else
18386         :;
18387     fi
18388     ac_ext=c
18389 ac_cpp='$CPP $CPPFLAGS'
18390 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18391 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18392 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18393
18394
18395
18396                 ;;
18397
18398             OSF1)
18399
18400
18401     ac_ext=c
18402 ac_cpp='$CPP $CPPFLAGS'
18403 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18404 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18405 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18406
18407     { echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
18408 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6; }
18409 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
18410   echo $ECHO_N "(cached) $ECHO_C" >&6
18411 else
18412   cat >conftest.$ac_ext <<_ACEOF
18413 /* confdefs.h.  */
18414 _ACEOF
18415 cat confdefs.h >>conftest.$ac_ext
18416 cat >>conftest.$ac_ext <<_ACEOF
18417 /* end confdefs.h.  */
18418
18419 int
18420 main ()
18421 {
18422
18423              #ifndef __DECC
18424                 choke me
18425              #endif
18426
18427   ;
18428   return 0;
18429 }
18430 _ACEOF
18431 rm -f conftest.$ac_objext
18432 if { (ac_try="$ac_compile"
18433 case "(($ac_try" in
18434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18435   *) ac_try_echo=$ac_try;;
18436 esac
18437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18438   (eval "$ac_compile") 2>conftest.er1
18439   ac_status=$?
18440   grep -v '^ *+' conftest.er1 >conftest.err
18441   rm -f conftest.er1
18442   cat conftest.err >&5
18443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18444   (exit $ac_status); } && {
18445          test -z "$ac_c_werror_flag" ||
18446          test ! -s conftest.err
18447        } && test -s conftest.$ac_objext; then
18448   bakefile_cv_c_compiler___DECC=yes
18449 else
18450   echo "$as_me: failed program was:" >&5
18451 sed 's/^/| /' conftest.$ac_ext >&5
18452
18453         bakefile_cv_c_compiler___DECC=no
18454
18455 fi
18456
18457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18458
18459
18460 fi
18461 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
18462 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6; }
18463     if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
18464         :; COMPAQCC=yes
18465     else
18466         :;
18467     fi
18468     ac_ext=c
18469 ac_cpp='$CPP $CPPFLAGS'
18470 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18471 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18472 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18473
18474
18475
18476                 ;;
18477
18478             SunOS)
18479
18480
18481     ac_ext=c
18482 ac_cpp='$CPP $CPPFLAGS'
18483 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18484 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18485 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18486
18487     { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
18488 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
18489 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
18490   echo $ECHO_N "(cached) $ECHO_C" >&6
18491 else
18492   cat >conftest.$ac_ext <<_ACEOF
18493 /* confdefs.h.  */
18494 _ACEOF
18495 cat confdefs.h >>conftest.$ac_ext
18496 cat >>conftest.$ac_ext <<_ACEOF
18497 /* end confdefs.h.  */
18498
18499 int
18500 main ()
18501 {
18502
18503              #ifndef __SUNPRO_C
18504                 choke me
18505              #endif
18506
18507   ;
18508   return 0;
18509 }
18510 _ACEOF
18511 rm -f conftest.$ac_objext
18512 if { (ac_try="$ac_compile"
18513 case "(($ac_try" in
18514   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18515   *) ac_try_echo=$ac_try;;
18516 esac
18517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18518   (eval "$ac_compile") 2>conftest.er1
18519   ac_status=$?
18520   grep -v '^ *+' conftest.er1 >conftest.err
18521   rm -f conftest.er1
18522   cat conftest.err >&5
18523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18524   (exit $ac_status); } && {
18525          test -z "$ac_c_werror_flag" ||
18526          test ! -s conftest.err
18527        } && test -s conftest.$ac_objext; then
18528   bakefile_cv_c_compiler___SUNPRO_C=yes
18529 else
18530   echo "$as_me: failed program was:" >&5
18531 sed 's/^/| /' conftest.$ac_ext >&5
18532
18533         bakefile_cv_c_compiler___SUNPRO_C=no
18534
18535 fi
18536
18537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18538
18539
18540 fi
18541 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
18542 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
18543     if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
18544         :; SUNCC=yes
18545     else
18546         :;
18547     fi
18548     ac_ext=c
18549 ac_cpp='$CPP $CPPFLAGS'
18550 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18551 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18552 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18553
18554
18555
18556                 ;;
18557         esac
18558     fi
18559
18560
18561
18562 ac_ext=c
18563 ac_cpp='$CPP $CPPFLAGS'
18564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18567 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
18568 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
18569 # On Suns, sometimes $CPP names a directory.
18570 if test -n "$CPP" && test -d "$CPP"; then
18571   CPP=
18572 fi
18573 if test -z "$CPP"; then
18574   if test "${ac_cv_prog_CPP+set}" = set; then
18575   echo $ECHO_N "(cached) $ECHO_C" >&6
18576 else
18577       # Double quotes because CPP needs to be expanded
18578     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
18579     do
18580       ac_preproc_ok=false
18581 for ac_c_preproc_warn_flag in '' yes
18582 do
18583   # Use a header file that comes with gcc, so configuring glibc
18584   # with a fresh cross-compiler works.
18585   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18586   # <limits.h> exists even on freestanding compilers.
18587   # On the NeXT, cc -E runs the code through the compiler's parser,
18588   # not just through cpp. "Syntax error" is here to catch this case.
18589   cat >conftest.$ac_ext <<_ACEOF
18590 /* confdefs.h.  */
18591 _ACEOF
18592 cat confdefs.h >>conftest.$ac_ext
18593 cat >>conftest.$ac_ext <<_ACEOF
18594 /* end confdefs.h.  */
18595 #ifdef __STDC__
18596 # include <limits.h>
18597 #else
18598 # include <assert.h>
18599 #endif
18600                      Syntax error
18601 _ACEOF
18602 if { (ac_try="$ac_cpp conftest.$ac_ext"
18603 case "(($ac_try" in
18604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18605   *) ac_try_echo=$ac_try;;
18606 esac
18607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18608   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18609   ac_status=$?
18610   grep -v '^ *+' conftest.er1 >conftest.err
18611   rm -f conftest.er1
18612   cat conftest.err >&5
18613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18614   (exit $ac_status); } >/dev/null && {
18615          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18616          test ! -s conftest.err
18617        }; then
18618   :
18619 else
18620   echo "$as_me: failed program was:" >&5
18621 sed 's/^/| /' conftest.$ac_ext >&5
18622
18623   # Broken: fails on valid input.
18624 continue
18625 fi
18626
18627 rm -f conftest.err conftest.$ac_ext
18628
18629   # OK, works on sane cases.  Now check whether nonexistent headers
18630   # can be detected and how.
18631   cat >conftest.$ac_ext <<_ACEOF
18632 /* confdefs.h.  */
18633 _ACEOF
18634 cat confdefs.h >>conftest.$ac_ext
18635 cat >>conftest.$ac_ext <<_ACEOF
18636 /* end confdefs.h.  */
18637 #include <ac_nonexistent.h>
18638 _ACEOF
18639 if { (ac_try="$ac_cpp conftest.$ac_ext"
18640 case "(($ac_try" in
18641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18642   *) ac_try_echo=$ac_try;;
18643 esac
18644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18645   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18646   ac_status=$?
18647   grep -v '^ *+' conftest.er1 >conftest.err
18648   rm -f conftest.er1
18649   cat conftest.err >&5
18650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651   (exit $ac_status); } >/dev/null && {
18652          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18653          test ! -s conftest.err
18654        }; then
18655   # Broken: success on invalid input.
18656 continue
18657 else
18658   echo "$as_me: failed program was:" >&5
18659 sed 's/^/| /' conftest.$ac_ext >&5
18660
18661   # Passes both tests.
18662 ac_preproc_ok=:
18663 break
18664 fi
18665
18666 rm -f conftest.err conftest.$ac_ext
18667
18668 done
18669 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18670 rm -f conftest.err conftest.$ac_ext
18671 if $ac_preproc_ok; then
18672   break
18673 fi
18674
18675     done
18676     ac_cv_prog_CPP=$CPP
18677
18678 fi
18679   CPP=$ac_cv_prog_CPP
18680 else
18681   ac_cv_prog_CPP=$CPP
18682 fi
18683 { echo "$as_me:$LINENO: result: $CPP" >&5
18684 echo "${ECHO_T}$CPP" >&6; }
18685 ac_preproc_ok=false
18686 for ac_c_preproc_warn_flag in '' yes
18687 do
18688   # Use a header file that comes with gcc, so configuring glibc
18689   # with a fresh cross-compiler works.
18690   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18691   # <limits.h> exists even on freestanding compilers.
18692   # On the NeXT, cc -E runs the code through the compiler's parser,
18693   # not just through cpp. "Syntax error" is here to catch this case.
18694   cat >conftest.$ac_ext <<_ACEOF
18695 /* confdefs.h.  */
18696 _ACEOF
18697 cat confdefs.h >>conftest.$ac_ext
18698 cat >>conftest.$ac_ext <<_ACEOF
18699 /* end confdefs.h.  */
18700 #ifdef __STDC__
18701 # include <limits.h>
18702 #else
18703 # include <assert.h>
18704 #endif
18705                      Syntax error
18706 _ACEOF
18707 if { (ac_try="$ac_cpp conftest.$ac_ext"
18708 case "(($ac_try" in
18709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18710   *) ac_try_echo=$ac_try;;
18711 esac
18712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18713   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18714   ac_status=$?
18715   grep -v '^ *+' conftest.er1 >conftest.err
18716   rm -f conftest.er1
18717   cat conftest.err >&5
18718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18719   (exit $ac_status); } >/dev/null && {
18720          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18721          test ! -s conftest.err
18722        }; then
18723   :
18724 else
18725   echo "$as_me: failed program was:" >&5
18726 sed 's/^/| /' conftest.$ac_ext >&5
18727
18728   # Broken: fails on valid input.
18729 continue
18730 fi
18731
18732 rm -f conftest.err conftest.$ac_ext
18733
18734   # OK, works on sane cases.  Now check whether nonexistent headers
18735   # can be detected and how.
18736   cat >conftest.$ac_ext <<_ACEOF
18737 /* confdefs.h.  */
18738 _ACEOF
18739 cat confdefs.h >>conftest.$ac_ext
18740 cat >>conftest.$ac_ext <<_ACEOF
18741 /* end confdefs.h.  */
18742 #include <ac_nonexistent.h>
18743 _ACEOF
18744 if { (ac_try="$ac_cpp conftest.$ac_ext"
18745 case "(($ac_try" in
18746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18747   *) ac_try_echo=$ac_try;;
18748 esac
18749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18750   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
18751   ac_status=$?
18752   grep -v '^ *+' conftest.er1 >conftest.err
18753   rm -f conftest.er1
18754   cat conftest.err >&5
18755   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18756   (exit $ac_status); } >/dev/null && {
18757          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
18758          test ! -s conftest.err
18759        }; then
18760   # Broken: success on invalid input.
18761 continue
18762 else
18763   echo "$as_me: failed program was:" >&5
18764 sed 's/^/| /' conftest.$ac_ext >&5
18765
18766   # Passes both tests.
18767 ac_preproc_ok=:
18768 break
18769 fi
18770
18771 rm -f conftest.err conftest.$ac_ext
18772
18773 done
18774 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18775 rm -f conftest.err conftest.$ac_ext
18776 if $ac_preproc_ok; then
18777   :
18778 else
18779   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
18780 See \`config.log' for more details." >&5
18781 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
18782 See \`config.log' for more details." >&2;}
18783    { (exit 1); exit 1; }; }
18784 fi
18785
18786 ac_ext=c
18787 ac_cpp='$CPP $CPPFLAGS'
18788 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18789 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18790 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18791
18792
18793 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
18794 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
18795 if test "${ac_cv_path_GREP+set}" = set; then
18796   echo $ECHO_N "(cached) $ECHO_C" >&6
18797 else
18798   # Extract the first word of "grep ggrep" to use in msg output
18799 if test -z "$GREP"; then
18800 set dummy grep ggrep; ac_prog_name=$2
18801 if test "${ac_cv_path_GREP+set}" = set; then
18802   echo $ECHO_N "(cached) $ECHO_C" >&6
18803 else
18804   ac_path_GREP_found=false
18805 # Loop through the user's path and test for each of PROGNAME-LIST
18806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18807 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
18808 do
18809   IFS=$as_save_IFS
18810   test -z "$as_dir" && as_dir=.
18811   for ac_prog in grep ggrep; do
18812   for ac_exec_ext in '' $ac_executable_extensions; do
18813     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
18814     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
18815     # Check for GNU ac_path_GREP and select it if it is found.
18816   # Check for GNU $ac_path_GREP
18817 case `"$ac_path_GREP" --version 2>&1` in
18818 *GNU*)
18819   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
18820 *)
18821   ac_count=0
18822   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
18823   while :
18824   do
18825     cat "conftest.in" "conftest.in" >"conftest.tmp"
18826     mv "conftest.tmp" "conftest.in"
18827     cp "conftest.in" "conftest.nl"
18828     echo 'GREP' >> "conftest.nl"
18829     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
18830     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
18831     ac_count=`expr $ac_count + 1`
18832     if test $ac_count -gt ${ac_path_GREP_max-0}; then
18833       # Best one so far, save it but keep looking for a better one
18834       ac_cv_path_GREP="$ac_path_GREP"
18835       ac_path_GREP_max=$ac_count
18836     fi
18837     # 10*(2^10) chars as input seems more than enough
18838     test $ac_count -gt 10 && break
18839   done
18840   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
18841 esac
18842
18843
18844     $ac_path_GREP_found && break 3
18845   done
18846 done
18847
18848 done
18849 IFS=$as_save_IFS
18850
18851
18852 fi
18853
18854 GREP="$ac_cv_path_GREP"
18855 if test -z "$GREP"; then
18856   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
18857 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
18858    { (exit 1); exit 1; }; }
18859 fi
18860
18861 else
18862   ac_cv_path_GREP=$GREP
18863 fi
18864
18865
18866 fi
18867 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
18868 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
18869  GREP="$ac_cv_path_GREP"
18870
18871
18872 { echo "$as_me:$LINENO: checking for egrep" >&5
18873 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
18874 if test "${ac_cv_path_EGREP+set}" = set; then
18875   echo $ECHO_N "(cached) $ECHO_C" >&6
18876 else
18877   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
18878    then ac_cv_path_EGREP="$GREP -E"
18879    else
18880      # Extract the first word of "egrep" to use in msg output
18881 if test -z "$EGREP"; then
18882 set dummy egrep; ac_prog_name=$2
18883 if test "${ac_cv_path_EGREP+set}" = set; then
18884   echo $ECHO_N "(cached) $ECHO_C" >&6
18885 else
18886   ac_path_EGREP_found=false
18887 # Loop through the user's path and test for each of PROGNAME-LIST
18888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18889 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
18890 do
18891   IFS=$as_save_IFS
18892   test -z "$as_dir" && as_dir=.
18893   for ac_prog in egrep; do
18894   for ac_exec_ext in '' $ac_executable_extensions; do
18895     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
18896     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
18897     # Check for GNU ac_path_EGREP and select it if it is found.
18898   # Check for GNU $ac_path_EGREP
18899 case `"$ac_path_EGREP" --version 2>&1` in
18900 *GNU*)
18901   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
18902 *)
18903   ac_count=0
18904   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
18905   while :
18906   do
18907     cat "conftest.in" "conftest.in" >"conftest.tmp"
18908     mv "conftest.tmp" "conftest.in"
18909     cp "conftest.in" "conftest.nl"
18910     echo 'EGREP' >> "conftest.nl"
18911     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
18912     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
18913     ac_count=`expr $ac_count + 1`
18914     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
18915       # Best one so far, save it but keep looking for a better one
18916       ac_cv_path_EGREP="$ac_path_EGREP"
18917       ac_path_EGREP_max=$ac_count
18918     fi
18919     # 10*(2^10) chars as input seems more than enough
18920     test $ac_count -gt 10 && break
18921   done
18922   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
18923 esac
18924
18925
18926     $ac_path_EGREP_found && break 3
18927   done
18928 done
18929
18930 done
18931 IFS=$as_save_IFS
18932
18933
18934 fi
18935
18936 EGREP="$ac_cv_path_EGREP"
18937 if test -z "$EGREP"; then
18938   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
18939 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
18940    { (exit 1); exit 1; }; }
18941 fi
18942
18943 else
18944   ac_cv_path_EGREP=$EGREP
18945 fi
18946
18947
18948    fi
18949 fi
18950 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
18951 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
18952  EGREP="$ac_cv_path_EGREP"
18953
18954
18955 if test $ac_cv_c_compiler_gnu = yes; then
18956     { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
18957 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
18958 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
18959   echo $ECHO_N "(cached) $ECHO_C" >&6
18960 else
18961     ac_pattern="Autoconf.*'x'"
18962   cat >conftest.$ac_ext <<_ACEOF
18963 /* confdefs.h.  */
18964 _ACEOF
18965 cat confdefs.h >>conftest.$ac_ext
18966 cat >>conftest.$ac_ext <<_ACEOF
18967 /* end confdefs.h.  */
18968 #include <sgtty.h>
18969 Autoconf TIOCGETP
18970 _ACEOF
18971 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18972   $EGREP "$ac_pattern" >/dev/null 2>&1; then
18973   ac_cv_prog_gcc_traditional=yes
18974 else
18975   ac_cv_prog_gcc_traditional=no
18976 fi
18977 rm -f conftest*
18978
18979
18980   if test $ac_cv_prog_gcc_traditional = no; then
18981     cat >conftest.$ac_ext <<_ACEOF
18982 /* confdefs.h.  */
18983 _ACEOF
18984 cat confdefs.h >>conftest.$ac_ext
18985 cat >>conftest.$ac_ext <<_ACEOF
18986 /* end confdefs.h.  */
18987 #include <termio.h>
18988 Autoconf TCGETA
18989 _ACEOF
18990 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18991   $EGREP "$ac_pattern" >/dev/null 2>&1; then
18992   ac_cv_prog_gcc_traditional=yes
18993 fi
18994 rm -f conftest*
18995
18996   fi
18997 fi
18998 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
18999 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
19000   if test $ac_cv_prog_gcc_traditional = yes; then
19001     CC="$CC -traditional"
19002   fi
19003 fi
19004
19005
19006 CXXFLAGS=${CXXFLAGS:=}
19007
19008
19009
19010     ac_ext=cpp
19011 ac_cpp='$CXXCPP $CPPFLAGS'
19012 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19013 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19014 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19015 if test -z "$CXX"; then
19016   if test -n "$CCC"; then
19017     CXX=$CCC
19018   else
19019     if test -n "$ac_tool_prefix"; then
19020   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
19021   do
19022     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
19023 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
19024 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19025 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19026 if test "${ac_cv_prog_CXX+set}" = set; then
19027   echo $ECHO_N "(cached) $ECHO_C" >&6
19028 else
19029   if test -n "$CXX"; then
19030   ac_cv_prog_CXX="$CXX" # Let the user override the test.
19031 else
19032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19033 for as_dir in $PATH
19034 do
19035   IFS=$as_save_IFS
19036   test -z "$as_dir" && as_dir=.
19037   for ac_exec_ext in '' $ac_executable_extensions; do
19038   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19039     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
19040     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19041     break 2
19042   fi
19043 done
19044 done
19045 IFS=$as_save_IFS
19046
19047 fi
19048 fi
19049 CXX=$ac_cv_prog_CXX
19050 if test -n "$CXX"; then
19051   { echo "$as_me:$LINENO: result: $CXX" >&5
19052 echo "${ECHO_T}$CXX" >&6; }
19053 else
19054   { echo "$as_me:$LINENO: result: no" >&5
19055 echo "${ECHO_T}no" >&6; }
19056 fi
19057
19058
19059     test -n "$CXX" && break
19060   done
19061 fi
19062 if test -z "$CXX"; then
19063   ac_ct_CXX=$CXX
19064   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
19065 do
19066   # Extract the first word of "$ac_prog", so it can be a program name with args.
19067 set dummy $ac_prog; ac_word=$2
19068 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19069 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19070 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
19071   echo $ECHO_N "(cached) $ECHO_C" >&6
19072 else
19073   if test -n "$ac_ct_CXX"; then
19074   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
19075 else
19076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19077 for as_dir in $PATH
19078 do
19079   IFS=$as_save_IFS
19080   test -z "$as_dir" && as_dir=.
19081   for ac_exec_ext in '' $ac_executable_extensions; do
19082   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19083     ac_cv_prog_ac_ct_CXX="$ac_prog"
19084     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19085     break 2
19086   fi
19087 done
19088 done
19089 IFS=$as_save_IFS
19090
19091 fi
19092 fi
19093 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
19094 if test -n "$ac_ct_CXX"; then
19095   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
19096 echo "${ECHO_T}$ac_ct_CXX" >&6; }
19097 else
19098   { echo "$as_me:$LINENO: result: no" >&5
19099 echo "${ECHO_T}no" >&6; }
19100 fi
19101
19102
19103   test -n "$ac_ct_CXX" && break
19104 done
19105
19106   if test "x$ac_ct_CXX" = x; then
19107     CXX="g++"
19108   else
19109     case $cross_compiling:$ac_tool_warned in
19110 yes:)
19111 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
19112 whose name does not start with the host triplet.  If you think this
19113 configuration is useful to you, please write to autoconf@gnu.org." >&5
19114 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
19115 whose name does not start with the host triplet.  If you think this
19116 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
19117 ac_tool_warned=yes ;;
19118 esac
19119     CXX=$ac_ct_CXX
19120   fi
19121 fi
19122
19123   fi
19124 fi
19125 # Provide some information about the compiler.
19126 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
19127 ac_compiler=`set X $ac_compile; echo $2`
19128 { (ac_try="$ac_compiler --version >&5"
19129 case "(($ac_try" in
19130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19131   *) ac_try_echo=$ac_try;;
19132 esac
19133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19134   (eval "$ac_compiler --version >&5") 2>&5
19135   ac_status=$?
19136   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137   (exit $ac_status); }
19138 { (ac_try="$ac_compiler -v >&5"
19139 case "(($ac_try" in
19140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19141   *) ac_try_echo=$ac_try;;
19142 esac
19143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19144   (eval "$ac_compiler -v >&5") 2>&5
19145   ac_status=$?
19146   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19147   (exit $ac_status); }
19148 { (ac_try="$ac_compiler -V >&5"
19149 case "(($ac_try" in
19150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19151   *) ac_try_echo=$ac_try;;
19152 esac
19153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19154   (eval "$ac_compiler -V >&5") 2>&5
19155   ac_status=$?
19156   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19157   (exit $ac_status); }
19158
19159 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
19160 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
19161 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
19162   echo $ECHO_N "(cached) $ECHO_C" >&6
19163 else
19164   cat >conftest.$ac_ext <<_ACEOF
19165 /* confdefs.h.  */
19166 _ACEOF
19167 cat confdefs.h >>conftest.$ac_ext
19168 cat >>conftest.$ac_ext <<_ACEOF
19169 /* end confdefs.h.  */
19170
19171 int
19172 main ()
19173 {
19174 #ifndef __GNUC__
19175        choke me
19176 #endif
19177
19178   ;
19179   return 0;
19180 }
19181 _ACEOF
19182 rm -f conftest.$ac_objext
19183 if { (ac_try="$ac_compile"
19184 case "(($ac_try" in
19185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19186   *) ac_try_echo=$ac_try;;
19187 esac
19188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19189   (eval "$ac_compile") 2>conftest.er1
19190   ac_status=$?
19191   grep -v '^ *+' conftest.er1 >conftest.err
19192   rm -f conftest.er1
19193   cat conftest.err >&5
19194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19195   (exit $ac_status); } && {
19196          test -z "$ac_cxx_werror_flag" ||
19197          test ! -s conftest.err
19198        } && test -s conftest.$ac_objext; then
19199   ac_compiler_gnu=yes
19200 else
19201   echo "$as_me: failed program was:" >&5
19202 sed 's/^/| /' conftest.$ac_ext >&5
19203
19204         ac_compiler_gnu=no
19205 fi
19206
19207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19208 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
19209
19210 fi
19211 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
19212 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
19213 GXX=`test $ac_compiler_gnu = yes && echo yes`
19214 ac_test_CXXFLAGS=${CXXFLAGS+set}
19215 ac_save_CXXFLAGS=$CXXFLAGS
19216 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
19217 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
19218 if test "${ac_cv_prog_cxx_g+set}" = set; then
19219   echo $ECHO_N "(cached) $ECHO_C" >&6
19220 else
19221   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
19222    ac_cxx_werror_flag=yes
19223    ac_cv_prog_cxx_g=no
19224    CXXFLAGS="-g"
19225    cat >conftest.$ac_ext <<_ACEOF
19226 /* confdefs.h.  */
19227 _ACEOF
19228 cat confdefs.h >>conftest.$ac_ext
19229 cat >>conftest.$ac_ext <<_ACEOF
19230 /* end confdefs.h.  */
19231
19232 int
19233 main ()
19234 {
19235
19236   ;
19237   return 0;
19238 }
19239 _ACEOF
19240 rm -f conftest.$ac_objext
19241 if { (ac_try="$ac_compile"
19242 case "(($ac_try" in
19243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19244   *) ac_try_echo=$ac_try;;
19245 esac
19246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19247   (eval "$ac_compile") 2>conftest.er1
19248   ac_status=$?
19249   grep -v '^ *+' conftest.er1 >conftest.err
19250   rm -f conftest.er1
19251   cat conftest.err >&5
19252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19253   (exit $ac_status); } && {
19254          test -z "$ac_cxx_werror_flag" ||
19255          test ! -s conftest.err
19256        } && test -s conftest.$ac_objext; then
19257   ac_cv_prog_cxx_g=yes
19258 else
19259   echo "$as_me: failed program was:" >&5
19260 sed 's/^/| /' conftest.$ac_ext >&5
19261
19262         CXXFLAGS=""
19263       cat >conftest.$ac_ext <<_ACEOF
19264 /* confdefs.h.  */
19265 _ACEOF
19266 cat confdefs.h >>conftest.$ac_ext
19267 cat >>conftest.$ac_ext <<_ACEOF
19268 /* end confdefs.h.  */
19269
19270 int
19271 main ()
19272 {
19273
19274   ;
19275   return 0;
19276 }
19277 _ACEOF
19278 rm -f conftest.$ac_objext
19279 if { (ac_try="$ac_compile"
19280 case "(($ac_try" in
19281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19282   *) ac_try_echo=$ac_try;;
19283 esac
19284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19285   (eval "$ac_compile") 2>conftest.er1
19286   ac_status=$?
19287   grep -v '^ *+' conftest.er1 >conftest.err
19288   rm -f conftest.er1
19289   cat conftest.err >&5
19290   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19291   (exit $ac_status); } && {
19292          test -z "$ac_cxx_werror_flag" ||
19293          test ! -s conftest.err
19294        } && test -s conftest.$ac_objext; then
19295   :
19296 else
19297   echo "$as_me: failed program was:" >&5
19298 sed 's/^/| /' conftest.$ac_ext >&5
19299
19300         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
19301          CXXFLAGS="-g"
19302          cat >conftest.$ac_ext <<_ACEOF
19303 /* confdefs.h.  */
19304 _ACEOF
19305 cat confdefs.h >>conftest.$ac_ext
19306 cat >>conftest.$ac_ext <<_ACEOF
19307 /* end confdefs.h.  */
19308
19309 int
19310 main ()
19311 {
19312
19313   ;
19314   return 0;
19315 }
19316 _ACEOF
19317 rm -f conftest.$ac_objext
19318 if { (ac_try="$ac_compile"
19319 case "(($ac_try" in
19320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19321   *) ac_try_echo=$ac_try;;
19322 esac
19323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19324   (eval "$ac_compile") 2>conftest.er1
19325   ac_status=$?
19326   grep -v '^ *+' conftest.er1 >conftest.err
19327   rm -f conftest.er1
19328   cat conftest.err >&5
19329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19330   (exit $ac_status); } && {
19331          test -z "$ac_cxx_werror_flag" ||
19332          test ! -s conftest.err
19333        } && test -s conftest.$ac_objext; then
19334   ac_cv_prog_cxx_g=yes
19335 else
19336   echo "$as_me: failed program was:" >&5
19337 sed 's/^/| /' conftest.$ac_ext >&5
19338
19339
19340 fi
19341
19342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19343 fi
19344
19345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19346 fi
19347
19348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19349    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
19350 fi
19351 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
19352 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
19353 if test "$ac_test_CXXFLAGS" = set; then
19354   CXXFLAGS=$ac_save_CXXFLAGS
19355 elif test $ac_cv_prog_cxx_g = yes; then
19356   if test "$GXX" = yes; then
19357     CXXFLAGS="-g -O2"
19358   else
19359     CXXFLAGS="-g"
19360   fi
19361 else
19362   if test "$GXX" = yes; then
19363     CXXFLAGS="-O2"
19364   else
19365     CXXFLAGS=
19366   fi
19367 fi
19368 ac_ext=c
19369 ac_cpp='$CPP $CPPFLAGS'
19370 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19371 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19372 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19373
19374
19375
19376
19377     ac_ext=cpp
19378 ac_cpp='$CXXCPP $CPPFLAGS'
19379 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19380 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19381 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19382
19383     { echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
19384 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6; }
19385 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
19386   echo $ECHO_N "(cached) $ECHO_C" >&6
19387 else
19388   cat >conftest.$ac_ext <<_ACEOF
19389 /* confdefs.h.  */
19390 _ACEOF
19391 cat confdefs.h >>conftest.$ac_ext
19392 cat >>conftest.$ac_ext <<_ACEOF
19393 /* end confdefs.h.  */
19394
19395 int
19396 main ()
19397 {
19398
19399              #ifndef __INTEL_COMPILER
19400                 choke me
19401              #endif
19402
19403   ;
19404   return 0;
19405 }
19406 _ACEOF
19407 rm -f conftest.$ac_objext
19408 if { (ac_try="$ac_compile"
19409 case "(($ac_try" in
19410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19411   *) ac_try_echo=$ac_try;;
19412 esac
19413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19414   (eval "$ac_compile") 2>conftest.er1
19415   ac_status=$?
19416   grep -v '^ *+' conftest.er1 >conftest.err
19417   rm -f conftest.er1
19418   cat conftest.err >&5
19419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19420   (exit $ac_status); } && {
19421          test -z "$ac_cxx_werror_flag" ||
19422          test ! -s conftest.err
19423        } && test -s conftest.$ac_objext; then
19424   bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
19425 else
19426   echo "$as_me: failed program was:" >&5
19427 sed 's/^/| /' conftest.$ac_ext >&5
19428
19429         bakefile_cv_cxx_compiler___INTEL_COMPILER=no
19430
19431 fi
19432
19433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19434
19435
19436 fi
19437 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
19438 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
19439     if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
19440         :; INTELCXX=yes
19441     else
19442         :;
19443     fi
19444     ac_ext=c
19445 ac_cpp='$CPP $CPPFLAGS'
19446 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19447 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19448 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19449
19450
19451
19452
19453         if test "x$GCXX" != "xyes"; then
19454         if test "xCXX" = "xC"; then
19455             { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
19456 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
19457 if test "${bakefile_cv_c_exto+set}" = set; then
19458   echo $ECHO_N "(cached) $ECHO_C" >&6
19459 else
19460   cat >conftest.$ac_ext <<_ACEOF
19461 /* confdefs.h.  */
19462 _ACEOF
19463 cat confdefs.h >>conftest.$ac_ext
19464 cat >>conftest.$ac_ext <<_ACEOF
19465 /* end confdefs.h.  */
19466
19467 int
19468 main ()
19469 {
19470
19471   ;
19472   return 0;
19473 }
19474 _ACEOF
19475 rm -f conftest.$ac_objext conftest.$ac_ext.o
19476 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19477   (eval $ac_compile) 2>&5
19478   ac_status=$?
19479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480   (exit $ac_status); }; then
19481   for ac_file in `(ls conftest.* 2>/dev/null)`; do
19482     case $ac_file in
19483         conftest.$ac_ext.o)
19484             bakefile_cv_c_exto="-ext o"
19485             ;;
19486         *)
19487             ;;
19488     esac
19489 done
19490 else
19491   { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
19492 See \`config.log' for more details." >&5
19493 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
19494 See \`config.log' for more details." >&2;}
19495    { (exit 1); exit 1; }; }
19496
19497 fi
19498
19499 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
19500
19501 fi
19502 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
19503 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
19504 if test "x$bakefile_cv_c_exto" '!=' "x"; then
19505     if test "c" = "c"; then
19506         CFLAGS="$bakefile_cv_c_exto $CFLAGS"
19507     fi
19508     if test "c" = "cxx"; then
19509         CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
19510     fi
19511 fi
19512
19513             if test "x$bakefile_cv_c_exto" '!=' "x"; then
19514                 unset ac_cv_prog_cc_g
19515                 ac_test_CFLAGS=${CFLAGS+set}
19516 ac_save_CFLAGS=$CFLAGS
19517 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
19518 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
19519 if test "${ac_cv_prog_cc_g+set}" = set; then
19520   echo $ECHO_N "(cached) $ECHO_C" >&6
19521 else
19522   ac_save_c_werror_flag=$ac_c_werror_flag
19523    ac_c_werror_flag=yes
19524    ac_cv_prog_cc_g=no
19525    CFLAGS="-g"
19526    cat >conftest.$ac_ext <<_ACEOF
19527 /* confdefs.h.  */
19528 _ACEOF
19529 cat confdefs.h >>conftest.$ac_ext
19530 cat >>conftest.$ac_ext <<_ACEOF
19531 /* end confdefs.h.  */
19532
19533 int
19534 main ()
19535 {
19536
19537   ;
19538   return 0;
19539 }
19540 _ACEOF
19541 rm -f conftest.$ac_objext
19542 if { (ac_try="$ac_compile"
19543 case "(($ac_try" in
19544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19545   *) ac_try_echo=$ac_try;;
19546 esac
19547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19548   (eval "$ac_compile") 2>conftest.er1
19549   ac_status=$?
19550   grep -v '^ *+' conftest.er1 >conftest.err
19551   rm -f conftest.er1
19552   cat conftest.err >&5
19553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19554   (exit $ac_status); } && {
19555          test -z "$ac_c_werror_flag" ||
19556          test ! -s conftest.err
19557        } && test -s conftest.$ac_objext; then
19558   ac_cv_prog_cc_g=yes
19559 else
19560   echo "$as_me: failed program was:" >&5
19561 sed 's/^/| /' conftest.$ac_ext >&5
19562
19563         CFLAGS=""
19564       cat >conftest.$ac_ext <<_ACEOF
19565 /* confdefs.h.  */
19566 _ACEOF
19567 cat confdefs.h >>conftest.$ac_ext
19568 cat >>conftest.$ac_ext <<_ACEOF
19569 /* end confdefs.h.  */
19570
19571 int
19572 main ()
19573 {
19574
19575   ;
19576   return 0;
19577 }
19578 _ACEOF
19579 rm -f conftest.$ac_objext
19580 if { (ac_try="$ac_compile"
19581 case "(($ac_try" in
19582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19583   *) ac_try_echo=$ac_try;;
19584 esac
19585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19586   (eval "$ac_compile") 2>conftest.er1
19587   ac_status=$?
19588   grep -v '^ *+' conftest.er1 >conftest.err
19589   rm -f conftest.er1
19590   cat conftest.err >&5
19591   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19592   (exit $ac_status); } && {
19593          test -z "$ac_c_werror_flag" ||
19594          test ! -s conftest.err
19595        } && test -s conftest.$ac_objext; then
19596   :
19597 else
19598   echo "$as_me: failed program was:" >&5
19599 sed 's/^/| /' conftest.$ac_ext >&5
19600
19601         ac_c_werror_flag=$ac_save_c_werror_flag
19602          CFLAGS="-g"
19603          cat >conftest.$ac_ext <<_ACEOF
19604 /* confdefs.h.  */
19605 _ACEOF
19606 cat confdefs.h >>conftest.$ac_ext
19607 cat >>conftest.$ac_ext <<_ACEOF
19608 /* end confdefs.h.  */
19609
19610 int
19611 main ()
19612 {
19613
19614   ;
19615   return 0;
19616 }
19617 _ACEOF
19618 rm -f conftest.$ac_objext
19619 if { (ac_try="$ac_compile"
19620 case "(($ac_try" in
19621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19622   *) ac_try_echo=$ac_try;;
19623 esac
19624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19625   (eval "$ac_compile") 2>conftest.er1
19626   ac_status=$?
19627   grep -v '^ *+' conftest.er1 >conftest.err
19628   rm -f conftest.er1
19629   cat conftest.err >&5
19630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19631   (exit $ac_status); } && {
19632          test -z "$ac_c_werror_flag" ||
19633          test ! -s conftest.err
19634        } && test -s conftest.$ac_objext; then
19635   ac_cv_prog_cc_g=yes
19636 else
19637   echo "$as_me: failed program was:" >&5
19638 sed 's/^/| /' conftest.$ac_ext >&5
19639
19640
19641 fi
19642
19643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19644 fi
19645
19646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19647 fi
19648
19649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19650    ac_c_werror_flag=$ac_save_c_werror_flag
19651 fi
19652 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
19653 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
19654 if test "$ac_test_CFLAGS" = set; then
19655   CFLAGS=$ac_save_CFLAGS
19656 elif test $ac_cv_prog_cc_g = yes; then
19657   if test "$GCC" = yes; then
19658     CFLAGS="-g -O2"
19659   else
19660     CFLAGS="-g"
19661   fi
19662 else
19663   if test "$GCC" = yes; then
19664     CFLAGS="-O2"
19665   else
19666     CFLAGS=
19667   fi
19668 fi
19669             fi
19670         fi
19671
19672                         case `uname -s` in
19673             AIX*)
19674
19675
19676     ac_ext=cpp
19677 ac_cpp='$CXXCPP $CPPFLAGS'
19678 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19679 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19680 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19681
19682     { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
19683 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
19684 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
19685   echo $ECHO_N "(cached) $ECHO_C" >&6
19686 else
19687   cat >conftest.$ac_ext <<_ACEOF
19688 /* confdefs.h.  */
19689 _ACEOF
19690 cat confdefs.h >>conftest.$ac_ext
19691 cat >>conftest.$ac_ext <<_ACEOF
19692 /* end confdefs.h.  */
19693
19694 int
19695 main ()
19696 {
19697
19698              #ifndef __xlC__
19699                 choke me
19700              #endif
19701
19702   ;
19703   return 0;
19704 }
19705 _ACEOF
19706 rm -f conftest.$ac_objext
19707 if { (ac_try="$ac_compile"
19708 case "(($ac_try" in
19709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19710   *) ac_try_echo=$ac_try;;
19711 esac
19712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19713   (eval "$ac_compile") 2>conftest.er1
19714   ac_status=$?
19715   grep -v '^ *+' conftest.er1 >conftest.err
19716   rm -f conftest.er1
19717   cat conftest.err >&5
19718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19719   (exit $ac_status); } && {
19720          test -z "$ac_cxx_werror_flag" ||
19721          test ! -s conftest.err
19722        } && test -s conftest.$ac_objext; then
19723   bakefile_cv_cxx_compiler___xlC__=yes
19724 else
19725   echo "$as_me: failed program was:" >&5
19726 sed 's/^/| /' conftest.$ac_ext >&5
19727
19728         bakefile_cv_cxx_compiler___xlC__=no
19729
19730 fi
19731
19732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19733
19734
19735 fi
19736 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
19737 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
19738     if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
19739         :; XLCXX=yes
19740     else
19741         :;
19742     fi
19743     ac_ext=c
19744 ac_cpp='$CPP $CPPFLAGS'
19745 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19746 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19747 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19748
19749
19750
19751                 ;;
19752
19753             Darwin)
19754
19755
19756     ac_ext=cpp
19757 ac_cpp='$CXXCPP $CPPFLAGS'
19758 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19759 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19760 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19761
19762     { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
19763 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6; }
19764 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then
19765   echo $ECHO_N "(cached) $ECHO_C" >&6
19766 else
19767   cat >conftest.$ac_ext <<_ACEOF
19768 /* confdefs.h.  */
19769 _ACEOF
19770 cat confdefs.h >>conftest.$ac_ext
19771 cat >>conftest.$ac_ext <<_ACEOF
19772 /* end confdefs.h.  */
19773
19774 int
19775 main ()
19776 {
19777
19778              #ifndef __MWERKS__
19779                 choke me
19780              #endif
19781
19782   ;
19783   return 0;
19784 }
19785 _ACEOF
19786 rm -f conftest.$ac_objext
19787 if { (ac_try="$ac_compile"
19788 case "(($ac_try" in
19789   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19790   *) ac_try_echo=$ac_try;;
19791 esac
19792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19793   (eval "$ac_compile") 2>conftest.er1
19794   ac_status=$?
19795   grep -v '^ *+' conftest.er1 >conftest.err
19796   rm -f conftest.er1
19797   cat conftest.err >&5
19798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19799   (exit $ac_status); } && {
19800          test -z "$ac_cxx_werror_flag" ||
19801          test ! -s conftest.err
19802        } && test -s conftest.$ac_objext; then
19803   bakefile_cv_cxx_compiler___MWERKS__=yes
19804 else
19805   echo "$as_me: failed program was:" >&5
19806 sed 's/^/| /' conftest.$ac_ext >&5
19807
19808         bakefile_cv_cxx_compiler___MWERKS__=no
19809
19810 fi
19811
19812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19813
19814
19815 fi
19816 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
19817 echo "${ECHO_T}$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
19818     if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
19819         :; MWCXX=yes
19820     else
19821         :;
19822     fi
19823     ac_ext=c
19824 ac_cpp='$CPP $CPPFLAGS'
19825 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19826 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19827 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19828
19829
19830
19831
19832
19833     ac_ext=cpp
19834 ac_cpp='$CXXCPP $CPPFLAGS'
19835 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19836 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19837 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19838
19839     { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
19840 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
19841 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
19842   echo $ECHO_N "(cached) $ECHO_C" >&6
19843 else
19844   cat >conftest.$ac_ext <<_ACEOF
19845 /* confdefs.h.  */
19846 _ACEOF
19847 cat confdefs.h >>conftest.$ac_ext
19848 cat >>conftest.$ac_ext <<_ACEOF
19849 /* end confdefs.h.  */
19850
19851 int
19852 main ()
19853 {
19854
19855              #ifndef __xlC__
19856                 choke me
19857              #endif
19858
19859   ;
19860   return 0;
19861 }
19862 _ACEOF
19863 rm -f conftest.$ac_objext
19864 if { (ac_try="$ac_compile"
19865 case "(($ac_try" in
19866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19867   *) ac_try_echo=$ac_try;;
19868 esac
19869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19870   (eval "$ac_compile") 2>conftest.er1
19871   ac_status=$?
19872   grep -v '^ *+' conftest.er1 >conftest.err
19873   rm -f conftest.er1
19874   cat conftest.err >&5
19875   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19876   (exit $ac_status); } && {
19877          test -z "$ac_cxx_werror_flag" ||
19878          test ! -s conftest.err
19879        } && test -s conftest.$ac_objext; then
19880   bakefile_cv_cxx_compiler___xlC__=yes
19881 else
19882   echo "$as_me: failed program was:" >&5
19883 sed 's/^/| /' conftest.$ac_ext >&5
19884
19885         bakefile_cv_cxx_compiler___xlC__=no
19886
19887 fi
19888
19889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19890
19891
19892 fi
19893 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
19894 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
19895     if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
19896         :; XLCXX=yes
19897     else
19898         :;
19899     fi
19900     ac_ext=c
19901 ac_cpp='$CPP $CPPFLAGS'
19902 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19903 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19904 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19905
19906
19907
19908                 ;;
19909
19910             IRIX*)
19911
19912
19913     ac_ext=cpp
19914 ac_cpp='$CXXCPP $CPPFLAGS'
19915 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19916 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19917 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19918
19919     { echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
19920 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6; }
19921 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
19922   echo $ECHO_N "(cached) $ECHO_C" >&6
19923 else
19924   cat >conftest.$ac_ext <<_ACEOF
19925 /* confdefs.h.  */
19926 _ACEOF
19927 cat confdefs.h >>conftest.$ac_ext
19928 cat >>conftest.$ac_ext <<_ACEOF
19929 /* end confdefs.h.  */
19930
19931 int
19932 main ()
19933 {
19934
19935              #ifndef _SGI_COMPILER_VERSION
19936                 choke me
19937              #endif
19938
19939   ;
19940   return 0;
19941 }
19942 _ACEOF
19943 rm -f conftest.$ac_objext
19944 if { (ac_try="$ac_compile"
19945 case "(($ac_try" in
19946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19947   *) ac_try_echo=$ac_try;;
19948 esac
19949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19950   (eval "$ac_compile") 2>conftest.er1
19951   ac_status=$?
19952   grep -v '^ *+' conftest.er1 >conftest.err
19953   rm -f conftest.er1
19954   cat conftest.err >&5
19955   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19956   (exit $ac_status); } && {
19957          test -z "$ac_cxx_werror_flag" ||
19958          test ! -s conftest.err
19959        } && test -s conftest.$ac_objext; then
19960   bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
19961 else
19962   echo "$as_me: failed program was:" >&5
19963 sed 's/^/| /' conftest.$ac_ext >&5
19964
19965         bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
19966
19967 fi
19968
19969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19970
19971
19972 fi
19973 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
19974 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
19975     if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
19976         :; SGICXX=yes
19977     else
19978         :;
19979     fi
19980     ac_ext=c
19981 ac_cpp='$CPP $CPPFLAGS'
19982 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19983 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19984 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19985
19986
19987
19988                 ;;
19989
19990             Linux*)
19991
19992
19993     ac_ext=cpp
19994 ac_cpp='$CXXCPP $CPPFLAGS'
19995 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19996 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19997 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19998
19999     { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
20000 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
20001 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
20002   echo $ECHO_N "(cached) $ECHO_C" >&6
20003 else
20004   cat >conftest.$ac_ext <<_ACEOF
20005 /* confdefs.h.  */
20006 _ACEOF
20007 cat confdefs.h >>conftest.$ac_ext
20008 cat >>conftest.$ac_ext <<_ACEOF
20009 /* end confdefs.h.  */
20010
20011 int
20012 main ()
20013 {
20014
20015              #ifndef __SUNPRO_CC
20016                 choke me
20017              #endif
20018
20019   ;
20020   return 0;
20021 }
20022 _ACEOF
20023 rm -f conftest.$ac_objext
20024 if { (ac_try="$ac_compile"
20025 case "(($ac_try" in
20026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20027   *) ac_try_echo=$ac_try;;
20028 esac
20029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20030   (eval "$ac_compile") 2>conftest.er1
20031   ac_status=$?
20032   grep -v '^ *+' conftest.er1 >conftest.err
20033   rm -f conftest.er1
20034   cat conftest.err >&5
20035   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20036   (exit $ac_status); } && {
20037          test -z "$ac_cxx_werror_flag" ||
20038          test ! -s conftest.err
20039        } && test -s conftest.$ac_objext; then
20040   bakefile_cv_cxx_compiler___SUNPRO_CC=yes
20041 else
20042   echo "$as_me: failed program was:" >&5
20043 sed 's/^/| /' conftest.$ac_ext >&5
20044
20045         bakefile_cv_cxx_compiler___SUNPRO_CC=no
20046
20047 fi
20048
20049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20050
20051
20052 fi
20053 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
20054 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
20055     if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
20056         :; SUNCXX=yes
20057     else
20058         :;
20059     fi
20060     ac_ext=c
20061 ac_cpp='$CPP $CPPFLAGS'
20062 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20063 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20064 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20065
20066
20067
20068                 ;;
20069
20070             HP-UX*)
20071
20072
20073     ac_ext=cpp
20074 ac_cpp='$CXXCPP $CPPFLAGS'
20075 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20076 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20077 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20078
20079     { echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
20080 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6; }
20081 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
20082   echo $ECHO_N "(cached) $ECHO_C" >&6
20083 else
20084   cat >conftest.$ac_ext <<_ACEOF
20085 /* confdefs.h.  */
20086 _ACEOF
20087 cat confdefs.h >>conftest.$ac_ext
20088 cat >>conftest.$ac_ext <<_ACEOF
20089 /* end confdefs.h.  */
20090
20091 int
20092 main ()
20093 {
20094
20095              #ifndef __HP_aCC
20096                 choke me
20097              #endif
20098
20099   ;
20100   return 0;
20101 }
20102 _ACEOF
20103 rm -f conftest.$ac_objext
20104 if { (ac_try="$ac_compile"
20105 case "(($ac_try" in
20106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20107   *) ac_try_echo=$ac_try;;
20108 esac
20109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20110   (eval "$ac_compile") 2>conftest.er1
20111   ac_status=$?
20112   grep -v '^ *+' conftest.er1 >conftest.err
20113   rm -f conftest.er1
20114   cat conftest.err >&5
20115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20116   (exit $ac_status); } && {
20117          test -z "$ac_cxx_werror_flag" ||
20118          test ! -s conftest.err
20119        } && test -s conftest.$ac_objext; then
20120   bakefile_cv_cxx_compiler___HP_aCC=yes
20121 else
20122   echo "$as_me: failed program was:" >&5
20123 sed 's/^/| /' conftest.$ac_ext >&5
20124
20125         bakefile_cv_cxx_compiler___HP_aCC=no
20126
20127 fi
20128
20129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20130
20131
20132 fi
20133 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
20134 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
20135     if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
20136         :; HPCXX=yes
20137     else
20138         :;
20139     fi
20140     ac_ext=c
20141 ac_cpp='$CPP $CPPFLAGS'
20142 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20143 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20144 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20145
20146
20147
20148                 ;;
20149
20150             OSF1)
20151
20152
20153     ac_ext=cpp
20154 ac_cpp='$CXXCPP $CPPFLAGS'
20155 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20156 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20157 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20158
20159     { echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
20160 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6; }
20161 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
20162   echo $ECHO_N "(cached) $ECHO_C" >&6
20163 else
20164   cat >conftest.$ac_ext <<_ACEOF
20165 /* confdefs.h.  */
20166 _ACEOF
20167 cat confdefs.h >>conftest.$ac_ext
20168 cat >>conftest.$ac_ext <<_ACEOF
20169 /* end confdefs.h.  */
20170
20171 int
20172 main ()
20173 {
20174
20175              #ifndef __DECCXX
20176                 choke me
20177              #endif
20178
20179   ;
20180   return 0;
20181 }
20182 _ACEOF
20183 rm -f conftest.$ac_objext
20184 if { (ac_try="$ac_compile"
20185 case "(($ac_try" in
20186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20187   *) ac_try_echo=$ac_try;;
20188 esac
20189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20190   (eval "$ac_compile") 2>conftest.er1
20191   ac_status=$?
20192   grep -v '^ *+' conftest.er1 >conftest.err
20193   rm -f conftest.er1
20194   cat conftest.err >&5
20195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20196   (exit $ac_status); } && {
20197          test -z "$ac_cxx_werror_flag" ||
20198          test ! -s conftest.err
20199        } && test -s conftest.$ac_objext; then
20200   bakefile_cv_cxx_compiler___DECCXX=yes
20201 else
20202   echo "$as_me: failed program was:" >&5
20203 sed 's/^/| /' conftest.$ac_ext >&5
20204
20205         bakefile_cv_cxx_compiler___DECCXX=no
20206
20207 fi
20208
20209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20210
20211
20212 fi
20213 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
20214 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6; }
20215     if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
20216         :; COMPAQCXX=yes
20217     else
20218         :;
20219     fi
20220     ac_ext=c
20221 ac_cpp='$CPP $CPPFLAGS'
20222 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20223 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20224 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20225
20226
20227
20228                 ;;
20229
20230             SunOS)
20231
20232
20233     ac_ext=cpp
20234 ac_cpp='$CXXCPP $CPPFLAGS'
20235 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20236 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20237 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20238
20239     { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
20240 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
20241 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
20242   echo $ECHO_N "(cached) $ECHO_C" >&6
20243 else
20244   cat >conftest.$ac_ext <<_ACEOF
20245 /* confdefs.h.  */
20246 _ACEOF
20247 cat confdefs.h >>conftest.$ac_ext
20248 cat >>conftest.$ac_ext <<_ACEOF
20249 /* end confdefs.h.  */
20250
20251 int
20252 main ()
20253 {
20254
20255              #ifndef __SUNPRO_CC
20256                 choke me
20257              #endif
20258
20259   ;
20260   return 0;
20261 }
20262 _ACEOF
20263 rm -f conftest.$ac_objext
20264 if { (ac_try="$ac_compile"
20265 case "(($ac_try" in
20266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20267   *) ac_try_echo=$ac_try;;
20268 esac
20269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20270   (eval "$ac_compile") 2>conftest.er1
20271   ac_status=$?
20272   grep -v '^ *+' conftest.er1 >conftest.err
20273   rm -f conftest.er1
20274   cat conftest.err >&5
20275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20276   (exit $ac_status); } && {
20277          test -z "$ac_cxx_werror_flag" ||
20278          test ! -s conftest.err
20279        } && test -s conftest.$ac_objext; then
20280   bakefile_cv_cxx_compiler___SUNPRO_CC=yes
20281 else
20282   echo "$as_me: failed program was:" >&5
20283 sed 's/^/| /' conftest.$ac_ext >&5
20284
20285         bakefile_cv_cxx_compiler___SUNPRO_CC=no
20286
20287 fi
20288
20289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20290
20291
20292 fi
20293 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
20294 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
20295     if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
20296         :; SUNCXX=yes
20297     else
20298         :;
20299     fi
20300     ac_ext=c
20301 ac_cpp='$CPP $CPPFLAGS'
20302 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20303 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20304 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20305
20306
20307
20308                 ;;
20309         esac
20310     fi
20311
20312
20313
20314 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
20315     { { echo "$as_me:$LINENO: error: C++ compiler is needed to build wxWidgets" >&5
20316 echo "$as_me: error: C++ compiler is needed to build wxWidgets" >&2;}
20317    { (exit 1); exit 1; }; }
20318 fi
20319
20320 if test "x$SUNCXX" != xyes; then
20321     if test -n "$ac_tool_prefix"; then
20322   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
20323 set dummy ${ac_tool_prefix}ar; ac_word=$2
20324 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20326 if test "${ac_cv_prog_AR+set}" = set; then
20327   echo $ECHO_N "(cached) $ECHO_C" >&6
20328 else
20329   if test -n "$AR"; then
20330   ac_cv_prog_AR="$AR" # Let the user override the test.
20331 else
20332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20333 for as_dir in $PATH
20334 do
20335   IFS=$as_save_IFS
20336   test -z "$as_dir" && as_dir=.
20337   for ac_exec_ext in '' $ac_executable_extensions; do
20338   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20339     ac_cv_prog_AR="${ac_tool_prefix}ar"
20340     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20341     break 2
20342   fi
20343 done
20344 done
20345 IFS=$as_save_IFS
20346
20347 fi
20348 fi
20349 AR=$ac_cv_prog_AR
20350 if test -n "$AR"; then
20351   { echo "$as_me:$LINENO: result: $AR" >&5
20352 echo "${ECHO_T}$AR" >&6; }
20353 else
20354   { echo "$as_me:$LINENO: result: no" >&5
20355 echo "${ECHO_T}no" >&6; }
20356 fi
20357
20358
20359 fi
20360 if test -z "$ac_cv_prog_AR"; then
20361   ac_ct_AR=$AR
20362   # Extract the first word of "ar", so it can be a program name with args.
20363 set dummy ar; ac_word=$2
20364 { echo "$as_me:$LINENO: checking for $ac_word" >&5
20365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20366 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
20367   echo $ECHO_N "(cached) $ECHO_C" >&6
20368 else
20369   if test -n "$ac_ct_AR"; then
20370   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
20371 else
20372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20373 for as_dir in $PATH
20374 do
20375   IFS=$as_save_IFS
20376   test -z "$as_dir" && as_dir=.
20377   for ac_exec_ext in '' $ac_executable_extensions; do
20378   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20379     ac_cv_prog_ac_ct_AR="ar"
20380     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20381     break 2
20382   fi
20383 done
20384 done
20385 IFS=$as_save_IFS
20386
20387 fi
20388 fi
20389 ac_ct_AR=$ac_cv_prog_ac_ct_AR
20390 if test -n "$ac_ct_AR"; then
20391   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
20392 echo "${ECHO_T}$ac_ct_AR" >&6; }
20393 else
20394   { echo "$as_me:$LINENO: result: no" >&5
20395 echo "${ECHO_T}no" >&6; }
20396 fi
20397
20398   if test "x$ac_ct_AR" = x; then
20399     AR=""
20400   else
20401     case $cross_compiling:$ac_tool_warned in
20402 yes:)
20403 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
20404 whose name does not start with the host triplet.  If you think this
20405 configuration is useful to you, please write to autoconf@gnu.org." >&5
20406 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
20407 whose name does not start with the host triplet.  If you think this
20408 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
20409 ac_tool_warned=yes ;;
20410 esac
20411     AR=$ac_ct_AR
20412   fi
20413 else
20414   AR="$ac_cv_prog_AR"
20415 fi
20416
20417     if test "x$AR" = "x" ; then
20418         { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
20419 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
20420    { (exit 1); exit 1; }; }
20421     fi
20422 fi
20423
20424 retest_macosx_linking=no
20425
20426 #if test "$wxUSE_MAC" = 1; then
20427     if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
20428                         if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
20429             # Implicitly turn on the new --with-macosx-sdk using the default
20430             # SDK which provides the behavior this option has always had.
20431             if test "x$wxUSE_MACOSX_SDK" = "x"; then
20432                 { echo "$as_me:$LINENO: WARNING: Enabling default SDK due to --enable-universal_binary." >&5
20433 echo "$as_me: WARNING: Enabling default SDK due to --enable-universal_binary." >&2;}
20434                 { echo "$as_me:$LINENO: WARNING: If you don't want this, specify --without-macosx-sdk" >&5
20435 echo "$as_me: WARNING: If you don't want this, specify --without-macosx-sdk" >&2;}
20436                 wxUSE_MACOSX_SDK=yes
20437             fi
20438         else
20439             # Complain to user if he specified an argument to --enable-universal_binary
20440             # and also 1) specified --with-macosx-sdk using the default (yes) or
20441             # 2) specified --with-macosx-sdk using a path or 3) specified
20442             # --without-macosx-sdk (no).
20443             if test "x$wxUSE_MACOSX_SDK" != "x" ; then
20444                 { { echo "$as_me:$LINENO: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
20445 See \`config.log' for more details." >&5
20446 echo "$as_me: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
20447 See \`config.log' for more details." >&2;}
20448    { (exit 1); exit 1; }; }
20449             else
20450                 # Put the SDK path into the wxUSE_MACOSX_SDK.  We don't have to
20451                 # special-case the empty string because the below test simply
20452                 # converts "no" to the empty string anyway.
20453                 wxUSE_MACOSX_SDK="$wxUSE_UNIVERSAL_BINARY"
20454                                 { echo "$as_me:$LINENO: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&5
20455 echo "$as_me: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&2;}
20456             fi
20457         fi
20458                 OSX_UNIV_OPTS="-arch ppc -arch i386"
20459         CXXFLAGS="$OSX_UNIV_OPTS $CXXFLAGS"
20460         CFLAGS="$OSX_UNIV_OPTS $CFLAGS"
20461         LDFLAGS="$OSX_UNIV_OPTS $LDFLAGS"
20462                                                                                                                 retest_macosx_linking=yes
20463
20464                                         { echo "$as_me:$LINENO: WARNING: Disabling precompiled headers due to universal binary build." >&5
20465 echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
20466         bk_use_pch=no
20467     fi
20468 #fi
20469
20470 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
20471     wxUSE_MACOSX_SDK=
20472 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
20473     # TODO: Search for most recent SDK and use it.
20474     wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
20475 fi
20476
20477
20478 if test "x$wxUSE_MACOSX_SDK" != "x"; then
20479     { echo "$as_me:$LINENO: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
20480 echo $ECHO_N "checking for SDK directory $wxUSE_MACOSX_SDK... $ECHO_C" >&6; }
20481     if ! test -d "$wxUSE_MACOSX_SDK"; then
20482         { { echo "$as_me:$LINENO: error: not found
20483 See \`config.log' for more details." >&5
20484 echo "$as_me: error: not found
20485 See \`config.log' for more details." >&2;}
20486    { (exit 1); exit 1; }; }
20487     else
20488         { echo "$as_me:$LINENO: result: exists" >&5
20489 echo "${ECHO_T}exists" >&6; }
20490     fi
20491     MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
20492     eval "CC=\"$CC $MACOSX_SDK_OPTS\""
20493     eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
20494     eval "LD=\"$LD $MACOSX_SDK_OPTS\""
20495     retest_macosx_linking=yes
20496             fi
20497
20498 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
20499     wxUSE_MACOSX_VERSION_MIN=
20500 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
20501     if test "x$wxUSE_MACOSX_SDK" != "x"; then
20502         { echo "$as_me:$LINENO: checking SDK deployment version" >&5
20503 echo $ECHO_N "checking SDK deployment version... $ECHO_C" >&6; }
20504
20505         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/'`
20506
20507         # If that failed, try again with the new key
20508         if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
20509
20510             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/'`
20511
20512         fi
20513
20514         if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
20515             wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
20516             { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
20517 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
20518         else
20519             { echo "$as_me:$LINENO: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
20520 echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
20521             wxUSE_MACOSX_VERSION_MIN=
20522         fi
20523     else
20524         wxUSE_MACOSX_VERSION_MIN=
20525     fi
20526 fi
20527
20528 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
20529     MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
20530     eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
20531     eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
20532     eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
20533     retest_macosx_linking=yes
20534 fi
20535
20536 if test "x$retest_macosx_linking" = "xyes"; then
20537     ac_ext=c
20538 ac_cpp='$CPP $CPPFLAGS'
20539 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20540 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20541 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20542
20543     { echo "$as_me:$LINENO: checking if C compiler works with SDK/version options" >&5
20544 echo $ECHO_N "checking if C compiler works with SDK/version options... $ECHO_C" >&6; }
20545     cat >conftest.$ac_ext <<_ACEOF
20546 /* confdefs.h.  */
20547 _ACEOF
20548 cat confdefs.h >>conftest.$ac_ext
20549 cat >>conftest.$ac_ext <<_ACEOF
20550 /* end confdefs.h.  */
20551
20552 int
20553 main ()
20554 {
20555
20556   ;
20557   return 0;
20558 }
20559 _ACEOF
20560 rm -f conftest.$ac_objext conftest$ac_exeext
20561 if { (ac_try="$ac_link"
20562 case "(($ac_try" in
20563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20564   *) ac_try_echo=$ac_try;;
20565 esac
20566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20567   (eval "$ac_link") 2>conftest.er1
20568   ac_status=$?
20569   grep -v '^ *+' conftest.er1 >conftest.err
20570   rm -f conftest.er1
20571   cat conftest.err >&5
20572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20573   (exit $ac_status); } && {
20574          test -z "$ac_c_werror_flag" ||
20575          test ! -s conftest.err
20576        } && test -s conftest$ac_exeext &&
20577        $as_test_x conftest$ac_exeext; then
20578   { echo "$as_me:$LINENO: result: yes" >&5
20579 echo "${ECHO_T}yes" >&6; }
20580 else
20581   echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20583
20584         { { echo "$as_me:$LINENO: error: no.  Try a different SDK
20585 See \`config.log' for more details." >&5
20586 echo "$as_me: error: no.  Try a different SDK
20587 See \`config.log' for more details." >&2;}
20588    { (exit 1); exit 1; }; }; exit 1
20589 fi
20590
20591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20592       conftest$ac_exeext conftest.$ac_ext
20593     ac_ext=c
20594 ac_cpp='$CPP $CPPFLAGS'
20595 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20596 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20597 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20598
20599
20600     ac_ext=cpp
20601 ac_cpp='$CXXCPP $CPPFLAGS'
20602 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20603 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20604 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20605
20606     { echo "$as_me:$LINENO: checking if C++ compiler works with SDK/version options" >&5
20607 echo $ECHO_N "checking if C++ compiler works with SDK/version options... $ECHO_C" >&6; }
20608     cat >conftest.$ac_ext <<_ACEOF
20609 /* confdefs.h.  */
20610 _ACEOF
20611 cat confdefs.h >>conftest.$ac_ext
20612 cat >>conftest.$ac_ext <<_ACEOF
20613 /* end confdefs.h.  */
20614
20615 int
20616 main ()
20617 {
20618
20619   ;
20620   return 0;
20621 }
20622 _ACEOF
20623 rm -f conftest.$ac_objext conftest$ac_exeext
20624 if { (ac_try="$ac_link"
20625 case "(($ac_try" in
20626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20627   *) ac_try_echo=$ac_try;;
20628 esac
20629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20630   (eval "$ac_link") 2>conftest.er1
20631   ac_status=$?
20632   grep -v '^ *+' conftest.er1 >conftest.err
20633   rm -f conftest.er1
20634   cat conftest.err >&5
20635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20636   (exit $ac_status); } && {
20637          test -z "$ac_cxx_werror_flag" ||
20638          test ! -s conftest.err
20639        } && test -s conftest$ac_exeext &&
20640        $as_test_x conftest$ac_exeext; then
20641   { echo "$as_me:$LINENO: result: yes" >&5
20642 echo "${ECHO_T}yes" >&6; }
20643 else
20644   echo "$as_me: failed program was:" >&5
20645 sed 's/^/| /' conftest.$ac_ext >&5
20646
20647         { { echo "$as_me:$LINENO: error: no.  Try a different SDK
20648 See \`config.log' for more details." >&5
20649 echo "$as_me: error: no.  Try a different SDK
20650 See \`config.log' for more details." >&2;}
20651    { (exit 1); exit 1; }; }; exit 1
20652 fi
20653
20654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20655       conftest$ac_exeext conftest.$ac_ext
20656     ac_ext=c
20657 ac_cpp='$CPP $CPPFLAGS'
20658 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20659 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20660 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20661
20662 fi
20663
20664
20665 case "${host}" in
20666
20667                 *-*-darwin* )
20668         INSTALL_PROGRAM="cp -fp"
20669         INSTALL_DATA="cp -fp"
20670         ;;
20671     *)
20672         ;;
20673 esac
20674
20675
20676 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
20677     CXXFLAGS="-qunique $CXXFLAGS"
20678 fi
20679
20680 case "${host}" in
20681   powerpc-*-darwin* )
20682     { echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
20683 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6; }
20684     cat >conftest.$ac_ext <<_ACEOF
20685 /* confdefs.h.  */
20686 _ACEOF
20687 cat confdefs.h >>conftest.$ac_ext
20688 cat >>conftest.$ac_ext <<_ACEOF
20689 /* end confdefs.h.  */
20690
20691 int
20692 main ()
20693 {
20694 #ifndef __POWERPC__
20695         choke me for lack of PowerPC
20696 #endif
20697
20698   ;
20699   return 0;
20700 }
20701 _ACEOF
20702 rm -f conftest.$ac_objext
20703 if { (ac_try="$ac_compile"
20704 case "(($ac_try" in
20705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20706   *) ac_try_echo=$ac_try;;
20707 esac
20708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20709   (eval "$ac_compile") 2>conftest.er1
20710   ac_status=$?
20711   grep -v '^ *+' conftest.er1 >conftest.err
20712   rm -f conftest.er1
20713   cat conftest.err >&5
20714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20715   (exit $ac_status); } && {
20716          test -z "$ac_c_werror_flag" ||
20717          test ! -s conftest.err
20718        } && test -s conftest.$ac_objext; then
20719   { echo "$as_me:$LINENO: result: yes" >&5
20720 echo "${ECHO_T}yes" >&6; }
20721 else
20722   echo "$as_me: failed program was:" >&5
20723 sed 's/^/| /' conftest.$ac_ext >&5
20724
20725         { echo "$as_me:$LINENO: result: no" >&5
20726 echo "${ECHO_T}no" >&6; }
20727         cat >>confdefs.h <<\_ACEOF
20728 #define __POWERPC__ 1
20729 _ACEOF
20730
20731
20732 fi
20733
20734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20735   ;;
20736 esac
20737
20738 case "${host}" in
20739   *-*-darwin* )
20740     { echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
20741 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6; }
20742     cat >conftest.$ac_ext <<_ACEOF
20743 /* confdefs.h.  */
20744 _ACEOF
20745 cat confdefs.h >>conftest.$ac_ext
20746 cat >>conftest.$ac_ext <<_ACEOF
20747 /* end confdefs.h.  */
20748 #include <CoreFoundation/CFBase.h>
20749
20750 int
20751 main ()
20752 {
20753
20754   ;
20755   return 0;
20756 }
20757 _ACEOF
20758 rm -f conftest.$ac_objext
20759 if { (ac_try="$ac_compile"
20760 case "(($ac_try" in
20761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20762   *) ac_try_echo=$ac_try;;
20763 esac
20764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20765   (eval "$ac_compile") 2>conftest.er1
20766   ac_status=$?
20767   grep -v '^ *+' conftest.er1 >conftest.err
20768   rm -f conftest.er1
20769   cat conftest.err >&5
20770   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20771   (exit $ac_status); } && {
20772          test -z "$ac_c_werror_flag" ||
20773          test ! -s conftest.err
20774        } && test -s conftest.$ac_objext; then
20775   { echo "$as_me:$LINENO: result: yes" >&5
20776 echo "${ECHO_T}yes" >&6; }
20777 else
20778   echo "$as_me: failed program was:" >&5
20779 sed 's/^/| /' conftest.$ac_ext >&5
20780
20781         { echo "$as_me:$LINENO: result: no" >&5
20782 echo "${ECHO_T}no" >&6; }
20783         { echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
20784 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6; }
20785         cat >conftest.$ac_ext <<_ACEOF
20786 /* confdefs.h.  */
20787 _ACEOF
20788 cat confdefs.h >>conftest.$ac_ext
20789 cat >>conftest.$ac_ext <<_ACEOF
20790 /* end confdefs.h.  */
20791 #define __CF_USE_FRAMEWORK_INCLUDES__
20792 #include <CoreFoundation/CFBase.h>
20793
20794 int
20795 main ()
20796 {
20797
20798   ;
20799   return 0;
20800 }
20801 _ACEOF
20802 rm -f conftest.$ac_objext
20803 if { (ac_try="$ac_compile"
20804 case "(($ac_try" in
20805   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20806   *) ac_try_echo=$ac_try;;
20807 esac
20808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20809   (eval "$ac_compile") 2>conftest.er1
20810   ac_status=$?
20811   grep -v '^ *+' conftest.er1 >conftest.err
20812   rm -f conftest.er1
20813   cat conftest.err >&5
20814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20815   (exit $ac_status); } && {
20816          test -z "$ac_c_werror_flag" ||
20817          test ! -s conftest.err
20818        } && test -s conftest.$ac_objext; then
20819   { echo "$as_me:$LINENO: result: yes" >&5
20820 echo "${ECHO_T}yes" >&6; }
20821                         CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
20822 else
20823   echo "$as_me: failed program was:" >&5
20824 sed 's/^/| /' conftest.$ac_ext >&5
20825
20826         { { echo "$as_me:$LINENO: error: no.  CoreFoundation not available.
20827 See \`config.log' for more details." >&5
20828 echo "$as_me: error: no.  CoreFoundation not available.
20829 See \`config.log' for more details." >&2;}
20830    { (exit 1); exit 1; }; }
20831
20832 fi
20833
20834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20835
20836
20837 fi
20838
20839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20840   ;;
20841 esac
20842
20843 wants_win32=0
20844 doesnt_want_win32=0
20845 case "${host}" in
20846   *-*-cygwin*)
20847       if test "$wxUSE_MSW" = 1 ; then
20848         wants_win32=1
20849       else
20850                         { echo "$as_me:$LINENO: checking if -mno-cygwin is in effect" >&5
20851 echo $ECHO_N "checking if -mno-cygwin is in effect... $ECHO_C" >&6; }
20852 if test "${wx_cv_nocygwin+set}" = set; then
20853   echo $ECHO_N "(cached) $ECHO_C" >&6
20854 else
20855
20856                 cat >conftest.$ac_ext <<_ACEOF
20857 /* confdefs.h.  */
20858 _ACEOF
20859 cat confdefs.h >>conftest.$ac_ext
20860 cat >>conftest.$ac_ext <<_ACEOF
20861 /* end confdefs.h.  */
20862
20863 int
20864 main ()
20865 {
20866
20867                         #ifdef __MINGW32__
20868                             choke me
20869                         #endif
20870
20871   ;
20872   return 0;
20873 }
20874 _ACEOF
20875 rm -f conftest.$ac_objext
20876 if { (ac_try="$ac_compile"
20877 case "(($ac_try" in
20878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20879   *) ac_try_echo=$ac_try;;
20880 esac
20881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20882   (eval "$ac_compile") 2>conftest.er1
20883   ac_status=$?
20884   grep -v '^ *+' conftest.er1 >conftest.err
20885   rm -f conftest.er1
20886   cat conftest.err >&5
20887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20888   (exit $ac_status); } && {
20889          test -z "$ac_c_werror_flag" ||
20890          test ! -s conftest.err
20891        } && test -s conftest.$ac_objext; then
20892   wx_cv_nocygwin=no
20893 else
20894   echo "$as_me: failed program was:" >&5
20895 sed 's/^/| /' conftest.$ac_ext >&5
20896
20897         wx_cv_nocygwin=yes
20898
20899 fi
20900
20901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20902
20903
20904 fi
20905 { echo "$as_me:$LINENO: result: $wx_cv_nocygwin" >&5
20906 echo "${ECHO_T}$wx_cv_nocygwin" >&6; }
20907
20908         if test "$wx_cv_nocygwin" = "yes"; then
20909             wants_win32=1
20910         else
20911             doesnt_want_win32=1
20912         fi
20913       fi
20914       if test "$wants_win32" = 1 ; then
20915         BAKEFILE_FORCE_PLATFORM=win32
20916       fi
20917   ;;
20918   *-*-mingw*)
20919       wants_win32=1
20920   ;;
20921 esac
20922
20923 if test "$wxUSE_WINE" = "yes"; then
20924     wants_win32=1
20925     LDFLAGS_GUI="-mwindows"
20926 fi
20927
20928 if test "$wants_win32" = 1 ; then
20929     USE_UNIX=0
20930     USE_WIN32=1
20931     cat >>confdefs.h <<\_ACEOF
20932 #define __WIN32__ 1
20933 _ACEOF
20934
20935     cat >>confdefs.h <<\_ACEOF
20936 #define __WIN95__ 1
20937 _ACEOF
20938
20939     cat >>confdefs.h <<\_ACEOF
20940 #define __WINDOWS__ 1
20941 _ACEOF
20942
20943     cat >>confdefs.h <<\_ACEOF
20944 #define __GNUWIN32__ 1
20945 _ACEOF
20946
20947     cat >>confdefs.h <<\_ACEOF
20948 #define STRICT 1
20949 _ACEOF
20950
20951 fi
20952 if test "$doesnt_want_win32" = 1 ; then
20953     USE_UNIX=1
20954     USE_WIN32=0
20955 fi
20956
20957 if test "$USE_UNIX" = 1 ; then
20958     wxUSE_UNIX=yes
20959     cat >>confdefs.h <<\_ACEOF
20960 #define __UNIX__ 1
20961 _ACEOF
20962
20963 fi
20964
20965 case "${host}" in
20966   *-pc-os2_emx | *-pc-os2-emx )
20967                                                       if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
20968                               { echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
20969 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6; }
20970 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
20971   echo $ECHO_N "(cached) $ECHO_C" >&6
20972 else
20973   ac_check_lib_save_LIBS=$LIBS
20974 LIBS="-lcExt  $LIBS"
20975 cat >conftest.$ac_ext <<_ACEOF
20976 /* confdefs.h.  */
20977 _ACEOF
20978 cat confdefs.h >>conftest.$ac_ext
20979 cat >>conftest.$ac_ext <<_ACEOF
20980 /* end confdefs.h.  */
20981
20982 /* Override any GCC internal prototype to avoid an error.
20983    Use char because int might match the return type of a GCC
20984    builtin and then its argument prototype would still apply.  */
20985 #ifdef __cplusplus
20986 extern "C"
20987 #endif
20988 char drand48 ();
20989 int
20990 main ()
20991 {
20992 return drand48 ();
20993   ;
20994   return 0;
20995 }
20996 _ACEOF
20997 rm -f conftest.$ac_objext conftest$ac_exeext
20998 if { (ac_try="$ac_link"
20999 case "(($ac_try" in
21000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21001   *) ac_try_echo=$ac_try;;
21002 esac
21003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21004   (eval "$ac_link") 2>conftest.er1
21005   ac_status=$?
21006   grep -v '^ *+' conftest.er1 >conftest.err
21007   rm -f conftest.er1
21008   cat conftest.err >&5
21009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21010   (exit $ac_status); } && {
21011          test -z "$ac_c_werror_flag" ||
21012          test ! -s conftest.err
21013        } && test -s conftest$ac_exeext &&
21014        $as_test_x conftest$ac_exeext; then
21015   ac_cv_lib_cExt_drand48=yes
21016 else
21017   echo "$as_me: failed program was:" >&5
21018 sed 's/^/| /' conftest.$ac_ext >&5
21019
21020         ac_cv_lib_cExt_drand48=no
21021 fi
21022
21023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21024       conftest$ac_exeext conftest.$ac_ext
21025 LIBS=$ac_check_lib_save_LIBS
21026 fi
21027 { echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
21028 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6; }
21029 if test $ac_cv_lib_cExt_drand48 = yes; then
21030   LIBS="$LIBS -lcExt"
21031 fi
21032
21033       else
21034                     RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
21035       fi
21036                                     { echo "$as_me:$LINENO: checking for gcc/libc version" >&5
21037 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6; }
21038 if test "${wx_cv_gccversion+set}" = set; then
21039   echo $ECHO_N "(cached) $ECHO_C" >&6
21040 else
21041
21042           if test "$cross_compiling" = yes; then
21043                 wx_cv_gccversion="EMX2"
21044
21045 else
21046   cat >conftest.$ac_ext <<_ACEOF
21047 /* confdefs.h.  */
21048 _ACEOF
21049 cat confdefs.h >>conftest.$ac_ext
21050 cat >>conftest.$ac_ext <<_ACEOF
21051 /* end confdefs.h.  */
21052
21053                   #include <stdio.h>
21054
21055                   int main()
21056                   {
21057                       FILE *f=fopen("conftestval", "w");
21058                       if (!f) exit(1);
21059                       fprintf(f,
21060                   #if (__GNUC__ < 3)
21061                               "EMX2"
21062                   #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
21063                               "EMX3"
21064                   #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
21065                               "Innotek5"
21066                   #else
21067                               "Innotek6"
21068                   #endif
21069                       );
21070                       exit(0);
21071                   }
21072
21073 _ACEOF
21074 rm -f conftest$ac_exeext
21075 if { (ac_try="$ac_link"
21076 case "(($ac_try" in
21077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21078   *) ac_try_echo=$ac_try;;
21079 esac
21080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21081   (eval "$ac_link") 2>&5
21082   ac_status=$?
21083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21084   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21085   { (case "(($ac_try" in
21086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21087   *) ac_try_echo=$ac_try;;
21088 esac
21089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21090   (eval "$ac_try") 2>&5
21091   ac_status=$?
21092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21093   (exit $ac_status); }; }; then
21094   wx_cv_gccversion=`cat conftestval`
21095 else
21096   echo "$as_me: program exited with status $ac_status" >&5
21097 echo "$as_me: failed program was:" >&5
21098 sed 's/^/| /' conftest.$ac_ext >&5
21099
21100 ( exit $ac_status )
21101 wx_cv_gccversion="EMX2"
21102 fi
21103 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21104 fi
21105
21106
21107
21108 fi
21109 { echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
21110 echo "${ECHO_T}$wx_cv_gccversion" >&6; }
21111       if test "$wx_cv_gccversion" = "EMX2"; then
21112           LIBS="$LIBS -lstdcpp"
21113           LDFLAGS="$LDFLAGS -Zsysv-signals"
21114       else
21115           if test "$wx_cv_gccversion" = "EMX3"; then
21116               LIBS="$LIBS -lstdcxx -lgcc"
21117               LDFLAGS="$LDFLAGS -Zsysv-signals"
21118           else
21119               LIBS="$LIBS -lstdc++"
21120           fi
21121       fi
21122       if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
21123         { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
21124 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
21125         wxUSE_OMF=yes
21126         enable_omf=yes
21127       fi
21128         ;;
21129   *)
21130
21131       { echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
21132 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6; }
21133 if test "${ac_cv_string_strcasecmp+set}" = set; then
21134   echo $ECHO_N "(cached) $ECHO_C" >&6
21135 else
21136
21137           cat >conftest.$ac_ext <<_ACEOF
21138 /* confdefs.h.  */
21139 _ACEOF
21140 cat confdefs.h >>conftest.$ac_ext
21141 cat >>conftest.$ac_ext <<_ACEOF
21142 /* end confdefs.h.  */
21143
21144               #include <string.h>
21145
21146 int
21147 main ()
21148 {
21149
21150                   strcasecmp("foo", "bar");
21151
21152   ;
21153   return 0;
21154 }
21155 _ACEOF
21156 rm -f conftest.$ac_objext conftest$ac_exeext
21157 if { (ac_try="$ac_link"
21158 case "(($ac_try" in
21159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21160   *) ac_try_echo=$ac_try;;
21161 esac
21162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21163   (eval "$ac_link") 2>conftest.er1
21164   ac_status=$?
21165   grep -v '^ *+' conftest.er1 >conftest.err
21166   rm -f conftest.er1
21167   cat conftest.err >&5
21168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21169   (exit $ac_status); } && {
21170          test -z "$ac_c_werror_flag" ||
21171          test ! -s conftest.err
21172        } && test -s conftest$ac_exeext &&
21173        $as_test_x conftest$ac_exeext; then
21174   ac_cv_string_strcasecmp=yes
21175 else
21176   echo "$as_me: failed program was:" >&5
21177 sed 's/^/| /' conftest.$ac_ext >&5
21178
21179         ac_cv_string_strcasecmp=no
21180
21181 fi
21182
21183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21184       conftest$ac_exeext conftest.$ac_ext
21185
21186 fi
21187 { echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
21188 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6; }
21189
21190       if test x"$ac_cv_string_strcasecmp" = "xyes"; then
21191           cat >>confdefs.h <<\_ACEOF
21192 #define HAVE_STRCASECMP_IN_STRING_H 1
21193 _ACEOF
21194
21195       else
21196           { echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
21197 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6; }
21198 if test "${ac_cv_strings_strcasecmp+set}" = set; then
21199   echo $ECHO_N "(cached) $ECHO_C" >&6
21200 else
21201
21202               cat >conftest.$ac_ext <<_ACEOF
21203 /* confdefs.h.  */
21204 _ACEOF
21205 cat confdefs.h >>conftest.$ac_ext
21206 cat >>conftest.$ac_ext <<_ACEOF
21207 /* end confdefs.h.  */
21208
21209                   #include <strings.h>
21210
21211 int
21212 main ()
21213 {
21214
21215                       strcasecmp("foo", "bar");
21216
21217   ;
21218   return 0;
21219 }
21220 _ACEOF
21221 rm -f conftest.$ac_objext conftest$ac_exeext
21222 if { (ac_try="$ac_link"
21223 case "(($ac_try" in
21224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21225   *) ac_try_echo=$ac_try;;
21226 esac
21227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21228   (eval "$ac_link") 2>conftest.er1
21229   ac_status=$?
21230   grep -v '^ *+' conftest.er1 >conftest.err
21231   rm -f conftest.er1
21232   cat conftest.err >&5
21233   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234   (exit $ac_status); } && {
21235          test -z "$ac_c_werror_flag" ||
21236          test ! -s conftest.err
21237        } && test -s conftest$ac_exeext &&
21238        $as_test_x conftest$ac_exeext; then
21239   ac_cv_strings_strcasecmp=yes
21240 else
21241   echo "$as_me: failed program was:" >&5
21242 sed 's/^/| /' conftest.$ac_ext >&5
21243
21244         ac_cv_strings_strcasecmp=no
21245
21246 fi
21247
21248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21249       conftest$ac_exeext conftest.$ac_ext
21250
21251 fi
21252 { echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
21253 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6; }
21254
21255           if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
21256               cat >>confdefs.h <<\_ACEOF
21257 #define HAVE_STRCASECMP_IN_STRINGS_H 1
21258 _ACEOF
21259
21260           else
21261               { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
21262 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
21263    { (exit 1); exit 1; }; }
21264           fi
21265       fi
21266
21267         ;;
21268 esac
21269
21270
21271 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
21272 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
21273 if test "${ac_cv_header_stdc+set}" = set; then
21274   echo $ECHO_N "(cached) $ECHO_C" >&6
21275 else
21276   cat >conftest.$ac_ext <<_ACEOF
21277 /* confdefs.h.  */
21278 _ACEOF
21279 cat confdefs.h >>conftest.$ac_ext
21280 cat >>conftest.$ac_ext <<_ACEOF
21281 /* end confdefs.h.  */
21282 #include <stdlib.h>
21283 #include <stdarg.h>
21284 #include <string.h>
21285 #include <float.h>
21286
21287 int
21288 main ()
21289 {
21290
21291   ;
21292   return 0;
21293 }
21294 _ACEOF
21295 rm -f conftest.$ac_objext
21296 if { (ac_try="$ac_compile"
21297 case "(($ac_try" in
21298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21299   *) ac_try_echo=$ac_try;;
21300 esac
21301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21302   (eval "$ac_compile") 2>conftest.er1
21303   ac_status=$?
21304   grep -v '^ *+' conftest.er1 >conftest.err
21305   rm -f conftest.er1
21306   cat conftest.err >&5
21307   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21308   (exit $ac_status); } && {
21309          test -z "$ac_c_werror_flag" ||
21310          test ! -s conftest.err
21311        } && test -s conftest.$ac_objext; then
21312   ac_cv_header_stdc=yes
21313 else
21314   echo "$as_me: failed program was:" >&5
21315 sed 's/^/| /' conftest.$ac_ext >&5
21316
21317         ac_cv_header_stdc=no
21318 fi
21319
21320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21321
21322 if test $ac_cv_header_stdc = yes; then
21323   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
21324   cat >conftest.$ac_ext <<_ACEOF
21325 /* confdefs.h.  */
21326 _ACEOF
21327 cat confdefs.h >>conftest.$ac_ext
21328 cat >>conftest.$ac_ext <<_ACEOF
21329 /* end confdefs.h.  */
21330 #include <string.h>
21331
21332 _ACEOF
21333 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21334   $EGREP "memchr" >/dev/null 2>&1; then
21335   :
21336 else
21337   ac_cv_header_stdc=no
21338 fi
21339 rm -f conftest*
21340
21341 fi
21342
21343 if test $ac_cv_header_stdc = yes; then
21344   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
21345   cat >conftest.$ac_ext <<_ACEOF
21346 /* confdefs.h.  */
21347 _ACEOF
21348 cat confdefs.h >>conftest.$ac_ext
21349 cat >>conftest.$ac_ext <<_ACEOF
21350 /* end confdefs.h.  */
21351 #include <stdlib.h>
21352
21353 _ACEOF
21354 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21355   $EGREP "free" >/dev/null 2>&1; then
21356   :
21357 else
21358   ac_cv_header_stdc=no
21359 fi
21360 rm -f conftest*
21361
21362 fi
21363
21364 if test $ac_cv_header_stdc = yes; then
21365   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
21366   if test "$cross_compiling" = yes; then
21367   :
21368 else
21369   cat >conftest.$ac_ext <<_ACEOF
21370 /* confdefs.h.  */
21371 _ACEOF
21372 cat confdefs.h >>conftest.$ac_ext
21373 cat >>conftest.$ac_ext <<_ACEOF
21374 /* end confdefs.h.  */
21375 #include <ctype.h>
21376 #include <stdlib.h>
21377 #if ((' ' & 0x0FF) == 0x020)
21378 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
21379 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
21380 #else
21381 # define ISLOWER(c) \
21382                    (('a' <= (c) && (c) <= 'i') \
21383                      || ('j' <= (c) && (c) <= 'r') \
21384                      || ('s' <= (c) && (c) <= 'z'))
21385 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
21386 #endif
21387
21388 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
21389 int
21390 main ()
21391 {
21392   int i;
21393   for (i = 0; i < 256; i++)
21394     if (XOR (islower (i), ISLOWER (i))
21395         || toupper (i) != TOUPPER (i))
21396       return 2;
21397   return 0;
21398 }
21399 _ACEOF
21400 rm -f conftest$ac_exeext
21401 if { (ac_try="$ac_link"
21402 case "(($ac_try" in
21403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21404   *) ac_try_echo=$ac_try;;
21405 esac
21406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21407   (eval "$ac_link") 2>&5
21408   ac_status=$?
21409   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21410   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21411   { (case "(($ac_try" in
21412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21413   *) ac_try_echo=$ac_try;;
21414 esac
21415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21416   (eval "$ac_try") 2>&5
21417   ac_status=$?
21418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21419   (exit $ac_status); }; }; then
21420   :
21421 else
21422   echo "$as_me: program exited with status $ac_status" >&5
21423 echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21425
21426 ( exit $ac_status )
21427 ac_cv_header_stdc=no
21428 fi
21429 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21430 fi
21431
21432
21433 fi
21434 fi
21435 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
21436 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
21437 if test $ac_cv_header_stdc = yes; then
21438
21439 cat >>confdefs.h <<\_ACEOF
21440 #define STDC_HEADERS 1
21441 _ACEOF
21442
21443 fi
21444
21445 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
21446
21447
21448
21449
21450
21451
21452
21453
21454
21455 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
21456                   inttypes.h stdint.h unistd.h
21457 do
21458 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21459 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21460 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21461 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21462   echo $ECHO_N "(cached) $ECHO_C" >&6
21463 else
21464   cat >conftest.$ac_ext <<_ACEOF
21465 /* confdefs.h.  */
21466 _ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h.  */
21470 $ac_includes_default
21471
21472 #include <$ac_header>
21473 _ACEOF
21474 rm -f conftest.$ac_objext
21475 if { (ac_try="$ac_compile"
21476 case "(($ac_try" in
21477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21478   *) ac_try_echo=$ac_try;;
21479 esac
21480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21481   (eval "$ac_compile") 2>conftest.er1
21482   ac_status=$?
21483   grep -v '^ *+' conftest.er1 >conftest.err
21484   rm -f conftest.er1
21485   cat conftest.err >&5
21486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21487   (exit $ac_status); } && {
21488          test -z "$ac_c_werror_flag" ||
21489          test ! -s conftest.err
21490        } && test -s conftest.$ac_objext; then
21491   eval "$as_ac_Header=yes"
21492 else
21493   echo "$as_me: failed program was:" >&5
21494 sed 's/^/| /' conftest.$ac_ext >&5
21495
21496         eval "$as_ac_Header=no"
21497 fi
21498
21499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21500 fi
21501 ac_res=`eval echo '${'$as_ac_Header'}'`
21502                { echo "$as_me:$LINENO: result: $ac_res" >&5
21503 echo "${ECHO_T}$ac_res" >&6; }
21504 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21505   cat >>confdefs.h <<_ACEOF
21506 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21507 _ACEOF
21508
21509 fi
21510
21511 done
21512
21513
21514
21515
21516 for ac_header in langinfo.h wchar.h
21517 do
21518 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21519 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21520 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21521 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21522   echo $ECHO_N "(cached) $ECHO_C" >&6
21523 else
21524   cat >conftest.$ac_ext <<_ACEOF
21525 /* confdefs.h.  */
21526 _ACEOF
21527 cat confdefs.h >>conftest.$ac_ext
21528 cat >>conftest.$ac_ext <<_ACEOF
21529 /* end confdefs.h.  */
21530 $ac_includes_default
21531
21532 #include <$ac_header>
21533 _ACEOF
21534 rm -f conftest.$ac_objext
21535 if { (ac_try="$ac_compile"
21536 case "(($ac_try" in
21537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21538   *) ac_try_echo=$ac_try;;
21539 esac
21540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21541   (eval "$ac_compile") 2>conftest.er1
21542   ac_status=$?
21543   grep -v '^ *+' conftest.er1 >conftest.err
21544   rm -f conftest.er1
21545   cat conftest.err >&5
21546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21547   (exit $ac_status); } && {
21548          test -z "$ac_c_werror_flag" ||
21549          test ! -s conftest.err
21550        } && test -s conftest.$ac_objext; then
21551   eval "$as_ac_Header=yes"
21552 else
21553   echo "$as_me: failed program was:" >&5
21554 sed 's/^/| /' conftest.$ac_ext >&5
21555
21556         eval "$as_ac_Header=no"
21557 fi
21558
21559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21560 fi
21561 ac_res=`eval echo '${'$as_ac_Header'}'`
21562                { echo "$as_me:$LINENO: result: $ac_res" >&5
21563 echo "${ECHO_T}$ac_res" >&6; }
21564 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21565   cat >>confdefs.h <<_ACEOF
21566 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21567 _ACEOF
21568
21569 fi
21570
21571 done
21572
21573
21574 if test "$ac_cv_header_wchar_h" != "yes"; then
21575
21576 for ac_header in wcstr.h
21577 do
21578 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21579 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21580 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21581 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21582   echo $ECHO_N "(cached) $ECHO_C" >&6
21583 else
21584   cat >conftest.$ac_ext <<_ACEOF
21585 /* confdefs.h.  */
21586 _ACEOF
21587 cat confdefs.h >>conftest.$ac_ext
21588 cat >>conftest.$ac_ext <<_ACEOF
21589 /* end confdefs.h.  */
21590 $ac_includes_default
21591
21592 #include <$ac_header>
21593 _ACEOF
21594 rm -f conftest.$ac_objext
21595 if { (ac_try="$ac_compile"
21596 case "(($ac_try" in
21597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21598   *) ac_try_echo=$ac_try;;
21599 esac
21600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21601   (eval "$ac_compile") 2>conftest.er1
21602   ac_status=$?
21603   grep -v '^ *+' conftest.er1 >conftest.err
21604   rm -f conftest.er1
21605   cat conftest.err >&5
21606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21607   (exit $ac_status); } && {
21608          test -z "$ac_c_werror_flag" ||
21609          test ! -s conftest.err
21610        } && test -s conftest.$ac_objext; then
21611   eval "$as_ac_Header=yes"
21612 else
21613   echo "$as_me: failed program was:" >&5
21614 sed 's/^/| /' conftest.$ac_ext >&5
21615
21616         eval "$as_ac_Header=no"
21617 fi
21618
21619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21620 fi
21621 ac_res=`eval echo '${'$as_ac_Header'}'`
21622                { echo "$as_me:$LINENO: result: $ac_res" >&5
21623 echo "${ECHO_T}$ac_res" >&6; }
21624 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21625   cat >>confdefs.h <<_ACEOF
21626 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21627 _ACEOF
21628
21629 fi
21630
21631 done
21632
21633 fi
21634
21635 case "${host}" in
21636   *-pc-os2_emx | *-pc-os2-emx )
21637                   if test $ac_cv_header_langinfo_h = "yes" \
21638                 -a \(   "$wx_cv_gccversion" = "EMX2" \
21639                      -o "$wx_cv_gccversion" = "EMX3" \
21640                      -o "$wx_cv_gccversion" = "Innotek5" \); then
21641           LIBS="$LIBS -lintl"
21642       fi
21643   ;;
21644 esac
21645
21646 if test "$USE_UNIX" = 1 ; then
21647
21648 for ac_header in sys/select.h
21649 do
21650 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21651 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21652 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21653 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21654   echo $ECHO_N "(cached) $ECHO_C" >&6
21655 else
21656   cat >conftest.$ac_ext <<_ACEOF
21657 /* confdefs.h.  */
21658 _ACEOF
21659 cat confdefs.h >>conftest.$ac_ext
21660 cat >>conftest.$ac_ext <<_ACEOF
21661 /* end confdefs.h.  */
21662 $ac_includes_default
21663
21664 #include <$ac_header>
21665 _ACEOF
21666 rm -f conftest.$ac_objext
21667 if { (ac_try="$ac_compile"
21668 case "(($ac_try" in
21669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21670   *) ac_try_echo=$ac_try;;
21671 esac
21672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21673   (eval "$ac_compile") 2>conftest.er1
21674   ac_status=$?
21675   grep -v '^ *+' conftest.er1 >conftest.err
21676   rm -f conftest.er1
21677   cat conftest.err >&5
21678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21679   (exit $ac_status); } && {
21680          test -z "$ac_c_werror_flag" ||
21681          test ! -s conftest.err
21682        } && test -s conftest.$ac_objext; then
21683   eval "$as_ac_Header=yes"
21684 else
21685   echo "$as_me: failed program was:" >&5
21686 sed 's/^/| /' conftest.$ac_ext >&5
21687
21688         eval "$as_ac_Header=no"
21689 fi
21690
21691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21692 fi
21693 ac_res=`eval echo '${'$as_ac_Header'}'`
21694                { echo "$as_me:$LINENO: result: $ac_res" >&5
21695 echo "${ECHO_T}$ac_res" >&6; }
21696 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21697   cat >>confdefs.h <<_ACEOF
21698 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21699 _ACEOF
21700
21701 fi
21702
21703 done
21704
21705 fi
21706
21707
21708 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
21709 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
21710 if test "${ac_cv_c_const+set}" = set; then
21711   echo $ECHO_N "(cached) $ECHO_C" >&6
21712 else
21713   cat >conftest.$ac_ext <<_ACEOF
21714 /* confdefs.h.  */
21715 _ACEOF
21716 cat confdefs.h >>conftest.$ac_ext
21717 cat >>conftest.$ac_ext <<_ACEOF
21718 /* end confdefs.h.  */
21719
21720 int
21721 main ()
21722 {
21723 /* FIXME: Include the comments suggested by Paul. */
21724 #ifndef __cplusplus
21725   /* Ultrix mips cc rejects this.  */
21726   typedef int charset[2];
21727   const charset cs;
21728   /* SunOS 4.1.1 cc rejects this.  */
21729   char const *const *pcpcc;
21730   char **ppc;
21731   /* NEC SVR4.0.2 mips cc rejects this.  */
21732   struct point {int x, y;};
21733   static struct point const zero = {0,0};
21734   /* AIX XL C 1.02.0.0 rejects this.
21735      It does not let you subtract one const X* pointer from another in
21736      an arm of an if-expression whose if-part is not a constant
21737      expression */
21738   const char *g = "string";
21739   pcpcc = &g + (g ? g-g : 0);
21740   /* HPUX 7.0 cc rejects these. */
21741   ++pcpcc;
21742   ppc = (char**) pcpcc;
21743   pcpcc = (char const *const *) ppc;
21744   { /* SCO 3.2v4 cc rejects this.  */
21745     char *t;
21746     char const *s = 0 ? (char *) 0 : (char const *) 0;
21747
21748     *t++ = 0;
21749     if (s) return 0;
21750   }
21751   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
21752     int x[] = {25, 17};
21753     const int *foo = &x[0];
21754     ++foo;
21755   }
21756   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
21757     typedef const int *iptr;
21758     iptr p = 0;
21759     ++p;
21760   }
21761   { /* AIX XL C 1.02.0.0 rejects this saying
21762        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
21763     struct s { int j; const int *ap[3]; };
21764     struct s *b; b->j = 5;
21765   }
21766   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
21767     const int foo = 10;
21768     if (!foo) return 0;
21769   }
21770   return !cs[0] && !zero.x;
21771 #endif
21772
21773   ;
21774   return 0;
21775 }
21776 _ACEOF
21777 rm -f conftest.$ac_objext
21778 if { (ac_try="$ac_compile"
21779 case "(($ac_try" in
21780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21781   *) ac_try_echo=$ac_try;;
21782 esac
21783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21784   (eval "$ac_compile") 2>conftest.er1
21785   ac_status=$?
21786   grep -v '^ *+' conftest.er1 >conftest.err
21787   rm -f conftest.er1
21788   cat conftest.err >&5
21789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21790   (exit $ac_status); } && {
21791          test -z "$ac_c_werror_flag" ||
21792          test ! -s conftest.err
21793        } && test -s conftest.$ac_objext; then
21794   ac_cv_c_const=yes
21795 else
21796   echo "$as_me: failed program was:" >&5
21797 sed 's/^/| /' conftest.$ac_ext >&5
21798
21799         ac_cv_c_const=no
21800 fi
21801
21802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21803 fi
21804 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
21805 echo "${ECHO_T}$ac_cv_c_const" >&6; }
21806 if test $ac_cv_c_const = no; then
21807
21808 cat >>confdefs.h <<\_ACEOF
21809 #define const
21810 _ACEOF
21811
21812 fi
21813
21814 { echo "$as_me:$LINENO: checking for inline" >&5
21815 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
21816 if test "${ac_cv_c_inline+set}" = set; then
21817   echo $ECHO_N "(cached) $ECHO_C" >&6
21818 else
21819   ac_cv_c_inline=no
21820 for ac_kw in inline __inline__ __inline; do
21821   cat >conftest.$ac_ext <<_ACEOF
21822 /* confdefs.h.  */
21823 _ACEOF
21824 cat confdefs.h >>conftest.$ac_ext
21825 cat >>conftest.$ac_ext <<_ACEOF
21826 /* end confdefs.h.  */
21827 #ifndef __cplusplus
21828 typedef int foo_t;
21829 static $ac_kw foo_t static_foo () {return 0; }
21830 $ac_kw foo_t foo () {return 0; }
21831 #endif
21832
21833 _ACEOF
21834 rm -f conftest.$ac_objext
21835 if { (ac_try="$ac_compile"
21836 case "(($ac_try" in
21837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21838   *) ac_try_echo=$ac_try;;
21839 esac
21840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21841   (eval "$ac_compile") 2>conftest.er1
21842   ac_status=$?
21843   grep -v '^ *+' conftest.er1 >conftest.err
21844   rm -f conftest.er1
21845   cat conftest.err >&5
21846   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21847   (exit $ac_status); } && {
21848          test -z "$ac_c_werror_flag" ||
21849          test ! -s conftest.err
21850        } && test -s conftest.$ac_objext; then
21851   ac_cv_c_inline=$ac_kw
21852 else
21853   echo "$as_me: failed program was:" >&5
21854 sed 's/^/| /' conftest.$ac_ext >&5
21855
21856
21857 fi
21858
21859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21860   test "$ac_cv_c_inline" != no && break
21861 done
21862
21863 fi
21864 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
21865 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
21866
21867
21868 case $ac_cv_c_inline in
21869   inline | yes) ;;
21870   *)
21871     case $ac_cv_c_inline in
21872       no) ac_val=;;
21873       *) ac_val=$ac_cv_c_inline;;
21874     esac
21875     cat >>confdefs.h <<_ACEOF
21876 #ifndef __cplusplus
21877 #define inline $ac_val
21878 #endif
21879 _ACEOF
21880     ;;
21881 esac
21882
21883
21884 { echo "$as_me:$LINENO: checking for short" >&5
21885 echo $ECHO_N "checking for short... $ECHO_C" >&6; }
21886 if test "${ac_cv_type_short+set}" = set; then
21887   echo $ECHO_N "(cached) $ECHO_C" >&6
21888 else
21889   cat >conftest.$ac_ext <<_ACEOF
21890 /* confdefs.h.  */
21891 _ACEOF
21892 cat confdefs.h >>conftest.$ac_ext
21893 cat >>conftest.$ac_ext <<_ACEOF
21894 /* end confdefs.h.  */
21895 $ac_includes_default
21896 typedef short ac__type_new_;
21897 int
21898 main ()
21899 {
21900 if ((ac__type_new_ *) 0)
21901   return 0;
21902 if (sizeof (ac__type_new_))
21903   return 0;
21904   ;
21905   return 0;
21906 }
21907 _ACEOF
21908 rm -f conftest.$ac_objext
21909 if { (ac_try="$ac_compile"
21910 case "(($ac_try" in
21911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21912   *) ac_try_echo=$ac_try;;
21913 esac
21914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21915   (eval "$ac_compile") 2>conftest.er1
21916   ac_status=$?
21917   grep -v '^ *+' conftest.er1 >conftest.err
21918   rm -f conftest.er1
21919   cat conftest.err >&5
21920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21921   (exit $ac_status); } && {
21922          test -z "$ac_c_werror_flag" ||
21923          test ! -s conftest.err
21924        } && test -s conftest.$ac_objext; then
21925   ac_cv_type_short=yes
21926 else
21927   echo "$as_me: failed program was:" >&5
21928 sed 's/^/| /' conftest.$ac_ext >&5
21929
21930         ac_cv_type_short=no
21931 fi
21932
21933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21934 fi
21935 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
21936 echo "${ECHO_T}$ac_cv_type_short" >&6; }
21937
21938 # The cast to long int works around a bug in the HP C Compiler
21939 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21940 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21941 # This bug is HP SR number 8606223364.
21942 { echo "$as_me:$LINENO: checking size of short" >&5
21943 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
21944 if test "${ac_cv_sizeof_short+set}" = set; then
21945   echo $ECHO_N "(cached) $ECHO_C" >&6
21946 else
21947   if test "$cross_compiling" = yes; then
21948   # Depending upon the size, compute the lo and hi bounds.
21949 cat >conftest.$ac_ext <<_ACEOF
21950 /* confdefs.h.  */
21951 _ACEOF
21952 cat confdefs.h >>conftest.$ac_ext
21953 cat >>conftest.$ac_ext <<_ACEOF
21954 /* end confdefs.h.  */
21955 $ac_includes_default
21956    typedef short ac__type_sizeof_;
21957 int
21958 main ()
21959 {
21960 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21961 test_array [0] = 0
21962
21963   ;
21964   return 0;
21965 }
21966 _ACEOF
21967 rm -f conftest.$ac_objext
21968 if { (ac_try="$ac_compile"
21969 case "(($ac_try" in
21970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21971   *) ac_try_echo=$ac_try;;
21972 esac
21973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21974   (eval "$ac_compile") 2>conftest.er1
21975   ac_status=$?
21976   grep -v '^ *+' conftest.er1 >conftest.err
21977   rm -f conftest.er1
21978   cat conftest.err >&5
21979   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21980   (exit $ac_status); } && {
21981          test -z "$ac_c_werror_flag" ||
21982          test ! -s conftest.err
21983        } && test -s conftest.$ac_objext; then
21984   ac_lo=0 ac_mid=0
21985   while :; do
21986     cat >conftest.$ac_ext <<_ACEOF
21987 /* confdefs.h.  */
21988 _ACEOF
21989 cat confdefs.h >>conftest.$ac_ext
21990 cat >>conftest.$ac_ext <<_ACEOF
21991 /* end confdefs.h.  */
21992 $ac_includes_default
21993    typedef short ac__type_sizeof_;
21994 int
21995 main ()
21996 {
21997 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21998 test_array [0] = 0
21999
22000   ;
22001   return 0;
22002 }
22003 _ACEOF
22004 rm -f conftest.$ac_objext
22005 if { (ac_try="$ac_compile"
22006 case "(($ac_try" in
22007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22008   *) ac_try_echo=$ac_try;;
22009 esac
22010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22011   (eval "$ac_compile") 2>conftest.er1
22012   ac_status=$?
22013   grep -v '^ *+' conftest.er1 >conftest.err
22014   rm -f conftest.er1
22015   cat conftest.err >&5
22016   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22017   (exit $ac_status); } && {
22018          test -z "$ac_c_werror_flag" ||
22019          test ! -s conftest.err
22020        } && test -s conftest.$ac_objext; then
22021   ac_hi=$ac_mid; break
22022 else
22023   echo "$as_me: failed program was:" >&5
22024 sed 's/^/| /' conftest.$ac_ext >&5
22025
22026         ac_lo=`expr $ac_mid + 1`
22027                         if test $ac_lo -le $ac_mid; then
22028                           ac_lo= ac_hi=
22029                           break
22030                         fi
22031                         ac_mid=`expr 2 '*' $ac_mid + 1`
22032 fi
22033
22034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22035   done
22036 else
22037   echo "$as_me: failed program was:" >&5
22038 sed 's/^/| /' conftest.$ac_ext >&5
22039
22040         cat >conftest.$ac_ext <<_ACEOF
22041 /* confdefs.h.  */
22042 _ACEOF
22043 cat confdefs.h >>conftest.$ac_ext
22044 cat >>conftest.$ac_ext <<_ACEOF
22045 /* end confdefs.h.  */
22046 $ac_includes_default
22047    typedef short ac__type_sizeof_;
22048 int
22049 main ()
22050 {
22051 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22052 test_array [0] = 0
22053
22054   ;
22055   return 0;
22056 }
22057 _ACEOF
22058 rm -f conftest.$ac_objext
22059 if { (ac_try="$ac_compile"
22060 case "(($ac_try" in
22061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22062   *) ac_try_echo=$ac_try;;
22063 esac
22064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22065   (eval "$ac_compile") 2>conftest.er1
22066   ac_status=$?
22067   grep -v '^ *+' conftest.er1 >conftest.err
22068   rm -f conftest.er1
22069   cat conftest.err >&5
22070   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22071   (exit $ac_status); } && {
22072          test -z "$ac_c_werror_flag" ||
22073          test ! -s conftest.err
22074        } && test -s conftest.$ac_objext; then
22075   ac_hi=-1 ac_mid=-1
22076   while :; do
22077     cat >conftest.$ac_ext <<_ACEOF
22078 /* confdefs.h.  */
22079 _ACEOF
22080 cat confdefs.h >>conftest.$ac_ext
22081 cat >>conftest.$ac_ext <<_ACEOF
22082 /* end confdefs.h.  */
22083 $ac_includes_default
22084    typedef short ac__type_sizeof_;
22085 int
22086 main ()
22087 {
22088 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22089 test_array [0] = 0
22090
22091   ;
22092   return 0;
22093 }
22094 _ACEOF
22095 rm -f conftest.$ac_objext
22096 if { (ac_try="$ac_compile"
22097 case "(($ac_try" in
22098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22099   *) ac_try_echo=$ac_try;;
22100 esac
22101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22102   (eval "$ac_compile") 2>conftest.er1
22103   ac_status=$?
22104   grep -v '^ *+' conftest.er1 >conftest.err
22105   rm -f conftest.er1
22106   cat conftest.err >&5
22107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22108   (exit $ac_status); } && {
22109          test -z "$ac_c_werror_flag" ||
22110          test ! -s conftest.err
22111        } && test -s conftest.$ac_objext; then
22112   ac_lo=$ac_mid; break
22113 else
22114   echo "$as_me: failed program was:" >&5
22115 sed 's/^/| /' conftest.$ac_ext >&5
22116
22117         ac_hi=`expr '(' $ac_mid ')' - 1`
22118                         if test $ac_mid -le $ac_hi; then
22119                           ac_lo= ac_hi=
22120                           break
22121                         fi
22122                         ac_mid=`expr 2 '*' $ac_mid`
22123 fi
22124
22125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22126   done
22127 else
22128   echo "$as_me: failed program was:" >&5
22129 sed 's/^/| /' conftest.$ac_ext >&5
22130
22131         ac_lo= ac_hi=
22132 fi
22133
22134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22135 fi
22136
22137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22138 # Binary search between lo and hi bounds.
22139 while test "x$ac_lo" != "x$ac_hi"; do
22140   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22141   cat >conftest.$ac_ext <<_ACEOF
22142 /* confdefs.h.  */
22143 _ACEOF
22144 cat confdefs.h >>conftest.$ac_ext
22145 cat >>conftest.$ac_ext <<_ACEOF
22146 /* end confdefs.h.  */
22147 $ac_includes_default
22148    typedef short ac__type_sizeof_;
22149 int
22150 main ()
22151 {
22152 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22153 test_array [0] = 0
22154
22155   ;
22156   return 0;
22157 }
22158 _ACEOF
22159 rm -f conftest.$ac_objext
22160 if { (ac_try="$ac_compile"
22161 case "(($ac_try" in
22162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22163   *) ac_try_echo=$ac_try;;
22164 esac
22165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22166   (eval "$ac_compile") 2>conftest.er1
22167   ac_status=$?
22168   grep -v '^ *+' conftest.er1 >conftest.err
22169   rm -f conftest.er1
22170   cat conftest.err >&5
22171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22172   (exit $ac_status); } && {
22173          test -z "$ac_c_werror_flag" ||
22174          test ! -s conftest.err
22175        } && test -s conftest.$ac_objext; then
22176   ac_hi=$ac_mid
22177 else
22178   echo "$as_me: failed program was:" >&5
22179 sed 's/^/| /' conftest.$ac_ext >&5
22180
22181         ac_lo=`expr '(' $ac_mid ')' + 1`
22182 fi
22183
22184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22185 done
22186 case $ac_lo in
22187 ?*) ac_cv_sizeof_short=$ac_lo;;
22188 '') if test "$ac_cv_type_short" = yes; then
22189      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
22190 See \`config.log' for more details." >&5
22191 echo "$as_me: error: cannot compute sizeof (short)
22192 See \`config.log' for more details." >&2;}
22193    { (exit 77); exit 77; }; }
22194    else
22195      ac_cv_sizeof_short=0
22196    fi ;;
22197 esac
22198 else
22199   cat >conftest.$ac_ext <<_ACEOF
22200 /* confdefs.h.  */
22201 _ACEOF
22202 cat confdefs.h >>conftest.$ac_ext
22203 cat >>conftest.$ac_ext <<_ACEOF
22204 /* end confdefs.h.  */
22205 $ac_includes_default
22206    typedef short ac__type_sizeof_;
22207 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22208 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22209 #include <stdio.h>
22210 #include <stdlib.h>
22211 int
22212 main ()
22213 {
22214
22215   FILE *f = fopen ("conftest.val", "w");
22216   if (! f)
22217     return 1;
22218   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22219     {
22220       long int i = longval ();
22221       if (i != ((long int) (sizeof (ac__type_sizeof_))))
22222         return 1;
22223       fprintf (f, "%ld\n", i);
22224     }
22225   else
22226     {
22227       unsigned long int i = ulongval ();
22228       if (i != ((long int) (sizeof (ac__type_sizeof_))))
22229         return 1;
22230       fprintf (f, "%lu\n", i);
22231     }
22232   return ferror (f) || fclose (f) != 0;
22233
22234   ;
22235   return 0;
22236 }
22237 _ACEOF
22238 rm -f conftest$ac_exeext
22239 if { (ac_try="$ac_link"
22240 case "(($ac_try" in
22241   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22242   *) ac_try_echo=$ac_try;;
22243 esac
22244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22245   (eval "$ac_link") 2>&5
22246   ac_status=$?
22247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22248   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22249   { (case "(($ac_try" in
22250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22251   *) ac_try_echo=$ac_try;;
22252 esac
22253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22254   (eval "$ac_try") 2>&5
22255   ac_status=$?
22256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22257   (exit $ac_status); }; }; then
22258   ac_cv_sizeof_short=`cat conftest.val`
22259 else
22260   echo "$as_me: program exited with status $ac_status" >&5
22261 echo "$as_me: failed program was:" >&5
22262 sed 's/^/| /' conftest.$ac_ext >&5
22263
22264 ( exit $ac_status )
22265 if test "$ac_cv_type_short" = yes; then
22266      { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
22267 See \`config.log' for more details." >&5
22268 echo "$as_me: error: cannot compute sizeof (short)
22269 See \`config.log' for more details." >&2;}
22270    { (exit 77); exit 77; }; }
22271    else
22272      ac_cv_sizeof_short=0
22273    fi
22274 fi
22275 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22276 fi
22277 rm -f conftest.val
22278 fi
22279 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
22280 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
22281
22282
22283
22284 cat >>confdefs.h <<_ACEOF
22285 #define SIZEOF_SHORT $ac_cv_sizeof_short
22286 _ACEOF
22287
22288
22289 { echo "$as_me:$LINENO: checking for void *" >&5
22290 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
22291 if test "${ac_cv_type_void_p+set}" = set; then
22292   echo $ECHO_N "(cached) $ECHO_C" >&6
22293 else
22294   cat >conftest.$ac_ext <<_ACEOF
22295 /* confdefs.h.  */
22296 _ACEOF
22297 cat confdefs.h >>conftest.$ac_ext
22298 cat >>conftest.$ac_ext <<_ACEOF
22299 /* end confdefs.h.  */
22300 $ac_includes_default
22301 typedef void * ac__type_new_;
22302 int
22303 main ()
22304 {
22305 if ((ac__type_new_ *) 0)
22306   return 0;
22307 if (sizeof (ac__type_new_))
22308   return 0;
22309   ;
22310   return 0;
22311 }
22312 _ACEOF
22313 rm -f conftest.$ac_objext
22314 if { (ac_try="$ac_compile"
22315 case "(($ac_try" in
22316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22317   *) ac_try_echo=$ac_try;;
22318 esac
22319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22320   (eval "$ac_compile") 2>conftest.er1
22321   ac_status=$?
22322   grep -v '^ *+' conftest.er1 >conftest.err
22323   rm -f conftest.er1
22324   cat conftest.err >&5
22325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22326   (exit $ac_status); } && {
22327          test -z "$ac_c_werror_flag" ||
22328          test ! -s conftest.err
22329        } && test -s conftest.$ac_objext; then
22330   ac_cv_type_void_p=yes
22331 else
22332   echo "$as_me: failed program was:" >&5
22333 sed 's/^/| /' conftest.$ac_ext >&5
22334
22335         ac_cv_type_void_p=no
22336 fi
22337
22338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22339 fi
22340 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
22341 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
22342
22343 # The cast to long int works around a bug in the HP C Compiler
22344 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22345 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22346 # This bug is HP SR number 8606223364.
22347 { echo "$as_me:$LINENO: checking size of void *" >&5
22348 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
22349 if test "${ac_cv_sizeof_void_p+set}" = set; then
22350   echo $ECHO_N "(cached) $ECHO_C" >&6
22351 else
22352   if test "$cross_compiling" = yes; then
22353   # Depending upon the size, compute the lo and hi bounds.
22354 cat >conftest.$ac_ext <<_ACEOF
22355 /* confdefs.h.  */
22356 _ACEOF
22357 cat confdefs.h >>conftest.$ac_ext
22358 cat >>conftest.$ac_ext <<_ACEOF
22359 /* end confdefs.h.  */
22360 $ac_includes_default
22361    typedef void * ac__type_sizeof_;
22362 int
22363 main ()
22364 {
22365 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22366 test_array [0] = 0
22367
22368   ;
22369   return 0;
22370 }
22371 _ACEOF
22372 rm -f conftest.$ac_objext
22373 if { (ac_try="$ac_compile"
22374 case "(($ac_try" in
22375   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22376   *) ac_try_echo=$ac_try;;
22377 esac
22378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22379   (eval "$ac_compile") 2>conftest.er1
22380   ac_status=$?
22381   grep -v '^ *+' conftest.er1 >conftest.err
22382   rm -f conftest.er1
22383   cat conftest.err >&5
22384   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22385   (exit $ac_status); } && {
22386          test -z "$ac_c_werror_flag" ||
22387          test ! -s conftest.err
22388        } && test -s conftest.$ac_objext; then
22389   ac_lo=0 ac_mid=0
22390   while :; do
22391     cat >conftest.$ac_ext <<_ACEOF
22392 /* confdefs.h.  */
22393 _ACEOF
22394 cat confdefs.h >>conftest.$ac_ext
22395 cat >>conftest.$ac_ext <<_ACEOF
22396 /* end confdefs.h.  */
22397 $ac_includes_default
22398    typedef void * ac__type_sizeof_;
22399 int
22400 main ()
22401 {
22402 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22403 test_array [0] = 0
22404
22405   ;
22406   return 0;
22407 }
22408 _ACEOF
22409 rm -f conftest.$ac_objext
22410 if { (ac_try="$ac_compile"
22411 case "(($ac_try" in
22412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22413   *) ac_try_echo=$ac_try;;
22414 esac
22415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22416   (eval "$ac_compile") 2>conftest.er1
22417   ac_status=$?
22418   grep -v '^ *+' conftest.er1 >conftest.err
22419   rm -f conftest.er1
22420   cat conftest.err >&5
22421   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22422   (exit $ac_status); } && {
22423          test -z "$ac_c_werror_flag" ||
22424          test ! -s conftest.err
22425        } && test -s conftest.$ac_objext; then
22426   ac_hi=$ac_mid; break
22427 else
22428   echo "$as_me: failed program was:" >&5
22429 sed 's/^/| /' conftest.$ac_ext >&5
22430
22431         ac_lo=`expr $ac_mid + 1`
22432                         if test $ac_lo -le $ac_mid; then
22433                           ac_lo= ac_hi=
22434                           break
22435                         fi
22436                         ac_mid=`expr 2 '*' $ac_mid + 1`
22437 fi
22438
22439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22440   done
22441 else
22442   echo "$as_me: failed program was:" >&5
22443 sed 's/^/| /' conftest.$ac_ext >&5
22444
22445         cat >conftest.$ac_ext <<_ACEOF
22446 /* confdefs.h.  */
22447 _ACEOF
22448 cat confdefs.h >>conftest.$ac_ext
22449 cat >>conftest.$ac_ext <<_ACEOF
22450 /* end confdefs.h.  */
22451 $ac_includes_default
22452    typedef void * ac__type_sizeof_;
22453 int
22454 main ()
22455 {
22456 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22457 test_array [0] = 0
22458
22459   ;
22460   return 0;
22461 }
22462 _ACEOF
22463 rm -f conftest.$ac_objext
22464 if { (ac_try="$ac_compile"
22465 case "(($ac_try" in
22466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22467   *) ac_try_echo=$ac_try;;
22468 esac
22469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22470   (eval "$ac_compile") 2>conftest.er1
22471   ac_status=$?
22472   grep -v '^ *+' conftest.er1 >conftest.err
22473   rm -f conftest.er1
22474   cat conftest.err >&5
22475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22476   (exit $ac_status); } && {
22477          test -z "$ac_c_werror_flag" ||
22478          test ! -s conftest.err
22479        } && test -s conftest.$ac_objext; then
22480   ac_hi=-1 ac_mid=-1
22481   while :; do
22482     cat >conftest.$ac_ext <<_ACEOF
22483 /* confdefs.h.  */
22484 _ACEOF
22485 cat confdefs.h >>conftest.$ac_ext
22486 cat >>conftest.$ac_ext <<_ACEOF
22487 /* end confdefs.h.  */
22488 $ac_includes_default
22489    typedef void * ac__type_sizeof_;
22490 int
22491 main ()
22492 {
22493 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22494 test_array [0] = 0
22495
22496   ;
22497   return 0;
22498 }
22499 _ACEOF
22500 rm -f conftest.$ac_objext
22501 if { (ac_try="$ac_compile"
22502 case "(($ac_try" in
22503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22504   *) ac_try_echo=$ac_try;;
22505 esac
22506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22507   (eval "$ac_compile") 2>conftest.er1
22508   ac_status=$?
22509   grep -v '^ *+' conftest.er1 >conftest.err
22510   rm -f conftest.er1
22511   cat conftest.err >&5
22512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22513   (exit $ac_status); } && {
22514          test -z "$ac_c_werror_flag" ||
22515          test ! -s conftest.err
22516        } && test -s conftest.$ac_objext; then
22517   ac_lo=$ac_mid; break
22518 else
22519   echo "$as_me: failed program was:" >&5
22520 sed 's/^/| /' conftest.$ac_ext >&5
22521
22522         ac_hi=`expr '(' $ac_mid ')' - 1`
22523                         if test $ac_mid -le $ac_hi; then
22524                           ac_lo= ac_hi=
22525                           break
22526                         fi
22527                         ac_mid=`expr 2 '*' $ac_mid`
22528 fi
22529
22530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22531   done
22532 else
22533   echo "$as_me: failed program was:" >&5
22534 sed 's/^/| /' conftest.$ac_ext >&5
22535
22536         ac_lo= ac_hi=
22537 fi
22538
22539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22540 fi
22541
22542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22543 # Binary search between lo and hi bounds.
22544 while test "x$ac_lo" != "x$ac_hi"; do
22545   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22546   cat >conftest.$ac_ext <<_ACEOF
22547 /* confdefs.h.  */
22548 _ACEOF
22549 cat confdefs.h >>conftest.$ac_ext
22550 cat >>conftest.$ac_ext <<_ACEOF
22551 /* end confdefs.h.  */
22552 $ac_includes_default
22553    typedef void * ac__type_sizeof_;
22554 int
22555 main ()
22556 {
22557 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22558 test_array [0] = 0
22559
22560   ;
22561   return 0;
22562 }
22563 _ACEOF
22564 rm -f conftest.$ac_objext
22565 if { (ac_try="$ac_compile"
22566 case "(($ac_try" in
22567   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22568   *) ac_try_echo=$ac_try;;
22569 esac
22570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22571   (eval "$ac_compile") 2>conftest.er1
22572   ac_status=$?
22573   grep -v '^ *+' conftest.er1 >conftest.err
22574   rm -f conftest.er1
22575   cat conftest.err >&5
22576   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22577   (exit $ac_status); } && {
22578          test -z "$ac_c_werror_flag" ||
22579          test ! -s conftest.err
22580        } && test -s conftest.$ac_objext; then
22581   ac_hi=$ac_mid
22582 else
22583   echo "$as_me: failed program was:" >&5
22584 sed 's/^/| /' conftest.$ac_ext >&5
22585
22586         ac_lo=`expr '(' $ac_mid ')' + 1`
22587 fi
22588
22589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22590 done
22591 case $ac_lo in
22592 ?*) ac_cv_sizeof_void_p=$ac_lo;;
22593 '') if test "$ac_cv_type_void_p" = yes; then
22594      { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
22595 See \`config.log' for more details." >&5
22596 echo "$as_me: error: cannot compute sizeof (void *)
22597 See \`config.log' for more details." >&2;}
22598    { (exit 77); exit 77; }; }
22599    else
22600      ac_cv_sizeof_void_p=0
22601    fi ;;
22602 esac
22603 else
22604   cat >conftest.$ac_ext <<_ACEOF
22605 /* confdefs.h.  */
22606 _ACEOF
22607 cat confdefs.h >>conftest.$ac_ext
22608 cat >>conftest.$ac_ext <<_ACEOF
22609 /* end confdefs.h.  */
22610 $ac_includes_default
22611    typedef void * ac__type_sizeof_;
22612 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22613 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22614 #include <stdio.h>
22615 #include <stdlib.h>
22616 int
22617 main ()
22618 {
22619
22620   FILE *f = fopen ("conftest.val", "w");
22621   if (! f)
22622     return 1;
22623   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22624     {
22625       long int i = longval ();
22626       if (i != ((long int) (sizeof (ac__type_sizeof_))))
22627         return 1;
22628       fprintf (f, "%ld\n", i);
22629     }
22630   else
22631     {
22632       unsigned long int i = ulongval ();
22633       if (i != ((long int) (sizeof (ac__type_sizeof_))))
22634         return 1;
22635       fprintf (f, "%lu\n", i);
22636     }
22637   return ferror (f) || fclose (f) != 0;
22638
22639   ;
22640   return 0;
22641 }
22642 _ACEOF
22643 rm -f conftest$ac_exeext
22644 if { (ac_try="$ac_link"
22645 case "(($ac_try" in
22646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22647   *) ac_try_echo=$ac_try;;
22648 esac
22649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22650   (eval "$ac_link") 2>&5
22651   ac_status=$?
22652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22653   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22654   { (case "(($ac_try" in
22655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22656   *) ac_try_echo=$ac_try;;
22657 esac
22658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22659   (eval "$ac_try") 2>&5
22660   ac_status=$?
22661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22662   (exit $ac_status); }; }; then
22663   ac_cv_sizeof_void_p=`cat conftest.val`
22664 else
22665   echo "$as_me: program exited with status $ac_status" >&5
22666 echo "$as_me: failed program was:" >&5
22667 sed 's/^/| /' conftest.$ac_ext >&5
22668
22669 ( exit $ac_status )
22670 if test "$ac_cv_type_void_p" = yes; then
22671      { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
22672 See \`config.log' for more details." >&5
22673 echo "$as_me: error: cannot compute sizeof (void *)
22674 See \`config.log' for more details." >&2;}
22675    { (exit 77); exit 77; }; }
22676    else
22677      ac_cv_sizeof_void_p=0
22678    fi
22679 fi
22680 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22681 fi
22682 rm -f conftest.val
22683 fi
22684 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
22685 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
22686
22687
22688
22689 cat >>confdefs.h <<_ACEOF
22690 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
22691 _ACEOF
22692
22693
22694 { echo "$as_me:$LINENO: checking for int" >&5
22695 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
22696 if test "${ac_cv_type_int+set}" = set; then
22697   echo $ECHO_N "(cached) $ECHO_C" >&6
22698 else
22699   cat >conftest.$ac_ext <<_ACEOF
22700 /* confdefs.h.  */
22701 _ACEOF
22702 cat confdefs.h >>conftest.$ac_ext
22703 cat >>conftest.$ac_ext <<_ACEOF
22704 /* end confdefs.h.  */
22705 $ac_includes_default
22706 typedef int ac__type_new_;
22707 int
22708 main ()
22709 {
22710 if ((ac__type_new_ *) 0)
22711   return 0;
22712 if (sizeof (ac__type_new_))
22713   return 0;
22714   ;
22715   return 0;
22716 }
22717 _ACEOF
22718 rm -f conftest.$ac_objext
22719 if { (ac_try="$ac_compile"
22720 case "(($ac_try" in
22721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22722   *) ac_try_echo=$ac_try;;
22723 esac
22724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22725   (eval "$ac_compile") 2>conftest.er1
22726   ac_status=$?
22727   grep -v '^ *+' conftest.er1 >conftest.err
22728   rm -f conftest.er1
22729   cat conftest.err >&5
22730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22731   (exit $ac_status); } && {
22732          test -z "$ac_c_werror_flag" ||
22733          test ! -s conftest.err
22734        } && test -s conftest.$ac_objext; then
22735   ac_cv_type_int=yes
22736 else
22737   echo "$as_me: failed program was:" >&5
22738 sed 's/^/| /' conftest.$ac_ext >&5
22739
22740         ac_cv_type_int=no
22741 fi
22742
22743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22744 fi
22745 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
22746 echo "${ECHO_T}$ac_cv_type_int" >&6; }
22747
22748 # The cast to long int works around a bug in the HP C Compiler
22749 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22750 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22751 # This bug is HP SR number 8606223364.
22752 { echo "$as_me:$LINENO: checking size of int" >&5
22753 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
22754 if test "${ac_cv_sizeof_int+set}" = set; then
22755   echo $ECHO_N "(cached) $ECHO_C" >&6
22756 else
22757   if test "$cross_compiling" = yes; then
22758   # Depending upon the size, compute the lo and hi bounds.
22759 cat >conftest.$ac_ext <<_ACEOF
22760 /* confdefs.h.  */
22761 _ACEOF
22762 cat confdefs.h >>conftest.$ac_ext
22763 cat >>conftest.$ac_ext <<_ACEOF
22764 /* end confdefs.h.  */
22765 $ac_includes_default
22766    typedef int ac__type_sizeof_;
22767 int
22768 main ()
22769 {
22770 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22771 test_array [0] = 0
22772
22773   ;
22774   return 0;
22775 }
22776 _ACEOF
22777 rm -f conftest.$ac_objext
22778 if { (ac_try="$ac_compile"
22779 case "(($ac_try" in
22780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22781   *) ac_try_echo=$ac_try;;
22782 esac
22783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22784   (eval "$ac_compile") 2>conftest.er1
22785   ac_status=$?
22786   grep -v '^ *+' conftest.er1 >conftest.err
22787   rm -f conftest.er1
22788   cat conftest.err >&5
22789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22790   (exit $ac_status); } && {
22791          test -z "$ac_c_werror_flag" ||
22792          test ! -s conftest.err
22793        } && test -s conftest.$ac_objext; then
22794   ac_lo=0 ac_mid=0
22795   while :; do
22796     cat >conftest.$ac_ext <<_ACEOF
22797 /* confdefs.h.  */
22798 _ACEOF
22799 cat confdefs.h >>conftest.$ac_ext
22800 cat >>conftest.$ac_ext <<_ACEOF
22801 /* end confdefs.h.  */
22802 $ac_includes_default
22803    typedef int ac__type_sizeof_;
22804 int
22805 main ()
22806 {
22807 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22808 test_array [0] = 0
22809
22810   ;
22811   return 0;
22812 }
22813 _ACEOF
22814 rm -f conftest.$ac_objext
22815 if { (ac_try="$ac_compile"
22816 case "(($ac_try" in
22817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22818   *) ac_try_echo=$ac_try;;
22819 esac
22820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22821   (eval "$ac_compile") 2>conftest.er1
22822   ac_status=$?
22823   grep -v '^ *+' conftest.er1 >conftest.err
22824   rm -f conftest.er1
22825   cat conftest.err >&5
22826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22827   (exit $ac_status); } && {
22828          test -z "$ac_c_werror_flag" ||
22829          test ! -s conftest.err
22830        } && test -s conftest.$ac_objext; then
22831   ac_hi=$ac_mid; break
22832 else
22833   echo "$as_me: failed program was:" >&5
22834 sed 's/^/| /' conftest.$ac_ext >&5
22835
22836         ac_lo=`expr $ac_mid + 1`
22837                         if test $ac_lo -le $ac_mid; then
22838                           ac_lo= ac_hi=
22839                           break
22840                         fi
22841                         ac_mid=`expr 2 '*' $ac_mid + 1`
22842 fi
22843
22844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22845   done
22846 else
22847   echo "$as_me: failed program was:" >&5
22848 sed 's/^/| /' conftest.$ac_ext >&5
22849
22850         cat >conftest.$ac_ext <<_ACEOF
22851 /* confdefs.h.  */
22852 _ACEOF
22853 cat confdefs.h >>conftest.$ac_ext
22854 cat >>conftest.$ac_ext <<_ACEOF
22855 /* end confdefs.h.  */
22856 $ac_includes_default
22857    typedef int ac__type_sizeof_;
22858 int
22859 main ()
22860 {
22861 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22862 test_array [0] = 0
22863
22864   ;
22865   return 0;
22866 }
22867 _ACEOF
22868 rm -f conftest.$ac_objext
22869 if { (ac_try="$ac_compile"
22870 case "(($ac_try" in
22871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22872   *) ac_try_echo=$ac_try;;
22873 esac
22874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22875   (eval "$ac_compile") 2>conftest.er1
22876   ac_status=$?
22877   grep -v '^ *+' conftest.er1 >conftest.err
22878   rm -f conftest.er1
22879   cat conftest.err >&5
22880   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22881   (exit $ac_status); } && {
22882          test -z "$ac_c_werror_flag" ||
22883          test ! -s conftest.err
22884        } && test -s conftest.$ac_objext; then
22885   ac_hi=-1 ac_mid=-1
22886   while :; do
22887     cat >conftest.$ac_ext <<_ACEOF
22888 /* confdefs.h.  */
22889 _ACEOF
22890 cat confdefs.h >>conftest.$ac_ext
22891 cat >>conftest.$ac_ext <<_ACEOF
22892 /* end confdefs.h.  */
22893 $ac_includes_default
22894    typedef int ac__type_sizeof_;
22895 int
22896 main ()
22897 {
22898 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22899 test_array [0] = 0
22900
22901   ;
22902   return 0;
22903 }
22904 _ACEOF
22905 rm -f conftest.$ac_objext
22906 if { (ac_try="$ac_compile"
22907 case "(($ac_try" in
22908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22909   *) ac_try_echo=$ac_try;;
22910 esac
22911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22912   (eval "$ac_compile") 2>conftest.er1
22913   ac_status=$?
22914   grep -v '^ *+' conftest.er1 >conftest.err
22915   rm -f conftest.er1
22916   cat conftest.err >&5
22917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22918   (exit $ac_status); } && {
22919          test -z "$ac_c_werror_flag" ||
22920          test ! -s conftest.err
22921        } && test -s conftest.$ac_objext; then
22922   ac_lo=$ac_mid; break
22923 else
22924   echo "$as_me: failed program was:" >&5
22925 sed 's/^/| /' conftest.$ac_ext >&5
22926
22927         ac_hi=`expr '(' $ac_mid ')' - 1`
22928                         if test $ac_mid -le $ac_hi; then
22929                           ac_lo= ac_hi=
22930                           break
22931                         fi
22932                         ac_mid=`expr 2 '*' $ac_mid`
22933 fi
22934
22935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22936   done
22937 else
22938   echo "$as_me: failed program was:" >&5
22939 sed 's/^/| /' conftest.$ac_ext >&5
22940
22941         ac_lo= ac_hi=
22942 fi
22943
22944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22945 fi
22946
22947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22948 # Binary search between lo and hi bounds.
22949 while test "x$ac_lo" != "x$ac_hi"; do
22950   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22951   cat >conftest.$ac_ext <<_ACEOF
22952 /* confdefs.h.  */
22953 _ACEOF
22954 cat confdefs.h >>conftest.$ac_ext
22955 cat >>conftest.$ac_ext <<_ACEOF
22956 /* end confdefs.h.  */
22957 $ac_includes_default
22958    typedef int ac__type_sizeof_;
22959 int
22960 main ()
22961 {
22962 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22963 test_array [0] = 0
22964
22965   ;
22966   return 0;
22967 }
22968 _ACEOF
22969 rm -f conftest.$ac_objext
22970 if { (ac_try="$ac_compile"
22971 case "(($ac_try" in
22972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22973   *) ac_try_echo=$ac_try;;
22974 esac
22975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22976   (eval "$ac_compile") 2>conftest.er1
22977   ac_status=$?
22978   grep -v '^ *+' conftest.er1 >conftest.err
22979   rm -f conftest.er1
22980   cat conftest.err >&5
22981   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22982   (exit $ac_status); } && {
22983          test -z "$ac_c_werror_flag" ||
22984          test ! -s conftest.err
22985        } && test -s conftest.$ac_objext; then
22986   ac_hi=$ac_mid
22987 else
22988   echo "$as_me: failed program was:" >&5
22989 sed 's/^/| /' conftest.$ac_ext >&5
22990
22991         ac_lo=`expr '(' $ac_mid ')' + 1`
22992 fi
22993
22994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22995 done
22996 case $ac_lo in
22997 ?*) ac_cv_sizeof_int=$ac_lo;;
22998 '') if test "$ac_cv_type_int" = yes; then
22999      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
23000 See \`config.log' for more details." >&5
23001 echo "$as_me: error: cannot compute sizeof (int)
23002 See \`config.log' for more details." >&2;}
23003    { (exit 77); exit 77; }; }
23004    else
23005      ac_cv_sizeof_int=0
23006    fi ;;
23007 esac
23008 else
23009   cat >conftest.$ac_ext <<_ACEOF
23010 /* confdefs.h.  */
23011 _ACEOF
23012 cat confdefs.h >>conftest.$ac_ext
23013 cat >>conftest.$ac_ext <<_ACEOF
23014 /* end confdefs.h.  */
23015 $ac_includes_default
23016    typedef int ac__type_sizeof_;
23017 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23018 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23019 #include <stdio.h>
23020 #include <stdlib.h>
23021 int
23022 main ()
23023 {
23024
23025   FILE *f = fopen ("conftest.val", "w");
23026   if (! f)
23027     return 1;
23028   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23029     {
23030       long int i = longval ();
23031       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23032         return 1;
23033       fprintf (f, "%ld\n", i);
23034     }
23035   else
23036     {
23037       unsigned long int i = ulongval ();
23038       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23039         return 1;
23040       fprintf (f, "%lu\n", i);
23041     }
23042   return ferror (f) || fclose (f) != 0;
23043
23044   ;
23045   return 0;
23046 }
23047 _ACEOF
23048 rm -f conftest$ac_exeext
23049 if { (ac_try="$ac_link"
23050 case "(($ac_try" in
23051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23052   *) ac_try_echo=$ac_try;;
23053 esac
23054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23055   (eval "$ac_link") 2>&5
23056   ac_status=$?
23057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23058   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23059   { (case "(($ac_try" in
23060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23061   *) ac_try_echo=$ac_try;;
23062 esac
23063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23064   (eval "$ac_try") 2>&5
23065   ac_status=$?
23066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23067   (exit $ac_status); }; }; then
23068   ac_cv_sizeof_int=`cat conftest.val`
23069 else
23070   echo "$as_me: program exited with status $ac_status" >&5
23071 echo "$as_me: failed program was:" >&5
23072 sed 's/^/| /' conftest.$ac_ext >&5
23073
23074 ( exit $ac_status )
23075 if test "$ac_cv_type_int" = yes; then
23076      { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
23077 See \`config.log' for more details." >&5
23078 echo "$as_me: error: cannot compute sizeof (int)
23079 See \`config.log' for more details." >&2;}
23080    { (exit 77); exit 77; }; }
23081    else
23082      ac_cv_sizeof_int=0
23083    fi
23084 fi
23085 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23086 fi
23087 rm -f conftest.val
23088 fi
23089 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
23090 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
23091
23092
23093
23094 cat >>confdefs.h <<_ACEOF
23095 #define SIZEOF_INT $ac_cv_sizeof_int
23096 _ACEOF
23097
23098
23099 { echo "$as_me:$LINENO: checking for long" >&5
23100 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
23101 if test "${ac_cv_type_long+set}" = set; then
23102   echo $ECHO_N "(cached) $ECHO_C" >&6
23103 else
23104   cat >conftest.$ac_ext <<_ACEOF
23105 /* confdefs.h.  */
23106 _ACEOF
23107 cat confdefs.h >>conftest.$ac_ext
23108 cat >>conftest.$ac_ext <<_ACEOF
23109 /* end confdefs.h.  */
23110 $ac_includes_default
23111 typedef long ac__type_new_;
23112 int
23113 main ()
23114 {
23115 if ((ac__type_new_ *) 0)
23116   return 0;
23117 if (sizeof (ac__type_new_))
23118   return 0;
23119   ;
23120   return 0;
23121 }
23122 _ACEOF
23123 rm -f conftest.$ac_objext
23124 if { (ac_try="$ac_compile"
23125 case "(($ac_try" in
23126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23127   *) ac_try_echo=$ac_try;;
23128 esac
23129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23130   (eval "$ac_compile") 2>conftest.er1
23131   ac_status=$?
23132   grep -v '^ *+' conftest.er1 >conftest.err
23133   rm -f conftest.er1
23134   cat conftest.err >&5
23135   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23136   (exit $ac_status); } && {
23137          test -z "$ac_c_werror_flag" ||
23138          test ! -s conftest.err
23139        } && test -s conftest.$ac_objext; then
23140   ac_cv_type_long=yes
23141 else
23142   echo "$as_me: failed program was:" >&5
23143 sed 's/^/| /' conftest.$ac_ext >&5
23144
23145         ac_cv_type_long=no
23146 fi
23147
23148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23149 fi
23150 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
23151 echo "${ECHO_T}$ac_cv_type_long" >&6; }
23152
23153 # The cast to long int works around a bug in the HP C Compiler
23154 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23155 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23156 # This bug is HP SR number 8606223364.
23157 { echo "$as_me:$LINENO: checking size of long" >&5
23158 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
23159 if test "${ac_cv_sizeof_long+set}" = set; then
23160   echo $ECHO_N "(cached) $ECHO_C" >&6
23161 else
23162   if test "$cross_compiling" = yes; then
23163   # Depending upon the size, compute the lo and hi bounds.
23164 cat >conftest.$ac_ext <<_ACEOF
23165 /* confdefs.h.  */
23166 _ACEOF
23167 cat confdefs.h >>conftest.$ac_ext
23168 cat >>conftest.$ac_ext <<_ACEOF
23169 /* end confdefs.h.  */
23170 $ac_includes_default
23171    typedef long ac__type_sizeof_;
23172 int
23173 main ()
23174 {
23175 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23176 test_array [0] = 0
23177
23178   ;
23179   return 0;
23180 }
23181 _ACEOF
23182 rm -f conftest.$ac_objext
23183 if { (ac_try="$ac_compile"
23184 case "(($ac_try" in
23185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23186   *) ac_try_echo=$ac_try;;
23187 esac
23188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23189   (eval "$ac_compile") 2>conftest.er1
23190   ac_status=$?
23191   grep -v '^ *+' conftest.er1 >conftest.err
23192   rm -f conftest.er1
23193   cat conftest.err >&5
23194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23195   (exit $ac_status); } && {
23196          test -z "$ac_c_werror_flag" ||
23197          test ! -s conftest.err
23198        } && test -s conftest.$ac_objext; then
23199   ac_lo=0 ac_mid=0
23200   while :; do
23201     cat >conftest.$ac_ext <<_ACEOF
23202 /* confdefs.h.  */
23203 _ACEOF
23204 cat confdefs.h >>conftest.$ac_ext
23205 cat >>conftest.$ac_ext <<_ACEOF
23206 /* end confdefs.h.  */
23207 $ac_includes_default
23208    typedef long ac__type_sizeof_;
23209 int
23210 main ()
23211 {
23212 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23213 test_array [0] = 0
23214
23215   ;
23216   return 0;
23217 }
23218 _ACEOF
23219 rm -f conftest.$ac_objext
23220 if { (ac_try="$ac_compile"
23221 case "(($ac_try" in
23222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23223   *) ac_try_echo=$ac_try;;
23224 esac
23225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23226   (eval "$ac_compile") 2>conftest.er1
23227   ac_status=$?
23228   grep -v '^ *+' conftest.er1 >conftest.err
23229   rm -f conftest.er1
23230   cat conftest.err >&5
23231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23232   (exit $ac_status); } && {
23233          test -z "$ac_c_werror_flag" ||
23234          test ! -s conftest.err
23235        } && test -s conftest.$ac_objext; then
23236   ac_hi=$ac_mid; break
23237 else
23238   echo "$as_me: failed program was:" >&5
23239 sed 's/^/| /' conftest.$ac_ext >&5
23240
23241         ac_lo=`expr $ac_mid + 1`
23242                         if test $ac_lo -le $ac_mid; then
23243                           ac_lo= ac_hi=
23244                           break
23245                         fi
23246                         ac_mid=`expr 2 '*' $ac_mid + 1`
23247 fi
23248
23249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23250   done
23251 else
23252   echo "$as_me: failed program was:" >&5
23253 sed 's/^/| /' conftest.$ac_ext >&5
23254
23255         cat >conftest.$ac_ext <<_ACEOF
23256 /* confdefs.h.  */
23257 _ACEOF
23258 cat confdefs.h >>conftest.$ac_ext
23259 cat >>conftest.$ac_ext <<_ACEOF
23260 /* end confdefs.h.  */
23261 $ac_includes_default
23262    typedef long ac__type_sizeof_;
23263 int
23264 main ()
23265 {
23266 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23267 test_array [0] = 0
23268
23269   ;
23270   return 0;
23271 }
23272 _ACEOF
23273 rm -f conftest.$ac_objext
23274 if { (ac_try="$ac_compile"
23275 case "(($ac_try" in
23276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23277   *) ac_try_echo=$ac_try;;
23278 esac
23279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23280   (eval "$ac_compile") 2>conftest.er1
23281   ac_status=$?
23282   grep -v '^ *+' conftest.er1 >conftest.err
23283   rm -f conftest.er1
23284   cat conftest.err >&5
23285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23286   (exit $ac_status); } && {
23287          test -z "$ac_c_werror_flag" ||
23288          test ! -s conftest.err
23289        } && test -s conftest.$ac_objext; then
23290   ac_hi=-1 ac_mid=-1
23291   while :; do
23292     cat >conftest.$ac_ext <<_ACEOF
23293 /* confdefs.h.  */
23294 _ACEOF
23295 cat confdefs.h >>conftest.$ac_ext
23296 cat >>conftest.$ac_ext <<_ACEOF
23297 /* end confdefs.h.  */
23298 $ac_includes_default
23299    typedef long ac__type_sizeof_;
23300 int
23301 main ()
23302 {
23303 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23304 test_array [0] = 0
23305
23306   ;
23307   return 0;
23308 }
23309 _ACEOF
23310 rm -f conftest.$ac_objext
23311 if { (ac_try="$ac_compile"
23312 case "(($ac_try" in
23313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23314   *) ac_try_echo=$ac_try;;
23315 esac
23316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23317   (eval "$ac_compile") 2>conftest.er1
23318   ac_status=$?
23319   grep -v '^ *+' conftest.er1 >conftest.err
23320   rm -f conftest.er1
23321   cat conftest.err >&5
23322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23323   (exit $ac_status); } && {
23324          test -z "$ac_c_werror_flag" ||
23325          test ! -s conftest.err
23326        } && test -s conftest.$ac_objext; then
23327   ac_lo=$ac_mid; break
23328 else
23329   echo "$as_me: failed program was:" >&5
23330 sed 's/^/| /' conftest.$ac_ext >&5
23331
23332         ac_hi=`expr '(' $ac_mid ')' - 1`
23333                         if test $ac_mid -le $ac_hi; then
23334                           ac_lo= ac_hi=
23335                           break
23336                         fi
23337                         ac_mid=`expr 2 '*' $ac_mid`
23338 fi
23339
23340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23341   done
23342 else
23343   echo "$as_me: failed program was:" >&5
23344 sed 's/^/| /' conftest.$ac_ext >&5
23345
23346         ac_lo= ac_hi=
23347 fi
23348
23349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23350 fi
23351
23352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23353 # Binary search between lo and hi bounds.
23354 while test "x$ac_lo" != "x$ac_hi"; do
23355   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23356   cat >conftest.$ac_ext <<_ACEOF
23357 /* confdefs.h.  */
23358 _ACEOF
23359 cat confdefs.h >>conftest.$ac_ext
23360 cat >>conftest.$ac_ext <<_ACEOF
23361 /* end confdefs.h.  */
23362 $ac_includes_default
23363    typedef long ac__type_sizeof_;
23364 int
23365 main ()
23366 {
23367 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23368 test_array [0] = 0
23369
23370   ;
23371   return 0;
23372 }
23373 _ACEOF
23374 rm -f conftest.$ac_objext
23375 if { (ac_try="$ac_compile"
23376 case "(($ac_try" in
23377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23378   *) ac_try_echo=$ac_try;;
23379 esac
23380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23381   (eval "$ac_compile") 2>conftest.er1
23382   ac_status=$?
23383   grep -v '^ *+' conftest.er1 >conftest.err
23384   rm -f conftest.er1
23385   cat conftest.err >&5
23386   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23387   (exit $ac_status); } && {
23388          test -z "$ac_c_werror_flag" ||
23389          test ! -s conftest.err
23390        } && test -s conftest.$ac_objext; then
23391   ac_hi=$ac_mid
23392 else
23393   echo "$as_me: failed program was:" >&5
23394 sed 's/^/| /' conftest.$ac_ext >&5
23395
23396         ac_lo=`expr '(' $ac_mid ')' + 1`
23397 fi
23398
23399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23400 done
23401 case $ac_lo in
23402 ?*) ac_cv_sizeof_long=$ac_lo;;
23403 '') if test "$ac_cv_type_long" = yes; then
23404      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
23405 See \`config.log' for more details." >&5
23406 echo "$as_me: error: cannot compute sizeof (long)
23407 See \`config.log' for more details." >&2;}
23408    { (exit 77); exit 77; }; }
23409    else
23410      ac_cv_sizeof_long=0
23411    fi ;;
23412 esac
23413 else
23414   cat >conftest.$ac_ext <<_ACEOF
23415 /* confdefs.h.  */
23416 _ACEOF
23417 cat confdefs.h >>conftest.$ac_ext
23418 cat >>conftest.$ac_ext <<_ACEOF
23419 /* end confdefs.h.  */
23420 $ac_includes_default
23421    typedef long ac__type_sizeof_;
23422 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23423 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23424 #include <stdio.h>
23425 #include <stdlib.h>
23426 int
23427 main ()
23428 {
23429
23430   FILE *f = fopen ("conftest.val", "w");
23431   if (! f)
23432     return 1;
23433   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23434     {
23435       long int i = longval ();
23436       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23437         return 1;
23438       fprintf (f, "%ld\n", i);
23439     }
23440   else
23441     {
23442       unsigned long int i = ulongval ();
23443       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23444         return 1;
23445       fprintf (f, "%lu\n", i);
23446     }
23447   return ferror (f) || fclose (f) != 0;
23448
23449   ;
23450   return 0;
23451 }
23452 _ACEOF
23453 rm -f conftest$ac_exeext
23454 if { (ac_try="$ac_link"
23455 case "(($ac_try" in
23456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23457   *) ac_try_echo=$ac_try;;
23458 esac
23459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23460   (eval "$ac_link") 2>&5
23461   ac_status=$?
23462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23463   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23464   { (case "(($ac_try" in
23465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23466   *) ac_try_echo=$ac_try;;
23467 esac
23468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23469   (eval "$ac_try") 2>&5
23470   ac_status=$?
23471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23472   (exit $ac_status); }; }; then
23473   ac_cv_sizeof_long=`cat conftest.val`
23474 else
23475   echo "$as_me: program exited with status $ac_status" >&5
23476 echo "$as_me: failed program was:" >&5
23477 sed 's/^/| /' conftest.$ac_ext >&5
23478
23479 ( exit $ac_status )
23480 if test "$ac_cv_type_long" = yes; then
23481      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
23482 See \`config.log' for more details." >&5
23483 echo "$as_me: error: cannot compute sizeof (long)
23484 See \`config.log' for more details." >&2;}
23485    { (exit 77); exit 77; }; }
23486    else
23487      ac_cv_sizeof_long=0
23488    fi
23489 fi
23490 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23491 fi
23492 rm -f conftest.val
23493 fi
23494 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
23495 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
23496
23497
23498
23499 cat >>confdefs.h <<_ACEOF
23500 #define SIZEOF_LONG $ac_cv_sizeof_long
23501 _ACEOF
23502
23503
23504 { echo "$as_me:$LINENO: checking for size_t" >&5
23505 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
23506 if test "${ac_cv_type_size_t+set}" = set; then
23507   echo $ECHO_N "(cached) $ECHO_C" >&6
23508 else
23509   cat >conftest.$ac_ext <<_ACEOF
23510 /* confdefs.h.  */
23511 _ACEOF
23512 cat confdefs.h >>conftest.$ac_ext
23513 cat >>conftest.$ac_ext <<_ACEOF
23514 /* end confdefs.h.  */
23515 $ac_includes_default
23516 typedef size_t ac__type_new_;
23517 int
23518 main ()
23519 {
23520 if ((ac__type_new_ *) 0)
23521   return 0;
23522 if (sizeof (ac__type_new_))
23523   return 0;
23524   ;
23525   return 0;
23526 }
23527 _ACEOF
23528 rm -f conftest.$ac_objext
23529 if { (ac_try="$ac_compile"
23530 case "(($ac_try" in
23531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23532   *) ac_try_echo=$ac_try;;
23533 esac
23534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23535   (eval "$ac_compile") 2>conftest.er1
23536   ac_status=$?
23537   grep -v '^ *+' conftest.er1 >conftest.err
23538   rm -f conftest.er1
23539   cat conftest.err >&5
23540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23541   (exit $ac_status); } && {
23542          test -z "$ac_c_werror_flag" ||
23543          test ! -s conftest.err
23544        } && test -s conftest.$ac_objext; then
23545   ac_cv_type_size_t=yes
23546 else
23547   echo "$as_me: failed program was:" >&5
23548 sed 's/^/| /' conftest.$ac_ext >&5
23549
23550         ac_cv_type_size_t=no
23551 fi
23552
23553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23554 fi
23555 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
23556 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
23557
23558 # The cast to long int works around a bug in the HP C Compiler
23559 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23560 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23561 # This bug is HP SR number 8606223364.
23562 { echo "$as_me:$LINENO: checking size of size_t" >&5
23563 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
23564 if test "${ac_cv_sizeof_size_t+set}" = set; then
23565   echo $ECHO_N "(cached) $ECHO_C" >&6
23566 else
23567   if test "$cross_compiling" = yes; then
23568   # Depending upon the size, compute the lo and hi bounds.
23569 cat >conftest.$ac_ext <<_ACEOF
23570 /* confdefs.h.  */
23571 _ACEOF
23572 cat confdefs.h >>conftest.$ac_ext
23573 cat >>conftest.$ac_ext <<_ACEOF
23574 /* end confdefs.h.  */
23575 $ac_includes_default
23576    typedef size_t ac__type_sizeof_;
23577 int
23578 main ()
23579 {
23580 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23581 test_array [0] = 0
23582
23583   ;
23584   return 0;
23585 }
23586 _ACEOF
23587 rm -f conftest.$ac_objext
23588 if { (ac_try="$ac_compile"
23589 case "(($ac_try" in
23590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23591   *) ac_try_echo=$ac_try;;
23592 esac
23593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23594   (eval "$ac_compile") 2>conftest.er1
23595   ac_status=$?
23596   grep -v '^ *+' conftest.er1 >conftest.err
23597   rm -f conftest.er1
23598   cat conftest.err >&5
23599   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23600   (exit $ac_status); } && {
23601          test -z "$ac_c_werror_flag" ||
23602          test ! -s conftest.err
23603        } && test -s conftest.$ac_objext; then
23604   ac_lo=0 ac_mid=0
23605   while :; do
23606     cat >conftest.$ac_ext <<_ACEOF
23607 /* confdefs.h.  */
23608 _ACEOF
23609 cat confdefs.h >>conftest.$ac_ext
23610 cat >>conftest.$ac_ext <<_ACEOF
23611 /* end confdefs.h.  */
23612 $ac_includes_default
23613    typedef size_t ac__type_sizeof_;
23614 int
23615 main ()
23616 {
23617 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23618 test_array [0] = 0
23619
23620   ;
23621   return 0;
23622 }
23623 _ACEOF
23624 rm -f conftest.$ac_objext
23625 if { (ac_try="$ac_compile"
23626 case "(($ac_try" in
23627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23628   *) ac_try_echo=$ac_try;;
23629 esac
23630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23631   (eval "$ac_compile") 2>conftest.er1
23632   ac_status=$?
23633   grep -v '^ *+' conftest.er1 >conftest.err
23634   rm -f conftest.er1
23635   cat conftest.err >&5
23636   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23637   (exit $ac_status); } && {
23638          test -z "$ac_c_werror_flag" ||
23639          test ! -s conftest.err
23640        } && test -s conftest.$ac_objext; then
23641   ac_hi=$ac_mid; break
23642 else
23643   echo "$as_me: failed program was:" >&5
23644 sed 's/^/| /' conftest.$ac_ext >&5
23645
23646         ac_lo=`expr $ac_mid + 1`
23647                         if test $ac_lo -le $ac_mid; then
23648                           ac_lo= ac_hi=
23649                           break
23650                         fi
23651                         ac_mid=`expr 2 '*' $ac_mid + 1`
23652 fi
23653
23654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23655   done
23656 else
23657   echo "$as_me: failed program was:" >&5
23658 sed 's/^/| /' conftest.$ac_ext >&5
23659
23660         cat >conftest.$ac_ext <<_ACEOF
23661 /* confdefs.h.  */
23662 _ACEOF
23663 cat confdefs.h >>conftest.$ac_ext
23664 cat >>conftest.$ac_ext <<_ACEOF
23665 /* end confdefs.h.  */
23666 $ac_includes_default
23667    typedef size_t ac__type_sizeof_;
23668 int
23669 main ()
23670 {
23671 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23672 test_array [0] = 0
23673
23674   ;
23675   return 0;
23676 }
23677 _ACEOF
23678 rm -f conftest.$ac_objext
23679 if { (ac_try="$ac_compile"
23680 case "(($ac_try" in
23681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23682   *) ac_try_echo=$ac_try;;
23683 esac
23684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23685   (eval "$ac_compile") 2>conftest.er1
23686   ac_status=$?
23687   grep -v '^ *+' conftest.er1 >conftest.err
23688   rm -f conftest.er1
23689   cat conftest.err >&5
23690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23691   (exit $ac_status); } && {
23692          test -z "$ac_c_werror_flag" ||
23693          test ! -s conftest.err
23694        } && test -s conftest.$ac_objext; then
23695   ac_hi=-1 ac_mid=-1
23696   while :; do
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 size_t ac__type_sizeof_;
23705 int
23706 main ()
23707 {
23708 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
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=$ac_mid; break
23733 else
23734   echo "$as_me: failed program was:" >&5
23735 sed 's/^/| /' conftest.$ac_ext >&5
23736
23737         ac_hi=`expr '(' $ac_mid ')' - 1`
23738                         if test $ac_mid -le $ac_hi; then
23739                           ac_lo= ac_hi=
23740                           break
23741                         fi
23742                         ac_mid=`expr 2 '*' $ac_mid`
23743 fi
23744
23745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23746   done
23747 else
23748   echo "$as_me: failed program was:" >&5
23749 sed 's/^/| /' conftest.$ac_ext >&5
23750
23751         ac_lo= ac_hi=
23752 fi
23753
23754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23755 fi
23756
23757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23758 # Binary search between lo and hi bounds.
23759 while test "x$ac_lo" != "x$ac_hi"; do
23760   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23761   cat >conftest.$ac_ext <<_ACEOF
23762 /* confdefs.h.  */
23763 _ACEOF
23764 cat confdefs.h >>conftest.$ac_ext
23765 cat >>conftest.$ac_ext <<_ACEOF
23766 /* end confdefs.h.  */
23767 $ac_includes_default
23768    typedef size_t ac__type_sizeof_;
23769 int
23770 main ()
23771 {
23772 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23773 test_array [0] = 0
23774
23775   ;
23776   return 0;
23777 }
23778 _ACEOF
23779 rm -f conftest.$ac_objext
23780 if { (ac_try="$ac_compile"
23781 case "(($ac_try" in
23782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23783   *) ac_try_echo=$ac_try;;
23784 esac
23785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23786   (eval "$ac_compile") 2>conftest.er1
23787   ac_status=$?
23788   grep -v '^ *+' conftest.er1 >conftest.err
23789   rm -f conftest.er1
23790   cat conftest.err >&5
23791   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23792   (exit $ac_status); } && {
23793          test -z "$ac_c_werror_flag" ||
23794          test ! -s conftest.err
23795        } && test -s conftest.$ac_objext; then
23796   ac_hi=$ac_mid
23797 else
23798   echo "$as_me: failed program was:" >&5
23799 sed 's/^/| /' conftest.$ac_ext >&5
23800
23801         ac_lo=`expr '(' $ac_mid ')' + 1`
23802 fi
23803
23804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23805 done
23806 case $ac_lo in
23807 ?*) ac_cv_sizeof_size_t=$ac_lo;;
23808 '') if test "$ac_cv_type_size_t" = yes; then
23809      { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
23810 See \`config.log' for more details." >&5
23811 echo "$as_me: error: cannot compute sizeof (size_t)
23812 See \`config.log' for more details." >&2;}
23813    { (exit 77); exit 77; }; }
23814    else
23815      ac_cv_sizeof_size_t=0
23816    fi ;;
23817 esac
23818 else
23819   cat >conftest.$ac_ext <<_ACEOF
23820 /* confdefs.h.  */
23821 _ACEOF
23822 cat confdefs.h >>conftest.$ac_ext
23823 cat >>conftest.$ac_ext <<_ACEOF
23824 /* end confdefs.h.  */
23825 $ac_includes_default
23826    typedef size_t ac__type_sizeof_;
23827 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23828 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23829 #include <stdio.h>
23830 #include <stdlib.h>
23831 int
23832 main ()
23833 {
23834
23835   FILE *f = fopen ("conftest.val", "w");
23836   if (! f)
23837     return 1;
23838   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23839     {
23840       long int i = longval ();
23841       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23842         return 1;
23843       fprintf (f, "%ld\n", i);
23844     }
23845   else
23846     {
23847       unsigned long int i = ulongval ();
23848       if (i != ((long int) (sizeof (ac__type_sizeof_))))
23849         return 1;
23850       fprintf (f, "%lu\n", i);
23851     }
23852   return ferror (f) || fclose (f) != 0;
23853
23854   ;
23855   return 0;
23856 }
23857 _ACEOF
23858 rm -f conftest$ac_exeext
23859 if { (ac_try="$ac_link"
23860 case "(($ac_try" in
23861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23862   *) ac_try_echo=$ac_try;;
23863 esac
23864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23865   (eval "$ac_link") 2>&5
23866   ac_status=$?
23867   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23868   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23869   { (case "(($ac_try" in
23870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23871   *) ac_try_echo=$ac_try;;
23872 esac
23873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23874   (eval "$ac_try") 2>&5
23875   ac_status=$?
23876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23877   (exit $ac_status); }; }; then
23878   ac_cv_sizeof_size_t=`cat conftest.val`
23879 else
23880   echo "$as_me: program exited with status $ac_status" >&5
23881 echo "$as_me: failed program was:" >&5
23882 sed 's/^/| /' conftest.$ac_ext >&5
23883
23884 ( exit $ac_status )
23885 if test "$ac_cv_type_size_t" = yes; then
23886      { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
23887 See \`config.log' for more details." >&5
23888 echo "$as_me: error: cannot compute sizeof (size_t)
23889 See \`config.log' for more details." >&2;}
23890    { (exit 77); exit 77; }; }
23891    else
23892      ac_cv_sizeof_size_t=0
23893    fi
23894 fi
23895 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23896 fi
23897 rm -f conftest.val
23898 fi
23899 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
23900 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
23901
23902
23903
23904 cat >>confdefs.h <<_ACEOF
23905 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
23906 _ACEOF
23907
23908
23909
23910 case "${host}" in
23911     arm-*-linux* )
23912         { echo "$as_me:$LINENO: checking for long long" >&5
23913 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
23914 if test "${ac_cv_type_long_long+set}" = set; then
23915   echo $ECHO_N "(cached) $ECHO_C" >&6
23916 else
23917   cat >conftest.$ac_ext <<_ACEOF
23918 /* confdefs.h.  */
23919 _ACEOF
23920 cat confdefs.h >>conftest.$ac_ext
23921 cat >>conftest.$ac_ext <<_ACEOF
23922 /* end confdefs.h.  */
23923 $ac_includes_default
23924 typedef long long ac__type_new_;
23925 int
23926 main ()
23927 {
23928 if ((ac__type_new_ *) 0)
23929   return 0;
23930 if (sizeof (ac__type_new_))
23931   return 0;
23932   ;
23933   return 0;
23934 }
23935 _ACEOF
23936 rm -f conftest.$ac_objext
23937 if { (ac_try="$ac_compile"
23938 case "(($ac_try" in
23939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23940   *) ac_try_echo=$ac_try;;
23941 esac
23942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23943   (eval "$ac_compile") 2>conftest.er1
23944   ac_status=$?
23945   grep -v '^ *+' conftest.er1 >conftest.err
23946   rm -f conftest.er1
23947   cat conftest.err >&5
23948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23949   (exit $ac_status); } && {
23950          test -z "$ac_c_werror_flag" ||
23951          test ! -s conftest.err
23952        } && test -s conftest.$ac_objext; then
23953   ac_cv_type_long_long=yes
23954 else
23955   echo "$as_me: failed program was:" >&5
23956 sed 's/^/| /' conftest.$ac_ext >&5
23957
23958         ac_cv_type_long_long=no
23959 fi
23960
23961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23962 fi
23963 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23964 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23965
23966 # The cast to long int works around a bug in the HP C Compiler
23967 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23968 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23969 # This bug is HP SR number 8606223364.
23970 { echo "$as_me:$LINENO: checking size of long long" >&5
23971 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
23972 if test "${ac_cv_sizeof_long_long+set}" = set; then
23973   echo $ECHO_N "(cached) $ECHO_C" >&6
23974 else
23975   if test "$cross_compiling" = yes; then
23976   # Depending upon the size, compute the lo and hi bounds.
23977 cat >conftest.$ac_ext <<_ACEOF
23978 /* confdefs.h.  */
23979 _ACEOF
23980 cat confdefs.h >>conftest.$ac_ext
23981 cat >>conftest.$ac_ext <<_ACEOF
23982 /* end confdefs.h.  */
23983 $ac_includes_default
23984    typedef long long ac__type_sizeof_;
23985 int
23986 main ()
23987 {
23988 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23989 test_array [0] = 0
23990
23991   ;
23992   return 0;
23993 }
23994 _ACEOF
23995 rm -f conftest.$ac_objext
23996 if { (ac_try="$ac_compile"
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_compile") 2>conftest.er1
24003   ac_status=$?
24004   grep -v '^ *+' conftest.er1 >conftest.err
24005   rm -f conftest.er1
24006   cat conftest.err >&5
24007   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24008   (exit $ac_status); } && {
24009          test -z "$ac_c_werror_flag" ||
24010          test ! -s conftest.err
24011        } && test -s conftest.$ac_objext; then
24012   ac_lo=0 ac_mid=0
24013   while :; do
24014     cat >conftest.$ac_ext <<_ACEOF
24015 /* confdefs.h.  */
24016 _ACEOF
24017 cat confdefs.h >>conftest.$ac_ext
24018 cat >>conftest.$ac_ext <<_ACEOF
24019 /* end confdefs.h.  */
24020 $ac_includes_default
24021    typedef long long ac__type_sizeof_;
24022 int
24023 main ()
24024 {
24025 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24026 test_array [0] = 0
24027
24028   ;
24029   return 0;
24030 }
24031 _ACEOF
24032 rm -f conftest.$ac_objext
24033 if { (ac_try="$ac_compile"
24034 case "(($ac_try" in
24035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24036   *) ac_try_echo=$ac_try;;
24037 esac
24038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24039   (eval "$ac_compile") 2>conftest.er1
24040   ac_status=$?
24041   grep -v '^ *+' conftest.er1 >conftest.err
24042   rm -f conftest.er1
24043   cat conftest.err >&5
24044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24045   (exit $ac_status); } && {
24046          test -z "$ac_c_werror_flag" ||
24047          test ! -s conftest.err
24048        } && test -s conftest.$ac_objext; then
24049   ac_hi=$ac_mid; break
24050 else
24051   echo "$as_me: failed program was:" >&5
24052 sed 's/^/| /' conftest.$ac_ext >&5
24053
24054         ac_lo=`expr $ac_mid + 1`
24055                         if test $ac_lo -le $ac_mid; then
24056                           ac_lo= ac_hi=
24057                           break
24058                         fi
24059                         ac_mid=`expr 2 '*' $ac_mid + 1`
24060 fi
24061
24062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24063   done
24064 else
24065   echo "$as_me: failed program was:" >&5
24066 sed 's/^/| /' conftest.$ac_ext >&5
24067
24068         cat >conftest.$ac_ext <<_ACEOF
24069 /* confdefs.h.  */
24070 _ACEOF
24071 cat confdefs.h >>conftest.$ac_ext
24072 cat >>conftest.$ac_ext <<_ACEOF
24073 /* end confdefs.h.  */
24074 $ac_includes_default
24075    typedef long long ac__type_sizeof_;
24076 int
24077 main ()
24078 {
24079 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
24080 test_array [0] = 0
24081
24082   ;
24083   return 0;
24084 }
24085 _ACEOF
24086 rm -f conftest.$ac_objext
24087 if { (ac_try="$ac_compile"
24088 case "(($ac_try" in
24089   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24090   *) ac_try_echo=$ac_try;;
24091 esac
24092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24093   (eval "$ac_compile") 2>conftest.er1
24094   ac_status=$?
24095   grep -v '^ *+' conftest.er1 >conftest.err
24096   rm -f conftest.er1
24097   cat conftest.err >&5
24098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24099   (exit $ac_status); } && {
24100          test -z "$ac_c_werror_flag" ||
24101          test ! -s conftest.err
24102        } && test -s conftest.$ac_objext; then
24103   ac_hi=-1 ac_mid=-1
24104   while :; do
24105     cat >conftest.$ac_ext <<_ACEOF
24106 /* confdefs.h.  */
24107 _ACEOF
24108 cat confdefs.h >>conftest.$ac_ext
24109 cat >>conftest.$ac_ext <<_ACEOF
24110 /* end confdefs.h.  */
24111 $ac_includes_default
24112    typedef long long ac__type_sizeof_;
24113 int
24114 main ()
24115 {
24116 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
24117 test_array [0] = 0
24118
24119   ;
24120   return 0;
24121 }
24122 _ACEOF
24123 rm -f conftest.$ac_objext
24124 if { (ac_try="$ac_compile"
24125 case "(($ac_try" in
24126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24127   *) ac_try_echo=$ac_try;;
24128 esac
24129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24130   (eval "$ac_compile") 2>conftest.er1
24131   ac_status=$?
24132   grep -v '^ *+' conftest.er1 >conftest.err
24133   rm -f conftest.er1
24134   cat conftest.err >&5
24135   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24136   (exit $ac_status); } && {
24137          test -z "$ac_c_werror_flag" ||
24138          test ! -s conftest.err
24139        } && test -s conftest.$ac_objext; then
24140   ac_lo=$ac_mid; break
24141 else
24142   echo "$as_me: failed program was:" >&5
24143 sed 's/^/| /' conftest.$ac_ext >&5
24144
24145         ac_hi=`expr '(' $ac_mid ')' - 1`
24146                         if test $ac_mid -le $ac_hi; then
24147                           ac_lo= ac_hi=
24148                           break
24149                         fi
24150                         ac_mid=`expr 2 '*' $ac_mid`
24151 fi
24152
24153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24154   done
24155 else
24156   echo "$as_me: failed program was:" >&5
24157 sed 's/^/| /' conftest.$ac_ext >&5
24158
24159         ac_lo= ac_hi=
24160 fi
24161
24162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24163 fi
24164
24165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24166 # Binary search between lo and hi bounds.
24167 while test "x$ac_lo" != "x$ac_hi"; do
24168   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24169   cat >conftest.$ac_ext <<_ACEOF
24170 /* confdefs.h.  */
24171 _ACEOF
24172 cat confdefs.h >>conftest.$ac_ext
24173 cat >>conftest.$ac_ext <<_ACEOF
24174 /* end confdefs.h.  */
24175 $ac_includes_default
24176    typedef long long ac__type_sizeof_;
24177 int
24178 main ()
24179 {
24180 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24181 test_array [0] = 0
24182
24183   ;
24184   return 0;
24185 }
24186 _ACEOF
24187 rm -f conftest.$ac_objext
24188 if { (ac_try="$ac_compile"
24189 case "(($ac_try" in
24190   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24191   *) ac_try_echo=$ac_try;;
24192 esac
24193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24194   (eval "$ac_compile") 2>conftest.er1
24195   ac_status=$?
24196   grep -v '^ *+' conftest.er1 >conftest.err
24197   rm -f conftest.er1
24198   cat conftest.err >&5
24199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24200   (exit $ac_status); } && {
24201          test -z "$ac_c_werror_flag" ||
24202          test ! -s conftest.err
24203        } && test -s conftest.$ac_objext; then
24204   ac_hi=$ac_mid
24205 else
24206   echo "$as_me: failed program was:" >&5
24207 sed 's/^/| /' conftest.$ac_ext >&5
24208
24209         ac_lo=`expr '(' $ac_mid ')' + 1`
24210 fi
24211
24212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24213 done
24214 case $ac_lo in
24215 ?*) ac_cv_sizeof_long_long=$ac_lo;;
24216 '') if test "$ac_cv_type_long_long" = yes; then
24217      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
24218 See \`config.log' for more details." >&5
24219 echo "$as_me: error: cannot compute sizeof (long long)
24220 See \`config.log' for more details." >&2;}
24221    { (exit 77); exit 77; }; }
24222    else
24223      ac_cv_sizeof_long_long=0
24224    fi ;;
24225 esac
24226 else
24227   cat >conftest.$ac_ext <<_ACEOF
24228 /* confdefs.h.  */
24229 _ACEOF
24230 cat confdefs.h >>conftest.$ac_ext
24231 cat >>conftest.$ac_ext <<_ACEOF
24232 /* end confdefs.h.  */
24233 $ac_includes_default
24234    typedef long long ac__type_sizeof_;
24235 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
24236 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
24237 #include <stdio.h>
24238 #include <stdlib.h>
24239 int
24240 main ()
24241 {
24242
24243   FILE *f = fopen ("conftest.val", "w");
24244   if (! f)
24245     return 1;
24246   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
24247     {
24248       long int i = longval ();
24249       if (i != ((long int) (sizeof (ac__type_sizeof_))))
24250         return 1;
24251       fprintf (f, "%ld\n", i);
24252     }
24253   else
24254     {
24255       unsigned long int i = ulongval ();
24256       if (i != ((long int) (sizeof (ac__type_sizeof_))))
24257         return 1;
24258       fprintf (f, "%lu\n", i);
24259     }
24260   return ferror (f) || fclose (f) != 0;
24261
24262   ;
24263   return 0;
24264 }
24265 _ACEOF
24266 rm -f conftest$ac_exeext
24267 if { (ac_try="$ac_link"
24268 case "(($ac_try" in
24269   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24270   *) ac_try_echo=$ac_try;;
24271 esac
24272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24273   (eval "$ac_link") 2>&5
24274   ac_status=$?
24275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24276   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24277   { (case "(($ac_try" in
24278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24279   *) ac_try_echo=$ac_try;;
24280 esac
24281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24282   (eval "$ac_try") 2>&5
24283   ac_status=$?
24284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24285   (exit $ac_status); }; }; then
24286   ac_cv_sizeof_long_long=`cat conftest.val`
24287 else
24288   echo "$as_me: program exited with status $ac_status" >&5
24289 echo "$as_me: failed program was:" >&5
24290 sed 's/^/| /' conftest.$ac_ext >&5
24291
24292 ( exit $ac_status )
24293 if test "$ac_cv_type_long_long" = yes; then
24294      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
24295 See \`config.log' for more details." >&5
24296 echo "$as_me: error: cannot compute sizeof (long long)
24297 See \`config.log' for more details." >&2;}
24298    { (exit 77); exit 77; }; }
24299    else
24300      ac_cv_sizeof_long_long=0
24301    fi
24302 fi
24303 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24304 fi
24305 rm -f conftest.val
24306 fi
24307 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
24308 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
24309
24310
24311
24312 cat >>confdefs.h <<_ACEOF
24313 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
24314 _ACEOF
24315
24316
24317     ;;
24318     *-hp-hpux* )
24319         { echo "$as_me:$LINENO: checking for long long" >&5
24320 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
24321 if test "${ac_cv_type_long_long+set}" = set; then
24322   echo $ECHO_N "(cached) $ECHO_C" >&6
24323 else
24324   cat >conftest.$ac_ext <<_ACEOF
24325 /* confdefs.h.  */
24326 _ACEOF
24327 cat confdefs.h >>conftest.$ac_ext
24328 cat >>conftest.$ac_ext <<_ACEOF
24329 /* end confdefs.h.  */
24330 $ac_includes_default
24331 typedef long long ac__type_new_;
24332 int
24333 main ()
24334 {
24335 if ((ac__type_new_ *) 0)
24336   return 0;
24337 if (sizeof (ac__type_new_))
24338   return 0;
24339   ;
24340   return 0;
24341 }
24342 _ACEOF
24343 rm -f conftest.$ac_objext
24344 if { (ac_try="$ac_compile"
24345 case "(($ac_try" in
24346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24347   *) ac_try_echo=$ac_try;;
24348 esac
24349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24350   (eval "$ac_compile") 2>conftest.er1
24351   ac_status=$?
24352   grep -v '^ *+' conftest.er1 >conftest.err
24353   rm -f conftest.er1
24354   cat conftest.err >&5
24355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24356   (exit $ac_status); } && {
24357          test -z "$ac_c_werror_flag" ||
24358          test ! -s conftest.err
24359        } && test -s conftest.$ac_objext; then
24360   ac_cv_type_long_long=yes
24361 else
24362   echo "$as_me: failed program was:" >&5
24363 sed 's/^/| /' conftest.$ac_ext >&5
24364
24365         ac_cv_type_long_long=no
24366 fi
24367
24368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24369 fi
24370 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
24371 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
24372
24373 # The cast to long int works around a bug in the HP C Compiler
24374 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
24375 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
24376 # This bug is HP SR number 8606223364.
24377 { echo "$as_me:$LINENO: checking size of long long" >&5
24378 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
24379 if test "${ac_cv_sizeof_long_long+set}" = set; then
24380   echo $ECHO_N "(cached) $ECHO_C" >&6
24381 else
24382   if test "$cross_compiling" = yes; then
24383   # Depending upon the size, compute the lo and hi bounds.
24384 cat >conftest.$ac_ext <<_ACEOF
24385 /* confdefs.h.  */
24386 _ACEOF
24387 cat confdefs.h >>conftest.$ac_ext
24388 cat >>conftest.$ac_ext <<_ACEOF
24389 /* end confdefs.h.  */
24390 $ac_includes_default
24391    typedef long long ac__type_sizeof_;
24392 int
24393 main ()
24394 {
24395 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
24396 test_array [0] = 0
24397
24398   ;
24399   return 0;
24400 }
24401 _ACEOF
24402 rm -f conftest.$ac_objext
24403 if { (ac_try="$ac_compile"
24404 case "(($ac_try" in
24405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24406   *) ac_try_echo=$ac_try;;
24407 esac
24408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24409   (eval "$ac_compile") 2>conftest.er1
24410   ac_status=$?
24411   grep -v '^ *+' conftest.er1 >conftest.err
24412   rm -f conftest.er1
24413   cat conftest.err >&5
24414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24415   (exit $ac_status); } && {
24416          test -z "$ac_c_werror_flag" ||
24417          test ! -s conftest.err
24418        } && test -s conftest.$ac_objext; then
24419   ac_lo=0 ac_mid=0
24420   while :; do
24421     cat >conftest.$ac_ext <<_ACEOF
24422 /* confdefs.h.  */
24423 _ACEOF
24424 cat confdefs.h >>conftest.$ac_ext
24425 cat >>conftest.$ac_ext <<_ACEOF
24426 /* end confdefs.h.  */
24427 $ac_includes_default
24428    typedef long long ac__type_sizeof_;
24429 int
24430 main ()
24431 {
24432 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24433 test_array [0] = 0
24434
24435   ;
24436   return 0;
24437 }
24438 _ACEOF
24439 rm -f conftest.$ac_objext
24440 if { (ac_try="$ac_compile"
24441 case "(($ac_try" in
24442   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24443   *) ac_try_echo=$ac_try;;
24444 esac
24445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24446   (eval "$ac_compile") 2>conftest.er1
24447   ac_status=$?
24448   grep -v '^ *+' conftest.er1 >conftest.err
24449   rm -f conftest.er1
24450   cat conftest.err >&5
24451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24452   (exit $ac_status); } && {
24453          test -z "$ac_c_werror_flag" ||
24454          test ! -s conftest.err
24455        } && test -s conftest.$ac_objext; then
24456   ac_hi=$ac_mid; break
24457 else
24458   echo "$as_me: failed program was:" >&5
24459 sed 's/^/| /' conftest.$ac_ext >&5
24460
24461         ac_lo=`expr $ac_mid + 1`
24462                         if test $ac_lo -le $ac_mid; then
24463                           ac_lo= ac_hi=
24464                           break
24465                         fi
24466                         ac_mid=`expr 2 '*' $ac_mid + 1`
24467 fi
24468
24469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24470   done
24471 else
24472   echo "$as_me: failed program was:" >&5
24473 sed 's/^/| /' conftest.$ac_ext >&5
24474
24475         cat >conftest.$ac_ext <<_ACEOF
24476 /* confdefs.h.  */
24477 _ACEOF
24478 cat confdefs.h >>conftest.$ac_ext
24479 cat >>conftest.$ac_ext <<_ACEOF
24480 /* end confdefs.h.  */
24481 $ac_includes_default
24482    typedef long long ac__type_sizeof_;
24483 int
24484 main ()
24485 {
24486 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
24487 test_array [0] = 0
24488
24489   ;
24490   return 0;
24491 }
24492 _ACEOF
24493 rm -f conftest.$ac_objext
24494 if { (ac_try="$ac_compile"
24495 case "(($ac_try" in
24496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24497   *) ac_try_echo=$ac_try;;
24498 esac
24499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24500   (eval "$ac_compile") 2>conftest.er1
24501   ac_status=$?
24502   grep -v '^ *+' conftest.er1 >conftest.err
24503   rm -f conftest.er1
24504   cat conftest.err >&5
24505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24506   (exit $ac_status); } && {
24507          test -z "$ac_c_werror_flag" ||
24508          test ! -s conftest.err
24509        } && test -s conftest.$ac_objext; then
24510   ac_hi=-1 ac_mid=-1
24511   while :; do
24512     cat >conftest.$ac_ext <<_ACEOF
24513 /* confdefs.h.  */
24514 _ACEOF
24515 cat confdefs.h >>conftest.$ac_ext
24516 cat >>conftest.$ac_ext <<_ACEOF
24517 /* end confdefs.h.  */
24518 $ac_includes_default
24519    typedef long long ac__type_sizeof_;
24520 int
24521 main ()
24522 {
24523 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
24524 test_array [0] = 0
24525
24526   ;
24527   return 0;
24528 }
24529 _ACEOF
24530 rm -f conftest.$ac_objext
24531 if { (ac_try="$ac_compile"
24532 case "(($ac_try" in
24533   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24534   *) ac_try_echo=$ac_try;;
24535 esac
24536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24537   (eval "$ac_compile") 2>conftest.er1
24538   ac_status=$?
24539   grep -v '^ *+' conftest.er1 >conftest.err
24540   rm -f conftest.er1
24541   cat conftest.err >&5
24542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24543   (exit $ac_status); } && {
24544          test -z "$ac_c_werror_flag" ||
24545          test ! -s conftest.err
24546        } && test -s conftest.$ac_objext; then
24547   ac_lo=$ac_mid; break
24548 else
24549   echo "$as_me: failed program was:" >&5
24550 sed 's/^/| /' conftest.$ac_ext >&5
24551
24552         ac_hi=`expr '(' $ac_mid ')' - 1`
24553                         if test $ac_mid -le $ac_hi; then
24554                           ac_lo= ac_hi=
24555                           break
24556                         fi
24557                         ac_mid=`expr 2 '*' $ac_mid`
24558 fi
24559
24560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24561   done
24562 else
24563   echo "$as_me: failed program was:" >&5
24564 sed 's/^/| /' conftest.$ac_ext >&5
24565
24566         ac_lo= ac_hi=
24567 fi
24568
24569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24570 fi
24571
24572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24573 # Binary search between lo and hi bounds.
24574 while test "x$ac_lo" != "x$ac_hi"; do
24575   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24576   cat >conftest.$ac_ext <<_ACEOF
24577 /* confdefs.h.  */
24578 _ACEOF
24579 cat confdefs.h >>conftest.$ac_ext
24580 cat >>conftest.$ac_ext <<_ACEOF
24581 /* end confdefs.h.  */
24582 $ac_includes_default
24583    typedef long long ac__type_sizeof_;
24584 int
24585 main ()
24586 {
24587 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24588 test_array [0] = 0
24589
24590   ;
24591   return 0;
24592 }
24593 _ACEOF
24594 rm -f conftest.$ac_objext
24595 if { (ac_try="$ac_compile"
24596 case "(($ac_try" in
24597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24598   *) ac_try_echo=$ac_try;;
24599 esac
24600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24601   (eval "$ac_compile") 2>conftest.er1
24602   ac_status=$?
24603   grep -v '^ *+' conftest.er1 >conftest.err
24604   rm -f conftest.er1
24605   cat conftest.err >&5
24606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24607   (exit $ac_status); } && {
24608          test -z "$ac_c_werror_flag" ||
24609          test ! -s conftest.err
24610        } && test -s conftest.$ac_objext; then
24611   ac_hi=$ac_mid
24612 else
24613   echo "$as_me: failed program was:" >&5
24614 sed 's/^/| /' conftest.$ac_ext >&5
24615
24616         ac_lo=`expr '(' $ac_mid ')' + 1`
24617 fi
24618
24619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24620 done
24621 case $ac_lo in
24622 ?*) ac_cv_sizeof_long_long=$ac_lo;;
24623 '') if test "$ac_cv_type_long_long" = yes; then
24624      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
24625 See \`config.log' for more details." >&5
24626 echo "$as_me: error: cannot compute sizeof (long long)
24627 See \`config.log' for more details." >&2;}
24628    { (exit 77); exit 77; }; }
24629    else
24630      ac_cv_sizeof_long_long=0
24631    fi ;;
24632 esac
24633 else
24634   cat >conftest.$ac_ext <<_ACEOF
24635 /* confdefs.h.  */
24636 _ACEOF
24637 cat confdefs.h >>conftest.$ac_ext
24638 cat >>conftest.$ac_ext <<_ACEOF
24639 /* end confdefs.h.  */
24640 $ac_includes_default
24641    typedef long long ac__type_sizeof_;
24642 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
24643 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
24644 #include <stdio.h>
24645 #include <stdlib.h>
24646 int
24647 main ()
24648 {
24649
24650   FILE *f = fopen ("conftest.val", "w");
24651   if (! f)
24652     return 1;
24653   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
24654     {
24655       long int i = longval ();
24656       if (i != ((long int) (sizeof (ac__type_sizeof_))))
24657         return 1;
24658       fprintf (f, "%ld\n", i);
24659     }
24660   else
24661     {
24662       unsigned long int i = ulongval ();
24663       if (i != ((long int) (sizeof (ac__type_sizeof_))))
24664         return 1;
24665       fprintf (f, "%lu\n", i);
24666     }
24667   return ferror (f) || fclose (f) != 0;
24668
24669   ;
24670   return 0;
24671 }
24672 _ACEOF
24673 rm -f conftest$ac_exeext
24674 if { (ac_try="$ac_link"
24675 case "(($ac_try" in
24676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24677   *) ac_try_echo=$ac_try;;
24678 esac
24679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24680   (eval "$ac_link") 2>&5
24681   ac_status=$?
24682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24683   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24684   { (case "(($ac_try" in
24685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24686   *) ac_try_echo=$ac_try;;
24687 esac
24688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24689   (eval "$ac_try") 2>&5
24690   ac_status=$?
24691   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24692   (exit $ac_status); }; }; then
24693   ac_cv_sizeof_long_long=`cat conftest.val`
24694 else
24695   echo "$as_me: program exited with status $ac_status" >&5
24696 echo "$as_me: failed program was:" >&5
24697 sed 's/^/| /' conftest.$ac_ext >&5
24698
24699 ( exit $ac_status )
24700 if test "$ac_cv_type_long_long" = yes; then
24701      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
24702 See \`config.log' for more details." >&5
24703 echo "$as_me: error: cannot compute sizeof (long long)
24704 See \`config.log' for more details." >&2;}
24705    { (exit 77); exit 77; }; }
24706    else
24707      ac_cv_sizeof_long_long=0
24708    fi
24709 fi
24710 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24711 fi
24712 rm -f conftest.val
24713 fi
24714 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
24715 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
24716
24717
24718
24719 cat >>confdefs.h <<_ACEOF
24720 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
24721 _ACEOF
24722
24723
24724         if test "$ac_cv_sizeof_long_long" != "0"; then
24725                         CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
24726         fi
24727     ;;
24728     * )
24729         { echo "$as_me:$LINENO: checking for long long" >&5
24730 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
24731 if test "${ac_cv_type_long_long+set}" = set; then
24732   echo $ECHO_N "(cached) $ECHO_C" >&6
24733 else
24734   cat >conftest.$ac_ext <<_ACEOF
24735 /* confdefs.h.  */
24736 _ACEOF
24737 cat confdefs.h >>conftest.$ac_ext
24738 cat >>conftest.$ac_ext <<_ACEOF
24739 /* end confdefs.h.  */
24740 $ac_includes_default
24741 typedef long long ac__type_new_;
24742 int
24743 main ()
24744 {
24745 if ((ac__type_new_ *) 0)
24746   return 0;
24747 if (sizeof (ac__type_new_))
24748   return 0;
24749   ;
24750   return 0;
24751 }
24752 _ACEOF
24753 rm -f conftest.$ac_objext
24754 if { (ac_try="$ac_compile"
24755 case "(($ac_try" in
24756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24757   *) ac_try_echo=$ac_try;;
24758 esac
24759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24760   (eval "$ac_compile") 2>conftest.er1
24761   ac_status=$?
24762   grep -v '^ *+' conftest.er1 >conftest.err
24763   rm -f conftest.er1
24764   cat conftest.err >&5
24765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24766   (exit $ac_status); } && {
24767          test -z "$ac_c_werror_flag" ||
24768          test ! -s conftest.err
24769        } && test -s conftest.$ac_objext; then
24770   ac_cv_type_long_long=yes
24771 else
24772   echo "$as_me: failed program was:" >&5
24773 sed 's/^/| /' conftest.$ac_ext >&5
24774
24775         ac_cv_type_long_long=no
24776 fi
24777
24778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24779 fi
24780 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
24781 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
24782
24783 # The cast to long int works around a bug in the HP C Compiler
24784 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
24785 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
24786 # This bug is HP SR number 8606223364.
24787 { echo "$as_me:$LINENO: checking size of long long" >&5
24788 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
24789 if test "${ac_cv_sizeof_long_long+set}" = set; then
24790   echo $ECHO_N "(cached) $ECHO_C" >&6
24791 else
24792   if test "$cross_compiling" = yes; then
24793   # Depending upon the size, compute the lo and hi bounds.
24794 cat >conftest.$ac_ext <<_ACEOF
24795 /* confdefs.h.  */
24796 _ACEOF
24797 cat confdefs.h >>conftest.$ac_ext
24798 cat >>conftest.$ac_ext <<_ACEOF
24799 /* end confdefs.h.  */
24800 $ac_includes_default
24801    typedef long long ac__type_sizeof_;
24802 int
24803 main ()
24804 {
24805 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
24806 test_array [0] = 0
24807
24808   ;
24809   return 0;
24810 }
24811 _ACEOF
24812 rm -f conftest.$ac_objext
24813 if { (ac_try="$ac_compile"
24814 case "(($ac_try" in
24815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24816   *) ac_try_echo=$ac_try;;
24817 esac
24818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24819   (eval "$ac_compile") 2>conftest.er1
24820   ac_status=$?
24821   grep -v '^ *+' conftest.er1 >conftest.err
24822   rm -f conftest.er1
24823   cat conftest.err >&5
24824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24825   (exit $ac_status); } && {
24826          test -z "$ac_c_werror_flag" ||
24827          test ! -s conftest.err
24828        } && test -s conftest.$ac_objext; then
24829   ac_lo=0 ac_mid=0
24830   while :; do
24831     cat >conftest.$ac_ext <<_ACEOF
24832 /* confdefs.h.  */
24833 _ACEOF
24834 cat confdefs.h >>conftest.$ac_ext
24835 cat >>conftest.$ac_ext <<_ACEOF
24836 /* end confdefs.h.  */
24837 $ac_includes_default
24838    typedef long long ac__type_sizeof_;
24839 int
24840 main ()
24841 {
24842 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24843 test_array [0] = 0
24844
24845   ;
24846   return 0;
24847 }
24848 _ACEOF
24849 rm -f conftest.$ac_objext
24850 if { (ac_try="$ac_compile"
24851 case "(($ac_try" in
24852   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24853   *) ac_try_echo=$ac_try;;
24854 esac
24855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24856   (eval "$ac_compile") 2>conftest.er1
24857   ac_status=$?
24858   grep -v '^ *+' conftest.er1 >conftest.err
24859   rm -f conftest.er1
24860   cat conftest.err >&5
24861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24862   (exit $ac_status); } && {
24863          test -z "$ac_c_werror_flag" ||
24864          test ! -s conftest.err
24865        } && test -s conftest.$ac_objext; then
24866   ac_hi=$ac_mid; break
24867 else
24868   echo "$as_me: failed program was:" >&5
24869 sed 's/^/| /' conftest.$ac_ext >&5
24870
24871         ac_lo=`expr $ac_mid + 1`
24872                         if test $ac_lo -le $ac_mid; then
24873                           ac_lo= ac_hi=
24874                           break
24875                         fi
24876                         ac_mid=`expr 2 '*' $ac_mid + 1`
24877 fi
24878
24879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24880   done
24881 else
24882   echo "$as_me: failed program was:" >&5
24883 sed 's/^/| /' conftest.$ac_ext >&5
24884
24885         cat >conftest.$ac_ext <<_ACEOF
24886 /* confdefs.h.  */
24887 _ACEOF
24888 cat confdefs.h >>conftest.$ac_ext
24889 cat >>conftest.$ac_ext <<_ACEOF
24890 /* end confdefs.h.  */
24891 $ac_includes_default
24892    typedef long long ac__type_sizeof_;
24893 int
24894 main ()
24895 {
24896 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
24897 test_array [0] = 0
24898
24899   ;
24900   return 0;
24901 }
24902 _ACEOF
24903 rm -f conftest.$ac_objext
24904 if { (ac_try="$ac_compile"
24905 case "(($ac_try" in
24906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24907   *) ac_try_echo=$ac_try;;
24908 esac
24909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24910   (eval "$ac_compile") 2>conftest.er1
24911   ac_status=$?
24912   grep -v '^ *+' conftest.er1 >conftest.err
24913   rm -f conftest.er1
24914   cat conftest.err >&5
24915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24916   (exit $ac_status); } && {
24917          test -z "$ac_c_werror_flag" ||
24918          test ! -s conftest.err
24919        } && test -s conftest.$ac_objext; then
24920   ac_hi=-1 ac_mid=-1
24921   while :; do
24922     cat >conftest.$ac_ext <<_ACEOF
24923 /* confdefs.h.  */
24924 _ACEOF
24925 cat confdefs.h >>conftest.$ac_ext
24926 cat >>conftest.$ac_ext <<_ACEOF
24927 /* end confdefs.h.  */
24928 $ac_includes_default
24929    typedef long long ac__type_sizeof_;
24930 int
24931 main ()
24932 {
24933 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
24934 test_array [0] = 0
24935
24936   ;
24937   return 0;
24938 }
24939 _ACEOF
24940 rm -f conftest.$ac_objext
24941 if { (ac_try="$ac_compile"
24942 case "(($ac_try" in
24943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24944   *) ac_try_echo=$ac_try;;
24945 esac
24946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24947   (eval "$ac_compile") 2>conftest.er1
24948   ac_status=$?
24949   grep -v '^ *+' conftest.er1 >conftest.err
24950   rm -f conftest.er1
24951   cat conftest.err >&5
24952   echo "$as_me:$LINENO: \$? = $ac_status" >&5
24953   (exit $ac_status); } && {
24954          test -z "$ac_c_werror_flag" ||
24955          test ! -s conftest.err
24956        } && test -s conftest.$ac_objext; then
24957   ac_lo=$ac_mid; break
24958 else
24959   echo "$as_me: failed program was:" >&5
24960 sed 's/^/| /' conftest.$ac_ext >&5
24961
24962         ac_hi=`expr '(' $ac_mid ')' - 1`
24963                         if test $ac_mid -le $ac_hi; then
24964                           ac_lo= ac_hi=
24965                           break
24966                         fi
24967                         ac_mid=`expr 2 '*' $ac_mid`
24968 fi
24969
24970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24971   done
24972 else
24973   echo "$as_me: failed program was:" >&5
24974 sed 's/^/| /' conftest.$ac_ext >&5
24975
24976         ac_lo= ac_hi=
24977 fi
24978
24979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24980 fi
24981
24982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24983 # Binary search between lo and hi bounds.
24984 while test "x$ac_lo" != "x$ac_hi"; do
24985   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24986   cat >conftest.$ac_ext <<_ACEOF
24987 /* confdefs.h.  */
24988 _ACEOF
24989 cat confdefs.h >>conftest.$ac_ext
24990 cat >>conftest.$ac_ext <<_ACEOF
24991 /* end confdefs.h.  */
24992 $ac_includes_default
24993    typedef long long ac__type_sizeof_;
24994 int
24995 main ()
24996 {
24997 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24998 test_array [0] = 0
24999
25000   ;
25001   return 0;
25002 }
25003 _ACEOF
25004 rm -f conftest.$ac_objext
25005 if { (ac_try="$ac_compile"
25006 case "(($ac_try" in
25007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25008   *) ac_try_echo=$ac_try;;
25009 esac
25010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25011   (eval "$ac_compile") 2>conftest.er1
25012   ac_status=$?
25013   grep -v '^ *+' conftest.er1 >conftest.err
25014   rm -f conftest.er1
25015   cat conftest.err >&5
25016   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25017   (exit $ac_status); } && {
25018          test -z "$ac_c_werror_flag" ||
25019          test ! -s conftest.err
25020        } && test -s conftest.$ac_objext; then
25021   ac_hi=$ac_mid
25022 else
25023   echo "$as_me: failed program was:" >&5
25024 sed 's/^/| /' conftest.$ac_ext >&5
25025
25026         ac_lo=`expr '(' $ac_mid ')' + 1`
25027 fi
25028
25029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25030 done
25031 case $ac_lo in
25032 ?*) ac_cv_sizeof_long_long=$ac_lo;;
25033 '') if test "$ac_cv_type_long_long" = yes; then
25034      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
25035 See \`config.log' for more details." >&5
25036 echo "$as_me: error: cannot compute sizeof (long long)
25037 See \`config.log' for more details." >&2;}
25038    { (exit 77); exit 77; }; }
25039    else
25040      ac_cv_sizeof_long_long=0
25041    fi ;;
25042 esac
25043 else
25044   cat >conftest.$ac_ext <<_ACEOF
25045 /* confdefs.h.  */
25046 _ACEOF
25047 cat confdefs.h >>conftest.$ac_ext
25048 cat >>conftest.$ac_ext <<_ACEOF
25049 /* end confdefs.h.  */
25050 $ac_includes_default
25051    typedef long long ac__type_sizeof_;
25052 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
25053 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
25054 #include <stdio.h>
25055 #include <stdlib.h>
25056 int
25057 main ()
25058 {
25059
25060   FILE *f = fopen ("conftest.val", "w");
25061   if (! f)
25062     return 1;
25063   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
25064     {
25065       long int i = longval ();
25066       if (i != ((long int) (sizeof (ac__type_sizeof_))))
25067         return 1;
25068       fprintf (f, "%ld\n", i);
25069     }
25070   else
25071     {
25072       unsigned long int i = ulongval ();
25073       if (i != ((long int) (sizeof (ac__type_sizeof_))))
25074         return 1;
25075       fprintf (f, "%lu\n", i);
25076     }
25077   return ferror (f) || fclose (f) != 0;
25078
25079   ;
25080   return 0;
25081 }
25082 _ACEOF
25083 rm -f conftest$ac_exeext
25084 if { (ac_try="$ac_link"
25085 case "(($ac_try" in
25086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25087   *) ac_try_echo=$ac_try;;
25088 esac
25089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25090   (eval "$ac_link") 2>&5
25091   ac_status=$?
25092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25093   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25094   { (case "(($ac_try" in
25095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25096   *) ac_try_echo=$ac_try;;
25097 esac
25098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25099   (eval "$ac_try") 2>&5
25100   ac_status=$?
25101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25102   (exit $ac_status); }; }; then
25103   ac_cv_sizeof_long_long=`cat conftest.val`
25104 else
25105   echo "$as_me: program exited with status $ac_status" >&5
25106 echo "$as_me: failed program was:" >&5
25107 sed 's/^/| /' conftest.$ac_ext >&5
25108
25109 ( exit $ac_status )
25110 if test "$ac_cv_type_long_long" = yes; then
25111      { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
25112 See \`config.log' for more details." >&5
25113 echo "$as_me: error: cannot compute sizeof (long long)
25114 See \`config.log' for more details." >&2;}
25115    { (exit 77); exit 77; }; }
25116    else
25117      ac_cv_sizeof_long_long=0
25118    fi
25119 fi
25120 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25121 fi
25122 rm -f conftest.val
25123 fi
25124 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
25125 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
25126
25127
25128
25129 cat >>confdefs.h <<_ACEOF
25130 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
25131 _ACEOF
25132
25133
25134 esac
25135
25136 { echo "$as_me:$LINENO: checking for wchar_t" >&5
25137 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
25138 if test "${ac_cv_type_wchar_t+set}" = set; then
25139   echo $ECHO_N "(cached) $ECHO_C" >&6
25140 else
25141   cat >conftest.$ac_ext <<_ACEOF
25142 /* confdefs.h.  */
25143 _ACEOF
25144 cat confdefs.h >>conftest.$ac_ext
25145 cat >>conftest.$ac_ext <<_ACEOF
25146 /* end confdefs.h.  */
25147
25148         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25149         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25150         #  error "fake wchar_t"
25151         #endif
25152         #ifdef HAVE_WCHAR_H
25153         #  ifdef __CYGWIN__
25154         #    include <stddef.h>
25155         #  endif
25156         #  include <wchar.h>
25157         #endif
25158         #ifdef HAVE_STDLIB_H
25159         #  include <stdlib.h>
25160         #endif
25161         #include <stdio.h>
25162
25163
25164
25165 typedef wchar_t ac__type_new_;
25166 int
25167 main ()
25168 {
25169 if ((ac__type_new_ *) 0)
25170   return 0;
25171 if (sizeof (ac__type_new_))
25172   return 0;
25173   ;
25174   return 0;
25175 }
25176 _ACEOF
25177 rm -f conftest.$ac_objext
25178 if { (ac_try="$ac_compile"
25179 case "(($ac_try" in
25180   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25181   *) ac_try_echo=$ac_try;;
25182 esac
25183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25184   (eval "$ac_compile") 2>conftest.er1
25185   ac_status=$?
25186   grep -v '^ *+' conftest.er1 >conftest.err
25187   rm -f conftest.er1
25188   cat conftest.err >&5
25189   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25190   (exit $ac_status); } && {
25191          test -z "$ac_c_werror_flag" ||
25192          test ! -s conftest.err
25193        } && test -s conftest.$ac_objext; then
25194   ac_cv_type_wchar_t=yes
25195 else
25196   echo "$as_me: failed program was:" >&5
25197 sed 's/^/| /' conftest.$ac_ext >&5
25198
25199         ac_cv_type_wchar_t=no
25200 fi
25201
25202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25203 fi
25204 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
25205 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
25206
25207 # The cast to long int works around a bug in the HP C Compiler
25208 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
25209 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
25210 # This bug is HP SR number 8606223364.
25211 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
25212 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
25213 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
25214   echo $ECHO_N "(cached) $ECHO_C" >&6
25215 else
25216   if test "$cross_compiling" = yes; then
25217   # Depending upon the size, compute the lo and hi bounds.
25218 cat >conftest.$ac_ext <<_ACEOF
25219 /* confdefs.h.  */
25220 _ACEOF
25221 cat confdefs.h >>conftest.$ac_ext
25222 cat >>conftest.$ac_ext <<_ACEOF
25223 /* end confdefs.h.  */
25224
25225         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25226         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25227         #  error "fake wchar_t"
25228         #endif
25229         #ifdef HAVE_WCHAR_H
25230         #  ifdef __CYGWIN__
25231         #    include <stddef.h>
25232         #  endif
25233         #  include <wchar.h>
25234         #endif
25235         #ifdef HAVE_STDLIB_H
25236         #  include <stdlib.h>
25237         #endif
25238         #include <stdio.h>
25239
25240
25241
25242    typedef wchar_t ac__type_sizeof_;
25243 int
25244 main ()
25245 {
25246 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
25247 test_array [0] = 0
25248
25249   ;
25250   return 0;
25251 }
25252 _ACEOF
25253 rm -f conftest.$ac_objext
25254 if { (ac_try="$ac_compile"
25255 case "(($ac_try" in
25256   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25257   *) ac_try_echo=$ac_try;;
25258 esac
25259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25260   (eval "$ac_compile") 2>conftest.er1
25261   ac_status=$?
25262   grep -v '^ *+' conftest.er1 >conftest.err
25263   rm -f conftest.er1
25264   cat conftest.err >&5
25265   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25266   (exit $ac_status); } && {
25267          test -z "$ac_c_werror_flag" ||
25268          test ! -s conftest.err
25269        } && test -s conftest.$ac_objext; then
25270   ac_lo=0 ac_mid=0
25271   while :; do
25272     cat >conftest.$ac_ext <<_ACEOF
25273 /* confdefs.h.  */
25274 _ACEOF
25275 cat confdefs.h >>conftest.$ac_ext
25276 cat >>conftest.$ac_ext <<_ACEOF
25277 /* end confdefs.h.  */
25278
25279         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25280         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25281         #  error "fake wchar_t"
25282         #endif
25283         #ifdef HAVE_WCHAR_H
25284         #  ifdef __CYGWIN__
25285         #    include <stddef.h>
25286         #  endif
25287         #  include <wchar.h>
25288         #endif
25289         #ifdef HAVE_STDLIB_H
25290         #  include <stdlib.h>
25291         #endif
25292         #include <stdio.h>
25293
25294
25295
25296    typedef wchar_t ac__type_sizeof_;
25297 int
25298 main ()
25299 {
25300 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
25301 test_array [0] = 0
25302
25303   ;
25304   return 0;
25305 }
25306 _ACEOF
25307 rm -f conftest.$ac_objext
25308 if { (ac_try="$ac_compile"
25309 case "(($ac_try" in
25310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25311   *) ac_try_echo=$ac_try;;
25312 esac
25313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25314   (eval "$ac_compile") 2>conftest.er1
25315   ac_status=$?
25316   grep -v '^ *+' conftest.er1 >conftest.err
25317   rm -f conftest.er1
25318   cat conftest.err >&5
25319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25320   (exit $ac_status); } && {
25321          test -z "$ac_c_werror_flag" ||
25322          test ! -s conftest.err
25323        } && test -s conftest.$ac_objext; then
25324   ac_hi=$ac_mid; break
25325 else
25326   echo "$as_me: failed program was:" >&5
25327 sed 's/^/| /' conftest.$ac_ext >&5
25328
25329         ac_lo=`expr $ac_mid + 1`
25330                         if test $ac_lo -le $ac_mid; then
25331                           ac_lo= ac_hi=
25332                           break
25333                         fi
25334                         ac_mid=`expr 2 '*' $ac_mid + 1`
25335 fi
25336
25337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25338   done
25339 else
25340   echo "$as_me: failed program was:" >&5
25341 sed 's/^/| /' conftest.$ac_ext >&5
25342
25343         cat >conftest.$ac_ext <<_ACEOF
25344 /* confdefs.h.  */
25345 _ACEOF
25346 cat confdefs.h >>conftest.$ac_ext
25347 cat >>conftest.$ac_ext <<_ACEOF
25348 /* end confdefs.h.  */
25349
25350         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25351         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25352         #  error "fake wchar_t"
25353         #endif
25354         #ifdef HAVE_WCHAR_H
25355         #  ifdef __CYGWIN__
25356         #    include <stddef.h>
25357         #  endif
25358         #  include <wchar.h>
25359         #endif
25360         #ifdef HAVE_STDLIB_H
25361         #  include <stdlib.h>
25362         #endif
25363         #include <stdio.h>
25364
25365
25366
25367    typedef wchar_t ac__type_sizeof_;
25368 int
25369 main ()
25370 {
25371 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
25372 test_array [0] = 0
25373
25374   ;
25375   return 0;
25376 }
25377 _ACEOF
25378 rm -f conftest.$ac_objext
25379 if { (ac_try="$ac_compile"
25380 case "(($ac_try" in
25381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25382   *) ac_try_echo=$ac_try;;
25383 esac
25384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25385   (eval "$ac_compile") 2>conftest.er1
25386   ac_status=$?
25387   grep -v '^ *+' conftest.er1 >conftest.err
25388   rm -f conftest.er1
25389   cat conftest.err >&5
25390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25391   (exit $ac_status); } && {
25392          test -z "$ac_c_werror_flag" ||
25393          test ! -s conftest.err
25394        } && test -s conftest.$ac_objext; then
25395   ac_hi=-1 ac_mid=-1
25396   while :; do
25397     cat >conftest.$ac_ext <<_ACEOF
25398 /* confdefs.h.  */
25399 _ACEOF
25400 cat confdefs.h >>conftest.$ac_ext
25401 cat >>conftest.$ac_ext <<_ACEOF
25402 /* end confdefs.h.  */
25403
25404         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25405         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25406         #  error "fake wchar_t"
25407         #endif
25408         #ifdef HAVE_WCHAR_H
25409         #  ifdef __CYGWIN__
25410         #    include <stddef.h>
25411         #  endif
25412         #  include <wchar.h>
25413         #endif
25414         #ifdef HAVE_STDLIB_H
25415         #  include <stdlib.h>
25416         #endif
25417         #include <stdio.h>
25418
25419
25420
25421    typedef wchar_t ac__type_sizeof_;
25422 int
25423 main ()
25424 {
25425 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
25426 test_array [0] = 0
25427
25428   ;
25429   return 0;
25430 }
25431 _ACEOF
25432 rm -f conftest.$ac_objext
25433 if { (ac_try="$ac_compile"
25434 case "(($ac_try" in
25435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25436   *) ac_try_echo=$ac_try;;
25437 esac
25438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25439   (eval "$ac_compile") 2>conftest.er1
25440   ac_status=$?
25441   grep -v '^ *+' conftest.er1 >conftest.err
25442   rm -f conftest.er1
25443   cat conftest.err >&5
25444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25445   (exit $ac_status); } && {
25446          test -z "$ac_c_werror_flag" ||
25447          test ! -s conftest.err
25448        } && test -s conftest.$ac_objext; then
25449   ac_lo=$ac_mid; break
25450 else
25451   echo "$as_me: failed program was:" >&5
25452 sed 's/^/| /' conftest.$ac_ext >&5
25453
25454         ac_hi=`expr '(' $ac_mid ')' - 1`
25455                         if test $ac_mid -le $ac_hi; then
25456                           ac_lo= ac_hi=
25457                           break
25458                         fi
25459                         ac_mid=`expr 2 '*' $ac_mid`
25460 fi
25461
25462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25463   done
25464 else
25465   echo "$as_me: failed program was:" >&5
25466 sed 's/^/| /' conftest.$ac_ext >&5
25467
25468         ac_lo= ac_hi=
25469 fi
25470
25471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25472 fi
25473
25474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25475 # Binary search between lo and hi bounds.
25476 while test "x$ac_lo" != "x$ac_hi"; do
25477   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
25478   cat >conftest.$ac_ext <<_ACEOF
25479 /* confdefs.h.  */
25480 _ACEOF
25481 cat confdefs.h >>conftest.$ac_ext
25482 cat >>conftest.$ac_ext <<_ACEOF
25483 /* end confdefs.h.  */
25484
25485         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25486         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25487         #  error "fake wchar_t"
25488         #endif
25489         #ifdef HAVE_WCHAR_H
25490         #  ifdef __CYGWIN__
25491         #    include <stddef.h>
25492         #  endif
25493         #  include <wchar.h>
25494         #endif
25495         #ifdef HAVE_STDLIB_H
25496         #  include <stdlib.h>
25497         #endif
25498         #include <stdio.h>
25499
25500
25501
25502    typedef wchar_t ac__type_sizeof_;
25503 int
25504 main ()
25505 {
25506 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
25507 test_array [0] = 0
25508
25509   ;
25510   return 0;
25511 }
25512 _ACEOF
25513 rm -f conftest.$ac_objext
25514 if { (ac_try="$ac_compile"
25515 case "(($ac_try" in
25516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25517   *) ac_try_echo=$ac_try;;
25518 esac
25519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25520   (eval "$ac_compile") 2>conftest.er1
25521   ac_status=$?
25522   grep -v '^ *+' conftest.er1 >conftest.err
25523   rm -f conftest.er1
25524   cat conftest.err >&5
25525   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25526   (exit $ac_status); } && {
25527          test -z "$ac_c_werror_flag" ||
25528          test ! -s conftest.err
25529        } && test -s conftest.$ac_objext; then
25530   ac_hi=$ac_mid
25531 else
25532   echo "$as_me: failed program was:" >&5
25533 sed 's/^/| /' conftest.$ac_ext >&5
25534
25535         ac_lo=`expr '(' $ac_mid ')' + 1`
25536 fi
25537
25538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25539 done
25540 case $ac_lo in
25541 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
25542 '') if test "$ac_cv_type_wchar_t" = yes; then
25543      { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
25544 See \`config.log' for more details." >&5
25545 echo "$as_me: error: cannot compute sizeof (wchar_t)
25546 See \`config.log' for more details." >&2;}
25547    { (exit 77); exit 77; }; }
25548    else
25549      ac_cv_sizeof_wchar_t=0
25550    fi ;;
25551 esac
25552 else
25553   cat >conftest.$ac_ext <<_ACEOF
25554 /* confdefs.h.  */
25555 _ACEOF
25556 cat confdefs.h >>conftest.$ac_ext
25557 cat >>conftest.$ac_ext <<_ACEOF
25558 /* end confdefs.h.  */
25559
25560         /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
25561         #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
25562         #  error "fake wchar_t"
25563         #endif
25564         #ifdef HAVE_WCHAR_H
25565         #  ifdef __CYGWIN__
25566         #    include <stddef.h>
25567         #  endif
25568         #  include <wchar.h>
25569         #endif
25570         #ifdef HAVE_STDLIB_H
25571         #  include <stdlib.h>
25572         #endif
25573         #include <stdio.h>
25574
25575
25576
25577    typedef wchar_t ac__type_sizeof_;
25578 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
25579 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
25580 #include <stdio.h>
25581 #include <stdlib.h>
25582 int
25583 main ()
25584 {
25585
25586   FILE *f = fopen ("conftest.val", "w");
25587   if (! f)
25588     return 1;
25589   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
25590     {
25591       long int i = longval ();
25592       if (i != ((long int) (sizeof (ac__type_sizeof_))))
25593         return 1;
25594       fprintf (f, "%ld\n", i);
25595     }
25596   else
25597     {
25598       unsigned long int i = ulongval ();
25599       if (i != ((long int) (sizeof (ac__type_sizeof_))))
25600         return 1;
25601       fprintf (f, "%lu\n", i);
25602     }
25603   return ferror (f) || fclose (f) != 0;
25604
25605   ;
25606   return 0;
25607 }
25608 _ACEOF
25609 rm -f conftest$ac_exeext
25610 if { (ac_try="$ac_link"
25611 case "(($ac_try" in
25612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25613   *) ac_try_echo=$ac_try;;
25614 esac
25615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25616   (eval "$ac_link") 2>&5
25617   ac_status=$?
25618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25619   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25620   { (case "(($ac_try" in
25621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25622   *) ac_try_echo=$ac_try;;
25623 esac
25624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25625   (eval "$ac_try") 2>&5
25626   ac_status=$?
25627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25628   (exit $ac_status); }; }; then
25629   ac_cv_sizeof_wchar_t=`cat conftest.val`
25630 else
25631   echo "$as_me: program exited with status $ac_status" >&5
25632 echo "$as_me: failed program was:" >&5
25633 sed 's/^/| /' conftest.$ac_ext >&5
25634
25635 ( exit $ac_status )
25636 if test "$ac_cv_type_wchar_t" = yes; then
25637      { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
25638 See \`config.log' for more details." >&5
25639 echo "$as_me: error: cannot compute sizeof (wchar_t)
25640 See \`config.log' for more details." >&2;}
25641    { (exit 77); exit 77; }; }
25642    else
25643      ac_cv_sizeof_wchar_t=0
25644    fi
25645 fi
25646 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25647 fi
25648 rm -f conftest.val
25649 fi
25650 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
25651 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
25652
25653
25654
25655 cat >>confdefs.h <<_ACEOF
25656 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
25657 _ACEOF
25658
25659
25660 if test "$ac_cv_sizeof_wchar_t" != "0"; then
25661     wxUSE_WCHAR_T=yes
25662 else
25663     wxUSE_WCHAR_T=no
25664 fi
25665
25666 { echo "$as_me:$LINENO: checking for va_copy" >&5
25667 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
25668 if test "${wx_cv_func_va_copy+set}" = set; then
25669   echo $ECHO_N "(cached) $ECHO_C" >&6
25670 else
25671
25672         ac_ext=cpp
25673 ac_cpp='$CXXCPP $CPPFLAGS'
25674 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25675 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25676 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25677
25678         cat >conftest.$ac_ext <<_ACEOF
25679
25680             #include <stdarg.h>
25681             void foo(char *f, ...)
25682             {
25683                 va_list ap1, ap2;
25684                 va_start(ap1, f);
25685                 va_copy(ap2, ap1);
25686                 va_end(ap2);
25687                 va_end(ap1);
25688             }
25689             int main()
25690             {
25691                 foo("hi", 17);
25692                 return 0;
25693             }
25694 _ACEOF
25695 rm -f conftest.$ac_objext conftest$ac_exeext
25696 if { (ac_try="$ac_link"
25697 case "(($ac_try" in
25698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25699   *) ac_try_echo=$ac_try;;
25700 esac
25701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25702   (eval "$ac_link") 2>conftest.er1
25703   ac_status=$?
25704   grep -v '^ *+' conftest.er1 >conftest.err
25705   rm -f conftest.er1
25706   cat conftest.err >&5
25707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25708   (exit $ac_status); } && {
25709          test -z "$ac_cxx_werror_flag" ||
25710          test ! -s conftest.err
25711        } && test -s conftest$ac_exeext &&
25712        $as_test_x conftest$ac_exeext; then
25713   wx_cv_func_va_copy=yes
25714 else
25715   echo "$as_me: failed program was:" >&5
25716 sed 's/^/| /' conftest.$ac_ext >&5
25717
25718         wx_cv_func_va_copy=no
25719
25720 fi
25721
25722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25723       conftest$ac_exeext conftest.$ac_ext
25724         ac_ext=c
25725 ac_cpp='$CPP $CPPFLAGS'
25726 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25727 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25728 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25729
25730
25731
25732 fi
25733 { echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
25734 echo "${ECHO_T}$wx_cv_func_va_copy" >&6; }
25735
25736 if test $wx_cv_func_va_copy = "yes"; then
25737     cat >>confdefs.h <<\_ACEOF
25738 #define HAVE_VA_COPY 1
25739 _ACEOF
25740
25741 else
25742         { echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
25743 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6; }
25744 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
25745   echo $ECHO_N "(cached) $ECHO_C" >&6
25746 else
25747
25748             if test "$cross_compiling" = yes; then
25749                   wx_cv_type_va_list_lvalue=yes
25750
25751 else
25752   cat >conftest.$ac_ext <<_ACEOF
25753
25754                 #include <stdarg.h>
25755                 int foo(char *f, ...)
25756                 {
25757                     va_list ap1, ap2;
25758                     va_start(ap1, f);
25759                     ap2 = ap1;
25760                     if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
25761                         return 1;
25762                     va_end(ap2);
25763                     va_end(ap1);
25764                     return 0;
25765                 }
25766                 int main()
25767                 {
25768                     return foo("hi", 17);
25769                 }
25770 _ACEOF
25771 rm -f conftest$ac_exeext
25772 if { (ac_try="$ac_link"
25773 case "(($ac_try" in
25774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25775   *) ac_try_echo=$ac_try;;
25776 esac
25777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25778   (eval "$ac_link") 2>&5
25779   ac_status=$?
25780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25781   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25782   { (case "(($ac_try" in
25783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25784   *) ac_try_echo=$ac_try;;
25785 esac
25786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25787   (eval "$ac_try") 2>&5
25788   ac_status=$?
25789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25790   (exit $ac_status); }; }; then
25791   wx_cv_type_va_list_lvalue=yes
25792 else
25793   echo "$as_me: program exited with status $ac_status" >&5
25794 echo "$as_me: failed program was:" >&5
25795 sed 's/^/| /' conftest.$ac_ext >&5
25796
25797 ( exit $ac_status )
25798 wx_cv_type_va_list_lvalue=no
25799 fi
25800 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25801 fi
25802
25803
25804
25805
25806 fi
25807 { echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
25808 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6; }
25809
25810     if test $wx_cv_type_va_list_lvalue != "yes"; then
25811                         cat >>confdefs.h <<\_ACEOF
25812 #define VA_LIST_IS_ARRAY 1
25813 _ACEOF
25814
25815     fi
25816 fi
25817
25818 if test "$wxUSE_VARARG_MACROS" = "yes"; then
25819
25820 { echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
25821 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6; }
25822 if test "${wx_cv_have_variadic_macros+set}" = set; then
25823   echo $ECHO_N "(cached) $ECHO_C" >&6
25824 else
25825
25826                         ac_ext=cpp
25827 ac_cpp='$CXXCPP $CPPFLAGS'
25828 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25829 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25830 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25831
25832         cat >conftest.$ac_ext <<_ACEOF
25833 /* confdefs.h.  */
25834 _ACEOF
25835 cat confdefs.h >>conftest.$ac_ext
25836 cat >>conftest.$ac_ext <<_ACEOF
25837 /* end confdefs.h.  */
25838
25839                     #include <stdio.h>
25840                     #define test(fmt, ...) printf(fmt, __VA_ARGS__)
25841
25842 int
25843 main ()
25844 {
25845
25846                     test("%s %d %p", "test", 1, 0);
25847
25848
25849   ;
25850   return 0;
25851 }
25852 _ACEOF
25853 rm -f conftest.$ac_objext
25854 if { (ac_try="$ac_compile"
25855 case "(($ac_try" in
25856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25857   *) ac_try_echo=$ac_try;;
25858 esac
25859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25860   (eval "$ac_compile") 2>conftest.er1
25861   ac_status=$?
25862   grep -v '^ *+' conftest.er1 >conftest.err
25863   rm -f conftest.er1
25864   cat conftest.err >&5
25865   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25866   (exit $ac_status); } && {
25867          test -z "$ac_cxx_werror_flag" ||
25868          test ! -s conftest.err
25869        } && test -s conftest.$ac_objext; then
25870   wx_cv_have_variadic_macros=yes
25871 else
25872   echo "$as_me: failed program was:" >&5
25873 sed 's/^/| /' conftest.$ac_ext >&5
25874
25875         wx_cv_have_variadic_macros=no
25876
25877 fi
25878
25879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25880         ac_ext=c
25881 ac_cpp='$CPP $CPPFLAGS'
25882 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25883 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25884 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25885
25886
25887
25888 fi
25889 { echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
25890 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6; }
25891
25892 if test $wx_cv_have_variadic_macros = "yes"; then
25893     cat >>confdefs.h <<\_ACEOF
25894 #define HAVE_VARIADIC_MACROS 1
25895 _ACEOF
25896
25897 fi
25898
25899 fi
25900 # Check whether --enable-largefile was given.
25901 if test "${enable_largefile+set}" = set; then
25902   enableval=$enable_largefile;
25903 fi
25904
25905 if test "$enable_largefile" != no; then
25906             wx_largefile=no
25907
25908     { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
25909 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
25910 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
25911   echo $ECHO_N "(cached) $ECHO_C" >&6
25912 else
25913
25914           cat >conftest.$ac_ext <<_ACEOF
25915 /* confdefs.h.  */
25916 _ACEOF
25917 cat confdefs.h >>conftest.$ac_ext
25918 cat >>conftest.$ac_ext <<_ACEOF
25919 /* end confdefs.h.  */
25920 #define _FILE_OFFSET_BITS 64
25921                           #include <sys/types.h>
25922 int
25923 main ()
25924 {
25925 typedef struct {
25926     unsigned int field: sizeof(off_t) == 8;
25927 } wxlf;
25928
25929   ;
25930   return 0;
25931 }
25932 _ACEOF
25933 rm -f conftest.$ac_objext
25934 if { (ac_try="$ac_compile"
25935 case "(($ac_try" in
25936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25937   *) ac_try_echo=$ac_try;;
25938 esac
25939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25940   (eval "$ac_compile") 2>conftest.er1
25941   ac_status=$?
25942   grep -v '^ *+' conftest.er1 >conftest.err
25943   rm -f conftest.er1
25944   cat conftest.err >&5
25945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
25946   (exit $ac_status); } && {
25947          test -z "$ac_c_werror_flag" ||
25948          test ! -s conftest.err
25949        } && test -s conftest.$ac_objext; then
25950   ac_cv_sys_file_offset_bits=64
25951 else
25952   echo "$as_me: failed program was:" >&5
25953 sed 's/^/| /' conftest.$ac_ext >&5
25954
25955         ac_cv_sys_file_offset_bits=no
25956 fi
25957
25958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25959
25960
25961 fi
25962 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
25963 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
25964
25965     if test "$ac_cv_sys_file_offset_bits" != no; then
25966         wx_largefile=yes
25967         cat >>confdefs.h <<_ACEOF
25968 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
25969 _ACEOF
25970
25971     fi
25972
25973     if test "x$wx_largefile" != "xyes"; then
25974
25975     { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
25976 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
25977 if test "${ac_cv_sys_large_files+set}" = set; then
25978   echo $ECHO_N "(cached) $ECHO_C" >&6
25979 else
25980
25981           cat >conftest.$ac_ext <<_ACEOF
25982 /* confdefs.h.  */
25983 _ACEOF
25984 cat confdefs.h >>conftest.$ac_ext
25985 cat >>conftest.$ac_ext <<_ACEOF
25986 /* end confdefs.h.  */
25987 #define _LARGE_FILES 1
25988                           #include <sys/types.h>
25989 int
25990 main ()
25991 {
25992 typedef struct {
25993     unsigned int field: sizeof(off_t) == 8;
25994 } wxlf;
25995
25996   ;
25997   return 0;
25998 }
25999 _ACEOF
26000 rm -f conftest.$ac_objext
26001 if { (ac_try="$ac_compile"
26002 case "(($ac_try" in
26003   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26004   *) ac_try_echo=$ac_try;;
26005 esac
26006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26007   (eval "$ac_compile") 2>conftest.er1
26008   ac_status=$?
26009   grep -v '^ *+' conftest.er1 >conftest.err
26010   rm -f conftest.er1
26011   cat conftest.err >&5
26012   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26013   (exit $ac_status); } && {
26014          test -z "$ac_c_werror_flag" ||
26015          test ! -s conftest.err
26016        } && test -s conftest.$ac_objext; then
26017   ac_cv_sys_large_files=1
26018 else
26019   echo "$as_me: failed program was:" >&5
26020 sed 's/^/| /' conftest.$ac_ext >&5
26021
26022         ac_cv_sys_large_files=no
26023 fi
26024
26025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26026
26027
26028 fi
26029 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
26030 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
26031
26032     if test "$ac_cv_sys_large_files" != no; then
26033         wx_largefile=yes
26034         cat >>confdefs.h <<_ACEOF
26035 #define _LARGE_FILES $ac_cv_sys_large_files
26036 _ACEOF
26037
26038     fi
26039
26040     fi
26041
26042     { echo "$as_me:$LINENO: checking if large file support is available" >&5
26043 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6; }
26044     if test "x$wx_largefile" = "xyes"; then
26045         cat >>confdefs.h <<\_ACEOF
26046 #define HAVE_LARGEFILE_SUPPORT 1
26047 _ACEOF
26048
26049     fi
26050     { echo "$as_me:$LINENO: result: $wx_largefile" >&5
26051 echo "${ECHO_T}$wx_largefile" >&6; }
26052 fi
26053
26054
26055 if test "x$wx_largefile" = "xyes"; then
26056     if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
26057         WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
26058
26059                                                         if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
26060             { echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
26061 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6; }
26062 if test "${wx_cv_STDC_EXT_required+set}" = set; then
26063   echo $ECHO_N "(cached) $ECHO_C" >&6
26064 else
26065
26066                     ac_ext=cpp
26067 ac_cpp='$CXXCPP $CPPFLAGS'
26068 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26069 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26070 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26071
26072                     cat >conftest.$ac_ext <<_ACEOF
26073 /* confdefs.h.  */
26074 _ACEOF
26075 cat confdefs.h >>conftest.$ac_ext
26076 cat >>conftest.$ac_ext <<_ACEOF
26077 /* end confdefs.h.  */
26078
26079 int
26080 main ()
26081 {
26082
26083                             #ifndef __STDC_EXT__
26084                                 choke me
26085                             #endif
26086
26087   ;
26088   return 0;
26089 }
26090 _ACEOF
26091 rm -f conftest.$ac_objext
26092 if { (ac_try="$ac_compile"
26093 case "(($ac_try" in
26094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26095   *) ac_try_echo=$ac_try;;
26096 esac
26097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26098   (eval "$ac_compile") 2>conftest.er1
26099   ac_status=$?
26100   grep -v '^ *+' conftest.er1 >conftest.err
26101   rm -f conftest.er1
26102   cat conftest.err >&5
26103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26104   (exit $ac_status); } && {
26105          test -z "$ac_cxx_werror_flag" ||
26106          test ! -s conftest.err
26107        } && test -s conftest.$ac_objext; then
26108   wx_cv_STDC_EXT_required=no
26109 else
26110   echo "$as_me: failed program was:" >&5
26111 sed 's/^/| /' conftest.$ac_ext >&5
26112
26113         wx_cv_STDC_EXT_required=yes
26114
26115 fi
26116
26117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26118                     ac_ext=c
26119 ac_cpp='$CPP $CPPFLAGS'
26120 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26121 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26122 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26123
26124
26125
26126 fi
26127 { echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
26128 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6; }
26129             if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
26130                 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
26131             fi
26132         fi
26133     else
26134         WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
26135     fi
26136         { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
26137 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
26138 if test "${ac_cv_sys_largefile_source+set}" = set; then
26139   echo $ECHO_N "(cached) $ECHO_C" >&6
26140 else
26141   while :; do
26142   cat >conftest.$ac_ext <<_ACEOF
26143 /* confdefs.h.  */
26144 _ACEOF
26145 cat confdefs.h >>conftest.$ac_ext
26146 cat >>conftest.$ac_ext <<_ACEOF
26147 /* end confdefs.h.  */
26148 #include <sys/types.h> /* for off_t */
26149      #include <stdio.h>
26150 int
26151 main ()
26152 {
26153 int (*fp) (FILE *, off_t, int) = fseeko;
26154      return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
26155   ;
26156   return 0;
26157 }
26158 _ACEOF
26159 rm -f conftest.$ac_objext conftest$ac_exeext
26160 if { (ac_try="$ac_link"
26161 case "(($ac_try" in
26162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26163   *) ac_try_echo=$ac_try;;
26164 esac
26165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26166   (eval "$ac_link") 2>conftest.er1
26167   ac_status=$?
26168   grep -v '^ *+' conftest.er1 >conftest.err
26169   rm -f conftest.er1
26170   cat conftest.err >&5
26171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26172   (exit $ac_status); } && {
26173          test -z "$ac_c_werror_flag" ||
26174          test ! -s conftest.err
26175        } && test -s conftest$ac_exeext &&
26176        $as_test_x conftest$ac_exeext; then
26177   ac_cv_sys_largefile_source=no; break
26178 else
26179   echo "$as_me: failed program was:" >&5
26180 sed 's/^/| /' conftest.$ac_ext >&5
26181
26182
26183 fi
26184
26185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26186       conftest$ac_exeext conftest.$ac_ext
26187   cat >conftest.$ac_ext <<_ACEOF
26188 /* confdefs.h.  */
26189 _ACEOF
26190 cat confdefs.h >>conftest.$ac_ext
26191 cat >>conftest.$ac_ext <<_ACEOF
26192 /* end confdefs.h.  */
26193 #define _LARGEFILE_SOURCE 1
26194 #include <sys/types.h> /* for off_t */
26195      #include <stdio.h>
26196 int
26197 main ()
26198 {
26199 int (*fp) (FILE *, off_t, int) = fseeko;
26200      return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
26201   ;
26202   return 0;
26203 }
26204 _ACEOF
26205 rm -f conftest.$ac_objext conftest$ac_exeext
26206 if { (ac_try="$ac_link"
26207 case "(($ac_try" in
26208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26209   *) ac_try_echo=$ac_try;;
26210 esac
26211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26212   (eval "$ac_link") 2>conftest.er1
26213   ac_status=$?
26214   grep -v '^ *+' conftest.er1 >conftest.err
26215   rm -f conftest.er1
26216   cat conftest.err >&5
26217   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26218   (exit $ac_status); } && {
26219          test -z "$ac_c_werror_flag" ||
26220          test ! -s conftest.err
26221        } && test -s conftest$ac_exeext &&
26222        $as_test_x conftest$ac_exeext; then
26223   ac_cv_sys_largefile_source=1; break
26224 else
26225   echo "$as_me: failed program was:" >&5
26226 sed 's/^/| /' conftest.$ac_ext >&5
26227
26228
26229 fi
26230
26231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26232       conftest$ac_exeext conftest.$ac_ext
26233   ac_cv_sys_largefile_source=unknown
26234   break
26235 done
26236 fi
26237 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
26238 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
26239 case $ac_cv_sys_largefile_source in #(
26240   no | unknown) ;;
26241   *)
26242 cat >>confdefs.h <<_ACEOF
26243 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
26244 _ACEOF
26245 ;;
26246 esac
26247 rm -f conftest*
26248
26249 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
26250 # in glibc 2.1.3, but that breaks too many other things.
26251 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
26252 if test $ac_cv_sys_largefile_source != unknown; then
26253
26254 cat >>confdefs.h <<\_ACEOF
26255 #define HAVE_FSEEKO 1
26256 _ACEOF
26257
26258 fi
26259
26260     if test "$ac_cv_sys_largefile_source" != no; then
26261         WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
26262     fi
26263 fi
26264
26265 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
26266 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
26267 if test "${ac_cv_c_bigendian+set}" = set; then
26268   echo $ECHO_N "(cached) $ECHO_C" >&6
26269 else
26270   ac_cv_c_bigendian=unknown
26271 # See if sys/param.h defines the BYTE_ORDER macro.
26272 cat >conftest.$ac_ext <<_ACEOF
26273 /* confdefs.h.  */
26274 _ACEOF
26275 cat confdefs.h >>conftest.$ac_ext
26276 cat >>conftest.$ac_ext <<_ACEOF
26277 /* end confdefs.h.  */
26278 #include <sys/types.h>
26279 #include <sys/param.h>
26280 int
26281 main ()
26282 {
26283
26284 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
26285  bogus endian macros
26286 #endif
26287   ;
26288   return 0;
26289 }
26290 _ACEOF
26291 rm -f conftest.$ac_objext
26292 if { (ac_try="$ac_compile"
26293 case "(($ac_try" in
26294   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26295   *) ac_try_echo=$ac_try;;
26296 esac
26297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26298   (eval "$ac_compile") 2>conftest.er1
26299   ac_status=$?
26300   grep -v '^ *+' conftest.er1 >conftest.err
26301   rm -f conftest.er1
26302   cat conftest.err >&5
26303   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26304   (exit $ac_status); } && {
26305          test -z "$ac_c_werror_flag" ||
26306          test ! -s conftest.err
26307        } && test -s conftest.$ac_objext; then
26308   # It does; now see whether it defined to BIG_ENDIAN or not.
26309 cat >conftest.$ac_ext <<_ACEOF
26310 /* confdefs.h.  */
26311 _ACEOF
26312 cat confdefs.h >>conftest.$ac_ext
26313 cat >>conftest.$ac_ext <<_ACEOF
26314 /* end confdefs.h.  */
26315 #include <sys/types.h>
26316 #include <sys/param.h>
26317 int
26318 main ()
26319 {
26320
26321 #if BYTE_ORDER != BIG_ENDIAN
26322  not big endian
26323 #endif
26324   ;
26325   return 0;
26326 }
26327 _ACEOF
26328 rm -f conftest.$ac_objext
26329 if { (ac_try="$ac_compile"
26330 case "(($ac_try" in
26331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26332   *) ac_try_echo=$ac_try;;
26333 esac
26334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26335   (eval "$ac_compile") 2>conftest.er1
26336   ac_status=$?
26337   grep -v '^ *+' conftest.er1 >conftest.err
26338   rm -f conftest.er1
26339   cat conftest.err >&5
26340   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26341   (exit $ac_status); } && {
26342          test -z "$ac_c_werror_flag" ||
26343          test ! -s conftest.err
26344        } && test -s conftest.$ac_objext; then
26345   ac_cv_c_bigendian=yes
26346 else
26347   echo "$as_me: failed program was:" >&5
26348 sed 's/^/| /' conftest.$ac_ext >&5
26349
26350         ac_cv_c_bigendian=no
26351 fi
26352
26353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26354 else
26355   echo "$as_me: failed program was:" >&5
26356 sed 's/^/| /' conftest.$ac_ext >&5
26357
26358
26359 fi
26360
26361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26362 if test $ac_cv_c_bigendian = unknown; then
26363 if test "$cross_compiling" = yes; then
26364   ac_cv_c_bigendian=unknown
26365 else
26366   cat >conftest.$ac_ext <<_ACEOF
26367 /* confdefs.h.  */
26368 _ACEOF
26369 cat confdefs.h >>conftest.$ac_ext
26370 cat >>conftest.$ac_ext <<_ACEOF
26371 /* end confdefs.h.  */
26372 main () {
26373   /* Are we little or big endian?  From Harbison&Steele.  */
26374   union
26375   {
26376     long l;
26377     char c[sizeof (long)];
26378   } u;
26379   u.l = 1;
26380   exit (u.c[sizeof (long) - 1] == 1);
26381 }
26382 _ACEOF
26383 rm -f conftest$ac_exeext
26384 if { (ac_try="$ac_link"
26385 case "(($ac_try" in
26386   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26387   *) ac_try_echo=$ac_try;;
26388 esac
26389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26390   (eval "$ac_link") 2>&5
26391   ac_status=$?
26392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26393   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
26394   { (case "(($ac_try" in
26395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26396   *) ac_try_echo=$ac_try;;
26397 esac
26398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26399   (eval "$ac_try") 2>&5
26400   ac_status=$?
26401   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26402   (exit $ac_status); }; }; then
26403   ac_cv_c_bigendian=no
26404 else
26405   echo "$as_me: program exited with status $ac_status" >&5
26406 echo "$as_me: failed program was:" >&5
26407 sed 's/^/| /' conftest.$ac_ext >&5
26408
26409 ( exit $ac_status )
26410 ac_cv_c_bigendian=yes
26411 fi
26412 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26413 fi
26414
26415
26416 fi
26417 fi
26418 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
26419 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
26420 if test $ac_cv_c_bigendian = unknown; then
26421   { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
26422 echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
26423 fi
26424 if test $ac_cv_c_bigendian = yes; then
26425   cat >>confdefs.h <<\_ACEOF
26426 #define WORDS_BIGENDIAN 1
26427 _ACEOF
26428
26429 fi
26430
26431
26432
26433
26434     ac_ext=cpp
26435 ac_cpp='$CXXCPP $CPPFLAGS'
26436 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26437 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26438 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26439
26440
26441
26442 for ac_header in iostream
26443 do
26444 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26445 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26446 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26448   echo $ECHO_N "(cached) $ECHO_C" >&6
26449 else
26450   cat >conftest.$ac_ext <<_ACEOF
26451 /* confdefs.h.  */
26452 _ACEOF
26453 cat confdefs.h >>conftest.$ac_ext
26454 cat >>conftest.$ac_ext <<_ACEOF
26455 /* end confdefs.h.  */
26456
26457
26458 #include <$ac_header>
26459 _ACEOF
26460 rm -f conftest.$ac_objext
26461 if { (ac_try="$ac_compile"
26462 case "(($ac_try" in
26463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26464   *) ac_try_echo=$ac_try;;
26465 esac
26466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26467   (eval "$ac_compile") 2>conftest.er1
26468   ac_status=$?
26469   grep -v '^ *+' conftest.er1 >conftest.err
26470   rm -f conftest.er1
26471   cat conftest.err >&5
26472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26473   (exit $ac_status); } && {
26474          test -z "$ac_cxx_werror_flag" ||
26475          test ! -s conftest.err
26476        } && test -s conftest.$ac_objext; then
26477   eval "$as_ac_Header=yes"
26478 else
26479   echo "$as_me: failed program was:" >&5
26480 sed 's/^/| /' conftest.$ac_ext >&5
26481
26482         eval "$as_ac_Header=no"
26483 fi
26484
26485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26486 fi
26487 ac_res=`eval echo '${'$as_ac_Header'}'`
26488                { echo "$as_me:$LINENO: result: $ac_res" >&5
26489 echo "${ECHO_T}$ac_res" >&6; }
26490 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26491   cat >>confdefs.h <<_ACEOF
26492 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26493 _ACEOF
26494
26495 fi
26496
26497 done
26498
26499
26500     if test "$ac_cv_header_iostream" = "yes" ; then
26501       :
26502     else
26503       cat >>confdefs.h <<\_ACEOF
26504 #define wxUSE_IOSTREAMH 1
26505 _ACEOF
26506
26507     fi
26508
26509     ac_ext=c
26510 ac_cpp='$CPP $CPPFLAGS'
26511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26514
26515
26516
26517
26518   { echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
26519 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6; }
26520 if test "${wx_cv_cpp_bool+set}" = set; then
26521   echo $ECHO_N "(cached) $ECHO_C" >&6
26522 else
26523
26524
26525     ac_ext=cpp
26526 ac_cpp='$CXXCPP $CPPFLAGS'
26527 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26528 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26529 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26530
26531
26532     cat >conftest.$ac_ext <<_ACEOF
26533 /* confdefs.h.  */
26534 _ACEOF
26535 cat confdefs.h >>conftest.$ac_ext
26536 cat >>conftest.$ac_ext <<_ACEOF
26537 /* end confdefs.h.  */
26538
26539
26540 int
26541 main ()
26542 {
26543
26544         bool b = true;
26545
26546         return 0;
26547
26548   ;
26549   return 0;
26550 }
26551 _ACEOF
26552 rm -f conftest.$ac_objext
26553 if { (ac_try="$ac_compile"
26554 case "(($ac_try" in
26555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26556   *) ac_try_echo=$ac_try;;
26557 esac
26558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26559   (eval "$ac_compile") 2>conftest.er1
26560   ac_status=$?
26561   grep -v '^ *+' conftest.er1 >conftest.err
26562   rm -f conftest.er1
26563   cat conftest.err >&5
26564   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26565   (exit $ac_status); } && {
26566          test -z "$ac_cxx_werror_flag" ||
26567          test ! -s conftest.err
26568        } && test -s conftest.$ac_objext; then
26569
26570         wx_cv_cpp_bool=yes
26571
26572 else
26573   echo "$as_me: failed program was:" >&5
26574 sed 's/^/| /' conftest.$ac_ext >&5
26575
26576
26577         wx_cv_cpp_bool=no
26578
26579
26580 fi
26581
26582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26583
26584     ac_ext=c
26585 ac_cpp='$CPP $CPPFLAGS'
26586 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26587 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26588 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26589
26590
26591 fi
26592 { echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
26593 echo "${ECHO_T}$wx_cv_cpp_bool" >&6; }
26594
26595   if test "$wx_cv_cpp_bool" = "yes"; then
26596     cat >>confdefs.h <<\_ACEOF
26597 #define HAVE_BOOL 1
26598 _ACEOF
26599
26600   fi
26601
26602
26603
26604   { echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
26605 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6; }
26606 if test "${wx_cv_explicit+set}" = set; then
26607   echo $ECHO_N "(cached) $ECHO_C" >&6
26608 else
26609
26610
26611     ac_ext=cpp
26612 ac_cpp='$CXXCPP $CPPFLAGS'
26613 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26614 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26615 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26616
26617
26618             cat >conftest.$ac_ext <<_ACEOF
26619 /* confdefs.h.  */
26620 _ACEOF
26621 cat confdefs.h >>conftest.$ac_ext
26622 cat >>conftest.$ac_ext <<_ACEOF
26623 /* end confdefs.h.  */
26624
26625         class Foo { public: explicit Foo(int) {} };
26626
26627 int
26628 main ()
26629 {
26630
26631         return 0;
26632
26633   ;
26634   return 0;
26635 }
26636 _ACEOF
26637 rm -f conftest.$ac_objext
26638 if { (ac_try="$ac_compile"
26639 case "(($ac_try" in
26640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26641   *) ac_try_echo=$ac_try;;
26642 esac
26643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26644   (eval "$ac_compile") 2>conftest.er1
26645   ac_status=$?
26646   grep -v '^ *+' conftest.er1 >conftest.err
26647   rm -f conftest.er1
26648   cat conftest.err >&5
26649   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26650   (exit $ac_status); } && {
26651          test -z "$ac_cxx_werror_flag" ||
26652          test ! -s conftest.err
26653        } && test -s conftest.$ac_objext; then
26654
26655         cat >conftest.$ac_ext <<_ACEOF
26656 /* confdefs.h.  */
26657 _ACEOF
26658 cat confdefs.h >>conftest.$ac_ext
26659 cat >>conftest.$ac_ext <<_ACEOF
26660 /* end confdefs.h.  */
26661
26662                 class Foo { public: explicit Foo(int) {} };
26663                 static void TakeFoo(const Foo& foo) { }
26664
26665 int
26666 main ()
26667 {
26668
26669                 TakeFoo(17);
26670                 return 0;
26671
26672   ;
26673   return 0;
26674 }
26675 _ACEOF
26676 rm -f conftest.$ac_objext
26677 if { (ac_try="$ac_compile"
26678 case "(($ac_try" in
26679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26680   *) ac_try_echo=$ac_try;;
26681 esac
26682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26683   (eval "$ac_compile") 2>conftest.er1
26684   ac_status=$?
26685   grep -v '^ *+' conftest.er1 >conftest.err
26686   rm -f conftest.er1
26687   cat conftest.err >&5
26688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26689   (exit $ac_status); } && {
26690          test -z "$ac_cxx_werror_flag" ||
26691          test ! -s conftest.err
26692        } && test -s conftest.$ac_objext; then
26693   wx_cv_explicit=no
26694 else
26695   echo "$as_me: failed program was:" >&5
26696 sed 's/^/| /' conftest.$ac_ext >&5
26697
26698         wx_cv_explicit=yes
26699
26700 fi
26701
26702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26703
26704 else
26705   echo "$as_me: failed program was:" >&5
26706 sed 's/^/| /' conftest.$ac_ext >&5
26707
26708         wx_cv_explicit=no
26709
26710 fi
26711
26712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26713
26714     ac_ext=c
26715 ac_cpp='$CPP $CPPFLAGS'
26716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26719
26720
26721 fi
26722 { echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
26723 echo "${ECHO_T}$wx_cv_explicit" >&6; }
26724
26725   if test "$wx_cv_explicit" = "yes"; then
26726     cat >>confdefs.h <<\_ACEOF
26727 #define HAVE_EXPLICIT 1
26728 _ACEOF
26729
26730   fi
26731
26732
26733 { echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
26734 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6; }
26735 if test "${ac_cv_cxx_const_cast+set}" = set; then
26736   echo $ECHO_N "(cached) $ECHO_C" >&6
26737 else
26738
26739  ac_ext=cpp
26740 ac_cpp='$CXXCPP $CPPFLAGS'
26741 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26742 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26743 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26744
26745  cat >conftest.$ac_ext <<_ACEOF
26746 /* confdefs.h.  */
26747 _ACEOF
26748 cat confdefs.h >>conftest.$ac_ext
26749 cat >>conftest.$ac_ext <<_ACEOF
26750 /* end confdefs.h.  */
26751
26752 int
26753 main ()
26754 {
26755 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
26756   ;
26757   return 0;
26758 }
26759 _ACEOF
26760 rm -f conftest.$ac_objext
26761 if { (ac_try="$ac_compile"
26762 case "(($ac_try" in
26763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26764   *) ac_try_echo=$ac_try;;
26765 esac
26766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26767   (eval "$ac_compile") 2>conftest.er1
26768   ac_status=$?
26769   grep -v '^ *+' conftest.er1 >conftest.err
26770   rm -f conftest.er1
26771   cat conftest.err >&5
26772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26773   (exit $ac_status); } && {
26774          test -z "$ac_cxx_werror_flag" ||
26775          test ! -s conftest.err
26776        } && test -s conftest.$ac_objext; then
26777   ac_cv_cxx_const_cast=yes
26778 else
26779   echo "$as_me: failed program was:" >&5
26780 sed 's/^/| /' conftest.$ac_ext >&5
26781
26782         ac_cv_cxx_const_cast=no
26783 fi
26784
26785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26786  ac_ext=c
26787 ac_cpp='$CPP $CPPFLAGS'
26788 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26789 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26790 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26791
26792
26793 fi
26794 { echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
26795 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6; }
26796 if test "$ac_cv_cxx_const_cast" = yes; then
26797
26798 cat >>confdefs.h <<\_ACEOF
26799 #define HAVE_CONST_CAST
26800 _ACEOF
26801
26802 fi
26803
26804 { echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
26805 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6; }
26806 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
26807   echo $ECHO_N "(cached) $ECHO_C" >&6
26808 else
26809
26810  ac_ext=cpp
26811 ac_cpp='$CXXCPP $CPPFLAGS'
26812 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26813 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26814 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26815
26816  cat >conftest.$ac_ext <<_ACEOF
26817 /* confdefs.h.  */
26818 _ACEOF
26819 cat confdefs.h >>conftest.$ac_ext
26820 cat >>conftest.$ac_ext <<_ACEOF
26821 /* end confdefs.h.  */
26822 #include <typeinfo>
26823 class Base { public : Base () {} virtual void f () = 0;};
26824 class Derived : public Base { public : Derived () {} virtual void f () {} };
26825 class Unrelated { public : Unrelated () {} };
26826 int g (Unrelated&) { return 0; }
26827 int
26828 main ()
26829 {
26830
26831 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
26832   ;
26833   return 0;
26834 }
26835 _ACEOF
26836 rm -f conftest.$ac_objext
26837 if { (ac_try="$ac_compile"
26838 case "(($ac_try" in
26839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26840   *) ac_try_echo=$ac_try;;
26841 esac
26842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26843   (eval "$ac_compile") 2>conftest.er1
26844   ac_status=$?
26845   grep -v '^ *+' conftest.er1 >conftest.err
26846   rm -f conftest.er1
26847   cat conftest.err >&5
26848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26849   (exit $ac_status); } && {
26850          test -z "$ac_cxx_werror_flag" ||
26851          test ! -s conftest.err
26852        } && test -s conftest.$ac_objext; then
26853   ac_cv_cxx_reinterpret_cast=yes
26854 else
26855   echo "$as_me: failed program was:" >&5
26856 sed 's/^/| /' conftest.$ac_ext >&5
26857
26858         ac_cv_cxx_reinterpret_cast=no
26859 fi
26860
26861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26862  ac_ext=c
26863 ac_cpp='$CPP $CPPFLAGS'
26864 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26865 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26866 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26867
26868
26869 fi
26870 { echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
26871 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6; }
26872 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
26873
26874 cat >>confdefs.h <<\_ACEOF
26875 #define HAVE_REINTERPRET_CAST
26876 _ACEOF
26877
26878 fi
26879
26880 { echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
26881 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6; }
26882 if test "${ac_cv_cxx_static_cast+set}" = set; then
26883   echo $ECHO_N "(cached) $ECHO_C" >&6
26884 else
26885
26886  ac_ext=cpp
26887 ac_cpp='$CXXCPP $CPPFLAGS'
26888 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26889 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26890 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26891
26892  cat >conftest.$ac_ext <<_ACEOF
26893 /* confdefs.h.  */
26894 _ACEOF
26895 cat confdefs.h >>conftest.$ac_ext
26896 cat >>conftest.$ac_ext <<_ACEOF
26897 /* end confdefs.h.  */
26898 #include <typeinfo>
26899 class Base { public : Base () {} virtual void f () = 0; };
26900 class Derived : public Base { public : Derived () {} virtual void f () {} };
26901 int g (Derived&) { return 0; }
26902 int
26903 main ()
26904 {
26905
26906 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
26907   ;
26908   return 0;
26909 }
26910 _ACEOF
26911 rm -f conftest.$ac_objext
26912 if { (ac_try="$ac_compile"
26913 case "(($ac_try" in
26914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26915   *) ac_try_echo=$ac_try;;
26916 esac
26917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26918   (eval "$ac_compile") 2>conftest.er1
26919   ac_status=$?
26920   grep -v '^ *+' conftest.er1 >conftest.err
26921   rm -f conftest.er1
26922   cat conftest.err >&5
26923   echo "$as_me:$LINENO: \$? = $ac_status" >&5
26924   (exit $ac_status); } && {
26925          test -z "$ac_cxx_werror_flag" ||
26926          test ! -s conftest.err
26927        } && test -s conftest.$ac_objext; then
26928   ac_cv_cxx_static_cast=yes
26929 else
26930   echo "$as_me: failed program was:" >&5
26931 sed 's/^/| /' conftest.$ac_ext >&5
26932
26933         ac_cv_cxx_static_cast=no
26934 fi
26935
26936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26937  ac_ext=c
26938 ac_cpp='$CPP $CPPFLAGS'
26939 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26940 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26941 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26942
26943
26944 fi
26945 { echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
26946 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6; }
26947 if test "$ac_cv_cxx_static_cast" = yes; then
26948
26949 cat >>confdefs.h <<\_ACEOF
26950 #define HAVE_STATIC_CAST
26951 _ACEOF
26952
26953 fi
26954
26955
26956 if test "x$SUNCXX" = xyes; then
26957     CXXFLAGS="-features=tmplife $CXXFLAGS"
26958 fi
26959
26960 if test "x$SUNCC" = xyes; then
26961     CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
26962 fi
26963
26964 if test "x$SGICC" = "xyes"; then
26965     CFLAGS="-woff 3970 $CFLAGS"
26966 fi
26967 if test "x$SGICXX" = "xyes"; then
26968     CXXFLAGS="-woff 3970 $CXXFLAGS"
26969 fi
26970
26971 if test "x$HPCC" = "xyes"; then
26972                     CFLAGS="+W 2011,2450 $CFLAGS"
26973 fi
26974 if test "x$HPCXX" = "xyes"; then
26975             CXXFLAGS="+W 2340 $CXXFLAGS"
26976 fi
26977
26978 if test "x$COMPAQCXX" = "xyes"; then
26979                                 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
26980 fi
26981
26982 ac_ext=cpp
26983 ac_cpp='$CXXCPP $CPPFLAGS'
26984 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26985 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26986 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26987
26988
26989 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
26990     if test "$wxUSE_UNICODE" = "yes"; then
26991         std_string="std::wstring"
26992         char_type="wchar_t"
26993     else
26994         std_string="std::string"
26995         char_type="char"
26996     fi
26997
26998         { echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
26999 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6; }
27000 if test "${wx_cv_class_stdstring+set}" = set; then
27001   echo $ECHO_N "(cached) $ECHO_C" >&6
27002 else
27003
27004             cat >conftest.$ac_ext <<_ACEOF
27005 /* confdefs.h.  */
27006 _ACEOF
27007 cat confdefs.h >>conftest.$ac_ext
27008 cat >>conftest.$ac_ext <<_ACEOF
27009 /* end confdefs.h.  */
27010 #include <string>
27011 int
27012 main ()
27013 {
27014 $std_string foo;
27015   ;
27016   return 0;
27017 }
27018 _ACEOF
27019 rm -f conftest.$ac_objext
27020 if { (ac_try="$ac_compile"
27021 case "(($ac_try" in
27022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27023   *) ac_try_echo=$ac_try;;
27024 esac
27025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27026   (eval "$ac_compile") 2>conftest.er1
27027   ac_status=$?
27028   grep -v '^ *+' conftest.er1 >conftest.err
27029   rm -f conftest.er1
27030   cat conftest.err >&5
27031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27032   (exit $ac_status); } && {
27033          test -z "$ac_cxx_werror_flag" ||
27034          test ! -s conftest.err
27035        } && test -s conftest.$ac_objext; then
27036   wx_cv_class_stdstring=yes
27037 else
27038   echo "$as_me: failed program was:" >&5
27039 sed 's/^/| /' conftest.$ac_ext >&5
27040
27041         wx_cv_class_stdstring=no
27042
27043 fi
27044
27045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27046
27047
27048 fi
27049 { echo "$as_me:$LINENO: result: $wx_cv_class_stdstring" >&5
27050 echo "${ECHO_T}$wx_cv_class_stdstring" >&6; }
27051
27052     if test "$wx_cv_class_stdstring" = yes; then
27053         if test "$wxUSE_UNICODE" = "yes"; then
27054             cat >>confdefs.h <<\_ACEOF
27055 #define HAVE_STD_WSTRING 1
27056 _ACEOF
27057
27058         fi
27059                     else
27060         { echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
27061 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6; }
27062 if test "${wx_cv_class_stdbasicstring+set}" = set; then
27063   echo $ECHO_N "(cached) $ECHO_C" >&6
27064 else
27065
27066                 cat >conftest.$ac_ext <<_ACEOF
27067 /* confdefs.h.  */
27068 _ACEOF
27069 cat confdefs.h >>conftest.$ac_ext
27070 cat >>conftest.$ac_ext <<_ACEOF
27071 /* end confdefs.h.  */
27072
27073                     #ifdef HAVE_WCHAR_H
27074                     #  ifdef __CYGWIN__
27075                     #    include <stddef.h>
27076                     #  endif
27077                     #  include <wchar.h>
27078                     #endif
27079                     #ifdef HAVE_STDLIB_H
27080                     #  include <stdlib.h>
27081                     #endif
27082                     #include <stdio.h>
27083                     #include <string>
27084
27085 int
27086 main ()
27087 {
27088 std::basic_string<$char_type> foo;
27089                      const $char_type* dummy = foo.c_str();
27090   ;
27091   return 0;
27092 }
27093 _ACEOF
27094 rm -f conftest.$ac_objext
27095 if { (ac_try="$ac_compile"
27096 case "(($ac_try" in
27097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27098   *) ac_try_echo=$ac_try;;
27099 esac
27100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27101   (eval "$ac_compile") 2>conftest.er1
27102   ac_status=$?
27103   grep -v '^ *+' conftest.er1 >conftest.err
27104   rm -f conftest.er1
27105   cat conftest.err >&5
27106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27107   (exit $ac_status); } && {
27108          test -z "$ac_cxx_werror_flag" ||
27109          test ! -s conftest.err
27110        } && test -s conftest.$ac_objext; then
27111   wx_cv_class_stdbasicstring=yes
27112 else
27113   echo "$as_me: failed program was:" >&5
27114 sed 's/^/| /' conftest.$ac_ext >&5
27115
27116         wx_cv_class_stdbasicstring=no
27117
27118 fi
27119
27120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27121
27122
27123 fi
27124 { echo "$as_me:$LINENO: result: $wx_cv_class_stdbasicstring" >&5
27125 echo "${ECHO_T}$wx_cv_class_stdbasicstring" >&6; }
27126
27127         if test "$wx_cv_class_stdbasicstring" != yes; then
27128             if test "$wxUSE_STL" = "yes"; then
27129                 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
27130 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
27131    { (exit 1); exit 1; }; }
27132             elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
27133                 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
27134 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
27135    { (exit 1); exit 1; }; }
27136             else
27137                 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
27138 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
27139                 wxUSE_STD_STRING=no
27140             fi
27141         fi
27142     fi
27143 fi
27144
27145 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
27146     { echo "$as_me:$LINENO: checking for std::istream" >&5
27147 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6; }
27148 if test "${ac_cv_type_std__istream+set}" = set; then
27149   echo $ECHO_N "(cached) $ECHO_C" >&6
27150 else
27151   cat >conftest.$ac_ext <<_ACEOF
27152 /* confdefs.h.  */
27153 _ACEOF
27154 cat confdefs.h >>conftest.$ac_ext
27155 cat >>conftest.$ac_ext <<_ACEOF
27156 /* end confdefs.h.  */
27157 #include <iostream>
27158
27159 typedef std::istream ac__type_new_;
27160 int
27161 main ()
27162 {
27163 if ((ac__type_new_ *) 0)
27164   return 0;
27165 if (sizeof (ac__type_new_))
27166   return 0;
27167   ;
27168   return 0;
27169 }
27170 _ACEOF
27171 rm -f conftest.$ac_objext
27172 if { (ac_try="$ac_compile"
27173 case "(($ac_try" in
27174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27175   *) ac_try_echo=$ac_try;;
27176 esac
27177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27178   (eval "$ac_compile") 2>conftest.er1
27179   ac_status=$?
27180   grep -v '^ *+' conftest.er1 >conftest.err
27181   rm -f conftest.er1
27182   cat conftest.err >&5
27183   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27184   (exit $ac_status); } && {
27185          test -z "$ac_cxx_werror_flag" ||
27186          test ! -s conftest.err
27187        } && test -s conftest.$ac_objext; then
27188   ac_cv_type_std__istream=yes
27189 else
27190   echo "$as_me: failed program was:" >&5
27191 sed 's/^/| /' conftest.$ac_ext >&5
27192
27193         ac_cv_type_std__istream=no
27194 fi
27195
27196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27197 fi
27198 { echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
27199 echo "${ECHO_T}$ac_cv_type_std__istream" >&6; }
27200 if test $ac_cv_type_std__istream = yes; then
27201
27202 cat >>confdefs.h <<_ACEOF
27203 #define HAVE_STD__ISTREAM 1
27204 _ACEOF
27205
27206
27207 else
27208   wxUSE_STD_IOSTREAM=no
27209 fi
27210 { echo "$as_me:$LINENO: checking for std::ostream" >&5
27211 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6; }
27212 if test "${ac_cv_type_std__ostream+set}" = set; then
27213   echo $ECHO_N "(cached) $ECHO_C" >&6
27214 else
27215   cat >conftest.$ac_ext <<_ACEOF
27216 /* confdefs.h.  */
27217 _ACEOF
27218 cat confdefs.h >>conftest.$ac_ext
27219 cat >>conftest.$ac_ext <<_ACEOF
27220 /* end confdefs.h.  */
27221 #include <iostream>
27222
27223 typedef std::ostream ac__type_new_;
27224 int
27225 main ()
27226 {
27227 if ((ac__type_new_ *) 0)
27228   return 0;
27229 if (sizeof (ac__type_new_))
27230   return 0;
27231   ;
27232   return 0;
27233 }
27234 _ACEOF
27235 rm -f conftest.$ac_objext
27236 if { (ac_try="$ac_compile"
27237 case "(($ac_try" in
27238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27239   *) ac_try_echo=$ac_try;;
27240 esac
27241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27242   (eval "$ac_compile") 2>conftest.er1
27243   ac_status=$?
27244   grep -v '^ *+' conftest.er1 >conftest.err
27245   rm -f conftest.er1
27246   cat conftest.err >&5
27247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27248   (exit $ac_status); } && {
27249          test -z "$ac_cxx_werror_flag" ||
27250          test ! -s conftest.err
27251        } && test -s conftest.$ac_objext; then
27252   ac_cv_type_std__ostream=yes
27253 else
27254   echo "$as_me: failed program was:" >&5
27255 sed 's/^/| /' conftest.$ac_ext >&5
27256
27257         ac_cv_type_std__ostream=no
27258 fi
27259
27260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27261 fi
27262 { echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
27263 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6; }
27264 if test $ac_cv_type_std__ostream = yes; then
27265
27266 cat >>confdefs.h <<_ACEOF
27267 #define HAVE_STD__OSTREAM 1
27268 _ACEOF
27269
27270
27271 else
27272   wxUSE_STD_IOSTREAM=no
27273 fi
27274
27275
27276     if test "$wxUSE_STD_IOSTREAM" != "yes"; then
27277         if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
27278             { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
27279 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
27280    { (exit 1); exit 1; }; }
27281         else
27282             { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
27283 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
27284         fi
27285     fi
27286 fi
27287
27288 if test "$wxUSE_STL" = "yes"; then
27289         { echo "$as_me:$LINENO: checking for basic STL functionality" >&5
27290 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6; }
27291 if test "${wx_cv_lib_stl+set}" = set; then
27292   echo $ECHO_N "(cached) $ECHO_C" >&6
27293 else
27294   cat >conftest.$ac_ext <<_ACEOF
27295 /* confdefs.h.  */
27296 _ACEOF
27297 cat confdefs.h >>conftest.$ac_ext
27298 cat >>conftest.$ac_ext <<_ACEOF
27299 /* end confdefs.h.  */
27300 #include <string>
27301             #include <functional>
27302             #include <algorithm>
27303             #include <vector>
27304             #include <list>
27305 int
27306 main ()
27307 {
27308 std::vector<int> moo;
27309              std::list<int> foo;
27310              std::vector<int>::iterator it =
27311                  std::find_if(moo.begin(), moo.end(),
27312                               std::bind2nd(std::less<int>(), 3));
27313   ;
27314   return 0;
27315 }
27316 _ACEOF
27317 rm -f conftest.$ac_objext
27318 if { (ac_try="$ac_compile"
27319 case "(($ac_try" in
27320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27321   *) ac_try_echo=$ac_try;;
27322 esac
27323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27324   (eval "$ac_compile") 2>conftest.er1
27325   ac_status=$?
27326   grep -v '^ *+' conftest.er1 >conftest.err
27327   rm -f conftest.er1
27328   cat conftest.err >&5
27329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27330   (exit $ac_status); } && {
27331          test -z "$ac_cxx_werror_flag" ||
27332          test ! -s conftest.err
27333        } && test -s conftest.$ac_objext; then
27334   wx_cv_lib_stl=yes
27335 else
27336   echo "$as_me: failed program was:" >&5
27337 sed 's/^/| /' conftest.$ac_ext >&5
27338
27339         wx_cv_lib_stl=no
27340
27341 fi
27342
27343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27344
27345 fi
27346 { echo "$as_me:$LINENO: result: $wx_cv_lib_stl" >&5
27347 echo "${ECHO_T}$wx_cv_lib_stl" >&6; }
27348
27349     if test "$wx_cv_lib_stl" != yes; then
27350          { { echo "$as_me:$LINENO: error: Can't use --enable-stl as basic STL functionality is missing" >&5
27351 echo "$as_me: error: Can't use --enable-stl as basic STL functionality is missing" >&2;}
27352    { (exit 1); exit 1; }; }
27353     fi
27354
27355         { echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
27356 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6; }
27357 if test "${wx_cv_func_stdstring_compare+set}" = set; then
27358   echo $ECHO_N "(cached) $ECHO_C" >&6
27359 else
27360   cat >conftest.$ac_ext <<_ACEOF
27361 /* confdefs.h.  */
27362 _ACEOF
27363 cat confdefs.h >>conftest.$ac_ext
27364 cat >>conftest.$ac_ext <<_ACEOF
27365 /* end confdefs.h.  */
27366 #include <string>
27367 int
27368 main ()
27369 {
27370 std::string foo, bar;
27371             foo.compare(bar);
27372             foo.compare(1, 1, bar);
27373             foo.compare(1, 1, bar, 1, 1);
27374             foo.compare("");
27375             foo.compare(1, 1, "");
27376             foo.compare(1, 1, "", 2);
27377   ;
27378   return 0;
27379 }
27380 _ACEOF
27381 rm -f conftest.$ac_objext
27382 if { (ac_try="$ac_compile"
27383 case "(($ac_try" in
27384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27385   *) ac_try_echo=$ac_try;;
27386 esac
27387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27388   (eval "$ac_compile") 2>conftest.er1
27389   ac_status=$?
27390   grep -v '^ *+' conftest.er1 >conftest.err
27391   rm -f conftest.er1
27392   cat conftest.err >&5
27393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27394   (exit $ac_status); } && {
27395          test -z "$ac_cxx_werror_flag" ||
27396          test ! -s conftest.err
27397        } && test -s conftest.$ac_objext; then
27398   wx_cv_func_stdstring_compare=yes
27399 else
27400   echo "$as_me: failed program was:" >&5
27401 sed 's/^/| /' conftest.$ac_ext >&5
27402
27403         wx_cv_func_stdstring_compare=no
27404
27405 fi
27406
27407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27408
27409 fi
27410 { echo "$as_me:$LINENO: result: $wx_cv_func_stdstring_compare" >&5
27411 echo "${ECHO_T}$wx_cv_func_stdstring_compare" >&6; }
27412
27413     if test "$wx_cv_func_stdstring_compare" = yes; then
27414         cat >>confdefs.h <<\_ACEOF
27415 #define HAVE_STD_STRING_COMPARE 1
27416 _ACEOF
27417
27418     fi
27419
27420         { echo "$as_me:$LINENO: checking for hash_map" >&5
27421 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6; }
27422 if test "${ac_cv_header_hash_map+set}" = set; then
27423   echo $ECHO_N "(cached) $ECHO_C" >&6
27424 else
27425   cat >conftest.$ac_ext <<_ACEOF
27426 /* confdefs.h.  */
27427 _ACEOF
27428 cat confdefs.h >>conftest.$ac_ext
27429 cat >>conftest.$ac_ext <<_ACEOF
27430 /* end confdefs.h.  */
27431
27432
27433
27434 #include <hash_map>
27435 _ACEOF
27436 rm -f conftest.$ac_objext
27437 if { (ac_try="$ac_compile"
27438 case "(($ac_try" in
27439   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27440   *) ac_try_echo=$ac_try;;
27441 esac
27442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27443   (eval "$ac_compile") 2>conftest.er1
27444   ac_status=$?
27445   grep -v '^ *+' conftest.er1 >conftest.err
27446   rm -f conftest.er1
27447   cat conftest.err >&5
27448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27449   (exit $ac_status); } && {
27450          test -z "$ac_cxx_werror_flag" ||
27451          test ! -s conftest.err
27452        } && test -s conftest.$ac_objext; then
27453   ac_cv_header_hash_map=yes
27454 else
27455   echo "$as_me: failed program was:" >&5
27456 sed 's/^/| /' conftest.$ac_ext >&5
27457
27458         ac_cv_header_hash_map=no
27459 fi
27460
27461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27462 fi
27463 { echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
27464 echo "${ECHO_T}$ac_cv_header_hash_map" >&6; }
27465 if test $ac_cv_header_hash_map = yes; then
27466   { echo "$as_me:$LINENO: checking for standard hash_map and hash_set" >&5
27467 echo $ECHO_N "checking for standard hash_map and hash_set... $ECHO_C" >&6; }
27468 if test "${wx_cv_class_stdhashmapset+set}" = set; then
27469   echo $ECHO_N "(cached) $ECHO_C" >&6
27470 else
27471   cat >conftest.$ac_ext <<_ACEOF
27472 /* confdefs.h.  */
27473 _ACEOF
27474 cat confdefs.h >>conftest.$ac_ext
27475 cat >>conftest.$ac_ext <<_ACEOF
27476 /* end confdefs.h.  */
27477 #include <hash_map>
27478                 #include <hash_set>
27479 int
27480 main ()
27481 {
27482 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
27483                  std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
27484   ;
27485   return 0;
27486 }
27487 _ACEOF
27488 rm -f conftest.$ac_objext
27489 if { (ac_try="$ac_compile"
27490 case "(($ac_try" in
27491   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27492   *) ac_try_echo=$ac_try;;
27493 esac
27494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27495   (eval "$ac_compile") 2>conftest.er1
27496   ac_status=$?
27497   grep -v '^ *+' conftest.er1 >conftest.err
27498   rm -f conftest.er1
27499   cat conftest.err >&5
27500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27501   (exit $ac_status); } && {
27502          test -z "$ac_cxx_werror_flag" ||
27503          test ! -s conftest.err
27504        } && test -s conftest.$ac_objext; then
27505   wx_cv_class_stdhashmapset=yes
27506 else
27507   echo "$as_me: failed program was:" >&5
27508 sed 's/^/| /' conftest.$ac_ext >&5
27509
27510         wx_cv_class_stdhashmapset=no
27511 fi
27512
27513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27514
27515
27516 fi
27517 { echo "$as_me:$LINENO: result: $wx_cv_class_stdhashmapset" >&5
27518 echo "${ECHO_T}$wx_cv_class_stdhashmapset" >&6; }
27519 fi
27520
27521
27522
27523     if test "$wx_cv_class_stdhashmapset" = yes; then
27524         cat >>confdefs.h <<\_ACEOF
27525 #define HAVE_HASH_MAP 1
27526 _ACEOF
27527
27528         cat >>confdefs.h <<\_ACEOF
27529 #define HAVE_STD_HASH_MAP 1
27530 _ACEOF
27531
27532     fi
27533
27534     { echo "$as_me:$LINENO: checking for ext/hash_map" >&5
27535 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6; }
27536 if test "${ac_cv_header_ext_hash_map+set}" = set; then
27537   echo $ECHO_N "(cached) $ECHO_C" >&6
27538 else
27539   cat >conftest.$ac_ext <<_ACEOF
27540 /* confdefs.h.  */
27541 _ACEOF
27542 cat confdefs.h >>conftest.$ac_ext
27543 cat >>conftest.$ac_ext <<_ACEOF
27544 /* end confdefs.h.  */
27545
27546
27547
27548 #include <ext/hash_map>
27549 _ACEOF
27550 rm -f conftest.$ac_objext
27551 if { (ac_try="$ac_compile"
27552 case "(($ac_try" in
27553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27554   *) ac_try_echo=$ac_try;;
27555 esac
27556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27557   (eval "$ac_compile") 2>conftest.er1
27558   ac_status=$?
27559   grep -v '^ *+' conftest.er1 >conftest.err
27560   rm -f conftest.er1
27561   cat conftest.err >&5
27562   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27563   (exit $ac_status); } && {
27564          test -z "$ac_cxx_werror_flag" ||
27565          test ! -s conftest.err
27566        } && test -s conftest.$ac_objext; then
27567   ac_cv_header_ext_hash_map=yes
27568 else
27569   echo "$as_me: failed program was:" >&5
27570 sed 's/^/| /' conftest.$ac_ext >&5
27571
27572         ac_cv_header_ext_hash_map=no
27573 fi
27574
27575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27576 fi
27577 { echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
27578 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6; }
27579 if test $ac_cv_header_ext_hash_map = yes; then
27580   { echo "$as_me:$LINENO: checking for GNU hash_map and hash_set" >&5
27581 echo $ECHO_N "checking for GNU hash_map and hash_set... $ECHO_C" >&6; }
27582 if test "${wx_cv_class_gnuhashmapset+set}" = set; then
27583   echo $ECHO_N "(cached) $ECHO_C" >&6
27584 else
27585   cat >conftest.$ac_ext <<_ACEOF
27586 /* confdefs.h.  */
27587 _ACEOF
27588 cat confdefs.h >>conftest.$ac_ext
27589 cat >>conftest.$ac_ext <<_ACEOF
27590 /* end confdefs.h.  */
27591 #include <ext/hash_map>
27592                 #include <ext/hash_set>
27593 int
27594 main ()
27595 {
27596 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
27597                  __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
27598   ;
27599   return 0;
27600 }
27601 _ACEOF
27602 rm -f conftest.$ac_objext
27603 if { (ac_try="$ac_compile"
27604 case "(($ac_try" in
27605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27606   *) ac_try_echo=$ac_try;;
27607 esac
27608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27609   (eval "$ac_compile") 2>conftest.er1
27610   ac_status=$?
27611   grep -v '^ *+' conftest.er1 >conftest.err
27612   rm -f conftest.er1
27613   cat conftest.err >&5
27614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27615   (exit $ac_status); } && {
27616          test -z "$ac_cxx_werror_flag" ||
27617          test ! -s conftest.err
27618        } && test -s conftest.$ac_objext; then
27619   wx_cv_class_gnuhashmapset=yes
27620 else
27621   echo "$as_me: failed program was:" >&5
27622 sed 's/^/| /' conftest.$ac_ext >&5
27623
27624         wx_cv_class_gnuhashmapset=no
27625 fi
27626
27627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27628
27629
27630 fi
27631 { echo "$as_me:$LINENO: result: $wx_cv_class_gnuhashmapset" >&5
27632 echo "${ECHO_T}$wx_cv_class_gnuhashmapset" >&6; }
27633 fi
27634
27635
27636
27637     if test "$wx_cv_class_gnuhashmapset" = yes; then
27638          cat >>confdefs.h <<\_ACEOF
27639 #define HAVE_EXT_HASH_MAP 1
27640 _ACEOF
27641
27642          cat >>confdefs.h <<\_ACEOF
27643 #define HAVE_GNU_CXX_HASH_MAP 1
27644 _ACEOF
27645
27646     fi
27647 fi
27648
27649
27650
27651   if test -n "$GCC"; then
27652     { echo "$as_me:$LINENO: checking for __sync_fetch_* builtins" >&5
27653 echo $ECHO_N "checking for __sync_fetch_* builtins... $ECHO_C" >&6; }
27654     if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then
27655   echo $ECHO_N "(cached) $ECHO_C" >&6
27656 else
27657
27658       cat >conftest.$ac_ext <<_ACEOF
27659 /* confdefs.h.  */
27660 _ACEOF
27661 cat confdefs.h >>conftest.$ac_ext
27662 cat >>conftest.$ac_ext <<_ACEOF
27663 /* end confdefs.h.  */
27664
27665 int
27666 main ()
27667 {
27668
27669           int value=0;
27670           __sync_fetch_and_add(&value, 1);
27671           __sync_sub_and_fetch(&value, 1);
27672
27673   ;
27674   return 0;
27675 }
27676 _ACEOF
27677 rm -f conftest.$ac_objext
27678 if { (ac_try="$ac_compile"
27679 case "(($ac_try" in
27680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27681   *) ac_try_echo=$ac_try;;
27682 esac
27683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27684   (eval "$ac_compile") 2>conftest.er1
27685   ac_status=$?
27686   grep -v '^ *+' conftest.er1 >conftest.err
27687   rm -f conftest.er1
27688   cat conftest.err >&5
27689   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27690   (exit $ac_status); } && {
27691          test -z "$ac_cxx_werror_flag" ||
27692          test ! -s conftest.err
27693        } && test -s conftest.$ac_objext; then
27694   wx_cv_cc_gcc_atomic_builtins=yes
27695 else
27696   echo "$as_me: failed program was:" >&5
27697 sed 's/^/| /' conftest.$ac_ext >&5
27698
27699         wx_cv_cc_gcc_atomic_builtins=no
27700 fi
27701
27702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27703
27704 fi
27705
27706     { echo "$as_me:$LINENO: result: $wx_cv_cc_gcc_atomic_builtins" >&5
27707 echo "${ECHO_T}$wx_cv_cc_gcc_atomic_builtins" >&6; }
27708     if test $wx_cv_cc_gcc_atomic_builtins = yes; then
27709       cat >>confdefs.h <<\_ACEOF
27710 #define HAVE_GCC_ATOMIC_BUILTINS 1
27711 _ACEOF
27712
27713     fi
27714   fi
27715
27716
27717 ac_ext=c
27718 ac_cpp='$CPP $CPPFLAGS'
27719 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27720 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27721 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27722
27723
27724
27725 SEARCH_INCLUDE="\
27726     /usr/local/include        \
27727                               \
27728     /usr/Motif-2.1/include    \
27729     /usr/Motif-1.2/include    \
27730     /usr/include/Motif1.2     \
27731                               \
27732     /usr/dt/include           \
27733     /usr/openwin/include      \
27734                               \
27735     /usr/include/Xm           \
27736                               \
27737     /usr/X11R6/include        \
27738     /usr/X11R6.4/include      \
27739     /usr/X11R5/include        \
27740     /usr/X11R4/include        \
27741                               \
27742     /usr/include/X11R6        \
27743     /usr/include/X11R5        \
27744     /usr/include/X11R4        \
27745                               \
27746     /usr/local/X11R6/include  \
27747     /usr/local/X11R5/include  \
27748     /usr/local/X11R4/include  \
27749                               \
27750     /usr/local/include/X11R6  \
27751     /usr/local/include/X11R5  \
27752     /usr/local/include/X11R4  \
27753                               \
27754     /usr/X11/include          \
27755     /usr/include/X11          \
27756     /usr/local/X11/include    \
27757     /usr/local/include/X11    \
27758                               \
27759     /usr/XFree86/include/X11  \
27760     /usr/pkg/include          \
27761                               \
27762     /usr/openwin/share/include"
27763
27764 { echo "$as_me:$LINENO: checking for libraries directory" >&5
27765 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6; }
27766
27767 case "${host}" in
27768     *-*-irix6* )
27769         if test "${wx_cv_std_libpath+set}" = set; then
27770   echo $ECHO_N "(cached) $ECHO_C" >&6
27771 else
27772
27773                 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
27774                     for e in a so sl dylib dll.a; do
27775                         libc="$d/libc.$e"
27776                         if test -f $libc; then
27777                             save_LIBS="$LIBS"
27778                             LIBS="$libc"
27779                             cat >conftest.$ac_ext <<_ACEOF
27780 int main() { return 0; }
27781 _ACEOF
27782 rm -f conftest.$ac_objext conftest$ac_exeext
27783 if { (ac_try="$ac_link"
27784 case "(($ac_try" in
27785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27786   *) ac_try_echo=$ac_try;;
27787 esac
27788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27789   (eval "$ac_link") 2>conftest.er1
27790   ac_status=$?
27791   grep -v '^ *+' conftest.er1 >conftest.err
27792   rm -f conftest.er1
27793   cat conftest.err >&5
27794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
27795   (exit $ac_status); } && {
27796          test -z "$ac_c_werror_flag" ||
27797          test ! -s conftest.err
27798        } && test -s conftest$ac_exeext &&
27799        $as_test_x conftest$ac_exeext; then
27800   wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
27801 else
27802   echo "$as_me: failed program was:" >&5
27803 sed 's/^/| /' conftest.$ac_ext >&5
27804
27805
27806 fi
27807
27808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27809       conftest$ac_exeext conftest.$ac_ext
27810                             LIBS="$save_LIBS"
27811                             if test "x$wx_cv_std_libpath" != "x"; then
27812                                 break 2
27813                             fi
27814                         fi
27815                     done
27816                 done
27817                 if test "x$wx_cv_std_libpath" = "x"; then
27818                     wx_cv_std_libpath="lib"
27819                 fi
27820
27821
27822 fi
27823
27824         ;;
27825
27826     *-*-solaris2* )
27827                 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
27828             wx_cv_std_libpath="lib/64"
27829         else
27830             wx_cv_std_libpath="lib"
27831         fi
27832         ;;
27833
27834     *-*-linux* )
27835                 if test "$ac_cv_sizeof_void_p" = 8 -a \
27836                 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
27837             wx_cv_std_libpath="lib64"
27838         else
27839             wx_cv_std_libpath="lib"
27840         fi
27841         ;;
27842
27843     *)
27844         wx_cv_std_libpath="lib";
27845         ;;
27846 esac
27847
27848 { echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
27849 echo "${ECHO_T}$wx_cv_std_libpath" >&6; }
27850
27851 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
27852
27853 if test "$build" != "$host" -a "$GCC" = yes; then
27854                     if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
27855         cross_root=`dirname $cross_root`
27856         cross_root=`dirname $cross_root`
27857
27858                         SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
27859         SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
27860         SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
27861
27862                 if test -z "$PKG_CONFIG_PATH"; then
27863             PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
27864             export PKG_CONFIG_PATH
27865         fi
27866
27867                                 if test -z "$x_includes" -o "$x_includes" = NONE; then
27868
27869 ac_find_includes=
27870 for ac_dir in $SEARCH_INCLUDE /usr/include;
27871   do
27872     if test -f "$ac_dir/X11/Intrinsic.h"; then
27873       ac_find_includes=$ac_dir
27874       break
27875     fi
27876   done
27877
27878             x_includes=$ac_find_includes
27879         fi
27880         if test -z "$x_libraries" -o "$x_libraries" = NONE; then
27881
27882   ac_find_libraries=
27883   for ac_dir in $SEARCH_LIB;
27884   do
27885     for ac_extension in a so sl dylib dll.a; do
27886       if test -f "$ac_dir/libXt.$ac_extension"; then
27887         ac_find_libraries=$ac_dir
27888         break 2
27889       fi
27890     done
27891   done
27892
27893             x_libraries=$ac_find_libraries
27894         fi
27895     fi
27896 fi
27897
27898
27899 cat >confcache <<\_ACEOF
27900 # This file is a shell script that caches the results of configure
27901 # tests run on this system so they can be shared between configure
27902 # scripts and configure runs, see configure's option --config-cache.
27903 # It is not useful on other systems.  If it contains results you don't
27904 # want to keep, you may remove or edit it.
27905 #
27906 # config.status only pays attention to the cache file if you give it
27907 # the --recheck option to rerun configure.
27908 #
27909 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27910 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27911 # following values.
27912
27913 _ACEOF
27914
27915 # The following way of writing the cache mishandles newlines in values,
27916 # but we know of no workaround that is simple, portable, and efficient.
27917 # So, we kill variables containing newlines.
27918 # Ultrix sh set writes to stderr and can't be redirected directly,
27919 # and sets the high bit in the cache file unless we assign to the vars.
27920 (
27921   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27922     eval ac_val=\$$ac_var
27923     case $ac_val in #(
27924     *${as_nl}*)
27925       case $ac_var in #(
27926       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27927 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27928       esac
27929       case $ac_var in #(
27930       _ | IFS | as_nl) ;; #(
27931       *) $as_unset $ac_var ;;
27932       esac ;;
27933     esac
27934   done
27935
27936   (set) 2>&1 |
27937     case $as_nl`(ac_space=' '; set) 2>&1` in #(
27938     *${as_nl}ac_space=\ *)
27939       # `set' does not quote correctly, so add quotes (double-quote
27940       # substitution turns \\\\ into \\, and sed turns \\ into \).
27941       sed -n \
27942         "s/'/'\\\\''/g;
27943           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27944       ;; #(
27945     *)
27946       # `set' quotes correctly as required by POSIX, so do not add quotes.
27947       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27948       ;;
27949     esac |
27950     sort
27951 ) |
27952   sed '
27953      /^ac_cv_env_/b end
27954      t clear
27955      :clear
27956      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27957      t end
27958      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27959      :end' >>confcache
27960 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27961   if test -w "$cache_file"; then
27962     test "x$cache_file" != "x/dev/null" &&
27963       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27964 echo "$as_me: updating cache $cache_file" >&6;}
27965     cat confcache >$cache_file
27966   else
27967     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27968 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27969   fi
27970 fi
27971 rm -f confcache
27972
27973 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
27974     { echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
27975 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6; }
27976 if test "${wx_cv_lib_glibc21+set}" = set; then
27977   echo $ECHO_N "(cached) $ECHO_C" >&6
27978 else
27979
27980         cat >conftest.$ac_ext <<_ACEOF
27981 /* confdefs.h.  */
27982 _ACEOF
27983 cat confdefs.h >>conftest.$ac_ext
27984 cat >>conftest.$ac_ext <<_ACEOF
27985 /* end confdefs.h.  */
27986 #include <features.h>
27987 int
27988 main ()
27989 {
27990
27991                 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
27992                 not glibc 2.1
27993                 #endif
27994
27995   ;
27996   return 0;
27997 }
27998 _ACEOF
27999 rm -f conftest.$ac_objext
28000 if { (ac_try="$ac_compile"
28001 case "(($ac_try" in
28002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28003   *) ac_try_echo=$ac_try;;
28004 esac
28005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28006   (eval "$ac_compile") 2>conftest.er1
28007   ac_status=$?
28008   grep -v '^ *+' conftest.er1 >conftest.err
28009   rm -f conftest.er1
28010   cat conftest.err >&5
28011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28012   (exit $ac_status); } && {
28013          test -z "$ac_c_werror_flag" ||
28014          test ! -s conftest.err
28015        } && test -s conftest.$ac_objext; then
28016
28017                 wx_cv_lib_glibc21=yes
28018
28019 else
28020   echo "$as_me: failed program was:" >&5
28021 sed 's/^/| /' conftest.$ac_ext >&5
28022
28023
28024                 wx_cv_lib_glibc21=no
28025
28026
28027 fi
28028
28029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28030
28031 fi
28032 { echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
28033 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6; }
28034     if test "$wx_cv_lib_glibc21" = "yes"; then
28035         cat >>confdefs.h <<\_ACEOF
28036 #define wxHAVE_GLIBC2 1
28037 _ACEOF
28038
28039     fi
28040 fi
28041
28042 if test "x$wx_cv_lib_glibc21" = "xyes"; then
28043     if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
28044         cat >>confdefs.h <<\_ACEOF
28045 #define _GNU_SOURCE 1
28046 _ACEOF
28047
28048     fi
28049 fi
28050
28051 have_cos=0
28052 have_floor=0
28053
28054 for ac_func in cos
28055 do
28056 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28057 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28058 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28059 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28060   echo $ECHO_N "(cached) $ECHO_C" >&6
28061 else
28062   cat >conftest.$ac_ext <<_ACEOF
28063 /* confdefs.h.  */
28064 _ACEOF
28065 cat confdefs.h >>conftest.$ac_ext
28066 cat >>conftest.$ac_ext <<_ACEOF
28067 /* end confdefs.h.  */
28068 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28069    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28070 #define $ac_func innocuous_$ac_func
28071
28072 /* System header to define __stub macros and hopefully few prototypes,
28073     which can conflict with char $ac_func (); below.
28074     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28075     <limits.h> exists even on freestanding compilers.  */
28076
28077 #ifdef __STDC__
28078 # include <limits.h>
28079 #else
28080 # include <assert.h>
28081 #endif
28082
28083 #undef $ac_func
28084
28085 /* Override any GCC internal prototype to avoid an error.
28086    Use char because int might match the return type of a GCC
28087    builtin and then its argument prototype would still apply.  */
28088 #ifdef __cplusplus
28089 extern "C"
28090 #endif
28091 char $ac_func ();
28092 /* The GNU C library defines this for functions which it implements
28093     to always fail with ENOSYS.  Some functions are actually named
28094     something starting with __ and the normal name is an alias.  */
28095 #if defined __stub_$ac_func || defined __stub___$ac_func
28096 choke me
28097 #endif
28098
28099 int
28100 main ()
28101 {
28102 return $ac_func ();
28103   ;
28104   return 0;
28105 }
28106 _ACEOF
28107 rm -f conftest.$ac_objext conftest$ac_exeext
28108 if { (ac_try="$ac_link"
28109 case "(($ac_try" in
28110   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28111   *) ac_try_echo=$ac_try;;
28112 esac
28113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28114   (eval "$ac_link") 2>conftest.er1
28115   ac_status=$?
28116   grep -v '^ *+' conftest.er1 >conftest.err
28117   rm -f conftest.er1
28118   cat conftest.err >&5
28119   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28120   (exit $ac_status); } && {
28121          test -z "$ac_c_werror_flag" ||
28122          test ! -s conftest.err
28123        } && test -s conftest$ac_exeext &&
28124        $as_test_x conftest$ac_exeext; then
28125   eval "$as_ac_var=yes"
28126 else
28127   echo "$as_me: failed program was:" >&5
28128 sed 's/^/| /' conftest.$ac_ext >&5
28129
28130         eval "$as_ac_var=no"
28131 fi
28132
28133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28134       conftest$ac_exeext conftest.$ac_ext
28135 fi
28136 ac_res=`eval echo '${'$as_ac_var'}'`
28137                { echo "$as_me:$LINENO: result: $ac_res" >&5
28138 echo "${ECHO_T}$ac_res" >&6; }
28139 if test `eval echo '${'$as_ac_var'}'` = yes; then
28140   cat >>confdefs.h <<_ACEOF
28141 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28142 _ACEOF
28143  have_cos=1
28144 fi
28145 done
28146
28147
28148 for ac_func in floor
28149 do
28150 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28151 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28152 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28153 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28154   echo $ECHO_N "(cached) $ECHO_C" >&6
28155 else
28156   cat >conftest.$ac_ext <<_ACEOF
28157 /* confdefs.h.  */
28158 _ACEOF
28159 cat confdefs.h >>conftest.$ac_ext
28160 cat >>conftest.$ac_ext <<_ACEOF
28161 /* end confdefs.h.  */
28162 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28163    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28164 #define $ac_func innocuous_$ac_func
28165
28166 /* System header to define __stub macros and hopefully few prototypes,
28167     which can conflict with char $ac_func (); below.
28168     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28169     <limits.h> exists even on freestanding compilers.  */
28170
28171 #ifdef __STDC__
28172 # include <limits.h>
28173 #else
28174 # include <assert.h>
28175 #endif
28176
28177 #undef $ac_func
28178
28179 /* Override any GCC internal prototype to avoid an error.
28180    Use char because int might match the return type of a GCC
28181    builtin and then its argument prototype would still apply.  */
28182 #ifdef __cplusplus
28183 extern "C"
28184 #endif
28185 char $ac_func ();
28186 /* The GNU C library defines this for functions which it implements
28187     to always fail with ENOSYS.  Some functions are actually named
28188     something starting with __ and the normal name is an alias.  */
28189 #if defined __stub_$ac_func || defined __stub___$ac_func
28190 choke me
28191 #endif
28192
28193 int
28194 main ()
28195 {
28196 return $ac_func ();
28197   ;
28198   return 0;
28199 }
28200 _ACEOF
28201 rm -f conftest.$ac_objext conftest$ac_exeext
28202 if { (ac_try="$ac_link"
28203 case "(($ac_try" in
28204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28205   *) ac_try_echo=$ac_try;;
28206 esac
28207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28208   (eval "$ac_link") 2>conftest.er1
28209   ac_status=$?
28210   grep -v '^ *+' conftest.er1 >conftest.err
28211   rm -f conftest.er1
28212   cat conftest.err >&5
28213   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28214   (exit $ac_status); } && {
28215          test -z "$ac_c_werror_flag" ||
28216          test ! -s conftest.err
28217        } && test -s conftest$ac_exeext &&
28218        $as_test_x conftest$ac_exeext; then
28219   eval "$as_ac_var=yes"
28220 else
28221   echo "$as_me: failed program was:" >&5
28222 sed 's/^/| /' conftest.$ac_ext >&5
28223
28224         eval "$as_ac_var=no"
28225 fi
28226
28227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28228       conftest$ac_exeext conftest.$ac_ext
28229 fi
28230 ac_res=`eval echo '${'$as_ac_var'}'`
28231                { echo "$as_me:$LINENO: result: $ac_res" >&5
28232 echo "${ECHO_T}$ac_res" >&6; }
28233 if test `eval echo '${'$as_ac_var'}'` = yes; then
28234   cat >>confdefs.h <<_ACEOF
28235 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28236 _ACEOF
28237  have_floor=1
28238 fi
28239 done
28240
28241 { echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
28242 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6; }
28243 if test "$have_cos" = 1 -a "$have_floor" = 1; then
28244     { echo "$as_me:$LINENO: result: yes" >&5
28245 echo "${ECHO_T}yes" >&6; }
28246 else
28247     { echo "$as_me:$LINENO: result: no" >&5
28248 echo "${ECHO_T}no" >&6; }
28249     LIBS="$LIBS -lm"
28250     # use different functions to avoid configure caching
28251     have_sin=0
28252     have_ceil=0
28253
28254 for ac_func in sin
28255 do
28256 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28257 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28258 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28259 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28260   echo $ECHO_N "(cached) $ECHO_C" >&6
28261 else
28262   cat >conftest.$ac_ext <<_ACEOF
28263 /* confdefs.h.  */
28264 _ACEOF
28265 cat confdefs.h >>conftest.$ac_ext
28266 cat >>conftest.$ac_ext <<_ACEOF
28267 /* end confdefs.h.  */
28268 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28269    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28270 #define $ac_func innocuous_$ac_func
28271
28272 /* System header to define __stub macros and hopefully few prototypes,
28273     which can conflict with char $ac_func (); below.
28274     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28275     <limits.h> exists even on freestanding compilers.  */
28276
28277 #ifdef __STDC__
28278 # include <limits.h>
28279 #else
28280 # include <assert.h>
28281 #endif
28282
28283 #undef $ac_func
28284
28285 /* Override any GCC internal prototype to avoid an error.
28286    Use char because int might match the return type of a GCC
28287    builtin and then its argument prototype would still apply.  */
28288 #ifdef __cplusplus
28289 extern "C"
28290 #endif
28291 char $ac_func ();
28292 /* The GNU C library defines this for functions which it implements
28293     to always fail with ENOSYS.  Some functions are actually named
28294     something starting with __ and the normal name is an alias.  */
28295 #if defined __stub_$ac_func || defined __stub___$ac_func
28296 choke me
28297 #endif
28298
28299 int
28300 main ()
28301 {
28302 return $ac_func ();
28303   ;
28304   return 0;
28305 }
28306 _ACEOF
28307 rm -f conftest.$ac_objext conftest$ac_exeext
28308 if { (ac_try="$ac_link"
28309 case "(($ac_try" in
28310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28311   *) ac_try_echo=$ac_try;;
28312 esac
28313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28314   (eval "$ac_link") 2>conftest.er1
28315   ac_status=$?
28316   grep -v '^ *+' conftest.er1 >conftest.err
28317   rm -f conftest.er1
28318   cat conftest.err >&5
28319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28320   (exit $ac_status); } && {
28321          test -z "$ac_c_werror_flag" ||
28322          test ! -s conftest.err
28323        } && test -s conftest$ac_exeext &&
28324        $as_test_x conftest$ac_exeext; then
28325   eval "$as_ac_var=yes"
28326 else
28327   echo "$as_me: failed program was:" >&5
28328 sed 's/^/| /' conftest.$ac_ext >&5
28329
28330         eval "$as_ac_var=no"
28331 fi
28332
28333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28334       conftest$ac_exeext conftest.$ac_ext
28335 fi
28336 ac_res=`eval echo '${'$as_ac_var'}'`
28337                { echo "$as_me:$LINENO: result: $ac_res" >&5
28338 echo "${ECHO_T}$ac_res" >&6; }
28339 if test `eval echo '${'$as_ac_var'}'` = yes; then
28340   cat >>confdefs.h <<_ACEOF
28341 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28342 _ACEOF
28343  have_sin=1
28344 fi
28345 done
28346
28347
28348 for ac_func in ceil
28349 do
28350 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28351 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28352 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28353 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28354   echo $ECHO_N "(cached) $ECHO_C" >&6
28355 else
28356   cat >conftest.$ac_ext <<_ACEOF
28357 /* confdefs.h.  */
28358 _ACEOF
28359 cat confdefs.h >>conftest.$ac_ext
28360 cat >>conftest.$ac_ext <<_ACEOF
28361 /* end confdefs.h.  */
28362 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28363    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28364 #define $ac_func innocuous_$ac_func
28365
28366 /* System header to define __stub macros and hopefully few prototypes,
28367     which can conflict with char $ac_func (); below.
28368     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28369     <limits.h> exists even on freestanding compilers.  */
28370
28371 #ifdef __STDC__
28372 # include <limits.h>
28373 #else
28374 # include <assert.h>
28375 #endif
28376
28377 #undef $ac_func
28378
28379 /* Override any GCC internal prototype to avoid an error.
28380    Use char because int might match the return type of a GCC
28381    builtin and then its argument prototype would still apply.  */
28382 #ifdef __cplusplus
28383 extern "C"
28384 #endif
28385 char $ac_func ();
28386 /* The GNU C library defines this for functions which it implements
28387     to always fail with ENOSYS.  Some functions are actually named
28388     something starting with __ and the normal name is an alias.  */
28389 #if defined __stub_$ac_func || defined __stub___$ac_func
28390 choke me
28391 #endif
28392
28393 int
28394 main ()
28395 {
28396 return $ac_func ();
28397   ;
28398   return 0;
28399 }
28400 _ACEOF
28401 rm -f conftest.$ac_objext conftest$ac_exeext
28402 if { (ac_try="$ac_link"
28403 case "(($ac_try" in
28404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28405   *) ac_try_echo=$ac_try;;
28406 esac
28407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28408   (eval "$ac_link") 2>conftest.er1
28409   ac_status=$?
28410   grep -v '^ *+' conftest.er1 >conftest.err
28411   rm -f conftest.er1
28412   cat conftest.err >&5
28413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28414   (exit $ac_status); } && {
28415          test -z "$ac_c_werror_flag" ||
28416          test ! -s conftest.err
28417        } && test -s conftest$ac_exeext &&
28418        $as_test_x conftest$ac_exeext; then
28419   eval "$as_ac_var=yes"
28420 else
28421   echo "$as_me: failed program was:" >&5
28422 sed 's/^/| /' conftest.$ac_ext >&5
28423
28424         eval "$as_ac_var=no"
28425 fi
28426
28427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28428       conftest$ac_exeext conftest.$ac_ext
28429 fi
28430 ac_res=`eval echo '${'$as_ac_var'}'`
28431                { echo "$as_me:$LINENO: result: $ac_res" >&5
28432 echo "${ECHO_T}$ac_res" >&6; }
28433 if test `eval echo '${'$as_ac_var'}'` = yes; then
28434   cat >>confdefs.h <<_ACEOF
28435 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28436 _ACEOF
28437  have_ceil=1
28438 fi
28439 done
28440
28441     { echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
28442 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6; }
28443     if test "$have_sin" = 1 -a "$have_ceil" = 1; then
28444         { echo "$as_me:$LINENO: result: yes" >&5
28445 echo "${ECHO_T}yes" >&6; }
28446     else
28447         { echo "$as_me:$LINENO: result: no" >&5
28448 echo "${ECHO_T}no" >&6; }
28449         # not sure we should warn the user, crash, etc.
28450     fi
28451 fi
28452
28453 ac_ext=cpp
28454 ac_cpp='$CXXCPP $CPPFLAGS'
28455 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28456 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28457 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28458
28459 if test "wxUSE_UNICODE" = "yes"; then
28460
28461   for wx_func in wcstoull
28462   do
28463     { echo "$as_me:$LINENO: checking for $wx_func" >&5
28464 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
28465 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
28466   echo $ECHO_N "(cached) $ECHO_C" >&6
28467 else
28468
28469         cat >conftest.$ac_ext <<_ACEOF
28470
28471             /* confdefs.h.  */
28472 _ACEOF
28473 cat confdefs.h >>conftest.$ac_ext
28474 cat >>conftest.$ac_ext <<_ACEOF
28475 /* end confdefs.h.  */
28476
28477
28478                 $ac_includes_default
28479
28480 int
28481 main ()
28482 {
28483
28484                 #ifndef $wx_func
28485                   &$wx_func;
28486                 #endif
28487
28488
28489   ;
28490   return 0;
28491 }
28492
28493 _ACEOF
28494 rm -f conftest.$ac_objext conftest$ac_exeext
28495 if { (ac_try="$ac_link"
28496 case "(($ac_try" in
28497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28498   *) ac_try_echo=$ac_try;;
28499 esac
28500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28501   (eval "$ac_link") 2>conftest.er1
28502   ac_status=$?
28503   grep -v '^ *+' conftest.er1 >conftest.err
28504   rm -f conftest.er1
28505   cat conftest.err >&5
28506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28507   (exit $ac_status); } && {
28508          test -z "$ac_cxx_werror_flag" ||
28509          test ! -s conftest.err
28510        } && test -s conftest$ac_exeext &&
28511        $as_test_x conftest$ac_exeext; then
28512   eval wx_cv_func_$wx_func=yes
28513 else
28514   echo "$as_me: failed program was:" >&5
28515 sed 's/^/| /' conftest.$ac_ext >&5
28516
28517         eval wx_cv_func_$wx_func=no
28518 fi
28519
28520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28521       conftest$ac_exeext conftest.$ac_ext
28522
28523 fi
28524 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
28525                { echo "$as_me:$LINENO: result: $ac_res" >&5
28526 echo "${ECHO_T}$ac_res" >&6; }
28527
28528     if eval test \$wx_cv_func_$wx_func = yes
28529     then
28530       cat >>confdefs.h <<_ACEOF
28531 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
28532 _ACEOF
28533
28534
28535     else
28536       :
28537
28538     fi
28539   done
28540
28541 else
28542
28543   for wx_func in strtoull
28544   do
28545     { echo "$as_me:$LINENO: checking for $wx_func" >&5
28546 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
28547 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
28548   echo $ECHO_N "(cached) $ECHO_C" >&6
28549 else
28550
28551         cat >conftest.$ac_ext <<_ACEOF
28552
28553             /* confdefs.h.  */
28554 _ACEOF
28555 cat confdefs.h >>conftest.$ac_ext
28556 cat >>conftest.$ac_ext <<_ACEOF
28557 /* end confdefs.h.  */
28558
28559
28560                 $ac_includes_default
28561
28562 int
28563 main ()
28564 {
28565
28566                 #ifndef $wx_func
28567                   &$wx_func;
28568                 #endif
28569
28570
28571   ;
28572   return 0;
28573 }
28574
28575 _ACEOF
28576 rm -f conftest.$ac_objext conftest$ac_exeext
28577 if { (ac_try="$ac_link"
28578 case "(($ac_try" in
28579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28580   *) ac_try_echo=$ac_try;;
28581 esac
28582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28583   (eval "$ac_link") 2>conftest.er1
28584   ac_status=$?
28585   grep -v '^ *+' conftest.er1 >conftest.err
28586   rm -f conftest.er1
28587   cat conftest.err >&5
28588   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28589   (exit $ac_status); } && {
28590          test -z "$ac_cxx_werror_flag" ||
28591          test ! -s conftest.err
28592        } && test -s conftest$ac_exeext &&
28593        $as_test_x conftest$ac_exeext; then
28594   eval wx_cv_func_$wx_func=yes
28595 else
28596   echo "$as_me: failed program was:" >&5
28597 sed 's/^/| /' conftest.$ac_ext >&5
28598
28599         eval wx_cv_func_$wx_func=no
28600 fi
28601
28602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28603       conftest$ac_exeext conftest.$ac_ext
28604
28605 fi
28606 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
28607                { echo "$as_me:$LINENO: result: $ac_res" >&5
28608 echo "${ECHO_T}$ac_res" >&6; }
28609
28610     if eval test \$wx_cv_func_$wx_func = yes
28611     then
28612       cat >>confdefs.h <<_ACEOF
28613 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
28614 _ACEOF
28615
28616
28617     else
28618       :
28619
28620     fi
28621   done
28622
28623 fi
28624 ac_ext=c
28625 ac_cpp='$CPP $CPPFLAGS'
28626 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28627 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28628 ac_compiler_gnu=$ac_cv_c_compiler_gnu
28629
28630
28631
28632
28633 if test "$wxUSE_REGEX" != "no"; then
28634     cat >>confdefs.h <<\_ACEOF
28635 #define wxUSE_REGEX 1
28636 _ACEOF
28637
28638
28639     if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
28640         { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
28641 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
28642         wxUSE_REGEX=builtin
28643     fi
28644
28645     if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
28646                         { echo "$as_me:$LINENO: checking for regex.h" >&5
28647 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6; }
28648 if test "${ac_cv_header_regex_h+set}" = set; then
28649   echo $ECHO_N "(cached) $ECHO_C" >&6
28650 else
28651   cat >conftest.$ac_ext <<_ACEOF
28652 /* confdefs.h.  */
28653 _ACEOF
28654 cat confdefs.h >>conftest.$ac_ext
28655 cat >>conftest.$ac_ext <<_ACEOF
28656 /* end confdefs.h.  */
28657
28658
28659 #include <regex.h>
28660 _ACEOF
28661 rm -f conftest.$ac_objext
28662 if { (ac_try="$ac_compile"
28663 case "(($ac_try" in
28664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28665   *) ac_try_echo=$ac_try;;
28666 esac
28667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28668   (eval "$ac_compile") 2>conftest.er1
28669   ac_status=$?
28670   grep -v '^ *+' conftest.er1 >conftest.err
28671   rm -f conftest.er1
28672   cat conftest.err >&5
28673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28674   (exit $ac_status); } && {
28675          test -z "$ac_c_werror_flag" ||
28676          test ! -s conftest.err
28677        } && test -s conftest.$ac_objext; then
28678   ac_cv_header_regex_h=yes
28679 else
28680   echo "$as_me: failed program was:" >&5
28681 sed 's/^/| /' conftest.$ac_ext >&5
28682
28683         ac_cv_header_regex_h=no
28684 fi
28685
28686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28687 fi
28688 { echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
28689 echo "${ECHO_T}$ac_cv_header_regex_h" >&6; }
28690 if test $ac_cv_header_regex_h = yes; then
28691
28692
28693 for ac_func in regcomp re_search
28694 do
28695 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28696 { echo "$as_me:$LINENO: checking for $ac_func" >&5
28697 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
28698 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28699   echo $ECHO_N "(cached) $ECHO_C" >&6
28700 else
28701   cat >conftest.$ac_ext <<_ACEOF
28702 /* confdefs.h.  */
28703 _ACEOF
28704 cat confdefs.h >>conftest.$ac_ext
28705 cat >>conftest.$ac_ext <<_ACEOF
28706 /* end confdefs.h.  */
28707 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28708    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28709 #define $ac_func innocuous_$ac_func
28710
28711 /* System header to define __stub macros and hopefully few prototypes,
28712     which can conflict with char $ac_func (); below.
28713     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28714     <limits.h> exists even on freestanding compilers.  */
28715
28716 #ifdef __STDC__
28717 # include <limits.h>
28718 #else
28719 # include <assert.h>
28720 #endif
28721
28722 #undef $ac_func
28723
28724 /* Override any GCC internal prototype to avoid an error.
28725    Use char because int might match the return type of a GCC
28726    builtin and then its argument prototype would still apply.  */
28727 #ifdef __cplusplus
28728 extern "C"
28729 #endif
28730 char $ac_func ();
28731 /* The GNU C library defines this for functions which it implements
28732     to always fail with ENOSYS.  Some functions are actually named
28733     something starting with __ and the normal name is an alias.  */
28734 #if defined __stub_$ac_func || defined __stub___$ac_func
28735 choke me
28736 #endif
28737
28738 int
28739 main ()
28740 {
28741 return $ac_func ();
28742   ;
28743   return 0;
28744 }
28745 _ACEOF
28746 rm -f conftest.$ac_objext conftest$ac_exeext
28747 if { (ac_try="$ac_link"
28748 case "(($ac_try" in
28749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28750   *) ac_try_echo=$ac_try;;
28751 esac
28752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28753   (eval "$ac_link") 2>conftest.er1
28754   ac_status=$?
28755   grep -v '^ *+' conftest.er1 >conftest.err
28756   rm -f conftest.er1
28757   cat conftest.err >&5
28758   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28759   (exit $ac_status); } && {
28760          test -z "$ac_c_werror_flag" ||
28761          test ! -s conftest.err
28762        } && test -s conftest$ac_exeext &&
28763        $as_test_x conftest$ac_exeext; then
28764   eval "$as_ac_var=yes"
28765 else
28766   echo "$as_me: failed program was:" >&5
28767 sed 's/^/| /' conftest.$ac_ext >&5
28768
28769         eval "$as_ac_var=no"
28770 fi
28771
28772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28773       conftest$ac_exeext conftest.$ac_ext
28774 fi
28775 ac_res=`eval echo '${'$as_ac_var'}'`
28776                { echo "$as_me:$LINENO: result: $ac_res" >&5
28777 echo "${ECHO_T}$ac_res" >&6; }
28778 if test `eval echo '${'$as_ac_var'}'` = yes; then
28779   cat >>confdefs.h <<_ACEOF
28780 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28781 _ACEOF
28782
28783 fi
28784 done
28785
28786 fi
28787
28788
28789
28790         if test "x$ac_cv_func_regcomp" != "xyes"; then
28791             if test "$wxUSE_REGEX" = "sys" ; then
28792                 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
28793 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
28794    { (exit 1); exit 1; }; }
28795             else
28796                 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
28797 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
28798                 wxUSE_REGEX=builtin
28799             fi
28800         else
28801                         wxUSE_REGEX=sys
28802                         cat >>confdefs.h <<\_ACEOF
28803 #define WX_NO_REGEX_ADVANCED 1
28804 _ACEOF
28805
28806         fi
28807     fi
28808 fi
28809
28810
28811 ZLIB_LINK=
28812 if test "$wxUSE_ZLIB" != "no" ; then
28813     cat >>confdefs.h <<\_ACEOF
28814 #define wxUSE_ZLIB 1
28815 _ACEOF
28816
28817
28818     if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
28819                                                 if test "$USE_DARWIN" = 1; then
28820             system_zlib_h_ok="yes"
28821         else
28822                                                                                     { echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
28823 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6; }
28824 if test "${ac_cv_header_zlib_h+set}" = set; then
28825   echo $ECHO_N "(cached) $ECHO_C" >&6
28826 else
28827   if test "$cross_compiling" = yes; then
28828                       unset ac_cv_header_zlib_h
28829
28830 else
28831   cat >conftest.$ac_ext <<_ACEOF
28832 /* confdefs.h.  */
28833 _ACEOF
28834 cat confdefs.h >>conftest.$ac_ext
28835 cat >>conftest.$ac_ext <<_ACEOF
28836 /* end confdefs.h.  */
28837
28838                         #include <zlib.h>
28839                         #include <stdio.h>
28840
28841                         int main()
28842                         {
28843                             FILE *f=fopen("conftestval", "w");
28844                             if (!f) exit(1);
28845                             fprintf(f, "%s",
28846                                     ZLIB_VERSION[0] == '1' &&
28847                                     (ZLIB_VERSION[2] > '1' ||
28848                                     (ZLIB_VERSION[2] == '1' &&
28849                                      ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
28850                             exit(0);
28851                         }
28852
28853 _ACEOF
28854 rm -f conftest$ac_exeext
28855 if { (ac_try="$ac_link"
28856 case "(($ac_try" in
28857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28858   *) ac_try_echo=$ac_try;;
28859 esac
28860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28861   (eval "$ac_link") 2>&5
28862   ac_status=$?
28863   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28864   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28865   { (case "(($ac_try" in
28866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28867   *) ac_try_echo=$ac_try;;
28868 esac
28869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28870   (eval "$ac_try") 2>&5
28871   ac_status=$?
28872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28873   (exit $ac_status); }; }; then
28874   ac_cv_header_zlib_h=`cat conftestval`
28875 else
28876   echo "$as_me: program exited with status $ac_status" >&5
28877 echo "$as_me: failed program was:" >&5
28878 sed 's/^/| /' conftest.$ac_ext >&5
28879
28880 ( exit $ac_status )
28881 ac_cv_header_zlib_h=no
28882 fi
28883 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28884 fi
28885
28886
28887
28888 fi
28889 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
28890 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
28891                                     { echo "$as_me:$LINENO: checking for zlib.h" >&5
28892 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
28893 if test "${ac_cv_header_zlib_h+set}" = set; then
28894   echo $ECHO_N "(cached) $ECHO_C" >&6
28895 else
28896   cat >conftest.$ac_ext <<_ACEOF
28897 /* confdefs.h.  */
28898 _ACEOF
28899 cat confdefs.h >>conftest.$ac_ext
28900 cat >>conftest.$ac_ext <<_ACEOF
28901 /* end confdefs.h.  */
28902
28903
28904 #include <zlib.h>
28905 _ACEOF
28906 rm -f conftest.$ac_objext
28907 if { (ac_try="$ac_compile"
28908 case "(($ac_try" in
28909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28910   *) ac_try_echo=$ac_try;;
28911 esac
28912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28913   (eval "$ac_compile") 2>conftest.er1
28914   ac_status=$?
28915   grep -v '^ *+' conftest.er1 >conftest.err
28916   rm -f conftest.er1
28917   cat conftest.err >&5
28918   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28919   (exit $ac_status); } && {
28920          test -z "$ac_c_werror_flag" ||
28921          test ! -s conftest.err
28922        } && test -s conftest.$ac_objext; then
28923   ac_cv_header_zlib_h=yes
28924 else
28925   echo "$as_me: failed program was:" >&5
28926 sed 's/^/| /' conftest.$ac_ext >&5
28927
28928         ac_cv_header_zlib_h=no
28929 fi
28930
28931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28932 fi
28933 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
28934 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
28935
28936
28937
28938             system_zlib_h_ok=$ac_cv_header_zlib_h
28939         fi
28940
28941         if test "$system_zlib_h_ok" = "yes"; then
28942             { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
28943 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
28944 if test "${ac_cv_lib_z_deflate+set}" = set; then
28945   echo $ECHO_N "(cached) $ECHO_C" >&6
28946 else
28947   ac_check_lib_save_LIBS=$LIBS
28948 LIBS="-lz  $LIBS"
28949 cat >conftest.$ac_ext <<_ACEOF
28950 /* confdefs.h.  */
28951 _ACEOF
28952 cat confdefs.h >>conftest.$ac_ext
28953 cat >>conftest.$ac_ext <<_ACEOF
28954 /* end confdefs.h.  */
28955
28956 /* Override any GCC internal prototype to avoid an error.
28957    Use char because int might match the return type of a GCC
28958    builtin and then its argument prototype would still apply.  */
28959 #ifdef __cplusplus
28960 extern "C"
28961 #endif
28962 char deflate ();
28963 int
28964 main ()
28965 {
28966 return deflate ();
28967   ;
28968   return 0;
28969 }
28970 _ACEOF
28971 rm -f conftest.$ac_objext conftest$ac_exeext
28972 if { (ac_try="$ac_link"
28973 case "(($ac_try" in
28974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28975   *) ac_try_echo=$ac_try;;
28976 esac
28977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28978   (eval "$ac_link") 2>conftest.er1
28979   ac_status=$?
28980   grep -v '^ *+' conftest.er1 >conftest.err
28981   rm -f conftest.er1
28982   cat conftest.err >&5
28983   echo "$as_me:$LINENO: \$? = $ac_status" >&5
28984   (exit $ac_status); } && {
28985          test -z "$ac_c_werror_flag" ||
28986          test ! -s conftest.err
28987        } && test -s conftest$ac_exeext &&
28988        $as_test_x conftest$ac_exeext; then
28989   ac_cv_lib_z_deflate=yes
28990 else
28991   echo "$as_me: failed program was:" >&5
28992 sed 's/^/| /' conftest.$ac_ext >&5
28993
28994         ac_cv_lib_z_deflate=no
28995 fi
28996
28997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28998       conftest$ac_exeext conftest.$ac_ext
28999 LIBS=$ac_check_lib_save_LIBS
29000 fi
29001 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
29002 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
29003 if test $ac_cv_lib_z_deflate = yes; then
29004   ZLIB_LINK=" -lz"
29005 fi
29006
29007         fi
29008
29009         if test "x$ZLIB_LINK" = "x" ; then
29010             if test "$wxUSE_ZLIB" = "sys" ; then
29011                 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
29012 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
29013    { (exit 1); exit 1; }; }
29014             else
29015                 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
29016 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
29017                 wxUSE_ZLIB=builtin
29018             fi
29019         else
29020                         wxUSE_ZLIB=sys
29021         fi
29022     fi
29023 fi
29024
29025
29026 PNG_LINK=
29027 if test "$wxUSE_LIBPNG" != "no" ; then
29028     cat >>confdefs.h <<\_ACEOF
29029 #define wxUSE_LIBPNG 1
29030 _ACEOF
29031
29032
29033     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
29034         { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
29035 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
29036         wxUSE_LIBPNG=sys
29037     fi
29038
29039                 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
29040         { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
29041 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
29042         wxUSE_LIBPNG=builtin
29043     fi
29044
29045     if test "$wxUSE_MGL" != 1 ; then
29046                 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
29047                                     { echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
29048 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6; }
29049 if test "${ac_cv_header_png_h+set}" = set; then
29050   echo $ECHO_N "(cached) $ECHO_C" >&6
29051 else
29052   if test "$cross_compiling" = yes; then
29053                       unset ac_cv_header_png_h
29054
29055 else
29056   cat >conftest.$ac_ext <<_ACEOF
29057 /* confdefs.h.  */
29058 _ACEOF
29059 cat confdefs.h >>conftest.$ac_ext
29060 cat >>conftest.$ac_ext <<_ACEOF
29061 /* end confdefs.h.  */
29062
29063                         #include <png.h>
29064                         #include <stdio.h>
29065
29066                         int main()
29067                         {
29068                             FILE *f=fopen("conftestval", "w");
29069                             if (!f) exit(1);
29070                             fprintf(f, "%s",
29071                                      PNG_LIBPNG_VER > 90 ? "yes" : "no");
29072                             exit(0);
29073                         }
29074
29075 _ACEOF
29076 rm -f conftest$ac_exeext
29077 if { (ac_try="$ac_link"
29078 case "(($ac_try" in
29079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29080   *) ac_try_echo=$ac_try;;
29081 esac
29082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29083   (eval "$ac_link") 2>&5
29084   ac_status=$?
29085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29086   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29087   { (case "(($ac_try" in
29088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29089   *) ac_try_echo=$ac_try;;
29090 esac
29091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29092   (eval "$ac_try") 2>&5
29093   ac_status=$?
29094   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29095   (exit $ac_status); }; }; then
29096   ac_cv_header_png_h=`cat conftestval`
29097 else
29098   echo "$as_me: program exited with status $ac_status" >&5
29099 echo "$as_me: failed program was:" >&5
29100 sed 's/^/| /' conftest.$ac_ext >&5
29101
29102 ( exit $ac_status )
29103 ac_cv_header_png_h=no
29104 fi
29105 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29106 fi
29107
29108
29109
29110 fi
29111 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
29112 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
29113             { echo "$as_me:$LINENO: checking for png.h" >&5
29114 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
29115 if test "${ac_cv_header_png_h+set}" = set; then
29116   echo $ECHO_N "(cached) $ECHO_C" >&6
29117 else
29118   cat >conftest.$ac_ext <<_ACEOF
29119 /* confdefs.h.  */
29120 _ACEOF
29121 cat confdefs.h >>conftest.$ac_ext
29122 cat >>conftest.$ac_ext <<_ACEOF
29123 /* end confdefs.h.  */
29124
29125
29126 #include <png.h>
29127 _ACEOF
29128 rm -f conftest.$ac_objext
29129 if { (ac_try="$ac_compile"
29130 case "(($ac_try" in
29131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29132   *) ac_try_echo=$ac_try;;
29133 esac
29134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29135   (eval "$ac_compile") 2>conftest.er1
29136   ac_status=$?
29137   grep -v '^ *+' conftest.er1 >conftest.err
29138   rm -f conftest.er1
29139   cat conftest.err >&5
29140   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29141   (exit $ac_status); } && {
29142          test -z "$ac_c_werror_flag" ||
29143          test ! -s conftest.err
29144        } && test -s conftest.$ac_objext; then
29145   ac_cv_header_png_h=yes
29146 else
29147   echo "$as_me: failed program was:" >&5
29148 sed 's/^/| /' conftest.$ac_ext >&5
29149
29150         ac_cv_header_png_h=no
29151 fi
29152
29153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29154 fi
29155 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
29156 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
29157
29158
29159
29160             if test "$ac_cv_header_png_h" = "yes"; then
29161                 { echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
29162 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6; }
29163 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
29164   echo $ECHO_N "(cached) $ECHO_C" >&6
29165 else
29166   ac_check_lib_save_LIBS=$LIBS
29167 LIBS="-lpng -lz -lm $LIBS"
29168 cat >conftest.$ac_ext <<_ACEOF
29169 /* confdefs.h.  */
29170 _ACEOF
29171 cat confdefs.h >>conftest.$ac_ext
29172 cat >>conftest.$ac_ext <<_ACEOF
29173 /* end confdefs.h.  */
29174
29175 /* Override any GCC internal prototype to avoid an error.
29176    Use char because int might match the return type of a GCC
29177    builtin and then its argument prototype would still apply.  */
29178 #ifdef __cplusplus
29179 extern "C"
29180 #endif
29181 char png_check_sig ();
29182 int
29183 main ()
29184 {
29185 return png_check_sig ();
29186   ;
29187   return 0;
29188 }
29189 _ACEOF
29190 rm -f conftest.$ac_objext conftest$ac_exeext
29191 if { (ac_try="$ac_link"
29192 case "(($ac_try" in
29193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29194   *) ac_try_echo=$ac_try;;
29195 esac
29196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29197   (eval "$ac_link") 2>conftest.er1
29198   ac_status=$?
29199   grep -v '^ *+' conftest.er1 >conftest.err
29200   rm -f conftest.er1
29201   cat conftest.err >&5
29202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29203   (exit $ac_status); } && {
29204          test -z "$ac_c_werror_flag" ||
29205          test ! -s conftest.err
29206        } && test -s conftest$ac_exeext &&
29207        $as_test_x conftest$ac_exeext; then
29208   ac_cv_lib_png_png_check_sig=yes
29209 else
29210   echo "$as_me: failed program was:" >&5
29211 sed 's/^/| /' conftest.$ac_ext >&5
29212
29213         ac_cv_lib_png_png_check_sig=no
29214 fi
29215
29216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29217       conftest$ac_exeext conftest.$ac_ext
29218 LIBS=$ac_check_lib_save_LIBS
29219 fi
29220 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
29221 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6; }
29222 if test $ac_cv_lib_png_png_check_sig = yes; then
29223   PNG_LINK=" -lpng -lz"
29224 fi
29225
29226             fi
29227
29228             if test "x$PNG_LINK" = "x" ; then
29229                 if test "$wxUSE_LIBPNG" = "sys" ; then
29230                     { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
29231 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
29232    { (exit 1); exit 1; }; }
29233                 else
29234                     { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
29235 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
29236                     wxUSE_LIBPNG=builtin
29237                 fi
29238             else
29239                                 wxUSE_LIBPNG=sys
29240             fi
29241         fi
29242     fi
29243 fi
29244
29245
29246 JPEG_LINK=
29247 if test "$wxUSE_LIBJPEG" != "no" ; then
29248     cat >>confdefs.h <<\_ACEOF
29249 #define wxUSE_LIBJPEG 1
29250 _ACEOF
29251
29252
29253     if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
29254         { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
29255 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
29256         wxUSE_LIBJPEG=sys
29257     fi
29258
29259     if test "$wxUSE_MGL" != 1 ; then
29260                 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
29261                                                 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
29262 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
29263             if test "${ac_cv_header_jpeglib_h+set}" = set; then
29264   echo $ECHO_N "(cached) $ECHO_C" >&6
29265 else
29266   cat >conftest.$ac_ext <<_ACEOF
29267 /* confdefs.h.  */
29268 _ACEOF
29269 cat confdefs.h >>conftest.$ac_ext
29270 cat >>conftest.$ac_ext <<_ACEOF
29271 /* end confdefs.h.  */
29272
29273                         #undef HAVE_STDLIB_H
29274                         #include <stdio.h>
29275                         #include <jpeglib.h>
29276
29277 int
29278 main ()
29279 {
29280
29281
29282   ;
29283   return 0;
29284 }
29285 _ACEOF
29286 rm -f conftest.$ac_objext
29287 if { (ac_try="$ac_compile"
29288 case "(($ac_try" in
29289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29290   *) ac_try_echo=$ac_try;;
29291 esac
29292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29293   (eval "$ac_compile") 2>conftest.er1
29294   ac_status=$?
29295   grep -v '^ *+' conftest.er1 >conftest.err
29296   rm -f conftest.er1
29297   cat conftest.err >&5
29298   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29299   (exit $ac_status); } && {
29300          test -z "$ac_c_werror_flag" ||
29301          test ! -s conftest.err
29302        } && test -s conftest.$ac_objext; then
29303   ac_cv_header_jpeglib_h=yes
29304 else
29305   echo "$as_me: failed program was:" >&5
29306 sed 's/^/| /' conftest.$ac_ext >&5
29307
29308         ac_cv_header_jpeglib_h=no
29309
29310 fi
29311
29312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29313
29314 fi
29315
29316             { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
29317 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
29318
29319             if test "$ac_cv_header_jpeglib_h" = "yes"; then
29320                 { echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
29321 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6; }
29322 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
29323   echo $ECHO_N "(cached) $ECHO_C" >&6
29324 else
29325   ac_check_lib_save_LIBS=$LIBS
29326 LIBS="-ljpeg  $LIBS"
29327 cat >conftest.$ac_ext <<_ACEOF
29328 /* confdefs.h.  */
29329 _ACEOF
29330 cat confdefs.h >>conftest.$ac_ext
29331 cat >>conftest.$ac_ext <<_ACEOF
29332 /* end confdefs.h.  */
29333
29334 /* Override any GCC internal prototype to avoid an error.
29335    Use char because int might match the return type of a GCC
29336    builtin and then its argument prototype would still apply.  */
29337 #ifdef __cplusplus
29338 extern "C"
29339 #endif
29340 char jpeg_read_header ();
29341 int
29342 main ()
29343 {
29344 return jpeg_read_header ();
29345   ;
29346   return 0;
29347 }
29348 _ACEOF
29349 rm -f conftest.$ac_objext conftest$ac_exeext
29350 if { (ac_try="$ac_link"
29351 case "(($ac_try" in
29352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29353   *) ac_try_echo=$ac_try;;
29354 esac
29355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29356   (eval "$ac_link") 2>conftest.er1
29357   ac_status=$?
29358   grep -v '^ *+' conftest.er1 >conftest.err
29359   rm -f conftest.er1
29360   cat conftest.err >&5
29361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29362   (exit $ac_status); } && {
29363          test -z "$ac_c_werror_flag" ||
29364          test ! -s conftest.err
29365        } && test -s conftest$ac_exeext &&
29366        $as_test_x conftest$ac_exeext; then
29367   ac_cv_lib_jpeg_jpeg_read_header=yes
29368 else
29369   echo "$as_me: failed program was:" >&5
29370 sed 's/^/| /' conftest.$ac_ext >&5
29371
29372         ac_cv_lib_jpeg_jpeg_read_header=no
29373 fi
29374
29375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29376       conftest$ac_exeext conftest.$ac_ext
29377 LIBS=$ac_check_lib_save_LIBS
29378 fi
29379 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
29380 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
29381 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
29382   JPEG_LINK=" -ljpeg"
29383 fi
29384
29385             fi
29386
29387             if test "x$JPEG_LINK" = "x" ; then
29388                 if test "$wxUSE_LIBJPEG" = "sys" ; then
29389                     { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
29390 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
29391    { (exit 1); exit 1; }; }
29392                 else
29393                     { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
29394 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
29395                     wxUSE_LIBJPEG=builtin
29396                 fi
29397             else
29398                                 wxUSE_LIBJPEG=sys
29399
29400                 if test "$wxUSE_MSW" = 1; then
29401                                                                                                     { echo "$as_me:$LINENO: checking for boolean" >&5
29402 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
29403 if test "${ac_cv_type_boolean+set}" = set; then
29404   echo $ECHO_N "(cached) $ECHO_C" >&6
29405 else
29406   cat >conftest.$ac_ext <<_ACEOF
29407 /* confdefs.h.  */
29408 _ACEOF
29409 cat confdefs.h >>conftest.$ac_ext
29410 cat >>conftest.$ac_ext <<_ACEOF
29411 /* end confdefs.h.  */
29412 #include <windows.h>
29413
29414 typedef boolean ac__type_new_;
29415 int
29416 main ()
29417 {
29418 if ((ac__type_new_ *) 0)
29419   return 0;
29420 if (sizeof (ac__type_new_))
29421   return 0;
29422   ;
29423   return 0;
29424 }
29425 _ACEOF
29426 rm -f conftest.$ac_objext
29427 if { (ac_try="$ac_compile"
29428 case "(($ac_try" in
29429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29430   *) ac_try_echo=$ac_try;;
29431 esac
29432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29433   (eval "$ac_compile") 2>conftest.er1
29434   ac_status=$?
29435   grep -v '^ *+' conftest.er1 >conftest.err
29436   rm -f conftest.er1
29437   cat conftest.err >&5
29438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29439   (exit $ac_status); } && {
29440          test -z "$ac_c_werror_flag" ||
29441          test ! -s conftest.err
29442        } && test -s conftest.$ac_objext; then
29443   ac_cv_type_boolean=yes
29444 else
29445   echo "$as_me: failed program was:" >&5
29446 sed 's/^/| /' conftest.$ac_ext >&5
29447
29448         ac_cv_type_boolean=no
29449 fi
29450
29451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29452 fi
29453 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
29454 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
29455 if test $ac_cv_type_boolean = yes; then
29456
29457 cat >>confdefs.h <<_ACEOF
29458 #define HAVE_BOOLEAN 1
29459 _ACEOF
29460
29461
29462                             { echo "$as_me:$LINENO: checking for boolean" >&5
29463 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
29464 if test "${ac_cv_type_boolean+set}" = set; then
29465   echo $ECHO_N "(cached) $ECHO_C" >&6
29466 else
29467   cat >conftest.$ac_ext <<_ACEOF
29468 /* confdefs.h.  */
29469 _ACEOF
29470 cat confdefs.h >>conftest.$ac_ext
29471 cat >>conftest.$ac_ext <<_ACEOF
29472 /* end confdefs.h.  */
29473
29474                                     #undef HAVE_BOOLEAN
29475                                     #include <stdio.h>
29476                                     #include <jpeglib.h>
29477
29478
29479 typedef boolean ac__type_new_;
29480 int
29481 main ()
29482 {
29483 if ((ac__type_new_ *) 0)
29484   return 0;
29485 if (sizeof (ac__type_new_))
29486   return 0;
29487   ;
29488   return 0;
29489 }
29490 _ACEOF
29491 rm -f conftest.$ac_objext
29492 if { (ac_try="$ac_compile"
29493 case "(($ac_try" in
29494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29495   *) ac_try_echo=$ac_try;;
29496 esac
29497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29498   (eval "$ac_compile") 2>conftest.er1
29499   ac_status=$?
29500   grep -v '^ *+' conftest.er1 >conftest.err
29501   rm -f conftest.er1
29502   cat conftest.err >&5
29503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29504   (exit $ac_status); } && {
29505          test -z "$ac_c_werror_flag" ||
29506          test ! -s conftest.err
29507        } && test -s conftest.$ac_objext; then
29508   ac_cv_type_boolean=yes
29509 else
29510   echo "$as_me: failed program was:" >&5
29511 sed 's/^/| /' conftest.$ac_ext >&5
29512
29513         ac_cv_type_boolean=no
29514 fi
29515
29516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29517 fi
29518 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
29519 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
29520
29521 # The cast to long int works around a bug in the HP C Compiler
29522 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
29523 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
29524 # This bug is HP SR number 8606223364.
29525 { echo "$as_me:$LINENO: checking size of boolean" >&5
29526 echo $ECHO_N "checking size of boolean... $ECHO_C" >&6; }
29527 if test "${ac_cv_sizeof_boolean+set}" = set; then
29528   echo $ECHO_N "(cached) $ECHO_C" >&6
29529 else
29530   if test "$cross_compiling" = yes; then
29531   # Depending upon the size, compute the lo and hi bounds.
29532 cat >conftest.$ac_ext <<_ACEOF
29533 /* confdefs.h.  */
29534 _ACEOF
29535 cat confdefs.h >>conftest.$ac_ext
29536 cat >>conftest.$ac_ext <<_ACEOF
29537 /* end confdefs.h.  */
29538
29539                                     #undef HAVE_BOOLEAN
29540                                     #include <stdio.h>
29541                                     #include <jpeglib.h>
29542
29543
29544    typedef boolean ac__type_sizeof_;
29545 int
29546 main ()
29547 {
29548 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
29549 test_array [0] = 0
29550
29551   ;
29552   return 0;
29553 }
29554 _ACEOF
29555 rm -f conftest.$ac_objext
29556 if { (ac_try="$ac_compile"
29557 case "(($ac_try" in
29558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29559   *) ac_try_echo=$ac_try;;
29560 esac
29561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29562   (eval "$ac_compile") 2>conftest.er1
29563   ac_status=$?
29564   grep -v '^ *+' conftest.er1 >conftest.err
29565   rm -f conftest.er1
29566   cat conftest.err >&5
29567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29568   (exit $ac_status); } && {
29569          test -z "$ac_c_werror_flag" ||
29570          test ! -s conftest.err
29571        } && test -s conftest.$ac_objext; then
29572   ac_lo=0 ac_mid=0
29573   while :; do
29574     cat >conftest.$ac_ext <<_ACEOF
29575 /* confdefs.h.  */
29576 _ACEOF
29577 cat confdefs.h >>conftest.$ac_ext
29578 cat >>conftest.$ac_ext <<_ACEOF
29579 /* end confdefs.h.  */
29580
29581                                     #undef HAVE_BOOLEAN
29582                                     #include <stdio.h>
29583                                     #include <jpeglib.h>
29584
29585
29586    typedef boolean ac__type_sizeof_;
29587 int
29588 main ()
29589 {
29590 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
29591 test_array [0] = 0
29592
29593   ;
29594   return 0;
29595 }
29596 _ACEOF
29597 rm -f conftest.$ac_objext
29598 if { (ac_try="$ac_compile"
29599 case "(($ac_try" in
29600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29601   *) ac_try_echo=$ac_try;;
29602 esac
29603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29604   (eval "$ac_compile") 2>conftest.er1
29605   ac_status=$?
29606   grep -v '^ *+' conftest.er1 >conftest.err
29607   rm -f conftest.er1
29608   cat conftest.err >&5
29609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29610   (exit $ac_status); } && {
29611          test -z "$ac_c_werror_flag" ||
29612          test ! -s conftest.err
29613        } && test -s conftest.$ac_objext; then
29614   ac_hi=$ac_mid; break
29615 else
29616   echo "$as_me: failed program was:" >&5
29617 sed 's/^/| /' conftest.$ac_ext >&5
29618
29619         ac_lo=`expr $ac_mid + 1`
29620                         if test $ac_lo -le $ac_mid; then
29621                           ac_lo= ac_hi=
29622                           break
29623                         fi
29624                         ac_mid=`expr 2 '*' $ac_mid + 1`
29625 fi
29626
29627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29628   done
29629 else
29630   echo "$as_me: failed program was:" >&5
29631 sed 's/^/| /' conftest.$ac_ext >&5
29632
29633         cat >conftest.$ac_ext <<_ACEOF
29634 /* confdefs.h.  */
29635 _ACEOF
29636 cat confdefs.h >>conftest.$ac_ext
29637 cat >>conftest.$ac_ext <<_ACEOF
29638 /* end confdefs.h.  */
29639
29640                                     #undef HAVE_BOOLEAN
29641                                     #include <stdio.h>
29642                                     #include <jpeglib.h>
29643
29644
29645    typedef boolean ac__type_sizeof_;
29646 int
29647 main ()
29648 {
29649 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
29650 test_array [0] = 0
29651
29652   ;
29653   return 0;
29654 }
29655 _ACEOF
29656 rm -f conftest.$ac_objext
29657 if { (ac_try="$ac_compile"
29658 case "(($ac_try" in
29659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29660   *) ac_try_echo=$ac_try;;
29661 esac
29662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29663   (eval "$ac_compile") 2>conftest.er1
29664   ac_status=$?
29665   grep -v '^ *+' conftest.er1 >conftest.err
29666   rm -f conftest.er1
29667   cat conftest.err >&5
29668   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29669   (exit $ac_status); } && {
29670          test -z "$ac_c_werror_flag" ||
29671          test ! -s conftest.err
29672        } && test -s conftest.$ac_objext; then
29673   ac_hi=-1 ac_mid=-1
29674   while :; do
29675     cat >conftest.$ac_ext <<_ACEOF
29676 /* confdefs.h.  */
29677 _ACEOF
29678 cat confdefs.h >>conftest.$ac_ext
29679 cat >>conftest.$ac_ext <<_ACEOF
29680 /* end confdefs.h.  */
29681
29682                                     #undef HAVE_BOOLEAN
29683                                     #include <stdio.h>
29684                                     #include <jpeglib.h>
29685
29686
29687    typedef boolean ac__type_sizeof_;
29688 int
29689 main ()
29690 {
29691 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
29692 test_array [0] = 0
29693
29694   ;
29695   return 0;
29696 }
29697 _ACEOF
29698 rm -f conftest.$ac_objext
29699 if { (ac_try="$ac_compile"
29700 case "(($ac_try" in
29701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29702   *) ac_try_echo=$ac_try;;
29703 esac
29704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29705   (eval "$ac_compile") 2>conftest.er1
29706   ac_status=$?
29707   grep -v '^ *+' conftest.er1 >conftest.err
29708   rm -f conftest.er1
29709   cat conftest.err >&5
29710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29711   (exit $ac_status); } && {
29712          test -z "$ac_c_werror_flag" ||
29713          test ! -s conftest.err
29714        } && test -s conftest.$ac_objext; then
29715   ac_lo=$ac_mid; break
29716 else
29717   echo "$as_me: failed program was:" >&5
29718 sed 's/^/| /' conftest.$ac_ext >&5
29719
29720         ac_hi=`expr '(' $ac_mid ')' - 1`
29721                         if test $ac_mid -le $ac_hi; then
29722                           ac_lo= ac_hi=
29723                           break
29724                         fi
29725                         ac_mid=`expr 2 '*' $ac_mid`
29726 fi
29727
29728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29729   done
29730 else
29731   echo "$as_me: failed program was:" >&5
29732 sed 's/^/| /' conftest.$ac_ext >&5
29733
29734         ac_lo= ac_hi=
29735 fi
29736
29737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29738 fi
29739
29740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29741 # Binary search between lo and hi bounds.
29742 while test "x$ac_lo" != "x$ac_hi"; do
29743   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
29744   cat >conftest.$ac_ext <<_ACEOF
29745 /* confdefs.h.  */
29746 _ACEOF
29747 cat confdefs.h >>conftest.$ac_ext
29748 cat >>conftest.$ac_ext <<_ACEOF
29749 /* end confdefs.h.  */
29750
29751                                     #undef HAVE_BOOLEAN
29752                                     #include <stdio.h>
29753                                     #include <jpeglib.h>
29754
29755
29756    typedef boolean ac__type_sizeof_;
29757 int
29758 main ()
29759 {
29760 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
29761 test_array [0] = 0
29762
29763   ;
29764   return 0;
29765 }
29766 _ACEOF
29767 rm -f conftest.$ac_objext
29768 if { (ac_try="$ac_compile"
29769 case "(($ac_try" in
29770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29771   *) ac_try_echo=$ac_try;;
29772 esac
29773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29774   (eval "$ac_compile") 2>conftest.er1
29775   ac_status=$?
29776   grep -v '^ *+' conftest.er1 >conftest.err
29777   rm -f conftest.er1
29778   cat conftest.err >&5
29779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29780   (exit $ac_status); } && {
29781          test -z "$ac_c_werror_flag" ||
29782          test ! -s conftest.err
29783        } && test -s conftest.$ac_objext; then
29784   ac_hi=$ac_mid
29785 else
29786   echo "$as_me: failed program was:" >&5
29787 sed 's/^/| /' conftest.$ac_ext >&5
29788
29789         ac_lo=`expr '(' $ac_mid ')' + 1`
29790 fi
29791
29792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29793 done
29794 case $ac_lo in
29795 ?*) ac_cv_sizeof_boolean=$ac_lo;;
29796 '') if test "$ac_cv_type_boolean" = yes; then
29797      { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
29798 See \`config.log' for more details." >&5
29799 echo "$as_me: error: cannot compute sizeof (boolean)
29800 See \`config.log' for more details." >&2;}
29801    { (exit 77); exit 77; }; }
29802    else
29803      ac_cv_sizeof_boolean=0
29804    fi ;;
29805 esac
29806 else
29807   cat >conftest.$ac_ext <<_ACEOF
29808 /* confdefs.h.  */
29809 _ACEOF
29810 cat confdefs.h >>conftest.$ac_ext
29811 cat >>conftest.$ac_ext <<_ACEOF
29812 /* end confdefs.h.  */
29813
29814                                     #undef HAVE_BOOLEAN
29815                                     #include <stdio.h>
29816                                     #include <jpeglib.h>
29817
29818
29819    typedef boolean ac__type_sizeof_;
29820 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
29821 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
29822 #include <stdio.h>
29823 #include <stdlib.h>
29824 int
29825 main ()
29826 {
29827
29828   FILE *f = fopen ("conftest.val", "w");
29829   if (! f)
29830     return 1;
29831   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
29832     {
29833       long int i = longval ();
29834       if (i != ((long int) (sizeof (ac__type_sizeof_))))
29835         return 1;
29836       fprintf (f, "%ld\n", i);
29837     }
29838   else
29839     {
29840       unsigned long int i = ulongval ();
29841       if (i != ((long int) (sizeof (ac__type_sizeof_))))
29842         return 1;
29843       fprintf (f, "%lu\n", i);
29844     }
29845   return ferror (f) || fclose (f) != 0;
29846
29847   ;
29848   return 0;
29849 }
29850 _ACEOF
29851 rm -f conftest$ac_exeext
29852 if { (ac_try="$ac_link"
29853 case "(($ac_try" in
29854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29855   *) ac_try_echo=$ac_try;;
29856 esac
29857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29858   (eval "$ac_link") 2>&5
29859   ac_status=$?
29860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29861   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29862   { (case "(($ac_try" in
29863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29864   *) ac_try_echo=$ac_try;;
29865 esac
29866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29867   (eval "$ac_try") 2>&5
29868   ac_status=$?
29869   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29870   (exit $ac_status); }; }; then
29871   ac_cv_sizeof_boolean=`cat conftest.val`
29872 else
29873   echo "$as_me: program exited with status $ac_status" >&5
29874 echo "$as_me: failed program was:" >&5
29875 sed 's/^/| /' conftest.$ac_ext >&5
29876
29877 ( exit $ac_status )
29878 if test "$ac_cv_type_boolean" = yes; then
29879      { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
29880 See \`config.log' for more details." >&5
29881 echo "$as_me: error: cannot compute sizeof (boolean)
29882 See \`config.log' for more details." >&2;}
29883    { (exit 77); exit 77; }; }
29884    else
29885      ac_cv_sizeof_boolean=0
29886    fi
29887 fi
29888 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29889 fi
29890 rm -f conftest.val
29891 fi
29892 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_boolean" >&5
29893 echo "${ECHO_T}$ac_cv_sizeof_boolean" >&6; }
29894
29895
29896
29897 cat >>confdefs.h <<_ACEOF
29898 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
29899 _ACEOF
29900
29901
29902                             cat >>confdefs.h <<_ACEOF
29903 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
29904 _ACEOF
29905
29906
29907 fi
29908
29909                 fi
29910             fi
29911         fi
29912     fi
29913 fi
29914
29915
29916 TIFF_LINK=
29917 TIFF_PREREQ_LINKS=-lm
29918 if test "$wxUSE_LIBTIFF" != "no" ; then
29919     cat >>confdefs.h <<\_ACEOF
29920 #define wxUSE_LIBTIFF 1
29921 _ACEOF
29922
29923
29924     if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
29925                         if test "$wxUSE_LIBJPEG" = "sys"; then
29926             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
29927         fi
29928         if test "$wxUSE_ZLIB" = "sys"; then
29929             TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
29930         fi
29931         { echo "$as_me:$LINENO: checking for tiffio.h" >&5
29932 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
29933 if test "${ac_cv_header_tiffio_h+set}" = set; then
29934   echo $ECHO_N "(cached) $ECHO_C" >&6
29935 else
29936   cat >conftest.$ac_ext <<_ACEOF
29937 /* confdefs.h.  */
29938 _ACEOF
29939 cat confdefs.h >>conftest.$ac_ext
29940 cat >>conftest.$ac_ext <<_ACEOF
29941 /* end confdefs.h.  */
29942
29943
29944
29945 #include <tiffio.h>
29946 _ACEOF
29947 rm -f conftest.$ac_objext
29948 if { (ac_try="$ac_compile"
29949 case "(($ac_try" in
29950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29951   *) ac_try_echo=$ac_try;;
29952 esac
29953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29954   (eval "$ac_compile") 2>conftest.er1
29955   ac_status=$?
29956   grep -v '^ *+' conftest.er1 >conftest.err
29957   rm -f conftest.er1
29958   cat conftest.err >&5
29959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
29960   (exit $ac_status); } && {
29961          test -z "$ac_c_werror_flag" ||
29962          test ! -s conftest.err
29963        } && test -s conftest.$ac_objext; then
29964   ac_cv_header_tiffio_h=yes
29965 else
29966   echo "$as_me: failed program was:" >&5
29967 sed 's/^/| /' conftest.$ac_ext >&5
29968
29969         ac_cv_header_tiffio_h=no
29970 fi
29971
29972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29973 fi
29974 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
29975 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
29976 if test $ac_cv_header_tiffio_h = yes; then
29977
29978                             { echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
29979 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6; }
29980 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
29981   echo $ECHO_N "(cached) $ECHO_C" >&6
29982 else
29983   ac_check_lib_save_LIBS=$LIBS
29984 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
29985 cat >conftest.$ac_ext <<_ACEOF
29986 /* confdefs.h.  */
29987 _ACEOF
29988 cat confdefs.h >>conftest.$ac_ext
29989 cat >>conftest.$ac_ext <<_ACEOF
29990 /* end confdefs.h.  */
29991
29992 /* Override any GCC internal prototype to avoid an error.
29993    Use char because int might match the return type of a GCC
29994    builtin and then its argument prototype would still apply.  */
29995 #ifdef __cplusplus
29996 extern "C"
29997 #endif
29998 char TIFFError ();
29999 int
30000 main ()
30001 {
30002 return TIFFError ();
30003   ;
30004   return 0;
30005 }
30006 _ACEOF
30007 rm -f conftest.$ac_objext conftest$ac_exeext
30008 if { (ac_try="$ac_link"
30009 case "(($ac_try" in
30010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30011   *) ac_try_echo=$ac_try;;
30012 esac
30013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30014   (eval "$ac_link") 2>conftest.er1
30015   ac_status=$?
30016   grep -v '^ *+' conftest.er1 >conftest.err
30017   rm -f conftest.er1
30018   cat conftest.err >&5
30019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30020   (exit $ac_status); } && {
30021          test -z "$ac_c_werror_flag" ||
30022          test ! -s conftest.err
30023        } && test -s conftest$ac_exeext &&
30024        $as_test_x conftest$ac_exeext; then
30025   ac_cv_lib_tiff_TIFFError=yes
30026 else
30027   echo "$as_me: failed program was:" >&5
30028 sed 's/^/| /' conftest.$ac_ext >&5
30029
30030         ac_cv_lib_tiff_TIFFError=no
30031 fi
30032
30033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30034       conftest$ac_exeext conftest.$ac_ext
30035 LIBS=$ac_check_lib_save_LIBS
30036 fi
30037 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
30038 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6; }
30039 if test $ac_cv_lib_tiff_TIFFError = yes; then
30040   TIFF_LINK=" -ltiff"
30041 fi
30042
30043
30044 fi
30045
30046
30047
30048         if test "x$TIFF_LINK" = "x" ; then
30049             if test "$wxUSE_LIBTIFF" = "sys" ; then
30050                 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
30051 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
30052    { (exit 1); exit 1; }; }
30053             else
30054                 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
30055 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
30056                 wxUSE_LIBTIFF=builtin
30057             fi
30058         else
30059                         wxUSE_LIBTIFF=sys
30060         fi
30061         if test "$wxUSE_LIBTIFF" = "builtin" ; then
30062             subdirs="$subdirs src/tiff"
30063
30064         fi
30065     fi
30066 fi
30067
30068
30069 if test "$wxUSE_WCHAR_T" != "yes"; then
30070     if test "$wxUSE_EXPAT" != "no"; then
30071         { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
30072 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
30073         wxUSE_EXPAT=no
30074     fi
30075     if test "$wxUSE_XML" != "no"; then
30076         { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
30077 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
30078         wxUSE_XML=no
30079     fi
30080 fi
30081
30082 if test "$wxUSE_EXPAT" != "no"; then
30083     wxUSE_XML=yes
30084     cat >>confdefs.h <<\_ACEOF
30085 #define wxUSE_EXPAT 1
30086 _ACEOF
30087
30088     cat >>confdefs.h <<\_ACEOF
30089 #define wxUSE_XML 1
30090 _ACEOF
30091
30092
30093     if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
30094         { echo "$as_me:$LINENO: checking for expat.h" >&5
30095 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6; }
30096 if test "${ac_cv_header_expat_h+set}" = set; then
30097   echo $ECHO_N "(cached) $ECHO_C" >&6
30098 else
30099   cat >conftest.$ac_ext <<_ACEOF
30100 /* confdefs.h.  */
30101 _ACEOF
30102 cat confdefs.h >>conftest.$ac_ext
30103 cat >>conftest.$ac_ext <<_ACEOF
30104 /* end confdefs.h.  */
30105
30106
30107 #include <expat.h>
30108 _ACEOF
30109 rm -f conftest.$ac_objext
30110 if { (ac_try="$ac_compile"
30111 case "(($ac_try" in
30112   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30113   *) ac_try_echo=$ac_try;;
30114 esac
30115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30116   (eval "$ac_compile") 2>conftest.er1
30117   ac_status=$?
30118   grep -v '^ *+' conftest.er1 >conftest.err
30119   rm -f conftest.er1
30120   cat conftest.err >&5
30121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30122   (exit $ac_status); } && {
30123          test -z "$ac_c_werror_flag" ||
30124          test ! -s conftest.err
30125        } && test -s conftest.$ac_objext; then
30126   ac_cv_header_expat_h=yes
30127 else
30128   echo "$as_me: failed program was:" >&5
30129 sed 's/^/| /' conftest.$ac_ext >&5
30130
30131         ac_cv_header_expat_h=no
30132 fi
30133
30134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30135 fi
30136 { echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
30137 echo "${ECHO_T}$ac_cv_header_expat_h" >&6; }
30138 if test $ac_cv_header_expat_h = yes; then
30139   found_expat_h=1
30140 fi
30141
30142
30143         if test "x$found_expat_h" = "x1"; then
30144                         { echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
30145 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6; }
30146 if test "${wx_cv_expat_is_not_broken+set}" = set; then
30147   echo $ECHO_N "(cached) $ECHO_C" >&6
30148 else
30149
30150                 ac_ext=cpp
30151 ac_cpp='$CXXCPP $CPPFLAGS'
30152 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30153 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30154 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30155
30156                 cat >conftest.$ac_ext <<_ACEOF
30157 /* confdefs.h.  */
30158 _ACEOF
30159 cat confdefs.h >>conftest.$ac_ext
30160 cat >>conftest.$ac_ext <<_ACEOF
30161 /* end confdefs.h.  */
30162 #include <expat.h>
30163 int
30164 main ()
30165 {
30166
30167   ;
30168   return 0;
30169 }
30170 _ACEOF
30171 rm -f conftest.$ac_objext
30172 if { (ac_try="$ac_compile"
30173 case "(($ac_try" in
30174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30175   *) ac_try_echo=$ac_try;;
30176 esac
30177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30178   (eval "$ac_compile") 2>conftest.er1
30179   ac_status=$?
30180   grep -v '^ *+' conftest.er1 >conftest.err
30181   rm -f conftest.er1
30182   cat conftest.err >&5
30183   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30184   (exit $ac_status); } && {
30185          test -z "$ac_cxx_werror_flag" ||
30186          test ! -s conftest.err
30187        } && test -s conftest.$ac_objext; then
30188   wx_cv_expat_is_not_broken=yes
30189 else
30190   echo "$as_me: failed program was:" >&5
30191 sed 's/^/| /' conftest.$ac_ext >&5
30192
30193         wx_cv_expat_is_not_broken=no
30194
30195 fi
30196
30197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30198                 ac_ext=c
30199 ac_cpp='$CPP $CPPFLAGS'
30200 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30201 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30202 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30203
30204
30205
30206 fi
30207 { echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
30208 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6; }
30209             if test "$wx_cv_expat_is_not_broken" = "yes" ; then
30210                 { echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
30211 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6; }
30212 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
30213   echo $ECHO_N "(cached) $ECHO_C" >&6
30214 else
30215   ac_check_lib_save_LIBS=$LIBS
30216 LIBS="-lexpat  $LIBS"
30217 cat >conftest.$ac_ext <<_ACEOF
30218 /* confdefs.h.  */
30219 _ACEOF
30220 cat confdefs.h >>conftest.$ac_ext
30221 cat >>conftest.$ac_ext <<_ACEOF
30222 /* end confdefs.h.  */
30223
30224 /* Override any GCC internal prototype to avoid an error.
30225    Use char because int might match the return type of a GCC
30226    builtin and then its argument prototype would still apply.  */
30227 #ifdef __cplusplus
30228 extern "C"
30229 #endif
30230 char XML_ParserCreate ();
30231 int
30232 main ()
30233 {
30234 return XML_ParserCreate ();
30235   ;
30236   return 0;
30237 }
30238 _ACEOF
30239 rm -f conftest.$ac_objext conftest$ac_exeext
30240 if { (ac_try="$ac_link"
30241 case "(($ac_try" in
30242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30243   *) ac_try_echo=$ac_try;;
30244 esac
30245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30246   (eval "$ac_link") 2>conftest.er1
30247   ac_status=$?
30248   grep -v '^ *+' conftest.er1 >conftest.err
30249   rm -f conftest.er1
30250   cat conftest.err >&5
30251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30252   (exit $ac_status); } && {
30253          test -z "$ac_c_werror_flag" ||
30254          test ! -s conftest.err
30255        } && test -s conftest$ac_exeext &&
30256        $as_test_x conftest$ac_exeext; then
30257   ac_cv_lib_expat_XML_ParserCreate=yes
30258 else
30259   echo "$as_me: failed program was:" >&5
30260 sed 's/^/| /' conftest.$ac_ext >&5
30261
30262         ac_cv_lib_expat_XML_ParserCreate=no
30263 fi
30264
30265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30266       conftest$ac_exeext conftest.$ac_ext
30267 LIBS=$ac_check_lib_save_LIBS
30268 fi
30269 { echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
30270 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6; }
30271 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
30272   EXPAT_LINK=" -lexpat"
30273 fi
30274
30275             fi
30276         fi
30277         if test "x$EXPAT_LINK" = "x" ; then
30278             if test "$wxUSE_EXPAT" = "sys" ; then
30279                 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
30280 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
30281    { (exit 1); exit 1; }; }
30282             else
30283                 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
30284 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
30285                 wxUSE_EXPAT=builtin
30286             fi
30287         else
30288                         wxUSE_EXPAT=sys
30289         fi
30290     fi
30291     if test "$wxUSE_EXPAT" = "builtin" ; then
30292                 subdirs="$subdirs src/expat"
30293
30294     fi
30295 fi
30296
30297
30298
30299 if test "$wxUSE_LIBMSPACK" != "no"; then
30300     { echo "$as_me:$LINENO: checking for mspack.h" >&5
30301 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6; }
30302 if test "${ac_cv_header_mspack_h+set}" = set; then
30303   echo $ECHO_N "(cached) $ECHO_C" >&6
30304 else
30305   cat >conftest.$ac_ext <<_ACEOF
30306 /* confdefs.h.  */
30307 _ACEOF
30308 cat confdefs.h >>conftest.$ac_ext
30309 cat >>conftest.$ac_ext <<_ACEOF
30310 /* end confdefs.h.  */
30311
30312
30313 #include <mspack.h>
30314 _ACEOF
30315 rm -f conftest.$ac_objext
30316 if { (ac_try="$ac_compile"
30317 case "(($ac_try" in
30318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30319   *) ac_try_echo=$ac_try;;
30320 esac
30321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30322   (eval "$ac_compile") 2>conftest.er1
30323   ac_status=$?
30324   grep -v '^ *+' conftest.er1 >conftest.err
30325   rm -f conftest.er1
30326   cat conftest.err >&5
30327   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30328   (exit $ac_status); } && {
30329          test -z "$ac_c_werror_flag" ||
30330          test ! -s conftest.err
30331        } && test -s conftest.$ac_objext; then
30332   ac_cv_header_mspack_h=yes
30333 else
30334   echo "$as_me: failed program was:" >&5
30335 sed 's/^/| /' conftest.$ac_ext >&5
30336
30337         ac_cv_header_mspack_h=no
30338 fi
30339
30340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30341 fi
30342 { echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
30343 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6; }
30344 if test $ac_cv_header_mspack_h = yes; then
30345   found_mspack_h=1
30346 fi
30347
30348
30349     if test "x$found_mspack_h" = "x1"; then
30350         { echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
30351 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6; }
30352 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
30353   echo $ECHO_N "(cached) $ECHO_C" >&6
30354 else
30355   ac_check_lib_save_LIBS=$LIBS
30356 LIBS="-lmspack  $LIBS"
30357 cat >conftest.$ac_ext <<_ACEOF
30358 /* confdefs.h.  */
30359 _ACEOF
30360 cat confdefs.h >>conftest.$ac_ext
30361 cat >>conftest.$ac_ext <<_ACEOF
30362 /* end confdefs.h.  */
30363
30364 /* Override any GCC internal prototype to avoid an error.
30365    Use char because int might match the return type of a GCC
30366    builtin and then its argument prototype would still apply.  */
30367 #ifdef __cplusplus
30368 extern "C"
30369 #endif
30370 char mspack_create_chm_decompressor ();
30371 int
30372 main ()
30373 {
30374 return mspack_create_chm_decompressor ();
30375   ;
30376   return 0;
30377 }
30378 _ACEOF
30379 rm -f conftest.$ac_objext conftest$ac_exeext
30380 if { (ac_try="$ac_link"
30381 case "(($ac_try" in
30382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30383   *) ac_try_echo=$ac_try;;
30384 esac
30385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30386   (eval "$ac_link") 2>conftest.er1
30387   ac_status=$?
30388   grep -v '^ *+' conftest.er1 >conftest.err
30389   rm -f conftest.er1
30390   cat conftest.err >&5
30391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30392   (exit $ac_status); } && {
30393          test -z "$ac_c_werror_flag" ||
30394          test ! -s conftest.err
30395        } && test -s conftest$ac_exeext &&
30396        $as_test_x conftest$ac_exeext; then
30397   ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
30398 else
30399   echo "$as_me: failed program was:" >&5
30400 sed 's/^/| /' conftest.$ac_ext >&5
30401
30402         ac_cv_lib_mspack_mspack_create_chm_decompressor=no
30403 fi
30404
30405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30406       conftest$ac_exeext conftest.$ac_ext
30407 LIBS=$ac_check_lib_save_LIBS
30408 fi
30409 { echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
30410 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
30411 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
30412   MSPACK_LINK=" -lmspack"
30413 fi
30414
30415     fi
30416     if test "x$MSPACK_LINK" = "x" ; then
30417         wxUSE_LIBMSPACK=no
30418     fi
30419 fi
30420
30421 if test "$wxUSE_LIBMSPACK" != "no"; then
30422     cat >>confdefs.h <<\_ACEOF
30423 #define wxUSE_LIBMSPACK 1
30424 _ACEOF
30425
30426 fi
30427
30428
30429
30430 AFMINSTALL=
30431 WIN32INSTALL=
30432
30433 TOOLKIT=
30434 TOOLKIT_INCLUDE=
30435 WIDGET_SET=
30436
30437 if test "$USE_WIN32" = 1 ; then
30438
30439 for ac_header in w32api.h
30440 do
30441 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30442 { echo "$as_me:$LINENO: checking for $ac_header" >&5
30443 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
30444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
30445   echo $ECHO_N "(cached) $ECHO_C" >&6
30446 else
30447   cat >conftest.$ac_ext <<_ACEOF
30448 /* confdefs.h.  */
30449 _ACEOF
30450 cat confdefs.h >>conftest.$ac_ext
30451 cat >>conftest.$ac_ext <<_ACEOF
30452 /* end confdefs.h.  */
30453
30454
30455 #include <$ac_header>
30456 _ACEOF
30457 rm -f conftest.$ac_objext
30458 if { (ac_try="$ac_compile"
30459 case "(($ac_try" in
30460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30461   *) ac_try_echo=$ac_try;;
30462 esac
30463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30464   (eval "$ac_compile") 2>conftest.er1
30465   ac_status=$?
30466   grep -v '^ *+' conftest.er1 >conftest.err
30467   rm -f conftest.er1
30468   cat conftest.err >&5
30469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30470   (exit $ac_status); } && {
30471          test -z "$ac_c_werror_flag" ||
30472          test ! -s conftest.err
30473        } && test -s conftest.$ac_objext; then
30474   eval "$as_ac_Header=yes"
30475 else
30476   echo "$as_me: failed program was:" >&5
30477 sed 's/^/| /' conftest.$ac_ext >&5
30478
30479         eval "$as_ac_Header=no"
30480 fi
30481
30482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30483 fi
30484 ac_res=`eval echo '${'$as_ac_Header'}'`
30485                { echo "$as_me:$LINENO: result: $ac_res" >&5
30486 echo "${ECHO_T}$ac_res" >&6; }
30487 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30488   cat >>confdefs.h <<_ACEOF
30489 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30490 _ACEOF
30491
30492 fi
30493
30494 done
30495
30496     { echo "$as_me:$LINENO: checking for windows.h" >&5
30497 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6; }
30498 if test "${ac_cv_header_windows_h+set}" = set; then
30499   echo $ECHO_N "(cached) $ECHO_C" >&6
30500 else
30501   cat >conftest.$ac_ext <<_ACEOF
30502 /* confdefs.h.  */
30503 _ACEOF
30504 cat confdefs.h >>conftest.$ac_ext
30505 cat >>conftest.$ac_ext <<_ACEOF
30506 /* end confdefs.h.  */
30507
30508
30509 #include <windows.h>
30510 _ACEOF
30511 rm -f conftest.$ac_objext
30512 if { (ac_try="$ac_compile"
30513 case "(($ac_try" in
30514   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30515   *) ac_try_echo=$ac_try;;
30516 esac
30517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30518   (eval "$ac_compile") 2>conftest.er1
30519   ac_status=$?
30520   grep -v '^ *+' conftest.er1 >conftest.err
30521   rm -f conftest.er1
30522   cat conftest.err >&5
30523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30524   (exit $ac_status); } && {
30525          test -z "$ac_c_werror_flag" ||
30526          test ! -s conftest.err
30527        } && test -s conftest.$ac_objext; then
30528   ac_cv_header_windows_h=yes
30529 else
30530   echo "$as_me: failed program was:" >&5
30531 sed 's/^/| /' conftest.$ac_ext >&5
30532
30533         ac_cv_header_windows_h=no
30534 fi
30535
30536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30537 fi
30538 { echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
30539 echo "${ECHO_T}$ac_cv_header_windows_h" >&6; }
30540 if test $ac_cv_header_windows_h = yes; then
30541   :
30542 else
30543
30544         { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
30545 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
30546    { (exit 1); exit 1; }; }
30547
30548 fi
30549
30550
30551
30552             LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
30553
30554     if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
30555         LIBS="$LIBS -loleacc"
30556     fi
30557
30558     case "${host}" in
30559         *-*-cygwin* )
30560                         LIBS="$LIBS -lkernel32 -luser32"
30561     esac
30562
30563         if test "$wxUSE_ODBC" = "sys" ; then
30564         wxUSE_ODBC = "yes"
30565     fi
30566     if test "$wxUSE_ODBC" = "yes" ; then
30567         LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
30568         cat >>confdefs.h <<\_ACEOF
30569 #define wxUSE_ODBC 1
30570 _ACEOF
30571
30572     fi
30573
30574         RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
30575     RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
30576
30577                 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
30578
30579         WIN32INSTALL=win32install
30580
30581         { echo "$as_me:$LINENO: checking for pbt.h" >&5
30582 echo $ECHO_N "checking for pbt.h... $ECHO_C" >&6; }
30583 if test "${ac_cv_header_pbt_h+set}" = set; then
30584   echo $ECHO_N "(cached) $ECHO_C" >&6
30585 else
30586   cat >conftest.$ac_ext <<_ACEOF
30587 /* confdefs.h.  */
30588 _ACEOF
30589 cat confdefs.h >>conftest.$ac_ext
30590 cat >>conftest.$ac_ext <<_ACEOF
30591 /* end confdefs.h.  */
30592
30593
30594 #include <pbt.h>
30595 _ACEOF
30596 rm -f conftest.$ac_objext
30597 if { (ac_try="$ac_compile"
30598 case "(($ac_try" in
30599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30600   *) ac_try_echo=$ac_try;;
30601 esac
30602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30603   (eval "$ac_compile") 2>conftest.er1
30604   ac_status=$?
30605   grep -v '^ *+' conftest.er1 >conftest.err
30606   rm -f conftest.er1
30607   cat conftest.err >&5
30608   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30609   (exit $ac_status); } && {
30610          test -z "$ac_c_werror_flag" ||
30611          test ! -s conftest.err
30612        } && test -s conftest.$ac_objext; then
30613   ac_cv_header_pbt_h=yes
30614 else
30615   echo "$as_me: failed program was:" >&5
30616 sed 's/^/| /' conftest.$ac_ext >&5
30617
30618         ac_cv_header_pbt_h=no
30619 fi
30620
30621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30622 fi
30623 { echo "$as_me:$LINENO: result: $ac_cv_header_pbt_h" >&5
30624 echo "${ECHO_T}$ac_cv_header_pbt_h" >&6; }
30625 if test $ac_cv_header_pbt_h = yes; then
30626   :
30627 else
30628   cat >>confdefs.h <<\_ACEOF
30629 #define NEED_PBT_H 1
30630 _ACEOF
30631
30632 fi
30633
30634
30635 fi
30636
30637 if test "$wxUSE_GUI" = "yes"; then
30638     USE_GUI=1
30639
30640     GUI_TK_LIBRARY=
30641
30642     WXGTK12=
30643     WXGTK127=
30644     WXGTK20=
30645     WXGPE=
30646
30647     if test "$wxUSE_COCOA" = 1 ; then
30648         if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
30649             { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
30650 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
30651             wxUSE_PRINTING_ARCHITECTURE=no
30652         fi
30653         if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
30654             { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
30655 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
30656             wxUSE_DRAG_AND_DROP=no
30657         fi
30658         if test "$wxUSE_DRAGIMAGE" = "yes"; then
30659             { echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
30660 echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
30661             wxUSE_DRAGIMAGE=no
30662         fi
30663     fi
30664
30665     if test "$wxUSE_MSW" = 1 ; then
30666         TOOLKIT=MSW
30667         GUIDIST=MSW_DIST
30668
30669                 case "${host}" in
30670             *-*-mingw32* )
30671                 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
30672         esac
30673     fi
30674
30675     if test "$wxUSE_GTK" = 1; then
30676                 { echo "$as_me:$LINENO: checking for GTK+ version" >&5
30677 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6; }
30678
30679         gtk_version_cached=1
30680         if test "${wx_cv_lib_gtk+set}" = set; then
30681   echo $ECHO_N "(cached) $ECHO_C" >&6
30682 else
30683
30684                                                 gtk_version_cached=0
30685                 { echo "$as_me:$LINENO: result: " >&5
30686 echo "${ECHO_T}" >&6; }
30687
30688                                                 GTK_MODULES=
30689                 if test "$wxUSE_THREADS" = "yes"; then
30690                     GTK_MODULES=gthread
30691                 fi
30692
30693                                 wx_cv_lib_gtk=
30694                 if test "x$wxGTK_VERSION" != "x1"
30695                 then
30696                                                                                 case "${host}" in
30697                         *-*-solaris2* )
30698                             if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
30699                                 enable_gtktest=no
30700                             fi
30701                     esac
30702
30703                     # Check whether --enable-gtktest was given.
30704 if test "${enable_gtktest+set}" = set; then
30705   enableval=$enable_gtktest;
30706 else
30707   enable_gtktest=yes
30708 fi
30709
30710
30711   pkg_config_args=gtk+-2.0
30712   for module in . $GTK_MODULES
30713   do
30714       case "$module" in
30715          gthread)
30716              pkg_config_args="$pkg_config_args gthread-2.0"
30717          ;;
30718       esac
30719   done
30720
30721   no_gtk=""
30722
30723   # Extract the first word of "pkg-config", so it can be a program name with args.
30724 set dummy pkg-config; ac_word=$2
30725 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30726 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30727 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
30728   echo $ECHO_N "(cached) $ECHO_C" >&6
30729 else
30730   case $PKG_CONFIG in
30731   [\\/]* | ?:[\\/]*)
30732   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
30733   ;;
30734   *)
30735   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30736 for as_dir in $PATH
30737 do
30738   IFS=$as_save_IFS
30739   test -z "$as_dir" && as_dir=.
30740   for ac_exec_ext in '' $ac_executable_extensions; do
30741   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30742     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30743     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30744     break 2
30745   fi
30746 done
30747 done
30748 IFS=$as_save_IFS
30749
30750   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
30751   ;;
30752 esac
30753 fi
30754 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
30755 if test -n "$PKG_CONFIG"; then
30756   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
30757 echo "${ECHO_T}$PKG_CONFIG" >&6; }
30758 else
30759   { echo "$as_me:$LINENO: result: no" >&5
30760 echo "${ECHO_T}no" >&6; }
30761 fi
30762
30763
30764
30765   if test x$PKG_CONFIG != xno ; then
30766     if pkg-config --atleast-pkgconfig-version 0.7 ; then
30767       :
30768     else
30769       echo "*** pkg-config too old; version 0.7 or better required."
30770       no_gtk=yes
30771       PKG_CONFIG=no
30772     fi
30773   else
30774     no_gtk=yes
30775   fi
30776
30777   min_gtk_version=2.0.0
30778   { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
30779 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
30780
30781   if test x$PKG_CONFIG != xno ; then
30782     ## don't try to run the test against uninstalled libtool libs
30783     if $PKG_CONFIG --uninstalled $pkg_config_args; then
30784           echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
30785           enable_gtktest=no
30786     fi
30787
30788     if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
30789           :
30790     else
30791           no_gtk=yes
30792     fi
30793   fi
30794
30795   if test x"$no_gtk" = x ; then
30796     GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
30797     GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
30798     gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30799            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30800     gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30801            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30802     gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30803            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30804     if test "x$enable_gtktest" = "xyes" ; then
30805       ac_save_CFLAGS="$CFLAGS"
30806       ac_save_LIBS="$LIBS"
30807       CFLAGS="$CFLAGS $GTK_CFLAGS"
30808       LIBS="$GTK_LIBS $LIBS"
30809       rm -f conf.gtktest
30810       if test "$cross_compiling" = yes; then
30811   echo $ac_n "cross compiling; assumed OK... $ac_c"
30812 else
30813   cat >conftest.$ac_ext <<_ACEOF
30814 /* confdefs.h.  */
30815 _ACEOF
30816 cat confdefs.h >>conftest.$ac_ext
30817 cat >>conftest.$ac_ext <<_ACEOF
30818 /* end confdefs.h.  */
30819
30820 #include <gtk/gtk.h>
30821 #include <stdio.h>
30822 #include <stdlib.h>
30823
30824 int
30825 main ()
30826 {
30827   int major, minor, micro;
30828   char *tmp_version;
30829
30830   system ("touch conf.gtktest");
30831
30832   /* HP/UX 9 (%@#!) writes to sscanf strings */
30833   tmp_version = g_strdup("$min_gtk_version");
30834   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
30835      printf("%s, bad version string\n", "$min_gtk_version");
30836      exit(1);
30837    }
30838
30839   if ((gtk_major_version != $gtk_config_major_version) ||
30840       (gtk_minor_version != $gtk_config_minor_version) ||
30841       (gtk_micro_version != $gtk_config_micro_version))
30842     {
30843       printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30844              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30845              gtk_major_version, gtk_minor_version, gtk_micro_version);
30846       printf ("*** was found! If pkg-config was correct, then it is best\n");
30847       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30848       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
30849       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30850       printf("*** required on your system.\n");
30851       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
30852       printf("*** to point to the correct configuration files\n");
30853     }
30854   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30855            (gtk_minor_version != GTK_MINOR_VERSION) ||
30856            (gtk_micro_version != GTK_MICRO_VERSION))
30857     {
30858       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30859              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30860       printf("*** library (version %d.%d.%d)\n",
30861              gtk_major_version, gtk_minor_version, gtk_micro_version);
30862     }
30863   else
30864     {
30865       if ((gtk_major_version > major) ||
30866         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30867         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30868       {
30869         return 0;
30870        }
30871      else
30872       {
30873         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30874                gtk_major_version, gtk_minor_version, gtk_micro_version);
30875         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30876                major, minor, micro);
30877         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30878         printf("***\n");
30879         printf("*** If you have already installed a sufficiently new version, this error\n");
30880         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
30881         printf("*** being found. The easiest way to fix this is to remove the old version\n");
30882         printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
30883         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
30884         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
30885         printf("*** so that the correct libraries are found at run-time))\n");
30886       }
30887     }
30888   return 1;
30889 }
30890
30891 _ACEOF
30892 rm -f conftest$ac_exeext
30893 if { (ac_try="$ac_link"
30894 case "(($ac_try" in
30895   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30896   *) ac_try_echo=$ac_try;;
30897 esac
30898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30899   (eval "$ac_link") 2>&5
30900   ac_status=$?
30901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30902   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30903   { (case "(($ac_try" in
30904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30905   *) ac_try_echo=$ac_try;;
30906 esac
30907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30908   (eval "$ac_try") 2>&5
30909   ac_status=$?
30910   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30911   (exit $ac_status); }; }; then
30912   :
30913 else
30914   echo "$as_me: program exited with status $ac_status" >&5
30915 echo "$as_me: failed program was:" >&5
30916 sed 's/^/| /' conftest.$ac_ext >&5
30917
30918 ( exit $ac_status )
30919 no_gtk=yes
30920 fi
30921 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30922 fi
30923
30924
30925        CFLAGS="$ac_save_CFLAGS"
30926        LIBS="$ac_save_LIBS"
30927      fi
30928   fi
30929   if test "x$no_gtk" = x ; then
30930      { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
30931 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
30932      wx_cv_lib_gtk=2.0
30933   else
30934      { echo "$as_me:$LINENO: result: no" >&5
30935 echo "${ECHO_T}no" >&6; }
30936      if test "$PKG_CONFIG" = "no" ; then
30937        echo "*** A new enough version of pkg-config was not found."
30938        echo "*** See http://pkgconfig.sourceforge.net"
30939      else
30940        if test -f conf.gtktest ; then
30941         :
30942        else
30943           echo "*** Could not run GTK+ test program, checking why..."
30944           ac_save_CFLAGS="$CFLAGS"
30945           ac_save_LIBS="$LIBS"
30946           CFLAGS="$CFLAGS $GTK_CFLAGS"
30947           LIBS="$LIBS $GTK_LIBS"
30948           cat >conftest.$ac_ext <<_ACEOF
30949 /* confdefs.h.  */
30950 _ACEOF
30951 cat confdefs.h >>conftest.$ac_ext
30952 cat >>conftest.$ac_ext <<_ACEOF
30953 /* end confdefs.h.  */
30954
30955 #include <gtk/gtk.h>
30956 #include <stdio.h>
30957
30958 int
30959 main ()
30960 {
30961  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30962   ;
30963   return 0;
30964 }
30965 _ACEOF
30966 rm -f conftest.$ac_objext conftest$ac_exeext
30967 if { (ac_try="$ac_link"
30968 case "(($ac_try" in
30969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30970   *) ac_try_echo=$ac_try;;
30971 esac
30972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30973   (eval "$ac_link") 2>conftest.er1
30974   ac_status=$?
30975   grep -v '^ *+' conftest.er1 >conftest.err
30976   rm -f conftest.er1
30977   cat conftest.err >&5
30978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30979   (exit $ac_status); } && {
30980          test -z "$ac_c_werror_flag" ||
30981          test ! -s conftest.err
30982        } && test -s conftest$ac_exeext &&
30983        $as_test_x conftest$ac_exeext; then
30984    echo "*** The test program compiled, but did not run. This usually means"
30985           echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
30986           echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
30987           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30988           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
30989           echo "*** is required on your system"
30990           echo "***"
30991           echo "*** If you have an old version installed, it is best to remove it, although"
30992           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30993 else
30994   echo "$as_me: failed program was:" >&5
30995 sed 's/^/| /' conftest.$ac_ext >&5
30996
30997          echo "*** The test program failed to compile or link. See the file config.log for the"
30998           echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
30999 fi
31000
31001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31002       conftest$ac_exeext conftest.$ac_ext
31003           CFLAGS="$ac_save_CFLAGS"
31004           LIBS="$ac_save_LIBS"
31005        fi
31006      fi
31007      GTK_CFLAGS=""
31008      GTK_LIBS=""
31009      :
31010   fi
31011
31012
31013   rm -f conf.gtktest
31014
31015
31016                                         case "${host}" in
31017                         *-*-solaris2* )
31018                             if test "$wxUSE_SHARED" != "yes"; then
31019                                 GTK_LIBS="$GTK_LIBS -lX11"
31020                             fi
31021                     esac
31022                 fi
31023
31024                                 if test -z "$wx_cv_lib_gtk"; then
31025                     if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
31026
31027 # Check whether --with-gtk-prefix was given.
31028 if test "${with_gtk_prefix+set}" = set; then
31029   withval=$with_gtk_prefix; gtk_config_prefix="$withval"
31030 else
31031   gtk_config_prefix=""
31032 fi
31033
31034
31035 # Check whether --with-gtk-exec-prefix was given.
31036 if test "${with_gtk_exec_prefix+set}" = set; then
31037   withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
31038 else
31039   gtk_config_exec_prefix=""
31040 fi
31041
31042 # Check whether --enable-gtktest was given.
31043 if test "${enable_gtktest+set}" = set; then
31044   enableval=$enable_gtktest;
31045 else
31046   enable_gtktest=yes
31047 fi
31048
31049
31050   for module in . $GTK_MODULES
31051   do
31052       case "$module" in
31053          gthread)
31054              gtk_config_args="$gtk_config_args gthread"
31055          ;;
31056       esac
31057   done
31058
31059   if test x$gtk_config_exec_prefix != x ; then
31060      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
31061      if test x${GTK_CONFIG+set} != xset ; then
31062         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
31063      fi
31064   fi
31065   if test x$gtk_config_prefix != x ; then
31066      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
31067      if test x${GTK_CONFIG+set} != xset ; then
31068         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
31069      fi
31070   fi
31071
31072   # Extract the first word of "gtk-config", so it can be a program name with args.
31073 set dummy gtk-config; ac_word=$2
31074 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31075 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31076 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
31077   echo $ECHO_N "(cached) $ECHO_C" >&6
31078 else
31079   case $GTK_CONFIG in
31080   [\\/]* | ?:[\\/]*)
31081   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
31082   ;;
31083   *)
31084   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31085 for as_dir in $PATH
31086 do
31087   IFS=$as_save_IFS
31088   test -z "$as_dir" && as_dir=.
31089   for ac_exec_ext in '' $ac_executable_extensions; do
31090   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31091     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31092     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31093     break 2
31094   fi
31095 done
31096 done
31097 IFS=$as_save_IFS
31098
31099   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
31100   ;;
31101 esac
31102 fi
31103 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
31104 if test -n "$GTK_CONFIG"; then
31105   { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
31106 echo "${ECHO_T}$GTK_CONFIG" >&6; }
31107 else
31108   { echo "$as_me:$LINENO: result: no" >&5
31109 echo "${ECHO_T}no" >&6; }
31110 fi
31111
31112
31113   min_gtk_version=1.2.7
31114   { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
31115 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
31116   no_gtk=""
31117   if test "$GTK_CONFIG" = "no" ; then
31118     no_gtk=yes
31119   else
31120     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
31121     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
31122     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
31123            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
31124     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
31125            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
31126     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
31127            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
31128     if test "x$enable_gtktest" = "xyes" ; then
31129       ac_save_CFLAGS="$CFLAGS"
31130       ac_save_LIBS="$LIBS"
31131       CFLAGS="$CFLAGS $GTK_CFLAGS"
31132       LIBS="$GTK_LIBS $LIBS"
31133       rm -f conf.gtktest
31134       if test "$cross_compiling" = yes; then
31135   echo $ac_n "cross compiling; assumed OK... $ac_c"
31136 else
31137   cat >conftest.$ac_ext <<_ACEOF
31138 /* confdefs.h.  */
31139 _ACEOF
31140 cat confdefs.h >>conftest.$ac_ext
31141 cat >>conftest.$ac_ext <<_ACEOF
31142 /* end confdefs.h.  */
31143
31144 #include <gtk/gtk.h>
31145 #include <stdio.h>
31146 #include <stdlib.h>
31147
31148 int
31149 main ()
31150 {
31151   int major, minor, micro;
31152   char *tmp_version;
31153
31154   system ("touch conf.gtktest");
31155
31156   /* HP/UX 9 (%@#!) writes to sscanf strings */
31157   tmp_version = g_strdup("$min_gtk_version");
31158   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
31159      printf("%s, bad version string\n", "$min_gtk_version");
31160      exit(1);
31161    }
31162
31163   if ((gtk_major_version != $gtk_config_major_version) ||
31164       (gtk_minor_version != $gtk_config_minor_version) ||
31165       (gtk_micro_version != $gtk_config_micro_version))
31166     {
31167       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
31168              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
31169              gtk_major_version, gtk_minor_version, gtk_micro_version);
31170       printf ("*** was found! If gtk-config was correct, then it is best\n");
31171       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
31172       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
31173       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
31174       printf("*** required on your system.\n");
31175       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
31176       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
31177       printf("*** before re-running configure\n");
31178     }
31179 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
31180   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
31181            (gtk_minor_version != GTK_MINOR_VERSION) ||
31182            (gtk_micro_version != GTK_MICRO_VERSION))
31183     {
31184       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
31185              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
31186       printf("*** library (version %d.%d.%d)\n",
31187              gtk_major_version, gtk_minor_version, gtk_micro_version);
31188     }
31189 #endif /* defined (GTK_MAJOR_VERSION) ... */
31190   else
31191     {
31192       if ((gtk_major_version > major) ||
31193         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
31194         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
31195       {
31196         return 0;
31197        }
31198      else
31199       {
31200         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
31201                gtk_major_version, gtk_minor_version, gtk_micro_version);
31202         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
31203                major, minor, micro);
31204         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
31205         printf("***\n");
31206         printf("*** If you have already installed a sufficiently new version, this error\n");
31207         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
31208         printf("*** being found. The easiest way to fix this is to remove the old version\n");
31209         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
31210         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
31211         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
31212         printf("*** so that the correct libraries are found at run-time))\n");
31213       }
31214     }
31215   return 1;
31216 }
31217
31218 _ACEOF
31219 rm -f conftest$ac_exeext
31220 if { (ac_try="$ac_link"
31221 case "(($ac_try" in
31222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31223   *) ac_try_echo=$ac_try;;
31224 esac
31225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31226   (eval "$ac_link") 2>&5
31227   ac_status=$?
31228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31229   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
31230   { (case "(($ac_try" in
31231   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31232   *) ac_try_echo=$ac_try;;
31233 esac
31234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31235   (eval "$ac_try") 2>&5
31236   ac_status=$?
31237   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31238   (exit $ac_status); }; }; then
31239   :
31240 else
31241   echo "$as_me: program exited with status $ac_status" >&5
31242 echo "$as_me: failed program was:" >&5
31243 sed 's/^/| /' conftest.$ac_ext >&5
31244
31245 ( exit $ac_status )
31246 no_gtk=yes
31247 fi
31248 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
31249 fi
31250
31251
31252        CFLAGS="$ac_save_CFLAGS"
31253        LIBS="$ac_save_LIBS"
31254      fi
31255   fi
31256   if test "x$no_gtk" = x ; then
31257      { echo "$as_me:$LINENO: result: yes" >&5
31258 echo "${ECHO_T}yes" >&6; }
31259      wx_cv_lib_gtk=1.2.7
31260   else
31261      { echo "$as_me:$LINENO: result: no" >&5
31262 echo "${ECHO_T}no" >&6; }
31263      if test "$GTK_CONFIG" = "no" ; then
31264        echo "*** The gtk-config script installed by GTK could not be found"
31265        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
31266        echo "*** your path, or set the GTK_CONFIG environment variable to the"
31267        echo "*** full path to gtk-config."
31268      else
31269        if test -f conf.gtktest ; then
31270         :
31271        else
31272           echo "*** Could not run GTK test program, checking why..."
31273           CFLAGS="$CFLAGS $GTK_CFLAGS"
31274           LIBS="$LIBS $GTK_LIBS"
31275           cat >conftest.$ac_ext <<_ACEOF
31276 /* confdefs.h.  */
31277 _ACEOF
31278 cat confdefs.h >>conftest.$ac_ext
31279 cat >>conftest.$ac_ext <<_ACEOF
31280 /* end confdefs.h.  */
31281
31282 #include <gtk/gtk.h>
31283 #include <stdio.h>
31284
31285 int
31286 main ()
31287 {
31288  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
31289   ;
31290   return 0;
31291 }
31292 _ACEOF
31293 rm -f conftest.$ac_objext conftest$ac_exeext
31294 if { (ac_try="$ac_link"
31295 case "(($ac_try" in
31296   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31297   *) ac_try_echo=$ac_try;;
31298 esac
31299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31300   (eval "$ac_link") 2>conftest.er1
31301   ac_status=$?
31302   grep -v '^ *+' conftest.er1 >conftest.err
31303   rm -f conftest.er1
31304   cat conftest.err >&5
31305   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31306   (exit $ac_status); } && {
31307          test -z "$ac_c_werror_flag" ||
31308          test ! -s conftest.err
31309        } && test -s conftest$ac_exeext &&
31310        $as_test_x conftest$ac_exeext; then
31311    echo "*** The test program compiled, but did not run. This usually means"
31312           echo "*** that the run-time linker is not finding GTK or finding the wrong"
31313           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
31314           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
31315           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
31316           echo "*** is required on your system"
31317           echo "***"
31318           echo "*** If you have an old version installed, it is best to remove it, although"
31319           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
31320           echo "***"
31321           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
31322           echo "*** came with the system with the command"
31323           echo "***"
31324           echo "***    rpm --erase --nodeps gtk gtk-devel"
31325 else
31326   echo "$as_me: failed program was:" >&5
31327 sed 's/^/| /' conftest.$ac_ext >&5
31328
31329          echo "*** The test program failed to compile or link. See the file config.log for the"
31330           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
31331           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
31332           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
31333 fi
31334
31335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31336       conftest$ac_exeext conftest.$ac_ext
31337           CFLAGS="$ac_save_CFLAGS"
31338           LIBS="$ac_save_LIBS"
31339        fi
31340      fi
31341      GTK_CFLAGS=""
31342      GTK_LIBS=""
31343      :
31344   fi
31345
31346
31347   rm -f conf.gtktest
31348
31349
31350                         if test -z "$wx_cv_lib_gtk"; then
31351
31352 # Check whether --with-gtk-prefix was given.
31353 if test "${with_gtk_prefix+set}" = set; then
31354   withval=$with_gtk_prefix; gtk_config_prefix="$withval"
31355 else
31356   gtk_config_prefix=""
31357 fi
31358
31359
31360 # Check whether --with-gtk-exec-prefix was given.
31361 if test "${with_gtk_exec_prefix+set}" = set; then
31362   withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
31363 else
31364   gtk_config_exec_prefix=""
31365 fi
31366
31367 # Check whether --enable-gtktest was given.
31368 if test "${enable_gtktest+set}" = set; then
31369   enableval=$enable_gtktest;
31370 else
31371   enable_gtktest=yes
31372 fi
31373
31374
31375   for module in . $GTK_MODULES
31376   do
31377       case "$module" in
31378          gthread)
31379              gtk_config_args="$gtk_config_args gthread"
31380          ;;
31381       esac
31382   done
31383
31384   if test x$gtk_config_exec_prefix != x ; then
31385      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
31386      if test x${GTK_CONFIG+set} != xset ; then
31387         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
31388      fi
31389   fi
31390   if test x$gtk_config_prefix != x ; then
31391      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
31392      if test x${GTK_CONFIG+set} != xset ; then
31393         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
31394      fi
31395   fi
31396
31397   # Extract the first word of "gtk-config", so it can be a program name with args.
31398 set dummy gtk-config; ac_word=$2
31399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31401 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
31402   echo $ECHO_N "(cached) $ECHO_C" >&6
31403 else
31404   case $GTK_CONFIG in
31405   [\\/]* | ?:[\\/]*)
31406   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
31407   ;;
31408   *)
31409   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31410 for as_dir in $PATH
31411 do
31412   IFS=$as_save_IFS
31413   test -z "$as_dir" && as_dir=.
31414   for ac_exec_ext in '' $ac_executable_extensions; do
31415   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31416     ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31417     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31418     break 2
31419   fi
31420 done
31421 done
31422 IFS=$as_save_IFS
31423
31424   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
31425   ;;
31426 esac
31427 fi
31428 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
31429 if test -n "$GTK_CONFIG"; then
31430   { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
31431 echo "${ECHO_T}$GTK_CONFIG" >&6; }
31432 else
31433   { echo "$as_me:$LINENO: result: no" >&5
31434 echo "${ECHO_T}no" >&6; }
31435 fi
31436
31437
31438   min_gtk_version=1.2.3
31439   { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
31440 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
31441   no_gtk=""
31442   if test "$GTK_CONFIG" = "no" ; then
31443     no_gtk=yes
31444   else
31445     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
31446     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
31447     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
31448            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
31449     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
31450            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
31451     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
31452            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
31453     if test "x$enable_gtktest" = "xyes" ; then
31454       ac_save_CFLAGS="$CFLAGS"
31455       ac_save_LIBS="$LIBS"
31456       CFLAGS="$CFLAGS $GTK_CFLAGS"
31457       LIBS="$GTK_LIBS $LIBS"
31458       rm -f conf.gtktest
31459       if test "$cross_compiling" = yes; then
31460   echo $ac_n "cross compiling; assumed OK... $ac_c"
31461 else
31462   cat >conftest.$ac_ext <<_ACEOF
31463 /* confdefs.h.  */
31464 _ACEOF
31465 cat confdefs.h >>conftest.$ac_ext
31466 cat >>conftest.$ac_ext <<_ACEOF
31467 /* end confdefs.h.  */
31468
31469 #include <gtk/gtk.h>
31470 #include <stdio.h>
31471 #include <stdlib.h>
31472
31473 int
31474 main ()
31475 {
31476   int major, minor, micro;
31477   char *tmp_version;
31478
31479   system ("touch conf.gtktest");
31480
31481   /* HP/UX 9 (%@#!) writes to sscanf strings */
31482   tmp_version = g_strdup("$min_gtk_version");
31483   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
31484      printf("%s, bad version string\n", "$min_gtk_version");
31485      exit(1);
31486    }
31487
31488   if ((gtk_major_version != $gtk_config_major_version) ||
31489       (gtk_minor_version != $gtk_config_minor_version) ||
31490       (gtk_micro_version != $gtk_config_micro_version))
31491     {
31492       printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
31493              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
31494              gtk_major_version, gtk_minor_version, gtk_micro_version);
31495       printf ("*** was found! If gtk-config was correct, then it is best\n");
31496       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
31497       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
31498       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
31499       printf("*** required on your system.\n");
31500       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
31501       printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
31502       printf("*** before re-running configure\n");
31503     }
31504 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
31505   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
31506            (gtk_minor_version != GTK_MINOR_VERSION) ||
31507            (gtk_micro_version != GTK_MICRO_VERSION))
31508     {
31509       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
31510              GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
31511       printf("*** library (version %d.%d.%d)\n",
31512              gtk_major_version, gtk_minor_version, gtk_micro_version);
31513     }
31514 #endif /* defined (GTK_MAJOR_VERSION) ... */
31515   else
31516     {
31517       if ((gtk_major_version > major) ||
31518         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
31519         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
31520       {
31521         return 0;
31522        }
31523      else
31524       {
31525         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
31526                gtk_major_version, gtk_minor_version, gtk_micro_version);
31527         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
31528                major, minor, micro);
31529         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
31530         printf("***\n");
31531         printf("*** If you have already installed a sufficiently new version, this error\n");
31532         printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
31533         printf("*** being found. The easiest way to fix this is to remove the old version\n");
31534         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
31535         printf("*** correct copy of gtk-config. (In this case, you will have to\n");
31536         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
31537         printf("*** so that the correct libraries are found at run-time))\n");
31538       }
31539     }
31540   return 1;
31541 }
31542
31543 _ACEOF
31544 rm -f conftest$ac_exeext
31545 if { (ac_try="$ac_link"
31546 case "(($ac_try" in
31547   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31548   *) ac_try_echo=$ac_try;;
31549 esac
31550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31551   (eval "$ac_link") 2>&5
31552   ac_status=$?
31553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31554   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
31555   { (case "(($ac_try" in
31556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31557   *) ac_try_echo=$ac_try;;
31558 esac
31559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31560   (eval "$ac_try") 2>&5
31561   ac_status=$?
31562   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31563   (exit $ac_status); }; }; then
31564   :
31565 else
31566   echo "$as_me: program exited with status $ac_status" >&5
31567 echo "$as_me: failed program was:" >&5
31568 sed 's/^/| /' conftest.$ac_ext >&5
31569
31570 ( exit $ac_status )
31571 no_gtk=yes
31572 fi
31573 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
31574 fi
31575
31576
31577        CFLAGS="$ac_save_CFLAGS"
31578        LIBS="$ac_save_LIBS"
31579      fi
31580   fi
31581   if test "x$no_gtk" = x ; then
31582      { echo "$as_me:$LINENO: result: yes" >&5
31583 echo "${ECHO_T}yes" >&6; }
31584      wx_cv_lib_gtk=1.2.3
31585   else
31586      { echo "$as_me:$LINENO: result: no" >&5
31587 echo "${ECHO_T}no" >&6; }
31588      if test "$GTK_CONFIG" = "no" ; then
31589        echo "*** The gtk-config script installed by GTK could not be found"
31590        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
31591        echo "*** your path, or set the GTK_CONFIG environment variable to the"
31592        echo "*** full path to gtk-config."
31593      else
31594        if test -f conf.gtktest ; then
31595         :
31596        else
31597           echo "*** Could not run GTK test program, checking why..."
31598           CFLAGS="$CFLAGS $GTK_CFLAGS"
31599           LIBS="$LIBS $GTK_LIBS"
31600           cat >conftest.$ac_ext <<_ACEOF
31601 /* confdefs.h.  */
31602 _ACEOF
31603 cat confdefs.h >>conftest.$ac_ext
31604 cat >>conftest.$ac_ext <<_ACEOF
31605 /* end confdefs.h.  */
31606
31607 #include <gtk/gtk.h>
31608 #include <stdio.h>
31609
31610 int
31611 main ()
31612 {
31613  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
31614   ;
31615   return 0;
31616 }
31617 _ACEOF
31618 rm -f conftest.$ac_objext conftest$ac_exeext
31619 if { (ac_try="$ac_link"
31620 case "(($ac_try" in
31621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31622   *) ac_try_echo=$ac_try;;
31623 esac
31624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31625   (eval "$ac_link") 2>conftest.er1
31626   ac_status=$?
31627   grep -v '^ *+' conftest.er1 >conftest.err
31628   rm -f conftest.er1
31629   cat conftest.err >&5
31630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31631   (exit $ac_status); } && {
31632          test -z "$ac_c_werror_flag" ||
31633          test ! -s conftest.err
31634        } && test -s conftest$ac_exeext &&
31635        $as_test_x conftest$ac_exeext; then
31636    echo "*** The test program compiled, but did not run. This usually means"
31637           echo "*** that the run-time linker is not finding GTK or finding the wrong"
31638           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
31639           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
31640           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
31641           echo "*** is required on your system"
31642           echo "***"
31643           echo "*** If you have an old version installed, it is best to remove it, although"
31644           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
31645           echo "***"
31646           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
31647           echo "*** came with the system with the command"
31648           echo "***"
31649           echo "***    rpm --erase --nodeps gtk gtk-devel"
31650 else
31651   echo "$as_me: failed program was:" >&5
31652 sed 's/^/| /' conftest.$ac_ext >&5
31653
31654          echo "*** The test program failed to compile or link. See the file config.log for the"
31655           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
31656           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
31657           echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
31658 fi
31659
31660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31661       conftest$ac_exeext conftest.$ac_ext
31662           CFLAGS="$ac_save_CFLAGS"
31663           LIBS="$ac_save_LIBS"
31664        fi
31665      fi
31666      GTK_CFLAGS=""
31667      GTK_LIBS=""
31668      :
31669   fi
31670
31671
31672   rm -f conf.gtktest
31673
31674                         fi
31675                     fi
31676                 fi
31677
31678                 if test -z "$wx_cv_lib_gtk"; then
31679                                         wx_cv_lib_gtk=none
31680                 else
31681                                                             wx_cv_cflags_gtk=$GTK_CFLAGS
31682                     wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
31683                 fi
31684
31685
31686 fi
31687
31688
31689                         if test "$gtk_version_cached" = 1; then
31690             { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
31691 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
31692         fi
31693
31694         case "$wx_cv_lib_gtk" in
31695             2.0)    WXGTK20=1
31696                     TOOLKIT_VERSION=2
31697                     ;;
31698             1.2.7)  WXGTK127=1
31699                     WXGTK12=1
31700                     ;;
31701             1.2.3)  WXGTK12=1
31702                     ;;
31703             *)      { { echo "$as_me:$LINENO: error:
31704 The development files for GTK+ were not found. For GTK+ 2, please
31705 ensure that pkg-config is in the path and that gtk+-2.0.pc is
31706 installed. For GTK+ 1.2 please check that gtk-config is in the path,
31707 and that the version is 1.2.3 or above. Also check that the
31708 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
31709 --libs' are in the LD_LIBRARY_PATH or equivalent.
31710                             " >&5
31711 echo "$as_me: error:
31712 The development files for GTK+ were not found. For GTK+ 2, please
31713 ensure that pkg-config is in the path and that gtk+-2.0.pc is
31714 installed. For GTK+ 1.2 please check that gtk-config is in the path,
31715 and that the version is 1.2.3 or above. Also check that the
31716 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
31717 --libs' are in the LD_LIBRARY_PATH or equivalent.
31718                             " >&2;}
31719    { (exit 1); exit 1; }; }
31720                     ;;
31721         esac
31722
31723         if test "$WXGTK20" = 1; then
31724             save_CFLAGS="$CFLAGS"
31725             save_LIBS="$LIBS"
31726             CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
31727             LIBS="$LIBS $wx_cv_libs_gtk"
31728
31729                                                             { echo "$as_me:$LINENO: checking whether gtk_icon_size_lookup is declared" >&5
31730 echo $ECHO_N "checking whether gtk_icon_size_lookup is declared... $ECHO_C" >&6; }
31731 if test "${ac_cv_have_decl_gtk_icon_size_lookup+set}" = set; then
31732   echo $ECHO_N "(cached) $ECHO_C" >&6
31733 else
31734   cat >conftest.$ac_ext <<_ACEOF
31735 /* confdefs.h.  */
31736 _ACEOF
31737 cat confdefs.h >>conftest.$ac_ext
31738 cat >>conftest.$ac_ext <<_ACEOF
31739 /* end confdefs.h.  */
31740 #include <gtk/gtk.h>
31741
31742 int
31743 main ()
31744 {
31745 #ifndef gtk_icon_size_lookup
31746   (void) gtk_icon_size_lookup;
31747 #endif
31748
31749   ;
31750   return 0;
31751 }
31752 _ACEOF
31753 rm -f conftest.$ac_objext
31754 if { (ac_try="$ac_compile"
31755 case "(($ac_try" in
31756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31757   *) ac_try_echo=$ac_try;;
31758 esac
31759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31760   (eval "$ac_compile") 2>conftest.er1
31761   ac_status=$?
31762   grep -v '^ *+' conftest.er1 >conftest.err
31763   rm -f conftest.er1
31764   cat conftest.err >&5
31765   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31766   (exit $ac_status); } && {
31767          test -z "$ac_c_werror_flag" ||
31768          test ! -s conftest.err
31769        } && test -s conftest.$ac_objext; then
31770   ac_cv_have_decl_gtk_icon_size_lookup=yes
31771 else
31772   echo "$as_me: failed program was:" >&5
31773 sed 's/^/| /' conftest.$ac_ext >&5
31774
31775         ac_cv_have_decl_gtk_icon_size_lookup=no
31776 fi
31777
31778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31779 fi
31780 { echo "$as_me:$LINENO: result: $ac_cv_have_decl_gtk_icon_size_lookup" >&5
31781 echo "${ECHO_T}$ac_cv_have_decl_gtk_icon_size_lookup" >&6; }
31782 if test $ac_cv_have_decl_gtk_icon_size_lookup = yes; then
31783
31784 cat >>confdefs.h <<_ACEOF
31785 #define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 1
31786 _ACEOF
31787
31788
31789 else
31790   cat >>confdefs.h <<_ACEOF
31791 #define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 0
31792 _ACEOF
31793
31794 cat >>confdefs.h <<\_ACEOF
31795 #define NEED_GTK_ICON_SIZE_LOOKUP 1
31796 _ACEOF
31797
31798 fi
31799
31800
31801
31802
31803                         { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
31804 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
31805             cat >conftest.$ac_ext <<_ACEOF
31806 /* confdefs.h.  */
31807 _ACEOF
31808 cat confdefs.h >>conftest.$ac_ext
31809 cat >>conftest.$ac_ext <<_ACEOF
31810 /* end confdefs.h.  */
31811
31812                             #include <gtk/gtk.h>
31813
31814 int
31815 main ()
31816 {
31817
31818                             #if !GTK_CHECK_VERSION(2,10,0)
31819                             Not GTK+ 2.10
31820                             #endif
31821
31822   ;
31823   return 0;
31824 }
31825 _ACEOF
31826 rm -f conftest.$ac_objext
31827 if { (ac_try="$ac_compile"
31828 case "(($ac_try" in
31829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31830   *) ac_try_echo=$ac_try;;
31831 esac
31832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31833   (eval "$ac_compile") 2>conftest.er1
31834   ac_status=$?
31835   grep -v '^ *+' conftest.er1 >conftest.err
31836   rm -f conftest.er1
31837   cat conftest.err >&5
31838   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31839   (exit $ac_status); } && {
31840          test -z "$ac_c_werror_flag" ||
31841          test ! -s conftest.err
31842        } && test -s conftest.$ac_objext; then
31843
31844                             cat >>confdefs.h <<\_ACEOF
31845 #define __WXGTK210__ 1
31846 _ACEOF
31847
31848                             cat >>confdefs.h <<\_ACEOF
31849 #define __WXGTK26__ 1
31850 _ACEOF
31851
31852                             cat >>confdefs.h <<\_ACEOF
31853 #define __WXGTK24__ 1
31854 _ACEOF
31855
31856                             { echo "$as_me:$LINENO: result: yes" >&5
31857 echo "${ECHO_T}yes" >&6; }
31858                             ac_wxgtk210=1
31859
31860 else
31861   echo "$as_me: failed program was:" >&5
31862 sed 's/^/| /' conftest.$ac_ext >&5
31863
31864
31865                             { echo "$as_me:$LINENO: result: no" >&5
31866 echo "${ECHO_T}no" >&6; }
31867                             ac_wxgtk210=0
31868
31869 fi
31870
31871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31872
31873             if test "$ac_wxgtk210" = 0; then
31874                                 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
31875 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
31876                 cat >conftest.$ac_ext <<_ACEOF
31877 /* confdefs.h.  */
31878 _ACEOF
31879 cat confdefs.h >>conftest.$ac_ext
31880 cat >>conftest.$ac_ext <<_ACEOF
31881 /* end confdefs.h.  */
31882
31883                                 #include <gtk/gtk.h>
31884
31885 int
31886 main ()
31887 {
31888
31889                                 #if !GTK_CHECK_VERSION(2,6,0)
31890                                 Not GTK+ 2.6
31891                                 #endif
31892
31893   ;
31894   return 0;
31895 }
31896 _ACEOF
31897 rm -f conftest.$ac_objext
31898 if { (ac_try="$ac_compile"
31899 case "(($ac_try" in
31900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31901   *) ac_try_echo=$ac_try;;
31902 esac
31903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31904   (eval "$ac_compile") 2>conftest.er1
31905   ac_status=$?
31906   grep -v '^ *+' conftest.er1 >conftest.err
31907   rm -f conftest.er1
31908   cat conftest.err >&5
31909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31910   (exit $ac_status); } && {
31911          test -z "$ac_c_werror_flag" ||
31912          test ! -s conftest.err
31913        } && test -s conftest.$ac_objext; then
31914
31915                                 cat >>confdefs.h <<\_ACEOF
31916 #define __WXGTK26__ 1
31917 _ACEOF
31918
31919                                 cat >>confdefs.h <<\_ACEOF
31920 #define __WXGTK24__ 1
31921 _ACEOF
31922
31923                                 { echo "$as_me:$LINENO: result: yes" >&5
31924 echo "${ECHO_T}yes" >&6; }
31925                                 ac_wxgtk26=1
31926
31927 else
31928   echo "$as_me: failed program was:" >&5
31929 sed 's/^/| /' conftest.$ac_ext >&5
31930
31931
31932                                 { echo "$as_me:$LINENO: result: no" >&5
31933 echo "${ECHO_T}no" >&6; }
31934                                 ac_wxgtk26=0
31935
31936 fi
31937
31938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31939             fi
31940
31941             if test "$ac_wxgtk26" = 0; then
31942                                 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
31943 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6; }
31944                 cat >conftest.$ac_ext <<_ACEOF
31945 /* confdefs.h.  */
31946 _ACEOF
31947 cat confdefs.h >>conftest.$ac_ext
31948 cat >>conftest.$ac_ext <<_ACEOF
31949 /* end confdefs.h.  */
31950
31951                                 #include <gtk/gtk.h>
31952
31953 int
31954 main ()
31955 {
31956
31957                                 #if !GTK_CHECK_VERSION(2,4,0)
31958                                 Not GTK+ 2.4
31959                                 #endif
31960
31961   ;
31962   return 0;
31963 }
31964 _ACEOF
31965 rm -f conftest.$ac_objext
31966 if { (ac_try="$ac_compile"
31967 case "(($ac_try" in
31968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31969   *) ac_try_echo=$ac_try;;
31970 esac
31971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31972   (eval "$ac_compile") 2>conftest.er1
31973   ac_status=$?
31974   grep -v '^ *+' conftest.er1 >conftest.err
31975   rm -f conftest.er1
31976   cat conftest.err >&5
31977   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31978   (exit $ac_status); } && {
31979          test -z "$ac_c_werror_flag" ||
31980          test ! -s conftest.err
31981        } && test -s conftest.$ac_objext; then
31982
31983                                 cat >>confdefs.h <<\_ACEOF
31984 #define __WXGTK24__ 1
31985 _ACEOF
31986
31987                                 { echo "$as_me:$LINENO: result: yes" >&5
31988 echo "${ECHO_T}yes" >&6; }
31989
31990 else
31991   echo "$as_me: failed program was:" >&5
31992 sed 's/^/| /' conftest.$ac_ext >&5
31993
31994
31995                                 { echo "$as_me:$LINENO: result: no" >&5
31996 echo "${ECHO_T}no" >&6; }
31997
31998 fi
31999
32000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32001             fi
32002
32003             CFLAGS="$save_CFLAGS"
32004             LIBS="$save_LIBS"
32005         else
32006             if test "$wxUSE_UNICODE" = "yes"; then
32007                 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
32008 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
32009                 wxUSE_UNICODE=no
32010             fi
32011
32012                         { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
32013 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
32014 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
32015   echo $ECHO_N "(cached) $ECHO_C" >&6
32016 else
32017   ac_check_lib_save_LIBS=$LIBS
32018 LIBS="-lgdk  $LIBS"
32019 cat >conftest.$ac_ext <<_ACEOF
32020 /* confdefs.h.  */
32021 _ACEOF
32022 cat confdefs.h >>conftest.$ac_ext
32023 cat >>conftest.$ac_ext <<_ACEOF
32024 /* end confdefs.h.  */
32025
32026 /* Override any GCC internal prototype to avoid an error.
32027    Use char because int might match the return type of a GCC
32028    builtin and then its argument prototype would still apply.  */
32029 #ifdef __cplusplus
32030 extern "C"
32031 #endif
32032 char gdk_im_open ();
32033 int
32034 main ()
32035 {
32036 return gdk_im_open ();
32037   ;
32038   return 0;
32039 }
32040 _ACEOF
32041 rm -f conftest.$ac_objext conftest$ac_exeext
32042 if { (ac_try="$ac_link"
32043 case "(($ac_try" in
32044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32045   *) ac_try_echo=$ac_try;;
32046 esac
32047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32048   (eval "$ac_link") 2>conftest.er1
32049   ac_status=$?
32050   grep -v '^ *+' conftest.er1 >conftest.err
32051   rm -f conftest.er1
32052   cat conftest.err >&5
32053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32054   (exit $ac_status); } && {
32055          test -z "$ac_c_werror_flag" ||
32056          test ! -s conftest.err
32057        } && test -s conftest$ac_exeext &&
32058        $as_test_x conftest$ac_exeext; then
32059   ac_cv_lib_gdk_gdk_im_open=yes
32060 else
32061   echo "$as_me: failed program was:" >&5
32062 sed 's/^/| /' conftest.$ac_ext >&5
32063
32064         ac_cv_lib_gdk_gdk_im_open=no
32065 fi
32066
32067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32068       conftest$ac_exeext conftest.$ac_ext
32069 LIBS=$ac_check_lib_save_LIBS
32070 fi
32071 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
32072 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
32073 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
32074   cat >>confdefs.h <<\_ACEOF
32075 #define HAVE_XIM 1
32076 _ACEOF
32077
32078 fi
32079
32080
32081                                     if test "$USE_DARWIN" != 1; then
32082
32083 for ac_func in poll
32084 do
32085 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32086 { echo "$as_me:$LINENO: checking for $ac_func" >&5
32087 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
32088 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
32089   echo $ECHO_N "(cached) $ECHO_C" >&6
32090 else
32091   cat >conftest.$ac_ext <<_ACEOF
32092 /* confdefs.h.  */
32093 _ACEOF
32094 cat confdefs.h >>conftest.$ac_ext
32095 cat >>conftest.$ac_ext <<_ACEOF
32096 /* end confdefs.h.  */
32097 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32098    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32099 #define $ac_func innocuous_$ac_func
32100
32101 /* System header to define __stub macros and hopefully few prototypes,
32102     which can conflict with char $ac_func (); below.
32103     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32104     <limits.h> exists even on freestanding compilers.  */
32105
32106 #ifdef __STDC__
32107 # include <limits.h>
32108 #else
32109 # include <assert.h>
32110 #endif
32111
32112 #undef $ac_func
32113
32114 /* Override any GCC internal prototype to avoid an error.
32115    Use char because int might match the return type of a GCC
32116    builtin and then its argument prototype would still apply.  */
32117 #ifdef __cplusplus
32118 extern "C"
32119 #endif
32120 char $ac_func ();
32121 /* The GNU C library defines this for functions which it implements
32122     to always fail with ENOSYS.  Some functions are actually named
32123     something starting with __ and the normal name is an alias.  */
32124 #if defined __stub_$ac_func || defined __stub___$ac_func
32125 choke me
32126 #endif
32127
32128 int
32129 main ()
32130 {
32131 return $ac_func ();
32132   ;
32133   return 0;
32134 }
32135 _ACEOF
32136 rm -f conftest.$ac_objext conftest$ac_exeext
32137 if { (ac_try="$ac_link"
32138 case "(($ac_try" in
32139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32140   *) ac_try_echo=$ac_try;;
32141 esac
32142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32143   (eval "$ac_link") 2>conftest.er1
32144   ac_status=$?
32145   grep -v '^ *+' conftest.er1 >conftest.err
32146   rm -f conftest.er1
32147   cat conftest.err >&5
32148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32149   (exit $ac_status); } && {
32150          test -z "$ac_c_werror_flag" ||
32151          test ! -s conftest.err
32152        } && test -s conftest$ac_exeext &&
32153        $as_test_x conftest$ac_exeext; then
32154   eval "$as_ac_var=yes"
32155 else
32156   echo "$as_me: failed program was:" >&5
32157 sed 's/^/| /' conftest.$ac_ext >&5
32158
32159         eval "$as_ac_var=no"
32160 fi
32161
32162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32163       conftest$ac_exeext conftest.$ac_ext
32164 fi
32165 ac_res=`eval echo '${'$as_ac_var'}'`
32166                { echo "$as_me:$LINENO: result: $ac_res" >&5
32167 echo "${ECHO_T}$ac_res" >&6; }
32168 if test `eval echo '${'$as_ac_var'}'` = yes; then
32169   cat >>confdefs.h <<_ACEOF
32170 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32171 _ACEOF
32172
32173 fi
32174 done
32175
32176             fi
32177         fi
32178
32179         TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
32180         GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
32181
32182         AFMINSTALL=afminstall
32183         TOOLKIT=GTK
32184         GUIDIST=GTK_DIST
32185
32186                 if test "$wxUSE_GPE" = "yes"; then
32187             { echo "$as_me:$LINENO: checking for gpewidget library" >&5
32188 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
32189
32190   ac_find_libraries=
32191   for ac_dir in $SEARCH_LIB;
32192   do
32193     for ac_extension in a so sl dylib dll.a; do
32194       if test -f "$ac_dir/libgpewidget.$ac_extension"; then
32195         ac_find_libraries=$ac_dir
32196         break 2
32197       fi
32198     done
32199   done
32200
32201             if test "$ac_find_libraries" != "" ; then
32202
32203     if test "$ac_find_libraries" = "default location"; then
32204     ac_path_to_link=""
32205   else
32206     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
32207     result=$?
32208     if test $result = 0; then
32209       ac_path_to_link=""
32210     else
32211       ac_path_to_link=" -L$ac_find_libraries"
32212     fi
32213   fi
32214
32215                                                 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
32216                 WXGPE=1
32217                 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32218 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
32219             else
32220                 { echo "$as_me:$LINENO: result: not found" >&5
32221 echo "${ECHO_T}not found" >&6; }
32222             fi
32223
32224                                                                                                                     fi
32225     fi
32226
32227     if test "$wxUSE_MGL" = 1; then
32228        { echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
32229 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6; }
32230         if test "x$MGL_ROOT" = x ; then
32231             { echo "$as_me:$LINENO: result: not found" >&5
32232 echo "${ECHO_T}not found" >&6; }
32233             { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
32234 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
32235    { (exit 1); exit 1; }; }
32236         else
32237             { echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
32238 echo "${ECHO_T}$MGL_ROOT" >&6; }
32239         fi
32240
32241         { echo "$as_me:$LINENO: checking for libmgl location" >&5
32242 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6; }
32243                                 case "${host}" in
32244             *-*-linux* )
32245                                           if test "x$wxUSE_SHARED" = xyes ; then
32246                   mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
32247               else
32248                   mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
32249               fi
32250               ;;
32251             *-pc-msdosdjgpp )
32252               mgl_os_candidates="dos32/dj2"
32253               ;;
32254             *)
32255               { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
32256 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
32257    { (exit 1); exit 1; }; }
32258         esac
32259
32260         mgl_lib_type=""
32261         mgl_os=""
32262
32263         for mgl_os_i in $mgl_os_candidates ; do
32264             if test "x$mgl_os" = x ; then
32265                 if test "$wxUSE_DEBUG_FLAG" = yes ; then
32266                     if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
32267                             -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
32268                         mgl_lib_type=debug
32269                         mgl_os=$mgl_os_i
32270                     fi
32271                 fi
32272                 if test "x$mgl_lib_type" = x ; then
32273                     if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
32274                             -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
32275                         mgl_lib_type=release
32276                         mgl_os=$mgl_os_i
32277                     fi
32278                 fi
32279             fi
32280         done
32281
32282         if test "x$mgl_os" = x ; then
32283             { echo "$as_me:$LINENO: result: not found" >&5
32284 echo "${ECHO_T}not found" >&6; }
32285             { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
32286 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
32287    { (exit 1); exit 1; }; }
32288         fi
32289         { echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
32290 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6; }
32291
32292         wxUSE_UNIVERSAL="yes"
32293
32294         TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
32295         GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
32296
32297         AFMINSTALL=afminstall
32298         TOOLKIT=MGL
32299         GUIDIST=MGL_DIST
32300     fi
32301
32302     if test "$wxUSE_DFB" = 1; then
32303
32304
32305 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
32306         if test -n "$ac_tool_prefix"; then
32307   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
32308 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
32309 { echo "$as_me:$LINENO: checking for $ac_word" >&5
32310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32311 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
32312   echo $ECHO_N "(cached) $ECHO_C" >&6
32313 else
32314   case $PKG_CONFIG in
32315   [\\/]* | ?:[\\/]*)
32316   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
32317   ;;
32318   *)
32319   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32320 for as_dir in $PATH
32321 do
32322   IFS=$as_save_IFS
32323   test -z "$as_dir" && as_dir=.
32324   for ac_exec_ext in '' $ac_executable_extensions; do
32325   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32326     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
32327     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32328     break 2
32329   fi
32330 done
32331 done
32332 IFS=$as_save_IFS
32333
32334   ;;
32335 esac
32336 fi
32337 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
32338 if test -n "$PKG_CONFIG"; then
32339   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
32340 echo "${ECHO_T}$PKG_CONFIG" >&6; }
32341 else
32342   { echo "$as_me:$LINENO: result: no" >&5
32343 echo "${ECHO_T}no" >&6; }
32344 fi
32345
32346
32347 fi
32348 if test -z "$ac_cv_path_PKG_CONFIG"; then
32349   ac_pt_PKG_CONFIG=$PKG_CONFIG
32350   # Extract the first word of "pkg-config", so it can be a program name with args.
32351 set dummy pkg-config; ac_word=$2
32352 { echo "$as_me:$LINENO: checking for $ac_word" >&5
32353 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
32354 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
32355   echo $ECHO_N "(cached) $ECHO_C" >&6
32356 else
32357   case $ac_pt_PKG_CONFIG in
32358   [\\/]* | ?:[\\/]*)
32359   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
32360   ;;
32361   *)
32362   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
32363 for as_dir in $PATH
32364 do
32365   IFS=$as_save_IFS
32366   test -z "$as_dir" && as_dir=.
32367   for ac_exec_ext in '' $ac_executable_extensions; do
32368   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32369     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
32370     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32371     break 2
32372   fi
32373 done
32374 done
32375 IFS=$as_save_IFS
32376
32377   ;;
32378 esac
32379 fi
32380 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
32381 if test -n "$ac_pt_PKG_CONFIG"; then
32382   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
32383 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
32384 else
32385   { echo "$as_me:$LINENO: result: no" >&5
32386 echo "${ECHO_T}no" >&6; }
32387 fi
32388
32389   if test "x$ac_pt_PKG_CONFIG" = x; then
32390     PKG_CONFIG=""
32391   else
32392     case $cross_compiling:$ac_tool_warned in
32393 yes:)
32394 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
32395 whose name does not start with the host triplet.  If you think this
32396 configuration is useful to you, please write to autoconf@gnu.org." >&5
32397 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
32398 whose name does not start with the host triplet.  If you think this
32399 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
32400 ac_tool_warned=yes ;;
32401 esac
32402     PKG_CONFIG=$ac_pt_PKG_CONFIG
32403   fi
32404 else
32405   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
32406 fi
32407
32408 fi
32409 if test -n "$PKG_CONFIG"; then
32410         _pkg_min_version=0.9.0
32411         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
32412 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
32413         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
32414                 { echo "$as_me:$LINENO: result: yes" >&5
32415 echo "${ECHO_T}yes" >&6; }
32416         else
32417                 { echo "$as_me:$LINENO: result: no" >&5
32418 echo "${ECHO_T}no" >&6; }
32419                 PKG_CONFIG=""
32420         fi
32421
32422 fi
32423
32424
32425 pkg_failed=no
32426 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
32427 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
32428
32429 if test -n "$PKG_CONFIG"; then
32430     if test -n "$DIRECTFB_CFLAGS"; then
32431         pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
32432     else
32433         if test -n "$PKG_CONFIG" && \
32434     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
32435   ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
32436   ac_status=$?
32437   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32438   (exit $ac_status); }; then
32439   pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
32440 else
32441   pkg_failed=yes
32442 fi
32443     fi
32444 else
32445         pkg_failed=untried
32446 fi
32447 if test -n "$PKG_CONFIG"; then
32448     if test -n "$DIRECTFB_LIBS"; then
32449         pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
32450     else
32451         if test -n "$PKG_CONFIG" && \
32452     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
32453   ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
32454   ac_status=$?
32455   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32456   (exit $ac_status); }; then
32457   pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
32458 else
32459   pkg_failed=yes
32460 fi
32461     fi
32462 else
32463         pkg_failed=untried
32464 fi
32465
32466
32467
32468 if test $pkg_failed = yes; then
32469
32470 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
32471         _pkg_short_errors_supported=yes
32472 else
32473         _pkg_short_errors_supported=no
32474 fi
32475         if test $_pkg_short_errors_supported = yes; then
32476                 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
32477         else
32478                 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
32479         fi
32480         # Put the nasty error message in config.log where it belongs
32481         echo "$DIRECTFB_PKG_ERRORS" >&5
32482
32483
32484                            { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
32485 echo "$as_me: error: DirectFB not found." >&2;}
32486    { (exit 1); exit 1; }; }
32487
32488
32489 elif test $pkg_failed = untried; then
32490
32491                            { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
32492 echo "$as_me: error: DirectFB not found." >&2;}
32493    { (exit 1); exit 1; }; }
32494
32495
32496 else
32497         DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
32498         DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
32499         { echo "$as_me:$LINENO: result: yes" >&5
32500 echo "${ECHO_T}yes" >&6; }
32501
32502                            wxUSE_UNIVERSAL="yes"
32503                            TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
32504                            GUI_TK_LIBRARY="$DIRECTFB_LIBS"
32505                            TOOLKIT=DFB
32506                            GUIDIST=DFB_DIST
32507
32508 fi
32509     fi
32510
32511     if test "$wxUSE_MICROWIN" = 1; then
32512         { echo "$as_me:$LINENO: checking for MicroWindows" >&5
32513 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
32514         if test "x$MICROWINDOWS" = x ; then
32515             { echo "$as_me:$LINENO: result: not found" >&5
32516 echo "${ECHO_T}not found" >&6; }
32517             { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
32518 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
32519    { (exit 1); exit 1; }; }
32520         else
32521             { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
32522 echo "${ECHO_T}$MICROWINDOWS" >&6; }
32523         fi
32524
32525         if test -f $MICROWINDOWS/lib/libmwin.a; then
32526             { echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
32527 echo "${ECHO_T}MicroWindows' libraries found." >&6; }
32528         else
32529             { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
32530 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
32531    { (exit 1); exit 1; }; }
32532         fi
32533
32534         TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
32535         GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
32536
32537         wxUSE_UNIVERSAL="yes"
32538
32539         AFMINSTALL=afminstall
32540         TOOLKIT=MICROWIN
32541         GUIDIST=MICROWIN_DIST
32542
32543         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
32544     fi
32545
32546         if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
32547                                 { echo "$as_me:$LINENO: checking for X" >&5
32548 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
32549
32550
32551 # Check whether --with-x was given.
32552 if test "${with_x+set}" = set; then
32553   withval=$with_x;
32554 fi
32555
32556 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
32557 if test "x$with_x" = xno; then
32558   # The user explicitly disabled X.
32559   have_x=disabled
32560 else
32561   case $x_includes,$x_libraries in #(
32562     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
32563 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
32564    { (exit 1); exit 1; }; };; #(
32565     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
32566   echo $ECHO_N "(cached) $ECHO_C" >&6
32567 else
32568   # One or both of the vars are not set, and there is no cached value.
32569 ac_x_includes=no ac_x_libraries=no
32570 rm -f -r conftest.dir
32571 if mkdir conftest.dir; then
32572   cd conftest.dir
32573   cat >Imakefile <<'_ACEOF'
32574 incroot:
32575         @echo incroot='${INCROOT}'
32576 usrlibdir:
32577         @echo usrlibdir='${USRLIBDIR}'
32578 libdir:
32579         @echo libdir='${LIBDIR}'
32580 _ACEOF
32581   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
32582     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
32583     for ac_var in incroot usrlibdir libdir; do
32584       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
32585     done
32586     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
32587     for ac_extension in a so sl; do
32588       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
32589          test -f "$ac_im_libdir/libX11.$ac_extension"; then
32590         ac_im_usrlibdir=$ac_im_libdir; break
32591       fi
32592     done
32593     # Screen out bogus values from the imake configuration.  They are
32594     # bogus both because they are the default anyway, and because
32595     # using them would break gcc on systems where it needs fixed includes.
32596     case $ac_im_incroot in
32597         /usr/include) ac_x_includes= ;;
32598         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
32599     esac
32600     case $ac_im_usrlibdir in
32601         /usr/lib | /lib) ;;
32602         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
32603     esac
32604   fi
32605   cd ..
32606   rm -f -r conftest.dir
32607 fi
32608
32609 # Standard set of common directories for X headers.
32610 # Check X11 before X11Rn because it is often a symlink to the current release.
32611 ac_x_header_dirs='
32612 /usr/X11/include
32613 /usr/X11R6/include
32614 /usr/X11R5/include
32615 /usr/X11R4/include
32616
32617 /usr/include/X11
32618 /usr/include/X11R6
32619 /usr/include/X11R5
32620 /usr/include/X11R4
32621
32622 /usr/local/X11/include
32623 /usr/local/X11R6/include
32624 /usr/local/X11R5/include
32625 /usr/local/X11R4/include
32626
32627 /usr/local/include/X11
32628 /usr/local/include/X11R6
32629 /usr/local/include/X11R5
32630 /usr/local/include/X11R4
32631
32632 /usr/X386/include
32633 /usr/x386/include
32634 /usr/XFree86/include/X11
32635
32636 /usr/include
32637 /usr/local/include
32638 /usr/unsupported/include
32639 /usr/athena/include
32640 /usr/local/x11r5/include
32641 /usr/lpp/Xamples/include
32642
32643 /usr/openwin/include
32644 /usr/openwin/share/include'
32645
32646 if test "$ac_x_includes" = no; then
32647   # Guess where to find include files, by looking for Xlib.h.
32648   # First, try using that file with no special directory specified.
32649   cat >conftest.$ac_ext <<_ACEOF
32650 /* confdefs.h.  */
32651 _ACEOF
32652 cat confdefs.h >>conftest.$ac_ext
32653 cat >>conftest.$ac_ext <<_ACEOF
32654 /* end confdefs.h.  */
32655 #include <X11/Xlib.h>
32656 _ACEOF
32657 if { (ac_try="$ac_cpp conftest.$ac_ext"
32658 case "(($ac_try" in
32659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32660   *) ac_try_echo=$ac_try;;
32661 esac
32662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32663   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
32664   ac_status=$?
32665   grep -v '^ *+' conftest.er1 >conftest.err
32666   rm -f conftest.er1
32667   cat conftest.err >&5
32668   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32669   (exit $ac_status); } >/dev/null && {
32670          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
32671          test ! -s conftest.err
32672        }; then
32673   # We can compile using X headers with no special include directory.
32674 ac_x_includes=
32675 else
32676   echo "$as_me: failed program was:" >&5
32677 sed 's/^/| /' conftest.$ac_ext >&5
32678
32679   for ac_dir in $ac_x_header_dirs; do
32680   if test -r "$ac_dir/X11/Xlib.h"; then
32681     ac_x_includes=$ac_dir
32682     break
32683   fi
32684 done
32685 fi
32686
32687 rm -f conftest.err conftest.$ac_ext
32688 fi # $ac_x_includes = no
32689
32690 if test "$ac_x_libraries" = no; then
32691   # Check for the libraries.
32692   # See if we find them without any special options.
32693   # Don't add to $LIBS permanently.
32694   ac_save_LIBS=$LIBS
32695   LIBS="-lX11 $LIBS"
32696   cat >conftest.$ac_ext <<_ACEOF
32697 /* confdefs.h.  */
32698 _ACEOF
32699 cat confdefs.h >>conftest.$ac_ext
32700 cat >>conftest.$ac_ext <<_ACEOF
32701 /* end confdefs.h.  */
32702 #include <X11/Xlib.h>
32703 int
32704 main ()
32705 {
32706 XrmInitialize ()
32707   ;
32708   return 0;
32709 }
32710 _ACEOF
32711 rm -f conftest.$ac_objext conftest$ac_exeext
32712 if { (ac_try="$ac_link"
32713 case "(($ac_try" in
32714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32715   *) ac_try_echo=$ac_try;;
32716 esac
32717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32718   (eval "$ac_link") 2>conftest.er1
32719   ac_status=$?
32720   grep -v '^ *+' conftest.er1 >conftest.err
32721   rm -f conftest.er1
32722   cat conftest.err >&5
32723   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32724   (exit $ac_status); } && {
32725          test -z "$ac_c_werror_flag" ||
32726          test ! -s conftest.err
32727        } && test -s conftest$ac_exeext &&
32728        $as_test_x conftest$ac_exeext; then
32729   LIBS=$ac_save_LIBS
32730 # We can link X programs with no special library path.
32731 ac_x_libraries=
32732 else
32733   echo "$as_me: failed program was:" >&5
32734 sed 's/^/| /' conftest.$ac_ext >&5
32735
32736         LIBS=$ac_save_LIBS
32737 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
32738 do
32739   # Don't even attempt the hair of trying to link an X program!
32740   for ac_extension in a so sl; do
32741     if test -r "$ac_dir/libX11.$ac_extension"; then
32742       ac_x_libraries=$ac_dir
32743       break 2
32744     fi
32745   done
32746 done
32747 fi
32748
32749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32750       conftest$ac_exeext conftest.$ac_ext
32751 fi # $ac_x_libraries = no
32752
32753 case $ac_x_includes,$ac_x_libraries in #(
32754   no,* | *,no | *\'*)
32755     # Didn't find X, or a directory has "'" in its name.
32756     ac_cv_have_x="have_x=no";; #(
32757   *)
32758     # Record where we found X for the cache.
32759     ac_cv_have_x="have_x=yes\
32760         ac_x_includes='$ac_x_includes'\
32761         ac_x_libraries='$ac_x_libraries'"
32762 esac
32763 fi
32764 ;; #(
32765     *) have_x=yes;;
32766   esac
32767   eval "$ac_cv_have_x"
32768 fi # $with_x != no
32769
32770 if test "$have_x" != yes; then
32771   { echo "$as_me:$LINENO: result: $have_x" >&5
32772 echo "${ECHO_T}$have_x" >&6; }
32773   no_x=yes
32774 else
32775   # If each of the values was on the command line, it overrides each guess.
32776   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
32777   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
32778   # Update the cache value to reflect the command line values.
32779   ac_cv_have_x="have_x=yes\
32780         ac_x_includes='$x_includes'\
32781         ac_x_libraries='$x_libraries'"
32782   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
32783 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
32784 fi
32785
32786 if test "$no_x" = yes; then
32787   # Not all programs may use this symbol, but it does not hurt to define it.
32788
32789 cat >>confdefs.h <<\_ACEOF
32790 #define X_DISPLAY_MISSING 1
32791 _ACEOF
32792
32793   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
32794 else
32795   if test -n "$x_includes"; then
32796     X_CFLAGS="$X_CFLAGS -I$x_includes"
32797   fi
32798
32799   # It would also be nice to do this for all -L options, not just this one.
32800   if test -n "$x_libraries"; then
32801     X_LIBS="$X_LIBS -L$x_libraries"
32802     # For Solaris; some versions of Sun CC require a space after -R and
32803     # others require no space.  Words are not sufficient . . . .
32804     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
32805 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
32806     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
32807     ac_xsave_c_werror_flag=$ac_c_werror_flag
32808     ac_c_werror_flag=yes
32809     cat >conftest.$ac_ext <<_ACEOF
32810 /* confdefs.h.  */
32811 _ACEOF
32812 cat confdefs.h >>conftest.$ac_ext
32813 cat >>conftest.$ac_ext <<_ACEOF
32814 /* end confdefs.h.  */
32815
32816 int
32817 main ()
32818 {
32819
32820   ;
32821   return 0;
32822 }
32823 _ACEOF
32824 rm -f conftest.$ac_objext conftest$ac_exeext
32825 if { (ac_try="$ac_link"
32826 case "(($ac_try" in
32827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32828   *) ac_try_echo=$ac_try;;
32829 esac
32830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32831   (eval "$ac_link") 2>conftest.er1
32832   ac_status=$?
32833   grep -v '^ *+' conftest.er1 >conftest.err
32834   rm -f conftest.er1
32835   cat conftest.err >&5
32836   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32837   (exit $ac_status); } && {
32838          test -z "$ac_c_werror_flag" ||
32839          test ! -s conftest.err
32840        } && test -s conftest$ac_exeext &&
32841        $as_test_x conftest$ac_exeext; then
32842   { echo "$as_me:$LINENO: result: no" >&5
32843 echo "${ECHO_T}no" >&6; }
32844        X_LIBS="$X_LIBS -R$x_libraries"
32845 else
32846   echo "$as_me: failed program was:" >&5
32847 sed 's/^/| /' conftest.$ac_ext >&5
32848
32849         LIBS="$ac_xsave_LIBS -R $x_libraries"
32850        cat >conftest.$ac_ext <<_ACEOF
32851 /* confdefs.h.  */
32852 _ACEOF
32853 cat confdefs.h >>conftest.$ac_ext
32854 cat >>conftest.$ac_ext <<_ACEOF
32855 /* end confdefs.h.  */
32856
32857 int
32858 main ()
32859 {
32860
32861   ;
32862   return 0;
32863 }
32864 _ACEOF
32865 rm -f conftest.$ac_objext conftest$ac_exeext
32866 if { (ac_try="$ac_link"
32867 case "(($ac_try" in
32868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32869   *) ac_try_echo=$ac_try;;
32870 esac
32871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32872   (eval "$ac_link") 2>conftest.er1
32873   ac_status=$?
32874   grep -v '^ *+' conftest.er1 >conftest.err
32875   rm -f conftest.er1
32876   cat conftest.err >&5
32877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32878   (exit $ac_status); } && {
32879          test -z "$ac_c_werror_flag" ||
32880          test ! -s conftest.err
32881        } && test -s conftest$ac_exeext &&
32882        $as_test_x conftest$ac_exeext; then
32883   { echo "$as_me:$LINENO: result: yes" >&5
32884 echo "${ECHO_T}yes" >&6; }
32885           X_LIBS="$X_LIBS -R $x_libraries"
32886 else
32887   echo "$as_me: failed program was:" >&5
32888 sed 's/^/| /' conftest.$ac_ext >&5
32889
32890         { echo "$as_me:$LINENO: result: neither works" >&5
32891 echo "${ECHO_T}neither works" >&6; }
32892 fi
32893
32894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32895       conftest$ac_exeext conftest.$ac_ext
32896 fi
32897
32898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32899       conftest$ac_exeext conftest.$ac_ext
32900     ac_c_werror_flag=$ac_xsave_c_werror_flag
32901     LIBS=$ac_xsave_LIBS
32902   fi
32903
32904   # Check for system-dependent libraries X programs must link with.
32905   # Do this before checking for the system-independent R6 libraries
32906   # (-lICE), since we may need -lsocket or whatever for X linking.
32907
32908   if test "$ISC" = yes; then
32909     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
32910   else
32911     # Martyn Johnson says this is needed for Ultrix, if the X
32912     # libraries were built with DECnet support.  And Karl Berry says
32913     # the Alpha needs dnet_stub (dnet does not exist).
32914     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
32915     cat >conftest.$ac_ext <<_ACEOF
32916 /* confdefs.h.  */
32917 _ACEOF
32918 cat confdefs.h >>conftest.$ac_ext
32919 cat >>conftest.$ac_ext <<_ACEOF
32920 /* end confdefs.h.  */
32921
32922 /* Override any GCC internal prototype to avoid an error.
32923    Use char because int might match the return type of a GCC
32924    builtin and then its argument prototype would still apply.  */
32925 #ifdef __cplusplus
32926 extern "C"
32927 #endif
32928 char XOpenDisplay ();
32929 int
32930 main ()
32931 {
32932 return XOpenDisplay ();
32933   ;
32934   return 0;
32935 }
32936 _ACEOF
32937 rm -f conftest.$ac_objext conftest$ac_exeext
32938 if { (ac_try="$ac_link"
32939 case "(($ac_try" in
32940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32941   *) ac_try_echo=$ac_try;;
32942 esac
32943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32944   (eval "$ac_link") 2>conftest.er1
32945   ac_status=$?
32946   grep -v '^ *+' conftest.er1 >conftest.err
32947   rm -f conftest.er1
32948   cat conftest.err >&5
32949   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32950   (exit $ac_status); } && {
32951          test -z "$ac_c_werror_flag" ||
32952          test ! -s conftest.err
32953        } && test -s conftest$ac_exeext &&
32954        $as_test_x conftest$ac_exeext; then
32955   :
32956 else
32957   echo "$as_me: failed program was:" >&5
32958 sed 's/^/| /' conftest.$ac_ext >&5
32959
32960         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
32961 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
32962 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
32963   echo $ECHO_N "(cached) $ECHO_C" >&6
32964 else
32965   ac_check_lib_save_LIBS=$LIBS
32966 LIBS="-ldnet  $LIBS"
32967 cat >conftest.$ac_ext <<_ACEOF
32968 /* confdefs.h.  */
32969 _ACEOF
32970 cat confdefs.h >>conftest.$ac_ext
32971 cat >>conftest.$ac_ext <<_ACEOF
32972 /* end confdefs.h.  */
32973
32974 /* Override any GCC internal prototype to avoid an error.
32975    Use char because int might match the return type of a GCC
32976    builtin and then its argument prototype would still apply.  */
32977 #ifdef __cplusplus
32978 extern "C"
32979 #endif
32980 char dnet_ntoa ();
32981 int
32982 main ()
32983 {
32984 return dnet_ntoa ();
32985   ;
32986   return 0;
32987 }
32988 _ACEOF
32989 rm -f conftest.$ac_objext conftest$ac_exeext
32990 if { (ac_try="$ac_link"
32991 case "(($ac_try" in
32992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32993   *) ac_try_echo=$ac_try;;
32994 esac
32995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32996   (eval "$ac_link") 2>conftest.er1
32997   ac_status=$?
32998   grep -v '^ *+' conftest.er1 >conftest.err
32999   rm -f conftest.er1
33000   cat conftest.err >&5
33001   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33002   (exit $ac_status); } && {
33003          test -z "$ac_c_werror_flag" ||
33004          test ! -s conftest.err
33005        } && test -s conftest$ac_exeext &&
33006        $as_test_x conftest$ac_exeext; then
33007   ac_cv_lib_dnet_dnet_ntoa=yes
33008 else
33009   echo "$as_me: failed program was:" >&5
33010 sed 's/^/| /' conftest.$ac_ext >&5
33011
33012         ac_cv_lib_dnet_dnet_ntoa=no
33013 fi
33014
33015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33016       conftest$ac_exeext conftest.$ac_ext
33017 LIBS=$ac_check_lib_save_LIBS
33018 fi
33019 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
33020 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
33021 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
33022   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
33023 fi
33024
33025     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
33026       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
33027 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
33028 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
33029   echo $ECHO_N "(cached) $ECHO_C" >&6
33030 else
33031   ac_check_lib_save_LIBS=$LIBS
33032 LIBS="-ldnet_stub  $LIBS"
33033 cat >conftest.$ac_ext <<_ACEOF
33034 /* confdefs.h.  */
33035 _ACEOF
33036 cat confdefs.h >>conftest.$ac_ext
33037 cat >>conftest.$ac_ext <<_ACEOF
33038 /* end confdefs.h.  */
33039
33040 /* Override any GCC internal prototype to avoid an error.
33041    Use char because int might match the return type of a GCC
33042    builtin and then its argument prototype would still apply.  */
33043 #ifdef __cplusplus
33044 extern "C"
33045 #endif
33046 char dnet_ntoa ();
33047 int
33048 main ()
33049 {
33050 return dnet_ntoa ();
33051   ;
33052   return 0;
33053 }
33054 _ACEOF
33055 rm -f conftest.$ac_objext conftest$ac_exeext
33056 if { (ac_try="$ac_link"
33057 case "(($ac_try" in
33058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33059   *) ac_try_echo=$ac_try;;
33060 esac
33061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33062   (eval "$ac_link") 2>conftest.er1
33063   ac_status=$?
33064   grep -v '^ *+' conftest.er1 >conftest.err
33065   rm -f conftest.er1
33066   cat conftest.err >&5
33067   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33068   (exit $ac_status); } && {
33069          test -z "$ac_c_werror_flag" ||
33070          test ! -s conftest.err
33071        } && test -s conftest$ac_exeext &&
33072        $as_test_x conftest$ac_exeext; then
33073   ac_cv_lib_dnet_stub_dnet_ntoa=yes
33074 else
33075   echo "$as_me: failed program was:" >&5
33076 sed 's/^/| /' conftest.$ac_ext >&5
33077
33078         ac_cv_lib_dnet_stub_dnet_ntoa=no
33079 fi
33080
33081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33082       conftest$ac_exeext conftest.$ac_ext
33083 LIBS=$ac_check_lib_save_LIBS
33084 fi
33085 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
33086 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
33087 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
33088   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
33089 fi
33090
33091     fi
33092 fi
33093
33094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33095       conftest$ac_exeext conftest.$ac_ext
33096     LIBS="$ac_xsave_LIBS"
33097
33098     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
33099     # to get the SysV transport functions.
33100     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
33101     # needs -lnsl.
33102     # The nsl library prevents programs from opening the X display
33103     # on Irix 5.2, according to T.E. Dickey.
33104     # The functions gethostbyname, getservbyname, and inet_addr are
33105     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
33106     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
33107 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
33108 if test "${ac_cv_func_gethostbyname+set}" = set; then
33109   echo $ECHO_N "(cached) $ECHO_C" >&6
33110 else
33111   cat >conftest.$ac_ext <<_ACEOF
33112 /* confdefs.h.  */
33113 _ACEOF
33114 cat confdefs.h >>conftest.$ac_ext
33115 cat >>conftest.$ac_ext <<_ACEOF
33116 /* end confdefs.h.  */
33117 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
33118    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
33119 #define gethostbyname innocuous_gethostbyname
33120
33121 /* System header to define __stub macros and hopefully few prototypes,
33122     which can conflict with char gethostbyname (); below.
33123     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33124     <limits.h> exists even on freestanding compilers.  */
33125
33126 #ifdef __STDC__
33127 # include <limits.h>
33128 #else
33129 # include <assert.h>
33130 #endif
33131
33132 #undef gethostbyname
33133
33134 /* Override any GCC internal prototype to avoid an error.
33135    Use char because int might match the return type of a GCC
33136    builtin and then its argument prototype would still apply.  */
33137 #ifdef __cplusplus
33138 extern "C"
33139 #endif
33140 char gethostbyname ();
33141 /* The GNU C library defines this for functions which it implements
33142     to always fail with ENOSYS.  Some functions are actually named
33143     something starting with __ and the normal name is an alias.  */
33144 #if defined __stub_gethostbyname || defined __stub___gethostbyname
33145 choke me
33146 #endif
33147
33148 int
33149 main ()
33150 {
33151 return gethostbyname ();
33152   ;
33153   return 0;
33154 }
33155 _ACEOF
33156 rm -f conftest.$ac_objext conftest$ac_exeext
33157 if { (ac_try="$ac_link"
33158 case "(($ac_try" in
33159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33160   *) ac_try_echo=$ac_try;;
33161 esac
33162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33163   (eval "$ac_link") 2>conftest.er1
33164   ac_status=$?
33165   grep -v '^ *+' conftest.er1 >conftest.err
33166   rm -f conftest.er1
33167   cat conftest.err >&5
33168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33169   (exit $ac_status); } && {
33170          test -z "$ac_c_werror_flag" ||
33171          test ! -s conftest.err
33172        } && test -s conftest$ac_exeext &&
33173        $as_test_x conftest$ac_exeext; then
33174   ac_cv_func_gethostbyname=yes
33175 else
33176   echo "$as_me: failed program was:" >&5
33177 sed 's/^/| /' conftest.$ac_ext >&5
33178
33179         ac_cv_func_gethostbyname=no
33180 fi
33181
33182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33183       conftest$ac_exeext conftest.$ac_ext
33184 fi
33185 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
33186 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
33187
33188     if test $ac_cv_func_gethostbyname = no; then
33189       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
33190 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
33191 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
33192   echo $ECHO_N "(cached) $ECHO_C" >&6
33193 else
33194   ac_check_lib_save_LIBS=$LIBS
33195 LIBS="-lnsl  $LIBS"
33196 cat >conftest.$ac_ext <<_ACEOF
33197 /* confdefs.h.  */
33198 _ACEOF
33199 cat confdefs.h >>conftest.$ac_ext
33200 cat >>conftest.$ac_ext <<_ACEOF
33201 /* end confdefs.h.  */
33202
33203 /* Override any GCC internal prototype to avoid an error.
33204    Use char because int might match the return type of a GCC
33205    builtin and then its argument prototype would still apply.  */
33206 #ifdef __cplusplus
33207 extern "C"
33208 #endif
33209 char gethostbyname ();
33210 int
33211 main ()
33212 {
33213 return gethostbyname ();
33214   ;
33215   return 0;
33216 }
33217 _ACEOF
33218 rm -f conftest.$ac_objext conftest$ac_exeext
33219 if { (ac_try="$ac_link"
33220 case "(($ac_try" in
33221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33222   *) ac_try_echo=$ac_try;;
33223 esac
33224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33225   (eval "$ac_link") 2>conftest.er1
33226   ac_status=$?
33227   grep -v '^ *+' conftest.er1 >conftest.err
33228   rm -f conftest.er1
33229   cat conftest.err >&5
33230   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33231   (exit $ac_status); } && {
33232          test -z "$ac_c_werror_flag" ||
33233          test ! -s conftest.err
33234        } && test -s conftest$ac_exeext &&
33235        $as_test_x conftest$ac_exeext; then
33236   ac_cv_lib_nsl_gethostbyname=yes
33237 else
33238   echo "$as_me: failed program was:" >&5
33239 sed 's/^/| /' conftest.$ac_ext >&5
33240
33241         ac_cv_lib_nsl_gethostbyname=no
33242 fi
33243
33244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33245       conftest$ac_exeext conftest.$ac_ext
33246 LIBS=$ac_check_lib_save_LIBS
33247 fi
33248 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
33249 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
33250 if test $ac_cv_lib_nsl_gethostbyname = yes; then
33251   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
33252 fi
33253
33254       if test $ac_cv_lib_nsl_gethostbyname = no; then
33255         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
33256 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
33257 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
33258   echo $ECHO_N "(cached) $ECHO_C" >&6
33259 else
33260   ac_check_lib_save_LIBS=$LIBS
33261 LIBS="-lbsd  $LIBS"
33262 cat >conftest.$ac_ext <<_ACEOF
33263 /* confdefs.h.  */
33264 _ACEOF
33265 cat confdefs.h >>conftest.$ac_ext
33266 cat >>conftest.$ac_ext <<_ACEOF
33267 /* end confdefs.h.  */
33268
33269 /* Override any GCC internal prototype to avoid an error.
33270    Use char because int might match the return type of a GCC
33271    builtin and then its argument prototype would still apply.  */
33272 #ifdef __cplusplus
33273 extern "C"
33274 #endif
33275 char gethostbyname ();
33276 int
33277 main ()
33278 {
33279 return gethostbyname ();
33280   ;
33281   return 0;
33282 }
33283 _ACEOF
33284 rm -f conftest.$ac_objext conftest$ac_exeext
33285 if { (ac_try="$ac_link"
33286 case "(($ac_try" in
33287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33288   *) ac_try_echo=$ac_try;;
33289 esac
33290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33291   (eval "$ac_link") 2>conftest.er1
33292   ac_status=$?
33293   grep -v '^ *+' conftest.er1 >conftest.err
33294   rm -f conftest.er1
33295   cat conftest.err >&5
33296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33297   (exit $ac_status); } && {
33298          test -z "$ac_c_werror_flag" ||
33299          test ! -s conftest.err
33300        } && test -s conftest$ac_exeext &&
33301        $as_test_x conftest$ac_exeext; then
33302   ac_cv_lib_bsd_gethostbyname=yes
33303 else
33304   echo "$as_me: failed program was:" >&5
33305 sed 's/^/| /' conftest.$ac_ext >&5
33306
33307         ac_cv_lib_bsd_gethostbyname=no
33308 fi
33309
33310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33311       conftest$ac_exeext conftest.$ac_ext
33312 LIBS=$ac_check_lib_save_LIBS
33313 fi
33314 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
33315 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
33316 if test $ac_cv_lib_bsd_gethostbyname = yes; then
33317   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
33318 fi
33319
33320       fi
33321     fi
33322
33323     # lieder@skyler.mavd.honeywell.com says without -lsocket,
33324     # socket/setsockopt and other routines are undefined under SCO ODT
33325     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
33326     # on later versions), says Simon Leinen: it contains gethostby*
33327     # variants that don't use the name server (or something).  -lsocket
33328     # must be given before -lnsl if both are needed.  We assume that
33329     # if connect needs -lnsl, so does gethostbyname.
33330     { echo "$as_me:$LINENO: checking for connect" >&5
33331 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
33332 if test "${ac_cv_func_connect+set}" = set; then
33333   echo $ECHO_N "(cached) $ECHO_C" >&6
33334 else
33335   cat >conftest.$ac_ext <<_ACEOF
33336 /* confdefs.h.  */
33337 _ACEOF
33338 cat confdefs.h >>conftest.$ac_ext
33339 cat >>conftest.$ac_ext <<_ACEOF
33340 /* end confdefs.h.  */
33341 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
33342    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
33343 #define connect innocuous_connect
33344
33345 /* System header to define __stub macros and hopefully few prototypes,
33346     which can conflict with char connect (); below.
33347     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33348     <limits.h> exists even on freestanding compilers.  */
33349
33350 #ifdef __STDC__
33351 # include <limits.h>
33352 #else
33353 # include <assert.h>
33354 #endif
33355
33356 #undef connect
33357
33358 /* Override any GCC internal prototype to avoid an error.
33359    Use char because int might match the return type of a GCC
33360    builtin and then its argument prototype would still apply.  */
33361 #ifdef __cplusplus
33362 extern "C"
33363 #endif
33364 char connect ();
33365 /* The GNU C library defines this for functions which it implements
33366     to always fail with ENOSYS.  Some functions are actually named
33367     something starting with __ and the normal name is an alias.  */
33368 #if defined __stub_connect || defined __stub___connect
33369 choke me
33370 #endif
33371
33372 int
33373 main ()
33374 {
33375 return connect ();
33376   ;
33377   return 0;
33378 }
33379 _ACEOF
33380 rm -f conftest.$ac_objext conftest$ac_exeext
33381 if { (ac_try="$ac_link"
33382 case "(($ac_try" in
33383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33384   *) ac_try_echo=$ac_try;;
33385 esac
33386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33387   (eval "$ac_link") 2>conftest.er1
33388   ac_status=$?
33389   grep -v '^ *+' conftest.er1 >conftest.err
33390   rm -f conftest.er1
33391   cat conftest.err >&5
33392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33393   (exit $ac_status); } && {
33394          test -z "$ac_c_werror_flag" ||
33395          test ! -s conftest.err
33396        } && test -s conftest$ac_exeext &&
33397        $as_test_x conftest$ac_exeext; then
33398   ac_cv_func_connect=yes
33399 else
33400   echo "$as_me: failed program was:" >&5
33401 sed 's/^/| /' conftest.$ac_ext >&5
33402
33403         ac_cv_func_connect=no
33404 fi
33405
33406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33407       conftest$ac_exeext conftest.$ac_ext
33408 fi
33409 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
33410 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
33411
33412     if test $ac_cv_func_connect = no; then
33413       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
33414 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
33415 if test "${ac_cv_lib_socket_connect+set}" = set; then
33416   echo $ECHO_N "(cached) $ECHO_C" >&6
33417 else
33418   ac_check_lib_save_LIBS=$LIBS
33419 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
33420 cat >conftest.$ac_ext <<_ACEOF
33421 /* confdefs.h.  */
33422 _ACEOF
33423 cat confdefs.h >>conftest.$ac_ext
33424 cat >>conftest.$ac_ext <<_ACEOF
33425 /* end confdefs.h.  */
33426
33427 /* Override any GCC internal prototype to avoid an error.
33428    Use char because int might match the return type of a GCC
33429    builtin and then its argument prototype would still apply.  */
33430 #ifdef __cplusplus
33431 extern "C"
33432 #endif
33433 char connect ();
33434 int
33435 main ()
33436 {
33437 return connect ();
33438   ;
33439   return 0;
33440 }
33441 _ACEOF
33442 rm -f conftest.$ac_objext conftest$ac_exeext
33443 if { (ac_try="$ac_link"
33444 case "(($ac_try" in
33445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33446   *) ac_try_echo=$ac_try;;
33447 esac
33448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33449   (eval "$ac_link") 2>conftest.er1
33450   ac_status=$?
33451   grep -v '^ *+' conftest.er1 >conftest.err
33452   rm -f conftest.er1
33453   cat conftest.err >&5
33454   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33455   (exit $ac_status); } && {
33456          test -z "$ac_c_werror_flag" ||
33457          test ! -s conftest.err
33458        } && test -s conftest$ac_exeext &&
33459        $as_test_x conftest$ac_exeext; then
33460   ac_cv_lib_socket_connect=yes
33461 else
33462   echo "$as_me: failed program was:" >&5
33463 sed 's/^/| /' conftest.$ac_ext >&5
33464
33465         ac_cv_lib_socket_connect=no
33466 fi
33467
33468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33469       conftest$ac_exeext conftest.$ac_ext
33470 LIBS=$ac_check_lib_save_LIBS
33471 fi
33472 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
33473 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
33474 if test $ac_cv_lib_socket_connect = yes; then
33475   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
33476 fi
33477
33478     fi
33479
33480     # Guillermo Gomez says -lposix is necessary on A/UX.
33481     { echo "$as_me:$LINENO: checking for remove" >&5
33482 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
33483 if test "${ac_cv_func_remove+set}" = set; then
33484   echo $ECHO_N "(cached) $ECHO_C" >&6
33485 else
33486   cat >conftest.$ac_ext <<_ACEOF
33487 /* confdefs.h.  */
33488 _ACEOF
33489 cat confdefs.h >>conftest.$ac_ext
33490 cat >>conftest.$ac_ext <<_ACEOF
33491 /* end confdefs.h.  */
33492 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
33493    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
33494 #define remove innocuous_remove
33495
33496 /* System header to define __stub macros and hopefully few prototypes,
33497     which can conflict with char remove (); below.
33498     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33499     <limits.h> exists even on freestanding compilers.  */
33500
33501 #ifdef __STDC__
33502 # include <limits.h>
33503 #else
33504 # include <assert.h>
33505 #endif
33506
33507 #undef remove
33508
33509 /* Override any GCC internal prototype to avoid an error.
33510    Use char because int might match the return type of a GCC
33511    builtin and then its argument prototype would still apply.  */
33512 #ifdef __cplusplus
33513 extern "C"
33514 #endif
33515 char remove ();
33516 /* The GNU C library defines this for functions which it implements
33517     to always fail with ENOSYS.  Some functions are actually named
33518     something starting with __ and the normal name is an alias.  */
33519 #if defined __stub_remove || defined __stub___remove
33520 choke me
33521 #endif
33522
33523 int
33524 main ()
33525 {
33526 return remove ();
33527   ;
33528   return 0;
33529 }
33530 _ACEOF
33531 rm -f conftest.$ac_objext conftest$ac_exeext
33532 if { (ac_try="$ac_link"
33533 case "(($ac_try" in
33534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33535   *) ac_try_echo=$ac_try;;
33536 esac
33537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33538   (eval "$ac_link") 2>conftest.er1
33539   ac_status=$?
33540   grep -v '^ *+' conftest.er1 >conftest.err
33541   rm -f conftest.er1
33542   cat conftest.err >&5
33543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33544   (exit $ac_status); } && {
33545          test -z "$ac_c_werror_flag" ||
33546          test ! -s conftest.err
33547        } && test -s conftest$ac_exeext &&
33548        $as_test_x conftest$ac_exeext; then
33549   ac_cv_func_remove=yes
33550 else
33551   echo "$as_me: failed program was:" >&5
33552 sed 's/^/| /' conftest.$ac_ext >&5
33553
33554         ac_cv_func_remove=no
33555 fi
33556
33557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33558       conftest$ac_exeext conftest.$ac_ext
33559 fi
33560 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
33561 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
33562
33563     if test $ac_cv_func_remove = no; then
33564       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
33565 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
33566 if test "${ac_cv_lib_posix_remove+set}" = set; then
33567   echo $ECHO_N "(cached) $ECHO_C" >&6
33568 else
33569   ac_check_lib_save_LIBS=$LIBS
33570 LIBS="-lposix  $LIBS"
33571 cat >conftest.$ac_ext <<_ACEOF
33572 /* confdefs.h.  */
33573 _ACEOF
33574 cat confdefs.h >>conftest.$ac_ext
33575 cat >>conftest.$ac_ext <<_ACEOF
33576 /* end confdefs.h.  */
33577
33578 /* Override any GCC internal prototype to avoid an error.
33579    Use char because int might match the return type of a GCC
33580    builtin and then its argument prototype would still apply.  */
33581 #ifdef __cplusplus
33582 extern "C"
33583 #endif
33584 char remove ();
33585 int
33586 main ()
33587 {
33588 return remove ();
33589   ;
33590   return 0;
33591 }
33592 _ACEOF
33593 rm -f conftest.$ac_objext conftest$ac_exeext
33594 if { (ac_try="$ac_link"
33595 case "(($ac_try" in
33596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33597   *) ac_try_echo=$ac_try;;
33598 esac
33599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33600   (eval "$ac_link") 2>conftest.er1
33601   ac_status=$?
33602   grep -v '^ *+' conftest.er1 >conftest.err
33603   rm -f conftest.er1
33604   cat conftest.err >&5
33605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33606   (exit $ac_status); } && {
33607          test -z "$ac_c_werror_flag" ||
33608          test ! -s conftest.err
33609        } && test -s conftest$ac_exeext &&
33610        $as_test_x conftest$ac_exeext; then
33611   ac_cv_lib_posix_remove=yes
33612 else
33613   echo "$as_me: failed program was:" >&5
33614 sed 's/^/| /' conftest.$ac_ext >&5
33615
33616         ac_cv_lib_posix_remove=no
33617 fi
33618
33619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33620       conftest$ac_exeext conftest.$ac_ext
33621 LIBS=$ac_check_lib_save_LIBS
33622 fi
33623 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
33624 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
33625 if test $ac_cv_lib_posix_remove = yes; then
33626   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
33627 fi
33628
33629     fi
33630
33631     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
33632     { echo "$as_me:$LINENO: checking for shmat" >&5
33633 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
33634 if test "${ac_cv_func_shmat+set}" = set; then
33635   echo $ECHO_N "(cached) $ECHO_C" >&6
33636 else
33637   cat >conftest.$ac_ext <<_ACEOF
33638 /* confdefs.h.  */
33639 _ACEOF
33640 cat confdefs.h >>conftest.$ac_ext
33641 cat >>conftest.$ac_ext <<_ACEOF
33642 /* end confdefs.h.  */
33643 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
33644    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
33645 #define shmat innocuous_shmat
33646
33647 /* System header to define __stub macros and hopefully few prototypes,
33648     which can conflict with char shmat (); below.
33649     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33650     <limits.h> exists even on freestanding compilers.  */
33651
33652 #ifdef __STDC__
33653 # include <limits.h>
33654 #else
33655 # include <assert.h>
33656 #endif
33657
33658 #undef shmat
33659
33660 /* Override any GCC internal prototype to avoid an error.
33661    Use char because int might match the return type of a GCC
33662    builtin and then its argument prototype would still apply.  */
33663 #ifdef __cplusplus
33664 extern "C"
33665 #endif
33666 char shmat ();
33667 /* The GNU C library defines this for functions which it implements
33668     to always fail with ENOSYS.  Some functions are actually named
33669     something starting with __ and the normal name is an alias.  */
33670 #if defined __stub_shmat || defined __stub___shmat
33671 choke me
33672 #endif
33673
33674 int
33675 main ()
33676 {
33677 return shmat ();
33678   ;
33679   return 0;
33680 }
33681 _ACEOF
33682 rm -f conftest.$ac_objext conftest$ac_exeext
33683 if { (ac_try="$ac_link"
33684 case "(($ac_try" in
33685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33686   *) ac_try_echo=$ac_try;;
33687 esac
33688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33689   (eval "$ac_link") 2>conftest.er1
33690   ac_status=$?
33691   grep -v '^ *+' conftest.er1 >conftest.err
33692   rm -f conftest.er1
33693   cat conftest.err >&5
33694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33695   (exit $ac_status); } && {
33696          test -z "$ac_c_werror_flag" ||
33697          test ! -s conftest.err
33698        } && test -s conftest$ac_exeext &&
33699        $as_test_x conftest$ac_exeext; then
33700   ac_cv_func_shmat=yes
33701 else
33702   echo "$as_me: failed program was:" >&5
33703 sed 's/^/| /' conftest.$ac_ext >&5
33704
33705         ac_cv_func_shmat=no
33706 fi
33707
33708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33709       conftest$ac_exeext conftest.$ac_ext
33710 fi
33711 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
33712 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
33713
33714     if test $ac_cv_func_shmat = no; then
33715       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
33716 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
33717 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
33718   echo $ECHO_N "(cached) $ECHO_C" >&6
33719 else
33720   ac_check_lib_save_LIBS=$LIBS
33721 LIBS="-lipc  $LIBS"
33722 cat >conftest.$ac_ext <<_ACEOF
33723 /* confdefs.h.  */
33724 _ACEOF
33725 cat confdefs.h >>conftest.$ac_ext
33726 cat >>conftest.$ac_ext <<_ACEOF
33727 /* end confdefs.h.  */
33728
33729 /* Override any GCC internal prototype to avoid an error.
33730    Use char because int might match the return type of a GCC
33731    builtin and then its argument prototype would still apply.  */
33732 #ifdef __cplusplus
33733 extern "C"
33734 #endif
33735 char shmat ();
33736 int
33737 main ()
33738 {
33739 return shmat ();
33740   ;
33741   return 0;
33742 }
33743 _ACEOF
33744 rm -f conftest.$ac_objext conftest$ac_exeext
33745 if { (ac_try="$ac_link"
33746 case "(($ac_try" in
33747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33748   *) ac_try_echo=$ac_try;;
33749 esac
33750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33751   (eval "$ac_link") 2>conftest.er1
33752   ac_status=$?
33753   grep -v '^ *+' conftest.er1 >conftest.err
33754   rm -f conftest.er1
33755   cat conftest.err >&5
33756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33757   (exit $ac_status); } && {
33758          test -z "$ac_c_werror_flag" ||
33759          test ! -s conftest.err
33760        } && test -s conftest$ac_exeext &&
33761        $as_test_x conftest$ac_exeext; then
33762   ac_cv_lib_ipc_shmat=yes
33763 else
33764   echo "$as_me: failed program was:" >&5
33765 sed 's/^/| /' conftest.$ac_ext >&5
33766
33767         ac_cv_lib_ipc_shmat=no
33768 fi
33769
33770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33771       conftest$ac_exeext conftest.$ac_ext
33772 LIBS=$ac_check_lib_save_LIBS
33773 fi
33774 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
33775 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
33776 if test $ac_cv_lib_ipc_shmat = yes; then
33777   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
33778 fi
33779
33780     fi
33781   fi
33782
33783   # Check for libraries that X11R6 Xt/Xaw programs need.
33784   ac_save_LDFLAGS=$LDFLAGS
33785   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
33786   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
33787   # check for ICE first), but we must link in the order -lSM -lICE or
33788   # we get undefined symbols.  So assume we have SM if we have ICE.
33789   # These have to be linked with before -lX11, unlike the other
33790   # libraries we check for below, so use a different variable.
33791   # John Interrante, Karl Berry
33792   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
33793 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
33794 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
33795   echo $ECHO_N "(cached) $ECHO_C" >&6
33796 else
33797   ac_check_lib_save_LIBS=$LIBS
33798 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
33799 cat >conftest.$ac_ext <<_ACEOF
33800 /* confdefs.h.  */
33801 _ACEOF
33802 cat confdefs.h >>conftest.$ac_ext
33803 cat >>conftest.$ac_ext <<_ACEOF
33804 /* end confdefs.h.  */
33805
33806 /* Override any GCC internal prototype to avoid an error.
33807    Use char because int might match the return type of a GCC
33808    builtin and then its argument prototype would still apply.  */
33809 #ifdef __cplusplus
33810 extern "C"
33811 #endif
33812 char IceConnectionNumber ();
33813 int
33814 main ()
33815 {
33816 return IceConnectionNumber ();
33817   ;
33818   return 0;
33819 }
33820 _ACEOF
33821 rm -f conftest.$ac_objext conftest$ac_exeext
33822 if { (ac_try="$ac_link"
33823 case "(($ac_try" in
33824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33825   *) ac_try_echo=$ac_try;;
33826 esac
33827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33828   (eval "$ac_link") 2>conftest.er1
33829   ac_status=$?
33830   grep -v '^ *+' conftest.er1 >conftest.err
33831   rm -f conftest.er1
33832   cat conftest.err >&5
33833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33834   (exit $ac_status); } && {
33835          test -z "$ac_c_werror_flag" ||
33836          test ! -s conftest.err
33837        } && test -s conftest$ac_exeext &&
33838        $as_test_x conftest$ac_exeext; then
33839   ac_cv_lib_ICE_IceConnectionNumber=yes
33840 else
33841   echo "$as_me: failed program was:" >&5
33842 sed 's/^/| /' conftest.$ac_ext >&5
33843
33844         ac_cv_lib_ICE_IceConnectionNumber=no
33845 fi
33846
33847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33848       conftest$ac_exeext conftest.$ac_ext
33849 LIBS=$ac_check_lib_save_LIBS
33850 fi
33851 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
33852 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
33853 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
33854   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
33855 fi
33856
33857   LDFLAGS=$ac_save_LDFLAGS
33858
33859 fi
33860
33861
33862         if test "$no_x" = "yes"; then
33863           { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
33864 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
33865    { (exit 1); exit 1; }; }
33866         fi
33867
33868                                 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
33869         TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
33870         AFMINSTALL=afminstall
33871         COMPILED_X_PROGRAM=0
33872
33873     fi
33874
33875     if test "$wxUSE_X11" = 1; then
33876         if test "$wxUSE_NANOX" = "yes"; then
33877             { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
33878 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
33879             if test "x$MICROWIN" = x ; then
33880                 { echo "$as_me:$LINENO: result: not found" >&5
33881 echo "${ECHO_T}not found" >&6; }
33882                 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
33883 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
33884    { (exit 1); exit 1; }; }
33885             else
33886                 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
33887 echo "${ECHO_T}$MICROWIN" >&6; }
33888                 cat >>confdefs.h <<\_ACEOF
33889 #define wxUSE_NANOX 1
33890 _ACEOF
33891
33892             fi
33893         fi
33894
33895         if test "$wxUSE_UNICODE" = "yes"; then
33896
33897
33898 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33899         if test -n "$ac_tool_prefix"; then
33900   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
33901 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
33902 { echo "$as_me:$LINENO: checking for $ac_word" >&5
33903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33904 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
33905   echo $ECHO_N "(cached) $ECHO_C" >&6
33906 else
33907   case $PKG_CONFIG in
33908   [\\/]* | ?:[\\/]*)
33909   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
33910   ;;
33911   *)
33912   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33913 for as_dir in $PATH
33914 do
33915   IFS=$as_save_IFS
33916   test -z "$as_dir" && as_dir=.
33917   for ac_exec_ext in '' $ac_executable_extensions; do
33918   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33919     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33920     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33921     break 2
33922   fi
33923 done
33924 done
33925 IFS=$as_save_IFS
33926
33927   ;;
33928 esac
33929 fi
33930 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
33931 if test -n "$PKG_CONFIG"; then
33932   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
33933 echo "${ECHO_T}$PKG_CONFIG" >&6; }
33934 else
33935   { echo "$as_me:$LINENO: result: no" >&5
33936 echo "${ECHO_T}no" >&6; }
33937 fi
33938
33939
33940 fi
33941 if test -z "$ac_cv_path_PKG_CONFIG"; then
33942   ac_pt_PKG_CONFIG=$PKG_CONFIG
33943   # Extract the first word of "pkg-config", so it can be a program name with args.
33944 set dummy pkg-config; ac_word=$2
33945 { echo "$as_me:$LINENO: checking for $ac_word" >&5
33946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33947 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
33948   echo $ECHO_N "(cached) $ECHO_C" >&6
33949 else
33950   case $ac_pt_PKG_CONFIG in
33951   [\\/]* | ?:[\\/]*)
33952   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
33953   ;;
33954   *)
33955   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33956 for as_dir in $PATH
33957 do
33958   IFS=$as_save_IFS
33959   test -z "$as_dir" && as_dir=.
33960   for ac_exec_ext in '' $ac_executable_extensions; do
33961   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33962     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33963     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33964     break 2
33965   fi
33966 done
33967 done
33968 IFS=$as_save_IFS
33969
33970   ;;
33971 esac
33972 fi
33973 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
33974 if test -n "$ac_pt_PKG_CONFIG"; then
33975   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
33976 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
33977 else
33978   { echo "$as_me:$LINENO: result: no" >&5
33979 echo "${ECHO_T}no" >&6; }
33980 fi
33981
33982   if test "x$ac_pt_PKG_CONFIG" = x; then
33983     PKG_CONFIG=""
33984   else
33985     case $cross_compiling:$ac_tool_warned in
33986 yes:)
33987 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
33988 whose name does not start with the host triplet.  If you think this
33989 configuration is useful to you, please write to autoconf@gnu.org." >&5
33990 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
33991 whose name does not start with the host triplet.  If you think this
33992 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
33993 ac_tool_warned=yes ;;
33994 esac
33995     PKG_CONFIG=$ac_pt_PKG_CONFIG
33996   fi
33997 else
33998   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
33999 fi
34000
34001 fi
34002 if test -n "$PKG_CONFIG"; then
34003         _pkg_min_version=0.9.0
34004         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
34005 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
34006         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
34007                 { echo "$as_me:$LINENO: result: yes" >&5
34008 echo "${ECHO_T}yes" >&6; }
34009         else
34010                 { echo "$as_me:$LINENO: result: no" >&5
34011 echo "${ECHO_T}no" >&6; }
34012                 PKG_CONFIG=""
34013         fi
34014
34015 fi
34016
34017
34018 pkg_failed=no
34019 { echo "$as_me:$LINENO: checking for PANGOX" >&5
34020 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
34021
34022 if test -n "$PKG_CONFIG"; then
34023     if test -n "$PANGOX_CFLAGS"; then
34024         pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
34025     else
34026         if test -n "$PKG_CONFIG" && \
34027     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
34028   ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
34029   ac_status=$?
34030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34031   (exit $ac_status); }; then
34032   pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
34033 else
34034   pkg_failed=yes
34035 fi
34036     fi
34037 else
34038         pkg_failed=untried
34039 fi
34040 if test -n "$PKG_CONFIG"; then
34041     if test -n "$PANGOX_LIBS"; then
34042         pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
34043     else
34044         if test -n "$PKG_CONFIG" && \
34045     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
34046   ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
34047   ac_status=$?
34048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34049   (exit $ac_status); }; then
34050   pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
34051 else
34052   pkg_failed=yes
34053 fi
34054     fi
34055 else
34056         pkg_failed=untried
34057 fi
34058
34059
34060
34061 if test $pkg_failed = yes; then
34062
34063 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34064         _pkg_short_errors_supported=yes
34065 else
34066         _pkg_short_errors_supported=no
34067 fi
34068         if test $_pkg_short_errors_supported = yes; then
34069                 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
34070         else
34071                 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
34072         fi
34073         # Put the nasty error message in config.log where it belongs
34074         echo "$PANGOX_PKG_ERRORS" >&5
34075
34076
34077                     { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
34078 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
34079    { (exit 1); exit 1; }; }
34080
34081
34082 elif test $pkg_failed = untried; then
34083
34084                     { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
34085 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
34086    { (exit 1); exit 1; }; }
34087
34088
34089 else
34090         PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
34091         PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
34092         { echo "$as_me:$LINENO: result: yes" >&5
34093 echo "${ECHO_T}yes" >&6; }
34094
34095                     CFLAGS="$PANGOX_CFLAGS $CFLAGS"
34096                     CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
34097                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
34098
34099 fi
34100
34101 pkg_failed=no
34102 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
34103 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
34104
34105 if test -n "$PKG_CONFIG"; then
34106     if test -n "$PANGOFT2_CFLAGS"; then
34107         pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
34108     else
34109         if test -n "$PKG_CONFIG" && \
34110     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
34111   ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
34112   ac_status=$?
34113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34114   (exit $ac_status); }; then
34115   pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
34116 else
34117   pkg_failed=yes
34118 fi
34119     fi
34120 else
34121         pkg_failed=untried
34122 fi
34123 if test -n "$PKG_CONFIG"; then
34124     if test -n "$PANGOFT2_LIBS"; then
34125         pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
34126     else
34127         if test -n "$PKG_CONFIG" && \
34128     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
34129   ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
34130   ac_status=$?
34131   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34132   (exit $ac_status); }; then
34133   pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
34134 else
34135   pkg_failed=yes
34136 fi
34137     fi
34138 else
34139         pkg_failed=untried
34140 fi
34141
34142
34143
34144 if test $pkg_failed = yes; then
34145
34146 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34147         _pkg_short_errors_supported=yes
34148 else
34149         _pkg_short_errors_supported=no
34150 fi
34151         if test $_pkg_short_errors_supported = yes; then
34152                 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
34153         else
34154                 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
34155         fi
34156         # Put the nasty error message in config.log where it belongs
34157         echo "$PANGOFT2_PKG_ERRORS" >&5
34158
34159
34160                     { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
34161 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
34162                     wxUSE_PRINTING_ARCHITECTURE="no"
34163
34164
34165 elif test $pkg_failed = untried; then
34166
34167                     { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
34168 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
34169                     wxUSE_PRINTING_ARCHITECTURE="no"
34170
34171
34172 else
34173         PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
34174         PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
34175         { echo "$as_me:$LINENO: result: yes" >&5
34176 echo "${ECHO_T}yes" >&6; }
34177
34178                     CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
34179                     CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
34180                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
34181
34182 fi
34183
34184 pkg_failed=no
34185 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
34186 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
34187
34188 if test -n "$PKG_CONFIG"; then
34189     if test -n "$PANGOXFT_CFLAGS"; then
34190         pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
34191     else
34192         if test -n "$PKG_CONFIG" && \
34193     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
34194   ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
34195   ac_status=$?
34196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34197   (exit $ac_status); }; then
34198   pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
34199 else
34200   pkg_failed=yes
34201 fi
34202     fi
34203 else
34204         pkg_failed=untried
34205 fi
34206 if test -n "$PKG_CONFIG"; then
34207     if test -n "$PANGOXFT_LIBS"; then
34208         pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
34209     else
34210         if test -n "$PKG_CONFIG" && \
34211     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
34212   ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
34213   ac_status=$?
34214   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34215   (exit $ac_status); }; then
34216   pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
34217 else
34218   pkg_failed=yes
34219 fi
34220     fi
34221 else
34222         pkg_failed=untried
34223 fi
34224
34225
34226
34227 if test $pkg_failed = yes; then
34228
34229 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34230         _pkg_short_errors_supported=yes
34231 else
34232         _pkg_short_errors_supported=no
34233 fi
34234         if test $_pkg_short_errors_supported = yes; then
34235                 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
34236         else
34237                 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
34238         fi
34239         # Put the nasty error message in config.log where it belongs
34240         echo "$PANGOXFT_PKG_ERRORS" >&5
34241
34242
34243                     { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
34244 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
34245
34246
34247 elif test $pkg_failed = untried; then
34248
34249                     { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
34250 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
34251
34252
34253 else
34254         PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
34255         PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
34256         { echo "$as_me:$LINENO: result: yes" >&5
34257 echo "${ECHO_T}yes" >&6; }
34258
34259                     cat >>confdefs.h <<\_ACEOF
34260 #define HAVE_PANGO_XFT 1
34261 _ACEOF
34262
34263                     CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
34264                     CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
34265                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
34266
34267 fi
34268             save_LIBS="$LIBS"
34269             LIBS="$LIBS $PANGOX_LIBS"
34270
34271 for ac_func in pango_font_family_is_monospace
34272 do
34273 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34274 { echo "$as_me:$LINENO: checking for $ac_func" >&5
34275 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
34276 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
34277   echo $ECHO_N "(cached) $ECHO_C" >&6
34278 else
34279   cat >conftest.$ac_ext <<_ACEOF
34280 /* confdefs.h.  */
34281 _ACEOF
34282 cat confdefs.h >>conftest.$ac_ext
34283 cat >>conftest.$ac_ext <<_ACEOF
34284 /* end confdefs.h.  */
34285 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34286    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
34287 #define $ac_func innocuous_$ac_func
34288
34289 /* System header to define __stub macros and hopefully few prototypes,
34290     which can conflict with char $ac_func (); below.
34291     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34292     <limits.h> exists even on freestanding compilers.  */
34293
34294 #ifdef __STDC__
34295 # include <limits.h>
34296 #else
34297 # include <assert.h>
34298 #endif
34299
34300 #undef $ac_func
34301
34302 /* Override any GCC internal prototype to avoid an error.
34303    Use char because int might match the return type of a GCC
34304    builtin and then its argument prototype would still apply.  */
34305 #ifdef __cplusplus
34306 extern "C"
34307 #endif
34308 char $ac_func ();
34309 /* The GNU C library defines this for functions which it implements
34310     to always fail with ENOSYS.  Some functions are actually named
34311     something starting with __ and the normal name is an alias.  */
34312 #if defined __stub_$ac_func || defined __stub___$ac_func
34313 choke me
34314 #endif
34315
34316 int
34317 main ()
34318 {
34319 return $ac_func ();
34320   ;
34321   return 0;
34322 }
34323 _ACEOF
34324 rm -f conftest.$ac_objext conftest$ac_exeext
34325 if { (ac_try="$ac_link"
34326 case "(($ac_try" in
34327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34328   *) ac_try_echo=$ac_try;;
34329 esac
34330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34331   (eval "$ac_link") 2>conftest.er1
34332   ac_status=$?
34333   grep -v '^ *+' conftest.er1 >conftest.err
34334   rm -f conftest.er1
34335   cat conftest.err >&5
34336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34337   (exit $ac_status); } && {
34338          test -z "$ac_c_werror_flag" ||
34339          test ! -s conftest.err
34340        } && test -s conftest$ac_exeext &&
34341        $as_test_x conftest$ac_exeext; then
34342   eval "$as_ac_var=yes"
34343 else
34344   echo "$as_me: failed program was:" >&5
34345 sed 's/^/| /' conftest.$ac_ext >&5
34346
34347         eval "$as_ac_var=no"
34348 fi
34349
34350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34351       conftest$ac_exeext conftest.$ac_ext
34352 fi
34353 ac_res=`eval echo '${'$as_ac_var'}'`
34354                { echo "$as_me:$LINENO: result: $ac_res" >&5
34355 echo "${ECHO_T}$ac_res" >&6; }
34356 if test `eval echo '${'$as_ac_var'}'` = yes; then
34357   cat >>confdefs.h <<_ACEOF
34358 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34359 _ACEOF
34360
34361 fi
34362 done
34363
34364             LIBS="$save_LIBS"
34365         fi
34366
34367         wxUSE_UNIVERSAL="yes"
34368
34369         if test "$wxUSE_NANOX" = "yes"; then
34370             TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
34371             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"
34372             GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
34373         else
34374             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
34375         fi
34376
34377         TOOLKIT=X11
34378         GUIDIST=X11_DIST
34379     fi
34380
34381     if test "$wxUSE_MOTIF" = 1; then
34382         { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
34383 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
34384
34385 ac_find_includes=
34386 for ac_dir in $SEARCH_INCLUDE /usr/include;
34387   do
34388     if test -f "$ac_dir/Xm/Xm.h"; then
34389       ac_find_includes=$ac_dir
34390       break
34391     fi
34392   done
34393
34394         if test "$ac_find_includes" != "" ; then
34395             { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
34396 echo "${ECHO_T}found in $ac_find_includes" >&6; }
34397
34398     if test "x$ac_find_includes" = "x/usr/include"; then
34399     ac_path_to_include=""
34400   else
34401     echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
34402     result=$?
34403     if test $result = 0; then
34404       ac_path_to_include=""
34405     else
34406       ac_path_to_include=" -I$ac_find_includes"
34407     fi
34408   fi
34409
34410             TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
34411         else
34412             save_CFLAGS=$CFLAGS
34413             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34414
34415             cat >conftest.$ac_ext <<_ACEOF
34416 /* confdefs.h.  */
34417 _ACEOF
34418 cat confdefs.h >>conftest.$ac_ext
34419 cat >>conftest.$ac_ext <<_ACEOF
34420 /* end confdefs.h.  */
34421
34422                     #include <Xm/Xm.h>
34423
34424 int
34425 main ()
34426 {
34427
34428                     int version;
34429                     version = xmUseVersion;
34430
34431   ;
34432   return 0;
34433 }
34434 _ACEOF
34435 rm -f conftest.$ac_objext
34436 if { (ac_try="$ac_compile"
34437 case "(($ac_try" in
34438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34439   *) ac_try_echo=$ac_try;;
34440 esac
34441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34442   (eval "$ac_compile") 2>conftest.er1
34443   ac_status=$?
34444   grep -v '^ *+' conftest.er1 >conftest.err
34445   rm -f conftest.er1
34446   cat conftest.err >&5
34447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34448   (exit $ac_status); } && {
34449          test -z "$ac_c_werror_flag" ||
34450          test ! -s conftest.err
34451        } && test -s conftest.$ac_objext; then
34452
34453                     { echo "$as_me:$LINENO: result: found in default search path" >&5
34454 echo "${ECHO_T}found in default search path" >&6; }
34455                     COMPILED_X_PROGRAM=1
34456
34457 else
34458   echo "$as_me: failed program was:" >&5
34459 sed 's/^/| /' conftest.$ac_ext >&5
34460
34461
34462                     { echo "$as_me:$LINENO: result: no" >&5
34463 echo "${ECHO_T}no" >&6; }
34464                     { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
34465 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
34466    { (exit 1); exit 1; }; }
34467
34468
34469 fi
34470
34471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34472
34473             CFLAGS=$save_CFLAGS
34474         fi
34475
34476
34477         { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
34478 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
34479
34480   ac_find_libraries=
34481   for ac_dir in $SEARCH_LIB;
34482   do
34483     for ac_extension in a so sl dylib dll.a; do
34484       if test -f "$ac_dir/libXm.$ac_extension"; then
34485         ac_find_libraries=$ac_dir
34486         break 2
34487       fi
34488     done
34489   done
34490
34491
34492         if test "x$ac_find_libraries" != "x" ; then
34493             { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
34494 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
34495
34496
34497     if test "$ac_find_libraries" = "default location"; then
34498     ac_path_to_link=""
34499   else
34500     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
34501     result=$?
34502     if test $result = 0; then
34503       ac_path_to_link=""
34504     else
34505       ac_path_to_link=" -L$ac_find_libraries"
34506     fi
34507   fi
34508
34509             GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
34510         else
34511                                                 save_CFLAGS=$CFLAGS
34512             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34513             save_LIBS="$LIBS"
34514             LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
34515
34516             cat >conftest.$ac_ext <<_ACEOF
34517 /* confdefs.h.  */
34518 _ACEOF
34519 cat confdefs.h >>conftest.$ac_ext
34520 cat >>conftest.$ac_ext <<_ACEOF
34521 /* end confdefs.h.  */
34522
34523                     #include <Xm/Xm.h>
34524
34525 int
34526 main ()
34527 {
34528
34529                     int version;
34530                     version = xmUseVersion;
34531
34532   ;
34533   return 0;
34534 }
34535 _ACEOF
34536 rm -f conftest.$ac_objext conftest$ac_exeext
34537 if { (ac_try="$ac_link"
34538 case "(($ac_try" in
34539   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34540   *) ac_try_echo=$ac_try;;
34541 esac
34542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34543   (eval "$ac_link") 2>conftest.er1
34544   ac_status=$?
34545   grep -v '^ *+' conftest.er1 >conftest.err
34546   rm -f conftest.er1
34547   cat conftest.err >&5
34548   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34549   (exit $ac_status); } && {
34550          test -z "$ac_c_werror_flag" ||
34551          test ! -s conftest.err
34552        } && test -s conftest$ac_exeext &&
34553        $as_test_x conftest$ac_exeext; then
34554
34555                     { echo "$as_me:$LINENO: result: found in default search path" >&5
34556 echo "${ECHO_T}found in default search path" >&6; }
34557                     COMPILED_X_PROGRAM=1
34558
34559 else
34560   echo "$as_me: failed program was:" >&5
34561 sed 's/^/| /' conftest.$ac_ext >&5
34562
34563
34564                     { echo "$as_me:$LINENO: result: no" >&5
34565 echo "${ECHO_T}no" >&6; }
34566                     { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
34567 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
34568    { (exit 1); exit 1; }; }
34569
34570
34571 fi
34572
34573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34574       conftest$ac_exeext conftest.$ac_ext
34575
34576             CFLAGS=$save_CFLAGS
34577             LIBS="$save_LIBS"
34578         fi
34579
34580         { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
34581 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
34582         libp_link=""
34583         libsm_ice_link=""
34584         libs_found=0
34585         for libp in "" " -lXp"; do
34586             if test "$libs_found" = "0"; then
34587                 for libsm_ice in "" " -lSM -lICE"; do
34588                     if test "$libs_found" = "0"; then
34589                         save_LIBS="$LIBS"
34590                         LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
34591                         save_CFLAGS=$CFLAGS
34592                         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34593
34594                         cat >conftest.$ac_ext <<_ACEOF
34595 /* confdefs.h.  */
34596 _ACEOF
34597 cat confdefs.h >>conftest.$ac_ext
34598 cat >>conftest.$ac_ext <<_ACEOF
34599 /* end confdefs.h.  */
34600
34601                                 #include <Xm/Xm.h>
34602                                 #include <Xm/List.h>
34603
34604 int
34605 main ()
34606 {
34607
34608                                 XmString string = NULL;
34609                                 Widget w = NULL;
34610                                 int position = 0;
34611                                 XmListAddItem(w, string, position);
34612
34613   ;
34614   return 0;
34615 }
34616 _ACEOF
34617 rm -f conftest.$ac_objext conftest$ac_exeext
34618 if { (ac_try="$ac_link"
34619 case "(($ac_try" in
34620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34621   *) ac_try_echo=$ac_try;;
34622 esac
34623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34624   (eval "$ac_link") 2>conftest.er1
34625   ac_status=$?
34626   grep -v '^ *+' conftest.er1 >conftest.err
34627   rm -f conftest.er1
34628   cat conftest.err >&5
34629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34630   (exit $ac_status); } && {
34631          test -z "$ac_c_werror_flag" ||
34632          test ! -s conftest.err
34633        } && test -s conftest$ac_exeext &&
34634        $as_test_x conftest$ac_exeext; then
34635
34636                                 libp_link="$libp"
34637                                 libsm_ice_link="$libsm_ice"
34638                                 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
34639 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
34640                                 libs_found=1
34641
34642 else
34643   echo "$as_me: failed program was:" >&5
34644 sed 's/^/| /' conftest.$ac_ext >&5
34645
34646
34647
34648 fi
34649
34650 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34651       conftest$ac_exeext conftest.$ac_ext
34652
34653                         LIBS="$save_LIBS"
34654                         CFLAGS=$save_CFLAGS
34655                     fi
34656                 done
34657             fi
34658         done
34659
34660         if test "$libs_found" = "0"; then
34661             { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
34662 echo "${ECHO_T}can't find the right libraries" >&6; }
34663             { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
34664 echo "$as_me: error: can't link a simple motif program" >&2;}
34665    { (exit 1); exit 1; }; }
34666         fi
34667
34668                         { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
34669 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
34670 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
34671   echo $ECHO_N "(cached) $ECHO_C" >&6
34672 else
34673   ac_check_lib_save_LIBS=$LIBS
34674 LIBS="-lSgm  $LIBS"
34675 cat >conftest.$ac_ext <<_ACEOF
34676 /* confdefs.h.  */
34677 _ACEOF
34678 cat confdefs.h >>conftest.$ac_ext
34679 cat >>conftest.$ac_ext <<_ACEOF
34680 /* end confdefs.h.  */
34681
34682 /* Override any GCC internal prototype to avoid an error.
34683    Use char because int might match the return type of a GCC
34684    builtin and then its argument prototype would still apply.  */
34685 #ifdef __cplusplus
34686 extern "C"
34687 #endif
34688 char SgCreateList ();
34689 int
34690 main ()
34691 {
34692 return SgCreateList ();
34693   ;
34694   return 0;
34695 }
34696 _ACEOF
34697 rm -f conftest.$ac_objext conftest$ac_exeext
34698 if { (ac_try="$ac_link"
34699 case "(($ac_try" in
34700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34701   *) ac_try_echo=$ac_try;;
34702 esac
34703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34704   (eval "$ac_link") 2>conftest.er1
34705   ac_status=$?
34706   grep -v '^ *+' conftest.er1 >conftest.err
34707   rm -f conftest.er1
34708   cat conftest.err >&5
34709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34710   (exit $ac_status); } && {
34711          test -z "$ac_c_werror_flag" ||
34712          test ! -s conftest.err
34713        } && test -s conftest$ac_exeext &&
34714        $as_test_x conftest$ac_exeext; then
34715   ac_cv_lib_Sgm_SgCreateList=yes
34716 else
34717   echo "$as_me: failed program was:" >&5
34718 sed 's/^/| /' conftest.$ac_ext >&5
34719
34720         ac_cv_lib_Sgm_SgCreateList=no
34721 fi
34722
34723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34724       conftest$ac_exeext conftest.$ac_ext
34725 LIBS=$ac_check_lib_save_LIBS
34726 fi
34727 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
34728 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
34729 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
34730   libsgm_link=" -lSgm"
34731 fi
34732
34733
34734         save_CFLAGS=$CFLAGS
34735         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34736
34737         { echo "$as_me:$LINENO: checking for Motif 2" >&5
34738 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
34739 if test "${wx_cv_lib_motif2+set}" = set; then
34740   echo $ECHO_N "(cached) $ECHO_C" >&6
34741 else
34742   cat >conftest.$ac_ext <<_ACEOF
34743 /* confdefs.h.  */
34744 _ACEOF
34745 cat confdefs.h >>conftest.$ac_ext
34746 cat >>conftest.$ac_ext <<_ACEOF
34747 /* end confdefs.h.  */
34748
34749                             #include <Xm/Xm.h>
34750
34751 int
34752 main ()
34753 {
34754
34755                             #if XmVersion < 2000
34756                             Not Motif 2
34757                             #endif
34758
34759   ;
34760   return 0;
34761 }
34762 _ACEOF
34763 rm -f conftest.$ac_objext
34764 if { (ac_try="$ac_compile"
34765 case "(($ac_try" in
34766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34767   *) ac_try_echo=$ac_try;;
34768 esac
34769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34770   (eval "$ac_compile") 2>conftest.er1
34771   ac_status=$?
34772   grep -v '^ *+' conftest.er1 >conftest.err
34773   rm -f conftest.er1
34774   cat conftest.err >&5
34775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34776   (exit $ac_status); } && {
34777          test -z "$ac_c_werror_flag" ||
34778          test ! -s conftest.err
34779        } && test -s conftest.$ac_objext; then
34780   wx_cv_lib_motif2="yes"
34781 else
34782   echo "$as_me: failed program was:" >&5
34783 sed 's/^/| /' conftest.$ac_ext >&5
34784
34785         wx_cv_lib_motif2="no"
34786 fi
34787
34788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34789 fi
34790 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
34791 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
34792         if test "$wx_cv_lib_motif2" = "yes"; then
34793             cat >>confdefs.h <<\_ACEOF
34794 #define __WXMOTIF20__ 1
34795 _ACEOF
34796
34797         else
34798             cat >>confdefs.h <<\_ACEOF
34799 #define __WXMOTIF20__ 0
34800 _ACEOF
34801
34802         fi
34803
34804         { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
34805 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
34806 if test "${wx_cv_lib_lesstif+set}" = set; then
34807   echo $ECHO_N "(cached) $ECHO_C" >&6
34808 else
34809   cat >conftest.$ac_ext <<_ACEOF
34810 /* confdefs.h.  */
34811 _ACEOF
34812 cat confdefs.h >>conftest.$ac_ext
34813 cat >>conftest.$ac_ext <<_ACEOF
34814 /* end confdefs.h.  */
34815
34816                             #include <Xm/Xm.h>
34817
34818 int
34819 main ()
34820 {
34821
34822                             #if !defined(LesstifVersion) || LesstifVersion <= 0
34823                             Not Lesstif
34824                             #endif
34825
34826   ;
34827   return 0;
34828 }
34829 _ACEOF
34830 rm -f conftest.$ac_objext
34831 if { (ac_try="$ac_compile"
34832 case "(($ac_try" in
34833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34834   *) ac_try_echo=$ac_try;;
34835 esac
34836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34837   (eval "$ac_compile") 2>conftest.er1
34838   ac_status=$?
34839   grep -v '^ *+' conftest.er1 >conftest.err
34840   rm -f conftest.er1
34841   cat conftest.err >&5
34842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34843   (exit $ac_status); } && {
34844          test -z "$ac_c_werror_flag" ||
34845          test ! -s conftest.err
34846        } && test -s conftest.$ac_objext; then
34847   wx_cv_lib_lesstif="yes"
34848 else
34849   echo "$as_me: failed program was:" >&5
34850 sed 's/^/| /' conftest.$ac_ext >&5
34851
34852         wx_cv_lib_lesstif="no"
34853 fi
34854
34855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34856
34857 fi
34858 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
34859 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
34860         if test "$wx_cv_lib_lesstif" = "yes"; then
34861             cat >>confdefs.h <<\_ACEOF
34862 #define __WXLESSTIF__ 1
34863 _ACEOF
34864
34865         else
34866             cat >>confdefs.h <<\_ACEOF
34867 #define __WXLESSTIF__ 0
34868 _ACEOF
34869
34870         fi
34871
34872         CFLAGS=$save_CFLAGS
34873
34874         GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
34875         TOOLKIT=MOTIF
34876         GUIDIST=MOTIF_DIST
34877     fi
34878
34879         if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
34880                 if test "$wxUSE_LIBXPM" = "sys"; then
34881             { echo "$as_me:$LINENO: checking for Xpm library" >&5
34882 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
34883
34884   ac_find_libraries=
34885   for ac_dir in $SEARCH_LIB;
34886   do
34887     for ac_extension in a so sl dylib dll.a; do
34888       if test -f "$ac_dir/libXpm.$ac_extension"; then
34889         ac_find_libraries=$ac_dir
34890         break 2
34891       fi
34892     done
34893   done
34894
34895             if test "$ac_find_libraries" != "" ; then
34896
34897     if test "$ac_find_libraries" = "default location"; then
34898     ac_path_to_link=""
34899   else
34900     echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
34901     result=$?
34902     if test $result = 0; then
34903       ac_path_to_link=""
34904     else
34905       ac_path_to_link=" -L$ac_find_libraries"
34906     fi
34907   fi
34908
34909                 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
34910                 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
34911 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
34912
34913                 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
34914 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
34915 if test "${wx_cv_x11_xpm_h+set}" = set; then
34916   echo $ECHO_N "(cached) $ECHO_C" >&6
34917 else
34918
34919                         save_CFLAGS=$CFLAGS
34920                         CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34921
34922                         cat >conftest.$ac_ext <<_ACEOF
34923 /* confdefs.h.  */
34924 _ACEOF
34925 cat confdefs.h >>conftest.$ac_ext
34926 cat >>conftest.$ac_ext <<_ACEOF
34927 /* end confdefs.h.  */
34928
34929                                 #include <X11/xpm.h>
34930
34931 int
34932 main ()
34933 {
34934
34935                                 int version;
34936                                 version = XpmLibraryVersion();
34937
34938   ;
34939   return 0;
34940 }
34941 _ACEOF
34942 rm -f conftest.$ac_objext
34943 if { (ac_try="$ac_compile"
34944 case "(($ac_try" in
34945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34946   *) ac_try_echo=$ac_try;;
34947 esac
34948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34949   (eval "$ac_compile") 2>conftest.er1
34950   ac_status=$?
34951   grep -v '^ *+' conftest.er1 >conftest.err
34952   rm -f conftest.er1
34953   cat conftest.err >&5
34954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34955   (exit $ac_status); } && {
34956          test -z "$ac_c_werror_flag" ||
34957          test ! -s conftest.err
34958        } && test -s conftest.$ac_objext; then
34959   wx_cv_x11_xpm_h=yes
34960 else
34961   echo "$as_me: failed program was:" >&5
34962 sed 's/^/| /' conftest.$ac_ext >&5
34963
34964         wx_cv_x11_xpm_h=no
34965
34966 fi
34967
34968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34969
34970                         CFLAGS=$save_CFLAGS
34971
34972
34973 fi
34974 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
34975 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
34976
34977                 if test $wx_cv_x11_xpm_h = "yes"; then
34978                     GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
34979                     cat >>confdefs.h <<\_ACEOF
34980 #define wxHAVE_LIB_XPM 1
34981 _ACEOF
34982
34983                 else
34984                     { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
34985 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
34986                 fi
34987             fi
34988
34989         fi
34990
34991                 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
34992 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
34993 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
34994   echo $ECHO_N "(cached) $ECHO_C" >&6
34995 else
34996   ac_check_lib_save_LIBS=$LIBS
34997 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
34998 cat >conftest.$ac_ext <<_ACEOF
34999 /* confdefs.h.  */
35000 _ACEOF
35001 cat confdefs.h >>conftest.$ac_ext
35002 cat >>conftest.$ac_ext <<_ACEOF
35003 /* end confdefs.h.  */
35004
35005 /* Override any GCC internal prototype to avoid an error.
35006    Use char because int might match the return type of a GCC
35007    builtin and then its argument prototype would still apply.  */
35008 #ifdef __cplusplus
35009 extern "C"
35010 #endif
35011 char XShapeQueryExtension ();
35012 int
35013 main ()
35014 {
35015 return XShapeQueryExtension ();
35016   ;
35017   return 0;
35018 }
35019 _ACEOF
35020 rm -f conftest.$ac_objext conftest$ac_exeext
35021 if { (ac_try="$ac_link"
35022 case "(($ac_try" in
35023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35024   *) ac_try_echo=$ac_try;;
35025 esac
35026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35027   (eval "$ac_link") 2>conftest.er1
35028   ac_status=$?
35029   grep -v '^ *+' conftest.er1 >conftest.err
35030   rm -f conftest.er1
35031   cat conftest.err >&5
35032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35033   (exit $ac_status); } && {
35034          test -z "$ac_c_werror_flag" ||
35035          test ! -s conftest.err
35036        } && test -s conftest$ac_exeext &&
35037        $as_test_x conftest$ac_exeext; then
35038   ac_cv_lib_Xext_XShapeQueryExtension=yes
35039 else
35040   echo "$as_me: failed program was:" >&5
35041 sed 's/^/| /' conftest.$ac_ext >&5
35042
35043         ac_cv_lib_Xext_XShapeQueryExtension=no
35044 fi
35045
35046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35047       conftest$ac_exeext conftest.$ac_ext
35048 LIBS=$ac_check_lib_save_LIBS
35049 fi
35050 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
35051 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
35052 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
35053
35054                       GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
35055                       wxHAVE_XEXT_LIB=1
35056
35057 fi
35058
35059
35060         if test "$wxHAVE_XEXT_LIB" = 1; then
35061             save_CFLAGS="$CFLAGS"
35062             CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
35063
35064             { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
35065 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
35066             cat >conftest.$ac_ext <<_ACEOF
35067 /* confdefs.h.  */
35068 _ACEOF
35069 cat confdefs.h >>conftest.$ac_ext
35070 cat >>conftest.$ac_ext <<_ACEOF
35071 /* end confdefs.h.  */
35072
35073                             #include <X11/Xlib.h>
35074                             #include <X11/extensions/shape.h>
35075
35076 int
35077 main ()
35078 {
35079
35080                             int dummy1, dummy2;
35081                             XShapeQueryExtension((Display*)NULL,
35082                                                  (int*)NULL, (int*)NULL);
35083
35084   ;
35085   return 0;
35086 }
35087 _ACEOF
35088 rm -f conftest.$ac_objext
35089 if { (ac_try="$ac_compile"
35090 case "(($ac_try" in
35091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35092   *) ac_try_echo=$ac_try;;
35093 esac
35094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35095   (eval "$ac_compile") 2>conftest.er1
35096   ac_status=$?
35097   grep -v '^ *+' conftest.er1 >conftest.err
35098   rm -f conftest.er1
35099   cat conftest.err >&5
35100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35101   (exit $ac_status); } && {
35102          test -z "$ac_c_werror_flag" ||
35103          test ! -s conftest.err
35104        } && test -s conftest.$ac_objext; then
35105
35106                             cat >>confdefs.h <<\_ACEOF
35107 #define HAVE_XSHAPE 1
35108 _ACEOF
35109
35110                             { echo "$as_me:$LINENO: result: found" >&5
35111 echo "${ECHO_T}found" >&6; }
35112
35113 else
35114   echo "$as_me: failed program was:" >&5
35115 sed 's/^/| /' conftest.$ac_ext >&5
35116
35117
35118                             { echo "$as_me:$LINENO: result: not found" >&5
35119 echo "${ECHO_T}not found" >&6; }
35120
35121 fi
35122
35123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35124             CFLAGS="$save_CFLAGS"
35125
35126         fi
35127     fi
35128
35129     if test "$wxUSE_MAC" = 1; then
35130         { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
35131 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
35132         if test "$GCC" = yes; then
35133             { echo "$as_me:$LINENO: result: gcc" >&5
35134 echo "${ECHO_T}gcc" >&6; }
35135             CPPFLAGS_PASCAL="-fpascal-strings"
35136         elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
35137             { echo "$as_me:$LINENO: result: xlc" >&5
35138 echo "${ECHO_T}xlc" >&6; }
35139             CPPFLAGS_PASCAL="-qmacpstr"
35140         else
35141             { echo "$as_me:$LINENO: result: none" >&5
35142 echo "${ECHO_T}none" >&6; }
35143         fi
35144
35145         if test "x$wxUSE_UNIX" = "xyes"; then
35146             CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
35147         else
35148                         CPPFLAGS="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
35149         fi
35150
35151         TOOLKIT=MAC
35152                 GUIDIST=MACX_DIST
35153                         WXBASEPORT="_carbon"
35154     fi
35155
35156     if test "$wxUSE_COCOA" = 1; then
35157         TOOLKIT=COCOA
35158         GUIDIST=COCOA_DIST
35159     fi
35160
35161     if test "$wxUSE_PM" = 1; then
35162         TOOLKIT=PM
35163         GUIDIST=PM_DIST
35164         { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
35165 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
35166 if test "${wx_cv_spbcdata+set}" = set; then
35167   echo $ECHO_N "(cached) $ECHO_C" >&6
35168 else
35169
35170                 cat >conftest.$ac_ext <<_ACEOF
35171 /* confdefs.h.  */
35172 _ACEOF
35173 cat confdefs.h >>conftest.$ac_ext
35174 cat >>conftest.$ac_ext <<_ACEOF
35175 /* end confdefs.h.  */
35176
35177                         #define INCL_PM
35178                         #include <os2.h>
35179
35180 int
35181 main ()
35182 {
35183
35184                         SPBCDATA test;
35185
35186   ;
35187   return 0;
35188 }
35189 _ACEOF
35190 rm -f conftest.$ac_objext
35191 if { (ac_try="$ac_compile"
35192 case "(($ac_try" in
35193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35194   *) ac_try_echo=$ac_try;;
35195 esac
35196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35197   (eval "$ac_compile") 2>conftest.er1
35198   ac_status=$?
35199   grep -v '^ *+' conftest.er1 >conftest.err
35200   rm -f conftest.er1
35201   cat conftest.err >&5
35202   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35203   (exit $ac_status); } && {
35204          test -z "$ac_c_werror_flag" ||
35205          test ! -s conftest.err
35206        } && test -s conftest.$ac_objext; then
35207   wx_cv_spbcdata=yes
35208 else
35209   echo "$as_me: failed program was:" >&5
35210 sed 's/^/| /' conftest.$ac_ext >&5
35211
35212         wx_cv_spbcdata=no
35213
35214 fi
35215
35216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35217
35218
35219 fi
35220 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
35221 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
35222
35223         if test $wx_cv_spbcdata = "yes"; then
35224             cat >>confdefs.h <<\_ACEOF
35225 #define HAVE_SPBCDATA 1
35226 _ACEOF
35227
35228         fi
35229     fi
35230
35231         if test "$TOOLKIT" = "PM" ; then
35232         TOOLKIT_DIR="os2"
35233     else
35234         TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
35235     fi
35236
35237     if test "$wxUSE_UNIVERSAL" = "yes"; then
35238         TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
35239         WIDGET_SET=univ
35240     fi
35241
35242         GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
35243     DISTDIR="wx\$(TOOLKIT)"
35244 else
35245     USE_GUI=0
35246
35247             TOOLKIT_DIR="base"
35248
35249         if test "$USE_WIN32" = 1 ; then
35250                         TOOLKIT="MSW"
35251     fi
35252
35253         GUIDIST="BASE_DIST"
35254     DISTDIR="wxBase"
35255 fi
35256
35257
35258
35259 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
35260     if test "$USE_UNIX" = "1" -a "$wxUSE_DARWIN" != "1" ; then
35261         wxUSE_UNICODE_UTF8=yes
35262     elif test "$USE_OS2" = "1" ; then
35263                                 wxUSE_UNICODE_UTF8=yes
35264     else
35265         wxUSE_UNICODE_UTF8=no
35266     fi
35267 fi
35268
35269
35270 if test "$wxUSE_GUI" = "yes"; then
35271     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
35272
35273 for ac_header in X11/Xlib.h
35274 do
35275 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35276 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35277 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35278 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35279   echo $ECHO_N "(cached) $ECHO_C" >&6
35280 else
35281   cat >conftest.$ac_ext <<_ACEOF
35282 /* confdefs.h.  */
35283 _ACEOF
35284 cat confdefs.h >>conftest.$ac_ext
35285 cat >>conftest.$ac_ext <<_ACEOF
35286 /* end confdefs.h.  */
35287
35288
35289 #include <$ac_header>
35290 _ACEOF
35291 rm -f conftest.$ac_objext
35292 if { (ac_try="$ac_compile"
35293 case "(($ac_try" in
35294   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35295   *) ac_try_echo=$ac_try;;
35296 esac
35297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35298   (eval "$ac_compile") 2>conftest.er1
35299   ac_status=$?
35300   grep -v '^ *+' conftest.er1 >conftest.err
35301   rm -f conftest.er1
35302   cat conftest.err >&5
35303   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35304   (exit $ac_status); } && {
35305          test -z "$ac_c_werror_flag" ||
35306          test ! -s conftest.err
35307        } && test -s conftest.$ac_objext; then
35308   eval "$as_ac_Header=yes"
35309 else
35310   echo "$as_me: failed program was:" >&5
35311 sed 's/^/| /' conftest.$ac_ext >&5
35312
35313         eval "$as_ac_Header=no"
35314 fi
35315
35316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35317 fi
35318 ac_res=`eval echo '${'$as_ac_Header'}'`
35319                { echo "$as_me:$LINENO: result: $ac_res" >&5
35320 echo "${ECHO_T}$ac_res" >&6; }
35321 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35322   cat >>confdefs.h <<_ACEOF
35323 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35324 _ACEOF
35325
35326 fi
35327
35328 done
35329
35330
35331 for ac_header in X11/XKBlib.h
35332 do
35333 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35334 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35335 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35337   echo $ECHO_N "(cached) $ECHO_C" >&6
35338 else
35339   cat >conftest.$ac_ext <<_ACEOF
35340 /* confdefs.h.  */
35341 _ACEOF
35342 cat confdefs.h >>conftest.$ac_ext
35343 cat >>conftest.$ac_ext <<_ACEOF
35344 /* end confdefs.h.  */
35345
35346                           #if HAVE_X11_XLIB_H
35347                             #include <X11/Xlib.h>
35348                           #endif
35349
35350
35351 #include <$ac_header>
35352 _ACEOF
35353 rm -f conftest.$ac_objext
35354 if { (ac_try="$ac_compile"
35355 case "(($ac_try" in
35356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35357   *) ac_try_echo=$ac_try;;
35358 esac
35359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35360   (eval "$ac_compile") 2>conftest.er1
35361   ac_status=$?
35362   grep -v '^ *+' conftest.er1 >conftest.err
35363   rm -f conftest.er1
35364   cat conftest.err >&5
35365   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35366   (exit $ac_status); } && {
35367          test -z "$ac_c_werror_flag" ||
35368          test ! -s conftest.err
35369        } && test -s conftest.$ac_objext; then
35370   eval "$as_ac_Header=yes"
35371 else
35372   echo "$as_me: failed program was:" >&5
35373 sed 's/^/| /' conftest.$ac_ext >&5
35374
35375         eval "$as_ac_Header=no"
35376 fi
35377
35378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35379 fi
35380 ac_res=`eval echo '${'$as_ac_Header'}'`
35381                { echo "$as_me:$LINENO: result: $ac_res" >&5
35382 echo "${ECHO_T}$ac_res" >&6; }
35383 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35384   cat >>confdefs.h <<_ACEOF
35385 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35386 _ACEOF
35387
35388 fi
35389
35390 done
35391
35392     fi
35393 fi
35394
35395
35396
35397 IODBC_C_SRC=""
35398
35399
35400 if test "$TOOLKIT" != "MSW" ; then
35401
35402     if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
35403
35404         { echo "$as_me:$LINENO: checking for sql.h" >&5
35405 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6; }
35406 if test "${ac_cv_header_sql_h+set}" = set; then
35407   echo $ECHO_N "(cached) $ECHO_C" >&6
35408 else
35409   cat >conftest.$ac_ext <<_ACEOF
35410 /* confdefs.h.  */
35411 _ACEOF
35412 cat confdefs.h >>conftest.$ac_ext
35413 cat >>conftest.$ac_ext <<_ACEOF
35414 /* end confdefs.h.  */
35415
35416
35417 #include <sql.h>
35418 _ACEOF
35419 rm -f conftest.$ac_objext
35420 if { (ac_try="$ac_compile"
35421 case "(($ac_try" in
35422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35423   *) ac_try_echo=$ac_try;;
35424 esac
35425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35426   (eval "$ac_compile") 2>conftest.er1
35427   ac_status=$?
35428   grep -v '^ *+' conftest.er1 >conftest.err
35429   rm -f conftest.er1
35430   cat conftest.err >&5
35431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35432   (exit $ac_status); } && {
35433          test -z "$ac_c_werror_flag" ||
35434          test ! -s conftest.err
35435        } && test -s conftest.$ac_objext; then
35436   ac_cv_header_sql_h=yes
35437 else
35438   echo "$as_me: failed program was:" >&5
35439 sed 's/^/| /' conftest.$ac_ext >&5
35440
35441         ac_cv_header_sql_h=no
35442 fi
35443
35444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35445 fi
35446 { echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
35447 echo "${ECHO_T}$ac_cv_header_sql_h" >&6; }
35448 if test $ac_cv_header_sql_h = yes; then
35449   found_sql_h=1
35450 fi
35451
35452
35453         if test "x$found_sql_h" = "x1" ; then
35454             { echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
35455 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6; }
35456 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
35457   echo $ECHO_N "(cached) $ECHO_C" >&6
35458 else
35459   ac_check_lib_save_LIBS=$LIBS
35460 LIBS="-liodbc  $LIBS"
35461 cat >conftest.$ac_ext <<_ACEOF
35462 /* confdefs.h.  */
35463 _ACEOF
35464 cat confdefs.h >>conftest.$ac_ext
35465 cat >>conftest.$ac_ext <<_ACEOF
35466 /* end confdefs.h.  */
35467
35468 /* Override any GCC internal prototype to avoid an error.
35469    Use char because int might match the return type of a GCC
35470    builtin and then its argument prototype would still apply.  */
35471 #ifdef __cplusplus
35472 extern "C"
35473 #endif
35474 char SQLAllocEnv ();
35475 int
35476 main ()
35477 {
35478 return SQLAllocEnv ();
35479   ;
35480   return 0;
35481 }
35482 _ACEOF
35483 rm -f conftest.$ac_objext conftest$ac_exeext
35484 if { (ac_try="$ac_link"
35485 case "(($ac_try" in
35486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35487   *) ac_try_echo=$ac_try;;
35488 esac
35489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35490   (eval "$ac_link") 2>conftest.er1
35491   ac_status=$?
35492   grep -v '^ *+' conftest.er1 >conftest.err
35493   rm -f conftest.er1
35494   cat conftest.err >&5
35495   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35496   (exit $ac_status); } && {
35497          test -z "$ac_c_werror_flag" ||
35498          test ! -s conftest.err
35499        } && test -s conftest$ac_exeext &&
35500        $as_test_x conftest$ac_exeext; then
35501   ac_cv_lib_iodbc_SQLAllocEnv=yes
35502 else
35503   echo "$as_me: failed program was:" >&5
35504 sed 's/^/| /' conftest.$ac_ext >&5
35505
35506         ac_cv_lib_iodbc_SQLAllocEnv=no
35507 fi
35508
35509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35510       conftest$ac_exeext conftest.$ac_ext
35511 LIBS=$ac_check_lib_save_LIBS
35512 fi
35513 { echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
35514 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6; }
35515 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
35516   ODBC_LINK=" -liodbc"
35517 else
35518
35519                 { echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
35520 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6; }
35521 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
35522   echo $ECHO_N "(cached) $ECHO_C" >&6
35523 else
35524   ac_check_lib_save_LIBS=$LIBS
35525 LIBS="-lunixodbc  $LIBS"
35526 cat >conftest.$ac_ext <<_ACEOF
35527 /* confdefs.h.  */
35528 _ACEOF
35529 cat confdefs.h >>conftest.$ac_ext
35530 cat >>conftest.$ac_ext <<_ACEOF
35531 /* end confdefs.h.  */
35532
35533 /* Override any GCC internal prototype to avoid an error.
35534    Use char because int might match the return type of a GCC
35535    builtin and then its argument prototype would still apply.  */
35536 #ifdef __cplusplus
35537 extern "C"
35538 #endif
35539 char SQLAllocEnv ();
35540 int
35541 main ()
35542 {
35543 return SQLAllocEnv ();
35544   ;
35545   return 0;
35546 }
35547 _ACEOF
35548 rm -f conftest.$ac_objext conftest$ac_exeext
35549 if { (ac_try="$ac_link"
35550 case "(($ac_try" in
35551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35552   *) ac_try_echo=$ac_try;;
35553 esac
35554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35555   (eval "$ac_link") 2>conftest.er1
35556   ac_status=$?
35557   grep -v '^ *+' conftest.er1 >conftest.err
35558   rm -f conftest.er1
35559   cat conftest.err >&5
35560   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35561   (exit $ac_status); } && {
35562          test -z "$ac_c_werror_flag" ||
35563          test ! -s conftest.err
35564        } && test -s conftest$ac_exeext &&
35565        $as_test_x conftest$ac_exeext; then
35566   ac_cv_lib_unixodbc_SQLAllocEnv=yes
35567 else
35568   echo "$as_me: failed program was:" >&5
35569 sed 's/^/| /' conftest.$ac_ext >&5
35570
35571         ac_cv_lib_unixodbc_SQLAllocEnv=no
35572 fi
35573
35574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35575       conftest$ac_exeext conftest.$ac_ext
35576 LIBS=$ac_check_lib_save_LIBS
35577 fi
35578 { echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
35579 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6; }
35580 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
35581   ODBC_LINK=" -lunixodbc"
35582 else
35583
35584                     { echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
35585 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6; }
35586 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
35587   echo $ECHO_N "(cached) $ECHO_C" >&6
35588 else
35589   ac_check_lib_save_LIBS=$LIBS
35590 LIBS="-lodbc  $LIBS"
35591 cat >conftest.$ac_ext <<_ACEOF
35592 /* confdefs.h.  */
35593 _ACEOF
35594 cat confdefs.h >>conftest.$ac_ext
35595 cat >>conftest.$ac_ext <<_ACEOF
35596 /* end confdefs.h.  */
35597
35598 /* Override any GCC internal prototype to avoid an error.
35599    Use char because int might match the return type of a GCC
35600    builtin and then its argument prototype would still apply.  */
35601 #ifdef __cplusplus
35602 extern "C"
35603 #endif
35604 char SQLAllocEnv ();
35605 int
35606 main ()
35607 {
35608 return SQLAllocEnv ();
35609   ;
35610   return 0;
35611 }
35612 _ACEOF
35613 rm -f conftest.$ac_objext conftest$ac_exeext
35614 if { (ac_try="$ac_link"
35615 case "(($ac_try" in
35616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35617   *) ac_try_echo=$ac_try;;
35618 esac
35619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35620   (eval "$ac_link") 2>conftest.er1
35621   ac_status=$?
35622   grep -v '^ *+' conftest.er1 >conftest.err
35623   rm -f conftest.er1
35624   cat conftest.err >&5
35625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35626   (exit $ac_status); } && {
35627          test -z "$ac_c_werror_flag" ||
35628          test ! -s conftest.err
35629        } && test -s conftest$ac_exeext &&
35630        $as_test_x conftest$ac_exeext; then
35631   ac_cv_lib_odbc_SQLAllocEnv=yes
35632 else
35633   echo "$as_me: failed program was:" >&5
35634 sed 's/^/| /' conftest.$ac_ext >&5
35635
35636         ac_cv_lib_odbc_SQLAllocEnv=no
35637 fi
35638
35639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35640       conftest$ac_exeext conftest.$ac_ext
35641 LIBS=$ac_check_lib_save_LIBS
35642 fi
35643 { echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
35644 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6; }
35645 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
35646   ODBC_LINK=" -lodbc"
35647 fi
35648
35649
35650 fi
35651
35652
35653 fi
35654
35655         fi
35656         if test "x$ODBC_LINK" = "x" ; then
35657             if test "$wxUSE_ODBC" = "sys" ; then
35658                 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
35659 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
35660    { (exit 1); exit 1; }; }
35661             else
35662                 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
35663 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
35664                 wxUSE_ODBC=builtin
35665             fi
35666         else
35667                         wxUSE_ODBC=sys
35668         fi
35669     fi
35670
35671     if test "$wxUSE_ODBC" = "builtin" ; then
35672         cat >>confdefs.h <<\_ACEOF
35673 #define wxUSE_BUILTIN_IODBC 1
35674 _ACEOF
35675
35676     fi
35677 fi
35678
35679 if test "$wxUSE_ODBC" != "no" ; then
35680     cat >>confdefs.h <<\_ACEOF
35681 #define wxUSE_ODBC 1
35682 _ACEOF
35683
35684     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
35685
35686         WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_IODBC_"
35687 fi
35688
35689
35690 if test "$wxUSE_DISPLAY" = "yes"; then
35691     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
35692         { echo "$as_me:$LINENO: checking for Xinerama" >&5
35693 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
35694
35695   ac_find_libraries=
35696   for ac_dir in $SEARCH_LIB;
35697   do
35698     for ac_extension in a so sl dylib dll.a; do
35699       if test -f "$ac_dir/libXinerama.$ac_extension"; then
35700         ac_find_libraries=$ac_dir
35701         break 2
35702       fi
35703     done
35704   done
35705
35706         if test "$ac_find_libraries" != "" ; then
35707
35708     if test "$ac_find_libraries" = "default location"; then
35709     ac_path_to_link=""
35710   else
35711     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
35712     result=$?
35713     if test $result = 0; then
35714       ac_path_to_link=""
35715     else
35716       ac_path_to_link=" -L$ac_find_libraries"
35717     fi
35718   fi
35719
35720             if test "$ac_path_to_link" != " -L/usr/lib" ; then
35721                 LDFLAGS="$LDFLAGS $ac_path_to_link"
35722             fi
35723             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
35724             { echo "$as_me:$LINENO: result: yes" >&5
35725 echo "${ECHO_T}yes" >&6; }
35726
35727             { echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
35728 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6; }
35729
35730   ac_find_libraries=
35731   for ac_dir in $SEARCH_LIB;
35732   do
35733     for ac_extension in a so sl dylib dll.a; do
35734       if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
35735         ac_find_libraries=$ac_dir
35736         break 2
35737       fi
35738     done
35739   done
35740
35741             if test "$ac_find_libraries" != "" ; then
35742                 { echo "$as_me:$LINENO: result: yes" >&5
35743 echo "${ECHO_T}yes" >&6; }
35744
35745 for ac_header in X11/extensions/xf86vmode.h
35746 do
35747 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35748 { echo "$as_me:$LINENO: checking for $ac_header" >&5
35749 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
35750 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35751   echo $ECHO_N "(cached) $ECHO_C" >&6
35752 else
35753   cat >conftest.$ac_ext <<_ACEOF
35754 /* confdefs.h.  */
35755 _ACEOF
35756 cat confdefs.h >>conftest.$ac_ext
35757 cat >>conftest.$ac_ext <<_ACEOF
35758 /* end confdefs.h.  */
35759
35760                                       #if HAVE_X11_XLIB_H
35761                                         #include <X11/Xlib.h>
35762                                       #endif
35763
35764
35765 #include <$ac_header>
35766 _ACEOF
35767 rm -f conftest.$ac_objext
35768 if { (ac_try="$ac_compile"
35769 case "(($ac_try" in
35770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35771   *) ac_try_echo=$ac_try;;
35772 esac
35773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35774   (eval "$ac_compile") 2>conftest.er1
35775   ac_status=$?
35776   grep -v '^ *+' conftest.er1 >conftest.err
35777   rm -f conftest.er1
35778   cat conftest.err >&5
35779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35780   (exit $ac_status); } && {
35781          test -z "$ac_c_werror_flag" ||
35782          test ! -s conftest.err
35783        } && test -s conftest.$ac_objext; then
35784   eval "$as_ac_Header=yes"
35785 else
35786   echo "$as_me: failed program was:" >&5
35787 sed 's/^/| /' conftest.$ac_ext >&5
35788
35789         eval "$as_ac_Header=no"
35790 fi
35791
35792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35793 fi
35794 ac_res=`eval echo '${'$as_ac_Header'}'`
35795                { echo "$as_me:$LINENO: result: $ac_res" >&5
35796 echo "${ECHO_T}$ac_res" >&6; }
35797 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35798   cat >>confdefs.h <<_ACEOF
35799 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35800 _ACEOF
35801
35802                                   GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
35803
35804 fi
35805
35806 done
35807
35808             else
35809                 { echo "$as_me:$LINENO: result: no" >&5
35810 echo "${ECHO_T}no" >&6; }
35811             fi
35812
35813         else
35814             { echo "$as_me:$LINENO: result: no" >&5
35815 echo "${ECHO_T}no" >&6; }
35816             { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
35817 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
35818             wxUSE_DISPLAY="no"
35819         fi
35820     elif test "$wxUSE_MSW" = 1; then
35821         { echo "$as_me:$LINENO: checking for ddraw.h" >&5
35822 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
35823 if test "${ac_cv_header_ddraw_h+set}" = set; then
35824   echo $ECHO_N "(cached) $ECHO_C" >&6
35825 else
35826   cat >conftest.$ac_ext <<_ACEOF
35827 /* confdefs.h.  */
35828 _ACEOF
35829 cat confdefs.h >>conftest.$ac_ext
35830 cat >>conftest.$ac_ext <<_ACEOF
35831 /* end confdefs.h.  */
35832 #include <windows.h>
35833
35834 #include <ddraw.h>
35835 _ACEOF
35836 rm -f conftest.$ac_objext
35837 if { (ac_try="$ac_compile"
35838 case "(($ac_try" in
35839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35840   *) ac_try_echo=$ac_try;;
35841 esac
35842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35843   (eval "$ac_compile") 2>conftest.er1
35844   ac_status=$?
35845   grep -v '^ *+' conftest.er1 >conftest.err
35846   rm -f conftest.er1
35847   cat conftest.err >&5
35848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35849   (exit $ac_status); } && {
35850          test -z "$ac_c_werror_flag" ||
35851          test ! -s conftest.err
35852        } && test -s conftest.$ac_objext; then
35853   ac_cv_header_ddraw_h=yes
35854 else
35855   echo "$as_me: failed program was:" >&5
35856 sed 's/^/| /' conftest.$ac_ext >&5
35857
35858         ac_cv_header_ddraw_h=no
35859 fi
35860
35861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35862 fi
35863 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
35864 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
35865
35866
35867     fi
35868 fi
35869
35870 if test "$wxUSE_DETECT_SM" = "yes"; then
35871     if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
35872         { echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
35873 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6; }
35874
35875   ac_find_libraries=
35876   for ac_dir in $SEARCH_LIB;
35877   do
35878     for ac_extension in a so sl dylib dll.a; do
35879       if test -f "$ac_dir/libSM.$ac_extension"; then
35880         ac_find_libraries=$ac_dir
35881         break 2
35882       fi
35883     done
35884   done
35885
35886         if test "$ac_find_libraries" != "" ; then
35887
35888     if test "$ac_find_libraries" = "default location"; then
35889     ac_path_to_link=""
35890   else
35891     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
35892     result=$?
35893     if test $result = 0; then
35894       ac_path_to_link=""
35895     else
35896       ac_path_to_link=" -L$ac_find_libraries"
35897     fi
35898   fi
35899
35900             if test "$ac_path_to_link" != " -L/usr/lib" ; then
35901                 LDFLAGS="$LDFLAGS $ac_path_to_link"
35902             fi
35903             GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
35904             { echo "$as_me:$LINENO: result: yes" >&5
35905 echo "${ECHO_T}yes" >&6; }
35906         else
35907             { echo "$as_me:$LINENO: result: no" >&5
35908 echo "${ECHO_T}no" >&6; }
35909             { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
35910 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
35911             wxUSE_DETECT_SM="no"
35912         fi
35913     else
35914         wxUSE_DETECT_SM="no"
35915     fi
35916 fi
35917
35918
35919
35920 USE_OPENGL=0
35921 if test "$wxUSE_OPENGL" = "yes"; then
35922     if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = "1"; then
35923         { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
35924 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
35925         wxUSE_OPENGL="no"
35926     elif test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
35927         OPENGL_LIBS="-framework OpenGL -framework AGL"
35928     elif test "$wxUSE_MSW" = 1; then
35929         OPENGL_LIBS="-lopengl32 -lglu32"
35930     else
35931                         { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
35932 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
35933
35934 ac_find_includes=
35935 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include;
35936   do
35937     if test -f "$ac_dir/GL/gl.h"; then
35938       ac_find_includes=$ac_dir
35939       break
35940     fi
35941   done
35942
35943         if test "$ac_find_includes" != "" ; then
35944             { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
35945 echo "${ECHO_T}found in $ac_find_includes" >&6; }
35946
35947     if test "x$ac_find_includes" = "x/usr/include"; then
35948     ac_path_to_include=""
35949   else
35950     echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
35951     result=$?
35952     if test $result = 0; then
35953       ac_path_to_include=""
35954     else
35955       ac_path_to_include=" -I$ac_find_includes"
35956     fi
35957   fi
35958
35959             CPPFLAGS="$ac_path_to_include $CPPFLAGS"
35960         else
35961             { echo "$as_me:$LINENO: result: not found" >&5
35962 echo "${ECHO_T}not found" >&6; }
35963         fi
35964
35965         { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
35966 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
35967 if test "${ac_cv_header_GL_gl_h+set}" = set; then
35968   echo $ECHO_N "(cached) $ECHO_C" >&6
35969 else
35970   cat >conftest.$ac_ext <<_ACEOF
35971 /* confdefs.h.  */
35972 _ACEOF
35973 cat confdefs.h >>conftest.$ac_ext
35974 cat >>conftest.$ac_ext <<_ACEOF
35975 /* end confdefs.h.  */
35976
35977
35978 #include <GL/gl.h>
35979 _ACEOF
35980 rm -f conftest.$ac_objext
35981 if { (ac_try="$ac_compile"
35982 case "(($ac_try" in
35983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35984   *) ac_try_echo=$ac_try;;
35985 esac
35986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35987   (eval "$ac_compile") 2>conftest.er1
35988   ac_status=$?
35989   grep -v '^ *+' conftest.er1 >conftest.err
35990   rm -f conftest.er1
35991   cat conftest.err >&5
35992   echo "$as_me:$LINENO: \$? = $ac_status" >&5
35993   (exit $ac_status); } && {
35994          test -z "$ac_c_werror_flag" ||
35995          test ! -s conftest.err
35996        } && test -s conftest.$ac_objext; then
35997   ac_cv_header_GL_gl_h=yes
35998 else
35999   echo "$as_me: failed program was:" >&5
36000 sed 's/^/| /' conftest.$ac_ext >&5
36001
36002         ac_cv_header_GL_gl_h=no
36003 fi
36004
36005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36006 fi
36007 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
36008 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
36009 if test $ac_cv_header_GL_gl_h = yes; then
36010
36011             { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
36012 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
36013 if test "${ac_cv_header_GL_glu_h+set}" = set; then
36014   echo $ECHO_N "(cached) $ECHO_C" >&6
36015 else
36016   cat >conftest.$ac_ext <<_ACEOF
36017 /* confdefs.h.  */
36018 _ACEOF
36019 cat confdefs.h >>conftest.$ac_ext
36020 cat >>conftest.$ac_ext <<_ACEOF
36021 /* end confdefs.h.  */
36022
36023
36024 #include <GL/glu.h>
36025 _ACEOF
36026 rm -f conftest.$ac_objext
36027 if { (ac_try="$ac_compile"
36028 case "(($ac_try" in
36029   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36030   *) ac_try_echo=$ac_try;;
36031 esac
36032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36033   (eval "$ac_compile") 2>conftest.er1
36034   ac_status=$?
36035   grep -v '^ *+' conftest.er1 >conftest.err
36036   rm -f conftest.er1
36037   cat conftest.err >&5
36038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36039   (exit $ac_status); } && {
36040          test -z "$ac_c_werror_flag" ||
36041          test ! -s conftest.err
36042        } && test -s conftest.$ac_objext; then
36043   ac_cv_header_GL_glu_h=yes
36044 else
36045   echo "$as_me: failed program was:" >&5
36046 sed 's/^/| /' conftest.$ac_ext >&5
36047
36048         ac_cv_header_GL_glu_h=no
36049 fi
36050
36051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36052 fi
36053 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
36054 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
36055 if test $ac_cv_header_GL_glu_h = yes; then
36056
36057                 found_gl=0
36058
36059                 { echo "$as_me:$LINENO: checking for -lGL" >&5
36060 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
36061
36062   ac_find_libraries=
36063   for ac_dir in $SEARCH_LIB /opt/graphics/OpenGL/lib;
36064   do
36065     for ac_extension in a so sl dylib dll.a; do
36066       if test -f "$ac_dir/libGL.$ac_extension"; then
36067         ac_find_libraries=$ac_dir
36068         break 2
36069       fi
36070     done
36071   done
36072
36073                 if test "$ac_find_libraries" != "" ; then
36074                     { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
36075 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
36076
36077
36078     if test "$ac_find_libraries" = "default location"; then
36079     ac_path_to_link=""
36080   else
36081     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36082     result=$?
36083     if test $result = 0; then
36084       ac_path_to_link=""
36085     else
36086       ac_path_to_link=" -L$ac_find_libraries"
36087     fi
36088   fi
36089
36090                     if test "$ac_path_to_link" != " -L/usr/lib" ; then
36091                         LDFLAGS_GL="$ac_path_to_link"
36092                     fi
36093
36094                                                                                 { echo "$as_me:$LINENO: checking for -lGLU" >&5
36095 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
36096
36097   ac_find_libraries=
36098   for ac_dir in $SEARCH_LIB;
36099   do
36100     for ac_extension in a so sl dylib dll.a; do
36101       if test -f "$ac_dir/libGLU.$ac_extension"; then
36102         ac_find_libraries=$ac_dir
36103         break 2
36104       fi
36105     done
36106   done
36107
36108                     if test "$ac_find_libraries" != "" ; then
36109
36110     if test "$ac_find_libraries" = "default location"; then
36111     ac_path_to_link=""
36112   else
36113     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36114     result=$?
36115     if test $result = 0; then
36116       ac_path_to_link=""
36117     else
36118       ac_path_to_link=" -L$ac_find_libraries"
36119     fi
36120   fi
36121
36122                         if test "$ac_path_to_link" != " -L/usr/lib" -a \
36123                                     "$ac_path_to_link" != "$LDFLAGS_GL"; then
36124                             LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
36125                         fi
36126
36127                         found_gl=1
36128                         OPENGL_LIBS="-lGL -lGLU"
36129                         { echo "$as_me:$LINENO: result: yes" >&5
36130 echo "${ECHO_T}yes" >&6; }
36131                     else
36132                         { echo "$as_me:$LINENO: result: no" >&5
36133 echo "${ECHO_T}no" >&6; }
36134                     fi
36135                 else
36136                     { echo "$as_me:$LINENO: result: no" >&5
36137 echo "${ECHO_T}no" >&6; }
36138                 fi
36139
36140                 if test "$found_gl" != 1; then
36141                     { echo "$as_me:$LINENO: checking for -lMesaGL" >&5
36142 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6; }
36143
36144   ac_find_libraries=
36145   for ac_dir in $SEARCH_LIB;
36146   do
36147     for ac_extension in a so sl dylib dll.a; do
36148       if test -f "$ac_dir/libMesaGL.$ac_extension"; then
36149         ac_find_libraries=$ac_dir
36150         break 2
36151       fi
36152     done
36153   done
36154
36155                     if test "$ac_find_libraries" != "" ; then
36156
36157     if test "$ac_find_libraries" = "default location"; then
36158     ac_path_to_link=""
36159   else
36160     echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
36161     result=$?
36162     if test $result = 0; then
36163       ac_path_to_link=""
36164     else
36165       ac_path_to_link=" -L$ac_find_libraries"
36166     fi
36167   fi
36168
36169                         LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
36170                         OPENGL_LIBS="-lMesaGL -lMesaGLU"
36171                         { echo "$as_me:$LINENO: result: yes" >&5
36172 echo "${ECHO_T}yes" >&6; }
36173                     else
36174                         { echo "$as_me:$LINENO: result: no" >&5
36175 echo "${ECHO_T}no" >&6; }
36176                     fi
36177                 fi
36178
36179 fi
36180
36181
36182
36183 fi
36184
36185
36186
36187         if test "x$OPENGL_LIBS" = "x"; then
36188                                                 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
36189 echo "$as_me: error: OpenGL libraries not available" >&2;}
36190    { (exit 1); exit 1; }; }
36191         fi
36192     fi
36193
36194     if test "$wxUSE_OPENGL" = "yes"; then
36195         USE_OPENGL=1
36196         cat >>confdefs.h <<\_ACEOF
36197 #define wxUSE_OPENGL 1
36198 _ACEOF
36199
36200         cat >>confdefs.h <<\_ACEOF
36201 #define wxUSE_GLCANVAS 1
36202 _ACEOF
36203
36204         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
36205     fi
36206 fi
36207
36208
36209 if test -n "$TOOLKIT" ; then
36210     TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
36211 fi
36212
36213
36214
36215 if test "$wxUSE_SHARED" = "yes"; then
36216     case "${host}" in
36217       *-pc-msdosdjgpp )
36218                 wxUSE_SHARED=no
36219         { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
36220 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
36221       ;;
36222     esac
36223 fi
36224
36225 if test "$wxUSE_SHARED" = "yes"; then
36226
36227
36228     case "${host}" in
36229         *-*-cygwin* | *-*-mingw* )
36230                                                                                                 wx_cv_version_script=no
36231             ;;
36232
36233         *)
36234             { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
36235 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
36236 if test "${wx_cv_version_script+set}" = set; then
36237   echo $ECHO_N "(cached) $ECHO_C" >&6
36238 else
36239
36240                 echo "VER_1 { *; };" >conftest.sym
36241                 echo "int main() { return 0; }" >conftest.cpp
36242
36243                 if { ac_try='
36244                         $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
36245                         -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
36246   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36247   (eval $ac_try) 2>&5
36248   ac_status=$?
36249   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36250   (exit $ac_status); }; } ; then
36251                   if test -s conftest.stderr ; then
36252                       wx_cv_version_script=no
36253                   else
36254                       wx_cv_version_script=yes
36255                   fi
36256                 else
36257                   wx_cv_version_script=no
36258                 fi
36259
36260                                                                                                                                                                                                 if test $wx_cv_version_script = yes
36261                 then
36262                   echo "struct B { virtual ~B() { } }; \
36263                         struct D : public B { }; \
36264                         void F() { D d; }" > conftest.cpp
36265
36266                   if { ac_try='
36267                         $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
36268                         -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
36269   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36270   (eval $ac_try) 2>&5
36271   ac_status=$?
36272   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36273   (exit $ac_status); }; } &&
36274                      { ac_try='
36275                         $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
36276                         -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
36277   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36278   (eval $ac_try) 2>&5
36279   ac_status=$?
36280   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36281   (exit $ac_status); }; }
36282                   then
36283                     if { ac_try='
36284                           $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
36285                           -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
36286   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36287   (eval $ac_try) 2>&5
36288   ac_status=$?
36289   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36290   (exit $ac_status); }; }
36291                     then
36292                       wx_cv_version_script=yes
36293                     else
36294                       wx_cv_version_script=no
36295                     fi
36296                   fi
36297                 fi
36298
36299                 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
36300                 rm -f conftest1.output conftest2.output conftest3.output
36301
36302 fi
36303 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
36304 echo "${ECHO_T}$wx_cv_version_script" >&6; }
36305
36306             if test $wx_cv_version_script = yes ; then
36307                 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
36308             fi
36309             ;;
36310     esac
36311
36312
36313             if test "$wxUSE_VISIBILITY" != "no"; then
36314
36315
36316   if test -n "$GCC"; then
36317     CFLAGS_VISIBILITY="-fvisibility=hidden"
36318     CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
36319     { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
36320 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
36321     if test "${wx_cv_cc_visibility+set}" = set; then
36322   echo $ECHO_N "(cached) $ECHO_C" >&6
36323 else
36324
36325       wx_save_CXXFLAGS="$CXXFLAGS"
36326       CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
36327       ac_ext=cpp
36328 ac_cpp='$CXXCPP $CPPFLAGS'
36329 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36330 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36331 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36332
36333       cat >conftest.$ac_ext <<_ACEOF
36334 /* confdefs.h.  */
36335 _ACEOF
36336 cat confdefs.h >>conftest.$ac_ext
36337 cat >>conftest.$ac_ext <<_ACEOF
36338 /* end confdefs.h.  */
36339
36340          /* we need gcc >= 4.0, older versions with visibility support
36341             didn't have class visibility: */
36342          #if defined(__GNUC__) && __GNUC__ < 4
36343          error this gcc is too old;
36344          #endif
36345
36346          /* visibility only makes sense for ELF shared libs: */
36347          #if !defined(__ELF__) && !defined(__APPLE__)
36348          error this platform has no visibility;
36349          #endif
36350
36351          extern __attribute__((__visibility__("hidden"))) int hiddenvar;
36352          extern __attribute__((__visibility__("default"))) int exportedvar;
36353          extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
36354          extern __attribute__((__visibility__("default"))) int exportedfunc (void);
36355          class __attribute__((__visibility__("default"))) Foo {
36356            Foo() {}
36357          };
36358
36359 int
36360 main ()
36361 {
36362
36363   ;
36364   return 0;
36365 }
36366 _ACEOF
36367 rm -f conftest.$ac_objext
36368 if { (ac_try="$ac_compile"
36369 case "(($ac_try" in
36370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36371   *) ac_try_echo=$ac_try;;
36372 esac
36373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36374   (eval "$ac_compile") 2>conftest.er1
36375   ac_status=$?
36376   grep -v '^ *+' conftest.er1 >conftest.err
36377   rm -f conftest.er1
36378   cat conftest.err >&5
36379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36380   (exit $ac_status); } && {
36381          test -z "$ac_cxx_werror_flag" ||
36382          test ! -s conftest.err
36383        } && test -s conftest.$ac_objext; then
36384   wx_cv_cc_visibility=yes
36385 else
36386   echo "$as_me: failed program was:" >&5
36387 sed 's/^/| /' conftest.$ac_ext >&5
36388
36389         wx_cv_cc_visibility=no
36390 fi
36391
36392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36393       ac_ext=c
36394 ac_cpp='$CPP $CPPFLAGS'
36395 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36396 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36397 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36398
36399       CXXFLAGS="$wx_save_CXXFLAGS"
36400 fi
36401
36402     { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
36403 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
36404     if test $wx_cv_cc_visibility = yes; then
36405                               { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
36406 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
36407       if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
36408   echo $ECHO_N "(cached) $ECHO_C" >&6
36409 else
36410
36411         wx_save_CXXFLAGS="$CXXFLAGS"
36412         wx_save_LDFLAGS="$LDFLAGS"
36413         CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
36414         LDFLAGS="$LDFLAGS -shared -fPIC"
36415         ac_ext=cpp
36416 ac_cpp='$CXXCPP $CPPFLAGS'
36417 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36418 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36419 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36420
36421         cat >conftest.$ac_ext <<_ACEOF
36422 /* confdefs.h.  */
36423 _ACEOF
36424 cat confdefs.h >>conftest.$ac_ext
36425 cat >>conftest.$ac_ext <<_ACEOF
36426 /* end confdefs.h.  */
36427
36428             #include <string>
36429
36430 int
36431 main ()
36432 {
36433
36434             std::string s("hello");
36435             return s.length();
36436
36437   ;
36438   return 0;
36439 }
36440 _ACEOF
36441 rm -f conftest.$ac_objext conftest$ac_exeext
36442 if { (ac_try="$ac_link"
36443 case "(($ac_try" in
36444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36445   *) ac_try_echo=$ac_try;;
36446 esac
36447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36448   (eval "$ac_link") 2>conftest.er1
36449   ac_status=$?
36450   grep -v '^ *+' conftest.er1 >conftest.err
36451   rm -f conftest.er1
36452   cat conftest.err >&5
36453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36454   (exit $ac_status); } && {
36455          test -z "$ac_cxx_werror_flag" ||
36456          test ! -s conftest.err
36457        } && test -s conftest$ac_exeext &&
36458        $as_test_x conftest$ac_exeext; then
36459   wx_cv_cc_broken_libstdcxx_visibility=no
36460 else
36461   echo "$as_me: failed program was:" >&5
36462 sed 's/^/| /' conftest.$ac_ext >&5
36463
36464         wx_cv_cc_broken_libstdcxx_visibility=yes
36465 fi
36466
36467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36468       conftest$ac_exeext conftest.$ac_ext
36469         ac_ext=c
36470 ac_cpp='$CPP $CPPFLAGS'
36471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36474
36475         CXXFLAGS="$wx_save_CXXFLAGS"
36476         LDFLAGS="$wx_save_LDFLAGS"
36477 fi
36478
36479       { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
36480 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
36481
36482       if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
36483         { echo "$as_me:$LINENO: checking whether we can work around it" >&5
36484 echo $ECHO_N "checking whether we can work around it... $ECHO_C" >&6; }
36485         if test "${wx_cv_cc_visibility_workaround+set}" = set; then
36486   echo $ECHO_N "(cached) $ECHO_C" >&6
36487 else
36488
36489           ac_ext=cpp
36490 ac_cpp='$CXXCPP $CPPFLAGS'
36491 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36492 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36493 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36494
36495           cat >conftest.$ac_ext <<_ACEOF
36496 /* confdefs.h.  */
36497 _ACEOF
36498 cat confdefs.h >>conftest.$ac_ext
36499 cat >>conftest.$ac_ext <<_ACEOF
36500 /* end confdefs.h.  */
36501
36502               #pragma GCC visibility push(default)
36503               #include <string>
36504               #pragma GCC visibility pop
36505
36506 int
36507 main ()
36508 {
36509
36510               std::string s("hello");
36511               return s.length();
36512
36513   ;
36514   return 0;
36515 }
36516 _ACEOF
36517 rm -f conftest.$ac_objext conftest$ac_exeext
36518 if { (ac_try="$ac_link"
36519 case "(($ac_try" in
36520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36521   *) ac_try_echo=$ac_try;;
36522 esac
36523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36524   (eval "$ac_link") 2>conftest.er1
36525   ac_status=$?
36526   grep -v '^ *+' conftest.er1 >conftest.err
36527   rm -f conftest.er1
36528   cat conftest.err >&5
36529   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36530   (exit $ac_status); } && {
36531          test -z "$ac_cxx_werror_flag" ||
36532          test ! -s conftest.err
36533        } && test -s conftest$ac_exeext &&
36534        $as_test_x conftest$ac_exeext; then
36535   wx_cv_cc_visibility_workaround=no
36536 else
36537   echo "$as_me: failed program was:" >&5
36538 sed 's/^/| /' conftest.$ac_ext >&5
36539
36540         wx_cv_cc_visibility_workaround=yes
36541 fi
36542
36543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36544       conftest$ac_exeext conftest.$ac_ext
36545           ac_ext=c
36546 ac_cpp='$CPP $CPPFLAGS'
36547 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36548 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36549 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36550
36551
36552 fi
36553
36554         { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility_workaround" >&5
36555 echo "${ECHO_T}$wx_cv_cc_visibility_workaround" >&6; }
36556
36557         if test $wx_cv_cc_visibility_workaround = no; then
36558                     wx_cv_cc_visibility=no
36559         fi
36560       fi
36561     fi
36562
36563     if test $wx_cv_cc_visibility = yes; then
36564       cat >>confdefs.h <<\_ACEOF
36565 #define HAVE_VISIBILITY 1
36566 _ACEOF
36567
36568       if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
36569         cat >>confdefs.h <<\_ACEOF
36570 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
36571 _ACEOF
36572
36573       fi
36574     else
36575       CFLAGS_VISIBILITY=""
36576       CXXFLAGS_VISIBILITY=""
36577     fi
36578
36579
36580   fi
36581
36582     fi
36583
36584         if test "x$SUNCXX" = xyes; then
36585         SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
36586         WXCONFIG_RPATH="-R\$libdir"
36587     else
36588     case "${host}" in
36589       *-*-linux* | *-*-gnu* )
36590         SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
36591         WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
36592         ;;
36593
36594       *-*-solaris2* )
36595
36596                         CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
36597
36598                         saveLdflags="$LDFLAGS"
36599         LDFLAGS="$saveLdflags -Wl,-rpath,/"
36600         { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
36601 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
36602         cat >conftest.$ac_ext <<_ACEOF
36603 /* confdefs.h.  */
36604 _ACEOF
36605 cat confdefs.h >>conftest.$ac_ext
36606 cat >>conftest.$ac_ext <<_ACEOF
36607 /* end confdefs.h.  */
36608
36609 int
36610 main ()
36611 {
36612
36613   ;
36614   return 0;
36615 }
36616 _ACEOF
36617 rm -f conftest.$ac_objext conftest$ac_exeext
36618 if { (ac_try="$ac_link"
36619 case "(($ac_try" in
36620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36621   *) ac_try_echo=$ac_try;;
36622 esac
36623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36624   (eval "$ac_link") 2>conftest.er1
36625   ac_status=$?
36626   grep -v '^ *+' conftest.er1 >conftest.err
36627   rm -f conftest.er1
36628   cat conftest.err >&5
36629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36630   (exit $ac_status); } && {
36631          test -z "$ac_c_werror_flag" ||
36632          test ! -s conftest.err
36633        } && test -s conftest$ac_exeext &&
36634        $as_test_x conftest$ac_exeext; then
36635
36636                 { echo "$as_me:$LINENO: result: yes" >&5
36637 echo "${ECHO_T}yes" >&6; }
36638                 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
36639                 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
36640
36641 else
36642   echo "$as_me: failed program was:" >&5
36643 sed 's/^/| /' conftest.$ac_ext >&5
36644
36645
36646                 { echo "$as_me:$LINENO: result: no" >&5
36647 echo "${ECHO_T}no" >&6; }
36648                 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
36649 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
36650                 LDFLAGS="$saveLdflags -Wl,-R,/"
36651                 cat >conftest.$ac_ext <<_ACEOF
36652 /* confdefs.h.  */
36653 _ACEOF
36654 cat confdefs.h >>conftest.$ac_ext
36655 cat >>conftest.$ac_ext <<_ACEOF
36656 /* end confdefs.h.  */
36657
36658 int
36659 main ()
36660 {
36661
36662   ;
36663   return 0;
36664 }
36665 _ACEOF
36666 rm -f conftest.$ac_objext conftest$ac_exeext
36667 if { (ac_try="$ac_link"
36668 case "(($ac_try" in
36669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36670   *) ac_try_echo=$ac_try;;
36671 esac
36672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36673   (eval "$ac_link") 2>conftest.er1
36674   ac_status=$?
36675   grep -v '^ *+' conftest.er1 >conftest.err
36676   rm -f conftest.er1
36677   cat conftest.err >&5
36678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36679   (exit $ac_status); } && {
36680          test -z "$ac_c_werror_flag" ||
36681          test ! -s conftest.err
36682        } && test -s conftest$ac_exeext &&
36683        $as_test_x conftest$ac_exeext; then
36684
36685                         { echo "$as_me:$LINENO: result: yes" >&5
36686 echo "${ECHO_T}yes" >&6; }
36687                         SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
36688                         WXCONFIG_RPATH="-Wl,-R,\$libdir"
36689
36690 else
36691   echo "$as_me: failed program was:" >&5
36692 sed 's/^/| /' conftest.$ac_ext >&5
36693
36694
36695                         { echo "$as_me:$LINENO: result: no" >&5
36696 echo "${ECHO_T}no" >&6; }
36697
36698 fi
36699
36700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36701       conftest$ac_exeext conftest.$ac_ext
36702
36703 fi
36704
36705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36706       conftest$ac_exeext conftest.$ac_ext
36707         LDFLAGS="$saveLdflags"
36708       ;;
36709
36710       *-*-darwin* )
36711         install_name_tool=`which install_name_tool`
36712         if test "$install_name_tool" -a -x "$install_name_tool"; then
36713             SAMPLES_RPATH_POSTLINK="\$(wx_top_builddir)/change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
36714             cat <<EOF >change-install-names
36715 #!/bin/sh
36716 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
36717 inst_cmd="install_name_tool "
36718 for i in \${libnames} ; do
36719     inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
36720 done
36721 \${inst_cmd} \${3}
36722 EOF
36723             chmod +x change-install-names
36724         fi
36725       ;;
36726
36727       *-*-cygwin* | *-*-mingw32* )
36728         ;;
36729
36730       *-*-hpux* )
36731         SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
36732         WXCONFIG_RPATH="-Wl,+b,\$libdir"
36733         ;;
36734
36735     esac
36736     fi
36737
36738             WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
36739
36740     if test $wxUSE_RPATH = "no"; then
36741         SAMPLES_RPATH_FLAG=''
36742         SAMPLES_RPATH_POSTLINK=''
36743         WXCONFIG_RPATH=''
36744     fi
36745
36746     SHARED=1
36747
36748 else
36749
36750     config_linkage_component="-static"
36751     SHARED=0
36752
36753 fi
36754
36755
36756 UNICODE=0
36757 lib_unicode_suffix=
36758 WX_CHARTYPE="ansi"
36759 if test "$wxUSE_UNICODE" = "yes"; then
36760     lib_unicode_suffix=u
36761     WX_CHARTYPE="unicode"
36762     UNICODE=1
36763 fi
36764
36765 lib_debug_suffix=
36766 WX_DEBUGTYPE="release"
36767 DEBUG_FLAG=0
36768 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
36769     lib_debug_suffix=d
36770     WX_DEBUGTYPE="debug"
36771     DEBUG_FLAG=1
36772 fi
36773
36774 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
36775 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
36776
36777 DEBUG_INFO=0
36778 if test "$wxUSE_DEBUG_INFO" = "yes"; then
36779     DEBUG_INFO=1
36780 fi
36781
36782 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
36783
36784 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
36785
36786 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
36787
36788 if test "$cross_compiling" = "yes"; then
36789     HOST_SUFFIX="-$host_alias"
36790     TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
36791     TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
36792 fi
36793
36794 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
36795 if test "${TOOLKIT_DIR}" = "os2"; then
36796     WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
36797 else
36798     WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
36799 fi
36800
36801
36802
36803 if test "$wxUSE_COCOA" = 1; then
36804
36805     ac_ext=c
36806 ac_cpp='$CPP $CPPFLAGS'
36807 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36808 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36809 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36810
36811 ac_ext=m
36812
36813     { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
36814 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
36815     cat >conftest.$ac_ext <<_ACEOF
36816 /* confdefs.h.  */
36817 _ACEOF
36818 cat confdefs.h >>conftest.$ac_ext
36819 cat >>conftest.$ac_ext <<_ACEOF
36820 /* end confdefs.h.  */
36821 #include <AppKit/NSEvent.h>
36822 #include <CoreFoundation/CoreFoundation.h>
36823
36824 int
36825 main ()
36826 {
36827
36828   ;
36829   return 0;
36830 }
36831 _ACEOF
36832 rm -f conftest.$ac_objext
36833 if { (ac_try="$ac_compile"
36834 case "(($ac_try" in
36835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36836   *) ac_try_echo=$ac_try;;
36837 esac
36838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36839   (eval "$ac_compile") 2>conftest.er1
36840   ac_status=$?
36841   grep -v '^ *+' conftest.er1 >conftest.err
36842   rm -f conftest.er1
36843   cat conftest.err >&5
36844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36845   (exit $ac_status); } && {
36846          test -z "$ac_c_werror_flag" ||
36847          test ! -s conftest.err
36848        } && test -s conftest.$ac_objext; then
36849   { echo "$as_me:$LINENO: result: no" >&5
36850 echo "${ECHO_T}no" >&6; }
36851 else
36852   echo "$as_me: failed program was:" >&5
36853 sed 's/^/| /' conftest.$ac_ext >&5
36854
36855         { echo "$as_me:$LINENO: result: yes" >&5
36856 echo "${ECHO_T}yes" >&6; }
36857         { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
36858 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
36859         cat >conftest.$ac_ext <<_ACEOF
36860 /* confdefs.h.  */
36861 _ACEOF
36862 cat confdefs.h >>conftest.$ac_ext
36863 cat >>conftest.$ac_ext <<_ACEOF
36864 /* end confdefs.h.  */
36865 #define __Point__ 1
36866 #include <AppKit/NSEvent.h>
36867 #include <CoreFoundation/CoreFoundation.h>
36868
36869 int
36870 main ()
36871 {
36872
36873   ;
36874   return 0;
36875 }
36876 _ACEOF
36877 rm -f conftest.$ac_objext
36878 if { (ac_try="$ac_compile"
36879 case "(($ac_try" in
36880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36881   *) ac_try_echo=$ac_try;;
36882 esac
36883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36884   (eval "$ac_compile") 2>conftest.er1
36885   ac_status=$?
36886   grep -v '^ *+' conftest.er1 >conftest.err
36887   rm -f conftest.er1
36888   cat conftest.err >&5
36889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36890   (exit $ac_status); } && {
36891          test -z "$ac_c_werror_flag" ||
36892          test ! -s conftest.err
36893        } && test -s conftest.$ac_objext; then
36894   { echo "$as_me:$LINENO: result: yes" >&5
36895 echo "${ECHO_T}yes" >&6; }
36896             cat >>confdefs.h <<\_ACEOF
36897 #define __Point__ 1
36898 _ACEOF
36899
36900
36901 else
36902   echo "$as_me: failed program was:" >&5
36903 sed 's/^/| /' conftest.$ac_ext >&5
36904
36905         { { echo "$as_me:$LINENO: error: no
36906 See \`config.log' for more details." >&5
36907 echo "$as_me: error: no
36908 See \`config.log' for more details." >&2;}
36909    { (exit 1); exit 1; }; }
36910
36911 fi
36912
36913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36914
36915 fi
36916
36917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36918     ac_ext=c
36919 ac_cpp='$CPP $CPPFLAGS'
36920 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36921 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36922 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36923
36924 fi
36925
36926
36927 { echo "$as_me:$LINENO: checking for mode_t" >&5
36928 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
36929 if test "${ac_cv_type_mode_t+set}" = set; then
36930   echo $ECHO_N "(cached) $ECHO_C" >&6
36931 else
36932   cat >conftest.$ac_ext <<_ACEOF
36933 /* confdefs.h.  */
36934 _ACEOF
36935 cat confdefs.h >>conftest.$ac_ext
36936 cat >>conftest.$ac_ext <<_ACEOF
36937 /* end confdefs.h.  */
36938 $ac_includes_default
36939 typedef mode_t ac__type_new_;
36940 int
36941 main ()
36942 {
36943 if ((ac__type_new_ *) 0)
36944   return 0;
36945 if (sizeof (ac__type_new_))
36946   return 0;
36947   ;
36948   return 0;
36949 }
36950 _ACEOF
36951 rm -f conftest.$ac_objext
36952 if { (ac_try="$ac_compile"
36953 case "(($ac_try" in
36954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36955   *) ac_try_echo=$ac_try;;
36956 esac
36957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36958   (eval "$ac_compile") 2>conftest.er1
36959   ac_status=$?
36960   grep -v '^ *+' conftest.er1 >conftest.err
36961   rm -f conftest.er1
36962   cat conftest.err >&5
36963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
36964   (exit $ac_status); } && {
36965          test -z "$ac_c_werror_flag" ||
36966          test ! -s conftest.err
36967        } && test -s conftest.$ac_objext; then
36968   ac_cv_type_mode_t=yes
36969 else
36970   echo "$as_me: failed program was:" >&5
36971 sed 's/^/| /' conftest.$ac_ext >&5
36972
36973         ac_cv_type_mode_t=no
36974 fi
36975
36976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36977 fi
36978 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
36979 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
36980 if test $ac_cv_type_mode_t = yes; then
36981   :
36982 else
36983
36984 cat >>confdefs.h <<_ACEOF
36985 #define mode_t int
36986 _ACEOF
36987
36988 fi
36989
36990 { echo "$as_me:$LINENO: checking for off_t" >&5
36991 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
36992 if test "${ac_cv_type_off_t+set}" = set; then
36993   echo $ECHO_N "(cached) $ECHO_C" >&6
36994 else
36995   cat >conftest.$ac_ext <<_ACEOF
36996 /* confdefs.h.  */
36997 _ACEOF
36998 cat confdefs.h >>conftest.$ac_ext
36999 cat >>conftest.$ac_ext <<_ACEOF
37000 /* end confdefs.h.  */
37001 $ac_includes_default
37002 typedef off_t ac__type_new_;
37003 int
37004 main ()
37005 {
37006 if ((ac__type_new_ *) 0)
37007   return 0;
37008 if (sizeof (ac__type_new_))
37009   return 0;
37010   ;
37011   return 0;
37012 }
37013 _ACEOF
37014 rm -f conftest.$ac_objext
37015 if { (ac_try="$ac_compile"
37016 case "(($ac_try" in
37017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37018   *) ac_try_echo=$ac_try;;
37019 esac
37020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37021   (eval "$ac_compile") 2>conftest.er1
37022   ac_status=$?
37023   grep -v '^ *+' conftest.er1 >conftest.err
37024   rm -f conftest.er1
37025   cat conftest.err >&5
37026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37027   (exit $ac_status); } && {
37028          test -z "$ac_c_werror_flag" ||
37029          test ! -s conftest.err
37030        } && test -s conftest.$ac_objext; then
37031   ac_cv_type_off_t=yes
37032 else
37033   echo "$as_me: failed program was:" >&5
37034 sed 's/^/| /' conftest.$ac_ext >&5
37035
37036         ac_cv_type_off_t=no
37037 fi
37038
37039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37040 fi
37041 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
37042 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
37043 if test $ac_cv_type_off_t = yes; then
37044   :
37045 else
37046
37047 cat >>confdefs.h <<_ACEOF
37048 #define off_t long int
37049 _ACEOF
37050
37051 fi
37052
37053 { echo "$as_me:$LINENO: checking for pid_t" >&5
37054 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
37055 if test "${ac_cv_type_pid_t+set}" = set; then
37056   echo $ECHO_N "(cached) $ECHO_C" >&6
37057 else
37058   cat >conftest.$ac_ext <<_ACEOF
37059 /* confdefs.h.  */
37060 _ACEOF
37061 cat confdefs.h >>conftest.$ac_ext
37062 cat >>conftest.$ac_ext <<_ACEOF
37063 /* end confdefs.h.  */
37064 $ac_includes_default
37065 typedef pid_t ac__type_new_;
37066 int
37067 main ()
37068 {
37069 if ((ac__type_new_ *) 0)
37070   return 0;
37071 if (sizeof (ac__type_new_))
37072   return 0;
37073   ;
37074   return 0;
37075 }
37076 _ACEOF
37077 rm -f conftest.$ac_objext
37078 if { (ac_try="$ac_compile"
37079 case "(($ac_try" in
37080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37081   *) ac_try_echo=$ac_try;;
37082 esac
37083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37084   (eval "$ac_compile") 2>conftest.er1
37085   ac_status=$?
37086   grep -v '^ *+' conftest.er1 >conftest.err
37087   rm -f conftest.er1
37088   cat conftest.err >&5
37089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37090   (exit $ac_status); } && {
37091          test -z "$ac_c_werror_flag" ||
37092          test ! -s conftest.err
37093        } && test -s conftest.$ac_objext; then
37094   ac_cv_type_pid_t=yes
37095 else
37096   echo "$as_me: failed program was:" >&5
37097 sed 's/^/| /' conftest.$ac_ext >&5
37098
37099         ac_cv_type_pid_t=no
37100 fi
37101
37102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37103 fi
37104 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
37105 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
37106 if test $ac_cv_type_pid_t = yes; then
37107   :
37108 else
37109
37110 cat >>confdefs.h <<_ACEOF
37111 #define pid_t int
37112 _ACEOF
37113
37114 fi
37115
37116 { echo "$as_me:$LINENO: checking for size_t" >&5
37117 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
37118 if test "${ac_cv_type_size_t+set}" = set; then
37119   echo $ECHO_N "(cached) $ECHO_C" >&6
37120 else
37121   cat >conftest.$ac_ext <<_ACEOF
37122 /* confdefs.h.  */
37123 _ACEOF
37124 cat confdefs.h >>conftest.$ac_ext
37125 cat >>conftest.$ac_ext <<_ACEOF
37126 /* end confdefs.h.  */
37127 $ac_includes_default
37128 typedef size_t ac__type_new_;
37129 int
37130 main ()
37131 {
37132 if ((ac__type_new_ *) 0)
37133   return 0;
37134 if (sizeof (ac__type_new_))
37135   return 0;
37136   ;
37137   return 0;
37138 }
37139 _ACEOF
37140 rm -f conftest.$ac_objext
37141 if { (ac_try="$ac_compile"
37142 case "(($ac_try" in
37143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37144   *) ac_try_echo=$ac_try;;
37145 esac
37146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37147   (eval "$ac_compile") 2>conftest.er1
37148   ac_status=$?
37149   grep -v '^ *+' conftest.er1 >conftest.err
37150   rm -f conftest.er1
37151   cat conftest.err >&5
37152   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37153   (exit $ac_status); } && {
37154          test -z "$ac_c_werror_flag" ||
37155          test ! -s conftest.err
37156        } && test -s conftest.$ac_objext; then
37157   ac_cv_type_size_t=yes
37158 else
37159   echo "$as_me: failed program was:" >&5
37160 sed 's/^/| /' conftest.$ac_ext >&5
37161
37162         ac_cv_type_size_t=no
37163 fi
37164
37165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37166 fi
37167 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
37168 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
37169 if test $ac_cv_type_size_t = yes; then
37170   :
37171 else
37172
37173 cat >>confdefs.h <<_ACEOF
37174 #define size_t unsigned int
37175 _ACEOF
37176
37177 fi
37178
37179 { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
37180 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; }
37181 if test "${ac_cv_type_uid_t+set}" = set; then
37182   echo $ECHO_N "(cached) $ECHO_C" >&6
37183 else
37184   cat >conftest.$ac_ext <<_ACEOF
37185 /* confdefs.h.  */
37186 _ACEOF
37187 cat confdefs.h >>conftest.$ac_ext
37188 cat >>conftest.$ac_ext <<_ACEOF
37189 /* end confdefs.h.  */
37190 #include <sys/types.h>
37191
37192 _ACEOF
37193 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
37194   $EGREP "uid_t" >/dev/null 2>&1; then
37195   ac_cv_type_uid_t=yes
37196 else
37197   ac_cv_type_uid_t=no
37198 fi
37199 rm -f conftest*
37200
37201 fi
37202 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
37203 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; }
37204 if test $ac_cv_type_uid_t = no; then
37205
37206 cat >>confdefs.h <<\_ACEOF
37207 #define uid_t int
37208 _ACEOF
37209
37210
37211 cat >>confdefs.h <<\_ACEOF
37212 #define gid_t int
37213 _ACEOF
37214
37215 fi
37216
37217
37218 { echo "$as_me:$LINENO: checking for ssize_t" >&5
37219 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
37220 if test "${ac_cv_type_ssize_t+set}" = set; then
37221   echo $ECHO_N "(cached) $ECHO_C" >&6
37222 else
37223   cat >conftest.$ac_ext <<_ACEOF
37224 /* confdefs.h.  */
37225 _ACEOF
37226 cat confdefs.h >>conftest.$ac_ext
37227 cat >>conftest.$ac_ext <<_ACEOF
37228 /* end confdefs.h.  */
37229 $ac_includes_default
37230 typedef ssize_t ac__type_new_;
37231 int
37232 main ()
37233 {
37234 if ((ac__type_new_ *) 0)
37235   return 0;
37236 if (sizeof (ac__type_new_))
37237   return 0;
37238   ;
37239   return 0;
37240 }
37241 _ACEOF
37242 rm -f conftest.$ac_objext
37243 if { (ac_try="$ac_compile"
37244 case "(($ac_try" in
37245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37246   *) ac_try_echo=$ac_try;;
37247 esac
37248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37249   (eval "$ac_compile") 2>conftest.er1
37250   ac_status=$?
37251   grep -v '^ *+' conftest.er1 >conftest.err
37252   rm -f conftest.er1
37253   cat conftest.err >&5
37254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37255   (exit $ac_status); } && {
37256          test -z "$ac_c_werror_flag" ||
37257          test ! -s conftest.err
37258        } && test -s conftest.$ac_objext; then
37259   ac_cv_type_ssize_t=yes
37260 else
37261   echo "$as_me: failed program was:" >&5
37262 sed 's/^/| /' conftest.$ac_ext >&5
37263
37264         ac_cv_type_ssize_t=no
37265 fi
37266
37267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37268 fi
37269 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
37270 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
37271 if test $ac_cv_type_ssize_t = yes; then
37272
37273 cat >>confdefs.h <<_ACEOF
37274 #define HAVE_SSIZE_T 1
37275 _ACEOF
37276
37277
37278 fi
37279
37280
37281 ac_ext=cpp
37282 ac_cpp='$CXXCPP $CPPFLAGS'
37283 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37284 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37285 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37286  { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
37287 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
37288 if test "${wx_cv_size_t_is_uint+set}" = set; then
37289   echo $ECHO_N "(cached) $ECHO_C" >&6
37290 else
37291
37292                             cat >conftest.$ac_ext <<_ACEOF
37293 /* confdefs.h.  */
37294 _ACEOF
37295 cat confdefs.h >>conftest.$ac_ext
37296 cat >>conftest.$ac_ext <<_ACEOF
37297 /* end confdefs.h.  */
37298 #include <stddef.h>
37299 int
37300 main ()
37301 {
37302
37303             return 0; }
37304
37305             struct Foo { void foo(size_t); void foo(unsigned int); };
37306
37307             int bar() {
37308
37309   ;
37310   return 0;
37311 }
37312 _ACEOF
37313 rm -f conftest.$ac_objext
37314 if { (ac_try="$ac_compile"
37315 case "(($ac_try" in
37316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37317   *) ac_try_echo=$ac_try;;
37318 esac
37319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37320   (eval "$ac_compile") 2>conftest.er1
37321   ac_status=$?
37322   grep -v '^ *+' conftest.er1 >conftest.err
37323   rm -f conftest.er1
37324   cat conftest.err >&5
37325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37326   (exit $ac_status); } && {
37327          test -z "$ac_cxx_werror_flag" ||
37328          test ! -s conftest.err
37329        } && test -s conftest.$ac_objext; then
37330   wx_cv_size_t_is_uint=no
37331 else
37332   echo "$as_me: failed program was:" >&5
37333 sed 's/^/| /' conftest.$ac_ext >&5
37334
37335         wx_cv_size_t_is_uint=yes
37336
37337 fi
37338
37339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37340
37341
37342 fi
37343 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
37344 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
37345
37346 if test "$wx_cv_size_t_is_uint" = "yes"; then
37347     cat >>confdefs.h <<\_ACEOF
37348 #define wxSIZE_T_IS_UINT 1
37349 _ACEOF
37350
37351 else
37352     { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
37353 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
37354 if test "${wx_cv_size_t_is_ulong+set}" = set; then
37355   echo $ECHO_N "(cached) $ECHO_C" >&6
37356 else
37357   cat >conftest.$ac_ext <<_ACEOF
37358 /* confdefs.h.  */
37359 _ACEOF
37360 cat confdefs.h >>conftest.$ac_ext
37361 cat >>conftest.$ac_ext <<_ACEOF
37362 /* end confdefs.h.  */
37363 #include <stddef.h>
37364 int
37365 main ()
37366 {
37367
37368                 return 0; }
37369
37370                 struct Foo { void foo(size_t); void foo(unsigned long); };
37371
37372                 int bar() {
37373
37374   ;
37375   return 0;
37376 }
37377 _ACEOF
37378 rm -f conftest.$ac_objext
37379 if { (ac_try="$ac_compile"
37380 case "(($ac_try" in
37381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37382   *) ac_try_echo=$ac_try;;
37383 esac
37384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37385   (eval "$ac_compile") 2>conftest.er1
37386   ac_status=$?
37387   grep -v '^ *+' conftest.er1 >conftest.err
37388   rm -f conftest.er1
37389   cat conftest.err >&5
37390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37391   (exit $ac_status); } && {
37392          test -z "$ac_cxx_werror_flag" ||
37393          test ! -s conftest.err
37394        } && test -s conftest.$ac_objext; then
37395   wx_cv_size_t_is_ulong=no
37396 else
37397   echo "$as_me: failed program was:" >&5
37398 sed 's/^/| /' conftest.$ac_ext >&5
37399
37400         wx_cv_size_t_is_ulong=yes
37401
37402 fi
37403
37404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37405
37406 fi
37407 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
37408 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
37409
37410     if test "$wx_cv_size_t_is_ulong" = "yes"; then
37411         cat >>confdefs.h <<\_ACEOF
37412 #define wxSIZE_T_IS_ULONG 1
37413 _ACEOF
37414
37415     fi
37416 fi
37417
37418 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
37419 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
37420 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
37421   echo $ECHO_N "(cached) $ECHO_C" >&6
37422 else
37423   cat >conftest.$ac_ext <<_ACEOF
37424 /* confdefs.h.  */
37425 _ACEOF
37426 cat confdefs.h >>conftest.$ac_ext
37427 cat >>conftest.$ac_ext <<_ACEOF
37428 /* end confdefs.h.  */
37429 #include <wchar.h>
37430 int
37431 main ()
37432 {
37433
37434             return 0; }
37435
37436             struct Foo { void foo(wchar_t);
37437                          void foo(unsigned short);
37438                          void foo(unsigned int);
37439                          void foo(unsigned long); };
37440
37441             int bar() {
37442
37443   ;
37444   return 0;
37445 }
37446 _ACEOF
37447 rm -f conftest.$ac_objext
37448 if { (ac_try="$ac_compile"
37449 case "(($ac_try" in
37450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37451   *) ac_try_echo=$ac_try;;
37452 esac
37453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37454   (eval "$ac_compile") 2>conftest.er1
37455   ac_status=$?
37456   grep -v '^ *+' conftest.er1 >conftest.err
37457   rm -f conftest.er1
37458   cat conftest.err >&5
37459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37460   (exit $ac_status); } && {
37461          test -z "$ac_cxx_werror_flag" ||
37462          test ! -s conftest.err
37463        } && test -s conftest.$ac_objext; then
37464   wx_cv_wchar_t_is_separate_type=yes
37465 else
37466   echo "$as_me: failed program was:" >&5
37467 sed 's/^/| /' conftest.$ac_ext >&5
37468
37469         wx_cv_wchar_t_is_separate_type=no
37470
37471 fi
37472
37473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37474
37475 fi
37476 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
37477 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
37478
37479 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
37480     cat >>confdefs.h <<\_ACEOF
37481 #define wxWCHAR_T_IS_REAL_TYPE 1
37482 _ACEOF
37483
37484 else
37485     cat >>confdefs.h <<\_ACEOF
37486 #define wxWCHAR_T_IS_REAL_TYPE 0
37487 _ACEOF
37488
37489 fi
37490
37491 ac_ext=c
37492 ac_cpp='$CPP $CPPFLAGS'
37493 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37494 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37495 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37496
37497
37498 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
37499 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
37500 if test "${wx_cv_struct_pw_gecos+set}" = set; then
37501   echo $ECHO_N "(cached) $ECHO_C" >&6
37502 else
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 #include <pwd.h>
37511 int
37512 main ()
37513 {
37514
37515                 char *p;
37516                 struct passwd *pw;
37517                 p = pw->pw_gecos;
37518
37519   ;
37520   return 0;
37521 }
37522 _ACEOF
37523 rm -f conftest.$ac_objext
37524 if { (ac_try="$ac_compile"
37525 case "(($ac_try" in
37526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37527   *) ac_try_echo=$ac_try;;
37528 esac
37529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37530   (eval "$ac_compile") 2>conftest.er1
37531   ac_status=$?
37532   grep -v '^ *+' conftest.er1 >conftest.err
37533   rm -f conftest.er1
37534   cat conftest.err >&5
37535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37536   (exit $ac_status); } && {
37537          test -z "$ac_c_werror_flag" ||
37538          test ! -s conftest.err
37539        } && test -s conftest.$ac_objext; then
37540
37541                 wx_cv_struct_pw_gecos=yes
37542
37543 else
37544   echo "$as_me: failed program was:" >&5
37545 sed 's/^/| /' conftest.$ac_ext >&5
37546
37547
37548                 wx_cv_struct_pw_gecos=no
37549
37550
37551 fi
37552
37553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37554
37555
37556 fi
37557 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
37558 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
37559
37560 if test "$wx_cv_struct_pw_gecos" = "yes"; then
37561     cat >>confdefs.h <<\_ACEOF
37562 #define HAVE_PW_GECOS 1
37563 _ACEOF
37564
37565 fi
37566
37567
37568 if test "$wxUSE_WCHAR_T" = "yes"; then
37569     cat >>confdefs.h <<\_ACEOF
37570 #define wxUSE_WCHAR_T 1
37571 _ACEOF
37572
37573
37574         WCSLEN_FOUND=0
37575     WCHAR_LINK=
37576
37577 for ac_func in wcslen
37578 do
37579 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37580 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37581 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37582 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37583   echo $ECHO_N "(cached) $ECHO_C" >&6
37584 else
37585   cat >conftest.$ac_ext <<_ACEOF
37586 /* confdefs.h.  */
37587 _ACEOF
37588 cat confdefs.h >>conftest.$ac_ext
37589 cat >>conftest.$ac_ext <<_ACEOF
37590 /* end confdefs.h.  */
37591 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37592    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37593 #define $ac_func innocuous_$ac_func
37594
37595 /* System header to define __stub macros and hopefully few prototypes,
37596     which can conflict with char $ac_func (); below.
37597     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37598     <limits.h> exists even on freestanding compilers.  */
37599
37600 #ifdef __STDC__
37601 # include <limits.h>
37602 #else
37603 # include <assert.h>
37604 #endif
37605
37606 #undef $ac_func
37607
37608 /* Override any GCC internal prototype to avoid an error.
37609    Use char because int might match the return type of a GCC
37610    builtin and then its argument prototype would still apply.  */
37611 #ifdef __cplusplus
37612 extern "C"
37613 #endif
37614 char $ac_func ();
37615 /* The GNU C library defines this for functions which it implements
37616     to always fail with ENOSYS.  Some functions are actually named
37617     something starting with __ and the normal name is an alias.  */
37618 #if defined __stub_$ac_func || defined __stub___$ac_func
37619 choke me
37620 #endif
37621
37622 int
37623 main ()
37624 {
37625 return $ac_func ();
37626   ;
37627   return 0;
37628 }
37629 _ACEOF
37630 rm -f conftest.$ac_objext conftest$ac_exeext
37631 if { (ac_try="$ac_link"
37632 case "(($ac_try" in
37633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37634   *) ac_try_echo=$ac_try;;
37635 esac
37636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37637   (eval "$ac_link") 2>conftest.er1
37638   ac_status=$?
37639   grep -v '^ *+' conftest.er1 >conftest.err
37640   rm -f conftest.er1
37641   cat conftest.err >&5
37642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37643   (exit $ac_status); } && {
37644          test -z "$ac_c_werror_flag" ||
37645          test ! -s conftest.err
37646        } && test -s conftest$ac_exeext &&
37647        $as_test_x conftest$ac_exeext; then
37648   eval "$as_ac_var=yes"
37649 else
37650   echo "$as_me: failed program was:" >&5
37651 sed 's/^/| /' conftest.$ac_ext >&5
37652
37653         eval "$as_ac_var=no"
37654 fi
37655
37656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37657       conftest$ac_exeext conftest.$ac_ext
37658 fi
37659 ac_res=`eval echo '${'$as_ac_var'}'`
37660                { echo "$as_me:$LINENO: result: $ac_res" >&5
37661 echo "${ECHO_T}$ac_res" >&6; }
37662 if test `eval echo '${'$as_ac_var'}'` = yes; then
37663   cat >>confdefs.h <<_ACEOF
37664 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37665 _ACEOF
37666  WCSLEN_FOUND=1
37667 fi
37668 done
37669
37670
37671     if test "$WCSLEN_FOUND" = 0; then
37672         if test "$TOOLKIT" = "MSW"; then
37673             { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
37674 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
37675 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
37676   echo $ECHO_N "(cached) $ECHO_C" >&6
37677 else
37678   ac_check_lib_save_LIBS=$LIBS
37679 LIBS="-lmsvcrt  $LIBS"
37680 cat >conftest.$ac_ext <<_ACEOF
37681 /* confdefs.h.  */
37682 _ACEOF
37683 cat confdefs.h >>conftest.$ac_ext
37684 cat >>conftest.$ac_ext <<_ACEOF
37685 /* end confdefs.h.  */
37686
37687 /* Override any GCC internal prototype to avoid an error.
37688    Use char because int might match the return type of a GCC
37689    builtin and then its argument prototype would still apply.  */
37690 #ifdef __cplusplus
37691 extern "C"
37692 #endif
37693 char wcslen ();
37694 int
37695 main ()
37696 {
37697 return wcslen ();
37698   ;
37699   return 0;
37700 }
37701 _ACEOF
37702 rm -f conftest.$ac_objext conftest$ac_exeext
37703 if { (ac_try="$ac_link"
37704 case "(($ac_try" in
37705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37706   *) ac_try_echo=$ac_try;;
37707 esac
37708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37709   (eval "$ac_link") 2>conftest.er1
37710   ac_status=$?
37711   grep -v '^ *+' conftest.er1 >conftest.err
37712   rm -f conftest.er1
37713   cat conftest.err >&5
37714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37715   (exit $ac_status); } && {
37716          test -z "$ac_c_werror_flag" ||
37717          test ! -s conftest.err
37718        } && test -s conftest$ac_exeext &&
37719        $as_test_x conftest$ac_exeext; then
37720   ac_cv_lib_msvcrt_wcslen=yes
37721 else
37722   echo "$as_me: failed program was:" >&5
37723 sed 's/^/| /' conftest.$ac_ext >&5
37724
37725         ac_cv_lib_msvcrt_wcslen=no
37726 fi
37727
37728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37729       conftest$ac_exeext conftest.$ac_ext
37730 LIBS=$ac_check_lib_save_LIBS
37731 fi
37732 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
37733 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
37734 if test $ac_cv_lib_msvcrt_wcslen = yes; then
37735   WCHAR_OK=1
37736 fi
37737
37738         else
37739             { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
37740 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
37741 if test "${ac_cv_lib_w_wcslen+set}" = set; then
37742   echo $ECHO_N "(cached) $ECHO_C" >&6
37743 else
37744   ac_check_lib_save_LIBS=$LIBS
37745 LIBS="-lw  $LIBS"
37746 cat >conftest.$ac_ext <<_ACEOF
37747 /* confdefs.h.  */
37748 _ACEOF
37749 cat confdefs.h >>conftest.$ac_ext
37750 cat >>conftest.$ac_ext <<_ACEOF
37751 /* end confdefs.h.  */
37752
37753 /* Override any GCC internal prototype to avoid an error.
37754    Use char because int might match the return type of a GCC
37755    builtin and then its argument prototype would still apply.  */
37756 #ifdef __cplusplus
37757 extern "C"
37758 #endif
37759 char wcslen ();
37760 int
37761 main ()
37762 {
37763 return wcslen ();
37764   ;
37765   return 0;
37766 }
37767 _ACEOF
37768 rm -f conftest.$ac_objext conftest$ac_exeext
37769 if { (ac_try="$ac_link"
37770 case "(($ac_try" in
37771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37772   *) ac_try_echo=$ac_try;;
37773 esac
37774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37775   (eval "$ac_link") 2>conftest.er1
37776   ac_status=$?
37777   grep -v '^ *+' conftest.er1 >conftest.err
37778   rm -f conftest.er1
37779   cat conftest.err >&5
37780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37781   (exit $ac_status); } && {
37782          test -z "$ac_c_werror_flag" ||
37783          test ! -s conftest.err
37784        } && test -s conftest$ac_exeext &&
37785        $as_test_x conftest$ac_exeext; then
37786   ac_cv_lib_w_wcslen=yes
37787 else
37788   echo "$as_me: failed program was:" >&5
37789 sed 's/^/| /' conftest.$ac_ext >&5
37790
37791         ac_cv_lib_w_wcslen=no
37792 fi
37793
37794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37795       conftest$ac_exeext conftest.$ac_ext
37796 LIBS=$ac_check_lib_save_LIBS
37797 fi
37798 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
37799 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
37800 if test $ac_cv_lib_w_wcslen = yes; then
37801
37802                             WCHAR_LINK=" -lw"
37803                             WCSLEN_FOUND=1
37804
37805 fi
37806
37807         fi
37808     fi
37809
37810     if test "$WCSLEN_FOUND" = 1; then
37811         cat >>confdefs.h <<\_ACEOF
37812 #define HAVE_WCSLEN 1
37813 _ACEOF
37814
37815     fi
37816
37817
37818 for ac_func in wcsdup
37819 do
37820 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37821 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37822 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37823 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37824   echo $ECHO_N "(cached) $ECHO_C" >&6
37825 else
37826   cat >conftest.$ac_ext <<_ACEOF
37827 /* confdefs.h.  */
37828 _ACEOF
37829 cat confdefs.h >>conftest.$ac_ext
37830 cat >>conftest.$ac_ext <<_ACEOF
37831 /* end confdefs.h.  */
37832 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37833    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37834 #define $ac_func innocuous_$ac_func
37835
37836 /* System header to define __stub macros and hopefully few prototypes,
37837     which can conflict with char $ac_func (); below.
37838     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37839     <limits.h> exists even on freestanding compilers.  */
37840
37841 #ifdef __STDC__
37842 # include <limits.h>
37843 #else
37844 # include <assert.h>
37845 #endif
37846
37847 #undef $ac_func
37848
37849 /* Override any GCC internal prototype to avoid an error.
37850    Use char because int might match the return type of a GCC
37851    builtin and then its argument prototype would still apply.  */
37852 #ifdef __cplusplus
37853 extern "C"
37854 #endif
37855 char $ac_func ();
37856 /* The GNU C library defines this for functions which it implements
37857     to always fail with ENOSYS.  Some functions are actually named
37858     something starting with __ and the normal name is an alias.  */
37859 #if defined __stub_$ac_func || defined __stub___$ac_func
37860 choke me
37861 #endif
37862
37863 int
37864 main ()
37865 {
37866 return $ac_func ();
37867   ;
37868   return 0;
37869 }
37870 _ACEOF
37871 rm -f conftest.$ac_objext conftest$ac_exeext
37872 if { (ac_try="$ac_link"
37873 case "(($ac_try" in
37874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37875   *) ac_try_echo=$ac_try;;
37876 esac
37877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37878   (eval "$ac_link") 2>conftest.er1
37879   ac_status=$?
37880   grep -v '^ *+' conftest.er1 >conftest.err
37881   rm -f conftest.er1
37882   cat conftest.err >&5
37883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37884   (exit $ac_status); } && {
37885          test -z "$ac_c_werror_flag" ||
37886          test ! -s conftest.err
37887        } && test -s conftest$ac_exeext &&
37888        $as_test_x conftest$ac_exeext; then
37889   eval "$as_ac_var=yes"
37890 else
37891   echo "$as_me: failed program was:" >&5
37892 sed 's/^/| /' conftest.$ac_ext >&5
37893
37894         eval "$as_ac_var=no"
37895 fi
37896
37897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37898       conftest$ac_exeext conftest.$ac_ext
37899 fi
37900 ac_res=`eval echo '${'$as_ac_var'}'`
37901                { echo "$as_me:$LINENO: result: $ac_res" >&5
37902 echo "${ECHO_T}$ac_res" >&6; }
37903 if test `eval echo '${'$as_ac_var'}'` = yes; then
37904   cat >>confdefs.h <<_ACEOF
37905 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37906 _ACEOF
37907
37908 fi
37909 done
37910
37911
37912                     if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
37913         CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
37914     fi
37915
37916                 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
37917 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
37918 if test "${ac_cv_type_mbstate_t+set}" = set; then
37919   echo $ECHO_N "(cached) $ECHO_C" >&6
37920 else
37921   cat >conftest.$ac_ext <<_ACEOF
37922 /* confdefs.h.  */
37923 _ACEOF
37924 cat confdefs.h >>conftest.$ac_ext
37925 cat >>conftest.$ac_ext <<_ACEOF
37926 /* end confdefs.h.  */
37927 #include <wchar.h>
37928
37929 typedef mbstate_t ac__type_new_;
37930 int
37931 main ()
37932 {
37933 if ((ac__type_new_ *) 0)
37934   return 0;
37935 if (sizeof (ac__type_new_))
37936   return 0;
37937   ;
37938   return 0;
37939 }
37940 _ACEOF
37941 rm -f conftest.$ac_objext
37942 if { (ac_try="$ac_compile"
37943 case "(($ac_try" in
37944   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37945   *) ac_try_echo=$ac_try;;
37946 esac
37947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37948   (eval "$ac_compile") 2>conftest.er1
37949   ac_status=$?
37950   grep -v '^ *+' conftest.er1 >conftest.err
37951   rm -f conftest.er1
37952   cat conftest.err >&5
37953   echo "$as_me:$LINENO: \$? = $ac_status" >&5
37954   (exit $ac_status); } && {
37955          test -z "$ac_c_werror_flag" ||
37956          test ! -s conftest.err
37957        } && test -s conftest.$ac_objext; then
37958   ac_cv_type_mbstate_t=yes
37959 else
37960   echo "$as_me: failed program was:" >&5
37961 sed 's/^/| /' conftest.$ac_ext >&5
37962
37963         ac_cv_type_mbstate_t=no
37964 fi
37965
37966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37967 fi
37968 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
37969 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
37970 if test $ac_cv_type_mbstate_t = yes; then
37971
37972 cat >>confdefs.h <<_ACEOF
37973 #define HAVE_MBSTATE_T 1
37974 _ACEOF
37975
37976
37977 for ac_func in wcsrtombs
37978 do
37979 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37980 { echo "$as_me:$LINENO: checking for $ac_func" >&5
37981 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
37982 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
37983   echo $ECHO_N "(cached) $ECHO_C" >&6
37984 else
37985   cat >conftest.$ac_ext <<_ACEOF
37986 /* confdefs.h.  */
37987 _ACEOF
37988 cat confdefs.h >>conftest.$ac_ext
37989 cat >>conftest.$ac_ext <<_ACEOF
37990 /* end confdefs.h.  */
37991 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37992    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
37993 #define $ac_func innocuous_$ac_func
37994
37995 /* System header to define __stub macros and hopefully few prototypes,
37996     which can conflict with char $ac_func (); below.
37997     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37998     <limits.h> exists even on freestanding compilers.  */
37999
38000 #ifdef __STDC__
38001 # include <limits.h>
38002 #else
38003 # include <assert.h>
38004 #endif
38005
38006 #undef $ac_func
38007
38008 /* Override any GCC internal prototype to avoid an error.
38009    Use char because int might match the return type of a GCC
38010    builtin and then its argument prototype would still apply.  */
38011 #ifdef __cplusplus
38012 extern "C"
38013 #endif
38014 char $ac_func ();
38015 /* The GNU C library defines this for functions which it implements
38016     to always fail with ENOSYS.  Some functions are actually named
38017     something starting with __ and the normal name is an alias.  */
38018 #if defined __stub_$ac_func || defined __stub___$ac_func
38019 choke me
38020 #endif
38021
38022 int
38023 main ()
38024 {
38025 return $ac_func ();
38026   ;
38027   return 0;
38028 }
38029 _ACEOF
38030 rm -f conftest.$ac_objext conftest$ac_exeext
38031 if { (ac_try="$ac_link"
38032 case "(($ac_try" in
38033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38034   *) ac_try_echo=$ac_try;;
38035 esac
38036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38037   (eval "$ac_link") 2>conftest.er1
38038   ac_status=$?
38039   grep -v '^ *+' conftest.er1 >conftest.err
38040   rm -f conftest.er1
38041   cat conftest.err >&5
38042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38043   (exit $ac_status); } && {
38044          test -z "$ac_c_werror_flag" ||
38045          test ! -s conftest.err
38046        } && test -s conftest$ac_exeext &&
38047        $as_test_x conftest$ac_exeext; then
38048   eval "$as_ac_var=yes"
38049 else
38050   echo "$as_me: failed program was:" >&5
38051 sed 's/^/| /' conftest.$ac_ext >&5
38052
38053         eval "$as_ac_var=no"
38054 fi
38055
38056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38057       conftest$ac_exeext conftest.$ac_ext
38058 fi
38059 ac_res=`eval echo '${'$as_ac_var'}'`
38060                { echo "$as_me:$LINENO: result: $ac_res" >&5
38061 echo "${ECHO_T}$ac_res" >&6; }
38062 if test `eval echo '${'$as_ac_var'}'` = yes; then
38063   cat >>confdefs.h <<_ACEOF
38064 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38065 _ACEOF
38066
38067 fi
38068 done
38069
38070 fi
38071
38072 else
38073     { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
38074 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
38075 fi
38076
38077
38078
38079 for ac_func in snprintf vsnprintf
38080 do
38081 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38082 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38083 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38084 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38085   echo $ECHO_N "(cached) $ECHO_C" >&6
38086 else
38087   cat >conftest.$ac_ext <<_ACEOF
38088 /* confdefs.h.  */
38089 _ACEOF
38090 cat confdefs.h >>conftest.$ac_ext
38091 cat >>conftest.$ac_ext <<_ACEOF
38092 /* end confdefs.h.  */
38093 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38094    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38095 #define $ac_func innocuous_$ac_func
38096
38097 /* System header to define __stub macros and hopefully few prototypes,
38098     which can conflict with char $ac_func (); below.
38099     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38100     <limits.h> exists even on freestanding compilers.  */
38101
38102 #ifdef __STDC__
38103 # include <limits.h>
38104 #else
38105 # include <assert.h>
38106 #endif
38107
38108 #undef $ac_func
38109
38110 /* Override any GCC internal prototype to avoid an error.
38111    Use char because int might match the return type of a GCC
38112    builtin and then its argument prototype would still apply.  */
38113 #ifdef __cplusplus
38114 extern "C"
38115 #endif
38116 char $ac_func ();
38117 /* The GNU C library defines this for functions which it implements
38118     to always fail with ENOSYS.  Some functions are actually named
38119     something starting with __ and the normal name is an alias.  */
38120 #if defined __stub_$ac_func || defined __stub___$ac_func
38121 choke me
38122 #endif
38123
38124 int
38125 main ()
38126 {
38127 return $ac_func ();
38128   ;
38129   return 0;
38130 }
38131 _ACEOF
38132 rm -f conftest.$ac_objext conftest$ac_exeext
38133 if { (ac_try="$ac_link"
38134 case "(($ac_try" in
38135   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38136   *) ac_try_echo=$ac_try;;
38137 esac
38138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38139   (eval "$ac_link") 2>conftest.er1
38140   ac_status=$?
38141   grep -v '^ *+' conftest.er1 >conftest.err
38142   rm -f conftest.er1
38143   cat conftest.err >&5
38144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38145   (exit $ac_status); } && {
38146          test -z "$ac_c_werror_flag" ||
38147          test ! -s conftest.err
38148        } && test -s conftest$ac_exeext &&
38149        $as_test_x conftest$ac_exeext; then
38150   eval "$as_ac_var=yes"
38151 else
38152   echo "$as_me: failed program was:" >&5
38153 sed 's/^/| /' conftest.$ac_ext >&5
38154
38155         eval "$as_ac_var=no"
38156 fi
38157
38158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38159       conftest$ac_exeext conftest.$ac_ext
38160 fi
38161 ac_res=`eval echo '${'$as_ac_var'}'`
38162                { echo "$as_me:$LINENO: result: $ac_res" >&5
38163 echo "${ECHO_T}$ac_res" >&6; }
38164 if test `eval echo '${'$as_ac_var'}'` = yes; then
38165   cat >>confdefs.h <<_ACEOF
38166 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38167 _ACEOF
38168
38169 fi
38170 done
38171
38172
38173 if test "$ac_cv_func_vsnprintf" = "yes"; then
38174         { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
38175 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
38176 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
38177   echo $ECHO_N "(cached) $ECHO_C" >&6
38178 else
38179
38180                                                             cat >conftest.$ac_ext <<_ACEOF
38181 /* confdefs.h.  */
38182 _ACEOF
38183 cat confdefs.h >>conftest.$ac_ext
38184 cat >>conftest.$ac_ext <<_ACEOF
38185 /* end confdefs.h.  */
38186
38187                     #include <stdio.h>
38188                     #include <stdarg.h>
38189                     #ifdef __MSL__
38190                     #if __MSL__ >= 0x6000
38191                     namespace std {}
38192                     using namespace std;
38193                     #endif
38194                     #endif
38195
38196 int
38197 main ()
38198 {
38199
38200                     char *buf;
38201                     va_list ap;
38202                     vsnprintf(buf, 10u, "%s", ap);
38203
38204   ;
38205   return 0;
38206 }
38207 _ACEOF
38208 rm -f conftest.$ac_objext
38209 if { (ac_try="$ac_compile"
38210 case "(($ac_try" in
38211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38212   *) ac_try_echo=$ac_try;;
38213 esac
38214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38215   (eval "$ac_compile") 2>conftest.er1
38216   ac_status=$?
38217   grep -v '^ *+' conftest.er1 >conftest.err
38218   rm -f conftest.er1
38219   cat conftest.err >&5
38220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38221   (exit $ac_status); } && {
38222          test -z "$ac_c_werror_flag" ||
38223          test ! -s conftest.err
38224        } && test -s conftest.$ac_objext; then
38225   wx_cv_func_vsnprintf_decl=yes
38226 else
38227   echo "$as_me: failed program was:" >&5
38228 sed 's/^/| /' conftest.$ac_ext >&5
38229
38230         wx_cv_func_vsnprintf_decl=no
38231
38232 fi
38233
38234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38235
38236
38237 fi
38238 { echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
38239 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
38240
38241     if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
38242         cat >>confdefs.h <<\_ACEOF
38243 #define HAVE_VSNPRINTF_DECL 1
38244 _ACEOF
38245
38246
38247                         { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
38248 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
38249 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
38250   echo $ECHO_N "(cached) $ECHO_C" >&6
38251 else
38252
38253                 cat >conftest.$ac_ext <<_ACEOF
38254 /* confdefs.h.  */
38255 _ACEOF
38256 cat confdefs.h >>conftest.$ac_ext
38257 cat >>conftest.$ac_ext <<_ACEOF
38258 /* end confdefs.h.  */
38259
38260                         #include <stdio.h>
38261                         #include <stdarg.h>
38262                         #ifdef __MSL__
38263                         #if __MSL__ >= 0x6000
38264                         namespace std {}
38265                         using namespace std;
38266                         #endif
38267                         #endif
38268
38269 int
38270 main ()
38271 {
38272
38273                         char *buf;
38274                         va_list ap;
38275                         const char *fmt = "%s";
38276                         vsnprintf(buf, 10u, fmt, ap);
38277
38278   ;
38279   return 0;
38280 }
38281 _ACEOF
38282 rm -f conftest.$ac_objext
38283 if { (ac_try="$ac_compile"
38284 case "(($ac_try" in
38285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38286   *) ac_try_echo=$ac_try;;
38287 esac
38288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38289   (eval "$ac_compile") 2>conftest.er1
38290   ac_status=$?
38291   grep -v '^ *+' conftest.er1 >conftest.err
38292   rm -f conftest.er1
38293   cat conftest.err >&5
38294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38295   (exit $ac_status); } && {
38296          test -z "$ac_c_werror_flag" ||
38297          test ! -s conftest.err
38298        } && test -s conftest.$ac_objext; then
38299   wx_cv_func_broken_vsnprintf_decl=no
38300 else
38301   echo "$as_me: failed program was:" >&5
38302 sed 's/^/| /' conftest.$ac_ext >&5
38303
38304         wx_cv_func_broken_vsnprintf_decl=yes
38305
38306 fi
38307
38308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38309
38310
38311 fi
38312 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
38313 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
38314
38315         if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
38316             cat >>confdefs.h <<\_ACEOF
38317 #define HAVE_BROKEN_VSNPRINTF_DECL 1
38318 _ACEOF
38319
38320         fi
38321     fi
38322 fi
38323
38324 if test "$ac_cv_func_snprintf" = "yes"; then
38325     { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
38326 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
38327 if test "${wx_cv_func_snprintf_decl+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
38338                     #include <stdio.h>
38339                     #include <stdarg.h>
38340                     #ifdef __MSL__
38341                     #if __MSL__ >= 0x6000
38342                     namespace std {}
38343                     using namespace std;
38344                     #endif
38345                     #endif
38346
38347 int
38348 main ()
38349 {
38350
38351                     char *buf;
38352                     snprintf(buf, 10u, "%s", "wx");
38353
38354   ;
38355   return 0;
38356 }
38357 _ACEOF
38358 rm -f conftest.$ac_objext
38359 if { (ac_try="$ac_compile"
38360 case "(($ac_try" in
38361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38362   *) ac_try_echo=$ac_try;;
38363 esac
38364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38365   (eval "$ac_compile") 2>conftest.er1
38366   ac_status=$?
38367   grep -v '^ *+' conftest.er1 >conftest.err
38368   rm -f conftest.er1
38369   cat conftest.err >&5
38370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38371   (exit $ac_status); } && {
38372          test -z "$ac_c_werror_flag" ||
38373          test ! -s conftest.err
38374        } && test -s conftest.$ac_objext; then
38375   wx_cv_func_snprintf_decl=yes
38376 else
38377   echo "$as_me: failed program was:" >&5
38378 sed 's/^/| /' conftest.$ac_ext >&5
38379
38380         wx_cv_func_snprintf_decl=no
38381
38382 fi
38383
38384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38385
38386
38387 fi
38388 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
38389 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
38390
38391     if test "$wx_cv_func_snprintf_decl" = "yes"; then
38392         cat >>confdefs.h <<\_ACEOF
38393 #define HAVE_SNPRINTF_DECL 1
38394 _ACEOF
38395
38396     fi
38397
38398     if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
38399
38400                                         { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
38401 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
38402 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
38403   echo $ECHO_N "(cached) $ECHO_C" >&6
38404 else
38405
38406                 if test "$cross_compiling" = yes; then
38407
38408                         { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
38409 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
38410 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
38411 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
38412                         wx_cv_func_snprintf_pos_params=no
38413
38414
38415 else
38416   cat >conftest.$ac_ext <<_ACEOF
38417 /* confdefs.h.  */
38418 _ACEOF
38419 cat confdefs.h >>conftest.$ac_ext
38420 cat >>conftest.$ac_ext <<_ACEOF
38421 /* end confdefs.h.  */
38422
38423                         #include <stdio.h>
38424
38425                         int main (void)
38426                         {
38427                             char buffer[128];
38428                             snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
38429                             if (strcmp ("2 3 1", buffer) == 0)
38430                                 exit (0);
38431                             exit (1);
38432                         }
38433
38434 _ACEOF
38435 rm -f conftest$ac_exeext
38436 if { (ac_try="$ac_link"
38437 case "(($ac_try" in
38438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38439   *) ac_try_echo=$ac_try;;
38440 esac
38441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38442   (eval "$ac_link") 2>&5
38443   ac_status=$?
38444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38445   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
38446   { (case "(($ac_try" in
38447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38448   *) ac_try_echo=$ac_try;;
38449 esac
38450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38451   (eval "$ac_try") 2>&5
38452   ac_status=$?
38453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38454   (exit $ac_status); }; }; then
38455   wx_cv_func_snprintf_pos_params=no
38456 else
38457   echo "$as_me: program exited with status $ac_status" >&5
38458 echo "$as_me: failed program was:" >&5
38459 sed 's/^/| /' conftest.$ac_ext >&5
38460
38461 ( exit $ac_status )
38462 wx_cv_func_snprintf_pos_params=yes
38463 fi
38464 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
38465 fi
38466
38467
38468
38469
38470 fi
38471 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
38472 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
38473
38474         if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
38475             cat >>confdefs.h <<\_ACEOF
38476 #define HAVE_UNIX98_PRINTF 1
38477 _ACEOF
38478
38479         fi
38480     fi
38481 fi
38482
38483 if test "$wxUSE_UNICODE" = yes; then
38484
38485             wchar_headers="#include <stdio.h>
38486 #include <wchar.h>"
38487     case "${host}" in
38488         *-*-solaris2* )
38489
38490 for ac_header in widec.h
38491 do
38492 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38493 { echo "$as_me:$LINENO: checking for $ac_header" >&5
38494 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
38495 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
38496   echo $ECHO_N "(cached) $ECHO_C" >&6
38497 else
38498   cat >conftest.$ac_ext <<_ACEOF
38499 /* confdefs.h.  */
38500 _ACEOF
38501 cat confdefs.h >>conftest.$ac_ext
38502 cat >>conftest.$ac_ext <<_ACEOF
38503 /* end confdefs.h.  */
38504 $ac_includes_default
38505
38506 #include <$ac_header>
38507 _ACEOF
38508 rm -f conftest.$ac_objext
38509 if { (ac_try="$ac_compile"
38510 case "(($ac_try" in
38511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38512   *) ac_try_echo=$ac_try;;
38513 esac
38514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38515   (eval "$ac_compile") 2>conftest.er1
38516   ac_status=$?
38517   grep -v '^ *+' conftest.er1 >conftest.err
38518   rm -f conftest.er1
38519   cat conftest.err >&5
38520   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38521   (exit $ac_status); } && {
38522          test -z "$ac_c_werror_flag" ||
38523          test ! -s conftest.err
38524        } && test -s conftest.$ac_objext; then
38525   eval "$as_ac_Header=yes"
38526 else
38527   echo "$as_me: failed program was:" >&5
38528 sed 's/^/| /' conftest.$ac_ext >&5
38529
38530         eval "$as_ac_Header=no"
38531 fi
38532
38533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38534 fi
38535 ac_res=`eval echo '${'$as_ac_Header'}'`
38536                { echo "$as_me:$LINENO: result: $ac_res" >&5
38537 echo "${ECHO_T}$ac_res" >&6; }
38538 if test `eval echo '${'$as_ac_Header'}'` = yes; then
38539   cat >>confdefs.h <<_ACEOF
38540 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38541 _ACEOF
38542
38543 fi
38544
38545 done
38546
38547             if test "$ac_cv_header_widec_h" = "yes"; then
38548                 wchar_headers="$wchar_headers
38549 #include <widec.h>"
38550             fi
38551     esac
38552
38553
38554   for wx_func in putws fputws wprintf vswprintf
38555   do
38556     { echo "$as_me:$LINENO: checking for $wx_func" >&5
38557 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38558 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38559   echo $ECHO_N "(cached) $ECHO_C" >&6
38560 else
38561
38562         cat >conftest.$ac_ext <<_ACEOF
38563
38564             /* confdefs.h.  */
38565 _ACEOF
38566 cat confdefs.h >>conftest.$ac_ext
38567 cat >>conftest.$ac_ext <<_ACEOF
38568 /* end confdefs.h.  */
38569
38570                 $wchar_headers
38571                 $ac_includes_default
38572
38573 int
38574 main ()
38575 {
38576
38577                 #ifndef $wx_func
38578                   &$wx_func;
38579                 #endif
38580
38581
38582   ;
38583   return 0;
38584 }
38585
38586 _ACEOF
38587 rm -f conftest.$ac_objext conftest$ac_exeext
38588 if { (ac_try="$ac_link"
38589 case "(($ac_try" in
38590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38591   *) ac_try_echo=$ac_try;;
38592 esac
38593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38594   (eval "$ac_link") 2>conftest.er1
38595   ac_status=$?
38596   grep -v '^ *+' conftest.er1 >conftest.err
38597   rm -f conftest.er1
38598   cat conftest.err >&5
38599   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38600   (exit $ac_status); } && {
38601          test -z "$ac_c_werror_flag" ||
38602          test ! -s conftest.err
38603        } && test -s conftest$ac_exeext &&
38604        $as_test_x conftest$ac_exeext; then
38605   eval wx_cv_func_$wx_func=yes
38606 else
38607   echo "$as_me: failed program was:" >&5
38608 sed 's/^/| /' conftest.$ac_ext >&5
38609
38610         eval wx_cv_func_$wx_func=no
38611 fi
38612
38613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38614       conftest$ac_exeext conftest.$ac_ext
38615
38616 fi
38617 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38618                { echo "$as_me:$LINENO: result: $ac_res" >&5
38619 echo "${ECHO_T}$ac_res" >&6; }
38620
38621     if eval test \$wx_cv_func_$wx_func = yes
38622     then
38623       cat >>confdefs.h <<_ACEOF
38624 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38625 _ACEOF
38626
38627
38628     else
38629       :
38630
38631     fi
38632   done
38633
38634
38635                 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
38636 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
38637     cat >conftest.$ac_ext <<_ACEOF
38638 /* confdefs.h.  */
38639 _ACEOF
38640 cat confdefs.h >>conftest.$ac_ext
38641 cat >>conftest.$ac_ext <<_ACEOF
38642 /* end confdefs.h.  */
38643 #include <wchar.h>
38644 int
38645 main ()
38646 {
38647 &_vsnwprintf;
38648   ;
38649   return 0;
38650 }
38651 _ACEOF
38652 rm -f conftest.$ac_objext
38653 if { (ac_try="$ac_compile"
38654 case "(($ac_try" in
38655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38656   *) ac_try_echo=$ac_try;;
38657 esac
38658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38659   (eval "$ac_compile") 2>conftest.er1
38660   ac_status=$?
38661   grep -v '^ *+' conftest.er1 >conftest.err
38662   rm -f conftest.er1
38663   cat conftest.err >&5
38664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38665   (exit $ac_status); } && {
38666          test -z "$ac_c_werror_flag" ||
38667          test ! -s conftest.err
38668        } && test -s conftest.$ac_objext; then
38669   { echo "$as_me:$LINENO: result: yes" >&5
38670 echo "${ECHO_T}yes" >&6; }
38671                     cat >>confdefs.h <<\_ACEOF
38672 #define HAVE__VSNWPRINTF 1
38673 _ACEOF
38674
38675 else
38676   echo "$as_me: failed program was:" >&5
38677 sed 's/^/| /' conftest.$ac_ext >&5
38678
38679         { echo "$as_me:$LINENO: result: no" >&5
38680 echo "${ECHO_T}no" >&6; }
38681 fi
38682
38683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
38684 fi
38685
38686 if test "$wxUSE_FILE" = "yes"; then
38687
38688   for wx_func in fsync
38689   do
38690     { echo "$as_me:$LINENO: checking for $wx_func" >&5
38691 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38692 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38693   echo $ECHO_N "(cached) $ECHO_C" >&6
38694 else
38695
38696         cat >conftest.$ac_ext <<_ACEOF
38697
38698             /* confdefs.h.  */
38699 _ACEOF
38700 cat confdefs.h >>conftest.$ac_ext
38701 cat >>conftest.$ac_ext <<_ACEOF
38702 /* end confdefs.h.  */
38703
38704
38705                 $ac_includes_default
38706
38707 int
38708 main ()
38709 {
38710
38711                 #ifndef $wx_func
38712                   &$wx_func;
38713                 #endif
38714
38715
38716   ;
38717   return 0;
38718 }
38719
38720 _ACEOF
38721 rm -f conftest.$ac_objext conftest$ac_exeext
38722 if { (ac_try="$ac_link"
38723 case "(($ac_try" in
38724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38725   *) ac_try_echo=$ac_try;;
38726 esac
38727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38728   (eval "$ac_link") 2>conftest.er1
38729   ac_status=$?
38730   grep -v '^ *+' conftest.er1 >conftest.err
38731   rm -f conftest.er1
38732   cat conftest.err >&5
38733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38734   (exit $ac_status); } && {
38735          test -z "$ac_c_werror_flag" ||
38736          test ! -s conftest.err
38737        } && test -s conftest$ac_exeext &&
38738        $as_test_x conftest$ac_exeext; then
38739   eval wx_cv_func_$wx_func=yes
38740 else
38741   echo "$as_me: failed program was:" >&5
38742 sed 's/^/| /' conftest.$ac_ext >&5
38743
38744         eval wx_cv_func_$wx_func=no
38745 fi
38746
38747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38748       conftest$ac_exeext conftest.$ac_ext
38749
38750 fi
38751 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38752                { echo "$as_me:$LINENO: result: $ac_res" >&5
38753 echo "${ECHO_T}$ac_res" >&6; }
38754
38755     if eval test \$wx_cv_func_$wx_func = yes
38756     then
38757       cat >>confdefs.h <<_ACEOF
38758 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38759 _ACEOF
38760
38761
38762     else
38763       :
38764
38765     fi
38766   done
38767
38768 fi
38769
38770 ac_ext=cpp
38771 ac_cpp='$CXXCPP $CPPFLAGS'
38772 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38773 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38774 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38775
38776
38777   for wx_func in round
38778   do
38779     { echo "$as_me:$LINENO: checking for $wx_func" >&5
38780 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
38781 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
38782   echo $ECHO_N "(cached) $ECHO_C" >&6
38783 else
38784
38785         cat >conftest.$ac_ext <<_ACEOF
38786
38787             /* confdefs.h.  */
38788 _ACEOF
38789 cat confdefs.h >>conftest.$ac_ext
38790 cat >>conftest.$ac_ext <<_ACEOF
38791 /* end confdefs.h.  */
38792
38793                 #include <math.h>
38794                 $ac_includes_default
38795
38796 int
38797 main ()
38798 {
38799
38800                 #ifndef $wx_func
38801                   &$wx_func;
38802                 #endif
38803
38804
38805   ;
38806   return 0;
38807 }
38808
38809 _ACEOF
38810 rm -f conftest.$ac_objext conftest$ac_exeext
38811 if { (ac_try="$ac_link"
38812 case "(($ac_try" in
38813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38814   *) ac_try_echo=$ac_try;;
38815 esac
38816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38817   (eval "$ac_link") 2>conftest.er1
38818   ac_status=$?
38819   grep -v '^ *+' conftest.er1 >conftest.err
38820   rm -f conftest.er1
38821   cat conftest.err >&5
38822   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38823   (exit $ac_status); } && {
38824          test -z "$ac_cxx_werror_flag" ||
38825          test ! -s conftest.err
38826        } && test -s conftest$ac_exeext &&
38827        $as_test_x conftest$ac_exeext; then
38828   eval wx_cv_func_$wx_func=yes
38829 else
38830   echo "$as_me: failed program was:" >&5
38831 sed 's/^/| /' conftest.$ac_ext >&5
38832
38833         eval wx_cv_func_$wx_func=no
38834 fi
38835
38836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38837       conftest$ac_exeext conftest.$ac_ext
38838
38839 fi
38840 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
38841                { echo "$as_me:$LINENO: result: $ac_res" >&5
38842 echo "${ECHO_T}$ac_res" >&6; }
38843
38844     if eval test \$wx_cv_func_$wx_func = yes
38845     then
38846       cat >>confdefs.h <<_ACEOF
38847 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
38848 _ACEOF
38849
38850
38851     else
38852       :
38853
38854     fi
38855   done
38856
38857 ac_ext=c
38858 ac_cpp='$CPP $CPPFLAGS'
38859 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38860 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38861 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38862
38863
38864 if test "$TOOLKIT" != "MSW"; then
38865
38866
38867
38868
38869
38870 # Check whether --with-libiconv-prefix was given.
38871 if test "${with_libiconv_prefix+set}" = set; then
38872   withval=$with_libiconv_prefix;
38873     for dir in `echo "$withval" | tr : ' '`; do
38874       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
38875       if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
38876     done
38877
38878 fi
38879
38880
38881   { echo "$as_me:$LINENO: checking for iconv" >&5
38882 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
38883 if test "${am_cv_func_iconv+set}" = set; then
38884   echo $ECHO_N "(cached) $ECHO_C" >&6
38885 else
38886
38887     am_cv_func_iconv="no, consider installing GNU libiconv"
38888     am_cv_lib_iconv=no
38889     cat >conftest.$ac_ext <<_ACEOF
38890 /* confdefs.h.  */
38891 _ACEOF
38892 cat confdefs.h >>conftest.$ac_ext
38893 cat >>conftest.$ac_ext <<_ACEOF
38894 /* end confdefs.h.  */
38895 #include <stdlib.h>
38896 #include <iconv.h>
38897 int
38898 main ()
38899 {
38900 iconv_t cd = iconv_open("","");
38901        iconv(cd,NULL,NULL,NULL,NULL);
38902        iconv_close(cd);
38903   ;
38904   return 0;
38905 }
38906 _ACEOF
38907 rm -f conftest.$ac_objext conftest$ac_exeext
38908 if { (ac_try="$ac_link"
38909 case "(($ac_try" in
38910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38911   *) ac_try_echo=$ac_try;;
38912 esac
38913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38914   (eval "$ac_link") 2>conftest.er1
38915   ac_status=$?
38916   grep -v '^ *+' conftest.er1 >conftest.err
38917   rm -f conftest.er1
38918   cat conftest.err >&5
38919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38920   (exit $ac_status); } && {
38921          test -z "$ac_c_werror_flag" ||
38922          test ! -s conftest.err
38923        } && test -s conftest$ac_exeext &&
38924        $as_test_x conftest$ac_exeext; then
38925   am_cv_func_iconv=yes
38926 else
38927   echo "$as_me: failed program was:" >&5
38928 sed 's/^/| /' conftest.$ac_ext >&5
38929
38930
38931 fi
38932
38933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38934       conftest$ac_exeext conftest.$ac_ext
38935     if test "$am_cv_func_iconv" != yes; then
38936       am_save_LIBS="$LIBS"
38937       LIBS="$LIBS -liconv"
38938       cat >conftest.$ac_ext <<_ACEOF
38939 /* confdefs.h.  */
38940 _ACEOF
38941 cat confdefs.h >>conftest.$ac_ext
38942 cat >>conftest.$ac_ext <<_ACEOF
38943 /* end confdefs.h.  */
38944 #include <stdlib.h>
38945 #include <iconv.h>
38946 int
38947 main ()
38948 {
38949 iconv_t cd = iconv_open("","");
38950          iconv(cd,NULL,NULL,NULL,NULL);
38951          iconv_close(cd);
38952   ;
38953   return 0;
38954 }
38955 _ACEOF
38956 rm -f conftest.$ac_objext conftest$ac_exeext
38957 if { (ac_try="$ac_link"
38958 case "(($ac_try" in
38959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38960   *) ac_try_echo=$ac_try;;
38961 esac
38962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38963   (eval "$ac_link") 2>conftest.er1
38964   ac_status=$?
38965   grep -v '^ *+' conftest.er1 >conftest.err
38966   rm -f conftest.er1
38967   cat conftest.err >&5
38968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
38969   (exit $ac_status); } && {
38970          test -z "$ac_c_werror_flag" ||
38971          test ! -s conftest.err
38972        } && test -s conftest$ac_exeext &&
38973        $as_test_x conftest$ac_exeext; then
38974   am_cv_lib_iconv=yes
38975         am_cv_func_iconv=yes
38976 else
38977   echo "$as_me: failed program was:" >&5
38978 sed 's/^/| /' conftest.$ac_ext >&5
38979
38980
38981 fi
38982
38983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38984       conftest$ac_exeext conftest.$ac_ext
38985       LIBS="$am_save_LIBS"
38986     fi
38987
38988 fi
38989 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
38990 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
38991   if test "$am_cv_func_iconv" = yes; then
38992
38993 cat >>confdefs.h <<\_ACEOF
38994 #define HAVE_ICONV 1
38995 _ACEOF
38996
38997     { echo "$as_me:$LINENO: checking if iconv needs const" >&5
38998 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
38999 if test "${wx_cv_func_iconv_const+set}" = set; then
39000   echo $ECHO_N "(cached) $ECHO_C" >&6
39001 else
39002   cat >conftest.$ac_ext <<_ACEOF
39003 /* confdefs.h.  */
39004 _ACEOF
39005 cat confdefs.h >>conftest.$ac_ext
39006 cat >>conftest.$ac_ext <<_ACEOF
39007 /* end confdefs.h.  */
39008
39009 #include <stdlib.h>
39010 #include <iconv.h>
39011 extern
39012 #ifdef __cplusplus
39013 "C"
39014 #endif
39015 #if defined(__STDC__) || defined(__cplusplus)
39016 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
39017 #else
39018 size_t iconv();
39019 #endif
39020
39021 int
39022 main ()
39023 {
39024
39025   ;
39026   return 0;
39027 }
39028 _ACEOF
39029 rm -f conftest.$ac_objext
39030 if { (ac_try="$ac_compile"
39031 case "(($ac_try" in
39032   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39033   *) ac_try_echo=$ac_try;;
39034 esac
39035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39036   (eval "$ac_compile") 2>conftest.er1
39037   ac_status=$?
39038   grep -v '^ *+' conftest.er1 >conftest.err
39039   rm -f conftest.er1
39040   cat conftest.err >&5
39041   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39042   (exit $ac_status); } && {
39043          test -z "$ac_c_werror_flag" ||
39044          test ! -s conftest.err
39045        } && test -s conftest.$ac_objext; then
39046   wx_cv_func_iconv_const="no"
39047 else
39048   echo "$as_me: failed program was:" >&5
39049 sed 's/^/| /' conftest.$ac_ext >&5
39050
39051         wx_cv_func_iconv_const="yes"
39052
39053 fi
39054
39055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39056
39057 fi
39058 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
39059 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
39060
39061     iconv_const=
39062     if test "x$wx_cv_func_iconv_const" = "xyes"; then
39063         iconv_const="const"
39064     fi
39065
39066
39067 cat >>confdefs.h <<_ACEOF
39068 #define ICONV_CONST $iconv_const
39069 _ACEOF
39070
39071   fi
39072   LIBICONV=
39073   if test "$am_cv_lib_iconv" = yes; then
39074     LIBICONV="-liconv"
39075   fi
39076
39077
39078 LIBS="$LIBICONV $LIBS"
39079
39080 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
39081
39082 for ac_func in sigaction
39083 do
39084 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39085 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39086 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39087 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39088   echo $ECHO_N "(cached) $ECHO_C" >&6
39089 else
39090   cat >conftest.$ac_ext <<_ACEOF
39091 /* confdefs.h.  */
39092 _ACEOF
39093 cat confdefs.h >>conftest.$ac_ext
39094 cat >>conftest.$ac_ext <<_ACEOF
39095 /* end confdefs.h.  */
39096 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39097    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39098 #define $ac_func innocuous_$ac_func
39099
39100 /* System header to define __stub macros and hopefully few prototypes,
39101     which can conflict with char $ac_func (); below.
39102     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39103     <limits.h> exists even on freestanding compilers.  */
39104
39105 #ifdef __STDC__
39106 # include <limits.h>
39107 #else
39108 # include <assert.h>
39109 #endif
39110
39111 #undef $ac_func
39112
39113 /* Override any GCC internal prototype to avoid an error.
39114    Use char because int might match the return type of a GCC
39115    builtin and then its argument prototype would still apply.  */
39116 #ifdef __cplusplus
39117 extern "C"
39118 #endif
39119 char $ac_func ();
39120 /* The GNU C library defines this for functions which it implements
39121     to always fail with ENOSYS.  Some functions are actually named
39122     something starting with __ and the normal name is an alias.  */
39123 #if defined __stub_$ac_func || defined __stub___$ac_func
39124 choke me
39125 #endif
39126
39127 int
39128 main ()
39129 {
39130 return $ac_func ();
39131   ;
39132   return 0;
39133 }
39134 _ACEOF
39135 rm -f conftest.$ac_objext conftest$ac_exeext
39136 if { (ac_try="$ac_link"
39137 case "(($ac_try" in
39138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39139   *) ac_try_echo=$ac_try;;
39140 esac
39141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39142   (eval "$ac_link") 2>conftest.er1
39143   ac_status=$?
39144   grep -v '^ *+' conftest.er1 >conftest.err
39145   rm -f conftest.er1
39146   cat conftest.err >&5
39147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39148   (exit $ac_status); } && {
39149          test -z "$ac_c_werror_flag" ||
39150          test ! -s conftest.err
39151        } && test -s conftest$ac_exeext &&
39152        $as_test_x conftest$ac_exeext; then
39153   eval "$as_ac_var=yes"
39154 else
39155   echo "$as_me: failed program was:" >&5
39156 sed 's/^/| /' conftest.$ac_ext >&5
39157
39158         eval "$as_ac_var=no"
39159 fi
39160
39161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39162       conftest$ac_exeext conftest.$ac_ext
39163 fi
39164 ac_res=`eval echo '${'$as_ac_var'}'`
39165                { echo "$as_me:$LINENO: result: $ac_res" >&5
39166 echo "${ECHO_T}$ac_res" >&6; }
39167 if test `eval echo '${'$as_ac_var'}'` = yes; then
39168   cat >>confdefs.h <<_ACEOF
39169 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39170 _ACEOF
39171
39172 fi
39173 done
39174
39175
39176     if test "$ac_cv_func_sigaction" = "no"; then
39177         { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
39178 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
39179         wxUSE_ON_FATAL_EXCEPTION=no
39180     fi
39181
39182     if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
39183       { echo "$as_me:$LINENO: checking for sa_handler type" >&5
39184 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
39185 if test "${wx_cv_type_sa_handler+set}" = set; then
39186   echo $ECHO_N "(cached) $ECHO_C" >&6
39187 else
39188
39189                 ac_ext=cpp
39190 ac_cpp='$CXXCPP $CPPFLAGS'
39191 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39192 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39193 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39194
39195         cat >conftest.$ac_ext <<_ACEOF
39196 /* confdefs.h.  */
39197 _ACEOF
39198 cat confdefs.h >>conftest.$ac_ext
39199 cat >>conftest.$ac_ext <<_ACEOF
39200 /* end confdefs.h.  */
39201 #include <signal.h>
39202 int
39203 main ()
39204 {
39205
39206                         extern void testSigHandler(int);
39207
39208                         struct sigaction sa;
39209                         sa.sa_handler = testSigHandler;
39210
39211   ;
39212   return 0;
39213 }
39214 _ACEOF
39215 rm -f conftest.$ac_objext
39216 if { (ac_try="$ac_compile"
39217 case "(($ac_try" in
39218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39219   *) ac_try_echo=$ac_try;;
39220 esac
39221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39222   (eval "$ac_compile") 2>conftest.er1
39223   ac_status=$?
39224   grep -v '^ *+' conftest.er1 >conftest.err
39225   rm -f conftest.er1
39226   cat conftest.err >&5
39227   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39228   (exit $ac_status); } && {
39229          test -z "$ac_cxx_werror_flag" ||
39230          test ! -s conftest.err
39231        } && test -s conftest.$ac_objext; then
39232
39233                         wx_cv_type_sa_handler=int
39234
39235 else
39236   echo "$as_me: failed program was:" >&5
39237 sed 's/^/| /' conftest.$ac_ext >&5
39238
39239
39240                         wx_cv_type_sa_handler=void
39241
39242 fi
39243
39244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39245         ac_ext=c
39246 ac_cpp='$CPP $CPPFLAGS'
39247 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39248 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39249 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39250
39251
39252 fi
39253 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
39254 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
39255
39256       cat >>confdefs.h <<_ACEOF
39257 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
39258 _ACEOF
39259
39260     fi
39261 fi
39262
39263 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
39264     { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
39265 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
39266 if test "${wx_cv_func_backtrace+set}" = set; then
39267   echo $ECHO_N "(cached) $ECHO_C" >&6
39268 else
39269
39270             ac_ext=cpp
39271 ac_cpp='$CXXCPP $CPPFLAGS'
39272 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39273 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39274 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39275
39276             cat >conftest.$ac_ext <<_ACEOF
39277 /* confdefs.h.  */
39278 _ACEOF
39279 cat confdefs.h >>conftest.$ac_ext
39280 cat >>conftest.$ac_ext <<_ACEOF
39281 /* end confdefs.h.  */
39282 #include <execinfo.h>
39283 int
39284 main ()
39285 {
39286
39287                     void *trace[1];
39288                     char **messages;
39289
39290                     backtrace(trace, 1);
39291                     messages = backtrace_symbols(trace, 1);
39292
39293   ;
39294   return 0;
39295 }
39296 _ACEOF
39297 rm -f conftest.$ac_objext
39298 if { (ac_try="$ac_compile"
39299 case "(($ac_try" in
39300   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39301   *) ac_try_echo=$ac_try;;
39302 esac
39303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39304   (eval "$ac_compile") 2>conftest.er1
39305   ac_status=$?
39306   grep -v '^ *+' conftest.er1 >conftest.err
39307   rm -f conftest.er1
39308   cat conftest.err >&5
39309   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39310   (exit $ac_status); } && {
39311          test -z "$ac_cxx_werror_flag" ||
39312          test ! -s conftest.err
39313        } && test -s conftest.$ac_objext; then
39314   wx_cv_func_backtrace=yes
39315 else
39316   echo "$as_me: failed program was:" >&5
39317 sed 's/^/| /' conftest.$ac_ext >&5
39318
39319         wx_cv_func_backtrace=no
39320
39321 fi
39322
39323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39324             ac_ext=c
39325 ac_cpp='$CPP $CPPFLAGS'
39326 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39327 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39328 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39329
39330
39331
39332 fi
39333 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
39334 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
39335
39336
39337     if test "$wx_cv_func_backtrace" = "no"; then
39338         { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
39339 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
39340         wxUSE_STACKWALKER=no
39341     else
39342         { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
39343 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
39344 if test "${wx_cv_func_cxa_demangle+set}" = set; then
39345   echo $ECHO_N "(cached) $ECHO_C" >&6
39346 else
39347
39348                 ac_ext=cpp
39349 ac_cpp='$CXXCPP $CPPFLAGS'
39350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39353
39354                 cat >conftest.$ac_ext <<_ACEOF
39355 /* confdefs.h.  */
39356 _ACEOF
39357 cat confdefs.h >>conftest.$ac_ext
39358 cat >>conftest.$ac_ext <<_ACEOF
39359 /* end confdefs.h.  */
39360 #include <cxxabi.h>
39361 int
39362 main ()
39363 {
39364
39365                         int rc;
39366                         __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
39367
39368   ;
39369   return 0;
39370 }
39371 _ACEOF
39372 rm -f conftest.$ac_objext conftest$ac_exeext
39373 if { (ac_try="$ac_link"
39374 case "(($ac_try" in
39375   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39376   *) ac_try_echo=$ac_try;;
39377 esac
39378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39379   (eval "$ac_link") 2>conftest.er1
39380   ac_status=$?
39381   grep -v '^ *+' conftest.er1 >conftest.err
39382   rm -f conftest.er1
39383   cat conftest.err >&5
39384   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39385   (exit $ac_status); } && {
39386          test -z "$ac_cxx_werror_flag" ||
39387          test ! -s conftest.err
39388        } && test -s conftest$ac_exeext &&
39389        $as_test_x conftest$ac_exeext; then
39390   wx_cv_func_cxa_demangle=yes
39391 else
39392   echo "$as_me: failed program was:" >&5
39393 sed 's/^/| /' conftest.$ac_ext >&5
39394
39395         wx_cv_func_cxa_demangle=no
39396
39397 fi
39398
39399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39400       conftest$ac_exeext conftest.$ac_ext
39401                 ac_ext=c
39402 ac_cpp='$CPP $CPPFLAGS'
39403 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39404 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39405 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39406
39407
39408
39409 fi
39410 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
39411 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
39412
39413         if test "$wx_cv_func_cxa_demangle" = "yes"; then
39414             cat >>confdefs.h <<\_ACEOF
39415 #define HAVE_CXA_DEMANGLE 1
39416 _ACEOF
39417
39418         fi
39419     fi
39420 fi
39421
39422 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
39423     { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
39424 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
39425     wxUSE_STACKWALKER=no
39426 fi
39427
39428
39429
39430
39431 for ac_func in mkstemp mktemp
39432 do
39433 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39434 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39435 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39436 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39437   echo $ECHO_N "(cached) $ECHO_C" >&6
39438 else
39439   cat >conftest.$ac_ext <<_ACEOF
39440 /* confdefs.h.  */
39441 _ACEOF
39442 cat confdefs.h >>conftest.$ac_ext
39443 cat >>conftest.$ac_ext <<_ACEOF
39444 /* end confdefs.h.  */
39445 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39446    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39447 #define $ac_func innocuous_$ac_func
39448
39449 /* System header to define __stub macros and hopefully few prototypes,
39450     which can conflict with char $ac_func (); below.
39451     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39452     <limits.h> exists even on freestanding compilers.  */
39453
39454 #ifdef __STDC__
39455 # include <limits.h>
39456 #else
39457 # include <assert.h>
39458 #endif
39459
39460 #undef $ac_func
39461
39462 /* Override any GCC internal prototype to avoid an error.
39463    Use char because int might match the return type of a GCC
39464    builtin and then its argument prototype would still apply.  */
39465 #ifdef __cplusplus
39466 extern "C"
39467 #endif
39468 char $ac_func ();
39469 /* The GNU C library defines this for functions which it implements
39470     to always fail with ENOSYS.  Some functions are actually named
39471     something starting with __ and the normal name is an alias.  */
39472 #if defined __stub_$ac_func || defined __stub___$ac_func
39473 choke me
39474 #endif
39475
39476 int
39477 main ()
39478 {
39479 return $ac_func ();
39480   ;
39481   return 0;
39482 }
39483 _ACEOF
39484 rm -f conftest.$ac_objext conftest$ac_exeext
39485 if { (ac_try="$ac_link"
39486 case "(($ac_try" in
39487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39488   *) ac_try_echo=$ac_try;;
39489 esac
39490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39491   (eval "$ac_link") 2>conftest.er1
39492   ac_status=$?
39493   grep -v '^ *+' conftest.er1 >conftest.err
39494   rm -f conftest.er1
39495   cat conftest.err >&5
39496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39497   (exit $ac_status); } && {
39498          test -z "$ac_c_werror_flag" ||
39499          test ! -s conftest.err
39500        } && test -s conftest$ac_exeext &&
39501        $as_test_x conftest$ac_exeext; then
39502   eval "$as_ac_var=yes"
39503 else
39504   echo "$as_me: failed program was:" >&5
39505 sed 's/^/| /' conftest.$ac_ext >&5
39506
39507         eval "$as_ac_var=no"
39508 fi
39509
39510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39511       conftest$ac_exeext conftest.$ac_ext
39512 fi
39513 ac_res=`eval echo '${'$as_ac_var'}'`
39514                { echo "$as_me:$LINENO: result: $ac_res" >&5
39515 echo "${ECHO_T}$ac_res" >&6; }
39516 if test `eval echo '${'$as_ac_var'}'` = yes; then
39517   cat >>confdefs.h <<_ACEOF
39518 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39519 _ACEOF
39520  break
39521 fi
39522 done
39523
39524
39525 { echo "$as_me:$LINENO: checking for statfs" >&5
39526 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
39527 if test "${wx_cv_func_statfs+set}" = set; then
39528   echo $ECHO_N "(cached) $ECHO_C" >&6
39529 else
39530   cat >conftest.$ac_ext <<_ACEOF
39531 /* confdefs.h.  */
39532 _ACEOF
39533 cat confdefs.h >>conftest.$ac_ext
39534 cat >>conftest.$ac_ext <<_ACEOF
39535 /* end confdefs.h.  */
39536
39537              #if defined(__BSD__)
39538              #include <sys/param.h>
39539              #include <sys/mount.h>
39540              #else
39541              #include <sys/vfs.h>
39542              #endif
39543
39544 int
39545 main ()
39546 {
39547
39548              long l;
39549              struct statfs fs;
39550              statfs("/", &fs);
39551              l = fs.f_bsize;
39552              l += fs.f_blocks;
39553              l += fs.f_bavail;
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_c_werror_flag" ||
39574          test ! -s conftest.err
39575        } && test -s conftest.$ac_objext; then
39576   wx_cv_func_statfs=yes
39577 else
39578   echo "$as_me: failed program was:" >&5
39579 sed 's/^/| /' conftest.$ac_ext >&5
39580
39581         wx_cv_func_statfs=no
39582
39583 fi
39584
39585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39586
39587 fi
39588 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
39589 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
39590
39591 if test "$wx_cv_func_statfs" = "yes"; then
39592         { echo "$as_me:$LINENO: checking for statfs declaration" >&5
39593 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
39594 if test "${wx_cv_func_statfs_decl+set}" = set; then
39595   echo $ECHO_N "(cached) $ECHO_C" >&6
39596 else
39597   ac_ext=cpp
39598 ac_cpp='$CXXCPP $CPPFLAGS'
39599 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39600 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39601 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39602
39603         cat >conftest.$ac_ext <<_ACEOF
39604 /* confdefs.h.  */
39605 _ACEOF
39606 cat confdefs.h >>conftest.$ac_ext
39607 cat >>conftest.$ac_ext <<_ACEOF
39608 /* end confdefs.h.  */
39609
39610                  #if defined(__BSD__)
39611                  #include <sys/param.h>
39612                  #include <sys/mount.h>
39613                  #else
39614                  #include <sys/vfs.h>
39615                  #endif
39616
39617 int
39618 main ()
39619 {
39620
39621                 struct statfs fs;
39622                 statfs("", &fs);
39623
39624   ;
39625   return 0;
39626 }
39627 _ACEOF
39628 rm -f conftest.$ac_objext
39629 if { (ac_try="$ac_compile"
39630 case "(($ac_try" in
39631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39632   *) ac_try_echo=$ac_try;;
39633 esac
39634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39635   (eval "$ac_compile") 2>conftest.er1
39636   ac_status=$?
39637   grep -v '^ *+' conftest.er1 >conftest.err
39638   rm -f conftest.er1
39639   cat conftest.err >&5
39640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39641   (exit $ac_status); } && {
39642          test -z "$ac_cxx_werror_flag" ||
39643          test ! -s conftest.err
39644        } && test -s conftest.$ac_objext; then
39645   wx_cv_func_statfs_decl=yes
39646 else
39647   echo "$as_me: failed program was:" >&5
39648 sed 's/^/| /' conftest.$ac_ext >&5
39649
39650         wx_cv_func_statfs_decl=no
39651
39652 fi
39653
39654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39655         ac_ext=c
39656 ac_cpp='$CPP $CPPFLAGS'
39657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39660
39661
39662 fi
39663 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
39664 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
39665
39666     if test "$wx_cv_func_statfs_decl" = "yes"; then
39667         cat >>confdefs.h <<\_ACEOF
39668 #define HAVE_STATFS_DECL 1
39669 _ACEOF
39670
39671     fi
39672
39673     wx_cv_type_statvfs_t="struct statfs"
39674     cat >>confdefs.h <<\_ACEOF
39675 #define HAVE_STATFS 1
39676 _ACEOF
39677
39678 else
39679     { echo "$as_me:$LINENO: checking for statvfs" >&5
39680 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
39681 if test "${wx_cv_func_statvfs+set}" = set; then
39682   echo $ECHO_N "(cached) $ECHO_C" >&6
39683 else
39684   cat >conftest.$ac_ext <<_ACEOF
39685 /* confdefs.h.  */
39686 _ACEOF
39687 cat confdefs.h >>conftest.$ac_ext
39688 cat >>conftest.$ac_ext <<_ACEOF
39689 /* end confdefs.h.  */
39690
39691                 #include <stddef.h>
39692                 #include <sys/statvfs.h>
39693
39694 int
39695 main ()
39696 {
39697
39698                 statvfs("/", NULL);
39699
39700   ;
39701   return 0;
39702 }
39703 _ACEOF
39704 rm -f conftest.$ac_objext
39705 if { (ac_try="$ac_compile"
39706 case "(($ac_try" in
39707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39708   *) ac_try_echo=$ac_try;;
39709 esac
39710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39711   (eval "$ac_compile") 2>conftest.er1
39712   ac_status=$?
39713   grep -v '^ *+' conftest.er1 >conftest.err
39714   rm -f conftest.er1
39715   cat conftest.err >&5
39716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39717   (exit $ac_status); } && {
39718          test -z "$ac_c_werror_flag" ||
39719          test ! -s conftest.err
39720        } && test -s conftest.$ac_objext; then
39721   wx_cv_func_statvfs=yes
39722 else
39723   echo "$as_me: failed program was:" >&5
39724 sed 's/^/| /' conftest.$ac_ext >&5
39725
39726         wx_cv_func_statvfs=no
39727
39728 fi
39729
39730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39731
39732 fi
39733 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
39734 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
39735
39736     if test "$wx_cv_func_statvfs" = "yes"; then
39737                                                                 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
39738 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
39739 if test "${wx_cv_type_statvfs_t+set}" = set; then
39740   echo $ECHO_N "(cached) $ECHO_C" >&6
39741 else
39742   ac_ext=cpp
39743 ac_cpp='$CXXCPP $CPPFLAGS'
39744 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39745 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39746 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39747
39748             cat >conftest.$ac_ext <<_ACEOF
39749 /* confdefs.h.  */
39750 _ACEOF
39751 cat confdefs.h >>conftest.$ac_ext
39752 cat >>conftest.$ac_ext <<_ACEOF
39753 /* end confdefs.h.  */
39754
39755                     #include <sys/statvfs.h>
39756
39757 int
39758 main ()
39759 {
39760
39761                     long l;
39762                     statvfs_t fs;
39763                     statvfs("/", &fs);
39764                     l = fs.f_bsize;
39765                     l += fs.f_blocks;
39766                     l += fs.f_bavail;
39767
39768   ;
39769   return 0;
39770 }
39771 _ACEOF
39772 rm -f conftest.$ac_objext
39773 if { (ac_try="$ac_compile"
39774 case "(($ac_try" in
39775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39776   *) ac_try_echo=$ac_try;;
39777 esac
39778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39779   (eval "$ac_compile") 2>conftest.er1
39780   ac_status=$?
39781   grep -v '^ *+' conftest.er1 >conftest.err
39782   rm -f conftest.er1
39783   cat conftest.err >&5
39784   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39785   (exit $ac_status); } && {
39786          test -z "$ac_cxx_werror_flag" ||
39787          test ! -s conftest.err
39788        } && test -s conftest.$ac_objext; then
39789   wx_cv_type_statvfs_t=statvfs_t
39790 else
39791   echo "$as_me: failed program was:" >&5
39792 sed 's/^/| /' conftest.$ac_ext >&5
39793
39794
39795                     cat >conftest.$ac_ext <<_ACEOF
39796 /* confdefs.h.  */
39797 _ACEOF
39798 cat confdefs.h >>conftest.$ac_ext
39799 cat >>conftest.$ac_ext <<_ACEOF
39800 /* end confdefs.h.  */
39801
39802                             #include <sys/statvfs.h>
39803
39804 int
39805 main ()
39806 {
39807
39808                             long l;
39809                             struct statvfs fs;
39810                             statvfs("/", &fs);
39811                             l = fs.f_bsize;
39812                             l += fs.f_blocks;
39813                             l += fs.f_bavail;
39814
39815   ;
39816   return 0;
39817 }
39818 _ACEOF
39819 rm -f conftest.$ac_objext
39820 if { (ac_try="$ac_compile"
39821 case "(($ac_try" in
39822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39823   *) ac_try_echo=$ac_try;;
39824 esac
39825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39826   (eval "$ac_compile") 2>conftest.er1
39827   ac_status=$?
39828   grep -v '^ *+' conftest.er1 >conftest.err
39829   rm -f conftest.er1
39830   cat conftest.err >&5
39831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39832   (exit $ac_status); } && {
39833          test -z "$ac_cxx_werror_flag" ||
39834          test ! -s conftest.err
39835        } && test -s conftest.$ac_objext; then
39836   wx_cv_type_statvfs_t="struct statvfs"
39837 else
39838   echo "$as_me: failed program was:" >&5
39839 sed 's/^/| /' conftest.$ac_ext >&5
39840
39841         wx_cv_type_statvfs_t="unknown"
39842
39843 fi
39844
39845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39846
39847
39848 fi
39849
39850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39851             ac_ext=c
39852 ac_cpp='$CPP $CPPFLAGS'
39853 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39854 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39855 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39856
39857
39858 fi
39859 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
39860 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
39861
39862         if test "$wx_cv_type_statvfs_t" != "unknown"; then
39863             cat >>confdefs.h <<\_ACEOF
39864 #define HAVE_STATVFS 1
39865 _ACEOF
39866
39867         fi
39868     else
39869                 wx_cv_type_statvfs_t="unknown"
39870     fi
39871 fi
39872
39873 if test "$wx_cv_type_statvfs_t" != "unknown"; then
39874     cat >>confdefs.h <<_ACEOF
39875 #define WX_STATFS_T $wx_cv_type_statvfs_t
39876 _ACEOF
39877
39878 else
39879     { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
39880 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
39881 fi
39882
39883 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
39884
39885
39886 for ac_func in fcntl flock
39887 do
39888 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39889 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39890 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39891 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39892   echo $ECHO_N "(cached) $ECHO_C" >&6
39893 else
39894   cat >conftest.$ac_ext <<_ACEOF
39895 /* confdefs.h.  */
39896 _ACEOF
39897 cat confdefs.h >>conftest.$ac_ext
39898 cat >>conftest.$ac_ext <<_ACEOF
39899 /* end confdefs.h.  */
39900 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39901    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39902 #define $ac_func innocuous_$ac_func
39903
39904 /* System header to define __stub macros and hopefully few prototypes,
39905     which can conflict with char $ac_func (); below.
39906     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39907     <limits.h> exists even on freestanding compilers.  */
39908
39909 #ifdef __STDC__
39910 # include <limits.h>
39911 #else
39912 # include <assert.h>
39913 #endif
39914
39915 #undef $ac_func
39916
39917 /* Override any GCC internal prototype to avoid an error.
39918    Use char because int might match the return type of a GCC
39919    builtin and then its argument prototype would still apply.  */
39920 #ifdef __cplusplus
39921 extern "C"
39922 #endif
39923 char $ac_func ();
39924 /* The GNU C library defines this for functions which it implements
39925     to always fail with ENOSYS.  Some functions are actually named
39926     something starting with __ and the normal name is an alias.  */
39927 #if defined __stub_$ac_func || defined __stub___$ac_func
39928 choke me
39929 #endif
39930
39931 int
39932 main ()
39933 {
39934 return $ac_func ();
39935   ;
39936   return 0;
39937 }
39938 _ACEOF
39939 rm -f conftest.$ac_objext conftest$ac_exeext
39940 if { (ac_try="$ac_link"
39941 case "(($ac_try" in
39942   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39943   *) ac_try_echo=$ac_try;;
39944 esac
39945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39946   (eval "$ac_link") 2>conftest.er1
39947   ac_status=$?
39948   grep -v '^ *+' conftest.er1 >conftest.err
39949   rm -f conftest.er1
39950   cat conftest.err >&5
39951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
39952   (exit $ac_status); } && {
39953          test -z "$ac_c_werror_flag" ||
39954          test ! -s conftest.err
39955        } && test -s conftest$ac_exeext &&
39956        $as_test_x conftest$ac_exeext; then
39957   eval "$as_ac_var=yes"
39958 else
39959   echo "$as_me: failed program was:" >&5
39960 sed 's/^/| /' conftest.$ac_ext >&5
39961
39962         eval "$as_ac_var=no"
39963 fi
39964
39965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39966       conftest$ac_exeext conftest.$ac_ext
39967 fi
39968 ac_res=`eval echo '${'$as_ac_var'}'`
39969                { echo "$as_me:$LINENO: result: $ac_res" >&5
39970 echo "${ECHO_T}$ac_res" >&6; }
39971 if test `eval echo '${'$as_ac_var'}'` = yes; then
39972   cat >>confdefs.h <<_ACEOF
39973 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39974 _ACEOF
39975  break
39976 fi
39977 done
39978
39979
39980     if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
39981         { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
39982 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
39983         wxUSE_SNGLINST_CHECKER=no
39984     fi
39985 fi
39986
39987
39988
39989 for ac_func in setenv putenv
39990 do
39991 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39992 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39993 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39994 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39995   echo $ECHO_N "(cached) $ECHO_C" >&6
39996 else
39997   cat >conftest.$ac_ext <<_ACEOF
39998 /* confdefs.h.  */
39999 _ACEOF
40000 cat confdefs.h >>conftest.$ac_ext
40001 cat >>conftest.$ac_ext <<_ACEOF
40002 /* end confdefs.h.  */
40003 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40004    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40005 #define $ac_func innocuous_$ac_func
40006
40007 /* System header to define __stub macros and hopefully few prototypes,
40008     which can conflict with char $ac_func (); below.
40009     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40010     <limits.h> exists even on freestanding compilers.  */
40011
40012 #ifdef __STDC__
40013 # include <limits.h>
40014 #else
40015 # include <assert.h>
40016 #endif
40017
40018 #undef $ac_func
40019
40020 /* Override any GCC internal prototype to avoid an error.
40021    Use char because int might match the return type of a GCC
40022    builtin and then its argument prototype would still apply.  */
40023 #ifdef __cplusplus
40024 extern "C"
40025 #endif
40026 char $ac_func ();
40027 /* The GNU C library defines this for functions which it implements
40028     to always fail with ENOSYS.  Some functions are actually named
40029     something starting with __ and the normal name is an alias.  */
40030 #if defined __stub_$ac_func || defined __stub___$ac_func
40031 choke me
40032 #endif
40033
40034 int
40035 main ()
40036 {
40037 return $ac_func ();
40038   ;
40039   return 0;
40040 }
40041 _ACEOF
40042 rm -f conftest.$ac_objext conftest$ac_exeext
40043 if { (ac_try="$ac_link"
40044 case "(($ac_try" in
40045   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40046   *) ac_try_echo=$ac_try;;
40047 esac
40048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40049   (eval "$ac_link") 2>conftest.er1
40050   ac_status=$?
40051   grep -v '^ *+' conftest.er1 >conftest.err
40052   rm -f conftest.er1
40053   cat conftest.err >&5
40054   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40055   (exit $ac_status); } && {
40056          test -z "$ac_c_werror_flag" ||
40057          test ! -s conftest.err
40058        } && test -s conftest$ac_exeext &&
40059        $as_test_x conftest$ac_exeext; then
40060   eval "$as_ac_var=yes"
40061 else
40062   echo "$as_me: failed program was:" >&5
40063 sed 's/^/| /' conftest.$ac_ext >&5
40064
40065         eval "$as_ac_var=no"
40066 fi
40067
40068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40069       conftest$ac_exeext conftest.$ac_ext
40070 fi
40071 ac_res=`eval echo '${'$as_ac_var'}'`
40072                { echo "$as_me:$LINENO: result: $ac_res" >&5
40073 echo "${ECHO_T}$ac_res" >&6; }
40074 if test `eval echo '${'$as_ac_var'}'` = yes; then
40075   cat >>confdefs.h <<_ACEOF
40076 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40077 _ACEOF
40078  break
40079 fi
40080 done
40081
40082 if test "$ac_cv_func_setenv" = "yes"; then
40083
40084 for ac_func in unsetenv
40085 do
40086 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40087 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40088 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40089 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40090   echo $ECHO_N "(cached) $ECHO_C" >&6
40091 else
40092   cat >conftest.$ac_ext <<_ACEOF
40093 /* confdefs.h.  */
40094 _ACEOF
40095 cat confdefs.h >>conftest.$ac_ext
40096 cat >>conftest.$ac_ext <<_ACEOF
40097 /* end confdefs.h.  */
40098 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40099    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40100 #define $ac_func innocuous_$ac_func
40101
40102 /* System header to define __stub macros and hopefully few prototypes,
40103     which can conflict with char $ac_func (); below.
40104     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40105     <limits.h> exists even on freestanding compilers.  */
40106
40107 #ifdef __STDC__
40108 # include <limits.h>
40109 #else
40110 # include <assert.h>
40111 #endif
40112
40113 #undef $ac_func
40114
40115 /* Override any GCC internal prototype to avoid an error.
40116    Use char because int might match the return type of a GCC
40117    builtin and then its argument prototype would still apply.  */
40118 #ifdef __cplusplus
40119 extern "C"
40120 #endif
40121 char $ac_func ();
40122 /* The GNU C library defines this for functions which it implements
40123     to always fail with ENOSYS.  Some functions are actually named
40124     something starting with __ and the normal name is an alias.  */
40125 #if defined __stub_$ac_func || defined __stub___$ac_func
40126 choke me
40127 #endif
40128
40129 int
40130 main ()
40131 {
40132 return $ac_func ();
40133   ;
40134   return 0;
40135 }
40136 _ACEOF
40137 rm -f conftest.$ac_objext conftest$ac_exeext
40138 if { (ac_try="$ac_link"
40139 case "(($ac_try" in
40140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40141   *) ac_try_echo=$ac_try;;
40142 esac
40143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40144   (eval "$ac_link") 2>conftest.er1
40145   ac_status=$?
40146   grep -v '^ *+' conftest.er1 >conftest.err
40147   rm -f conftest.er1
40148   cat conftest.err >&5
40149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40150   (exit $ac_status); } && {
40151          test -z "$ac_c_werror_flag" ||
40152          test ! -s conftest.err
40153        } && test -s conftest$ac_exeext &&
40154        $as_test_x conftest$ac_exeext; then
40155   eval "$as_ac_var=yes"
40156 else
40157   echo "$as_me: failed program was:" >&5
40158 sed 's/^/| /' conftest.$ac_ext >&5
40159
40160         eval "$as_ac_var=no"
40161 fi
40162
40163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40164       conftest$ac_exeext conftest.$ac_ext
40165 fi
40166 ac_res=`eval echo '${'$as_ac_var'}'`
40167                { echo "$as_me:$LINENO: result: $ac_res" >&5
40168 echo "${ECHO_T}$ac_res" >&6; }
40169 if test `eval echo '${'$as_ac_var'}'` = yes; then
40170   cat >>confdefs.h <<_ACEOF
40171 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40172 _ACEOF
40173
40174 fi
40175 done
40176
40177 fi
40178
40179 HAVE_SOME_SLEEP_FUNC=0
40180 if test "$USE_BEOS" = 1; then
40181             cat >>confdefs.h <<\_ACEOF
40182 #define HAVE_SLEEP 1
40183 _ACEOF
40184
40185     HAVE_SOME_SLEEP_FUNC=1
40186 fi
40187
40188 if test "$USE_DARWIN" = 1; then
40189             cat >>confdefs.h <<\_ACEOF
40190 #define HAVE_USLEEP 1
40191 _ACEOF
40192
40193     HAVE_SOME_SLEEP_FUNC=1
40194 fi
40195
40196 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
40197         POSIX4_LINK=
40198
40199 for ac_func in nanosleep
40200 do
40201 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40202 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40203 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40204 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40205   echo $ECHO_N "(cached) $ECHO_C" >&6
40206 else
40207   cat >conftest.$ac_ext <<_ACEOF
40208 /* confdefs.h.  */
40209 _ACEOF
40210 cat confdefs.h >>conftest.$ac_ext
40211 cat >>conftest.$ac_ext <<_ACEOF
40212 /* end confdefs.h.  */
40213 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40214    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40215 #define $ac_func innocuous_$ac_func
40216
40217 /* System header to define __stub macros and hopefully few prototypes,
40218     which can conflict with char $ac_func (); below.
40219     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40220     <limits.h> exists even on freestanding compilers.  */
40221
40222 #ifdef __STDC__
40223 # include <limits.h>
40224 #else
40225 # include <assert.h>
40226 #endif
40227
40228 #undef $ac_func
40229
40230 /* Override any GCC internal prototype to avoid an error.
40231    Use char because int might match the return type of a GCC
40232    builtin and then its argument prototype would still apply.  */
40233 #ifdef __cplusplus
40234 extern "C"
40235 #endif
40236 char $ac_func ();
40237 /* The GNU C library defines this for functions which it implements
40238     to always fail with ENOSYS.  Some functions are actually named
40239     something starting with __ and the normal name is an alias.  */
40240 #if defined __stub_$ac_func || defined __stub___$ac_func
40241 choke me
40242 #endif
40243
40244 int
40245 main ()
40246 {
40247 return $ac_func ();
40248   ;
40249   return 0;
40250 }
40251 _ACEOF
40252 rm -f conftest.$ac_objext conftest$ac_exeext
40253 if { (ac_try="$ac_link"
40254 case "(($ac_try" in
40255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40256   *) ac_try_echo=$ac_try;;
40257 esac
40258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40259   (eval "$ac_link") 2>conftest.er1
40260   ac_status=$?
40261   grep -v '^ *+' conftest.er1 >conftest.err
40262   rm -f conftest.er1
40263   cat conftest.err >&5
40264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40265   (exit $ac_status); } && {
40266          test -z "$ac_c_werror_flag" ||
40267          test ! -s conftest.err
40268        } && test -s conftest$ac_exeext &&
40269        $as_test_x conftest$ac_exeext; then
40270   eval "$as_ac_var=yes"
40271 else
40272   echo "$as_me: failed program was:" >&5
40273 sed 's/^/| /' conftest.$ac_ext >&5
40274
40275         eval "$as_ac_var=no"
40276 fi
40277
40278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40279       conftest$ac_exeext conftest.$ac_ext
40280 fi
40281 ac_res=`eval echo '${'$as_ac_var'}'`
40282                { echo "$as_me:$LINENO: result: $ac_res" >&5
40283 echo "${ECHO_T}$ac_res" >&6; }
40284 if test `eval echo '${'$as_ac_var'}'` = yes; then
40285   cat >>confdefs.h <<_ACEOF
40286 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40287 _ACEOF
40288  cat >>confdefs.h <<\_ACEOF
40289 #define HAVE_NANOSLEEP 1
40290 _ACEOF
40291
40292 else
40293
40294             { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
40295 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
40296 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
40297   echo $ECHO_N "(cached) $ECHO_C" >&6
40298 else
40299   ac_check_lib_save_LIBS=$LIBS
40300 LIBS="-lposix4  $LIBS"
40301 cat >conftest.$ac_ext <<_ACEOF
40302 /* confdefs.h.  */
40303 _ACEOF
40304 cat confdefs.h >>conftest.$ac_ext
40305 cat >>conftest.$ac_ext <<_ACEOF
40306 /* end confdefs.h.  */
40307
40308 /* Override any GCC internal prototype to avoid an error.
40309    Use char because int might match the return type of a GCC
40310    builtin and then its argument prototype would still apply.  */
40311 #ifdef __cplusplus
40312 extern "C"
40313 #endif
40314 char nanosleep ();
40315 int
40316 main ()
40317 {
40318 return nanosleep ();
40319   ;
40320   return 0;
40321 }
40322 _ACEOF
40323 rm -f conftest.$ac_objext conftest$ac_exeext
40324 if { (ac_try="$ac_link"
40325 case "(($ac_try" in
40326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40327   *) ac_try_echo=$ac_try;;
40328 esac
40329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40330   (eval "$ac_link") 2>conftest.er1
40331   ac_status=$?
40332   grep -v '^ *+' conftest.er1 >conftest.err
40333   rm -f conftest.er1
40334   cat conftest.err >&5
40335   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40336   (exit $ac_status); } && {
40337          test -z "$ac_c_werror_flag" ||
40338          test ! -s conftest.err
40339        } && test -s conftest$ac_exeext &&
40340        $as_test_x conftest$ac_exeext; then
40341   ac_cv_lib_posix4_nanosleep=yes
40342 else
40343   echo "$as_me: failed program was:" >&5
40344 sed 's/^/| /' conftest.$ac_ext >&5
40345
40346         ac_cv_lib_posix4_nanosleep=no
40347 fi
40348
40349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40350       conftest$ac_exeext conftest.$ac_ext
40351 LIBS=$ac_check_lib_save_LIBS
40352 fi
40353 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
40354 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
40355 if test $ac_cv_lib_posix4_nanosleep = yes; then
40356
40357                     cat >>confdefs.h <<\_ACEOF
40358 #define HAVE_NANOSLEEP 1
40359 _ACEOF
40360
40361                     POSIX4_LINK=" -lposix4"
40362
40363 else
40364
40365
40366   for wx_func in usleep
40367   do
40368     { echo "$as_me:$LINENO: checking for $wx_func" >&5
40369 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40370 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40371   echo $ECHO_N "(cached) $ECHO_C" >&6
40372 else
40373
40374         cat >conftest.$ac_ext <<_ACEOF
40375
40376             /* confdefs.h.  */
40377 _ACEOF
40378 cat confdefs.h >>conftest.$ac_ext
40379 cat >>conftest.$ac_ext <<_ACEOF
40380 /* end confdefs.h.  */
40381
40382
40383                 $ac_includes_default
40384
40385 int
40386 main ()
40387 {
40388
40389                 #ifndef $wx_func
40390                   &$wx_func;
40391                 #endif
40392
40393
40394   ;
40395   return 0;
40396 }
40397
40398 _ACEOF
40399 rm -f conftest.$ac_objext conftest$ac_exeext
40400 if { (ac_try="$ac_link"
40401 case "(($ac_try" in
40402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40403   *) ac_try_echo=$ac_try;;
40404 esac
40405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40406   (eval "$ac_link") 2>conftest.er1
40407   ac_status=$?
40408   grep -v '^ *+' conftest.er1 >conftest.err
40409   rm -f conftest.er1
40410   cat conftest.err >&5
40411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40412   (exit $ac_status); } && {
40413          test -z "$ac_c_werror_flag" ||
40414          test ! -s conftest.err
40415        } && test -s conftest$ac_exeext &&
40416        $as_test_x conftest$ac_exeext; then
40417   eval wx_cv_func_$wx_func=yes
40418 else
40419   echo "$as_me: failed program was:" >&5
40420 sed 's/^/| /' conftest.$ac_ext >&5
40421
40422         eval wx_cv_func_$wx_func=no
40423 fi
40424
40425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40426       conftest$ac_exeext conftest.$ac_ext
40427
40428 fi
40429 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40430                { echo "$as_me:$LINENO: result: $ac_res" >&5
40431 echo "${ECHO_T}$ac_res" >&6; }
40432
40433     if eval test \$wx_cv_func_$wx_func = yes
40434     then
40435       cat >>confdefs.h <<_ACEOF
40436 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40437 _ACEOF
40438
40439
40440     else
40441       :
40442       { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
40443 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
40444
40445     fi
40446   done
40447
40448
40449
40450 fi
40451
40452
40453
40454 fi
40455 done
40456
40457 fi
40458
40459
40460   for wx_func in uname
40461   do
40462     { echo "$as_me:$LINENO: checking for $wx_func" >&5
40463 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40464 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40465   echo $ECHO_N "(cached) $ECHO_C" >&6
40466 else
40467
40468         cat >conftest.$ac_ext <<_ACEOF
40469
40470             /* confdefs.h.  */
40471 _ACEOF
40472 cat confdefs.h >>conftest.$ac_ext
40473 cat >>conftest.$ac_ext <<_ACEOF
40474 /* end confdefs.h.  */
40475
40476                 #include <sys/utsname.h>
40477                 $ac_includes_default
40478
40479 int
40480 main ()
40481 {
40482
40483                 #ifndef $wx_func
40484                   &$wx_func;
40485                 #endif
40486
40487
40488   ;
40489   return 0;
40490 }
40491
40492 _ACEOF
40493 rm -f conftest.$ac_objext conftest$ac_exeext
40494 if { (ac_try="$ac_link"
40495 case "(($ac_try" in
40496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40497   *) ac_try_echo=$ac_try;;
40498 esac
40499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40500   (eval "$ac_link") 2>conftest.er1
40501   ac_status=$?
40502   grep -v '^ *+' conftest.er1 >conftest.err
40503   rm -f conftest.er1
40504   cat conftest.err >&5
40505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40506   (exit $ac_status); } && {
40507          test -z "$ac_c_werror_flag" ||
40508          test ! -s conftest.err
40509        } && test -s conftest$ac_exeext &&
40510        $as_test_x conftest$ac_exeext; then
40511   eval wx_cv_func_$wx_func=yes
40512 else
40513   echo "$as_me: failed program was:" >&5
40514 sed 's/^/| /' conftest.$ac_ext >&5
40515
40516         eval wx_cv_func_$wx_func=no
40517 fi
40518
40519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40520       conftest$ac_exeext conftest.$ac_ext
40521
40522 fi
40523 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40524                { echo "$as_me:$LINENO: result: $ac_res" >&5
40525 echo "${ECHO_T}$ac_res" >&6; }
40526
40527     if eval test \$wx_cv_func_$wx_func = yes
40528     then
40529       cat >>confdefs.h <<_ACEOF
40530 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40531 _ACEOF
40532
40533
40534     else
40535       :
40536
40537     fi
40538   done
40539
40540 if test "$wx_cv_func_uname" != yes; then
40541
40542   for wx_func in gethostname
40543   do
40544     { echo "$as_me:$LINENO: checking for $wx_func" >&5
40545 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40546 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40547   echo $ECHO_N "(cached) $ECHO_C" >&6
40548 else
40549
40550         cat >conftest.$ac_ext <<_ACEOF
40551
40552             /* confdefs.h.  */
40553 _ACEOF
40554 cat confdefs.h >>conftest.$ac_ext
40555 cat >>conftest.$ac_ext <<_ACEOF
40556 /* end confdefs.h.  */
40557
40558
40559                 $ac_includes_default
40560
40561 int
40562 main ()
40563 {
40564
40565                 #ifndef $wx_func
40566                   &$wx_func;
40567                 #endif
40568
40569
40570   ;
40571   return 0;
40572 }
40573
40574 _ACEOF
40575 rm -f conftest.$ac_objext conftest$ac_exeext
40576 if { (ac_try="$ac_link"
40577 case "(($ac_try" in
40578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40579   *) ac_try_echo=$ac_try;;
40580 esac
40581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40582   (eval "$ac_link") 2>conftest.er1
40583   ac_status=$?
40584   grep -v '^ *+' conftest.er1 >conftest.err
40585   rm -f conftest.er1
40586   cat conftest.err >&5
40587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40588   (exit $ac_status); } && {
40589          test -z "$ac_c_werror_flag" ||
40590          test ! -s conftest.err
40591        } && test -s conftest$ac_exeext &&
40592        $as_test_x conftest$ac_exeext; then
40593   eval wx_cv_func_$wx_func=yes
40594 else
40595   echo "$as_me: failed program was:" >&5
40596 sed 's/^/| /' conftest.$ac_ext >&5
40597
40598         eval wx_cv_func_$wx_func=no
40599 fi
40600
40601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40602       conftest$ac_exeext conftest.$ac_ext
40603
40604 fi
40605 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40606                { echo "$as_me:$LINENO: result: $ac_res" >&5
40607 echo "${ECHO_T}$ac_res" >&6; }
40608
40609     if eval test \$wx_cv_func_$wx_func = yes
40610     then
40611       cat >>confdefs.h <<_ACEOF
40612 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40613 _ACEOF
40614
40615
40616     else
40617       :
40618
40619     fi
40620   done
40621
40622 fi
40623
40624
40625   for wx_func in strtok_r
40626   do
40627     { echo "$as_me:$LINENO: checking for $wx_func" >&5
40628 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40629 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40630   echo $ECHO_N "(cached) $ECHO_C" >&6
40631 else
40632
40633         cat >conftest.$ac_ext <<_ACEOF
40634
40635             /* confdefs.h.  */
40636 _ACEOF
40637 cat confdefs.h >>conftest.$ac_ext
40638 cat >>conftest.$ac_ext <<_ACEOF
40639 /* end confdefs.h.  */
40640
40641                 #define _REENTRANT
40642                 $ac_includes_default
40643
40644 int
40645 main ()
40646 {
40647
40648                 #ifndef $wx_func
40649                   &$wx_func;
40650                 #endif
40651
40652
40653   ;
40654   return 0;
40655 }
40656
40657 _ACEOF
40658 rm -f conftest.$ac_objext conftest$ac_exeext
40659 if { (ac_try="$ac_link"
40660 case "(($ac_try" in
40661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40662   *) ac_try_echo=$ac_try;;
40663 esac
40664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40665   (eval "$ac_link") 2>conftest.er1
40666   ac_status=$?
40667   grep -v '^ *+' conftest.er1 >conftest.err
40668   rm -f conftest.er1
40669   cat conftest.err >&5
40670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40671   (exit $ac_status); } && {
40672          test -z "$ac_c_werror_flag" ||
40673          test ! -s conftest.err
40674        } && test -s conftest$ac_exeext &&
40675        $as_test_x conftest$ac_exeext; then
40676   eval wx_cv_func_$wx_func=yes
40677 else
40678   echo "$as_me: failed program was:" >&5
40679 sed 's/^/| /' conftest.$ac_ext >&5
40680
40681         eval wx_cv_func_$wx_func=no
40682 fi
40683
40684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40685       conftest$ac_exeext conftest.$ac_ext
40686
40687 fi
40688 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40689                { echo "$as_me:$LINENO: result: $ac_res" >&5
40690 echo "${ECHO_T}$ac_res" >&6; }
40691
40692     if eval test \$wx_cv_func_$wx_func = yes
40693     then
40694       cat >>confdefs.h <<_ACEOF
40695 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40696 _ACEOF
40697
40698
40699     else
40700       :
40701
40702     fi
40703   done
40704
40705
40706 INET_LINK=
40707
40708 for ac_func in inet_addr
40709 do
40710 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40711 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40712 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40713 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40714   echo $ECHO_N "(cached) $ECHO_C" >&6
40715 else
40716   cat >conftest.$ac_ext <<_ACEOF
40717 /* confdefs.h.  */
40718 _ACEOF
40719 cat confdefs.h >>conftest.$ac_ext
40720 cat >>conftest.$ac_ext <<_ACEOF
40721 /* end confdefs.h.  */
40722 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40723    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
40724 #define $ac_func innocuous_$ac_func
40725
40726 /* System header to define __stub macros and hopefully few prototypes,
40727     which can conflict with char $ac_func (); below.
40728     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40729     <limits.h> exists even on freestanding compilers.  */
40730
40731 #ifdef __STDC__
40732 # include <limits.h>
40733 #else
40734 # include <assert.h>
40735 #endif
40736
40737 #undef $ac_func
40738
40739 /* Override any GCC internal prototype to avoid an error.
40740    Use char because int might match the return type of a GCC
40741    builtin and then its argument prototype would still apply.  */
40742 #ifdef __cplusplus
40743 extern "C"
40744 #endif
40745 char $ac_func ();
40746 /* The GNU C library defines this for functions which it implements
40747     to always fail with ENOSYS.  Some functions are actually named
40748     something starting with __ and the normal name is an alias.  */
40749 #if defined __stub_$ac_func || defined __stub___$ac_func
40750 choke me
40751 #endif
40752
40753 int
40754 main ()
40755 {
40756 return $ac_func ();
40757   ;
40758   return 0;
40759 }
40760 _ACEOF
40761 rm -f conftest.$ac_objext conftest$ac_exeext
40762 if { (ac_try="$ac_link"
40763 case "(($ac_try" in
40764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40765   *) ac_try_echo=$ac_try;;
40766 esac
40767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40768   (eval "$ac_link") 2>conftest.er1
40769   ac_status=$?
40770   grep -v '^ *+' conftest.er1 >conftest.err
40771   rm -f conftest.er1
40772   cat conftest.err >&5
40773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40774   (exit $ac_status); } && {
40775          test -z "$ac_c_werror_flag" ||
40776          test ! -s conftest.err
40777        } && test -s conftest$ac_exeext &&
40778        $as_test_x conftest$ac_exeext; then
40779   eval "$as_ac_var=yes"
40780 else
40781   echo "$as_me: failed program was:" >&5
40782 sed 's/^/| /' conftest.$ac_ext >&5
40783
40784         eval "$as_ac_var=no"
40785 fi
40786
40787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40788       conftest$ac_exeext conftest.$ac_ext
40789 fi
40790 ac_res=`eval echo '${'$as_ac_var'}'`
40791                { echo "$as_me:$LINENO: result: $ac_res" >&5
40792 echo "${ECHO_T}$ac_res" >&6; }
40793 if test `eval echo '${'$as_ac_var'}'` = yes; then
40794   cat >>confdefs.h <<_ACEOF
40795 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40796 _ACEOF
40797  cat >>confdefs.h <<\_ACEOF
40798 #define HAVE_INET_ADDR 1
40799 _ACEOF
40800
40801 else
40802
40803         { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
40804 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
40805 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
40806   echo $ECHO_N "(cached) $ECHO_C" >&6
40807 else
40808   ac_check_lib_save_LIBS=$LIBS
40809 LIBS="-lnsl  $LIBS"
40810 cat >conftest.$ac_ext <<_ACEOF
40811 /* confdefs.h.  */
40812 _ACEOF
40813 cat confdefs.h >>conftest.$ac_ext
40814 cat >>conftest.$ac_ext <<_ACEOF
40815 /* end confdefs.h.  */
40816
40817 /* Override any GCC internal prototype to avoid an error.
40818    Use char because int might match the return type of a GCC
40819    builtin and then its argument prototype would still apply.  */
40820 #ifdef __cplusplus
40821 extern "C"
40822 #endif
40823 char inet_addr ();
40824 int
40825 main ()
40826 {
40827 return inet_addr ();
40828   ;
40829   return 0;
40830 }
40831 _ACEOF
40832 rm -f conftest.$ac_objext conftest$ac_exeext
40833 if { (ac_try="$ac_link"
40834 case "(($ac_try" in
40835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40836   *) ac_try_echo=$ac_try;;
40837 esac
40838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40839   (eval "$ac_link") 2>conftest.er1
40840   ac_status=$?
40841   grep -v '^ *+' conftest.er1 >conftest.err
40842   rm -f conftest.er1
40843   cat conftest.err >&5
40844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40845   (exit $ac_status); } && {
40846          test -z "$ac_c_werror_flag" ||
40847          test ! -s conftest.err
40848        } && test -s conftest$ac_exeext &&
40849        $as_test_x conftest$ac_exeext; then
40850   ac_cv_lib_nsl_inet_addr=yes
40851 else
40852   echo "$as_me: failed program was:" >&5
40853 sed 's/^/| /' conftest.$ac_ext >&5
40854
40855         ac_cv_lib_nsl_inet_addr=no
40856 fi
40857
40858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40859       conftest$ac_exeext conftest.$ac_ext
40860 LIBS=$ac_check_lib_save_LIBS
40861 fi
40862 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
40863 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
40864 if test $ac_cv_lib_nsl_inet_addr = yes; then
40865   INET_LINK="nsl"
40866 else
40867
40868                 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
40869 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
40870 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
40871   echo $ECHO_N "(cached) $ECHO_C" >&6
40872 else
40873   ac_check_lib_save_LIBS=$LIBS
40874 LIBS="-lresolv  $LIBS"
40875 cat >conftest.$ac_ext <<_ACEOF
40876 /* confdefs.h.  */
40877 _ACEOF
40878 cat confdefs.h >>conftest.$ac_ext
40879 cat >>conftest.$ac_ext <<_ACEOF
40880 /* end confdefs.h.  */
40881
40882 /* Override any GCC internal prototype to avoid an error.
40883    Use char because int might match the return type of a GCC
40884    builtin and then its argument prototype would still apply.  */
40885 #ifdef __cplusplus
40886 extern "C"
40887 #endif
40888 char inet_addr ();
40889 int
40890 main ()
40891 {
40892 return inet_addr ();
40893   ;
40894   return 0;
40895 }
40896 _ACEOF
40897 rm -f conftest.$ac_objext conftest$ac_exeext
40898 if { (ac_try="$ac_link"
40899 case "(($ac_try" in
40900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40901   *) ac_try_echo=$ac_try;;
40902 esac
40903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40904   (eval "$ac_link") 2>conftest.er1
40905   ac_status=$?
40906   grep -v '^ *+' conftest.er1 >conftest.err
40907   rm -f conftest.er1
40908   cat conftest.err >&5
40909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40910   (exit $ac_status); } && {
40911          test -z "$ac_c_werror_flag" ||
40912          test ! -s conftest.err
40913        } && test -s conftest$ac_exeext &&
40914        $as_test_x conftest$ac_exeext; then
40915   ac_cv_lib_resolv_inet_addr=yes
40916 else
40917   echo "$as_me: failed program was:" >&5
40918 sed 's/^/| /' conftest.$ac_ext >&5
40919
40920         ac_cv_lib_resolv_inet_addr=no
40921 fi
40922
40923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40924       conftest$ac_exeext conftest.$ac_ext
40925 LIBS=$ac_check_lib_save_LIBS
40926 fi
40927 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
40928 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
40929 if test $ac_cv_lib_resolv_inet_addr = yes; then
40930   INET_LINK="resolv"
40931 else
40932
40933                         { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
40934 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
40935 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
40936   echo $ECHO_N "(cached) $ECHO_C" >&6
40937 else
40938   ac_check_lib_save_LIBS=$LIBS
40939 LIBS="-lsocket  $LIBS"
40940 cat >conftest.$ac_ext <<_ACEOF
40941 /* confdefs.h.  */
40942 _ACEOF
40943 cat confdefs.h >>conftest.$ac_ext
40944 cat >>conftest.$ac_ext <<_ACEOF
40945 /* end confdefs.h.  */
40946
40947 /* Override any GCC internal prototype to avoid an error.
40948    Use char because int might match the return type of a GCC
40949    builtin and then its argument prototype would still apply.  */
40950 #ifdef __cplusplus
40951 extern "C"
40952 #endif
40953 char inet_addr ();
40954 int
40955 main ()
40956 {
40957 return inet_addr ();
40958   ;
40959   return 0;
40960 }
40961 _ACEOF
40962 rm -f conftest.$ac_objext conftest$ac_exeext
40963 if { (ac_try="$ac_link"
40964 case "(($ac_try" in
40965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40966   *) ac_try_echo=$ac_try;;
40967 esac
40968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40969   (eval "$ac_link") 2>conftest.er1
40970   ac_status=$?
40971   grep -v '^ *+' conftest.er1 >conftest.err
40972   rm -f conftest.er1
40973   cat conftest.err >&5
40974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
40975   (exit $ac_status); } && {
40976          test -z "$ac_c_werror_flag" ||
40977          test ! -s conftest.err
40978        } && test -s conftest$ac_exeext &&
40979        $as_test_x conftest$ac_exeext; then
40980   ac_cv_lib_socket_inet_addr=yes
40981 else
40982   echo "$as_me: failed program was:" >&5
40983 sed 's/^/| /' conftest.$ac_ext >&5
40984
40985         ac_cv_lib_socket_inet_addr=no
40986 fi
40987
40988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40989       conftest$ac_exeext conftest.$ac_ext
40990 LIBS=$ac_check_lib_save_LIBS
40991 fi
40992 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
40993 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
40994 if test $ac_cv_lib_socket_inet_addr = yes; then
40995   INET_LINK="socket"
40996
40997 fi
40998
40999
41000
41001 fi
41002
41003
41004
41005 fi
41006
41007
41008
41009 fi
41010 done
41011
41012
41013
41014 for ac_func in inet_aton
41015 do
41016 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41017 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41018 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41019 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41020   echo $ECHO_N "(cached) $ECHO_C" >&6
41021 else
41022   cat >conftest.$ac_ext <<_ACEOF
41023 /* confdefs.h.  */
41024 _ACEOF
41025 cat confdefs.h >>conftest.$ac_ext
41026 cat >>conftest.$ac_ext <<_ACEOF
41027 /* end confdefs.h.  */
41028 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41029    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41030 #define $ac_func innocuous_$ac_func
41031
41032 /* System header to define __stub macros and hopefully few prototypes,
41033     which can conflict with char $ac_func (); below.
41034     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41035     <limits.h> exists even on freestanding compilers.  */
41036
41037 #ifdef __STDC__
41038 # include <limits.h>
41039 #else
41040 # include <assert.h>
41041 #endif
41042
41043 #undef $ac_func
41044
41045 /* Override any GCC internal prototype to avoid an error.
41046    Use char because int might match the return type of a GCC
41047    builtin and then its argument prototype would still apply.  */
41048 #ifdef __cplusplus
41049 extern "C"
41050 #endif
41051 char $ac_func ();
41052 /* The GNU C library defines this for functions which it implements
41053     to always fail with ENOSYS.  Some functions are actually named
41054     something starting with __ and the normal name is an alias.  */
41055 #if defined __stub_$ac_func || defined __stub___$ac_func
41056 choke me
41057 #endif
41058
41059 int
41060 main ()
41061 {
41062 return $ac_func ();
41063   ;
41064   return 0;
41065 }
41066 _ACEOF
41067 rm -f conftest.$ac_objext conftest$ac_exeext
41068 if { (ac_try="$ac_link"
41069 case "(($ac_try" in
41070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41071   *) ac_try_echo=$ac_try;;
41072 esac
41073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41074   (eval "$ac_link") 2>conftest.er1
41075   ac_status=$?
41076   grep -v '^ *+' conftest.er1 >conftest.err
41077   rm -f conftest.er1
41078   cat conftest.err >&5
41079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41080   (exit $ac_status); } && {
41081          test -z "$ac_c_werror_flag" ||
41082          test ! -s conftest.err
41083        } && test -s conftest$ac_exeext &&
41084        $as_test_x conftest$ac_exeext; then
41085   eval "$as_ac_var=yes"
41086 else
41087   echo "$as_me: failed program was:" >&5
41088 sed 's/^/| /' conftest.$ac_ext >&5
41089
41090         eval "$as_ac_var=no"
41091 fi
41092
41093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41094       conftest$ac_exeext conftest.$ac_ext
41095 fi
41096 ac_res=`eval echo '${'$as_ac_var'}'`
41097                { echo "$as_me:$LINENO: result: $ac_res" >&5
41098 echo "${ECHO_T}$ac_res" >&6; }
41099 if test `eval echo '${'$as_ac_var'}'` = yes; then
41100   cat >>confdefs.h <<_ACEOF
41101 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41102 _ACEOF
41103  cat >>confdefs.h <<\_ACEOF
41104 #define HAVE_INET_ATON 1
41105 _ACEOF
41106
41107 else
41108
41109                         as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
41110 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
41111 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
41112 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
41113   echo $ECHO_N "(cached) $ECHO_C" >&6
41114 else
41115   ac_check_lib_save_LIBS=$LIBS
41116 LIBS="-l$INET_LINK  $LIBS"
41117 cat >conftest.$ac_ext <<_ACEOF
41118 /* confdefs.h.  */
41119 _ACEOF
41120 cat confdefs.h >>conftest.$ac_ext
41121 cat >>conftest.$ac_ext <<_ACEOF
41122 /* end confdefs.h.  */
41123
41124 /* Override any GCC internal prototype to avoid an error.
41125    Use char because int might match the return type of a GCC
41126    builtin and then its argument prototype would still apply.  */
41127 #ifdef __cplusplus
41128 extern "C"
41129 #endif
41130 char inet_aton ();
41131 int
41132 main ()
41133 {
41134 return inet_aton ();
41135   ;
41136   return 0;
41137 }
41138 _ACEOF
41139 rm -f conftest.$ac_objext conftest$ac_exeext
41140 if { (ac_try="$ac_link"
41141 case "(($ac_try" in
41142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41143   *) ac_try_echo=$ac_try;;
41144 esac
41145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41146   (eval "$ac_link") 2>conftest.er1
41147   ac_status=$?
41148   grep -v '^ *+' conftest.er1 >conftest.err
41149   rm -f conftest.er1
41150   cat conftest.err >&5
41151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41152   (exit $ac_status); } && {
41153          test -z "$ac_c_werror_flag" ||
41154          test ! -s conftest.err
41155        } && test -s conftest$ac_exeext &&
41156        $as_test_x conftest$ac_exeext; then
41157   eval "$as_ac_Lib=yes"
41158 else
41159   echo "$as_me: failed program was:" >&5
41160 sed 's/^/| /' conftest.$ac_ext >&5
41161
41162         eval "$as_ac_Lib=no"
41163 fi
41164
41165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41166       conftest$ac_exeext conftest.$ac_ext
41167 LIBS=$ac_check_lib_save_LIBS
41168 fi
41169 ac_res=`eval echo '${'$as_ac_Lib'}'`
41170                { echo "$as_me:$LINENO: result: $ac_res" >&5
41171 echo "${ECHO_T}$ac_res" >&6; }
41172 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
41173   cat >>confdefs.h <<\_ACEOF
41174 #define HAVE_INET_ATON 1
41175 _ACEOF
41176
41177 fi
41178
41179
41180 fi
41181 done
41182
41183
41184 if test "x$INET_LINK" != "x"; then
41185     cat >>confdefs.h <<\_ACEOF
41186 #define HAVE_INET_ADDR 1
41187 _ACEOF
41188
41189     INET_LINK=" -l$INET_LINK"
41190 fi
41191
41192
41193   for wx_func in fdopen
41194   do
41195     { echo "$as_me:$LINENO: checking for $wx_func" >&5
41196 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41197 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41198   echo $ECHO_N "(cached) $ECHO_C" >&6
41199 else
41200
41201         cat >conftest.$ac_ext <<_ACEOF
41202
41203             /* confdefs.h.  */
41204 _ACEOF
41205 cat confdefs.h >>conftest.$ac_ext
41206 cat >>conftest.$ac_ext <<_ACEOF
41207 /* end confdefs.h.  */
41208
41209
41210                 $ac_includes_default
41211
41212 int
41213 main ()
41214 {
41215
41216                 #ifndef $wx_func
41217                   &$wx_func;
41218                 #endif
41219
41220
41221   ;
41222   return 0;
41223 }
41224
41225 _ACEOF
41226 rm -f conftest.$ac_objext conftest$ac_exeext
41227 if { (ac_try="$ac_link"
41228 case "(($ac_try" in
41229   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41230   *) ac_try_echo=$ac_try;;
41231 esac
41232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41233   (eval "$ac_link") 2>conftest.er1
41234   ac_status=$?
41235   grep -v '^ *+' conftest.er1 >conftest.err
41236   rm -f conftest.er1
41237   cat conftest.err >&5
41238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41239   (exit $ac_status); } && {
41240          test -z "$ac_c_werror_flag" ||
41241          test ! -s conftest.err
41242        } && test -s conftest$ac_exeext &&
41243        $as_test_x conftest$ac_exeext; then
41244   eval wx_cv_func_$wx_func=yes
41245 else
41246   echo "$as_me: failed program was:" >&5
41247 sed 's/^/| /' conftest.$ac_ext >&5
41248
41249         eval wx_cv_func_$wx_func=no
41250 fi
41251
41252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41253       conftest$ac_exeext conftest.$ac_ext
41254
41255 fi
41256 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41257                { echo "$as_me:$LINENO: result: $ac_res" >&5
41258 echo "${ECHO_T}$ac_res" >&6; }
41259
41260     if eval test \$wx_cv_func_$wx_func = yes
41261     then
41262       cat >>confdefs.h <<_ACEOF
41263 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
41264 _ACEOF
41265
41266
41267     else
41268       :
41269
41270     fi
41271   done
41272
41273
41274 if test "$wxUSE_TARSTREAM" = "yes"; then
41275
41276   for wx_func in sysconf
41277   do
41278     { echo "$as_me:$LINENO: checking for $wx_func" >&5
41279 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41280 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41281   echo $ECHO_N "(cached) $ECHO_C" >&6
41282 else
41283
41284         cat >conftest.$ac_ext <<_ACEOF
41285
41286             /* confdefs.h.  */
41287 _ACEOF
41288 cat confdefs.h >>conftest.$ac_ext
41289 cat >>conftest.$ac_ext <<_ACEOF
41290 /* end confdefs.h.  */
41291
41292
41293                 $ac_includes_default
41294
41295 int
41296 main ()
41297 {
41298
41299                 #ifndef $wx_func
41300                   &$wx_func;
41301                 #endif
41302
41303
41304   ;
41305   return 0;
41306 }
41307
41308 _ACEOF
41309 rm -f conftest.$ac_objext conftest$ac_exeext
41310 if { (ac_try="$ac_link"
41311 case "(($ac_try" in
41312   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41313   *) ac_try_echo=$ac_try;;
41314 esac
41315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41316   (eval "$ac_link") 2>conftest.er1
41317   ac_status=$?
41318   grep -v '^ *+' conftest.er1 >conftest.err
41319   rm -f conftest.er1
41320   cat conftest.err >&5
41321   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41322   (exit $ac_status); } && {
41323          test -z "$ac_c_werror_flag" ||
41324          test ! -s conftest.err
41325        } && test -s conftest$ac_exeext &&
41326        $as_test_x conftest$ac_exeext; then
41327   eval wx_cv_func_$wx_func=yes
41328 else
41329   echo "$as_me: failed program was:" >&5
41330 sed 's/^/| /' conftest.$ac_ext >&5
41331
41332         eval wx_cv_func_$wx_func=no
41333 fi
41334
41335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41336       conftest$ac_exeext conftest.$ac_ext
41337
41338 fi
41339 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41340                { echo "$as_me:$LINENO: result: $ac_res" >&5
41341 echo "${ECHO_T}$ac_res" >&6; }
41342
41343     if eval test \$wx_cv_func_$wx_func = yes
41344     then
41345       cat >>confdefs.h <<_ACEOF
41346 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
41347 _ACEOF
41348
41349
41350     else
41351       :
41352
41353     fi
41354   done
41355
41356
41357   for wx_func in getpwuid_r
41358   do
41359     { echo "$as_me:$LINENO: checking for $wx_func" >&5
41360 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41361 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41362   echo $ECHO_N "(cached) $ECHO_C" >&6
41363 else
41364
41365         cat >conftest.$ac_ext <<_ACEOF
41366
41367             /* confdefs.h.  */
41368 _ACEOF
41369 cat confdefs.h >>conftest.$ac_ext
41370 cat >>conftest.$ac_ext <<_ACEOF
41371 /* end confdefs.h.  */
41372
41373                 #define _REENTRANT
41374                                         #include <pwd.h>
41375                 $ac_includes_default
41376
41377 int
41378 main ()
41379 {
41380
41381                 #ifndef $wx_func
41382                   &$wx_func;
41383                 #endif
41384
41385
41386   ;
41387   return 0;
41388 }
41389
41390 _ACEOF
41391 rm -f conftest.$ac_objext conftest$ac_exeext
41392 if { (ac_try="$ac_link"
41393 case "(($ac_try" in
41394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41395   *) ac_try_echo=$ac_try;;
41396 esac
41397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41398   (eval "$ac_link") 2>conftest.er1
41399   ac_status=$?
41400   grep -v '^ *+' conftest.er1 >conftest.err
41401   rm -f conftest.er1
41402   cat conftest.err >&5
41403   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41404   (exit $ac_status); } && {
41405          test -z "$ac_c_werror_flag" ||
41406          test ! -s conftest.err
41407        } && test -s conftest$ac_exeext &&
41408        $as_test_x conftest$ac_exeext; then
41409   eval wx_cv_func_$wx_func=yes
41410 else
41411   echo "$as_me: failed program was:" >&5
41412 sed 's/^/| /' conftest.$ac_ext >&5
41413
41414         eval wx_cv_func_$wx_func=no
41415 fi
41416
41417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41418       conftest$ac_exeext conftest.$ac_ext
41419
41420 fi
41421 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41422                { echo "$as_me:$LINENO: result: $ac_res" >&5
41423 echo "${ECHO_T}$ac_res" >&6; }
41424
41425     if eval test \$wx_cv_func_$wx_func = yes
41426     then
41427       cat >>confdefs.h <<_ACEOF
41428 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
41429 _ACEOF
41430
41431
41432     else
41433       :
41434
41435     fi
41436   done
41437
41438
41439   for wx_func in getgrgid_r
41440   do
41441     { echo "$as_me:$LINENO: checking for $wx_func" >&5
41442 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
41443 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
41444   echo $ECHO_N "(cached) $ECHO_C" >&6
41445 else
41446
41447         cat >conftest.$ac_ext <<_ACEOF
41448
41449             /* confdefs.h.  */
41450 _ACEOF
41451 cat confdefs.h >>conftest.$ac_ext
41452 cat >>conftest.$ac_ext <<_ACEOF
41453 /* end confdefs.h.  */
41454
41455                 #define _REENTRANT
41456                                         #include <grp.h>
41457                 $ac_includes_default
41458
41459 int
41460 main ()
41461 {
41462
41463                 #ifndef $wx_func
41464                   &$wx_func;
41465                 #endif
41466
41467
41468   ;
41469   return 0;
41470 }
41471
41472 _ACEOF
41473 rm -f conftest.$ac_objext conftest$ac_exeext
41474 if { (ac_try="$ac_link"
41475 case "(($ac_try" in
41476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41477   *) ac_try_echo=$ac_try;;
41478 esac
41479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41480   (eval "$ac_link") 2>conftest.er1
41481   ac_status=$?
41482   grep -v '^ *+' conftest.er1 >conftest.err
41483   rm -f conftest.er1
41484   cat conftest.err >&5
41485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41486   (exit $ac_status); } && {
41487          test -z "$ac_c_werror_flag" ||
41488          test ! -s conftest.err
41489        } && test -s conftest$ac_exeext &&
41490        $as_test_x conftest$ac_exeext; then
41491   eval wx_cv_func_$wx_func=yes
41492 else
41493   echo "$as_me: failed program was:" >&5
41494 sed 's/^/| /' conftest.$ac_ext >&5
41495
41496         eval wx_cv_func_$wx_func=no
41497 fi
41498
41499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41500       conftest$ac_exeext conftest.$ac_ext
41501
41502 fi
41503 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
41504                { echo "$as_me:$LINENO: result: $ac_res" >&5
41505 echo "${ECHO_T}$ac_res" >&6; }
41506
41507     if eval test \$wx_cv_func_$wx_func = yes
41508     then
41509       cat >>confdefs.h <<_ACEOF
41510 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
41511 _ACEOF
41512
41513
41514     else
41515       :
41516
41517     fi
41518   done
41519
41520 fi
41521
41522 fi
41523
41524
41525
41526 cat >confcache <<\_ACEOF
41527 # This file is a shell script that caches the results of configure
41528 # tests run on this system so they can be shared between configure
41529 # scripts and configure runs, see configure's option --config-cache.
41530 # It is not useful on other systems.  If it contains results you don't
41531 # want to keep, you may remove or edit it.
41532 #
41533 # config.status only pays attention to the cache file if you give it
41534 # the --recheck option to rerun configure.
41535 #
41536 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41537 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41538 # following values.
41539
41540 _ACEOF
41541
41542 # The following way of writing the cache mishandles newlines in values,
41543 # but we know of no workaround that is simple, portable, and efficient.
41544 # So, we kill variables containing newlines.
41545 # Ultrix sh set writes to stderr and can't be redirected directly,
41546 # and sets the high bit in the cache file unless we assign to the vars.
41547 (
41548   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
41549     eval ac_val=\$$ac_var
41550     case $ac_val in #(
41551     *${as_nl}*)
41552       case $ac_var in #(
41553       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
41554 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
41555       esac
41556       case $ac_var in #(
41557       _ | IFS | as_nl) ;; #(
41558       *) $as_unset $ac_var ;;
41559       esac ;;
41560     esac
41561   done
41562
41563   (set) 2>&1 |
41564     case $as_nl`(ac_space=' '; set) 2>&1` in #(
41565     *${as_nl}ac_space=\ *)
41566       # `set' does not quote correctly, so add quotes (double-quote
41567       # substitution turns \\\\ into \\, and sed turns \\ into \).
41568       sed -n \
41569         "s/'/'\\\\''/g;
41570           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41571       ;; #(
41572     *)
41573       # `set' quotes correctly as required by POSIX, so do not add quotes.
41574       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
41575       ;;
41576     esac |
41577     sort
41578 ) |
41579   sed '
41580      /^ac_cv_env_/b end
41581      t clear
41582      :clear
41583      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41584      t end
41585      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41586      :end' >>confcache
41587 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
41588   if test -w "$cache_file"; then
41589     test "x$cache_file" != "x/dev/null" &&
41590       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
41591 echo "$as_me: updating cache $cache_file" >&6;}
41592     cat confcache >$cache_file
41593   else
41594     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
41595 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
41596   fi
41597 fi
41598 rm -f confcache
41599
41600
41601 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
41602
41603
41604     THREADS_LINK=
41605     THREADS_CFLAGS=
41606
41607     if test "$wxUSE_THREADS" = "yes" ; then
41608         if test "$USE_BEOS" = 1; then
41609             { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
41610 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
41611             wxUSE_THREADS="no"
41612         fi
41613     fi
41614
41615     if test "$wxUSE_THREADS" = "yes" ; then
41616
41617
41618                                 THREAD_OPTS="-pthread"
41619         if test "x$SUNCXX" = xyes; then
41620             THREAD_OPTS="-mt lthread $THREAD_OPTS"
41621         fi
41622
41623         case "${host}" in
41624           *-*-solaris2* | *-*-sunos4* )
41625                 if test "x$GCC" = "xyes"; then
41626                                         THREAD_OPTS="-pthreads $THREAD_OPTS"
41627                 fi
41628                 ;;
41629           *-*-freebsd*)
41630                                                 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
41631                 ;;
41632           *-*-darwin* | *-*-cygwin* )
41633                                                 THREAD_OPTS=""
41634                 ;;
41635           *-*-aix*)
41636                                 THREAD_OPTS="pthreads"
41637                 ;;
41638           *-hp-hpux* )
41639                 if test "x$GCC" = "xyes"; then
41640                                         $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
41641                         THREAD_OPTS=""
41642                 else
41643                                                             THREAD_OPTS="-mt"
41644                 fi
41645                 ;;
41646
41647           *-*-irix* )
41648                                                                 if test "x$GCC" = "xyes"; then
41649                     THREAD_OPTS=""
41650                 fi
41651                 ;;
41652
41653           *-*-*UnixWare*)
41654                                 if test "x$GCC" != "xyes"; then
41655                     THREAD_OPTS="-Ethread"
41656                 fi
41657                 ;;
41658         esac
41659
41660                                 THREAD_OPTS="$THREAD_OPTS pthread none"
41661
41662                 THREADS_OK=no
41663         for flag in $THREAD_OPTS; do
41664             case $flag in
41665                 none)
41666                     { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
41667 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
41668                     ;;
41669
41670                 -*)
41671                     { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
41672 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
41673                     THREADS_CFLAGS="$flag"
41674                     ;;
41675
41676                 *)
41677                     { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
41678 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
41679                     THREADS_LINK="-l$flag"
41680                     ;;
41681               esac
41682
41683               save_LIBS="$LIBS"
41684               save_CFLAGS="$CFLAGS"
41685               LIBS="$THREADS_LINK $LIBS"
41686               CFLAGS="$THREADS_CFLAGS $CFLAGS"
41687
41688               cat >conftest.$ac_ext <<_ACEOF
41689 /* confdefs.h.  */
41690 _ACEOF
41691 cat confdefs.h >>conftest.$ac_ext
41692 cat >>conftest.$ac_ext <<_ACEOF
41693 /* end confdefs.h.  */
41694 #include <pthread.h>
41695 int
41696 main ()
41697 {
41698 pthread_create(0,0,0,0);
41699   ;
41700   return 0;
41701 }
41702 _ACEOF
41703 rm -f conftest.$ac_objext conftest$ac_exeext
41704 if { (ac_try="$ac_link"
41705 case "(($ac_try" in
41706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41707   *) ac_try_echo=$ac_try;;
41708 esac
41709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41710   (eval "$ac_link") 2>conftest.er1
41711   ac_status=$?
41712   grep -v '^ *+' conftest.er1 >conftest.err
41713   rm -f conftest.er1
41714   cat conftest.err >&5
41715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41716   (exit $ac_status); } && {
41717          test -z "$ac_c_werror_flag" ||
41718          test ! -s conftest.err
41719        } && test -s conftest$ac_exeext &&
41720        $as_test_x conftest$ac_exeext; then
41721   THREADS_OK=yes
41722 else
41723   echo "$as_me: failed program was:" >&5
41724 sed 's/^/| /' conftest.$ac_ext >&5
41725
41726
41727 fi
41728
41729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41730       conftest$ac_exeext conftest.$ac_ext
41731
41732               LIBS="$save_LIBS"
41733               CFLAGS="$save_CFLAGS"
41734
41735               { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
41736 echo "${ECHO_T}$THREADS_OK" >&6; }
41737               if test "x$THREADS_OK" = "xyes"; then
41738                       break;
41739               fi
41740
41741               THREADS_LINK=""
41742               THREADS_CFLAGS=""
41743       done
41744
41745       if test "x$THREADS_OK" != "xyes"; then
41746           wxUSE_THREADS=no
41747           { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
41748 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
41749       else
41750                               LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
41751           LIBS="$THREADS_LINK $LIBS"
41752
41753           { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
41754 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
41755           flag=no
41756           case "${host}" in
41757             *-aix*)
41758                                                                                                                 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
41759                 flag="-D_THREAD_SAFE"
41760                 ;;
41761             *-freebsd*)
41762                 flag="-D_THREAD_SAFE"
41763                 ;;
41764             *-hp-hpux* )
41765                 flag="-D_REENTRANT"
41766                 if test "x$GCC" != "xyes"; then
41767                                         flag="$flag -D_RWSTD_MULTI_THREAD"
41768                 fi
41769                 ;;
41770             *solaris* | alpha*-osf*)
41771                 flag="-D_REENTRANT"
41772                 ;;
41773           esac
41774           { echo "$as_me:$LINENO: result: ${flag}" >&5
41775 echo "${ECHO_T}${flag}" >&6; }
41776           if test "x$flag" != xno; then
41777               THREADS_CFLAGS="$THREADS_CFLAGS $flag"
41778           fi
41779
41780                     WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
41781       fi
41782     fi
41783
41784         if test "$wxUSE_THREADS" = "yes" ; then
41785
41786 for ac_func in thr_setconcurrency
41787 do
41788 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41789 { echo "$as_me:$LINENO: checking for $ac_func" >&5
41790 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
41791 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
41792   echo $ECHO_N "(cached) $ECHO_C" >&6
41793 else
41794   cat >conftest.$ac_ext <<_ACEOF
41795 /* confdefs.h.  */
41796 _ACEOF
41797 cat confdefs.h >>conftest.$ac_ext
41798 cat >>conftest.$ac_ext <<_ACEOF
41799 /* end confdefs.h.  */
41800 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41801    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
41802 #define $ac_func innocuous_$ac_func
41803
41804 /* System header to define __stub macros and hopefully few prototypes,
41805     which can conflict with char $ac_func (); below.
41806     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41807     <limits.h> exists even on freestanding compilers.  */
41808
41809 #ifdef __STDC__
41810 # include <limits.h>
41811 #else
41812 # include <assert.h>
41813 #endif
41814
41815 #undef $ac_func
41816
41817 /* Override any GCC internal prototype to avoid an error.
41818    Use char because int might match the return type of a GCC
41819    builtin and then its argument prototype would still apply.  */
41820 #ifdef __cplusplus
41821 extern "C"
41822 #endif
41823 char $ac_func ();
41824 /* The GNU C library defines this for functions which it implements
41825     to always fail with ENOSYS.  Some functions are actually named
41826     something starting with __ and the normal name is an alias.  */
41827 #if defined __stub_$ac_func || defined __stub___$ac_func
41828 choke me
41829 #endif
41830
41831 int
41832 main ()
41833 {
41834 return $ac_func ();
41835   ;
41836   return 0;
41837 }
41838 _ACEOF
41839 rm -f conftest.$ac_objext conftest$ac_exeext
41840 if { (ac_try="$ac_link"
41841 case "(($ac_try" in
41842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41843   *) ac_try_echo=$ac_try;;
41844 esac
41845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41846   (eval "$ac_link") 2>conftest.er1
41847   ac_status=$?
41848   grep -v '^ *+' conftest.er1 >conftest.err
41849   rm -f conftest.er1
41850   cat conftest.err >&5
41851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41852   (exit $ac_status); } && {
41853          test -z "$ac_c_werror_flag" ||
41854          test ! -s conftest.err
41855        } && test -s conftest$ac_exeext &&
41856        $as_test_x conftest$ac_exeext; then
41857   eval "$as_ac_var=yes"
41858 else
41859   echo "$as_me: failed program was:" >&5
41860 sed 's/^/| /' conftest.$ac_ext >&5
41861
41862         eval "$as_ac_var=no"
41863 fi
41864
41865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41866       conftest$ac_exeext conftest.$ac_ext
41867 fi
41868 ac_res=`eval echo '${'$as_ac_var'}'`
41869                { echo "$as_me:$LINENO: result: $ac_res" >&5
41870 echo "${ECHO_T}$ac_res" >&6; }
41871 if test `eval echo '${'$as_ac_var'}'` = yes; then
41872   cat >>confdefs.h <<_ACEOF
41873 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41874 _ACEOF
41875
41876 fi
41877 done
41878
41879
41880                   { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
41881 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
41882 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
41883   echo $ECHO_N "(cached) $ECHO_C" >&6
41884 else
41885
41886                                 ac_ext=cpp
41887 ac_cpp='$CXXCPP $CPPFLAGS'
41888 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41889 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41890 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41891
41892         cat >conftest.$ac_ext <<_ACEOF
41893 /* confdefs.h.  */
41894 _ACEOF
41895 cat confdefs.h >>conftest.$ac_ext
41896 cat >>conftest.$ac_ext <<_ACEOF
41897 /* end confdefs.h.  */
41898 #include <pthread.h>
41899                void ThreadCleanupFunc(void *p);
41900
41901 int
41902 main ()
41903 {
41904
41905                 void *p;
41906                 pthread_cleanup_push(ThreadCleanupFunc, p);
41907                 pthread_cleanup_pop(0);
41908
41909   ;
41910   return 0;
41911 }
41912 _ACEOF
41913 rm -f conftest.$ac_objext
41914 if { (ac_try="$ac_compile"
41915 case "(($ac_try" in
41916   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41917   *) ac_try_echo=$ac_try;;
41918 esac
41919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41920   (eval "$ac_compile") 2>conftest.er1
41921   ac_status=$?
41922   grep -v '^ *+' conftest.er1 >conftest.err
41923   rm -f conftest.er1
41924   cat conftest.err >&5
41925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41926   (exit $ac_status); } && {
41927          test -z "$ac_cxx_werror_flag" ||
41928          test ! -s conftest.err
41929        } && test -s conftest.$ac_objext; then
41930
41931                wx_cv_func_pthread_cleanup=yes
41932
41933 else
41934   echo "$as_me: failed program was:" >&5
41935 sed 's/^/| /' conftest.$ac_ext >&5
41936
41937
41938                wx_cv_func_pthread_cleanup=no
41939
41940
41941 fi
41942
41943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41944         ac_ext=c
41945 ac_cpp='$CPP $CPPFLAGS'
41946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
41949
41950
41951 fi
41952 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
41953 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
41954       if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
41955         cat >>confdefs.h <<\_ACEOF
41956 #define wxHAVE_PTHREAD_CLEANUP 1
41957 _ACEOF
41958
41959       fi
41960
41961
41962 for ac_header in sched.h
41963 do
41964 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
41965 { echo "$as_me:$LINENO: checking for $ac_header" >&5
41966 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
41967 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
41968   echo $ECHO_N "(cached) $ECHO_C" >&6
41969 else
41970   cat >conftest.$ac_ext <<_ACEOF
41971 /* confdefs.h.  */
41972 _ACEOF
41973 cat confdefs.h >>conftest.$ac_ext
41974 cat >>conftest.$ac_ext <<_ACEOF
41975 /* end confdefs.h.  */
41976 $ac_includes_default
41977
41978 #include <$ac_header>
41979 _ACEOF
41980 rm -f conftest.$ac_objext
41981 if { (ac_try="$ac_compile"
41982 case "(($ac_try" in
41983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41984   *) ac_try_echo=$ac_try;;
41985 esac
41986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41987   (eval "$ac_compile") 2>conftest.er1
41988   ac_status=$?
41989   grep -v '^ *+' conftest.er1 >conftest.err
41990   rm -f conftest.er1
41991   cat conftest.err >&5
41992   echo "$as_me:$LINENO: \$? = $ac_status" >&5
41993   (exit $ac_status); } && {
41994          test -z "$ac_c_werror_flag" ||
41995          test ! -s conftest.err
41996        } && test -s conftest.$ac_objext; then
41997   eval "$as_ac_Header=yes"
41998 else
41999   echo "$as_me: failed program was:" >&5
42000 sed 's/^/| /' conftest.$ac_ext >&5
42001
42002         eval "$as_ac_Header=no"
42003 fi
42004
42005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42006 fi
42007 ac_res=`eval echo '${'$as_ac_Header'}'`
42008                { echo "$as_me:$LINENO: result: $ac_res" >&5
42009 echo "${ECHO_T}$ac_res" >&6; }
42010 if test `eval echo '${'$as_ac_Header'}'` = yes; then
42011   cat >>confdefs.h <<_ACEOF
42012 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
42013 _ACEOF
42014
42015 fi
42016
42017 done
42018
42019       if test "$ac_cv_header_sched_h" = "yes"; then
42020           { echo "$as_me:$LINENO: checking for sched_yield" >&5
42021 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
42022 if test "${ac_cv_func_sched_yield+set}" = set; then
42023   echo $ECHO_N "(cached) $ECHO_C" >&6
42024 else
42025   cat >conftest.$ac_ext <<_ACEOF
42026 /* confdefs.h.  */
42027 _ACEOF
42028 cat confdefs.h >>conftest.$ac_ext
42029 cat >>conftest.$ac_ext <<_ACEOF
42030 /* end confdefs.h.  */
42031 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
42032    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42033 #define sched_yield innocuous_sched_yield
42034
42035 /* System header to define __stub macros and hopefully few prototypes,
42036     which can conflict with char sched_yield (); below.
42037     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42038     <limits.h> exists even on freestanding compilers.  */
42039
42040 #ifdef __STDC__
42041 # include <limits.h>
42042 #else
42043 # include <assert.h>
42044 #endif
42045
42046 #undef sched_yield
42047
42048 /* Override any GCC internal prototype to avoid an error.
42049    Use char because int might match the return type of a GCC
42050    builtin and then its argument prototype would still apply.  */
42051 #ifdef __cplusplus
42052 extern "C"
42053 #endif
42054 char sched_yield ();
42055 /* The GNU C library defines this for functions which it implements
42056     to always fail with ENOSYS.  Some functions are actually named
42057     something starting with __ and the normal name is an alias.  */
42058 #if defined __stub_sched_yield || defined __stub___sched_yield
42059 choke me
42060 #endif
42061
42062 int
42063 main ()
42064 {
42065 return sched_yield ();
42066   ;
42067   return 0;
42068 }
42069 _ACEOF
42070 rm -f conftest.$ac_objext conftest$ac_exeext
42071 if { (ac_try="$ac_link"
42072 case "(($ac_try" in
42073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42074   *) ac_try_echo=$ac_try;;
42075 esac
42076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42077   (eval "$ac_link") 2>conftest.er1
42078   ac_status=$?
42079   grep -v '^ *+' conftest.er1 >conftest.err
42080   rm -f conftest.er1
42081   cat conftest.err >&5
42082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42083   (exit $ac_status); } && {
42084          test -z "$ac_c_werror_flag" ||
42085          test ! -s conftest.err
42086        } && test -s conftest$ac_exeext &&
42087        $as_test_x conftest$ac_exeext; then
42088   ac_cv_func_sched_yield=yes
42089 else
42090   echo "$as_me: failed program was:" >&5
42091 sed 's/^/| /' conftest.$ac_ext >&5
42092
42093         ac_cv_func_sched_yield=no
42094 fi
42095
42096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42097       conftest$ac_exeext conftest.$ac_ext
42098 fi
42099 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
42100 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
42101 if test $ac_cv_func_sched_yield = yes; then
42102   cat >>confdefs.h <<\_ACEOF
42103 #define HAVE_SCHED_YIELD 1
42104 _ACEOF
42105
42106 else
42107
42108                 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
42109 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
42110 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
42111   echo $ECHO_N "(cached) $ECHO_C" >&6
42112 else
42113   ac_check_lib_save_LIBS=$LIBS
42114 LIBS="-lposix4  $LIBS"
42115 cat >conftest.$ac_ext <<_ACEOF
42116 /* confdefs.h.  */
42117 _ACEOF
42118 cat confdefs.h >>conftest.$ac_ext
42119 cat >>conftest.$ac_ext <<_ACEOF
42120 /* end confdefs.h.  */
42121
42122 /* Override any GCC internal prototype to avoid an error.
42123    Use char because int might match the return type of a GCC
42124    builtin and then its argument prototype would still apply.  */
42125 #ifdef __cplusplus
42126 extern "C"
42127 #endif
42128 char sched_yield ();
42129 int
42130 main ()
42131 {
42132 return sched_yield ();
42133   ;
42134   return 0;
42135 }
42136 _ACEOF
42137 rm -f conftest.$ac_objext conftest$ac_exeext
42138 if { (ac_try="$ac_link"
42139 case "(($ac_try" in
42140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42141   *) ac_try_echo=$ac_try;;
42142 esac
42143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42144   (eval "$ac_link") 2>conftest.er1
42145   ac_status=$?
42146   grep -v '^ *+' conftest.er1 >conftest.err
42147   rm -f conftest.er1
42148   cat conftest.err >&5
42149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42150   (exit $ac_status); } && {
42151          test -z "$ac_c_werror_flag" ||
42152          test ! -s conftest.err
42153        } && test -s conftest$ac_exeext &&
42154        $as_test_x conftest$ac_exeext; then
42155   ac_cv_lib_posix4_sched_yield=yes
42156 else
42157   echo "$as_me: failed program was:" >&5
42158 sed 's/^/| /' conftest.$ac_ext >&5
42159
42160         ac_cv_lib_posix4_sched_yield=no
42161 fi
42162
42163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42164       conftest$ac_exeext conftest.$ac_ext
42165 LIBS=$ac_check_lib_save_LIBS
42166 fi
42167 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
42168 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
42169 if test $ac_cv_lib_posix4_sched_yield = yes; then
42170   cat >>confdefs.h <<\_ACEOF
42171 #define HAVE_SCHED_YIELD 1
42172 _ACEOF
42173  POSIX4_LINK=" -lposix4"
42174 else
42175   { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
42176 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
42177
42178 fi
42179
42180
42181
42182 fi
42183
42184       fi
42185
42186                                           HAVE_PRIOR_FUNCS=0
42187       { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
42188 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
42189 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
42190   echo $ECHO_N "(cached) $ECHO_C" >&6
42191 else
42192   cat >conftest.$ac_ext <<_ACEOF
42193 /* confdefs.h.  */
42194 _ACEOF
42195 cat confdefs.h >>conftest.$ac_ext
42196 cat >>conftest.$ac_ext <<_ACEOF
42197 /* end confdefs.h.  */
42198 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
42199    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42200 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
42201
42202 /* System header to define __stub macros and hopefully few prototypes,
42203     which can conflict with char pthread_attr_getschedpolicy (); below.
42204     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42205     <limits.h> exists even on freestanding compilers.  */
42206
42207 #ifdef __STDC__
42208 # include <limits.h>
42209 #else
42210 # include <assert.h>
42211 #endif
42212
42213 #undef pthread_attr_getschedpolicy
42214
42215 /* Override any GCC internal prototype to avoid an error.
42216    Use char because int might match the return type of a GCC
42217    builtin and then its argument prototype would still apply.  */
42218 #ifdef __cplusplus
42219 extern "C"
42220 #endif
42221 char pthread_attr_getschedpolicy ();
42222 /* The GNU C library defines this for functions which it implements
42223     to always fail with ENOSYS.  Some functions are actually named
42224     something starting with __ and the normal name is an alias.  */
42225 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
42226 choke me
42227 #endif
42228
42229 int
42230 main ()
42231 {
42232 return pthread_attr_getschedpolicy ();
42233   ;
42234   return 0;
42235 }
42236 _ACEOF
42237 rm -f conftest.$ac_objext conftest$ac_exeext
42238 if { (ac_try="$ac_link"
42239 case "(($ac_try" in
42240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42241   *) ac_try_echo=$ac_try;;
42242 esac
42243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42244   (eval "$ac_link") 2>conftest.er1
42245   ac_status=$?
42246   grep -v '^ *+' conftest.er1 >conftest.err
42247   rm -f conftest.er1
42248   cat conftest.err >&5
42249   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42250   (exit $ac_status); } && {
42251          test -z "$ac_c_werror_flag" ||
42252          test ! -s conftest.err
42253        } && test -s conftest$ac_exeext &&
42254        $as_test_x conftest$ac_exeext; then
42255   ac_cv_func_pthread_attr_getschedpolicy=yes
42256 else
42257   echo "$as_me: failed program was:" >&5
42258 sed 's/^/| /' conftest.$ac_ext >&5
42259
42260         ac_cv_func_pthread_attr_getschedpolicy=no
42261 fi
42262
42263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42264       conftest$ac_exeext conftest.$ac_ext
42265 fi
42266 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
42267 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
42268 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
42269   { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
42270 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
42271 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
42272   echo $ECHO_N "(cached) $ECHO_C" >&6
42273 else
42274   cat >conftest.$ac_ext <<_ACEOF
42275 /* confdefs.h.  */
42276 _ACEOF
42277 cat confdefs.h >>conftest.$ac_ext
42278 cat >>conftest.$ac_ext <<_ACEOF
42279 /* end confdefs.h.  */
42280 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
42281    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42282 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
42283
42284 /* System header to define __stub macros and hopefully few prototypes,
42285     which can conflict with char pthread_attr_setschedparam (); below.
42286     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42287     <limits.h> exists even on freestanding compilers.  */
42288
42289 #ifdef __STDC__
42290 # include <limits.h>
42291 #else
42292 # include <assert.h>
42293 #endif
42294
42295 #undef pthread_attr_setschedparam
42296
42297 /* Override any GCC internal prototype to avoid an error.
42298    Use char because int might match the return type of a GCC
42299    builtin and then its argument prototype would still apply.  */
42300 #ifdef __cplusplus
42301 extern "C"
42302 #endif
42303 char pthread_attr_setschedparam ();
42304 /* The GNU C library defines this for functions which it implements
42305     to always fail with ENOSYS.  Some functions are actually named
42306     something starting with __ and the normal name is an alias.  */
42307 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
42308 choke me
42309 #endif
42310
42311 int
42312 main ()
42313 {
42314 return pthread_attr_setschedparam ();
42315   ;
42316   return 0;
42317 }
42318 _ACEOF
42319 rm -f conftest.$ac_objext conftest$ac_exeext
42320 if { (ac_try="$ac_link"
42321 case "(($ac_try" in
42322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42323   *) ac_try_echo=$ac_try;;
42324 esac
42325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42326   (eval "$ac_link") 2>conftest.er1
42327   ac_status=$?
42328   grep -v '^ *+' conftest.er1 >conftest.err
42329   rm -f conftest.er1
42330   cat conftest.err >&5
42331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42332   (exit $ac_status); } && {
42333          test -z "$ac_c_werror_flag" ||
42334          test ! -s conftest.err
42335        } && test -s conftest$ac_exeext &&
42336        $as_test_x conftest$ac_exeext; then
42337   ac_cv_func_pthread_attr_setschedparam=yes
42338 else
42339   echo "$as_me: failed program was:" >&5
42340 sed 's/^/| /' conftest.$ac_ext >&5
42341
42342         ac_cv_func_pthread_attr_setschedparam=no
42343 fi
42344
42345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42346       conftest$ac_exeext conftest.$ac_ext
42347 fi
42348 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
42349 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
42350 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
42351   { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
42352 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
42353 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
42354   echo $ECHO_N "(cached) $ECHO_C" >&6
42355 else
42356   cat >conftest.$ac_ext <<_ACEOF
42357 /* confdefs.h.  */
42358 _ACEOF
42359 cat confdefs.h >>conftest.$ac_ext
42360 cat >>conftest.$ac_ext <<_ACEOF
42361 /* end confdefs.h.  */
42362 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
42363    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42364 #define sched_get_priority_max innocuous_sched_get_priority_max
42365
42366 /* System header to define __stub macros and hopefully few prototypes,
42367     which can conflict with char sched_get_priority_max (); below.
42368     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42369     <limits.h> exists even on freestanding compilers.  */
42370
42371 #ifdef __STDC__
42372 # include <limits.h>
42373 #else
42374 # include <assert.h>
42375 #endif
42376
42377 #undef sched_get_priority_max
42378
42379 /* Override any GCC internal prototype to avoid an error.
42380    Use char because int might match the return type of a GCC
42381    builtin and then its argument prototype would still apply.  */
42382 #ifdef __cplusplus
42383 extern "C"
42384 #endif
42385 char sched_get_priority_max ();
42386 /* The GNU C library defines this for functions which it implements
42387     to always fail with ENOSYS.  Some functions are actually named
42388     something starting with __ and the normal name is an alias.  */
42389 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
42390 choke me
42391 #endif
42392
42393 int
42394 main ()
42395 {
42396 return sched_get_priority_max ();
42397   ;
42398   return 0;
42399 }
42400 _ACEOF
42401 rm -f conftest.$ac_objext conftest$ac_exeext
42402 if { (ac_try="$ac_link"
42403 case "(($ac_try" in
42404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42405   *) ac_try_echo=$ac_try;;
42406 esac
42407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42408   (eval "$ac_link") 2>conftest.er1
42409   ac_status=$?
42410   grep -v '^ *+' conftest.er1 >conftest.err
42411   rm -f conftest.er1
42412   cat conftest.err >&5
42413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42414   (exit $ac_status); } && {
42415          test -z "$ac_c_werror_flag" ||
42416          test ! -s conftest.err
42417        } && test -s conftest$ac_exeext &&
42418        $as_test_x conftest$ac_exeext; then
42419   ac_cv_func_sched_get_priority_max=yes
42420 else
42421   echo "$as_me: failed program was:" >&5
42422 sed 's/^/| /' conftest.$ac_ext >&5
42423
42424         ac_cv_func_sched_get_priority_max=no
42425 fi
42426
42427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42428       conftest$ac_exeext conftest.$ac_ext
42429 fi
42430 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
42431 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
42432 if test $ac_cv_func_sched_get_priority_max = yes; then
42433   HAVE_PRIOR_FUNCS=1
42434 else
42435   { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
42436 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
42437 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
42438   echo $ECHO_N "(cached) $ECHO_C" >&6
42439 else
42440   ac_check_lib_save_LIBS=$LIBS
42441 LIBS="-lposix4  $LIBS"
42442 cat >conftest.$ac_ext <<_ACEOF
42443 /* confdefs.h.  */
42444 _ACEOF
42445 cat confdefs.h >>conftest.$ac_ext
42446 cat >>conftest.$ac_ext <<_ACEOF
42447 /* end confdefs.h.  */
42448
42449 /* Override any GCC internal prototype to avoid an error.
42450    Use char because int might match the return type of a GCC
42451    builtin and then its argument prototype would still apply.  */
42452 #ifdef __cplusplus
42453 extern "C"
42454 #endif
42455 char sched_get_priority_max ();
42456 int
42457 main ()
42458 {
42459 return sched_get_priority_max ();
42460   ;
42461   return 0;
42462 }
42463 _ACEOF
42464 rm -f conftest.$ac_objext conftest$ac_exeext
42465 if { (ac_try="$ac_link"
42466 case "(($ac_try" in
42467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42468   *) ac_try_echo=$ac_try;;
42469 esac
42470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42471   (eval "$ac_link") 2>conftest.er1
42472   ac_status=$?
42473   grep -v '^ *+' conftest.er1 >conftest.err
42474   rm -f conftest.er1
42475   cat conftest.err >&5
42476   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42477   (exit $ac_status); } && {
42478          test -z "$ac_c_werror_flag" ||
42479          test ! -s conftest.err
42480        } && test -s conftest$ac_exeext &&
42481        $as_test_x conftest$ac_exeext; then
42482   ac_cv_lib_posix4_sched_get_priority_max=yes
42483 else
42484   echo "$as_me: failed program was:" >&5
42485 sed 's/^/| /' conftest.$ac_ext >&5
42486
42487         ac_cv_lib_posix4_sched_get_priority_max=no
42488 fi
42489
42490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42491       conftest$ac_exeext conftest.$ac_ext
42492 LIBS=$ac_check_lib_save_LIBS
42493 fi
42494 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
42495 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
42496 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
42497
42498                                 HAVE_PRIOR_FUNCS=1
42499                                 POSIX4_LINK=" -lposix4"
42500
42501 fi
42502
42503
42504 fi
42505
42506
42507 fi
42508
42509
42510 fi
42511
42512
42513       if test "$HAVE_PRIOR_FUNCS" = 1; then
42514         cat >>confdefs.h <<\_ACEOF
42515 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
42516 _ACEOF
42517
42518       else
42519         { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
42520 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
42521       fi
42522
42523       { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
42524 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
42525 if test "${ac_cv_func_pthread_cancel+set}" = set; then
42526   echo $ECHO_N "(cached) $ECHO_C" >&6
42527 else
42528   cat >conftest.$ac_ext <<_ACEOF
42529 /* confdefs.h.  */
42530 _ACEOF
42531 cat confdefs.h >>conftest.$ac_ext
42532 cat >>conftest.$ac_ext <<_ACEOF
42533 /* end confdefs.h.  */
42534 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
42535    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42536 #define pthread_cancel innocuous_pthread_cancel
42537
42538 /* System header to define __stub macros and hopefully few prototypes,
42539     which can conflict with char pthread_cancel (); below.
42540     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42541     <limits.h> exists even on freestanding compilers.  */
42542
42543 #ifdef __STDC__
42544 # include <limits.h>
42545 #else
42546 # include <assert.h>
42547 #endif
42548
42549 #undef pthread_cancel
42550
42551 /* Override any GCC internal prototype to avoid an error.
42552    Use char because int might match the return type of a GCC
42553    builtin and then its argument prototype would still apply.  */
42554 #ifdef __cplusplus
42555 extern "C"
42556 #endif
42557 char pthread_cancel ();
42558 /* The GNU C library defines this for functions which it implements
42559     to always fail with ENOSYS.  Some functions are actually named
42560     something starting with __ and the normal name is an alias.  */
42561 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
42562 choke me
42563 #endif
42564
42565 int
42566 main ()
42567 {
42568 return pthread_cancel ();
42569   ;
42570   return 0;
42571 }
42572 _ACEOF
42573 rm -f conftest.$ac_objext conftest$ac_exeext
42574 if { (ac_try="$ac_link"
42575 case "(($ac_try" in
42576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42577   *) ac_try_echo=$ac_try;;
42578 esac
42579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42580   (eval "$ac_link") 2>conftest.er1
42581   ac_status=$?
42582   grep -v '^ *+' conftest.er1 >conftest.err
42583   rm -f conftest.er1
42584   cat conftest.err >&5
42585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42586   (exit $ac_status); } && {
42587          test -z "$ac_c_werror_flag" ||
42588          test ! -s conftest.err
42589        } && test -s conftest$ac_exeext &&
42590        $as_test_x conftest$ac_exeext; then
42591   ac_cv_func_pthread_cancel=yes
42592 else
42593   echo "$as_me: failed program was:" >&5
42594 sed 's/^/| /' conftest.$ac_ext >&5
42595
42596         ac_cv_func_pthread_cancel=no
42597 fi
42598
42599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42600       conftest$ac_exeext conftest.$ac_ext
42601 fi
42602 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
42603 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
42604 if test $ac_cv_func_pthread_cancel = yes; then
42605   cat >>confdefs.h <<\_ACEOF
42606 #define HAVE_PTHREAD_CANCEL 1
42607 _ACEOF
42608
42609 else
42610   { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
42611 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
42612 fi
42613
42614
42615       { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
42616 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
42617 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
42618   echo $ECHO_N "(cached) $ECHO_C" >&6
42619 else
42620   cat >conftest.$ac_ext <<_ACEOF
42621 /* confdefs.h.  */
42622 _ACEOF
42623 cat confdefs.h >>conftest.$ac_ext
42624 cat >>conftest.$ac_ext <<_ACEOF
42625 /* end confdefs.h.  */
42626 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
42627    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42628 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
42629
42630 /* System header to define __stub macros and hopefully few prototypes,
42631     which can conflict with char pthread_mutex_timedlock (); below.
42632     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42633     <limits.h> exists even on freestanding compilers.  */
42634
42635 #ifdef __STDC__
42636 # include <limits.h>
42637 #else
42638 # include <assert.h>
42639 #endif
42640
42641 #undef pthread_mutex_timedlock
42642
42643 /* Override any GCC internal prototype to avoid an error.
42644    Use char because int might match the return type of a GCC
42645    builtin and then its argument prototype would still apply.  */
42646 #ifdef __cplusplus
42647 extern "C"
42648 #endif
42649 char pthread_mutex_timedlock ();
42650 /* The GNU C library defines this for functions which it implements
42651     to always fail with ENOSYS.  Some functions are actually named
42652     something starting with __ and the normal name is an alias.  */
42653 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
42654 choke me
42655 #endif
42656
42657 int
42658 main ()
42659 {
42660 return pthread_mutex_timedlock ();
42661   ;
42662   return 0;
42663 }
42664 _ACEOF
42665 rm -f conftest.$ac_objext conftest$ac_exeext
42666 if { (ac_try="$ac_link"
42667 case "(($ac_try" in
42668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42669   *) ac_try_echo=$ac_try;;
42670 esac
42671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42672   (eval "$ac_link") 2>conftest.er1
42673   ac_status=$?
42674   grep -v '^ *+' conftest.er1 >conftest.err
42675   rm -f conftest.er1
42676   cat conftest.err >&5
42677   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42678   (exit $ac_status); } && {
42679          test -z "$ac_c_werror_flag" ||
42680          test ! -s conftest.err
42681        } && test -s conftest$ac_exeext &&
42682        $as_test_x conftest$ac_exeext; then
42683   ac_cv_func_pthread_mutex_timedlock=yes
42684 else
42685   echo "$as_me: failed program was:" >&5
42686 sed 's/^/| /' conftest.$ac_ext >&5
42687
42688         ac_cv_func_pthread_mutex_timedlock=no
42689 fi
42690
42691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42692       conftest$ac_exeext conftest.$ac_ext
42693 fi
42694 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
42695 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
42696 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
42697   cat >>confdefs.h <<\_ACEOF
42698 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
42699 _ACEOF
42700
42701 else
42702   { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
42703 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
42704 fi
42705
42706
42707       { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
42708 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
42709 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
42710   echo $ECHO_N "(cached) $ECHO_C" >&6
42711 else
42712   cat >conftest.$ac_ext <<_ACEOF
42713 /* confdefs.h.  */
42714 _ACEOF
42715 cat confdefs.h >>conftest.$ac_ext
42716 cat >>conftest.$ac_ext <<_ACEOF
42717 /* end confdefs.h.  */
42718 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
42719    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
42720 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
42721
42722 /* System header to define __stub macros and hopefully few prototypes,
42723     which can conflict with char pthread_attr_setstacksize (); below.
42724     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42725     <limits.h> exists even on freestanding compilers.  */
42726
42727 #ifdef __STDC__
42728 # include <limits.h>
42729 #else
42730 # include <assert.h>
42731 #endif
42732
42733 #undef pthread_attr_setstacksize
42734
42735 /* Override any GCC internal prototype to avoid an error.
42736    Use char because int might match the return type of a GCC
42737    builtin and then its argument prototype would still apply.  */
42738 #ifdef __cplusplus
42739 extern "C"
42740 #endif
42741 char pthread_attr_setstacksize ();
42742 /* The GNU C library defines this for functions which it implements
42743     to always fail with ENOSYS.  Some functions are actually named
42744     something starting with __ and the normal name is an alias.  */
42745 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
42746 choke me
42747 #endif
42748
42749 int
42750 main ()
42751 {
42752 return pthread_attr_setstacksize ();
42753   ;
42754   return 0;
42755 }
42756 _ACEOF
42757 rm -f conftest.$ac_objext conftest$ac_exeext
42758 if { (ac_try="$ac_link"
42759 case "(($ac_try" in
42760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42761   *) ac_try_echo=$ac_try;;
42762 esac
42763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42764   (eval "$ac_link") 2>conftest.er1
42765   ac_status=$?
42766   grep -v '^ *+' conftest.er1 >conftest.err
42767   rm -f conftest.er1
42768   cat conftest.err >&5
42769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42770   (exit $ac_status); } && {
42771          test -z "$ac_c_werror_flag" ||
42772          test ! -s conftest.err
42773        } && test -s conftest$ac_exeext &&
42774        $as_test_x conftest$ac_exeext; then
42775   ac_cv_func_pthread_attr_setstacksize=yes
42776 else
42777   echo "$as_me: failed program was:" >&5
42778 sed 's/^/| /' conftest.$ac_ext >&5
42779
42780         ac_cv_func_pthread_attr_setstacksize=no
42781 fi
42782
42783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42784       conftest$ac_exeext conftest.$ac_ext
42785 fi
42786 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
42787 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
42788 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
42789   cat >>confdefs.h <<\_ACEOF
42790 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
42791 _ACEOF
42792
42793 fi
42794
42795
42796
42797       { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
42798 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
42799 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
42800   echo $ECHO_N "(cached) $ECHO_C" >&6
42801 else
42802
42803         cat >conftest.$ac_ext <<_ACEOF
42804 /* confdefs.h.  */
42805 _ACEOF
42806 cat confdefs.h >>conftest.$ac_ext
42807 cat >>conftest.$ac_ext <<_ACEOF
42808 /* end confdefs.h.  */
42809 #include <pthread.h>
42810 int
42811 main ()
42812 {
42813
42814                pthread_mutexattr_t attr;
42815                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
42816
42817   ;
42818   return 0;
42819 }
42820 _ACEOF
42821 rm -f conftest.$ac_objext
42822 if { (ac_try="$ac_compile"
42823 case "(($ac_try" in
42824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42825   *) ac_try_echo=$ac_try;;
42826 esac
42827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42828   (eval "$ac_compile") 2>conftest.er1
42829   ac_status=$?
42830   grep -v '^ *+' conftest.er1 >conftest.err
42831   rm -f conftest.er1
42832   cat conftest.err >&5
42833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42834   (exit $ac_status); } && {
42835          test -z "$ac_c_werror_flag" ||
42836          test ! -s conftest.err
42837        } && test -s conftest.$ac_objext; then
42838   wx_cv_type_pthread_mutexattr_t=yes
42839 else
42840   echo "$as_me: failed program was:" >&5
42841 sed 's/^/| /' conftest.$ac_ext >&5
42842
42843         wx_cv_type_pthread_mutexattr_t=no
42844
42845 fi
42846
42847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42848
42849 fi
42850 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
42851 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
42852
42853       if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
42854         cat >>confdefs.h <<\_ACEOF
42855 #define HAVE_PTHREAD_MUTEXATTR_T 1
42856 _ACEOF
42857
42858
42859                         { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
42860 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
42861 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
42862   echo $ECHO_N "(cached) $ECHO_C" >&6
42863 else
42864
42865                        cat >conftest.$ac_ext <<_ACEOF
42866 /* confdefs.h.  */
42867 _ACEOF
42868 cat confdefs.h >>conftest.$ac_ext
42869 cat >>conftest.$ac_ext <<_ACEOF
42870 /* end confdefs.h.  */
42871 #include <pthread.h>
42872 int
42873 main ()
42874 {
42875
42876                                pthread_mutexattr_t attr;
42877                                pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
42878
42879   ;
42880   return 0;
42881 }
42882 _ACEOF
42883 rm -f conftest.$ac_objext
42884 if { (ac_try="$ac_compile"
42885 case "(($ac_try" in
42886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42887   *) ac_try_echo=$ac_try;;
42888 esac
42889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42890   (eval "$ac_compile") 2>conftest.er1
42891   ac_status=$?
42892   grep -v '^ *+' conftest.er1 >conftest.err
42893   rm -f conftest.er1
42894   cat conftest.err >&5
42895   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42896   (exit $ac_status); } && {
42897          test -z "$ac_c_werror_flag" ||
42898          test ! -s conftest.err
42899        } && test -s conftest.$ac_objext; then
42900   wx_cv_func_pthread_mutexattr_settype_decl=yes
42901 else
42902   echo "$as_me: failed program was:" >&5
42903 sed 's/^/| /' conftest.$ac_ext >&5
42904
42905         wx_cv_func_pthread_mutexattr_settype_decl=no
42906
42907 fi
42908
42909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42910
42911 fi
42912 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
42913 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
42914         if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
42915             cat >>confdefs.h <<\_ACEOF
42916 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
42917 _ACEOF
42918
42919         fi
42920       else
42921                 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
42922 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
42923 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
42924   echo $ECHO_N "(cached) $ECHO_C" >&6
42925 else
42926
42927             cat >conftest.$ac_ext <<_ACEOF
42928 /* confdefs.h.  */
42929 _ACEOF
42930 cat confdefs.h >>conftest.$ac_ext
42931 cat >>conftest.$ac_ext <<_ACEOF
42932 /* end confdefs.h.  */
42933 #include <pthread.h>
42934 int
42935 main ()
42936 {
42937
42938                     pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
42939
42940   ;
42941   return 0;
42942 }
42943 _ACEOF
42944 rm -f conftest.$ac_objext
42945 if { (ac_try="$ac_compile"
42946 case "(($ac_try" in
42947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42948   *) ac_try_echo=$ac_try;;
42949 esac
42950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42951   (eval "$ac_compile") 2>conftest.er1
42952   ac_status=$?
42953   grep -v '^ *+' conftest.er1 >conftest.err
42954   rm -f conftest.er1
42955   cat conftest.err >&5
42956   echo "$as_me:$LINENO: \$? = $ac_status" >&5
42957   (exit $ac_status); } && {
42958          test -z "$ac_c_werror_flag" ||
42959          test ! -s conftest.err
42960        } && test -s conftest.$ac_objext; then
42961
42962                     wx_cv_type_pthread_rec_mutex_init=yes
42963
42964 else
42965   echo "$as_me: failed program was:" >&5
42966 sed 's/^/| /' conftest.$ac_ext >&5
42967
42968
42969                     wx_cv_type_pthread_rec_mutex_init=no
42970
42971
42972 fi
42973
42974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42975
42976 fi
42977 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
42978 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
42979         if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
42980           cat >>confdefs.h <<\_ACEOF
42981 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
42982 _ACEOF
42983
42984         else
42985                     { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
42986 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
42987         fi
42988       fi
42989     fi
42990
42991 else
42992     if test "$wxUSE_THREADS" = "yes" ; then
42993       case "${host}" in
42994         *-*-mingw32* )
42995                         { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
42996 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
42997 if test "${wx_cv_cflags_mthread+set}" = set; then
42998   echo $ECHO_N "(cached) $ECHO_C" >&6
42999 else
43000
43001                     CFLAGS_OLD="$CFLAGS"
43002                     CFLAGS="-mthreads $CFLAGS"
43003                     cat >conftest.$ac_ext <<_ACEOF
43004 /* confdefs.h.  */
43005 _ACEOF
43006 cat confdefs.h >>conftest.$ac_ext
43007 cat >>conftest.$ac_ext <<_ACEOF
43008 /* end confdefs.h.  */
43009
43010 int
43011 main ()
43012 {
43013
43014   ;
43015   return 0;
43016 }
43017 _ACEOF
43018 rm -f conftest.$ac_objext
43019 if { (ac_try="$ac_compile"
43020 case "(($ac_try" in
43021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43022   *) ac_try_echo=$ac_try;;
43023 esac
43024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43025   (eval "$ac_compile") 2>conftest.er1
43026   ac_status=$?
43027   grep -v '^ *+' conftest.er1 >conftest.err
43028   rm -f conftest.er1
43029   cat conftest.err >&5
43030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43031   (exit $ac_status); } && {
43032          test -z "$ac_c_werror_flag" ||
43033          test ! -s conftest.err
43034        } && test -s conftest.$ac_objext; then
43035   wx_cv_cflags_mthread=yes
43036 else
43037   echo "$as_me: failed program was:" >&5
43038 sed 's/^/| /' conftest.$ac_ext >&5
43039
43040         wx_cv_cflags_mthread=no
43041
43042 fi
43043
43044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43045
43046
43047 fi
43048 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
43049 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
43050
43051             if test "$wx_cv_cflags_mthread" = "yes"; then
43052                                 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
43053                 LDFLAGS="$LDFLAGS -mthreads"
43054             else
43055                                 CFLAGS="$CFLAGS_OLD"
43056             fi
43057         ;;
43058         *-pc-os2*emx )
43059             WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
43060             LDFLAGS="$LDFLAGS -Zmt"
43061         ;;
43062       esac
43063     fi
43064 fi
43065
43066 { echo "$as_me:$LINENO: checking for localtime_r" >&5
43067 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
43068 if test "${ac_cv_func_localtime_r+set}" = set; then
43069   echo $ECHO_N "(cached) $ECHO_C" >&6
43070 else
43071   cat >conftest.$ac_ext <<_ACEOF
43072 /* confdefs.h.  */
43073 _ACEOF
43074 cat confdefs.h >>conftest.$ac_ext
43075 cat >>conftest.$ac_ext <<_ACEOF
43076 /* end confdefs.h.  */
43077 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
43078    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43079 #define localtime_r innocuous_localtime_r
43080
43081 /* System header to define __stub macros and hopefully few prototypes,
43082     which can conflict with char localtime_r (); below.
43083     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43084     <limits.h> exists even on freestanding compilers.  */
43085
43086 #ifdef __STDC__
43087 # include <limits.h>
43088 #else
43089 # include <assert.h>
43090 #endif
43091
43092 #undef localtime_r
43093
43094 /* Override any GCC internal prototype to avoid an error.
43095    Use char because int might match the return type of a GCC
43096    builtin and then its argument prototype would still apply.  */
43097 #ifdef __cplusplus
43098 extern "C"
43099 #endif
43100 char localtime_r ();
43101 /* The GNU C library defines this for functions which it implements
43102     to always fail with ENOSYS.  Some functions are actually named
43103     something starting with __ and the normal name is an alias.  */
43104 #if defined __stub_localtime_r || defined __stub___localtime_r
43105 choke me
43106 #endif
43107
43108 int
43109 main ()
43110 {
43111 return localtime_r ();
43112   ;
43113   return 0;
43114 }
43115 _ACEOF
43116 rm -f conftest.$ac_objext conftest$ac_exeext
43117 if { (ac_try="$ac_link"
43118 case "(($ac_try" in
43119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43120   *) ac_try_echo=$ac_try;;
43121 esac
43122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43123   (eval "$ac_link") 2>conftest.er1
43124   ac_status=$?
43125   grep -v '^ *+' conftest.er1 >conftest.err
43126   rm -f conftest.er1
43127   cat conftest.err >&5
43128   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43129   (exit $ac_status); } && {
43130          test -z "$ac_c_werror_flag" ||
43131          test ! -s conftest.err
43132        } && test -s conftest$ac_exeext &&
43133        $as_test_x conftest$ac_exeext; then
43134   ac_cv_func_localtime_r=yes
43135 else
43136   echo "$as_me: failed program was:" >&5
43137 sed 's/^/| /' conftest.$ac_ext >&5
43138
43139         ac_cv_func_localtime_r=no
43140 fi
43141
43142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43143       conftest$ac_exeext conftest.$ac_ext
43144 fi
43145 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
43146 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
43147 if test $ac_cv_func_localtime_r = yes; then
43148    cat >>confdefs.h <<\_ACEOF
43149 #define HAVE_LOCALTIME_R 1
43150 _ACEOF
43151
43152 fi
43153
43154 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
43155 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
43156 if test "${ac_cv_func_gmtime_r+set}" = set; then
43157   echo $ECHO_N "(cached) $ECHO_C" >&6
43158 else
43159   cat >conftest.$ac_ext <<_ACEOF
43160 /* confdefs.h.  */
43161 _ACEOF
43162 cat confdefs.h >>conftest.$ac_ext
43163 cat >>conftest.$ac_ext <<_ACEOF
43164 /* end confdefs.h.  */
43165 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
43166    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43167 #define gmtime_r innocuous_gmtime_r
43168
43169 /* System header to define __stub macros and hopefully few prototypes,
43170     which can conflict with char gmtime_r (); below.
43171     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43172     <limits.h> exists even on freestanding compilers.  */
43173
43174 #ifdef __STDC__
43175 # include <limits.h>
43176 #else
43177 # include <assert.h>
43178 #endif
43179
43180 #undef gmtime_r
43181
43182 /* Override any GCC internal prototype to avoid an error.
43183    Use char because int might match the return type of a GCC
43184    builtin and then its argument prototype would still apply.  */
43185 #ifdef __cplusplus
43186 extern "C"
43187 #endif
43188 char gmtime_r ();
43189 /* The GNU C library defines this for functions which it implements
43190     to always fail with ENOSYS.  Some functions are actually named
43191     something starting with __ and the normal name is an alias.  */
43192 #if defined __stub_gmtime_r || defined __stub___gmtime_r
43193 choke me
43194 #endif
43195
43196 int
43197 main ()
43198 {
43199 return gmtime_r ();
43200   ;
43201   return 0;
43202 }
43203 _ACEOF
43204 rm -f conftest.$ac_objext conftest$ac_exeext
43205 if { (ac_try="$ac_link"
43206 case "(($ac_try" in
43207   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43208   *) ac_try_echo=$ac_try;;
43209 esac
43210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43211   (eval "$ac_link") 2>conftest.er1
43212   ac_status=$?
43213   grep -v '^ *+' conftest.er1 >conftest.err
43214   rm -f conftest.er1
43215   cat conftest.err >&5
43216   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43217   (exit $ac_status); } && {
43218          test -z "$ac_c_werror_flag" ||
43219          test ! -s conftest.err
43220        } && test -s conftest$ac_exeext &&
43221        $as_test_x conftest$ac_exeext; then
43222   ac_cv_func_gmtime_r=yes
43223 else
43224   echo "$as_me: failed program was:" >&5
43225 sed 's/^/| /' conftest.$ac_ext >&5
43226
43227         ac_cv_func_gmtime_r=no
43228 fi
43229
43230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43231       conftest$ac_exeext conftest.$ac_ext
43232 fi
43233 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
43234 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
43235 if test $ac_cv_func_gmtime_r = yes; then
43236    cat >>confdefs.h <<\_ACEOF
43237 #define HAVE_GMTIME_R 1
43238 _ACEOF
43239
43240 fi
43241
43242
43243
43244
43245     ac_ext=c
43246 ac_cpp='$CPP $CPPFLAGS'
43247 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43248 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43249 ac_compiler_gnu=$ac_cv_c_compiler_gnu
43250
43251     { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
43252 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
43253
43254     if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
43255   echo $ECHO_N "(cached) $ECHO_C" >&6
43256 else
43257
43258
43259 ################################################################
43260
43261 ac_cv_func_which_gethostbyname_r=unknown
43262
43263 #
43264 # ONE ARGUMENT (sanity check)
43265 #
43266
43267 # This should fail, as there is no variant of gethostbyname_r() that takes
43268 # a single argument. If it actually compiles, then we can assume that
43269 # netdb.h is not declaring the function, and the compiler is thereby
43270 # assuming an implicit prototype. In which case, we're out of luck.
43271 #
43272 cat >conftest.$ac_ext <<_ACEOF
43273 /* confdefs.h.  */
43274 _ACEOF
43275 cat confdefs.h >>conftest.$ac_ext
43276 cat >>conftest.$ac_ext <<_ACEOF
43277 /* end confdefs.h.  */
43278 #include <netdb.h>
43279 int
43280 main ()
43281 {
43282
43283             char *name = "www.gnu.org";
43284             (void)gethostbyname_r(name) /* ; */
43285
43286   ;
43287   return 0;
43288 }
43289 _ACEOF
43290 rm -f conftest.$ac_objext
43291 if { (ac_try="$ac_compile"
43292 case "(($ac_try" in
43293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43294   *) ac_try_echo=$ac_try;;
43295 esac
43296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43297   (eval "$ac_compile") 2>conftest.er1
43298   ac_status=$?
43299   grep -v '^ *+' conftest.er1 >conftest.err
43300   rm -f conftest.er1
43301   cat conftest.err >&5
43302   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43303   (exit $ac_status); } && {
43304          test -z "$ac_c_werror_flag" ||
43305          test ! -s conftest.err
43306        } && test -s conftest.$ac_objext; then
43307   ac_cv_func_which_gethostbyname_r=no
43308 else
43309   echo "$as_me: failed program was:" >&5
43310 sed 's/^/| /' conftest.$ac_ext >&5
43311
43312
43313 fi
43314
43315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43316
43317 #
43318 # SIX ARGUMENTS
43319 # (e.g. Linux)
43320 #
43321
43322 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
43323
43324 cat >conftest.$ac_ext <<_ACEOF
43325 /* confdefs.h.  */
43326 _ACEOF
43327 cat confdefs.h >>conftest.$ac_ext
43328 cat >>conftest.$ac_ext <<_ACEOF
43329 /* end confdefs.h.  */
43330 #include <netdb.h>
43331 int
43332 main ()
43333 {
43334
43335             char *name = "www.gnu.org";
43336             struct hostent ret, *retp;
43337             char buf[1024];
43338             int buflen = 1024;
43339             int my_h_errno;
43340             (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
43341
43342   ;
43343   return 0;
43344 }
43345 _ACEOF
43346 rm -f conftest.$ac_objext
43347 if { (ac_try="$ac_compile"
43348 case "(($ac_try" in
43349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43350   *) ac_try_echo=$ac_try;;
43351 esac
43352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43353   (eval "$ac_compile") 2>conftest.er1
43354   ac_status=$?
43355   grep -v '^ *+' conftest.er1 >conftest.err
43356   rm -f conftest.er1
43357   cat conftest.err >&5
43358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43359   (exit $ac_status); } && {
43360          test -z "$ac_c_werror_flag" ||
43361          test ! -s conftest.err
43362        } && test -s conftest.$ac_objext; then
43363   ac_cv_func_which_gethostbyname_r=six
43364 else
43365   echo "$as_me: failed program was:" >&5
43366 sed 's/^/| /' conftest.$ac_ext >&5
43367
43368
43369 fi
43370
43371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43372
43373 fi
43374
43375 #
43376 # FIVE ARGUMENTS
43377 # (e.g. Solaris)
43378 #
43379
43380 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
43381
43382 cat >conftest.$ac_ext <<_ACEOF
43383 /* confdefs.h.  */
43384 _ACEOF
43385 cat confdefs.h >>conftest.$ac_ext
43386 cat >>conftest.$ac_ext <<_ACEOF
43387 /* end confdefs.h.  */
43388 #include <netdb.h>
43389 int
43390 main ()
43391 {
43392
43393             char *name = "www.gnu.org";
43394             struct hostent ret;
43395             char buf[1024];
43396             int buflen = 1024;
43397             int my_h_errno;
43398             (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
43399
43400   ;
43401   return 0;
43402 }
43403 _ACEOF
43404 rm -f conftest.$ac_objext
43405 if { (ac_try="$ac_compile"
43406 case "(($ac_try" in
43407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43408   *) ac_try_echo=$ac_try;;
43409 esac
43410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43411   (eval "$ac_compile") 2>conftest.er1
43412   ac_status=$?
43413   grep -v '^ *+' conftest.er1 >conftest.err
43414   rm -f conftest.er1
43415   cat conftest.err >&5
43416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43417   (exit $ac_status); } && {
43418          test -z "$ac_c_werror_flag" ||
43419          test ! -s conftest.err
43420        } && test -s conftest.$ac_objext; then
43421   ac_cv_func_which_gethostbyname_r=five
43422 else
43423   echo "$as_me: failed program was:" >&5
43424 sed 's/^/| /' conftest.$ac_ext >&5
43425
43426
43427 fi
43428
43429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43430
43431 fi
43432
43433 #
43434 # THREE ARGUMENTS
43435 # (e.g. AIX, HP-UX, Tru64)
43436 #
43437
43438 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
43439
43440 cat >conftest.$ac_ext <<_ACEOF
43441 /* confdefs.h.  */
43442 _ACEOF
43443 cat confdefs.h >>conftest.$ac_ext
43444 cat >>conftest.$ac_ext <<_ACEOF
43445 /* end confdefs.h.  */
43446 #include <netdb.h>
43447 int
43448 main ()
43449 {
43450
43451             char *name = "www.gnu.org";
43452             struct hostent ret;
43453             struct hostent_data data;
43454             (void)gethostbyname_r(name, &ret, &data) /* ; */
43455
43456   ;
43457   return 0;
43458 }
43459 _ACEOF
43460 rm -f conftest.$ac_objext
43461 if { (ac_try="$ac_compile"
43462 case "(($ac_try" in
43463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43464   *) ac_try_echo=$ac_try;;
43465 esac
43466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43467   (eval "$ac_compile") 2>conftest.er1
43468   ac_status=$?
43469   grep -v '^ *+' conftest.er1 >conftest.err
43470   rm -f conftest.er1
43471   cat conftest.err >&5
43472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43473   (exit $ac_status); } && {
43474          test -z "$ac_c_werror_flag" ||
43475          test ! -s conftest.err
43476        } && test -s conftest.$ac_objext; then
43477   ac_cv_func_which_gethostbyname_r=three
43478 else
43479   echo "$as_me: failed program was:" >&5
43480 sed 's/^/| /' conftest.$ac_ext >&5
43481
43482
43483 fi
43484
43485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43486
43487 fi
43488
43489 ################################################################
43490
43491
43492 fi
43493
43494 case "$ac_cv_func_which_gethostbyname_r" in
43495     three)
43496     { echo "$as_me:$LINENO: result: three" >&5
43497 echo "${ECHO_T}three" >&6; }
43498     cat >>confdefs.h <<\_ACEOF
43499 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
43500 _ACEOF
43501
43502     ;;
43503
43504     five)
43505     { echo "$as_me:$LINENO: result: five" >&5
43506 echo "${ECHO_T}five" >&6; }
43507     cat >>confdefs.h <<\_ACEOF
43508 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
43509 _ACEOF
43510
43511     ;;
43512
43513     six)
43514     { echo "$as_me:$LINENO: result: six" >&5
43515 echo "${ECHO_T}six" >&6; }
43516     cat >>confdefs.h <<\_ACEOF
43517 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
43518 _ACEOF
43519
43520     ;;
43521
43522     no)
43523     { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
43524 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
43525     ;;
43526
43527     unknown)
43528     { echo "$as_me:$LINENO: result: can't tell" >&5
43529 echo "${ECHO_T}can't tell" >&6; }
43530     ;;
43531
43532     *)
43533     { { echo "$as_me:$LINENO: error: internal error" >&5
43534 echo "$as_me: error: internal error" >&2;}
43535    { (exit 1); exit 1; }; }
43536     ;;
43537 esac
43538
43539 ac_ext=c
43540 ac_cpp='$CPP $CPPFLAGS'
43541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
43544
43545
43546
43547       if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
43548               "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
43549           { echo "$as_me:$LINENO: checking for gethostbyname" >&5
43550 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
43551 if test "${ac_cv_func_gethostbyname+set}" = set; then
43552   echo $ECHO_N "(cached) $ECHO_C" >&6
43553 else
43554   cat >conftest.$ac_ext <<_ACEOF
43555 /* confdefs.h.  */
43556 _ACEOF
43557 cat confdefs.h >>conftest.$ac_ext
43558 cat >>conftest.$ac_ext <<_ACEOF
43559 /* end confdefs.h.  */
43560 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
43561    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43562 #define gethostbyname innocuous_gethostbyname
43563
43564 /* System header to define __stub macros and hopefully few prototypes,
43565     which can conflict with char gethostbyname (); below.
43566     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43567     <limits.h> exists even on freestanding compilers.  */
43568
43569 #ifdef __STDC__
43570 # include <limits.h>
43571 #else
43572 # include <assert.h>
43573 #endif
43574
43575 #undef gethostbyname
43576
43577 /* Override any GCC internal prototype to avoid an error.
43578    Use char because int might match the return type of a GCC
43579    builtin and then its argument prototype would still apply.  */
43580 #ifdef __cplusplus
43581 extern "C"
43582 #endif
43583 char gethostbyname ();
43584 /* The GNU C library defines this for functions which it implements
43585     to always fail with ENOSYS.  Some functions are actually named
43586     something starting with __ and the normal name is an alias.  */
43587 #if defined __stub_gethostbyname || defined __stub___gethostbyname
43588 choke me
43589 #endif
43590
43591 int
43592 main ()
43593 {
43594 return gethostbyname ();
43595   ;
43596   return 0;
43597 }
43598 _ACEOF
43599 rm -f conftest.$ac_objext conftest$ac_exeext
43600 if { (ac_try="$ac_link"
43601 case "(($ac_try" in
43602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43603   *) ac_try_echo=$ac_try;;
43604 esac
43605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43606   (eval "$ac_link") 2>conftest.er1
43607   ac_status=$?
43608   grep -v '^ *+' conftest.er1 >conftest.err
43609   rm -f conftest.er1
43610   cat conftest.err >&5
43611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43612   (exit $ac_status); } && {
43613          test -z "$ac_c_werror_flag" ||
43614          test ! -s conftest.err
43615        } && test -s conftest$ac_exeext &&
43616        $as_test_x conftest$ac_exeext; then
43617   ac_cv_func_gethostbyname=yes
43618 else
43619   echo "$as_me: failed program was:" >&5
43620 sed 's/^/| /' conftest.$ac_ext >&5
43621
43622         ac_cv_func_gethostbyname=no
43623 fi
43624
43625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43626       conftest$ac_exeext conftest.$ac_ext
43627 fi
43628 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
43629 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
43630 if test $ac_cv_func_gethostbyname = yes; then
43631    cat >>confdefs.h <<\_ACEOF
43632 #define HAVE_GETHOSTBYNAME 1
43633 _ACEOF
43634
43635 fi
43636
43637       fi
43638
43639 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
43640 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
43641 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
43642   echo $ECHO_N "(cached) $ECHO_C" >&6
43643 else
43644
43645                 ac_ext=cpp
43646 ac_cpp='$CXXCPP $CPPFLAGS'
43647 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43648 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43649 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43650
43651
43652         cat >conftest.$ac_ext <<_ACEOF
43653 /* confdefs.h.  */
43654 _ACEOF
43655 cat confdefs.h >>conftest.$ac_ext
43656 cat >>conftest.$ac_ext <<_ACEOF
43657 /* end confdefs.h.  */
43658 #include <netdb.h>
43659 int
43660 main ()
43661 {
43662
43663                 char *name;
43664                 char *proto;
43665                 struct servent *se, *res;
43666                 char buffer[2048];
43667                 int buflen = 2048;
43668                 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
43669
43670   ;
43671   return 0;
43672 }
43673 _ACEOF
43674 rm -f conftest.$ac_objext
43675 if { (ac_try="$ac_compile"
43676 case "(($ac_try" in
43677   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43678   *) ac_try_echo=$ac_try;;
43679 esac
43680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43681   (eval "$ac_compile") 2>conftest.er1
43682   ac_status=$?
43683   grep -v '^ *+' conftest.er1 >conftest.err
43684   rm -f conftest.er1
43685   cat conftest.err >&5
43686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43687   (exit $ac_status); } && {
43688          test -z "$ac_cxx_werror_flag" ||
43689          test ! -s conftest.err
43690        } && test -s conftest.$ac_objext; then
43691   ac_cv_func_which_getservbyname_r=six
43692 else
43693   echo "$as_me: failed program was:" >&5
43694 sed 's/^/| /' conftest.$ac_ext >&5
43695
43696
43697                 cat >conftest.$ac_ext <<_ACEOF
43698 /* confdefs.h.  */
43699 _ACEOF
43700 cat confdefs.h >>conftest.$ac_ext
43701 cat >>conftest.$ac_ext <<_ACEOF
43702 /* end confdefs.h.  */
43703 #include <netdb.h>
43704 int
43705 main ()
43706 {
43707
43708                         char *name;
43709                         char *proto;
43710                         struct servent *se;
43711                         char buffer[2048];
43712                         int buflen = 2048;
43713                         (void) getservbyname_r(name, proto, se, buffer, buflen)
43714
43715   ;
43716   return 0;
43717 }
43718 _ACEOF
43719 rm -f conftest.$ac_objext
43720 if { (ac_try="$ac_compile"
43721 case "(($ac_try" in
43722   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43723   *) ac_try_echo=$ac_try;;
43724 esac
43725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43726   (eval "$ac_compile") 2>conftest.er1
43727   ac_status=$?
43728   grep -v '^ *+' conftest.er1 >conftest.err
43729   rm -f conftest.er1
43730   cat conftest.err >&5
43731   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43732   (exit $ac_status); } && {
43733          test -z "$ac_cxx_werror_flag" ||
43734          test ! -s conftest.err
43735        } && test -s conftest.$ac_objext; then
43736   ac_cv_func_which_getservbyname_r=five
43737 else
43738   echo "$as_me: failed program was:" >&5
43739 sed 's/^/| /' conftest.$ac_ext >&5
43740
43741
43742                         cat >conftest.$ac_ext <<_ACEOF
43743 /* confdefs.h.  */
43744 _ACEOF
43745 cat confdefs.h >>conftest.$ac_ext
43746 cat >>conftest.$ac_ext <<_ACEOF
43747 /* end confdefs.h.  */
43748 #include <netdb.h>
43749 int
43750 main ()
43751 {
43752
43753                                 char *name;
43754                                 char *proto;
43755                                 struct servent *se;
43756                                 struct servent_data data;
43757                                 (void) getservbyname_r(name, proto, se, &data);
43758
43759   ;
43760   return 0;
43761 }
43762 _ACEOF
43763 rm -f conftest.$ac_objext
43764 if { (ac_try="$ac_compile"
43765 case "(($ac_try" in
43766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43767   *) ac_try_echo=$ac_try;;
43768 esac
43769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43770   (eval "$ac_compile") 2>conftest.er1
43771   ac_status=$?
43772   grep -v '^ *+' conftest.er1 >conftest.err
43773   rm -f conftest.er1
43774   cat conftest.err >&5
43775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43776   (exit $ac_status); } && {
43777          test -z "$ac_cxx_werror_flag" ||
43778          test ! -s conftest.err
43779        } && test -s conftest.$ac_objext; then
43780   ac_cv_func_which_getservbyname_r=four
43781 else
43782   echo "$as_me: failed program was:" >&5
43783 sed 's/^/| /' conftest.$ac_ext >&5
43784
43785         ac_cv_func_which_getservbyname_r=no
43786
43787 fi
43788
43789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43790
43791
43792 fi
43793
43794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43795
43796
43797 fi
43798
43799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43800         ac_ext=c
43801 ac_cpp='$CPP $CPPFLAGS'
43802 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43803 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43804 ac_compiler_gnu=$ac_cv_c_compiler_gnu
43805
43806
43807
43808 fi
43809 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
43810 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
43811
43812 if test $ac_cv_func_which_getservbyname_r = six; then
43813   cat >>confdefs.h <<\_ACEOF
43814 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
43815 _ACEOF
43816
43817 elif test $ac_cv_func_which_getservbyname_r = five; then
43818   cat >>confdefs.h <<\_ACEOF
43819 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
43820 _ACEOF
43821
43822 elif test $ac_cv_func_which_getservbyname_r = four; then
43823   cat >>confdefs.h <<\_ACEOF
43824 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
43825 _ACEOF
43826
43827 fi
43828
43829
43830       if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
43831               "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
43832
43833 for ac_func in getservbyname
43834 do
43835 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43836 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43837 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43838 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43839   echo $ECHO_N "(cached) $ECHO_C" >&6
43840 else
43841   cat >conftest.$ac_ext <<_ACEOF
43842 /* confdefs.h.  */
43843 _ACEOF
43844 cat confdefs.h >>conftest.$ac_ext
43845 cat >>conftest.$ac_ext <<_ACEOF
43846 /* end confdefs.h.  */
43847 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43848    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
43849 #define $ac_func innocuous_$ac_func
43850
43851 /* System header to define __stub macros and hopefully few prototypes,
43852     which can conflict with char $ac_func (); below.
43853     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43854     <limits.h> exists even on freestanding compilers.  */
43855
43856 #ifdef __STDC__
43857 # include <limits.h>
43858 #else
43859 # include <assert.h>
43860 #endif
43861
43862 #undef $ac_func
43863
43864 /* Override any GCC internal prototype to avoid an error.
43865    Use char because int might match the return type of a GCC
43866    builtin and then its argument prototype would still apply.  */
43867 #ifdef __cplusplus
43868 extern "C"
43869 #endif
43870 char $ac_func ();
43871 /* The GNU C library defines this for functions which it implements
43872     to always fail with ENOSYS.  Some functions are actually named
43873     something starting with __ and the normal name is an alias.  */
43874 #if defined __stub_$ac_func || defined __stub___$ac_func
43875 choke me
43876 #endif
43877
43878 int
43879 main ()
43880 {
43881 return $ac_func ();
43882   ;
43883   return 0;
43884 }
43885 _ACEOF
43886 rm -f conftest.$ac_objext conftest$ac_exeext
43887 if { (ac_try="$ac_link"
43888 case "(($ac_try" in
43889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43890   *) ac_try_echo=$ac_try;;
43891 esac
43892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43893   (eval "$ac_link") 2>conftest.er1
43894   ac_status=$?
43895   grep -v '^ *+' conftest.er1 >conftest.err
43896   rm -f conftest.er1
43897   cat conftest.err >&5
43898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
43899   (exit $ac_status); } && {
43900          test -z "$ac_c_werror_flag" ||
43901          test ! -s conftest.err
43902        } && test -s conftest$ac_exeext &&
43903        $as_test_x conftest$ac_exeext; then
43904   eval "$as_ac_var=yes"
43905 else
43906   echo "$as_me: failed program was:" >&5
43907 sed 's/^/| /' conftest.$ac_ext >&5
43908
43909         eval "$as_ac_var=no"
43910 fi
43911
43912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43913       conftest$ac_exeext conftest.$ac_ext
43914 fi
43915 ac_res=`eval echo '${'$as_ac_var'}'`
43916                { echo "$as_me:$LINENO: result: $ac_res" >&5
43917 echo "${ECHO_T}$ac_res" >&6; }
43918 if test `eval echo '${'$as_ac_var'}'` = yes; then
43919   cat >>confdefs.h <<_ACEOF
43920 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43921 _ACEOF
43922   cat >>confdefs.h <<\_ACEOF
43923 #define HAVE_GETSERVBYNAME 1
43924 _ACEOF
43925
43926 fi
43927 done
43928
43929       fi
43930
43931 if test "$wxUSE_THREADS" = "yes"; then
43932   cat >>confdefs.h <<\_ACEOF
43933 #define wxUSE_THREADS 1
43934 _ACEOF
43935
43936
43937   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
43938 else
43939       if test "$wx_cv_func_strtok_r" = "yes"; then
43940     { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
43941 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
43942     if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
43943         WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
43944         { echo "$as_me:$LINENO: result: yes" >&5
43945 echo "${ECHO_T}yes" >&6; }
43946     else
43947         { echo "$as_me:$LINENO: result: no" >&5
43948 echo "${ECHO_T}no" >&6; }
43949     fi
43950   fi
43951 fi
43952
43953 if test "$WXGTK20" = 1 ; then
43954   cat >>confdefs.h <<_ACEOF
43955 #define __WXGTK20__ $WXGTK20
43956 _ACEOF
43957
43958   WXGTK12=1
43959 fi
43960
43961 if test "$WXGTK12" = 1 ; then
43962   cat >>confdefs.h <<_ACEOF
43963 #define __WXGTK12__ $WXGTK12
43964 _ACEOF
43965
43966 fi
43967
43968 if test "$WXGTK127" = 1 ; then
43969   cat >>confdefs.h <<_ACEOF
43970 #define __WXGTK127__ $WXGTK127
43971 _ACEOF
43972
43973 fi
43974
43975 if test "$WXGPE" = 1 ; then
43976   cat >>confdefs.h <<_ACEOF
43977 #define __WXGPE__ $WXGPE
43978 _ACEOF
43979
43980 fi
43981
43982 DEBUG_CFLAGS=
43983 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
43984     DEBUG_CFLAGS="-g"
43985     wxUSE_OPTIMISE=no
43986 fi
43987
43988 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
43989     wxUSE_DEBUG_INFO=yes
43990     if test "$GCC" = yes; then
43991         DEBUG_CFLAGS="-ggdb"
43992     fi
43993 fi
43994
43995 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
43996     cat >>confdefs.h <<\_ACEOF
43997 #define WXDEBUG 1
43998 _ACEOF
43999
44000     WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
44001 else
44002     if test "$wxUSE_GTK" = 1 ; then
44003         if test "x$wxGTK_VERSION" = "x1" ; then
44004             CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
44005         fi
44006     fi
44007 fi
44008
44009 if test "$wxUSE_MEM_TRACING" = "yes" ; then
44010     cat >>confdefs.h <<\_ACEOF
44011 #define wxUSE_MEMORY_TRACING 1
44012 _ACEOF
44013
44014     cat >>confdefs.h <<\_ACEOF
44015 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
44016 _ACEOF
44017
44018     cat >>confdefs.h <<\_ACEOF
44019 #define wxUSE_DEBUG_NEW_ALWAYS 1
44020 _ACEOF
44021
44022     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
44023 fi
44024
44025 if test "$wxUSE_DMALLOC" = "yes" ; then
44026     DMALLOC_LIBS="-ldmallocthcxx"
44027 fi
44028
44029 PROFILE_FLAGS=
44030 if test "$wxUSE_PROFILE" = "yes" ; then
44031     PROFILE_FLAGS=" -pg"
44032 fi
44033
44034 if test "$GCC" = "yes" ; then
44035     if test "$wxUSE_NO_RTTI" = "yes" ; then
44036         WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
44037     fi
44038     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
44039         WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
44040     fi
44041     if test "$wxUSE_PERMISSIVE" = "yes" ; then
44042         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
44043     fi
44044
44045                                                 case "${host}" in
44046       powerpc*-*-aix* )
44047         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
44048         ;;
44049       *-hppa* )
44050         WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
44051         ;;
44052     esac
44053 fi
44054
44055 OPTIMISE_CFLAGS=
44056 if test "$wxUSE_OPTIMISE" = "no" ; then
44057     if test "$GCC" = yes ; then
44058                         OPTIMISE_CFLAGS="-O0"
44059     fi
44060 else
44061     if test "$GCC" = yes ; then
44062         case "${host}" in
44063             *-pc-os2_emx | *-pc-os2-emx )
44064                                                 OPTIMISE_CFLAGS="-O2"
44065             ;;
44066             *)
44067                                                                 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
44068             ;;
44069         esac
44070     else
44071         OPTIMISE_CFLAGS="-O"
44072     fi
44073 fi
44074
44075
44076 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
44077     cat >>confdefs.h <<\_ACEOF
44078 #define WXWIN_COMPATIBILITY_2_6 1
44079 _ACEOF
44080
44081
44082     WXWIN_COMPATIBILITY_2_8="yes"
44083 fi
44084
44085 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
44086     cat >>confdefs.h <<\_ACEOF
44087 #define WXWIN_COMPATIBILITY_2_8 1
44088 _ACEOF
44089
44090 fi
44091
44092
44093 if test "$wxUSE_GUI" = "yes"; then
44094     cat >>confdefs.h <<\_ACEOF
44095 #define wxUSE_GUI 1
44096 _ACEOF
44097
44098
44099                                             fi
44100
44101
44102 if test "$wxUSE_UNIX" = "yes"; then
44103   cat >>confdefs.h <<\_ACEOF
44104 #define wxUSE_UNIX 1
44105 _ACEOF
44106
44107 fi
44108
44109
44110 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
44111
44112     HAVE_DL_FUNCS=0
44113     HAVE_SHL_FUNCS=0
44114     if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
44115         if test "$USE_DARWIN" = 1; then
44116                         HAVE_DL_FUNCS=1
44117         elif test "$USE_DOS" = 1; then
44118             HAVE_DL_FUNCS=0
44119         else
44120
44121 for ac_func in dlopen
44122 do
44123 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44124 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44125 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44126 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44127   echo $ECHO_N "(cached) $ECHO_C" >&6
44128 else
44129   cat >conftest.$ac_ext <<_ACEOF
44130 /* confdefs.h.  */
44131 _ACEOF
44132 cat confdefs.h >>conftest.$ac_ext
44133 cat >>conftest.$ac_ext <<_ACEOF
44134 /* end confdefs.h.  */
44135 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44136    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
44137 #define $ac_func innocuous_$ac_func
44138
44139 /* System header to define __stub macros and hopefully few prototypes,
44140     which can conflict with char $ac_func (); below.
44141     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44142     <limits.h> exists even on freestanding compilers.  */
44143
44144 #ifdef __STDC__
44145 # include <limits.h>
44146 #else
44147 # include <assert.h>
44148 #endif
44149
44150 #undef $ac_func
44151
44152 /* Override any GCC internal prototype to avoid an error.
44153    Use char because int might match the return type of a GCC
44154    builtin and then its argument prototype would still apply.  */
44155 #ifdef __cplusplus
44156 extern "C"
44157 #endif
44158 char $ac_func ();
44159 /* The GNU C library defines this for functions which it implements
44160     to always fail with ENOSYS.  Some functions are actually named
44161     something starting with __ and the normal name is an alias.  */
44162 #if defined __stub_$ac_func || defined __stub___$ac_func
44163 choke me
44164 #endif
44165
44166 int
44167 main ()
44168 {
44169 return $ac_func ();
44170   ;
44171   return 0;
44172 }
44173 _ACEOF
44174 rm -f conftest.$ac_objext conftest$ac_exeext
44175 if { (ac_try="$ac_link"
44176 case "(($ac_try" in
44177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44178   *) ac_try_echo=$ac_try;;
44179 esac
44180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44181   (eval "$ac_link") 2>conftest.er1
44182   ac_status=$?
44183   grep -v '^ *+' conftest.er1 >conftest.err
44184   rm -f conftest.er1
44185   cat conftest.err >&5
44186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44187   (exit $ac_status); } && {
44188          test -z "$ac_c_werror_flag" ||
44189          test ! -s conftest.err
44190        } && test -s conftest$ac_exeext &&
44191        $as_test_x conftest$ac_exeext; then
44192   eval "$as_ac_var=yes"
44193 else
44194   echo "$as_me: failed program was:" >&5
44195 sed 's/^/| /' conftest.$ac_ext >&5
44196
44197         eval "$as_ac_var=no"
44198 fi
44199
44200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44201       conftest$ac_exeext conftest.$ac_ext
44202 fi
44203 ac_res=`eval echo '${'$as_ac_var'}'`
44204                { echo "$as_me:$LINENO: result: $ac_res" >&5
44205 echo "${ECHO_T}$ac_res" >&6; }
44206 if test `eval echo '${'$as_ac_var'}'` = yes; then
44207   cat >>confdefs.h <<_ACEOF
44208 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44209 _ACEOF
44210
44211                 cat >>confdefs.h <<\_ACEOF
44212 #define HAVE_DLOPEN 1
44213 _ACEOF
44214
44215                 HAVE_DL_FUNCS=1
44216
44217 else
44218
44219                 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
44220 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
44221 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
44222   echo $ECHO_N "(cached) $ECHO_C" >&6
44223 else
44224   ac_check_lib_save_LIBS=$LIBS
44225 LIBS="-ldl  $LIBS"
44226 cat >conftest.$ac_ext <<_ACEOF
44227 /* confdefs.h.  */
44228 _ACEOF
44229 cat confdefs.h >>conftest.$ac_ext
44230 cat >>conftest.$ac_ext <<_ACEOF
44231 /* end confdefs.h.  */
44232
44233 /* Override any GCC internal prototype to avoid an error.
44234    Use char because int might match the return type of a GCC
44235    builtin and then its argument prototype would still apply.  */
44236 #ifdef __cplusplus
44237 extern "C"
44238 #endif
44239 char dlopen ();
44240 int
44241 main ()
44242 {
44243 return dlopen ();
44244   ;
44245   return 0;
44246 }
44247 _ACEOF
44248 rm -f conftest.$ac_objext conftest$ac_exeext
44249 if { (ac_try="$ac_link"
44250 case "(($ac_try" in
44251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44252   *) ac_try_echo=$ac_try;;
44253 esac
44254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44255   (eval "$ac_link") 2>conftest.er1
44256   ac_status=$?
44257   grep -v '^ *+' conftest.er1 >conftest.err
44258   rm -f conftest.er1
44259   cat conftest.err >&5
44260   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44261   (exit $ac_status); } && {
44262          test -z "$ac_c_werror_flag" ||
44263          test ! -s conftest.err
44264        } && test -s conftest$ac_exeext &&
44265        $as_test_x conftest$ac_exeext; then
44266   ac_cv_lib_dl_dlopen=yes
44267 else
44268   echo "$as_me: failed program was:" >&5
44269 sed 's/^/| /' conftest.$ac_ext >&5
44270
44271         ac_cv_lib_dl_dlopen=no
44272 fi
44273
44274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44275       conftest$ac_exeext conftest.$ac_ext
44276 LIBS=$ac_check_lib_save_LIBS
44277 fi
44278 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
44279 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
44280 if test $ac_cv_lib_dl_dlopen = yes; then
44281
44282                                 cat >>confdefs.h <<\_ACEOF
44283 #define HAVE_DLOPEN 1
44284 _ACEOF
44285
44286                                 HAVE_DL_FUNCS=1
44287                                 DL_LINK=" -ldl$DL_LINK"
44288
44289 else
44290
44291
44292 for ac_func in shl_load
44293 do
44294 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44295 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44296 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44297 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44298   echo $ECHO_N "(cached) $ECHO_C" >&6
44299 else
44300   cat >conftest.$ac_ext <<_ACEOF
44301 /* confdefs.h.  */
44302 _ACEOF
44303 cat confdefs.h >>conftest.$ac_ext
44304 cat >>conftest.$ac_ext <<_ACEOF
44305 /* end confdefs.h.  */
44306 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44307    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
44308 #define $ac_func innocuous_$ac_func
44309
44310 /* System header to define __stub macros and hopefully few prototypes,
44311     which can conflict with char $ac_func (); below.
44312     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44313     <limits.h> exists even on freestanding compilers.  */
44314
44315 #ifdef __STDC__
44316 # include <limits.h>
44317 #else
44318 # include <assert.h>
44319 #endif
44320
44321 #undef $ac_func
44322
44323 /* Override any GCC internal prototype to avoid an error.
44324    Use char because int might match the return type of a GCC
44325    builtin and then its argument prototype would still apply.  */
44326 #ifdef __cplusplus
44327 extern "C"
44328 #endif
44329 char $ac_func ();
44330 /* The GNU C library defines this for functions which it implements
44331     to always fail with ENOSYS.  Some functions are actually named
44332     something starting with __ and the normal name is an alias.  */
44333 #if defined __stub_$ac_func || defined __stub___$ac_func
44334 choke me
44335 #endif
44336
44337 int
44338 main ()
44339 {
44340 return $ac_func ();
44341   ;
44342   return 0;
44343 }
44344 _ACEOF
44345 rm -f conftest.$ac_objext conftest$ac_exeext
44346 if { (ac_try="$ac_link"
44347 case "(($ac_try" in
44348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44349   *) ac_try_echo=$ac_try;;
44350 esac
44351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44352   (eval "$ac_link") 2>conftest.er1
44353   ac_status=$?
44354   grep -v '^ *+' conftest.er1 >conftest.err
44355   rm -f conftest.er1
44356   cat conftest.err >&5
44357   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44358   (exit $ac_status); } && {
44359          test -z "$ac_c_werror_flag" ||
44360          test ! -s conftest.err
44361        } && test -s conftest$ac_exeext &&
44362        $as_test_x conftest$ac_exeext; then
44363   eval "$as_ac_var=yes"
44364 else
44365   echo "$as_me: failed program was:" >&5
44366 sed 's/^/| /' conftest.$ac_ext >&5
44367
44368         eval "$as_ac_var=no"
44369 fi
44370
44371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44372       conftest$ac_exeext conftest.$ac_ext
44373 fi
44374 ac_res=`eval echo '${'$as_ac_var'}'`
44375                { echo "$as_me:$LINENO: result: $ac_res" >&5
44376 echo "${ECHO_T}$ac_res" >&6; }
44377 if test `eval echo '${'$as_ac_var'}'` = yes; then
44378   cat >>confdefs.h <<_ACEOF
44379 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44380 _ACEOF
44381
44382                                                 cat >>confdefs.h <<\_ACEOF
44383 #define HAVE_SHL_LOAD 1
44384 _ACEOF
44385
44386                                                 HAVE_SHL_FUNCS=1
44387
44388 else
44389
44390                                                 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
44391 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
44392 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
44393   echo $ECHO_N "(cached) $ECHO_C" >&6
44394 else
44395   ac_check_lib_save_LIBS=$LIBS
44396 LIBS="-lshl_load  $LIBS"
44397 cat >conftest.$ac_ext <<_ACEOF
44398 /* confdefs.h.  */
44399 _ACEOF
44400 cat confdefs.h >>conftest.$ac_ext
44401 cat >>conftest.$ac_ext <<_ACEOF
44402 /* end confdefs.h.  */
44403
44404 /* Override any GCC internal prototype to avoid an error.
44405    Use char because int might match the return type of a GCC
44406    builtin and then its argument prototype would still apply.  */
44407 #ifdef __cplusplus
44408 extern "C"
44409 #endif
44410 char dld ();
44411 int
44412 main ()
44413 {
44414 return dld ();
44415   ;
44416   return 0;
44417 }
44418 _ACEOF
44419 rm -f conftest.$ac_objext conftest$ac_exeext
44420 if { (ac_try="$ac_link"
44421 case "(($ac_try" in
44422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44423   *) ac_try_echo=$ac_try;;
44424 esac
44425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44426   (eval "$ac_link") 2>conftest.er1
44427   ac_status=$?
44428   grep -v '^ *+' conftest.er1 >conftest.err
44429   rm -f conftest.er1
44430   cat conftest.err >&5
44431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44432   (exit $ac_status); } && {
44433          test -z "$ac_c_werror_flag" ||
44434          test ! -s conftest.err
44435        } && test -s conftest$ac_exeext &&
44436        $as_test_x conftest$ac_exeext; then
44437   ac_cv_lib_shl_load_dld=yes
44438 else
44439   echo "$as_me: failed program was:" >&5
44440 sed 's/^/| /' conftest.$ac_ext >&5
44441
44442         ac_cv_lib_shl_load_dld=no
44443 fi
44444
44445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44446       conftest$ac_exeext conftest.$ac_ext
44447 LIBS=$ac_check_lib_save_LIBS
44448 fi
44449 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
44450 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
44451 if test $ac_cv_lib_shl_load_dld = yes; then
44452
44453                                                                 HAVE_SHL_FUNCS=1
44454                                                                 DL_LINK=" -ldld$DL_LINK"
44455
44456 fi
44457
44458
44459 fi
44460 done
44461
44462
44463 fi
44464
44465
44466 fi
44467 done
44468
44469
44470                 if test "$HAVE_DL_FUNCS" = 1; then
44471
44472 for ac_func in dlerror
44473 do
44474 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44475 { echo "$as_me:$LINENO: checking for $ac_func" >&5
44476 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
44477 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
44478   echo $ECHO_N "(cached) $ECHO_C" >&6
44479 else
44480   cat >conftest.$ac_ext <<_ACEOF
44481 /* confdefs.h.  */
44482 _ACEOF
44483 cat confdefs.h >>conftest.$ac_ext
44484 cat >>conftest.$ac_ext <<_ACEOF
44485 /* end confdefs.h.  */
44486 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44487    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
44488 #define $ac_func innocuous_$ac_func
44489
44490 /* System header to define __stub macros and hopefully few prototypes,
44491     which can conflict with char $ac_func (); below.
44492     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44493     <limits.h> exists even on freestanding compilers.  */
44494
44495 #ifdef __STDC__
44496 # include <limits.h>
44497 #else
44498 # include <assert.h>
44499 #endif
44500
44501 #undef $ac_func
44502
44503 /* Override any GCC internal prototype to avoid an error.
44504    Use char because int might match the return type of a GCC
44505    builtin and then its argument prototype would still apply.  */
44506 #ifdef __cplusplus
44507 extern "C"
44508 #endif
44509 char $ac_func ();
44510 /* The GNU C library defines this for functions which it implements
44511     to always fail with ENOSYS.  Some functions are actually named
44512     something starting with __ and the normal name is an alias.  */
44513 #if defined __stub_$ac_func || defined __stub___$ac_func
44514 choke me
44515 #endif
44516
44517 int
44518 main ()
44519 {
44520 return $ac_func ();
44521   ;
44522   return 0;
44523 }
44524 _ACEOF
44525 rm -f conftest.$ac_objext conftest$ac_exeext
44526 if { (ac_try="$ac_link"
44527 case "(($ac_try" in
44528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44529   *) ac_try_echo=$ac_try;;
44530 esac
44531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44532   (eval "$ac_link") 2>conftest.er1
44533   ac_status=$?
44534   grep -v '^ *+' conftest.er1 >conftest.err
44535   rm -f conftest.er1
44536   cat conftest.err >&5
44537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44538   (exit $ac_status); } && {
44539          test -z "$ac_c_werror_flag" ||
44540          test ! -s conftest.err
44541        } && test -s conftest$ac_exeext &&
44542        $as_test_x conftest$ac_exeext; then
44543   eval "$as_ac_var=yes"
44544 else
44545   echo "$as_me: failed program was:" >&5
44546 sed 's/^/| /' conftest.$ac_ext >&5
44547
44548         eval "$as_ac_var=no"
44549 fi
44550
44551 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44552       conftest$ac_exeext conftest.$ac_ext
44553 fi
44554 ac_res=`eval echo '${'$as_ac_var'}'`
44555                { echo "$as_me:$LINENO: result: $ac_res" >&5
44556 echo "${ECHO_T}$ac_res" >&6; }
44557 if test `eval echo '${'$as_ac_var'}'` = yes; then
44558   cat >>confdefs.h <<_ACEOF
44559 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44560 _ACEOF
44561  cat >>confdefs.h <<\_ACEOF
44562 #define HAVE_DLERROR 1
44563 _ACEOF
44564
44565 else
44566
44567                     { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
44568 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
44569 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
44570   echo $ECHO_N "(cached) $ECHO_C" >&6
44571 else
44572   ac_check_lib_save_LIBS=$LIBS
44573 LIBS="-ldl  $LIBS"
44574 cat >conftest.$ac_ext <<_ACEOF
44575 /* confdefs.h.  */
44576 _ACEOF
44577 cat confdefs.h >>conftest.$ac_ext
44578 cat >>conftest.$ac_ext <<_ACEOF
44579 /* end confdefs.h.  */
44580
44581 /* Override any GCC internal prototype to avoid an error.
44582    Use char because int might match the return type of a GCC
44583    builtin and then its argument prototype would still apply.  */
44584 #ifdef __cplusplus
44585 extern "C"
44586 #endif
44587 char dlerror ();
44588 int
44589 main ()
44590 {
44591 return dlerror ();
44592   ;
44593   return 0;
44594 }
44595 _ACEOF
44596 rm -f conftest.$ac_objext conftest$ac_exeext
44597 if { (ac_try="$ac_link"
44598 case "(($ac_try" in
44599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44600   *) ac_try_echo=$ac_try;;
44601 esac
44602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44603   (eval "$ac_link") 2>conftest.er1
44604   ac_status=$?
44605   grep -v '^ *+' conftest.er1 >conftest.err
44606   rm -f conftest.er1
44607   cat conftest.err >&5
44608   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44609   (exit $ac_status); } && {
44610          test -z "$ac_c_werror_flag" ||
44611          test ! -s conftest.err
44612        } && test -s conftest$ac_exeext &&
44613        $as_test_x conftest$ac_exeext; then
44614   ac_cv_lib_dl_dlerror=yes
44615 else
44616   echo "$as_me: failed program was:" >&5
44617 sed 's/^/| /' conftest.$ac_ext >&5
44618
44619         ac_cv_lib_dl_dlerror=no
44620 fi
44621
44622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44623       conftest$ac_exeext conftest.$ac_ext
44624 LIBS=$ac_check_lib_save_LIBS
44625 fi
44626 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
44627 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
44628 if test $ac_cv_lib_dl_dlerror = yes; then
44629   cat >>confdefs.h <<\_ACEOF
44630 #define HAVE_DLERROR 1
44631 _ACEOF
44632
44633 fi
44634
44635
44636
44637 fi
44638 done
44639
44640         fi
44641         fi
44642
44643         if test "$HAVE_DL_FUNCS" = 0; then
44644             if test "$HAVE_SHL_FUNCS" = 0; then
44645               if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
44646                   { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
44647 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
44648                   wxUSE_DYNAMIC_LOADER=no
44649                   wxUSE_DYNLIB_CLASS=no
44650               else
44651                   { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
44652 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
44653               fi
44654             fi
44655         fi
44656     fi
44657 fi
44658
44659 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
44660     cat >>confdefs.h <<\_ACEOF
44661 #define wxUSE_DYNAMIC_LOADER 1
44662 _ACEOF
44663
44664 fi
44665 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
44666     cat >>confdefs.h <<\_ACEOF
44667 #define wxUSE_DYNLIB_CLASS 1
44668 _ACEOF
44669
44670 fi
44671
44672
44673
44674 if test "$wxUSE_PLUGINS" = "yes" ; then
44675     if test "$wxUSE_SHARED" = "no" ; then
44676         { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
44677 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
44678         wxUSE_PLUGINS=no
44679     fi
44680     if test "$wxUSE_MONOLITHIC" = "yes" ; then
44681         { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
44682 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
44683         wxUSE_PLUGINS=no
44684     fi
44685     if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
44686         { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
44687 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
44688         wxUSE_PLUGINS=no
44689     fi
44690     if test "$wxUSE_PLUGINS" = "yes" ; then
44691         cat >>confdefs.h <<\_ACEOF
44692 #define wxUSE_PLUGINS 1
44693 _ACEOF
44694
44695     fi
44696 fi
44697
44698
44699 if test "$wxUSE_STL" = "yes"; then
44700   cat >>confdefs.h <<\_ACEOF
44701 #define wxUSE_STL 1
44702 _ACEOF
44703
44704 fi
44705
44706 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
44707   cat >>confdefs.h <<\_ACEOF
44708 #define wxUSE_EXTENDED_RTTI 1
44709 _ACEOF
44710
44711 fi
44712
44713 if test "$wxUSE_APPLE_IEEE" = "yes"; then
44714   cat >>confdefs.h <<\_ACEOF
44715 #define wxUSE_APPLE_IEEE 1
44716 _ACEOF
44717
44718 fi
44719
44720 if test "$wxUSE_TIMER" = "yes"; then
44721   cat >>confdefs.h <<\_ACEOF
44722 #define wxUSE_TIMER 1
44723 _ACEOF
44724
44725 fi
44726
44727 if test "$USE_UNIX" = "1" ; then
44728         if test "$wxUSE_MGL" != 1; then
44729                                 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
44730 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
44731 if test "${ac_cv_header_sys_soundcard+set}" = set; then
44732   echo $ECHO_N "(cached) $ECHO_C" >&6
44733 else
44734
44735             cat >conftest.$ac_ext <<_ACEOF
44736 /* confdefs.h.  */
44737 _ACEOF
44738 cat confdefs.h >>conftest.$ac_ext
44739 cat >>conftest.$ac_ext <<_ACEOF
44740 /* end confdefs.h.  */
44741
44742                     #include <sys/ioctl.h>
44743                     #include <sys/soundcard.h>
44744
44745 int
44746 main ()
44747 {
44748
44749                     ioctl(0, SNDCTL_DSP_SPEED, 0);
44750
44751   ;
44752   return 0;
44753 }
44754 _ACEOF
44755 rm -f conftest.$ac_objext conftest$ac_exeext
44756 if { (ac_try="$ac_link"
44757 case "(($ac_try" in
44758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44759   *) ac_try_echo=$ac_try;;
44760 esac
44761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44762   (eval "$ac_link") 2>conftest.er1
44763   ac_status=$?
44764   grep -v '^ *+' conftest.er1 >conftest.err
44765   rm -f conftest.er1
44766   cat conftest.err >&5
44767   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44768   (exit $ac_status); } && {
44769          test -z "$ac_c_werror_flag" ||
44770          test ! -s conftest.err
44771        } && test -s conftest$ac_exeext &&
44772        $as_test_x conftest$ac_exeext; then
44773   ac_cv_header_sys_soundcard=yes
44774 else
44775   echo "$as_me: failed program was:" >&5
44776 sed 's/^/| /' conftest.$ac_ext >&5
44777
44778
44779                     saveLibs="$LIBS"
44780                     LIBS="$saveLibs -lossaudio"
44781                     cat >conftest.$ac_ext <<_ACEOF
44782 /* confdefs.h.  */
44783 _ACEOF
44784 cat confdefs.h >>conftest.$ac_ext
44785 cat >>conftest.$ac_ext <<_ACEOF
44786 /* end confdefs.h.  */
44787
44788                             #include <sys/ioctl.h>
44789                             #include <sys/soundcard.h>
44790
44791 int
44792 main ()
44793 {
44794
44795                             ioctl(0, SNDCTL_DSP_SPEED, 0);
44796
44797   ;
44798   return 0;
44799 }
44800 _ACEOF
44801 rm -f conftest.$ac_objext conftest$ac_exeext
44802 if { (ac_try="$ac_link"
44803 case "(($ac_try" in
44804   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44805   *) ac_try_echo=$ac_try;;
44806 esac
44807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44808   (eval "$ac_link") 2>conftest.er1
44809   ac_status=$?
44810   grep -v '^ *+' conftest.er1 >conftest.err
44811   rm -f conftest.er1
44812   cat conftest.err >&5
44813   echo "$as_me:$LINENO: \$? = $ac_status" >&5
44814   (exit $ac_status); } && {
44815          test -z "$ac_c_werror_flag" ||
44816          test ! -s conftest.err
44817        } && test -s conftest$ac_exeext &&
44818        $as_test_x conftest$ac_exeext; then
44819   ac_cv_header_sys_soundcard=yes
44820 else
44821   echo "$as_me: failed program was:" >&5
44822 sed 's/^/| /' conftest.$ac_ext >&5
44823
44824
44825                             LIBS="$saveLibs"
44826                             ac_cv_header_sys_soundcard=no
44827
44828
44829 fi
44830
44831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44832       conftest$ac_exeext conftest.$ac_ext
44833
44834
44835 fi
44836
44837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44838       conftest$ac_exeext conftest.$ac_ext
44839
44840 fi
44841 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
44842 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
44843     fi
44844
44845     if test "$ac_cv_header_sys_soundcard" = "yes"; then
44846         cat >>confdefs.h <<\_ACEOF
44847 #define HAVE_SYS_SOUNDCARD_H 1
44848 _ACEOF
44849
44850     fi
44851 fi
44852
44853 WITH_PLUGIN_SDL=0
44854 if test "$wxUSE_SOUND" = "yes"; then
44855   if test "$USE_UNIX" = "1" ; then
44856     if test "$wxUSE_LIBSDL" != "no"; then
44857
44858 # Check whether --with-sdl-prefix was given.
44859 if test "${with_sdl_prefix+set}" = set; then
44860   withval=$with_sdl_prefix; sdl_prefix="$withval"
44861 else
44862   sdl_prefix=""
44863 fi
44864
44865
44866 # Check whether --with-sdl-exec-prefix was given.
44867 if test "${with_sdl_exec_prefix+set}" = set; then
44868   withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
44869 else
44870   sdl_exec_prefix=""
44871 fi
44872
44873 # Check whether --enable-sdltest was given.
44874 if test "${enable_sdltest+set}" = set; then
44875   enableval=$enable_sdltest;
44876 else
44877   enable_sdltest=yes
44878 fi
44879
44880
44881   if test x$sdl_exec_prefix != x ; then
44882     sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
44883     if test x${SDL_CONFIG+set} != xset ; then
44884       SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
44885     fi
44886   fi
44887   if test x$sdl_prefix != x ; then
44888     sdl_args="$sdl_args --prefix=$sdl_prefix"
44889     if test x${SDL_CONFIG+set} != xset ; then
44890       SDL_CONFIG=$sdl_prefix/bin/sdl-config
44891     fi
44892   fi
44893
44894   if test "x$prefix" != xNONE; then
44895     PATH="$prefix/bin:$prefix/usr/bin:$PATH"
44896   fi
44897   # Extract the first word of "sdl-config", so it can be a program name with args.
44898 set dummy sdl-config; ac_word=$2
44899 { echo "$as_me:$LINENO: checking for $ac_word" >&5
44900 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
44901 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
44902   echo $ECHO_N "(cached) $ECHO_C" >&6
44903 else
44904   case $SDL_CONFIG in
44905   [\\/]* | ?:[\\/]*)
44906   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
44907   ;;
44908   *)
44909   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44910 for as_dir in $PATH
44911 do
44912   IFS=$as_save_IFS
44913   test -z "$as_dir" && as_dir=.
44914   for ac_exec_ext in '' $ac_executable_extensions; do
44915   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44916     ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44917     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44918     break 2
44919   fi
44920 done
44921 done
44922 IFS=$as_save_IFS
44923
44924   test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
44925   ;;
44926 esac
44927 fi
44928 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
44929 if test -n "$SDL_CONFIG"; then
44930   { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
44931 echo "${ECHO_T}$SDL_CONFIG" >&6; }
44932 else
44933   { echo "$as_me:$LINENO: result: no" >&5
44934 echo "${ECHO_T}no" >&6; }
44935 fi
44936
44937
44938   min_sdl_version=1.2.0
44939   { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
44940 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
44941   no_sdl=""
44942   if test "$SDL_CONFIG" = "no" ; then
44943     no_sdl=yes
44944   else
44945     SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
44946     SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
44947
44948     sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
44949            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44950     sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
44951            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44952     sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
44953            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44954     if test "x$enable_sdltest" = "xyes" ; then
44955       ac_save_CFLAGS="$CFLAGS"
44956       ac_save_CXXFLAGS="$CXXFLAGS"
44957       ac_save_LIBS="$LIBS"
44958       CFLAGS="$CFLAGS $SDL_CFLAGS"
44959       CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
44960       LIBS="$LIBS $SDL_LIBS"
44961       rm -f conf.sdltest
44962       if test "$cross_compiling" = yes; then
44963   echo $ac_n "cross compiling; assumed OK... $ac_c"
44964 else
44965   cat >conftest.$ac_ext <<_ACEOF
44966 /* confdefs.h.  */
44967 _ACEOF
44968 cat confdefs.h >>conftest.$ac_ext
44969 cat >>conftest.$ac_ext <<_ACEOF
44970 /* end confdefs.h.  */
44971
44972 #include <stdio.h>
44973 #include <stdlib.h>
44974 #include <string.h>
44975 #include "SDL.h"
44976
44977 char*
44978 my_strdup (char *str)
44979 {
44980   char *new_str;
44981
44982   if (str)
44983     {
44984       new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
44985       strcpy (new_str, str);
44986     }
44987   else
44988     new_str = NULL;
44989
44990   return new_str;
44991 }
44992
44993 int main (int argc, char *argv[])
44994 {
44995   int major, minor, micro;
44996   char *tmp_version;
44997
44998   /* This hangs on some systems (?)
44999   system ("touch conf.sdltest");
45000   */
45001   { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
45002
45003   /* HP/UX 9 (%@#!) writes to sscanf strings */
45004   tmp_version = my_strdup("$min_sdl_version");
45005   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
45006      printf("%s, bad version string\n", "$min_sdl_version");
45007      exit(1);
45008    }
45009
45010    if (($sdl_major_version > major) ||
45011       (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
45012       (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
45013     {
45014       return 0;
45015     }
45016   else
45017     {
45018       printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
45019       printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
45020       printf("*** best to upgrade to the required version.\n");
45021       printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
45022       printf("*** to point to the correct copy of sdl-config, and remove the file\n");
45023       printf("*** config.cache before re-running configure\n");
45024       return 1;
45025     }
45026 }
45027
45028
45029 _ACEOF
45030 rm -f conftest$ac_exeext
45031 if { (ac_try="$ac_link"
45032 case "(($ac_try" in
45033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45034   *) ac_try_echo=$ac_try;;
45035 esac
45036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45037   (eval "$ac_link") 2>&5
45038   ac_status=$?
45039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45040   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
45041   { (case "(($ac_try" in
45042   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45043   *) ac_try_echo=$ac_try;;
45044 esac
45045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45046   (eval "$ac_try") 2>&5
45047   ac_status=$?
45048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45049   (exit $ac_status); }; }; then
45050   :
45051 else
45052   echo "$as_me: program exited with status $ac_status" >&5
45053 echo "$as_me: failed program was:" >&5
45054 sed 's/^/| /' conftest.$ac_ext >&5
45055
45056 ( exit $ac_status )
45057 no_sdl=yes
45058 fi
45059 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
45060 fi
45061
45062
45063        CFLAGS="$ac_save_CFLAGS"
45064        CXXFLAGS="$ac_save_CXXFLAGS"
45065        LIBS="$ac_save_LIBS"
45066      fi
45067   fi
45068   if test "x$no_sdl" = x ; then
45069      { echo "$as_me:$LINENO: result: yes" >&5
45070 echo "${ECHO_T}yes" >&6; }
45071
45072                     EXTRALIBS_SDL="$SDL_LIBS"
45073                     CFLAGS="$SDL_CFLAGS $CFLAGS"
45074                     CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
45075                     cat >>confdefs.h <<\_ACEOF
45076 #define wxUSE_LIBSDL 1
45077 _ACEOF
45078
45079
45080   else
45081      { echo "$as_me:$LINENO: result: no" >&5
45082 echo "${ECHO_T}no" >&6; }
45083      if test "$SDL_CONFIG" = "no" ; then
45084        echo "*** The sdl-config script installed by SDL could not be found"
45085        echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
45086        echo "*** your path, or set the SDL_CONFIG environment variable to the"
45087        echo "*** full path to sdl-config."
45088      else
45089        if test -f conf.sdltest ; then
45090         :
45091        else
45092           echo "*** Could not run SDL test program, checking why..."
45093           CFLAGS="$CFLAGS $SDL_CFLAGS"
45094           CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
45095           LIBS="$LIBS $SDL_LIBS"
45096           cat >conftest.$ac_ext <<_ACEOF
45097 /* confdefs.h.  */
45098 _ACEOF
45099 cat confdefs.h >>conftest.$ac_ext
45100 cat >>conftest.$ac_ext <<_ACEOF
45101 /* end confdefs.h.  */
45102
45103 #include <stdio.h>
45104 #include "SDL.h"
45105
45106 int main(int argc, char *argv[])
45107 { return 0; }
45108 #undef  main
45109 #define main K_and_R_C_main
45110
45111 int
45112 main ()
45113 {
45114  return 0;
45115   ;
45116   return 0;
45117 }
45118 _ACEOF
45119 rm -f conftest.$ac_objext conftest$ac_exeext
45120 if { (ac_try="$ac_link"
45121 case "(($ac_try" in
45122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45123   *) ac_try_echo=$ac_try;;
45124 esac
45125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45126   (eval "$ac_link") 2>conftest.er1
45127   ac_status=$?
45128   grep -v '^ *+' conftest.er1 >conftest.err
45129   rm -f conftest.er1
45130   cat conftest.err >&5
45131   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45132   (exit $ac_status); } && {
45133          test -z "$ac_c_werror_flag" ||
45134          test ! -s conftest.err
45135        } && test -s conftest$ac_exeext &&
45136        $as_test_x conftest$ac_exeext; then
45137    echo "*** The test program compiled, but did not run. This usually means"
45138           echo "*** that the run-time linker is not finding SDL or finding the wrong"
45139           echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
45140           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
45141           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
45142           echo "*** is required on your system"
45143           echo "***"
45144           echo "*** If you have an old version installed, it is best to remove it, although"
45145           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
45146 else
45147   echo "$as_me: failed program was:" >&5
45148 sed 's/^/| /' conftest.$ac_ext >&5
45149
45150          echo "*** The test program failed to compile or link. See the file config.log for the"
45151           echo "*** exact error that occured. This usually means SDL was incorrectly installed"
45152           echo "*** or that you have moved SDL since it was installed. In the latter case, you"
45153           echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
45154 fi
45155
45156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45157       conftest$ac_exeext conftest.$ac_ext
45158           CFLAGS="$ac_save_CFLAGS"
45159           CXXFLAGS="$ac_save_CXXFLAGS"
45160           LIBS="$ac_save_LIBS"
45161        fi
45162      fi
45163      SDL_CFLAGS=""
45164      SDL_LIBS=""
45165      wxUSE_LIBSDL="no"
45166   fi
45167
45168
45169   rm -f conf.sdltest
45170
45171       if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
45172         WITH_PLUGIN_SDL=1
45173       fi
45174     fi
45175   else
45176         if test "$wxUSE_MGL" = 1; then
45177         { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
45178 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
45179         wxUSE_SOUND="no"
45180     fi
45181   fi
45182 fi
45183
45184 if test "$wxUSE_SOUND" = "yes"; then
45185   cat >>confdefs.h <<\_ACEOF
45186 #define wxUSE_SOUND 1
45187 _ACEOF
45188
45189   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
45190 fi
45191
45192 if test "$WXGTK20" = 1; then
45193
45194
45195 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
45196         if test -n "$ac_tool_prefix"; then
45197   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
45198 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
45199 { echo "$as_me:$LINENO: checking for $ac_word" >&5
45200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
45201 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
45202   echo $ECHO_N "(cached) $ECHO_C" >&6
45203 else
45204   case $PKG_CONFIG in
45205   [\\/]* | ?:[\\/]*)
45206   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
45207   ;;
45208   *)
45209   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45210 for as_dir in $PATH
45211 do
45212   IFS=$as_save_IFS
45213   test -z "$as_dir" && as_dir=.
45214   for ac_exec_ext in '' $ac_executable_extensions; do
45215   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
45216     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
45217     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45218     break 2
45219   fi
45220 done
45221 done
45222 IFS=$as_save_IFS
45223
45224   ;;
45225 esac
45226 fi
45227 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
45228 if test -n "$PKG_CONFIG"; then
45229   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
45230 echo "${ECHO_T}$PKG_CONFIG" >&6; }
45231 else
45232   { echo "$as_me:$LINENO: result: no" >&5
45233 echo "${ECHO_T}no" >&6; }
45234 fi
45235
45236
45237 fi
45238 if test -z "$ac_cv_path_PKG_CONFIG"; then
45239   ac_pt_PKG_CONFIG=$PKG_CONFIG
45240   # Extract the first word of "pkg-config", so it can be a program name with args.
45241 set dummy pkg-config; ac_word=$2
45242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
45243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
45244 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
45245   echo $ECHO_N "(cached) $ECHO_C" >&6
45246 else
45247   case $ac_pt_PKG_CONFIG in
45248   [\\/]* | ?:[\\/]*)
45249   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
45250   ;;
45251   *)
45252   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45253 for as_dir in $PATH
45254 do
45255   IFS=$as_save_IFS
45256   test -z "$as_dir" && as_dir=.
45257   for ac_exec_ext in '' $ac_executable_extensions; do
45258   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
45259     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
45260     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45261     break 2
45262   fi
45263 done
45264 done
45265 IFS=$as_save_IFS
45266
45267   ;;
45268 esac
45269 fi
45270 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
45271 if test -n "$ac_pt_PKG_CONFIG"; then
45272   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
45273 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
45274 else
45275   { echo "$as_me:$LINENO: result: no" >&5
45276 echo "${ECHO_T}no" >&6; }
45277 fi
45278
45279   if test "x$ac_pt_PKG_CONFIG" = x; then
45280     PKG_CONFIG=""
45281   else
45282     case $cross_compiling:$ac_tool_warned in
45283 yes:)
45284 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
45285 whose name does not start with the host triplet.  If you think this
45286 configuration is useful to you, please write to autoconf@gnu.org." >&5
45287 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
45288 whose name does not start with the host triplet.  If you think this
45289 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
45290 ac_tool_warned=yes ;;
45291 esac
45292     PKG_CONFIG=$ac_pt_PKG_CONFIG
45293   fi
45294 else
45295   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
45296 fi
45297
45298 fi
45299 if test -n "$PKG_CONFIG"; then
45300         _pkg_min_version=0.9.0
45301         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
45302 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
45303         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
45304                 { echo "$as_me:$LINENO: result: yes" >&5
45305 echo "${ECHO_T}yes" >&6; }
45306         else
45307                 { echo "$as_me:$LINENO: result: no" >&5
45308 echo "${ECHO_T}no" >&6; }
45309                 PKG_CONFIG=""
45310         fi
45311
45312 fi
45313
45314     if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
45315
45316         if test "$wxUSE_GTKPRINT" = "yes" ; then
45317
45318
45319 pkg_failed=no
45320 { echo "$as_me:$LINENO: checking for GTKPRINT" >&5
45321 echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6; }
45322
45323 if test -n "$PKG_CONFIG"; then
45324     if test -n "$GTKPRINT_CFLAGS"; then
45325         pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
45326     else
45327         if test -n "$PKG_CONFIG" && \
45328     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
45329   ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
45330   ac_status=$?
45331   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45332   (exit $ac_status); }; then
45333   pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
45334 else
45335   pkg_failed=yes
45336 fi
45337     fi
45338 else
45339         pkg_failed=untried
45340 fi
45341 if test -n "$PKG_CONFIG"; then
45342     if test -n "$GTKPRINT_LIBS"; then
45343         pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
45344     else
45345         if test -n "$PKG_CONFIG" && \
45346     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
45347   ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
45348   ac_status=$?
45349   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45350   (exit $ac_status); }; then
45351   pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
45352 else
45353   pkg_failed=yes
45354 fi
45355     fi
45356 else
45357         pkg_failed=untried
45358 fi
45359
45360
45361
45362 if test $pkg_failed = yes; then
45363
45364 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
45365         _pkg_short_errors_supported=yes
45366 else
45367         _pkg_short_errors_supported=no
45368 fi
45369         if test $_pkg_short_errors_supported = yes; then
45370                 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
45371         else
45372                 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
45373         fi
45374         # Put the nasty error message in config.log where it belongs
45375         echo "$GTKPRINT_PKG_ERRORS" >&5
45376
45377
45378                         { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
45379 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
45380                         wxUSE_GTKPRINT="no"
45381
45382
45383 elif test $pkg_failed = untried; then
45384
45385                         { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
45386 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
45387                         wxUSE_GTKPRINT="no"
45388
45389
45390 else
45391         GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
45392         GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
45393         { echo "$as_me:$LINENO: result: yes" >&5
45394 echo "${ECHO_T}yes" >&6; }
45395
45396                         CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
45397                         CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
45398                         cat >>confdefs.h <<\_ACEOF
45399 #define wxUSE_GTKPRINT 1
45400 _ACEOF
45401
45402
45403 fi
45404         fi
45405
45406         if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
45407
45408
45409 pkg_failed=no
45410 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
45411 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
45412
45413 if test -n "$PKG_CONFIG"; then
45414     if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
45415         pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
45416     else
45417         if test -n "$PKG_CONFIG" && \
45418     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
45419   ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
45420   ac_status=$?
45421   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45422   (exit $ac_status); }; then
45423   pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
45424 else
45425   pkg_failed=yes
45426 fi
45427     fi
45428 else
45429         pkg_failed=untried
45430 fi
45431 if test -n "$PKG_CONFIG"; then
45432     if test -n "$LIBGNOMEPRINTUI_LIBS"; then
45433         pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
45434     else
45435         if test -n "$PKG_CONFIG" && \
45436     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
45437   ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
45438   ac_status=$?
45439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45440   (exit $ac_status); }; then
45441   pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
45442 else
45443   pkg_failed=yes
45444 fi
45445     fi
45446 else
45447         pkg_failed=untried
45448 fi
45449
45450
45451
45452 if test $pkg_failed = yes; then
45453
45454 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
45455         _pkg_short_errors_supported=yes
45456 else
45457         _pkg_short_errors_supported=no
45458 fi
45459         if test $_pkg_short_errors_supported = yes; then
45460                 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
45461         else
45462                 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
45463         fi
45464         # Put the nasty error message in config.log where it belongs
45465         echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
45466
45467
45468                         { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
45469 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
45470                         wxUSE_LIBGNOMEPRINT="no"
45471
45472
45473 elif test $pkg_failed = untried; then
45474
45475                         { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
45476 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
45477                         wxUSE_LIBGNOMEPRINT="no"
45478
45479
45480 else
45481         LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
45482         LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
45483         { echo "$as_me:$LINENO: result: yes" >&5
45484 echo "${ECHO_T}yes" >&6; }
45485
45486                         CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
45487                         CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
45488                         cat >>confdefs.h <<\_ACEOF
45489 #define wxUSE_LIBGNOMEPRINT 1
45490 _ACEOF
45491
45492
45493 fi
45494         fi
45495     fi
45496
45497     if test "$wxUSE_MIMETYPE" = "yes" ; then
45498         if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
45499
45500
45501 pkg_failed=no
45502 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
45503 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
45504
45505 if test -n "$PKG_CONFIG"; then
45506     if test -n "$GNOMEVFS_CFLAGS"; then
45507         pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
45508     else
45509         if test -n "$PKG_CONFIG" && \
45510     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
45511   ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
45512   ac_status=$?
45513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45514   (exit $ac_status); }; then
45515   pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
45516 else
45517   pkg_failed=yes
45518 fi
45519     fi
45520 else
45521         pkg_failed=untried
45522 fi
45523 if test -n "$PKG_CONFIG"; then
45524     if test -n "$GNOMEVFS_LIBS"; then
45525         pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
45526     else
45527         if test -n "$PKG_CONFIG" && \
45528     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
45529   ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
45530   ac_status=$?
45531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45532   (exit $ac_status); }; then
45533   pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
45534 else
45535   pkg_failed=yes
45536 fi
45537     fi
45538 else
45539         pkg_failed=untried
45540 fi
45541
45542
45543
45544 if test $pkg_failed = yes; then
45545
45546 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
45547         _pkg_short_errors_supported=yes
45548 else
45549         _pkg_short_errors_supported=no
45550 fi
45551         if test $_pkg_short_errors_supported = yes; then
45552                 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
45553         else
45554                 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
45555         fi
45556         # Put the nasty error message in config.log where it belongs
45557         echo "$GNOMEVFS_PKG_ERRORS" >&5
45558
45559
45560                         { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
45561 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
45562                         wxUSE_LIBGNOMEVFS="no"
45563
45564
45565 elif test $pkg_failed = untried; then
45566
45567                         { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
45568 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
45569                         wxUSE_LIBGNOMEVFS="no"
45570
45571
45572 else
45573         GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
45574         GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
45575         { echo "$as_me:$LINENO: result: yes" >&5
45576 echo "${ECHO_T}yes" >&6; }
45577
45578                         CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
45579                         CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
45580                         cat >>confdefs.h <<\_ACEOF
45581 #define wxUSE_LIBGNOMEVFS 1
45582 _ACEOF
45583
45584
45585 fi
45586         fi
45587     fi
45588
45589     if test "$wxUSE_LIBHILDON" = "yes" ; then
45590
45591 pkg_failed=no
45592 { echo "$as_me:$LINENO: checking for HILDON" >&5
45593 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
45594
45595 if test -n "$PKG_CONFIG"; then
45596     if test -n "$HILDON_CFLAGS"; then
45597         pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
45598     else
45599         if test -n "$PKG_CONFIG" && \
45600     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
45601   ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
45602   ac_status=$?
45603   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45604   (exit $ac_status); }; then
45605   pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
45606 else
45607   pkg_failed=yes
45608 fi
45609     fi
45610 else
45611         pkg_failed=untried
45612 fi
45613 if test -n "$PKG_CONFIG"; then
45614     if test -n "$HILDON_LIBS"; then
45615         pkg_cv_HILDON_LIBS="$HILDON_LIBS"
45616     else
45617         if test -n "$PKG_CONFIG" && \
45618     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
45619   ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
45620   ac_status=$?
45621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
45622   (exit $ac_status); }; then
45623   pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
45624 else
45625   pkg_failed=yes
45626 fi
45627     fi
45628 else
45629         pkg_failed=untried
45630 fi
45631
45632
45633
45634 if test $pkg_failed = yes; then
45635
45636 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
45637         _pkg_short_errors_supported=yes
45638 else
45639         _pkg_short_errors_supported=no
45640 fi
45641         if test $_pkg_short_errors_supported = yes; then
45642                 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
45643         else
45644                 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
45645         fi
45646         # Put the nasty error message in config.log where it belongs
45647         echo "$HILDON_PKG_ERRORS" >&5
45648
45649
45650                 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
45651 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
45652                         wxUSE_LIBHILDON="no"
45653
45654
45655 elif test $pkg_failed = untried; then
45656
45657                 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
45658 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
45659                         wxUSE_LIBHILDON="no"
45660
45661
45662 else
45663         HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
45664         HILDON_LIBS=$pkg_cv_HILDON_LIBS
45665         { echo "$as_me:$LINENO: result: yes" >&5
45666 echo "${ECHO_T}yes" >&6; }
45667
45668                 EXTRALIBS_HILDON="$HILDON_LIBS"
45669                 CFLAGS="$CFLAGS $HILDON_CFLAGS"
45670                 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
45671                 cat >>confdefs.h <<\_ACEOF
45672 #define wxUSE_LIBHILDON 1
45673 _ACEOF
45674
45675
45676 fi
45677     fi
45678 fi
45679
45680 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
45681   cat >>confdefs.h <<\_ACEOF
45682 #define wxUSE_CMDLINE_PARSER 1
45683 _ACEOF
45684
45685 fi
45686
45687 if test "$wxUSE_STOPWATCH" = "yes"; then
45688   cat >>confdefs.h <<\_ACEOF
45689 #define wxUSE_STOPWATCH 1
45690 _ACEOF
45691
45692 fi
45693
45694 if test "$wxUSE_DATETIME" = "yes"; then
45695   cat >>confdefs.h <<\_ACEOF
45696 #define wxUSE_DATETIME 1
45697 _ACEOF
45698
45699 fi
45700
45701 if test "$wxUSE_FILE" = "yes"; then
45702   cat >>confdefs.h <<\_ACEOF
45703 #define wxUSE_FILE 1
45704 _ACEOF
45705
45706 fi
45707
45708 if test "$wxUSE_FFILE" = "yes"; then
45709   cat >>confdefs.h <<\_ACEOF
45710 #define wxUSE_FFILE 1
45711 _ACEOF
45712
45713 fi
45714
45715 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
45716   if test "$wxUSE_STREAMS" != yes; then
45717     { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
45718 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
45719     wxUSE_ARCHIVE_STREAMS=no
45720   else
45721     cat >>confdefs.h <<\_ACEOF
45722 #define wxUSE_ARCHIVE_STREAMS 1
45723 _ACEOF
45724
45725   fi
45726 fi
45727
45728 if test "$wxUSE_ZIPSTREAM" = "yes"; then
45729   if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
45730     { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
45731 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
45732   elif test "$wxUSE_ZLIB" = "no"; then
45733     { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
45734 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
45735   else
45736     cat >>confdefs.h <<\_ACEOF
45737 #define wxUSE_ZIPSTREAM 1
45738 _ACEOF
45739
45740   fi
45741 fi
45742
45743 if test "$wxUSE_TARSTREAM" = "yes"; then
45744   if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
45745     { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
45746 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
45747   else
45748     cat >>confdefs.h <<\_ACEOF
45749 #define wxUSE_TARSTREAM 1
45750 _ACEOF
45751
45752   fi
45753 fi
45754
45755 if test "$wxUSE_FILESYSTEM" = "yes"; then
45756   if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
45757     { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
45758 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
45759     wxUSE_FILESYSTEM=no
45760   else
45761     cat >>confdefs.h <<\_ACEOF
45762 #define wxUSE_FILESYSTEM 1
45763 _ACEOF
45764
45765   fi
45766 fi
45767
45768 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
45769   if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
45770     { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
45771 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
45772   else
45773     cat >>confdefs.h <<\_ACEOF
45774 #define wxUSE_FS_ARCHIVE 1
45775 _ACEOF
45776
45777   fi
45778 fi
45779
45780 if test "$wxUSE_FS_ZIP" = "yes"; then
45781   if test "$wxUSE_FS_ARCHIVE" != yes; then
45782     { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
45783 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
45784   else
45785     cat >>confdefs.h <<\_ACEOF
45786 #define wxUSE_FS_ZIP 1
45787 _ACEOF
45788
45789   fi
45790 fi
45791
45792 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
45793   if test "$USE_UNIX" != 1; then
45794     { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
45795 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
45796     wxUSE_ON_FATAL_EXCEPTION=no
45797   else
45798     cat >>confdefs.h <<\_ACEOF
45799 #define wxUSE_ON_FATAL_EXCEPTION 1
45800 _ACEOF
45801
45802   fi
45803 fi
45804
45805 if test "$wxUSE_STACKWALKER" = "yes"; then
45806     cat >>confdefs.h <<\_ACEOF
45807 #define wxUSE_STACKWALKER 1
45808 _ACEOF
45809
45810 fi
45811
45812 if test "$wxUSE_DEBUGREPORT" = "yes"; then
45813     if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
45814         { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
45815 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
45816         wxUSE_DEBUGREPORT=no
45817     else
45818         cat >>confdefs.h <<\_ACEOF
45819 #define wxUSE_DEBUGREPORT 1
45820 _ACEOF
45821
45822         if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
45823             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
45824         fi
45825     fi
45826 fi
45827
45828 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
45829   cat >>confdefs.h <<\_ACEOF
45830 #define wxUSE_SNGLINST_CHECKER 1
45831 _ACEOF
45832
45833 fi
45834
45835 if test "$wxUSE_BUSYINFO" = "yes"; then
45836   cat >>confdefs.h <<\_ACEOF
45837 #define wxUSE_BUSYINFO 1
45838 _ACEOF
45839
45840 fi
45841
45842 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
45843   cat >>confdefs.h <<\_ACEOF
45844 #define wxUSE_STD_IOSTREAM 1
45845 _ACEOF
45846
45847 fi
45848
45849 if test "$wxUSE_STD_STRING" = "yes"; then
45850   cat >>confdefs.h <<\_ACEOF
45851 #define wxUSE_STD_STRING 1
45852 _ACEOF
45853
45854 fi
45855
45856 if test "$wxUSE_STDPATHS" = "yes"; then
45857   cat >>confdefs.h <<\_ACEOF
45858 #define wxUSE_STDPATHS 1
45859 _ACEOF
45860
45861 fi
45862
45863 if test "$wxUSE_TEXTBUFFER" = "yes"; then
45864     cat >>confdefs.h <<\_ACEOF
45865 #define wxUSE_TEXTBUFFER 1
45866 _ACEOF
45867
45868 fi
45869
45870 if test "$wxUSE_TEXTFILE" = "yes"; then
45871   if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
45872     { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
45873 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
45874   else
45875     cat >>confdefs.h <<\_ACEOF
45876 #define wxUSE_TEXTFILE 1
45877 _ACEOF
45878
45879   fi
45880 fi
45881
45882 if test "$wxUSE_CONFIG" = "yes" ; then
45883   if test "$wxUSE_TEXTFILE" != "yes"; then
45884     { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
45885 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
45886   else
45887     cat >>confdefs.h <<\_ACEOF
45888 #define wxUSE_CONFIG 1
45889 _ACEOF
45890
45891     cat >>confdefs.h <<\_ACEOF
45892 #define wxUSE_CONFIG_NATIVE 1
45893 _ACEOF
45894
45895     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
45896   fi
45897 fi
45898
45899 if test "$wxUSE_INTL" = "yes" ; then
45900   if test "$wxUSE_FILE" != "yes"; then
45901     { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
45902 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
45903   else
45904     cat >>confdefs.h <<\_ACEOF
45905 #define wxUSE_INTL 1
45906 _ACEOF
45907
45908     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
45909     GUIDIST="$GUIDIST INTL_DIST"
45910   fi
45911 fi
45912
45913 if test "$wxUSE_LOG" = "yes"; then
45914   cat >>confdefs.h <<\_ACEOF
45915 #define wxUSE_LOG 1
45916 _ACEOF
45917
45918
45919     if test "$wxUSE_LOGGUI" = "yes"; then
45920       cat >>confdefs.h <<\_ACEOF
45921 #define wxUSE_LOGGUI 1
45922 _ACEOF
45923
45924     fi
45925
45926     if test "$wxUSE_LOGWINDOW" = "yes"; then
45927       cat >>confdefs.h <<\_ACEOF
45928 #define wxUSE_LOGWINDOW 1
45929 _ACEOF
45930
45931     fi
45932
45933     if test "$wxUSE_LOGDIALOG" = "yes"; then
45934       cat >>confdefs.h <<\_ACEOF
45935 #define wxUSE_LOG_DIALOG 1
45936 _ACEOF
45937
45938     fi
45939
45940         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
45941 fi
45942
45943 if test "$wxUSE_LONGLONG" = "yes"; then
45944   cat >>confdefs.h <<\_ACEOF
45945 #define wxUSE_LONGLONG 1
45946 _ACEOF
45947
45948 fi
45949
45950 if test "$wxUSE_GEOMETRY" = "yes"; then
45951   cat >>confdefs.h <<\_ACEOF
45952 #define wxUSE_GEOMETRY 1
45953 _ACEOF
45954
45955 fi
45956
45957 if test "$wxUSE_BASE64" = "yes"; then
45958   cat >>confdefs.h <<\_ACEOF
45959 #define wxUSE_BASE64 1
45960 _ACEOF
45961
45962 fi
45963
45964 if test "$wxUSE_STREAMS" = "yes" ; then
45965   cat >>confdefs.h <<\_ACEOF
45966 #define wxUSE_STREAMS 1
45967 _ACEOF
45968
45969 fi
45970
45971 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
45972   cat >>confdefs.h <<\_ACEOF
45973 #define wxUSE_PRINTF_POS_PARAMS 1
45974 _ACEOF
45975
45976 fi
45977
45978 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
45979   cat >>confdefs.h <<\_ACEOF
45980 #define wxUSE_OBJC_UNIQUIFYING 1
45981 _ACEOF
45982
45983 fi
45984
45985
45986 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
45987     cat >>confdefs.h <<\_ACEOF
45988 #define wxUSE_CONSOLE_EVENTLOOP 1
45989 _ACEOF
45990
45991
45992     if test "$wxUSE_UNIX" = "yes"; then
45993         if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
45994             cat >>confdefs.h <<\_ACEOF
45995 #define wxUSE_SELECT_DISPATCHER 1
45996 _ACEOF
45997
45998         fi
45999
46000         if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
46001
46002 for ac_header in sys/epoll.h
46003 do
46004 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
46005 { echo "$as_me:$LINENO: checking for $ac_header" >&5
46006 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
46007 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
46008   echo $ECHO_N "(cached) $ECHO_C" >&6
46009 else
46010   cat >conftest.$ac_ext <<_ACEOF
46011 /* confdefs.h.  */
46012 _ACEOF
46013 cat confdefs.h >>conftest.$ac_ext
46014 cat >>conftest.$ac_ext <<_ACEOF
46015 /* end confdefs.h.  */
46016 $ac_includes_default
46017
46018 #include <$ac_header>
46019 _ACEOF
46020 rm -f conftest.$ac_objext
46021 if { (ac_try="$ac_compile"
46022 case "(($ac_try" in
46023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46024   *) ac_try_echo=$ac_try;;
46025 esac
46026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46027   (eval "$ac_compile") 2>conftest.er1
46028   ac_status=$?
46029   grep -v '^ *+' conftest.er1 >conftest.err
46030   rm -f conftest.er1
46031   cat conftest.err >&5
46032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46033   (exit $ac_status); } && {
46034          test -z "$ac_c_werror_flag" ||
46035          test ! -s conftest.err
46036        } && test -s conftest.$ac_objext; then
46037   eval "$as_ac_Header=yes"
46038 else
46039   echo "$as_me: failed program was:" >&5
46040 sed 's/^/| /' conftest.$ac_ext >&5
46041
46042         eval "$as_ac_Header=no"
46043 fi
46044
46045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46046 fi
46047 ac_res=`eval echo '${'$as_ac_Header'}'`
46048                { echo "$as_me:$LINENO: result: $ac_res" >&5
46049 echo "${ECHO_T}$ac_res" >&6; }
46050 if test `eval echo '${'$as_ac_Header'}'` = yes; then
46051   cat >>confdefs.h <<_ACEOF
46052 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
46053 _ACEOF
46054
46055 fi
46056
46057 done
46058
46059             if test "$ac_cv_header_sys_epoll_h" = "yes"; then
46060                 cat >>confdefs.h <<\_ACEOF
46061 #define wxUSE_EPOLL_DISPATCHER 1
46062 _ACEOF
46063
46064             else
46065                 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
46066 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
46067             fi
46068         fi
46069     fi
46070 fi
46071
46072
46073
46074
46075 for ac_func in gettimeofday ftime
46076 do
46077 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
46078 { echo "$as_me:$LINENO: checking for $ac_func" >&5
46079 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
46080 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
46081   echo $ECHO_N "(cached) $ECHO_C" >&6
46082 else
46083   cat >conftest.$ac_ext <<_ACEOF
46084 /* confdefs.h.  */
46085 _ACEOF
46086 cat confdefs.h >>conftest.$ac_ext
46087 cat >>conftest.$ac_ext <<_ACEOF
46088 /* end confdefs.h.  */
46089 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
46090    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
46091 #define $ac_func innocuous_$ac_func
46092
46093 /* System header to define __stub macros and hopefully few prototypes,
46094     which can conflict with char $ac_func (); below.
46095     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46096     <limits.h> exists even on freestanding compilers.  */
46097
46098 #ifdef __STDC__
46099 # include <limits.h>
46100 #else
46101 # include <assert.h>
46102 #endif
46103
46104 #undef $ac_func
46105
46106 /* Override any GCC internal prototype to avoid an error.
46107    Use char because int might match the return type of a GCC
46108    builtin and then its argument prototype would still apply.  */
46109 #ifdef __cplusplus
46110 extern "C"
46111 #endif
46112 char $ac_func ();
46113 /* The GNU C library defines this for functions which it implements
46114     to always fail with ENOSYS.  Some functions are actually named
46115     something starting with __ and the normal name is an alias.  */
46116 #if defined __stub_$ac_func || defined __stub___$ac_func
46117 choke me
46118 #endif
46119
46120 int
46121 main ()
46122 {
46123 return $ac_func ();
46124   ;
46125   return 0;
46126 }
46127 _ACEOF
46128 rm -f conftest.$ac_objext conftest$ac_exeext
46129 if { (ac_try="$ac_link"
46130 case "(($ac_try" in
46131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46132   *) ac_try_echo=$ac_try;;
46133 esac
46134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46135   (eval "$ac_link") 2>conftest.er1
46136   ac_status=$?
46137   grep -v '^ *+' conftest.er1 >conftest.err
46138   rm -f conftest.er1
46139   cat conftest.err >&5
46140   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46141   (exit $ac_status); } && {
46142          test -z "$ac_c_werror_flag" ||
46143          test ! -s conftest.err
46144        } && test -s conftest$ac_exeext &&
46145        $as_test_x conftest$ac_exeext; then
46146   eval "$as_ac_var=yes"
46147 else
46148   echo "$as_me: failed program was:" >&5
46149 sed 's/^/| /' conftest.$ac_ext >&5
46150
46151         eval "$as_ac_var=no"
46152 fi
46153
46154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46155       conftest$ac_exeext conftest.$ac_ext
46156 fi
46157 ac_res=`eval echo '${'$as_ac_var'}'`
46158                { echo "$as_me:$LINENO: result: $ac_res" >&5
46159 echo "${ECHO_T}$ac_res" >&6; }
46160 if test `eval echo '${'$as_ac_var'}'` = yes; then
46161   cat >>confdefs.h <<_ACEOF
46162 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
46163 _ACEOF
46164  break
46165 fi
46166 done
46167
46168
46169 if test "$ac_cv_func_gettimeofday" = "yes"; then
46170     { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
46171 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
46172 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
46173   echo $ECHO_N "(cached) $ECHO_C" >&6
46174 else
46175
46176                 cat >conftest.$ac_ext <<_ACEOF
46177 /* confdefs.h.  */
46178 _ACEOF
46179 cat confdefs.h >>conftest.$ac_ext
46180 cat >>conftest.$ac_ext <<_ACEOF
46181 /* end confdefs.h.  */
46182
46183                 #include <sys/time.h>
46184                 #include <unistd.h>
46185
46186 int
46187 main ()
46188 {
46189
46190                 struct timeval tv;
46191                 gettimeofday(&tv, NULL);
46192
46193   ;
46194   return 0;
46195 }
46196 _ACEOF
46197 rm -f conftest.$ac_objext
46198 if { (ac_try="$ac_compile"
46199 case "(($ac_try" in
46200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46201   *) ac_try_echo=$ac_try;;
46202 esac
46203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46204   (eval "$ac_compile") 2>conftest.er1
46205   ac_status=$?
46206   grep -v '^ *+' conftest.er1 >conftest.err
46207   rm -f conftest.er1
46208   cat conftest.err >&5
46209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46210   (exit $ac_status); } && {
46211          test -z "$ac_c_werror_flag" ||
46212          test ! -s conftest.err
46213        } && test -s conftest.$ac_objext; then
46214   wx_cv_func_gettimeofday_has_2_args=yes
46215 else
46216   echo "$as_me: failed program was:" >&5
46217 sed 's/^/| /' conftest.$ac_ext >&5
46218
46219         cat >conftest.$ac_ext <<_ACEOF
46220 /* confdefs.h.  */
46221 _ACEOF
46222 cat confdefs.h >>conftest.$ac_ext
46223 cat >>conftest.$ac_ext <<_ACEOF
46224 /* end confdefs.h.  */
46225
46226                     #include <sys/time.h>
46227                     #include <unistd.h>
46228
46229 int
46230 main ()
46231 {
46232
46233                     struct timeval tv;
46234                     gettimeofday(&tv);
46235
46236   ;
46237   return 0;
46238 }
46239 _ACEOF
46240 rm -f conftest.$ac_objext
46241 if { (ac_try="$ac_compile"
46242 case "(($ac_try" in
46243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46244   *) ac_try_echo=$ac_try;;
46245 esac
46246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46247   (eval "$ac_compile") 2>conftest.er1
46248   ac_status=$?
46249   grep -v '^ *+' conftest.er1 >conftest.err
46250   rm -f conftest.er1
46251   cat conftest.err >&5
46252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46253   (exit $ac_status); } && {
46254          test -z "$ac_c_werror_flag" ||
46255          test ! -s conftest.err
46256        } && test -s conftest.$ac_objext; then
46257   wx_cv_func_gettimeofday_has_2_args=no
46258 else
46259   echo "$as_me: failed program was:" >&5
46260 sed 's/^/| /' conftest.$ac_ext >&5
46261
46262
46263                     { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
46264 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
46265                     wx_cv_func_gettimeofday_has_2_args=unknown
46266
46267
46268 fi
46269
46270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46271
46272 fi
46273
46274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46275
46276 fi
46277 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
46278 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
46279
46280     if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
46281         cat >>confdefs.h <<\_ACEOF
46282 #define WX_GETTIMEOFDAY_NO_TZ 1
46283 _ACEOF
46284
46285     fi
46286 fi
46287
46288 if test "$wxUSE_DATETIME" = "yes"; then
46289         { echo "$as_me:$LINENO: checking for strptime" >&5
46290 echo $ECHO_N "checking for strptime... $ECHO_C" >&6; }
46291 if test "${ac_cv_func_strptime+set}" = set; then
46292   echo $ECHO_N "(cached) $ECHO_C" >&6
46293 else
46294   cat >conftest.$ac_ext <<_ACEOF
46295 /* confdefs.h.  */
46296 _ACEOF
46297 cat confdefs.h >>conftest.$ac_ext
46298 cat >>conftest.$ac_ext <<_ACEOF
46299 /* end confdefs.h.  */
46300 /* Define strptime to an innocuous variant, in case <limits.h> declares strptime.
46301    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
46302 #define strptime innocuous_strptime
46303
46304 /* System header to define __stub macros and hopefully few prototypes,
46305     which can conflict with char strptime (); below.
46306     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46307     <limits.h> exists even on freestanding compilers.  */
46308
46309 #ifdef __STDC__
46310 # include <limits.h>
46311 #else
46312 # include <assert.h>
46313 #endif
46314
46315 #undef strptime
46316
46317 /* Override any GCC internal prototype to avoid an error.
46318    Use char because int might match the return type of a GCC
46319    builtin and then its argument prototype would still apply.  */
46320 #ifdef __cplusplus
46321 extern "C"
46322 #endif
46323 char strptime ();
46324 /* The GNU C library defines this for functions which it implements
46325     to always fail with ENOSYS.  Some functions are actually named
46326     something starting with __ and the normal name is an alias.  */
46327 #if defined __stub_strptime || defined __stub___strptime
46328 choke me
46329 #endif
46330
46331 int
46332 main ()
46333 {
46334 return strptime ();
46335   ;
46336   return 0;
46337 }
46338 _ACEOF
46339 rm -f conftest.$ac_objext conftest$ac_exeext
46340 if { (ac_try="$ac_link"
46341 case "(($ac_try" in
46342   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46343   *) ac_try_echo=$ac_try;;
46344 esac
46345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46346   (eval "$ac_link") 2>conftest.er1
46347   ac_status=$?
46348   grep -v '^ *+' conftest.er1 >conftest.err
46349   rm -f conftest.er1
46350   cat conftest.err >&5
46351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46352   (exit $ac_status); } && {
46353          test -z "$ac_c_werror_flag" ||
46354          test ! -s conftest.err
46355        } && test -s conftest$ac_exeext &&
46356        $as_test_x conftest$ac_exeext; then
46357   ac_cv_func_strptime=yes
46358 else
46359   echo "$as_me: failed program was:" >&5
46360 sed 's/^/| /' conftest.$ac_ext >&5
46361
46362         ac_cv_func_strptime=no
46363 fi
46364
46365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46366       conftest$ac_exeext conftest.$ac_ext
46367 fi
46368 { echo "$as_me:$LINENO: result: $ac_cv_func_strptime" >&5
46369 echo "${ECHO_T}$ac_cv_func_strptime" >&6; }
46370
46371     if test "$ac_cv_func_strptime" = "yes"; then
46372         { echo "$as_me:$LINENO: checking for strptime declaration" >&5
46373 echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6; }
46374 if test "${wx_cv_func_strptime_decl+set}" = set; then
46375   echo $ECHO_N "(cached) $ECHO_C" >&6
46376 else
46377
46378                 ac_ext=cpp
46379 ac_cpp='$CXXCPP $CPPFLAGS'
46380 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46381 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46382 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46383
46384                 cat >conftest.$ac_ext <<_ACEOF
46385 /* confdefs.h.  */
46386 _ACEOF
46387 cat confdefs.h >>conftest.$ac_ext
46388 cat >>conftest.$ac_ext <<_ACEOF
46389 /* end confdefs.h.  */
46390
46391                         #include <time.h>
46392
46393 int
46394 main ()
46395 {
46396
46397                         struct tm t;
46398                         strptime("foo", "bar", &t);
46399
46400   ;
46401   return 0;
46402 }
46403 _ACEOF
46404 rm -f conftest.$ac_objext
46405 if { (ac_try="$ac_compile"
46406 case "(($ac_try" in
46407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46408   *) ac_try_echo=$ac_try;;
46409 esac
46410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46411   (eval "$ac_compile") 2>conftest.er1
46412   ac_status=$?
46413   grep -v '^ *+' conftest.er1 >conftest.err
46414   rm -f conftest.er1
46415   cat conftest.err >&5
46416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46417   (exit $ac_status); } && {
46418          test -z "$ac_cxx_werror_flag" ||
46419          test ! -s conftest.err
46420        } && test -s conftest.$ac_objext; then
46421   wx_cv_func_strptime_decl=yes
46422 else
46423   echo "$as_me: failed program was:" >&5
46424 sed 's/^/| /' conftest.$ac_ext >&5
46425
46426         wx_cv_func_strptime_decl=no
46427
46428 fi
46429
46430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46431                 ac_ext=c
46432 ac_cpp='$CPP $CPPFLAGS'
46433 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46434 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46435 ac_compiler_gnu=$ac_cv_c_compiler_gnu
46436
46437
46438
46439 fi
46440 { echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
46441 echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6; }
46442     fi
46443     if test "$wx_cv_func_strptime_decl" = "yes"; then
46444         cat >>confdefs.h <<\_ACEOF
46445 #define HAVE_STRPTIME_DECL 1
46446 _ACEOF
46447
46448     else
46449         wx_strptime_decl="extern char *strptime(const char *, const char *, struct tm *);"
46450     fi
46451     if test "$ac_cv_func_strptime" = "yes"; then
46452                                         { echo "$as_me:$LINENO: checking whether strptime() fails on invalid strings" >&5
46453 echo $ECHO_N "checking whether strptime() fails on invalid strings... $ECHO_C" >&6; }
46454 if test "${wx_cv_func_strptime_ok+set}" = set; then
46455   echo $ECHO_N "(cached) $ECHO_C" >&6
46456 else
46457   if test "$cross_compiling" = yes; then
46458                   wx_cv_func_strptime_ok=no
46459
46460 else
46461   cat >conftest.$ac_ext <<_ACEOF
46462
46463                     #include <stdlib.h>
46464                     #include <time.h>
46465                     #include "confdefs.h"
46466
46467                     $wx_strptime_decl
46468
46469                     int main()
46470                     {
46471                         struct tm t;
46472                         return !!strptime("", "%x", &t);
46473                     }
46474
46475 _ACEOF
46476 rm -f conftest$ac_exeext
46477 if { (ac_try="$ac_link"
46478 case "(($ac_try" in
46479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46480   *) ac_try_echo=$ac_try;;
46481 esac
46482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46483   (eval "$ac_link") 2>&5
46484   ac_status=$?
46485   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46486   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
46487   { (case "(($ac_try" in
46488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46489   *) ac_try_echo=$ac_try;;
46490 esac
46491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46492   (eval "$ac_try") 2>&5
46493   ac_status=$?
46494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46495   (exit $ac_status); }; }; then
46496   wx_cv_func_strptime_ok=yes
46497 else
46498   echo "$as_me: program exited with status $ac_status" >&5
46499 echo "$as_me: failed program was:" >&5
46500 sed 's/^/| /' conftest.$ac_ext >&5
46501
46502 ( exit $ac_status )
46503 wx_cv_func_strptime_ok=no
46504 fi
46505 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
46506 fi
46507
46508
46509
46510 fi
46511 { echo "$as_me:$LINENO: result: $wx_cv_func_strptime_ok" >&5
46512 echo "${ECHO_T}$wx_cv_func_strptime_ok" >&6; }
46513
46514         if test "$wx_cv_func_strptime_ok" = "yes"; then
46515             cat >>confdefs.h <<\_ACEOF
46516 #define HAVE_STRPTIME 1
46517 _ACEOF
46518
46519         fi
46520     fi
46521
46522             { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
46523 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
46524 if test "${wx_cv_var_timezone+set}" = set; then
46525   echo $ECHO_N "(cached) $ECHO_C" >&6
46526 else
46527
46528                         ac_ext=cpp
46529 ac_cpp='$CXXCPP $CPPFLAGS'
46530 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46531 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46532 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46533
46534                         cat >conftest.$ac_ext <<_ACEOF
46535 /* confdefs.h.  */
46536 _ACEOF
46537 cat confdefs.h >>conftest.$ac_ext
46538 cat >>conftest.$ac_ext <<_ACEOF
46539 /* end confdefs.h.  */
46540
46541                                 #include <time.h>
46542
46543 int
46544 main ()
46545 {
46546
46547                                 int tz;
46548                                 tz = timezone;
46549
46550   ;
46551   return 0;
46552 }
46553 _ACEOF
46554 rm -f conftest.$ac_objext
46555 if { (ac_try="$ac_compile"
46556 case "(($ac_try" in
46557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46558   *) ac_try_echo=$ac_try;;
46559 esac
46560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46561   (eval "$ac_compile") 2>conftest.er1
46562   ac_status=$?
46563   grep -v '^ *+' conftest.er1 >conftest.err
46564   rm -f conftest.er1
46565   cat conftest.err >&5
46566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46567   (exit $ac_status); } && {
46568          test -z "$ac_cxx_werror_flag" ||
46569          test ! -s conftest.err
46570        } && test -s conftest.$ac_objext; then
46571
46572                                 wx_cv_var_timezone=timezone
46573
46574 else
46575   echo "$as_me: failed program was:" >&5
46576 sed 's/^/| /' conftest.$ac_ext >&5
46577
46578
46579                                 cat >conftest.$ac_ext <<_ACEOF
46580 /* confdefs.h.  */
46581 _ACEOF
46582 cat confdefs.h >>conftest.$ac_ext
46583 cat >>conftest.$ac_ext <<_ACEOF
46584 /* end confdefs.h.  */
46585
46586                                         #include <time.h>
46587
46588 int
46589 main ()
46590 {
46591
46592                                         int tz;
46593                                         tz = _timezone;
46594
46595   ;
46596   return 0;
46597 }
46598 _ACEOF
46599 rm -f conftest.$ac_objext
46600 if { (ac_try="$ac_compile"
46601 case "(($ac_try" in
46602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46603   *) ac_try_echo=$ac_try;;
46604 esac
46605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46606   (eval "$ac_compile") 2>conftest.er1
46607   ac_status=$?
46608   grep -v '^ *+' conftest.er1 >conftest.err
46609   rm -f conftest.er1
46610   cat conftest.err >&5
46611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46612   (exit $ac_status); } && {
46613          test -z "$ac_cxx_werror_flag" ||
46614          test ! -s conftest.err
46615        } && test -s conftest.$ac_objext; then
46616
46617                                         wx_cv_var_timezone=_timezone
46618
46619 else
46620   echo "$as_me: failed program was:" >&5
46621 sed 's/^/| /' conftest.$ac_ext >&5
46622
46623
46624                                         cat >conftest.$ac_ext <<_ACEOF
46625 /* confdefs.h.  */
46626 _ACEOF
46627 cat confdefs.h >>conftest.$ac_ext
46628 cat >>conftest.$ac_ext <<_ACEOF
46629 /* end confdefs.h.  */
46630
46631                                                 #include <time.h>
46632
46633 int
46634 main ()
46635 {
46636
46637                                                 int tz;
46638                                                 tz = __timezone;
46639
46640   ;
46641   return 0;
46642 }
46643 _ACEOF
46644 rm -f conftest.$ac_objext
46645 if { (ac_try="$ac_compile"
46646 case "(($ac_try" in
46647   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46648   *) ac_try_echo=$ac_try;;
46649 esac
46650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46651   (eval "$ac_compile") 2>conftest.er1
46652   ac_status=$?
46653   grep -v '^ *+' conftest.er1 >conftest.err
46654   rm -f conftest.er1
46655   cat conftest.err >&5
46656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46657   (exit $ac_status); } && {
46658          test -z "$ac_cxx_werror_flag" ||
46659          test ! -s conftest.err
46660        } && test -s conftest.$ac_objext; then
46661
46662                                                 wx_cv_var_timezone=__timezone
46663
46664 else
46665   echo "$as_me: failed program was:" >&5
46666 sed 's/^/| /' conftest.$ac_ext >&5
46667
46668
46669                                                 if test "$USE_DOS" = 0 ; then
46670                                                     { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
46671 echo "$as_me: WARNING: no timezone variable" >&2;}
46672                                                 fi
46673
46674
46675 fi
46676
46677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46678
46679
46680 fi
46681
46682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46683
46684
46685 fi
46686
46687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46688                         ac_ext=c
46689 ac_cpp='$CPP $CPPFLAGS'
46690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
46693
46694
46695
46696 fi
46697 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
46698 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
46699
46700         if test "x$wx_cv_var_timezone" != x ; then
46701         cat >>confdefs.h <<_ACEOF
46702 #define WX_TIMEZONE $wx_cv_var_timezone
46703 _ACEOF
46704
46705     fi
46706
46707
46708 for ac_func in localtime
46709 do
46710 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
46711 { echo "$as_me:$LINENO: checking for $ac_func" >&5
46712 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
46713 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
46714   echo $ECHO_N "(cached) $ECHO_C" >&6
46715 else
46716   cat >conftest.$ac_ext <<_ACEOF
46717 /* confdefs.h.  */
46718 _ACEOF
46719 cat confdefs.h >>conftest.$ac_ext
46720 cat >>conftest.$ac_ext <<_ACEOF
46721 /* end confdefs.h.  */
46722 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
46723    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
46724 #define $ac_func innocuous_$ac_func
46725
46726 /* System header to define __stub macros and hopefully few prototypes,
46727     which can conflict with char $ac_func (); below.
46728     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46729     <limits.h> exists even on freestanding compilers.  */
46730
46731 #ifdef __STDC__
46732 # include <limits.h>
46733 #else
46734 # include <assert.h>
46735 #endif
46736
46737 #undef $ac_func
46738
46739 /* Override any GCC internal prototype to avoid an error.
46740    Use char because int might match the return type of a GCC
46741    builtin and then its argument prototype would still apply.  */
46742 #ifdef __cplusplus
46743 extern "C"
46744 #endif
46745 char $ac_func ();
46746 /* The GNU C library defines this for functions which it implements
46747     to always fail with ENOSYS.  Some functions are actually named
46748     something starting with __ and the normal name is an alias.  */
46749 #if defined __stub_$ac_func || defined __stub___$ac_func
46750 choke me
46751 #endif
46752
46753 int
46754 main ()
46755 {
46756 return $ac_func ();
46757   ;
46758   return 0;
46759 }
46760 _ACEOF
46761 rm -f conftest.$ac_objext conftest$ac_exeext
46762 if { (ac_try="$ac_link"
46763 case "(($ac_try" in
46764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46765   *) ac_try_echo=$ac_try;;
46766 esac
46767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46768   (eval "$ac_link") 2>conftest.er1
46769   ac_status=$?
46770   grep -v '^ *+' conftest.er1 >conftest.err
46771   rm -f conftest.er1
46772   cat conftest.err >&5
46773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46774   (exit $ac_status); } && {
46775          test -z "$ac_c_werror_flag" ||
46776          test ! -s conftest.err
46777        } && test -s conftest$ac_exeext &&
46778        $as_test_x conftest$ac_exeext; then
46779   eval "$as_ac_var=yes"
46780 else
46781   echo "$as_me: failed program was:" >&5
46782 sed 's/^/| /' conftest.$ac_ext >&5
46783
46784         eval "$as_ac_var=no"
46785 fi
46786
46787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46788       conftest$ac_exeext conftest.$ac_ext
46789 fi
46790 ac_res=`eval echo '${'$as_ac_var'}'`
46791                { echo "$as_me:$LINENO: result: $ac_res" >&5
46792 echo "${ECHO_T}$ac_res" >&6; }
46793 if test `eval echo '${'$as_ac_var'}'` = yes; then
46794   cat >>confdefs.h <<_ACEOF
46795 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
46796 _ACEOF
46797
46798 fi
46799 done
46800
46801
46802     if test "$ac_cv_func_localtime" = "yes"; then
46803         { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
46804 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
46805 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
46806   echo $ECHO_N "(cached) $ECHO_C" >&6
46807 else
46808
46809             cat >conftest.$ac_ext <<_ACEOF
46810 /* confdefs.h.  */
46811 _ACEOF
46812 cat confdefs.h >>conftest.$ac_ext
46813 cat >>conftest.$ac_ext <<_ACEOF
46814 /* end confdefs.h.  */
46815
46816                     #include <time.h>
46817
46818 int
46819 main ()
46820 {
46821
46822                     struct tm tm;
46823                     tm.tm_gmtoff++;
46824
46825   ;
46826   return 0;
46827 }
46828 _ACEOF
46829 rm -f conftest.$ac_objext
46830 if { (ac_try="$ac_compile"
46831 case "(($ac_try" in
46832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46833   *) ac_try_echo=$ac_try;;
46834 esac
46835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46836   (eval "$ac_compile") 2>conftest.er1
46837   ac_status=$?
46838   grep -v '^ *+' conftest.er1 >conftest.err
46839   rm -f conftest.er1
46840   cat conftest.err >&5
46841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46842   (exit $ac_status); } && {
46843          test -z "$ac_c_werror_flag" ||
46844          test ! -s conftest.err
46845        } && test -s conftest.$ac_objext; then
46846
46847                     wx_cv_struct_tm_has_gmtoff=yes
46848
46849 else
46850   echo "$as_me: failed program was:" >&5
46851 sed 's/^/| /' conftest.$ac_ext >&5
46852
46853         wx_cv_struct_tm_has_gmtoff=no
46854
46855 fi
46856
46857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46858
46859 fi
46860 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
46861 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
46862     fi
46863
46864     if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
46865         cat >>confdefs.h <<\_ACEOF
46866 #define WX_GMTOFF_IN_TM 1
46867 _ACEOF
46868
46869     fi
46870
46871     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
46872 fi
46873
46874
46875 if test "$wxUSE_SOCKETS" = "yes"; then
46876     if test "$wxUSE_MGL" = "1"; then
46877         { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
46878 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
46879         wxUSE_SOCKETS="no"
46880     fi
46881 fi
46882
46883 if test "$wxUSE_SOCKETS" = "yes"; then
46884         if test "$TOOLKIT" != "MSW"; then
46885                 { echo "$as_me:$LINENO: checking for socket" >&5
46886 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
46887 if test "${ac_cv_func_socket+set}" = set; then
46888   echo $ECHO_N "(cached) $ECHO_C" >&6
46889 else
46890   cat >conftest.$ac_ext <<_ACEOF
46891 /* confdefs.h.  */
46892 _ACEOF
46893 cat confdefs.h >>conftest.$ac_ext
46894 cat >>conftest.$ac_ext <<_ACEOF
46895 /* end confdefs.h.  */
46896 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
46897    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
46898 #define socket innocuous_socket
46899
46900 /* System header to define __stub macros and hopefully few prototypes,
46901     which can conflict with char socket (); below.
46902     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46903     <limits.h> exists even on freestanding compilers.  */
46904
46905 #ifdef __STDC__
46906 # include <limits.h>
46907 #else
46908 # include <assert.h>
46909 #endif
46910
46911 #undef socket
46912
46913 /* Override any GCC internal prototype to avoid an error.
46914    Use char because int might match the return type of a GCC
46915    builtin and then its argument prototype would still apply.  */
46916 #ifdef __cplusplus
46917 extern "C"
46918 #endif
46919 char socket ();
46920 /* The GNU C library defines this for functions which it implements
46921     to always fail with ENOSYS.  Some functions are actually named
46922     something starting with __ and the normal name is an alias.  */
46923 #if defined __stub_socket || defined __stub___socket
46924 choke me
46925 #endif
46926
46927 int
46928 main ()
46929 {
46930 return socket ();
46931   ;
46932   return 0;
46933 }
46934 _ACEOF
46935 rm -f conftest.$ac_objext conftest$ac_exeext
46936 if { (ac_try="$ac_link"
46937 case "(($ac_try" in
46938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46939   *) ac_try_echo=$ac_try;;
46940 esac
46941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46942   (eval "$ac_link") 2>conftest.er1
46943   ac_status=$?
46944   grep -v '^ *+' conftest.er1 >conftest.err
46945   rm -f conftest.er1
46946   cat conftest.err >&5
46947   echo "$as_me:$LINENO: \$? = $ac_status" >&5
46948   (exit $ac_status); } && {
46949          test -z "$ac_c_werror_flag" ||
46950          test ! -s conftest.err
46951        } && test -s conftest$ac_exeext &&
46952        $as_test_x conftest$ac_exeext; then
46953   ac_cv_func_socket=yes
46954 else
46955   echo "$as_me: failed program was:" >&5
46956 sed 's/^/| /' conftest.$ac_ext >&5
46957
46958         ac_cv_func_socket=no
46959 fi
46960
46961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46962       conftest$ac_exeext conftest.$ac_ext
46963 fi
46964 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
46965 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
46966 if test $ac_cv_func_socket = yes; then
46967   :
46968 else
46969
46970                 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
46971 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
46972 if test "${ac_cv_lib_socket_socket+set}" = set; then
46973   echo $ECHO_N "(cached) $ECHO_C" >&6
46974 else
46975   ac_check_lib_save_LIBS=$LIBS
46976 LIBS="-lsocket  $LIBS"
46977 cat >conftest.$ac_ext <<_ACEOF
46978 /* confdefs.h.  */
46979 _ACEOF
46980 cat confdefs.h >>conftest.$ac_ext
46981 cat >>conftest.$ac_ext <<_ACEOF
46982 /* end confdefs.h.  */
46983
46984 /* Override any GCC internal prototype to avoid an error.
46985    Use char because int might match the return type of a GCC
46986    builtin and then its argument prototype would still apply.  */
46987 #ifdef __cplusplus
46988 extern "C"
46989 #endif
46990 char socket ();
46991 int
46992 main ()
46993 {
46994 return socket ();
46995   ;
46996   return 0;
46997 }
46998 _ACEOF
46999 rm -f conftest.$ac_objext conftest$ac_exeext
47000 if { (ac_try="$ac_link"
47001 case "(($ac_try" in
47002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47003   *) ac_try_echo=$ac_try;;
47004 esac
47005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47006   (eval "$ac_link") 2>conftest.er1
47007   ac_status=$?
47008   grep -v '^ *+' conftest.er1 >conftest.err
47009   rm -f conftest.er1
47010   cat conftest.err >&5
47011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47012   (exit $ac_status); } && {
47013          test -z "$ac_c_werror_flag" ||
47014          test ! -s conftest.err
47015        } && test -s conftest$ac_exeext &&
47016        $as_test_x conftest$ac_exeext; then
47017   ac_cv_lib_socket_socket=yes
47018 else
47019   echo "$as_me: failed program was:" >&5
47020 sed 's/^/| /' conftest.$ac_ext >&5
47021
47022         ac_cv_lib_socket_socket=no
47023 fi
47024
47025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47026       conftest$ac_exeext conftest.$ac_ext
47027 LIBS=$ac_check_lib_save_LIBS
47028 fi
47029 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
47030 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
47031 if test $ac_cv_lib_socket_socket = yes; then
47032   if test "$INET_LINK" != " -lsocket"; then
47033                         INET_LINK="$INET_LINK -lsocket"
47034                     fi
47035 else
47036
47037                         { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
47038 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
47039                         wxUSE_SOCKETS=no
47040
47041
47042 fi
47043
47044
47045
47046 fi
47047
47048     fi
47049 fi
47050
47051 if test "$wxUSE_SOCKETS" = "yes" ; then
47052                 if test "$TOOLKIT" != "MSW"; then
47053                                         { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
47054 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
47055 if test "${wx_cv_type_getsockname3+set}" = set; then
47056   echo $ECHO_N "(cached) $ECHO_C" >&6
47057 else
47058
47059                 ac_ext=cpp
47060 ac_cpp='$CXXCPP $CPPFLAGS'
47061 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47062 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47063 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47064
47065                 cat >conftest.$ac_ext <<_ACEOF
47066 /* confdefs.h.  */
47067 _ACEOF
47068 cat confdefs.h >>conftest.$ac_ext
47069 cat >>conftest.$ac_ext <<_ACEOF
47070 /* end confdefs.h.  */
47071
47072                         #include <sys/types.h>
47073                         #include <sys/socket.h>
47074
47075 int
47076 main ()
47077 {
47078
47079                         socklen_t len;
47080                         getsockname(0, 0, &len);
47081
47082   ;
47083   return 0;
47084 }
47085 _ACEOF
47086 rm -f conftest.$ac_objext
47087 if { (ac_try="$ac_compile"
47088 case "(($ac_try" in
47089   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47090   *) ac_try_echo=$ac_try;;
47091 esac
47092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47093   (eval "$ac_compile") 2>conftest.er1
47094   ac_status=$?
47095   grep -v '^ *+' conftest.er1 >conftest.err
47096   rm -f conftest.er1
47097   cat conftest.err >&5
47098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47099   (exit $ac_status); } && {
47100          test -z "$ac_cxx_werror_flag" ||
47101          test ! -s conftest.err
47102        } && test -s conftest.$ac_objext; then
47103   wx_cv_type_getsockname3=socklen_t
47104 else
47105   echo "$as_me: failed program was:" >&5
47106 sed 's/^/| /' conftest.$ac_ext >&5
47107
47108
47109                                                                                                                                                                         CFLAGS_OLD="$CFLAGS"
47110                         if test "$GCC" = yes ; then
47111                             CFLAGS="-Werror $CFLAGS"
47112                         fi
47113
47114                         cat >conftest.$ac_ext <<_ACEOF
47115 /* confdefs.h.  */
47116 _ACEOF
47117 cat confdefs.h >>conftest.$ac_ext
47118 cat >>conftest.$ac_ext <<_ACEOF
47119 /* end confdefs.h.  */
47120
47121                                 #include <sys/types.h>
47122                                 #include <sys/socket.h>
47123
47124 int
47125 main ()
47126 {
47127
47128                                 size_t len;
47129                                 getsockname(0, 0, &len);
47130
47131   ;
47132   return 0;
47133 }
47134 _ACEOF
47135 rm -f conftest.$ac_objext
47136 if { (ac_try="$ac_compile"
47137 case "(($ac_try" in
47138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47139   *) ac_try_echo=$ac_try;;
47140 esac
47141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47142   (eval "$ac_compile") 2>conftest.er1
47143   ac_status=$?
47144   grep -v '^ *+' conftest.er1 >conftest.err
47145   rm -f conftest.er1
47146   cat conftest.err >&5
47147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47148   (exit $ac_status); } && {
47149          test -z "$ac_cxx_werror_flag" ||
47150          test ! -s conftest.err
47151        } && test -s conftest.$ac_objext; then
47152   wx_cv_type_getsockname3=size_t
47153 else
47154   echo "$as_me: failed program was:" >&5
47155 sed 's/^/| /' conftest.$ac_ext >&5
47156
47157         cat >conftest.$ac_ext <<_ACEOF
47158 /* confdefs.h.  */
47159 _ACEOF
47160 cat confdefs.h >>conftest.$ac_ext
47161 cat >>conftest.$ac_ext <<_ACEOF
47162 /* end confdefs.h.  */
47163
47164                                     #include <sys/types.h>
47165                                     #include <sys/socket.h>
47166
47167 int
47168 main ()
47169 {
47170
47171                                     int len;
47172                                     getsockname(0, 0, &len);
47173
47174   ;
47175   return 0;
47176 }
47177 _ACEOF
47178 rm -f conftest.$ac_objext
47179 if { (ac_try="$ac_compile"
47180 case "(($ac_try" in
47181   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47182   *) ac_try_echo=$ac_try;;
47183 esac
47184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47185   (eval "$ac_compile") 2>conftest.er1
47186   ac_status=$?
47187   grep -v '^ *+' conftest.er1 >conftest.err
47188   rm -f conftest.er1
47189   cat conftest.err >&5
47190   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47191   (exit $ac_status); } && {
47192          test -z "$ac_cxx_werror_flag" ||
47193          test ! -s conftest.err
47194        } && test -s conftest.$ac_objext; then
47195   wx_cv_type_getsockname3=int
47196 else
47197   echo "$as_me: failed program was:" >&5
47198 sed 's/^/| /' conftest.$ac_ext >&5
47199
47200         wx_cv_type_getsockname3=unknown
47201
47202 fi
47203
47204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47205
47206 fi
47207
47208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47209
47210                         CFLAGS="$CFLAGS_OLD"
47211
47212
47213 fi
47214
47215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47216                 ac_ext=c
47217 ac_cpp='$CPP $CPPFLAGS'
47218 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47219 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47220 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47221
47222
47223 fi
47224 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
47225 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
47226
47227         if test "$wx_cv_type_getsockname3" = "unknown"; then
47228             wxUSE_SOCKETS=no
47229             { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
47230 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
47231         else
47232             cat >>confdefs.h <<_ACEOF
47233 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
47234 _ACEOF
47235
47236         fi
47237                 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
47238 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
47239 if test "${wx_cv_type_getsockopt5+set}" = set; then
47240   echo $ECHO_N "(cached) $ECHO_C" >&6
47241 else
47242
47243                                                                                                 ac_ext=cpp
47244 ac_cpp='$CXXCPP $CPPFLAGS'
47245 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47246 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47247 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47248
47249                 cat >conftest.$ac_ext <<_ACEOF
47250 /* confdefs.h.  */
47251 _ACEOF
47252 cat confdefs.h >>conftest.$ac_ext
47253 cat >>conftest.$ac_ext <<_ACEOF
47254 /* end confdefs.h.  */
47255
47256                         #include <sys/types.h>
47257                         #include <sys/socket.h>
47258
47259 int
47260 main ()
47261 {
47262
47263                         socklen_t len;
47264                         getsockopt(0, 0, 0, 0, &len);
47265
47266   ;
47267   return 0;
47268 }
47269 _ACEOF
47270 rm -f conftest.$ac_objext
47271 if { (ac_try="$ac_compile"
47272 case "(($ac_try" in
47273   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47274   *) ac_try_echo=$ac_try;;
47275 esac
47276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47277   (eval "$ac_compile") 2>conftest.er1
47278   ac_status=$?
47279   grep -v '^ *+' conftest.er1 >conftest.err
47280   rm -f conftest.er1
47281   cat conftest.err >&5
47282   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47283   (exit $ac_status); } && {
47284          test -z "$ac_cxx_werror_flag" ||
47285          test ! -s conftest.err
47286        } && test -s conftest.$ac_objext; then
47287   wx_cv_type_getsockopt5=socklen_t
47288 else
47289   echo "$as_me: failed program was:" >&5
47290 sed 's/^/| /' conftest.$ac_ext >&5
47291
47292
47293                         cat >conftest.$ac_ext <<_ACEOF
47294 /* confdefs.h.  */
47295 _ACEOF
47296 cat confdefs.h >>conftest.$ac_ext
47297 cat >>conftest.$ac_ext <<_ACEOF
47298 /* end confdefs.h.  */
47299
47300                                 #include <sys/types.h>
47301                                 #include <sys/socket.h>
47302
47303 int
47304 main ()
47305 {
47306
47307                                 size_t len;
47308                                 getsockopt(0, 0, 0, 0, &len);
47309
47310   ;
47311   return 0;
47312 }
47313 _ACEOF
47314 rm -f conftest.$ac_objext
47315 if { (ac_try="$ac_compile"
47316 case "(($ac_try" in
47317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47318   *) ac_try_echo=$ac_try;;
47319 esac
47320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47321   (eval "$ac_compile") 2>conftest.er1
47322   ac_status=$?
47323   grep -v '^ *+' conftest.er1 >conftest.err
47324   rm -f conftest.er1
47325   cat conftest.err >&5
47326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47327   (exit $ac_status); } && {
47328          test -z "$ac_cxx_werror_flag" ||
47329          test ! -s conftest.err
47330        } && test -s conftest.$ac_objext; then
47331   wx_cv_type_getsockopt5=size_t
47332 else
47333   echo "$as_me: failed program was:" >&5
47334 sed 's/^/| /' conftest.$ac_ext >&5
47335
47336         cat >conftest.$ac_ext <<_ACEOF
47337 /* confdefs.h.  */
47338 _ACEOF
47339 cat confdefs.h >>conftest.$ac_ext
47340 cat >>conftest.$ac_ext <<_ACEOF
47341 /* end confdefs.h.  */
47342
47343                                     #include <sys/types.h>
47344                                     #include <sys/socket.h>
47345
47346 int
47347 main ()
47348 {
47349
47350                                     int len;
47351                                     getsockopt(0, 0, 0, 0, &len);
47352
47353   ;
47354   return 0;
47355 }
47356 _ACEOF
47357 rm -f conftest.$ac_objext
47358 if { (ac_try="$ac_compile"
47359 case "(($ac_try" in
47360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47361   *) ac_try_echo=$ac_try;;
47362 esac
47363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47364   (eval "$ac_compile") 2>conftest.er1
47365   ac_status=$?
47366   grep -v '^ *+' conftest.er1 >conftest.err
47367   rm -f conftest.er1
47368   cat conftest.err >&5
47369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47370   (exit $ac_status); } && {
47371          test -z "$ac_cxx_werror_flag" ||
47372          test ! -s conftest.err
47373        } && test -s conftest.$ac_objext; then
47374   wx_cv_type_getsockopt5=int
47375 else
47376   echo "$as_me: failed program was:" >&5
47377 sed 's/^/| /' conftest.$ac_ext >&5
47378
47379         wx_cv_type_getsockopt5=unknown
47380
47381 fi
47382
47383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47384
47385 fi
47386
47387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47388
47389
47390 fi
47391
47392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47393                 ac_ext=c
47394 ac_cpp='$CPP $CPPFLAGS'
47395 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47396 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47397 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47398
47399
47400 fi
47401 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
47402 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
47403
47404         if test "$wx_cv_type_getsockopt5" = "unknown"; then
47405             wxUSE_SOCKETS=no
47406             { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
47407 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
47408         else
47409             cat >>confdefs.h <<_ACEOF
47410 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
47411 _ACEOF
47412
47413         fi
47414     fi
47415 fi
47416
47417 if test "$wxUSE_SOCKETS" = "yes" ; then
47418     cat >>confdefs.h <<\_ACEOF
47419 #define wxUSE_SOCKETS 1
47420 _ACEOF
47421
47422     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
47423 fi
47424
47425 if test "$wxUSE_PROTOCOL" = "yes"; then
47426     if test "$wxUSE_SOCKETS" != "yes"; then
47427         { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
47428 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
47429         wxUSE_PROTOCOL=no
47430     fi
47431 fi
47432
47433 if test "$wxUSE_PROTOCOL" = "yes"; then
47434     cat >>confdefs.h <<\_ACEOF
47435 #define wxUSE_PROTOCOL 1
47436 _ACEOF
47437
47438
47439     if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
47440         cat >>confdefs.h <<\_ACEOF
47441 #define wxUSE_PROTOCOL_HTTP 1
47442 _ACEOF
47443
47444     fi
47445     if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
47446         cat >>confdefs.h <<\_ACEOF
47447 #define wxUSE_PROTOCOL_FTP 1
47448 _ACEOF
47449
47450     fi
47451     if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
47452         cat >>confdefs.h <<\_ACEOF
47453 #define wxUSE_PROTOCOL_FILE 1
47454 _ACEOF
47455
47456     fi
47457 else
47458     if test "$wxUSE_FS_INET" = "yes"; then
47459         { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
47460 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
47461         wxUSE_FS_INET="no"
47462     fi
47463 fi
47464
47465 if test "$wxUSE_URL" = "yes"; then
47466     if test "$wxUSE_PROTOCOL" != "yes"; then
47467         { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
47468 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
47469         wxUSE_URL=no
47470     fi
47471     if test "$wxUSE_URL" = "yes"; then
47472         cat >>confdefs.h <<\_ACEOF
47473 #define wxUSE_URL 1
47474 _ACEOF
47475
47476     fi
47477 fi
47478
47479 if test "$wxUSE_VARIANT" = "yes"; then
47480     cat >>confdefs.h <<\_ACEOF
47481 #define wxUSE_VARIANT 1
47482 _ACEOF
47483
47484 fi
47485
47486 if test "$wxUSE_FS_INET" = "yes"; then
47487   cat >>confdefs.h <<\_ACEOF
47488 #define wxUSE_FS_INET 1
47489 _ACEOF
47490
47491 fi
47492
47493
47494 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
47495     wxUSE_JOYSTICK=no
47496
47497         if test "$TOOLKIT" = "MSW"; then
47498         wxUSE_JOYSTICK=yes
47499
47500         elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
47501         if test "$USE_DARWIN" = 1; then
47502                         { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
47503 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
47504             ac_ext=cpp
47505 ac_cpp='$CXXCPP $CPPFLAGS'
47506 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47507 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47508 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47509
47510             cat >conftest.$ac_ext <<_ACEOF
47511 /* confdefs.h.  */
47512 _ACEOF
47513 cat confdefs.h >>conftest.$ac_ext
47514 cat >>conftest.$ac_ext <<_ACEOF
47515 /* end confdefs.h.  */
47516  #include <IOKit/hid/IOHIDLib.h>
47517 int
47518 main ()
47519 {
47520  IOHIDQueueInterface *qi = NULL;
47521                               IOHIDCallbackFunction cb = NULL;
47522                               qi->setEventCallout(NULL, cb, NULL, NULL);
47523   ;
47524   return 0;
47525 }
47526 _ACEOF
47527 rm -f conftest.$ac_objext
47528 if { (ac_try="$ac_compile"
47529 case "(($ac_try" in
47530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47531   *) ac_try_echo=$ac_try;;
47532 esac
47533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47534   (eval "$ac_compile") 2>conftest.er1
47535   ac_status=$?
47536   grep -v '^ *+' conftest.er1 >conftest.err
47537   rm -f conftest.er1
47538   cat conftest.err >&5
47539   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47540   (exit $ac_status); } && {
47541          test -z "$ac_cxx_werror_flag" ||
47542          test ! -s conftest.err
47543        } && test -s conftest.$ac_objext; then
47544    wxUSE_JOYSTICK=yes
47545
47546 else
47547   echo "$as_me: failed program was:" >&5
47548 sed 's/^/| /' conftest.$ac_ext >&5
47549
47550
47551 fi
47552
47553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47554             ac_ext=c
47555 ac_cpp='$CPP $CPPFLAGS'
47556 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47557 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47558 ac_compiler_gnu=$ac_cv_c_compiler_gnu
47559
47560             { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
47561 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
47562         fi
47563
47564         else
47565                 if test "$wxUSE_MGL" != "1"; then
47566
47567 for ac_header in linux/joystick.h
47568 do
47569 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
47570 { echo "$as_me:$LINENO: checking for $ac_header" >&5
47571 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
47572 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
47573   echo $ECHO_N "(cached) $ECHO_C" >&6
47574 else
47575   cat >conftest.$ac_ext <<_ACEOF
47576 /* confdefs.h.  */
47577 _ACEOF
47578 cat confdefs.h >>conftest.$ac_ext
47579 cat >>conftest.$ac_ext <<_ACEOF
47580 /* end confdefs.h.  */
47581 $ac_includes_default
47582
47583 #include <$ac_header>
47584 _ACEOF
47585 rm -f conftest.$ac_objext
47586 if { (ac_try="$ac_compile"
47587 case "(($ac_try" in
47588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47589   *) ac_try_echo=$ac_try;;
47590 esac
47591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47592   (eval "$ac_compile") 2>conftest.er1
47593   ac_status=$?
47594   grep -v '^ *+' conftest.er1 >conftest.err
47595   rm -f conftest.er1
47596   cat conftest.err >&5
47597   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47598   (exit $ac_status); } && {
47599          test -z "$ac_c_werror_flag" ||
47600          test ! -s conftest.err
47601        } && test -s conftest.$ac_objext; then
47602   eval "$as_ac_Header=yes"
47603 else
47604   echo "$as_me: failed program was:" >&5
47605 sed 's/^/| /' conftest.$ac_ext >&5
47606
47607         eval "$as_ac_Header=no"
47608 fi
47609
47610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47611 fi
47612 ac_res=`eval echo '${'$as_ac_Header'}'`
47613                { echo "$as_me:$LINENO: result: $ac_res" >&5
47614 echo "${ECHO_T}$ac_res" >&6; }
47615 if test `eval echo '${'$as_ac_Header'}'` = yes; then
47616   cat >>confdefs.h <<_ACEOF
47617 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
47618 _ACEOF
47619  wxUSE_JOYSTICK=yes
47620 fi
47621
47622 done
47623
47624         fi
47625     fi
47626
47627     if test "$wxUSE_JOYSTICK" = "yes"; then
47628         cat >>confdefs.h <<\_ACEOF
47629 #define wxUSE_JOYSTICK 1
47630 _ACEOF
47631
47632         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
47633     else
47634         { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
47635 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
47636     fi
47637 fi
47638
47639
47640
47641 if test "$wxUSE_FONTENUM" = "yes" ; then
47642   cat >>confdefs.h <<\_ACEOF
47643 #define wxUSE_FONTENUM 1
47644 _ACEOF
47645
47646 fi
47647
47648 if test "$wxUSE_FONTMAP" = "yes" ; then
47649   cat >>confdefs.h <<\_ACEOF
47650 #define wxUSE_FONTMAP 1
47651 _ACEOF
47652
47653 fi
47654
47655 if test "$wxUSE_UNICODE" = "yes" ; then
47656   cat >>confdefs.h <<\_ACEOF
47657 #define wxUSE_UNICODE 1
47658 _ACEOF
47659
47660
47661   if test "$USE_WIN32" != 1; then
47662       wxUSE_UNICODE_MSLU=no
47663   fi
47664
47665   if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
47666         { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
47667 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
47668 if test "${ac_cv_lib_unicows_main+set}" = set; then
47669   echo $ECHO_N "(cached) $ECHO_C" >&6
47670 else
47671   ac_check_lib_save_LIBS=$LIBS
47672 LIBS="-lunicows  $LIBS"
47673 cat >conftest.$ac_ext <<_ACEOF
47674 /* confdefs.h.  */
47675 _ACEOF
47676 cat confdefs.h >>conftest.$ac_ext
47677 cat >>conftest.$ac_ext <<_ACEOF
47678 /* end confdefs.h.  */
47679
47680
47681 int
47682 main ()
47683 {
47684 return main ();
47685   ;
47686   return 0;
47687 }
47688 _ACEOF
47689 rm -f conftest.$ac_objext conftest$ac_exeext
47690 if { (ac_try="$ac_link"
47691 case "(($ac_try" in
47692   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47693   *) ac_try_echo=$ac_try;;
47694 esac
47695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47696   (eval "$ac_link") 2>conftest.er1
47697   ac_status=$?
47698   grep -v '^ *+' conftest.er1 >conftest.err
47699   rm -f conftest.er1
47700   cat conftest.err >&5
47701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47702   (exit $ac_status); } && {
47703          test -z "$ac_c_werror_flag" ||
47704          test ! -s conftest.err
47705        } && test -s conftest$ac_exeext &&
47706        $as_test_x conftest$ac_exeext; then
47707   ac_cv_lib_unicows_main=yes
47708 else
47709   echo "$as_me: failed program was:" >&5
47710 sed 's/^/| /' conftest.$ac_ext >&5
47711
47712         ac_cv_lib_unicows_main=no
47713 fi
47714
47715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47716       conftest$ac_exeext conftest.$ac_ext
47717 LIBS=$ac_check_lib_save_LIBS
47718 fi
47719 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
47720 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
47721 if test $ac_cv_lib_unicows_main = yes; then
47722
47723                 cat >>confdefs.h <<\_ACEOF
47724 #define wxUSE_UNICODE_MSLU 1
47725 _ACEOF
47726
47727
47728 else
47729
47730                 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
47731                              Applications will only run on Windows NT/2000/XP!" >&5
47732 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
47733                              Applications will only run on Windows NT/2000/XP!" >&2;}
47734                 wxUSE_UNICODE_MSLU=no
47735
47736 fi
47737
47738     fi
47739 fi
47740
47741 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
47742     cat >>confdefs.h <<\_ACEOF
47743 #define wxUSE_UNICODE_UTF8 1
47744 _ACEOF
47745
47746
47747     if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
47748         cat >>confdefs.h <<\_ACEOF
47749 #define wxUSE_UTF8_LOCALE_ONLY 1
47750 _ACEOF
47751
47752     fi
47753 fi
47754
47755
47756 if test "$wxUSE_CONSTRAINTS" = "yes"; then
47757     cat >>confdefs.h <<\_ACEOF
47758 #define wxUSE_CONSTRAINTS 1
47759 _ACEOF
47760
47761     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
47762 fi
47763
47764 if test "$wxUSE_MDI" = "yes"; then
47765     cat >>confdefs.h <<\_ACEOF
47766 #define wxUSE_MDI 1
47767 _ACEOF
47768
47769
47770     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
47771         cat >>confdefs.h <<\_ACEOF
47772 #define wxUSE_MDI_ARCHITECTURE 1
47773 _ACEOF
47774
47775         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
47776     fi
47777 fi
47778
47779 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
47780     cat >>confdefs.h <<\_ACEOF
47781 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
47782 _ACEOF
47783
47784     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
47785     if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
47786         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
47787     fi
47788 fi
47789
47790 if test "$wxUSE_HELP" = "yes"; then
47791     cat >>confdefs.h <<\_ACEOF
47792 #define wxUSE_HELP 1
47793 _ACEOF
47794
47795     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
47796
47797     if test "$wxUSE_MSW" = 1; then
47798       if test "$wxUSE_MS_HTML_HELP" = "yes"; then
47799         cat >>confdefs.h <<\_ACEOF
47800 #define wxUSE_MS_HTML_HELP 1
47801 _ACEOF
47802
47803       fi
47804     fi
47805
47806     if test "$wxUSE_WXHTML_HELP" = "yes"; then
47807       if test "$wxUSE_HTML" = "yes"; then
47808         cat >>confdefs.h <<\_ACEOF
47809 #define wxUSE_WXHTML_HELP 1
47810 _ACEOF
47811
47812       else
47813         { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
47814 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
47815         wxUSE_WXHTML_HELP=no
47816       fi
47817     fi
47818 fi
47819
47820 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
47821     if test "$wxUSE_CONSTRAINTS" != "yes"; then
47822         { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
47823 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
47824     else
47825         cat >>confdefs.h <<\_ACEOF
47826 #define wxUSE_PRINTING_ARCHITECTURE 1
47827 _ACEOF
47828
47829     fi
47830     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
47831 fi
47832
47833 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
47834   cat >>confdefs.h <<\_ACEOF
47835 #define wxUSE_POSTSCRIPT 1
47836 _ACEOF
47837
47838 fi
47839
47840 cat >>confdefs.h <<\_ACEOF
47841 #define wxUSE_AFM_FOR_POSTSCRIPT 1
47842 _ACEOF
47843
47844
47845 if test "$wxUSE_SVG" = "yes"; then
47846     cat >>confdefs.h <<\_ACEOF
47847 #define wxUSE_SVG 1
47848 _ACEOF
47849
47850 fi
47851
47852
47853 if test "$wxUSE_METAFILE" = "yes"; then
47854     if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
47855         { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
47856 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
47857         wxUSE_METAFILE=no
47858     fi
47859 fi
47860
47861
47862 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ"       = "yes" \
47863                           -o "$wxUSE_CLIPBOARD"     = "yes" \
47864                           -o "$wxUSE_OLE"     = "yes" \
47865                           -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
47866     { echo "$as_me:$LINENO: checking for ole2.h" >&5
47867 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
47868 if test "${ac_cv_header_ole2_h+set}" = set; then
47869   echo $ECHO_N "(cached) $ECHO_C" >&6
47870 else
47871   cat >conftest.$ac_ext <<_ACEOF
47872 /* confdefs.h.  */
47873 _ACEOF
47874 cat confdefs.h >>conftest.$ac_ext
47875 cat >>conftest.$ac_ext <<_ACEOF
47876 /* end confdefs.h.  */
47877
47878
47879 #include <ole2.h>
47880 _ACEOF
47881 rm -f conftest.$ac_objext
47882 if { (ac_try="$ac_compile"
47883 case "(($ac_try" in
47884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47885   *) ac_try_echo=$ac_try;;
47886 esac
47887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47888   (eval "$ac_compile") 2>conftest.er1
47889   ac_status=$?
47890   grep -v '^ *+' conftest.er1 >conftest.err
47891   rm -f conftest.er1
47892   cat conftest.err >&5
47893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47894   (exit $ac_status); } && {
47895          test -z "$ac_c_werror_flag" ||
47896          test ! -s conftest.err
47897        } && test -s conftest.$ac_objext; then
47898   ac_cv_header_ole2_h=yes
47899 else
47900   echo "$as_me: failed program was:" >&5
47901 sed 's/^/| /' conftest.$ac_ext >&5
47902
47903         ac_cv_header_ole2_h=no
47904 fi
47905
47906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47907 fi
47908 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
47909 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
47910
47911
47912
47913     if test "$ac_cv_header_ole2_h" = "yes" ; then
47914         if test "$GCC" = yes ; then
47915             { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
47916 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
47917             cat >conftest.$ac_ext <<_ACEOF
47918 /* confdefs.h.  */
47919 _ACEOF
47920 cat confdefs.h >>conftest.$ac_ext
47921 cat >>conftest.$ac_ext <<_ACEOF
47922 /* end confdefs.h.  */
47923 #include <windows.h>
47924                             #include <ole2.h>
47925 int
47926 main ()
47927 {
47928
47929   ;
47930   return 0;
47931 }
47932 _ACEOF
47933 rm -f conftest.$ac_objext
47934 if { (ac_try="$ac_compile"
47935 case "(($ac_try" in
47936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47937   *) ac_try_echo=$ac_try;;
47938 esac
47939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47940   (eval "$ac_compile") 2>conftest.er1
47941   ac_status=$?
47942   grep -v '^ *+' conftest.er1 >conftest.err
47943   rm -f conftest.er1
47944   cat conftest.err >&5
47945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
47946   (exit $ac_status); } && {
47947          test -z "$ac_c_werror_flag" ||
47948          test ! -s conftest.err
47949        } && test -s conftest.$ac_objext; then
47950   { echo "$as_me:$LINENO: result: no" >&5
47951 echo "${ECHO_T}no" >&6; }
47952 else
47953   echo "$as_me: failed program was:" >&5
47954 sed 's/^/| /' conftest.$ac_ext >&5
47955
47956         { echo "$as_me:$LINENO: result: yes" >&5
47957 echo "${ECHO_T}yes" >&6; }
47958                             WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
47959 fi
47960
47961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47962             LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
47963             if test "$wxUSE_OLE" = "yes" ; then
47964                 cat >>confdefs.h <<\_ACEOF
47965 #define wxUSE_OLE 1
47966 _ACEOF
47967
47968                 cat >>confdefs.h <<\_ACEOF
47969 #define wxUSE_OLE_AUTOMATION 1
47970 _ACEOF
47971
47972                 cat >>confdefs.h <<\_ACEOF
47973 #define wxUSE_ACTIVEX 1
47974 _ACEOF
47975
47976                 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
47977             fi
47978         fi
47979
47980                 if test "$wxUSE_DATAOBJ" = "yes" ; then
47981             cat >>confdefs.h <<\_ACEOF
47982 #define wxUSE_DATAOBJ 1
47983 _ACEOF
47984
47985         fi
47986     else
47987         { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
47988 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
47989
47990         wxUSE_CLIPBOARD=no
47991         wxUSE_DRAG_AND_DROP=no
47992         wxUSE_DATAOBJ=no
47993         wxUSE_OLE=no
47994     fi
47995
47996     if test "$wxUSE_METAFILE" = "yes"; then
47997         cat >>confdefs.h <<\_ACEOF
47998 #define wxUSE_METAFILE 1
47999 _ACEOF
48000
48001
48002                 cat >>confdefs.h <<\_ACEOF
48003 #define wxUSE_ENH_METAFILE 1
48004 _ACEOF
48005
48006     fi
48007 fi
48008
48009 if test "$wxUSE_IPC" = "yes"; then
48010     if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
48011         { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
48012 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
48013         wxUSE_IPC=no
48014     fi
48015
48016     if test "$wxUSE_IPC" = "yes"; then
48017         cat >>confdefs.h <<\_ACEOF
48018 #define wxUSE_IPC 1
48019 _ACEOF
48020
48021         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
48022     fi
48023 fi
48024
48025 if test "$wxUSE_DATAOBJ" = "yes"; then
48026     if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
48027         { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&5
48028 echo "$as_me: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&2;}
48029         wxUSE_DATAOBJ=no
48030     else
48031         cat >>confdefs.h <<\_ACEOF
48032 #define wxUSE_DATAOBJ 1
48033 _ACEOF
48034
48035     fi
48036 else
48037     { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
48038 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
48039     wxUSE_CLIPBOARD=no
48040     wxUSE_DRAG_AND_DROP=no
48041 fi
48042
48043 if test "$wxUSE_CLIPBOARD" = "yes"; then
48044     if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
48045         { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
48046 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
48047         wxUSE_CLIPBOARD=no
48048     fi
48049
48050     if test "$wxUSE_CLIPBOARD" = "yes"; then
48051         cat >>confdefs.h <<\_ACEOF
48052 #define wxUSE_CLIPBOARD 1
48053 _ACEOF
48054
48055     fi
48056 fi
48057
48058 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
48059     if test "$wxUSE_GTK" = 1; then
48060         if test "$WXGTK12" != 1; then
48061             { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
48062 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
48063             wxUSE_DRAG_AND_DROP=no
48064         fi
48065     fi
48066
48067     if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
48068             "$wxUSE_DFB" = 1; then
48069         { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
48070 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
48071         wxUSE_DRAG_AND_DROP=no
48072     fi
48073
48074     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
48075         cat >>confdefs.h <<\_ACEOF
48076 #define wxUSE_DRAG_AND_DROP 1
48077 _ACEOF
48078
48079     fi
48080
48081 fi
48082
48083 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
48084     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
48085 fi
48086
48087 if test "$wxUSE_SPLINES" = "yes" ; then
48088   cat >>confdefs.h <<\_ACEOF
48089 #define wxUSE_SPLINES 1
48090 _ACEOF
48091
48092 fi
48093
48094 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
48095   cat >>confdefs.h <<\_ACEOF
48096 #define wxUSE_MOUSEWHEEL 1
48097 _ACEOF
48098
48099 fi
48100
48101
48102 USES_CONTROLS=0
48103 if test "$wxUSE_CONTROLS" = "yes"; then
48104   USES_CONTROLS=1
48105 fi
48106
48107 if test "$wxUSE_ACCEL" = "yes"; then
48108   cat >>confdefs.h <<\_ACEOF
48109 #define wxUSE_ACCEL 1
48110 _ACEOF
48111
48112   USES_CONTROLS=1
48113 fi
48114
48115 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
48116   cat >>confdefs.h <<\_ACEOF
48117 #define wxUSE_ANIMATIONCTRL 1
48118 _ACEOF
48119
48120   USES_CONTROLS=1
48121   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
48122 fi
48123
48124 if test "$wxUSE_BUTTON" = "yes"; then
48125   cat >>confdefs.h <<\_ACEOF
48126 #define wxUSE_BUTTON 1
48127 _ACEOF
48128
48129   USES_CONTROLS=1
48130 fi
48131
48132 if test "$wxUSE_BMPBUTTON" = "yes"; then
48133   cat >>confdefs.h <<\_ACEOF
48134 #define wxUSE_BMPBUTTON 1
48135 _ACEOF
48136
48137   USES_CONTROLS=1
48138 fi
48139
48140 if test "$wxUSE_CALCTRL" = "yes"; then
48141   cat >>confdefs.h <<\_ACEOF
48142 #define wxUSE_CALENDARCTRL 1
48143 _ACEOF
48144
48145   USES_CONTROLS=1
48146   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
48147 fi
48148
48149 if test "$wxUSE_CARET" = "yes"; then
48150   cat >>confdefs.h <<\_ACEOF
48151 #define wxUSE_CARET 1
48152 _ACEOF
48153
48154   USES_CONTROLS=1
48155   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
48156 fi
48157
48158 if test "$wxUSE_COLLPANE" = "yes"; then
48159     cat >>confdefs.h <<\_ACEOF
48160 #define wxUSE_COLLPANE 1
48161 _ACEOF
48162
48163     USES_CONTROLS=1
48164     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
48165 fi
48166
48167 if test "$wxUSE_COMBOBOX" = "yes"; then
48168   cat >>confdefs.h <<\_ACEOF
48169 #define wxUSE_COMBOBOX 1
48170 _ACEOF
48171
48172   USES_CONTROLS=1
48173 fi
48174
48175 if test "$wxUSE_COMBOCTRL" = "yes"; then
48176   cat >>confdefs.h <<\_ACEOF
48177 #define wxUSE_COMBOCTRL 1
48178 _ACEOF
48179
48180   USES_CONTROLS=1
48181 fi
48182
48183 if test "$wxUSE_CHOICE" = "yes"; then
48184   cat >>confdefs.h <<\_ACEOF
48185 #define wxUSE_CHOICE 1
48186 _ACEOF
48187
48188   USES_CONTROLS=1
48189 fi
48190
48191 if test "$wxUSE_CHOICEBOOK" = "yes"; then
48192     cat >>confdefs.h <<\_ACEOF
48193 #define wxUSE_CHOICEBOOK 1
48194 _ACEOF
48195
48196     USES_CONTROLS=1
48197 fi
48198
48199 if test "$wxUSE_CHECKBOX" = "yes"; then
48200   cat >>confdefs.h <<\_ACEOF
48201 #define wxUSE_CHECKBOX 1
48202 _ACEOF
48203
48204   USES_CONTROLS=1
48205 fi
48206
48207 if test "$wxUSE_CHECKLST" = "yes"; then
48208   cat >>confdefs.h <<\_ACEOF
48209 #define wxUSE_CHECKLISTBOX 1
48210 _ACEOF
48211
48212   USES_CONTROLS=1
48213 fi
48214
48215 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
48216   cat >>confdefs.h <<\_ACEOF
48217 #define wxUSE_COLOURPICKERCTRL 1
48218 _ACEOF
48219
48220   USES_CONTROLS=1
48221 fi
48222
48223 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
48224   cat >>confdefs.h <<\_ACEOF
48225 #define wxUSE_DATEPICKCTRL 1
48226 _ACEOF
48227
48228   USES_CONTROLS=1
48229 fi
48230
48231 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
48232   cat >>confdefs.h <<\_ACEOF
48233 #define wxUSE_DIRPICKERCTRL 1
48234 _ACEOF
48235
48236   USES_CONTROLS=1
48237 fi
48238
48239 if test "$wxUSE_FILECTRL" = "yes"; then
48240   cat >>confdefs.h <<\_ACEOF
48241 #define wxUSE_FILECTRL 1
48242 _ACEOF
48243
48244   USES_CONTROLS=1
48245 fi
48246
48247 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
48248   cat >>confdefs.h <<\_ACEOF
48249 #define wxUSE_FILEPICKERCTRL 1
48250 _ACEOF
48251
48252   USES_CONTROLS=1
48253 fi
48254
48255 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
48256   cat >>confdefs.h <<\_ACEOF
48257 #define wxUSE_FONTPICKERCTRL 1
48258 _ACEOF
48259
48260   USES_CONTROLS=1
48261 fi
48262
48263 if test "$wxUSE_DISPLAY" = "yes"; then
48264     if test "$wxUSE_DFB" = 1 -o "$wxUSE_MGL" = 1; then
48265         { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
48266 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
48267         wxUSE_DISPLAY=no
48268     else
48269         cat >>confdefs.h <<\_ACEOF
48270 #define wxUSE_DISPLAY 1
48271 _ACEOF
48272
48273         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
48274     fi
48275 fi
48276
48277 if test "$wxUSE_DETECT_SM" = "yes"; then
48278     cat >>confdefs.h <<\_ACEOF
48279 #define wxUSE_DETECT_SM 1
48280 _ACEOF
48281
48282 fi
48283
48284 if test "$wxUSE_GAUGE" = "yes"; then
48285   cat >>confdefs.h <<\_ACEOF
48286 #define wxUSE_GAUGE 1
48287 _ACEOF
48288
48289   USES_CONTROLS=1
48290 fi
48291
48292 if test "$wxUSE_GRID" = "yes"; then
48293   cat >>confdefs.h <<\_ACEOF
48294 #define wxUSE_GRID 1
48295 _ACEOF
48296
48297   USES_CONTROLS=1
48298   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
48299 fi
48300
48301 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
48302   cat >>confdefs.h <<\_ACEOF
48303 #define wxUSE_HYPERLINKCTRL 1
48304 _ACEOF
48305
48306   USES_CONTROLS=1
48307 fi
48308
48309 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
48310   cat >>confdefs.h <<\_ACEOF
48311 #define wxUSE_BITMAPCOMBOBOX 1
48312 _ACEOF
48313
48314   USES_CONTROLS=1
48315 fi
48316
48317 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
48318   cat >>confdefs.h <<\_ACEOF
48319 #define wxUSE_DATAVIEWCTRL 1
48320 _ACEOF
48321
48322   USES_CONTROLS=1
48323   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
48324 fi
48325
48326 if test "$wxUSE_IMAGLIST" = "yes"; then
48327     cat >>confdefs.h <<\_ACEOF
48328 #define wxUSE_IMAGLIST 1
48329 _ACEOF
48330
48331 fi
48332
48333 if test "$wxUSE_LISTBOOK" = "yes"; then
48334     cat >>confdefs.h <<\_ACEOF
48335 #define wxUSE_LISTBOOK 1
48336 _ACEOF
48337
48338     USES_CONTROLS=1
48339 fi
48340
48341 if test "$wxUSE_LISTBOX" = "yes"; then
48342     cat >>confdefs.h <<\_ACEOF
48343 #define wxUSE_LISTBOX 1
48344 _ACEOF
48345
48346     USES_CONTROLS=1
48347 fi
48348
48349 if test "$wxUSE_LISTCTRL" = "yes"; then
48350     if test "$wxUSE_IMAGLIST" = "yes"; then
48351         cat >>confdefs.h <<\_ACEOF
48352 #define wxUSE_LISTCTRL 1
48353 _ACEOF
48354
48355         USES_CONTROLS=1
48356         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
48357     else
48358         { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
48359 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
48360     fi
48361 fi
48362
48363 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
48364     cat >>confdefs.h <<\_ACEOF
48365 #define wxUSE_EDITABLELISTBOX 1
48366 _ACEOF
48367
48368     USES_CONTROLS=1
48369     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS editlbox"
48370 fi
48371
48372 if test "$wxUSE_NOTEBOOK" = "yes"; then
48373     cat >>confdefs.h <<\_ACEOF
48374 #define wxUSE_NOTEBOOK 1
48375 _ACEOF
48376
48377     USES_CONTROLS=1
48378     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
48379 fi
48380
48381 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
48382   cat >>confdefs.h <<\_ACEOF
48383 #define wxUSE_ODCOMBOBOX 1
48384 _ACEOF
48385
48386   USES_CONTROLS=1
48387   SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
48388 fi
48389
48390 if test "$wxUSE_RADIOBOX" = "yes"; then
48391     cat >>confdefs.h <<\_ACEOF
48392 #define wxUSE_RADIOBOX 1
48393 _ACEOF
48394
48395     USES_CONTROLS=1
48396 fi
48397
48398 if test "$wxUSE_RADIOBTN" = "yes"; then
48399     cat >>confdefs.h <<\_ACEOF
48400 #define wxUSE_RADIOBTN 1
48401 _ACEOF
48402
48403     USES_CONTROLS=1
48404 fi
48405
48406 if test "$wxUSE_SASH" = "yes"; then
48407     cat >>confdefs.h <<\_ACEOF
48408 #define wxUSE_SASH 1
48409 _ACEOF
48410
48411     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
48412 fi
48413
48414 if test "$wxUSE_SCROLLBAR" = "yes"; then
48415     cat >>confdefs.h <<\_ACEOF
48416 #define wxUSE_SCROLLBAR 1
48417 _ACEOF
48418
48419     USES_CONTROLS=1
48420     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
48421 fi
48422
48423 if test "$wxUSE_SEARCHCTRL" = "yes"; then
48424     cat >>confdefs.h <<\_ACEOF
48425 #define wxUSE_SEARCHCTRL 1
48426 _ACEOF
48427
48428     USES_CONTROLS=1
48429 fi
48430
48431 if test "$wxUSE_SLIDER" = "yes"; then
48432     cat >>confdefs.h <<\_ACEOF
48433 #define wxUSE_SLIDER 1
48434 _ACEOF
48435
48436     USES_CONTROLS=1
48437 fi
48438
48439 if test "$wxUSE_SPINBTN" = "yes"; then
48440     cat >>confdefs.h <<\_ACEOF
48441 #define wxUSE_SPINBTN 1
48442 _ACEOF
48443
48444     USES_CONTROLS=1
48445 fi
48446
48447 if test "$wxUSE_SPINCTRL" = "yes"; then
48448     cat >>confdefs.h <<\_ACEOF
48449 #define wxUSE_SPINCTRL 1
48450 _ACEOF
48451
48452     USES_CONTROLS=1
48453 fi
48454
48455 if test "$wxUSE_SPLITTER" = "yes"; then
48456     cat >>confdefs.h <<\_ACEOF
48457 #define wxUSE_SPLITTER 1
48458 _ACEOF
48459
48460     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
48461 fi
48462
48463 if test "$wxUSE_STATBMP" = "yes"; then
48464     cat >>confdefs.h <<\_ACEOF
48465 #define wxUSE_STATBMP 1
48466 _ACEOF
48467
48468     USES_CONTROLS=1
48469 fi
48470
48471 if test "$wxUSE_STATBOX" = "yes"; then
48472     cat >>confdefs.h <<\_ACEOF
48473 #define wxUSE_STATBOX 1
48474 _ACEOF
48475
48476     USES_CONTROLS=1
48477 fi
48478
48479 if test "$wxUSE_STATTEXT" = "yes"; then
48480     cat >>confdefs.h <<\_ACEOF
48481 #define wxUSE_STATTEXT 1
48482 _ACEOF
48483
48484     USES_CONTROLS=1
48485 fi
48486
48487 if test "$wxUSE_STATLINE" = "yes"; then
48488     cat >>confdefs.h <<\_ACEOF
48489 #define wxUSE_STATLINE 1
48490 _ACEOF
48491
48492     USES_CONTROLS=1
48493 fi
48494
48495 if test "$wxUSE_STATUSBAR" = "yes"; then
48496         cat >>confdefs.h <<\_ACEOF
48497 #define wxUSE_NATIVE_STATUSBAR 1
48498 _ACEOF
48499
48500     cat >>confdefs.h <<\_ACEOF
48501 #define wxUSE_STATUSBAR 1
48502 _ACEOF
48503
48504     USES_CONTROLS=1
48505
48506     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
48507 fi
48508
48509 if test "$wxUSE_TAB_DIALOG" = "yes"; then
48510     cat >>confdefs.h <<\_ACEOF
48511 #define wxUSE_TAB_DIALOG 1
48512 _ACEOF
48513
48514 fi
48515
48516 if test "$wxUSE_TEXTCTRL" = "yes"; then
48517     cat >>confdefs.h <<\_ACEOF
48518 #define wxUSE_TEXTCTRL 1
48519 _ACEOF
48520
48521     USES_CONTROLS=1
48522     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
48523 fi
48524
48525 if test "$wxUSE_TOGGLEBTN" = "yes"; then
48526     if test "$wxUSE_COCOA" = 1 ; then
48527         { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
48528 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
48529         wxUSE_TOGGLEBTN=no
48530     fi
48531
48532     if test "$wxUSE_TOGGLEBTN" = "yes"; then
48533         cat >>confdefs.h <<\_ACEOF
48534 #define wxUSE_TOGGLEBTN 1
48535 _ACEOF
48536
48537         USES_CONTROLS=1
48538     fi
48539 fi
48540
48541 if test "$wxUSE_TOOLBAR" = "yes"; then
48542     cat >>confdefs.h <<\_ACEOF
48543 #define wxUSE_TOOLBAR 1
48544 _ACEOF
48545
48546     USES_CONTROLS=1
48547
48548     if test "$wxUSE_UNIVERSAL" = "yes"; then
48549         wxUSE_TOOLBAR_NATIVE="no"
48550     else
48551         wxUSE_TOOLBAR_NATIVE="yes"
48552         cat >>confdefs.h <<\_ACEOF
48553 #define wxUSE_TOOLBAR_NATIVE 1
48554 _ACEOF
48555
48556     fi
48557
48558     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
48559 fi
48560
48561 if test "$wxUSE_TOOLTIPS" = "yes"; then
48562     if test "$wxUSE_MOTIF" = 1; then
48563         { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
48564 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
48565     else
48566         if test "$wxUSE_UNIVERSAL" = "yes"; then
48567             { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
48568 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
48569         else
48570             cat >>confdefs.h <<\_ACEOF
48571 #define wxUSE_TOOLTIPS 1
48572 _ACEOF
48573
48574         fi
48575     fi
48576 fi
48577
48578 if test "$wxUSE_TREEBOOK" = "yes"; then
48579     cat >>confdefs.h <<\_ACEOF
48580 #define wxUSE_TREEBOOK 1
48581 _ACEOF
48582
48583     USES_CONTROLS=1
48584 fi
48585
48586 if test "$wxUSE_TOOLBOOK" = "yes"; then
48587     cat >>confdefs.h <<\_ACEOF
48588 #define wxUSE_TOOLBOOK 1
48589 _ACEOF
48590
48591     USES_CONTROLS=1
48592 fi
48593
48594 if test "$wxUSE_TREECTRL" = "yes"; then
48595     if test "$wxUSE_IMAGLIST" = "yes"; then
48596         cat >>confdefs.h <<\_ACEOF
48597 #define wxUSE_TREECTRL 1
48598 _ACEOF
48599
48600         USES_CONTROLS=1
48601         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
48602     else
48603         { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
48604 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
48605     fi
48606 fi
48607
48608 if test "$wxUSE_POPUPWIN" = "yes"; then
48609     if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
48610         { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
48611 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
48612     else
48613         if test "$wxUSE_PM" = 1; then
48614             { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
48615 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
48616         else
48617             cat >>confdefs.h <<\_ACEOF
48618 #define wxUSE_POPUPWIN 1
48619 _ACEOF
48620
48621             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
48622
48623             USES_CONTROLS=1
48624         fi
48625     fi
48626 fi
48627
48628 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
48629     if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
48630         { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
48631 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
48632     else
48633         cat >>confdefs.h <<\_ACEOF
48634 #define wxUSE_DIALUP_MANAGER 1
48635 _ACEOF
48636
48637         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
48638     fi
48639 fi
48640
48641 if test "$wxUSE_TIPWINDOW" = "yes"; then
48642     if test "$wxUSE_PM" = 1; then
48643         { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
48644 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
48645     else
48646         cat >>confdefs.h <<\_ACEOF
48647 #define wxUSE_TIPWINDOW 1
48648 _ACEOF
48649
48650     fi
48651 fi
48652
48653 if test "$USES_CONTROLS" = 1; then
48654     cat >>confdefs.h <<\_ACEOF
48655 #define wxUSE_CONTROLS 1
48656 _ACEOF
48657
48658 fi
48659
48660
48661 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
48662     cat >>confdefs.h <<\_ACEOF
48663 #define wxUSE_ACCESSIBILITY 1
48664 _ACEOF
48665
48666     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
48667 fi
48668
48669 if test "$wxUSE_DRAGIMAGE" = "yes"; then
48670     cat >>confdefs.h <<\_ACEOF
48671 #define wxUSE_DRAGIMAGE 1
48672 _ACEOF
48673
48674     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
48675 fi
48676
48677 if test "$wxUSE_EXCEPTIONS" = "yes"; then
48678     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
48679         { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
48680 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
48681     else
48682         cat >>confdefs.h <<\_ACEOF
48683 #define wxUSE_EXCEPTIONS 1
48684 _ACEOF
48685
48686         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
48687     fi
48688 fi
48689
48690 USE_HTML=0
48691 if test "$wxUSE_HTML" = "yes"; then
48692     cat >>confdefs.h <<\_ACEOF
48693 #define wxUSE_HTML 1
48694 _ACEOF
48695
48696     USE_HTML=1
48697     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
48698     if test "$wxUSE_MAC" = 1; then
48699         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
48700     fi
48701 fi
48702 if test "$wxUSE_WEBKIT" = "yes"; then
48703     if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
48704         old_CPPFLAGS="$CPPFLAGS"
48705         CPPFLAGS="-x objective-c++ $CPPFLAGS"
48706         { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
48707 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
48708 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
48709   echo $ECHO_N "(cached) $ECHO_C" >&6
48710 else
48711   cat >conftest.$ac_ext <<_ACEOF
48712 /* confdefs.h.  */
48713 _ACEOF
48714 cat confdefs.h >>conftest.$ac_ext
48715 cat >>conftest.$ac_ext <<_ACEOF
48716 /* end confdefs.h.  */
48717
48718                            #include <Carbon/Carbon.h>
48719                            #include <WebKit/WebKit.h>
48720
48721
48722 #include <WebKit/HIWebView.h>
48723 _ACEOF
48724 rm -f conftest.$ac_objext
48725 if { (ac_try="$ac_compile"
48726 case "(($ac_try" in
48727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48728   *) ac_try_echo=$ac_try;;
48729 esac
48730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48731   (eval "$ac_compile") 2>conftest.er1
48732   ac_status=$?
48733   grep -v '^ *+' conftest.er1 >conftest.err
48734   rm -f conftest.er1
48735   cat conftest.err >&5
48736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
48737   (exit $ac_status); } && {
48738          test -z "$ac_c_werror_flag" ||
48739          test ! -s conftest.err
48740        } && test -s conftest.$ac_objext; then
48741   ac_cv_header_WebKit_HIWebView_h=yes
48742 else
48743   echo "$as_me: failed program was:" >&5
48744 sed 's/^/| /' conftest.$ac_ext >&5
48745
48746         ac_cv_header_WebKit_HIWebView_h=no
48747 fi
48748
48749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48750 fi
48751 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
48752 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
48753 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
48754
48755                            cat >>confdefs.h <<\_ACEOF
48756 #define wxUSE_WEBKIT 1
48757 _ACEOF
48758
48759                            WEBKIT_LINK="-framework WebKit"
48760
48761 else
48762
48763                            { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
48764 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
48765                            wxUSE_WEBKIT=no
48766
48767 fi
48768
48769
48770         CPPFLAGS="$old_CPPFLAGS"
48771     elif test "$wxUSE_COCOA" = 1; then
48772         cat >>confdefs.h <<\_ACEOF
48773 #define wxUSE_WEBKIT 1
48774 _ACEOF
48775
48776     else
48777         wxUSE_WEBKIT=no
48778     fi
48779 fi
48780
48781 USE_XRC=0
48782 if test "$wxUSE_XRC" = "yes"; then
48783     if test "$wxUSE_XML" != "yes"; then
48784         { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
48785 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
48786         wxUSE_XRC=no
48787     else
48788         cat >>confdefs.h <<\_ACEOF
48789 #define wxUSE_XRC 1
48790 _ACEOF
48791
48792         USE_XRC=1
48793         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
48794     fi
48795 fi
48796
48797 USE_AUI=0
48798 if test "$wxUSE_AUI" = "yes"; then
48799    cat >>confdefs.h <<\_ACEOF
48800 #define wxUSE_AUI 1
48801 _ACEOF
48802
48803    USE_AUI=1
48804    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
48805 fi
48806
48807 USE_STC=0
48808 if test "$wxUSE_STC" = "yes"; then
48809    cat >>confdefs.h <<\_ACEOF
48810 #define wxUSE_STC 1
48811 _ACEOF
48812
48813    USE_STC=1
48814    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
48815 fi
48816
48817 if test "$wxUSE_MENUS" = "yes"; then
48818     cat >>confdefs.h <<\_ACEOF
48819 #define wxUSE_MENUS 1
48820 _ACEOF
48821
48822     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
48823 fi
48824
48825 if test "$wxUSE_METAFILE" = "yes"; then
48826     cat >>confdefs.h <<\_ACEOF
48827 #define wxUSE_METAFILE 1
48828 _ACEOF
48829
48830 fi
48831
48832 if test "$wxUSE_MIMETYPE" = "yes"; then
48833     cat >>confdefs.h <<\_ACEOF
48834 #define wxUSE_MIMETYPE 1
48835 _ACEOF
48836
48837 fi
48838
48839 if test "$wxUSE_MINIFRAME" = "yes"; then
48840     cat >>confdefs.h <<\_ACEOF
48841 #define wxUSE_MINIFRAME 1
48842 _ACEOF
48843
48844 fi
48845
48846 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
48847     cat >>confdefs.h <<\_ACEOF
48848 #define wxUSE_SYSTEM_OPTIONS 1
48849 _ACEOF
48850
48851 fi
48852
48853 if test "$wxUSE_TASKBARICON" = "yes"; then
48854     cat >>confdefs.h <<\_ACEOF
48855 #define wxUSE_TASKBARICON 1
48856 _ACEOF
48857
48858     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
48859 fi
48860
48861
48862 if test "$wxUSE_VALIDATORS" = "yes"; then
48863     cat >>confdefs.h <<\_ACEOF
48864 #define wxUSE_VALIDATORS 1
48865 _ACEOF
48866
48867     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
48868 fi
48869
48870 if test "$wxUSE_PALETTE" = "yes" ; then
48871     if test "$wxUSE_DFB" = 1; then
48872         { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
48873 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
48874         wxUSE_PALETTE=no
48875     else
48876         cat >>confdefs.h <<\_ACEOF
48877 #define wxUSE_PALETTE 1
48878 _ACEOF
48879
48880     fi
48881 fi
48882
48883 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
48884     LIBS=" -lunicows $LIBS"
48885 fi
48886
48887 USE_RICHTEXT=0
48888 if test "$wxUSE_RICHTEXT" = "yes"; then
48889     cat >>confdefs.h <<\_ACEOF
48890 #define wxUSE_RICHTEXT 1
48891 _ACEOF
48892
48893     USE_RICHTEXT=1
48894     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
48895 fi
48896
48897
48898 if test "$wxUSE_IMAGE" = "yes" ; then
48899     cat >>confdefs.h <<\_ACEOF
48900 #define wxUSE_IMAGE 1
48901 _ACEOF
48902
48903
48904     if test "$wxUSE_GIF" = "yes" ; then
48905       cat >>confdefs.h <<\_ACEOF
48906 #define wxUSE_GIF 1
48907 _ACEOF
48908
48909     fi
48910
48911     if test "$wxUSE_PCX" = "yes" ; then
48912       cat >>confdefs.h <<\_ACEOF
48913 #define wxUSE_PCX 1
48914 _ACEOF
48915
48916     fi
48917
48918     if test "$wxUSE_TGA" = "yes" ; then
48919       cat >>confdefs.h <<\_ACEOF
48920 #define wxUSE_TGA 1
48921 _ACEOF
48922
48923     fi
48924
48925     if test "$wxUSE_IFF" = "yes" ; then
48926       cat >>confdefs.h <<\_ACEOF
48927 #define wxUSE_IFF 1
48928 _ACEOF
48929
48930     fi
48931
48932     if test "$wxUSE_PNM" = "yes" ; then
48933       cat >>confdefs.h <<\_ACEOF
48934 #define wxUSE_PNM 1
48935 _ACEOF
48936
48937     fi
48938
48939     if test "$wxUSE_XPM" = "yes" ; then
48940       cat >>confdefs.h <<\_ACEOF
48941 #define wxUSE_XPM 1
48942 _ACEOF
48943
48944     fi
48945
48946     if test "$wxUSE_ICO_CUR" = "yes" ; then
48947       cat >>confdefs.h <<\_ACEOF
48948 #define wxUSE_ICO_CUR 1
48949 _ACEOF
48950
48951     fi
48952 fi
48953
48954
48955 if test "$wxUSE_ABOUTDLG" = "yes"; then
48956     cat >>confdefs.h <<\_ACEOF
48957 #define wxUSE_ABOUTDLG 1
48958 _ACEOF
48959
48960 fi
48961
48962 if test "$wxUSE_CHOICEDLG" = "yes"; then
48963     cat >>confdefs.h <<\_ACEOF
48964 #define wxUSE_CHOICEDLG 1
48965 _ACEOF
48966
48967 fi
48968
48969 if test "$wxUSE_COLOURDLG" = "yes"; then
48970     cat >>confdefs.h <<\_ACEOF
48971 #define wxUSE_COLOURDLG 1
48972 _ACEOF
48973
48974 fi
48975
48976 if test "$wxUSE_FILEDLG" = "yes"; then
48977     cat >>confdefs.h <<\_ACEOF
48978 #define wxUSE_FILEDLG 1
48979 _ACEOF
48980
48981 fi
48982
48983 if test "$wxUSE_FINDREPLDLG" = "yes"; then
48984     cat >>confdefs.h <<\_ACEOF
48985 #define wxUSE_FINDREPLDLG 1
48986 _ACEOF
48987
48988 fi
48989
48990 if test "$wxUSE_FONTDLG" = "yes"; then
48991     cat >>confdefs.h <<\_ACEOF
48992 #define wxUSE_FONTDLG 1
48993 _ACEOF
48994
48995 fi
48996
48997 if test "$wxUSE_DIRDLG" = "yes"; then
48998     if test "$wxUSE_TREECTRL" != "yes"; then
48999         { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
49000 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
49001     else
49002         cat >>confdefs.h <<\_ACEOF
49003 #define wxUSE_DIRDLG 1
49004 _ACEOF
49005
49006     fi
49007 fi
49008
49009 if test "$wxUSE_MSGDLG" = "yes"; then
49010     cat >>confdefs.h <<\_ACEOF
49011 #define wxUSE_MSGDLG 1
49012 _ACEOF
49013
49014 fi
49015
49016 if test "$wxUSE_NUMBERDLG" = "yes"; then
49017     cat >>confdefs.h <<\_ACEOF
49018 #define wxUSE_NUMBERDLG 1
49019 _ACEOF
49020
49021 fi
49022
49023 if test "$wxUSE_PROGRESSDLG" = "yes"; then
49024     if test "$wxUSE_CONSTRAINTS" != "yes"; then
49025        { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
49026 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
49027     else
49028         cat >>confdefs.h <<\_ACEOF
49029 #define wxUSE_PROGRESSDLG 1
49030 _ACEOF
49031
49032     fi
49033 fi
49034
49035 if test "$wxUSE_SPLASH" = "yes"; then
49036     cat >>confdefs.h <<\_ACEOF
49037 #define wxUSE_SPLASH 1
49038 _ACEOF
49039
49040     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
49041 fi
49042
49043 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
49044     if test "$wxUSE_CONSTRAINTS" != "yes"; then
49045        { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
49046 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
49047     else
49048         cat >>confdefs.h <<\_ACEOF
49049 #define wxUSE_STARTUP_TIPS 1
49050 _ACEOF
49051
49052     fi
49053 fi
49054
49055 if test "$wxUSE_TEXTDLG" = "yes"; then
49056     cat >>confdefs.h <<\_ACEOF
49057 #define wxUSE_TEXTDLG 1
49058 _ACEOF
49059
49060 fi
49061
49062 if test "$wxUSE_WIZARDDLG" = "yes"; then
49063     cat >>confdefs.h <<\_ACEOF
49064 #define wxUSE_WIZARDDLG 1
49065 _ACEOF
49066
49067     SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
49068 fi
49069
49070
49071 if test "$wxUSE_MSW" = 1 ; then
49072
49073     if test "$wxUSE_DC_CACHEING" = "yes"; then
49074         cat >>confdefs.h <<\_ACEOF
49075 #define wxUSE_DC_CACHEING 1
49076 _ACEOF
49077
49078     fi
49079
49080     if test "$wxUSE_DIB" = "yes"; then
49081         cat >>confdefs.h <<\_ACEOF
49082 #define wxUSE_WXDIB 1
49083 _ACEOF
49084
49085     fi
49086
49087     if test "$wxUSE_OWNER_DRAWN" = "yes"; then
49088         cat >>confdefs.h <<\_ACEOF
49089 #define wxUSE_OWNER_DRAWN 1
49090 _ACEOF
49091
49092     fi
49093
49094     if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
49095         cat >>confdefs.h <<\_ACEOF
49096 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
49097 _ACEOF
49098
49099     fi
49100
49101     if test "$wxUSE_UXTHEME" = "yes"; then
49102         cat >>confdefs.h <<\_ACEOF
49103 #define wxUSE_UXTHEME 1
49104 _ACEOF
49105
49106     fi
49107
49108 fi
49109
49110
49111 if test "$USE_WIN32" = 1 ; then
49112     if test "$wxUSE_INICONF" = "yes"; then
49113         cat >>confdefs.h <<\_ACEOF
49114 #define wxUSE_INICONF 1
49115 _ACEOF
49116
49117     fi
49118
49119     if test "$wxUSE_REGKEY" = "yes"; then
49120         cat >>confdefs.h <<\_ACEOF
49121 #define wxUSE_REGKEY 1
49122 _ACEOF
49123
49124     fi
49125 fi
49126
49127
49128 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
49129    if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
49130       cat >>confdefs.h <<\_ACEOF
49131 #define wxUSE_GRAPHICS_CONTEXT 1
49132 _ACEOF
49133
49134    elif test "$wxUSE_GTK" != 1; then
49135             cat >>confdefs.h <<\_ACEOF
49136 #define wxUSE_GRAPHICS_CONTEXT 1
49137 _ACEOF
49138
49139    else
49140
49141 pkg_failed=no
49142 { echo "$as_me:$LINENO: checking for CAIRO" >&5
49143 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
49144
49145 if test -n "$PKG_CONFIG"; then
49146     if test -n "$CAIRO_CFLAGS"; then
49147         pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
49148     else
49149         if test -n "$PKG_CONFIG" && \
49150     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
49151   ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
49152   ac_status=$?
49153   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49154   (exit $ac_status); }; then
49155   pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
49156 else
49157   pkg_failed=yes
49158 fi
49159     fi
49160 else
49161         pkg_failed=untried
49162 fi
49163 if test -n "$PKG_CONFIG"; then
49164     if test -n "$CAIRO_LIBS"; then
49165         pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
49166     else
49167         if test -n "$PKG_CONFIG" && \
49168     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
49169   ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
49170   ac_status=$?
49171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49172   (exit $ac_status); }; then
49173   pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
49174 else
49175   pkg_failed=yes
49176 fi
49177     fi
49178 else
49179         pkg_failed=untried
49180 fi
49181
49182
49183
49184 if test $pkg_failed = yes; then
49185
49186 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49187         _pkg_short_errors_supported=yes
49188 else
49189         _pkg_short_errors_supported=no
49190 fi
49191         if test $_pkg_short_errors_supported = yes; then
49192                 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
49193         else
49194                 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
49195         fi
49196         # Put the nasty error message in config.log where it belongs
49197         echo "$CAIRO_PKG_ERRORS" >&5
49198
49199         { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
49200 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
49201
49202 elif test $pkg_failed = untried; then
49203         { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
49204 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
49205
49206 else
49207         CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
49208         CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
49209         { echo "$as_me:$LINENO: result: yes" >&5
49210 echo "${ECHO_T}yes" >&6; }
49211         cat >>confdefs.h <<\_ACEOF
49212 #define wxUSE_GRAPHICS_CONTEXT 1
49213 _ACEOF
49214
49215 fi
49216    fi
49217 fi
49218
49219
49220 USE_MEDIA=0
49221
49222 if test "$wxUSE_MEDIACTRL" = "yes"; then
49223     USE_MEDIA=1
49224
49225                 if test "$wxUSE_GTK" = 1; then
49226         wxUSE_GSTREAMER="no"
49227
49228                                                                 GST_VERSION_MAJOR=0
49229         GST_VERSION_MINOR=10
49230         GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
49231
49232         if test "$wxUSE_GSTREAMER8" = "no"; then
49233
49234 pkg_failed=no
49235 { echo "$as_me:$LINENO: checking for GST" >&5
49236 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
49237
49238 if test -n "$PKG_CONFIG"; then
49239     if test -n "$GST_CFLAGS"; then
49240         pkg_cv_GST_CFLAGS="$GST_CFLAGS"
49241     else
49242         if test -n "$PKG_CONFIG" && \
49243     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
49244   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
49245   ac_status=$?
49246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49247   (exit $ac_status); }; then
49248   pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
49249 else
49250   pkg_failed=yes
49251 fi
49252     fi
49253 else
49254         pkg_failed=untried
49255 fi
49256 if test -n "$PKG_CONFIG"; then
49257     if test -n "$GST_LIBS"; then
49258         pkg_cv_GST_LIBS="$GST_LIBS"
49259     else
49260         if test -n "$PKG_CONFIG" && \
49261     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
49262   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
49263   ac_status=$?
49264   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49265   (exit $ac_status); }; then
49266   pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
49267 else
49268   pkg_failed=yes
49269 fi
49270     fi
49271 else
49272         pkg_failed=untried
49273 fi
49274
49275
49276
49277 if test $pkg_failed = yes; then
49278
49279 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49280         _pkg_short_errors_supported=yes
49281 else
49282         _pkg_short_errors_supported=no
49283 fi
49284         if test $_pkg_short_errors_supported = yes; then
49285                 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
49286         else
49287                 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
49288         fi
49289         # Put the nasty error message in config.log where it belongs
49290         echo "$GST_PKG_ERRORS" >&5
49291
49292
49293                     { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
49294 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
49295                     GST_VERSION_MINOR=8
49296
49297
49298 elif test $pkg_failed = untried; then
49299
49300                     { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
49301 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
49302                     GST_VERSION_MINOR=8
49303
49304
49305 else
49306         GST_CFLAGS=$pkg_cv_GST_CFLAGS
49307         GST_LIBS=$pkg_cv_GST_LIBS
49308         { echo "$as_me:$LINENO: result: yes" >&5
49309 echo "${ECHO_T}yes" >&6; }
49310
49311                     wxUSE_GSTREAMER="yes"
49312                     GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
49313
49314 fi
49315         else
49316                         GST_VERSION_MINOR=8
49317         fi
49318
49319         if test $GST_VERSION_MINOR = "8"; then
49320             GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
49321
49322 pkg_failed=no
49323 { echo "$as_me:$LINENO: checking for GST" >&5
49324 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
49325
49326 if test -n "$PKG_CONFIG"; then
49327     if test -n "$GST_CFLAGS"; then
49328         pkg_cv_GST_CFLAGS="$GST_CFLAGS"
49329     else
49330         if test -n "$PKG_CONFIG" && \
49331     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
49332   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
49333   ac_status=$?
49334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49335   (exit $ac_status); }; then
49336   pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
49337 else
49338   pkg_failed=yes
49339 fi
49340     fi
49341 else
49342         pkg_failed=untried
49343 fi
49344 if test -n "$PKG_CONFIG"; then
49345     if test -n "$GST_LIBS"; then
49346         pkg_cv_GST_LIBS="$GST_LIBS"
49347     else
49348         if test -n "$PKG_CONFIG" && \
49349     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
49350   ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
49351   ac_status=$?
49352   echo "$as_me:$LINENO: \$? = $ac_status" >&5
49353   (exit $ac_status); }; then
49354   pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
49355 else
49356   pkg_failed=yes
49357 fi
49358     fi
49359 else
49360         pkg_failed=untried
49361 fi
49362
49363
49364
49365 if test $pkg_failed = yes; then
49366
49367 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49368         _pkg_short_errors_supported=yes
49369 else
49370         _pkg_short_errors_supported=no
49371 fi
49372         if test $_pkg_short_errors_supported = yes; then
49373                 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
49374         else
49375                 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
49376         fi
49377         # Put the nasty error message in config.log where it belongs
49378         echo "$GST_PKG_ERRORS" >&5
49379
49380
49381                     { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
49382 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
49383
49384 elif test $pkg_failed = untried; then
49385
49386                     { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
49387 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
49388
49389 else
49390         GST_CFLAGS=$pkg_cv_GST_CFLAGS
49391         GST_LIBS=$pkg_cv_GST_LIBS
49392         { echo "$as_me:$LINENO: result: yes" >&5
49393 echo "${ECHO_T}yes" >&6; }
49394         wxUSE_GSTREAMER="yes"
49395 fi
49396         fi
49397
49398
49399         if test "$wxUSE_GSTREAMER" = "yes"; then
49400             CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
49401             LIBS="$GST_LIBS $LIBS"
49402
49403             cat >>confdefs.h <<\_ACEOF
49404 #define wxUSE_GSTREAMER 1
49405 _ACEOF
49406
49407         else
49408             USE_MEDIA=0
49409         fi
49410     fi
49411
49412     if test $USE_MEDIA = 1; then
49413         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
49414         cat >>confdefs.h <<\_ACEOF
49415 #define wxUSE_MEDIACTRL 1
49416 _ACEOF
49417
49418     fi
49419 fi
49420
49421
49422 if test "$cross_compiling" = "yes"; then
49423         OSINFO="\"$host\""
49424 else
49425         OSINFO=`uname -s -r -m`
49426     OSINFO="\"$OSINFO\""
49427 fi
49428
49429 cat >>confdefs.h <<_ACEOF
49430 #define WXWIN_OS_DESCRIPTION $OSINFO
49431 _ACEOF
49432
49433
49434
49435 if test "x$prefix" != "xNONE"; then
49436     wxPREFIX=$prefix
49437 else
49438     wxPREFIX=$ac_default_prefix
49439 fi
49440
49441 cat >>confdefs.h <<_ACEOF
49442 #define wxINSTALL_PREFIX "$wxPREFIX"
49443 _ACEOF
49444
49445
49446
49447
49448 STD_BASE_LIBS="base"
49449 STD_GUI_LIBS=""
49450 BUILT_WX_LIBS="base"
49451 ALL_WX_LIBS="xrc stc gl media dbgrid qa html adv core odbc xml net base"
49452
49453 if test "$wxUSE_SOCKETS" = "yes" ; then
49454     STD_BASE_LIBS="net $STD_BASE_LIBS"
49455     BUILT_WX_LIBS="net $BUILT_WX_LIBS"
49456 fi
49457 if test "$wxUSE_ODBC" != "no" ; then
49458     BUILT_WX_LIBS="odbc $BUILT_WX_LIBS"
49459 fi
49460 if test "$wxUSE_XML" = "yes" ; then
49461     STD_BASE_LIBS="xml $STD_BASE_LIBS"
49462     BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
49463 fi
49464
49465 if test "$wxUSE_GUI" = "yes"; then
49466     STD_GUI_LIBS="adv core"
49467     BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
49468
49469     if test "$wxUSE_DEBUGREPORT" = "yes" ; then
49470         STD_GUI_LIBS="qa $STD_GUI_LIBS"
49471         BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
49472     fi
49473     if test "$wxUSE_ODBC" != "no" ; then
49474         BUILT_WX_LIBS="dbgrid $BUILT_WX_LIBS"
49475     fi
49476     if test "$wxUSE_HTML" = "yes" ; then
49477         STD_GUI_LIBS="html $STD_GUI_LIBS"
49478         BUILT_WX_LIBS="html $BUILT_WX_LIBS"
49479     fi
49480     if test "$wxUSE_MEDIACTRL" = "yes" ; then
49481         BUILT_WX_LIBS="media $BUILT_WX_LIBS"
49482     fi
49483     if test "$wxUSE_OPENGL" = "yes" ; then
49484         BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
49485     fi
49486     if test "$wxUSE_AUI" = "yes" ; then
49487         BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
49488     fi
49489     if test "$wxUSE_STC" = "yes" ; then
49490         BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
49491     fi
49492     if test "$wxUSE_XRC" = "yes" ; then
49493         STD_GUI_LIBS="xrc $STD_GUI_LIBS"
49494         BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
49495     fi
49496 fi
49497
49498
49499
49500
49501
49502
49503
49504
49505 if test "$wxUSE_MAC" = 1 ; then
49506     if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
49507         if test "$USE_DARWIN" = 1; then
49508             LDFLAGS="$LDFLAGS -framework QuickTime"
49509         else
49510             LDFLAGS="$LDFLAGS -lQuickTimeLib"
49511         fi
49512     fi
49513     if test "$USE_DARWIN" = 1; then
49514         LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
49515     else
49516         LDFLAGS="$LDFLAGS -lCarbonLib"
49517     fi
49518 fi
49519 if test "$wxUSE_COCOA" = 1 ; then
49520     LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
49521     if test "$wxUSE_MEDIACTRL" = "yes"; then
49522         LDFLAGS="$LDFLAGS -framework QuickTime"
49523     fi
49524 fi
49525 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
49526     LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
49527 fi
49528
49529 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
49530
49531 if test "$wxUSE_GUI" = "yes"; then
49532
49533
49534         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
49535                      erase event exec font image minimal mobile \
49536                      mobile/wxedit mobile/styles render \
49537                      shaped svg taborder vscroll widgets"
49538
49539     if test "$wxUSE_MONOLITHIC" != "yes"; then
49540         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
49541     fi
49542     if test "$TOOLKIT" = "MSW"; then
49543         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
49544         if test "$wxUSE_UNIVERSAL" != "yes"; then
49545             SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
49546         fi
49547     fi
49548     if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
49549         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
49550     fi
49551 else
49552     SAMPLES_SUBDIRS="console"
49553 fi
49554
49555
49556 if test "x$INTELCC" = "xyes" ; then
49557                                         CWARNINGS="-Wall -wd810,869,981,1418,1572,1684"
49558 elif test "$GCC" = yes ; then
49559     CWARNINGS="-Wall -Wundef"
49560 fi
49561
49562 if test "x$INTELCXX" = "xyes" ; then
49563                                                             CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419"
49564 elif test "$GXX" = yes ; then
49565         CXXWARNINGS="-Wall -Wundef -Wno-ctor-dtor-privacy"
49566 fi
49567
49568
49569 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
49570 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
49571
49572
49573 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
49574  -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
49575  -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
49576  $CPPFLAGS `
49577
49578 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
49579 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
49580 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
49581
49582 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
49583
49584
49585 if test "x$MWCC" = "xyes"; then
49586
49587             CC="$CC -cwd source -I-"
49588     CXX="$CXX -cwd source -I-"
49589 fi
49590
49591
49592 LIBS=`echo $LIBS`
49593 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
49594 EXTRALIBS_XML="$EXPAT_LINK"
49595 EXTRALIBS_HTML="$MSPACK_LINK"
49596 EXTRALIBS_ODBC="$ODBC_LINK"
49597 EXTRALIBS_STC="-lwxscintilla${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
49598 if test "$wxUSE_GUI" = "yes"; then
49599     EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
49600 fi
49601 if test "$wxUSE_OPENGL" = "yes"; then
49602     EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
49603 fi
49604
49605 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
49606
49607 WXCONFIG_LIBS="$LIBS"
49608
49609 if test "$wxUSE_REGEX" = "builtin" ; then
49610     wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
49611 fi
49612 if test "$wxUSE_EXPAT" = "builtin" ; then
49613     wxconfig_3rdparty="expat $wxconfig_3rdparty"
49614 fi
49615 if test "$wxUSE_ODBC" = "builtin" ; then
49616     wxconfig_3rdparty="odbc $wxconfig_3rdparty"
49617 fi
49618 if test "$wxUSE_LIBTIFF" = "builtin" ; then
49619     wxconfig_3rdparty="tiff $wxconfig_3rdparty"
49620 fi
49621 if test "$wxUSE_LIBJPEG" = "builtin" ; then
49622     wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
49623 fi
49624 if test "$wxUSE_LIBPNG" = "builtin" ; then
49625     wxconfig_3rdparty="png $wxconfig_3rdparty"
49626 fi
49627 if test "$wxUSE_ZLIB" = "builtin" ; then
49628     wxconfig_3rdparty="zlib $wxconfig_3rdparty"
49629 fi
49630
49631 for i in $wxconfig_3rdparty ; do
49632     WXCONFIG_LIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
49633 done
49634
49635
49636 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
49637     WXUNIV=1
49638
49639     case "$wxUNIV_THEMES" in
49640         ''|all)
49641             cat >>confdefs.h <<\_ACEOF
49642 #define wxUSE_ALL_THEMES 1
49643 _ACEOF
49644
49645             ;;
49646
49647         *)
49648             for t in `echo $wxUNIV_THEMES | tr , ' ' | tr a-z A-Z`; do
49649                 cat >>confdefs.h <<_ACEOF
49650 #define wxUSE_THEME_$t 1
49651 _ACEOF
49652
49653             done
49654     esac
49655 else
49656     WXUNIV=0
49657 fi
49658
49659
49660
49661
49662
49663
49664
49665
49666
49667 if test $wxUSE_MONOLITHIC = "yes" ; then
49668     MONOLITHIC=1
49669 else
49670     MONOLITHIC=0
49671 fi
49672
49673 if test $wxUSE_PLUGINS = "yes" ; then
49674     USE_PLUGINS=1
49675 else
49676     USE_PLUGINS=0
49677 fi
49678
49679 if test $wxUSE_ODBC != "no" ; then
49680     USE_ODBC=1
49681 else
49682     USE_ODBC=0
49683 fi
49684
49685 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
49686     USE_QA=1
49687 else
49688     USE_QA=0
49689 fi
49690
49691 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
49692     OFFICIAL_BUILD=1
49693 else
49694     OFFICIAL_BUILD=0
49695 fi
49696
49697
49698
49699
49700
49701
49702
49703
49704
49705
49706
49707
49708
49709
49710
49711
49712
49713
49714
49715
49716
49717
49718
49719
49720
49721
49722
49723 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
49724
49725
49726
49727
49728
49729
49730
49731
49732 case "$TOOLKIT" in
49733     GTK)
49734         TOOLKIT_DESC="GTK+"
49735         if test "$WXGTK20" = 1; then
49736             TOOLKIT_DESC="$TOOLKIT_DESC 2"
49737             if test "$wxUSE_GTKPRINT" = "yes" ; then
49738                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
49739             fi
49740             if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
49741                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
49742             fi
49743             if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
49744                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
49745             fi
49746             if test "$wxUSE_LIBHILDON" = "yes"; then
49747                 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
49748             fi
49749
49750             if test "$TOOLKIT_EXTRA" != ""; then
49751                 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
49752             fi
49753         fi
49754         ;;
49755
49756     ?*)
49757         TOOLKIT_DESC=$TOOLKIT_LOWERCASE
49758         ;;
49759
49760     *)
49761         TOOLKIT_DESC="base only"
49762         ;;
49763 esac
49764
49765 if test "$wxUSE_WINE" = "yes"; then
49766     BAKEFILE_FORCE_PLATFORM=win32
49767 fi
49768
49769 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
49770 then
49771     { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
49772 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
49773 if test "${wx_cv_gcc_pch_bug+set}" = set; then
49774   echo $ECHO_N "(cached) $ECHO_C" >&6
49775 else
49776
49777             echo '#include <stdio.h>
49778                   const wchar_t test_var[] = L"awidetest";' > conftest.h
49779
49780             echo '#include "conftest.h"
49781                   int main()
49782                   {
49783                      printf("%ls", test_var);
49784                      return 0;
49785                   }' > conftest.cpp
49786
49787             wx_cv_gcc_pch_bug="pch not supported"
49788
49789             if $CXX conftest.h >/dev/null 2>&1
49790             then
49791                 wx_cv_gcc_pch_bug=
49792
49793                 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
49794                 then
49795                     if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
49796                         grep awidetest >/dev/null
49797                     then
49798                         wx_cv_gcc_pch_bug=no
49799                     else
49800                         wx_cv_gcc_pch_bug=yes
49801                     fi
49802                 fi
49803             fi
49804
49805             rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
49806
49807 fi
49808 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
49809 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
49810
49811     if test "$wx_cv_gcc_pch_bug" = yes; then
49812                         bk_use_pch=no
49813     fi
49814 fi
49815
49816
49817
49818
49819     if test "x$BAKEFILE_HOST" = "x"; then
49820                if test "x${host}" = "x" ; then
49821                        { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
49822 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
49823    { (exit 1); exit 1; }; }
49824                fi
49825
49826         BAKEFILE_HOST="${host}"
49827     fi
49828
49829     if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
49830
49831     if test -n "$ac_tool_prefix"; then
49832   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
49833 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
49834 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49835 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49836 if test "${ac_cv_prog_RANLIB+set}" = set; then
49837   echo $ECHO_N "(cached) $ECHO_C" >&6
49838 else
49839   if test -n "$RANLIB"; then
49840   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
49841 else
49842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49843 for as_dir in $PATH
49844 do
49845   IFS=$as_save_IFS
49846   test -z "$as_dir" && as_dir=.
49847   for ac_exec_ext in '' $ac_executable_extensions; do
49848   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49849     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
49850     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49851     break 2
49852   fi
49853 done
49854 done
49855 IFS=$as_save_IFS
49856
49857 fi
49858 fi
49859 RANLIB=$ac_cv_prog_RANLIB
49860 if test -n "$RANLIB"; then
49861   { echo "$as_me:$LINENO: result: $RANLIB" >&5
49862 echo "${ECHO_T}$RANLIB" >&6; }
49863 else
49864   { echo "$as_me:$LINENO: result: no" >&5
49865 echo "${ECHO_T}no" >&6; }
49866 fi
49867
49868
49869 fi
49870 if test -z "$ac_cv_prog_RANLIB"; then
49871   ac_ct_RANLIB=$RANLIB
49872   # Extract the first word of "ranlib", so it can be a program name with args.
49873 set dummy ranlib; ac_word=$2
49874 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49875 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49876 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
49877   echo $ECHO_N "(cached) $ECHO_C" >&6
49878 else
49879   if test -n "$ac_ct_RANLIB"; then
49880   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
49881 else
49882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49883 for as_dir in $PATH
49884 do
49885   IFS=$as_save_IFS
49886   test -z "$as_dir" && as_dir=.
49887   for ac_exec_ext in '' $ac_executable_extensions; do
49888   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49889     ac_cv_prog_ac_ct_RANLIB="ranlib"
49890     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49891     break 2
49892   fi
49893 done
49894 done
49895 IFS=$as_save_IFS
49896
49897 fi
49898 fi
49899 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
49900 if test -n "$ac_ct_RANLIB"; then
49901   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
49902 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
49903 else
49904   { echo "$as_me:$LINENO: result: no" >&5
49905 echo "${ECHO_T}no" >&6; }
49906 fi
49907
49908   if test "x$ac_ct_RANLIB" = x; then
49909     RANLIB=":"
49910   else
49911     case $cross_compiling:$ac_tool_warned in
49912 yes:)
49913 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49914 whose name does not start with the host triplet.  If you think this
49915 configuration is useful to you, please write to autoconf@gnu.org." >&5
49916 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49917 whose name does not start with the host triplet.  If you think this
49918 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49919 ac_tool_warned=yes ;;
49920 esac
49921     RANLIB=$ac_ct_RANLIB
49922   fi
49923 else
49924   RANLIB="$ac_cv_prog_RANLIB"
49925 fi
49926
49927     # Find a good install program.  We prefer a C program (faster),
49928 # so one script is as good as another.  But avoid the broken or
49929 # incompatible versions:
49930 # SysV /etc/install, /usr/sbin/install
49931 # SunOS /usr/etc/install
49932 # IRIX /sbin/install
49933 # AIX /bin/install
49934 # AmigaOS /C/install, which installs bootblocks on floppy discs
49935 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
49936 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
49937 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
49938 # OS/2's system install, which has a completely different semantic
49939 # ./install, which can be erroneously created by make from ./install.sh.
49940 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
49941 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
49942 if test -z "$INSTALL"; then
49943 if test "${ac_cv_path_install+set}" = set; then
49944   echo $ECHO_N "(cached) $ECHO_C" >&6
49945 else
49946   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49947 for as_dir in $PATH
49948 do
49949   IFS=$as_save_IFS
49950   test -z "$as_dir" && as_dir=.
49951   # Account for people who put trailing slashes in PATH elements.
49952 case $as_dir/ in
49953   ./ | .// | /cC/* | \
49954   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
49955   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
49956   /usr/ucb/* ) ;;
49957   *)
49958     # OSF1 and SCO ODT 3.0 have their own names for install.
49959     # Don't use installbsd from OSF since it installs stuff as root
49960     # by default.
49961     for ac_prog in ginstall scoinst install; do
49962       for ac_exec_ext in '' $ac_executable_extensions; do
49963         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
49964           if test $ac_prog = install &&
49965             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
49966             # AIX install.  It has an incompatible calling convention.
49967             :
49968           elif test $ac_prog = install &&
49969             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
49970             # program-specific install script used by HP pwplus--don't use.
49971             :
49972           else
49973             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
49974             break 3
49975           fi
49976         fi
49977       done
49978     done
49979     ;;
49980 esac
49981 done
49982 IFS=$as_save_IFS
49983
49984
49985 fi
49986   if test "${ac_cv_path_install+set}" = set; then
49987     INSTALL=$ac_cv_path_install
49988   else
49989     # As a last resort, use the slow shell script.  Don't cache a
49990     # value for INSTALL within a source directory, because that will
49991     # break other packages using the cache if that directory is
49992     # removed, or if the value is a relative name.
49993     INSTALL=$ac_install_sh
49994   fi
49995 fi
49996 { echo "$as_me:$LINENO: result: $INSTALL" >&5
49997 echo "${ECHO_T}$INSTALL" >&6; }
49998
49999 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
50000 # It thinks the first close brace ends the variable substitution.
50001 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
50002
50003 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
50004
50005 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
50006
50007     { echo "$as_me:$LINENO: checking whether ln -s works" >&5
50008 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
50009 LN_S=$as_ln_s
50010 if test "$LN_S" = "ln -s"; then
50011   { echo "$as_me:$LINENO: result: yes" >&5
50012 echo "${ECHO_T}yes" >&6; }
50013 else
50014   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
50015 echo "${ECHO_T}no, using $LN_S" >&6; }
50016 fi
50017
50018
50019     { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
50020 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
50021 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
50022 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
50023   echo $ECHO_N "(cached) $ECHO_C" >&6
50024 else
50025   cat >conftest.make <<\_ACEOF
50026 SHELL = /bin/sh
50027 all:
50028         @echo '@@@%%%=$(MAKE)=@@@%%%'
50029 _ACEOF
50030 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
50031 case `${MAKE-make} -f conftest.make 2>/dev/null` in
50032   *@@@%%%=?*=@@@%%%*)
50033     eval ac_cv_prog_make_${ac_make}_set=yes;;
50034   *)
50035     eval ac_cv_prog_make_${ac_make}_set=no;;
50036 esac
50037 rm -f conftest.make
50038 fi
50039 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
50040   { echo "$as_me:$LINENO: result: yes" >&5
50041 echo "${ECHO_T}yes" >&6; }
50042   SET_MAKE=
50043 else
50044   { echo "$as_me:$LINENO: result: no" >&5
50045 echo "${ECHO_T}no" >&6; }
50046   SET_MAKE="MAKE=${MAKE-make}"
50047 fi
50048
50049
50050
50051     if test "x$SUNCXX" = "xyes"; then
50052                                 AR=$CXX
50053         AROPTIONS="-xar -o"
50054
50055     elif test "x$SGICC" = "xyes"; then
50056                 AR=$CXX
50057         AROPTIONS="-ar -o"
50058
50059     else
50060         if test -n "$ac_tool_prefix"; then
50061   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
50062 set dummy ${ac_tool_prefix}ar; ac_word=$2
50063 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50064 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50065 if test "${ac_cv_prog_AR+set}" = set; then
50066   echo $ECHO_N "(cached) $ECHO_C" >&6
50067 else
50068   if test -n "$AR"; then
50069   ac_cv_prog_AR="$AR" # Let the user override the test.
50070 else
50071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50072 for as_dir in $PATH
50073 do
50074   IFS=$as_save_IFS
50075   test -z "$as_dir" && as_dir=.
50076   for ac_exec_ext in '' $ac_executable_extensions; do
50077   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50078     ac_cv_prog_AR="${ac_tool_prefix}ar"
50079     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50080     break 2
50081   fi
50082 done
50083 done
50084 IFS=$as_save_IFS
50085
50086 fi
50087 fi
50088 AR=$ac_cv_prog_AR
50089 if test -n "$AR"; then
50090   { echo "$as_me:$LINENO: result: $AR" >&5
50091 echo "${ECHO_T}$AR" >&6; }
50092 else
50093   { echo "$as_me:$LINENO: result: no" >&5
50094 echo "${ECHO_T}no" >&6; }
50095 fi
50096
50097
50098 fi
50099 if test -z "$ac_cv_prog_AR"; then
50100   ac_ct_AR=$AR
50101   # Extract the first word of "ar", so it can be a program name with args.
50102 set dummy ar; ac_word=$2
50103 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50104 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50105 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
50106   echo $ECHO_N "(cached) $ECHO_C" >&6
50107 else
50108   if test -n "$ac_ct_AR"; then
50109   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
50110 else
50111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50112 for as_dir in $PATH
50113 do
50114   IFS=$as_save_IFS
50115   test -z "$as_dir" && as_dir=.
50116   for ac_exec_ext in '' $ac_executable_extensions; do
50117   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50118     ac_cv_prog_ac_ct_AR="ar"
50119     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50120     break 2
50121   fi
50122 done
50123 done
50124 IFS=$as_save_IFS
50125
50126 fi
50127 fi
50128 ac_ct_AR=$ac_cv_prog_ac_ct_AR
50129 if test -n "$ac_ct_AR"; then
50130   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
50131 echo "${ECHO_T}$ac_ct_AR" >&6; }
50132 else
50133   { echo "$as_me:$LINENO: result: no" >&5
50134 echo "${ECHO_T}no" >&6; }
50135 fi
50136
50137   if test "x$ac_ct_AR" = x; then
50138     AR="ar"
50139   else
50140     case $cross_compiling:$ac_tool_warned in
50141 yes:)
50142 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50143 whose name does not start with the host triplet.  If you think this
50144 configuration is useful to you, please write to autoconf@gnu.org." >&5
50145 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50146 whose name does not start with the host triplet.  If you think this
50147 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50148 ac_tool_warned=yes ;;
50149 esac
50150     AR=$ac_ct_AR
50151   fi
50152 else
50153   AR="$ac_cv_prog_AR"
50154 fi
50155
50156         AROPTIONS=rcu
50157     fi
50158
50159
50160     if test -n "$ac_tool_prefix"; then
50161   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
50162 set dummy ${ac_tool_prefix}strip; ac_word=$2
50163 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50164 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50165 if test "${ac_cv_prog_STRIP+set}" = set; then
50166   echo $ECHO_N "(cached) $ECHO_C" >&6
50167 else
50168   if test -n "$STRIP"; then
50169   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
50170 else
50171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50172 for as_dir in $PATH
50173 do
50174   IFS=$as_save_IFS
50175   test -z "$as_dir" && as_dir=.
50176   for ac_exec_ext in '' $ac_executable_extensions; do
50177   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50178     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
50179     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50180     break 2
50181   fi
50182 done
50183 done
50184 IFS=$as_save_IFS
50185
50186 fi
50187 fi
50188 STRIP=$ac_cv_prog_STRIP
50189 if test -n "$STRIP"; then
50190   { echo "$as_me:$LINENO: result: $STRIP" >&5
50191 echo "${ECHO_T}$STRIP" >&6; }
50192 else
50193   { echo "$as_me:$LINENO: result: no" >&5
50194 echo "${ECHO_T}no" >&6; }
50195 fi
50196
50197
50198 fi
50199 if test -z "$ac_cv_prog_STRIP"; then
50200   ac_ct_STRIP=$STRIP
50201   # Extract the first word of "strip", so it can be a program name with args.
50202 set dummy strip; ac_word=$2
50203 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50205 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
50206   echo $ECHO_N "(cached) $ECHO_C" >&6
50207 else
50208   if test -n "$ac_ct_STRIP"; then
50209   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
50210 else
50211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50212 for as_dir in $PATH
50213 do
50214   IFS=$as_save_IFS
50215   test -z "$as_dir" && as_dir=.
50216   for ac_exec_ext in '' $ac_executable_extensions; do
50217   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50218     ac_cv_prog_ac_ct_STRIP="strip"
50219     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50220     break 2
50221   fi
50222 done
50223 done
50224 IFS=$as_save_IFS
50225
50226 fi
50227 fi
50228 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
50229 if test -n "$ac_ct_STRIP"; then
50230   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
50231 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
50232 else
50233   { echo "$as_me:$LINENO: result: no" >&5
50234 echo "${ECHO_T}no" >&6; }
50235 fi
50236
50237   if test "x$ac_ct_STRIP" = x; then
50238     STRIP=":"
50239   else
50240     case $cross_compiling:$ac_tool_warned in
50241 yes:)
50242 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50243 whose name does not start with the host triplet.  If you think this
50244 configuration is useful to you, please write to autoconf@gnu.org." >&5
50245 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50246 whose name does not start with the host triplet.  If you think this
50247 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50248 ac_tool_warned=yes ;;
50249 esac
50250     STRIP=$ac_ct_STRIP
50251   fi
50252 else
50253   STRIP="$ac_cv_prog_STRIP"
50254 fi
50255
50256     if test -n "$ac_tool_prefix"; then
50257   # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
50258 set dummy ${ac_tool_prefix}nm; ac_word=$2
50259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50261 if test "${ac_cv_prog_NM+set}" = set; then
50262   echo $ECHO_N "(cached) $ECHO_C" >&6
50263 else
50264   if test -n "$NM"; then
50265   ac_cv_prog_NM="$NM" # Let the user override the test.
50266 else
50267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50268 for as_dir in $PATH
50269 do
50270   IFS=$as_save_IFS
50271   test -z "$as_dir" && as_dir=.
50272   for ac_exec_ext in '' $ac_executable_extensions; do
50273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50274     ac_cv_prog_NM="${ac_tool_prefix}nm"
50275     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50276     break 2
50277   fi
50278 done
50279 done
50280 IFS=$as_save_IFS
50281
50282 fi
50283 fi
50284 NM=$ac_cv_prog_NM
50285 if test -n "$NM"; then
50286   { echo "$as_me:$LINENO: result: $NM" >&5
50287 echo "${ECHO_T}$NM" >&6; }
50288 else
50289   { echo "$as_me:$LINENO: result: no" >&5
50290 echo "${ECHO_T}no" >&6; }
50291 fi
50292
50293
50294 fi
50295 if test -z "$ac_cv_prog_NM"; then
50296   ac_ct_NM=$NM
50297   # Extract the first word of "nm", so it can be a program name with args.
50298 set dummy nm; ac_word=$2
50299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50301 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
50302   echo $ECHO_N "(cached) $ECHO_C" >&6
50303 else
50304   if test -n "$ac_ct_NM"; then
50305   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
50306 else
50307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50308 for as_dir in $PATH
50309 do
50310   IFS=$as_save_IFS
50311   test -z "$as_dir" && as_dir=.
50312   for ac_exec_ext in '' $ac_executable_extensions; do
50313   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50314     ac_cv_prog_ac_ct_NM="nm"
50315     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50316     break 2
50317   fi
50318 done
50319 done
50320 IFS=$as_save_IFS
50321
50322 fi
50323 fi
50324 ac_ct_NM=$ac_cv_prog_ac_ct_NM
50325 if test -n "$ac_ct_NM"; then
50326   { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
50327 echo "${ECHO_T}$ac_ct_NM" >&6; }
50328 else
50329   { echo "$as_me:$LINENO: result: no" >&5
50330 echo "${ECHO_T}no" >&6; }
50331 fi
50332
50333   if test "x$ac_ct_NM" = x; then
50334     NM=":"
50335   else
50336     case $cross_compiling:$ac_tool_warned in
50337 yes:)
50338 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50339 whose name does not start with the host triplet.  If you think this
50340 configuration is useful to you, please write to autoconf@gnu.org." >&5
50341 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50342 whose name does not start with the host triplet.  If you think this
50343 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50344 ac_tool_warned=yes ;;
50345 esac
50346     NM=$ac_ct_NM
50347   fi
50348 else
50349   NM="$ac_cv_prog_NM"
50350 fi
50351
50352
50353     case ${BAKEFILE_HOST} in
50354         *-hp-hpux* )
50355                                     INSTALL_DIR="mkdir -p"
50356             ;;
50357         * )
50358                                     INSTALL_DIR='$(INSTALL) -d'
50359             ;;
50360     esac
50361
50362
50363     LDFLAGS_GUI=
50364     case ${BAKEFILE_HOST} in
50365         *-*-cygwin* | *-*-mingw32* )
50366         LDFLAGS_GUI="-mwindows"
50367     esac
50368
50369
50370     fi
50371
50372         { echo "$as_me:$LINENO: checking if make is GNU make" >&5
50373 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
50374 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
50375   echo $ECHO_N "(cached) $ECHO_C" >&6
50376 else
50377
50378         if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
50379                 egrep -s GNU > /dev/null); then
50380             bakefile_cv_prog_makeisgnu="yes"
50381         else
50382             bakefile_cv_prog_makeisgnu="no"
50383         fi
50384
50385 fi
50386 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
50387 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
50388
50389     if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
50390         IF_GNU_MAKE=""
50391     else
50392         IF_GNU_MAKE="#"
50393     fi
50394
50395
50396
50397     PLATFORM_UNIX=0
50398     PLATFORM_WIN32=0
50399     PLATFORM_MSDOS=0
50400     PLATFORM_MAC=0
50401     PLATFORM_MACOS=0
50402     PLATFORM_MACOSX=0
50403     PLATFORM_OS2=0
50404     PLATFORM_BEOS=0
50405
50406     if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
50407         case "${BAKEFILE_HOST}" in
50408             *-*-mingw32* )
50409                 PLATFORM_WIN32=1
50410             ;;
50411             *-pc-msdosdjgpp )
50412                 PLATFORM_MSDOS=1
50413             ;;
50414             *-pc-os2_emx | *-pc-os2-emx )
50415                 PLATFORM_OS2=1
50416             ;;
50417             *-*-darwin* )
50418                 PLATFORM_MAC=1
50419                 PLATFORM_MACOSX=1
50420             ;;
50421             *-*-beos* )
50422                 PLATFORM_BEOS=1
50423             ;;
50424             powerpc-apple-macos* )
50425                 PLATFORM_MAC=1
50426                 PLATFORM_MACOS=1
50427             ;;
50428             * )
50429                 PLATFORM_UNIX=1
50430             ;;
50431         esac
50432     else
50433         case "$BAKEFILE_FORCE_PLATFORM" in
50434             win32 )
50435                 PLATFORM_WIN32=1
50436             ;;
50437             msdos )
50438                 PLATFORM_MSDOS=1
50439             ;;
50440             os2 )
50441                 PLATFORM_OS2=1
50442             ;;
50443             darwin )
50444                 PLATFORM_MAC=1
50445                 PLATFORM_MACOSX=1
50446             ;;
50447             unix )
50448                 PLATFORM_UNIX=1
50449             ;;
50450             beos )
50451                 PLATFORM_BEOS=1
50452             ;;
50453             * )
50454                                             ;;
50455         esac
50456     fi
50457
50458
50459
50460
50461
50462
50463
50464
50465
50466
50467
50468     # Check whether --enable-omf was given.
50469 if test "${enable_omf+set}" = set; then
50470   enableval=$enable_omf; bk_os2_use_omf="$enableval"
50471 fi
50472
50473
50474     case "${BAKEFILE_HOST}" in
50475       *-*-darwin* )
50476                         if test "x$GCC" = "xyes"; then
50477             CFLAGS="$CFLAGS -fno-common"
50478             CXXFLAGS="$CXXFLAGS -fno-common"
50479         fi
50480         if test "x$XLCC" = "xyes"; then
50481             CFLAGS="$CFLAGS -qnocommon"
50482             CXXFLAGS="$CXXFLAGS -qnocommon"
50483         fi
50484         ;;
50485
50486       *-pc-os2_emx | *-pc-os2-emx )
50487         if test "x$bk_os2_use_omf" = "xyes" ; then
50488             AR=emxomfar
50489             RANLIB=:
50490             LDFLAGS="-Zomf $LDFLAGS"
50491             CFLAGS="-Zomf $CFLAGS"
50492             CXXFLAGS="-Zomf $CXXFLAGS"
50493             OS2_LIBEXT="lib"
50494         else
50495             OS2_LIBEXT="a"
50496         fi
50497         ;;
50498
50499       i*86-*-beos* )
50500         LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
50501         ;;
50502     esac
50503
50504
50505     SO_SUFFIX="so"
50506     SO_SUFFIX_MODULE="so"
50507     EXEEXT=""
50508     LIBPREFIX="lib"
50509     LIBEXT=".a"
50510     DLLPREFIX="lib"
50511     DLLPREFIX_MODULE=""
50512     DLLIMP_SUFFIX=""
50513     dlldir="$libdir"
50514
50515     case "${BAKEFILE_HOST}" in
50516         *-hp-hpux* )
50517             SO_SUFFIX="sl"
50518             SO_SUFFIX_MODULE="sl"
50519         ;;
50520         *-*-aix* )
50521                                                                         SO_SUFFIX="a"
50522             SO_SUFFIX_MODULE="a"
50523         ;;
50524         *-*-cygwin* )
50525             SO_SUFFIX="dll"
50526             SO_SUFFIX_MODULE="dll"
50527             DLLIMP_SUFFIX="dll.a"
50528             EXEEXT=".exe"
50529             DLLPREFIX="cyg"
50530             dlldir="$bindir"
50531         ;;
50532         *-*-mingw32* )
50533             SO_SUFFIX="dll"
50534             SO_SUFFIX_MODULE="dll"
50535             DLLIMP_SUFFIX="dll.a"
50536             EXEEXT=".exe"
50537             DLLPREFIX=""
50538             dlldir="$bindir"
50539         ;;
50540         *-pc-msdosdjgpp )
50541             EXEEXT=".exe"
50542             DLLPREFIX=""
50543             dlldir="$bindir"
50544         ;;
50545         *-pc-os2_emx | *-pc-os2-emx )
50546             SO_SUFFIX="dll"
50547             SO_SUFFIX_MODULE="dll"
50548             DLLIMP_SUFFIX=$OS2_LIBEXT
50549             EXEEXT=".exe"
50550             DLLPREFIX=""
50551             LIBPREFIX=""
50552             LIBEXT=".$OS2_LIBEXT"
50553             dlldir="$bindir"
50554         ;;
50555         *-*-darwin* )
50556             SO_SUFFIX="dylib"
50557             SO_SUFFIX_MODULE="bundle"
50558         ;;
50559     esac
50560
50561     if test "x$DLLIMP_SUFFIX" = "x" ; then
50562         DLLIMP_SUFFIX="$SO_SUFFIX"
50563     fi
50564
50565
50566
50567
50568
50569
50570
50571
50572
50573
50574
50575
50576         PIC_FLAG=""
50577     if test "x$GCC" = "xyes"; then
50578                 PIC_FLAG="-fPIC"
50579     fi
50580
50581         SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
50582     SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
50583     WINDOWS_IMPLIB=0
50584
50585     case "${BAKEFILE_HOST}" in
50586       *-hp-hpux* )
50587                 if test "x$GCC" != "xyes"; then
50588                         LDFLAGS="$LDFLAGS -L/usr/lib"
50589
50590             SHARED_LD_CC="${CC} -b -o"
50591             SHARED_LD_CXX="${CXX} -b -o"
50592             PIC_FLAG="+Z"
50593         fi
50594       ;;
50595
50596       *-*-linux* )
50597         if test "$INTELCC" = "yes"; then
50598             PIC_FLAG="-KPIC"
50599         elif test "x$SUNCXX" = "xyes"; then
50600             SHARED_LD_CC="${CC} -G -o"
50601             SHARED_LD_CXX="${CXX} -G -o"
50602             PIC_FLAG="-KPIC"
50603         fi
50604       ;;
50605
50606       *-*-solaris2* )
50607         if test "x$SUNCXX" = xyes ; then
50608             SHARED_LD_CC="${CC} -G -o"
50609             SHARED_LD_CXX="${CXX} -G -o"
50610             PIC_FLAG="-KPIC"
50611         fi
50612       ;;
50613
50614       *-*-darwin* )
50615
50616 D='$'
50617 cat <<EOF >shared-ld-sh
50618 #!/bin/sh
50619 #-----------------------------------------------------------------------------
50620 #-- Name:        distrib/mac/shared-ld-sh
50621 #-- Purpose:     Link a mach-o dynamic shared library for Darwin / Mac OS X
50622 #-- Author:      Gilles Depeyrot
50623 #-- Copyright:   (c) 2002 Gilles Depeyrot
50624 #-- Licence:     any use permitted
50625 #-----------------------------------------------------------------------------
50626
50627 verbose=0
50628 args=""
50629 objects=""
50630 linking_flag="-dynamiclib"
50631 ldargs="-r -keep_private_externs -nostdlib"
50632
50633 while test ${D}# -gt 0; do
50634     case ${D}1 in
50635
50636        -v)
50637         verbose=1
50638         ;;
50639
50640        -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
50641         # collect these options and values
50642         args="${D}{args} ${D}1 ${D}2"
50643         shift
50644         ;;
50645
50646        -s|-Wl,*)
50647         # collect these load args
50648         ldargs="${D}{ldargs} ${D}1"
50649         ;;
50650
50651        -l*|-L*|-flat_namespace|-headerpad_max_install_names)
50652         # collect these options
50653         args="${D}{args} ${D}1"
50654         ;;
50655
50656        -dynamiclib|-bundle)
50657         linking_flag="${D}1"
50658         ;;
50659
50660        -*)
50661         echo "shared-ld: unhandled option '${D}1'"
50662         exit 1
50663         ;;
50664
50665         *.o | *.a | *.dylib)
50666         # collect object files
50667         objects="${D}{objects} ${D}1"
50668         ;;
50669
50670         *)
50671         echo "shared-ld: unhandled argument '${D}1'"
50672         exit 1
50673         ;;
50674
50675     esac
50676     shift
50677 done
50678
50679 status=0
50680
50681 #
50682 # Link one module containing all the others
50683 #
50684 if test ${D}{verbose} = 1; then
50685     echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
50686 fi
50687 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
50688 status=${D}?
50689
50690 #
50691 # Link the shared library from the single module created, but only if the
50692 # previous command didn't fail:
50693 #
50694 if test ${D}{status} = 0; then
50695     if test ${D}{verbose} = 1; then
50696         echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
50697     fi
50698     c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
50699     status=${D}?
50700 fi
50701
50702 #
50703 # Remove intermediate module
50704 #
50705 rm -f master.${D}${D}.o
50706
50707 exit ${D}status
50708 EOF
50709
50710         chmod +x shared-ld-sh
50711
50712         SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
50713         SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
50714
50715
50716                                 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
50717 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
50718 if test "${bakefile_cv_gcc31+set}" = set; then
50719   echo $ECHO_N "(cached) $ECHO_C" >&6
50720 else
50721
50722            cat >conftest.$ac_ext <<_ACEOF
50723 /* confdefs.h.  */
50724 _ACEOF
50725 cat confdefs.h >>conftest.$ac_ext
50726 cat >>conftest.$ac_ext <<_ACEOF
50727 /* end confdefs.h.  */
50728
50729 int
50730 main ()
50731 {
50732
50733                    #if (__GNUC__ < 3) || \
50734                        ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
50735                        This is old gcc
50736                    #endif
50737
50738   ;
50739   return 0;
50740 }
50741 _ACEOF
50742 rm -f conftest.$ac_objext
50743 if { (ac_try="$ac_compile"
50744 case "(($ac_try" in
50745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50746   *) ac_try_echo=$ac_try;;
50747 esac
50748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
50749   (eval "$ac_compile") 2>conftest.er1
50750   ac_status=$?
50751   grep -v '^ *+' conftest.er1 >conftest.err
50752   rm -f conftest.er1
50753   cat conftest.err >&5
50754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
50755   (exit $ac_status); } && {
50756          test -z "$ac_c_werror_flag" ||
50757          test ! -s conftest.err
50758        } && test -s conftest.$ac_objext; then
50759
50760                    bakefile_cv_gcc31=yes
50761
50762 else
50763   echo "$as_me: failed program was:" >&5
50764 sed 's/^/| /' conftest.$ac_ext >&5
50765
50766
50767                    bakefile_cv_gcc31=no
50768
50769
50770 fi
50771
50772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50773
50774 fi
50775 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
50776 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
50777         if test "$bakefile_cv_gcc31" = "no"; then
50778                         SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
50779             SHARED_LD_CXX="$SHARED_LD_CC"
50780         else
50781                         SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
50782             SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
50783         fi
50784
50785         if test "x$GCC" == "xyes"; then
50786             PIC_FLAG="-dynamic -fPIC"
50787         fi
50788         if test "x$XLCC" = "xyes"; then
50789             PIC_FLAG="-dynamic -DPIC"
50790         fi
50791       ;;
50792
50793       *-*-aix* )
50794         if test "x$GCC" = "xyes"; then
50795                                                             PIC_FLAG=""
50796
50797                                                                                     case "${BAKEFILE_HOST}" in
50798                 *-*-aix5* )
50799                     LD_EXPFULL="-Wl,-bexpfull"
50800                     ;;
50801             esac
50802
50803             SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
50804             SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
50805         else
50806                                     # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
50807 set dummy makeC++SharedLib; ac_word=$2
50808 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50809 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50810 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
50811   echo $ECHO_N "(cached) $ECHO_C" >&6
50812 else
50813   if test -n "$AIX_CXX_LD"; then
50814   ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
50815 else
50816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50817 for as_dir in $PATH
50818 do
50819   IFS=$as_save_IFS
50820   test -z "$as_dir" && as_dir=.
50821   for ac_exec_ext in '' $ac_executable_extensions; do
50822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50823     ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
50824     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50825     break 2
50826   fi
50827 done
50828 done
50829 IFS=$as_save_IFS
50830
50831   test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
50832 fi
50833 fi
50834 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
50835 if test -n "$AIX_CXX_LD"; then
50836   { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
50837 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
50838 else
50839   { echo "$as_me:$LINENO: result: no" >&5
50840 echo "${ECHO_T}no" >&6; }
50841 fi
50842
50843
50844             SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
50845             SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
50846         fi
50847       ;;
50848
50849       *-*-beos* )
50850                         SHARED_LD_CC="${LD} -nostart -o"
50851         SHARED_LD_CXX="${LD} -nostart -o"
50852       ;;
50853
50854       *-*-irix* )
50855                 if test "x$GCC" != "xyes"; then
50856             PIC_FLAG="-KPIC"
50857         fi
50858       ;;
50859
50860       *-*-cygwin* | *-*-mingw32* )
50861         PIC_FLAG=""
50862         SHARED_LD_CC="\$(CC) -shared -o"
50863         SHARED_LD_CXX="\$(CXX) -shared -o"
50864         WINDOWS_IMPLIB=1
50865       ;;
50866
50867       *-pc-os2_emx | *-pc-os2-emx )
50868         SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50869         SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50870         PIC_FLAG=""
50871
50872 D='$'
50873 cat <<EOF >dllar.sh
50874 #!/bin/sh
50875 #
50876 # dllar - a tool to build both a .dll and an .a file
50877 # from a set of object (.o) files for EMX/OS2.
50878 #
50879 #  Written by Andrew Zabolotny, bit@freya.etu.ru
50880 #  Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
50881 #
50882 #  This script will accept a set of files on the command line.
50883 #  All the public symbols from the .o files will be exported into
50884 #  a .DEF file, then linker will be run (through gcc) against them to
50885 #  build a shared library consisting of all given .o files. All libraries
50886 #  (.a) will be first decompressed into component .o files then act as
50887 #  described above. You can optionally give a description (-d "description")
50888 #  which will be put into .DLL. To see the list of accepted options (as well
50889 #  as command-line format) simply run this program without options. The .DLL
50890 #  is built to be imported by name (there is no guarantee that new versions
50891 #  of the library you build will have same ordinals for same symbols).
50892 #
50893 #  dllar is free software; you can redistribute it and/or modify
50894 #  it under the terms of the GNU General Public License as published by
50895 #  the Free Software Foundation; either version 2, or (at your option)
50896 #  any later version.
50897 #
50898 #  dllar is distributed in the hope that it will be useful,
50899 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
50900 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50901 #  GNU General Public License for more details.
50902 #
50903 #  You should have received a copy of the GNU General Public License
50904 #  along with dllar; see the file COPYING.  If not, write to the Free
50905 #  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
50906 #  02111-1307, USA.
50907
50908 # To successfuly run this program you will need:
50909 #  - Current drive should have LFN support (HPFS, ext2, network, etc)
50910 #    (Sometimes dllar generates filenames which won't fit 8.3 scheme)
50911 #  - gcc
50912 #    (used to build the .dll)
50913 #  - emxexp
50914 #    (used to create .def file from .o files)
50915 #  - emximp
50916 #    (used to create .a file from .def file)
50917 #  - GNU text utilites (cat, sort, uniq)
50918 #    used to process emxexp output
50919 #  - GNU file utilities (mv, rm)
50920 #  - GNU sed
50921 #  - lxlite (optional, see flag below)
50922 #    (used for general .dll cleanup)
50923 #
50924
50925 flag_USE_LXLITE=1;
50926
50927 #
50928 # helper functions
50929 # basnam, variant of basename, which does _not_ remove the path, _iff_
50930 #                              second argument (suffix to remove) is given
50931 basnam(){
50932     case ${D}# in
50933     1)
50934         echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
50935         ;;
50936     2)
50937         echo ${D}1 | sed 's/'${D}2'${D}//'
50938         ;;
50939     *)
50940         echo "error in basnam ${D}*"
50941         exit 8
50942         ;;
50943     esac
50944 }
50945
50946 # Cleanup temporary files and output
50947 CleanUp() {
50948     cd ${D}curDir
50949     for i in ${D}inputFiles ; do
50950         case ${D}i in
50951         *!)
50952             rm -rf \`basnam ${D}i !\`
50953             ;;
50954         *)
50955             ;;
50956         esac
50957     done
50958
50959     # Kill result in case of failure as there is just to many stupid make/nmake
50960     # things out there which doesn't do this.
50961     if [ ${D}# -eq 0 ]; then
50962         rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
50963     fi
50964 }
50965
50966 # Print usage and exit script with rc=1.
50967 PrintHelp() {
50968  echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
50969  echo '       [-name-mangler-script script.sh]'
50970  echo '       [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
50971  echo '       [-ord[inals]] -ex[clude] "symbol(s)"'
50972  echo '       [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
50973  echo '       [*.o] [*.a]'
50974  echo '*> "output_file" should have no extension.'
50975  echo '   If it has the .o, .a or .dll extension, it is automatically removed.'
50976  echo '   The import library name is derived from this and is set to "name".a,'
50977  echo '   unless overridden by -import'
50978  echo '*> "importlib_name" should have no extension.'
50979  echo '   If it has the .o, or .a extension, it is automatically removed.'
50980  echo '   This name is used as the import library name and may be longer and'
50981  echo '   more descriptive than the DLL name which has to follow the old '
50982  echo '   8.3 convention of FAT.'
50983  echo '*> "script.sh may be given to override the output_file name by a'
50984  echo '   different name. It is mainly useful if the regular make process'
50985  echo '   of some package does not take into account OS/2 restriction of'
50986  echo '   DLL name lengths. It takes the importlib name as input and is'
50987  echo '   supposed to procude a shorter name as output. The script should'
50988  echo '   expect to get importlib_name without extension and should produce'
50989  echo '   a (max.) 8 letter name without extension.'
50990  echo '*> "cc" is used to use another GCC executable.   (default: gcc.exe)'
50991  echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
50992  echo '   These flags will be put at the start of GCC command line.'
50993  echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
50994  echo '*> -ex[clude] defines symbols which will not be exported. You can define'
50995  echo '   multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
50996  echo '   If the last character of a symbol is "*", all symbols beginning'
50997  echo '   with the prefix before "*" will be exclude, (see _GLOBAL* above).'
50998  echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
50999  echo '   TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
51000  echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
51001  echo '   C runtime DLLs.'
51002  echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
51003  echo '*> All other switches (for example -L./ or -lmylib) will be passed'
51004  echo '   unchanged to GCC at the end of command line.'
51005  echo '*> If you create a DLL from a library and you do not specify -o,'
51006  echo '   the basename for DLL and import library will be set to library name,'
51007  echo '   the initial library will be renamed to 'name'_s.a (_s for static)'
51008  echo '   i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
51009  echo '   library will be renamed into gcc_s.a.'
51010  echo '--------'
51011  echo 'Example:'
51012  echo '   dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
51013  echo '    -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
51014  CleanUp
51015  exit 1
51016 }
51017
51018 # Execute a command.
51019 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
51020 # @Uses    Whatever CleanUp() uses.
51021 doCommand() {
51022     echo "${D}*"
51023     eval ${D}*
51024     rcCmd=${D}?
51025
51026     if [ ${D}rcCmd -ne 0 ]; then
51027         echo "command failed, exit code="${D}rcCmd
51028         CleanUp
51029         exit ${D}rcCmd
51030     fi
51031 }
51032
51033 # main routine
51034 # setup globals
51035 cmdLine=${D}*
51036 outFile=""
51037 outimpFile=""
51038 inputFiles=""
51039 renameScript=""
51040 description=""
51041 CC=gcc.exe
51042 CFLAGS="-s -Zcrtdll"
51043 EXTRA_CFLAGS=""
51044 EXPORT_BY_ORDINALS=0
51045 exclude_symbols=""
51046 library_flags=""
51047 curDir=\`pwd\`
51048 curDirS=curDir
51049 case ${D}curDirS in
51050 */)
51051   ;;
51052 *)
51053   curDirS=${D}{curDirS}"/"
51054   ;;
51055 esac
51056 # Parse commandline
51057 libsToLink=0
51058 omfLinking=0
51059 while [ ${D}1 ]; do
51060     case ${D}1 in
51061     -ord*)
51062         EXPORT_BY_ORDINALS=1;
51063         ;;
51064     -o*)
51065         shift
51066         outFile=${D}1
51067         ;;
51068     -i*)
51069         shift
51070         outimpFile=${D}1
51071         ;;
51072     -name-mangler-script)
51073         shift
51074         renameScript=${D}1
51075         ;;
51076     -d*)
51077         shift
51078         description=${D}1
51079         ;;
51080     -f*)
51081         shift
51082         CFLAGS=${D}1
51083         ;;
51084     -c*)
51085         shift
51086         CC=${D}1
51087         ;;
51088     -h*)
51089         PrintHelp
51090         ;;
51091     -ex*)
51092         shift
51093         exclude_symbols=${D}{exclude_symbols}${D}1" "
51094         ;;
51095     -libf*)
51096         shift
51097         library_flags=${D}{library_flags}${D}1" "
51098         ;;
51099     -nocrt*)
51100         CFLAGS="-s"
51101         ;;
51102     -nolxl*)
51103         flag_USE_LXLITE=0
51104         ;;
51105     -* | /*)
51106         case ${D}1 in
51107         -L* | -l*)
51108             libsToLink=1
51109             ;;
51110         -Zomf)
51111             omfLinking=1
51112             ;;
51113         *)
51114             ;;
51115         esac
51116         EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
51117         ;;
51118     *.dll)
51119         EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
51120         if [ ${D}omfLinking -eq 1 ]; then
51121             EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
51122         else
51123             EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
51124         fi
51125         ;;
51126     *)
51127         found=0;
51128         if [ ${D}libsToLink -ne 0 ]; then
51129             EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
51130         else
51131             for file in ${D}1 ; do
51132                 if [ -f ${D}file ]; then
51133                     inputFiles="${D}{inputFiles} ${D}file"
51134                     found=1
51135                 fi
51136             done
51137             if [ ${D}found -eq 0 ]; then
51138                 echo "ERROR: No file(s) found: "${D}1
51139                 exit 8
51140             fi
51141         fi
51142       ;;
51143     esac
51144     shift
51145 done # iterate cmdline words
51146
51147 #
51148 if [ -z "${D}inputFiles" ]; then
51149     echo "dllar: no input files"
51150     PrintHelp
51151 fi
51152
51153 # Now extract all .o files from .a files
51154 newInputFiles=""
51155 for file in ${D}inputFiles ; do
51156     case ${D}file in
51157     *.a | *.lib)
51158         case ${D}file in
51159         *.a)
51160             suffix=".a"
51161             AR="ar"
51162             ;;
51163         *.lib)
51164             suffix=".lib"
51165             AR="emxomfar"
51166             EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
51167             ;;
51168         *)
51169             ;;
51170         esac
51171         dirname=\`basnam ${D}file ${D}suffix\`"_%"
51172         mkdir ${D}dirname
51173         if [ ${D}? -ne 0 ]; then
51174             echo "Failed to create subdirectory ./${D}dirname"
51175             CleanUp
51176             exit 8;
51177         fi
51178         # Append '!' to indicate archive
51179         newInputFiles="${D}newInputFiles ${D}{dirname}!"
51180         doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
51181         cd ${D}curDir
51182         found=0;
51183         for subfile in ${D}dirname/*.o* ; do
51184             if [ -f ${D}subfile ]; then
51185                 found=1
51186                 if [ -s ${D}subfile ]; then
51187                     # FIXME: This should be: is file size > 32 byte, _not_ > 0!
51188                     newInputFiles="${D}newInputFiles ${D}subfile"
51189                 fi
51190             fi
51191         done
51192         if [ ${D}found -eq 0 ]; then
51193             echo "WARNING: there are no files in archive \\'${D}file\\'"
51194         fi
51195         ;;
51196     *)
51197         newInputFiles="${D}{newInputFiles} ${D}file"
51198         ;;
51199     esac
51200 done
51201 inputFiles="${D}newInputFiles"
51202
51203 # Output filename(s).
51204 do_backup=0;
51205 if [ -z ${D}outFile ]; then
51206     do_backup=1;
51207     set outFile ${D}inputFiles; outFile=${D}2
51208 fi
51209
51210 # If it is an archive, remove the '!' and the '_%' suffixes
51211 case ${D}outFile in
51212 *_%!)
51213     outFile=\`basnam ${D}outFile _%!\`
51214     ;;
51215 *)
51216     ;;
51217 esac
51218 case ${D}outFile in
51219 *.dll)
51220     outFile=\`basnam ${D}outFile .dll\`
51221     ;;
51222 *.DLL)
51223     outFile=\`basnam ${D}outFile .DLL\`
51224     ;;
51225 *.o)
51226     outFile=\`basnam ${D}outFile .o\`
51227     ;;
51228 *.obj)
51229     outFile=\`basnam ${D}outFile .obj\`
51230     ;;
51231 *.a)
51232     outFile=\`basnam ${D}outFile .a\`
51233     ;;
51234 *.lib)
51235     outFile=\`basnam ${D}outFile .lib\`
51236     ;;
51237 *)
51238     ;;
51239 esac
51240 case ${D}outimpFile in
51241 *.a)
51242     outimpFile=\`basnam ${D}outimpFile .a\`
51243     ;;
51244 *.lib)
51245     outimpFile=\`basnam ${D}outimpFile .lib\`
51246     ;;
51247 *)
51248     ;;
51249 esac
51250 if [ -z ${D}outimpFile ]; then
51251     outimpFile=${D}outFile
51252 fi
51253 defFile="${D}{outFile}.def"
51254 arcFile="${D}{outimpFile}.a"
51255 arcFile2="${D}{outimpFile}.lib"
51256
51257 #create ${D}dllFile as something matching 8.3 restrictions,
51258 if [ -z ${D}renameScript ] ; then
51259     dllFile="${D}outFile"
51260 else
51261     dllFile=\`${D}renameScript ${D}outimpFile\`
51262 fi
51263
51264 if [ ${D}do_backup -ne 0 ] ; then
51265     if [ -f ${D}arcFile ] ; then
51266         doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
51267     fi
51268     if [ -f ${D}arcFile2 ] ; then
51269         doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
51270     fi
51271 fi
51272
51273 # Extract public symbols from all the object files.
51274 tmpdefFile=${D}{defFile}_%
51275 rm -f ${D}tmpdefFile
51276 for file in ${D}inputFiles ; do
51277     case ${D}file in
51278     *!)
51279         ;;
51280     *)
51281         doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
51282         ;;
51283     esac
51284 done
51285
51286 # Create the def file.
51287 rm -f ${D}defFile
51288 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
51289 dllFile="${D}{dllFile}.dll"
51290 if [ ! -z ${D}description ]; then
51291     echo "DESCRIPTION  \\"${D}{description}\\"" >> ${D}defFile
51292 fi
51293 echo "EXPORTS" >> ${D}defFile
51294
51295 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
51296 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
51297
51298 # Checks if the export is ok or not.
51299 for word in ${D}exclude_symbols; do
51300     grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
51301     mv ${D}{tmpdefFile}% ${D}tmpdefFile
51302 done
51303
51304
51305 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
51306     sed "=" < ${D}tmpdefFile | \\
51307     sed '
51308       N
51309       : loop
51310       s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
51311       t loop
51312     ' > ${D}{tmpdefFile}%
51313     grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
51314 else
51315     rm -f ${D}{tmpdefFile}%
51316 fi
51317 cat ${D}tmpdefFile >> ${D}defFile
51318 rm -f ${D}tmpdefFile
51319
51320 # Do linking, create implib, and apply lxlite.
51321 gccCmdl="";
51322 for file in ${D}inputFiles ; do
51323     case ${D}file in
51324     *!)
51325         ;;
51326     *)
51327         gccCmdl="${D}gccCmdl ${D}file"
51328         ;;
51329     esac
51330 done
51331 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
51332 touch "${D}{outFile}.dll"
51333
51334 doCommand "emximp -o ${D}arcFile ${D}defFile"
51335 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
51336     add_flags="";
51337     if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
51338         add_flags="-ynd"
51339     fi
51340     doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
51341 fi
51342 doCommand "emxomf -s -l ${D}arcFile"
51343
51344 # Successful exit.
51345 CleanUp 1
51346 exit 0
51347 EOF
51348
51349         chmod +x dllar.sh
51350       ;;
51351
51352       powerpc-apple-macos* | \
51353       *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
51354       *-*-mirbsd* | \
51355       *-*-sunos4* | \
51356       *-*-osf* | \
51357       *-*-dgux5* | \
51358       *-*-sysv5* | \
51359       *-pc-msdosdjgpp )
51360               ;;
51361
51362       *)
51363         { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
51364 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
51365    { (exit 1); exit 1; }; }
51366     esac
51367
51368     if test "x$PIC_FLAG" != "x" ; then
51369         PIC_FLAG="$PIC_FLAG -DPIC"
51370     fi
51371
51372     if test "x$SHARED_LD_MODULE_CC" = "x" ; then
51373         SHARED_LD_MODULE_CC="$SHARED_LD_CC"
51374     fi
51375     if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
51376         SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
51377     fi
51378
51379
51380
51381
51382
51383
51384
51385
51386
51387     USE_SOVERSION=0
51388     USE_SOVERLINUX=0
51389     USE_SOVERSOLARIS=0
51390     USE_SOVERCYGWIN=0
51391     USE_SOSYMLINKS=0
51392     USE_MACVERSION=0
51393     SONAME_FLAG=
51394
51395     case "${BAKEFILE_HOST}" in
51396       *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
51397         if test "x$SUNCXX" = "xyes"; then
51398             SONAME_FLAG="-h "
51399         else
51400             SONAME_FLAG="-Wl,-soname,"
51401         fi
51402         USE_SOVERSION=1
51403         USE_SOVERLINUX=1
51404         USE_SOSYMLINKS=1
51405       ;;
51406
51407       *-*-solaris2* )
51408         SONAME_FLAG="-h "
51409         USE_SOVERSION=1
51410         USE_SOVERSOLARIS=1
51411         USE_SOSYMLINKS=1
51412       ;;
51413
51414       *-*-darwin* )
51415         USE_MACVERSION=1
51416         USE_SOVERSION=1
51417         USE_SOSYMLINKS=1
51418       ;;
51419
51420       *-*-cygwin* )
51421         USE_SOVERSION=1
51422         USE_SOVERCYGWIN=1
51423       ;;
51424     esac
51425
51426
51427
51428
51429
51430
51431
51432
51433
51434
51435     # Check whether --enable-dependency-tracking was given.
51436 if test "${enable_dependency_tracking+set}" = set; then
51437   enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
51438 fi
51439
51440
51441     { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
51442 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
51443
51444     BK_DEPS=""
51445     if test "x$bk_use_trackdeps" = "xno" ; then
51446         DEPS_TRACKING=0
51447         { echo "$as_me:$LINENO: result: disabled" >&5
51448 echo "${ECHO_T}disabled" >&6; }
51449     else
51450         DEPS_TRACKING=1
51451
51452         if test "x$GCC" = "xyes"; then
51453             DEPSMODE=gcc
51454             case "${BAKEFILE_HOST}" in
51455                 *-*-darwin* )
51456                                                             DEPSFLAG="-no-cpp-precomp -MMD"
51457                 ;;
51458                 * )
51459                     DEPSFLAG="-MMD"
51460                 ;;
51461             esac
51462             { echo "$as_me:$LINENO: result: gcc" >&5
51463 echo "${ECHO_T}gcc" >&6; }
51464         elif test "x$MWCC" = "xyes"; then
51465             DEPSMODE=mwcc
51466             DEPSFLAG="-MM"
51467             { echo "$as_me:$LINENO: result: mwcc" >&5
51468 echo "${ECHO_T}mwcc" >&6; }
51469         elif test "x$SUNCC" = "xyes"; then
51470             DEPSMODE=unixcc
51471             DEPSFLAG="-xM1"
51472             { echo "$as_me:$LINENO: result: Sun cc" >&5
51473 echo "${ECHO_T}Sun cc" >&6; }
51474         elif test "x$SGICC" = "xyes"; then
51475             DEPSMODE=unixcc
51476             DEPSFLAG="-M"
51477             { echo "$as_me:$LINENO: result: SGI cc" >&5
51478 echo "${ECHO_T}SGI cc" >&6; }
51479         elif test "x$HPCC" = "xyes"; then
51480             DEPSMODE=unixcc
51481             DEPSFLAG="+make"
51482             { echo "$as_me:$LINENO: result: HP cc" >&5
51483 echo "${ECHO_T}HP cc" >&6; }
51484         elif test "x$COMPAQCC" = "xyes"; then
51485             DEPSMODE=gcc
51486             DEPSFLAG="-MD"
51487             { echo "$as_me:$LINENO: result: Compaq cc" >&5
51488 echo "${ECHO_T}Compaq cc" >&6; }
51489         else
51490             DEPS_TRACKING=0
51491             { echo "$as_me:$LINENO: result: none" >&5
51492 echo "${ECHO_T}none" >&6; }
51493         fi
51494
51495         if test $DEPS_TRACKING = 1 ; then
51496
51497 D='$'
51498 cat <<EOF >bk-deps
51499 #!/bin/sh
51500
51501 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
51502 # script. It is used to track C/C++ files dependencies in portable way.
51503 #
51504 # Permission is given to use this file in any way.
51505
51506 DEPSMODE=${DEPSMODE}
51507 DEPSDIR=.deps
51508 DEPSFLAG="${DEPSFLAG}"
51509
51510 mkdir -p ${D}DEPSDIR
51511
51512 if test ${D}DEPSMODE = gcc ; then
51513     ${D}* ${D}{DEPSFLAG}
51514     status=${D}?
51515     if test ${D}{status} != 0 ; then
51516         exit ${D}{status}
51517     fi
51518     # move created file to the location we want it in:
51519     while test ${D}# -gt 0; do
51520         case "${D}1" in
51521             -o )
51522                 shift
51523                 objfile=${D}1
51524             ;;
51525             -* )
51526             ;;
51527             * )
51528                 srcfile=${D}1
51529             ;;
51530         esac
51531         shift
51532     done
51533     depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
51534     depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
51535     if test -f ${D}depfile ; then
51536         sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
51537         rm -f ${D}depfile
51538     else
51539         # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
51540         depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
51541         if test ! -f ${D}depfile ; then
51542             # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
51543             depfile="${D}objfile.d"
51544         fi
51545         if test -f ${D}depfile ; then
51546             sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
51547             rm -f ${D}depfile
51548         fi
51549     fi
51550     exit 0
51551 elif test ${D}DEPSMODE = mwcc ; then
51552     ${D}* || exit ${D}?
51553     # Run mwcc again with -MM and redirect into the dep file we want
51554     # NOTE: We can't use shift here because we need ${D}* to be valid
51555     prevarg=
51556     for arg in ${D}* ; do
51557         if test "${D}prevarg" = "-o"; then
51558             objfile=${D}arg
51559         else
51560             case "${D}arg" in
51561                 -* )
51562                 ;;
51563                 * )
51564                     srcfile=${D}arg
51565                 ;;
51566             esac
51567         fi
51568         prevarg="${D}arg"
51569     done
51570     ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
51571     exit 0
51572 elif test ${D}DEPSMODE = unixcc; then
51573     ${D}* || exit ${D}?
51574     # Run compiler again with deps flag and redirect into the dep file.
51575     # It doesn't work if the '-o FILE' option is used, but without it the
51576     # dependency file will contain the wrong name for the object. So it is
51577     # removed from the command line, and the dep file is fixed with sed.
51578     cmd=""
51579     while test ${D}# -gt 0; do
51580         case "${D}1" in
51581             -o )
51582                 shift
51583                 objfile=${D}1
51584             ;;
51585             * )
51586                 eval arg${D}#=\\${D}1
51587                 cmd="${D}cmd \\${D}arg${D}#"
51588             ;;
51589         esac
51590         shift
51591     done
51592     eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
51593     exit 0
51594 else
51595     ${D}*
51596     exit ${D}?
51597 fi
51598 EOF
51599
51600             chmod +x bk-deps
51601                                     BK_DEPS="`pwd`/bk-deps"
51602         fi
51603     fi
51604
51605
51606
51607
51608
51609     case ${BAKEFILE_HOST} in
51610         *-*-cygwin* | *-*-mingw32* )
51611                         if test -n "$ac_tool_prefix"; then
51612   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
51613 set dummy ${ac_tool_prefix}windres; ac_word=$2
51614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51616 if test "${ac_cv_prog_WINDRES+set}" = set; then
51617   echo $ECHO_N "(cached) $ECHO_C" >&6
51618 else
51619   if test -n "$WINDRES"; then
51620   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
51621 else
51622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51623 for as_dir in $PATH
51624 do
51625   IFS=$as_save_IFS
51626   test -z "$as_dir" && as_dir=.
51627   for ac_exec_ext in '' $ac_executable_extensions; do
51628   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51629     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
51630     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51631     break 2
51632   fi
51633 done
51634 done
51635 IFS=$as_save_IFS
51636
51637 fi
51638 fi
51639 WINDRES=$ac_cv_prog_WINDRES
51640 if test -n "$WINDRES"; then
51641   { echo "$as_me:$LINENO: result: $WINDRES" >&5
51642 echo "${ECHO_T}$WINDRES" >&6; }
51643 else
51644   { echo "$as_me:$LINENO: result: no" >&5
51645 echo "${ECHO_T}no" >&6; }
51646 fi
51647
51648
51649 fi
51650 if test -z "$ac_cv_prog_WINDRES"; then
51651   ac_ct_WINDRES=$WINDRES
51652   # Extract the first word of "windres", so it can be a program name with args.
51653 set dummy windres; ac_word=$2
51654 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51656 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
51657   echo $ECHO_N "(cached) $ECHO_C" >&6
51658 else
51659   if test -n "$ac_ct_WINDRES"; then
51660   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
51661 else
51662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51663 for as_dir in $PATH
51664 do
51665   IFS=$as_save_IFS
51666   test -z "$as_dir" && as_dir=.
51667   for ac_exec_ext in '' $ac_executable_extensions; do
51668   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51669     ac_cv_prog_ac_ct_WINDRES="windres"
51670     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51671     break 2
51672   fi
51673 done
51674 done
51675 IFS=$as_save_IFS
51676
51677 fi
51678 fi
51679 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
51680 if test -n "$ac_ct_WINDRES"; then
51681   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
51682 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
51683 else
51684   { echo "$as_me:$LINENO: result: no" >&5
51685 echo "${ECHO_T}no" >&6; }
51686 fi
51687
51688   if test "x$ac_ct_WINDRES" = x; then
51689     WINDRES=""
51690   else
51691     case $cross_compiling:$ac_tool_warned in
51692 yes:)
51693 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
51694 whose name does not start with the host triplet.  If you think this
51695 configuration is useful to you, please write to autoconf@gnu.org." >&5
51696 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
51697 whose name does not start with the host triplet.  If you think this
51698 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
51699 ac_tool_warned=yes ;;
51700 esac
51701     WINDRES=$ac_ct_WINDRES
51702   fi
51703 else
51704   WINDRES="$ac_cv_prog_WINDRES"
51705 fi
51706
51707          ;;
51708
51709       *-*-darwin* | powerpc-apple-macos* )
51710             # Extract the first word of "Rez", so it can be a program name with args.
51711 set dummy Rez; ac_word=$2
51712 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51713 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51714 if test "${ac_cv_prog_REZ+set}" = set; then
51715   echo $ECHO_N "(cached) $ECHO_C" >&6
51716 else
51717   if test -n "$REZ"; then
51718   ac_cv_prog_REZ="$REZ" # Let the user override the test.
51719 else
51720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51721 for as_dir in $PATH
51722 do
51723   IFS=$as_save_IFS
51724   test -z "$as_dir" && as_dir=.
51725   for ac_exec_ext in '' $ac_executable_extensions; do
51726   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51727     ac_cv_prog_REZ="Rez"
51728     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51729     break 2
51730   fi
51731 done
51732 done
51733 IFS=$as_save_IFS
51734
51735   test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
51736 fi
51737 fi
51738 REZ=$ac_cv_prog_REZ
51739 if test -n "$REZ"; then
51740   { echo "$as_me:$LINENO: result: $REZ" >&5
51741 echo "${ECHO_T}$REZ" >&6; }
51742 else
51743   { echo "$as_me:$LINENO: result: no" >&5
51744 echo "${ECHO_T}no" >&6; }
51745 fi
51746
51747
51748             # Extract the first word of "SetFile", so it can be a program name with args.
51749 set dummy SetFile; ac_word=$2
51750 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51752 if test "${ac_cv_prog_SETFILE+set}" = set; then
51753   echo $ECHO_N "(cached) $ECHO_C" >&6
51754 else
51755   if test -n "$SETFILE"; then
51756   ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
51757 else
51758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51759 for as_dir in $PATH
51760 do
51761   IFS=$as_save_IFS
51762   test -z "$as_dir" && as_dir=.
51763   for ac_exec_ext in '' $ac_executable_extensions; do
51764   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51765     ac_cv_prog_SETFILE="SetFile"
51766     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51767     break 2
51768   fi
51769 done
51770 done
51771 IFS=$as_save_IFS
51772
51773   test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
51774 fi
51775 fi
51776 SETFILE=$ac_cv_prog_SETFILE
51777 if test -n "$SETFILE"; then
51778   { echo "$as_me:$LINENO: result: $SETFILE" >&5
51779 echo "${ECHO_T}$SETFILE" >&6; }
51780 else
51781   { echo "$as_me:$LINENO: result: no" >&5
51782 echo "${ECHO_T}no" >&6; }
51783 fi
51784
51785
51786         ;;
51787     esac
51788
51789
51790
51791
51792
51793
51794     BAKEFILE_BAKEFILE_M4_VERSION="0.2.2"
51795
51796
51797 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.2"
51798
51799
51800
51801     # Check whether --enable-precomp-headers was given.
51802 if test "${enable_precomp_headers+set}" = set; then
51803   enableval=$enable_precomp_headers; bk_use_pch="$enableval"
51804 fi
51805
51806
51807     GCC_PCH=0
51808     ICC_PCH=0
51809     USE_PCH=0
51810     BK_MAKE_PCH=""
51811
51812     case ${BAKEFILE_HOST} in
51813         *-*-cygwin* )
51814                                                 bk_use_pch="no"
51815             ;;
51816     esac
51817
51818     if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
51819         if test "x$GCC" = "xyes"; then
51820                         { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
51821 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
51822             cat >conftest.$ac_ext <<_ACEOF
51823 /* confdefs.h.  */
51824 _ACEOF
51825 cat confdefs.h >>conftest.$ac_ext
51826 cat >>conftest.$ac_ext <<_ACEOF
51827 /* end confdefs.h.  */
51828
51829 int
51830 main ()
51831 {
51832
51833                     #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
51834                         There is no PCH support
51835                     #endif
51836                     #if (__GNUC__ < 3)
51837                         There is no PCH support
51838                     #endif
51839                     #if (__GNUC__ == 3) && \
51840                        ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
51841                        ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
51842                        ( defined(__INTEL_COMPILER) )
51843                         There is no PCH support
51844                     #endif
51845
51846   ;
51847   return 0;
51848 }
51849 _ACEOF
51850 rm -f conftest.$ac_objext
51851 if { (ac_try="$ac_compile"
51852 case "(($ac_try" in
51853   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51854   *) ac_try_echo=$ac_try;;
51855 esac
51856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
51857   (eval "$ac_compile") 2>conftest.er1
51858   ac_status=$?
51859   grep -v '^ *+' conftest.er1 >conftest.err
51860   rm -f conftest.er1
51861   cat conftest.err >&5
51862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51863   (exit $ac_status); } && {
51864          test -z "$ac_c_werror_flag" ||
51865          test ! -s conftest.err
51866        } && test -s conftest.$ac_objext; then
51867
51868                     { echo "$as_me:$LINENO: result: yes" >&5
51869 echo "${ECHO_T}yes" >&6; }
51870                     GCC_PCH=1
51871
51872 else
51873   echo "$as_me: failed program was:" >&5
51874 sed 's/^/| /' conftest.$ac_ext >&5
51875
51876
51877                     cat >conftest.$ac_ext <<_ACEOF
51878 /* confdefs.h.  */
51879 _ACEOF
51880 cat confdefs.h >>conftest.$ac_ext
51881 cat >>conftest.$ac_ext <<_ACEOF
51882 /* end confdefs.h.  */
51883
51884 int
51885 main ()
51886 {
51887
51888                             #if !defined(__INTEL_COMPILER) || \
51889                                 (__INTEL_COMPILER < 800)
51890                                 There is no PCH support
51891                             #endif
51892
51893   ;
51894   return 0;
51895 }
51896 _ACEOF
51897 rm -f conftest.$ac_objext
51898 if { (ac_try="$ac_compile"
51899 case "(($ac_try" in
51900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51901   *) ac_try_echo=$ac_try;;
51902 esac
51903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
51904   (eval "$ac_compile") 2>conftest.er1
51905   ac_status=$?
51906   grep -v '^ *+' conftest.er1 >conftest.err
51907   rm -f conftest.er1
51908   cat conftest.err >&5
51909   echo "$as_me:$LINENO: \$? = $ac_status" >&5
51910   (exit $ac_status); } && {
51911          test -z "$ac_c_werror_flag" ||
51912          test ! -s conftest.err
51913        } && test -s conftest.$ac_objext; then
51914
51915                             { echo "$as_me:$LINENO: result: yes" >&5
51916 echo "${ECHO_T}yes" >&6; }
51917                             ICC_PCH=1
51918
51919 else
51920   echo "$as_me: failed program was:" >&5
51921 sed 's/^/| /' conftest.$ac_ext >&5
51922
51923
51924                             { echo "$as_me:$LINENO: result: no" >&5
51925 echo "${ECHO_T}no" >&6; }
51926
51927 fi
51928
51929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51930
51931 fi
51932
51933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51934             if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
51935                 USE_PCH=1
51936
51937 D='$'
51938 cat <<EOF >bk-make-pch
51939 #!/bin/sh
51940
51941 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
51942 # script. It is used to generated precompiled headers.
51943 #
51944 # Permission is given to use this file in any way.
51945
51946 outfile="${D}{1}"
51947 header="${D}{2}"
51948 shift
51949 shift
51950
51951 compiler=""
51952 headerfile=""
51953
51954 while test ${D}{#} -gt 0; do
51955     add_to_cmdline=1
51956     case "${D}{1}" in
51957         -I* )
51958             incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
51959             if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
51960                 headerfile="${D}{incdir}/${D}{header}"
51961             fi
51962         ;;
51963         -use-pch|-use_pch )
51964             shift
51965             add_to_cmdline=0
51966         ;;
51967     esac
51968     if test ${D}add_to_cmdline = 1 ; then
51969         compiler="${D}{compiler} ${D}{1}"
51970     fi
51971     shift
51972 done
51973
51974 if test "x${D}{headerfile}" = "x" ; then
51975     echo "error: can't find header ${D}{header} in include paths" >&2
51976 else
51977     if test -f ${D}{outfile} ; then
51978         rm -f ${D}{outfile}
51979     else
51980         mkdir -p \`dirname ${D}{outfile}\`
51981     fi
51982     depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
51983     mkdir -p .deps
51984     if test "x${GCC_PCH}" = "x1" ; then
51985         # can do this because gcc is >= 3.4:
51986         ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
51987     elif test "x${ICC_PCH}" = "x1" ; then
51988         filename=pch_gen-${D}${D}
51989         file=${D}{filename}.c
51990         dfile=${D}{filename}.d
51991         cat > ${D}file <<EOT
51992 #include "${D}header"
51993 EOT
51994         # using -MF icc complains about differing command lines in creation/use
51995         ${D}compiler -c -create_pch ${D}outfile -MMD ${D}file && \\
51996           sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
51997           rm -f ${D}file ${D}dfile ${D}{filename}.o
51998     fi
51999     exit ${D}{?}
52000 fi
52001 EOF
52002
52003                 chmod +x bk-make-pch
52004                                                                 BK_MAKE_PCH="`pwd`/bk-make-pch"
52005             fi
52006         fi
52007     fi
52008
52009
52010
52011
52012
52013     COND_BUILD_DEBUG="#"
52014     if test "x$BUILD" = "xdebug" ; then
52015         COND_BUILD_DEBUG=""
52016     fi
52017
52018     COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
52019     if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
52020         COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
52021     fi
52022
52023     COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
52024     if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
52025         COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
52026     fi
52027
52028     COND_BUILD_DEBUG_UNICODE_0="#"
52029     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
52030         COND_BUILD_DEBUG_UNICODE_0=""
52031     fi
52032
52033     COND_BUILD_DEBUG_UNICODE_1="#"
52034     if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
52035         COND_BUILD_DEBUG_UNICODE_1=""
52036     fi
52037
52038     COND_BUILD_RELEASE="#"
52039     if test "x$BUILD" = "xrelease" ; then
52040         COND_BUILD_RELEASE=""
52041     fi
52042
52043     COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
52044     if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
52045         COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
52046     fi
52047
52048     COND_BUILD_RELEASE_UNICODE_0="#"
52049     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
52050         COND_BUILD_RELEASE_UNICODE_0=""
52051     fi
52052
52053     COND_BUILD_RELEASE_UNICODE_1="#"
52054     if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
52055         COND_BUILD_RELEASE_UNICODE_1=""
52056     fi
52057
52058     COND_DEBUG_FLAG_1="#"
52059     if test "x$DEBUG_FLAG" = "x1" ; then
52060         COND_DEBUG_FLAG_1=""
52061     fi
52062
52063     COND_DEBUG_INFO_0="#"
52064     if test "x$DEBUG_INFO" = "x0" ; then
52065         COND_DEBUG_INFO_0=""
52066     fi
52067
52068     COND_DEBUG_INFO_1="#"
52069     if test "x$DEBUG_INFO" = "x1" ; then
52070         COND_DEBUG_INFO_1=""
52071     fi
52072
52073     COND_DEPS_TRACKING_0="#"
52074     if test "x$DEPS_TRACKING" = "x0" ; then
52075         COND_DEPS_TRACKING_0=""
52076     fi
52077
52078     COND_DEPS_TRACKING_1="#"
52079     if test "x$DEPS_TRACKING" = "x1" ; then
52080         COND_DEPS_TRACKING_1=""
52081     fi
52082
52083     COND_GCC_PCH_1="#"
52084     if test "x$GCC_PCH" = "x1" ; then
52085         COND_GCC_PCH_1=""
52086     fi
52087
52088     COND_ICC_PCH_1="#"
52089     if test "x$ICC_PCH" = "x1" ; then
52090         COND_ICC_PCH_1=""
52091     fi
52092
52093     COND_MONOLITHIC_0="#"
52094     if test "x$MONOLITHIC" = "x0" ; then
52095         COND_MONOLITHIC_0=""
52096     fi
52097
52098     COND_MONOLITHIC_0_SHARED_0="#"
52099     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
52100         COND_MONOLITHIC_0_SHARED_0=""
52101     fi
52102
52103     COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
52104     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
52105         COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
52106     fi
52107
52108     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
52109     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
52110         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
52111     fi
52112
52113     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
52114     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
52115         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
52116     fi
52117
52118     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
52119     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52120         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
52121     fi
52122
52123     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
52124     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
52125         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
52126     fi
52127
52128     COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
52129     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
52130         COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
52131     fi
52132
52133     COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
52134     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
52135         COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
52136     fi
52137
52138     COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
52139     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
52140         COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
52141     fi
52142
52143     COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
52144     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
52145         COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
52146     fi
52147
52148     COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
52149     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
52150         COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
52151     fi
52152
52153     COND_MONOLITHIC_0_SHARED_1="#"
52154     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
52155         COND_MONOLITHIC_0_SHARED_1=""
52156     fi
52157
52158     COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
52159     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
52160         COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
52161     fi
52162
52163     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
52164     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
52165         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
52166     fi
52167
52168     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
52169     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
52170         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
52171     fi
52172
52173     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
52174     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52175         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
52176     fi
52177
52178     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
52179     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
52180         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
52181     fi
52182
52183     COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
52184     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
52185         COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
52186     fi
52187
52188     COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
52189     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
52190         COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
52191     fi
52192
52193     COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
52194     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
52195         COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
52196     fi
52197
52198     COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
52199     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
52200         COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
52201     fi
52202
52203     COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
52204     if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
52205         COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
52206     fi
52207
52208     COND_MONOLITHIC_0_USE_AUI_1="#"
52209     if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
52210         COND_MONOLITHIC_0_USE_AUI_1=""
52211     fi
52212
52213     COND_MONOLITHIC_0_USE_GUI_1="#"
52214     if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
52215         COND_MONOLITHIC_0_USE_GUI_1=""
52216     fi
52217
52218     COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
52219     if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52220         COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
52221     fi
52222
52223     COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1="#"
52224     if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
52225         COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1=""
52226     fi
52227
52228     COND_MONOLITHIC_0_USE_HTML_1="#"
52229     if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
52230         COND_MONOLITHIC_0_USE_HTML_1=""
52231     fi
52232
52233     COND_MONOLITHIC_0_USE_MEDIA_1="#"
52234     if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
52235         COND_MONOLITHIC_0_USE_MEDIA_1=""
52236     fi
52237
52238     COND_MONOLITHIC_0_USE_ODBC_1="#"
52239     if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
52240         COND_MONOLITHIC_0_USE_ODBC_1=""
52241     fi
52242
52243     COND_MONOLITHIC_0_USE_QA_1="#"
52244     if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
52245         COND_MONOLITHIC_0_USE_QA_1=""
52246     fi
52247
52248     COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
52249     if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
52250         COND_MONOLITHIC_0_USE_RICHTEXT_1=""
52251     fi
52252
52253     COND_MONOLITHIC_0_USE_STC_1="#"
52254     if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
52255         COND_MONOLITHIC_0_USE_STC_1=""
52256     fi
52257
52258     COND_MONOLITHIC_0_USE_XRC_1="#"
52259     if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
52260         COND_MONOLITHIC_0_USE_XRC_1=""
52261     fi
52262
52263     COND_MONOLITHIC_1="#"
52264     if test "x$MONOLITHIC" = "x1" ; then
52265         COND_MONOLITHIC_1=""
52266     fi
52267
52268     COND_MONOLITHIC_1_SHARED_0="#"
52269     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
52270         COND_MONOLITHIC_1_SHARED_0=""
52271     fi
52272
52273     COND_MONOLITHIC_1_SHARED_1="#"
52274     if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
52275         COND_MONOLITHIC_1_SHARED_1=""
52276     fi
52277
52278     COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
52279     if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
52280         COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
52281     fi
52282
52283     COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
52284     if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
52285         COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
52286     fi
52287
52288     COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
52289     if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
52290         COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
52291     fi
52292
52293     COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
52294     if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
52295         COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
52296     fi
52297
52298     COND_PLATFORM_MACOSX_1="#"
52299     if test "x$PLATFORM_MACOSX" = "x1" ; then
52300         COND_PLATFORM_MACOSX_1=""
52301     fi
52302
52303     COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
52304     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
52305         COND_PLATFORM_MACOSX_1_TOOLKIT_=""
52306     fi
52307
52308     COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
52309     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
52310         COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
52311     fi
52312
52313     COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
52314     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
52315         COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
52316     fi
52317
52318     COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
52319     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
52320         COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
52321     fi
52322
52323     COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
52324     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
52325         COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
52326     fi
52327
52328     COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
52329     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
52330         COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
52331     fi
52332
52333     COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
52334     if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
52335         COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
52336     fi
52337
52338     COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
52339     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
52340         COND_PLATFORM_MACOSX_1_USE_GUI_1=""
52341     fi
52342
52343     COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
52344     if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
52345         COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
52346     fi
52347
52348     COND_PLATFORM_MACOS_1="#"
52349     if test "x$PLATFORM_MACOS" = "x1" ; then
52350         COND_PLATFORM_MACOS_1=""
52351     fi
52352
52353     COND_PLATFORM_MAC_1="#"
52354     if test "x$PLATFORM_MAC" = "x1" ; then
52355         COND_PLATFORM_MAC_1=""
52356     fi
52357
52358     COND_PLATFORM_MSDOS_0="#"
52359     if test "x$PLATFORM_MSDOS" = "x0" ; then
52360         COND_PLATFORM_MSDOS_0=""
52361     fi
52362
52363     COND_PLATFORM_MSDOS_1="#"
52364     if test "x$PLATFORM_MSDOS" = "x1" ; then
52365         COND_PLATFORM_MSDOS_1=""
52366     fi
52367
52368     COND_PLATFORM_OS2_1="#"
52369     if test "x$PLATFORM_OS2" = "x1" ; then
52370         COND_PLATFORM_OS2_1=""
52371     fi
52372
52373     COND_PLATFORM_UNIX_0="#"
52374     if test "x$PLATFORM_UNIX" = "x0" ; then
52375         COND_PLATFORM_UNIX_0=""
52376     fi
52377
52378     COND_PLATFORM_UNIX_1="#"
52379     if test "x$PLATFORM_UNIX" = "x1" ; then
52380         COND_PLATFORM_UNIX_1=""
52381     fi
52382
52383     COND_PLATFORM_UNIX_1_TOOLKIT_MGL="#"
52384     if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" ; then
52385         COND_PLATFORM_UNIX_1_TOOLKIT_MGL=""
52386     fi
52387
52388     COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1="#"
52389     if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
52390         COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1=""
52391     fi
52392
52393     COND_PLATFORM_UNIX_1_USE_GUI_1="#"
52394     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
52395         COND_PLATFORM_UNIX_1_USE_GUI_1=""
52396     fi
52397
52398     COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
52399     if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
52400         COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
52401     fi
52402
52403     COND_PLATFORM_WIN32_0="#"
52404     if test "x$PLATFORM_WIN32" = "x0" ; then
52405         COND_PLATFORM_WIN32_0=""
52406     fi
52407
52408     COND_PLATFORM_WIN32_1="#"
52409     if test "x$PLATFORM_WIN32" = "x1" ; then
52410         COND_PLATFORM_WIN32_1=""
52411     fi
52412
52413     COND_SHARED_0="#"
52414     if test "x$SHARED" = "x0" ; then
52415         COND_SHARED_0=""
52416     fi
52417
52418     COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
52419     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
52420         COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
52421     fi
52422
52423     COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
52424     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
52425         COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
52426     fi
52427
52428     COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
52429     if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
52430         COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
52431     fi
52432
52433     COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
52434     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52435         COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
52436     fi
52437
52438     COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
52439     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52440         COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
52441     fi
52442
52443     COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
52444     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52445         COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
52446     fi
52447
52448     COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
52449     if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52450         COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
52451     fi
52452
52453     COND_SHARED_0_USE_STC_1="#"
52454     if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
52455         COND_SHARED_0_USE_STC_1=""
52456     fi
52457
52458     COND_SHARED_0_USE_XRC_1="#"
52459     if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
52460         COND_SHARED_0_USE_XRC_1=""
52461     fi
52462
52463     COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
52464     if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
52465         COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
52466     fi
52467
52468     COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
52469     if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
52470         COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
52471     fi
52472
52473     COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
52474     if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
52475         COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
52476     fi
52477
52478     COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
52479     if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
52480         COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
52481     fi
52482
52483     COND_SHARED_1="#"
52484     if test "x$SHARED" = "x1" ; then
52485         COND_SHARED_1=""
52486     fi
52487
52488     COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
52489     if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52490         COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
52491     fi
52492
52493     COND_SHARED_1_USE_XRC_1="#"
52494     if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
52495         COND_SHARED_1_USE_XRC_1=""
52496     fi
52497
52498     COND_TOOLKIT_="#"
52499     if test "x$TOOLKIT" = "x" ; then
52500         COND_TOOLKIT_=""
52501     fi
52502
52503     COND_TOOLKIT_COCOA="#"
52504     if test "x$TOOLKIT" = "xCOCOA" ; then
52505         COND_TOOLKIT_COCOA=""
52506     fi
52507
52508     COND_TOOLKIT_COCOA_USE_GUI_1="#"
52509     if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
52510         COND_TOOLKIT_COCOA_USE_GUI_1=""
52511     fi
52512
52513     COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
52514     if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52515         COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
52516     fi
52517
52518     COND_TOOLKIT_DFB="#"
52519     if test "x$TOOLKIT" = "xDFB" ; then
52520         COND_TOOLKIT_DFB=""
52521     fi
52522
52523     COND_TOOLKIT_DFB_USE_GUI_1="#"
52524     if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
52525         COND_TOOLKIT_DFB_USE_GUI_1=""
52526     fi
52527
52528     COND_TOOLKIT_GTK="#"
52529     if test "x$TOOLKIT" = "xGTK" ; then
52530         COND_TOOLKIT_GTK=""
52531     fi
52532
52533     COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
52534     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
52535         COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
52536     fi
52537
52538     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
52539     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
52540         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
52541     fi
52542
52543     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
52544     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
52545         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
52546     fi
52547
52548     COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
52549     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52550         COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
52551     fi
52552
52553     COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
52554     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
52555         COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
52556     fi
52557
52558     COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
52559     if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52560         COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
52561     fi
52562
52563     COND_TOOLKIT_GTK_USE_GUI_1="#"
52564     if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
52565         COND_TOOLKIT_GTK_USE_GUI_1=""
52566     fi
52567
52568     COND_TOOLKIT_MAC="#"
52569     if test "x$TOOLKIT" = "xMAC" ; then
52570         COND_TOOLKIT_MAC=""
52571     fi
52572
52573     COND_TOOLKIT_MAC_USE_GUI_1="#"
52574     if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
52575         COND_TOOLKIT_MAC_USE_GUI_1=""
52576     fi
52577
52578     COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
52579     if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52580         COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
52581     fi
52582
52583     COND_TOOLKIT_MGL="#"
52584     if test "x$TOOLKIT" = "xMGL" ; then
52585         COND_TOOLKIT_MGL=""
52586     fi
52587
52588     COND_TOOLKIT_MGL_USE_GUI_1="#"
52589     if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
52590         COND_TOOLKIT_MGL_USE_GUI_1=""
52591     fi
52592
52593     COND_TOOLKIT_MOTIF="#"
52594     if test "x$TOOLKIT" = "xMOTIF" ; then
52595         COND_TOOLKIT_MOTIF=""
52596     fi
52597
52598     COND_TOOLKIT_MOTIF_USE_GUI_1="#"
52599     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
52600         COND_TOOLKIT_MOTIF_USE_GUI_1=""
52601     fi
52602
52603     COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
52604     if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52605         COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
52606     fi
52607
52608     COND_TOOLKIT_MSW="#"
52609     if test "x$TOOLKIT" = "xMSW" ; then
52610         COND_TOOLKIT_MSW=""
52611     fi
52612
52613     COND_TOOLKIT_MSW_USE_GUI_1="#"
52614     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
52615         COND_TOOLKIT_MSW_USE_GUI_1=""
52616     fi
52617
52618     COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
52619     if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52620         COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
52621     fi
52622
52623     COND_TOOLKIT_MSW_WXUNIV_0="#"
52624     if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
52625         COND_TOOLKIT_MSW_WXUNIV_0=""
52626     fi
52627
52628     COND_TOOLKIT_PM="#"
52629     if test "x$TOOLKIT" = "xPM" ; then
52630         COND_TOOLKIT_PM=""
52631     fi
52632
52633     COND_TOOLKIT_PM_USE_GUI_1="#"
52634     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
52635         COND_TOOLKIT_PM_USE_GUI_1=""
52636     fi
52637
52638     COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
52639     if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52640         COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
52641     fi
52642
52643     COND_TOOLKIT_WINCE="#"
52644     if test "x$TOOLKIT" = "xWINCE" ; then
52645         COND_TOOLKIT_WINCE=""
52646     fi
52647
52648     COND_TOOLKIT_WINCE_USE_GUI_1="#"
52649     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
52650         COND_TOOLKIT_WINCE_USE_GUI_1=""
52651     fi
52652
52653     COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
52654     if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52655         COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
52656     fi
52657
52658     COND_TOOLKIT_WINCE_WXUNIV_0="#"
52659     if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
52660         COND_TOOLKIT_WINCE_WXUNIV_0=""
52661     fi
52662
52663     COND_TOOLKIT_X11="#"
52664     if test "x$TOOLKIT" = "xX11" ; then
52665         COND_TOOLKIT_X11=""
52666     fi
52667
52668     COND_TOOLKIT_X11_USE_GUI_1="#"
52669     if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
52670         COND_TOOLKIT_X11_USE_GUI_1=""
52671     fi
52672
52673     COND_UNICODE_1="#"
52674     if test "x$UNICODE" = "x1" ; then
52675         COND_UNICODE_1=""
52676     fi
52677
52678     COND_USE_EXCEPTIONS_0="#"
52679     if test "x$USE_EXCEPTIONS" = "x0" ; then
52680         COND_USE_EXCEPTIONS_0=""
52681     fi
52682
52683     COND_USE_EXCEPTIONS_1="#"
52684     if test "x$USE_EXCEPTIONS" = "x1" ; then
52685         COND_USE_EXCEPTIONS_1=""
52686     fi
52687
52688     COND_USE_GUI_0="#"
52689     if test "x$USE_GUI" = "x0" ; then
52690         COND_USE_GUI_0=""
52691     fi
52692
52693     COND_USE_GUI_1="#"
52694     if test "x$USE_GUI" = "x1" ; then
52695         COND_USE_GUI_1=""
52696     fi
52697
52698     COND_USE_GUI_1_USE_OPENGL_1="#"
52699     if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52700         COND_USE_GUI_1_USE_OPENGL_1=""
52701     fi
52702
52703     COND_USE_GUI_1_WXUNIV_0="#"
52704     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52705         COND_USE_GUI_1_WXUNIV_0=""
52706     fi
52707
52708     COND_USE_GUI_1_WXUNIV_1="#"
52709     if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
52710         COND_USE_GUI_1_WXUNIV_1=""
52711     fi
52712
52713     COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
52714     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52715         COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
52716     fi
52717
52718     COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
52719     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52720         COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
52721     fi
52722
52723     COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
52724     if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52725         COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
52726     fi
52727
52728     COND_USE_ODBC_1="#"
52729     if test "x$USE_ODBC" = "x1" ; then
52730         COND_USE_ODBC_1=""
52731     fi
52732
52733     COND_USE_OPENGL_1="#"
52734     if test "x$USE_OPENGL" = "x1" ; then
52735         COND_USE_OPENGL_1=""
52736     fi
52737
52738     COND_USE_PCH_1="#"
52739     if test "x$USE_PCH" = "x1" ; then
52740         COND_USE_PCH_1=""
52741     fi
52742
52743     COND_USE_PLUGINS_0="#"
52744     if test "x$USE_PLUGINS" = "x0" ; then
52745         COND_USE_PLUGINS_0=""
52746     fi
52747
52748     COND_USE_RTTI_0="#"
52749     if test "x$USE_RTTI" = "x0" ; then
52750         COND_USE_RTTI_0=""
52751     fi
52752
52753     COND_USE_RTTI_1="#"
52754     if test "x$USE_RTTI" = "x1" ; then
52755         COND_USE_RTTI_1=""
52756     fi
52757
52758     COND_USE_SOSYMLINKS_1="#"
52759     if test "x$USE_SOSYMLINKS" = "x1" ; then
52760         COND_USE_SOSYMLINKS_1=""
52761     fi
52762
52763     COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
52764     if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
52765         COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
52766     fi
52767
52768     COND_USE_SOVERLINUX_1="#"
52769     if test "x$USE_SOVERLINUX" = "x1" ; then
52770         COND_USE_SOVERLINUX_1=""
52771     fi
52772
52773     COND_USE_SOVERSION_0="#"
52774     if test "x$USE_SOVERSION" = "x0" ; then
52775         COND_USE_SOVERSION_0=""
52776     fi
52777
52778     COND_USE_SOVERSOLARIS_1="#"
52779     if test "x$USE_SOVERSOLARIS" = "x1" ; then
52780         COND_USE_SOVERSOLARIS_1=""
52781     fi
52782
52783     COND_USE_STC_1="#"
52784     if test "x$USE_STC" = "x1" ; then
52785         COND_USE_STC_1=""
52786     fi
52787
52788     COND_USE_THREADS_0="#"
52789     if test "x$USE_THREADS" = "x0" ; then
52790         COND_USE_THREADS_0=""
52791     fi
52792
52793     COND_USE_THREADS_1="#"
52794     if test "x$USE_THREADS" = "x1" ; then
52795         COND_USE_THREADS_1=""
52796     fi
52797
52798     COND_USE_XRC_1="#"
52799     if test "x$USE_XRC" = "x1" ; then
52800         COND_USE_XRC_1=""
52801     fi
52802
52803     COND_WINDOWS_IMPLIB_1="#"
52804     if test "x$WINDOWS_IMPLIB" = "x1" ; then
52805         COND_WINDOWS_IMPLIB_1=""
52806     fi
52807
52808     COND_WITH_PLUGIN_SDL_1="#"
52809     if test "x$WITH_PLUGIN_SDL" = "x1" ; then
52810         COND_WITH_PLUGIN_SDL_1=""
52811     fi
52812
52813     COND_WXUNIV_0="#"
52814     if test "x$WXUNIV" = "x0" ; then
52815         COND_WXUNIV_0=""
52816     fi
52817
52818     COND_WXUNIV_1="#"
52819     if test "x$WXUNIV" = "x1" ; then
52820         COND_WXUNIV_1=""
52821     fi
52822
52823     COND_WXUSE_EXPAT_BUILTIN="#"
52824     if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
52825         COND_WXUSE_EXPAT_BUILTIN=""
52826     fi
52827
52828     COND_WXUSE_LIBJPEG_BUILTIN="#"
52829     if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52830         COND_WXUSE_LIBJPEG_BUILTIN=""
52831     fi
52832
52833     COND_WXUSE_LIBPNG_BUILTIN="#"
52834     if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52835         COND_WXUSE_LIBPNG_BUILTIN=""
52836     fi
52837
52838     COND_WXUSE_LIBTIFF_BUILTIN="#"
52839     if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52840         COND_WXUSE_LIBTIFF_BUILTIN=""
52841     fi
52842
52843     COND_WXUSE_ODBC_BUILTIN="#"
52844     if test "x$wxUSE_ODBC" = "xbuiltin" ; then
52845         COND_WXUSE_ODBC_BUILTIN=""
52846     fi
52847
52848     COND_WXUSE_REGEX_BUILTIN="#"
52849     if test "x$wxUSE_REGEX" = "xbuiltin" ; then
52850         COND_WXUSE_REGEX_BUILTIN=""
52851     fi
52852
52853     COND_WXUSE_ZLIB_BUILTIN="#"
52854     if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
52855         COND_WXUSE_ZLIB_BUILTIN=""
52856     fi
52857
52858
52859
52860     if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
52861         { { 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
52862 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;}
52863    { (exit 1); exit 1; }; }
52864     fi
52865
52866     if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
52867         { { 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
52868 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;}
52869    { (exit 1); exit 1; }; }
52870     fi
52871
52872
52873 case ${INSTALL} in
52874   /* ) # Absolute
52875      ;;
52876   ?:* ) # Drive letter, considered as absolute.
52877      ;;
52878   *)
52879      INSTALL=`pwd`/${INSTALL} ;;
52880 esac
52881
52882 if test "$wxUSE_GUI" = "yes"; then
52883
52884 if test "$wxUSE_MSW" = 1 ; then
52885     if test "x$WINDRES" = "x"; then
52886         { { echo "$as_me:$LINENO: error: Required windres program not found" >&5
52887 echo "$as_me: error: Required windres program not found" >&2;}
52888    { (exit 1); exit 1; }; }
52889     fi
52890
52891     RESCOMP="$WINDRES"
52892 fi
52893
52894 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
52895             WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
52896     WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
52897
52898         LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
52899
52900     # Extract the first word of "DeRez", so it can be a program name with args.
52901 set dummy DeRez; ac_word=$2
52902 { echo "$as_me:$LINENO: checking for $ac_word" >&5
52903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
52904 if test "${ac_cv_prog_DEREZ+set}" = set; then
52905   echo $ECHO_N "(cached) $ECHO_C" >&6
52906 else
52907   if test -n "$DEREZ"; then
52908   ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
52909 else
52910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
52911 for as_dir in $PATH
52912 do
52913   IFS=$as_save_IFS
52914   test -z "$as_dir" && as_dir=.
52915   for ac_exec_ext in '' $ac_executable_extensions; do
52916   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
52917     ac_cv_prog_DEREZ="DeRez"
52918     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
52919     break 2
52920   fi
52921 done
52922 done
52923 IFS=$as_save_IFS
52924
52925   test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
52926 fi
52927 fi
52928 DEREZ=$ac_cv_prog_DEREZ
52929 if test -n "$DEREZ"; then
52930   { echo "$as_me:$LINENO: result: $DEREZ" >&5
52931 echo "${ECHO_T}$DEREZ" >&6; }
52932 else
52933   { echo "$as_me:$LINENO: result: no" >&5
52934 echo "${ECHO_T}no" >&6; }
52935 fi
52936
52937
52938
52939     MACSETFILE="\$(SETFILE)"
52940
52941             if test "$wxUSE_MAC" = 1; then
52942         POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
52943         RESCOMP="$REZ"
52944         WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
52945     else
52946         POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
52947         RESCOMP="cat /dev/null \| $REZ"
52948         WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
52949     fi
52950
52951 else
52952         MACSETFILE="@true"
52953
52954     if test "$wxUSE_PM" = 1; then
52955         RESCOMP="emxbind"
52956         WXCONFIG_RESFLAGS="-ep"
52957
52958                 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
52959     else
52960         POSTLINK_COMMAND="@true"
52961     fi
52962 fi
52963
52964 fi
52965
52966
52967 if test $GCC_PCH = 1
52968 then
52969     if test "$wx_cv_gcc_pch_bug" = yes; then
52970         { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
52971 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
52972         { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
52973 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
52974         { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
52975 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
52976     fi
52977
52978     CPPFLAGS="-DWX_PRECOMP $CPPFLAGS"
52979 fi
52980
52981
52982 if test "$wxUSE_MAC" = 1 ; then
52983     if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
52984         sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
52985         mv temp bk-deps
52986         chmod +x bk-deps
52987     fi
52988 fi
52989
52990 if test "$wxUSE_SHARED" = "yes"; then
52991
52992                             sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
52993     EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
52994
52995                 case "${host}" in
52996       *-pc-os2_emx | *-pc-os2-emx )
52997         SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
52998         SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
52999         cp -p ${srcdir}/src/os2/dllnames.sh .
53000         cp -p ${srcdir}/src/os2/dllar.sh .
53001       ;;
53002     esac
53003 else
53004
53005         EXE_LINKER="$CXX -o"
53006
53007 fi
53008 if test "$wxUSE_OMF" = "yes"; then
53009     case "${host}" in
53010       *-pc-os2_emx | *-pc-os2-emx )
53011         LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
53012         LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
53013         WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
53014       ;;
53015     esac
53016 fi
53017
53018 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
53019
53020
53021 case "${host}" in
53022     *-*-solaris2* )
53023                         if "$GCC" = yes; then
53024             CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
53025             LIBS=`echo $LIBS | sed 's/-mt//'`
53026             EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`
53027         fi
53028         ;;
53029
53030     *-*-linux* )
53031                         if test "x$SUNCXX" = xyes; then
53032             CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//'`
53033             LIBS=`echo $LIBS | sed 's/-pthread//'`
53034             EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//'`
53035         fi
53036         ;;
53037 esac
53038
53039 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
53040 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
53041
53042 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
53043
53044
53045
53046
53047
53048
53049
53050
53051
53052
53053
53054
53055
53056
53057
53058
53059
53060
53061
53062
53063
53064
53065
53066
53067
53068
53069
53070
53071
53072
53073
53074
53075
53076
53077
53078
53079
53080
53081
53082
53083
53084
53085
53086
53087
53088
53089
53090
53091
53092
53093
53094
53095
53096
53097
53098
53099
53100
53101
53102
53103
53104 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
53105 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
53106 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
53107 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
53108   echo $ECHO_N "(cached) $ECHO_C" >&6
53109 else
53110   cat >conftest.make <<\_ACEOF
53111 SHELL = /bin/sh
53112 all:
53113         @echo '@@@%%%=$(MAKE)=@@@%%%'
53114 _ACEOF
53115 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
53116 case `${MAKE-make} -f conftest.make 2>/dev/null` in
53117   *@@@%%%=?*=@@@%%%*)
53118     eval ac_cv_prog_make_${ac_make}_set=yes;;
53119   *)
53120     eval ac_cv_prog_make_${ac_make}_set=no;;
53121 esac
53122 rm -f conftest.make
53123 fi
53124 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
53125   { echo "$as_me:$LINENO: result: yes" >&5
53126 echo "${ECHO_T}yes" >&6; }
53127   SET_MAKE=
53128 else
53129   { echo "$as_me:$LINENO: result: no" >&5
53130 echo "${ECHO_T}no" >&6; }
53131   SET_MAKE="MAKE=${MAKE-make}"
53132 fi
53133
53134
53135
53136 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
53137
53138
53139 if test "$USE_WIN32" = 1; then
53140     ac_config_commands="$ac_config_commands
53141             rcdefs.h
53142         "
53143
53144 fi
53145
53146 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
53147
53148
53149 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
53150
53151
53152 if test "$wx_cv_version_script" = "yes"; then
53153     ac_config_files="$ac_config_files version-script"
53154
53155 fi
53156 ac_config_files="$ac_config_files Makefile"
53157
53158
53159 ac_config_commands="$ac_config_commands wx-config"
53160
53161
53162
53163 if test "$wxWITH_SUBDIRS" != "no"; then
53164 if test "$wxUSE_GUI" = "yes"; then
53165     SUBDIRS="samples demos utils"
53166 else         SUBDIRS="samples utils"
53167 fi
53168
53169
53170
53171 # Check whether --with-cppunit-prefix was given.
53172 if test "${with_cppunit_prefix+set}" = set; then
53173   withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
53174 else
53175   cppunit_config_prefix=""
53176 fi
53177
53178
53179 # Check whether --with-cppunit-exec-prefix was given.
53180 if test "${with_cppunit_exec_prefix+set}" = set; then
53181   withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
53182 else
53183   cppunit_config_exec_prefix=""
53184 fi
53185
53186
53187   if test x$cppunit_config_exec_prefix != x ; then
53188      cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
53189      if test x${CPPUNIT_CONFIG+set} != xset ; then
53190         CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
53191      fi
53192   fi
53193   if test x$cppunit_config_prefix != x ; then
53194      cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
53195      if test x${CPPUNIT_CONFIG+set} != xset ; then
53196         CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
53197      fi
53198   fi
53199
53200   # Extract the first word of "cppunit-config", so it can be a program name with args.
53201 set dummy cppunit-config; ac_word=$2
53202 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53204 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
53205   echo $ECHO_N "(cached) $ECHO_C" >&6
53206 else
53207   case $CPPUNIT_CONFIG in
53208   [\\/]* | ?:[\\/]*)
53209   ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
53210   ;;
53211   *)
53212   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53213 for as_dir in $PATH
53214 do
53215   IFS=$as_save_IFS
53216   test -z "$as_dir" && as_dir=.
53217   for ac_exec_ext in '' $ac_executable_extensions; do
53218   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53219     ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
53220     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53221     break 2
53222   fi
53223 done
53224 done
53225 IFS=$as_save_IFS
53226
53227   test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
53228   ;;
53229 esac
53230 fi
53231 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
53232 if test -n "$CPPUNIT_CONFIG"; then
53233   { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
53234 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
53235 else
53236   { echo "$as_me:$LINENO: result: no" >&5
53237 echo "${ECHO_T}no" >&6; }
53238 fi
53239
53240
53241   cppunit_version_min=1.8.0
53242
53243   { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
53244 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
53245   no_cppunit=""
53246   if test "$CPPUNIT_CONFIG" = "no" ; then
53247     { echo "$as_me:$LINENO: result: no" >&5
53248 echo "${ECHO_T}no" >&6; }
53249     no_cppunit=yes
53250   else
53251     CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
53252     CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
53253     cppunit_version=`$CPPUNIT_CONFIG --version`
53254
53255     cppunit_major_version=`echo $cppunit_version | \
53256            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
53257     cppunit_minor_version=`echo $cppunit_version | \
53258            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
53259     cppunit_micro_version=`echo $cppunit_version | \
53260            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
53261
53262     cppunit_major_min=`echo $cppunit_version_min | \
53263            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
53264     cppunit_minor_min=`echo $cppunit_version_min | \
53265            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
53266     cppunit_micro_min=`echo $cppunit_version_min | \
53267            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
53268
53269     cppunit_version_proper=`expr \
53270         $cppunit_major_version \> $cppunit_major_min \| \
53271         $cppunit_major_version \= $cppunit_major_min \& \
53272         $cppunit_minor_version \> $cppunit_minor_min \| \
53273         $cppunit_major_version \= $cppunit_major_min \& \
53274         $cppunit_minor_version \= $cppunit_minor_min \& \
53275         $cppunit_micro_version \>= $cppunit_micro_min `
53276
53277     if test "$cppunit_version_proper" = "1" ; then
53278       { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
53279 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
53280     else
53281       { echo "$as_me:$LINENO: result: no" >&5
53282 echo "${ECHO_T}no" >&6; }
53283       no_cppunit=yes
53284     fi
53285   fi
53286
53287   if test "x$no_cppunit" = x ; then
53288      SUBDIRS="$SUBDIRS tests"
53289   else
53290      CPPUNIT_CFLAGS=""
53291      CPPUNIT_LIBS=""
53292      :
53293   fi
53294
53295
53296
53297
53298
53299 for subdir in `echo $SUBDIRS`; do
53300     if test -d ${srcdir}/${subdir} ; then
53301         if test "$wxUSE_GUI" = "yes"; then
53302             if test ${subdir} = "samples"; then
53303                                                 makefiles="samples/Makefile.in $makefiles"
53304                 for sample in `echo $SAMPLES_SUBDIRS`; do
53305                     if test -d $srcdir/samples/$sample; then
53306                         makefiles="samples/$sample/Makefile.in $makefiles"
53307                     fi
53308                 done
53309             else
53310                                                                 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
53311                 eval "disabled=\$$disabled_var"
53312                 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
53313                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
53314             fi
53315         else                                     if test ${subdir} = "samples"; then
53316                 makefiles="samples/Makefile.in samples/console/Makefile.in"
53317             elif test ${subdir} = "utils"; then
53318                 makefiles=""
53319                 for util in HelpGen tex2rtf ; do
53320                     if test -d $srcdir/utils/$util ; then
53321                         makefiles="utils/$util/Makefile.in \
53322                                    utils/$util/src/Makefile.in \
53323                                    $makefiles"
53324                     fi
53325                 done
53326             else                 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
53327             fi
53328         fi
53329
53330         for mkin in $makefiles ; do
53331             mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
53332             ac_config_files="$ac_config_files $mk"
53333
53334         done
53335     fi
53336 done
53337 fi
53338 cat >confcache <<\_ACEOF
53339 # This file is a shell script that caches the results of configure
53340 # tests run on this system so they can be shared between configure
53341 # scripts and configure runs, see configure's option --config-cache.
53342 # It is not useful on other systems.  If it contains results you don't
53343 # want to keep, you may remove or edit it.
53344 #
53345 # config.status only pays attention to the cache file if you give it
53346 # the --recheck option to rerun configure.
53347 #
53348 # `ac_cv_env_foo' variables (set or unset) will be overridden when
53349 # loading this file, other *unset* `ac_cv_foo' will be assigned the
53350 # following values.
53351
53352 _ACEOF
53353
53354 # The following way of writing the cache mishandles newlines in values,
53355 # but we know of no workaround that is simple, portable, and efficient.
53356 # So, we kill variables containing newlines.
53357 # Ultrix sh set writes to stderr and can't be redirected directly,
53358 # and sets the high bit in the cache file unless we assign to the vars.
53359 (
53360   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
53361     eval ac_val=\$$ac_var
53362     case $ac_val in #(
53363     *${as_nl}*)
53364       case $ac_var in #(
53365       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
53366 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
53367       esac
53368       case $ac_var in #(
53369       _ | IFS | as_nl) ;; #(
53370       *) $as_unset $ac_var ;;
53371       esac ;;
53372     esac
53373   done
53374
53375   (set) 2>&1 |
53376     case $as_nl`(ac_space=' '; set) 2>&1` in #(
53377     *${as_nl}ac_space=\ *)
53378       # `set' does not quote correctly, so add quotes (double-quote
53379       # substitution turns \\\\ into \\, and sed turns \\ into \).
53380       sed -n \
53381         "s/'/'\\\\''/g;
53382           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
53383       ;; #(
53384     *)
53385       # `set' quotes correctly as required by POSIX, so do not add quotes.
53386       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
53387       ;;
53388     esac |
53389     sort
53390 ) |
53391   sed '
53392      /^ac_cv_env_/b end
53393      t clear
53394      :clear
53395      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
53396      t end
53397      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
53398      :end' >>confcache
53399 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
53400   if test -w "$cache_file"; then
53401     test "x$cache_file" != "x/dev/null" &&
53402       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
53403 echo "$as_me: updating cache $cache_file" >&6;}
53404     cat confcache >$cache_file
53405   else
53406     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
53407 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
53408   fi
53409 fi
53410 rm -f confcache
53411
53412 test "x$prefix" = xNONE && prefix=$ac_default_prefix
53413 # Let make expand exec_prefix.
53414 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
53415
53416 DEFS=-DHAVE_CONFIG_H
53417
53418 ac_libobjs=
53419 ac_ltlibobjs=
53420 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
53421   # 1. Remove the extension, and $U if already installed.
53422   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
53423   ac_i=`echo "$ac_i" | sed "$ac_script"`
53424   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
53425   #    will be set to the directory where LIBOBJS objects are built.
53426   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
53427   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
53428 done
53429 LIBOBJS=$ac_libobjs
53430
53431 LTLIBOBJS=$ac_ltlibobjs
53432
53433
53434
53435 : ${CONFIG_STATUS=./config.status}
53436 ac_clean_files_save=$ac_clean_files
53437 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
53438 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
53439 echo "$as_me: creating $CONFIG_STATUS" >&6;}
53440 cat >$CONFIG_STATUS <<_ACEOF
53441 #! $SHELL
53442 # Generated by $as_me.
53443 # Run this file to recreate the current configuration.
53444 # Compiler output produced by configure, useful for debugging
53445 # configure, is in config.log if it exists.
53446
53447 debug=false
53448 ac_cs_recheck=false
53449 ac_cs_silent=false
53450 SHELL=\${CONFIG_SHELL-$SHELL}
53451 _ACEOF
53452
53453 cat >>$CONFIG_STATUS <<\_ACEOF
53454 ## --------------------- ##
53455 ## M4sh Initialization.  ##
53456 ## --------------------- ##
53457
53458 # Be more Bourne compatible
53459 DUALCASE=1; export DUALCASE # for MKS sh
53460 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
53461   emulate sh
53462   NULLCMD=:
53463   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
53464   # is contrary to our usage.  Disable this feature.
53465   alias -g '${1+"$@"}'='"$@"'
53466   setopt NO_GLOB_SUBST
53467 else
53468   case `(set -o) 2>/dev/null` in
53469   *posix*) set -o posix ;;
53470 esac
53471
53472 fi
53473
53474
53475
53476
53477 # PATH needs CR
53478 # Avoid depending upon Character Ranges.
53479 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
53480 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
53481 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
53482 as_cr_digits='0123456789'
53483 as_cr_alnum=$as_cr_Letters$as_cr_digits
53484
53485 # The user is always right.
53486 if test "${PATH_SEPARATOR+set}" != set; then
53487   echo "#! /bin/sh" >conf$$.sh
53488   echo  "exit 0"   >>conf$$.sh
53489   chmod +x conf$$.sh
53490   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
53491     PATH_SEPARATOR=';'
53492   else
53493     PATH_SEPARATOR=:
53494   fi
53495   rm -f conf$$.sh
53496 fi
53497
53498 # Support unset when possible.
53499 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53500   as_unset=unset
53501 else
53502   as_unset=false
53503 fi
53504
53505
53506 # IFS
53507 # We need space, tab and new line, in precisely that order.  Quoting is
53508 # there to prevent editors from complaining about space-tab.
53509 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
53510 # splitting by setting IFS to empty value.)
53511 as_nl='
53512 '
53513 IFS=" ""        $as_nl"
53514
53515 # Find who we are.  Look in the path if we contain no directory separator.
53516 case $0 in
53517   *[\\/]* ) as_myself=$0 ;;
53518   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53519 for as_dir in $PATH
53520 do
53521   IFS=$as_save_IFS
53522   test -z "$as_dir" && as_dir=.
53523   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
53524 done
53525 IFS=$as_save_IFS
53526
53527      ;;
53528 esac
53529 # We did not find ourselves, most probably we were run as `sh COMMAND'
53530 # in which case we are not to be found in the path.
53531 if test "x$as_myself" = x; then
53532   as_myself=$0
53533 fi
53534 if test ! -f "$as_myself"; then
53535   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
53536   { (exit 1); exit 1; }
53537 fi
53538
53539 # Work around bugs in pre-3.0 UWIN ksh.
53540 for as_var in ENV MAIL MAILPATH
53541 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
53542 done
53543 PS1='$ '
53544 PS2='> '
53545 PS4='+ '
53546
53547 # NLS nuisances.
53548 for as_var in \
53549   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
53550   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
53551   LC_TELEPHONE LC_TIME
53552 do
53553   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
53554     eval $as_var=C; export $as_var
53555   else
53556     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
53557   fi
53558 done
53559
53560 # Required to use basename.
53561 if expr a : '\(a\)' >/dev/null 2>&1 &&
53562    test "X`expr 00001 : '.*\(...\)'`" = X001; then
53563   as_expr=expr
53564 else
53565   as_expr=false
53566 fi
53567
53568 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
53569   as_basename=basename
53570 else
53571   as_basename=false
53572 fi
53573
53574
53575 # Name of the executable.
53576 as_me=`$as_basename -- "$0" ||
53577 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
53578          X"$0" : 'X\(//\)$' \| \
53579          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
53580 echo X/"$0" |
53581     sed '/^.*\/\([^/][^/]*\)\/*$/{
53582             s//\1/
53583             q
53584           }
53585           /^X\/\(\/\/\)$/{
53586             s//\1/
53587             q
53588           }
53589           /^X\/\(\/\).*/{
53590             s//\1/
53591             q
53592           }
53593           s/.*/./; q'`
53594
53595 # CDPATH.
53596 $as_unset CDPATH
53597
53598
53599
53600   as_lineno_1=$LINENO
53601   as_lineno_2=$LINENO
53602   test "x$as_lineno_1" != "x$as_lineno_2" &&
53603   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
53604
53605   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
53606   # uniformly replaced by the line number.  The first 'sed' inserts a
53607   # line-number line after each line using $LINENO; the second 'sed'
53608   # does the real work.  The second script uses 'N' to pair each
53609   # line-number line with the line containing $LINENO, and appends
53610   # trailing '-' during substitution so that $LINENO is not a special
53611   # case at line end.
53612   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
53613   # scripts with optimization help from Paolo Bonzini.  Blame Lee
53614   # E. McMahon (1931-1989) for sed's syntax.  :-)
53615   sed -n '
53616     p
53617     /[$]LINENO/=
53618   ' <$as_myself |
53619     sed '
53620       s/[$]LINENO.*/&-/
53621       t lineno
53622       b
53623       :lineno
53624       N
53625       :loop
53626       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
53627       t loop
53628       s/-\n.*//
53629     ' >$as_me.lineno &&
53630   chmod +x "$as_me.lineno" ||
53631     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
53632    { (exit 1); exit 1; }; }
53633
53634   # Don't try to exec as it changes $[0], causing all sort of problems
53635   # (the dirname of $[0] is not the place where we might find the
53636   # original and so on.  Autoconf is especially sensitive to this).
53637   . "./$as_me.lineno"
53638   # Exit status is that of the last command.
53639   exit
53640 }
53641
53642
53643 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
53644   as_dirname=dirname
53645 else
53646   as_dirname=false
53647 fi
53648
53649 ECHO_C= ECHO_N= ECHO_T=
53650 case `echo -n x` in
53651 -n*)
53652   case `echo 'x\c'` in
53653   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
53654   *)   ECHO_C='\c';;
53655   esac;;
53656 *)
53657   ECHO_N='-n';;
53658 esac
53659
53660 if expr a : '\(a\)' >/dev/null 2>&1 &&
53661    test "X`expr 00001 : '.*\(...\)'`" = X001; then
53662   as_expr=expr
53663 else
53664   as_expr=false
53665 fi
53666
53667 rm -f conf$$ conf$$.exe conf$$.file
53668 if test -d conf$$.dir; then
53669   rm -f conf$$.dir/conf$$.file
53670 else
53671   rm -f conf$$.dir
53672   mkdir conf$$.dir
53673 fi
53674 echo >conf$$.file
53675 if ln -s conf$$.file conf$$ 2>/dev/null; then
53676   as_ln_s='ln -s'
53677   # ... but there are two gotchas:
53678   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
53679   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
53680   # In both cases, we have to default to `cp -p'.
53681   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
53682     as_ln_s='cp -p'
53683 elif ln conf$$.file conf$$ 2>/dev/null; then
53684   as_ln_s=ln
53685 else
53686   as_ln_s='cp -p'
53687 fi
53688 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
53689 rmdir conf$$.dir 2>/dev/null
53690
53691 if mkdir -p . 2>/dev/null; then
53692   as_mkdir_p=:
53693 else
53694   test -d ./-p && rmdir ./-p
53695   as_mkdir_p=false
53696 fi
53697
53698 if test -x / >/dev/null 2>&1; then
53699   as_test_x='test -x'
53700 else
53701   if ls -dL / >/dev/null 2>&1; then
53702     as_ls_L_option=L
53703   else
53704     as_ls_L_option=
53705   fi
53706   as_test_x='
53707     eval sh -c '\''
53708       if test -d "$1"; then
53709         test -d "$1/.";
53710       else
53711         case $1 in
53712         -*)set "./$1";;
53713         esac;
53714         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
53715         ???[sx]*):;;*)false;;esac;fi
53716     '\'' sh
53717   '
53718 fi
53719 as_executable_p=$as_test_x
53720
53721 # Sed expression to map a string onto a valid CPP name.
53722 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
53723
53724 # Sed expression to map a string onto a valid variable name.
53725 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
53726
53727
53728 exec 6>&1
53729
53730 # Save the log message, to keep $[0] and so on meaningful, and to
53731 # report actual input values of CONFIG_FILES etc. instead of their
53732 # values after options handling.
53733 ac_log="
53734 This file was extended by wxWidgets $as_me 2.9.0, which was
53735 generated by GNU Autoconf 2.61.  Invocation command line was
53736
53737   CONFIG_FILES    = $CONFIG_FILES
53738   CONFIG_HEADERS  = $CONFIG_HEADERS
53739   CONFIG_LINKS    = $CONFIG_LINKS
53740   CONFIG_COMMANDS = $CONFIG_COMMANDS
53741   $ $0 $@
53742
53743 on `(hostname || uname -n) 2>/dev/null | sed 1q`
53744 "
53745
53746 _ACEOF
53747
53748 cat >>$CONFIG_STATUS <<_ACEOF
53749 # Files that config.status was made for.
53750 config_files="$ac_config_files"
53751 config_headers="$ac_config_headers"
53752 config_commands="$ac_config_commands"
53753
53754 _ACEOF
53755
53756 cat >>$CONFIG_STATUS <<\_ACEOF
53757 ac_cs_usage="\
53758 \`$as_me' instantiates files from templates according to the
53759 current configuration.
53760
53761 Usage: $0 [OPTIONS] [FILE]...
53762
53763   -h, --help       print this help, then exit
53764   -V, --version    print version number and configuration settings, then exit
53765   -q, --quiet      do not print progress messages
53766   -d, --debug      don't remove temporary files
53767       --recheck    update $as_me by reconfiguring in the same conditions
53768   --file=FILE[:TEMPLATE]
53769                    instantiate the configuration file FILE
53770   --header=FILE[:TEMPLATE]
53771                    instantiate the configuration header FILE
53772
53773 Configuration files:
53774 $config_files
53775
53776 Configuration headers:
53777 $config_headers
53778
53779 Configuration commands:
53780 $config_commands
53781
53782 Report bugs to <bug-autoconf@gnu.org>."
53783
53784 _ACEOF
53785 cat >>$CONFIG_STATUS <<_ACEOF
53786 ac_cs_version="\\
53787 wxWidgets config.status 2.9.0
53788 configured by $0, generated by GNU Autoconf 2.61,
53789   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
53790
53791 Copyright (C) 2006 Free Software Foundation, Inc.
53792 This config.status script is free software; the Free Software Foundation
53793 gives unlimited permission to copy, distribute and modify it."
53794
53795 ac_pwd='$ac_pwd'
53796 srcdir='$srcdir'
53797 INSTALL='$INSTALL'
53798 _ACEOF
53799
53800 cat >>$CONFIG_STATUS <<\_ACEOF
53801 # If no file are specified by the user, then we need to provide default
53802 # value.  By we need to know if files were specified by the user.
53803 ac_need_defaults=:
53804 while test $# != 0
53805 do
53806   case $1 in
53807   --*=*)
53808     ac_option=`expr "X$1" : 'X\([^=]*\)='`
53809     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
53810     ac_shift=:
53811     ;;
53812   *)
53813     ac_option=$1
53814     ac_optarg=$2
53815     ac_shift=shift
53816     ;;
53817   esac
53818
53819   case $ac_option in
53820   # Handling of the options.
53821   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
53822     ac_cs_recheck=: ;;
53823   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
53824     echo "$ac_cs_version"; exit ;;
53825   --debug | --debu | --deb | --de | --d | -d )
53826     debug=: ;;
53827   --file | --fil | --fi | --f )
53828     $ac_shift
53829     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
53830     ac_need_defaults=false;;
53831   --header | --heade | --head | --hea )
53832     $ac_shift
53833     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
53834     ac_need_defaults=false;;
53835   --he | --h)
53836     # Conflict between --help and --header
53837     { echo "$as_me: error: ambiguous option: $1
53838 Try \`$0 --help' for more information." >&2
53839    { (exit 1); exit 1; }; };;
53840   --help | --hel | -h )
53841     echo "$ac_cs_usage"; exit ;;
53842   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
53843   | -silent | --silent | --silen | --sile | --sil | --si | --s)
53844     ac_cs_silent=: ;;
53845
53846   # This is an error.
53847   -*) { echo "$as_me: error: unrecognized option: $1
53848 Try \`$0 --help' for more information." >&2
53849    { (exit 1); exit 1; }; } ;;
53850
53851   *) ac_config_targets="$ac_config_targets $1"
53852      ac_need_defaults=false ;;
53853
53854   esac
53855   shift
53856 done
53857
53858 ac_configure_extra_args=
53859
53860 if $ac_cs_silent; then
53861   exec 6>/dev/null
53862   ac_configure_extra_args="$ac_configure_extra_args --silent"
53863 fi
53864
53865 _ACEOF
53866 cat >>$CONFIG_STATUS <<_ACEOF
53867 if \$ac_cs_recheck; then
53868   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
53869   CONFIG_SHELL=$SHELL
53870   export CONFIG_SHELL
53871   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
53872 fi
53873
53874 _ACEOF
53875 cat >>$CONFIG_STATUS <<\_ACEOF
53876 exec 5>>config.log
53877 {
53878   echo
53879   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
53880 ## Running $as_me. ##
53881 _ASBOX
53882   echo "$ac_log"
53883 } >&5
53884
53885 _ACEOF
53886 cat >>$CONFIG_STATUS <<_ACEOF
53887 #
53888 # INIT-COMMANDS
53889 #
53890
53891             CPP="$CPP"
53892             infile="$srcdir/include/wx/msw/genrcdefs.h"
53893             outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
53894
53895
53896  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
53897  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
53898  TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
53899                      LN_S="${LN_S}"
53900
53901
53902 _ACEOF
53903
53904 cat >>$CONFIG_STATUS <<\_ACEOF
53905
53906 # Handling of arguments.
53907 for ac_config_target in $ac_config_targets
53908 do
53909   case $ac_config_target in
53910     "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
53911     "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
53912     "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
53913     "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
53914     "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
53915     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
53916     "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
53917     "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
53918
53919   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
53920 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
53921    { (exit 1); exit 1; }; };;
53922   esac
53923 done
53924
53925
53926 # If the user did not use the arguments to specify the items to instantiate,
53927 # then the envvar interface is used.  Set only those that are not.
53928 # We use the long form for the default assignment because of an extremely
53929 # bizarre bug on SunOS 4.1.3.
53930 if $ac_need_defaults; then
53931   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
53932   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
53933   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
53934 fi
53935
53936 # Have a temporary directory for convenience.  Make it in the build tree
53937 # simply because there is no reason against having it here, and in addition,
53938 # creating and moving files from /tmp can sometimes cause problems.
53939 # Hook for its removal unless debugging.
53940 # Note that there is a small window in which the directory will not be cleaned:
53941 # after its creation but before its name has been assigned to `$tmp'.
53942 $debug ||
53943 {
53944   tmp=
53945   trap 'exit_status=$?
53946   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
53947 ' 0
53948   trap '{ (exit 1); exit 1; }' 1 2 13 15
53949 }
53950 # Create a (secure) tmp directory for tmp files.
53951
53952 {
53953   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
53954   test -n "$tmp" && test -d "$tmp"
53955 }  ||
53956 {
53957   tmp=./conf$$-$RANDOM
53958   (umask 077 && mkdir "$tmp")
53959 } ||
53960 {
53961    echo "$me: cannot create a temporary directory in ." >&2
53962    { (exit 1); exit 1; }
53963 }
53964
53965 #
53966 # Set up the sed scripts for CONFIG_FILES section.
53967 #
53968
53969 # No need to generate the scripts if there are no CONFIG_FILES.
53970 # This happens for instance when ./config.status config.h
53971 if test -n "$CONFIG_FILES"; then
53972
53973 _ACEOF
53974
53975
53976
53977 ac_delim='%!_!# '
53978 for ac_last_try in false false false false false :; do
53979   cat >conf$$subs.sed <<_ACEOF
53980 SHELL!$SHELL$ac_delim
53981 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
53982 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
53983 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
53984 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
53985 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
53986 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
53987 exec_prefix!$exec_prefix$ac_delim
53988 prefix!$prefix$ac_delim
53989 program_transform_name!$program_transform_name$ac_delim
53990 bindir!$bindir$ac_delim
53991 sbindir!$sbindir$ac_delim
53992 libexecdir!$libexecdir$ac_delim
53993 datarootdir!$datarootdir$ac_delim
53994 datadir!$datadir$ac_delim
53995 sysconfdir!$sysconfdir$ac_delim
53996 sharedstatedir!$sharedstatedir$ac_delim
53997 localstatedir!$localstatedir$ac_delim
53998 includedir!$includedir$ac_delim
53999 oldincludedir!$oldincludedir$ac_delim
54000 docdir!$docdir$ac_delim
54001 infodir!$infodir$ac_delim
54002 htmldir!$htmldir$ac_delim
54003 dvidir!$dvidir$ac_delim
54004 pdfdir!$pdfdir$ac_delim
54005 psdir!$psdir$ac_delim
54006 libdir!$libdir$ac_delim
54007 localedir!$localedir$ac_delim
54008 mandir!$mandir$ac_delim
54009 DEFS!$DEFS$ac_delim
54010 ECHO_C!$ECHO_C$ac_delim
54011 ECHO_N!$ECHO_N$ac_delim
54012 ECHO_T!$ECHO_T$ac_delim
54013 LIBS!$LIBS$ac_delim
54014 build_alias!$build_alias$ac_delim
54015 host_alias!$host_alias$ac_delim
54016 target_alias!$target_alias$ac_delim
54017 build!$build$ac_delim
54018 build_cpu!$build_cpu$ac_delim
54019 build_vendor!$build_vendor$ac_delim
54020 build_os!$build_os$ac_delim
54021 host!$host$ac_delim
54022 host_cpu!$host_cpu$ac_delim
54023 host_vendor!$host_vendor$ac_delim
54024 host_os!$host_os$ac_delim
54025 target!$target$ac_delim
54026 target_cpu!$target_cpu$ac_delim
54027 target_vendor!$target_vendor$ac_delim
54028 target_os!$target_os$ac_delim
54029 wx_top_builddir!$wx_top_builddir$ac_delim
54030 CC!$CC$ac_delim
54031 CFLAGS!$CFLAGS$ac_delim
54032 LDFLAGS!$LDFLAGS$ac_delim
54033 CPPFLAGS!$CPPFLAGS$ac_delim
54034 ac_ct_CC!$ac_ct_CC$ac_delim
54035 EXEEXT!$EXEEXT$ac_delim
54036 OBJEXT!$OBJEXT$ac_delim
54037 CPP!$CPP$ac_delim
54038 GREP!$GREP$ac_delim
54039 EGREP!$EGREP$ac_delim
54040 CXX!$CXX$ac_delim
54041 CXXFLAGS!$CXXFLAGS$ac_delim
54042 ac_ct_CXX!$ac_ct_CXX$ac_delim
54043 AR!$AR$ac_delim
54044 subdirs!$subdirs$ac_delim
54045 PKG_CONFIG!$PKG_CONFIG$ac_delim
54046 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
54047 GTK_LIBS!$GTK_LIBS$ac_delim
54048 GTK_CONFIG!$GTK_CONFIG$ac_delim
54049 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
54050 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
54051 XMKMF!$XMKMF$ac_delim
54052 X_CFLAGS!$X_CFLAGS$ac_delim
54053 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
54054 X_LIBS!$X_LIBS$ac_delim
54055 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
54056 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
54057 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
54058 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
54059 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
54060 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
54061 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
54062 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
54063 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
54064 LIBICONV!$LIBICONV$ac_delim
54065 SDL_CONFIG!$SDL_CONFIG$ac_delim
54066 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
54067 SDL_LIBS!$SDL_LIBS$ac_delim
54068 GTKPRINT_CFLAGS!$GTKPRINT_CFLAGS$ac_delim
54069 GTKPRINT_LIBS!$GTKPRINT_LIBS$ac_delim
54070 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
54071 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
54072 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
54073 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
54074 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
54075 HILDON_LIBS!$HILDON_LIBS$ac_delim
54076 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
54077 _ACEOF
54078
54079   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54080     break
54081   elif $ac_last_try; then
54082     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54083 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54084    { (exit 1); exit 1; }; }
54085   else
54086     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54087   fi
54088 done
54089
54090 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54091 if test -n "$ac_eof"; then
54092   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54093   ac_eof=`expr $ac_eof + 1`
54094 fi
54095
54096 cat >>$CONFIG_STATUS <<_ACEOF
54097 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
54098 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54099 _ACEOF
54100 sed '
54101 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54102 s/^/s,@/; s/!/@,|#_!!_#|/
54103 :n
54104 t n
54105 s/'"$ac_delim"'$/,g/; t
54106 s/$/\\/; p
54107 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54108 ' >>$CONFIG_STATUS <conf$$subs.sed
54109 rm -f conf$$subs.sed
54110 cat >>$CONFIG_STATUS <<_ACEOF
54111 CEOF$ac_eof
54112 _ACEOF
54113
54114
54115 ac_delim='%!_!# '
54116 for ac_last_try in false false false false false :; do
54117   cat >conf$$subs.sed <<_ACEOF
54118 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
54119 GST_CFLAGS!$GST_CFLAGS$ac_delim
54120 GST_LIBS!$GST_LIBS$ac_delim
54121 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
54122 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
54123 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
54124 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
54125 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
54126 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
54127 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
54128 wxUSE_ODBC!$wxUSE_ODBC$ac_delim
54129 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
54130 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
54131 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
54132 VENDOR!$VENDOR$ac_delim
54133 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
54134 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
54135 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
54136 WXUNIV!$WXUNIV$ac_delim
54137 MONOLITHIC!$MONOLITHIC$ac_delim
54138 USE_PLUGINS!$USE_PLUGINS$ac_delim
54139 CXXWARNINGS!$CXXWARNINGS$ac_delim
54140 EXTRALIBS!$EXTRALIBS$ac_delim
54141 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
54142 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
54143 EXTRALIBS_ODBC!$EXTRALIBS_ODBC$ac_delim
54144 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
54145 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
54146 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
54147 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
54148 EXTRALIBS_GTKPRINT!$EXTRALIBS_GTKPRINT$ac_delim
54149 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
54150 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
54151 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
54152 UNICODE!$UNICODE$ac_delim
54153 BUILD!$BUILD$ac_delim
54154 DEBUG_INFO!$DEBUG_INFO$ac_delim
54155 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
54156 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
54157 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
54158 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
54159 SAMPLES_RPATH_POSTLINK!$SAMPLES_RPATH_POSTLINK$ac_delim
54160 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
54161 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
54162 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
54163 RANLIB!$RANLIB$ac_delim
54164 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
54165 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
54166 INSTALL_DATA!$INSTALL_DATA$ac_delim
54167 LN_S!$LN_S$ac_delim
54168 SET_MAKE!$SET_MAKE$ac_delim
54169 MAKE_SET!$MAKE_SET$ac_delim
54170 AROPTIONS!$AROPTIONS$ac_delim
54171 STRIP!$STRIP$ac_delim
54172 NM!$NM$ac_delim
54173 INSTALL_DIR!$INSTALL_DIR$ac_delim
54174 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
54175 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
54176 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
54177 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
54178 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
54179 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
54180 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
54181 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
54182 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
54183 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
54184 SO_SUFFIX!$SO_SUFFIX$ac_delim
54185 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
54186 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
54187 LIBPREFIX!$LIBPREFIX$ac_delim
54188 LIBEXT!$LIBEXT$ac_delim
54189 DLLPREFIX!$DLLPREFIX$ac_delim
54190 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
54191 dlldir!$dlldir$ac_delim
54192 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
54193 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
54194 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
54195 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
54196 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
54197 PIC_FLAG!$PIC_FLAG$ac_delim
54198 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
54199 USE_SOVERSION!$USE_SOVERSION$ac_delim
54200 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
54201 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
54202 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
54203 USE_MACVERSION!$USE_MACVERSION$ac_delim
54204 USE_SOSYMLINKS!$USE_SOSYMLINKS$ac_delim
54205 SONAME_FLAG!$SONAME_FLAG$ac_delim
54206 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
54207 BK_DEPS!$BK_DEPS$ac_delim
54208 WINDRES!$WINDRES$ac_delim
54209 REZ!$REZ$ac_delim
54210 SETFILE!$SETFILE$ac_delim
54211 GCC_PCH!$GCC_PCH$ac_delim
54212 ICC_PCH!$ICC_PCH$ac_delim
54213 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
54214 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
54215 _ACEOF
54216
54217   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54218     break
54219   elif $ac_last_try; then
54220     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54221 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54222    { (exit 1); exit 1; }; }
54223   else
54224     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54225   fi
54226 done
54227
54228 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54229 if test -n "$ac_eof"; then
54230   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54231   ac_eof=`expr $ac_eof + 1`
54232 fi
54233
54234 cat >>$CONFIG_STATUS <<_ACEOF
54235 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
54236 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54237 _ACEOF
54238 sed '
54239 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54240 s/^/s,@/; s/!/@,|#_!!_#|/
54241 :n
54242 t n
54243 s/'"$ac_delim"'$/,g/; t
54244 s/$/\\/; p
54245 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54246 ' >>$CONFIG_STATUS <conf$$subs.sed
54247 rm -f conf$$subs.sed
54248 cat >>$CONFIG_STATUS <<_ACEOF
54249 CEOF$ac_eof
54250 _ACEOF
54251
54252
54253 ac_delim='%!_!# '
54254 for ac_last_try in false false false false false :; do
54255   cat >conf$$subs.sed <<_ACEOF
54256 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
54257 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
54258 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
54259 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
54260 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
54261 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
54262 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
54263 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
54264 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
54265 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
54266 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
54267 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
54268 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
54269 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
54270 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
54271 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
54272 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
54273 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
54274 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
54275 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
54276 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
54277 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1$ac_delim
54278 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
54279 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1!$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1$ac_delim
54280 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
54281 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
54282 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
54283 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
54284 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
54285 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
54286 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
54287 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
54288 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1$ac_delim
54289 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
54290 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1!$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1$ac_delim
54291 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
54292 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
54293 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
54294 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
54295 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
54296 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
54297 COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_ODBC_1$ac_delim
54298 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
54299 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
54300 COND_MONOLITHIC_0_USE_ODBC_1!$COND_MONOLITHIC_0_USE_ODBC_1$ac_delim
54301 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
54302 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
54303 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
54304 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
54305 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
54306 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
54307 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
54308 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
54309 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
54310 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
54311 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
54312 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
54313 COND_PLATFORM_MACOSX_1_TOOLKIT_!$COND_PLATFORM_MACOSX_1_TOOLKIT_$ac_delim
54314 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA!$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA$ac_delim
54315 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK!$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK$ac_delim
54316 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC!$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC$ac_delim
54317 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1$ac_delim
54318 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF!$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF$ac_delim
54319 COND_PLATFORM_MACOSX_1_TOOLKIT_X11!$COND_PLATFORM_MACOSX_1_TOOLKIT_X11$ac_delim
54320 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
54321 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
54322 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
54323 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
54324 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
54325 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
54326 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
54327 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
54328 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
54329 COND_PLATFORM_UNIX_1_TOOLKIT_MGL!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL$ac_delim
54330 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1$ac_delim
54331 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
54332 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
54333 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
54334 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
54335 COND_SHARED_0!$COND_SHARED_0$ac_delim
54336 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
54337 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
54338 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
54339 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
54340 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
54341 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
54342 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
54343 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
54344 COND_SHARED_0_USE_XRC_1!$COND_SHARED_0_USE_XRC_1$ac_delim
54345 COND_SHARED_0_WXUSE_EXPAT_BUILTIN!$COND_SHARED_0_WXUSE_EXPAT_BUILTIN$ac_delim
54346 COND_SHARED_0_WXUSE_ODBC_BUILTIN!$COND_SHARED_0_WXUSE_ODBC_BUILTIN$ac_delim
54347 COND_SHARED_0_WXUSE_REGEX_BUILTIN!$COND_SHARED_0_WXUSE_REGEX_BUILTIN$ac_delim
54348 COND_SHARED_0_WXUSE_ZLIB_BUILTIN!$COND_SHARED_0_WXUSE_ZLIB_BUILTIN$ac_delim
54349 COND_SHARED_1!$COND_SHARED_1$ac_delim
54350 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
54351 COND_SHARED_1_USE_XRC_1!$COND_SHARED_1_USE_XRC_1$ac_delim
54352 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
54353 _ACEOF
54354
54355   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54356     break
54357   elif $ac_last_try; then
54358     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54359 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54360    { (exit 1); exit 1; }; }
54361   else
54362     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54363   fi
54364 done
54365
54366 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54367 if test -n "$ac_eof"; then
54368   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54369   ac_eof=`expr $ac_eof + 1`
54370 fi
54371
54372 cat >>$CONFIG_STATUS <<_ACEOF
54373 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
54374 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54375 _ACEOF
54376 sed '
54377 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54378 s/^/s,@/; s/!/@,|#_!!_#|/
54379 :n
54380 t n
54381 s/'"$ac_delim"'$/,g/; t
54382 s/$/\\/; p
54383 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54384 ' >>$CONFIG_STATUS <conf$$subs.sed
54385 rm -f conf$$subs.sed
54386 cat >>$CONFIG_STATUS <<_ACEOF
54387 CEOF$ac_eof
54388 _ACEOF
54389
54390
54391 ac_delim='%!_!# '
54392 for ac_last_try in false false false false false :; do
54393   cat >conf$$subs.sed <<_ACEOF
54394 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
54395 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
54396 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
54397 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
54398 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
54399 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
54400 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
54401 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
54402 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
54403 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
54404 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
54405 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
54406 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
54407 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
54408 COND_TOOLKIT_MAC_USE_GUI_1!$COND_TOOLKIT_MAC_USE_GUI_1$ac_delim
54409 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0$ac_delim
54410 COND_TOOLKIT_MGL!$COND_TOOLKIT_MGL$ac_delim
54411 COND_TOOLKIT_MGL_USE_GUI_1!$COND_TOOLKIT_MGL_USE_GUI_1$ac_delim
54412 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
54413 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
54414 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
54415 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
54416 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
54417 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
54418 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
54419 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
54420 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
54421 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
54422 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
54423 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
54424 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
54425 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
54426 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
54427 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
54428 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
54429 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
54430 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
54431 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
54432 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
54433 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
54434 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
54435 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
54436 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
54437 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
54438 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
54439 COND_USE_ODBC_1!$COND_USE_ODBC_1$ac_delim
54440 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
54441 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
54442 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
54443 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
54444 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
54445 COND_USE_SOSYMLINKS_1!$COND_USE_SOSYMLINKS_1$ac_delim
54446 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
54447 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
54448 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
54449 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
54450 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
54451 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
54452 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
54453 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
54454 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
54455 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
54456 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
54457 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
54458 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
54459 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
54460 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
54461 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
54462 COND_WXUSE_ODBC_BUILTIN!$COND_WXUSE_ODBC_BUILTIN$ac_delim
54463 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
54464 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
54465 DEREZ!$DEREZ$ac_delim
54466 SHARED!$SHARED$ac_delim
54467 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
54468 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
54469 USE_GUI!$USE_GUI$ac_delim
54470 AFMINSTALL!$AFMINSTALL$ac_delim
54471 WIN32INSTALL!$WIN32INSTALL$ac_delim
54472 TOOLKIT!$TOOLKIT$ac_delim
54473 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
54474 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
54475 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
54476 cross_compiling!$cross_compiling$ac_delim
54477 WIDGET_SET!$WIDGET_SET$ac_delim
54478 WX_RELEASE!$WX_RELEASE$ac_delim
54479 WX_VERSION!$WX_VERSION$ac_delim
54480 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
54481 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
54482 WX_DEBUGTYPE!$WX_DEBUGTYPE$ac_delim
54483 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
54484 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
54485 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
54486 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
54487 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
54488 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
54489 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
54490 EXE_LINKER!$EXE_LINKER$ac_delim
54491 _ACEOF
54492
54493   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54494     break
54495   elif $ac_last_try; then
54496     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54497 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54498    { (exit 1); exit 1; }; }
54499   else
54500     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54501   fi
54502 done
54503
54504 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54505 if test -n "$ac_eof"; then
54506   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54507   ac_eof=`expr $ac_eof + 1`
54508 fi
54509
54510 cat >>$CONFIG_STATUS <<_ACEOF
54511 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
54512 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54513 _ACEOF
54514 sed '
54515 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54516 s/^/s,@/; s/!/@,|#_!!_#|/
54517 :n
54518 t n
54519 s/'"$ac_delim"'$/,g/; t
54520 s/$/\\/; p
54521 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54522 ' >>$CONFIG_STATUS <conf$$subs.sed
54523 rm -f conf$$subs.sed
54524 cat >>$CONFIG_STATUS <<_ACEOF
54525 CEOF$ac_eof
54526 _ACEOF
54527
54528
54529 ac_delim='%!_!# '
54530 for ac_last_try in false false false false false :; do
54531   cat >conf$$subs.sed <<_ACEOF
54532 GUIDIST!$GUIDIST$ac_delim
54533 DISTDIR!$DISTDIR$ac_delim
54534 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
54535 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
54536 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
54537 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
54538 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
54539 RESCOMP!$RESCOMP$ac_delim
54540 RESFLAGS!$RESFLAGS$ac_delim
54541 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
54542 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
54543 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
54544 LIBWXMACRES!$LIBWXMACRES$ac_delim
54545 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
54546 MACSETFILE!$MACSETFILE$ac_delim
54547 GCC!$GCC$ac_delim
54548 DLLTOOL!$DLLTOOL$ac_delim
54549 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
54550 LIBOBJS!$LIBOBJS$ac_delim
54551 LTLIBOBJS!$LTLIBOBJS$ac_delim
54552 _ACEOF
54553
54554   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 20; then
54555     break
54556   elif $ac_last_try; then
54557     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54558 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54559    { (exit 1); exit 1; }; }
54560   else
54561     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54562   fi
54563 done
54564
54565 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54566 if test -n "$ac_eof"; then
54567   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54568   ac_eof=`expr $ac_eof + 1`
54569 fi
54570
54571 cat >>$CONFIG_STATUS <<_ACEOF
54572 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
54573 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
54574 _ACEOF
54575 sed '
54576 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54577 s/^/s,@/; s/!/@,|#_!!_#|/
54578 :n
54579 t n
54580 s/'"$ac_delim"'$/,g/; t
54581 s/$/\\/; p
54582 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54583 ' >>$CONFIG_STATUS <conf$$subs.sed
54584 rm -f conf$$subs.sed
54585 cat >>$CONFIG_STATUS <<_ACEOF
54586 :end
54587 s/|#_!!_#|//g
54588 CEOF$ac_eof
54589 _ACEOF
54590
54591
54592 # VPATH may cause trouble with some makes, so we remove $(srcdir),
54593 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
54594 # trailing colons and then remove the whole line if VPATH becomes empty
54595 # (actually we leave an empty line to preserve line numbers).
54596 if test "x$srcdir" = x.; then
54597   ac_vpsub='/^[  ]*VPATH[        ]*=/{
54598 s/:*\$(srcdir):*/:/
54599 s/:*\${srcdir}:*/:/
54600 s/:*@srcdir@:*/:/
54601 s/^\([^=]*=[     ]*\):*/\1/
54602 s/:*$//
54603 s/^[^=]*=[       ]*$//
54604 }'
54605 fi
54606
54607 cat >>$CONFIG_STATUS <<\_ACEOF
54608 fi # test -n "$CONFIG_FILES"
54609
54610
54611 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
54612 do
54613   case $ac_tag in
54614   :[FHLC]) ac_mode=$ac_tag; continue;;
54615   esac
54616   case $ac_mode$ac_tag in
54617   :[FHL]*:*);;
54618   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
54619 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
54620    { (exit 1); exit 1; }; };;
54621   :[FH]-) ac_tag=-:-;;
54622   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
54623   esac
54624   ac_save_IFS=$IFS
54625   IFS=:
54626   set x $ac_tag
54627   IFS=$ac_save_IFS
54628   shift
54629   ac_file=$1
54630   shift
54631
54632   case $ac_mode in
54633   :L) ac_source=$1;;
54634   :[FH])
54635     ac_file_inputs=
54636     for ac_f
54637     do
54638       case $ac_f in
54639       -) ac_f="$tmp/stdin";;
54640       *) # Look for the file first in the build tree, then in the source tree
54641          # (if the path is not absolute).  The absolute path cannot be DOS-style,
54642          # because $ac_f cannot contain `:'.
54643          test -f "$ac_f" ||
54644            case $ac_f in
54645            [\\/$]*) false;;
54646            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
54647            esac ||
54648            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
54649 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
54650    { (exit 1); exit 1; }; };;
54651       esac
54652       ac_file_inputs="$ac_file_inputs $ac_f"
54653     done
54654
54655     # Let's still pretend it is `configure' which instantiates (i.e., don't
54656     # use $as_me), people would be surprised to read:
54657     #    /* config.h.  Generated by config.status.  */
54658     configure_input="Generated from "`IFS=:
54659           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
54660     if test x"$ac_file" != x-; then
54661       configure_input="$ac_file.  $configure_input"
54662       { echo "$as_me:$LINENO: creating $ac_file" >&5
54663 echo "$as_me: creating $ac_file" >&6;}
54664     fi
54665
54666     case $ac_tag in
54667     *:-:* | *:-) cat >"$tmp/stdin";;
54668     esac
54669     ;;
54670   esac
54671
54672   ac_dir=`$as_dirname -- "$ac_file" ||
54673 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
54674          X"$ac_file" : 'X\(//\)[^/]' \| \
54675          X"$ac_file" : 'X\(//\)$' \| \
54676          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
54677 echo X"$ac_file" |
54678     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
54679             s//\1/
54680             q
54681           }
54682           /^X\(\/\/\)[^/].*/{
54683             s//\1/
54684             q
54685           }
54686           /^X\(\/\/\)$/{
54687             s//\1/
54688             q
54689           }
54690           /^X\(\/\).*/{
54691             s//\1/
54692             q
54693           }
54694           s/.*/./; q'`
54695   { as_dir="$ac_dir"
54696   case $as_dir in #(
54697   -*) as_dir=./$as_dir;;
54698   esac
54699   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
54700     as_dirs=
54701     while :; do
54702       case $as_dir in #(
54703       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
54704       *) as_qdir=$as_dir;;
54705       esac
54706       as_dirs="'$as_qdir' $as_dirs"
54707       as_dir=`$as_dirname -- "$as_dir" ||
54708 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
54709          X"$as_dir" : 'X\(//\)[^/]' \| \
54710          X"$as_dir" : 'X\(//\)$' \| \
54711          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
54712 echo X"$as_dir" |
54713     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
54714             s//\1/
54715             q
54716           }
54717           /^X\(\/\/\)[^/].*/{
54718             s//\1/
54719             q
54720           }
54721           /^X\(\/\/\)$/{
54722             s//\1/
54723             q
54724           }
54725           /^X\(\/\).*/{
54726             s//\1/
54727             q
54728           }
54729           s/.*/./; q'`
54730       test -d "$as_dir" && break
54731     done
54732     test -z "$as_dirs" || eval "mkdir $as_dirs"
54733   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
54734 echo "$as_me: error: cannot create directory $as_dir" >&2;}
54735    { (exit 1); exit 1; }; }; }
54736   ac_builddir=.
54737
54738 case "$ac_dir" in
54739 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
54740 *)
54741   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
54742   # A ".." for each directory in $ac_dir_suffix.
54743   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
54744   case $ac_top_builddir_sub in
54745   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
54746   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
54747   esac ;;
54748 esac
54749 ac_abs_top_builddir=$ac_pwd
54750 ac_abs_builddir=$ac_pwd$ac_dir_suffix
54751 # for backward compatibility:
54752 ac_top_builddir=$ac_top_build_prefix
54753
54754 case $srcdir in
54755   .)  # We are building in place.
54756     ac_srcdir=.
54757     ac_top_srcdir=$ac_top_builddir_sub
54758     ac_abs_top_srcdir=$ac_pwd ;;
54759   [\\/]* | ?:[\\/]* )  # Absolute name.
54760     ac_srcdir=$srcdir$ac_dir_suffix;
54761     ac_top_srcdir=$srcdir
54762     ac_abs_top_srcdir=$srcdir ;;
54763   *) # Relative name.
54764     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
54765     ac_top_srcdir=$ac_top_build_prefix$srcdir
54766     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
54767 esac
54768 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
54769
54770
54771   case $ac_mode in
54772   :F)
54773   #
54774   # CONFIG_FILE
54775   #
54776
54777   case $INSTALL in
54778   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
54779   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
54780   esac
54781 _ACEOF
54782
54783 cat >>$CONFIG_STATUS <<\_ACEOF
54784 # If the template does not know about datarootdir, expand it.
54785 # FIXME: This hack should be removed a few years after 2.60.
54786 ac_datarootdir_hack=; ac_datarootdir_seen=
54787
54788 case `sed -n '/datarootdir/ {
54789   p
54790   q
54791 }
54792 /@datadir@/p
54793 /@docdir@/p
54794 /@infodir@/p
54795 /@localedir@/p
54796 /@mandir@/p
54797 ' $ac_file_inputs` in
54798 *datarootdir*) ac_datarootdir_seen=yes;;
54799 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
54800   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
54801 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
54802 _ACEOF
54803 cat >>$CONFIG_STATUS <<_ACEOF
54804   ac_datarootdir_hack='
54805   s&@datadir@&$datadir&g
54806   s&@docdir@&$docdir&g
54807   s&@infodir@&$infodir&g
54808   s&@localedir@&$localedir&g
54809   s&@mandir@&$mandir&g
54810     s&\\\${datarootdir}&$datarootdir&g' ;;
54811 esac
54812 _ACEOF
54813
54814 # Neutralize VPATH when `$srcdir' = `.'.
54815 # Shell code in configure.ac might set extrasub.
54816 # FIXME: do we really want to maintain this feature?
54817 cat >>$CONFIG_STATUS <<_ACEOF
54818   sed "$ac_vpsub
54819 $extrasub
54820 _ACEOF
54821 cat >>$CONFIG_STATUS <<\_ACEOF
54822 :t
54823 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54824 s&@configure_input@&$configure_input&;t t
54825 s&@top_builddir@&$ac_top_builddir_sub&;t t
54826 s&@srcdir@&$ac_srcdir&;t t
54827 s&@abs_srcdir@&$ac_abs_srcdir&;t t
54828 s&@top_srcdir@&$ac_top_srcdir&;t t
54829 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
54830 s&@builddir@&$ac_builddir&;t t
54831 s&@abs_builddir@&$ac_abs_builddir&;t t
54832 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
54833 s&@INSTALL@&$ac_INSTALL&;t t
54834 $ac_datarootdir_hack
54835 " $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
54836
54837 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
54838   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
54839   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
54840   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
54841 which seems to be undefined.  Please make sure it is defined." >&5
54842 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
54843 which seems to be undefined.  Please make sure it is defined." >&2;}
54844
54845   rm -f "$tmp/stdin"
54846   case $ac_file in
54847   -) cat "$tmp/out"; rm -f "$tmp/out";;
54848   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
54849   esac
54850  ;;
54851   :H)
54852   #
54853   # CONFIG_HEADER
54854   #
54855 _ACEOF
54856
54857 # Transform confdefs.h into a sed script `conftest.defines', that
54858 # substitutes the proper values into config.h.in to produce config.h.
54859 rm -f conftest.defines conftest.tail
54860 # First, append a space to every undef/define line, to ease matching.
54861 echo 's/$/ /' >conftest.defines
54862 # Then, protect against being on the right side of a sed subst, or in
54863 # an unquoted here document, in config.status.  If some macros were
54864 # called several times there might be several #defines for the same
54865 # symbol, which is useless.  But do not sort them, since the last
54866 # AC_DEFINE must be honored.
54867 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
54868 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
54869 # NAME is the cpp macro being defined, VALUE is the value it is being given.
54870 # PARAMS is the parameter list in the macro definition--in most cases, it's
54871 # just an empty string.
54872 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
54873 ac_dB='\\)[      (].*,\\1define\\2'
54874 ac_dC=' '
54875 ac_dD=' ,'
54876
54877 uniq confdefs.h |
54878   sed -n '
54879         t rset
54880         :rset
54881         s/^[     ]*#[    ]*define[       ][      ]*//
54882         t ok
54883         d
54884         :ok
54885         s/[\\&,]/\\&/g
54886         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
54887         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
54888   ' >>conftest.defines
54889
54890 # Remove the space that was appended to ease matching.
54891 # Then replace #undef with comments.  This is necessary, for
54892 # example, in the case of _POSIX_SOURCE, which is predefined and required
54893 # on some systems where configure will not decide to define it.
54894 # (The regexp can be short, since the line contains either #define or #undef.)
54895 echo 's/ $//
54896 s,^[     #]*u.*,/* & */,' >>conftest.defines
54897
54898 # Break up conftest.defines:
54899 ac_max_sed_lines=50
54900
54901 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
54902 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
54903 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
54904 # et cetera.
54905 ac_in='$ac_file_inputs'
54906 ac_out='"$tmp/out1"'
54907 ac_nxt='"$tmp/out2"'
54908
54909 while :
54910 do
54911   # Write a here document:
54912     cat >>$CONFIG_STATUS <<_ACEOF
54913     # First, check the format of the line:
54914     cat >"\$tmp/defines.sed" <<\\CEOF
54915 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
54916 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
54917 b
54918 :def
54919 _ACEOF
54920   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
54921   echo 'CEOF
54922     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
54923   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
54924   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
54925   grep . conftest.tail >/dev/null || break
54926   rm -f conftest.defines
54927   mv conftest.tail conftest.defines
54928 done
54929 rm -f conftest.defines conftest.tail
54930
54931 echo "ac_result=$ac_in" >>$CONFIG_STATUS
54932 cat >>$CONFIG_STATUS <<\_ACEOF
54933   if test x"$ac_file" != x-; then
54934     echo "/* $configure_input  */" >"$tmp/config.h"
54935     cat "$ac_result" >>"$tmp/config.h"
54936     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
54937       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
54938 echo "$as_me: $ac_file is unchanged" >&6;}
54939     else
54940       rm -f $ac_file
54941       mv "$tmp/config.h" $ac_file
54942     fi
54943   else
54944     echo "/* $configure_input  */"
54945     cat "$ac_result"
54946   fi
54947   rm -f "$tmp/out12"
54948  ;;
54949
54950   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
54951 echo "$as_me: executing $ac_file commands" >&6;}
54952  ;;
54953   esac
54954
54955
54956   case $ac_file$ac_mode in
54957     "rcdefs.h":C)
54958             mkdir -p $outdir &&
54959             $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
54960          ;;
54961     "lib/wx/config/${TOOLCHAIN_FULLNAME}":F)  chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME}  ;;
54962     "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F)  chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}  ;;
54963     "wx-config":C)  rm -f wx-config
54964                      ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
54965                     ;;
54966
54967   esac
54968 done # for ac_tag
54969
54970
54971 { (exit 0); exit 0; }
54972 _ACEOF
54973 chmod +x $CONFIG_STATUS
54974 ac_clean_files=$ac_clean_files_save
54975
54976
54977 # configure is writing to config.log, and then calls config.status.
54978 # config.status does its own redirection, appending to config.log.
54979 # Unfortunately, on DOS this fails, as config.log is still kept open
54980 # by configure, so config.status won't be able to write to it; its
54981 # output is simply discarded.  So we exec the FD to /dev/null,
54982 # effectively closing config.log, so it can be properly (re)opened and
54983 # appended to by config.status.  When coming back to configure, we
54984 # need to make the FD available again.
54985 if test "$no_create" != yes; then
54986   ac_cs_success=:
54987   ac_config_status_args=
54988   test "$silent" = yes &&
54989     ac_config_status_args="$ac_config_status_args --quiet"
54990   exec 5>/dev/null
54991   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
54992   exec 5>>config.log
54993   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
54994   # would make configure fail if this is the last instruction.
54995   $ac_cs_success || { (exit 1); exit 1; }
54996 fi
54997
54998 #
54999 # CONFIG_SUBDIRS section.
55000 #
55001 if test "$no_recursion" != yes; then
55002
55003   # Remove --cache-file and --srcdir arguments so they do not pile up.
55004   ac_sub_configure_args=
55005   ac_prev=
55006   eval "set x $ac_configure_args"
55007   shift
55008   for ac_arg
55009   do
55010     if test -n "$ac_prev"; then
55011       ac_prev=
55012       continue
55013     fi
55014     case $ac_arg in
55015     -cache-file | --cache-file | --cache-fil | --cache-fi \
55016     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
55017       ac_prev=cache_file ;;
55018     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
55019     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
55020     | --c=*)
55021       ;;
55022     --config-cache | -C)
55023       ;;
55024     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
55025       ac_prev=srcdir ;;
55026     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
55027       ;;
55028     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
55029       ac_prev=prefix ;;
55030     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
55031       ;;
55032     *)
55033       case $ac_arg in
55034       *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
55035       esac
55036       ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
55037     esac
55038   done
55039
55040   # Always prepend --prefix to ensure using the same prefix
55041   # in subdir configurations.
55042   ac_arg="--prefix=$prefix"
55043   case $ac_arg in
55044   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
55045   esac
55046   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
55047
55048   # Pass --silent
55049   if test "$silent" = yes; then
55050     ac_sub_configure_args="--silent $ac_sub_configure_args"
55051   fi
55052
55053   ac_popdir=`pwd`
55054   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
55055
55056     # Do not complain, so a configure script can configure whichever
55057     # parts of a large source tree are present.
55058     test -d "$srcdir/$ac_dir" || continue
55059
55060     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
55061     echo "$as_me:$LINENO: $ac_msg" >&5
55062     echo "$ac_msg" >&6
55063     { as_dir="$ac_dir"
55064   case $as_dir in #(
55065   -*) as_dir=./$as_dir;;
55066   esac
55067   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
55068     as_dirs=
55069     while :; do
55070       case $as_dir in #(
55071       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
55072       *) as_qdir=$as_dir;;
55073       esac
55074       as_dirs="'$as_qdir' $as_dirs"
55075       as_dir=`$as_dirname -- "$as_dir" ||
55076 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
55077          X"$as_dir" : 'X\(//\)[^/]' \| \
55078          X"$as_dir" : 'X\(//\)$' \| \
55079          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
55080 echo X"$as_dir" |
55081     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
55082             s//\1/
55083             q
55084           }
55085           /^X\(\/\/\)[^/].*/{
55086             s//\1/
55087             q
55088           }
55089           /^X\(\/\/\)$/{
55090             s//\1/
55091             q
55092           }
55093           /^X\(\/\).*/{
55094             s//\1/
55095             q
55096           }
55097           s/.*/./; q'`
55098       test -d "$as_dir" && break
55099     done
55100     test -z "$as_dirs" || eval "mkdir $as_dirs"
55101   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
55102 echo "$as_me: error: cannot create directory $as_dir" >&2;}
55103    { (exit 1); exit 1; }; }; }
55104     ac_builddir=.
55105
55106 case "$ac_dir" in
55107 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
55108 *)
55109   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
55110   # A ".." for each directory in $ac_dir_suffix.
55111   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
55112   case $ac_top_builddir_sub in
55113   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
55114   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
55115   esac ;;
55116 esac
55117 ac_abs_top_builddir=$ac_pwd
55118 ac_abs_builddir=$ac_pwd$ac_dir_suffix
55119 # for backward compatibility:
55120 ac_top_builddir=$ac_top_build_prefix
55121
55122 case $srcdir in
55123   .)  # We are building in place.
55124     ac_srcdir=.
55125     ac_top_srcdir=$ac_top_builddir_sub
55126     ac_abs_top_srcdir=$ac_pwd ;;
55127   [\\/]* | ?:[\\/]* )  # Absolute name.
55128     ac_srcdir=$srcdir$ac_dir_suffix;
55129     ac_top_srcdir=$srcdir
55130     ac_abs_top_srcdir=$srcdir ;;
55131   *) # Relative name.
55132     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
55133     ac_top_srcdir=$ac_top_build_prefix$srcdir
55134     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
55135 esac
55136 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
55137
55138
55139     cd "$ac_dir"
55140
55141     # Check for guested configure; otherwise get Cygnus style configure.
55142     if test -f "$ac_srcdir/configure.gnu"; then
55143       ac_sub_configure=$ac_srcdir/configure.gnu
55144     elif test -f "$ac_srcdir/configure"; then
55145       ac_sub_configure=$ac_srcdir/configure
55146     elif test -f "$ac_srcdir/configure.in"; then
55147       # This should be Cygnus configure.
55148       ac_sub_configure=$ac_aux_dir/configure
55149     else
55150       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
55151 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
55152       ac_sub_configure=
55153     fi
55154
55155     # The recursion is here.
55156     if test -n "$ac_sub_configure"; then
55157       # Make the cache file name correct relative to the subdirectory.
55158       case $cache_file in
55159       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
55160       *) # Relative name.
55161         ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
55162       esac
55163
55164       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
55165 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
55166       # The eval makes quoting arguments work.
55167       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
55168            --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
55169         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
55170 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
55171    { (exit 1); exit 1; }; }
55172     fi
55173
55174     cd "$ac_popdir"
55175   done
55176 fi
55177
55178
55179 echo
55180 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
55181 echo ""
55182 echo "  Which GUI toolkit should wxWidgets use?                 ${TOOLKIT_DESC}"
55183 echo "  Should wxWidgets be compiled into single library?       ${wxUSE_MONOLITHIC:-yes}"
55184
55185 echo "  Should wxWidgets be compiled in debug mode?             ${wxUSE_DEBUG:-no}"
55186 echo "  Should wxWidgets be linked as a shared library?         ${wxUSE_SHARED:-no}"
55187 echo $ECHO_N "  Should wxWidgets support Unicode?                       ${wxUSE_UNICODE:-no}$ECHO_C"
55188 if test "$wxUSE_UNICODE" = "yes"; then
55189     if test "$wxUSE_UNICODE_UTF8" = "yes"; then
55190         echo " (using UTF-8)"
55191     else
55192         echo " (using wchar_t)"
55193     fi
55194 else
55195     echo
55196 fi
55197
55198 echo "  What level of wxWidgets compatibility should be enabled?"
55199 echo "                                       wxWidgets 2.6      ${WXWIN_COMPATIBILITY_2_6:-no}"
55200 echo "                                       wxWidgets 2.8      ${WXWIN_COMPATIBILITY_2_8:-yes}"
55201
55202 echo "  Which libraries should wxWidgets use?"
55203 echo "                                       STL                ${wxUSE_STL}"
55204 echo "                                       jpeg               ${wxUSE_LIBJPEG-none}"
55205 echo "                                       png                ${wxUSE_LIBPNG-none}"
55206 echo "                                       regex              ${wxUSE_REGEX}"
55207 echo "                                       tiff               ${wxUSE_LIBTIFF-none}"
55208 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
55209 echo "                                       xpm                ${wxUSE_LIBXPM-none}"
55210 fi
55211 echo "                                       zlib               ${wxUSE_ZLIB}"
55212 echo "                                       odbc               ${wxUSE_ODBC}"
55213 echo "                                       expat              ${wxUSE_EXPAT}"
55214 echo "                                       libmspack          ${wxUSE_LIBMSPACK}"
55215 echo "                                       sdl                ${wxUSE_LIBSDL}"
55216
55217 echo ""
55218