Changeset 525
- Timestamp:
- 05/13/09 14:11:09 (3 years ago)
- Files:
-
- trunk/FahMon.xcodeproj/Makefile.in (modified) (3 diffs)
- trunk/Makefile.in (modified) (7 diffs)
- trunk/aclocal.m4 (modified) (10 diffs)
- trunk/configure (modified) (646 diffs)
- trunk/doc/Makefile.in (modified) (3 diffs)
- trunk/doc/help/Makefile.in (modified) (3 diffs)
- trunk/libtool (modified) (3 diffs)
- trunk/m4/Makefile.in (modified) (3 diffs)
- trunk/mac/Makefile.in (modified) (3 diffs)
- trunk/po/cs_CZ.gmo (modified) (previous)
- trunk/po/cs_CZ.po (modified) (12 diffs)
- trunk/po/de_DE.gmo (modified) (previous)
- trunk/po/de_DE.po (modified) (12 diffs)
- trunk/po/en_GB.gmo (modified) (previous)
- trunk/po/en_GB.po (modified) (11 diffs)
- trunk/po/es_ES.gmo (modified) (previous)
- trunk/po/es_ES.po (modified) (12 diffs)
- trunk/po/fahmon.pot (modified) (11 diffs)
- trunk/po/fr_FR.gmo (modified) (previous)
- trunk/po/fr_FR.po (modified) (13 diffs)
- trunk/po/it_IT.gmo (modified) (previous)
- trunk/po/it_IT.po (modified) (12 diffs)
- trunk/po/nb_NB.gmo (modified) (previous)
- trunk/po/nb_NB.po (modified) (11 diffs)
- trunk/po/nl_NL.gmo (modified) (previous)
- trunk/po/nl_NL.po (modified) (11 diffs)
- trunk/po/pl_PL.gmo (modified) (previous)
- trunk/po/pl_PL.po (modified) (13 diffs)
- trunk/po/pt_BR.gmo (modified) (previous)
- trunk/po/pt_BR.po (modified) (14 diffs)
- trunk/po/pt_PT.gmo (modified) (previous)
- trunk/po/pt_PT.po (modified) (12 diffs)
- trunk/po/ru_RU.gmo (modified) (previous)
- trunk/po/ru_RU.po (modified) (13 diffs)
- trunk/po/sv_SE.gmo (modified) (previous)
- trunk/po/sv_SE.po (modified) (11 diffs)
- trunk/resources/Makefile.in (modified) (3 diffs)
- trunk/src/Makefile.in (modified) (4 diffs)
- trunk/src/images/Makefile.in (modified) (4 diffs)
- trunk/src/images/icons/128/Makefile.in (modified) (3 diffs)
- trunk/src/images/icons/16/Makefile.in (modified) (3 diffs)
- trunk/src/images/icons/24/Makefile.in (modified) (3 diffs)
- trunk/src/images/icons/256/Makefile.in (modified) (3 diffs)
- trunk/src/images/icons/32/Makefile.in (modified) (3 diffs)
- trunk/src/images/icons/48/Makefile.in (modified) (3 diffs)
- trunk/src/images/icons/64/Makefile.in (modified) (3 diffs)
- trunk/src/images/icons/Makefile.in (modified) (4 diffs)
- trunk/src/include/Makefile.in (modified) (3 diffs)
- trunk/templates/Makefile.in (modified) (3 diffs)
- trunk/wxcurl/Makefile.in (modified) (4 diffs)
- trunk/wxcurl/include/Makefile.in (modified) (4 diffs)
- trunk/wxcurl/include/wx/Makefile.in (modified) (4 diffs)
- trunk/wxcurl/include/wx/curl/Makefile.in (modified) (3 diffs)
- trunk/wxcurl/src/Makefile.in (modified) (4 diffs)
- trunk/wxcurl/win32_libcurl/Makefile.in (modified) (4 diffs)
- trunk/wxcurl/win32_libcurl/include/Makefile.in (modified) (4 diffs)
- trunk/wxcurl/win32_libcurl/include/curl/Makefile.in (modified) (3 diffs)
- trunk/wxcurl/win32_libcurl/lib/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FahMon.xcodeproj/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 195 195 sysconfdir = @sysconfdir@ 196 196 target_alias = @target_alias@ 197 top_build_prefix = @top_build_prefix@ 197 198 top_builddir = @top_builddir@ 198 199 top_srcdir = @top_srcdir@ … … 209 210 case '$(am__configure_deps)' in \ 210 211 *$$dep*) \ 211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\212 && exit 0; \212 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 213 && { if test -f $@; then exit 0; else break; fi; }; \ 213 214 exit 1;; \ 214 215 esac; \ trunk/Makefile.in
r512 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 236 236 sysconfdir = @sysconfdir@ 237 237 target_alias = @target_alias@ 238 top_build_prefix = @top_build_prefix@ 238 239 top_builddir = @top_builddir@ 239 240 top_srcdir = @top_srcdir@ … … 337 338 338 339 distclean-libtool: 339 -rm -f libtool 340 -rm -f libtool config.lt 340 341 install-appsDATA: $(apps_DATA) 341 342 @$(NORMAL_INSTALL) … … 431 432 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 432 433 done | \ 433 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \434 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 434 435 END { if (nonempty) { for (i in files) print i; }; }'`; \ 435 436 mkid -fID $$unique … … 547 548 $(am__remove_distdir) 548 549 550 dist-xz: distdir 551 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 552 $(am__remove_distdir) 553 549 554 dist-tarZ: distdir 550 555 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z … … 576 581 *.tar.lzma*) \ 577 582 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 583 *.tar.xz*) \ 584 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 578 585 *.tar.Z*) \ 579 586 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ … … 730 737 all all-am am--refresh check check-am clean clean-generic \ 731 738 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 732 dist-gzip dist-lzma dist-shar dist-tarZ dist- zip distcheck\733 distc lean distclean-generic distclean-hdr distclean-libtool\734 distclean- tags distcleancheck distdir distuninstallcheck dvi\735 d vi-am html html-am info info-am install install-am \736 install -appsDATA install-data install-data-am install-dvi\737 install-d vi-am install-exec install-exec-am install-html\738 install- html-am install-info install-info-am install-man\739 install- pdf install-pdf-am install-ps install-ps-am \740 install- strip installcheck installcheck-am installdirs\741 install dirs-am maintainer-clean maintainer-clean-generic\742 m ostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am\743 ps ps-am tags tags-recursive uninstall uninstall-am\744 uninstall -appsDATA739 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 740 distcheck distclean distclean-generic distclean-hdr \ 741 distclean-libtool distclean-tags distcleancheck distdir \ 742 distuninstallcheck dvi dvi-am html html-am info info-am \ 743 install install-am install-appsDATA install-data \ 744 install-data-am install-dvi install-dvi-am install-exec \ 745 install-exec-am install-html install-html-am install-info \ 746 install-info-am install-man install-pdf install-pdf-am \ 747 install-ps install-ps-am install-strip installcheck \ 748 installcheck-am installdirs installdirs-am maintainer-clean \ 749 maintainer-clean-generic mostlyclean mostlyclean-generic \ 750 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 751 uninstall uninstall-am uninstall-appsDATA 745 752 746 753 trunk/aclocal.m4
r453 r525 1 # generated automatically by aclocal 1.10. 1-*- Autoconf -*-1 # generated automatically by aclocal 1.10.2 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, … … 14 14 m4_ifndef([AC_AUTOCONF_VERSION], 15 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 16 m4_if( AC_AUTOCONF_VERSION, [2.61],,17 [m4_warning([this file was generated for autoconf 2.6 1.16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, 17 [m4_warning([this file was generated for autoconf 2.63. 18 18 You have another version of autoconf. It may work, but is not guaranteed to. 19 19 If you have problems, you may need to regenerate the build system entirely. … … 6660 6660 ]) 6661 6661 6662 # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.6662 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6663 6663 # 6664 6664 # This file is free software; the Free Software Foundation … … 6675 6675 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 6676 6676 dnl require some minimum version. Point them to the right macro. 6677 m4_if([$1], [1.10. 1], [],6677 m4_if([$1], [1.10.2], [], 6678 6678 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 6679 6679 ]) … … 6689 6689 # ------------------------------- 6690 6690 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 6691 # This function is AC_REQUIREd by A C_INIT_AUTOMAKE.6691 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 6692 6692 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 6693 [AM_AUTOMAKE_VERSION([1.10. 1])dnl6693 [AM_AUTOMAKE_VERSION([1.10.2])dnl 6694 6694 m4_ifndef([AC_AUTOCONF_VERSION], 6695 6695 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 6696 _AM_AUTOCONF_VERSION( AC_AUTOCONF_VERSION)])6696 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 6697 6697 6698 6698 # AM_AUX_DIR_EXPAND -*- Autoconf -*- … … 6944 6944 # Generate code to set up dependency tracking. -*- Autoconf -*- 6945 6945 6946 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 6946 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 6947 6947 # Free Software Foundation, Inc. 6948 6948 # … … 6951 6951 # with or without modifications, as long as this notice is preserved. 6952 6952 6953 #serial 36953 #serial 4 6954 6954 6955 6955 # _AM_OUTPUT_DEPENDENCY_COMMANDS 6956 6956 # ------------------------------ 6957 6957 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 6958 [for mf in $CONFIG_FILES; do 6958 [# Autoconf 2.62 quotes --file arguments for eval, but not when files 6959 # are listed without --file. Let's play safe and only enable the eval 6960 # if we detect the quoting. 6961 case $CONFIG_FILES in 6962 *\'*) eval set x "$CONFIG_FILES" ;; 6963 *) set x $CONFIG_FILES ;; 6964 esac 6965 shift 6966 for mf 6967 do 6959 6968 # Strip MF so we end up with the name of the file. 6960 6969 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 7300 7309 # Helper functions for option handling. -*- Autoconf -*- 7301 7310 7302 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.7311 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. 7303 7312 # 7304 7313 # This file is free software; the Free Software Foundation … … 7306 7315 # with or without modifications, as long as this notice is preserved. 7307 7316 7308 # serial 37317 # serial 4 7309 7318 7310 7319 # _AM_MANGLE_OPTION(NAME) … … 7323 7332 # OPTIONS is a space-separated list of Automake options. 7324 7333 AC_DEFUN([_AM_SET_OPTIONS], 7325 [ AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])7334 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 7326 7335 7327 7336 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) trunk/configure
r519 r525 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 1for FahMon 2.3.99.1.3 # Generated by GNU Autoconf 2.63 for FahMon 2.3.99.1. 4 4 # 5 5 # Report bugs to <Andrew Schofield andrew_s@fahmon.net>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. … … 18 18 emulate sh 19 19 NULLCMD=: 20 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 21 21 # is contrary to our usage. Disable this feature. 22 22 alias -g '${1+"$@"}'='"$@"' … … 40 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 41 41 42 as_nl=' 43 ' 44 export as_nl 45 # Printing a long string crashes Solaris 7 /usr/bin/printf. 46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 50 as_echo='printf %s\n' 51 as_echo_n='printf %s' 52 else 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 55 as_echo_n='/usr/ucb/echo -n' 56 else 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 58 as_echo_n_body='eval 59 arg=$1; 60 case $arg in 61 *"$as_nl"*) 62 expr "X$arg" : "X\\(.*\\)$as_nl"; 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 64 esac; 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 66 ' 67 export as_echo_n_body 68 as_echo_n='sh -c $as_echo_n_body as_echo' 69 fi 70 export as_echo_body 71 as_echo='sh -c $as_echo_body as_echo' 72 fi 73 42 74 # The user is always right. 43 75 if test "${PATH_SEPARATOR+set}" != set; then 44 echo "#! /bin/sh" >conf$$.sh 45 echo "exit 0" >>conf$$.sh 46 chmod +x conf$$.sh 47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48 PATH_SEPARATOR=';' 49 else 50 PATH_SEPARATOR=: 51 fi 52 rm -f conf$$.sh 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 53 81 fi 54 82 … … 66 94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 67 95 # splitting by setting IFS to empty value.) 68 as_nl='69 '70 96 IFS=" "" $as_nl" 71 97 … … 90 116 fi 91 117 if test ! -f "$as_myself"; then 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93 119 { (exit 1); exit 1; } 94 120 fi … … 103 129 104 130 # NLS nuisances. 105 for as_var in \ 106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108 LC_TELEPHONE LC_TIME 109 do 110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111 eval $as_var=C; export $as_var 112 else 113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114 fi 115 done 131 LC_ALL=C 132 export LC_ALL 133 LANGUAGE=C 134 export LANGUAGE 116 135 117 136 # Required to use basename. … … 135 154 X"$0" : 'X\(//\)$' \| \ 136 155 X"$0" : 'X\(/\)' \| . 2>/dev/null || 137 echo X/"$0" |156 $as_echo X/"$0" | 138 157 sed '/^.*\/\([^/][^/]*\)\/*$/{ 139 158 s//\1/ … … 161 180 fi 162 181 163 if test $as_have_required = yes && (eval ":182 if test $as_have_required = yes && (eval ": 164 183 (as_func_return () { 165 184 (exit \$1) … … 243 262 emulate sh 244 263 NULLCMD=: 245 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 246 265 # is contrary to our usage. Disable this feature. 247 266 alias -g '${1+"$@"}'='"$@"' … … 264 283 emulate sh 265 284 NULLCMD=: 266 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 267 286 # is contrary to our usage. Disable this feature. 268 287 alias -g '${1+"$@"}'='"$@"' … … 344 363 if test "x$CONFIG_SHELL" != x; then 345 364 for as_var in BASH_ENV ENV 346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var347 done348 export CONFIG_SHELL349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 366 done 367 export CONFIG_SHELL 368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350 369 fi 351 370 … … 416 435 test \$exitcode = 0") || { 417 436 echo No shell found that supports shell functions. 418 echo Please tell autoconf@gnu.org about your system, 419 echo including any error possibly output before this 420 echo message 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 421 441 } 422 442 … … 454 474 ' >$as_me.lineno && 455 475 chmod +x "$as_me.lineno" || 456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457 477 { (exit 1); exit 1; }; } 458 478 … … 482 502 ECHO_N='-n';; 483 503 esac 484 485 504 if expr a : '\(a\)' >/dev/null 2>&1 && 486 505 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 495 514 else 496 515 rm -f conf$$.dir 497 mkdir conf$$.dir 498 fi 499 echo >conf$$.file 500 if ln -s conf$$.file conf$$ 2>/dev/null; then 501 as_ln_s='ln -s' 502 # ... but there are two gotchas: 503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505 # In both cases, we have to default to `cp -p'. 506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 516 mkdir conf$$.dir 2>/dev/null 517 fi 518 if (echo >conf$$.file) 2>/dev/null; then 519 if ln -s conf$$.file conf$$ 2>/dev/null; then 520 as_ln_s='ln -s' 521 # ... but there are two gotchas: 522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 524 # In both cases, we have to default to `cp -p'. 525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 526 as_ln_s='cp -p' 527 elif ln conf$$.file conf$$ 2>/dev/null; then 528 as_ln_s=ln 529 else 507 530 as_ln_s='cp -p' 508 elif ln conf$$.file conf$$ 2>/dev/null; then 509 as_ln_s=ln 531 fi 510 532 else 511 533 as_ln_s='cp -p' … … 532 554 eval sh -c '\'' 533 555 if test -d "$1"; then 534 test -d "$1/.";556 test -d "$1/."; 535 557 else 536 558 case $1 in 537 -*)set "./$1";;559 -*)set "./$1";; 538 560 esac; 539 561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 770 792 771 793 gt_needs= 772 ac_subst_vars='SHELL 794 ac_subst_vars='LTLIBOBJS 795 LIBOBJS 796 POSUB 797 LTLIBINTL 798 LIBINTL 799 INTLLIBS 800 LTLIBICONV 801 LIBICONV 802 INTL_MACOSX_LIBS 803 MSGMERGE 804 XGETTEXT_015 805 XGETTEXT 806 GMSGFMT_015 807 MSGFMT_015 808 GMSGFMT 809 MSGFMT 810 USE_NLS 811 WX_RESCOMP 812 WX_VERSION 813 WX_LIBS_STATIC 814 WX_LIBS 815 WX_CXXFLAGS_ONLY 816 WX_CFLAGS_ONLY 817 WX_CXXFLAGS 818 WX_CFLAGS 819 WX_CPPFLAGS 820 WX_CONFIG_PATH 821 LIBCURL 822 LIBCURL_CPPFLAGS 823 _libcurl_config 824 LIBTOOL 825 ac_ct_F77 826 FFLAGS 827 F77 828 CXXCPP 829 CPP 830 NMEDIT 831 DSYMUTIL 832 RANLIB 833 AR 834 ECHO 835 LN_S 836 EGREP 837 GREP 838 SED 839 am__fastdepCC_FALSE 840 am__fastdepCC_TRUE 841 CCDEPMODE 842 ac_ct_CC 843 CFLAGS 844 CC 845 host_os 846 host_vendor 847 host_cpu 848 host 849 build_os 850 build_vendor 851 build_cpu 852 build 853 am__fastdepCXX_FALSE 854 am__fastdepCXX_TRUE 855 CXXDEPMODE 856 AMDEPBACKSLASH 857 AMDEP_FALSE 858 AMDEP_TRUE 859 am__quote 860 am__include 861 DEPDIR 862 OBJEXT 863 EXEEXT 864 ac_ct_CXX 865 CPPFLAGS 866 LDFLAGS 867 CXXFLAGS 868 CXX 869 WXCURL_LT_VERSION_INFO 870 am__untar 871 am__tar 872 AMTAR 873 am__leading_dot 874 SET_MAKE 875 AWK 876 mkdir_p 877 MKDIR_P 878 INSTALL_STRIP_PROGRAM 879 STRIP 880 install_sh 881 MAKEINFO 882 AUTOHEADER 883 AUTOMAKE 884 AUTOCONF 885 ACLOCAL 886 VERSION 887 PACKAGE 888 CYGPATH_W 889 am__isrc 890 INSTALL_DATA 891 INSTALL_SCRIPT 892 INSTALL_PROGRAM 893 ac_prefix_program 894 target_alias 895 host_alias 896 build_alias 897 LIBS 898 ECHO_T 899 ECHO_N 900 ECHO_C 901 DEFS 902 mandir 903 localedir 904 libdir 905 psdir 906 pdfdir 907 dvidir 908 htmldir 909 infodir 910 docdir 911 oldincludedir 912 includedir 913 localstatedir 914 sharedstatedir 915 sysconfdir 916 datadir 917 datarootdir 918 libexecdir 919 sbindir 920 bindir 921 program_transform_name 922 prefix 923 exec_prefix 924 PACKAGE_BUGREPORT 925 PACKAGE_STRING 926 PACKAGE_VERSION 927 PACKAGE_TARNAME 928 PACKAGE_NAME 773 929 PATH_SEPARATOR 774 PACKAGE_NAME 775 PACKAGE_TARNAME 776 PACKAGE_VERSION 777 PACKAGE_STRING 778 PACKAGE_BUGREPORT 779 exec_prefix 780 prefix 781 program_transform_name 782 bindir 783 sbindir 784 libexecdir 785 datarootdir 786 datadir 787 sysconfdir 788 sharedstatedir 789 localstatedir 790 includedir 791 oldincludedir 792 docdir 793 infodir 794 htmldir 795 dvidir 796 pdfdir 797 psdir 798 libdir 799 localedir 800 mandir 801 DEFS 802 ECHO_C 803 ECHO_N 804 ECHO_T 805 LIBS 806 build_alias 807 host_alias 808 target_alias 809 ac_prefix_program 810 INSTALL_PROGRAM 811 INSTALL_SCRIPT 812 INSTALL_DATA 813 am__isrc 814 CYGPATH_W 815 PACKAGE 816 VERSION 817 ACLOCAL 818 AUTOCONF 819 AUTOMAKE 820 AUTOHEADER 821 MAKEINFO 822 install_sh 823 STRIP 824 INSTALL_STRIP_PROGRAM 825 mkdir_p 826 AWK 827 SET_MAKE 828 am__leading_dot 829 AMTAR 830 am__tar 831 am__untar 832 WXCURL_LT_VERSION_INFO 833 CXX 834 CXXFLAGS 835 LDFLAGS 836 CPPFLAGS 837 ac_ct_CXX 838 EXEEXT 839 OBJEXT 840 DEPDIR 841 am__include 842 am__quote 843 AMDEP_TRUE 844 AMDEP_FALSE 845 AMDEPBACKSLASH 846 CXXDEPMODE 847 am__fastdepCXX_TRUE 848 am__fastdepCXX_FALSE 849 build 850 build_cpu 851 build_vendor 852 build_os 853 host 854 host_cpu 855 host_vendor 856 host_os 857 CC 858 CFLAGS 859 ac_ct_CC 860 CCDEPMODE 861 am__fastdepCC_TRUE 862 am__fastdepCC_FALSE 863 SED 864 GREP 865 EGREP 866 LN_S 867 ECHO 868 AR 869 RANLIB 870 DSYMUTIL 871 NMEDIT 872 CPP 873 CXXCPP 874 F77 875 FFLAGS 876 ac_ct_F77 877 LIBTOOL 878 _libcurl_config 879 LIBCURL_CPPFLAGS 880 LIBCURL 881 WX_CONFIG_PATH 882 WX_CPPFLAGS 883 WX_CFLAGS 884 WX_CXXFLAGS 885 WX_CFLAGS_ONLY 886 WX_CXXFLAGS_ONLY 887 WX_LIBS 888 WX_LIBS_STATIC 889 WX_VERSION 890 WX_RESCOMP 891 USE_NLS 892 MSGFMT 893 GMSGFMT 894 MSGFMT_015 895 GMSGFMT_015 896 XGETTEXT 897 XGETTEXT_015 898 MSGMERGE 899 INTL_MACOSX_LIBS 900 LIBICONV 901 LTLIBICONV 902 INTLLIBS 903 LIBINTL 904 LTLIBINTL 905 POSUB 906 LIBOBJS 907 LTLIBOBJS' 930 SHELL' 908 931 ac_subst_files='' 932 ac_user_opts=' 933 enable_option_checking 934 enable_dependency_tracking 935 enable_shared 936 enable_static 937 enable_fast_install 938 with_gnu_ld 939 enable_libtool_lock 940 with_pic 941 with_tags 942 with_libcurl 943 with_wxdir 944 with_wx_config 945 with_wx_prefix 946 with_wx_exec_prefix 947 enable_nls 948 enable_rpath 949 with_libiconv_prefix 950 with_libintl_prefix 951 ' 909 952 ac_precious_vars='build_alias 910 953 host_alias … … 927 970 ac_init_help= 928 971 ac_init_version=false 972 ac_unrecognized_opts= 973 ac_unrecognized_sep= 929 974 # The variables have the same names as the options, with 930 975 # dashes changed to underlines. … … 1025 1070 1026 1071 -disable-* | --disable-*) 1027 ac_ feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`1072 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1028 1073 # Reject names that are not valid shell variable names. 1029 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&1030 { echo "$as_me: error: invalid feature name: $ac_feature" >&21074 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1075 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 1031 1076 { (exit 1); exit 1; }; } 1032 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 1033 eval enable_$ac_feature=no ;; 1077 ac_useropt_orig=$ac_useropt 1078 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1079 case $ac_user_opts in 1080 *" 1081 "enable_$ac_useropt" 1082 "*) ;; 1083 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 1084 ac_unrecognized_sep=', ';; 1085 esac 1086 eval enable_$ac_useropt=no ;; 1034 1087 1035 1088 -docdir | --docdir | --docdi | --doc | --do) … … 1044 1097 1045 1098 -enable-* | --enable-*) 1046 ac_ feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`1099 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1047 1100 # Reject names that are not valid shell variable names. 1048 expr "x$ac_ feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&1049 { echo "$as_me: error: invalid feature name: $ac_feature" >&21101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1102 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 1050 1103 { (exit 1); exit 1; }; } 1051 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 1052 eval enable_$ac_feature=\$ac_optarg ;; 1104 ac_useropt_orig=$ac_useropt 1105 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1106 case $ac_user_opts in 1107 *" 1108 "enable_$ac_useropt" 1109 "*) ;; 1110 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 1111 ac_unrecognized_sep=', ';; 1112 esac 1113 eval enable_$ac_useropt=\$ac_optarg ;; 1053 1114 1054 1115 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1241 1302 1242 1303 -with-* | --with-*) 1243 ac_ package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1304 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1244 1305 # Reject names that are not valid shell variable names. 1245 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1246 { echo "$as_me: error: invalid package name: $ac_package" >&21306 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1307 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1247 1308 { (exit 1); exit 1; }; } 1248 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1249 eval with_$ac_package=\$ac_optarg ;; 1309 ac_useropt_orig=$ac_useropt 1310 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1311 case $ac_user_opts in 1312 *" 1313 "with_$ac_useropt" 1314 "*) ;; 1315 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1316 ac_unrecognized_sep=', ';; 1317 esac 1318 eval with_$ac_useropt=\$ac_optarg ;; 1250 1319 1251 1320 -without-* | --without-*) 1252 ac_ package=`expr "x$ac_option" : 'x-*without-\(.*\)'`1321 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1253 1322 # Reject names that are not valid shell variable names. 1254 expr "x$ac_ package" : ".*[^-._$as_cr_alnum]" >/dev/null &&1255 { echo "$as_me: error: invalid package name: $ac_package" >&21323 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1324 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1256 1325 { (exit 1); exit 1; }; } 1257 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1258 eval with_$ac_package=no ;; 1326 ac_useropt_orig=$ac_useropt 1327 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1328 case $ac_user_opts in 1329 *" 1330 "with_$ac_useropt" 1331 "*) ;; 1332 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1333 ac_unrecognized_sep=', ';; 1334 esac 1335 eval with_$ac_useropt=no ;; 1259 1336 1260 1337 --x) … … 1276 1353 x_libraries=$ac_optarg ;; 1277 1354 1278 -*) { echo "$as_me: error: unrecognized option: $ac_option1355 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1279 1356 Try \`$0 --help' for more information." >&2 1280 1357 { (exit 1); exit 1; }; } … … 1285 1362 # Reject names that are not valid shell variable names. 1286 1363 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1287 { echo "$as_me: error: invalid variable name: $ac_envvar" >&21364 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1288 1365 { (exit 1); exit 1; }; } 1289 1366 eval $ac_envvar=\$ac_optarg … … 1292 1369 *) 1293 1370 # FIXME: should be removed in autoconf 3.0. 1294 echo "$as_me: WARNING: you should use --build, --host, --target" >&21371 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1295 1372 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1296 echo "$as_me: WARNING: invalid host type: $ac_option" >&21373 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1297 1374 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1298 1375 ;; … … 1303 1380 if test -n "$ac_prev"; then 1304 1381 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1305 { echo "$as_me: error: missing argument to $ac_option" >&21382 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1306 1383 { (exit 1); exit 1; }; } 1307 1384 fi 1308 1385 1309 # Be sure to have absolute directory names. 1386 if test -n "$ac_unrecognized_opts"; then 1387 case $enable_option_checking in 1388 no) ;; 1389 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1390 { (exit 1); exit 1; }; } ;; 1391 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1392 esac 1393 fi 1394 1395 # Check all directory arguments for consistency. 1310 1396 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1311 1397 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1314 1400 do 1315 1401 eval ac_val=\$$ac_var 1402 # Remove trailing slashes. 1403 case $ac_val in 1404 */ ) 1405 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1406 eval $ac_var=\$ac_val;; 1407 esac 1408 # Be sure to have absolute directory names. 1316 1409 case $ac_val in 1317 1410 [\\/$]* | ?:[\\/]* ) continue;; 1318 1411 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1319 1412 esac 1320 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&21413 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1321 1414 { (exit 1); exit 1; }; } 1322 1415 done … … 1333 1426 if test "x$build_alias" = x; then 1334 1427 cross_compiling=maybe 1335 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1428 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1336 1429 If a cross compiler is detected then cross compile mode will be used." >&2 1337 1430 elif test "x$build_alias" != "x$host_alias"; then … … 1349 1442 ac_ls_di=`ls -di .` && 1350 1443 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1351 { echo "$as_me: error: Working directory cannot be determined" >&21444 { $as_echo "$as_me: error: working directory cannot be determined" >&2 1352 1445 { (exit 1); exit 1; }; } 1353 1446 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1354 { echo "$as_me: error: pwd does not report name of working directory" >&21447 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1355 1448 { (exit 1); exit 1; }; } 1356 1449 … … 1360 1453 ac_srcdir_defaulted=yes 1361 1454 # Try the directory containing this script, then the parent directory. 1362 ac_confdir=`$as_dirname -- "$ 0" ||1363 $as_expr X"$ 0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1364 X"$ 0" : 'X\(//\)[^/]' \| \1365 X"$ 0" : 'X\(//\)$' \| \1366 X"$ 0" : 'X\(/\)' \| . 2>/dev/null ||1367 echo X"$0" |1455 ac_confdir=`$as_dirname -- "$as_myself" || 1456 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1457 X"$as_myself" : 'X\(//\)[^/]' \| \ 1458 X"$as_myself" : 'X\(//\)$' \| \ 1459 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1460 $as_echo X"$as_myself" | 1368 1461 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1369 1462 s//\1/ … … 1392 1485 if test ! -r "$srcdir/$ac_unique_file"; then 1393 1486 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1394 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&21487 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1395 1488 { (exit 1); exit 1; }; } 1396 1489 fi 1397 1490 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1398 1491 ac_abs_confdir=`( 1399 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&21492 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1400 1493 { (exit 1); exit 1; }; } 1401 1494 pwd)` … … 1446 1539 Installation directories: 1447 1540 --prefix=PREFIX install architecture-independent files in PREFIX 1448 [$ac_default_prefix]1541 [$ac_default_prefix] 1449 1542 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1450 [PREFIX]1543 [PREFIX] 1451 1544 1452 1545 By default, \`make install' will install all the files in … … 1458 1551 1459 1552 Fine tuning of the installation directories: 1460 --bindir=DIR user executables [EPREFIX/bin]1461 --sbindir=DIR system admin executables [EPREFIX/sbin]1462 --libexecdir=DIR program executables [EPREFIX/libexec]1463 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]1464 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]1465 --localstatedir=DIR modifiable single-machine data [PREFIX/var]1466 --libdir=DIR object code libraries [EPREFIX/lib]1467 --includedir=DIR C header files [PREFIX/include]1468 --oldincludedir=DIR C header files for non-gcc [/usr/include]1469 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]1470 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]1471 --infodir=DIR info documentation [DATAROOTDIR/info]1472 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]1473 --mandir=DIR man documentation [DATAROOTDIR/man]1474 --docdir=DIR documentation root [DATAROOTDIR/doc/FahMon]1475 --htmldir=DIR html documentation [DOCDIR]1476 --dvidir=DIR dvi documentation [DOCDIR]1477 --pdfdir=DIR pdf documentation [DOCDIR]1478 --psdir=DIR ps documentation [DOCDIR]1553 --bindir=DIR user executables [EPREFIX/bin] 1554 --sbindir=DIR system admin executables [EPREFIX/sbin] 1555 --libexecdir=DIR program executables [EPREFIX/libexec] 1556 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1557 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1558 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1559 --libdir=DIR object code libraries [EPREFIX/lib] 1560 --includedir=DIR C header files [PREFIX/include] 1561 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1562 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1563 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1564 --infodir=DIR info documentation [DATAROOTDIR/info] 1565 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1566 --mandir=DIR man documentation [DATAROOTDIR/man] 1567 --docdir=DIR documentation root [DATAROOTDIR/doc/FahMon] 1568 --htmldir=DIR html documentation [DOCDIR] 1569 --dvidir=DIR dvi documentation [DOCDIR] 1570 --pdfdir=DIR pdf documentation [DOCDIR] 1571 --psdir=DIR ps documentation [DOCDIR] 1479 1572 _ACEOF 1480 1573 … … 1499 1592 1500 1593 Optional Features: 1594 --disable-option-checking ignore unrecognized --enable/--with options 1501 1595 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1502 1596 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1556 1650 # If there are subdirs, report their specific --help. 1557 1651 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1558 test -d "$ac_dir" || continue 1652 test -d "$ac_dir" || 1653 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1654 continue 1559 1655 ac_builddir=. 1560 1656 … … 1562 1658 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1563 1659 *) 1564 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`1660 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1565 1661 # A ".." for each directory in $ac_dir_suffix. 1566 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`1662 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1567 1663 case $ac_top_builddir_sub in 1568 1664 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1600 1696 $SHELL "$ac_srcdir/configure" --help=recursive 1601 1697 else 1602 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21698 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1603 1699 fi || ac_status=$? 1604 1700 cd "$ac_pwd" || { ac_status=$?; break; } … … 1610 1706 cat <<\_ACEOF 1611 1707 FahMon configure 2.3.99.1 1612 generated by GNU Autoconf 2.6 11708 generated by GNU Autoconf 2.63 1613 1709 1614 1710 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1615 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.1711 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1616 1712 This configure script is free software; the Free Software Foundation 1617 1713 gives unlimited permission to copy, distribute and modify it. … … 1624 1720 1625 1721 It was created by FahMon $as_me 2.3.99.1, which was 1626 generated by GNU Autoconf 2.6 1. Invocation command line was1722 generated by GNU Autoconf 2.63. Invocation command line was 1627 1723 1628 1724 $ $0 $@ … … 1660 1756 IFS=$as_save_IFS 1661 1757 test -z "$as_dir" && as_dir=. 1662 echo "PATH: $as_dir"1758 $as_echo "PATH: $as_dir" 1663 1759 done 1664 1760 IFS=$as_save_IFS … … 1695 1791 continue ;; 1696 1792 *\'*) 1697 ac_arg=` echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1793 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1698 1794 esac 1699 1795 case $ac_pass in … … 1747 1843 *${as_nl}*) 1748 1844 case $ac_var in #( 1749 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&51750 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;1845 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 1846 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1751 1847 esac 1752 1848 case $ac_var in #( 1753 1849 _ | IFS | as_nl) ;; #( 1850 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1754 1851 *) $as_unset $ac_var ;; 1755 1852 esac ;; … … 1781 1878 eval ac_val=\$$ac_var 1782 1879 case $ac_val in 1783 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1880 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1784 1881 esac 1785 echo "$ac_var='\''$ac_val'\''"1882 $as_echo "$ac_var='\''$ac_val'\''" 1786 1883 done | sort 1787 1884 echo … … 1798 1895 eval ac_val=\$$ac_var 1799 1896 case $ac_val in 1800 *\'\''*) ac_val=` echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1897 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1801 1898 esac 1802 echo "$ac_var='\''$ac_val'\''"1899 $as_echo "$ac_var='\''$ac_val'\''" 1803 1900 done | sort 1804 1901 echo … … 1816 1913 fi 1817 1914 test "$ac_signal" != 0 && 1818 echo "$as_me: caught signal $ac_signal"1819 echo "$as_me: exit $exit_status"1915 $as_echo "$as_me: caught signal $ac_signal" 1916 $as_echo "$as_me: exit $exit_status" 1820 1917 } >&5 1821 1918 rm -f core *.core core.conftest.* && … … 1859 1956 1860 1957 # Let the site file select an alternate cache file if it wants to. 1861 # Prefer explicitly selected file to automatically selected ones. 1958 # Prefer an explicitly selected file to automatically selected ones. 1959 ac_site_file1=NONE 1960 ac_site_file2=NONE 1862 1961 if test -n "$CONFIG_SITE"; then 1863 set x "$CONFIG_SITE"1962 ac_site_file1=$CONFIG_SITE 1864 1963 elif test "x$prefix" != xNONE; then 1865 set x "$prefix/share/config.site" "$prefix/etc/config.site"1866 else1867 set x "$ac_default_prefix/share/config.site" \ 1868 "$ac_default_prefix/etc/config.site" 1869 fi 1870 shift 1871 for ac_site_file 1964 ac_site_file1=$prefix/share/config.site 1965 ac_site_file2=$prefix/etc/config.site 1966 else 1967 ac_site_file1=$ac_default_prefix/share/config.site 1968 ac_site_file2=$ac_default_prefix/etc/config.site 1969 fi 1970 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1872 1971 do 1972 test "x$ac_site_file" = xNONE && continue 1873 1973 if test -r "$ac_site_file"; then 1874 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&51875 echo "$as_me: loading site script $ac_site_file" >&6;}1974 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1975 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1876 1976 sed 's/^/| /' "$ac_site_file" >&5 1877 1977 . "$ac_site_file" … … 1883 1983 # files actually), so we avoid doing that. 1884 1984 if test -f "$cache_file"; then 1885 { echo "$as_me:$LINENO: loading cache $cache_file" >&51886 echo "$as_me: loading cache $cache_file" >&6;}1985 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1986 $as_echo "$as_me: loading cache $cache_file" >&6;} 1887 1987 case $cache_file in 1888 1988 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 1891 1991 fi 1892 1992 else 1893 { echo "$as_me:$LINENO: creating cache $cache_file" >&51894 echo "$as_me: creating cache $cache_file" >&6;}1993 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1994 $as_echo "$as_me: creating cache $cache_file" >&6;} 1895 1995 >$cache_file 1896 1996 fi … … 1907 2007 case $ac_old_set,$ac_new_set in 1908 2008 set,) 1909 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51910 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}2009 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2010 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1911 2011 ac_cache_corrupted=: ;; 1912 2012 ,set) 1913 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&51914 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}2013 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 2014 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1915 2015 ac_cache_corrupted=: ;; 1916 2016 ,);; 1917 2017 *) 1918 2018 if test "x$ac_old_val" != "x$ac_new_val"; then 1919 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1920 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1921 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1922 echo "$as_me: former value: $ac_old_val" >&2;} 1923 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1924 echo "$as_me: current value: $ac_new_val" >&2;} 1925 ac_cache_corrupted=: 2019 # differences in whitespace do not lead to failure. 2020 ac_old_val_w=`echo x $ac_old_val` 2021 ac_new_val_w=`echo x $ac_new_val` 2022 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2023 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 2024 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2025 ac_cache_corrupted=: 2026 else 2027 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2028 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2029 eval $ac_var=\$ac_old_val 2030 fi 2031 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 2032 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2033 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 2034 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1926 2035 fi;; 1927 2036 esac … … 1929 2038 if test "$ac_new_set" = set; then 1930 2039 case $ac_new_val in 1931 *\'*) ac_arg=$ac_var=` echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;2040 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1932 2041 *) ac_arg=$ac_var=$ac_new_val ;; 1933 2042 esac … … 1939 2048 done 1940 2049 if $ac_cache_corrupted; then 1941 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1942 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1943 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1944 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 2050 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2051 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2052 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 2053 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2054 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 2055 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1945 2056 { (exit 1); exit 1; }; } 1946 2057 fi … … 1978 2089 1979 2090 if test "x$prefix" = xNONE; then 1980 echo $ECHO_N "checking for prefix by $ECHO_C" >&62091 $as_echo_n "checking for prefix by " >&6 1981 2092 # Extract the first word of "", so it can be a program name with args. 1982 2093 set dummy ; ac_word=$2 1983 { echo "$as_me:$LINENO: checking for $ac_word" >&51984 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2094 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2095 $as_echo_n "checking for $ac_word... " >&6; } 1985 2096 if test "${ac_cv_path_ac_prefix_program+set}" = set; then 1986 echo $ECHO_N "(cached) $ECHO_C" >&62097 $as_echo_n "(cached) " >&6 1987 2098 else 1988 2099 case $ac_prefix_program in … … 1999 2110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2000 2111 ac_cv_path_ac_prefix_program="$as_dir/$ac_word$ac_exec_ext" 2001 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52112 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2002 2113 break 2 2003 2114 fi … … 2011 2122 ac_prefix_program=$ac_cv_path_ac_prefix_program 2012 2123 if test -n "$ac_prefix_program"; then 2013 { echo "$as_me:$LINENO: result: $ac_prefix_program" >&52014 echo "${ECHO_T}$ac_prefix_program" >&6; }2015 else 2016 { echo "$as_me:$LINENO: result: no" >&52017 echo "${ECHO_T}no" >&6; }2124 { $as_echo "$as_me:$LINENO: result: $ac_prefix_program" >&5 2125 $as_echo "$ac_prefix_program" >&6; } 2126 else 2127 { $as_echo "$as_me:$LINENO: result: no" >&5 2128 $as_echo "no" >&6; } 2018 2129 fi 2019 2130 … … 2025 2136 X"$ac_prefix_program" : 'X\(//\)$' \| \ 2026 2137 X"$ac_prefix_program" : 'X\(/\)' \| . 2>/dev/null || 2027 echo X"$ac_prefix_program" |2138 $as_echo X"$ac_prefix_program" | 2028 2139 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 2029 2140 s//\1/ … … 2048 2159 X"$prefix" : 'X\(//\)$' \| \ 2049 2160 X"$prefix" : 'X\(/\)' \| . 2>/dev/null || 2050 echo X"$prefix" |2161 $as_echo X"$prefix" | 2051 2162 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 2052 2163 s//\1/ … … 2090 2201 done 2091 2202 if test -z "$ac_aux_dir"; then 2092 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&52093 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}2203 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 2204 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 2094 2205 { (exit 1); exit 1; }; } 2095 2206 fi … … 2117 2228 # OS/2's system install, which has a completely different semantic 2118 2229 # ./install, which can be erroneously created by make from ./install.sh. 2119 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2120 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 2230 # Reject install programs that cannot install multiple files. 2231 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2232 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2121 2233 if test -z "$INSTALL"; then 2122 2234 if test "${ac_cv_path_install+set}" = set; then 2123 echo $ECHO_N "(cached) $ECHO_C" >&62235 $as_echo_n "(cached) " >&6 2124 2236 else 2125 2237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2150 2262 : 2151 2263 else 2152 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2153 break 3 2264 rm -rf conftest.one conftest.two conftest.dir 2265 echo one > conftest.one 2266 echo two > conftest.two 2267 mkdir conftest.dir 2268 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 2269 test -s conftest.one && test -s conftest.two && 2270 test -s conftest.dir/conftest.one && 2271 test -s conftest.dir/conftest.two 2272 then 2273 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 2274 break 3 2275 fi 2154 2276 fi 2155 2277 fi … … 2158 2280 ;; 2159 2281 esac 2282 2160 2283 done 2161 2284 IFS=$as_save_IFS 2162 2285 2286 rm -rf conftest.one conftest.two conftest.dir 2163 2287 2164 2288 fi … … 2173 2297 fi 2174 2298 fi 2175 { echo "$as_me:$LINENO: result: $INSTALL" >&52176 echo "${ECHO_T}$INSTALL" >&6; }2299 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 2300 $as_echo "$INSTALL" >&6; } 2177 2301 2178 2302 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. … … 2184 2308 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2185 2309 2186 { echo "$as_me:$LINENO: checking whether build environment is sane" >&52187 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }2310 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 2311 $as_echo_n "checking whether build environment is sane... " >&6; } 2188 2312 # Just in case 2189 2313 sleep 1 … … 2208 2332 # broken ls alias from the environment. This has actually 2209 2333 # happened. Such a system could not be considered "sane". 2210 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken2334 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 2211 2335 alias in your environment" >&5 2212 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken2336 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 2213 2337 alias in your environment" >&2;} 2214 2338 { (exit 1); exit 1; }; } … … 2221 2345 : 2222 2346 else 2223 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!2347 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! 2224 2348 Check your system clock" >&5 2225 echo "$as_me: error: newly created file is older than distributed files!2349 $as_echo "$as_me: error: newly created file is older than distributed files! 2226 2350 Check your system clock" >&2;} 2227 2351 { (exit 1); exit 1; }; } 2228 2352 fi 2229 { echo "$as_me:$LINENO: result: yes" >&52230 echo "${ECHO_T}yes" >&6; }2353 { $as_echo "$as_me:$LINENO: result: yes" >&5 2354 $as_echo "yes" >&6; } 2231 2355 test "$program_prefix" != NONE && 2232 2356 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 2234 2358 test "$program_suffix" != NONE && 2235 2359 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2236 # Double any \ or $. echo might interpret backslashes.2360 # Double any \ or $. 2237 2361 # By default was `s,x,x', remove it if useless. 2238 cat <<\_ACEOF >conftest.sed 2239 s/[\\$]/&&/g;s/;s,x,x,$// 2240 _ACEOF 2241 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 2242 rm -f conftest.sed 2362 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2363 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2243 2364 2244 2365 # expand $ac_aux_dir to an absolute path … … 2251 2372 else 2252 2373 am_missing_run= 2253 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&52254 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}2255 fi 2256 2257 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&52258 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }2374 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 2375 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2376 fi 2377 2378 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 2379 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 2259 2380 if test -z "$MKDIR_P"; then 2260 2381 if test "${ac_cv_path_mkdir+set}" = set; then 2261 echo $ECHO_N "(cached) $ECHO_C" >&62382 $as_echo_n "(cached) " >&6 2262 2383 else 2263 2384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 2294 2415 fi 2295 2416 fi 2296 { echo "$as_me:$LINENO: result: $MKDIR_P" >&52297 echo "${ECHO_T}$MKDIR_P" >&6; }2417 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 2418 $as_echo "$MKDIR_P" >&6; } 2298 2419 2299 2420 mkdir_p="$MKDIR_P" … … 2307 2428 # Extract the first word of "$ac_prog", so it can be a program name with args. 2308 2429 set dummy $ac_prog; ac_word=$2 2309 { echo "$as_me:$LINENO: checking for $ac_word" >&52310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2430 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2431 $as_echo_n "checking for $ac_word... " >&6; } 2311 2432 if test "${ac_cv_prog_AWK+set}" = set; then 2312 echo $ECHO_N "(cached) $ECHO_C" >&62433 $as_echo_n "(cached) " >&6 2313 2434 else 2314 2435 if test -n "$AWK"; then … … 2323 2444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2324 2445 ac_cv_prog_AWK="$ac_prog" 2325 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52446 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2326 2447 break 2 2327 2448 fi … … 2334 2455 AWK=$ac_cv_prog_AWK 2335 2456 if test -n "$AWK"; then 2336 { echo "$as_me:$LINENO: result: $AWK" >&52337 echo "${ECHO_T}$AWK" >&6; }2338 else 2339 { echo "$as_me:$LINENO: result: no" >&52340 echo "${ECHO_T}no" >&6; }2457 { $as_echo "$as_me:$LINENO: result: $AWK" >&5 2458 $as_echo "$AWK" >&6; } 2459 else 2460 { $as_echo "$as_me:$LINENO: result: no" >&5 2461 $as_echo "no" >&6; } 2341 2462 fi 2342 2463 … … 2345 2466 done 2346 2467 2347 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2348 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 2349 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2468 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2469 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2470 set x ${MAKE-make} 2471 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2350 2472 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2351 echo $ECHO_N "(cached) $ECHO_C" >&62473 $as_echo_n "(cached) " >&6 2352 2474 else 2353 2475 cat >conftest.make <<\_ACEOF … … 2366 2488 fi 2367 2489 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2368 { echo "$as_me:$LINENO: result: yes" >&52369 echo "${ECHO_T}yes" >&6; }2490 { $as_echo "$as_me:$LINENO: result: yes" >&5 2491 $as_echo "yes" >&6; } 2370 2492 SET_MAKE= 2371 2493 else 2372 { echo "$as_me:$LINENO: result: no" >&52373 echo "${ECHO_T}no" >&6; }2494 { $as_echo "$as_me:$LINENO: result: no" >&5 2495 $as_echo "no" >&6; } 2374 2496 SET_MAKE="MAKE=${MAKE-make}" 2375 2497 fi … … 2390 2512 # test to see if srcdir already configured 2391 2513 if test -f $srcdir/config.status; then 2392 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&52393 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}2514 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2515 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2394 2516 { (exit 1); exit 1; }; } 2395 2517 fi … … 2446 2568 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2447 2569 set dummy ${ac_tool_prefix}strip; ac_word=$2 2448 { echo "$as_me:$LINENO: checking for $ac_word" >&52449 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2571 $as_echo_n "checking for $ac_word... " >&6; } 2450 2572 if test "${ac_cv_prog_STRIP+set}" = set; then 2451 echo $ECHO_N "(cached) $ECHO_C" >&62573 $as_echo_n "(cached) " >&6 2452 2574 else 2453 2575 if test -n "$STRIP"; then … … 2462 2584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2463 2585 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2464 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52586 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2465 2587 break 2 2466 2588 fi … … 2473 2595 STRIP=$ac_cv_prog_STRIP 2474 2596 if test -n "$STRIP"; then 2475 { echo "$as_me:$LINENO: result: $STRIP" >&52476 echo "${ECHO_T}$STRIP" >&6; }2477 else 2478 { echo "$as_me:$LINENO: result: no" >&52479 echo "${ECHO_T}no" >&6; }2597 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 2598 $as_echo "$STRIP" >&6; } 2599 else 2600 { $as_echo "$as_me:$LINENO: result: no" >&5 2601 $as_echo "no" >&6; } 2480 2602 fi 2481 2603 … … 2486 2608 # Extract the first word of "strip", so it can be a program name with args. 2487 2609 set dummy strip; ac_word=$2 2488 { echo "$as_me:$LINENO: checking for $ac_word" >&52489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2611 $as_echo_n "checking for $ac_word... " >&6; } 2490 2612 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2491 echo $ECHO_N "(cached) $ECHO_C" >&62613 $as_echo_n "(cached) " >&6 2492 2614 else 2493 2615 if test -n "$ac_ct_STRIP"; then … … 2502 2624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2503 2625 ac_cv_prog_ac_ct_STRIP="strip" 2504 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2505 2627 break 2 2506 2628 fi … … 2513 2635 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2514 2636 if test -n "$ac_ct_STRIP"; then 2515 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&52516 echo "${ECHO_T}$ac_ct_STRIP" >&6; }2517 else 2518 { echo "$as_me:$LINENO: result: no" >&52519 echo "${ECHO_T}no" >&6; }2637 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2638 $as_echo "$ac_ct_STRIP" >&6; } 2639 else 2640 { $as_echo "$as_me:$LINENO: result: no" >&5 2641 $as_echo "no" >&6; } 2520 2642 fi 2521 2643 … … 2525 2647 case $cross_compiling:$ac_tool_warned in 2526 2648 yes:) 2527 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2528 whose name does not start with the host triplet. If you think this 2529 configuration is useful to you, please write to autoconf@gnu.org." >&5 2530 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2531 whose name does not start with the host triplet. If you think this 2532 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2649 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2650 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2533 2651 ac_tool_warned=yes ;; 2534 2652 esac … … 2572 2690 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2573 2691 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2574 { echo "$as_me:$LINENO: checking for $ac_word" >&52575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2693 $as_echo_n "checking for $ac_word... " >&6; } 2576 2694 if test "${ac_cv_prog_CXX+set}" = set; then 2577 echo $ECHO_N "(cached) $ECHO_C" >&62695 $as_echo_n "(cached) " >&6 2578 2696 else 2579 2697 if test -n "$CXX"; then … … 2588 2706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2589 2707 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52708 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2591 2709 break 2 2592 2710 fi … … 2599 2717 CXX=$ac_cv_prog_CXX 2600 2718 if test -n "$CXX"; then 2601 { echo "$as_me:$LINENO: result: $CXX" >&52602 echo "${ECHO_T}$CXX" >&6; }2603 else 2604 { echo "$as_me:$LINENO: result: no" >&52605 echo "${ECHO_T}no" >&6; }2719 { $as_echo "$as_me:$LINENO: result: $CXX" >&5 2720 $as_echo "$CXX" >&6; } 2721 else 2722 { $as_echo "$as_me:$LINENO: result: no" >&5 2723 $as_echo "no" >&6; } 2606 2724 fi 2607 2725 … … 2616 2734 # Extract the first word of "$ac_prog", so it can be a program name with args. 2617 2735 set dummy $ac_prog; ac_word=$2 2618 { echo "$as_me:$LINENO: checking for $ac_word" >&52619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }2736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 2737 $as_echo_n "checking for $ac_word... " >&6; } 2620 2738 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2621 echo $ECHO_N "(cached) $ECHO_C" >&62739 $as_echo_n "(cached) " >&6 2622 2740 else 2623 2741 if test -n "$ac_ct_CXX"; then … … 2632 2750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2633 2751 ac_cv_prog_ac_ct_CXX="$ac_prog" 2634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&52752 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2635 2753 break 2 2636 2754 fi … … 2643 2761 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2644 2762 if test -n "$ac_ct_CXX"; then 2645 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&52646 echo "${ECHO_T}$ac_ct_CXX" >&6; }2647 else 2648 { echo "$as_me:$LINENO: result: no" >&52649 echo "${ECHO_T}no" >&6; }2763 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2764 $as_echo "$ac_ct_CXX" >&6; } 2765 else 2766 { $as_echo "$as_me:$LINENO: result: no" >&5 2767 $as_echo "no" >&6; } 2650 2768 fi 2651 2769 … … 2659 2777 case $cross_compiling:$ac_tool_warned in 2660 2778 yes:) 2661 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2662 whose name does not start with the host triplet. If you think this 2663 configuration is useful to you, please write to autoconf@gnu.org." >&5 2664 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2665 whose name does not start with the host triplet. If you think this 2666 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2779 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 2780 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2667 2781 ac_tool_warned=yes ;; 2668 2782 esac … … 2674 2788 fi 2675 2789 # Provide some information about the compiler. 2676 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2677 ac_compiler=`set X $ac_compile; echo $2` 2790 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 2791 set X $ac_compile 2792 ac_compiler=$2 2678 2793 { (ac_try="$ac_compiler --version >&5" 2679 2794 case "(($ac_try" in … … 2681 2796 *) ac_try_echo=$ac_try;; 2682 2797 esac 2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2799 $as_echo "$ac_try_echo") >&5 2684 2800 (eval "$ac_compiler --version >&5") 2>&5 2685 2801 ac_status=$? 2686 echo "$as_me:$LINENO: \$? = $ac_status" >&52802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2687 2803 (exit $ac_status); } 2688 2804 { (ac_try="$ac_compiler -v >&5" … … 2691 2807 *) ac_try_echo=$ac_try;; 2692 2808 esac 2693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2810 $as_echo "$ac_try_echo") >&5 2694 2811 (eval "$ac_compiler -v >&5") 2>&5 2695 2812 ac_status=$? 2696 echo "$as_me:$LINENO: \$? = $ac_status" >&52813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2697 2814 (exit $ac_status); } 2698 2815 { (ac_try="$ac_compiler -V >&5" … … 2701 2818 *) ac_try_echo=$ac_try;; 2702 2819 esac 2703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2821 $as_echo "$ac_try_echo") >&5 2704 2822 (eval "$ac_compiler -V >&5") 2>&5 2705 2823 ac_status=$? 2706 echo "$as_me:$LINENO: \$? = $ac_status" >&52824 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2707 2825 (exit $ac_status); } 2708 2826 … … 2723 2841 _ACEOF 2724 2842 ac_clean_files_save=$ac_clean_files 2725 ac_clean_files="$ac_clean_files a.out a. exe b.out"2843 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2726 2844 # Try to create an executable without -o first, disregard a.out. 2727 2845 # It will help us diagnose broken compilers, and finding out an intuition 2728 2846 # of exeext. 2729 { echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 2730 echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; } 2731 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2732 # 2733 # List of possible output files, starting from the most likely. 2734 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2735 # only as a last resort. b.out is created by i960 compilers. 2736 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2737 # 2738 # The IRIX 6 linker writes into existing files which may not be 2739 # executable, retaining their permissions. Remove them first so a 2740 # subsequent execution test works. 2847 { $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 2848 $as_echo_n "checking for C++ compiler default output file name... " >&6; } 2849 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2850 2851 # The possible output files: 2852 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2853 2741 2854 ac_rmfiles= 2742 2855 for ac_file in $ac_files 2743 2856 do 2744 2857 case $ac_file in 2745 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2858 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2746 2859 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2747 2860 esac … … 2754 2867 *) ac_try_echo=$ac_try;; 2755 2868 esac 2756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2870 $as_echo "$ac_try_echo") >&5 2757 2871 (eval "$ac_link_default") 2>&5 2758 2872 ac_status=$? 2759 echo "$as_me:$LINENO: \$? = $ac_status" >&52873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2760 2874 (exit $ac_status); }; then 2761 2875 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. … … 2768 2882 test -f "$ac_file" || continue 2769 2883 case $ac_file in 2770 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj )2884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2771 2885 ;; 2772 2886 [ab].out ) … … 2795 2909 fi 2796 2910 2797 { echo "$as_me:$LINENO: result: $ac_file" >&52798 echo "${ECHO_T}$ac_file" >&6; }2911 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 2912 $as_echo "$ac_file" >&6; } 2799 2913 if test -z "$ac_file"; then 2800 echo "$as_me: failed program was:" >&52914 $as_echo "$as_me: failed program was:" >&5 2801 2915 sed 's/^/| /' conftest.$ac_ext >&5 2802 2916 2803 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables 2917 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2918 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2919 { { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables 2804 2920 See \`config.log' for more details." >&5 2805 echo "$as_me: error: C++ compiler cannot create executables2921 $as_echo "$as_me: error: C++ compiler cannot create executables 2806 2922 See \`config.log' for more details." >&2;} 2807 { (exit 77); exit 77; }; } 2923 { (exit 77); exit 77; }; }; } 2808 2924 fi 2809 2925 … … 2812 2928 # Check that the compiler produces executables we can run. If not, either 2813 2929 # the compiler is broken, or we cross compile. 2814 { echo "$as_me:$LINENO: checking whether the C++ compiler works" >&52815 echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; }2930 { $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 2931 $as_echo_n "checking whether the C++ compiler works... " >&6; } 2816 2932 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2817 2933 # If not cross compiling, check that we can run a simple program. … … 2822 2938 *) ac_try_echo=$ac_try;; 2823 2939 esac 2824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2941 $as_echo "$ac_try_echo") >&5 2825 2942 (eval "$ac_try") 2>&5 2826 2943 ac_status=$? 2827 echo "$as_me:$LINENO: \$? = $ac_status" >&52944 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2828 2945 (exit $ac_status); }; }; then 2829 2946 cross_compiling=no … … 2832 2949 cross_compiling=yes 2833 2950 else 2834 { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs. 2951 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 2952 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2953 { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs. 2835 2954 If you meant to cross compile, use \`--host'. 2836 2955 See \`config.log' for more details." >&5 2837 echo "$as_me: error: cannot run C++ compiled programs.2956 $as_echo "$as_me: error: cannot run C++ compiled programs. 2838 2957 If you meant to cross compile, use \`--host'. 2839 2958 See \`config.log' for more details." >&2;} 2840 { (exit 1); exit 1; }; } 2959 { (exit 1); exit 1; }; }; } 2841 2960 fi 2842 2961 fi 2843 2962 fi 2844 { echo "$as_me:$LINENO: result: yes" >&52845 echo "${ECHO_T}yes" >&6; }2846 2847 rm -f a.outa.exe conftest$ac_cv_exeext b.out2963 { $as_echo "$as_me:$LINENO: result: yes" >&5 2964 $as_echo "yes" >&6; } 2965 2966 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2848 2967 ac_clean_files=$ac_clean_files_save 2849 2968 # Check that the compiler produces executables we can run. If not, either 2850 2969 # the compiler is broken, or we cross compile. 2851 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&52852 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }2853 { echo "$as_me:$LINENO: result: $cross_compiling" >&52854 echo "${ECHO_T}$cross_compiling" >&6; }2855 2856 { echo "$as_me:$LINENO: checking for suffix of executables" >&52857 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }2970 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2971 $as_echo_n "checking whether we are cross compiling... " >&6; } 2972 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 2973 $as_echo "$cross_compiling" >&6; } 2974 2975 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 2976 $as_echo_n "checking for suffix of executables... " >&6; } 2858 2977 if { (ac_try="$ac_link" 2859 2978 case "(($ac_try" in … … 2861 2980 *) ac_try_echo=$ac_try;; 2862 2981 esac 2863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 2983 $as_echo "$ac_try_echo") >&5 2864 2984 (eval "$ac_link") 2>&5 2865 2985 ac_status=$? 2866 echo "$as_me:$LINENO: \$? = $ac_status" >&52986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2867 2987 (exit $ac_status); }; then 2868 2988 # If both `conftest.exe' and `conftest' are `present' (well, observable) … … 2873 2993 test -f "$ac_file" || continue 2874 2994 case $ac_file in 2875 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. o | *.obj ) ;;2995 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2876 2996 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2877 2997 break;; … … 2880 3000 done 2881 3001 else 2882 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3002 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3003 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3004 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2883 3005 See \`config.log' for more details." >&5 2884 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link3006 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2885 3007 See \`config.log' for more details." >&2;} 2886 { (exit 1); exit 1; }; } 3008 { (exit 1); exit 1; }; }; } 2887 3009 fi 2888 3010 2889 3011 rm -f conftest$ac_cv_exeext 2890 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&52891 echo "${ECHO_T}$ac_cv_exeext" >&6; }3012 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 3013 $as_echo "$ac_cv_exeext" >&6; } 2892 3014 2893 3015 rm -f conftest.$ac_ext 2894 3016 EXEEXT=$ac_cv_exeext 2895 3017 ac_exeext=$EXEEXT 2896 { echo "$as_me:$LINENO: checking for suffix of object files" >&52897 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }3018 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 3019 $as_echo_n "checking for suffix of object files... " >&6; } 2898 3020 if test "${ac_cv_objext+set}" = set; then 2899 echo $ECHO_N "(cached) $ECHO_C" >&63021 $as_echo_n "(cached) " >&6 2900 3022 else 2901 3023 cat >conftest.$ac_ext <<_ACEOF … … 2920 3042 *) ac_try_echo=$ac_try;; 2921 3043 esac 2922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3045 $as_echo "$ac_try_echo") >&5 2923 3046 (eval "$ac_compile") 2>&5 2924 3047 ac_status=$? 2925 echo "$as_me:$LINENO: \$? = $ac_status" >&53048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2926 3049 (exit $ac_status); }; then 2927 3050 for ac_file in conftest.o conftest.obj conftest.*; do 2928 3051 test -f "$ac_file" || continue; 2929 3052 case $ac_file in 2930 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;3053 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 2931 3054 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2932 3055 break;; … … 2934 3057 done 2935 3058 else 2936 echo "$as_me: failed program was:" >&53059 $as_echo "$as_me: failed program was:" >&5 2937 3060 sed 's/^/| /' conftest.$ac_ext >&5 2938 3061 2939 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3062 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3063 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3064 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2940 3065 See \`config.log' for more details." >&5 2941 echo "$as_me: error: cannot compute suffix of object files: cannot compile3066 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 2942 3067 See \`config.log' for more details." >&2;} 2943 { (exit 1); exit 1; }; } 3068 { (exit 1); exit 1; }; }; } 2944 3069 fi 2945 3070 2946 3071 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2947 3072 fi 2948 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&52949 echo "${ECHO_T}$ac_cv_objext" >&6; }3073 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3074 $as_echo "$ac_cv_objext" >&6; } 2950 3075 OBJEXT=$ac_cv_objext 2951 3076 ac_objext=$OBJEXT 2952 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&52953 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }3077 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3078 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 2954 3079 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 2955 echo $ECHO_N "(cached) $ECHO_C" >&63080 $as_echo_n "(cached) " >&6 2956 3081 else 2957 3082 cat >conftest.$ac_ext <<_ACEOF … … 2979 3104 *) ac_try_echo=$ac_try;; 2980 3105 esac 2981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3107 $as_echo "$ac_try_echo") >&5 2982 3108 (eval "$ac_compile") 2>conftest.er1 2983 3109 ac_status=$? … … 2985 3111 rm -f conftest.er1 2986 3112 cat conftest.err >&5 2987 echo "$as_me:$LINENO: \$? = $ac_status" >&53113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 2988 3114 (exit $ac_status); } && { 2989 3115 test -z "$ac_cxx_werror_flag" || … … 2992 3118 ac_compiler_gnu=yes 2993 3119 else 2994 echo "$as_me: failed program was:" >&53120 $as_echo "$as_me: failed program was:" >&5 2995 3121 sed 's/^/| /' conftest.$ac_ext >&5 2996 3122 … … 3002 3128 3003 3129 fi 3004 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3005 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3006 GXX=`test $ac_compiler_gnu = yes && echo yes` 3130 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3131 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3132 if test $ac_compiler_gnu = yes; then 3133 GXX=yes 3134 else 3135 GXX= 3136 fi 3007 3137 ac_test_CXXFLAGS=${CXXFLAGS+set} 3008 3138 ac_save_CXXFLAGS=$CXXFLAGS 3009 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&53010 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }3139 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3140 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 3011 3141 if test "${ac_cv_prog_cxx_g+set}" = set; then 3012 echo $ECHO_N "(cached) $ECHO_C" >&63142 $as_echo_n "(cached) " >&6 3013 3143 else 3014 3144 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3037 3167 *) ac_try_echo=$ac_try;; 3038 3168 esac 3039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3170 $as_echo "$ac_try_echo") >&5 3040 3171 (eval "$ac_compile") 2>conftest.er1 3041 3172 ac_status=$? … … 3043 3174 rm -f conftest.er1 3044 3175 cat conftest.err >&5 3045 echo "$as_me:$LINENO: \$? = $ac_status" >&53176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3046 3177 (exit $ac_status); } && { 3047 3178 test -z "$ac_cxx_werror_flag" || … … 3050 3181 ac_cv_prog_cxx_g=yes 3051 3182 else 3052 echo "$as_me: failed program was:" >&53183 $as_echo "$as_me: failed program was:" >&5 3053 3184 sed 's/^/| /' conftest.$ac_ext >&5 3054 3185 … … 3075 3206 *) ac_try_echo=$ac_try;; 3076 3207 esac 3077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3209 $as_echo "$ac_try_echo") >&5 3078 3210 (eval "$ac_compile") 2>conftest.er1 3079 3211 ac_status=$? … … 3081 3213 rm -f conftest.er1 3082 3214 cat conftest.err >&5 3083 echo "$as_me:$LINENO: \$? = $ac_status" >&53215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3084 3216 (exit $ac_status); } && { 3085 3217 test -z "$ac_cxx_werror_flag" || … … 3088 3220 : 3089 3221 else 3090 echo "$as_me: failed program was:" >&53222 $as_echo "$as_me: failed program was:" >&5 3091 3223 sed 's/^/| /' conftest.$ac_ext >&5 3092 3224 … … 3114 3246 *) ac_try_echo=$ac_try;; 3115 3247 esac 3116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3249 $as_echo "$ac_try_echo") >&5 3117 3250 (eval "$ac_compile") 2>conftest.er1 3118 3251 ac_status=$? … … 3120 3253 rm -f conftest.er1 3121 3254 cat conftest.err >&5 3122 echo "$as_me:$LINENO: \$? = $ac_status" >&53255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3123 3256 (exit $ac_status); } && { 3124 3257 test -z "$ac_cxx_werror_flag" || … … 3127 3260 ac_cv_prog_cxx_g=yes 3128 3261 else 3129 echo "$as_me: failed program was:" >&53262 $as_echo "$as_me: failed program was:" >&5 3130 3263 sed 's/^/| /' conftest.$ac_ext >&5 3131 3264 … … 3142 3275 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3143 3276 fi 3144 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&53145 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }3277 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3278 $as_echo "$ac_cv_prog_cxx_g" >&6; } 3146 3279 if test "$ac_test_CXXFLAGS" = set; then 3147 3280 CXXFLAGS=$ac_save_CXXFLAGS … … 3176 3309 END 3177 3310 # If we don't find an include directive, just comment out the code. 3178 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&53179 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }3311 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 3312 $as_echo_n "checking for style of include used by $am_make... " >&6; } 3180 3313 am__include="#" 3181 3314 am__quote= … … 3204 3337 3205 3338 3206 { echo "$as_me:$LINENO: result: $_am_result" >&53207 echo "${ECHO_T}$_am_result" >&6; }3339 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5 3340 $as_echo "$_am_result" >&6; } 3208 3341 rm -f confinc confmf 3209 3342 … … 3229 3362 depcc="$CXX" am_compiler_list= 3230 3363 3231 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&53232 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }3364 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3365 $as_echo_n "checking dependency style of $depcc... " >&6; } 3233 3366 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 3234 echo $ECHO_N "(cached) $ECHO_C" >&63367 $as_echo_n "(cached) " >&6 3235 3368 else 3236 3369 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 3320 3453 3321 3454 fi 3322 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&53323 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }3455 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 3456 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } 3324 3457 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 3325 3458 … … 3409 3542 # Make sure we can run config.sub. 3410 3543 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 3411 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&53412 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}3544 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 3545 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 3413 3546 { (exit 1); exit 1; }; } 3414 3547 3415 { echo "$as_me:$LINENO: checking build system type" >&53416 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }3548 { $as_echo "$as_me:$LINENO: checking build system type" >&5 3549 $as_echo_n "checking build system type... " >&6; } 3417 3550 if test "${ac_cv_build+set}" = set; then 3418 echo $ECHO_N "(cached) $ECHO_C" >&63551 $as_echo_n "(cached) " >&6 3419 3552 else 3420 3553 ac_build_alias=$build_alias … … 3422 3555 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 3423 3556 test "x$ac_build_alias" = x && 3424 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&53425 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}3557 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 3558 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 3426 3559 { (exit 1); exit 1; }; } 3427 3560 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 3428 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&53429 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}3561 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 3562 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 3430 3563 { (exit 1); exit 1; }; } 3431 3564 3432 3565 fi 3433 { echo "$as_me:$LINENO: result: $ac_cv_build" >&53434 echo "${ECHO_T}$ac_cv_build" >&6; }3566 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3567 $as_echo "$ac_cv_build" >&6; } 3435 3568 case $ac_cv_build in 3436 3569 *-*-*) ;; 3437 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&53438 echo "$as_me: error: invalid value of canonical build" >&2;}3570 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 3571 $as_echo "$as_me: error: invalid value of canonical build" >&2;} 3439 3572 { (exit 1); exit 1; }; };; 3440 3573 esac … … 3453 3586 3454 3587 3455 { echo "$as_me:$LINENO: checking host system type" >&53456 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }3588 { $as_echo "$as_me:$LINENO: checking host system type" >&5 3589 $as_echo_n "checking host system type... " >&6; } 3457 3590 if test "${ac_cv_host+set}" = set; then 3458 echo $ECHO_N "(cached) $ECHO_C" >&63591 $as_echo_n "(cached) " >&6 3459 3592 else 3460 3593 if test "x$host_alias" = x; then … … 3462 3595 else 3463 3596 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 3464 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&53465 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}3597 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 3598 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 3466 3599 { (exit 1); exit 1; }; } 3467 3600 fi 3468 3601 3469 3602 fi 3470 { echo "$as_me:$LINENO: result: $ac_cv_host" >&53471 echo "${ECHO_T}$ac_cv_host" >&6; }3603 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3604 $as_echo "$ac_cv_host" >&6; } 3472 3605 case $ac_cv_host in 3473 3606 *-*-*) ;; 3474 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&53475 echo "$as_me: error: invalid value of canonical host" >&2;}3607 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 3608 $as_echo "$as_me: error: invalid value of canonical host" >&2;} 3476 3609 { (exit 1); exit 1; }; };; 3477 3610 esac … … 3498 3631 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3499 3632 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3500 { echo "$as_me:$LINENO: checking for $ac_word" >&53501 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3633 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3634 $as_echo_n "checking for $ac_word... " >&6; } 3502 3635 if test "${ac_cv_prog_CC+set}" = set; then 3503 echo $ECHO_N "(cached) $ECHO_C" >&63636 $as_echo_n "(cached) " >&6 3504 3637 else 3505 3638 if test -n "$CC"; then … … 3514 3647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3515 3648 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3516 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53649 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3517 3650 break 2 3518 3651 fi … … 3525 3658 CC=$ac_cv_prog_CC 3526 3659 if test -n "$CC"; then 3527 { echo "$as_me:$LINENO: result: $CC" >&53528 echo "${ECHO_T}$CC" >&6; }3529 else 3530 { echo "$as_me:$LINENO: result: no" >&53531 echo "${ECHO_T}no" >&6; }3660 { $as_echo "$as_me:$LINENO: result: $CC" >&5 3661 $as_echo "$CC" >&6; } 3662 else 3663 { $as_echo "$as_me:$LINENO: result: no" >&5 3664 $as_echo "no" >&6; } 3532 3665 fi 3533 3666 … … 3538 3671 # Extract the first word of "gcc", so it can be a program name with args. 3539 3672 set dummy gcc; ac_word=$2 3540 { echo "$as_me:$LINENO: checking for $ac_word" >&53541 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3673 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3674 $as_echo_n "checking for $ac_word... " >&6; } 3542 3675 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3543 echo $ECHO_N "(cached) $ECHO_C" >&63676 $as_echo_n "(cached) " >&6 3544 3677 else 3545 3678 if test -n "$ac_ct_CC"; then … … 3554 3687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3555 3688 ac_cv_prog_ac_ct_CC="gcc" 3556 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53689 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3557 3690 break 2 3558 3691 fi … … 3565 3698 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3566 3699 if test -n "$ac_ct_CC"; then 3567 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&53568 echo "${ECHO_T}$ac_ct_CC" >&6; }3569 else 3570 { echo "$as_me:$LINENO: result: no" >&53571 echo "${ECHO_T}no" >&6; }3700 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 3701 $as_echo "$ac_ct_CC" >&6; } 3702 else 3703 { $as_echo "$as_me:$LINENO: result: no" >&5 3704 $as_echo "no" >&6; } 3572 3705 fi 3573 3706 … … 3577 3710 case $cross_compiling:$ac_tool_warned in 3578 3711 yes:) 3579 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3580 whose name does not start with the host triplet. If you think this 3581 configuration is useful to you, please write to autoconf@gnu.org." >&5 3582 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3583 whose name does not start with the host triplet. If you think this 3584 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3712 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3713 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3585 3714 ac_tool_warned=yes ;; 3586 3715 esac … … 3595 3724 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3596 3725 set dummy ${ac_tool_prefix}cc; ac_word=$2 3597 { echo "$as_me:$LINENO: checking for $ac_word" >&53598 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3726 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3727 $as_echo_n "checking for $ac_word... " >&6; } 3599 3728 if test "${ac_cv_prog_CC+set}" = set; then 3600 echo $ECHO_N "(cached) $ECHO_C" >&63729 $as_echo_n "(cached) " >&6 3601 3730 else 3602 3731 if test -n "$CC"; then … … 3611 3740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3612 3741 ac_cv_prog_CC="${ac_tool_prefix}cc" 3613 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53742 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3614 3743 break 2 3615 3744 fi … … 3622 3751 CC=$ac_cv_prog_CC 3623 3752 if test -n "$CC"; then 3624 { echo "$as_me:$LINENO: result: $CC" >&53625 echo "${ECHO_T}$CC" >&6; }3626 else 3627 { echo "$as_me:$LINENO: result: no" >&53628 echo "${ECHO_T}no" >&6; }3753 { $as_echo "$as_me:$LINENO: result: $CC" >&5 3754 $as_echo "$CC" >&6; } 3755 else 3756 { $as_echo "$as_me:$LINENO: result: no" >&5 3757 $as_echo "no" >&6; } 3629 3758 fi 3630 3759 … … 3635 3764 # Extract the first word of "cc", so it can be a program name with args. 3636 3765 set dummy cc; ac_word=$2 3637 { echo "$as_me:$LINENO: checking for $ac_word" >&53638 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3767 $as_echo_n "checking for $ac_word... " >&6; } 3639 3768 if test "${ac_cv_prog_CC+set}" = set; then 3640 echo $ECHO_N "(cached) $ECHO_C" >&63769 $as_echo_n "(cached) " >&6 3641 3770 else 3642 3771 if test -n "$CC"; then … … 3656 3785 fi 3657 3786 ac_cv_prog_CC="cc" 3658 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53787 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3659 3788 break 2 3660 3789 fi … … 3679 3808 CC=$ac_cv_prog_CC 3680 3809 if test -n "$CC"; then 3681 { echo "$as_me:$LINENO: result: $CC" >&53682 echo "${ECHO_T}$CC" >&6; }3683 else 3684 { echo "$as_me:$LINENO: result: no" >&53685 echo "${ECHO_T}no" >&6; }3810 { $as_echo "$as_me:$LINENO: result: $CC" >&5 3811 $as_echo "$CC" >&6; } 3812 else 3813 { $as_echo "$as_me:$LINENO: result: no" >&5 3814 $as_echo "no" >&6; } 3686 3815 fi 3687 3816 … … 3694 3823 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3695 3824 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3696 { echo "$as_me:$LINENO: checking for $ac_word" >&53697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3825 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3826 $as_echo_n "checking for $ac_word... " >&6; } 3698 3827 if test "${ac_cv_prog_CC+set}" = set; then 3699 echo $ECHO_N "(cached) $ECHO_C" >&63828 $as_echo_n "(cached) " >&6 3700 3829 else 3701 3830 if test -n "$CC"; then … … 3710 3839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3711 3840 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53841 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3713 3842 break 2 3714 3843 fi … … 3721 3850 CC=$ac_cv_prog_CC 3722 3851 if test -n "$CC"; then 3723 { echo "$as_me:$LINENO: result: $CC" >&53724 echo "${ECHO_T}$CC" >&6; }3725 else 3726 { echo "$as_me:$LINENO: result: no" >&53727 echo "${ECHO_T}no" >&6; }3852 { $as_echo "$as_me:$LINENO: result: $CC" >&5 3853 $as_echo "$CC" >&6; } 3854 else 3855 { $as_echo "$as_me:$LINENO: result: no" >&5 3856 $as_echo "no" >&6; } 3728 3857 fi 3729 3858 … … 3738 3867 # Extract the first word of "$ac_prog", so it can be a program name with args. 3739 3868 set dummy $ac_prog; ac_word=$2 3740 { echo "$as_me:$LINENO: checking for $ac_word" >&53741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }3869 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 3870 $as_echo_n "checking for $ac_word... " >&6; } 3742 3871 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3743 echo $ECHO_N "(cached) $ECHO_C" >&63872 $as_echo_n "(cached) " >&6 3744 3873 else 3745 3874 if test -n "$ac_ct_CC"; then … … 3754 3883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3755 3884 ac_cv_prog_ac_ct_CC="$ac_prog" 3756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53885 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3757 3886 break 2 3758 3887 fi … … 3765 3894 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3766 3895 if test -n "$ac_ct_CC"; then 3767 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&53768 echo "${ECHO_T}$ac_ct_CC" >&6; }3769 else 3770 { echo "$as_me:$LINENO: result: no" >&53771 echo "${ECHO_T}no" >&6; }3896 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 3897 $as_echo "$ac_ct_CC" >&6; } 3898 else 3899 { $as_echo "$as_me:$LINENO: result: no" >&5 3900 $as_echo "no" >&6; } 3772 3901 fi 3773 3902 … … 3781 3910 case $cross_compiling:$ac_tool_warned in 3782 3911 yes:) 3783 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3784 whose name does not start with the host triplet. If you think this 3785 configuration is useful to you, please write to autoconf@gnu.org." >&5 3786 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3787 whose name does not start with the host triplet. If you think this 3788 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3912 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 3913 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3789 3914 ac_tool_warned=yes ;; 3790 3915 esac … … 3796 3921 3797 3922 3798 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 3923 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 3924 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3925 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 3799 3926 See \`config.log' for more details." >&5 3800 echo "$as_me: error: no acceptable C compiler found in \$PATH3927 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 3801 3928 See \`config.log' for more details." >&2;} 3802 { (exit 1); exit 1; }; } 3929 { (exit 1); exit 1; }; }; } 3803 3930 3804 3931 # Provide some information about the compiler. 3805 echo "$as_me:$LINENO: checking for C compiler version" >&5 3806 ac_compiler=`set X $ac_compile; echo $2` 3932 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 3933 set X $ac_compile 3934 ac_compiler=$2 3807 3935 { (ac_try="$ac_compiler --version >&5" 3808 3936 case "(($ac_try" in … … 3810 3938 *) ac_try_echo=$ac_try;; 3811 3939 esac 3812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3941 $as_echo "$ac_try_echo") >&5 3813 3942 (eval "$ac_compiler --version >&5") 2>&5 3814 3943 ac_status=$? 3815 echo "$as_me:$LINENO: \$? = $ac_status" >&53944 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3816 3945 (exit $ac_status); } 3817 3946 { (ac_try="$ac_compiler -v >&5" … … 3820 3949 *) ac_try_echo=$ac_try;; 3821 3950 esac 3822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3952 $as_echo "$ac_try_echo") >&5 3823 3953 (eval "$ac_compiler -v >&5") 2>&5 3824 3954 ac_status=$? 3825 echo "$as_me:$LINENO: \$? = $ac_status" >&53955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3826 3956 (exit $ac_status); } 3827 3957 { (ac_try="$ac_compiler -V >&5" … … 3830 3960 *) ac_try_echo=$ac_try;; 3831 3961 esac 3832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3963 $as_echo "$ac_try_echo") >&5 3833 3964 (eval "$ac_compiler -V >&5") 2>&5 3834 3965 ac_status=$? 3835 echo "$as_me:$LINENO: \$? = $ac_status" >&53966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3836 3967 (exit $ac_status); } 3837 3968 3838 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&53839 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }3969 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3970 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3840 3971 if test "${ac_cv_c_compiler_gnu+set}" = set; then 3841 echo $ECHO_N "(cached) $ECHO_C" >&63972 $as_echo_n "(cached) " >&6 3842 3973 else 3843 3974 cat >conftest.$ac_ext <<_ACEOF … … 3865 3996 *) ac_try_echo=$ac_try;; 3866 3997 esac 3867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3999 $as_echo "$ac_try_echo") >&5 3868 4000 (eval "$ac_compile") 2>conftest.er1 3869 4001 ac_status=$? … … 3871 4003 rm -f conftest.er1 3872 4004 cat conftest.err >&5 3873 echo "$as_me:$LINENO: \$? = $ac_status" >&54005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3874 4006 (exit $ac_status); } && { 3875 4007 test -z "$ac_c_werror_flag" || … … 3878 4010 ac_compiler_gnu=yes 3879 4011 else 3880 echo "$as_me: failed program was:" >&54012 $as_echo "$as_me: failed program was:" >&5 3881 4013 sed 's/^/| /' conftest.$ac_ext >&5 3882 4014 … … 3888 4020 3889 4021 fi 3890 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3891 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 3892 GCC=`test $ac_compiler_gnu = yes && echo yes` 4022 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 4023 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 4024 if test $ac_compiler_gnu = yes; then 4025 GCC=yes 4026 else 4027 GCC= 4028 fi 3893 4029 ac_test_CFLAGS=${CFLAGS+set} 3894 4030 ac_save_CFLAGS=$CFLAGS 3895 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&53896 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }4031 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 4032 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3897 4033 if test "${ac_cv_prog_cc_g+set}" = set; then 3898 echo $ECHO_N "(cached) $ECHO_C" >&64034 $as_echo_n "(cached) " >&6 3899 4035 else 3900 4036 ac_save_c_werror_flag=$ac_c_werror_flag … … 3923 4059 *) ac_try_echo=$ac_try;; 3924 4060 esac 3925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4062 $as_echo "$ac_try_echo") >&5 3926 4063 (eval "$ac_compile") 2>conftest.er1 3927 4064 ac_status=$? … … 3929 4066 rm -f conftest.er1 3930 4067 cat conftest.err >&5 3931 echo "$as_me:$LINENO: \$? = $ac_status" >&54068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3932 4069 (exit $ac_status); } && { 3933 4070 test -z "$ac_c_werror_flag" || … … 3936 4073 ac_cv_prog_cc_g=yes 3937 4074 else 3938 echo "$as_me: failed program was:" >&54075 $as_echo "$as_me: failed program was:" >&5 3939 4076 sed 's/^/| /' conftest.$ac_ext >&5 3940 4077 … … 3961 4098 *) ac_try_echo=$ac_try;; 3962 4099 esac 3963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4101 $as_echo "$ac_try_echo") >&5 3964 4102 (eval "$ac_compile") 2>conftest.er1 3965 4103 ac_status=$? … … 3967 4105 rm -f conftest.er1 3968 4106 cat conftest.err >&5 3969 echo "$as_me:$LINENO: \$? = $ac_status" >&54107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3970 4108 (exit $ac_status); } && { 3971 4109 test -z "$ac_c_werror_flag" || … … 3974 4112 : 3975 4113 else 3976 echo "$as_me: failed program was:" >&54114 $as_echo "$as_me: failed program was:" >&5 3977 4115 sed 's/^/| /' conftest.$ac_ext >&5 3978 4116 … … 4000 4138 *) ac_try_echo=$ac_try;; 4001 4139 esac 4002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4141 $as_echo "$ac_try_echo") >&5 4003 4142 (eval "$ac_compile") 2>conftest.er1 4004 4143 ac_status=$? … … 4006 4145 rm -f conftest.er1 4007 4146 cat conftest.err >&5 4008 echo "$as_me:$LINENO: \$? = $ac_status" >&54147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4009 4148 (exit $ac_status); } && { 4010 4149 test -z "$ac_c_werror_flag" || … … 4013 4152 ac_cv_prog_cc_g=yes 4014 4153 else 4015 echo "$as_me: failed program was:" >&54154 $as_echo "$as_me: failed program was:" >&5 4016 4155 sed 's/^/| /' conftest.$ac_ext >&5 4017 4156 … … 4028 4167 ac_c_werror_flag=$ac_save_c_werror_flag 4029 4168 fi 4030 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&54031 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }4169 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 4170 $as_echo "$ac_cv_prog_cc_g" >&6; } 4032 4171 if test "$ac_test_CFLAGS" = set; then 4033 4172 CFLAGS=$ac_save_CFLAGS … … 4045 4184 fi 4046 4185 fi 4047 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&54048 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }4186 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 4187 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4049 4188 if test "${ac_cv_prog_cc_c89+set}" = set; then 4050 echo $ECHO_N "(cached) $ECHO_C" >&64189 $as_echo_n "(cached) " >&6 4051 4190 else 4052 4191 ac_cv_prog_cc_c89=no … … 4119 4258 *) ac_try_echo=$ac_try;; 4120 4259 esac 4121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 4261 $as_echo "$ac_try_echo") >&5 4122 4262 (eval "$ac_compile") 2>conftest.er1 4123 4263 ac_status=$? … … 4125 4265 rm -f conftest.er1 4126 4266 cat conftest.err >&5 4127 echo "$as_me:$LINENO: \$? = $ac_status" >&54267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4128 4268 (exit $ac_status); } && { 4129 4269 test -z "$ac_c_werror_flag" || … … 4132 4272 ac_cv_prog_cc_c89=$ac_arg 4133 4273 else 4134 echo "$as_me: failed program was:" >&54274 $as_echo "$as_me: failed program was:" >&5 4135 4275 sed 's/^/| /' conftest.$ac_ext >&5 4136 4276 … … 4148 4288 case "x$ac_cv_prog_cc_c89" in 4149 4289 x) 4150 { echo "$as_me:$LINENO: result: none needed" >&54151 echo "${ECHO_T}none needed" >&6; } ;;4290 { $as_echo "$as_me:$LINENO: result: none needed" >&5 4291 $as_echo "none needed" >&6; } ;; 4152 4292 xno) 4153 { echo "$as_me:$LINENO: result: unsupported" >&54154 echo "${ECHO_T}unsupported" >&6; } ;;4293 { $as_echo "$as_me:$LINENO: result: unsupported" >&5 4294 $as_echo "unsupported" >&6; } ;; 4155 4295 *) 4156 4296 CC="$CC $ac_cv_prog_cc_c89" 4157 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&54158 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;4297 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 4298 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 4159 4299 esac 4160 4300 … … 4168 4308 depcc="$CC" am_compiler_list= 4169 4309 4170 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&54171 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }4310 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 4311 $as_echo_n "checking dependency style of $depcc... " >&6; } 4172 4312 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 4173 echo $ECHO_N "(cached) $ECHO_C" >&64313 $as_echo_n "(cached) " >&6 4174 4314 else 4175 4315 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then … … 4259 4399 4260 4400 fi 4261 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&54262 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }4401 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 4402 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 4263 4403 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 4264 4404 … … 4274 4414 4275 4415 4276 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&54277 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }4416 { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 4417 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 4278 4418 if test "${lt_cv_path_SED+set}" = set; then 4279 echo $ECHO_N "(cached) $ECHO_C" >&64419 $as_echo_n "(cached) " >&6 4280 4420 else 4281 4421 # Loop through the user's path and test for sed and gsed. … … 4330 4470 SED=$lt_cv_path_SED 4331 4471 4332 { echo "$as_me:$LINENO: result: $SED" >&54333 echo "${ECHO_T}$SED" >&6; }4334 4335 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&54336 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }4472 { $as_echo "$as_me:$LINENO: result: $SED" >&5 4473 $as_echo "$SED" >&6; } 4474 4475 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4476 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4337 4477 if test "${ac_cv_path_GREP+set}" = set; then 4338 echo $ECHO_N "(cached) $ECHO_C" >&6 4339 else 4340 # Extract the first word of "grep ggrep" to use in msg output 4341 if test -z "$GREP"; then 4342 set dummy grep ggrep; ac_prog_name=$2 4343 if test "${ac_cv_path_GREP+set}" = set; then 4344 echo $ECHO_N "(cached) $ECHO_C" >&6 4345 else 4478 $as_echo_n "(cached) " >&6 4479 else 4480 if test -z "$GREP"; then 4346 4481 ac_path_GREP_found=false 4347 # Loop through the user's path and test for each of PROGNAME-LIST4348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR4482 # Loop through the user's path and test for each of PROGNAME-LIST 4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4349 4484 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4350 4485 do … … 4352 4487 test -z "$as_dir" && as_dir=. 4353 4488 for ac_prog in grep ggrep; do 4354 for ac_exec_ext in '' $ac_executable_extensions; do4355 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"4356 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue4357 # Check for GNU ac_path_GREP and select it if it is found.4489 for ac_exec_ext in '' $ac_executable_extensions; do 4490 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4491 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4492 # Check for GNU ac_path_GREP and select it if it is found. 4358 4493 # Check for GNU $ac_path_GREP 4359 4494 case `"$ac_path_GREP" --version 2>&1` in … … 4362 4497 *) 4363 4498 ac_count=0 4364 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"4499 $as_echo_n 0123456789 >"conftest.in" 4365 4500 while : 4366 4501 do … … 4368 4503 mv "conftest.tmp" "conftest.in" 4369 4504 cp "conftest.in" "conftest.nl" 4370 echo 'GREP' >> "conftest.nl"4505 $as_echo 'GREP' >> "conftest.nl" 4371 4506 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4372 4507 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 4383 4518 esac 4384 4519 4385 4386 $ac_path_GREP_found && break 34520 $ac_path_GREP_found && break 3 4521 done 4387 4522 done 4388 4523 done 4389 4390 done4391 4524 IFS=$as_save_IFS 4392 4393 4394 fi 4395 4396 GREP="$ac_cv_path_GREP" 4397 if test -z "$GREP"; then 4398 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4399 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4525 if test -z "$ac_cv_path_GREP"; then 4526 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4527 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4400 4528 { (exit 1); exit 1; }; } 4401 fi 4402 4529 fi 4403 4530 else 4404 4531 ac_cv_path_GREP=$GREP 4405 4532 fi 4406 4533 4407 4408 fi 4409 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4410 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4534 fi 4535 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4536 $as_echo "$ac_cv_path_GREP" >&6; } 4411 4537 GREP="$ac_cv_path_GREP" 4412 4538 4413 4539 4414 { echo "$as_me:$LINENO: checking for egrep" >&54415 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }4540 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 4541 $as_echo_n "checking for egrep... " >&6; } 4416 4542 if test "${ac_cv_path_EGREP+set}" = set; then 4417 echo $ECHO_N "(cached) $ECHO_C" >&64543 $as_echo_n "(cached) " >&6 4418 4544 else 4419 4545 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4420 4546 then ac_cv_path_EGREP="$GREP -E" 4421 4547 else 4422 # Extract the first word of "egrep" to use in msg output 4423 if test -z "$EGREP"; then 4424 set dummy egrep; ac_prog_name=$2 4425 if test "${ac_cv_path_EGREP+set}" = set; then 4426 echo $ECHO_N "(cached) $ECHO_C" >&6 4427 else 4548 if test -z "$EGREP"; then 4428 4549 ac_path_EGREP_found=false 4429 # Loop through the user's path and test for each of PROGNAME-LIST4430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR4550 # Loop through the user's path and test for each of PROGNAME-LIST 4551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4431 4552 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4432 4553 do … … 4434 4555 test -z "$as_dir" && as_dir=. 4435 4556 for ac_prog in egrep; do 4436 for ac_exec_ext in '' $ac_executable_extensions; do4437 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"4438 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue4439 # Check for GNU ac_path_EGREP and select it if it is found.4557 for ac_exec_ext in '' $ac_executable_extensions; do 4558 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4559 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4560 # Check for GNU ac_path_EGREP and select it if it is found. 4440 4561 # Check for GNU $ac_path_EGREP 4441 4562 case `"$ac_path_EGREP" --version 2>&1` in … … 4444 4565 *) 4445 4566 ac_count=0 4446 echo $ECHO_N "0123456789$ECHO_C">"conftest.in"4567 $as_echo_n 0123456789 >"conftest.in" 4447 4568 while : 4448 4569 do … … 4450 4571 mv "conftest.tmp" "conftest.in" 4451 4572 cp "conftest.in" "conftest.nl" 4452 echo 'EGREP' >> "conftest.nl"4573 $as_echo 'EGREP' >> "conftest.nl" 4453 4574 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4454 4575 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break … … 4465 4586 esac 4466 4587 4467 4468 $ac_path_EGREP_found && break 34588 $ac_path_EGREP_found && break 3 4589 done 4469 4590 done 4470 4591 done 4471 4472 done4473 4592 IFS=$as_save_IFS 4474 4475 4476 fi 4477 4478 EGREP="$ac_cv_path_EGREP" 4479 if test -z "$EGREP"; then 4480 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4481 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4593 if test -z "$ac_cv_path_EGREP"; then 4594 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4595 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4482 4596 { (exit 1); exit 1; }; } 4483 fi 4484 4597 fi 4485 4598 else 4486 4599 ac_cv_path_EGREP=$EGREP 4487 4600 fi 4488 4601 4489 4490 4602 fi 4491 4603 fi 4492 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&54493 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }4604 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4605 $as_echo "$ac_cv_path_EGREP" >&6; } 4494 4606 EGREP="$ac_cv_path_EGREP" 4495 4607 … … 4506 4618 if test "$GCC" = yes; then 4507 4619 # Check if gcc -print-prog-name=ld gives a path. 4508 { echo "$as_me:$LINENO: checking for ld used by $CC" >&54509 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }4620 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 4621 $as_echo_n "checking for ld used by $CC... " >&6; } 4510 4622 case $host in 4511 4623 *-*-mingw*) … … 4536 4648 esac 4537 4649 elif test "$with_gnu_ld" = yes; then 4538 { echo "$as_me:$LINENO: checking for GNU ld" >&54539 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }4540 else 4541 { echo "$as_me:$LINENO: checking for non-GNU ld" >&54542 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }4650 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 4651 $as_echo_n "checking for GNU ld... " >&6; } 4652 else 4653 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 4654 $as_echo_n "checking for non-GNU ld... " >&6; } 4543 4655 fi 4544 4656 if test "${lt_cv_path_LD+set}" = set; then 4545 echo $ECHO_N "(cached) $ECHO_C" >&64657 $as_echo_n "(cached) " >&6 4546 4658 else 4547 4659 if test -z "$LD"; then … … 4573 4685 LD="$lt_cv_path_LD" 4574 4686 if test -n "$LD"; then 4575 { echo "$as_me:$LINENO: result: $LD" >&54576 echo "${ECHO_T}$LD" >&6; }4577 else 4578 { echo "$as_me:$LINENO: result: no" >&54579 echo "${ECHO_T}no" >&6; }4580 fi 4581 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&54582 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}4687 { $as_echo "$as_me:$LINENO: result: $LD" >&5 4688 $as_echo "$LD" >&6; } 4689 else 4690 { $as_echo "$as_me:$LINENO: result: no" >&5 4691 $as_echo "no" >&6; } 4692 fi 4693 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 4694 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 4583 4695 { (exit 1); exit 1; }; } 4584 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&54585 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }4696 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 4697 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 4586 4698 if test "${lt_cv_prog_gnu_ld+set}" = set; then 4587 echo $ECHO_N "(cached) $ECHO_C" >&64699 $as_echo_n "(cached) " >&6 4588 4700 else 4589 4701 # I'd rather use --version here, but apparently some GNU lds only accept -v. … … 4597 4709 esac 4598 4710 fi 4599 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&54600 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }4711 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 4712 $as_echo "$lt_cv_prog_gnu_ld" >&6; } 4601 4713 with_gnu_ld=$lt_cv_prog_gnu_ld 4602 4714 4603 4715 4604 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&54605 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }4716 { $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 4717 $as_echo_n "checking for $LD option to reload object files... " >&6; } 4606 4718 if test "${lt_cv_ld_reload_flag+set}" = set; then 4607 echo $ECHO_N "(cached) $ECHO_C" >&64719 $as_echo_n "(cached) " >&6 4608 4720 else 4609 4721 lt_cv_ld_reload_flag='-r' 4610 4722 fi 4611 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&54612 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }4723 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 4724 $as_echo "$lt_cv_ld_reload_flag" >&6; } 4613 4725 reload_flag=$lt_cv_ld_reload_flag 4614 4726 case $reload_flag in … … 4627 4739 esac 4628 4740 4629 { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&54630 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }4741 { $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 4742 $as_echo_n "checking for BSD-compatible nm... " >&6; } 4631 4743 if test "${lt_cv_path_NM+set}" = set; then 4632 echo $ECHO_N "(cached) $ECHO_C" >&64744 $as_echo_n "(cached) " >&6 4633 4745 else 4634 4746 if test -n "$NM"; then … … 4676 4788 fi 4677 4789 fi 4678 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&54679 echo "${ECHO_T}$lt_cv_path_NM" >&6; }4790 { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 4791 $as_echo "$lt_cv_path_NM" >&6; } 4680 4792 NM="$lt_cv_path_NM" 4681 4793 4682 { echo "$as_me:$LINENO: checking whether ln -s works" >&54683 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }4794 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 4795 $as_echo_n "checking whether ln -s works... " >&6; } 4684 4796 LN_S=$as_ln_s 4685 4797 if test "$LN_S" = "ln -s"; then 4686 { echo "$as_me:$LINENO: result: yes" >&54687 echo "${ECHO_T}yes" >&6; }4688 else 4689 { echo "$as_me:$LINENO: result: no, using $LN_S" >&54690 echo "${ECHO_T}no, using $LN_S" >&6; }4691 fi 4692 4693 { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&54694 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }4798 { $as_echo "$as_me:$LINENO: result: yes" >&5 4799 $as_echo "yes" >&6; } 4800 else 4801 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 4802 $as_echo "no, using $LN_S" >&6; } 4803 fi 4804 4805 { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 4806 $as_echo_n "checking how to recognize dependent libraries... " >&6; } 4695 4807 if test "${lt_cv_deplibs_check_method+set}" = set; then 4696 echo $ECHO_N "(cached) $ECHO_C" >&64808 $as_echo_n "(cached) " >&6 4697 4809 else 4698 4810 lt_cv_file_magic_cmd='$MAGIC_CMD' … … 4877 4989 4878 4990 fi 4879 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&54880 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }4991 { $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 4992 $as_echo "$lt_cv_deplibs_check_method" >&6; } 4881 4993 file_magic_cmd=$lt_cv_file_magic_cmd 4882 4994 deplibs_check_method=$lt_cv_deplibs_check_method … … 4912 5024 (eval $ac_compile) 2>&5 4913 5025 ac_status=$? 4914 echo "$as_me:$LINENO: \$? = $ac_status" >&55026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4915 5027 (exit $ac_status); }; then 4916 5028 case `/usr/bin/file conftest.$ac_objext` in … … 4927 5039 *-*-irix6*) 4928 5040 # Find out which ABI we are using. 4929 echo '#line 4929"configure"' > conftest.$ac_ext5041 echo '#line 5041 "configure"' > conftest.$ac_ext 4930 5042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4931 5043 (eval $ac_compile) 2>&5 4932 5044 ac_status=$? 4933 echo "$as_me:$LINENO: \$? = $ac_status" >&55045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4934 5046 (exit $ac_status); }; then 4935 5047 if test "$lt_cv_prog_gnu_ld" = yes; then … … 4969 5081 (eval $ac_compile) 2>&5 4970 5082 ac_status=$? 4971 echo "$as_me:$LINENO: \$? = $ac_status" >&55083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 4972 5084 (exit $ac_status); }; then 4973 5085 case `/usr/bin/file conftest.o` in … … 5019 5131 SAVE_CFLAGS="$CFLAGS" 5020 5132 CFLAGS="$CFLAGS -belf" 5021 { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&55022 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }5133 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 5134 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } 5023 5135 if test "${lt_cv_cc_needs_belf+set}" = set; then 5024 echo $ECHO_N "(cached) $ECHO_C" >&65136 $as_echo_n "(cached) " >&6 5025 5137 else 5026 5138 ac_ext=c … … 5051 5163 *) ac_try_echo=$ac_try;; 5052 5164 esac 5053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5166 $as_echo "$ac_try_echo") >&5 5054 5167 (eval "$ac_link") 2>conftest.er1 5055 5168 ac_status=$? … … 5057 5170 rm -f conftest.er1 5058 5171 cat conftest.err >&5 5059 echo "$as_me:$LINENO: \$? = $ac_status" >&55172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5060 5173 (exit $ac_status); } && { 5061 5174 test -z "$ac_c_werror_flag" || 5062 5175 test ! -s conftest.err 5063 } && test -s conftest$ac_exeext && 5064 $as_test_x conftest$ac_exeext; then 5176 } && test -s conftest$ac_exeext && { 5177 test "$cross_compiling" = yes || 5178 $as_test_x conftest$ac_exeext 5179 }; then 5065 5180 lt_cv_cc_needs_belf=yes 5066 5181 else 5067 echo "$as_me: failed program was:" >&55182 $as_echo "$as_me: failed program was:" >&5 5068 5183 sed 's/^/| /' conftest.$ac_ext >&5 5069 5184 … … 5071 5186 fi 5072 5187 5188 rm -rf conftest.dSYM 5073 5189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5074 5190 conftest$ac_exeext conftest.$ac_ext … … 5080 5196 5081 5197 fi 5082 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&55083 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }5198 { $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 5199 $as_echo "$lt_cv_cc_needs_belf" >&6; } 5084 5200 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 5085 5201 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf … … 5093 5209 (eval $ac_compile) 2>&5 5094 5210 ac_status=$? 5095 echo "$as_me:$LINENO: \$? = $ac_status" >&55211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5096 5212 (exit $ac_status); }; then 5097 5213 case `/usr/bin/file conftest.o` in … … 5122 5238 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5123 5239 ac_compiler_gnu=$ac_cv_c_compiler_gnu 5124 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&55125 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }5240 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 5241 $as_echo_n "checking how to run the C preprocessor... " >&6; } 5126 5242 # On Suns, sometimes $CPP names a directory. 5127 5243 if test -n "$CPP" && test -d "$CPP"; then … … 5130 5246 if test -z "$CPP"; then 5131 5247 if test "${ac_cv_prog_CPP+set}" = set; then 5132 echo $ECHO_N "(cached) $ECHO_C" >&65248 $as_echo_n "(cached) " >&6 5133 5249 else 5134 5250 # Double quotes because CPP needs to be expanded … … 5162 5278 *) ac_try_echo=$ac_try;; 5163 5279 esac 5164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5281 $as_echo "$ac_try_echo") >&5 5165 5282 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5166 5283 ac_status=$? … … 5168 5285 rm -f conftest.er1 5169 5286 cat conftest.err >&5 5170 echo "$as_me:$LINENO: \$? = $ac_status" >&55287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5171 5288 (exit $ac_status); } >/dev/null && { 5172 5289 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5175 5292 : 5176 5293 else 5177 echo "$as_me: failed program was:" >&55294 $as_echo "$as_me: failed program was:" >&5 5178 5295 sed 's/^/| /' conftest.$ac_ext >&5 5179 5296 … … 5199 5316 *) ac_try_echo=$ac_try;; 5200 5317 esac 5201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5319 $as_echo "$ac_try_echo") >&5 5202 5320 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5203 5321 ac_status=$? … … 5205 5323 rm -f conftest.er1 5206 5324 cat conftest.err >&5 5207 echo "$as_me:$LINENO: \$? = $ac_status" >&55325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5208 5326 (exit $ac_status); } >/dev/null && { 5209 5327 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5213 5331 continue 5214 5332 else 5215 echo "$as_me: failed program was:" >&55333 $as_echo "$as_me: failed program was:" >&5 5216 5334 sed 's/^/| /' conftest.$ac_ext >&5 5217 5335 … … 5238 5356 ac_cv_prog_CPP=$CPP 5239 5357 fi 5240 { echo "$as_me:$LINENO: result: $CPP" >&55241 echo "${ECHO_T}$CPP" >&6; }5358 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 5359 $as_echo "$CPP" >&6; } 5242 5360 ac_preproc_ok=false 5243 5361 for ac_c_preproc_warn_flag in '' yes … … 5267 5385 *) ac_try_echo=$ac_try;; 5268 5386 esac 5269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5388 $as_echo "$ac_try_echo") >&5 5270 5389 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5271 5390 ac_status=$? … … 5273 5392 rm -f conftest.er1 5274 5393 cat conftest.err >&5 5275 echo "$as_me:$LINENO: \$? = $ac_status" >&55394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5276 5395 (exit $ac_status); } >/dev/null && { 5277 5396 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5280 5399 : 5281 5400 else 5282 echo "$as_me: failed program was:" >&55401 $as_echo "$as_me: failed program was:" >&5 5283 5402 sed 's/^/| /' conftest.$ac_ext >&5 5284 5403 … … 5304 5423 *) ac_try_echo=$ac_try;; 5305 5424 esac 5306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5426 $as_echo "$ac_try_echo") >&5 5307 5427 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5308 5428 ac_status=$? … … 5310 5430 rm -f conftest.er1 5311 5431 cat conftest.err >&5 5312 echo "$as_me:$LINENO: \$? = $ac_status" >&55432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5313 5433 (exit $ac_status); } >/dev/null && { 5314 5434 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5318 5438 continue 5319 5439 else 5320 echo "$as_me: failed program was:" >&55440 $as_echo "$as_me: failed program was:" >&5 5321 5441 sed 's/^/| /' conftest.$ac_ext >&5 5322 5442 … … 5334 5454 : 5335 5455 else 5336 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5456 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 5457 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5458 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5337 5459 See \`config.log' for more details." >&5 5338 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check5460 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 5339 5461 See \`config.log' for more details." >&2;} 5340 { (exit 1); exit 1; }; } 5462 { (exit 1); exit 1; }; }; } 5341 5463 fi 5342 5464 … … 5348 5470 5349 5471 5350 { echo "$as_me:$LINENO: checking for ANSI C header files" >&55351 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }5472 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 5473 $as_echo_n "checking for ANSI C header files... " >&6; } 5352 5474 if test "${ac_cv_header_stdc+set}" = set; then 5353 echo $ECHO_N "(cached) $ECHO_C" >&65475 $as_echo_n "(cached) " >&6 5354 5476 else 5355 5477 cat >conftest.$ac_ext <<_ACEOF … … 5378 5500 *) ac_try_echo=$ac_try;; 5379 5501 esac 5380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5503 $as_echo "$ac_try_echo") >&5 5381 5504 (eval "$ac_compile") 2>conftest.er1 5382 5505 ac_status=$? … … 5384 5507 rm -f conftest.er1 5385 5508 cat conftest.err >&5 5386 echo "$as_me:$LINENO: \$? = $ac_status" >&55509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5387 5510 (exit $ac_status); } && { 5388 5511 test -z "$ac_c_werror_flag" || … … 5391 5514 ac_cv_header_stdc=yes 5392 5515 else 5393 echo "$as_me: failed program was:" >&55516 $as_echo "$as_me: failed program was:" >&5 5394 5517 sed 's/^/| /' conftest.$ac_ext >&5 5395 5518 … … 5483 5606 *) ac_try_echo=$ac_try;; 5484 5607 esac 5485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5609 $as_echo "$ac_try_echo") >&5 5486 5610 (eval "$ac_link") 2>&5 5487 5611 ac_status=$? 5488 echo "$as_me:$LINENO: \$? = $ac_status" >&55612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5489 5613 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5490 5614 { (case "(($ac_try" in … … 5492 5616 *) ac_try_echo=$ac_try;; 5493 5617 esac 5494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5619 $as_echo "$ac_try_echo") >&5 5495 5620 (eval "$ac_try") 2>&5 5496 5621 ac_status=$? 5497 echo "$as_me:$LINENO: \$? = $ac_status" >&55622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5498 5623 (exit $ac_status); }; }; then 5499 5624 : 5500 5625 else 5501 echo "$as_me: program exited with status $ac_status" >&55502 echo "$as_me: failed program was:" >&55626 $as_echo "$as_me: program exited with status $ac_status" >&5 5627 $as_echo "$as_me: failed program was:" >&5 5503 5628 sed 's/^/| /' conftest.$ac_ext >&5 5504 5629 … … 5506 5631 ac_cv_header_stdc=no 5507 5632 fi 5633 rm -rf conftest.dSYM 5508 5634 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5509 5635 fi … … 5512 5638 fi 5513 5639 fi 5514 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&55515 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }5640 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 5641 $as_echo "$ac_cv_header_stdc" >&6; } 5516 5642 if test $ac_cv_header_stdc = yes; then 5517 5643 … … 5535 5661 inttypes.h stdint.h unistd.h 5536 5662 do 5537 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5538 { echo "$as_me:$LINENO: checking for $ac_header" >&55539 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5663 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5664 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5665 $as_echo_n "checking for $ac_header... " >&6; } 5540 5666 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5541 echo $ECHO_N "(cached) $ECHO_C" >&65667 $as_echo_n "(cached) " >&6 5542 5668 else 5543 5669 cat >conftest.$ac_ext <<_ACEOF … … 5557 5683 *) ac_try_echo=$ac_try;; 5558 5684 esac 5559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5686 $as_echo "$ac_try_echo") >&5 5560 5687 (eval "$ac_compile") 2>conftest.er1 5561 5688 ac_status=$? … … 5563 5690 rm -f conftest.er1 5564 5691 cat conftest.err >&5 5565 echo "$as_me:$LINENO: \$? = $ac_status" >&55692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5566 5693 (exit $ac_status); } && { 5567 5694 test -z "$ac_c_werror_flag" || … … 5570 5697 eval "$as_ac_Header=yes" 5571 5698 else 5572 echo "$as_me: failed program was:" >&55699 $as_echo "$as_me: failed program was:" >&5 5573 5700 sed 's/^/| /' conftest.$ac_ext >&5 5574 5701 … … 5578 5705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5579 5706 fi 5580 ac_res=`eval echo '${'$as_ac_Header'}'` 5581 { echo "$as_me:$LINENO: result: $ac_res" >&5 5582 echo "${ECHO_T}$ac_res" >&6; } 5583 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5707 ac_res=`eval 'as_val=${'$as_ac_Header'} 5708 $as_echo "$as_val"'` 5709 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5710 $as_echo "$ac_res" >&6; } 5711 as_val=`eval 'as_val=${'$as_ac_Header'} 5712 $as_echo "$as_val"'` 5713 if test "x$as_val" = x""yes; then 5584 5714 cat >>confdefs.h <<_ACEOF 5585 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15715 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5586 5716 _ACEOF 5587 5717 … … 5594 5724 for ac_header in dlfcn.h 5595 5725 do 5596 as_ac_Header=` echo "ac_cv_header_$ac_header" | $as_tr_sh`5726 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5597 5727 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5598 { echo "$as_me:$LINENO: checking for $ac_header" >&55599 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5728 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5729 $as_echo_n "checking for $ac_header... " >&6; } 5600 5730 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5601 echo $ECHO_N "(cached) $ECHO_C" >&6 5602 fi 5603 ac_res=`eval echo '${'$as_ac_Header'}'` 5604 { echo "$as_me:$LINENO: result: $ac_res" >&5 5605 echo "${ECHO_T}$ac_res" >&6; } 5731 $as_echo_n "(cached) " >&6 5732 fi 5733 ac_res=`eval 'as_val=${'$as_ac_Header'} 5734 $as_echo "$as_val"'` 5735 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5736 $as_echo "$ac_res" >&6; } 5606 5737 else 5607 5738 # Is the header compilable? 5608 { echo "$as_me:$LINENO: checking $ac_header usability" >&55609 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }5739 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 5740 $as_echo_n "checking $ac_header usability... " >&6; } 5610 5741 cat >conftest.$ac_ext <<_ACEOF 5611 5742 /* confdefs.h. */ … … 5623 5754 *) ac_try_echo=$ac_try;; 5624 5755 esac 5625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5757 $as_echo "$ac_try_echo") >&5 5626 5758 (eval "$ac_compile") 2>conftest.er1 5627 5759 ac_status=$? … … 5629 5761 rm -f conftest.er1 5630 5762 cat conftest.err >&5 5631 echo "$as_me:$LINENO: \$? = $ac_status" >&55763 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5632 5764 (exit $ac_status); } && { 5633 5765 test -z "$ac_c_werror_flag" || … … 5636 5768 ac_header_compiler=yes 5637 5769 else 5638 echo "$as_me: failed program was:" >&55770 $as_echo "$as_me: failed program was:" >&5 5639 5771 sed 's/^/| /' conftest.$ac_ext >&5 5640 5772 … … 5643 5775 5644 5776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5645 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&55646 echo "${ECHO_T}$ac_header_compiler" >&6; }5777 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5778 $as_echo "$ac_header_compiler" >&6; } 5647 5779 5648 5780 # Is the header present? 5649 { echo "$as_me:$LINENO: checking $ac_header presence" >&55650 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }5781 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 5782 $as_echo_n "checking $ac_header presence... " >&6; } 5651 5783 cat >conftest.$ac_ext <<_ACEOF 5652 5784 /* confdefs.h. */ … … 5662 5794 *) ac_try_echo=$ac_try;; 5663 5795 esac 5664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5797 $as_echo "$ac_try_echo") >&5 5665 5798 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5666 5799 ac_status=$? … … 5668 5801 rm -f conftest.er1 5669 5802 cat conftest.err >&5 5670 echo "$as_me:$LINENO: \$? = $ac_status" >&55803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5671 5804 (exit $ac_status); } >/dev/null && { 5672 5805 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || … … 5675 5808 ac_header_preproc=yes 5676 5809 else 5677 echo "$as_me: failed program was:" >&55810 $as_echo "$as_me: failed program was:" >&5 5678 5811 sed 's/^/| /' conftest.$ac_ext >&5 5679 5812 … … 5682 5815 5683 5816 rm -f conftest.err conftest.$ac_ext 5684 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&55685 echo "${ECHO_T}$ac_header_preproc" >&6; }5817 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5818 $as_echo "$ac_header_preproc" >&6; } 5686 5819 5687 5820 # So? What about this header? 5688 5821 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5689 5822 yes:no: ) 5690 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&55691 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}5692 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&55693 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}5823 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5824 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5825 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5826 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5694 5827 ac_header_preproc=yes 5695 5828 ;; 5696 5829 no:yes:* ) 5697 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&55698 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}5699 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&55700 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}5701 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&55702 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}5703 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&55704 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}5705 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&55706 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}5707 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&55708 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}5830 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5831 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5832 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5833 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5834 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5835 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5836 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5837 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5838 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5839 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5840 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5841 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5709 5842 ( cat <<\_ASBOX 5710 5843 ## --------------------------------------------------- ## … … 5715 5848 ;; 5716 5849 esac 5717 { echo "$as_me:$LINENO: checking for $ac_header" >&55718 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }5850 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 5851 $as_echo_n "checking for $ac_header... " >&6; } 5719 5852 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5720 echo $ECHO_N "(cached) $ECHO_C" >&65853 $as_echo_n "(cached) " >&6 5721 5854 else 5722 5855 eval "$as_ac_Header=\$ac_header_preproc" 5723 5856 fi 5724 ac_res=`eval echo '${'$as_ac_Header'}'` 5725 { echo "$as_me:$LINENO: result: $ac_res" >&5 5726 echo "${ECHO_T}$ac_res" >&6; } 5727 5728 fi 5729 if test `eval echo '${'$as_ac_Header'}'` = yes; then 5857 ac_res=`eval 'as_val=${'$as_ac_Header'} 5858 $as_echo "$as_val"'` 5859 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 5860 $as_echo "$ac_res" >&6; } 5861 5862 fi 5863 as_val=`eval 'as_val=${'$as_ac_Header'} 5864 $as_echo "$as_val"'` 5865 if test "x$as_val" = x""yes; then 5730 5866 cat >>confdefs.h <<_ACEOF 5731 #define ` echo "HAVE_$ac_header" | $as_tr_cpp` 15867 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5732 5868 _ACEOF 5733 5869 … … 5746 5882 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5747 5883 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5748 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&55749 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }5884 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 5885 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 5750 5886 if test -z "$CXXCPP"; then 5751 5887 if test "${ac_cv_prog_CXXCPP+set}" = set; then 5752 echo $ECHO_N "(cached) $ECHO_C" >&65888 $as_echo_n "(cached) " >&6 5753 5889 else 5754 5890 # Double quotes because CXXCPP needs to be expanded … … 5782 5918 *) ac_try_echo=$ac_try;; 5783 5919 esac 5784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5921 $as_echo "$ac_try_echo") >&5 5785 5922 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5786 5923 ac_status=$? … … 5788 5925 rm -f conftest.er1 5789 5926 cat conftest.err >&5 5790 echo "$as_me:$LINENO: \$? = $ac_status" >&55927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5791 5928 (exit $ac_status); } >/dev/null && { 5792 5929 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5795 5932 : 5796 5933 else 5797 echo "$as_me: failed program was:" >&55934 $as_echo "$as_me: failed program was:" >&5 5798 5935 sed 's/^/| /' conftest.$ac_ext >&5 5799 5936 … … 5819 5956 *) ac_try_echo=$ac_try;; 5820 5957 esac 5821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 5959 $as_echo "$ac_try_echo") >&5 5822 5960 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5823 5961 ac_status=$? … … 5825 5963 rm -f conftest.er1 5826 5964 cat conftest.err >&5 5827 echo "$as_me:$LINENO: \$? = $ac_status" >&55965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5828 5966 (exit $ac_status); } >/dev/null && { 5829 5967 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5833 5971 continue 5834 5972 else 5835 echo "$as_me: failed program was:" >&55973 $as_echo "$as_me: failed program was:" >&5 5836 5974 sed 's/^/| /' conftest.$ac_ext >&5 5837 5975 … … 5858 5996 ac_cv_prog_CXXCPP=$CXXCPP 5859 5997 fi 5860 { echo "$as_me:$LINENO: result: $CXXCPP" >&55861 echo "${ECHO_T}$CXXCPP" >&6; }5998 { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 5999 $as_echo "$CXXCPP" >&6; } 5862 6000 ac_preproc_ok=false 5863 6001 for ac_cxx_preproc_warn_flag in '' yes … … 5887 6025 *) ac_try_echo=$ac_try;; 5888 6026 esac 5889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6028 $as_echo "$ac_try_echo") >&5 5890 6029 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5891 6030 ac_status=$? … … 5893 6032 rm -f conftest.er1 5894 6033 cat conftest.err >&5 5895 echo "$as_me:$LINENO: \$? = $ac_status" >&56034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5896 6035 (exit $ac_status); } >/dev/null && { 5897 6036 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5900 6039 : 5901 6040 else 5902 echo "$as_me: failed program was:" >&56041 $as_echo "$as_me: failed program was:" >&5 5903 6042 sed 's/^/| /' conftest.$ac_ext >&5 5904 6043 … … 5924 6063 *) ac_try_echo=$ac_try;; 5925 6064 esac 5926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6066 $as_echo "$ac_try_echo") >&5 5927 6067 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5928 6068 ac_status=$? … … 5930 6070 rm -f conftest.er1 5931 6071 cat conftest.err >&5 5932 echo "$as_me:$LINENO: \$? = $ac_status" >&56072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 5933 6073 (exit $ac_status); } >/dev/null && { 5934 6074 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || … … 5938 6078 continue 5939 6079 else 5940 echo "$as_me: failed program was:" >&56080 $as_echo "$as_me: failed program was:" >&5 5941 6081 sed 's/^/| /' conftest.$ac_ext >&5 5942 6082 … … 5954 6094 : 5955 6095 else 5956 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 6096 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 6097 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6098 { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 5957 6099 See \`config.log' for more details." >&5 5958 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check6100 $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 5959 6101 See \`config.log' for more details." >&2;} 5960 { (exit 1); exit 1; }; } 6102 { (exit 1); exit 1; }; }; } 5961 6103 fi 5962 6104 … … 5979 6121 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5980 6122 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5981 { echo "$as_me:$LINENO: checking for $ac_word" >&55982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }6123 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 6124 $as_echo_n "checking for $ac_word... " >&6; } 5983 6125 if test "${ac_cv_prog_F77+set}" = set; then 5984 echo $ECHO_N "(cached) $ECHO_C" >&66126 $as_echo_n "(cached) " >&6 5985 6127 else 5986 6128 if test -n "$F77"; then … … 5995 6137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5996 6138 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 5997 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56139 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5998 6140 break 2 5999 6141 fi … … 6006 6148 F77=$ac_cv_prog_F77 6007 6149 if test -n "$F77"; then 6008 { echo "$as_me:$LINENO: result: $F77" >&56009 echo "${ECHO_T}$F77" >&6; }6010 else 6011 { echo "$as_me:$LINENO: result: no" >&56012 echo "${ECHO_T}no" >&6; }6150 { $as_echo "$as_me:$LINENO: result: $F77" >&5 6151 $as_echo "$F77" >&6; } 6152 else 6153 { $as_echo "$as_me:$LINENO: result: no" >&5 6154 $as_echo "no" >&6; } 6013 6155 fi 6014 6156 … … 6023 6165 # Extract the first word of "$ac_prog", so it can be a program name with args. 6024 6166 set dummy $ac_prog; ac_word=$2 6025 { echo "$as_me:$LINENO: checking for $ac_word" >&56026 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }6167 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 6168 $as_echo_n "checking for $ac_word... " >&6; } 6027 6169 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 6028 echo $ECHO_N "(cached) $ECHO_C" >&66170 $as_echo_n "(cached) " >&6 6029 6171 else 6030 6172 if test -n "$ac_ct_F77"; then … … 6039 6181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6040 6182 ac_cv_prog_ac_ct_F77="$ac_prog" 6041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56183 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6042 6184 break 2 6043 6185 fi … … 6050 6192 ac_ct_F77=$ac_cv_prog_ac_ct_F77 6051 6193 if test -n "$ac_ct_F77"; then 6052 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&56053 echo "${ECHO_T}$ac_ct_F77" >&6; }6054 else 6055 { echo "$as_me:$LINENO: result: no" >&56056 echo "${ECHO_T}no" >&6; }6194 { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 6195 $as_echo "$ac_ct_F77" >&6; } 6196 else 6197 { $as_echo "$as_me:$LINENO: result: no" >&5 6198 $as_echo "no" >&6; } 6057 6199 fi 6058 6200 … … 6066 6208 case $cross_compiling:$ac_tool_warned in 6067 6209 yes:) 6068 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 6069 whose name does not start with the host triplet. If you think this 6070 configuration is useful to you, please write to autoconf@gnu.org." >&5 6071 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 6072 whose name does not start with the host triplet. If you think this 6073 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 6210 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 6211 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6074 6212 ac_tool_warned=yes ;; 6075 6213 esac … … 6080 6218 6081 6219 # Provide some information about the compiler. 6082 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 6083 ac_compiler=`set X $ac_compile; echo $2` 6220 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 6221 set X $ac_compile 6222 ac_compiler=$2 6084 6223 { (ac_try="$ac_compiler --version >&5" 6085 6224 case "(($ac_try" in … … 6087 6226 *) ac_try_echo=$ac_try;; 6088 6227 esac 6089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6229 $as_echo "$ac_try_echo") >&5 6090 6230 (eval "$ac_compiler --version >&5") 2>&5 6091 6231 ac_status=$? 6092 echo "$as_me:$LINENO: \$? = $ac_status" >&56232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6093 6233 (exit $ac_status); } 6094 6234 { (ac_try="$ac_compiler -v >&5" … … 6097 6237 *) ac_try_echo=$ac_try;; 6098 6238 esac 6099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6240 $as_echo "$ac_try_echo") >&5 6100 6241 (eval "$ac_compiler -v >&5") 2>&5 6101 6242 ac_status=$? 6102 echo "$as_me:$LINENO: \$? = $ac_status" >&56243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6103 6244 (exit $ac_status); } 6104 6245 { (ac_try="$ac_compiler -V >&5" … … 6107 6248 *) ac_try_echo=$ac_try;; 6108 6249 esac 6109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6251 $as_echo "$ac_try_echo") >&5 6110 6252 (eval "$ac_compiler -V >&5") 2>&5 6111 6253 ac_status=$? 6112 echo "$as_me:$LINENO: \$? = $ac_status" >&56254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6113 6255 (exit $ac_status); } 6114 6256 rm -f a.out … … 6118 6260 ac_save_ext=$ac_ext 6119 6261 ac_ext=F 6120 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&56121 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }6262 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 6263 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } 6122 6264 if test "${ac_cv_f77_compiler_gnu+set}" = set; then 6123 echo $ECHO_N "(cached) $ECHO_C" >&66265 $as_echo_n "(cached) " >&6 6124 6266 else 6125 6267 cat >conftest.$ac_ext <<_ACEOF … … 6137 6279 *) ac_try_echo=$ac_try;; 6138 6280 esac 6139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6282 $as_echo "$ac_try_echo") >&5 6140 6283 (eval "$ac_compile") 2>conftest.er1 6141 6284 ac_status=$? … … 6143 6286 rm -f conftest.er1 6144 6287 cat conftest.err >&5 6145 echo "$as_me:$LINENO: \$? = $ac_status" >&56288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6146 6289 (exit $ac_status); } && { 6147 6290 test -z "$ac_f77_werror_flag" || … … 6150 6293 ac_compiler_gnu=yes 6151 6294 else 6152 echo "$as_me: failed program was:" >&56295 $as_echo "$as_me: failed program was:" >&5 6153 6296 sed 's/^/| /' conftest.$ac_ext >&5 6154 6297 … … 6160 6303 6161 6304 fi 6162 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&56163 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }6305 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 6306 $as_echo "$ac_cv_f77_compiler_gnu" >&6; } 6164 6307 ac_ext=$ac_save_ext 6165 6308 ac_test_FFLAGS=${FFLAGS+set} 6166 6309 ac_save_FFLAGS=$FFLAGS 6167 6310 FFLAGS= 6168 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&56169 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }6311 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 6312 $as_echo_n "checking whether $F77 accepts -g... " >&6; } 6170 6313 if test "${ac_cv_prog_f77_g+set}" = set; then 6171 echo $ECHO_N "(cached) $ECHO_C" >&66314 $as_echo_n "(cached) " >&6 6172 6315 else 6173 6316 FFLAGS=-g … … 6183 6326 *) ac_try_echo=$ac_try;; 6184 6327 esac 6185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 6328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 6329 $as_echo "$ac_try_echo") >&5 6186 6330 (eval "$ac_compile") 2>conftest.er1 6187 6331 ac_status=$? … … 6189 6333 rm -f conftest.er1 6190 6334 cat conftest.err >&5 6191 echo "$as_me:$LINENO: \$? = $ac_status" >&56335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6192 6336 (exit $ac_status); } && { 6193 6337 test -z "$ac_f77_werror_flag" || … … 6196 6340 ac_cv_prog_f77_g=yes 6197 6341 else 6198 echo "$as_me: failed program was:" >&56342 $as_echo "$as_me: failed program was:" >&5 6199 6343 sed 's/^/| /' conftest.$ac_ext >&5 6200 6344 … … 6205 6349 6206 6350 fi 6207 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&56208 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }6351 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 6352 $as_echo "$ac_cv_prog_f77_g" >&6; } 6209 6353 if test "$ac_test_FFLAGS" = set; then 6210 6354 FFLAGS=$ac_save_FFLAGS … … 6223 6367 fi 6224 6368 6225 G77=`test $ac_compiler_gnu = yes && echo yes` 6369 if test $ac_compiler_gnu = yes; then 6370 G77=yes 6371 else 6372 G77= 6373 fi 6226 6374 ac_ext=c 6227 6375 ac_cpp='$CPP $CPPFLAGS' … … 6234 6382 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 6235 6383 # find the maximum length of command line arguments 6236 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&56237 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }6384 { $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 6385 $as_echo_n "checking the maximum length of command line arguments... " >&6; } 6238 6386 if test "${lt_cv_sys_max_cmd_len+set}" = set; then 6239 echo $ECHO_N "(cached) $ECHO_C" >&66387 $as_echo_n "(cached) " >&6 6240 6388 else 6241 6389 i=0 … … 6346 6494 6347 6495 if test -n $lt_cv_sys_max_cmd_len ; then 6348 { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&56349 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }6350 else 6351 { echo "$as_me:$LINENO: result: none" >&56352 echo "${ECHO_T}none" >&6; }6496 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 6497 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } 6498 else 6499 { $as_echo "$as_me:$LINENO: result: none" >&5 6500 $as_echo "none" >&6; } 6353 6501 fi 6354 6502 … … 6358 6506 6359 6507 # Check for command to grab the raw symbol name followed by C symbol from nm. 6360 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&56361 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }6508 { $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 6509 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 6362 6510 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then 6363 echo $ECHO_N "(cached) $ECHO_C" >&66511 $as_echo_n "(cached) " >&6 6364 6512 else 6365 6513 … … 6466 6614 (eval $ac_compile) 2>&5 6467 6615 ac_status=$? 6468 echo "$as_me:$LINENO: \$? = $ac_status" >&56616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6469 6617 (exit $ac_status); }; then 6470 6618 # Now try to grab the symbols. … … 6473 6621 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 6474 6622 ac_status=$? 6475 echo "$as_me:$LINENO: \$? = $ac_status" >&56623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6476 6624 (exit $ac_status); } && test -s "$nlist"; then 6477 6625 # Try sorting and uniquifying the output. … … 6528 6676 (eval $ac_link) 2>&5 6529 6677 ac_status=$? 6530 echo "$as_me:$LINENO: \$? = $ac_status" >&56678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 6531 6679 (exit $ac_status); } && test -s conftest${ac_exeext}; then 6532 6680 pipe_works=yes … … 6563 6711 fi 6564 6712 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 6565 { echo "$as_me:$LINENO: result: failed" >&56566 echo "${ECHO_T}failed" >&6; }6567 else 6568 { echo "$as_me:$LINENO: result: ok" >&56569 echo "${ECHO_T}ok" >&6; }6570 fi 6571 6572 { echo "$as_me:$LINENO: checking for objdir" >&56573 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }6713 { $as_echo "$as_me:$LINENO: result: failed" >&5 6714 $as_echo "failed" >&6; } 6715 else 6716 { $as_echo "$as_me:$LINENO: result: ok" >&5 6717 $as_echo "ok" >&6; } 6718 fi 6719 6720 { $as_echo "$as_me:$LINENO: checking for objdir" >&5 6721 $as_echo_n "checking for objdir... " >&6; } 6574 6722 if test "${lt_cv_objdir+set}" = set; then 6575 echo $ECHO_N "(cached) $ECHO_C" >&66723 $as_echo_n "(cached) " >&6 6576 6724 else 6577 6725 rm -f .libs 2>/dev/null … … 6585 6733 rmdir .libs 2>/dev/null 6586 6734 fi 6587 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&56588 echo "${ECHO_T}$lt_cv_objdir" >&6; }6735 { $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 6736 $as_echo "$lt_cv_objdir" >&6; } 6589 6737 objdir=$lt_cv_objdir 6590 6738 … … 6637 6785 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 6638 6786 set dummy ${ac_tool_prefix}ar; ac_word=$2 6639 { echo "$as_me:$LINENO: checking for $ac_word" >&56640 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }6787 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 6788 $as_echo_n "checking for $ac_word... " >&6; } 6641 6789 if test "${ac_cv_prog_AR+set}" = set; then 6642 echo $ECHO_N "(cached) $ECHO_C" >&66790 $as_echo_n "(cached) " >&6 6643 6791 else 6644 6792 if test -n "$AR"; then … … 6653 6801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6654 6802 ac_cv_prog_AR="${ac_tool_prefix}ar" 6655 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56803 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6656 6804 break 2 6657 6805 fi … … 6664 6812 AR=$ac_cv_prog_AR 6665 6813 if test -n "$AR"; then 6666 { echo "$as_me:$LINENO: result: $AR" >&56667 echo "${ECHO_T}$AR" >&6; }6668 else 6669 { echo "$as_me:$LINENO: result: no" >&56670 echo "${ECHO_T}no" >&6; }6814 { $as_echo "$as_me:$LINENO: result: $AR" >&5 6815 $as_echo "$AR" >&6; } 6816 else 6817 { $as_echo "$as_me:$LINENO: result: no" >&5 6818 $as_echo "no" >&6; } 6671 6819 fi 6672 6820 … … 6677 6825 # Extract the first word of "ar", so it can be a program name with args. 6678 6826 set dummy ar; ac_word=$2 6679 { echo "$as_me:$LINENO: checking for $ac_word" >&56680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }6827 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 6828 $as_echo_n "checking for $ac_word... " >&6; } 6681 6829 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 6682 echo $ECHO_N "(cached) $ECHO_C" >&66830 $as_echo_n "(cached) " >&6 6683 6831 else 6684 6832 if test -n "$ac_ct_AR"; then … … 6693 6841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6694 6842 ac_cv_prog_ac_ct_AR="ar" 6695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56843 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6696 6844 break 2 6697 6845 fi … … 6704 6852 ac_ct_AR=$ac_cv_prog_ac_ct_AR 6705 6853 if test -n "$ac_ct_AR"; then 6706 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&56707 echo "${ECHO_T}$ac_ct_AR" >&6; }6708 else 6709 { echo "$as_me:$LINENO: result: no" >&56710 echo "${ECHO_T}no" >&6; }6854 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 6855 $as_echo "$ac_ct_AR" >&6; } 6856 else 6857 { $as_echo "$as_me:$LINENO: result: no" >&5 6858 $as_echo "no" >&6; } 6711 6859 fi 6712 6860 … … 6716 6864 case $cross_compiling:$ac_tool_warned in 6717 6865 yes:) 6718 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 6719 whose name does not start with the host triplet. If you think this 6720 configuration is useful to you, please write to autoconf@gnu.org." >&5 6721 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 6722 whose name does not start with the host triplet. If you think this 6723 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 6866 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 6867 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6724 6868 ac_tool_warned=yes ;; 6725 6869 esac … … 6733 6877 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6734 6878 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6735 { echo "$as_me:$LINENO: checking for $ac_word" >&56736 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }6879 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 6880 $as_echo_n "checking for $ac_word... " >&6; } 6737 6881 if test "${ac_cv_prog_RANLIB+set}" = set; then 6738 echo $ECHO_N "(cached) $ECHO_C" >&66882 $as_echo_n "(cached) " >&6 6739 6883 else 6740 6884 if test -n "$RANLIB"; then … … 6749 6893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6750 6894 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6751 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56895 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6752 6896 break 2 6753 6897 fi … … 6760 6904 RANLIB=$ac_cv_prog_RANLIB 6761 6905 if test -n "$RANLIB"; then 6762 { echo "$as_me:$LINENO: result: $RANLIB" >&56763 echo "${ECHO_T}$RANLIB" >&6; }6764 else 6765 { echo "$as_me:$LINENO: result: no" >&56766 echo "${ECHO_T}no" >&6; }6906 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 6907 $as_echo "$RANLIB" >&6; } 6908 else 6909 { $as_echo "$as_me:$LINENO: result: no" >&5 6910 $as_echo "no" >&6; } 6767 6911 fi 6768 6912 … … 6773 6917 # Extract the first word of "ranlib", so it can be a program name with args. 6774 6918 set dummy ranlib; ac_word=$2 6775 { echo "$as_me:$LINENO: checking for $ac_word" >&56776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }6919 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 6920 $as_echo_n "checking for $ac_word... " >&6; } 6777 6921 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 6778 echo $ECHO_N "(cached) $ECHO_C" >&66922 $as_echo_n "(cached) " >&6 6779 6923 else 6780 6924 if test -n "$ac_ct_RANLIB"; then … … 6789 6933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6790 6934 ac_cv_prog_ac_ct_RANLIB="ranlib" 6791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56935 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6792 6936 break 2 6793 6937 fi … … 6800 6944 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 6801 6945 if test -n "$ac_ct_RANLIB"; then 6802 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&56803 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }6804 else 6805 { echo "$as_me:$LINENO: result: no" >&56806 echo "${ECHO_T}no" >&6; }6946 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 6947 $as_echo "$ac_ct_RANLIB" >&6; } 6948 else 6949 { $as_echo "$as_me:$LINENO: result: no" >&5 6950 $as_echo "no" >&6; } 6807 6951 fi 6808 6952 … … 6812 6956 case $cross_compiling:$ac_tool_warned in 6813 6957 yes:) 6814 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 6815 whose name does not start with the host triplet. If you think this 6816 configuration is useful to you, please write to autoconf@gnu.org." >&5 6817 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 6818 whose name does not start with the host triplet. If you think this 6819 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 6958 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 6959 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6820 6960 ac_tool_warned=yes ;; 6821 6961 esac … … 6829 6969 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 6830 6970 set dummy ${ac_tool_prefix}strip; ac_word=$2 6831 { echo "$as_me:$LINENO: checking for $ac_word" >&56832 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }6971 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 6972 $as_echo_n "checking for $ac_word... " >&6; } 6833 6973 if test "${ac_cv_prog_STRIP+set}" = set; then 6834 echo $ECHO_N "(cached) $ECHO_C" >&66974 $as_echo_n "(cached) " >&6 6835 6975 else 6836 6976 if test -n "$STRIP"; then … … 6845 6985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6846 6986 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 6847 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&56987 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6848 6988 break 2 6849 6989 fi … … 6856 6996 STRIP=$ac_cv_prog_STRIP 6857 6997 if test -n "$STRIP"; then 6858 { echo "$as_me:$LINENO: result: $STRIP" >&56859 echo "${ECHO_T}$STRIP" >&6; }6860 else 6861 { echo "$as_me:$LINENO: result: no" >&56862 echo "${ECHO_T}no" >&6; }6998 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 6999 $as_echo "$STRIP" >&6; } 7000 else 7001 { $as_echo "$as_me:$LINENO: result: no" >&5 7002 $as_echo "no" >&6; } 6863 7003 fi 6864 7004 … … 6869 7009 # Extract the first word of "strip", so it can be a program name with args. 6870 7010 set dummy strip; ac_word=$2 6871 { echo "$as_me:$LINENO: checking for $ac_word" >&56872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }7011 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 7012 $as_echo_n "checking for $ac_word... " >&6; } 6873 7013 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 6874 echo $ECHO_N "(cached) $ECHO_C" >&67014 $as_echo_n "(cached) " >&6 6875 7015 else 6876 7016 if test -n "$ac_ct_STRIP"; then … … 6885 7025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6886 7026 ac_cv_prog_ac_ct_STRIP="strip" 6887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&57027 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6888 7028 break 2 6889 7029 fi … … 6896 7036 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 6897 7037 if test -n "$ac_ct_STRIP"; then 6898 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&56899 echo "${ECHO_T}$ac_ct_STRIP" >&6; }6900 else 6901 { echo "$as_me:$LINENO: result: no" >&56902 echo "${ECHO_T}no" >&6; }7038 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 7039 $as_echo "$ac_ct_STRIP" >&6; } 7040 else 7041 { $as_echo "$as_me:$LINENO: result: no" >&5 7042 $as_echo "no" >&6; } 6903 7043 fi 6904 7044 … … 6908 7048 case $cross_compiling:$ac_tool_warned in 6909 7049 yes:) 6910 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 6911 whose name does not start with the host triplet. If you think this 6912 configuration is useful to you, please write to autoconf@gnu.org." >&5 6913 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 6914 whose name does not start with the host triplet. If you think this 6915 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 7050 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 7051 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 6916 7052 ac_tool_warned=yes ;; 6917 7053 esac … … 6976 7112 file_magic*) 6977 7113 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 6978 { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&56979 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }7114 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 7115 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 6980 7116 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 6981 echo $ECHO_N "(cached) $ECHO_C" >&67117 $as_echo_n "(cached) " >&6 6982 7118 else 6983 7119 case $MAGIC_CMD in … … 7029 7165 MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 7030 7166 if test -n "$MAGIC_CMD"; then 7031 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&57032 echo "${ECHO_T}$MAGIC_CMD" >&6; }7033 else 7034 { echo "$as_me:$LINENO: result: no" >&57035 echo "${ECHO_T}no" >&6; }7167 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 7168 $as_echo "$MAGIC_CMD" >&6; } 7169 else 7170 { $as_echo "$as_me:$LINENO: result: no" >&5 7171 $as_echo "no" >&6; } 7036 7172 fi 7037 7173 7038 7174 if test -z "$lt_cv_path_MAGIC_CMD"; then 7039 7175 if test -n "$ac_tool_prefix"; then 7040 { echo "$as_me:$LINENO: checking for file" >&57041 echo $ECHO_N "checking for file... $ECHO_C" >&6; }7176 { $as_echo "$as_me:$LINENO: checking for file" >&5 7177 $as_echo_n "checking for file... " >&6; } 7042 7178 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 7043 echo $ECHO_N "(cached) $ECHO_C" >&67179 $as_echo_n "(cached) " >&6 7044 7180 else 7045 7181 case $MAGIC_CMD in … … 7091 7227 MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 7092 7228 if test -n "$MAGIC_CMD"; then 7093 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&57094 echo "${ECHO_T}$MAGIC_CMD" >&6; }7095 else 7096 { echo "$as_me:$LINENO: result: no" >&57097 echo "${ECHO_T}no" >&6; }7229 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 7230 $as_echo "$MAGIC_CMD" >&6; } 7231 else 7232 { $as_echo "$as_me:$LINENO: result: no" >&5 7233 $as_echo "no" >&6; } 7098 7234 fi 7099 7235 … … 7113 7249 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 7114 7250 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 7115 { echo "$as_me:$LINENO: checking for $ac_word" >&57116 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }7251 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 7252 $as_echo_n "checking for $ac_word... " >&6; } 7117 7253 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then 7118 echo $ECHO_N "(cached) $ECHO_C" >&67254 $as_echo_n "(cached) " >&6 7119 7255 else 7120 7256 if test -n "$DSYMUTIL"; then … … 7129 7265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7130 7266 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 7131 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&57267 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7132 7268 break 2 7133 7269 fi … … 7140 7276 DSYMUTIL=$ac_cv_prog_DSYMUTIL 7141 7277 if test -n "$DSYMUTIL"; then 7142 { echo "$as_me:$LINENO: result: $DSYMUTIL" >&57143 echo "${ECHO_T}$DSYMUTIL" >&6; }7144 else 7145 { echo "$as_me:$LINENO: result: no" >&57146 echo "${ECHO_T}no" >&6; }7278 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 7279 $as_echo "$DSYMUTIL" >&6; } 7280 else 7281 { $as_echo "$as_me:$LINENO: result: no" >&5 7282 $as_echo "no" >&6; } 7147 7283 fi 7148 7284 … … 7153 7289 # Extract the first word of "dsymutil", so it can be a program name with args. 7154 7290 set dummy dsymutil; ac_word=$2 7155 { echo "$as_me:$LINENO: checking for $ac_word" >&57156 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }7291 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 7292 $as_echo_n "checking for $ac_word... " >&6; } 7157 7293 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then 7158 echo $ECHO_N "(cached) $ECHO_C" >&67294 $as_echo_n "(cached) " >&6 7159 7295 else 7160 7296 if test -n "$ac_ct_DSYMUTIL"; then … … 7169 7305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7170 7306 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 7171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&57307 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7172 7308 break 2 7173 7309 fi … … 7180 7316 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL 7181 7317 if test -n "$ac_ct_DSYMUTIL"; then 7182 { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&57183 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }7184 else 7185 { echo "$as_me:$LINENO: result: no" >&57186 echo "${ECHO_T}no" >&6; }7318 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 7319 $as_echo "$ac_ct_DSYMUTIL" >&6; } 7320 else 7321 { $as_echo "$as_me:$LINENO: result: no" >&5 7322 $as_echo "no" >&6; } 7187 7323 fi 7188 7324 … … 7192 7328 case $cross_compiling:$ac_tool_warned in 7193 7329 yes:) 7194 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 7195 whose name does not start with the host triplet. If you think this 7196 configuration is useful to you, please write to autoconf@gnu.org." >&5 7197 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 7198 whose name does not start with the host triplet. If you think this 7199 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 7330 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 7331 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 7200 7332 ac_tool_warned=yes ;; 7201 7333 esac … … 7209 7341 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 7210 7342 set dummy ${ac_tool_prefix}nmedit; ac_word=$2 7211 { echo "$as_me:$LINENO: checking for $ac_word" >&57212 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }7343 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 7344 $as_echo_n "checking for $ac_word... " >&6; } 7213 7345 if test "${ac_cv_prog_NMEDIT+set}" = set; then 7214 echo $ECHO_N "(cached) $ECHO_C" >&67346 $as_echo_n "(cached) " >&6 7215 7347 else 7216 7348 if test -n "$NMEDIT"; then … … 7225 7357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7226 7358 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 7227 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&57359 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7228 7360 break 2 7229 7361 fi … … 7236 7368 NMEDIT=$ac_cv_prog_NMEDIT 7237 7369 if test -n "$NMEDIT"; then 7238 { echo "$as_me:$LINENO: result: $NMEDIT" >&57239 echo "${ECHO_T}$NMEDIT" >&6; }7240 else 7241 { echo "$as_me:$LINENO: result: no" >&57242 echo "${ECHO_T}no" >&6; }7370 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5 7371 $as_echo "$NMEDIT" >&6; } 7372 else 7373 { $as_echo "$as_me:$LINENO: result: no" >&5 7374 $as_echo "no" >&6; } 7243 7375 fi 7244 7376 … … 7249 7381 # Extract the first word of "nmedit", so it can be a program name with args. 7250 7382 set dummy nmedit; ac_word=$2 7251 { echo "$as_me:$LINENO: checking for $ac_word" >&57252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }7383 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 7384 $as_echo_n "checking for $ac_word... " >&6; } 7253 7385 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then 7254 echo $ECHO_N "(cached) $ECHO_C" >&67386 $as_echo_n "(cached) " >&6 7255 7387 else 7256 7388 if test -n "$ac_ct_NMEDIT"; then … … 7265 7397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7266 7398 ac_cv_prog_ac_ct_NMEDIT="nmedit" 7267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&57399 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7268 7400 break 2 7269 7401 fi … … 7276 7408 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT 7277 7409 if test -n "$ac_ct_NMEDIT"; then 7278 { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&57279 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }7280 else 7281 { echo "$as_me:$LINENO: result: no" >&57282 echo "${ECHO_T}no" >&6; }7410 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 7411 $as_echo "$ac_ct_NMEDIT" >&6; } 7412 else 7413 { $as_echo "$as_me:$LINENO: result: no" >&5 7414 $as_echo "no" >&6; } 7283 7415 fi 7284 7416 … … 7288 7420 case $cross_compiling:$ac_tool_warned in 7289 7421 yes:) 7290 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 7291 whose name does not start with the host triplet. If you think this 7292 configuration is useful to you, please write to autoconf@gnu.org." >&5 7293 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 7294 whose name does not start with the host triplet. If you think this 7295 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 7422 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 7423 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 7296 7424 ac_tool_warned=yes ;; 7297 7425 esac … … 7303 7431 7304 7432 7305 { echo "$as_me:$LINENO: checking for -single_module linker flag" >&57306 echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }7433 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 7434 $as_echo_n "checking for -single_module linker flag... " >&6; } 7307 7435 if test "${lt_cv_apple_cc_single_mod+set}" = set; then 7308 echo $ECHO_N "(cached) $ECHO_C" >&67436 $as_echo_n "(cached) " >&6 7309 7437 else 7310 7438 lt_cv_apple_cc_single_mod=no … … 7324 7452 fi 7325 7453 fi 7326 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&57327 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }7328 { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&57329 echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }7454 { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 7455 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } 7456 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5 7457 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 7330 7458 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then 7331 echo $ECHO_N "(cached) $ECHO_C" >&67459 $as_echo_n "(cached) " >&6 7332 7460 else 7333 7461 lt_cv_ld_exported_symbols_list=no … … 7356 7484 *) ac_try_echo=$ac_try;; 7357 7485 esac 7358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 7486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 7487 $as_echo "$ac_try_echo") >&5 7359 7488 (eval "$ac_link") 2>conftest.er1 7360 7489 ac_status=$? … … 7362 7491 rm -f conftest.er1 7363 7492 cat conftest.err >&5 7364 echo "$as_me:$LINENO: \$? = $ac_status" >&57493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 7365 7494 (exit $ac_status); } && { 7366 7495 test -z "$ac_c_werror_flag" || 7367 7496 test ! -s conftest.err 7368 } && test -s conftest$ac_exeext && 7369 $as_test_x conftest$ac_exeext; then 7497 } && test -s conftest$ac_exeext && { 7498 test "$cross_compiling" = yes || 7499 $as_test_x conftest$ac_exeext 7500 }; then 7370 7501 lt_cv_ld_exported_symbols_list=yes 7371 7502 else 7372 echo "$as_me: failed program was:" >&57503 $as_echo "$as_me: failed program was:" >&5 7373 7504 sed 's/^/| /' conftest.$ac_ext >&5 7374 7505 … … 7376 7507 fi 7377 7508 7509 rm -rf conftest.dSYM 7378 7510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 7379 7511 conftest$ac_exeext conftest.$ac_ext … … 7381 7513 7382 7514 fi 7383 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&57384 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }7515 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 7516 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } 7385 7517 case $host_os in 7386 7518 rhapsody* | darwin1.[0123]) … … 7494 7626 7495 7627 7496 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&57497 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }7628 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 7629 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 7498 7630 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 7499 echo $ECHO_N "(cached) $ECHO_C" >&67631 $as_echo_n "(cached) " >&6 7500 7632 else 7501 7633 lt_cv_prog_compiler_rtti_exceptions=no … … 7512 7644 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7513 7645 -e 's:$: $lt_compiler_flag:'` 7514 (eval echo "\"\$as_me:7 514: $lt_compile\"" >&5)7646 (eval echo "\"\$as_me:7646: $lt_compile\"" >&5) 7515 7647 (eval "$lt_compile" 2>conftest.err) 7516 7648 ac_status=$? 7517 7649 cat conftest.err >&5 7518 echo "$as_me:7 518: \$? = $ac_status" >&57650 echo "$as_me:7650: \$? = $ac_status" >&5 7519 7651 if (exit $ac_status) && test -s "$ac_outfile"; then 7520 7652 # The compiler can only warn and ignore the option if not recognized … … 7529 7661 7530 7662 fi 7531 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&57532 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }7663 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 7664 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } 7533 7665 7534 7666 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then … … 7544 7676 lt_prog_compiler_static= 7545 7677 7546 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&57547 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }7678 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 7679 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } 7548 7680 7549 7681 if test "$GCC" = yes; then … … 7776 7908 fi 7777 7909 7778 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&57779 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }7910 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 7911 $as_echo "$lt_prog_compiler_pic" >&6; } 7780 7912 7781 7913 # … … 7784 7916 if test -n "$lt_prog_compiler_pic"; then 7785 7917 7786 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&57787 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }7918 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 7919 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 7788 7920 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then 7789 echo $ECHO_N "(cached) $ECHO_C" >&67921 $as_echo_n "(cached) " >&6 7790 7922 else 7791 7923 lt_cv_prog_compiler_pic_works=no … … 7802 7934 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7803 7935 -e 's:$: $lt_compiler_flag:'` 7804 (eval echo "\"\$as_me:7 804: $lt_compile\"" >&5)7936 (eval echo "\"\$as_me:7936: $lt_compile\"" >&5) 7805 7937 (eval "$lt_compile" 2>conftest.err) 7806 7938 ac_status=$? 7807 7939 cat conftest.err >&5 7808 echo "$as_me:7 808: \$? = $ac_status" >&57940 echo "$as_me:7940: \$? = $ac_status" >&5 7809 7941 if (exit $ac_status) && test -s "$ac_outfile"; then 7810 7942 # The compiler can only warn and ignore the option if not recognized … … 7819 7951 7820 7952 fi 7821 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&57822 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }7953 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 7954 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } 7823 7955 7824 7956 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then … … 7847 7979 # 7848 7980 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 7849 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&57850 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }7981 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 7982 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 7851 7983 if test "${lt_cv_prog_compiler_static_works+set}" = set; then 7852 echo $ECHO_N "(cached) $ECHO_C" >&67984 $as_echo_n "(cached) " >&6 7853 7985 else 7854 7986 lt_cv_prog_compiler_static_works=no … … 7875 8007 7876 8008 fi 7877 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&57878 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }8009 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 8010 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } 7879 8011 7880 8012 if test x"$lt_cv_prog_compiler_static_works" = xyes; then … … 7885 8017 7886 8018 7887 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&57888 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }8019 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 8020 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 7889 8021 if test "${lt_cv_prog_compiler_c_o+set}" = set; then 7890 echo $ECHO_N "(cached) $ECHO_C" >&68022 $as_echo_n "(cached) " >&6 7891 8023 else 7892 8024 lt_cv_prog_compiler_c_o=no … … 7906 8038 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7907 8039 -e 's:$: $lt_compiler_flag:'` 7908 (eval echo "\"\$as_me: 7908: $lt_compile\"" >&5)8040 (eval echo "\"\$as_me:8040: $lt_compile\"" >&5) 7909 8041 (eval "$lt_compile" 2>out/conftest.err) 7910 8042 ac_status=$? 7911 8043 cat out/conftest.err >&5 7912 echo "$as_me: 7912: \$? = $ac_status" >&58044 echo "$as_me:8044: \$? = $ac_status" >&5 7913 8045 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7914 8046 then … … 7932 8064 7933 8065 fi 7934 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&57935 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }8066 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 8067 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } 7936 8068 7937 8069 … … 7939 8071 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 7940 8072 # do not overwrite the value of need_locks provided by the user 7941 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&57942 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }8073 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 8074 $as_echo_n "checking if we can lock with hard links... " >&6; } 7943 8075 hard_links=yes 7944 8076 $rm conftest* … … 7947 8079 ln conftest.a conftest.b 2>&5 || hard_links=no 7948 8080 ln conftest.a conftest.b 2>/dev/null && hard_links=no 7949 { echo "$as_me:$LINENO: result: $hard_links" >&57950 echo "${ECHO_T}$hard_links" >&6; }8081 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 8082 $as_echo "$hard_links" >&6; } 7951 8083 if test "$hard_links" = no; then 7952 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&57953 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}8084 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 8085 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 7954 8086 need_locks=warn 7955 8087 fi … … 7958 8090 fi 7959 8091 7960 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&57961 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }8092 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 8093 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } 7962 8094 7963 8095 runpath_var= … … 8389 8521 *) ac_try_echo=$ac_try;; 8390 8522 esac 8391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8523 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8524 $as_echo "$ac_try_echo") >&5 8392 8525 (eval "$ac_link") 2>conftest.er1 8393 8526 ac_status=$? … … 8395 8528 rm -f conftest.er1 8396 8529 cat conftest.err >&5 8397 echo "$as_me:$LINENO: \$? = $ac_status" >&58530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8398 8531 (exit $ac_status); } && { 8399 8532 test -z "$ac_c_werror_flag" || 8400 8533 test ! -s conftest.err 8401 } && test -s conftest$ac_exeext && 8402 $as_test_x conftest$ac_exeext; then 8534 } && test -s conftest$ac_exeext && { 8535 test "$cross_compiling" = yes || 8536 $as_test_x conftest$ac_exeext 8537 }; then 8403 8538 8404 8539 lt_aix_libpath_sed=' … … 8415 8550 fi 8416 8551 else 8417 echo "$as_me: failed program was:" >&58552 $as_echo "$as_me: failed program was:" >&5 8418 8553 sed 's/^/| /' conftest.$ac_ext >&5 8419 8554 … … 8421 8556 fi 8422 8557 8558 rm -rf conftest.dSYM 8423 8559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8424 8560 conftest$ac_exeext conftest.$ac_ext … … 8455 8591 *) ac_try_echo=$ac_try;; 8456 8592 esac 8457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 8594 $as_echo "$ac_try_echo") >&5 8458 8595 (eval "$ac_link") 2>conftest.er1 8459 8596 ac_status=$? … … 8461 8598 rm -f conftest.er1 8462 8599 cat conftest.err >&5 8463 echo "$as_me:$LINENO: \$? = $ac_status" >&58600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8464 8601 (exit $ac_status); } && { 8465 8602 test -z "$ac_c_werror_flag" || 8466 8603 test ! -s conftest.err 8467 } && test -s conftest$ac_exeext && 8468 $as_test_x conftest$ac_exeext; then 8604 } && test -s conftest$ac_exeext && { 8605 test "$cross_compiling" = yes || 8606 $as_test_x conftest$ac_exeext 8607 }; then 8469 8608 8470 8609 lt_aix_libpath_sed=' … … 8481 8620 fi 8482 8621 else 8483 echo "$as_me: failed program was:" >&58622 $as_echo "$as_me: failed program was:" >&5 8484 8623 sed 's/^/| /' conftest.$ac_ext >&5 8485 8624 … … 8487 8626 fi 8488 8627 8628 rm -rf conftest.dSYM 8489 8629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8490 8630 conftest$ac_exeext conftest.$ac_ext … … 8938 9078 fi 8939 9079 8940 { echo "$as_me:$LINENO: result: $ld_shlibs" >&58941 echo "${ECHO_T}$ld_shlibs" >&6; }9080 { $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5 9081 $as_echo "$ld_shlibs" >&6; } 8942 9082 test "$ld_shlibs" = no && can_build_shared=no 8943 9083 … … 8959 9099 # systems, -lgcc has to come before -lc. If gcc already passes -lc 8960 9100 # to ld, don't add -lc before -lgcc. 8961 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&58962 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }9101 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 9102 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 8963 9103 $rm conftest* 8964 9104 echo "$lt_simple_compile_test_code" > conftest.$ac_ext … … 8967 9107 (eval $ac_compile) 2>&5 8968 9108 ac_status=$? 8969 echo "$as_me:$LINENO: \$? = $ac_status" >&59109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8970 9110 (exit $ac_status); } 2>conftest.err; then 8971 9111 soname=conftest … … 8985 9125 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 8986 9126 ac_status=$? 8987 echo "$as_me:$LINENO: \$? = $ac_status" >&59127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 8988 9128 (exit $ac_status); } 8989 9129 then … … 8997 9137 fi 8998 9138 $rm conftest* 8999 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&59000 echo "${ECHO_T}$archive_cmds_need_lc" >&6; }9139 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 9140 $as_echo "$archive_cmds_need_lc" >&6; } 9001 9141 ;; 9002 9142 esac … … 9005 9145 esac 9006 9146 9007 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&59008 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }9147 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 9148 $as_echo_n "checking dynamic linker characteristics... " >&6; } 9009 9149 library_names_spec= 9010 9150 libname_spec='lib$name' … … 9607 9747 ;; 9608 9748 esac 9609 { echo "$as_me:$LINENO: result: $dynamic_linker" >&59610 echo "${ECHO_T}$dynamic_linker" >&6; }9749 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 9750 $as_echo "$dynamic_linker" >&6; } 9611 9751 test "$dynamic_linker" = no && can_build_shared=no 9612 9752 9613 9753 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 9614 echo $ECHO_N "(cached) $ECHO_C" >&69754 $as_echo_n "(cached) " >&6 9615 9755 else 9616 9756 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" … … 9619 9759 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 9620 9760 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 9621 echo $ECHO_N "(cached) $ECHO_C" >&69761 $as_echo_n "(cached) " >&6 9622 9762 else 9623 9763 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" … … 9631 9771 fi 9632 9772 9633 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&59634 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }9773 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 9774 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } 9635 9775 hardcode_action= 9636 9776 if test -n "$hardcode_libdir_flag_spec" || \ … … 9656 9796 hardcode_action=unsupported 9657 9797 fi 9658 { echo "$as_me:$LINENO: result: $hardcode_action" >&59659 echo "${ECHO_T}$hardcode_action" >&6; }9798 { $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5 9799 $as_echo "$hardcode_action" >&6; } 9660 9800 9661 9801 if test "$hardcode_action" = relink; then … … 9670 9810 striplib= 9671 9811 old_striplib= 9672 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&59673 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }9812 { $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 9813 $as_echo_n "checking whether stripping libraries is possible... " >&6; } 9674 9814 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 9675 9815 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 9676 9816 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 9677 { echo "$as_me:$LINENO: result: yes" >&59678 echo "${ECHO_T}yes" >&6; }9817 { $as_echo "$as_me:$LINENO: result: yes" >&5 9818 $as_echo "yes" >&6; } 9679 9819 else 9680 9820 # FIXME - insert some real tests, host_os isn't really good enough … … 9684 9824 striplib="$STRIP -x" 9685 9825 old_striplib="$STRIP -S" 9686 { echo "$as_me:$LINENO: result: yes" >&59687 echo "${ECHO_T}yes" >&6; }9826 { $as_echo "$as_me:$LINENO: result: yes" >&5 9827 $as_echo "yes" >&6; } 9688 9828 else 9689 { echo "$as_me:$LINENO: result: no" >&59690 echo "${ECHO_T}no" >&6; }9829 { $as_echo "$as_me:$LINENO: result: no" >&5 9830 $as_echo "no" >&6; } 9691 9831 fi 9692 9832 ;; 9693 9833 *) 9694 { echo "$as_me:$LINENO: result: no" >&59695 echo "${ECHO_T}no" >&6; }9834 { $as_echo "$as_me:$LINENO: result: no" >&5 9835 $as_echo "no" >&6; } 9696 9836 ;; 9697 9837 esac … … 9725 9865 darwin*) 9726 9866 # if libdl is installed we need to link against it 9727 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&59728 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }9867 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 9868 $as_echo_n "checking for dlopen in -ldl... " >&6; } 9729 9869 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 9730 echo $ECHO_N "(cached) $ECHO_C" >&69870 $as_echo_n "(cached) " >&6 9731 9871 else 9732 9872 ac_check_lib_save_LIBS=$LIBS … … 9760 9900 *) ac_try_echo=$ac_try;; 9761 9901 esac 9762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 9902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 9903 $as_echo "$ac_try_echo") >&5 9763 9904 (eval "$ac_link") 2>conftest.er1 9764 9905 ac_status=$? … … 9766 9907 rm -f conftest.er1 9767 9908 cat conftest.err >&5 9768 echo "$as_me:$LINENO: \$? = $ac_status" >&59909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9769 9910 (exit $ac_status); } && { 9770 9911 test -z "$ac_c_werror_flag" || 9771 9912 test ! -s conftest.err 9772 } && test -s conftest$ac_exeext && 9773 $as_test_x conftest$ac_exeext; then 9913 } && test -s conftest$ac_exeext && { 9914 test "$cross_compiling" = yes || 9915 $as_test_x conftest$ac_exeext 9916 }; then 9774 9917 ac_cv_lib_dl_dlopen=yes 9775 9918 else 9776 echo "$as_me: failed program was:" >&59919 $as_echo "$as_me: failed program was:" >&5 9777 9920 sed 's/^/| /' conftest.$ac_ext >&5 9778 9921 … … 9780 9923 fi 9781 9924 9925 rm -rf conftest.dSYM 9782 9926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9783 9927 conftest$ac_exeext conftest.$ac_ext 9784 9928 LIBS=$ac_check_lib_save_LIBS 9785 9929 fi 9786 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&59787 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }9788 if test $ac_cv_lib_dl_dlopen =yes; then9930 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 9931 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 9932 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then 9789 9933 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 9790 9934 else … … 9799 9943 9800 9944 *) 9801 { echo "$as_me:$LINENO: checking for shl_load" >&59802 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }9945 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5 9946 $as_echo_n "checking for shl_load... " >&6; } 9803 9947 if test "${ac_cv_func_shl_load+set}" = set; then 9804 echo $ECHO_N "(cached) $ECHO_C" >&69948 $as_echo_n "(cached) " >&6 9805 9949 else 9806 9950 cat >conftest.$ac_ext <<_ACEOF … … 9855 9999 *) ac_try_echo=$ac_try;; 9856 10000 esac 9857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10002 $as_echo "$ac_try_echo") >&5 9858 10003 (eval "$ac_link") 2>conftest.er1 9859 10004 ac_status=$? … … 9861 10006 rm -f conftest.er1 9862 10007 cat conftest.err >&5 9863 echo "$as_me:$LINENO: \$? = $ac_status" >&510008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9864 10009 (exit $ac_status); } && { 9865 10010 test -z "$ac_c_werror_flag" || 9866 10011 test ! -s conftest.err 9867 } && test -s conftest$ac_exeext && 9868 $as_test_x conftest$ac_exeext; then 10012 } && test -s conftest$ac_exeext && { 10013 test "$cross_compiling" = yes || 10014 $as_test_x conftest$ac_exeext 10015 }; then 9869 10016 ac_cv_func_shl_load=yes 9870 10017 else 9871 echo "$as_me: failed program was:" >&510018 $as_echo "$as_me: failed program was:" >&5 9872 10019 sed 's/^/| /' conftest.$ac_ext >&5 9873 10020 … … 9875 10022 fi 9876 10023 10024 rm -rf conftest.dSYM 9877 10025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9878 10026 conftest$ac_exeext conftest.$ac_ext 9879 10027 fi 9880 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&59881 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }9882 if test $ac_cv_func_shl_load =yes; then10028 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 10029 $as_echo "$ac_cv_func_shl_load" >&6; } 10030 if test "x$ac_cv_func_shl_load" = x""yes; then 9883 10031 lt_cv_dlopen="shl_load" 9884 10032 else 9885 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&59886 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }10033 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 10034 $as_echo_n "checking for shl_load in -ldld... " >&6; } 9887 10035 if test "${ac_cv_lib_dld_shl_load+set}" = set; then 9888 echo $ECHO_N "(cached) $ECHO_C" >&610036 $as_echo_n "(cached) " >&6 9889 10037 else 9890 10038 ac_check_lib_save_LIBS=$LIBS … … 9918 10066 *) ac_try_echo=$ac_try;; 9919 10067 esac 9920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10069 $as_echo "$ac_try_echo") >&5 9921 10070 (eval "$ac_link") 2>conftest.er1 9922 10071 ac_status=$? … … 9924 10073 rm -f conftest.er1 9925 10074 cat conftest.err >&5 9926 echo "$as_me:$LINENO: \$? = $ac_status" >&510075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 9927 10076 (exit $ac_status); } && { 9928 10077 test -z "$ac_c_werror_flag" || 9929 10078 test ! -s conftest.err 9930 } && test -s conftest$ac_exeext && 9931 $as_test_x conftest$ac_exeext; then 10079 } && test -s conftest$ac_exeext && { 10080 test "$cross_compiling" = yes || 10081 $as_test_x conftest$ac_exeext 10082 }; then 9932 10083 ac_cv_lib_dld_shl_load=yes 9933 10084 else 9934 echo "$as_me: failed program was:" >&510085 $as_echo "$as_me: failed program was:" >&5 9935 10086 sed 's/^/| /' conftest.$ac_ext >&5 9936 10087 … … 9938 10089 fi 9939 10090 10091 rm -rf conftest.dSYM 9940 10092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 9941 10093 conftest$ac_exeext conftest.$ac_ext 9942 10094 LIBS=$ac_check_lib_save_LIBS 9943 10095 fi 9944 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&59945 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }9946 if test $ac_cv_lib_dld_shl_load =yes; then10096 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 10097 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 10098 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then 9947 10099 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 9948 10100 else 9949 { echo "$as_me:$LINENO: checking for dlopen" >&59950 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }10101 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5 10102 $as_echo_n "checking for dlopen... " >&6; } 9951 10103 if test "${ac_cv_func_dlopen+set}" = set; then 9952 echo $ECHO_N "(cached) $ECHO_C" >&610104 $as_echo_n "(cached) " >&6 9953 10105 else 9954 10106 cat >conftest.$ac_ext <<_ACEOF … … 10003 10155 *) ac_try_echo=$ac_try;; 10004 10156 esac 10005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10158 $as_echo "$ac_try_echo") >&5 10006 10159 (eval "$ac_link") 2>conftest.er1 10007 10160 ac_status=$? … … 10009 10162 rm -f conftest.er1 10010 10163 cat conftest.err >&5 10011 echo "$as_me:$LINENO: \$? = $ac_status" >&510164 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10012 10165 (exit $ac_status); } && { 10013 10166 test -z "$ac_c_werror_flag" || 10014 10167 test ! -s conftest.err 10015 } && test -s conftest$ac_exeext && 10016 $as_test_x conftest$ac_exeext; then 10168 } && test -s conftest$ac_exeext && { 10169 test "$cross_compiling" = yes || 10170 $as_test_x conftest$ac_exeext 10171 }; then 10017 10172 ac_cv_func_dlopen=yes 10018 10173 else 10019 echo "$as_me: failed program was:" >&510174 $as_echo "$as_me: failed program was:" >&5 10020 10175 sed 's/^/| /' conftest.$ac_ext >&5 10021 10176 … … 10023 10178 fi 10024 10179 10180 rm -rf conftest.dSYM 10025 10181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10026 10182 conftest$ac_exeext conftest.$ac_ext 10027 10183 fi 10028 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&510029 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }10030 if test $ac_cv_func_dlopen =yes; then10184 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 10185 $as_echo "$ac_cv_func_dlopen" >&6; } 10186 if test "x$ac_cv_func_dlopen" = x""yes; then 10031 10187 lt_cv_dlopen="dlopen" 10032 10188 else 10033 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&510034 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }10189 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 10190 $as_echo_n "checking for dlopen in -ldl... " >&6; } 10035 10191 if test "${ac_cv_lib_dl_dlopen+set}" = set; then 10036 echo $ECHO_N "(cached) $ECHO_C" >&610192 $as_echo_n "(cached) " >&6 10037 10193 else 10038 10194 ac_check_lib_save_LIBS=$LIBS … … 10066 10222 *) ac_try_echo=$ac_try;; 10067 10223 esac 10068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10225 $as_echo "$ac_try_echo") >&5 10069 10226 (eval "$ac_link") 2>conftest.er1 10070 10227 ac_status=$? … … 10072 10229 rm -f conftest.er1 10073 10230 cat conftest.err >&5 10074 echo "$as_me:$LINENO: \$? = $ac_status" >&510231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10075 10232 (exit $ac_status); } && { 10076 10233 test -z "$ac_c_werror_flag" || 10077 10234 test ! -s conftest.err 10078 } && test -s conftest$ac_exeext && 10079 $as_test_x conftest$ac_exeext; then 10235 } && test -s conftest$ac_exeext && { 10236 test "$cross_compiling" = yes || 10237 $as_test_x conftest$ac_exeext 10238 }; then 10080 10239 ac_cv_lib_dl_dlopen=yes 10081 10240 else 10082 echo "$as_me: failed program was:" >&510241 $as_echo "$as_me: failed program was:" >&5 10083 10242 sed 's/^/| /' conftest.$ac_ext >&5 10084 10243 … … 10086 10245 fi 10087 10246 10247 rm -rf conftest.dSYM 10088 10248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10089 10249 conftest$ac_exeext conftest.$ac_ext 10090 10250 LIBS=$ac_check_lib_save_LIBS 10091 10251 fi 10092 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&510093 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }10094 if test $ac_cv_lib_dl_dlopen =yes; then10252 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 10253 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 10254 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then 10095 10255 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 10096 10256 else 10097 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&510098 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }10257 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 10258 $as_echo_n "checking for dlopen in -lsvld... " >&6; } 10099 10259 if test "${ac_cv_lib_svld_dlopen+set}" = set; then 10100 echo $ECHO_N "(cached) $ECHO_C" >&610260 $as_echo_n "(cached) " >&6 10101 10261 else 10102 10262 ac_check_lib_save_LIBS=$LIBS … … 10130 10290 *) ac_try_echo=$ac_try;; 10131 10291 esac 10132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10293 $as_echo "$ac_try_echo") >&5 10133 10294 (eval "$ac_link") 2>conftest.er1 10134 10295 ac_status=$? … … 10136 10297 rm -f conftest.er1 10137 10298 cat conftest.err >&5 10138 echo "$as_me:$LINENO: \$? = $ac_status" >&510299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10139 10300 (exit $ac_status); } && { 10140 10301 test -z "$ac_c_werror_flag" || 10141 10302 test ! -s conftest.err 10142 } && test -s conftest$ac_exeext && 10143 $as_test_x conftest$ac_exeext; then 10303 } && test -s conftest$ac_exeext && { 10304 test "$cross_compiling" = yes || 10305 $as_test_x conftest$ac_exeext 10306 }; then 10144 10307 ac_cv_lib_svld_dlopen=yes 10145 10308 else 10146 echo "$as_me: failed program was:" >&510309 $as_echo "$as_me: failed program was:" >&5 10147 10310 sed 's/^/| /' conftest.$ac_ext >&5 10148 10311 … … 10150 10313 fi 10151 10314 10315 rm -rf conftest.dSYM 10152 10316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10153 10317 conftest$ac_exeext conftest.$ac_ext 10154 10318 LIBS=$ac_check_lib_save_LIBS 10155 10319 fi 10156 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&510157 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }10158 if test $ac_cv_lib_svld_dlopen =yes; then10320 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 10321 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } 10322 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then 10159 10323 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 10160 10324 else 10161 { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&510162 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }10325 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 10326 $as_echo_n "checking for dld_link in -ldld... " >&6; } 10163 10327 if test "${ac_cv_lib_dld_dld_link+set}" = set; then 10164 echo $ECHO_N "(cached) $ECHO_C" >&610328 $as_echo_n "(cached) " >&6 10165 10329 else 10166 10330 ac_check_lib_save_LIBS=$LIBS … … 10194 10358 *) ac_try_echo=$ac_try;; 10195 10359 esac 10196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 10360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 10361 $as_echo "$ac_try_echo") >&5 10197 10362 (eval "$ac_link") 2>conftest.er1 10198 10363 ac_status=$? … … 10200 10365 rm -f conftest.er1 10201 10366 cat conftest.err >&5 10202 echo "$as_me:$LINENO: \$? = $ac_status" >&510367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10203 10368 (exit $ac_status); } && { 10204 10369 test -z "$ac_c_werror_flag" || 10205 10370 test ! -s conftest.err 10206 } && test -s conftest$ac_exeext && 10207 $as_test_x conftest$ac_exeext; then 10371 } && test -s conftest$ac_exeext && { 10372 test "$cross_compiling" = yes || 10373 $as_test_x conftest$ac_exeext 10374 }; then 10208 10375 ac_cv_lib_dld_dld_link=yes 10209 10376 else 10210 echo "$as_me: failed program was:" >&510377 $as_echo "$as_me: failed program was:" >&5 10211 10378 sed 's/^/| /' conftest.$ac_ext >&5 10212 10379 … … 10214 10381 fi 10215 10382 10383 rm -rf conftest.dSYM 10216 10384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 10217 10385 conftest$ac_exeext conftest.$ac_ext 10218 10386 LIBS=$ac_check_lib_save_LIBS 10219 10387 fi 10220 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&510221 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }10222 if test $ac_cv_lib_dld_dld_link =yes; then10388 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 10389 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } 10390 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then 10223 10391 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 10224 10392 fi … … 10259 10427 LIBS="$lt_cv_dlopen_libs $LIBS" 10260 10428 10261 { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&510262 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }10429 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 10430 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 10263 10431 if test "${lt_cv_dlopen_self+set}" = set; then 10264 echo $ECHO_N "(cached) $ECHO_C" >&610432 $as_echo_n "(cached) " >&6 10265 10433 else 10266 10434 if test "$cross_compiling" = yes; then : … … 10270 10438 lt_status=$lt_dlunknown 10271 10439 cat > conftest.$ac_ext <<EOF 10272 #line 10 272"configure"10440 #line 10440 "configure" 10273 10441 #include "confdefs.h" 10274 10442 … … 10336 10504 (eval $ac_link) 2>&5 10337 10505 ac_status=$? 10338 echo "$as_me:$LINENO: \$? = $ac_status" >&510506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10339 10507 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 10340 10508 (./conftest; exit; ) >&5 2>/dev/null … … 10354 10522 10355 10523 fi 10356 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&510357 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }10524 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 10525 $as_echo "$lt_cv_dlopen_self" >&6; } 10358 10526 10359 10527 if test "x$lt_cv_dlopen_self" = xyes; then 10360 10528 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 10361 { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&510362 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }10529 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 10530 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 10363 10531 if test "${lt_cv_dlopen_self_static+set}" = set; then 10364 echo $ECHO_N "(cached) $ECHO_C" >&610532 $as_echo_n "(cached) " >&6 10365 10533 else 10366 10534 if test "$cross_compiling" = yes; then : … … 10370 10538 lt_status=$lt_dlunknown 10371 10539 cat > conftest.$ac_ext <<EOF 10372 #line 10 372"configure"10540 #line 10540 "configure" 10373 10541 #include "confdefs.h" 10374 10542 … … 10436 10604 (eval $ac_link) 2>&5 10437 10605 ac_status=$? 10438 echo "$as_me:$LINENO: \$? = $ac_status" >&510606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 10439 10607 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 10440 10608 (./conftest; exit; ) >&5 2>/dev/null … … 10454 10622 10455 10623 fi 10456 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&510457 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }10624 { $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 10625 $as_echo "$lt_cv_dlopen_self_static" >&6; } 10458 10626 fi 10459 10627 … … 10477 10645 10478 10646 # Report which library types will actually be built 10479 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&510480 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }10481 { echo "$as_me:$LINENO: result: $can_build_shared" >&510482 echo "${ECHO_T}$can_build_shared" >&6; }10483 10484 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&510485 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }10647 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 10648 $as_echo_n "checking if libtool supports shared libraries... " >&6; } 10649 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 10650 $as_echo "$can_build_shared" >&6; } 10651 10652 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 10653 $as_echo_n "checking whether to build shared libraries... " >&6; } 10486 10654 test "$can_build_shared" = "no" && enable_shared=no 10487 10655 … … 10503 10671 ;; 10504 10672 esac 10505 { echo "$as_me:$LINENO: result: $enable_shared" >&510506 echo "${ECHO_T}$enable_shared" >&6; }10507 10508 { echo "$as_me:$LINENO: checking whether to build static libraries" >&510509 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }10673 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 10674 $as_echo "$enable_shared" >&6; } 10675 10676 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 10677 $as_echo_n "checking whether to build static libraries... " >&6; } 10510 10678 # Make sure either enable_shared or enable_static is yes. 10511 10679 test "$enable_shared" = yes || enable_static=yes 10512 { echo "$as_me:$LINENO: result: $enable_static" >&510513 echo "${ECHO_T}$enable_static" >&6; }10680 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5 10681 $as_echo "$enable_static" >&6; } 10514 10682 10515 10683 # The else clause should only fire when bootstrapping the … … 10604 10772 trap "$rm \"$cfgfile\"; exit 1" 1 2 15 10605 10773 $rm -f "$cfgfile" 10606 { echo "$as_me:$LINENO: creating $ofile" >&510607 echo "$as_me: creating $ofile" >&6;}10774 { $as_echo "$as_me:$LINENO: creating $ofile" >&5 10775 $as_echo "$as_me: creating $ofile" >&6;} 10608 10776 10609 10777 cat <<__EOF__ >> "$cfgfile" … … 11020 11188 if test -f "$ltmain" && test -n "$tagnames"; then 11021 11189 if test ! -f "${ofile}"; then 11022 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&511023 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}11190 { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 11191 $as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} 11024 11192 fi 11025 11193 … … 11027 11195 eval "`$SHELL ${ofile} --config | grep '^LTCC='`" 11028 11196 if test -z "$LTCC"; then 11029 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&511030 echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}11197 { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 11198 $as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} 11031 11199 else 11032 { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&511033 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}11200 { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 11201 $as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} 11034 11202 fi 11035 11203 fi … … 11048 11216 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in 11049 11217 "") ;; 11050 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&511051 echo "$as_me: error: invalid tag name: $tagname" >&2;}11218 *) { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 11219 $as_echo "$as_me: error: invalid tag name: $tagname" >&2;} 11052 11220 { (exit 1); exit 1; }; } 11053 11221 ;; … … 11056 11224 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null 11057 11225 then 11058 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&511059 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}11226 { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 11227 $as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} 11060 11228 { (exit 1); exit 1; }; } 11061 11229 fi … … 11200 11368 if test "$GCC" = yes; then 11201 11369 # Check if gcc -print-prog-name=ld gives a path. 11202 { echo "$as_me:$LINENO: checking for ld used by $CC" >&511203 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }11370 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 11371 $as_echo_n "checking for ld used by $CC... " >&6; } 11204 11372 case $host in 11205 11373 *-*-mingw*) … … 11230 11398 esac 11231 11399 elif test "$with_gnu_ld" = yes; then 11232 { echo "$as_me:$LINENO: checking for GNU ld" >&511233 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }11234 else 11235 { echo "$as_me:$LINENO: checking for non-GNU ld" >&511236 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }11400 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 11401 $as_echo_n "checking for GNU ld... " >&6; } 11402 else 11403 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 11404 $as_echo_n "checking for non-GNU ld... " >&6; } 11237 11405 fi 11238 11406 if test "${lt_cv_path_LD+set}" = set; then 11239 echo $ECHO_N "(cached) $ECHO_C" >&611407 $as_echo_n "(cached) " >&6 11240 11408 else 11241 11409 if test -z "$LD"; then … … 11267 11435 LD="$lt_cv_path_LD" 11268 11436 if test -n "$LD"; then 11269 { echo "$as_me:$LINENO: result: $LD" >&511270 echo "${ECHO_T}$LD" >&6; }11271 else 11272 { echo "$as_me:$LINENO: result: no" >&511273 echo "${ECHO_T}no" >&6; }11274 fi 11275 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&511276 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}11437 { $as_echo "$as_me:$LINENO: result: $LD" >&5 11438 $as_echo "$LD" >&6; } 11439 else 11440 { $as_echo "$as_me:$LINENO: result: no" >&5 11441 $as_echo "no" >&6; } 11442 fi 11443 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 11444 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 11277 11445 { (exit 1); exit 1; }; } 11278 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&511279 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }11446 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 11447 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 11280 11448 if test "${lt_cv_prog_gnu_ld+set}" = set; then 11281 echo $ECHO_N "(cached) $ECHO_C" >&611449 $as_echo_n "(cached) " >&6 11282 11450 else 11283 11451 # I'd rather use --version here, but apparently some GNU lds only accept -v. … … 11291 11459 esac 11292 11460 fi 11293 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&511294 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }11461 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 11462 $as_echo "$lt_cv_prog_gnu_ld" >&6; } 11295 11463 with_gnu_ld=$lt_cv_prog_gnu_ld 11296 11464 … … 11342 11510 11343 11511 # PORTME: fill in a description of your system's C++ link characteristics 11344 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&511345 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }11512 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 11513 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } 11346 11514 ld_shlibs_CXX=yes 11347 11515 case $host_os in … … 11460 11628 *) ac_try_echo=$ac_try;; 11461 11629 esac 11462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11631 $as_echo "$ac_try_echo") >&5 11463 11632 (eval "$ac_link") 2>conftest.er1 11464 11633 ac_status=$? … … 11466 11635 rm -f conftest.er1 11467 11636 cat conftest.err >&5 11468 echo "$as_me:$LINENO: \$? = $ac_status" >&511637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11469 11638 (exit $ac_status); } && { 11470 11639 test -z "$ac_cxx_werror_flag" || 11471 11640 test ! -s conftest.err 11472 } && test -s conftest$ac_exeext && 11473 $as_test_x conftest$ac_exeext; then 11641 } && test -s conftest$ac_exeext && { 11642 test "$cross_compiling" = yes || 11643 $as_test_x conftest$ac_exeext 11644 }; then 11474 11645 11475 11646 lt_aix_libpath_sed=' … … 11486 11657 fi 11487 11658 else 11488 echo "$as_me: failed program was:" >&511659 $as_echo "$as_me: failed program was:" >&5 11489 11660 sed 's/^/| /' conftest.$ac_ext >&5 11490 11661 … … 11492 11663 fi 11493 11664 11665 rm -rf conftest.dSYM 11494 11666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11495 11667 conftest$ac_exeext conftest.$ac_ext … … 11527 11699 *) ac_try_echo=$ac_try;; 11528 11700 esac 11529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 11701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 11702 $as_echo "$ac_try_echo") >&5 11530 11703 (eval "$ac_link") 2>conftest.er1 11531 11704 ac_status=$? … … 11533 11706 rm -f conftest.er1 11534 11707 cat conftest.err >&5 11535 echo "$as_me:$LINENO: \$? = $ac_status" >&511708 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 11536 11709 (exit $ac_status); } && { 11537 11710 test -z "$ac_cxx_werror_flag" || 11538 11711 test ! -s conftest.err 11539 } && test -s conftest$ac_exeext && 11540 $as_test_x conftest$ac_exeext; then 11712 } && test -s conftest$ac_exeext && { 11713 test "$cross_compiling" = yes || 11714 $as_test_x conftest$ac_exeext 11715 }; then 11541 11716 11542 11717 lt_aix_libpath_sed=' … … 11553 11728 fi 11554 11729 else 11555 echo "$as_me: failed program was:" >&511730 $as_echo "$as_me: failed program was:" >&5 11556 11731 sed 's/^/| /' conftest.$ac_ext >&5 11557 11732 … … 11559 11734 fi 11560 11735 11736 rm -rf conftest.dSYM 11561 11737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 11562 11738 conftest$ac_exeext conftest.$ac_ext … … 12288 12464 ;; 12289 12465 esac 12290 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&512291 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }12466 { $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 12467 $as_echo "$ld_shlibs_CXX" >&6; } 12292 12468 test "$ld_shlibs_CXX" = no && can_build_shared=no 12293 12469 … … 12308 12484 (eval $ac_compile) 2>&5 12309 12485 ac_status=$? 12310 echo "$as_me:$LINENO: \$? = $ac_status" >&512486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12311 12487 (exit $ac_status); }; then 12312 12488 # Parse the compiler output and extract the necessary … … 12464 12640 lt_prog_compiler_static_CXX= 12465 12641 12466 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&512467 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }12642 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 12643 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } 12468 12644 12469 12645 # C++ specific cases for pic, static, wl, etc. … … 12748 12924 fi 12749 12925 12750 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&512751 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }12926 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 12927 $as_echo "$lt_prog_compiler_pic_CXX" >&6; } 12752 12928 12753 12929 # … … 12756 12932 if test -n "$lt_prog_compiler_pic_CXX"; then 12757 12933 12758 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&512759 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }12934 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 12935 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } 12760 12936 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then 12761 echo $ECHO_N "(cached) $ECHO_C" >&612937 $as_echo_n "(cached) " >&6 12762 12938 else 12763 12939 lt_cv_prog_compiler_pic_works_CXX=no … … 12774 12950 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12775 12951 -e 's:$: $lt_compiler_flag:'` 12776 (eval echo "\"\$as_me:12 776: $lt_compile\"" >&5)12952 (eval echo "\"\$as_me:12952: $lt_compile\"" >&5) 12777 12953 (eval "$lt_compile" 2>conftest.err) 12778 12954 ac_status=$? 12779 12955 cat conftest.err >&5 12780 echo "$as_me:12 780: \$? = $ac_status" >&512956 echo "$as_me:12956: \$? = $ac_status" >&5 12781 12957 if (exit $ac_status) && test -s "$ac_outfile"; then 12782 12958 # The compiler can only warn and ignore the option if not recognized … … 12791 12967 12792 12968 fi 12793 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&512794 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }12969 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 12970 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } 12795 12971 12796 12972 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then … … 12819 12995 # 12820 12996 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" 12821 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&512822 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }12997 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 12998 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 12823 12999 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then 12824 echo $ECHO_N "(cached) $ECHO_C" >&613000 $as_echo_n "(cached) " >&6 12825 13001 else 12826 13002 lt_cv_prog_compiler_static_works_CXX=no … … 12847 13023 12848 13024 fi 12849 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&512850 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }13025 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 13026 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } 12851 13027 12852 13028 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then … … 12857 13033 12858 13034 12859 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&512860 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }13035 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 13036 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 12861 13037 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then 12862 echo $ECHO_N "(cached) $ECHO_C" >&613038 $as_echo_n "(cached) " >&6 12863 13039 else 12864 13040 lt_cv_prog_compiler_c_o_CXX=no … … 12878 13054 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12879 13055 -e 's:$: $lt_compiler_flag:'` 12880 (eval echo "\"\$as_me:1 2880: $lt_compile\"" >&5)13056 (eval echo "\"\$as_me:13056: $lt_compile\"" >&5) 12881 13057 (eval "$lt_compile" 2>out/conftest.err) 12882 13058 ac_status=$? 12883 13059 cat out/conftest.err >&5 12884 echo "$as_me:1 2884: \$? = $ac_status" >&513060 echo "$as_me:13060: \$? = $ac_status" >&5 12885 13061 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12886 13062 then … … 12904 13080 12905 13081 fi 12906 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&512907 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }13082 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 13083 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } 12908 13084 12909 13085 … … 12911 13087 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then 12912 13088 # do not overwrite the value of need_locks provided by the user 12913 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&512914 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }13089 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 13090 $as_echo_n "checking if we can lock with hard links... " >&6; } 12915 13091 hard_links=yes 12916 13092 $rm conftest* … … 12919 13095 ln conftest.a conftest.b 2>&5 || hard_links=no 12920 13096 ln conftest.a conftest.b 2>/dev/null && hard_links=no 12921 { echo "$as_me:$LINENO: result: $hard_links" >&512922 echo "${ECHO_T}$hard_links" >&6; }13097 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 13098 $as_echo "$hard_links" >&6; } 12923 13099 if test "$hard_links" = no; then 12924 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&512925 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}13100 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 13101 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 12926 13102 need_locks=warn 12927 13103 fi … … 12930 13106 fi 12931 13107 12932 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&512933 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }13108 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 13109 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } 12934 13110 12935 13111 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' … … 12956 13132 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 12957 13133 12958 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&512959 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }13134 { $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 13135 $as_echo "$ld_shlibs_CXX" >&6; } 12960 13136 test "$ld_shlibs_CXX" = no && can_build_shared=no 12961 13137 … … 12977 13153 # systems, -lgcc has to come before -lc. If gcc already passes -lc 12978 13154 # to ld, don't add -lc before -lgcc. 12979 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&512980 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }13155 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 13156 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 12981 13157 $rm conftest* 12982 13158 echo "$lt_simple_compile_test_code" > conftest.$ac_ext … … 12985 13161 (eval $ac_compile) 2>&5 12986 13162 ac_status=$? 12987 echo "$as_me:$LINENO: \$? = $ac_status" >&513163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 12988 13164 (exit $ac_status); } 2>conftest.err; then 12989 13165 soname=conftest … … 13003 13179 (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 13004 13180 ac_status=$? 13005 echo "$as_me:$LINENO: \$? = $ac_status" >&513181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 13006 13182 (exit $ac_status); } 13007 13183 then … … 13015 13191 fi 13016 13192 $rm conftest* 13017 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&513018 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }13193 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 13194 $as_echo "$archive_cmds_need_lc_CXX" >&6; } 13019 13195 ;; 13020 13196 esac … … 13023 13199 esac 13024 13200 13025 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&513026 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }13201 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 13202 $as_echo_n "checking dynamic linker characteristics... " >&6; } 13027 13203 library_names_spec= 13028 13204 libname_spec='lib$name' … … 13573 13749 ;; 13574 13750 esac 13575 { echo "$as_me:$LINENO: result: $dynamic_linker" >&513576 echo "${ECHO_T}$dynamic_linker" >&6; }13751 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 13752 $as_echo "$dynamic_linker" >&6; } 13577 13753 test "$dynamic_linker" = no && can_build_shared=no 13578 13754 13579 13755 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 13580 echo $ECHO_N "(cached) $ECHO_C" >&613756 $as_echo_n "(cached) " >&6 13581 13757 else 13582 13758 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" … … 13585 13761 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 13586 13762 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 13587 echo $ECHO_N "(cached) $ECHO_C" >&613763 $as_echo_n "(cached) " >&6 13588 13764 else 13589 13765 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" … … 13597 13773 fi 13598 13774 13599 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&513600 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }13775 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 13776 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } 13601 13777 hardcode_action_CXX= 13602 13778 if test -n "$hardcode_libdir_flag_spec_CXX" || \ … … 13622 13798 hardcode_action_CXX=unsupported 13623 13799 fi 13624 { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&513625 echo "${ECHO_T}$hardcode_action_CXX" >&6; }13800 { $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 13801 $as_echo "$hardcode_action_CXX" >&6; } 13626 13802 13627 13803 if test "$hardcode_action_CXX" = relink; then … … 14164 14340 14165 14341 14166 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&514167 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }14168 { echo "$as_me:$LINENO: result: $can_build_shared" >&514169 echo "${ECHO_T}$can_build_shared" >&6; }14170 14171 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&514172 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }14342 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 14343 $as_echo_n "checking if libtool supports shared libraries... " >&6; } 14344 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 14345 $as_echo "$can_build_shared" >&6; } 14346 14347 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 14348 $as_echo_n "checking whether to build shared libraries... " >&6; } 14173 14349 test "$can_build_shared" = "no" && enable_shared=no 14174 14350 … … 14189 14365 ;; 14190 14366 esac 14191 { echo "$as_me:$LINENO: result: $enable_shared" >&514192 echo "${ECHO_T}$enable_shared" >&6; }14193 14194 { echo "$as_me:$LINENO: checking whether to build static libraries" >&514195 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }14367 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 14368 $as_echo "$enable_shared" >&6; } 14369 14370 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 14371 $as_echo_n "checking whether to build static libraries... " >&6; } 14196 14372 # Make sure either enable_shared or enable_static is yes. 14197 14373 test "$enable_shared" = yes || enable_static=yes 14198 { echo "$as_me:$LINENO: result: $enable_static" >&514199 echo "${ECHO_T}$enable_static" >&6; }14374 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5 14375 $as_echo "$enable_static" >&6; } 14200 14376 14201 14377 GCC_F77="$G77" … … 14206 14382 lt_prog_compiler_static_F77= 14207 14383 14208 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&514209 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }14384 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 14385 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } 14210 14386 14211 14387 if test "$GCC" = yes; then … … 14438 14614 fi 14439 14615 14440 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&514441 echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }14616 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 14617 $as_echo "$lt_prog_compiler_pic_F77" >&6; } 14442 14618 14443 14619 # … … 14446 14622 if test -n "$lt_prog_compiler_pic_F77"; then 14447 14623 14448 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&514449 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }14624 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 14625 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; } 14450 14626 if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then 14451 echo $ECHO_N "(cached) $ECHO_C" >&614627 $as_echo_n "(cached) " >&6 14452 14628 else 14453 14629 lt_cv_prog_compiler_pic_works_F77=no … … 14464 14640 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14465 14641 -e 's:$: $lt_compiler_flag:'` 14466 (eval echo "\"\$as_me:14 466: $lt_compile\"" >&5)14642 (eval echo "\"\$as_me:14642: $lt_compile\"" >&5) 14467 14643 (eval "$lt_compile" 2>conftest.err) 14468 14644 ac_status=$? 14469 14645 cat conftest.err >&5 14470 echo "$as_me:14 470: \$? = $ac_status" >&514646 echo "$as_me:14646: \$? = $ac_status" >&5 14471 14647 if (exit $ac_status) && test -s "$ac_outfile"; then 14472 14648 # The compiler can only warn and ignore the option if not recognized … … 14481 14657 14482 14658 fi 14483 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&514484 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }14659 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5 14660 $as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; } 14485 14661 14486 14662 if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then … … 14509 14685 # 14510 14686 wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" 14511 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&514512 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }14687 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 14688 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 14513 14689 if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then 14514 echo $ECHO_N "(cached) $ECHO_C" >&614690 $as_echo_n "(cached) " >&6 14515 14691 else 14516 14692 lt_cv_prog_compiler_static_works_F77=no … … 14537 14713 14538 14714 fi 14539 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&514540 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }14715 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5 14716 $as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; } 14541 14717 14542 14718 if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then … … 14547 14723 14548 14724 14549 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&514550 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }14725 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 14726 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 14551 14727 if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then 14552 echo $ECHO_N "(cached) $ECHO_C" >&614728 $as_echo_n "(cached) " >&6 14553 14729 else 14554 14730 lt_cv_prog_compiler_c_o_F77=no … … 14568 14744 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14569 14745 -e 's:$: $lt_compiler_flag:'` 14570 (eval echo "\"\$as_me:14 570: $lt_compile\"" >&5)14746 (eval echo "\"\$as_me:14746: $lt_compile\"" >&5) 14571 14747 (eval "$lt_compile" 2>out/conftest.err) 14572 14748 ac_status=$? 14573 14749 cat out/conftest.err >&5 14574 echo "$as_me:14 574: \$? = $ac_status" >&514750 echo "$as_me:14750: \$? = $ac_status" >&5 14575 14751 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14576 14752 then … … 14594 14770 14595 14771 fi 14596 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&514597 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }14772 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 14773 $as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; } 14598 14774 14599 14775 … … 14601 14777 if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then 14602 14778 # do not overwrite the value of need_locks provided by the user 14603 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&514604 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }14779 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 14780 $as_echo_n "checking if we can lock with hard links... " >&6; } 14605 14781 hard_links=yes 14606 14782 $rm conftest* … … 14609 14785 ln conftest.a conftest.b 2>&5 || hard_links=no 14610 14786 ln conftest.a conftest.b 2>/dev/null && hard_links=no 14611 { echo "$as_me:$LINENO: result: $hard_links" >&514612 echo "${ECHO_T}$hard_links" >&6; }14787 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 14788 $as_echo "$hard_links" >&6; } 14613 14789 if test "$hard_links" = no; then 14614 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&514615 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}14790 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 14791 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 14616 14792 need_locks=warn 14617 14793 fi … … 14620 14796 fi 14621 14797 14622 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&514623 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }14798 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 14799 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } 14624 14800 14625 14801 runpath_var= … … 15041 15217 *) ac_try_echo=$ac_try;; 15042 15218 esac 15043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15220 $as_echo "$ac_try_echo") >&5 15044 15221 (eval "$ac_link") 2>conftest.er1 15045 15222 ac_status=$? … … 15047 15224 rm -f conftest.er1 15048 15225 cat conftest.err >&5 15049 echo "$as_me:$LINENO: \$? = $ac_status" >&515226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15050 15227 (exit $ac_status); } && { 15051 15228 test -z "$ac_f77_werror_flag" || 15052 15229 test ! -s conftest.err 15053 } && test -s conftest$ac_exeext && 15054 $as_test_x conftest$ac_exeext; then 15230 } && test -s conftest$ac_exeext && { 15231 test "$cross_compiling" = yes || 15232 $as_test_x conftest$ac_exeext 15233 }; then 15055 15234 15056 15235 lt_aix_libpath_sed=' … … 15067 15246 fi 15068 15247 else 15069 echo "$as_me: failed program was:" >&515248 $as_echo "$as_me: failed program was:" >&5 15070 15249 sed 's/^/| /' conftest.$ac_ext >&5 15071 15250 … … 15073 15252 fi 15074 15253 15254 rm -rf conftest.dSYM 15075 15255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15076 15256 conftest$ac_exeext conftest.$ac_ext … … 15097 15277 *) ac_try_echo=$ac_try;; 15098 15278 esac 15099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 15279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 15280 $as_echo "$ac_try_echo") >&5 15100 15281 (eval "$ac_link") 2>conftest.er1 15101 15282 ac_status=$? … … 15103 15284 rm -f conftest.er1 15104 15285 cat conftest.err >&5 15105 echo "$as_me:$LINENO: \$? = $ac_status" >&515286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15106 15287 (exit $ac_status); } && { 15107 15288 test -z "$ac_f77_werror_flag" || 15108 15289 test ! -s conftest.err 15109 } && test -s conftest$ac_exeext && 15110 $as_test_x conftest$ac_exeext; then 15290 } && test -s conftest$ac_exeext && { 15291 test "$cross_compiling" = yes || 15292 $as_test_x conftest$ac_exeext 15293 }; then 15111 15294 15112 15295 lt_aix_libpath_sed=' … … 15123 15306 fi 15124 15307 else 15125 echo "$as_me: failed program was:" >&515308 $as_echo "$as_me: failed program was:" >&5 15126 15309 sed 's/^/| /' conftest.$ac_ext >&5 15127 15310 … … 15129 15312 fi 15130 15313 15314 rm -rf conftest.dSYM 15131 15315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 15132 15316 conftest$ac_exeext conftest.$ac_ext … … 15580 15764 fi 15581 15765 15582 { echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&515583 echo "${ECHO_T}$ld_shlibs_F77" >&6; }15766 { $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 15767 $as_echo "$ld_shlibs_F77" >&6; } 15584 15768 test "$ld_shlibs_F77" = no && can_build_shared=no 15585 15769 … … 15601 15785 # systems, -lgcc has to come before -lc. If gcc already passes -lc 15602 15786 # to ld, don't add -lc before -lgcc. 15603 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&515604 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }15787 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 15788 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 15605 15789 $rm conftest* 15606 15790 echo "$lt_simple_compile_test_code" > conftest.$ac_ext … … 15609 15793 (eval $ac_compile) 2>&5 15610 15794 ac_status=$? 15611 echo "$as_me:$LINENO: \$? = $ac_status" >&515795 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15612 15796 (exit $ac_status); } 2>conftest.err; then 15613 15797 soname=conftest … … 15627 15811 (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 15628 15812 ac_status=$? 15629 echo "$as_me:$LINENO: \$? = $ac_status" >&515813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 15630 15814 (exit $ac_status); } 15631 15815 then … … 15639 15823 fi 15640 15824 $rm conftest* 15641 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&515642 echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }15825 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 15826 $as_echo "$archive_cmds_need_lc_F77" >&6; } 15643 15827 ;; 15644 15828 esac … … 15647 15831 esac 15648 15832 15649 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&515650 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }15833 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 15834 $as_echo_n "checking dynamic linker characteristics... " >&6; } 15651 15835 library_names_spec= 15652 15836 libname_spec='lib$name' … … 16197 16381 ;; 16198 16382 esac 16199 { echo "$as_me:$LINENO: result: $dynamic_linker" >&516200 echo "${ECHO_T}$dynamic_linker" >&6; }16383 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 16384 $as_echo "$dynamic_linker" >&6; } 16201 16385 test "$dynamic_linker" = no && can_build_shared=no 16202 16386 16203 16387 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 16204 echo $ECHO_N "(cached) $ECHO_C" >&616388 $as_echo_n "(cached) " >&6 16205 16389 else 16206 16390 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" … … 16209 16393 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 16210 16394 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 16211 echo $ECHO_N "(cached) $ECHO_C" >&616395 $as_echo_n "(cached) " >&6 16212 16396 else 16213 16397 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" … … 16221 16405 fi 16222 16406 16223 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&516224 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }16407 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 16408 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } 16225 16409 hardcode_action_F77= 16226 16410 if test -n "$hardcode_libdir_flag_spec_F77" || \ … … 16246 16430 hardcode_action_F77=unsupported 16247 16431 fi 16248 { echo "$as_me:$LINENO: result: $hardcode_action_F77" >&516249 echo "${ECHO_T}$hardcode_action_F77" >&6; }16432 { $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 16433 $as_echo "$hardcode_action_F77" >&6; } 16250 16434 16251 16435 if test "$hardcode_action_F77" = relink; then … … 16761 16945 16762 16946 16763 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&516764 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }16947 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 16948 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 16765 16949 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 16766 echo $ECHO_N "(cached) $ECHO_C" >&616950 $as_echo_n "(cached) " >&6 16767 16951 else 16768 16952 lt_cv_prog_compiler_rtti_exceptions=no … … 16779 16963 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16780 16964 -e 's:$: $lt_compiler_flag:'` 16781 (eval echo "\"\$as_me:16 781: $lt_compile\"" >&5)16965 (eval echo "\"\$as_me:16965: $lt_compile\"" >&5) 16782 16966 (eval "$lt_compile" 2>conftest.err) 16783 16967 ac_status=$? 16784 16968 cat conftest.err >&5 16785 echo "$as_me:16 785: \$? = $ac_status" >&516969 echo "$as_me:16969: \$? = $ac_status" >&5 16786 16970 if (exit $ac_status) && test -s "$ac_outfile"; then 16787 16971 # The compiler can only warn and ignore the option if not recognized … … 16796 16980 16797 16981 fi 16798 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&516799 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }16982 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 16983 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } 16800 16984 16801 16985 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then … … 16811 16995 lt_prog_compiler_static_GCJ= 16812 16996 16813 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&516814 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }16997 { $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 16998 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } 16815 16999 16816 17000 if test "$GCC" = yes; then … … 17043 17227 fi 17044 17228 17045 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&517046 echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }17229 { $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 17230 $as_echo "$lt_prog_compiler_pic_GCJ" >&6; } 17047 17231 17048 17232 # … … 17051 17235 if test -n "$lt_prog_compiler_pic_GCJ"; then 17052 17236 17053 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&517054 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }17237 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 17238 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; } 17055 17239 if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then 17056 echo $ECHO_N "(cached) $ECHO_C" >&617240 $as_echo_n "(cached) " >&6 17057 17241 else 17058 17242 lt_cv_prog_compiler_pic_works_GCJ=no … … 17069 17253 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17070 17254 -e 's:$: $lt_compiler_flag:'` 17071 (eval echo "\"\$as_me:17 071: $lt_compile\"" >&5)17255 (eval echo "\"\$as_me:17255: $lt_compile\"" >&5) 17072 17256 (eval "$lt_compile" 2>conftest.err) 17073 17257 ac_status=$? 17074 17258 cat conftest.err >&5 17075 echo "$as_me:17 075: \$? = $ac_status" >&517259 echo "$as_me:17259: \$? = $ac_status" >&5 17076 17260 if (exit $ac_status) && test -s "$ac_outfile"; then 17077 17261 # The compiler can only warn and ignore the option if not recognized … … 17086 17270 17087 17271 fi 17088 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&517089 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }17272 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5 17273 $as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; } 17090 17274 17091 17275 if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then … … 17114 17298 # 17115 17299 wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" 17116 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&517117 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }17300 { $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 17301 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 17118 17302 if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then 17119 echo $ECHO_N "(cached) $ECHO_C" >&617303 $as_echo_n "(cached) " >&6 17120 17304 else 17121 17305 lt_cv_prog_compiler_static_works_GCJ=no … … 17142 17326 17143 17327 fi 17144 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&517145 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }17328 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5 17329 $as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; } 17146 17330 17147 17331 if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then … … 17152 17336 17153 17337 17154 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&517155 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }17338 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 17339 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 17156 17340 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then 17157 echo $ECHO_N "(cached) $ECHO_C" >&617341 $as_echo_n "(cached) " >&6 17158 17342 else 17159 17343 lt_cv_prog_compiler_c_o_GCJ=no … … 17173 17357 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17174 17358 -e 's:$: $lt_compiler_flag:'` 17175 (eval echo "\"\$as_me:17 175: $lt_compile\"" >&5)17359 (eval echo "\"\$as_me:17359: $lt_compile\"" >&5) 17176 17360 (eval "$lt_compile" 2>out/conftest.err) 17177 17361 ac_status=$? 17178 17362 cat out/conftest.err >&5 17179 echo "$as_me:17 179: \$? = $ac_status" >&517363 echo "$as_me:17363: \$? = $ac_status" >&5 17180 17364 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17181 17365 then … … 17199 17383 17200 17384 fi 17201 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&517202 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }17385 { $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 17386 $as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; } 17203 17387 17204 17388 … … 17206 17390 if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then 17207 17391 # do not overwrite the value of need_locks provided by the user 17208 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&517209 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }17392 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 17393 $as_echo_n "checking if we can lock with hard links... " >&6; } 17210 17394 hard_links=yes 17211 17395 $rm conftest* … … 17214 17398 ln conftest.a conftest.b 2>&5 || hard_links=no 17215 17399 ln conftest.a conftest.b 2>/dev/null && hard_links=no 17216 { echo "$as_me:$LINENO: result: $hard_links" >&517217 echo "${ECHO_T}$hard_links" >&6; }17400 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 17401 $as_echo "$hard_links" >&6; } 17218 17402 if test "$hard_links" = no; then 17219 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&517220 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}17403 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 17404 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 17221 17405 need_locks=warn 17222 17406 fi … … 17225 17409 fi 17226 17410 17227 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&517228 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }17411 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 17412 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } 17229 17413 17230 17414 runpath_var= … … 17656 17840 *) ac_try_echo=$ac_try;; 17657 17841 esac 17658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17843 $as_echo "$ac_try_echo") >&5 17659 17844 (eval "$ac_link") 2>conftest.er1 17660 17845 ac_status=$? … … 17662 17847 rm -f conftest.er1 17663 17848 cat conftest.err >&5 17664 echo "$as_me:$LINENO: \$? = $ac_status" >&517849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17665 17850 (exit $ac_status); } && { 17666 17851 test -z "$ac_c_werror_flag" || 17667 17852 test ! -s conftest.err 17668 } && test -s conftest$ac_exeext && 17669 $as_test_x conftest$ac_exeext; then 17853 } && test -s conftest$ac_exeext && { 17854 test "$cross_compiling" = yes || 17855 $as_test_x conftest$ac_exeext 17856 }; then 17670 17857 17671 17858 lt_aix_libpath_sed=' … … 17682 17869 fi 17683 17870 else 17684 echo "$as_me: failed program was:" >&517871 $as_echo "$as_me: failed program was:" >&5 17685 17872 sed 's/^/| /' conftest.$ac_ext >&5 17686 17873 … … 17688 17875 fi 17689 17876 17877 rm -rf conftest.dSYM 17690 17878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17691 17879 conftest$ac_exeext conftest.$ac_ext … … 17722 17910 *) ac_try_echo=$ac_try;; 17723 17911 esac 17724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 17912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 17913 $as_echo "$ac_try_echo") >&5 17725 17914 (eval "$ac_link") 2>conftest.er1 17726 17915 ac_status=$? … … 17728 17917 rm -f conftest.er1 17729 17918 cat conftest.err >&5 17730 echo "$as_me:$LINENO: \$? = $ac_status" >&517919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 17731 17920 (exit $ac_status); } && { 17732 17921 test -z "$ac_c_werror_flag" || 17733 17922 test ! -s conftest.err 17734 } && test -s conftest$ac_exeext && 17735 $as_test_x conftest$ac_exeext; then 17923 } && test -s conftest$ac_exeext && { 17924 test "$cross_compiling" = yes || 17925 $as_test_x conftest$ac_exeext 17926 }; then 17736 17927 17737 17928 lt_aix_libpath_sed=' … … 17748 17939 fi 17749 17940 else 17750 echo "$as_me: failed program was:" >&517941 $as_echo "$as_me: failed program was:" >&5 17751 17942 sed 's/^/| /' conftest.$ac_ext >&5 17752 17943 … … 17754 17945 fi 17755 17946 17947 rm -rf conftest.dSYM 17756 17948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 17757 17949 conftest$ac_exeext conftest.$ac_ext … … 18205 18397 fi 18206 18398 18207 { echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&518208 echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }18399 { $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 18400 $as_echo "$ld_shlibs_GCJ" >&6; } 18209 18401 test "$ld_shlibs_GCJ" = no && can_build_shared=no 18210 18402 … … 18226 18418 # systems, -lgcc has to come before -lc. If gcc already passes -lc 18227 18419 # to ld, don't add -lc before -lgcc. 18228 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&518229 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }18420 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 18421 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 18230 18422 $rm conftest* 18231 18423 echo "$lt_simple_compile_test_code" > conftest.$ac_ext … … 18234 18426 (eval $ac_compile) 2>&5 18235 18427 ac_status=$? 18236 echo "$as_me:$LINENO: \$? = $ac_status" >&518428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 18237 18429 (exit $ac_status); } 2>conftest.err; then 18238 18430 soname=conftest … … 18252 18444 (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 18253 18445 ac_status=$? 18254 echo "$as_me:$LINENO: \$? = $ac_status" >&518446 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 18255 18447 (exit $ac_status); } 18256 18448 then … … 18264 18456 fi 18265 18457 $rm conftest* 18266 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&518267 echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }18458 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 18459 $as_echo "$archive_cmds_need_lc_GCJ" >&6; } 18268 18460 ;; 18269 18461 esac … … 18272 18464 esac 18273 18465 18274 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&518275 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }18466 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 18467 $as_echo_n "checking dynamic linker characteristics... " >&6; } 18276 18468 library_names_spec= 18277 18469 libname_spec='lib$name' … … 18822 19014 ;; 18823 19015 esac 18824 { echo "$as_me:$LINENO: result: $dynamic_linker" >&518825 echo "${ECHO_T}$dynamic_linker" >&6; }19016 { $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 19017 $as_echo "$dynamic_linker" >&6; } 18826 19018 test "$dynamic_linker" = no && can_build_shared=no 18827 19019 18828 19020 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 18829 echo $ECHO_N "(cached) $ECHO_C" >&619021 $as_echo_n "(cached) " >&6 18830 19022 else 18831 19023 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" … … 18834 19026 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 18835 19027 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 18836 echo $ECHO_N "(cached) $ECHO_C" >&619028 $as_echo_n "(cached) " >&6 18837 19029 else 18838 19030 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" … … 18846 19038 fi 18847 19039 18848 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&518849 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }19040 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 19041 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } 18850 19042 hardcode_action_GCJ= 18851 19043 if test -n "$hardcode_libdir_flag_spec_GCJ" || \ … … 18871 19063 hardcode_action_GCJ=unsupported 18872 19064 fi 18873 { echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&518874 echo "${ECHO_T}$hardcode_action_GCJ" >&6; }19065 { $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 19066 $as_echo "$hardcode_action_GCJ" >&6; } 18875 19067 18876 19068 if test "$hardcode_action_GCJ" = relink; then … … 19801 19993 19802 19994 *) 19803 { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&519804 echo "$as_me: error: Unsupported tag name: $tagname" >&2;}19995 { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 19996 $as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;} 19805 19997 { (exit 1); exit 1; }; } 19806 19998 ;; … … 19821 20013 else 19822 20014 rm -f "${ofile}T" 19823 { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&519824 echo "$as_me: error: unable to update list of available tagged configurations." >&2;}20015 { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 20016 $as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;} 19825 20017 { (exit 1); exit 1; }; } 19826 20018 fi … … 19909 20101 # Extract the first word of "$ac_prog", so it can be a program name with args. 19910 20102 set dummy $ac_prog; ac_word=$2 19911 { echo "$as_me:$LINENO: checking for $ac_word" >&519912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }20103 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 20104 $as_echo_n "checking for $ac_word... " >&6; } 19913 20105 if test "${ac_cv_prog_AWK+set}" = set; then 19914 echo $ECHO_N "(cached) $ECHO_C" >&620106 $as_echo_n "(cached) " >&6 19915 20107 else 19916 20108 if test -n "$AWK"; then … … 19925 20117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 19926 20118 ac_cv_prog_AWK="$ac_prog" 19927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&520119 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 19928 20120 break 2 19929 20121 fi … … 19936 20128 AWK=$ac_cv_prog_AWK 19937 20129 if test -n "$AWK"; then 19938 { echo "$as_me:$LINENO: result: $AWK" >&519939 echo "${ECHO_T}$AWK" >&6; }19940 else 19941 { echo "$as_me:$LINENO: result: no" >&519942 echo "${ECHO_T}no" >&6; }20130 { $as_echo "$as_me:$LINENO: result: $AWK" >&5 20131 $as_echo "$AWK" >&6; } 20132 else 20133 { $as_echo "$as_me:$LINENO: result: no" >&5 20134 $as_echo "no" >&6; } 19943 20135 fi 19944 20136 … … 19957 20149 # Extract the first word of "curl-config", so it can be a program name with args. 19958 20150 set dummy curl-config; ac_word=$2 19959 { echo "$as_me:$LINENO: checking for $ac_word" >&519960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }20151 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 20152 $as_echo_n "checking for $ac_word... " >&6; } 19961 20153 if test "${ac_cv_path__libcurl_config+set}" = set; then 19962 echo $ECHO_N "(cached) $ECHO_C" >&620154 $as_echo_n "(cached) " >&6 19963 20155 else 19964 20156 case $_libcurl_config in … … 19975 20167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 19976 20168 ac_cv_path__libcurl_config="$as_dir/$ac_word$ac_exec_ext" 19977 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&520169 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 19978 20170 break 2 19979 20171 fi … … 19988 20180 _libcurl_config=$ac_cv_path__libcurl_config 19989 20181 if test -n "$_libcurl_config"; then 19990 { echo "$as_me:$LINENO: result: $_libcurl_config" >&519991 echo "${ECHO_T}$_libcurl_config" >&6; }19992 else 19993 { echo "$as_me:$LINENO: result: no" >&519994 echo "${ECHO_T}no" >&6; }20182 { $as_echo "$as_me:$LINENO: result: $_libcurl_config" >&5 20183 $as_echo "$_libcurl_config" >&6; } 20184 else 20185 { $as_echo "$as_me:$LINENO: result: no" >&5 20186 $as_echo "no" >&6; } 19995 20187 fi 19996 20188 … … 19999 20191 # Extract the first word of "curl-config", so it can be a program name with args. 20000 20192 set dummy curl-config; ac_word=$2 20001 { echo "$as_me:$LINENO: checking for $ac_word" >&520002 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }20193 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 20194 $as_echo_n "checking for $ac_word... " >&6; } 20003 20195 if test "${ac_cv_path__libcurl_config+set}" = set; then 20004 echo $ECHO_N "(cached) $ECHO_C" >&620196 $as_echo_n "(cached) " >&6 20005 20197 else 20006 20198 case $_libcurl_config in … … 20017 20209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 20018 20210 ac_cv_path__libcurl_config="$as_dir/$ac_word$ac_exec_ext" 20019 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&520211 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 20020 20212 break 2 20021 20213 fi … … 20029 20221 _libcurl_config=$ac_cv_path__libcurl_config 20030 20222 if test -n "$_libcurl_config"; then 20031 { echo "$as_me:$LINENO: result: $_libcurl_config" >&520032 echo "${ECHO_T}$_libcurl_config" >&6; }20033 else 20034 { echo "$as_me:$LINENO: result: no" >&520035 echo "${ECHO_T}no" >&6; }20223 { $as_echo "$as_me:$LINENO: result: $_libcurl_config" >&5 20224 $as_echo "$_libcurl_config" >&6; } 20225 else 20226 { $as_echo "$as_me:$LINENO: result: no" >&5 20227 $as_echo "no" >&6; } 20036 20228 fi 20037 20229 … … 20040 20232 20041 20233 if test x$_libcurl_config != "x" ; then 20042 { echo "$as_me:$LINENO: checking for the version of libcurl" >&520043 echo $ECHO_N "checking for the version of libcurl... $ECHO_C" >&6; }20234 { $as_echo "$as_me:$LINENO: checking for the version of libcurl" >&5 20235 $as_echo_n "checking for the version of libcurl... " >&6; } 20044 20236 if test "${libcurl_cv_lib_curl_version+set}" = set; then 20045 echo $ECHO_N "(cached) $ECHO_C" >&620237 $as_echo_n "(cached) " >&6 20046 20238 else 20047 20239 libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $2}'` 20048 20240 fi 20049 { echo "$as_me:$LINENO: result: $libcurl_cv_lib_curl_version" >&520050 echo "${ECHO_T}$libcurl_cv_lib_curl_version" >&6; }20241 { $as_echo "$as_me:$LINENO: result: $libcurl_cv_lib_curl_version" >&5 20242 $as_echo "$libcurl_cv_lib_curl_version" >&6; } 20051 20243 20052 20244 _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse` … … 20054 20246 20055 20247 if test $_libcurl_wanted -gt 0 ; then 20056 { echo "$as_me:$LINENO: checking for libcurl >= version 7.15.0" >&520057 echo $ECHO_N "checking for libcurl >= version 7.15.0... $ECHO_C" >&6; }20248 { $as_echo "$as_me:$LINENO: checking for libcurl >= version 7.15.0" >&5 20249 $as_echo_n "checking for libcurl >= version 7.15.0... " >&6; } 20058 20250 if test "${libcurl_cv_lib_version_ok+set}" = set; then 20059 echo $ECHO_N "(cached) $ECHO_C" >&620251 $as_echo_n "(cached) " >&6 20060 20252 else 20061 20253 … … 20067 20259 20068 20260 fi 20069 { echo "$as_me:$LINENO: result: $libcurl_cv_lib_version_ok" >&520070 echo "${ECHO_T}$libcurl_cv_lib_version_ok" >&6; }20261 { $as_echo "$as_me:$LINENO: result: $libcurl_cv_lib_version_ok" >&5 20262 $as_echo "$libcurl_cv_lib_version_ok" >&6; } 20071 20263 fi 20072 20264 … … 20108 20300 LIBCURL=${LIBCURL-"$_libcurl_ldflags -lcurl"} 20109 20301 20110 { echo "$as_me:$LINENO: checking whether libcurl is usable" >&520111 echo $ECHO_N "checking whether libcurl is usable... $ECHO_C" >&6; }20302 { $as_echo "$as_me:$LINENO: checking whether libcurl is usable" >&5 20303 $as_echo_n "checking whether libcurl is usable... " >&6; } 20112 20304 if test "${libcurl_cv_lib_curl_usable+set}" = set; then 20113 echo $ECHO_N "(cached) $ECHO_C" >&620305 $as_echo_n "(cached) " >&6 20114 20306 else 20115 20307 … … 20151 20343 *) ac_try_echo=$ac_try;; 20152 20344 esac 20153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20346 $as_echo "$ac_try_echo") >&5 20154 20347 (eval "$ac_link") 2>conftest.er1 20155 20348 ac_status=$? … … 20157 20350 rm -f conftest.er1 20158 20351 cat conftest.err >&5 20159 echo "$as_me:$LINENO: \$? = $ac_status" >&520352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20160 20353 (exit $ac_status); } && { 20161 20354 test -z "$ac_c_werror_flag" || 20162 20355 test ! -s conftest.err 20163 } && test -s conftest$ac_exeext && 20164 $as_test_x conftest$ac_exeext; then 20356 } && test -s conftest$ac_exeext && { 20357 test "$cross_compiling" = yes || 20358 $as_test_x conftest$ac_exeext 20359 }; then 20165 20360 libcurl_cv_lib_curl_usable=yes 20166 20361 else 20167 echo "$as_me: failed program was:" >&520362 $as_echo "$as_me: failed program was:" >&5 20168 20363 sed 's/^/| /' conftest.$ac_ext >&5 20169 20364 … … 20171 20366 fi 20172 20367 20368 rm -rf conftest.dSYM 20173 20369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20174 20370 conftest$ac_exeext conftest.$ac_ext … … 20180 20376 20181 20377 fi 20182 { echo "$as_me:$LINENO: result: $libcurl_cv_lib_curl_usable" >&520183 echo "${ECHO_T}$libcurl_cv_lib_curl_usable" >&6; }20378 { $as_echo "$as_me:$LINENO: result: $libcurl_cv_lib_curl_usable" >&5 20379 $as_echo "$libcurl_cv_lib_curl_usable" >&6; } 20184 20380 20185 20381 if test $libcurl_cv_lib_curl_usable = yes ; then … … 20193 20389 LIBS="$LIBS $LIBCURL" 20194 20390 20195 { echo "$as_me:$LINENO: checking for curl_free" >&520196 echo $ECHO_N "checking for curl_free... $ECHO_C" >&6; }20391 { $as_echo "$as_me:$LINENO: checking for curl_free" >&5 20392 $as_echo_n "checking for curl_free... " >&6; } 20197 20393 if test "${ac_cv_func_curl_free+set}" = set; then 20198 echo $ECHO_N "(cached) $ECHO_C" >&620394 $as_echo_n "(cached) " >&6 20199 20395 else 20200 20396 cat >conftest.$ac_ext <<_ACEOF … … 20249 20445 *) ac_try_echo=$ac_try;; 20250 20446 esac 20251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 20447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 20448 $as_echo "$ac_try_echo") >&5 20252 20449 (eval "$ac_link") 2>conftest.er1 20253 20450 ac_status=$? … … 20255 20452 rm -f conftest.er1 20256 20453 cat conftest.err >&5 20257 echo "$as_me:$LINENO: \$? = $ac_status" >&520454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 20258 20455 (exit $ac_status); } && { 20259 20456 test -z "$ac_c_werror_flag" || 20260 20457 test ! -s conftest.err 20261 } && test -s conftest$ac_exeext && 20262 $as_test_x conftest$ac_exeext; then 20458 } && test -s conftest$ac_exeext && { 20459 test "$cross_compiling" = yes || 20460 $as_test_x conftest$ac_exeext 20461 }; then 20263 20462 ac_cv_func_curl_free=yes 20264 20463 else 20265 echo "$as_me: failed program was:" >&520464 $as_echo "$as_me: failed program was:" >&5 20266 20465 sed 's/^/| /' conftest.$ac_ext >&5 20267 20466 … … 20269 20468 fi 20270 20469 20470 rm -rf conftest.dSYM 20271 20471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 20272 20472 conftest$ac_exeext conftest.$ac_ext 20273 20473 fi 20274 { echo "$as_me:$LINENO: result: $ac_cv_func_curl_free" >&520275 echo "${ECHO_T}$ac_cv_func_curl_free" >&6; }20276 if test $ac_cv_func_curl_free =yes; then20474 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_curl_free" >&5 20475 $as_echo "$ac_cv_func_curl_free" >&6; } 20476 if test "x$ac_cv_func_curl_free" = x""yes; then 20277 20477 : 20278 20478 else … … 20300 20500 for _libcurl_feature in $_libcurl_features ; do 20301 20501 cat >>confdefs.h <<_ACEOF 20302 #define ` echo "libcurl_feature_$_libcurl_feature" | $as_tr_cpp` 120502 #define `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_cpp` 1 20303 20503 _ACEOF 20304 20504 20305 eval ` echo "libcurl_feature_$_libcurl_feature" | $as_tr_sh`=yes20505 eval `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_sh`=yes 20306 20506 done 20307 20507 … … 20325 20525 for _libcurl_protocol in $_libcurl_protocols ; do 20326 20526 cat >>confdefs.h <<_ACEOF 20327 #define ` echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_cpp` 120527 #define `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_cpp` 1 20328 20528 _ACEOF 20329 20529 20330 eval ` echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_sh`=yes20530 eval `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_sh`=yes 20331 20531 done 20332 20532 else … … 20358 20558 20359 20559 if [ $curlOk = 0 ]; then 20360 { { echo "$as_me:$LINENO: error:20560 { { $as_echo "$as_me:$LINENO: error: 20361 20561 Could not find a valid libCURL installation on your system. 20362 20562 … … 20368 20568 file for more details about the failure of this check. 20369 20569 " >&5 20370 echo "$as_me: error:20570 $as_echo "$as_me: error: 20371 20571 Could not find a valid libCURL installation on your system. 20372 20572 … … 20413 20613 20414 20614 reqwx=2.8.0 20415 { echo "$as_me:$LINENO: ANSI wxWidgets" >&520416 echo "$as_me: ANSI wxWidgets" >&6;}20615 { $as_echo "$as_me:$LINENO: ANSI wxWidgets" >&5 20616 $as_echo "$as_me: ANSI wxWidgets" >&6;} 20417 20617 20418 20618 if test x${WX_CONFIG_NAME+set} != xset ; then … … 20437 20637 20438 20638 if test -x "$WX_CONFIG_NAME" ; then 20439 { echo "$as_me:$LINENO: checking for wx-config" >&520440 echo $ECHO_N "checking for wx-config... $ECHO_C" >&6; }20639 { $as_echo "$as_me:$LINENO: checking for wx-config" >&5 20640 $as_echo_n "checking for wx-config... " >&6; } 20441 20641 WX_CONFIG_PATH="$WX_CONFIG_NAME" 20442 { echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&520443 echo "${ECHO_T}$WX_CONFIG_PATH" >&6; }20642 { $as_echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 20643 $as_echo "$WX_CONFIG_PATH" >&6; } 20444 20644 else 20445 20645 # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args. 20446 20646 set dummy $WX_CONFIG_NAME; ac_word=$2 20447 { echo "$as_me:$LINENO: checking for $ac_word" >&520448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }20647 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 20648 $as_echo_n "checking for $ac_word... " >&6; } 20449 20649 if test "${ac_cv_path_WX_CONFIG_PATH+set}" = set; then 20450 echo $ECHO_N "(cached) $ECHO_C" >&620650 $as_echo_n "(cached) " >&6 20451 20651 else 20452 20652 case $WX_CONFIG_PATH in … … 20464 20664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 20465 20665 ac_cv_path_WX_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext" 20466 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&520666 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 20467 20667 break 2 20468 20668 fi … … 20477 20677 WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH 20478 20678 if test -n "$WX_CONFIG_PATH"; then 20479 { echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&520480 echo "${ECHO_T}$WX_CONFIG_PATH" >&6; }20481 else 20482 { echo "$as_me:$LINENO: result: no" >&520483 echo "${ECHO_T}no" >&6; }20679 { $as_echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 20680 $as_echo "$WX_CONFIG_PATH" >&6; } 20681 else 20682 { $as_echo "$as_me:$LINENO: result: no" >&5 20683 $as_echo "no" >&6; } 20484 20684 fi 20485 20685 … … 20492 20692 min_wx_version=$reqwx 20493 20693 if test -z "" ; then 20494 { echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version" >&520495 echo $ECHO_N "checking for wxWidgets version >= $min_wx_version... $ECHO_C" >&6; }20694 { $as_echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version" >&5 20695 $as_echo_n "checking for wxWidgets version >= $min_wx_version... " >&6; } 20496 20696 else 20497 { echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version ()" >&520498 echo $ECHO_N "checking for wxWidgets version >= $min_wx_version ()... $ECHO_C" >&6; }20697 { $as_echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version ()" >&5 20698 $as_echo_n "checking for wxWidgets version >= $min_wx_version ()... " >&6; } 20499 20699 fi 20500 20700 … … 20539 20739 if test -n "$wx_ver_ok"; then 20540 20740 20541 { echo "$as_me:$LINENO: result: yes (version $WX_VERSION)" >&520542 echo "${ECHO_T}yes (version $WX_VERSION)" >&6; }20741 { $as_echo "$as_me:$LINENO: result: yes (version $WX_VERSION)" >&5 20742 $as_echo "yes (version $WX_VERSION)" >&6; } 20543 20743 WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs` 20544 20744 20545 { echo "$as_me:$LINENO: checking for wxWidgets static library" >&520546 echo $ECHO_N "checking for wxWidgets static library... $ECHO_C" >&6; }20745 { $as_echo "$as_me:$LINENO: checking for wxWidgets static library" >&5 20746 $as_echo_n "checking for wxWidgets static library... " >&6; } 20547 20747 WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null` 20548 20748 if test "x$WX_LIBS_STATIC" = "x"; then 20549 { echo "$as_me:$LINENO: result: no" >&520550 echo "${ECHO_T}no" >&6; }20749 { $as_echo "$as_me:$LINENO: result: no" >&5 20750 $as_echo "no" >&6; } 20551 20751 else 20552 { echo "$as_me:$LINENO: result: yes" >&520553 echo "${ECHO_T}yes" >&6; }20752 { $as_echo "$as_me:$LINENO: result: yes" >&5 20753 $as_echo "yes" >&6; } 20554 20754 fi 20555 20755 … … 20608 20808 20609 20809 if test "x$WX_VERSION" = x; then 20610 { echo "$as_me:$LINENO: result: no" >&520611 echo "${ECHO_T}no" >&6; }20810 { $as_echo "$as_me:$LINENO: result: no" >&5 20811 $as_echo "no" >&6; } 20612 20812 else 20613 { echo "$as_me:$LINENO: result: no (version $WX_VERSION is not new enough)" >&520614 echo "${ECHO_T}no (version $WX_VERSION is not new enough)" >&6; }20813 { $as_echo "$as_me:$LINENO: result: no (version $WX_VERSION is not new enough)" >&5 20814 $as_echo "no (version $WX_VERSION is not new enough)" >&6; } 20615 20815 fi 20616 20816 … … 20647 20847 20648 20848 20649 { echo "$as_me:$LINENO: Unicode wxWidgets" >&520650 echo "$as_me: Unicode wxWidgets" >&6;}20849 { $as_echo "$as_me:$LINENO: Unicode wxWidgets" >&5 20850 $as_echo "$as_me: Unicode wxWidgets" >&6;} 20651 20851 20652 20852 if test x${WX_CONFIG_NAME+set} != xset ; then … … 20671 20871 20672 20872 if test -x "$WX_CONFIG_NAME" ; then 20673 { echo "$as_me:$LINENO: checking for wx-config" >&520674 echo $ECHO_N "checking for wx-config... $ECHO_C" >&6; }20873 { $as_echo "$as_me:$LINENO: checking for wx-config" >&5 20874 $as_echo_n "checking for wx-config... " >&6; } 20675 20875 WX_CONFIG_PATH="$WX_CONFIG_NAME" 20676 { echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&520677 echo "${ECHO_T}$WX_CONFIG_PATH" >&6; }20876 { $as_echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 20877 $as_echo "$WX_CONFIG_PATH" >&6; } 20678 20878 else 20679 20879 # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args. 20680 20880 set dummy $WX_CONFIG_NAME; ac_word=$2 20681 { echo "$as_me:$LINENO: checking for $ac_word" >&520682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }20881 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 20882 $as_echo_n "checking for $ac_word... " >&6; } 20683 20883 if test "${ac_cv_path_WX_CONFIG_PATH+set}" = set; then 20684 echo $ECHO_N "(cached) $ECHO_C" >&620884 $as_echo_n "(cached) " >&6 20685 20885 else 20686 20886 case $WX_CONFIG_PATH in … … 20698 20898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 20699 20899 ac_cv_path_WX_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext" 20700 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&520900 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 20701 20901 break 2 20702 20902 fi … … 20711 20911 WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH 20712 20912 if test -n "$WX_CONFIG_PATH"; then 20713 { echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&520714 echo "${ECHO_T}$WX_CONFIG_PATH" >&6; }20715 else 20716 { echo "$as_me:$LINENO: result: no" >&520717 echo "${ECHO_T}no" >&6; }20913 { $as_echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 20914 $as_echo "$WX_CONFIG_PATH" >&6; } 20915 else 20916 { $as_echo "$as_me:$LINENO: result: no" >&5 20917 $as_echo "no" >&6; } 20718 20918 fi 20719 20919 … … 20726 20926 min_wx_version=$reqwx 20727 20927 if test -z "" ; then 20728 { echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version" >&520729 echo $ECHO_N "checking for wxWidgets version >= $min_wx_version... $ECHO_C" >&6; }20928 { $as_echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version" >&5 20929 $as_echo_n "checking for wxWidgets version >= $min_wx_version... " >&6; } 20730 20930 else 20731 { echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version ()" >&520732 echo $ECHO_N "checking for wxWidgets version >= $min_wx_version ()... $ECHO_C" >&6; }20931 { $as_echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version ()" >&5 20932 $as_echo_n "checking for wxWidgets version >= $min_wx_version ()... " >&6; } 20733 20933 fi 20734 20934 … … 20773 20973 if test -n "$wx_ver_ok"; then 20774 20974 20775 { echo "$as_me:$LINENO: result: yes (version $WX_VERSION)" >&520776 echo "${ECHO_T}yes (version $WX_VERSION)" >&6; }20975 { $as_echo "$as_me:$LINENO: result: yes (version $WX_VERSION)" >&5 20976 $as_echo "yes (version $WX_VERSION)" >&6; } 20777 20977 WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs` 20778 20978 20779 { echo "$as_me:$LINENO: checking for wxWidgets static library" >&520780 echo $ECHO_N "checking for wxWidgets static library... $ECHO_C" >&6; }20979 { $as_echo "$as_me:$LINENO: checking for wxWidgets static library" >&5 20980 $as_echo_n "checking for wxWidgets static library... " >&6; } 20781 20981 WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null` 20782 20982 if test "x$WX_LIBS_STATIC" = "x"; then 20783 { echo "$as_me:$LINENO: result: no" >&520784 echo "${ECHO_T}no" >&6; }20983 { $as_echo "$as_me:$LINENO: result: no" >&5 20984 $as_echo "no" >&6; } 20785 20985 else 20786 { echo "$as_me:$LINENO: result: yes" >&520787 echo "${ECHO_T}yes" >&6; }20986 { $as_echo "$as_me:$LINENO: result: yes" >&5 20987 $as_echo "yes" >&6; } 20788 20988 fi 20789 20989 … … 20842 21042 20843 21043 if test "x$WX_VERSION" = x; then 20844 { echo "$as_me:$LINENO: result: no" >&520845 echo "${ECHO_T}no" >&6; }21044 { $as_echo "$as_me:$LINENO: result: no" >&5 21045 $as_echo "no" >&6; } 20846 21046 else 20847 { echo "$as_me:$LINENO: result: no (version $WX_VERSION is not new enough)" >&520848 echo "${ECHO_T}no (version $WX_VERSION is not new enough)" >&6; }21047 { $as_echo "$as_me:$LINENO: result: no (version $WX_VERSION is not new enough)" >&5 21048 $as_echo "no (version $WX_VERSION is not new enough)" >&6; } 20849 21049 fi 20850 21050 … … 20883 21083 if test "$wxWin" != 1; then 20884 21084 if test "$wxWinU" != 1; then 20885 { { echo "$as_me:$LINENO: error:21085 { { $as_echo "$as_me:$LINENO: error: 20886 21086 wxWidgets must be installed on your system. 20887 21087 … … 20892 21092 wxWidgets version is $reqwx or above. 20893 21093 " >&5 20894 echo "$as_me: error:21094 $as_echo "$as_me: error: 20895 21095 wxWidgets must be installed on your system. 20896 21096 … … 20905 21105 fi 20906 21106 if test "$wxWinU" != 1; then 20907 { echo "$as_me:$LINENO: WARNING:21107 { $as_echo "$as_me:$LINENO: WARNING: 20908 21108 Unicode build of wxWidgets not found. 20909 21109 … … 20914 21114 configure again. 20915 21115 " >&5 20916 echo "$as_me: WARNING:21116 $as_echo "$as_me: WARNING: 20917 21117 Unicode build of wxWidgets not found. 20918 21118 … … 20933 21133 20934 21134 20935 { echo "$as_me:$LINENO: checking whether NLS is requested" >&520936 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }21135 { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5 21136 $as_echo_n "checking whether NLS is requested... " >&6; } 20937 21137 # Check whether --enable-nls was given. 20938 21138 if test "${enable_nls+set}" = set; then … … 20942 21142 fi 20943 21143 20944 { echo "$as_me:$LINENO: result: $USE_NLS" >&520945 echo "${ECHO_T}$USE_NLS" >&6; }21144 { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 21145 $as_echo "$USE_NLS" >&6; } 20946 21146 20947 21147 … … 20974 21174 20975 21175 set dummy msgfmt; ac_word=$2 20976 { echo "$as_me:$LINENO: checking for $ac_word" >&520977 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }21176 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 21177 $as_echo_n "checking for $ac_word... " >&6; } 20978 21178 if test "${ac_cv_path_MSGFMT+set}" = set; then 20979 echo $ECHO_N "(cached) $ECHO_C" >&621179 $as_echo_n "(cached) " >&6 20980 21180 else 20981 21181 case "$MSGFMT" in … … 21006 21206 MSGFMT="$ac_cv_path_MSGFMT" 21007 21207 if test "$MSGFMT" != ":"; then 21008 { echo "$as_me:$LINENO: result: $MSGFMT" >&521009 echo "${ECHO_T}$MSGFMT" >&6; }21010 else 21011 { echo "$as_me:$LINENO: result: no" >&521012 echo "${ECHO_T}no" >&6; }21208 { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 21209 $as_echo "$MSGFMT" >&6; } 21210 else 21211 { $as_echo "$as_me:$LINENO: result: no" >&5 21212 $as_echo "no" >&6; } 21013 21213 fi 21014 21214 21015 21215 # Extract the first word of "gmsgfmt", so it can be a program name with args. 21016 21216 set dummy gmsgfmt; ac_word=$2 21017 { echo "$as_me:$LINENO: checking for $ac_word" >&521018 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }21217 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 21218 $as_echo_n "checking for $ac_word... " >&6; } 21019 21219 if test "${ac_cv_path_GMSGFMT+set}" = set; then 21020 echo $ECHO_N "(cached) $ECHO_C" >&621220 $as_echo_n "(cached) " >&6 21021 21221 else 21022 21222 case $GMSGFMT in … … 21033 21233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 21034 21234 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" 21035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&521235 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 21036 21236 break 2 21037 21237 fi … … 21046 21246 GMSGFMT=$ac_cv_path_GMSGFMT 21047 21247 if test -n "$GMSGFMT"; then 21048 { echo "$as_me:$LINENO: result: $GMSGFMT" >&521049 echo "${ECHO_T}$GMSGFMT" >&6; }21050 else 21051 { echo "$as_me:$LINENO: result: no" >&521052 echo "${ECHO_T}no" >&6; }21248 { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 21249 $as_echo "$GMSGFMT" >&6; } 21250 else 21251 { $as_echo "$as_me:$LINENO: result: no" >&5 21252 $as_echo "no" >&6; } 21053 21253 fi 21054 21254 … … 21092 21292 21093 21293 set dummy xgettext; ac_word=$2 21094 { echo "$as_me:$LINENO: checking for $ac_word" >&521095 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }21294 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 21295 $as_echo_n "checking for $ac_word... " >&6; } 21096 21296 if test "${ac_cv_path_XGETTEXT+set}" = set; then 21097 echo $ECHO_N "(cached) $ECHO_C" >&621297 $as_echo_n "(cached) " >&6 21098 21298 else 21099 21299 case "$XGETTEXT" in … … 21124 21324 XGETTEXT="$ac_cv_path_XGETTEXT" 21125 21325 if test "$XGETTEXT" != ":"; then 21126 { echo "$as_me:$LINENO: result: $XGETTEXT" >&521127 echo "${ECHO_T}$XGETTEXT" >&6; }21128 else 21129 { echo "$as_me:$LINENO: result: no" >&521130 echo "${ECHO_T}no" >&6; }21326 { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 21327 $as_echo "$XGETTEXT" >&6; } 21328 else 21329 { $as_echo "$as_me:$LINENO: result: no" >&5 21330 $as_echo "no" >&6; } 21131 21331 fi 21132 21332 … … 21165 21365 21166 21366 set dummy msgmerge; ac_word=$2 21167 { echo "$as_me:$LINENO: checking for $ac_word" >&521168 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }21367 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 21368 $as_echo_n "checking for $ac_word... " >&6; } 21169 21369 if test "${ac_cv_path_MSGMERGE+set}" = set; then 21170 echo $ECHO_N "(cached) $ECHO_C" >&621370 $as_echo_n "(cached) " >&6 21171 21371 else 21172 21372 case "$MSGMERGE" in … … 21196 21396 MSGMERGE="$ac_cv_path_MSGMERGE" 21197 21397 if test "$MSGMERGE" != ":"; then 21198 { echo "$as_me:$LINENO: result: $MSGMERGE" >&521199 echo "${ECHO_T}$MSGMERGE" >&6; }21200 else 21201 { echo "$as_me:$LINENO: result: no" >&521202 echo "${ECHO_T}no" >&6; }21398 { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5 21399 $as_echo "$MSGMERGE" >&6; } 21400 else 21401 { $as_echo "$as_me:$LINENO: result: no" >&5 21402 $as_echo "no" >&6; } 21203 21403 fi 21204 21404 … … 21249 21449 if test "$GCC" = yes; then 21250 21450 21251 { echo "$as_me:$LINENO: checking for ld used by GCC" >&521252 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; }21451 { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5 21452 $as_echo_n "checking for ld used by GCC... " >&6; } 21253 21453 case $host in 21254 21454 *-*-mingw*) … … 21279 21479 esac 21280 21480 elif test "$with_gnu_ld" = yes; then 21281 { echo "$as_me:$LINENO: checking for GNU ld" >&521282 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }21283 else 21284 { echo "$as_me:$LINENO: checking for non-GNU ld" >&521285 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }21481 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 21482 $as_echo_n "checking for GNU ld... " >&6; } 21483 else 21484 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 21485 $as_echo_n "checking for non-GNU ld... " >&6; } 21286 21486 fi 21287 21487 if test "${acl_cv_path_LD+set}" = set; then 21288 echo $ECHO_N "(cached) $ECHO_C" >&621488 $as_echo_n "(cached) " >&6 21289 21489 else 21290 21490 if test -z "$LD"; then … … 21310 21510 LD="$acl_cv_path_LD" 21311 21511 if test -n "$LD"; then 21312 { echo "$as_me:$LINENO: result: $LD" >&521313 echo "${ECHO_T}$LD" >&6; }21314 else 21315 { echo "$as_me:$LINENO: result: no" >&521316 echo "${ECHO_T}no" >&6; }21317 fi 21318 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&521319 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}21512 { $as_echo "$as_me:$LINENO: result: $LD" >&5 21513 $as_echo "$LD" >&6; } 21514 else 21515 { $as_echo "$as_me:$LINENO: result: no" >&5 21516 $as_echo "no" >&6; } 21517 fi 21518 test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 21519 $as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 21320 21520 { (exit 1); exit 1; }; } 21321 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&521322 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }21521 { $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 21522 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 21323 21523 if test "${acl_cv_prog_gnu_ld+set}" = set; then 21324 echo $ECHO_N "(cached) $ECHO_C" >&621524 $as_echo_n "(cached) " >&6 21325 21525 else 21326 21526 # I'd rather use --version here, but apparently some GNU ld's only accept -v. … … 21332 21532 esac 21333 21533 fi 21334 { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&521335 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; }21534 { $as_echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 21535 $as_echo "$acl_cv_prog_gnu_ld" >&6; } 21336 21536 with_gnu_ld=$acl_cv_prog_gnu_ld 21337 21537 … … 21339 21539 21340 21540 21341 { echo "$as_me:$LINENO: checking for shared library run path origin" >&521342 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; }21541 { $as_echo "$as_me:$LINENO: checking for shared library run path origin" >&5 21542 $as_echo_n "checking for shared library run path origin... " >&6; } 21343 21543 if test "${acl_cv_rpath+set}" = set; then 21344 echo $ECHO_N "(cached) $ECHO_C" >&621544 $as_echo_n "(cached) " >&6 21345 21545 else 21346 21546 … … 21352 21552 21353 21553 fi 21354 { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&521355 echo "${ECHO_T}$acl_cv_rpath" >&6; }21554 { $as_echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 21555 $as_echo "$acl_cv_rpath" >&6; } 21356 21556 wl="$acl_cv_wl" 21357 21557 libext="$acl_cv_libext" … … 21809 22009 21810 22010 21811 { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&521812 echo $ECHO_N "checking for CFPreferencesCopyAppValue... $ECHO_C" >&6; }22011 { $as_echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5 22012 $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } 21813 22013 if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then 21814 echo $ECHO_N "(cached) $ECHO_C" >&622014 $as_echo_n "(cached) " >&6 21815 22015 else 21816 22016 gt_save_LIBS="$LIBS" … … 21837 22037 *) ac_try_echo=$ac_try;; 21838 22038 esac 21839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22040 $as_echo "$ac_try_echo") >&5 21840 22041 (eval "$ac_link") 2>conftest.er1 21841 22042 ac_status=$? … … 21843 22044 rm -f conftest.er1 21844 22045 cat conftest.err >&5 21845 echo "$as_me:$LINENO: \$? = $ac_status" >&522046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21846 22047 (exit $ac_status); } && { 21847 22048 test -z "$ac_c_werror_flag" || 21848 22049 test ! -s conftest.err 21849 } && test -s conftest$ac_exeext && 21850 $as_test_x conftest$ac_exeext; then 22050 } && test -s conftest$ac_exeext && { 22051 test "$cross_compiling" = yes || 22052 $as_test_x conftest$ac_exeext 22053 }; then 21851 22054 gt_cv_func_CFPreferencesCopyAppValue=yes 21852 22055 else 21853 echo "$as_me: failed program was:" >&522056 $as_echo "$as_me: failed program was:" >&5 21854 22057 sed 's/^/| /' conftest.$ac_ext >&5 21855 22058 … … 21857 22060 fi 21858 22061 22062 rm -rf conftest.dSYM 21859 22063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21860 22064 conftest$ac_exeext conftest.$ac_ext 21861 22065 LIBS="$gt_save_LIBS" 21862 22066 fi 21863 { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&521864 echo "${ECHO_T}$gt_cv_func_CFPreferencesCopyAppValue" >&6; }22067 { $as_echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 22068 $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } 21865 22069 if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then 21866 22070 … … 21870 22074 21871 22075 fi 21872 { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&521873 echo $ECHO_N "checking for CFLocaleCopyCurrent... $ECHO_C" >&6; }22076 { $as_echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5 22077 $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } 21874 22078 if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then 21875 echo $ECHO_N "(cached) $ECHO_C" >&622079 $as_echo_n "(cached) " >&6 21876 22080 else 21877 22081 gt_save_LIBS="$LIBS" … … 21898 22102 *) ac_try_echo=$ac_try;; 21899 22103 esac 21900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22105 $as_echo "$ac_try_echo") >&5 21901 22106 (eval "$ac_link") 2>conftest.er1 21902 22107 ac_status=$? … … 21904 22109 rm -f conftest.er1 21905 22110 cat conftest.err >&5 21906 echo "$as_me:$LINENO: \$? = $ac_status" >&522111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 21907 22112 (exit $ac_status); } && { 21908 22113 test -z "$ac_c_werror_flag" || 21909 22114 test ! -s conftest.err 21910 } && test -s conftest$ac_exeext && 21911 $as_test_x conftest$ac_exeext; then 22115 } && test -s conftest$ac_exeext && { 22116 test "$cross_compiling" = yes || 22117 $as_test_x conftest$ac_exeext 22118 }; then 21912 22119 gt_cv_func_CFLocaleCopyCurrent=yes 21913 22120 else 21914 echo "$as_me: failed program was:" >&522121 $as_echo "$as_me: failed program was:" >&5 21915 22122 sed 's/^/| /' conftest.$ac_ext >&5 21916 22123 … … 21918 22125 fi 21919 22126 22127 rm -rf conftest.dSYM 21920 22128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 21921 22129 conftest$ac_exeext conftest.$ac_ext 21922 22130 LIBS="$gt_save_LIBS" 21923 22131 fi 21924 { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&521925 echo "${ECHO_T}$gt_cv_func_CFLocaleCopyCurrent" >&6; }22132 { $as_echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 22133 $as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } 21926 22134 if test $gt_cv_func_CFLocaleCopyCurrent = yes; then 21927 22135 … … 21973 22181 fi 21974 22182 21975 { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&521976 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }22183 { $as_echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 22184 $as_echo_n "checking for GNU gettext in libc... " >&6; } 21977 22185 if { as_var=$gt_func_gnugettext_libc; eval "test \"\${$as_var+set}\" = set"; }; then 21978 echo $ECHO_N "(cached) $ECHO_C" >&622186 $as_echo_n "(cached) " >&6 21979 22187 else 21980 22188 cat >conftest.$ac_ext <<_ACEOF … … 22003 22211 *) ac_try_echo=$ac_try;; 22004 22212 esac 22005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22214 $as_echo "$ac_try_echo") >&5 22006 22215 (eval "$ac_link") 2>conftest.er1 22007 22216 ac_status=$? … … 22009 22218 rm -f conftest.er1 22010 22219 cat conftest.err >&5 22011 echo "$as_me:$LINENO: \$? = $ac_status" >&522220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22012 22221 (exit $ac_status); } && { 22013 22222 test -z "$ac_c_werror_flag" || 22014 22223 test ! -s conftest.err 22015 } && test -s conftest$ac_exeext && 22016 $as_test_x conftest$ac_exeext; then 22224 } && test -s conftest$ac_exeext && { 22225 test "$cross_compiling" = yes || 22226 $as_test_x conftest$ac_exeext 22227 }; then 22017 22228 eval "$gt_func_gnugettext_libc=yes" 22018 22229 else 22019 echo "$as_me: failed program was:" >&522230 $as_echo "$as_me: failed program was:" >&5 22020 22231 sed 's/^/| /' conftest.$ac_ext >&5 22021 22232 … … 22023 22234 fi 22024 22235 22236 rm -rf conftest.dSYM 22025 22237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22026 22238 conftest$ac_exeext conftest.$ac_ext 22027 22239 fi 22028 ac_res=`eval echo '${'$gt_func_gnugettext_libc'}'` 22029 { echo "$as_me:$LINENO: result: $ac_res" >&5 22030 echo "${ECHO_T}$ac_res" >&6; } 22240 ac_res=`eval 'as_val=${'$gt_func_gnugettext_libc'} 22241 $as_echo "$as_val"'` 22242 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 22243 $as_echo "$ac_res" >&6; } 22031 22244 22032 22245 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then … … 22060 22273 22061 22274 22062 { echo "$as_me:$LINENO: checking for iconv" >&522063 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }22275 { $as_echo "$as_me:$LINENO: checking for iconv" >&5 22276 $as_echo_n "checking for iconv... " >&6; } 22064 22277 if test "${am_cv_func_iconv+set}" = set; then 22065 echo $ECHO_N "(cached) $ECHO_C" >&622278 $as_echo_n "(cached) " >&6 22066 22279 else 22067 22280 … … 22092 22305 *) ac_try_echo=$ac_try;; 22093 22306 esac 22094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22308 $as_echo "$ac_try_echo") >&5 22095 22309 (eval "$ac_link") 2>conftest.er1 22096 22310 ac_status=$? … … 22098 22312 rm -f conftest.er1 22099 22313 cat conftest.err >&5 22100 echo "$as_me:$LINENO: \$? = $ac_status" >&522314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22101 22315 (exit $ac_status); } && { 22102 22316 test -z "$ac_c_werror_flag" || 22103 22317 test ! -s conftest.err 22104 } && test -s conftest$ac_exeext && 22105 $as_test_x conftest$ac_exeext; then 22318 } && test -s conftest$ac_exeext && { 22319 test "$cross_compiling" = yes || 22320 $as_test_x conftest$ac_exeext 22321 }; then 22106 22322 am_cv_func_iconv=yes 22107 22323 else 22108 echo "$as_me: failed program was:" >&522324 $as_echo "$as_me: failed program was:" >&5 22109 22325 sed 's/^/| /' conftest.$ac_ext >&5 22110 22326 … … 22112 22328 fi 22113 22329 22330 rm -rf conftest.dSYM 22114 22331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22115 22332 conftest$ac_exeext conftest.$ac_ext … … 22141 22358 *) ac_try_echo=$ac_try;; 22142 22359 esac 22143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22361 $as_echo "$ac_try_echo") >&5 22144 22362 (eval "$ac_link") 2>conftest.er1 22145 22363 ac_status=$? … … 22147 22365 rm -f conftest.er1 22148 22366 cat conftest.err >&5 22149 echo "$as_me:$LINENO: \$? = $ac_status" >&522367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22150 22368 (exit $ac_status); } && { 22151 22369 test -z "$ac_c_werror_flag" || 22152 22370 test ! -s conftest.err 22153 } && test -s conftest$ac_exeext && 22154 $as_test_x conftest$ac_exeext; then 22371 } && test -s conftest$ac_exeext && { 22372 test "$cross_compiling" = yes || 22373 $as_test_x conftest$ac_exeext 22374 }; then 22155 22375 am_cv_lib_iconv=yes 22156 22376 am_cv_func_iconv=yes 22157 22377 else 22158 echo "$as_me: failed program was:" >&522378 $as_echo "$as_me: failed program was:" >&5 22159 22379 sed 's/^/| /' conftest.$ac_ext >&5 22160 22380 … … 22162 22382 fi 22163 22383 22384 rm -rf conftest.dSYM 22164 22385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22165 22386 conftest$ac_exeext conftest.$ac_ext … … 22168 22389 22169 22390 fi 22170 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&522171 echo "${ECHO_T}$am_cv_func_iconv" >&6; }22391 { $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 22392 $as_echo "$am_cv_func_iconv" >&6; } 22172 22393 if test "$am_cv_func_iconv" = yes; then 22173 22394 … … 22178 22399 fi 22179 22400 if test "$am_cv_lib_iconv" = yes; then 22180 { echo "$as_me:$LINENO: checking how to link with libiconv" >&522181 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }22182 { echo "$as_me:$LINENO: result: $LIBICONV" >&522183 echo "${ECHO_T}$LIBICONV" >&6; }22401 { $as_echo "$as_me:$LINENO: checking how to link with libiconv" >&5 22402 $as_echo_n "checking how to link with libiconv... " >&6; } 22403 { $as_echo "$as_me:$LINENO: result: $LIBICONV" >&5 22404 $as_echo "$LIBICONV" >&6; } 22184 22405 else 22185 22406 CPPFLAGS="$am_save_CPPFLAGS" … … 22584 22805 fi 22585 22806 22586 { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&522587 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }22807 { $as_echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 22808 $as_echo_n "checking for GNU gettext in libintl... " >&6; } 22588 22809 if { as_var=$gt_func_gnugettext_libintl; eval "test \"\${$as_var+set}\" = set"; }; then 22589 echo $ECHO_N "(cached) $ECHO_C" >&622810 $as_echo_n "(cached) " >&6 22590 22811 else 22591 22812 gt_save_CPPFLAGS="$CPPFLAGS" … … 22622 22843 *) ac_try_echo=$ac_try;; 22623 22844 esac 22624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22846 $as_echo "$ac_try_echo") >&5 22625 22847 (eval "$ac_link") 2>conftest.er1 22626 22848 ac_status=$? … … 22628 22850 rm -f conftest.er1 22629 22851 cat conftest.err >&5 22630 echo "$as_me:$LINENO: \$? = $ac_status" >&522852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22631 22853 (exit $ac_status); } && { 22632 22854 test -z "$ac_c_werror_flag" || 22633 22855 test ! -s conftest.err 22634 } && test -s conftest$ac_exeext && 22635 $as_test_x conftest$ac_exeext; then 22856 } && test -s conftest$ac_exeext && { 22857 test "$cross_compiling" = yes || 22858 $as_test_x conftest$ac_exeext 22859 }; then 22636 22860 eval "$gt_func_gnugettext_libintl=yes" 22637 22861 else 22638 echo "$as_me: failed program was:" >&522862 $as_echo "$as_me: failed program was:" >&5 22639 22863 sed 's/^/| /' conftest.$ac_ext >&5 22640 22864 … … 22642 22866 fi 22643 22867 22868 rm -rf conftest.dSYM 22644 22869 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22645 22870 conftest$ac_exeext conftest.$ac_ext … … 22675 22900 *) ac_try_echo=$ac_try;; 22676 22901 esac 22677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 22902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 22903 $as_echo "$ac_try_echo") >&5 22678 22904 (eval "$ac_link") 2>conftest.er1 22679 22905 ac_status=$? … … 22681 22907 rm -f conftest.er1 22682 22908 cat conftest.err >&5 22683 echo "$as_me:$LINENO: \$? = $ac_status" >&522909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 22684 22910 (exit $ac_status); } && { 22685 22911 test -z "$ac_c_werror_flag" || 22686 22912 test ! -s conftest.err 22687 } && test -s conftest$ac_exeext && 22688 $as_test_x conftest$ac_exeext; then 22913 } && test -s conftest$ac_exeext && { 22914 test "$cross_compiling" = yes || 22915 $as_test_x conftest$ac_exeext 22916 }; then 22689 22917 LIBINTL="$LIBINTL $LIBICONV" 22690 22918 LTLIBINTL="$LTLIBINTL $LTLIBICONV" … … 22692 22920 22693 22921 else 22694 echo "$as_me: failed program was:" >&522922 $as_echo "$as_me: failed program was:" >&5 22695 22923 sed 's/^/| /' conftest.$ac_ext >&5 22696 22924 … … 22698 22926 fi 22699 22927 22928 rm -rf conftest.dSYM 22700 22929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 22701 22930 conftest$ac_exeext conftest.$ac_ext … … 22704 22933 LIBS="$gt_save_LIBS" 22705 22934 fi 22706 ac_res=`eval echo '${'$gt_func_gnugettext_libintl'}'` 22707 { echo "$as_me:$LINENO: result: $ac_res" >&5 22708 echo "${ECHO_T}$ac_res" >&6; } 22935 ac_res=`eval 'as_val=${'$gt_func_gnugettext_libintl'} 22936 $as_echo "$as_val"'` 22937 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 22938 $as_echo "$ac_res" >&6; } 22709 22939 fi 22710 22940 … … 22742 22972 fi 22743 22973 22744 { echo "$as_me:$LINENO: checking whether to use NLS" >&522745 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; }22746 { echo "$as_me:$LINENO: result: $USE_NLS" >&522747 echo "${ECHO_T}$USE_NLS" >&6; }22974 { $as_echo "$as_me:$LINENO: checking whether to use NLS" >&5 22975 $as_echo_n "checking whether to use NLS... " >&6; } 22976 { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 22977 $as_echo "$USE_NLS" >&6; } 22748 22978 if test "$USE_NLS" = "yes"; then 22749 { echo "$as_me:$LINENO: checking where the gettext function comes from" >&522750 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; }22979 { $as_echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 22980 $as_echo_n "checking where the gettext function comes from... " >&6; } 22751 22981 if test "$gt_use_preinstalled_gnugettext" = "yes"; then 22752 22982 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then … … 22758 22988 gt_source="included intl directory" 22759 22989 fi 22760 { echo "$as_me:$LINENO: result: $gt_source" >&522761 echo "${ECHO_T}$gt_source" >&6; }22990 { $as_echo "$as_me:$LINENO: result: $gt_source" >&5 22991 $as_echo "$gt_source" >&6; } 22762 22992 fi 22763 22993 … … 22766 22996 if test "$gt_use_preinstalled_gnugettext" = "yes"; then 22767 22997 if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then 22768 { echo "$as_me:$LINENO: checking how to link with libintl" >&522769 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; }22770 { echo "$as_me:$LINENO: result: $LIBINTL" >&522771 echo "${ECHO_T}$LIBINTL" >&6; }22998 { $as_echo "$as_me:$LINENO: checking how to link with libintl" >&5 22999 $as_echo_n "checking how to link with libintl... " >&6; } 23000 { $as_echo "$as_me:$LINENO: result: $LIBINTL" >&5 23001 $as_echo "$LIBINTL" >&6; } 22772 23002 22773 23003 for element in $INCINTL; do … … 22850 23080 *${as_nl}*) 22851 23081 case $ac_var in #( 22852 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&522853 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;23082 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 23083 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 22854 23084 esac 22855 23085 case $ac_var in #( 22856 23086 _ | IFS | as_nl) ;; #( 23087 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 22857 23088 *) $as_unset $ac_var ;; 22858 23089 esac ;; … … 22887 23118 if test -w "$cache_file"; then 22888 23119 test "x$cache_file" != "x/dev/null" && 22889 { echo "$as_me:$LINENO: updating cache $cache_file" >&522890 echo "$as_me: updating cache $cache_file" >&6;}23120 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 23121 $as_echo "$as_me: updating cache $cache_file" >&6;} 22891 23122 cat confcache >$cache_file 22892 23123 else 22893 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&522894 echo "$as_me: not updating unwritable cache $cache_file" >&6;}23124 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 23125 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 22895 23126 fi 22896 23127 fi … … 22908 23139 # 1. Remove the extension, and $U if already installed. 22909 23140 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 22910 ac_i=` echo "$ac_i" | sed "$ac_script"`23141 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 22911 23142 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 22912 23143 # will be set to the directory where LIBOBJS objects are built. … … 22920 23151 22921 23152 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 22922 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.23153 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 22923 23154 Usually this means the macro was only invoked conditionally." >&5 22924 echo "$as_me: error: conditional \"AMDEP\" was never defined.23155 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined. 22925 23156 Usually this means the macro was only invoked conditionally." >&2;} 22926 23157 { (exit 1); exit 1; }; } 22927 23158 fi 22928 23159 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 22929 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.23160 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 22930 23161 Usually this means the macro was only invoked conditionally." >&5 22931 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.23162 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 22932 23163 Usually this means the macro was only invoked conditionally." >&2;} 22933 23164 { (exit 1); exit 1; }; } 22934 23165 fi 22935 23166 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 22936 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.23167 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 22937 23168 Usually this means the macro was only invoked conditionally." >&5 22938 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.23169 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 22939 23170 Usually this means the macro was only invoked conditionally." >&2;} 22940 23171 { (exit 1); exit 1; }; } … … 22942 23173 22943 23174 : ${CONFIG_STATUS=./config.status} 23175 ac_write_fail=0 22944 23176 ac_clean_files_save=$ac_clean_files 22945 23177 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 22946 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&522947 echo "$as_me: creating $CONFIG_STATUS" >&6;}22948 cat >$CONFIG_STATUS <<_ACEOF 23178 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 23179 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 23180 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 22949 23181 #! $SHELL 22950 23182 # Generated by $as_me. … … 22959 23191 _ACEOF 22960 23192 22961 cat >>$CONFIG_STATUS <<\_ACEOF 23193 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 22962 23194 ## --------------------- ## 22963 23195 ## M4sh Initialization. ## … … 22969 23201 emulate sh 22970 23202 NULLCMD=: 22971 # Zsh 3.x and 4.x performsword splitting on ${1+"$@"}, which23203 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 22972 23204 # is contrary to our usage. Disable this feature. 22973 23205 alias -g '${1+"$@"}'='"$@"' … … 22991 23223 as_cr_alnum=$as_cr_Letters$as_cr_digits 22992 23224 23225 as_nl=' 23226 ' 23227 export as_nl 23228 # Printing a long string crashes Solaris 7 /usr/bin/printf. 23229 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 23230 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 23231 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 23232 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 23233 as_echo='printf %s\n' 23234 as_echo_n='printf %s' 23235 else 23236 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 23237 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 23238 as_echo_n='/usr/ucb/echo -n' 23239 else 23240 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 23241 as_echo_n_body='eval 23242 arg=$1; 23243 case $arg in 23244 *"$as_nl"*) 23245 expr "X$arg" : "X\\(.*\\)$as_nl"; 23246 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 23247 esac; 23248 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 23249 ' 23250 export as_echo_n_body 23251 as_echo_n='sh -c $as_echo_n_body as_echo' 23252 fi 23253 export as_echo_body 23254 as_echo='sh -c $as_echo_body as_echo' 23255 fi 23256 22993 23257 # The user is always right. 22994 23258 if test "${PATH_SEPARATOR+set}" != set; then 22995 echo "#! /bin/sh" >conf$$.sh 22996 echo "exit 0" >>conf$$.sh 22997 chmod +x conf$$.sh 22998 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 22999 PATH_SEPARATOR=';' 23000 else 23001 PATH_SEPARATOR=: 23002 fi 23003 rm -f conf$$.sh 23259 PATH_SEPARATOR=: 23260 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 23261 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 23262 PATH_SEPARATOR=';' 23263 } 23004 23264 fi 23005 23265 … … 23017 23277 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 23018 23278 # splitting by setting IFS to empty value.) 23019 as_nl='23020 '23021 23279 IFS=" "" $as_nl" 23022 23280 … … 23041 23299 fi 23042 23300 if test ! -f "$as_myself"; then 23043 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&223301 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 23044 23302 { (exit 1); exit 1; } 23045 23303 fi … … 23054 23312 23055 23313 # NLS nuisances. 23056 for as_var in \ 23057 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 23058 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 23059 LC_TELEPHONE LC_TIME 23060 do 23061 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 23062 eval $as_var=C; export $as_var 23063 else 23064 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 23065 fi 23066 done 23314 LC_ALL=C 23315 export LC_ALL 23316 LANGUAGE=C 23317 export LANGUAGE 23067 23318 23068 23319 # Required to use basename. … … 23086 23337 X"$0" : 'X\(//\)$' \| \ 23087 23338 X"$0" : 'X\(/\)' \| . 2>/dev/null || 23088 echo X/"$0" |23339 $as_echo X/"$0" | 23089 23340 sed '/^.*\/\([^/][^/]*\)\/*$/{ 23090 23341 s//\1/ … … 23137 23388 ' >$as_me.lineno && 23138 23389 chmod +x "$as_me.lineno" || 23139 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&223390 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 23140 23391 { (exit 1); exit 1; }; } 23141 23392 … … 23165 23416 ECHO_N='-n';; 23166 23417 esac 23167 23168 23418 if expr a : '\(a\)' >/dev/null 2>&1 && 23169 23419 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 23178 23428 else 23179 23429 rm -f conf$$.dir 23180 mkdir conf$$.dir 23181 fi 23182 echo >conf$$.file 23183 if ln -s conf$$.file conf$$ 2>/dev/null; then 23184 as_ln_s='ln -s' 23185 # ... but there are two gotchas: 23186 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 23187 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 23188 # In both cases, we have to default to `cp -p'. 23189 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 23430 mkdir conf$$.dir 2>/dev/null 23431 fi 23432 if (echo >conf$$.file) 2>/dev/null; then 23433 if ln -s conf$$.file conf$$ 2>/dev/null; then 23434 as_ln_s='ln -s' 23435 # ... but there are two gotchas: 23436 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 23437 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 23438 # In both cases, we have to default to `cp -p'. 23439 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 23440 as_ln_s='cp -p' 23441 elif ln conf$$.file conf$$ 2>/dev/null; then 23442 as_ln_s=ln 23443 else 23190 23444 as_ln_s='cp -p' 23191 elif ln conf$$.file conf$$ 2>/dev/null; then 23192 as_ln_s=ln 23445 fi 23193 23446 else 23194 23447 as_ln_s='cp -p' … … 23215 23468 eval sh -c '\'' 23216 23469 if test -d "$1"; then 23217 test -d "$1/.";23470 test -d "$1/."; 23218 23471 else 23219 23472 case $1 in 23220 -*)set "./$1";;23473 -*)set "./$1";; 23221 23474 esac; 23222 23475 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in … … 23241 23494 ac_log=" 23242 23495 This file was extended by FahMon $as_me 2.3.99.1, which was 23243 generated by GNU Autoconf 2.6 1. Invocation command line was23496 generated by GNU Autoconf 2.63. Invocation command line was 23244 23497 23245 23498 CONFIG_FILES = $CONFIG_FILES … … 23254 23507 _ACEOF 23255 23508 23256 cat >>$CONFIG_STATUS <<_ACEOF 23509 case $ac_config_files in *" 23510 "*) set x $ac_config_files; shift; ac_config_files=$*;; 23511 esac 23512 23513 case $ac_config_headers in *" 23514 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 23515 esac 23516 23517 23518 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23257 23519 # Files that config.status was made for. 23258 config_files=" $ac_config_files"23259 config_headers=" $ac_config_headers"23260 config_commands=" $ac_config_commands"23520 config_files="`echo $ac_config_files`" 23521 config_headers="`echo $ac_config_headers`" 23522 config_commands="`echo $ac_config_commands`" 23261 23523 23262 23524 _ACEOF 23263 23525 23264 cat >>$CONFIG_STATUS <<\_ACEOF 23526 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23265 23527 ac_cs_usage="\ 23266 23528 \`$as_me' instantiates files from templates according to the 23267 23529 current configuration. 23268 23530 23269 Usage: $0 [OPTION S][FILE]...23531 Usage: $0 [OPTION]... [FILE]... 23270 23532 23271 23533 -h, --help print this help, then exit 23272 23534 -V, --version print version number and configuration settings, then exit 23273 -q, --quiet do not print progress messages 23535 -q, --quiet, --silent 23536 do not print progress messages 23274 23537 -d, --debug don't remove temporary files 23275 23538 --recheck update $as_me by reconfiguring in the same conditions 23276 --file=FILE[:TEMPLATE]23277 instantiate the configuration file FILE23278 --header=FILE[:TEMPLATE]23279 instantiate the configuration header FILE23539 --file=FILE[:TEMPLATE] 23540 instantiate the configuration file FILE 23541 --header=FILE[:TEMPLATE] 23542 instantiate the configuration header FILE 23280 23543 23281 23544 Configuration files: … … 23291 23554 23292 23555 _ACEOF 23293 cat >>$CONFIG_STATUS <<_ACEOF 23556 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23294 23557 ac_cs_version="\\ 23295 23558 FahMon config.status 2.3.99.1 23296 configured by $0, generated by GNU Autoconf 2.6 1,23297 with options \\"` echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"23298 23299 Copyright (C) 200 6Free Software Foundation, Inc.23559 configured by $0, generated by GNU Autoconf 2.63, 23560 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 23561 23562 Copyright (C) 2008 Free Software Foundation, Inc. 23300 23563 This config.status script is free software; the Free Software Foundation 23301 23564 gives unlimited permission to copy, distribute and modify it." … … 23305 23568 INSTALL='$INSTALL' 23306 23569 MKDIR_P='$MKDIR_P' 23570 AWK='$AWK' 23571 test -n "\$AWK" || AWK=awk 23307 23572 _ACEOF 23308 23573 23309 cat >>$CONFIG_STATUS <<\_ACEOF 23310 # If no file are specified by the user, then we need to provide default 23311 # value. By we need to know if files were specified by the user. 23574 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23575 # The default lists apply if the user does not specify any file. 23312 23576 ac_need_defaults=: 23313 23577 while test $# != 0 … … 23331 23595 ac_cs_recheck=: ;; 23332 23596 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 23333 echo "$ac_cs_version"; exit ;;23597 $as_echo "$ac_cs_version"; exit ;; 23334 23598 --debug | --debu | --deb | --de | --d | -d ) 23335 23599 debug=: ;; 23336 23600 --file | --fil | --fi | --f ) 23337 23601 $ac_shift 23338 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 23602 case $ac_optarg in 23603 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 23604 esac 23605 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 23339 23606 ac_need_defaults=false;; 23340 23607 --header | --heade | --head | --hea ) 23341 23608 $ac_shift 23342 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 23609 case $ac_optarg in 23610 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 23611 esac 23612 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 23343 23613 ac_need_defaults=false;; 23344 23614 --he | --h) 23345 23615 # Conflict between --help and --header 23346 { echo "$as_me: error: ambiguous option: $123616 { $as_echo "$as_me: error: ambiguous option: $1 23347 23617 Try \`$0 --help' for more information." >&2 23348 23618 { (exit 1); exit 1; }; };; 23349 23619 --help | --hel | -h ) 23350 echo "$ac_cs_usage"; exit ;;23620 $as_echo "$ac_cs_usage"; exit ;; 23351 23621 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 23352 23622 | -silent | --silent | --silen | --sile | --sil | --si | --s) … … 23354 23624 23355 23625 # This is an error. 23356 -*) { echo "$as_me: error: unrecognized option: $123626 -*) { $as_echo "$as_me: error: unrecognized option: $1 23357 23627 Try \`$0 --help' for more information." >&2 23358 23628 { (exit 1); exit 1; }; } ;; … … 23373 23643 23374 23644 _ACEOF 23375 cat >>$CONFIG_STATUS <<_ACEOF 23645 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23376 23646 if \$ac_cs_recheck; then 23377 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 23378 CONFIG_SHELL=$SHELL 23647 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 23648 shift 23649 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 23650 CONFIG_SHELL='$SHELL' 23379 23651 export CONFIG_SHELL 23380 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion23652 exec "\$@" 23381 23653 fi 23382 23654 23383 23655 _ACEOF 23384 cat >>$CONFIG_STATUS <<\_ACEOF 23656 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23385 23657 exec 5>>config.log 23386 23658 { … … 23389 23661 ## Running $as_me. ## 23390 23662 _ASBOX 23391 echo "$ac_log"23663 $as_echo "$ac_log" 23392 23664 } >&5 23393 23665 23394 23666 _ACEOF 23395 cat >>$CONFIG_STATUS <<_ACEOF 23667 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23396 23668 # 23397 23669 # INIT-COMMANDS … … 23404 23676 _ACEOF 23405 23677 23406 cat >>$CONFIG_STATUS <<\_ACEOF 23678 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23407 23679 23408 23680 # Handling of arguments. … … 23451 23723 "mac/Makefile") CONFIG_FILES="$CONFIG_FILES mac/Makefile" ;; 23452 23724 23453 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&523454 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}23725 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 23726 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 23455 23727 { (exit 1); exit 1; }; };; 23456 23728 esac … … 23493 23765 } || 23494 23766 { 23495 echo "$me: cannot create a temporary directory in ." >&223767 $as_echo "$as_me: cannot create a temporary directory in ." >&2 23496 23768 { (exit 1); exit 1; } 23497 23769 } 23498 23770 23499 # 23500 # Set up the sed scripts for CONFIG_FILES section. 23501 # 23502 23503 # No need to generate the scripts if there are no CONFIG_FILES. 23504 # This happens for instance when ./config.status config.h 23771 # Set up the scripts for CONFIG_FILES section. 23772 # No need to generate them if there are no CONFIG_FILES. 23773 # This happens for instance with `./config.status config.h'. 23505 23774 if test -n "$CONFIG_FILES"; then 23506 23775 23776 23777 ac_cr=' 23778 ' 23779 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 23780 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 23781 ac_cs_awk_cr='\\r' 23782 else 23783 ac_cs_awk_cr=$ac_cr 23784 fi 23785 23786 echo 'BEGIN {' >"$tmp/subs1.awk" && 23507 23787 _ACEOF 23508 23788 23509 23789 23510 23790 { 23791 echo "cat >conf$$subs.awk <<_ACEOF" && 23792 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 23793 echo "_ACEOF" 23794 } >conf$$subs.sh || 23795 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 23796 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 23797 { (exit 1); exit 1; }; } 23798 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 23511 23799 ac_delim='%!_!# ' 23512 23800 for ac_last_try in false false false false false :; do 23513 cat >conf$$subs.sed <<_ACEOF 23514 SHELL!$SHELL$ac_delim 23515 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 23516 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 23517 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 23518 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 23519 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 23520 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 23521 exec_prefix!$exec_prefix$ac_delim 23522 prefix!$prefix$ac_delim 23523 program_transform_name!$program_transform_name$ac_delim 23524 bindir!$bindir$ac_delim 23525 sbindir!$sbindir$ac_delim 23526 libexecdir!$libexecdir$ac_delim 23527 datarootdir!$datarootdir$ac_delim 23528 datadir!$datadir$ac_delim 23529 sysconfdir!$sysconfdir$ac_delim 23530 sharedstatedir!$sharedstatedir$ac_delim 23531 localstatedir!$localstatedir$ac_delim 23532 includedir!$includedir$ac_delim 23533 oldincludedir!$oldincludedir$ac_delim 23534 docdir!$docdir$ac_delim 23535 infodir!$infodir$ac_delim 23536 htmldir!$htmldir$ac_delim 23537 dvidir!$dvidir$ac_delim 23538 pdfdir!$pdfdir$ac_delim 23539 psdir!$psdir$ac_delim 23540 libdir!$libdir$ac_delim 23541 localedir!$localedir$ac_delim 23542 mandir!$mandir$ac_delim 23543 DEFS!$DEFS$ac_delim 23544 ECHO_C!$ECHO_C$ac_delim 23545 ECHO_N!$ECHO_N$ac_delim 23546 ECHO_T!$ECHO_T$ac_delim 23547 LIBS!$LIBS$ac_delim 23548 build_alias!$build_alias$ac_delim 23549 host_alias!$host_alias$ac_delim 23550 target_alias!$target_alias$ac_delim 23551 ac_prefix_program!$ac_prefix_program$ac_delim 23552 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 23553 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 23554 INSTALL_DATA!$INSTALL_DATA$ac_delim 23555 am__isrc!$am__isrc$ac_delim 23556 CYGPATH_W!$CYGPATH_W$ac_delim 23557 PACKAGE!$PACKAGE$ac_delim 23558 VERSION!$VERSION$ac_delim 23559 ACLOCAL!$ACLOCAL$ac_delim 23560 AUTOCONF!$AUTOCONF$ac_delim 23561 AUTOMAKE!$AUTOMAKE$ac_delim 23562 AUTOHEADER!$AUTOHEADER$ac_delim 23563 MAKEINFO!$MAKEINFO$ac_delim 23564 install_sh!$install_sh$ac_delim 23565 STRIP!$STRIP$ac_delim 23566 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 23567 mkdir_p!$mkdir_p$ac_delim 23568 AWK!$AWK$ac_delim 23569 SET_MAKE!$SET_MAKE$ac_delim 23570 am__leading_dot!$am__leading_dot$ac_delim 23571 AMTAR!$AMTAR$ac_delim 23572 am__tar!$am__tar$ac_delim 23573 am__untar!$am__untar$ac_delim 23574 WXCURL_LT_VERSION_INFO!$WXCURL_LT_VERSION_INFO$ac_delim 23575 CXX!$CXX$ac_delim 23576 CXXFLAGS!$CXXFLAGS$ac_delim 23577 LDFLAGS!$LDFLAGS$ac_delim 23578 CPPFLAGS!$CPPFLAGS$ac_delim 23579 ac_ct_CXX!$ac_ct_CXX$ac_delim 23580 EXEEXT!$EXEEXT$ac_delim 23581 OBJEXT!$OBJEXT$ac_delim 23582 DEPDIR!$DEPDIR$ac_delim 23583 am__include!$am__include$ac_delim 23584 am__quote!$am__quote$ac_delim 23585 AMDEP_TRUE!$AMDEP_TRUE$ac_delim 23586 AMDEP_FALSE!$AMDEP_FALSE$ac_delim 23587 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 23588 CXXDEPMODE!$CXXDEPMODE$ac_delim 23589 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim 23590 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim 23591 build!$build$ac_delim 23592 build_cpu!$build_cpu$ac_delim 23593 build_vendor!$build_vendor$ac_delim 23594 build_os!$build_os$ac_delim 23595 host!$host$ac_delim 23596 host_cpu!$host_cpu$ac_delim 23597 host_vendor!$host_vendor$ac_delim 23598 host_os!$host_os$ac_delim 23599 CC!$CC$ac_delim 23600 CFLAGS!$CFLAGS$ac_delim 23601 ac_ct_CC!$ac_ct_CC$ac_delim 23602 CCDEPMODE!$CCDEPMODE$ac_delim 23603 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 23604 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 23605 SED!$SED$ac_delim 23606 GREP!$GREP$ac_delim 23607 EGREP!$EGREP$ac_delim 23608 LN_S!$LN_S$ac_delim 23609 ECHO!$ECHO$ac_delim 23610 AR!$AR$ac_delim 23611 _ACEOF 23612 23613 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 23801 . ./conf$$subs.sh || 23802 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 23803 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 23804 { (exit 1); exit 1; }; } 23805 23806 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 23807 if test $ac_delim_n = $ac_delim_num; then 23614 23808 break 23615 23809 elif $ac_last_try; then 23616 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&523617 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}23810 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 23811 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 23618 23812 { (exit 1); exit 1; }; } 23619 23813 else … … 23621 23815 fi 23622 23816 done 23623 23624 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 23625 if test -n "$ac_eof"; then 23626 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 23627 ac_eof=`expr $ac_eof + 1` 23628 fi 23629 23630 cat >>$CONFIG_STATUS <<_ACEOF 23631 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 23632 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 23817 rm -f conf$$subs.sh 23818 23819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23820 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 23633 23821 _ACEOF 23634 sed ' 23635 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 23636 s/^/s,@/; s/!/@,|#_!!_#|/ 23637 :n 23638 t n 23639 s/'"$ac_delim"'$/,g/; t 23640 s/$/\\/; p 23641 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 23642 ' >>$CONFIG_STATUS <conf$$subs.sed 23643 rm -f conf$$subs.sed 23644 cat >>$CONFIG_STATUS <<_ACEOF 23645 CEOF$ac_eof 23822 sed -n ' 23823 h 23824 s/^/S["/; s/!.*/"]=/ 23825 p 23826 g 23827 s/^[^!]*!// 23828 :repl 23829 t repl 23830 s/'"$ac_delim"'$// 23831 t delim 23832 :nl 23833 h 23834 s/\(.\{148\}\).*/\1/ 23835 t more1 23836 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 23837 p 23838 n 23839 b repl 23840 :more1 23841 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 23842 p 23843 g 23844 s/.\{148\}// 23845 t nl 23846 :delim 23847 h 23848 s/\(.\{148\}\).*/\1/ 23849 t more2 23850 s/["\\]/\\&/g; s/^/"/; s/$/"/ 23851 p 23852 b 23853 :more2 23854 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 23855 p 23856 g 23857 s/.\{148\}// 23858 t delim 23859 ' <conf$$subs.awk | sed ' 23860 /^[^""]/{ 23861 N 23862 s/\n// 23863 } 23864 ' >>$CONFIG_STATUS || ac_write_fail=1 23865 rm -f conf$$subs.awk 23866 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23867 _ACAWK 23868 cat >>"\$tmp/subs1.awk" <<_ACAWK && 23869 for (key in S) S_is_set[key] = 1 23870 FS = "" 23871 23872 } 23873 { 23874 line = $ 0 23875 nfields = split(line, field, "@") 23876 substed = 0 23877 len = length(field[1]) 23878 for (i = 2; i < nfields; i++) { 23879 key = field[i] 23880 keylen = length(key) 23881 if (S_is_set[key]) { 23882 value = S[key] 23883 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 23884 len += length(value) + length(field[++i]) 23885 substed = 1 23886 } else 23887 len += 1 + keylen 23888 } 23889 23890 print line 23891 } 23892 23893 _ACAWK 23646 23894 _ACEOF 23647 23648 23649 ac_delim='%!_!# ' 23650 for ac_last_try in false false false false false :; do 23651 cat >conf$$subs.sed <<_ACEOF 23652 RANLIB!$RANLIB$ac_delim 23653 DSYMUTIL!$DSYMUTIL$ac_delim 23654 NMEDIT!$NMEDIT$ac_delim 23655 CPP!$CPP$ac_delim 23656 CXXCPP!$CXXCPP$ac_delim 23657 F77!$F77$ac_delim 23658 FFLAGS!$FFLAGS$ac_delim 23659 ac_ct_F77!$ac_ct_F77$ac_delim 23660 LIBTOOL!$LIBTOOL$ac_delim 23661 _libcurl_config!$_libcurl_config$ac_delim 23662 LIBCURL_CPPFLAGS!$LIBCURL_CPPFLAGS$ac_delim 23663 LIBCURL!$LIBCURL$ac_delim 23664 WX_CONFIG_PATH!$WX_CONFIG_PATH$ac_delim 23665 WX_CPPFLAGS!$WX_CPPFLAGS$ac_delim 23666 WX_CFLAGS!$WX_CFLAGS$ac_delim 23667 WX_CXXFLAGS!$WX_CXXFLAGS$ac_delim 23668 WX_CFLAGS_ONLY!$WX_CFLAGS_ONLY$ac_delim 23669 WX_CXXFLAGS_ONLY!$WX_CXXFLAGS_ONLY$ac_delim 23670 WX_LIBS!$WX_LIBS$ac_delim 23671 WX_LIBS_STATIC!$WX_LIBS_STATIC$ac_delim 23672 WX_VERSION!$WX_VERSION$ac_delim 23673 WX_RESCOMP!$WX_RESCOMP$ac_delim 23674 USE_NLS!$USE_NLS$ac_delim 23675 MSGFMT!$MSGFMT$ac_delim 23676 GMSGFMT!$GMSGFMT$ac_delim 23677 MSGFMT_015!$MSGFMT_015$ac_delim 23678 GMSGFMT_015!$GMSGFMT_015$ac_delim 23679 XGETTEXT!$XGETTEXT$ac_delim 23680 XGETTEXT_015!$XGETTEXT_015$ac_delim 23681 MSGMERGE!$MSGMERGE$ac_delim 23682 INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim 23683 LIBICONV!$LIBICONV$ac_delim 23684 LTLIBICONV!$LTLIBICONV$ac_delim 23685 INTLLIBS!$INTLLIBS$ac_delim 23686 LIBINTL!$LIBINTL$ac_delim 23687 LTLIBINTL!$LTLIBINTL$ac_delim 23688 POSUB!$POSUB$ac_delim 23689 LIBOBJS!$LIBOBJS$ac_delim 23690 LTLIBOBJS!$LTLIBOBJS$ac_delim 23895 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23896 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 23897 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 23898 else 23899 cat 23900 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 23901 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 23902 $as_echo "$as_me: error: could not setup config files machinery" >&2;} 23903 { (exit 1); exit 1; }; } 23691 23904 _ACEOF 23692 23693 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 39; then23694 break23695 elif $ac_last_try; then23696 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&523697 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}23698 { (exit 1); exit 1; }; }23699 else23700 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "23701 fi23702 done23703 23704 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`23705 if test -n "$ac_eof"; then23706 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`23707 ac_eof=`expr $ac_eof + 1`23708 fi23709 23710 cat >>$CONFIG_STATUS <<_ACEOF23711 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof23712 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end23713 _ACEOF23714 sed '23715 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g23716 s/^/s,@/; s/!/@,|#_!!_#|/23717 :n23718 t n23719 s/'"$ac_delim"'$/,g/; t23720 s/$/\\/; p23721 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n23722 ' >>$CONFIG_STATUS <conf$$subs.sed23723 rm -f conf$$subs.sed23724 cat >>$CONFIG_STATUS <<_ACEOF23725 :end23726 s/|#_!!_#|//g23727 CEOF$ac_eof23728 _ACEOF23729 23730 23905 23731 23906 # VPATH may cause trouble with some makes, so we remove $(srcdir), … … 23744 23919 fi 23745 23920 23746 cat >>$CONFIG_STATUS <<\_ACEOF 23921 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23747 23922 fi # test -n "$CONFIG_FILES" 23748 23923 23749 23750 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 23924 # Set up the scripts for CONFIG_HEADERS section. 23925 # No need to generate them if there are no CONFIG_HEADERS. 23926 # This happens for instance with `./config.status Makefile'. 23927 if test -n "$CONFIG_HEADERS"; then 23928 cat >"$tmp/defines.awk" <<\_ACAWK || 23929 BEGIN { 23930 _ACEOF 23931 23932 # Transform confdefs.h into an awk script `defines.awk', embedded as 23933 # here-document in config.status, that substitutes the proper values into 23934 # config.h.in to produce config.h. 23935 23936 # Create a delimiter string that does not exist in confdefs.h, to ease 23937 # handling of long lines. 23938 ac_delim='%!_!# ' 23939 for ac_last_try in false false :; do 23940 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 23941 if test -z "$ac_t"; then 23942 break 23943 elif $ac_last_try; then 23944 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 23945 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 23946 { (exit 1); exit 1; }; } 23947 else 23948 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 23949 fi 23950 done 23951 23952 # For the awk script, D is an array of macro values keyed by name, 23953 # likewise P contains macro parameters if any. Preserve backslash 23954 # newline sequences. 23955 23956 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 23957 sed -n ' 23958 s/.\{148\}/&'"$ac_delim"'/g 23959 t rset 23960 :rset 23961 s/^[ ]*#[ ]*define[ ][ ]*/ / 23962 t def 23963 d 23964 :def 23965 s/\\$// 23966 t bsnl 23967 s/["\\]/\\&/g 23968 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 23969 D["\1"]=" \3"/p 23970 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 23971 d 23972 :bsnl 23973 s/["\\]/\\&/g 23974 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 23975 D["\1"]=" \3\\\\\\n"\\/p 23976 t cont 23977 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 23978 t cont 23979 d 23980 :cont 23981 n 23982 s/.\{148\}/&'"$ac_delim"'/g 23983 t clear 23984 :clear 23985 s/\\$// 23986 t bsnlc 23987 s/["\\]/\\&/g; s/^/"/; s/$/"/p 23988 d 23989 :bsnlc 23990 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 23991 b cont 23992 ' <confdefs.h | sed ' 23993 s/'"$ac_delim"'/"\\\ 23994 "/g' >>$CONFIG_STATUS || ac_write_fail=1 23995 23996 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23997 for (key in D) D_is_set[key] = 1 23998 FS = "" 23999 } 24000 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 24001 line = \$ 0 24002 split(line, arg, " ") 24003 if (arg[1] == "#") { 24004 defundef = arg[2] 24005 mac1 = arg[3] 24006 } else { 24007 defundef = substr(arg[1], 2) 24008 mac1 = arg[2] 24009 } 24010 split(mac1, mac2, "(") #) 24011 macro = mac2[1] 24012 prefix = substr(line, 1, index(line, defundef) - 1) 24013 if (D_is_set[macro]) { 24014 # Preserve the white space surrounding the "#". 24015 print prefix "define", macro P[macro] D[macro] 24016 next 24017 } else { 24018 # Replace #undef with comments. This is necessary, for example, 24019 # in the case of _POSIX_SOURCE, which is predefined and required 24020 # on some systems where configure will not decide to define it. 24021 if (defundef == "undef") { 24022 print "/*", prefix defundef, macro, "*/" 24023 next 24024 } 24025 } 24026 } 24027 { print } 24028 _ACAWK 24029 _ACEOF 24030 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 24031 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 24032 $as_echo "$as_me: error: could not setup config headers machinery" >&2;} 24033 { (exit 1); exit 1; }; } 24034 fi # test -n "$CONFIG_HEADERS" 24035 24036 24037 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 24038 shift 24039 for ac_tag 23751 24040 do 23752 24041 case $ac_tag in … … 23755 24044 case $ac_mode$ac_tag in 23756 24045 :[FHL]*:*);; 23757 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&523758 echo "$as_me: error: Invalid tag $ac_tag." >&2;}24046 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 24047 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;} 23759 24048 { (exit 1); exit 1; }; };; 23760 24049 :[FH]-) ac_tag=-:-;; … … 23785 24074 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 23786 24075 esac || 23787 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&523788 echo "$as_me: error: cannot find input file: $ac_f" >&2;}24076 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 24077 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} 23789 24078 { (exit 1); exit 1; }; };; 23790 24079 esac 23791 ac_file_inputs="$ac_file_inputs $ac_f" 24080 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 24081 ac_file_inputs="$ac_file_inputs '$ac_f'" 23792 24082 done 23793 24083 … … 23795 24085 # use $as_me), people would be surprised to read: 23796 24086 # /* config.h. Generated by config.status. */ 23797 configure_input="Generated from "`IFS=: 23798 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 24087 configure_input='Generated from '` 24088 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 24089 `' by configure.' 23799 24090 if test x"$ac_file" != x-; then 23800 24091 configure_input="$ac_file. $configure_input" 23801 { echo "$as_me:$LINENO: creating $ac_file" >&523802 echo "$as_me: creating $ac_file" >&6;}24092 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 24093 $as_echo "$as_me: creating $ac_file" >&6;} 23803 24094 fi 24095 # Neutralize special characters interpreted by sed in replacement strings. 24096 case $configure_input in #( 24097 *\&* | *\|* | *\\* ) 24098 ac_sed_conf_input=`$as_echo "$configure_input" | 24099 sed 's/[\\\\&|]/\\\\&/g'`;; #( 24100 *) ac_sed_conf_input=$configure_input;; 24101 esac 23804 24102 23805 24103 case $ac_tag in 23806 *:-:* | *:-) cat >"$tmp/stdin";; 24104 *:-:* | *:-) cat >"$tmp/stdin" \ 24105 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 24106 $as_echo "$as_me: error: could not create $ac_file" >&2;} 24107 { (exit 1); exit 1; }; } ;; 23807 24108 esac 23808 24109 ;; … … 23814 24115 X"$ac_file" : 'X\(//\)$' \| \ 23815 24116 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 23816 echo X"$ac_file" |24117 $as_echo X"$ac_file" | 23817 24118 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 23818 24119 s//\1/ … … 23840 24141 while :; do 23841 24142 case $as_dir in #( 23842 *\'*) as_qdir=` echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(24143 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 23843 24144 *) as_qdir=$as_dir;; 23844 24145 esac … … 23849 24150 X"$as_dir" : 'X\(//\)$' \| \ 23850 24151 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 23851 echo X"$as_dir" |24152 $as_echo X"$as_dir" | 23852 24153 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 23853 24154 s//\1/ … … 23870 24171 done 23871 24172 test -z "$as_dirs" || eval "mkdir $as_dirs" 23872 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&523873 echo "$as_me: error: cannot create directory $as_dir" >&2;}24173 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 24174 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 23874 24175 { (exit 1); exit 1; }; }; } 23875 24176 ac_builddir=. … … 23878 24179 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 23879 24180 *) 23880 ac_dir_suffix=/` echo "$ac_dir" | sed 's,^\.[\\/],,'`24181 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 23881 24182 # A ".." for each directory in $ac_dir_suffix. 23882 ac_top_builddir_sub=` echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`24183 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 23883 24184 case $ac_top_builddir_sub in 23884 24185 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 23925 24226 _ACEOF 23926 24227 23927 cat >>$CONFIG_STATUS <<\_ACEOF 24228 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23928 24229 # If the template does not know about datarootdir, expand it. 23929 24230 # FIXME: This hack should be removed a few years after 2.60. 23930 24231 ac_datarootdir_hack=; ac_datarootdir_seen= 23931 24232 23932 case `sed -n '/datarootdir/ { 24233 ac_sed_dataroot=' 24234 /datarootdir/ { 23933 24235 p 23934 24236 q … … 23939 24241 /@localedir@/p 23940 24242 /@mandir@/p 23941 ' $ac_file_inputs` in 24243 ' 24244 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 23942 24245 *datarootdir*) ac_datarootdir_seen=yes;; 23943 24246 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 23944 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&523945 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}24247 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 24248 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 23946 24249 _ACEOF 23947 cat >>$CONFIG_STATUS <<_ACEOF 24250 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23948 24251 ac_datarootdir_hack=' 23949 24252 s&@datadir@&$datadir&g … … 23959 24262 # Shell code in configure.ac might set extrasub. 23960 24263 # FIXME: do we really want to maintain this feature? 23961 cat >>$CONFIG_STATUS <<_ACEOF 23962 sed"$ac_vpsub24264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 24265 ac_sed_extra="$ac_vpsub 23963 24266 $extrasub 23964 24267 _ACEOF 23965 cat >>$CONFIG_STATUS <<\_ACEOF 24268 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23966 24269 :t 23967 24270 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 23968 s &@configure_input@&$configure_input&;t t24271 s|@configure_input@|$ac_sed_conf_input|;t t 23969 24272 s&@top_builddir@&$ac_top_builddir_sub&;t t 24273 s&@top_build_prefix@&$ac_top_build_prefix&;t t 23970 24274 s&@srcdir@&$ac_srcdir&;t t 23971 24275 s&@abs_srcdir@&$ac_abs_srcdir&;t t … … 23978 24282 s&@MKDIR_P@&$ac_MKDIR_P&;t t 23979 24283 $ac_datarootdir_hack 23980 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 24284 " 24285 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 24286 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 24287 $as_echo "$as_me: error: could not create $ac_file" >&2;} 24288 { (exit 1); exit 1; }; } 23981 24289 23982 24290 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 23983 24291 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 23984 24292 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 23985 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'24293 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 23986 24294 which seems to be undefined. Please make sure it is defined." >&5 23987 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'24295 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 23988 24296 which seems to be undefined. Please make sure it is defined." >&2;} 23989 24297 23990 24298 rm -f "$tmp/stdin" 23991 24299 case $ac_file in 23992 -) cat "$tmp/out"; rm -f "$tmp/out";; 23993 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 23994 esac 24300 -) cat "$tmp/out" && rm -f "$tmp/out";; 24301 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 24302 esac \ 24303 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 24304 $as_echo "$as_me: error: could not create $ac_file" >&2;} 24305 { (exit 1); exit 1; }; } 23995 24306 ;; 23996 24307 :H) … … 23998 24309 # CONFIG_HEADER 23999 24310 # 24000 _ACEOF24001 24002 # Transform confdefs.h into a sed script `conftest.defines', that24003 # substitutes the proper values into config.h.in to produce config.h.24004 rm -f conftest.defines conftest.tail24005 # First, append a space to every undef/define line, to ease matching.24006 echo 's/$/ /' >conftest.defines24007 # Then, protect against being on the right side of a sed subst, or in24008 # an unquoted here document, in config.status. If some macros were24009 # called several times there might be several #defines for the same24010 # symbol, which is useless. But do not sort them, since the last24011 # AC_DEFINE must be honored.24012 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*24013 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where24014 # NAME is the cpp macro being defined, VALUE is the value it is being given.24015 # PARAMS is the parameter list in the macro definition--in most cases, it's24016 # just an empty string.24017 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'24018 ac_dB='\\)[ (].*,\\1define\\2'24019 ac_dC=' '24020 ac_dD=' ,'24021 24022 uniq confdefs.h |24023 sed -n '24024 t rset24025 :rset24026 s/^[ ]*#[ ]*define[ ][ ]*//24027 t ok24028 d24029 :ok24030 s/[\\&,]/\\&/g24031 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p24032 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p24033 ' >>conftest.defines24034 24035 # Remove the space that was appended to ease matching.24036 # Then replace #undef with comments. This is necessary, for24037 # example, in the case of _POSIX_SOURCE, which is predefined and required24038 # on some systems where configure will not decide to define it.24039 # (The regexp can be short, since the line contains either #define or #undef.)24040 echo 's/ $//24041 s,^[ #]*u.*,/* & */,' >>conftest.defines24042 24043 # Break up conftest.defines:24044 ac_max_sed_lines=5024045 24046 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"24047 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"24048 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"24049 # et cetera.24050 ac_in='$ac_file_inputs'24051 ac_out='"$tmp/out1"'24052 ac_nxt='"$tmp/out2"'24053 24054 while :24055 do24056 # Write a here document:24057 cat >>$CONFIG_STATUS <<_ACEOF24058 # First, check the format of the line:24059 cat >"\$tmp/defines.sed" <<\\CEOF24060 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def24061 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def24062 b24063 :def24064 _ACEOF24065 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS24066 echo 'CEOF24067 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS24068 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in24069 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail24070 grep . conftest.tail >/dev/null || break24071 rm -f conftest.defines24072 mv conftest.tail conftest.defines24073 done24074 rm -f conftest.defines conftest.tail24075 24076 echo "ac_result=$ac_in" >>$CONFIG_STATUS24077 cat >>$CONFIG_STATUS <<\_ACEOF24078 24311 if test x"$ac_file" != x-; then 24079 echo "/* $configure_input */" >"$tmp/config.h" 24080 cat "$ac_result" >>"$tmp/config.h" 24081 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 24082 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 24083 echo "$as_me: $ac_file is unchanged" >&6;} 24312 { 24313 $as_echo "/* $configure_input */" \ 24314 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 24315 } >"$tmp/config.h" \ 24316 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 24317 $as_echo "$as_me: error: could not create $ac_file" >&2;} 24318 { (exit 1); exit 1; }; } 24319 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 24320 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 24321 $as_echo "$as_me: $ac_file is unchanged" >&6;} 24084 24322 else 24085 rm -f $ac_file 24086 mv "$tmp/config.h" $ac_file 24323 rm -f "$ac_file" 24324 mv "$tmp/config.h" "$ac_file" \ 24325 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 24326 $as_echo "$as_me: error: could not create $ac_file" >&2;} 24327 { (exit 1); exit 1; }; } 24087 24328 fi 24088 24329 else 24089 echo "/* $configure_input */" 24090 cat "$ac_result" 24330 $as_echo "/* $configure_input */" \ 24331 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 24332 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 24333 $as_echo "$as_me: error: could not create -" >&2;} 24334 { (exit 1); exit 1; }; } 24091 24335 fi 24092 rm -f "$tmp/out12" 24093 # Compute $ac_file's index in $config_headers. 24094 _am_arg=$ac_file 24336 # Compute "$ac_file"'s index in $config_headers. 24337 _am_arg="$ac_file" 24095 24338 _am_stamp_count=1 24096 24339 for _am_header in $config_headers :; do … … 24107 24350 X"$_am_arg" : 'X\(//\)$' \| \ 24108 24351 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 24109 echo X"$_am_arg" |24352 $as_echo X"$_am_arg" | 24110 24353 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 24111 24354 s//\1/ … … 24127 24370 ;; 24128 24371 24129 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&524130 echo "$as_me: executing $ac_file commands" >&6;}24372 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 24373 $as_echo "$as_me: executing $ac_file commands" >&6;} 24131 24374 ;; 24132 24375 esac … … 24134 24377 24135 24378 case $ac_file$ac_mode in 24136 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 24379 "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files 24380 # are listed without --file. Let's play safe and only enable the eval 24381 # if we detect the quoting. 24382 case $CONFIG_FILES in 24383 *\'*) eval set x "$CONFIG_FILES" ;; 24384 *) set x $CONFIG_FILES ;; 24385 esac 24386 shift 24387 for mf 24388 do 24137 24389 # Strip MF so we end up with the name of the file. 24138 24390 mf=`echo "$mf" | sed -e 's/:.*$//'` … … 24150 24402 X"$mf" : 'X\(//\)$' \| \ 24151 24403 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 24152 echo X"$mf" |24404 $as_echo X"$mf" | 24153 24405 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 24154 24406 s//\1/ … … 24194 24446 X"$file" : 'X\(//\)$' \| \ 24195 24447 X"$file" : 'X\(/\)' \| . 2>/dev/null || 24196 echo X"$file" |24448 $as_echo X"$file" | 24197 24449 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 24198 24450 s//\1/ … … 24220 24472 while :; do 24221 24473 case $as_dir in #( 24222 *\'*) as_qdir=` echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(24474 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 24223 24475 *) as_qdir=$as_dir;; 24224 24476 esac … … 24229 24481 X"$as_dir" : 'X\(//\)$' \| \ 24230 24482 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 24231 echo X"$as_dir" |24483 $as_echo X"$as_dir" | 24232 24484 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 24233 24485 s//\1/ … … 24250 24502 done 24251 24503 test -z "$as_dirs" || eval "mkdir $as_dirs" 24252 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&524253 echo "$as_me: error: cannot create directory $as_dir" >&2;}24504 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 24505 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 24254 24506 { (exit 1); exit 1; }; }; } 24255 24507 # echo "creating $dirpart/$file" … … 24351 24603 ac_clean_files=$ac_clean_files_save 24352 24604 24605 test $ac_write_fail = 0 || 24606 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 24607 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} 24608 { (exit 1); exit 1; }; } 24609 24353 24610 24354 24611 # configure is writing to config.log, and then calls config.status. … … 24372 24629 $ac_cs_success || { (exit 1); exit 1; } 24373 24630 fi 24374 24631 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 24632 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 24633 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 24634 fi 24635 trunk/doc/Makefile.in
r512 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 195 195 sysconfdir = @sysconfdir@ 196 196 target_alias = @target_alias@ 197 top_build_prefix = @top_build_prefix@ 197 198 top_builddir = @top_builddir@ 198 199 top_srcdir = @top_srcdir@ … … 204 205 case '$(am__configure_deps)' in \ 205 206 *$$dep*) \ 206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\207 && exit 0; \207 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 208 && { if test -f $@; then exit 0; else break; fi; }; \ 208 209 exit 1;; \ 209 210 esac; \ trunk/doc/help/Makefile.in
r512 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 196 196 sysconfdir = @sysconfdir@ 197 197 target_alias = @target_alias@ 198 top_build_prefix = @top_build_prefix@ 198 199 top_builddir = @top_builddir@ 199 200 top_srcdir = @top_srcdir@ … … 216 217 case '$(am__configure_deps)' in \ 217 218 *$$dep*) \ 218 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\219 && exit 0; \219 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 220 && { if test -f $@; then exit 0; else break; fi; }; \ 220 221 exit 1;; \ 221 222 esac; \ trunk/libtool
r519 r525 336 336 337 337 # Run-time system search path for libraries 338 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0. 1/usr/X11R6/lib /usr/lib/qt3/lib "338 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.5 /usr/X11R6/lib /usr/lib/qt3/lib " 339 339 340 340 # Fix the shell variable $srcfile for the compiler. … … 7615 7615 7616 7616 # Run-time system search path for libraries 7617 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0. 1/usr/X11R6/lib /usr/lib/qt3/lib "7617 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.5 /usr/X11R6/lib /usr/lib/qt3/lib " 7618 7618 7619 7619 # Fix the shell variable $srcfile for the compiler. … … 7930 7930 7931 7931 # Run-time system search path for libraries 7932 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0. 1/usr/X11R6/lib /usr/lib/qt3/lib "7932 sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.5 /usr/X11R6/lib /usr/lib/qt3/lib " 7933 7933 7934 7934 # Fix the shell variable $srcfile for the compiler. trunk/m4/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 224 225 case '$(am__configure_deps)' in \ 225 226 *$$dep*) \ 226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\227 && exit 0; \227 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 228 && { if test -f $@; then exit 0; else break; fi; }; \ 228 229 exit 1;; \ 229 230 esac; \ trunk/mac/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 196 196 sysconfdir = @sysconfdir@ 197 197 target_alias = @target_alias@ 198 top_build_prefix = @top_build_prefix@ 198 199 top_builddir = @top_builddir@ 199 200 top_srcdir = @top_srcdir@ … … 209 210 case '$(am__configure_deps)' in \ 210 211 *$$dep*) \ 211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\212 && exit 0; \212 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 213 && { if test -f $@; then exit 0; else break; fi; }; \ 213 214 exit 1;; \ 214 215 esac; \ trunk/po/cs_CZ.po
r509 r525 9 9 "Project-Id-Version: cs_CZ\n" 10 10 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 11 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"11 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 12 12 "PO-Revision-Date: 2009-03-28 13:41+0100\n" 13 13 "Last-Translator: Martin Bednar <serafean@gmail.com>\n" … … 165 165 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 166 166 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 167 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534168 #: src/mainDialog.cpp:53 5167 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 168 #: src/mainDialog.cpp:537 169 169 msgid "Unknown" 170 170 msgstr "Neznámé" … … 179 179 180 180 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 181 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506182 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509183 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133181 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 182 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 183 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 184 184 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 185 185 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 553 553 msgstr "NaÄÃtánÃ" 554 554 555 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180555 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 556 556 #, c-format 557 557 msgid "%u points" … … 559 559 560 560 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 561 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599561 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 562 562 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 563 563 #, c-format … … 565 565 msgstr "pÅed %s" 566 566 567 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603567 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 568 568 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 569 569 #, c-format … … 589 589 590 590 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 591 #: src/mainDialog.cpp:66 0591 #: src/mainDialog.cpp:662 592 592 msgid "Add a new client" 593 593 msgstr "PÅidat klienta" … … 617 617 msgstr "Povolit klienta" 618 618 619 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3619 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 620 620 msgid "Do you really want to delete this client?" 621 621 msgstr "Opravdu chcete smazat klienta?" … … 641 641 msgstr "Stará nastavenà importována do %s" 642 642 643 #: src/mainDialog.cpp:18 3643 #: src/mainDialog.cpp:184 644 644 #, c-format 645 645 msgid "%s is licenced under the GNU GPL v2" 646 646 msgstr "%s uvolnÄn pod licencà GNU GPL v2" 647 647 648 #: src/mainDialog.cpp:18 4648 #: src/mainDialog.cpp:185 649 649 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 650 650 msgstr "Copyright (C) 2003-2007 François Ingelrest" 651 651 652 #: src/mainDialog.cpp:18 5652 #: src/mainDialog.cpp:186 653 653 msgid "Copyright (C) 2007-2009 Andrew Schofield" 654 654 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 655 655 656 #: src/mainDialog.cpp:18 7656 #: src/mainDialog.cpp:188 657 657 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 658 658 msgstr "FahMon obsahuje kód z QD, také uvolnÄn pod licencà GNU GPL v2" 659 659 660 #: src/mainDialog.cpp:18 8660 #: src/mainDialog.cpp:189 661 661 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 662 662 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 663 663 664 #: src/mainDialog.cpp:1 89664 #: src/mainDialog.cpp:190 665 665 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 666 666 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 667 667 668 #: src/mainDialog.cpp:44 4668 #: src/mainDialog.cpp:446 669 669 msgid "" 670 670 "Something is wrong with this client.\n" … … 674 674 "ProsÃm zkontrolujte hlášenà (Nástroje-> Zobrazit/SkrÜt Hlášky)." 675 675 676 #: src/mainDialog.cpp:44 6676 #: src/mainDialog.cpp:448 677 677 msgid "This client is currently disabled." 678 678 msgstr "Tento klient je souÄasnÄ zakázán." 679 679 680 #: src/mainDialog.cpp:53 7680 #: src/mainDialog.cpp:539 681 681 #, c-format 682 682 msgid "Project %u is unknown, you should try to update the projects database" … … 684 684 "%u projektu je neznámé, mÄli byste zkusit aktualizovat databázi projektů." 685 685 686 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228686 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 687 687 #, c-format 688 688 msgid "%.2f PPD" 689 689 msgstr "%.2f PPD" 690 690 691 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698691 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 692 692 msgid "&Check for update" 693 693 msgstr "Vyhledat aktualiza&ce" 694 694 695 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698695 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 696 696 msgid "Check online for the latest version of FahMon" 697 697 msgstr "Zkontrolovat poslednà verzi FahMon na Internetu." 698 698 699 #: src/mainDialog.cpp:65 1699 #: src/mainDialog.cpp:653 700 700 msgid "&Preferences...\tCTRL+P" 701 701 msgstr "&NastavenÃ...\tCTRL+P" 702 702 703 #: src/mainDialog.cpp:65 1703 #: src/mainDialog.cpp:653 704 704 msgid "Open the preferences dialog" 705 705 msgstr "OtevÅÃt nastavenÃ" 706 706 707 #: src/mainDialog.cpp:65 3707 #: src/mainDialog.cpp:655 708 708 msgid "&Quit\tCtrl+Q" 709 709 msgstr "&Vypnout\tCtrl+Q" 710 710 711 #: src/mainDialog.cpp:65 3711 #: src/mainDialog.cpp:655 712 712 #, c-format 713 713 msgid "Quit %s" 714 714 msgstr "Vypnout %s" 715 715 716 #: src/mainDialog.cpp:66 0716 #: src/mainDialog.cpp:662 717 717 msgid "Add a new client to be monitored" 718 718 msgstr "PÅidat klienta ke sledovánÃ" 719 719 720 #: src/mainDialog.cpp:66 2720 #: src/mainDialog.cpp:664 721 721 msgid "Edit client" 722 722 msgstr "Editovat klienta" 723 723 724 #: src/mainDialog.cpp:66 2724 #: src/mainDialog.cpp:664 725 725 msgid "Edit the selected client settings" 726 726 msgstr "ZmÄnit nastaveni navoleného klienta" 727 727 728 #: src/mainDialog.cpp:66 3728 #: src/mainDialog.cpp:665 729 729 msgid "Delete client" 730 730 msgstr "Vymazat klienta" 731 731 732 #: src/mainDialog.cpp:66 3732 #: src/mainDialog.cpp:665 733 733 msgid "Delete the selected client" 734 734 msgstr "Vymazat navoleného klienta" 735 735 736 #: src/mainDialog.cpp:66 4736 #: src/mainDialog.cpp:666 737 737 msgid "View client files" 738 738 msgstr "Zobrazit soubory klienta" 739 739 740 #: src/mainDialog.cpp:66 4740 #: src/mainDialog.cpp:666 741 741 msgid "Open file browser in client folder" 742 742 msgstr "OtevÅÃt správce souborů ve sloÅŸce" 743 743 744 #: src/mainDialog.cpp:66 7744 #: src/mainDialog.cpp:669 745 745 msgid "Reload &Selection\tF5" 746 746 msgstr "Znovu naÄÃst &vÜbÄr\tF5" 747 747 748 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670748 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 749 749 msgid "Reload the selected client" 750 750 msgstr "Znovu naÄÃst vybraného klienta" 751 751 752 #: src/mainDialog.cpp:6 68752 #: src/mainDialog.cpp:670 753 753 msgid "Reload &All\tF6" 754 754 msgstr "Znovu naÄÃst &vÅ¡e\tF6" 755 755 756 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671756 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 757 757 msgid "Reload all the clients" 758 758 msgstr "Znovu naÄÃst vÅ¡echny klienty" 759 759 760 #: src/mainDialog.cpp:67 0760 #: src/mainDialog.cpp:672 761 761 msgid "Reload &Selection\tCtrl+R" 762 762 msgstr "Znovu naÄÃst &vÜbÄr\tCtrl+R" 763 763 764 #: src/mainDialog.cpp:67 1764 #: src/mainDialog.cpp:673 765 765 msgid "Reload &All\tCtrl+Shift+R" 766 766 msgstr "Znovu naÄÃst &vÅ¡e\tCtrl+Shift+R" 767 767 768 #: src/mainDialog.cpp:67 3768 #: src/mainDialog.cpp:675 769 769 msgid "&Clients" 770 770 msgstr "Klienti" 771 771 772 #: src/mainDialog.cpp:6 78772 #: src/mainDialog.cpp:680 773 773 msgid "&Show/Hide FAHLog\tF8" 774 774 msgstr "&Zobrazit/skrÜt FAHlog.txt\tF8" 775 775 776 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682776 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 777 777 msgid "Toggle the log file" 778 778 msgstr "PÅepnout soubor logu" 779 779 780 #: src/mainDialog.cpp:68 0780 #: src/mainDialog.cpp:682 781 781 msgid "&Cycle ETA Style\tF9" 782 782 msgstr "ZmÄnit zobrazenà zbÜvajÃcÃho Äasu" 783 783 784 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684784 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 785 785 msgid "Cycle through the different ETA display styles" 786 786 msgstr "ZmÄnit styl zobrazenà zbÜvajÃcÃho Äasu" 787 787 788 #: src/mainDialog.cpp:68 2788 #: src/mainDialog.cpp:684 789 789 msgid "&Show/Hide FAHLog\tCtrl+L" 790 790 msgstr "&Zobrazit/skrÜt FAHlog.txt\tCtrl+L" 791 791 792 #: src/mainDialog.cpp:68 4792 #: src/mainDialog.cpp:686 793 793 msgid "&Cycle ETA Style\tCtrl+E" 794 794 msgstr "&ZmÄnit styl zobrazenà zbÜvajÃcÃho Äasu\tCtrl+E" 795 795 796 #: src/mainDialog.cpp:68 7796 #: src/mainDialog.cpp:689 797 797 msgid "Show/Hide &WU Info panel" 798 798 msgstr "Zobrazit/SkrÜt informaÄnà panel o Pracovnà Jednotce" 799 799 800 #: src/mainDialog.cpp:68 7800 #: src/mainDialog.cpp:689 801 801 msgid "Toggle the display of the Work Unit Information panel" 802 802 msgstr "PÅepnout vzhled informaÄnÃho panelu o Pracovnà Jednotce" 803 803 804 #: src/mainDialog.cpp:6 88804 #: src/mainDialog.cpp:690 805 805 msgid "&View" 806 806 msgstr "&Vzhled" 807 807 808 #: src/mainDialog.cpp:69 2808 #: src/mainDialog.cpp:694 809 809 msgid "&Show/Hide Messages Window" 810 810 msgstr "&Zobrazit/SkrÜt Hlášky" 811 811 812 #: src/mainDialog.cpp:69 2812 #: src/mainDialog.cpp:694 813 813 msgid "Toggle the messages window" 814 814 msgstr "PÅepnout okno hlášek" 815 815 816 #: src/mainDialog.cpp:69 3816 #: src/mainDialog.cpp:695 817 817 msgid "&Benchmarks...\tCTRL+B" 818 818 msgstr "Benchmarky...\tCTRL+B" 819 819 820 #: src/mainDialog.cpp:69 3820 #: src/mainDialog.cpp:695 821 821 msgid "Open the benchmarks dialog" 822 822 msgstr "OtevÅÃt benchmarky" 823 823 824 #: src/mainDialog.cpp:69 4824 #: src/mainDialog.cpp:696 825 825 msgid "&Download New Projects" 826 826 msgstr "Stáhnout nové projekty" 827 827 828 #: src/mainDialog.cpp:69 4828 #: src/mainDialog.cpp:696 829 829 msgid "Update the local project database" 830 830 msgstr "Aktualizovat lokálnà databázi projektů" 831 831 832 #: src/mainDialog.cpp:70 0832 #: src/mainDialog.cpp:702 833 833 msgid "&Tools" 834 834 msgstr "Nás&troje" 835 835 836 #: src/mainDialog.cpp:70 5836 #: src/mainDialog.cpp:707 837 837 msgid "&My Stats\tF2" 838 838 msgstr "&Moje Statistika\tF2" 839 839 840 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709840 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 841 841 msgid "View the personal statistics for the selected client" 842 842 msgstr "Zobrazit osobnà statistiky vybraného klienta" 843 843 844 #: src/mainDialog.cpp:70 6844 #: src/mainDialog.cpp:708 845 845 msgid "&Jmol\tF3" 846 846 msgstr "&Jmol\tF3" 847 847 848 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710848 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 849 849 msgid "View the current project on the Jmol website" 850 850 msgstr "Zobrazit aktuálnà projekt na stránkách Jmol" 851 851 852 #: src/mainDialog.cpp:70 7852 #: src/mainDialog.cpp:709 853 853 msgid "fah&info\tF4" 854 854 msgstr "fah&info\tF4" 855 855 856 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711856 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 857 857 msgid "View the current project on fahinfo.org" 858 858 msgstr "Zobrazit aktuálnà projekt na fahinfo.org" 859 859 860 #: src/mainDialog.cpp:7 09860 #: src/mainDialog.cpp:711 861 861 msgid "&My Stats\tCtrl+Shift+M" 862 862 msgstr "&Moje Statistika\tCtrl+Shift+M" 863 863 864 #: src/mainDialog.cpp:71 0864 #: src/mainDialog.cpp:712 865 865 msgid "&Jmol\tCtrl+J" 866 866 msgstr "&Jmol\tCtrl+J" 867 867 868 #: src/mainDialog.cpp:71 1868 #: src/mainDialog.cpp:713 869 869 msgid "fah&info\tCtrl+I" 870 870 msgstr "fah&info\tCtrl+I" 871 871 872 #: src/mainDialog.cpp:71 4872 #: src/mainDialog.cpp:716 873 873 msgid "F@H &Website" 874 874 msgstr "F@H &Stránky" 875 875 876 #: src/mainDialog.cpp:71 4876 #: src/mainDialog.cpp:716 877 877 msgid "Open to the official Stanford website" 878 878 msgstr "Zobrazit oficiálnà stránky Stanfordu" 879 879 880 #: src/mainDialog.cpp:71 5880 #: src/mainDialog.cpp:717 881 881 msgid "Folding &Forum" 882 882 msgstr "Folding &Forum" 883 883 884 #: src/mainDialog.cpp:71 5884 #: src/mainDialog.cpp:717 885 885 msgid "Open the Folding@Home support forum" 886 886 msgstr "OtevÅÃt forum technické podpory Folding@Home" 887 887 888 #: src/mainDialog.cpp:71 6888 #: src/mainDialog.cpp:718 889 889 msgid "&Projects Summary" 890 890 msgstr "&Souhrn projektů" 891 891 892 #: src/mainDialog.cpp:71 6892 #: src/mainDialog.cpp:718 893 893 msgid "Open the list of the current projects" 894 894 msgstr "OtevÅÃt seznam aktuálnÃch projektů" 895 895 896 #: src/mainDialog.cpp:71 7896 #: src/mainDialog.cpp:719 897 897 msgid "&Servers Status" 898 898 msgstr "&Stav Serverů" 899 899 900 #: src/mainDialog.cpp:71 7900 #: src/mainDialog.cpp:719 901 901 msgid "Open the list of the servers with their status" 902 902 msgstr "OtevÅÃt seznam serverů s jejich stavem" 903 903 904 #: src/mainDialog.cpp:7 18904 #: src/mainDialog.cpp:720 905 905 msgid "&Web" 906 906 msgstr "&Web" 907 907 908 #: src/mainDialog.cpp:72 3908 #: src/mainDialog.cpp:725 909 909 msgid "&Help Contents\tF1" 910 910 msgstr "Obsah NápovÄdy\tF1" 911 911 912 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725912 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 913 913 msgid "See help contents" 914 914 msgstr "Zobrazit obsah nápovÄdy" 915 915 916 #: src/mainDialog.cpp:72 5916 #: src/mainDialog.cpp:727 917 917 msgid "&Help Contents\tCtrl+?" 918 918 msgstr "Obsah NápovÄdy\tCtrl+?" 919 919 920 #: src/mainDialog.cpp:72 7920 #: src/mainDialog.cpp:729 921 921 msgid "FahMon &IRC Channel" 922 922 msgstr "FahMon &IRC Kanál" 923 923 924 #: src/mainDialog.cpp:72 7924 #: src/mainDialog.cpp:729 925 925 msgid "Join the FahMon IRC channel for online help" 926 926 msgstr "PÅihllaÅ¡te se na kanál IRC FahMon pro pomoc" 927 927 928 #: src/mainDialog.cpp:7 28928 #: src/mainDialog.cpp:730 929 929 msgid "&About" 930 930 msgstr "&O Aplikaci" 931 931 932 #: src/mainDialog.cpp:7 28932 #: src/mainDialog.cpp:730 933 933 #, c-format 934 934 msgid "About %s" 935 935 msgstr "O aplikaci %s" 936 936 937 #: src/mainDialog.cpp:73 5937 #: src/mainDialog.cpp:737 938 938 msgid "&Help" 939 939 msgstr "&NápovÄda" 940 940 941 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569941 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 942 942 msgid "Work Unit Information" 943 943 msgstr "Informace o Pracovnà Jednotce" 944 944 945 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570945 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 946 946 msgid "Core:" 947 947 msgstr "Jádro : " 948 948 949 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571949 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 950 950 msgid "Project:" 951 951 msgstr "Projekt:" 952 952 953 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572953 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 954 954 msgid "Credit:" 955 955 msgstr "Kredit:" 956 956 957 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573957 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 958 958 msgid "Username:" 959 959 msgstr "UÅŸivatelské jméno:" 960 960 961 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581961 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 962 962 msgid "Downloaded:" 963 963 msgstr "StaÅŸeno:" 964 964 965 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574965 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 966 966 msgid "Preferred Deadline:" 967 967 msgstr "PreferovanÜ TermÃn:" 968 968 969 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575969 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 970 970 msgid "Final Deadline:" 971 971 msgstr "Poslednà termÃn:" 972 972 973 #: src/mainDialog.cpp:84 2973 #: src/mainDialog.cpp:844 974 974 msgid "Log file." 975 975 msgstr "Log" 976 976 977 #: src/mainDialog.cpp:108 4977 #: src/mainDialog.cpp:1086 978 978 msgid "You must first select a client!" 979 979 msgstr "MusÃte nejprve vybrat klienta!" 980 980 981 #: src/mainDialog.cpp:144 5981 #: src/mainDialog.cpp:1447 982 982 msgid "Checking for FahMon updates" 983 983 msgstr "OvÄÅuji dostupnost aktualizacà FahMon" 984 984 985 #: src/mainDialog.cpp:145 6985 #: src/mainDialog.cpp:1458 986 986 #, c-format 987 987 msgid "Your version: %s; New version: %s" 988 988 msgstr "VaÅ¡e verze : %s ; Nová verze : %s" 989 989 990 #: src/mainDialog.cpp:147 0990 #: src/mainDialog.cpp:1472 991 991 msgid "Update available" 992 992 msgstr "Aktualizace dostupna" 993 993 994 #: src/mainDialog.cpp:147 1994 #: src/mainDialog.cpp:1473 995 995 msgid "" 996 996 "A newer version of FahMon is available\n" … … 1000 1000 "Chcete pÅejÃt na domovskou stránku FahMon?" 1001 1001 1002 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801002 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1003 1003 msgid "No update found" 1004 1004 msgstr "Nebyla nalezena şádná aktualizace" 1005 1005 1006 #: src/mainDialog.cpp:162 41006 #: src/mainDialog.cpp:1626 1007 1007 msgid "ctrl" 1008 1008 msgstr "ctrl" 1009 1009 1010 #: src/mainDialog.cpp:162 51010 #: src/mainDialog.cpp:1627 1011 1011 msgid "shift" 1012 1012 msgstr "shift" 1013 1013 1014 #: src/mainDialog.cpp:162 61014 #: src/mainDialog.cpp:1628 1015 1015 msgid "alt" 1016 1016 msgstr "alt" trunk/po/de_DE.po
r518 r525 3 3 "Project-Id-Version: FahMon Translation - de_DE 1.1.b1\n" 4 4 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 5 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"5 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 6 6 "PO-Revision-Date: 2009-04-05 20:46+0100\n" 7 7 "Last-Translator: Mark Gerber <mark.gerber@web.de>\n" … … 171 171 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 172 172 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 173 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534174 #: src/mainDialog.cpp:53 5173 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 174 #: src/mainDialog.cpp:537 175 175 msgid "Unknown" 176 176 msgstr "Unbekannt" … … 185 185 186 186 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 187 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506188 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509189 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133187 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 188 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 189 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 190 190 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 191 191 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 569 569 msgstr "Abfrage lÀuft..." 570 570 571 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180571 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 572 572 #, c-format 573 573 msgid "%u points" … … 575 575 576 576 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 577 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599577 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 578 578 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 579 579 #, c-format … … 581 581 msgstr "vor %s" 582 582 583 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603583 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 584 584 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 585 585 #, c-format … … 605 605 606 606 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 607 #: src/mainDialog.cpp:66 0607 #: src/mainDialog.cpp:662 608 608 msgid "Add a new client" 609 609 msgstr "Client-Eintrag hinzufÃŒgen" … … 633 633 msgstr "Client-Eintrag aktivieren" 634 634 635 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3635 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 636 636 msgid "Do you really want to delete this client?" 637 637 msgstr "Möchtest Du diesen Client-Eintrag tatsÀchlich löschen?" … … 657 657 msgstr "Bisherige Einstellungen importiert in %s" 658 658 659 #: src/mainDialog.cpp:18 3659 #: src/mainDialog.cpp:184 660 660 #, c-format 661 661 msgid "%s is licenced under the GNU GPL v2" 662 662 msgstr "%s steht unter der Lizenz GNU GPL v2." 663 663 664 #: src/mainDialog.cpp:18 4664 #: src/mainDialog.cpp:185 665 665 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 666 666 msgstr "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 667 667 668 #: src/mainDialog.cpp:18 5668 #: src/mainDialog.cpp:186 669 669 msgid "Copyright (C) 2007-2009 Andrew Schofield" 670 670 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 671 671 672 #: src/mainDialog.cpp:18 7672 #: src/mainDialog.cpp:188 673 673 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 674 674 msgstr "" 675 675 "FahMon enthÀlt Code von qd, das ebenfalls unter der Lizenz GNU GPL v2 steht." 676 676 677 #: src/mainDialog.cpp:18 8677 #: src/mainDialog.cpp:189 678 678 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 679 679 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 680 680 681 #: src/mainDialog.cpp:1 89681 #: src/mainDialog.cpp:190 682 682 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 683 683 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 684 684 685 #: src/mainDialog.cpp:44 4685 #: src/mainDialog.cpp:446 686 686 msgid "" 687 687 "Something is wrong with this client.\n" … … 691 691 "ÃberprÃŒfe die FahMon-Meldungen (Extras > Meldungsfenster zeigen/verbergen)." 692 692 693 #: src/mainDialog.cpp:44 6693 #: src/mainDialog.cpp:448 694 694 msgid "This client is currently disabled." 695 695 msgstr "Dieser Client-Eintrag ist zur Zeit deaktiviert." 696 696 697 #: src/mainDialog.cpp:53 7697 #: src/mainDialog.cpp:539 698 698 #, c-format 699 699 msgid "Project %u is unknown, you should try to update the projects database" … … 702 702 "Projektedaten." 703 703 704 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228704 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 705 705 #, c-format 706 706 msgid "%.2f PPD" 707 707 msgstr "%.2f PPD" 708 708 709 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698709 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 710 710 msgid "&Check for update" 711 711 msgstr "Auf Programm&update prÃŒfen" 712 712 713 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698713 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 714 714 msgid "Check online for the latest version of FahMon" 715 715 msgstr "FÃŒhrt eine OnlineprÃŒfung auf ein Programmupdate durch." 716 716 717 #: src/mainDialog.cpp:65 1717 #: src/mainDialog.cpp:653 718 718 msgid "&Preferences...\tCTRL+P" 719 719 msgstr "&Einstellungen...\tStrg+P" 720 720 721 #: src/mainDialog.cpp:65 1721 #: src/mainDialog.cpp:653 722 722 msgid "Open the preferences dialog" 723 723 msgstr "Ãffnet den Einstellungen-Dialog." 724 724 725 #: src/mainDialog.cpp:65 3725 #: src/mainDialog.cpp:655 726 726 msgid "&Quit\tCtrl+Q" 727 727 msgstr "&Beenden\tStrg+Q" 728 728 729 #: src/mainDialog.cpp:65 3729 #: src/mainDialog.cpp:655 730 730 #, c-format 731 731 msgid "Quit %s" 732 732 msgstr "Beendet %s." 733 733 734 #: src/mainDialog.cpp:66 0734 #: src/mainDialog.cpp:662 735 735 msgid "Add a new client to be monitored" 736 736 msgstr "FÃŒgt der Liste einen zu ÃŒberwachenden Client hinzu." 737 737 738 #: src/mainDialog.cpp:66 2738 #: src/mainDialog.cpp:664 739 739 msgid "Edit client" 740 740 msgstr "Client-Eintrag bearbeiten" 741 741 742 #: src/mainDialog.cpp:66 2742 #: src/mainDialog.cpp:664 743 743 msgid "Edit the selected client settings" 744 744 msgstr "Ãffnet das Dialogfeld mit den Einstellungen zum Client-Eintrag." 745 745 746 #: src/mainDialog.cpp:66 3746 #: src/mainDialog.cpp:665 747 747 msgid "Delete client" 748 748 msgstr "Client-Eintrag löschen" 749 749 750 #: src/mainDialog.cpp:66 3750 #: src/mainDialog.cpp:665 751 751 msgid "Delete the selected client" 752 752 msgstr "Entfernt den ausgewÀhlten Client aus der Liste." 753 753 754 #: src/mainDialog.cpp:66 4754 #: src/mainDialog.cpp:666 755 755 msgid "View client files" 756 756 msgstr "Client-Verzeichnis einsehen" 757 757 758 #: src/mainDialog.cpp:66 4758 #: src/mainDialog.cpp:666 759 759 msgid "Open file browser in client folder" 760 760 msgstr "Ãffnet einen Dateimanager mit dem Verzeichnis des Clients." 761 761 762 #: src/mainDialog.cpp:66 7762 #: src/mainDialog.cpp:669 763 763 msgid "Reload &Selection\tF5" 764 764 msgstr "Auswahl ab&fragen\tF5" 765 765 766 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670766 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 767 767 msgid "Reload the selected client" 768 768 msgstr "Fragt Information zum ausgewÀhlten Client ab." 769 769 770 #: src/mainDialog.cpp:6 68770 #: src/mainDialog.cpp:670 771 771 msgid "Reload &All\tF6" 772 772 msgstr "&Alle abfragen\tF6" 773 773 774 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671774 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 775 775 msgid "Reload all the clients" 776 776 msgstr "Fragt Information zu allen Clients ab." 777 777 778 #: src/mainDialog.cpp:67 0778 #: src/mainDialog.cpp:672 779 779 msgid "Reload &Selection\tCtrl+R" 780 780 msgstr "Auswahl ab&fragen\tStrg+R" 781 781 782 #: src/mainDialog.cpp:67 1782 #: src/mainDialog.cpp:673 783 783 msgid "Reload &All\tCtrl+Shift+R" 784 784 msgstr "&Alle abfragen\tStrg+Umschalt+R" 785 785 786 #: src/mainDialog.cpp:67 3786 #: src/mainDialog.cpp:675 787 787 msgid "&Clients" 788 788 msgstr "&Clients" 789 789 790 #: src/mainDialog.cpp:6 78790 #: src/mainDialog.cpp:680 791 791 msgid "&Show/Hide FAHLog\tF8" 792 792 msgstr "FAH&log zeigen/verbergen\tF8" 793 793 794 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682794 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 795 795 msgid "Toggle the log file" 796 796 msgstr "Zeigt oder verbirgt die Log-Datei." 797 797 798 #: src/mainDialog.cpp:68 0798 #: src/mainDialog.cpp:682 799 799 msgid "&Cycle ETA Style\tF9" 800 800 msgstr "&Zeitanzeigen umschalten\tF9" 801 801 802 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684802 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 803 803 msgid "Cycle through the different ETA display styles" 804 804 msgstr "DurchlÀuft die verschiedenen Darstellungsarten fÃŒr die Zeitanzeigen." 805 805 806 #: src/mainDialog.cpp:68 2806 #: src/mainDialog.cpp:684 807 807 msgid "&Show/Hide FAHLog\tCtrl+L" 808 808 msgstr "FAH&log zeigen/verbergen\tStrg+L" 809 809 810 #: src/mainDialog.cpp:68 4810 #: src/mainDialog.cpp:686 811 811 msgid "&Cycle ETA Style\tCtrl+E" 812 812 msgstr "&Zeitanzeigen umschalten\tStrg+E" 813 813 814 #: src/mainDialog.cpp:68 7814 #: src/mainDialog.cpp:689 815 815 msgid "Show/Hide &WU Info panel" 816 816 msgstr "&WU-Infobereich zeigen/verbergen" 817 817 818 #: src/mainDialog.cpp:68 7818 #: src/mainDialog.cpp:689 819 819 msgid "Toggle the display of the Work Unit Information panel" 820 820 msgstr "Zeigt oder verbirgt den Bereich zur Anzeige von WU-Information." 821 821 822 #: src/mainDialog.cpp:6 88822 #: src/mainDialog.cpp:690 823 823 msgid "&View" 824 824 msgstr "&Ansicht" 825 825 826 #: src/mainDialog.cpp:69 2826 #: src/mainDialog.cpp:694 827 827 msgid "&Show/Hide Messages Window" 828 828 msgstr "&Meldungsfenster zeigen/verbergen" 829 829 830 #: src/mainDialog.cpp:69 2830 #: src/mainDialog.cpp:694 831 831 msgid "Toggle the messages window" 832 832 msgstr "Zeigt oder verbirgt das FahMon-Meldungsfenster." 833 833 834 #: src/mainDialog.cpp:69 3834 #: src/mainDialog.cpp:695 835 835 msgid "&Benchmarks...\tCTRL+B" 836 836 msgstr "&Benchmarks...\tStrg+B" 837 837 838 #: src/mainDialog.cpp:69 3838 #: src/mainDialog.cpp:695 839 839 msgid "Open the benchmarks dialog" 840 840 msgstr "Ãffnet das Fenster mit Projekte-Benchmarks." 841 841 842 #: src/mainDialog.cpp:69 4842 #: src/mainDialog.cpp:696 843 843 msgid "&Download New Projects" 844 844 msgstr "Aktuelle Projekte&daten herunterladen" 845 845 846 #: src/mainDialog.cpp:69 4846 #: src/mainDialog.cpp:696 847 847 msgid "Update the local project database" 848 848 msgstr "Aktualisiert die lokal abgelegten Projektedaten." 849 849 850 #: src/mainDialog.cpp:70 0850 #: src/mainDialog.cpp:702 851 851 msgid "&Tools" 852 852 msgstr "E&xtras" 853 853 854 #: src/mainDialog.cpp:70 5854 #: src/mainDialog.cpp:707 855 855 msgid "&My Stats\tF2" 856 856 msgstr "&Meine Statistik\tF2" 857 857 858 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709858 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 859 859 msgid "View the personal statistics for the selected client" 860 860 msgstr "Ãffnet die Seite mit der Statistik zum ausgewÀhlten Client." 861 861 862 #: src/mainDialog.cpp:70 6862 #: src/mainDialog.cpp:708 863 863 msgid "&Jmol\tF3" 864 864 msgstr "&Jmol\tF3" 865 865 866 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710866 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 867 867 msgid "View the current project on the Jmol website" 868 868 msgstr "Ãffnet die Jmol-Website mit dem aktuellen Projekt." 869 869 870 #: src/mainDialog.cpp:70 7870 #: src/mainDialog.cpp:709 871 871 msgid "fah&info\tF4" 872 872 msgstr "fah&info\tF4" 873 873 874 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711874 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 875 875 msgid "View the current project on fahinfo.org" 876 876 msgstr "Ãffnet fahinfo.org mit dem aktuellen Projekt." 877 877 878 #: src/mainDialog.cpp:7 09878 #: src/mainDialog.cpp:711 879 879 msgid "&My Stats\tCtrl+Shift+M" 880 880 msgstr "&Meine Statistik\tStrg+Umschalt+M" 881 881 882 #: src/mainDialog.cpp:71 0882 #: src/mainDialog.cpp:712 883 883 msgid "&Jmol\tCtrl+J" 884 884 msgstr "&Jmol\tStrg+J" 885 885 886 #: src/mainDialog.cpp:71 1886 #: src/mainDialog.cpp:713 887 887 msgid "fah&info\tCtrl+I" 888 888 msgstr "fah&info\tStrg+I" 889 889 890 #: src/mainDialog.cpp:71 4890 #: src/mainDialog.cpp:716 891 891 msgid "F@H &Website" 892 892 msgstr "F@H-&Website" 893 893 894 #: src/mainDialog.cpp:71 4894 #: src/mainDialog.cpp:716 895 895 msgid "Open to the official Stanford website" 896 896 msgstr "Ãffnet die offzielle F@H-Website der Stanford-UniversitÀt." 897 897 898 #: src/mainDialog.cpp:71 5898 #: src/mainDialog.cpp:717 899 899 msgid "Folding &Forum" 900 900 msgstr "Folding &Forum" 901 901 902 #: src/mainDialog.cpp:71 5902 #: src/mainDialog.cpp:717 903 903 msgid "Open the Folding@Home support forum" 904 904 msgstr "Ãffnet das Support-Forum von Folding@Home." 905 905 906 #: src/mainDialog.cpp:71 6906 #: src/mainDialog.cpp:718 907 907 msgid "&Projects Summary" 908 908 msgstr "&ProjekteÃŒbersicht" 909 909 910 #: src/mainDialog.cpp:71 6910 #: src/mainDialog.cpp:718 911 911 msgid "Open the list of the current projects" 912 912 msgstr "Ãffnet die Ãbersichtsseite der aktuellen Projekte." 913 913 914 #: src/mainDialog.cpp:71 7914 #: src/mainDialog.cpp:719 915 915 msgid "&Servers Status" 916 916 msgstr "&Serverstatus" 917 917 918 #: src/mainDialog.cpp:71 7918 #: src/mainDialog.cpp:719 919 919 msgid "Open the list of the servers with their status" 920 920 msgstr "Ãffnet die Liste der Server und deren Status." 921 921 922 #: src/mainDialog.cpp:7 18922 #: src/mainDialog.cpp:720 923 923 msgid "&Web" 924 924 msgstr "&Web" 925 925 926 #: src/mainDialog.cpp:72 3926 #: src/mainDialog.cpp:725 927 927 msgid "&Help Contents\tF1" 928 928 msgstr "&Inhalt (Web)\tF1" 929 929 930 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725930 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 931 931 msgid "See help contents" 932 932 msgstr "Zeigt die InhaltsÃŒbersicht der Hilfe (Web)." 933 933 934 #: src/mainDialog.cpp:72 5934 #: src/mainDialog.cpp:727 935 935 msgid "&Help Contents\tCtrl+?" 936 936 msgstr "&Inhalt (Web)\tStrg+?" 937 937 938 #: src/mainDialog.cpp:72 7938 #: src/mainDialog.cpp:729 939 939 msgid "FahMon &IRC Channel" 940 940 msgstr "IRC-&Channel" 941 941 942 #: src/mainDialog.cpp:72 7942 #: src/mainDialog.cpp:729 943 943 msgid "Join the FahMon IRC channel for online help" 944 944 msgstr "Am IRC-Channel fÃŒr FahMon teilnehmen, um Hilfe zu erhalten." 945 945 946 #: src/mainDialog.cpp:7 28946 #: src/mainDialog.cpp:730 947 947 msgid "&About" 948 948 msgstr "Info &ÃŒber FahMon" 949 949 950 #: src/mainDialog.cpp:7 28950 #: src/mainDialog.cpp:730 951 951 #, c-format 952 952 msgid "About %s" 953 953 msgstr "Zeigt allgemeine Programminformation ÃŒber %s an." 954 954 955 #: src/mainDialog.cpp:73 5955 #: src/mainDialog.cpp:737 956 956 msgid "&Help" 957 957 msgstr "&Hilfe" 958 958 959 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569959 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 960 960 msgid "Work Unit Information" 961 961 msgstr "Work Unit" 962 962 963 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570963 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 964 964 msgid "Core:" 965 965 msgstr "Core:" 966 966 967 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571967 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 968 968 msgid "Project:" 969 969 msgstr "Projekt:" 970 970 971 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572971 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 972 972 msgid "Credit:" 973 973 msgstr "Gutschrift:" 974 974 975 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573975 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 976 976 msgid "Username:" 977 977 msgstr "Benutzername:" 978 978 979 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581979 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 980 980 msgid "Downloaded:" 981 981 msgstr "Heruntergeladen:" 982 982 983 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574983 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 984 984 msgid "Preferred Deadline:" 985 985 msgstr "Bevorzugte FÀlligkeit:" 986 986 987 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575987 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 988 988 msgid "Final Deadline:" 989 989 msgstr "EndgÃŒltige FÀlligkeit:" 990 990 991 #: src/mainDialog.cpp:84 2991 #: src/mainDialog.cpp:844 992 992 msgid "Log file." 993 993 msgstr "Log-Datei." 994 994 995 #: src/mainDialog.cpp:108 4995 #: src/mainDialog.cpp:1086 996 996 msgid "You must first select a client!" 997 997 msgstr "WÀhle bitte zuerst einen Client aus." 998 998 999 #: src/mainDialog.cpp:144 5999 #: src/mainDialog.cpp:1447 1000 1000 msgid "Checking for FahMon updates" 1001 1001 msgstr "Suche nach Programmupdate" 1002 1002 1003 #: src/mainDialog.cpp:145 61003 #: src/mainDialog.cpp:1458 1004 1004 #, c-format 1005 1005 msgid "Your version: %s; New version: %s" 1006 1006 msgstr "Deine Version: %s - VerfÃŒgbare Version: %s" 1007 1007 1008 #: src/mainDialog.cpp:147 01008 #: src/mainDialog.cpp:1472 1009 1009 msgid "Update available" 1010 1010 msgstr "Programmupdate verfÃŒgbar." 1011 1011 1012 #: src/mainDialog.cpp:147 11012 #: src/mainDialog.cpp:1473 1013 1013 msgid "" 1014 1014 "A newer version of FahMon is available\n" … … 1018 1018 "Soll die FahMon-Website geöffnet werden?" 1019 1019 1020 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801020 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1021 1021 msgid "No update found" 1022 1022 msgstr "Es ist kein Programmupdate vorhanden." 1023 1023 1024 #: src/mainDialog.cpp:162 41024 #: src/mainDialog.cpp:1626 1025 1025 msgid "ctrl" 1026 1026 msgstr "strg" 1027 1027 1028 #: src/mainDialog.cpp:162 51028 #: src/mainDialog.cpp:1627 1029 1029 msgid "shift" 1030 1030 msgstr "umschalt" 1031 1031 1032 #: src/mainDialog.cpp:162 61032 #: src/mainDialog.cpp:1628 1033 1033 msgid "alt" 1034 1034 msgstr "alt" trunk/po/en_GB.po
r509 r525 8 8 "Project-Id-Version: en_GB\n" 9 9 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 10 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"10 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 11 11 "PO-Revision-Date: 2009-03-23 01:11+0000\n" 12 12 "Last-Translator: Andrew Schofield <andrew_s@fahmon.net>\n" … … 163 163 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 164 164 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 165 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534166 #: src/mainDialog.cpp:53 5165 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 166 #: src/mainDialog.cpp:537 167 167 msgid "Unknown" 168 168 msgstr "Unknown" … … 177 177 178 178 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 179 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506180 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509181 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133179 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 180 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 181 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 182 182 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 183 183 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 554 554 msgstr "Loading..." 555 555 556 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180556 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 557 557 #, c-format 558 558 msgid "%u points" … … 560 560 561 561 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 562 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599562 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 563 563 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 564 564 #, c-format … … 566 566 msgstr "%s ago" 567 567 568 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603568 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 569 569 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 570 570 #, c-format … … 590 590 591 591 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 592 #: src/mainDialog.cpp:66 0592 #: src/mainDialog.cpp:662 593 593 msgid "Add a new client" 594 594 msgstr "Add a new client" … … 618 618 msgstr "Enable this client" 619 619 620 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3620 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 621 621 msgid "Do you really want to delete this client?" 622 622 msgstr "Do you really want to delete this client?" … … 642 642 msgstr "Old settings imported into %s" 643 643 644 #: src/mainDialog.cpp:18 3644 #: src/mainDialog.cpp:184 645 645 #, c-format 646 646 msgid "%s is licenced under the GNU GPL v2" 647 647 msgstr "%s is licenced under the GNU GPL v2" 648 648 649 #: src/mainDialog.cpp:18 4649 #: src/mainDialog.cpp:185 650 650 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 651 651 msgstr "Copyright (C) 2003-2007 François Ingelrest" 652 652 653 #: src/mainDialog.cpp:18 5653 #: src/mainDialog.cpp:186 654 654 msgid "Copyright (C) 2007-2009 Andrew Schofield" 655 655 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 656 656 657 #: src/mainDialog.cpp:18 7657 #: src/mainDialog.cpp:188 658 658 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 659 659 msgstr "FahMon contains code from qd, also licenced under the GNU GPL v2" 660 660 661 #: src/mainDialog.cpp:18 8661 #: src/mainDialog.cpp:189 662 662 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 663 663 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 664 664 665 #: src/mainDialog.cpp:1 89665 #: src/mainDialog.cpp:190 666 666 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 667 667 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 668 668 669 #: src/mainDialog.cpp:44 4669 #: src/mainDialog.cpp:446 670 670 msgid "" 671 671 "Something is wrong with this client.\n" … … 675 675 "Please check the messages (Tools->Show/Hide Messages Window)." 676 676 677 #: src/mainDialog.cpp:44 6677 #: src/mainDialog.cpp:448 678 678 msgid "This client is currently disabled." 679 679 msgstr "This client is currently disabled." 680 680 681 #: src/mainDialog.cpp:53 7681 #: src/mainDialog.cpp:539 682 682 #, c-format 683 683 msgid "Project %u is unknown, you should try to update the projects database" 684 684 msgstr "Project %u is unknown, you should try to update the projects database" 685 685 686 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228686 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 687 687 #, c-format 688 688 msgid "%.2f PPD" 689 689 msgstr "%.2f PPD" 690 690 691 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698691 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 692 692 msgid "&Check for update" 693 693 msgstr "&Check for update" 694 694 695 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698695 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 696 696 msgid "Check online for the latest version of FahMon" 697 697 msgstr "Check online for the latest version of FahMon" 698 698 699 #: src/mainDialog.cpp:65 1699 #: src/mainDialog.cpp:653 700 700 msgid "&Preferences...\tCTRL+P" 701 701 msgstr "&Preferences...\tCTRL+P" 702 702 703 #: src/mainDialog.cpp:65 1703 #: src/mainDialog.cpp:653 704 704 msgid "Open the preferences dialog" 705 705 msgstr "Open the preferences dialog" 706 706 707 #: src/mainDialog.cpp:65 3707 #: src/mainDialog.cpp:655 708 708 msgid "&Quit\tCtrl+Q" 709 709 msgstr "&Quit\tCtrl+Q" 710 710 711 #: src/mainDialog.cpp:65 3711 #: src/mainDialog.cpp:655 712 712 #, c-format 713 713 msgid "Quit %s" 714 714 msgstr "Quit %s" 715 715 716 #: src/mainDialog.cpp:66 0716 #: src/mainDialog.cpp:662 717 717 msgid "Add a new client to be monitored" 718 718 msgstr "Add a new client to be monitored" 719 719 720 #: src/mainDialog.cpp:66 2720 #: src/mainDialog.cpp:664 721 721 msgid "Edit client" 722 722 msgstr "Edit client" 723 723 724 #: src/mainDialog.cpp:66 2724 #: src/mainDialog.cpp:664 725 725 msgid "Edit the selected client settings" 726 726 msgstr "Edit the selected client settings" 727 727 728 #: src/mainDialog.cpp:66 3728 #: src/mainDialog.cpp:665 729 729 msgid "Delete client" 730 730 msgstr "Delete client" 731 731 732 #: src/mainDialog.cpp:66 3732 #: src/mainDialog.cpp:665 733 733 msgid "Delete the selected client" 734 734 msgstr "Delete the selected client" 735 735 736 #: src/mainDialog.cpp:66 4736 #: src/mainDialog.cpp:666 737 737 msgid "View client files" 738 738 msgstr "View client Files" 739 739 740 #: src/mainDialog.cpp:66 4740 #: src/mainDialog.cpp:666 741 741 msgid "Open file browser in client folder" 742 742 msgstr "Open file browser in client folder" 743 743 744 #: src/mainDialog.cpp:66 7744 #: src/mainDialog.cpp:669 745 745 msgid "Reload &Selection\tF5" 746 746 msgstr "Reload &Selection\tF5" 747 747 748 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670748 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 749 749 msgid "Reload the selected client" 750 750 msgstr "Reload the selected client" 751 751 752 #: src/mainDialog.cpp:6 68752 #: src/mainDialog.cpp:670 753 753 msgid "Reload &All\tF6" 754 754 msgstr "Reload &All\tF6" 755 755 756 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671756 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 757 757 msgid "Reload all the clients" 758 758 msgstr "Reload all the clients" 759 759 760 #: src/mainDialog.cpp:67 0760 #: src/mainDialog.cpp:672 761 761 msgid "Reload &Selection\tCtrl+R" 762 762 msgstr "Reload &Selection\tCtrl+R" 763 763 764 #: src/mainDialog.cpp:67 1764 #: src/mainDialog.cpp:673 765 765 msgid "Reload &All\tCtrl+Shift+R" 766 766 msgstr "Reload &All\tCtrl+Shift+R" 767 767 768 #: src/mainDialog.cpp:67 3768 #: src/mainDialog.cpp:675 769 769 msgid "&Clients" 770 770 msgstr "&Clients" 771 771 772 #: src/mainDialog.cpp:6 78772 #: src/mainDialog.cpp:680 773 773 msgid "&Show/Hide FAHLog\tF8" 774 774 msgstr "&Show/Hide FAHLog\tF8" 775 775 776 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682776 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 777 777 msgid "Toggle the log file" 778 778 msgstr "Toggle the log file" 779 779 780 #: src/mainDialog.cpp:68 0780 #: src/mainDialog.cpp:682 781 781 msgid "&Cycle ETA Style\tF9" 782 782 msgstr "&Cycle ETA Style\tF9" 783 783 784 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684784 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 785 785 msgid "Cycle through the different ETA display styles" 786 786 msgstr "Cycle through the different ETA display styles" 787 787 788 #: src/mainDialog.cpp:68 2788 #: src/mainDialog.cpp:684 789 789 msgid "&Show/Hide FAHLog\tCtrl+L" 790 790 msgstr "&Show/Hide FAHLog\tCtrl+L" 791 791 792 #: src/mainDialog.cpp:68 4792 #: src/mainDialog.cpp:686 793 793 msgid "&Cycle ETA Style\tCtrl+E" 794 794 msgstr "&Cycle ETA Style\tCtrl+E" 795 795 796 #: src/mainDialog.cpp:68 7796 #: src/mainDialog.cpp:689 797 797 msgid "Show/Hide &WU Info panel" 798 798 msgstr "Show/Hide &WU Info panel" 799 799 800 #: src/mainDialog.cpp:68 7800 #: src/mainDialog.cpp:689 801 801 msgid "Toggle the display of the Work Unit Information panel" 802 802 msgstr "Toggle the display of the Work Unit Information panel" 803 803 804 #: src/mainDialog.cpp:6 88804 #: src/mainDialog.cpp:690 805 805 msgid "&View" 806 806 msgstr "&View" 807 807 808 #: src/mainDialog.cpp:69 2808 #: src/mainDialog.cpp:694 809 809 msgid "&Show/Hide Messages Window" 810 810 msgstr "&Show/Hide Messages Window" 811 811 812 #: src/mainDialog.cpp:69 2812 #: src/mainDialog.cpp:694 813 813 msgid "Toggle the messages window" 814 814 msgstr "Toggle the messages window" 815 815 816 #: src/mainDialog.cpp:69 3816 #: src/mainDialog.cpp:695 817 817 msgid "&Benchmarks...\tCTRL+B" 818 818 msgstr "&Benchmarks...\tCTRL+B" 819 819 820 #: src/mainDialog.cpp:69 3820 #: src/mainDialog.cpp:695 821 821 msgid "Open the benchmarks dialog" 822 822 msgstr "Open the benchmarks dialog" 823 823 824 #: src/mainDialog.cpp:69 4824 #: src/mainDialog.cpp:696 825 825 msgid "&Download New Projects" 826 826 msgstr "&Download New Projects" 827 827 828 #: src/mainDialog.cpp:69 4828 #: src/mainDialog.cpp:696 829 829 msgid "Update the local project database" 830 830 msgstr "Update the local project database" 831 831 832 #: src/mainDialog.cpp:70 0832 #: src/mainDialog.cpp:702 833 833 msgid "&Tools" 834 834 msgstr "&Tools" 835 835 836 #: src/mainDialog.cpp:70 5836 #: src/mainDialog.cpp:707 837 837 msgid "&My Stats\tF2" 838 838 msgstr "&My Stats\tF2" 839 839 840 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709840 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 841 841 msgid "View the personal statistics for the selected client" 842 842 msgstr "View the personal statistics for the selected client" 843 843 844 #: src/mainDialog.cpp:70 6844 #: src/mainDialog.cpp:708 845 845 msgid "&Jmol\tF3" 846 846 msgstr "&Jmol\tF3" 847 847 848 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710848 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 849 849 msgid "View the current project on the Jmol website" 850 850 msgstr "View the current project on the Jmol website" 851 851 852 #: src/mainDialog.cpp:70 7852 #: src/mainDialog.cpp:709 853 853 msgid "fah&info\tF4" 854 854 msgstr "fah&info\tF4" 855 855 856 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711856 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 857 857 msgid "View the current project on fahinfo.org" 858 858 msgstr "View the current project on fahinfo.org" 859 859 860 #: src/mainDialog.cpp:7 09860 #: src/mainDialog.cpp:711 861 861 msgid "&My Stats\tCtrl+Shift+M" 862 862 msgstr "&My Stats\tCtrl+Shirt+M" 863 863 864 #: src/mainDialog.cpp:71 0864 #: src/mainDialog.cpp:712 865 865 msgid "&Jmol\tCtrl+J" 866 866 msgstr "&Jmol\tCtrl+J" 867 867 868 #: src/mainDialog.cpp:71 1868 #: src/mainDialog.cpp:713 869 869 msgid "fah&info\tCtrl+I" 870 870 msgstr "fah&info\tCtrl+I" 871 871 872 #: src/mainDialog.cpp:71 4872 #: src/mainDialog.cpp:716 873 873 msgid "F@H &Website" 874 874 msgstr "F@H &Website" 875 875 876 #: src/mainDialog.cpp:71 4876 #: src/mainDialog.cpp:716 877 877 msgid "Open to the official Stanford website" 878 878 msgstr "Open to the official Stanford website" 879 879 880 #: src/mainDialog.cpp:71 5880 #: src/mainDialog.cpp:717 881 881 msgid "Folding &Forum" 882 882 msgstr "Folding &Forum" 883 883 884 #: src/mainDialog.cpp:71 5884 #: src/mainDialog.cpp:717 885 885 msgid "Open the Folding@Home support forum" 886 886 msgstr "Open the Folding@Home support forum" 887 887 888 #: src/mainDialog.cpp:71 6888 #: src/mainDialog.cpp:718 889 889 msgid "&Projects Summary" 890 890 msgstr "&Projects Summary" 891 891 892 #: src/mainDialog.cpp:71 6892 #: src/mainDialog.cpp:718 893 893 msgid "Open the list of the current projects" 894 894 msgstr "Open the list of the current projects" 895 895 896 #: src/mainDialog.cpp:71 7896 #: src/mainDialog.cpp:719 897 897 msgid "&Servers Status" 898 898 msgstr "&Servers Status" 899 899 900 #: src/mainDialog.cpp:71 7900 #: src/mainDialog.cpp:719 901 901 msgid "Open the list of the servers with their status" 902 902 msgstr "Open the list of the servers with their status" 903 903 904 #: src/mainDialog.cpp:7 18904 #: src/mainDialog.cpp:720 905 905 msgid "&Web" 906 906 msgstr "&Web" 907 907 908 #: src/mainDialog.cpp:72 3908 #: src/mainDialog.cpp:725 909 909 msgid "&Help Contents\tF1" 910 910 msgstr "&Help Contents\tF1" 911 911 912 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725912 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 913 913 msgid "See help contents" 914 914 msgstr "See help contents" 915 915 916 #: src/mainDialog.cpp:72 5916 #: src/mainDialog.cpp:727 917 917 msgid "&Help Contents\tCtrl+?" 918 918 msgstr "&Help Contents\tCtrl+?" 919 919 920 #: src/mainDialog.cpp:72 7920 #: src/mainDialog.cpp:729 921 921 msgid "FahMon &IRC Channel" 922 922 msgstr "FahMon &IRC Channel" 923 923 924 #: src/mainDialog.cpp:72 7924 #: src/mainDialog.cpp:729 925 925 msgid "Join the FahMon IRC channel for online help" 926 926 msgstr "Join the FahMon IRC channel for online help" 927 927 928 #: src/mainDialog.cpp:7 28928 #: src/mainDialog.cpp:730 929 929 msgid "&About" 930 930 msgstr "&About" 931 931 932 #: src/mainDialog.cpp:7 28932 #: src/mainDialog.cpp:730 933 933 #, c-format 934 934 msgid "About %s" 935 935 msgstr "About %s" 936 936 937 #: src/mainDialog.cpp:73 5937 #: src/mainDialog.cpp:737 938 938 msgid "&Help" 939 939 msgstr "&Help" 940 940 941 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569941 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 942 942 msgid "Work Unit Information" 943 943 msgstr "Work Unit Information" 944 944 945 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570945 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 946 946 msgid "Core:" 947 947 msgstr "Core:" 948 948 949 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571949 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 950 950 msgid "Project:" 951 951 msgstr "Project:" 952 952 953 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572953 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 954 954 msgid "Credit:" 955 955 msgstr "Credit:" 956 956 957 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573957 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 958 958 msgid "Username:" 959 959 msgstr "Username:" 960 960 961 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581961 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 962 962 msgid "Downloaded:" 963 963 msgstr "Downloaded:" 964 964 965 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574965 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 966 966 msgid "Preferred Deadline:" 967 967 msgstr "Preferred Deadline:" 968 968 969 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575969 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 970 970 msgid "Final Deadline:" 971 971 msgstr "Final Deadline:" 972 972 973 #: src/mainDialog.cpp:84 2973 #: src/mainDialog.cpp:844 974 974 msgid "Log file." 975 975 msgstr "Log file." 976 976 977 #: src/mainDialog.cpp:108 4977 #: src/mainDialog.cpp:1086 978 978 msgid "You must first select a client!" 979 979 msgstr "You must first select a client!" 980 980 981 #: src/mainDialog.cpp:144 5981 #: src/mainDialog.cpp:1447 982 982 msgid "Checking for FahMon updates" 983 983 msgstr "Checking for FahMon updates" 984 984 985 #: src/mainDialog.cpp:145 6985 #: src/mainDialog.cpp:1458 986 986 #, c-format 987 987 msgid "Your version: %s; New version: %s" 988 988 msgstr "Your version: %s; New version: %s" 989 989 990 #: src/mainDialog.cpp:147 0990 #: src/mainDialog.cpp:1472 991 991 msgid "Update available" 992 992 msgstr "Update available" 993 993 994 #: src/mainDialog.cpp:147 1994 #: src/mainDialog.cpp:1473 995 995 msgid "" 996 996 "A newer version of FahMon is available\n" … … 1000 1000 "Do you want to go to the FahMon website?" 1001 1001 1002 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801002 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1003 1003 msgid "No update found" 1004 1004 msgstr "No update found" 1005 1005 1006 #: src/mainDialog.cpp:162 41006 #: src/mainDialog.cpp:1626 1007 1007 msgid "ctrl" 1008 1008 msgstr "ctrl" 1009 1009 1010 #: src/mainDialog.cpp:162 51010 #: src/mainDialog.cpp:1627 1011 1011 msgid "shift" 1012 1012 msgstr "shift" 1013 1013 1014 #: src/mainDialog.cpp:162 61014 #: src/mainDialog.cpp:1628 1015 1015 msgid "alt" 1016 1016 msgstr "alt" trunk/po/es_ES.po
r509 r525 8 8 "Project-Id-Version: es_ES\n" 9 9 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 10 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"10 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 11 11 "PO-Revision-Date: 2008-10-30 00:13+0000\n" 12 12 "Last-Translator: Antonio Lucendo <alt_alm@hotmail.com>\n" … … 166 166 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 167 167 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 168 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534169 #: src/mainDialog.cpp:53 5168 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 169 #: src/mainDialog.cpp:537 170 170 msgid "Unknown" 171 171 msgstr "Desconocido" … … 180 180 181 181 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 182 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506183 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509184 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133182 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 183 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 184 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 185 185 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 186 186 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 566 566 msgstr "Cargando..." 567 567 568 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180568 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 569 569 #, c-format 570 570 msgid "%u points" … … 572 572 573 573 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 574 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599574 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 575 575 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 576 576 #, c-format … … 578 578 msgstr "Hace %s" 579 579 580 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603580 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 581 581 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 582 582 #, c-format … … 602 602 603 603 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 604 #: src/mainDialog.cpp:66 0604 #: src/mainDialog.cpp:662 605 605 msgid "Add a new client" 606 606 msgstr "Añadir un nuevo cliente" … … 630 630 msgstr "Habilitar este cliente" 631 631 632 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3632 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 633 633 msgid "Do you really want to delete this client?" 634 634 msgstr "¿Confirma que quiere eliminar este cliente?" … … 654 654 msgstr "" 655 655 656 #: src/mainDialog.cpp:18 3656 #: src/mainDialog.cpp:184 657 657 #, c-format 658 658 msgid "%s is licenced under the GNU GPL v2" 659 659 msgstr "%s está bajo la licencia GNU GPL v2" 660 660 661 #: src/mainDialog.cpp:18 4661 #: src/mainDialog.cpp:185 662 662 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 663 663 msgstr "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 664 664 665 #: src/mainDialog.cpp:18 5665 #: src/mainDialog.cpp:186 666 666 msgid "Copyright (C) 2007-2009 Andrew Schofield" 667 667 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 668 668 669 #: src/mainDialog.cpp:18 7669 #: src/mainDialog.cpp:188 670 670 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 671 671 msgstr "FahMon contiene código de qd, también bajo licencia GNU GPL v2" 672 672 673 #: src/mainDialog.cpp:18 8673 #: src/mainDialog.cpp:189 674 674 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 675 675 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 676 676 677 #: src/mainDialog.cpp:1 89677 #: src/mainDialog.cpp:190 678 678 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 679 679 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 680 680 681 #: src/mainDialog.cpp:44 4681 #: src/mainDialog.cpp:446 682 682 msgid "" 683 683 "Something is wrong with this client.\n" … … 688 688 "de Mensajes)" 689 689 690 #: src/mainDialog.cpp:44 6690 #: src/mainDialog.cpp:448 691 691 msgid "This client is currently disabled." 692 692 msgstr "Este cliente está actualmente inhabilitado" 693 693 694 #: src/mainDialog.cpp:53 7694 #: src/mainDialog.cpp:539 695 695 #, c-format 696 696 msgid "Project %u is unknown, you should try to update the projects database" … … 699 699 "proyectos" 700 700 701 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228701 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 702 702 #, c-format 703 703 msgid "%.2f PPD" 704 704 msgstr "" 705 705 706 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698706 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 707 707 msgid "&Check for update" 708 708 msgstr "&Busca actualizaciones" 709 709 710 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698710 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 711 711 msgid "Check online for the latest version of FahMon" 712 712 msgstr "Busca en lÃnea la última versión de FahMon" 713 713 714 #: src/mainDialog.cpp:65 1714 #: src/mainDialog.cpp:653 715 715 msgid "&Preferences...\tCTRL+P" 716 716 msgstr "&Preferencias...\tCTRL+P" 717 717 718 #: src/mainDialog.cpp:65 1718 #: src/mainDialog.cpp:653 719 719 msgid "Open the preferences dialog" 720 720 msgstr "Abre el cuadrode diálogo de preferencias" 721 721 722 #: src/mainDialog.cpp:65 3722 #: src/mainDialog.cpp:655 723 723 msgid "&Quit\tCtrl+Q" 724 724 msgstr "&Salir\tCtrl+Q" 725 725 726 #: src/mainDialog.cpp:65 3726 #: src/mainDialog.cpp:655 727 727 #, c-format 728 728 msgid "Quit %s" 729 729 msgstr "Salir %s" 730 730 731 #: src/mainDialog.cpp:66 0731 #: src/mainDialog.cpp:662 732 732 msgid "Add a new client to be monitored" 733 733 msgstr "Añadir un cliente nuevo para monitorizar" 734 734 735 #: src/mainDialog.cpp:66 2735 #: src/mainDialog.cpp:664 736 736 msgid "Edit client" 737 737 msgstr "Editar cliente" 738 738 739 #: src/mainDialog.cpp:66 2739 #: src/mainDialog.cpp:664 740 740 msgid "Edit the selected client settings" 741 741 msgstr "Editar la configuración del cliente seleccionado" 742 742 743 #: src/mainDialog.cpp:66 3743 #: src/mainDialog.cpp:665 744 744 msgid "Delete client" 745 745 msgstr "Eliminar cliente" 746 746 747 #: src/mainDialog.cpp:66 3747 #: src/mainDialog.cpp:665 748 748 msgid "Delete the selected client" 749 749 msgstr "Eliminar el cliente seleccionado" 750 750 751 #: src/mainDialog.cpp:66 4751 #: src/mainDialog.cpp:666 752 752 msgid "View client files" 753 753 msgstr "Ver los archivos del cliente" 754 754 755 #: src/mainDialog.cpp:66 4755 #: src/mainDialog.cpp:666 756 756 msgid "Open file browser in client folder" 757 757 msgstr "Abrir el directorio del cliente en el administrador de archvios" 758 758 759 #: src/mainDialog.cpp:66 7759 #: src/mainDialog.cpp:669 760 760 msgid "Reload &Selection\tF5" 761 761 msgstr "Actualizar &Selección\tF5" 762 762 763 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670763 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 764 764 msgid "Reload the selected client" 765 765 msgstr "Actualiza el cliente seleccionado" 766 766 767 #: src/mainDialog.cpp:6 68767 #: src/mainDialog.cpp:670 768 768 msgid "Reload &All\tF6" 769 769 msgstr "Actualizar &Todo\tF6" 770 770 771 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671771 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 772 772 msgid "Reload all the clients" 773 773 msgstr "Actualiza todos los clientes" 774 774 775 #: src/mainDialog.cpp:67 0775 #: src/mainDialog.cpp:672 776 776 msgid "Reload &Selection\tCtrl+R" 777 777 msgstr "Actualizar &Selección\tCtrl+R" 778 778 779 #: src/mainDialog.cpp:67 1779 #: src/mainDialog.cpp:673 780 780 msgid "Reload &All\tCtrl+Shift+R" 781 781 msgstr "Actualizar &Todo\tCtrl+Shift+R" 782 782 783 #: src/mainDialog.cpp:67 3783 #: src/mainDialog.cpp:675 784 784 msgid "&Clients" 785 785 msgstr "&Clientes" 786 786 787 #: src/mainDialog.cpp:6 78787 #: src/mainDialog.cpp:680 788 788 msgid "&Show/Hide FAHLog\tF8" 789 789 msgstr "&Muestra/Oculta el registro FAH\tF8" 790 790 791 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682791 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 792 792 msgid "Toggle the log file" 793 793 msgstr "Conmuta la ventana del archivo de registro" 794 794 795 #: src/mainDialog.cpp:68 0795 #: src/mainDialog.cpp:682 796 796 msgid "&Cycle ETA Style\tF9" 797 797 msgstr "&Rota estilo ETA \tF9" 798 798 799 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684799 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 800 800 msgid "Cycle through the different ETA display styles" 801 801 msgstr "Rota los diferentes modos de mostrar ETA" 802 802 803 #: src/mainDialog.cpp:68 2803 #: src/mainDialog.cpp:684 804 804 msgid "&Show/Hide FAHLog\tCtrl+L" 805 805 msgstr "&Muestra/Oculta el registro FAH\tCtrl+L" 806 806 807 #: src/mainDialog.cpp:68 4807 #: src/mainDialog.cpp:686 808 808 msgid "&Cycle ETA Style\tCtrl+E" 809 809 msgstr "&Rota estilo ETA \tCtrl+E" 810 810 811 #: src/mainDialog.cpp:68 7811 #: src/mainDialog.cpp:689 812 812 msgid "Show/Hide &WU Info panel" 813 813 msgstr "Mostrar/Oculatr el panel de información de la WU" 814 814 815 #: src/mainDialog.cpp:68 7815 #: src/mainDialog.cpp:689 816 816 msgid "Toggle the display of the Work Unit Information panel" 817 817 msgstr "Conmuta la visualización del panel de información de la WU" 818 818 819 #: src/mainDialog.cpp:6 88819 #: src/mainDialog.cpp:690 820 820 msgid "&View" 821 821 msgstr "&Ver" 822 822 823 #: src/mainDialog.cpp:69 2823 #: src/mainDialog.cpp:694 824 824 msgid "&Show/Hide Messages Window" 825 825 msgstr "&Mostrar/Ocultar la Ventana de Mensajes" 826 826 827 #: src/mainDialog.cpp:69 2827 #: src/mainDialog.cpp:694 828 828 msgid "Toggle the messages window" 829 829 msgstr "Conmuta la ventana de mensajes" 830 830 831 #: src/mainDialog.cpp:69 3831 #: src/mainDialog.cpp:695 832 832 msgid "&Benchmarks...\tCTRL+B" 833 833 msgstr "&Comparativas...\tCTRL+B" 834 834 835 #: src/mainDialog.cpp:69 3835 #: src/mainDialog.cpp:695 836 836 msgid "Open the benchmarks dialog" 837 837 msgstr "Abre el cuadro de diálogo de comparativas" 838 838 839 #: src/mainDialog.cpp:69 4839 #: src/mainDialog.cpp:696 840 840 msgid "&Download New Projects" 841 841 msgstr "&Descargar Proyectos nuevos" 842 842 843 #: src/mainDialog.cpp:69 4843 #: src/mainDialog.cpp:696 844 844 msgid "Update the local project database" 845 845 msgstr "Actualiza la base de datos local" 846 846 847 #: src/mainDialog.cpp:70 0847 #: src/mainDialog.cpp:702 848 848 msgid "&Tools" 849 849 msgstr "Herramien&tas" 850 850 851 #: src/mainDialog.cpp:70 5851 #: src/mainDialog.cpp:707 852 852 msgid "&My Stats\tF2" 853 853 msgstr "&Mis estadÃsticas\tF2" 854 854 855 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709855 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 856 856 msgid "View the personal statistics for the selected client" 857 857 msgstr "Mostrar las estadÃsticas personales para el cliente seleccionado" 858 858 859 #: src/mainDialog.cpp:70 6859 #: src/mainDialog.cpp:708 860 860 msgid "&Jmol\tF3" 861 861 msgstr "&Jmol\tF3" 862 862 863 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710863 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 864 864 msgid "View the current project on the Jmol website" 865 865 msgstr "Ver el proyecto actual en el sitio web de Jmol" 866 866 867 #: src/mainDialog.cpp:70 7867 #: src/mainDialog.cpp:709 868 868 msgid "fah&info\tF4" 869 869 msgstr "fah&info\tF4" 870 870 871 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711871 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 872 872 msgid "View the current project on fahinfo.org" 873 873 msgstr "Ver el proyecto actual en fahinfo.org" 874 874 875 #: src/mainDialog.cpp:7 09875 #: src/mainDialog.cpp:711 876 876 msgid "&My Stats\tCtrl+Shift+M" 877 877 msgstr "&Mis estadÃsticas\tCtrl+Shift+M" 878 878 879 #: src/mainDialog.cpp:71 0879 #: src/mainDialog.cpp:712 880 880 msgid "&Jmol\tCtrl+J" 881 881 msgstr "&Jmol\tCtrl+J" 882 882 883 #: src/mainDialog.cpp:71 1883 #: src/mainDialog.cpp:713 884 884 msgid "fah&info\tCtrl+I" 885 885 msgstr "fah&info\tCtrl+I" 886 886 887 #: src/mainDialog.cpp:71 4887 #: src/mainDialog.cpp:716 888 888 msgid "F@H &Website" 889 889 msgstr "Sitio web de F@H" 890 890 891 #: src/mainDialog.cpp:71 4891 #: src/mainDialog.cpp:716 892 892 msgid "Open to the official Stanford website" 893 893 msgstr "Ir al sitio web oficial de Stanford" 894 894 895 #: src/mainDialog.cpp:71 5895 #: src/mainDialog.cpp:717 896 896 msgid "Folding &Forum" 897 897 msgstr "Foro Folding" 898 898 899 #: src/mainDialog.cpp:71 5899 #: src/mainDialog.cpp:717 900 900 msgid "Open the Folding@Home support forum" 901 901 msgstr "Ir al foro de soporte de Folding@Home" 902 902 903 #: src/mainDialog.cpp:71 6903 #: src/mainDialog.cpp:718 904 904 msgid "&Projects Summary" 905 905 msgstr "&Resumen de los Proyectos" 906 906 907 #: src/mainDialog.cpp:71 6907 #: src/mainDialog.cpp:718 908 908 msgid "Open the list of the current projects" 909 909 msgstr "Abrir la lista de los proyectos vigentes" 910 910 911 #: src/mainDialog.cpp:71 7911 #: src/mainDialog.cpp:719 912 912 msgid "&Servers Status" 913 913 msgstr "&Estado de los Servidores" 914 914 915 #: src/mainDialog.cpp:71 7915 #: src/mainDialog.cpp:719 916 916 msgid "Open the list of the servers with their status" 917 917 msgstr "Abre la lista de los servidores que muestra su estado" 918 918 919 #: src/mainDialog.cpp:7 18919 #: src/mainDialog.cpp:720 920 920 msgid "&Web" 921 921 msgstr "&Web" 922 922 923 #: src/mainDialog.cpp:72 3923 #: src/mainDialog.cpp:725 924 924 msgid "&Help Contents\tF1" 925 925 msgstr "&Contenido de la ayuda\tF1" 926 926 927 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725927 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 928 928 msgid "See help contents" 929 929 msgstr "Ver el contenido de la ayuda" 930 930 931 #: src/mainDialog.cpp:72 5931 #: src/mainDialog.cpp:727 932 932 msgid "&Help Contents\tCtrl+?" 933 933 msgstr "&Contenido de la ayuda\tCtrl+?" 934 934 935 #: src/mainDialog.cpp:72 7935 #: src/mainDialog.cpp:729 936 936 msgid "FahMon &IRC Channel" 937 937 msgstr "" 938 938 939 #: src/mainDialog.cpp:72 7939 #: src/mainDialog.cpp:729 940 940 msgid "Join the FahMon IRC channel for online help" 941 941 msgstr "" 942 942 943 #: src/mainDialog.cpp:7 28943 #: src/mainDialog.cpp:730 944 944 msgid "&About" 945 945 msgstr "&Acerca de" 946 946 947 #: src/mainDialog.cpp:7 28947 #: src/mainDialog.cpp:730 948 948 #, c-format 949 949 msgid "About %s" 950 950 msgstr "Acerca de %s" 951 951 952 #: src/mainDialog.cpp:73 5952 #: src/mainDialog.cpp:737 953 953 msgid "&Help" 954 954 msgstr "&Ayuda" 955 955 956 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569956 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 957 957 msgid "Work Unit Information" 958 958 msgstr "Información de la unidad de trabajo" 959 959 960 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570960 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 961 961 msgid "Core:" 962 962 msgstr "Núcleo:" 963 963 964 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571964 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 965 965 msgid "Project:" 966 966 msgstr "Proyecto:" 967 967 968 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572968 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 969 969 msgid "Credit:" 970 970 msgstr "Valor:" 971 971 972 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573972 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 973 973 msgid "Username:" 974 974 msgstr "Nombre de Usuario:" 975 975 976 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581976 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 977 977 msgid "Downloaded:" 978 978 msgstr "Descargado:" 979 979 980 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574980 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 981 981 msgid "Preferred Deadline:" 982 982 msgstr "Fecha lÃmite preferida:" 983 983 984 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575984 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 985 985 msgid "Final Deadline:" 986 986 msgstr "Fecha lÃmite final:" 987 987 988 #: src/mainDialog.cpp:84 2988 #: src/mainDialog.cpp:844 989 989 msgid "Log file." 990 990 msgstr "Archivo de registro." 991 991 992 #: src/mainDialog.cpp:108 4992 #: src/mainDialog.cpp:1086 993 993 msgid "You must first select a client!" 994 994 msgstr "¡Tiene que seleccionar un cliente primero!" 995 995 996 #: src/mainDialog.cpp:144 5996 #: src/mainDialog.cpp:1447 997 997 msgid "Checking for FahMon updates" 998 998 msgstr "Comprobando si hay actualizaciones de FahMon" 999 999 1000 #: src/mainDialog.cpp:145 61000 #: src/mainDialog.cpp:1458 1001 1001 #, c-format 1002 1002 msgid "Your version: %s; New version: %s" 1003 1003 msgstr "Su versión: %s; Nueva versión: %s" 1004 1004 1005 #: src/mainDialog.cpp:147 01005 #: src/mainDialog.cpp:1472 1006 1006 msgid "Update available" 1007 1007 msgstr "Hay disponible una actualización" 1008 1008 1009 #: src/mainDialog.cpp:147 11009 #: src/mainDialog.cpp:1473 1010 1010 msgid "" 1011 1011 "A newer version of FahMon is available\n" … … 1015 1015 "¿Quiere ir al sitio web de FahMon?" 1016 1016 1017 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801017 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1018 1018 msgid "No update found" 1019 1019 msgstr "No se encontraron actualizaciones" 1020 1020 1021 #: src/mainDialog.cpp:162 41021 #: src/mainDialog.cpp:1626 1022 1022 msgid "ctrl" 1023 1023 msgstr "ctrl" 1024 1024 1025 #: src/mainDialog.cpp:162 51025 #: src/mainDialog.cpp:1627 1026 1026 msgid "shift" 1027 1027 msgstr "mayúscula" 1028 1028 1029 #: src/mainDialog.cpp:162 61029 #: src/mainDialog.cpp:1628 1030 1030 msgid "alt" 1031 1031 msgstr "alt" trunk/po/fahmon.pot
r509 r525 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 11 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"11 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 163 163 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 164 164 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 165 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534166 #: src/mainDialog.cpp:53 5165 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 166 #: src/mainDialog.cpp:537 167 167 msgid "Unknown" 168 168 msgstr "" … … 177 177 178 178 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 179 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506180 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509181 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133179 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 180 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 181 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 182 182 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 183 183 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 526 526 msgstr "" 527 527 528 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180528 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 529 529 #, c-format 530 530 msgid "%u points" … … 532 532 533 533 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 534 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599534 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 535 535 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 536 536 #, c-format … … 538 538 msgstr "" 539 539 540 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603540 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 541 541 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 542 542 #, c-format … … 562 562 563 563 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 564 #: src/mainDialog.cpp:66 0564 #: src/mainDialog.cpp:662 565 565 msgid "Add a new client" 566 566 msgstr "" … … 590 590 msgstr "" 591 591 592 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3592 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 593 593 msgid "Do you really want to delete this client?" 594 594 msgstr "" … … 611 611 msgstr "" 612 612 613 #: src/mainDialog.cpp:18 3613 #: src/mainDialog.cpp:184 614 614 #, c-format 615 615 msgid "%s is licenced under the GNU GPL v2" 616 616 msgstr "" 617 617 618 #: src/mainDialog.cpp:18 4618 #: src/mainDialog.cpp:185 619 619 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 620 620 msgstr "" 621 621 622 #: src/mainDialog.cpp:18 5622 #: src/mainDialog.cpp:186 623 623 msgid "Copyright (C) 2007-2009 Andrew Schofield" 624 624 msgstr "" 625 625 626 #: src/mainDialog.cpp:18 7626 #: src/mainDialog.cpp:188 627 627 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 628 628 msgstr "" 629 629 630 #: src/mainDialog.cpp:18 8630 #: src/mainDialog.cpp:189 631 631 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 632 632 msgstr "" 633 633 634 #: src/mainDialog.cpp:1 89634 #: src/mainDialog.cpp:190 635 635 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 636 636 msgstr "" 637 637 638 #: src/mainDialog.cpp:44 4638 #: src/mainDialog.cpp:446 639 639 msgid "" 640 640 "Something is wrong with this client.\n" … … 642 642 msgstr "" 643 643 644 #: src/mainDialog.cpp:44 6644 #: src/mainDialog.cpp:448 645 645 msgid "This client is currently disabled." 646 646 msgstr "" 647 647 648 #: src/mainDialog.cpp:53 7648 #: src/mainDialog.cpp:539 649 649 #, c-format 650 650 msgid "Project %u is unknown, you should try to update the projects database" 651 651 msgstr "" 652 652 653 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228653 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 654 654 #, c-format 655 655 msgid "%.2f PPD" 656 656 msgstr "" 657 657 658 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698658 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 659 659 msgid "&Check for update" 660 660 msgstr "" 661 661 662 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698662 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 663 663 msgid "Check online for the latest version of FahMon" 664 664 msgstr "" 665 665 666 #: src/mainDialog.cpp:65 1666 #: src/mainDialog.cpp:653 667 667 msgid "&Preferences...\tCTRL+P" 668 668 msgstr "" 669 669 670 #: src/mainDialog.cpp:65 1670 #: src/mainDialog.cpp:653 671 671 msgid "Open the preferences dialog" 672 672 msgstr "" 673 673 674 #: src/mainDialog.cpp:65 3674 #: src/mainDialog.cpp:655 675 675 msgid "&Quit\tCtrl+Q" 676 676 msgstr "" 677 677 678 #: src/mainDialog.cpp:65 3678 #: src/mainDialog.cpp:655 679 679 #, c-format 680 680 msgid "Quit %s" 681 681 msgstr "" 682 682 683 #: src/mainDialog.cpp:66 0683 #: src/mainDialog.cpp:662 684 684 msgid "Add a new client to be monitored" 685 685 msgstr "" 686 686 687 #: src/mainDialog.cpp:66 2687 #: src/mainDialog.cpp:664 688 688 msgid "Edit client" 689 689 msgstr "" 690 690 691 #: src/mainDialog.cpp:66 2691 #: src/mainDialog.cpp:664 692 692 msgid "Edit the selected client settings" 693 693 msgstr "" 694 694 695 #: src/mainDialog.cpp:66 3695 #: src/mainDialog.cpp:665 696 696 msgid "Delete client" 697 697 msgstr "" 698 698 699 #: src/mainDialog.cpp:66 3699 #: src/mainDialog.cpp:665 700 700 msgid "Delete the selected client" 701 701 msgstr "" 702 702 703 #: src/mainDialog.cpp:66 4703 #: src/mainDialog.cpp:666 704 704 msgid "View client files" 705 705 msgstr "" 706 706 707 #: src/mainDialog.cpp:66 4707 #: src/mainDialog.cpp:666 708 708 msgid "Open file browser in client folder" 709 709 msgstr "" 710 710 711 #: src/mainDialog.cpp:66 7711 #: src/mainDialog.cpp:669 712 712 msgid "Reload &Selection\tF5" 713 713 msgstr "" 714 714 715 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670715 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 716 716 msgid "Reload the selected client" 717 717 msgstr "" 718 718 719 #: src/mainDialog.cpp:6 68719 #: src/mainDialog.cpp:670 720 720 msgid "Reload &All\tF6" 721 721 msgstr "" 722 722 723 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671723 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 724 724 msgid "Reload all the clients" 725 725 msgstr "" 726 726 727 #: src/mainDialog.cpp:67 0727 #: src/mainDialog.cpp:672 728 728 msgid "Reload &Selection\tCtrl+R" 729 729 msgstr "" 730 730 731 #: src/mainDialog.cpp:67 1731 #: src/mainDialog.cpp:673 732 732 msgid "Reload &All\tCtrl+Shift+R" 733 733 msgstr "" 734 734 735 #: src/mainDialog.cpp:67 3735 #: src/mainDialog.cpp:675 736 736 msgid "&Clients" 737 737 msgstr "" 738 738 739 #: src/mainDialog.cpp:6 78739 #: src/mainDialog.cpp:680 740 740 msgid "&Show/Hide FAHLog\tF8" 741 741 msgstr "" 742 742 743 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682743 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 744 744 msgid "Toggle the log file" 745 745 msgstr "" 746 746 747 #: src/mainDialog.cpp:68 0747 #: src/mainDialog.cpp:682 748 748 msgid "&Cycle ETA Style\tF9" 749 749 msgstr "" 750 750 751 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684751 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 752 752 msgid "Cycle through the different ETA display styles" 753 753 msgstr "" 754 754 755 #: src/mainDialog.cpp:68 2755 #: src/mainDialog.cpp:684 756 756 msgid "&Show/Hide FAHLog\tCtrl+L" 757 757 msgstr "" 758 758 759 #: src/mainDialog.cpp:68 4759 #: src/mainDialog.cpp:686 760 760 msgid "&Cycle ETA Style\tCtrl+E" 761 761 msgstr "" 762 762 763 #: src/mainDialog.cpp:68 7763 #: src/mainDialog.cpp:689 764 764 msgid "Show/Hide &WU Info panel" 765 765 msgstr "" 766 766 767 #: src/mainDialog.cpp:68 7767 #: src/mainDialog.cpp:689 768 768 msgid "Toggle the display of the Work Unit Information panel" 769 769 msgstr "" 770 770 771 #: src/mainDialog.cpp:6 88771 #: src/mainDialog.cpp:690 772 772 msgid "&View" 773 773 msgstr "" 774 774 775 #: src/mainDialog.cpp:69 2775 #: src/mainDialog.cpp:694 776 776 msgid "&Show/Hide Messages Window" 777 777 msgstr "" 778 778 779 #: src/mainDialog.cpp:69 2779 #: src/mainDialog.cpp:694 780 780 msgid "Toggle the messages window" 781 781 msgstr "" 782 782 783 #: src/mainDialog.cpp:69 3783 #: src/mainDialog.cpp:695 784 784 msgid "&Benchmarks...\tCTRL+B" 785 785 msgstr "" 786 786 787 #: src/mainDialog.cpp:69 3787 #: src/mainDialog.cpp:695 788 788 msgid "Open the benchmarks dialog" 789 789 msgstr "" 790 790 791 #: src/mainDialog.cpp:69 4791 #: src/mainDialog.cpp:696 792 792 msgid "&Download New Projects" 793 793 msgstr "" 794 794 795 #: src/mainDialog.cpp:69 4795 #: src/mainDialog.cpp:696 796 796 msgid "Update the local project database" 797 797 msgstr "" 798 798 799 #: src/mainDialog.cpp:70 0799 #: src/mainDialog.cpp:702 800 800 msgid "&Tools" 801 801 msgstr "" 802 802 803 #: src/mainDialog.cpp:70 5803 #: src/mainDialog.cpp:707 804 804 msgid "&My Stats\tF2" 805 805 msgstr "" 806 806 807 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709807 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 808 808 msgid "View the personal statistics for the selected client" 809 809 msgstr "" 810 810 811 #: src/mainDialog.cpp:70 6811 #: src/mainDialog.cpp:708 812 812 msgid "&Jmol\tF3" 813 813 msgstr "" 814 814 815 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710815 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 816 816 msgid "View the current project on the Jmol website" 817 817 msgstr "" 818 818 819 #: src/mainDialog.cpp:70 7819 #: src/mainDialog.cpp:709 820 820 msgid "fah&info\tF4" 821 821 msgstr "" 822 822 823 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711823 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 824 824 msgid "View the current project on fahinfo.org" 825 825 msgstr "" 826 826 827 #: src/mainDialog.cpp:7 09827 #: src/mainDialog.cpp:711 828 828 msgid "&My Stats\tCtrl+Shift+M" 829 829 msgstr "" 830 830 831 #: src/mainDialog.cpp:71 0831 #: src/mainDialog.cpp:712 832 832 msgid "&Jmol\tCtrl+J" 833 833 msgstr "" 834 834 835 #: src/mainDialog.cpp:71 1835 #: src/mainDialog.cpp:713 836 836 msgid "fah&info\tCtrl+I" 837 837 msgstr "" 838 838 839 #: src/mainDialog.cpp:71 4839 #: src/mainDialog.cpp:716 840 840 msgid "F@H &Website" 841 841 msgstr "" 842 842 843 #: src/mainDialog.cpp:71 4843 #: src/mainDialog.cpp:716 844 844 msgid "Open to the official Stanford website" 845 845 msgstr "" 846 846 847 #: src/mainDialog.cpp:71 5847 #: src/mainDialog.cpp:717 848 848 msgid "Folding &Forum" 849 849 msgstr "" 850 850 851 #: src/mainDialog.cpp:71 5851 #: src/mainDialog.cpp:717 852 852 msgid "Open the Folding@Home support forum" 853 853 msgstr "" 854 854 855 #: src/mainDialog.cpp:71 6855 #: src/mainDialog.cpp:718 856 856 msgid "&Projects Summary" 857 857 msgstr "" 858 858 859 #: src/mainDialog.cpp:71 6859 #: src/mainDialog.cpp:718 860 860 msgid "Open the list of the current projects" 861 861 msgstr "" 862 862 863 #: src/mainDialog.cpp:71 7863 #: src/mainDialog.cpp:719 864 864 msgid "&Servers Status" 865 865 msgstr "" 866 866 867 #: src/mainDialog.cpp:71 7867 #: src/mainDialog.cpp:719 868 868 msgid "Open the list of the servers with their status" 869 869 msgstr "" 870 870 871 #: src/mainDialog.cpp:7 18871 #: src/mainDialog.cpp:720 872 872 msgid "&Web" 873 873 msgstr "" 874 874 875 #: src/mainDialog.cpp:72 3875 #: src/mainDialog.cpp:725 876 876 msgid "&Help Contents\tF1" 877 877 msgstr "" 878 878 879 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725879 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 880 880 msgid "See help contents" 881 881 msgstr "" 882 882 883 #: src/mainDialog.cpp:72 5883 #: src/mainDialog.cpp:727 884 884 msgid "&Help Contents\tCtrl+?" 885 885 msgstr "" 886 886 887 #: src/mainDialog.cpp:72 7887 #: src/mainDialog.cpp:729 888 888 msgid "FahMon &IRC Channel" 889 889 msgstr "" 890 890 891 #: src/mainDialog.cpp:72 7891 #: src/mainDialog.cpp:729 892 892 msgid "Join the FahMon IRC channel for online help" 893 893 msgstr "" 894 894 895 #: src/mainDialog.cpp:7 28895 #: src/mainDialog.cpp:730 896 896 msgid "&About" 897 897 msgstr "" 898 898 899 #: src/mainDialog.cpp:7 28899 #: src/mainDialog.cpp:730 900 900 #, c-format 901 901 msgid "About %s" 902 902 msgstr "" 903 903 904 #: src/mainDialog.cpp:73 5904 #: src/mainDialog.cpp:737 905 905 msgid "&Help" 906 906 msgstr "" 907 907 908 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569908 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 909 909 msgid "Work Unit Information" 910 910 msgstr "" 911 911 912 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570912 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 913 913 msgid "Core:" 914 914 msgstr "" 915 915 916 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571916 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 917 917 msgid "Project:" 918 918 msgstr "" 919 919 920 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572920 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 921 921 msgid "Credit:" 922 922 msgstr "" 923 923 924 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573924 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 925 925 msgid "Username:" 926 926 msgstr "" 927 927 928 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581928 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 929 929 msgid "Downloaded:" 930 930 msgstr "" 931 931 932 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574932 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 933 933 msgid "Preferred Deadline:" 934 934 msgstr "" 935 935 936 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575936 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 937 937 msgid "Final Deadline:" 938 938 msgstr "" 939 939 940 #: src/mainDialog.cpp:84 2940 #: src/mainDialog.cpp:844 941 941 msgid "Log file." 942 942 msgstr "" 943 943 944 #: src/mainDialog.cpp:108 4944 #: src/mainDialog.cpp:1086 945 945 msgid "You must first select a client!" 946 946 msgstr "" 947 947 948 #: src/mainDialog.cpp:144 5948 #: src/mainDialog.cpp:1447 949 949 msgid "Checking for FahMon updates" 950 950 msgstr "" 951 951 952 #: src/mainDialog.cpp:145 6952 #: src/mainDialog.cpp:1458 953 953 #, c-format 954 954 msgid "Your version: %s; New version: %s" 955 955 msgstr "" 956 956 957 #: src/mainDialog.cpp:147 0957 #: src/mainDialog.cpp:1472 958 958 msgid "Update available" 959 959 msgstr "" 960 960 961 #: src/mainDialog.cpp:147 1961 #: src/mainDialog.cpp:1473 962 962 msgid "" 963 963 "A newer version of FahMon is available\n" … … 965 965 msgstr "" 966 966 967 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:1480967 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 968 968 msgid "No update found" 969 969 msgstr "" 970 970 971 #: src/mainDialog.cpp:162 4971 #: src/mainDialog.cpp:1626 972 972 msgid "ctrl" 973 973 msgstr "" 974 974 975 #: src/mainDialog.cpp:162 5975 #: src/mainDialog.cpp:1627 976 976 msgid "shift" 977 977 msgstr "" 978 978 979 #: src/mainDialog.cpp:162 6979 #: src/mainDialog.cpp:1628 980 980 msgid "alt" 981 981 msgstr "" trunk/po/fr_FR.po
r510 r525 8 8 "Project-Id-Version: fr_FR\n" 9 9 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 10 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"10 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 11 11 "PO-Revision-Date: 2009-03-25 21:27+0000\n" 12 12 "Last-Translator: Johan Serre <Unknown>\n" … … 164 164 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 165 165 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 166 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534167 #: src/mainDialog.cpp:53 5166 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 167 #: src/mainDialog.cpp:537 168 168 msgid "Unknown" 169 169 msgstr "Inconnu" … … 178 178 179 179 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 180 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506181 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509182 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133180 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 181 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 182 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 183 183 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 184 184 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 562 562 msgstr "Chargement..." 563 563 564 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180564 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 565 565 #, c-format 566 566 msgid "%u points" … … 568 568 569 569 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 570 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599570 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 571 571 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 572 572 #, c-format … … 574 574 msgstr "Il y a %s" 575 575 576 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603576 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 577 577 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 578 578 #, c-format … … 598 598 599 599 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 600 #: src/mainDialog.cpp:66 0600 #: src/mainDialog.cpp:662 601 601 msgid "Add a new client" 602 602 msgstr "Ajouter un nouveau client" … … 626 626 msgstr "Activer ce client" 627 627 628 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3628 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 629 629 msgid "Do you really want to delete this client?" 630 630 msgstr "Voulez vous vraiment supprimer ce client?" … … 651 651 msgstr "Anciennes valeurs importée dans %s" 652 652 653 #: src/mainDialog.cpp:18 3653 #: src/mainDialog.cpp:184 654 654 #, c-format 655 655 msgid "%s is licenced under the GNU GPL v2" 656 656 msgstr "%s est placé sous licence GNU GPL v2" 657 657 658 #: src/mainDialog.cpp:18 4658 #: src/mainDialog.cpp:185 659 659 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 660 660 msgstr "Copyright (C) 2003-2007 François Ingelrest" 661 661 662 #: src/mainDialog.cpp:18 5662 #: src/mainDialog.cpp:186 663 663 msgid "Copyright (C) 2007-2009 Andrew Schofield" 664 664 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 665 665 666 #: src/mainDialog.cpp:18 7666 #: src/mainDialog.cpp:188 667 667 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 668 668 msgstr "" … … 670 670 "licence GNU GPL v2" 671 671 672 #: src/mainDialog.cpp:18 8672 #: src/mainDialog.cpp:189 673 673 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 674 674 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 675 675 676 #: src/mainDialog.cpp:1 89676 #: src/mainDialog.cpp:190 677 677 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 678 678 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 679 679 680 #: src/mainDialog.cpp:44 4680 #: src/mainDialog.cpp:446 681 681 msgid "" 682 682 "Something is wrong with this client.\n" … … 686 686 "Veuillez vérifier les messages ( outils->Afficher/Masquer les messages)." 687 687 688 #: src/mainDialog.cpp:44 6688 #: src/mainDialog.cpp:448 689 689 msgid "This client is currently disabled." 690 690 msgstr "Ce client est actuellement désactivé." 691 691 692 #: src/mainDialog.cpp:53 7692 #: src/mainDialog.cpp:539 693 693 #, c-format 694 694 msgid "Project %u is unknown, you should try to update the projects database" … … 697 697 "données des projets" 698 698 699 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228699 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 700 700 #, c-format 701 701 msgid "%.2f PPD" 702 702 msgstr "%.2f PPD" 703 703 704 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698704 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 705 705 msgid "&Check for update" 706 706 msgstr "&Recherche de mises à jour" 707 707 708 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698708 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 709 709 msgid "Check online for the latest version of FahMon" 710 710 msgstr "Rechercher la derniÚre version de FahMon en ligne" 711 711 712 #: src/mainDialog.cpp:65 1712 #: src/mainDialog.cpp:653 713 713 msgid "&Preferences...\tCTRL+P" 714 714 msgstr "&Preferences...\tCTRL+P" 715 715 716 #: src/mainDialog.cpp:65 1716 #: src/mainDialog.cpp:653 717 717 msgid "Open the preferences dialog" 718 718 msgstr "Ouvrir la boite de dialogue des préférences" 719 719 720 #: src/mainDialog.cpp:65 3720 #: src/mainDialog.cpp:655 721 721 msgid "&Quit\tCtrl+Q" 722 722 msgstr "&Quitter\tCtrl+Q" 723 723 724 #: src/mainDialog.cpp:65 3724 #: src/mainDialog.cpp:655 725 725 #, c-format 726 726 msgid "Quit %s" 727 727 msgstr "Quitter %s" 728 728 729 #: src/mainDialog.cpp:66 0729 #: src/mainDialog.cpp:662 730 730 msgid "Add a new client to be monitored" 731 731 msgstr "Ajouter un nouveau client a superviser" 732 732 733 #: src/mainDialog.cpp:66 2733 #: src/mainDialog.cpp:664 734 734 msgid "Edit client" 735 735 msgstr "Modifier le client" 736 736 737 #: src/mainDialog.cpp:66 2737 #: src/mainDialog.cpp:664 738 738 msgid "Edit the selected client settings" 739 739 msgstr "Editer les paramêtres du client sélectionné" 740 740 741 #: src/mainDialog.cpp:66 3741 #: src/mainDialog.cpp:665 742 742 msgid "Delete client" 743 743 msgstr "Effacer le client" 744 744 745 #: src/mainDialog.cpp:66 3745 #: src/mainDialog.cpp:665 746 746 msgid "Delete the selected client" 747 747 msgstr "Effacer le client sélectionné" 748 748 749 #: src/mainDialog.cpp:66 4749 #: src/mainDialog.cpp:666 750 750 msgid "View client files" 751 751 msgstr "Afficher les fichiers du client" 752 752 753 #: src/mainDialog.cpp:66 4753 #: src/mainDialog.cpp:666 754 754 msgid "Open file browser in client folder" 755 755 msgstr "Ouvrir l'explorateur de fichier dans le répertoire du client" 756 756 757 #: src/mainDialog.cpp:66 7757 #: src/mainDialog.cpp:669 758 758 msgid "Reload &Selection\tF5" 759 759 msgstr "Recharger la &Sélection\tF5" 760 760 761 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670761 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 762 762 msgid "Reload the selected client" 763 763 msgstr "Recharger les clients sélectionnés" 764 764 765 #: src/mainDialog.cpp:6 68765 #: src/mainDialog.cpp:670 766 766 msgid "Reload &All\tF6" 767 767 msgstr "Recharger &tout\tF6" 768 768 769 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671769 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 770 770 msgid "Reload all the clients" 771 771 msgstr "Recharger tous les clients" 772 772 773 #: src/mainDialog.cpp:67 0773 #: src/mainDialog.cpp:672 774 774 msgid "Reload &Selection\tCtrl+R" 775 775 msgstr "Recharger la &Sélection\tCtrl+R" 776 776 777 #: src/mainDialog.cpp:67 1777 #: src/mainDialog.cpp:673 778 778 msgid "Reload &All\tCtrl+Shift+R" 779 779 msgstr "Recharger &tout\tCtrl+Shift+R" 780 780 781 #: src/mainDialog.cpp:67 3781 #: src/mainDialog.cpp:675 782 782 msgid "&Clients" 783 783 msgstr "&Clients" 784 784 785 #: src/mainDialog.cpp:6 78785 #: src/mainDialog.cpp:680 786 786 msgid "&Show/Hide FAHLog\tF8" 787 787 msgstr "&Montrer/Cacher FAHLog\tF8" 788 788 789 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682789 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 790 790 msgid "Toggle the log file" 791 791 msgstr "Afficher/cacher le fichier de log" 792 792 793 #: src/mainDialog.cpp:68 0793 #: src/mainDialog.cpp:682 794 794 msgid "&Cycle ETA Style\tF9" 795 795 msgstr "&Changer l'affichage de l ETA\tF9" 796 796 797 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684797 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 798 798 msgid "Cycle through the different ETA display styles" 799 799 msgstr "Changer le type d'affichage de l'estimation du temps restant(eta)" 800 800 801 #: src/mainDialog.cpp:68 2801 #: src/mainDialog.cpp:684 802 802 msgid "&Show/Hide FAHLog\tCtrl+L" 803 803 msgstr "&Montrer/Cacher FAHLog\tCtrl+L" 804 804 805 #: src/mainDialog.cpp:68 4805 #: src/mainDialog.cpp:686 806 806 msgid "&Cycle ETA Style\tCtrl+E" 807 807 msgstr "&Changer l'affichage de l ETA\tCtrl+E" 808 808 809 #: src/mainDialog.cpp:68 7809 #: src/mainDialog.cpp:689 810 810 msgid "Show/Hide &WU Info panel" 811 811 msgstr "Montrer/Cacher le panneau d'information &WU" 812 812 813 #: src/mainDialog.cpp:68 7813 #: src/mainDialog.cpp:689 814 814 msgid "Toggle the display of the Work Unit Information panel" 815 815 msgstr "Basculer l'affichage du panneau d'information de l'Unité de Travail" 816 816 817 #: src/mainDialog.cpp:6 88817 #: src/mainDialog.cpp:690 818 818 msgid "&View" 819 819 msgstr "&Afficher" 820 820 821 #: src/mainDialog.cpp:69 2821 #: src/mainDialog.cpp:694 822 822 msgid "&Show/Hide Messages Window" 823 823 msgstr "&Montrer/Cacher la fenêtre de messages" 824 824 825 #: src/mainDialog.cpp:69 2825 #: src/mainDialog.cpp:694 826 826 msgid "Toggle the messages window" 827 827 msgstr "Afficher/cacher la fenêtre de message" 828 828 829 #: src/mainDialog.cpp:69 3829 #: src/mainDialog.cpp:695 830 830 msgid "&Benchmarks...\tCTRL+B" 831 831 msgstr "&Benchmarks...\tCTRL+B" 832 832 833 #: src/mainDialog.cpp:69 3833 #: src/mainDialog.cpp:695 834 834 msgid "Open the benchmarks dialog" 835 835 msgstr "Ouvrir la fenêtre des benchmarks" 836 836 837 #: src/mainDialog.cpp:69 4837 #: src/mainDialog.cpp:696 838 838 msgid "&Download New Projects" 839 839 msgstr "&Téléchargement des nouveaux projets" 840 840 841 #: src/mainDialog.cpp:69 4841 #: src/mainDialog.cpp:696 842 842 msgid "Update the local project database" 843 843 msgstr "Mise à jour de la base de données locale des projets" 844 844 845 #: src/mainDialog.cpp:70 0845 #: src/mainDialog.cpp:702 846 846 msgid "&Tools" 847 847 msgstr "&Outils" 848 848 849 #: src/mainDialog.cpp:70 5849 #: src/mainDialog.cpp:707 850 850 msgid "&My Stats\tF2" 851 851 msgstr "&Mes Stats\tF2" 852 852 853 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709853 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 854 854 msgid "View the personal statistics for the selected client" 855 855 msgstr "Voir les statistiques personnelles pour le client sélectionné" 856 856 857 #: src/mainDialog.cpp:70 6857 #: src/mainDialog.cpp:708 858 858 msgid "&Jmol\tF3" 859 859 msgstr "&Jmol\tF3" 860 860 861 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710861 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 862 862 msgid "View the current project on the Jmol website" 863 863 msgstr "Voir le projet actuel sur le site de Jmol" 864 864 865 #: src/mainDialog.cpp:70 7865 #: src/mainDialog.cpp:709 866 866 msgid "fah&info\tF4" 867 867 msgstr "fah&info\tF4" 868 868 869 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711869 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 870 870 msgid "View the current project on fahinfo.org" 871 871 msgstr "Voir le projet actuel sur fahinfo.org" 872 872 873 #: src/mainDialog.cpp:7 09873 #: src/mainDialog.cpp:711 874 874 msgid "&My Stats\tCtrl+Shift+M" 875 875 msgstr "&Mes Stats\tCtrl+Shift+M" 876 876 877 #: src/mainDialog.cpp:71 0877 #: src/mainDialog.cpp:712 878 878 msgid "&Jmol\tCtrl+J" 879 879 msgstr "&Jmol\tCtrl+J" 880 880 881 #: src/mainDialog.cpp:71 1881 #: src/mainDialog.cpp:713 882 882 msgid "fah&info\tCtrl+I" 883 883 msgstr "fah&info\tCtrl+I" 884 884 885 #: src/mainDialog.cpp:71 4885 #: src/mainDialog.cpp:716 886 886 msgid "F@H &Website" 887 887 msgstr "F@H &Website" 888 888 889 #: src/mainDialog.cpp:71 4889 #: src/mainDialog.cpp:716 890 890 msgid "Open to the official Stanford website" 891 891 msgstr "Ouvrir le site officiel de Stanford" 892 892 893 #: src/mainDialog.cpp:71 5893 #: src/mainDialog.cpp:717 894 894 msgid "Folding &Forum" 895 895 msgstr "Folding &Forum" 896 896 897 #: src/mainDialog.cpp:71 5897 #: src/mainDialog.cpp:717 898 898 msgid "Open the Folding@Home support forum" 899 899 msgstr "Ouvir le forum de support pour Folding@Home" 900 900 901 #: src/mainDialog.cpp:71 6901 #: src/mainDialog.cpp:718 902 902 msgid "&Projects Summary" 903 903 msgstr "&Résumé des projets" 904 904 905 #: src/mainDialog.cpp:71 6905 #: src/mainDialog.cpp:718 906 906 msgid "Open the list of the current projects" 907 907 msgstr "Ouvrir la liste des projets actuels" 908 908 909 #: src/mainDialog.cpp:71 7909 #: src/mainDialog.cpp:719 910 910 msgid "&Servers Status" 911 911 msgstr "&Etat des serveurs" 912 912 913 #: src/mainDialog.cpp:71 7913 #: src/mainDialog.cpp:719 914 914 msgid "Open the list of the servers with their status" 915 915 msgstr "Ouvrir la liste des serveurs avec leur état" 916 916 917 #: src/mainDialog.cpp:7 18917 #: src/mainDialog.cpp:720 918 918 msgid "&Web" 919 919 msgstr "&Web" 920 920 921 #: src/mainDialog.cpp:72 3921 #: src/mainDialog.cpp:725 922 922 msgid "&Help Contents\tF1" 923 923 msgstr "&Aide\tF1" 924 924 925 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725925 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 926 926 msgid "See help contents" 927 927 msgstr "Voir l'aide" 928 928 929 #: src/mainDialog.cpp:72 5929 #: src/mainDialog.cpp:727 930 930 msgid "&Help Contents\tCtrl+?" 931 931 msgstr "&Aide\tCtrl+?" 932 932 933 #: src/mainDialog.cpp:72 7933 #: src/mainDialog.cpp:729 934 934 msgid "FahMon &IRC Channel" 935 935 msgstr "" 936 936 937 #: src/mainDialog.cpp:72 7937 #: src/mainDialog.cpp:729 938 938 msgid "Join the FahMon IRC channel for online help" 939 939 msgstr "Rejoignez le channel IRC de FahMon pour une aide en ligne" 940 940 941 #: src/mainDialog.cpp:7 28941 #: src/mainDialog.cpp:730 942 942 msgid "&About" 943 943 msgstr "&A propos" 944 944 945 #: src/mainDialog.cpp:7 28945 #: src/mainDialog.cpp:730 946 946 #, c-format 947 947 msgid "About %s" 948 948 msgstr "A propos de %s" 949 949 950 #: src/mainDialog.cpp:73 5950 #: src/mainDialog.cpp:737 951 951 msgid "&Help" 952 952 msgstr "&Aide" 953 953 954 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569954 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 955 955 msgid "Work Unit Information" 956 956 msgstr "Information sur l'unité de calcul" 957 957 958 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570958 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 959 959 msgid "Core:" 960 960 msgstr "Core:" 961 961 962 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571962 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 963 963 msgid "Project:" 964 964 msgstr "Projet:" 965 965 966 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572966 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 967 967 msgid "Credit:" 968 968 msgstr "Credit:" 969 969 970 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573970 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 971 971 msgid "Username:" 972 972 msgstr "Pseudo:" 973 973 974 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581974 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 975 975 msgid "Downloaded:" 976 976 msgstr "Téléchargé le:" 977 977 978 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574978 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 979 979 msgid "Preferred Deadline:" 980 980 msgstr "Deadline Préférable:" 981 981 982 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575982 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 983 983 msgid "Final Deadline:" 984 984 msgstr "Deadline Final:" 985 985 986 #: src/mainDialog.cpp:84 2986 #: src/mainDialog.cpp:844 987 987 msgid "Log file." 988 988 msgstr "Fichier de Log." 989 989 990 #: src/mainDialog.cpp:108 4990 #: src/mainDialog.cpp:1086 991 991 msgid "You must first select a client!" 992 992 msgstr "Vous devez commencer par sélectionner un client!" 993 993 994 #: src/mainDialog.cpp:144 5994 #: src/mainDialog.cpp:1447 995 995 msgid "Checking for FahMon updates" 996 996 msgstr "Recherche de mises à jour de FahMon" 997 997 998 #: src/mainDialog.cpp:145 6998 #: src/mainDialog.cpp:1458 999 999 #, c-format 1000 1000 msgid "Your version: %s; New version: %s" 1001 1001 msgstr "Votre version: %s; Nouvelle version: %s" 1002 1002 1003 #: src/mainDialog.cpp:147 01003 #: src/mainDialog.cpp:1472 1004 1004 msgid "Update available" 1005 1005 msgstr "Mise a jour disponible" 1006 1006 1007 #: src/mainDialog.cpp:147 11007 #: src/mainDialog.cpp:1473 1008 1008 msgid "" 1009 1009 "A newer version of FahMon is available\n" … … 1013 1013 "site de FahMon ?" 1014 1014 1015 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801015 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1016 1016 msgid "No update found" 1017 1017 msgstr "Aucune mise à jour trouvée" 1018 1018 1019 #: src/mainDialog.cpp:162 41019 #: src/mainDialog.cpp:1626 1020 1020 msgid "ctrl" 1021 1021 msgstr "ctrl" 1022 1022 1023 #: src/mainDialog.cpp:162 51023 #: src/mainDialog.cpp:1627 1024 1024 msgid "shift" 1025 1025 msgstr "shift" 1026 1026 1027 #: src/mainDialog.cpp:162 61027 #: src/mainDialog.cpp:1628 1028 1028 msgid "alt" 1029 1029 msgstr "alt" trunk/po/it_IT.po
r509 r525 9 9 "Project-Id-Version: it-IT\n" 10 10 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 11 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"11 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 12 12 "PO-Revision-Date: 2008-02-25 12:46+0100\n" 13 13 "Last-Translator: Zurgo <zurgo@virgilio.it>\n" … … 165 165 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 166 166 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 167 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534168 #: src/mainDialog.cpp:53 5167 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 168 #: src/mainDialog.cpp:537 169 169 msgid "Unknown" 170 170 msgstr "Sconosciuto" … … 179 179 180 180 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 181 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506182 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509183 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133181 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 182 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 183 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 184 184 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 185 185 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 564 564 msgstr "Caricamento:" 565 565 566 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180566 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 567 567 #, c-format 568 568 msgid "%u points" … … 570 570 571 571 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 572 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599572 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 573 573 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 574 574 #, fuzzy, c-format … … 576 576 msgstr "%s fa" 577 577 578 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603578 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 579 579 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 580 580 #, fuzzy, c-format … … 601 601 602 602 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 603 #: src/mainDialog.cpp:66 0603 #: src/mainDialog.cpp:662 604 604 msgid "Add a new client" 605 605 msgstr "Aggiungi un nuovo client" … … 631 631 msgstr "Cancella questo client" 632 632 633 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3633 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 634 634 msgid "Do you really want to delete this client?" 635 635 msgstr "Vuoi veramente cancellare questo client?" … … 655 655 msgstr "" 656 656 657 #: src/mainDialog.cpp:18 3657 #: src/mainDialog.cpp:184 658 658 #, c-format 659 659 msgid "%s is licenced under the GNU GPL v2" 660 660 msgstr "%s Ú protetto dalla licenza GNU GPL v2" 661 661 662 #: src/mainDialog.cpp:18 4662 #: src/mainDialog.cpp:185 663 663 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 664 664 msgstr "Copyright (C) 2003-2007 François Ingelrest" 665 665 666 #: src/mainDialog.cpp:18 5666 #: src/mainDialog.cpp:186 667 667 msgid "Copyright (C) 2007-2009 Andrew Schofield" 668 668 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 669 669 670 #: src/mainDialog.cpp:18 7670 #: src/mainDialog.cpp:188 671 671 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 672 672 msgstr "" 673 673 "FahMon contiene del codice da qd, anch'esso protetto da licenza GNU GPL v2" 674 674 675 #: src/mainDialog.cpp:18 8675 #: src/mainDialog.cpp:189 676 676 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 677 677 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 678 678 679 #: src/mainDialog.cpp:1 89679 #: src/mainDialog.cpp:190 680 680 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 681 681 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 682 682 683 #: src/mainDialog.cpp:44 4683 #: src/mainDialog.cpp:446 684 684 #, fuzzy 685 685 msgid "" … … 691 691 "messagi)" 692 692 693 #: src/mainDialog.cpp:44 6693 #: src/mainDialog.cpp:448 694 694 msgid "This client is currently disabled." 695 695 msgstr "" 696 696 697 #: src/mainDialog.cpp:53 7697 #: src/mainDialog.cpp:539 698 698 #, c-format 699 699 msgid "Project %u is unknown, you should try to update the projects database" … … 702 702 "progetti" 703 703 704 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228704 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 705 705 #, c-format 706 706 msgid "%.2f PPD" 707 707 msgstr "" 708 708 709 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698709 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 710 710 msgid "&Check for update" 711 711 msgstr "&Controlla nuovi aggiornamenti" 712 712 713 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698713 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 714 714 msgid "Check online for the latest version of FahMon" 715 715 msgstr "Controlla online l'ultima versione di FahMon" 716 716 717 #: src/mainDialog.cpp:65 1717 #: src/mainDialog.cpp:653 718 718 msgid "&Preferences...\tCTRL+P" 719 719 msgstr "&Preferenze...\tCTRL+P" 720 720 721 #: src/mainDialog.cpp:65 1721 #: src/mainDialog.cpp:653 722 722 msgid "Open the preferences dialog" 723 723 msgstr "Apri la finestra delle preferenze" 724 724 725 #: src/mainDialog.cpp:65 3725 #: src/mainDialog.cpp:655 726 726 msgid "&Quit\tCtrl+Q" 727 727 msgstr "&Esci\tCtrl+Q" 728 728 729 #: src/mainDialog.cpp:65 3729 #: src/mainDialog.cpp:655 730 730 #, c-format 731 731 msgid "Quit %s" 732 732 msgstr "Esci %s" 733 733 734 #: src/mainDialog.cpp:66 0734 #: src/mainDialog.cpp:662 735 735 #, fuzzy 736 736 msgid "Add a new client to be monitored" 737 737 msgstr "Aggiungi un nuovo client" 738 738 739 #: src/mainDialog.cpp:66 2739 #: src/mainDialog.cpp:664 740 740 #, fuzzy 741 741 msgid "Edit client" 742 742 msgstr "Modifica questo client" 743 743 744 #: src/mainDialog.cpp:66 2744 #: src/mainDialog.cpp:664 745 745 #, fuzzy 746 746 msgid "Edit the selected client settings" 747 747 msgstr "Ricarica il client selezionato" 748 748 749 #: src/mainDialog.cpp:66 3749 #: src/mainDialog.cpp:665 750 750 #, fuzzy 751 751 msgid "Delete client" 752 752 msgstr "Cancella questo client" 753 753 754 #: src/mainDialog.cpp:66 3754 #: src/mainDialog.cpp:665 755 755 #, fuzzy 756 756 msgid "Delete the selected client" 757 757 msgstr "Ricarica il client selezionato" 758 758 759 #: src/mainDialog.cpp:66 4759 #: src/mainDialog.cpp:666 760 760 #, fuzzy 761 761 msgid "View client files" 762 762 msgstr "Mostra i files del Client" 763 763 764 #: src/mainDialog.cpp:66 4764 #: src/mainDialog.cpp:666 765 765 msgid "Open file browser in client folder" 766 766 msgstr "" 767 767 768 #: src/mainDialog.cpp:66 7768 #: src/mainDialog.cpp:669 769 769 msgid "Reload &Selection\tF5" 770 770 msgstr "Ricarica la &Selezione\tF5" 771 771 772 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670772 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 773 773 msgid "Reload the selected client" 774 774 msgstr "Ricarica il client selezionato" 775 775 776 #: src/mainDialog.cpp:6 68776 #: src/mainDialog.cpp:670 777 777 msgid "Reload &All\tF6" 778 778 msgstr "Ricarica &Tutto\tF6" 779 779 780 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671780 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 781 781 msgid "Reload all the clients" 782 782 msgstr "Ricarica tutti i client" 783 783 784 #: src/mainDialog.cpp:67 0784 #: src/mainDialog.cpp:672 785 785 msgid "Reload &Selection\tCtrl+R" 786 786 msgstr "Ricarica la &Selezione\tCtrl+R" 787 787 788 #: src/mainDialog.cpp:67 1788 #: src/mainDialog.cpp:673 789 789 msgid "Reload &All\tCtrl+Shift+R" 790 790 msgstr "Ricarica &Tutto\tCtrl+Shift+R" 791 791 792 #: src/mainDialog.cpp:67 3792 #: src/mainDialog.cpp:675 793 793 #, fuzzy 794 794 msgid "&Clients" 795 795 msgstr "Clients: %i" 796 796 797 #: src/mainDialog.cpp:6 78797 #: src/mainDialog.cpp:680 798 798 msgid "&Show/Hide FAHLog\tF8" 799 799 msgstr "&Mostra/Nascondi il registro FAH\tF8" 800 800 801 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682801 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 802 802 msgid "Toggle the log file" 803 803 msgstr "Attiva/Disattiva il file di log" 804 804 805 #: src/mainDialog.cpp:68 0805 #: src/mainDialog.cpp:682 806 806 msgid "&Cycle ETA Style\tF9" 807 807 msgstr "&Cambia la visualizzazione dell'ETA\tF9" 808 808 809 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684809 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 810 810 msgid "Cycle through the different ETA display styles" 811 811 msgstr "Cicla attraverso i differenti modi di visualizzare l'ETA" 812 812 813 #: src/mainDialog.cpp:68 2813 #: src/mainDialog.cpp:684 814 814 msgid "&Show/Hide FAHLog\tCtrl+L" 815 815 msgstr "&Mostra/Nascondi il FAHLog\tCtrl+L" 816 816 817 #: src/mainDialog.cpp:68 4817 #: src/mainDialog.cpp:686 818 818 msgid "&Cycle ETA Style\tCtrl+E" 819 819 msgstr "&Cambia la visualizzazione dell'ETA\tCtrl+E" 820 820 821 #: src/mainDialog.cpp:68 7821 #: src/mainDialog.cpp:689 822 822 msgid "Show/Hide &WU Info panel" 823 823 msgstr "" 824 824 825 #: src/mainDialog.cpp:68 7825 #: src/mainDialog.cpp:689 826 826 msgid "Toggle the display of the Work Unit Information panel" 827 827 msgstr "" 828 828 829 #: src/mainDialog.cpp:6 88829 #: src/mainDialog.cpp:690 830 830 #, fuzzy 831 831 msgid "&View" 832 832 msgstr "Vista Web" 833 833 834 #: src/mainDialog.cpp:69 2834 #: src/mainDialog.cpp:694 835 835 msgid "&Show/Hide Messages Window" 836 836 msgstr "&Mostra/Nascondi la finestra dei messaggi" 837 837 838 #: src/mainDialog.cpp:69 2838 #: src/mainDialog.cpp:694 839 839 msgid "Toggle the messages window" 840 840 msgstr "Abilita/Disabilita la finestra dei messaggi" 841 841 842 #: src/mainDialog.cpp:69 3842 #: src/mainDialog.cpp:695 843 843 msgid "&Benchmarks...\tCTRL+B" 844 844 msgstr "&Benchmarks...\tCTRL+B" 845 845 846 #: src/mainDialog.cpp:69 3846 #: src/mainDialog.cpp:695 847 847 msgid "Open the benchmarks dialog" 848 848 msgstr "Apri la finestra dei benchmarks" 849 849 850 #: src/mainDialog.cpp:69 4850 #: src/mainDialog.cpp:696 851 851 msgid "&Download New Projects" 852 852 msgstr "Scarica un nuovo progetto" 853 853 854 #: src/mainDialog.cpp:69 4854 #: src/mainDialog.cpp:696 855 855 msgid "Update the local project database" 856 856 msgstr "Aggiornare il database locale dei progetti" 857 857 858 #: src/mainDialog.cpp:70 0858 #: src/mainDialog.cpp:702 859 859 msgid "&Tools" 860 860 msgstr "&Strumenti" 861 861 862 #: src/mainDialog.cpp:70 5862 #: src/mainDialog.cpp:707 863 863 msgid "&My Stats\tF2" 864 864 msgstr "&Le mie Statistiche\tF2" 865 865 866 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709866 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 867 867 msgid "View the personal statistics for the selected client" 868 868 msgstr "Guarda le mie statistiche per il client selezionato" 869 869 870 #: src/mainDialog.cpp:70 6870 #: src/mainDialog.cpp:708 871 871 msgid "&Jmol\tF3" 872 872 msgstr "&Jmol\tF3" 873 873 874 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710874 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 875 875 msgid "View the current project on the Jmol website" 876 876 msgstr "Guarda il progetto corrente sul sito Jmol" 877 877 878 #: src/mainDialog.cpp:70 7878 #: src/mainDialog.cpp:709 879 879 #, fuzzy 880 880 msgid "fah&info\tF4" 881 881 msgstr "&fahinfo\tF4" 882 882 883 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711883 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 884 884 msgid "View the current project on fahinfo.org" 885 885 msgstr "Guarda il progetto corrente su fahinfo.org" 886 886 887 #: src/mainDialog.cpp:7 09887 #: src/mainDialog.cpp:711 888 888 msgid "&My Stats\tCtrl+Shift+M" 889 889 msgstr "&Le mie Statistiche\tCtrl+Shift+M" 890 890 891 #: src/mainDialog.cpp:71 0891 #: src/mainDialog.cpp:712 892 892 msgid "&Jmol\tCtrl+J" 893 893 msgstr "&Jmol\tCtrl+J" 894 894 895 #: src/mainDialog.cpp:71 1895 #: src/mainDialog.cpp:713 896 896 #, fuzzy 897 897 msgid "fah&info\tCtrl+I" 898 898 msgstr "&fahinfo\tCtrl+F" 899 899 900 #: src/mainDialog.cpp:71 4900 #: src/mainDialog.cpp:716 901 901 msgid "F@H &Website" 902 902 msgstr "&Sito Web F@H" 903 903 904 #: src/mainDialog.cpp:71 4904 #: src/mainDialog.cpp:716 905 905 msgid "Open to the official Stanford website" 906 906 msgstr "Apri il sito ufficiale di Stanford" 907 907 908 #: src/mainDialog.cpp:71 5908 #: src/mainDialog.cpp:717 909 909 #, fuzzy 910 910 msgid "Folding &Forum" 911 911 msgstr "&Comunità Folding" 912 912 913 #: src/mainDialog.cpp:71 5913 #: src/mainDialog.cpp:717 914 914 msgid "Open the Folding@Home support forum" 915 915 msgstr "Apri il forum di supporto del Folding@Home" 916 916 917 #: src/mainDialog.cpp:71 6917 #: src/mainDialog.cpp:718 918 918 msgid "&Projects Summary" 919 919 msgstr "&Lista dei progetti" 920 920 921 #: src/mainDialog.cpp:71 6921 #: src/mainDialog.cpp:718 922 922 msgid "Open the list of the current projects" 923 923 msgstr "Apri la lista dei progetti attivi" 924 924 925 #: src/mainDialog.cpp:71 7925 #: src/mainDialog.cpp:719 926 926 msgid "&Servers Status" 927 927 msgstr "&Stato dei Server" 928 928 929 #: src/mainDialog.cpp:71 7929 #: src/mainDialog.cpp:719 930 930 msgid "Open the list of the servers with their status" 931 931 msgstr "Apri la lista dei server e del loro stato" 932 932 933 #: src/mainDialog.cpp:7 18933 #: src/mainDialog.cpp:720 934 934 msgid "&Web" 935 935 msgstr "&Web" 936 936 937 #: src/mainDialog.cpp:72 3937 #: src/mainDialog.cpp:725 938 938 msgid "&Help Contents\tF1" 939 939 msgstr "&Aiuto \tF1" 940 940 941 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725941 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 942 942 msgid "See help contents" 943 943 msgstr "Visualizza i contenuti d'aiuto" 944 944 945 #: src/mainDialog.cpp:72 5945 #: src/mainDialog.cpp:727 946 946 msgid "&Help Contents\tCtrl+?" 947 947 msgstr "Aiuto\tCtrl+?" 948 948 949 #: src/mainDialog.cpp:72 7949 #: src/mainDialog.cpp:729 950 950 msgid "FahMon &IRC Channel" 951 951 msgstr "" 952 952 953 #: src/mainDialog.cpp:72 7953 #: src/mainDialog.cpp:729 954 954 msgid "Join the FahMon IRC channel for online help" 955 955 msgstr "" 956 956 957 #: src/mainDialog.cpp:7 28957 #: src/mainDialog.cpp:730 958 958 msgid "&About" 959 959 msgstr "&Informazioni" 960 960 961 #: src/mainDialog.cpp:7 28961 #: src/mainDialog.cpp:730 962 962 #, fuzzy, c-format 963 963 msgid "About %s" 964 964 msgstr "Informazioni" 965 965 966 #: src/mainDialog.cpp:73 5966 #: src/mainDialog.cpp:737 967 967 msgid "&Help" 968 968 msgstr "&Aiuto" 969 969 970 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569970 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 971 971 msgid "Work Unit Information" 972 972 msgstr "Informazioni sull'unità in lavorazione" 973 973 974 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570974 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 975 975 msgid "Core:" 976 976 msgstr "Nucleo:" 977 977 978 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571978 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 979 979 msgid "Project:" 980 980 msgstr "Progetto:" 981 981 982 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572982 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 983 983 msgid "Credit:" 984 984 msgstr "Crediti:" 985 985 986 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573986 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 987 987 msgid "Username:" 988 988 msgstr "Nome utente:" 989 989 990 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581990 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 991 991 msgid "Downloaded:" 992 992 msgstr "Scaricato il:" 993 993 994 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574994 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 995 995 msgid "Preferred Deadline:" 996 996 msgstr "Scadenda consigliata:" 997 997 998 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575998 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 999 999 msgid "Final Deadline:" 1000 1000 msgstr "Scadenza definitiva:" 1001 1001 1002 #: src/mainDialog.cpp:84 21002 #: src/mainDialog.cpp:844 1003 1003 msgid "Log file." 1004 1004 msgstr "File di Log." 1005 1005 1006 #: src/mainDialog.cpp:108 41006 #: src/mainDialog.cpp:1086 1007 1007 msgid "You must first select a client!" 1008 1008 msgstr "Devi prima selezionare un client!" 1009 1009 1010 #: src/mainDialog.cpp:144 51010 #: src/mainDialog.cpp:1447 1011 1011 msgid "Checking for FahMon updates" 1012 1012 msgstr "Controlla gli aggiornamenti di FahMon" 1013 1013 1014 #: src/mainDialog.cpp:145 61014 #: src/mainDialog.cpp:1458 1015 1015 #, c-format 1016 1016 msgid "Your version: %s; New version: %s" 1017 1017 msgstr "Tua versione: %s; Nuova versione: %s" 1018 1018 1019 #: src/mainDialog.cpp:147 01019 #: src/mainDialog.cpp:1472 1020 1020 msgid "Update available" 1021 1021 msgstr "Aggiornamenti disponibili" 1022 1022 1023 #: src/mainDialog.cpp:147 11023 #: src/mainDialog.cpp:1473 1024 1024 msgid "" 1025 1025 "A newer version of FahMon is available\n" … … 1029 1029 "Vuoi andare sul sito di FahMon?" 1030 1030 1031 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801031 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1032 1032 msgid "No update found" 1033 1033 msgstr "Nessun aggiornamento disponibile" 1034 1034 1035 #: src/mainDialog.cpp:162 41035 #: src/mainDialog.cpp:1626 1036 1036 msgid "ctrl" 1037 1037 msgstr "" 1038 1038 1039 #: src/mainDialog.cpp:162 51039 #: src/mainDialog.cpp:1627 1040 1040 msgid "shift" 1041 1041 msgstr "" 1042 1042 1043 #: src/mainDialog.cpp:162 61043 #: src/mainDialog.cpp:1628 1044 1044 msgid "alt" 1045 1045 msgstr "" trunk/po/nb_NB.po
r509 r525 8 8 "Project-Id-Version: fahmon\n" 9 9 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 10 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"10 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 11 11 "PO-Revision-Date: 2008-11-22 12:38+0000\n" 12 12 "Last-Translator: Kenneth Langdalen <Unknown>\n" … … 164 164 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 165 165 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 166 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534167 #: src/mainDialog.cpp:53 5166 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 167 #: src/mainDialog.cpp:537 168 168 msgid "Unknown" 169 169 msgstr "Ukjent" … … 178 178 179 179 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 180 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506181 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509182 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133180 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 181 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 182 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 183 183 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 184 184 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 536 536 msgstr "LasterâŠ" 537 537 538 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180538 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 539 539 #, c-format 540 540 msgid "%u points" … … 542 542 543 543 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 544 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599544 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 545 545 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 546 546 #, c-format … … 548 548 msgstr "%s siden" 549 549 550 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603550 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 551 551 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 552 552 #, c-format … … 572 572 573 573 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 574 #: src/mainDialog.cpp:66 0574 #: src/mainDialog.cpp:662 575 575 msgid "Add a new client" 576 576 msgstr "Legg til en ny klient" … … 600 600 msgstr "SlÃ¥ pÃ¥ denne klienten" 601 601 602 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3602 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 603 603 msgid "Do you really want to delete this client?" 604 604 msgstr "Vil du virkelig slette denne klienten?" … … 621 621 msgstr "" 622 622 623 #: src/mainDialog.cpp:18 3623 #: src/mainDialog.cpp:184 624 624 #, c-format 625 625 msgid "%s is licenced under the GNU GPL v2" 626 626 msgstr "%s er lisensiert under GNU GPL v2" 627 627 628 #: src/mainDialog.cpp:18 4628 #: src/mainDialog.cpp:185 629 629 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 630 630 msgstr "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 631 631 632 #: src/mainDialog.cpp:18 5632 #: src/mainDialog.cpp:186 633 633 msgid "Copyright (C) 2007-2009 Andrew Schofield" 634 634 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 635 635 636 #: src/mainDialog.cpp:18 7636 #: src/mainDialog.cpp:188 637 637 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 638 638 msgstr "FahMon inneholder kode fra qd, som ogsÃ¥ er lisensiert under GNU GPL v2" 639 639 640 #: src/mainDialog.cpp:18 8640 #: src/mainDialog.cpp:189 641 641 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 642 642 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 643 643 644 #: src/mainDialog.cpp:1 89644 #: src/mainDialog.cpp:190 645 645 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 646 646 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 647 647 648 #: src/mainDialog.cpp:44 4648 #: src/mainDialog.cpp:446 649 649 msgid "" 650 650 "Something is wrong with this client.\n" … … 652 652 msgstr "" 653 653 654 #: src/mainDialog.cpp:44 6654 #: src/mainDialog.cpp:448 655 655 msgid "This client is currently disabled." 656 656 msgstr "Denne klienten er slÃ¥tt av" 657 657 658 #: src/mainDialog.cpp:53 7658 #: src/mainDialog.cpp:539 659 659 #, c-format 660 660 msgid "Project %u is unknown, you should try to update the projects database" 661 661 msgstr "Prosjektet %u er ukjent. Du burde oppdatere prosjektdatabasen" 662 662 663 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228663 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 664 664 #, c-format 665 665 msgid "%.2f PPD" 666 666 msgstr "" 667 667 668 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698668 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 669 669 msgid "&Check for update" 670 670 msgstr "&Se etter oppdateringer" 671 671 672 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698672 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 673 673 msgid "Check online for the latest version of FahMon" 674 674 msgstr "" 675 675 676 #: src/mainDialog.cpp:65 1676 #: src/mainDialog.cpp:653 677 677 msgid "&Preferences...\tCTRL+P" 678 678 msgstr "&Instillninger...\tCTRL+P" 679 679 680 #: src/mainDialog.cpp:65 1680 #: src/mainDialog.cpp:653 681 681 msgid "Open the preferences dialog" 682 682 msgstr "à 683 683 pne vinduet for innstillinger" 684 684 685 #: src/mainDialog.cpp:65 3685 #: src/mainDialog.cpp:655 686 686 msgid "&Quit\tCtrl+Q" 687 687 msgstr "&Avslutt\tCtrl+Q" 688 688 689 #: src/mainDialog.cpp:65 3689 #: src/mainDialog.cpp:655 690 690 #, c-format 691 691 msgid "Quit %s" 692 692 msgstr "Avslutt %s" 693 693 694 #: src/mainDialog.cpp:66 0694 #: src/mainDialog.cpp:662 695 695 msgid "Add a new client to be monitored" 696 696 msgstr "" 697 697 698 #: src/mainDialog.cpp:66 2698 #: src/mainDialog.cpp:664 699 699 msgid "Edit client" 700 700 msgstr "Rediger klient" 701 701 702 #: src/mainDialog.cpp:66 2702 #: src/mainDialog.cpp:664 703 703 msgid "Edit the selected client settings" 704 704 msgstr "" 705 705 706 #: src/mainDialog.cpp:66 3706 #: src/mainDialog.cpp:665 707 707 msgid "Delete client" 708 708 msgstr "Slett klient" 709 709 710 #: src/mainDialog.cpp:66 3710 #: src/mainDialog.cpp:665 711 711 msgid "Delete the selected client" 712 712 msgstr "Slett den valgte klienten" 713 713 714 #: src/mainDialog.cpp:66 4714 #: src/mainDialog.cpp:666 715 715 msgid "View client files" 716 716 msgstr "" 717 717 718 #: src/mainDialog.cpp:66 4718 #: src/mainDialog.cpp:666 719 719 msgid "Open file browser in client folder" 720 720 msgstr "" 721 721 722 #: src/mainDialog.cpp:66 7722 #: src/mainDialog.cpp:669 723 723 msgid "Reload &Selection\tF5" 724 724 msgstr "" 725 725 726 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670726 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 727 727 msgid "Reload the selected client" 728 728 msgstr "" 729 729 730 #: src/mainDialog.cpp:6 68730 #: src/mainDialog.cpp:670 731 731 msgid "Reload &All\tF6" 732 732 msgstr "" 733 733 734 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671734 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 735 735 msgid "Reload all the clients" 736 736 msgstr "" 737 737 738 #: src/mainDialog.cpp:67 0738 #: src/mainDialog.cpp:672 739 739 msgid "Reload &Selection\tCtrl+R" 740 740 msgstr "" 741 741 742 #: src/mainDialog.cpp:67 1742 #: src/mainDialog.cpp:673 743 743 msgid "Reload &All\tCtrl+Shift+R" 744 744 msgstr "" 745 745 746 #: src/mainDialog.cpp:67 3746 #: src/mainDialog.cpp:675 747 747 msgid "&Clients" 748 748 msgstr "&Klienter" 749 749 750 #: src/mainDialog.cpp:6 78750 #: src/mainDialog.cpp:680 751 751 msgid "&Show/Hide FAHLog\tF8" 752 752 msgstr "&Vis/skjul FAHLog\tF8" 753 753 754 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682754 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 755 755 msgid "Toggle the log file" 756 756 msgstr "Vis/skjul loggfilen" 757 757 758 #: src/mainDialog.cpp:68 0758 #: src/mainDialog.cpp:682 759 759 msgid "&Cycle ETA Style\tF9" 760 760 msgstr "" 761 761 762 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684762 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 763 763 msgid "Cycle through the different ETA display styles" 764 764 msgstr "" 765 765 766 #: src/mainDialog.cpp:68 2766 #: src/mainDialog.cpp:684 767 767 msgid "&Show/Hide FAHLog\tCtrl+L" 768 768 msgstr "&Vis/skjul FAHLog\tCtrl+L" 769 769 770 #: src/mainDialog.cpp:68 4770 #: src/mainDialog.cpp:686 771 771 msgid "&Cycle ETA Style\tCtrl+E" 772 772 msgstr "" 773 773 774 #: src/mainDialog.cpp:68 7774 #: src/mainDialog.cpp:689 775 775 msgid "Show/Hide &WU Info panel" 776 776 msgstr "" 777 777 778 #: src/mainDialog.cpp:68 7778 #: src/mainDialog.cpp:689 779 779 msgid "Toggle the display of the Work Unit Information panel" 780 780 msgstr "" 781 781 782 #: src/mainDialog.cpp:6 88782 #: src/mainDialog.cpp:690 783 783 msgid "&View" 784 784 msgstr "&Vis" 785 785 786 #: src/mainDialog.cpp:69 2786 #: src/mainDialog.cpp:694 787 787 msgid "&Show/Hide Messages Window" 788 788 msgstr "&Vis/skjul meldingsvindu" 789 789 790 #: src/mainDialog.cpp:69 2790 #: src/mainDialog.cpp:694 791 791 msgid "Toggle the messages window" 792 792 msgstr "Viser eller skjuler meldingsvinduet" 793 793 794 #: src/mainDialog.cpp:69 3794 #: src/mainDialog.cpp:695 795 795 msgid "&Benchmarks...\tCTRL+B" 796 796 msgstr "" 797 797 798 #: src/mainDialog.cpp:69 3798 #: src/mainDialog.cpp:695 799 799 msgid "Open the benchmarks dialog" 800 800 msgstr "" 801 801 802 #: src/mainDialog.cpp:69 4802 #: src/mainDialog.cpp:696 803 803 msgid "&Download New Projects" 804 804 msgstr "&Last ned nye prosjekter" 805 805 806 #: src/mainDialog.cpp:69 4806 #: src/mainDialog.cpp:696 807 807 msgid "Update the local project database" 808 808 msgstr "Oppdater den lokale prosjektdatabasen" 809 809 810 #: src/mainDialog.cpp:70 0810 #: src/mainDialog.cpp:702 811 811 msgid "&Tools" 812 812 msgstr "Verk&tÞy" 813 813 814 #: src/mainDialog.cpp:70 5814 #: src/mainDialog.cpp:707 815 815 msgid "&My Stats\tF2" 816 816 msgstr "&Min statistikk\tF2" 817 817 818 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709818 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 819 819 msgid "View the personal statistics for the selected client" 820 820 msgstr "Vis statistikken for den valgte klienten" 821 821 822 #: src/mainDialog.cpp:70 6822 #: src/mainDialog.cpp:708 823 823 msgid "&Jmol\tF3" 824 824 msgstr "&Jmol\tF3" 825 825 826 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710826 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 827 827 msgid "View the current project on the Jmol website" 828 828 msgstr "" 829 829 830 #: src/mainDialog.cpp:70 7830 #: src/mainDialog.cpp:709 831 831 msgid "fah&info\tF4" 832 832 msgstr "fah&info\tF4" 833 833 834 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711834 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 835 835 msgid "View the current project on fahinfo.org" 836 836 msgstr "Viser det pÃ¥gÃ¥ende prosjektet pÃ¥ fahinfo.org" 837 837 838 #: src/mainDialog.cpp:7 09838 #: src/mainDialog.cpp:711 839 839 msgid "&My Stats\tCtrl+Shift+M" 840 840 msgstr "&Min statistikk\tCtrl+Shift+M" 841 841 842 #: src/mainDialog.cpp:71 0842 #: src/mainDialog.cpp:712 843 843 msgid "&Jmol\tCtrl+J" 844 844 msgstr "&Jmol\tCtrl+J" 845 845 846 #: src/mainDialog.cpp:71 1846 #: src/mainDialog.cpp:713 847 847 msgid "fah&info\tCtrl+I" 848 848 msgstr "fah&info\tCtrl+I" 849 849 850 #: src/mainDialog.cpp:71 4850 #: src/mainDialog.cpp:716 851 851 msgid "F@H &Website" 852 852 msgstr "F@Hs &webside" 853 853 854 #: src/mainDialog.cpp:71 4854 #: src/mainDialog.cpp:716 855 855 msgid "Open to the official Stanford website" 856 856 msgstr "à 857 857 pne den offisielle nettsiden hos Stanford" 858 858 859 #: src/mainDialog.cpp:71 5859 #: src/mainDialog.cpp:717 860 860 msgid "Folding &Forum" 861 861 msgstr "" 862 862 863 #: src/mainDialog.cpp:71 5863 #: src/mainDialog.cpp:717 864 864 msgid "Open the Folding@Home support forum" 865 865 msgstr "à 866 866 pne supportforumet for Folding@Home" 867 867 868 #: src/mainDialog.cpp:71 6868 #: src/mainDialog.cpp:718 869 869 msgid "&Projects Summary" 870 870 msgstr "&Projektsammendrag" 871 871 872 #: src/mainDialog.cpp:71 6872 #: src/mainDialog.cpp:718 873 873 msgid "Open the list of the current projects" 874 874 msgstr "à 875 875 pne listen over pÃ¥gÃ¥ende prosjekter" 876 876 877 #: src/mainDialog.cpp:71 7877 #: src/mainDialog.cpp:719 878 878 msgid "&Servers Status" 879 879 msgstr "&Serverstatus" 880 880 881 #: src/mainDialog.cpp:71 7881 #: src/mainDialog.cpp:719 882 882 msgid "Open the list of the servers with their status" 883 883 msgstr "à 884 884 pne listen over servere og deres status" 885 885 886 #: src/mainDialog.cpp:7 18886 #: src/mainDialog.cpp:720 887 887 msgid "&Web" 888 888 msgstr "" 889 889 890 #: src/mainDialog.cpp:72 3890 #: src/mainDialog.cpp:725 891 891 msgid "&Help Contents\tF1" 892 892 msgstr "&Helpinnhold\tF1" 893 893 894 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725894 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 895 895 msgid "See help contents" 896 896 msgstr "Se hjelpinnholdet" 897 897 898 #: src/mainDialog.cpp:72 5898 #: src/mainDialog.cpp:727 899 899 msgid "&Help Contents\tCtrl+?" 900 900 msgstr "&Hjelpinnhold\tCtrl+?" 901 901 902 #: src/mainDialog.cpp:72 7902 #: src/mainDialog.cpp:729 903 903 msgid "FahMon &IRC Channel" 904 904 msgstr "" 905 905 906 #: src/mainDialog.cpp:72 7906 #: src/mainDialog.cpp:729 907 907 msgid "Join the FahMon IRC channel for online help" 908 908 msgstr "" 909 909 910 #: src/mainDialog.cpp:7 28910 #: src/mainDialog.cpp:730 911 911 msgid "&About" 912 912 msgstr "&Om" 913 913 914 #: src/mainDialog.cpp:7 28914 #: src/mainDialog.cpp:730 915 915 #, c-format 916 916 msgid "About %s" 917 917 msgstr "Om %s" 918 918 919 #: src/mainDialog.cpp:73 5919 #: src/mainDialog.cpp:737 920 920 msgid "&Help" 921 921 msgstr "&Hjelp" 922 922 923 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569923 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 924 924 msgid "Work Unit Information" 925 925 msgstr "" 926 926 927 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570927 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 928 928 msgid "Core:" 929 929 msgstr "" 930 930 931 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571931 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 932 932 msgid "Project:" 933 933 msgstr "Prosjekt:" 934 934 935 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572935 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 936 936 msgid "Credit:" 937 937 msgstr "Poeng:" 938 938 939 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573939 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 940 940 msgid "Username:" 941 941 msgstr "Brukernavn:" 942 942 943 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581943 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 944 944 msgid "Downloaded:" 945 945 msgstr "Lastet ned:" 946 946 947 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574947 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 948 948 msgid "Preferred Deadline:" 949 949 msgstr "Foretrukket tidsfrist:" 950 950 951 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575951 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 952 952 msgid "Final Deadline:" 953 953 msgstr "Siste frist:" 954 954 955 #: src/mainDialog.cpp:84 2955 #: src/mainDialog.cpp:844 956 956 msgid "Log file." 957 957 msgstr "Loggfil." 958 958 959 #: src/mainDialog.cpp:108 4959 #: src/mainDialog.cpp:1086 960 960 msgid "You must first select a client!" 961 961 msgstr "Du mÃ¥ fÞrst velge en klient!" 962 962 963 #: src/mainDialog.cpp:144 5963 #: src/mainDialog.cpp:1447 964 964 msgid "Checking for FahMon updates" 965 965 msgstr "Ser etter oppdateringer til FahMon" 966 966 967 #: src/mainDialog.cpp:145 6967 #: src/mainDialog.cpp:1458 968 968 #, c-format 969 969 msgid "Your version: %s; New version: %s" 970 970 msgstr "Din versjon: %s; Ny versjon: %s" 971 971 972 #: src/mainDialog.cpp:147 0972 #: src/mainDialog.cpp:1472 973 973 msgid "Update available" 974 974 msgstr "Oppdatering tilgjengelig" 975 975 976 #: src/mainDialog.cpp:147 1976 #: src/mainDialog.cpp:1473 977 977 msgid "" 978 978 "A newer version of FahMon is available\n" … … 982 982 "Vil du gÃ¥ til FahMons nettside?" 983 983 984 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:1480984 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 985 985 msgid "No update found" 986 986 msgstr "Ingen oppdatering tilgjengelig" 987 987 988 #: src/mainDialog.cpp:162 4988 #: src/mainDialog.cpp:1626 989 989 msgid "ctrl" 990 990 msgstr "ctrl" 991 991 992 #: src/mainDialog.cpp:162 5992 #: src/mainDialog.cpp:1627 993 993 msgid "shift" 994 994 msgstr "shift" 995 995 996 #: src/mainDialog.cpp:162 6996 #: src/mainDialog.cpp:1628 997 997 msgid "alt" 998 998 msgstr "alt" trunk/po/nl_NL.po
r509 r525 9 9 "Project-Id-Version: nl_NL\n" 10 10 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 11 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"11 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 12 12 "PO-Revision-Date: 2009-03-20 16:40+0000\n" 13 13 "Last-Translator: Bastien van 't Wel <bastien@vantwel.nl>\n" … … 165 165 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 166 166 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 167 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534168 #: src/mainDialog.cpp:53 5167 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 168 #: src/mainDialog.cpp:537 169 169 msgid "Unknown" 170 170 msgstr "Onbekend" … … 179 179 180 180 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 181 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506182 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509183 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133181 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 182 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 183 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 184 184 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 185 185 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 557 557 msgstr "Laden..." 558 558 559 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180559 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 560 560 #, c-format 561 561 msgid "%u points" … … 563 563 564 564 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 565 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599565 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 566 566 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 567 567 #, c-format … … 569 569 msgstr "%s geleden" 570 570 571 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603571 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 572 572 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 573 573 #, c-format … … 593 593 594 594 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 595 #: src/mainDialog.cpp:66 0595 #: src/mainDialog.cpp:662 596 596 msgid "Add a new client" 597 597 msgstr "Nieuwe client toevoegen" … … 621 621 msgstr "Deze client inschakelen" 622 622 623 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3623 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 624 624 msgid "Do you really want to delete this client?" 625 625 msgstr "Zeker weten dat deze client moet worden verwijderd?" … … 645 645 msgstr "Oude instellingen geimporteerd in %s" 646 646 647 #: src/mainDialog.cpp:18 3647 #: src/mainDialog.cpp:184 648 648 #, c-format 649 649 msgid "%s is licenced under the GNU GPL v2" 650 650 msgstr "%s valt onder de licentie van GNU GPL v2" 651 651 652 #: src/mainDialog.cpp:18 4652 #: src/mainDialog.cpp:185 653 653 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 654 654 msgstr "Copyright (C) 2003-2007 François Ingelrest" 655 655 656 #: src/mainDialog.cpp:18 5656 #: src/mainDialog.cpp:186 657 657 msgid "Copyright (C) 2007-2009 Andrew Schofield" 658 658 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 659 659 660 #: src/mainDialog.cpp:18 7660 #: src/mainDialog.cpp:188 661 661 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 662 662 msgstr "FahMon bevat code van qd, welke ook valt onder de GNU GPL v2 licentie" 663 663 664 #: src/mainDialog.cpp:18 8664 #: src/mainDialog.cpp:189 665 665 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 666 666 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 667 667 668 #: src/mainDialog.cpp:1 89668 #: src/mainDialog.cpp:190 669 669 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 670 670 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 671 671 672 #: src/mainDialog.cpp:44 4672 #: src/mainDialog.cpp:446 673 673 msgid "" 674 674 "Something is wrong with this client.\n" … … 678 678 "Controleer de berichten (FahMon->Weergeven/verbergen berichtenvenster)" 679 679 680 #: src/mainDialog.cpp:44 6680 #: src/mainDialog.cpp:448 681 681 msgid "This client is currently disabled." 682 682 msgstr "Deze client is op dit moment uitgeschakeld." 683 683 684 #: src/mainDialog.cpp:53 7684 #: src/mainDialog.cpp:539 685 685 #, c-format 686 686 msgid "Project %u is unknown, you should try to update the projects database" 687 687 msgstr "Project %u is onbekend, probeer de projectendatabase bij te werken" 688 688 689 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228689 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 690 690 #, c-format 691 691 msgid "%.2f PPD" 692 692 msgstr "%.2f PPD" 693 693 694 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698694 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 695 695 msgid "&Check for update" 696 696 msgstr "&Controleer op updates" 697 697 698 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698698 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 699 699 msgid "Check online for the latest version of FahMon" 700 700 msgstr "Controleer naar de laatste versie van FahMon" 701 701 702 #: src/mainDialog.cpp:65 1702 #: src/mainDialog.cpp:653 703 703 msgid "&Preferences...\tCTRL+P" 704 704 msgstr "&Instellingen...\tCTRL+P" 705 705 706 #: src/mainDialog.cpp:65 1706 #: src/mainDialog.cpp:653 707 707 msgid "Open the preferences dialog" 708 708 msgstr "Open het instellingen scherm" 709 709 710 #: src/mainDialog.cpp:65 3710 #: src/mainDialog.cpp:655 711 711 msgid "&Quit\tCtrl+Q" 712 712 msgstr "&Afsluiten\tCtrl+Q" 713 713 714 #: src/mainDialog.cpp:65 3714 #: src/mainDialog.cpp:655 715 715 #, c-format 716 716 msgid "Quit %s" 717 717 msgstr "Afsluiten %s" 718 718 719 #: src/mainDialog.cpp:66 0719 #: src/mainDialog.cpp:662 720 720 msgid "Add a new client to be monitored" 721 721 msgstr "Voeg een nieuwe client toe om te monitoren" 722 722 723 #: src/mainDialog.cpp:66 2723 #: src/mainDialog.cpp:664 724 724 msgid "Edit client" 725 725 msgstr "Wijzig client" 726 726 727 #: src/mainDialog.cpp:66 2727 #: src/mainDialog.cpp:664 728 728 msgid "Edit the selected client settings" 729 729 msgstr "Wijzig de instellingen van de geselecteerde client" 730 730 731 #: src/mainDialog.cpp:66 3731 #: src/mainDialog.cpp:665 732 732 msgid "Delete client" 733 733 msgstr "Verwijder client" 734 734 735 #: src/mainDialog.cpp:66 3735 #: src/mainDialog.cpp:665 736 736 msgid "Delete the selected client" 737 737 msgstr "Verwijder de geselecteerde client" 738 738 739 #: src/mainDialog.cpp:66 4739 #: src/mainDialog.cpp:666 740 740 msgid "View client files" 741 741 msgstr "Bekijk de bestanden van deze client" 742 742 743 #: src/mainDialog.cpp:66 4743 #: src/mainDialog.cpp:666 744 744 msgid "Open file browser in client folder" 745 745 msgstr "Open verkenner in de clientmap" 746 746 747 #: src/mainDialog.cpp:66 7747 #: src/mainDialog.cpp:669 748 748 msgid "Reload &Selection\tF5" 749 749 msgstr "Herladen &selectie\tF5" 750 750 751 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670751 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 752 752 msgid "Reload the selected client" 753 753 msgstr "Geselecteerde client herladen" 754 754 755 #: src/mainDialog.cpp:6 68755 #: src/mainDialog.cpp:670 756 756 msgid "Reload &All\tF6" 757 757 msgstr "Herladen &alles\tF6" 758 758 759 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671759 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 760 760 msgid "Reload all the clients" 761 761 msgstr "Alle clients herladen" 762 762 763 #: src/mainDialog.cpp:67 0763 #: src/mainDialog.cpp:672 764 764 msgid "Reload &Selection\tCtrl+R" 765 765 msgstr "Herladen &selectie\tCtrl+R" 766 766 767 #: src/mainDialog.cpp:67 1767 #: src/mainDialog.cpp:673 768 768 msgid "Reload &All\tCtrl+Shift+R" 769 769 msgstr "Herladen &alles\tCtrl+Shift+R" 770 770 771 #: src/mainDialog.cpp:67 3771 #: src/mainDialog.cpp:675 772 772 msgid "&Clients" 773 773 msgstr "&Clients" 774 774 775 #: src/mainDialog.cpp:6 78775 #: src/mainDialog.cpp:680 776 776 msgid "&Show/Hide FAHLog\tF8" 777 777 msgstr "&Weergeven/verbergen FAHLog\tF8" 778 778 779 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682779 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 780 780 msgid "Toggle the log file" 781 781 msgstr "Selecteer de logfile" 782 782 783 #: src/mainDialog.cpp:68 0783 #: src/mainDialog.cpp:682 784 784 msgid "&Cycle ETA Style\tF9" 785 785 msgstr "&Wissel ETA stijl\tF9" 786 786 787 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684787 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 788 788 msgid "Cycle through the different ETA display styles" 789 789 msgstr "Wissel tussen de verschillende ETA weergave stijlen" 790 790 791 #: src/mainDialog.cpp:68 2791 #: src/mainDialog.cpp:684 792 792 msgid "&Show/Hide FAHLog\tCtrl+L" 793 793 msgstr "&Weergeven/verbergen FAHLog\tCtrl+L" 794 794 795 #: src/mainDialog.cpp:68 4795 #: src/mainDialog.cpp:686 796 796 msgid "&Cycle ETA Style\tCtrl+E" 797 797 msgstr "&Wissel ETA stijl\tCtrl+E" 798 798 799 #: src/mainDialog.cpp:68 7799 #: src/mainDialog.cpp:689 800 800 msgid "Show/Hide &WU Info panel" 801 801 msgstr "Toon/verberg &WU infoscherm" 802 802 803 #: src/mainDialog.cpp:68 7803 #: src/mainDialog.cpp:689 804 804 msgid "Toggle the display of the Work Unit Information panel" 805 805 msgstr "Selecteer om het scherm met de WU informatie te tonen" 806 806 807 #: src/mainDialog.cpp:6 88807 #: src/mainDialog.cpp:690 808 808 msgid "&View" 809 809 msgstr "Weerga&ve" 810 810 811 #: src/mainDialog.cpp:69 2811 #: src/mainDialog.cpp:694 812 812 msgid "&Show/Hide Messages Window" 813 813 msgstr "&Weergeven/verbergen berichtenvenster" 814 814 815 #: src/mainDialog.cpp:69 2815 #: src/mainDialog.cpp:694 816 816 msgid "Toggle the messages window" 817 817 msgstr "Selecteer het berichtenvenster" 818 818 819 #: src/mainDialog.cpp:69 3819 #: src/mainDialog.cpp:695 820 820 msgid "&Benchmarks...\tCTRL+B" 821 821 msgstr "&Benchmarks...\tCTRL+B" 822 822 823 #: src/mainDialog.cpp:69 3823 #: src/mainDialog.cpp:695 824 824 msgid "Open the benchmarks dialog" 825 825 msgstr "Open het benchmarks scherm" 826 826 827 #: src/mainDialog.cpp:69 4827 #: src/mainDialog.cpp:696 828 828 msgid "&Download New Projects" 829 829 msgstr "&Download nieuwe projecten" 830 830 831 #: src/mainDialog.cpp:69 4831 #: src/mainDialog.cpp:696 832 832 msgid "Update the local project database" 833 833 msgstr "Bijwerken van de lokale projectendatabase" 834 834 835 #: src/mainDialog.cpp:70 0835 #: src/mainDialog.cpp:702 836 836 msgid "&Tools" 837 837 msgstr "&Hulpmiddelen" 838 838 839 #: src/mainDialog.cpp:70 5839 #: src/mainDialog.cpp:707 840 840 msgid "&My Stats\tF2" 841 841 msgstr "&Mijn statistieken\tF2" 842 842 843 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709843 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 844 844 msgid "View the personal statistics for the selected client" 845 845 msgstr "Bekijk de persoonlijke statistieken voor de geselecteerde client" 846 846 847 #: src/mainDialog.cpp:70 6847 #: src/mainDialog.cpp:708 848 848 msgid "&Jmol\tF3" 849 849 msgstr "&Jmol\tF3" 850 850 851 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710851 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 852 852 msgid "View the current project on the Jmol website" 853 853 msgstr "Bekijk het huidige project op de Jmol website" 854 854 855 #: src/mainDialog.cpp:70 7855 #: src/mainDialog.cpp:709 856 856 msgid "fah&info\tF4" 857 857 msgstr "fah&info\tF4" 858 858 859 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711859 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 860 860 msgid "View the current project on fahinfo.org" 861 861 msgstr "Bekijk het huidige project op fahinfo.org" 862 862 863 #: src/mainDialog.cpp:7 09863 #: src/mainDialog.cpp:711 864 864 msgid "&My Stats\tCtrl+Shift+M" 865 865 msgstr "&Mijn statistieken\tCtrl+Shift+M" 866 866 867 #: src/mainDialog.cpp:71 0867 #: src/mainDialog.cpp:712 868 868 msgid "&Jmol\tCtrl+J" 869 869 msgstr "&Jmol\tCtrl+J" 870 870 871 #: src/mainDialog.cpp:71 1871 #: src/mainDialog.cpp:713 872 872 msgid "fah&info\tCtrl+I" 873 873 msgstr "fah&info\tCtrl+I" 874 874 875 #: src/mainDialog.cpp:71 4875 #: src/mainDialog.cpp:716 876 876 msgid "F@H &Website" 877 877 msgstr "F@H &Website" 878 878 879 #: src/mainDialog.cpp:71 4879 #: src/mainDialog.cpp:716 880 880 msgid "Open to the official Stanford website" 881 881 msgstr "Open de officiële Stanford website" 882 882 883 #: src/mainDialog.cpp:71 5883 #: src/mainDialog.cpp:717 884 884 msgid "Folding &Forum" 885 885 msgstr "Folding &Forum" 886 886 887 #: src/mainDialog.cpp:71 5887 #: src/mainDialog.cpp:717 888 888 msgid "Open the Folding@Home support forum" 889 889 msgstr "Open het Folding@Home support forum" 890 890 891 #: src/mainDialog.cpp:71 6891 #: src/mainDialog.cpp:718 892 892 msgid "&Projects Summary" 893 893 msgstr "&Projects Summary" 894 894 895 #: src/mainDialog.cpp:71 6895 #: src/mainDialog.cpp:718 896 896 msgid "Open the list of the current projects" 897 897 msgstr "Open de lijst met huidige projecten" 898 898 899 #: src/mainDialog.cpp:71 7899 #: src/mainDialog.cpp:719 900 900 msgid "&Servers Status" 901 901 msgstr "&Servers status" 902 902 903 #: src/mainDialog.cpp:71 7903 #: src/mainDialog.cpp:719 904 904 msgid "Open the list of the servers with their status" 905 905 msgstr "Open de lijst met de huidige status van de servers" 906 906 907 #: src/mainDialog.cpp:7 18907 #: src/mainDialog.cpp:720 908 908 msgid "&Web" 909 909 msgstr "&Web" 910 910 911 #: src/mainDialog.cpp:72 3911 #: src/mainDialog.cpp:725 912 912 msgid "&Help Contents\tF1" 913 913 msgstr "&Help inhoud\tF1" 914 914 915 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725915 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 916 916 msgid "See help contents" 917 917 msgstr "Bekijk de inhoud van de help" 918 918 919 #: src/mainDialog.cpp:72 5919 #: src/mainDialog.cpp:727 920 920 msgid "&Help Contents\tCtrl+?" 921 921 msgstr "&Help inhoud\tCtrl+?" 922 922 923 #: src/mainDialog.cpp:72 7923 #: src/mainDialog.cpp:729 924 924 msgid "FahMon &IRC Channel" 925 925 msgstr "FahMon &IRC kanaal" 926 926 927 #: src/mainDialog.cpp:72 7927 #: src/mainDialog.cpp:729 928 928 msgid "Join the FahMon IRC channel for online help" 929 929 msgstr "Ga naar het FahMon IRC kanaal voor online hulp" 930 930 931 #: src/mainDialog.cpp:7 28931 #: src/mainDialog.cpp:730 932 932 msgid "&About" 933 933 msgstr "&Over" 934 934 935 #: src/mainDialog.cpp:7 28935 #: src/mainDialog.cpp:730 936 936 #, c-format 937 937 msgid "About %s" 938 938 msgstr "Over %s" 939 939 940 #: src/mainDialog.cpp:73 5940 #: src/mainDialog.cpp:737 941 941 msgid "&Help" 942 942 msgstr "&Help" 943 943 944 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569944 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 945 945 msgid "Work Unit Information" 946 946 msgstr "Work unit informatie" 947 947 948 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570948 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 949 949 msgid "Core:" 950 950 msgstr "Core:" 951 951 952 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571952 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 953 953 msgid "Project:" 954 954 msgstr "Project:" 955 955 956 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572956 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 957 957 msgid "Credit:" 958 958 msgstr "Waardering:" 959 959 960 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573960 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 961 961 msgid "Username:" 962 962 msgstr "Gebruikersnaam:" 963 963 964 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581964 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 965 965 msgid "Downloaded:" 966 966 msgstr "Gedownload:" 967 967 968 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574968 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 969 969 msgid "Preferred Deadline:" 970 970 msgstr "Gewenst inlevermoment:" 971 971 972 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575972 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 973 973 msgid "Final Deadline:" 974 974 msgstr "Uiterste inlevermoment:" 975 975 976 #: src/mainDialog.cpp:84 2976 #: src/mainDialog.cpp:844 977 977 msgid "Log file." 978 978 msgstr "Logfile." 979 979 980 #: src/mainDialog.cpp:108 4980 #: src/mainDialog.cpp:1086 981 981 msgid "You must first select a client!" 982 982 msgstr "Je moet eerst een client selecteren!" 983 983 984 #: src/mainDialog.cpp:144 5984 #: src/mainDialog.cpp:1447 985 985 msgid "Checking for FahMon updates" 986 986 msgstr "Controleer op FahMon updates" 987 987 988 #: src/mainDialog.cpp:145 6988 #: src/mainDialog.cpp:1458 989 989 #, c-format 990 990 msgid "Your version: %s; New version: %s" 991 991 msgstr "Huidige versie: %s; Nieuwe versie: %s" 992 992 993 #: src/mainDialog.cpp:147 0993 #: src/mainDialog.cpp:1472 994 994 msgid "Update available" 995 995 msgstr "Update beschikbaar!" 996 996 997 #: src/mainDialog.cpp:147 1997 #: src/mainDialog.cpp:1473 998 998 msgid "" 999 999 "A newer version of FahMon is available\n" … … 1003 1003 "Wil je naar de FahMon website?" 1004 1004 1005 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801005 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1006 1006 msgid "No update found" 1007 1007 msgstr "Geen update gevonden" 1008 1008 1009 #: src/mainDialog.cpp:162 41009 #: src/mainDialog.cpp:1626 1010 1010 msgid "ctrl" 1011 1011 msgstr "ctrl" 1012 1012 1013 #: src/mainDialog.cpp:162 51013 #: src/mainDialog.cpp:1627 1014 1014 msgid "shift" 1015 1015 msgstr "shift" 1016 1016 1017 #: src/mainDialog.cpp:162 61017 #: src/mainDialog.cpp:1628 1018 1018 msgid "alt" 1019 1019 msgstr "alt" trunk/po/pl_PL.po
r509 r525 9 9 "Project-Id-Version: pl_PL\n" 10 10 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 11 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"11 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 12 12 "PO-Revision-Date: 2009-03-22 23:57+0100\n" 13 13 "Last-Translator: Mariusz Pociask <mariusz-pociask@o2.pl>\n" … … 169 169 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 170 170 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 171 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534172 #: src/mainDialog.cpp:53 5171 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 172 #: src/mainDialog.cpp:537 173 173 msgid "Unknown" 174 174 msgstr "Nieznany" … … 183 183 184 184 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 185 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506186 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509187 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133185 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 186 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 187 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 188 188 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 189 189 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 583 583 msgstr "Wczytywanie..." 584 584 585 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180585 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 586 586 #, c-format 587 587 msgid "%u points" … … 589 589 590 590 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 591 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599591 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 592 592 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 593 593 #, c-format … … 595 595 msgstr "%s temu" 596 596 597 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603597 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 598 598 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 599 599 #, c-format … … 620 620 621 621 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 622 #: src/mainDialog.cpp:66 0622 #: src/mainDialog.cpp:662 623 623 msgid "Add a new client" 624 624 msgstr "Dodaj nowego klienta" … … 650 650 cz tego klienta" 651 651 652 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3652 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 653 653 msgid "Do you really want to delete this client?" 654 654 msgstr "Czy na pewno chcesz usunÄ … … 675 675 msgstr "Stare ustawienia zostaÅy zaimportowane do %s" 676 676 677 #: src/mainDialog.cpp:18 3677 #: src/mainDialog.cpp:184 678 678 #, c-format 679 679 msgid "%s is licenced under the GNU GPL v2" 680 680 msgstr "%s korzysta z licencji GNU GPL v2" 681 681 682 #: src/mainDialog.cpp:18 4682 #: src/mainDialog.cpp:185 683 683 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 684 684 msgstr "Prawa autorskie © 2003-2007 François Ingelrest" 685 685 686 #: src/mainDialog.cpp:18 5686 #: src/mainDialog.cpp:186 687 687 msgid "Copyright (C) 2007-2009 Andrew Schofield" 688 688 msgstr "Prawa autorskie © 2007-2009 Andrew Schofield" 689 689 690 #: src/mainDialog.cpp:18 7690 #: src/mainDialog.cpp:188 691 691 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 692 692 msgstr "" 693 693 "FahMon zawiera kod programu qd, równieÅŒ korzystajacego z licencji GNU GPL v2" 694 694 695 #: src/mainDialog.cpp:18 8695 #: src/mainDialog.cpp:189 696 696 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 697 697 msgstr "Prawa autorskie © 2002-2005 Richard P. Howell IV." 698 698 699 #: src/mainDialog.cpp:1 89699 #: src/mainDialog.cpp:190 700 700 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 701 701 msgstr "Prawa autorskie © 2005-2009 Sebastiaan Couwenberg" 702 702 703 #: src/mainDialog.cpp:44 4703 #: src/mainDialog.cpp:446 704 704 msgid "" 705 705 "Something is wrong with this client.\n" … … 710 710 "Sprawdź aktualne komunikaty (NarzÄdzia->PokaÅŒ/ukryj okno komunikatów)." 711 711 712 #: src/mainDialog.cpp:44 6712 #: src/mainDialog.cpp:448 713 713 msgid "This client is currently disabled." 714 714 msgstr "Ten klient jest obecnie wyÅÄ 715 715 czony." 716 716 717 #: src/mainDialog.cpp:53 7717 #: src/mainDialog.cpp:539 718 718 #, c-format 719 719 msgid "Project %u is unknown, you should try to update the projects database" 720 720 msgstr "Projekt %u nie zostaÅ rozpoznany, spróbuj zaktualizowaÄ bazÄ projektów" 721 721 722 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228722 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 723 723 #, c-format 724 724 msgid "%.2f PPD" 725 725 msgstr "%.2f PPD" 726 726 727 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698727 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 728 728 msgid "&Check for update" 729 729 msgstr "Wyszukaj &aktualizacje" 730 730 731 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698731 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 732 732 msgid "Check online for the latest version of FahMon" 733 733 msgstr "Znajdź w sieci najnowszÄ 734 734 wersjÄ FahMona" 735 735 736 #: src/mainDialog.cpp:65 1736 #: src/mainDialog.cpp:653 737 737 msgid "&Preferences...\tCTRL+P" 738 738 msgstr "&Ustawienia...\tCTRL+P" 739 739 740 #: src/mainDialog.cpp:65 1740 #: src/mainDialog.cpp:653 741 741 msgid "Open the preferences dialog" 742 742 msgstr "Otwórz okno ustawieÅ" 743 743 744 #: src/mainDialog.cpp:65 3744 #: src/mainDialog.cpp:655 745 745 msgid "&Quit\tCtrl+Q" 746 746 msgstr "&Wyjdź\tCtrl+Q" 747 747 748 #: src/mainDialog.cpp:65 3748 #: src/mainDialog.cpp:655 749 749 #, c-format 750 750 msgid "Quit %s" 751 751 msgstr "Wyjdź z %sa" 752 752 753 #: src/mainDialog.cpp:66 0753 #: src/mainDialog.cpp:662 754 754 msgid "Add a new client to be monitored" 755 755 msgstr "Dodaj klienta do monitorowania" 756 756 757 #: src/mainDialog.cpp:66 2757 #: src/mainDialog.cpp:664 758 758 msgid "Edit client" 759 759 msgstr "Edytuj klienta" 760 760 761 #: src/mainDialog.cpp:66 2761 #: src/mainDialog.cpp:664 762 762 msgid "Edit the selected client settings" 763 763 msgstr "Edytuj ustawienia wybranego klienta" 764 764 765 #: src/mainDialog.cpp:66 3765 #: src/mainDialog.cpp:665 766 766 msgid "Delete client" 767 767 msgstr "UsuÅ klienta" 768 768 769 #: src/mainDialog.cpp:66 3769 #: src/mainDialog.cpp:665 770 770 msgid "Delete the selected client" 771 771 msgstr "UsuÅ wybranego klienta" 772 772 773 #: src/mainDialog.cpp:66 4773 #: src/mainDialog.cpp:666 774 774 msgid "View client files" 775 775 msgstr "PokaÅŒ pliki klienta" 776 776 777 #: src/mainDialog.cpp:66 4777 #: src/mainDialog.cpp:666 778 778 msgid "Open file browser in client folder" 779 779 msgstr "Otwórz menedÅŒera plików w katalogu klienta" 780 780 781 #: src/mainDialog.cpp:66 7781 #: src/mainDialog.cpp:669 782 782 msgid "Reload &Selection\tF5" 783 783 msgstr "OdÅwieÅŒ &status klienta\tF5" 784 784 785 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670785 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 786 786 msgid "Reload the selected client" 787 787 msgstr "Odczytaj ponownie status wybranego klienta" 788 788 789 #: src/mainDialog.cpp:6 68789 #: src/mainDialog.cpp:670 790 790 msgid "Reload &All\tF6" 791 791 msgstr "OdÅwieÅŒ st&atusy klientów\tF6" 792 792 793 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671793 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 794 794 msgid "Reload all the clients" 795 795 msgstr "Odczytaj ponownie statusy wszystkich klientów" 796 796 797 #: src/mainDialog.cpp:67 0797 #: src/mainDialog.cpp:672 798 798 msgid "Reload &Selection\tCtrl+R" 799 799 msgstr "OdÅwieÅŒ &status klienta\tCtrl+R" 800 800 801 #: src/mainDialog.cpp:67 1801 #: src/mainDialog.cpp:673 802 802 msgid "Reload &All\tCtrl+Shift+R" 803 803 msgstr "OdÅwieÅŒ st&atusy klientów\tCtrl+Shift+R" 804 804 805 #: src/mainDialog.cpp:67 3805 #: src/mainDialog.cpp:675 806 806 msgid "&Clients" 807 807 msgstr "&Klienty" 808 808 809 #: src/mainDialog.cpp:6 78809 #: src/mainDialog.cpp:680 810 810 msgid "&Show/Hide FAHLog\tF8" 811 811 msgstr "&PokaÅŒ/ukryj dziennik FAHlog\tF8" 812 812 813 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682813 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 814 814 msgid "Toggle the log file" 815 815 msgstr "PokaÅŒ/ukryj dziennik" 816 816 817 #: src/mainDialog.cpp:68 0817 #: src/mainDialog.cpp:682 818 818 msgid "&Cycle ETA Style\tF9" 819 819 msgstr "&ZmieÅ format czasu ukoÅczenia\tF9" 820 820 821 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684821 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 822 822 msgid "Cycle through the different ETA display styles" 823 823 msgstr "PrzeÅÄ 824 824 cz miÄdzy róŌnymi trybami wyÅwietlania czasu ukoÅczenia" 825 825 826 #: src/mainDialog.cpp:68 2826 #: src/mainDialog.cpp:684 827 827 msgid "&Show/Hide FAHLog\tCtrl+L" 828 828 msgstr "&PokaÅŒ/ukryj dziennik FAHlog\tCtrl+L" 829 829 830 #: src/mainDialog.cpp:68 4830 #: src/mainDialog.cpp:686 831 831 msgid "&Cycle ETA Style\tCtrl+E" 832 832 msgstr "ZmieÅ format &czasu ukoÅczenia\tCtrl+E" 833 833 834 #: src/mainDialog.cpp:68 7834 #: src/mainDialog.cpp:689 835 835 msgid "Show/Hide &WU Info panel" 836 836 msgstr "PokaÅŒ/ukryj panel informacyjny &WU" 837 837 838 #: src/mainDialog.cpp:68 7838 #: src/mainDialog.cpp:689 839 839 msgid "Toggle the display of the Work Unit Information panel" 840 840 msgstr "" … … 843 843 cz wyÅwietlanie panelu informacyjnego jednostki projektu [WU]" 844 844 845 #: src/mainDialog.cpp:6 88845 #: src/mainDialog.cpp:690 846 846 msgid "&View" 847 847 msgstr "&Widok" 848 848 849 #: src/mainDialog.cpp:69 2849 #: src/mainDialog.cpp:694 850 850 msgid "&Show/Hide Messages Window" 851 851 msgstr "&PokaÅŒ/ukryj okno komunikatów" 852 852 853 #: src/mainDialog.cpp:69 2853 #: src/mainDialog.cpp:694 854 854 msgid "Toggle the messages window" 855 855 msgstr "WÅÄ … … 857 857 cz okno komunikatów" 858 858 859 #: src/mainDialog.cpp:69 3859 #: src/mainDialog.cpp:695 860 860 msgid "&Benchmarks...\tCTRL+B" 861 861 msgstr "&Wyniki...\tCTRL+B" 862 862 863 #: src/mainDialog.cpp:69 3863 #: src/mainDialog.cpp:695 864 864 msgid "Open the benchmarks dialog" 865 865 msgstr "Otwórz okno z testami prÄdkoÅci przetwarzania róŌnych projektów" 866 866 867 #: src/mainDialog.cpp:69 4867 #: src/mainDialog.cpp:696 868 868 msgid "&Download New Projects" 869 869 msgstr "Pobierz &nowe projekty" 870 870 871 #: src/mainDialog.cpp:69 4871 #: src/mainDialog.cpp:696 872 872 msgid "Update the local project database" 873 873 msgstr "Aktualizuj lokalnÄ 874 874 bazÄ projektów" 875 875 876 #: src/mainDialog.cpp:70 0876 #: src/mainDialog.cpp:702 877 877 msgid "&Tools" 878 878 msgstr "&NarzÄdzia" 879 879 880 #: src/mainDialog.cpp:70 5880 #: src/mainDialog.cpp:707 881 881 msgid "&My Stats\tF2" 882 882 msgstr "&Moje statystyki\tF2" 883 883 884 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709884 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 885 885 msgid "View the personal statistics for the selected client" 886 886 msgstr "Obejrzyj statystyki osobiste dla tego klienta" 887 887 888 #: src/mainDialog.cpp:70 6888 #: src/mainDialog.cpp:708 889 889 msgid "&Jmol\tF3" 890 890 msgstr "&Jmol\tF3" 891 891 892 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710892 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 893 893 msgid "View the current project on the Jmol website" 894 894 msgstr "Obejrzyj projekt na stronie Jmola" 895 895 896 #: src/mainDialog.cpp:70 7896 #: src/mainDialog.cpp:709 897 897 msgid "fah&info\tF4" 898 898 msgstr "fah&info\tF4" 899 899 900 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711900 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 901 901 msgid "View the current project on fahinfo.org" 902 902 msgstr "Obejrzyj informacje o projekcie na fahinfo.org" 903 903 904 #: src/mainDialog.cpp:7 09904 #: src/mainDialog.cpp:711 905 905 msgid "&My Stats\tCtrl+Shift+M" 906 906 msgstr "&Moje statystyki\tCtrl+Shift+M" 907 907 908 #: src/mainDialog.cpp:71 0908 #: src/mainDialog.cpp:712 909 909 msgid "&Jmol\tCtrl+J" 910 910 msgstr "&Jmol\tCtrl+J" 911 911 912 #: src/mainDialog.cpp:71 1912 #: src/mainDialog.cpp:713 913 913 msgid "fah&info\tCtrl+I" 914 914 msgstr "fah&info\tCtrl+I" 915 915 916 #: src/mainDialog.cpp:71 4916 #: src/mainDialog.cpp:716 917 917 msgid "F@H &Website" 918 918 msgstr "&Strona F@H" 919 919 920 #: src/mainDialog.cpp:71 4920 #: src/mainDialog.cpp:716 921 921 msgid "Open to the official Stanford website" 922 922 msgstr "Wejdź na oficjalnÄ 923 923 stronÄ Uniwersytetu Stanforda" 924 924 925 #: src/mainDialog.cpp:71 5925 #: src/mainDialog.cpp:717 926 926 msgid "Folding &Forum" 927 927 msgstr "&Folding Forum" 928 928 929 #: src/mainDialog.cpp:71 5929 #: src/mainDialog.cpp:717 930 930 msgid "Open the Folding@Home support forum" 931 931 msgstr "Przejdź do forum Folding@Home" 932 932 933 #: src/mainDialog.cpp:71 6933 #: src/mainDialog.cpp:718 934 934 msgid "&Projects Summary" 935 935 msgstr "&Dane projektów" 936 936 937 #: src/mainDialog.cpp:71 6937 #: src/mainDialog.cpp:718 938 938 msgid "Open the list of the current projects" 939 939 msgstr "WyÅwietl aktualnÄ 940 940 listÄ projektów" 941 941 942 #: src/mainDialog.cpp:71 7942 #: src/mainDialog.cpp:719 943 943 msgid "&Servers Status" 944 944 msgstr "Statusy ser&werów" 945 945 946 #: src/mainDialog.cpp:71 7946 #: src/mainDialog.cpp:719 947 947 msgid "Open the list of the servers with their status" 948 948 msgstr "WyÅwietl listÄ serwerów F@H i ich statusy" 949 949 950 #: src/mainDialog.cpp:7 18950 #: src/mainDialog.cpp:720 951 951 msgid "&Web" 952 952 msgstr "&Internet" 953 953 954 #: src/mainDialog.cpp:72 3954 #: src/mainDialog.cpp:725 955 955 msgid "&Help Contents\tF1" 956 956 msgstr "ZawartoÅÄ &pomocy\tF1" 957 957 958 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725958 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 959 959 msgid "See help contents" 960 960 msgstr "Przejrzyj zawartoÅÄ pomocy" 961 961 962 #: src/mainDialog.cpp:72 5962 #: src/mainDialog.cpp:727 963 963 msgid "&Help Contents\tCtrl+?" 964 964 msgstr "ZawartoÅÄ &pomocy\tCtrl+?" 965 965 966 #: src/mainDialog.cpp:72 7966 #: src/mainDialog.cpp:729 967 967 msgid "FahMon &IRC Channel" 968 968 msgstr "&IRCowy kanaÅ FahMona" 969 969 970 #: src/mainDialog.cpp:72 7970 #: src/mainDialog.cpp:729 971 971 msgid "Join the FahMon IRC channel for online help" 972 972 msgstr "Odwiedź IRCowy kanaÅ FahMona, by uzyskaÄ pomoc" 973 973 974 #: src/mainDialog.cpp:7 28974 #: src/mainDialog.cpp:730 975 975 msgid "&About" 976 976 msgstr "&O programie" 977 977 978 #: src/mainDialog.cpp:7 28978 #: src/mainDialog.cpp:730 979 979 #, c-format 980 980 msgid "About %s" 981 981 msgstr "O %sie" 982 982 983 #: src/mainDialog.cpp:73 5983 #: src/mainDialog.cpp:737 984 984 msgid "&Help" 985 985 msgstr "&Pomoc" 986 986 987 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569987 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 988 988 msgid "Work Unit Information" 989 989 msgstr "Informacje o przetwarzanej jednostce [WU]" 990 990 991 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570991 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 992 992 msgid "Core:" 993 993 msgstr "RdzeÅ:" 994 994 995 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571995 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 996 996 msgid "Project:" 997 997 msgstr "Projekt:" 998 998 999 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572999 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 1000 1000 msgid "Credit:" 1001 1001 msgstr "Kredyt:" 1002 1002 1003 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:5731003 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 1004 1004 msgid "Username:" 1005 1005 msgstr "UÅŒytkownik:" 1006 1006 1007 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:5811007 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 1008 1008 msgid "Downloaded:" 1009 1009 msgstr "Pobrano:" 1010 1010 1011 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:5741011 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 1012 1012 msgid "Preferred Deadline:" 1013 1013 msgstr "Preferowany czas ukoÅczenia:" 1014 1014 1015 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:5751015 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 1016 1016 msgid "Final Deadline:" 1017 1017 msgstr "Ostateczny czas ukoÅczenia:" 1018 1018 1019 #: src/mainDialog.cpp:84 21019 #: src/mainDialog.cpp:844 1020 1020 msgid "Log file." 1021 1021 msgstr "Plik dziennika." 1022 1022 1023 #: src/mainDialog.cpp:108 41023 #: src/mainDialog.cpp:1086 1024 1024 msgid "You must first select a client!" 1025 1025 msgstr "Musisz najpierw wybraÄ klienta!" 1026 1026 1027 #: src/mainDialog.cpp:144 51027 #: src/mainDialog.cpp:1447 1028 1028 msgid "Checking for FahMon updates" 1029 1029 msgstr "Wyszukiwanie aktualizacji FahMona" 1030 1030 1031 #: src/mainDialog.cpp:145 61031 #: src/mainDialog.cpp:1458 1032 1032 #, c-format 1033 1033 msgid "Your version: %s; New version: %s" 1034 1034 msgstr "Twoja wersja: %s; nowa wersja: %s" 1035 1035 1036 #: src/mainDialog.cpp:147 01036 #: src/mainDialog.cpp:1472 1037 1037 msgid "Update available" 1038 1038 msgstr "Znaleziono uaktualnienie" 1039 1039 1040 #: src/mainDialog.cpp:147 11040 #: src/mainDialog.cpp:1473 1041 1041 msgid "" 1042 1042 "A newer version of FahMon is available\n" … … 1046 1046 "Czy chcesz przejÅÄ do strony domowej programu?" 1047 1047 1048 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801048 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1049 1049 msgid "No update found" 1050 1050 msgstr "Nie znaleziono aktualizacji" 1051 1051 1052 #: src/mainDialog.cpp:162 41052 #: src/mainDialog.cpp:1626 1053 1053 msgid "ctrl" 1054 1054 msgstr "ctrl" 1055 1055 1056 #: src/mainDialog.cpp:162 51056 #: src/mainDialog.cpp:1627 1057 1057 msgid "shift" 1058 1058 msgstr "shift" 1059 1059 1060 #: src/mainDialog.cpp:162 61060 #: src/mainDialog.cpp:1628 1061 1061 msgid "alt" 1062 1062 msgstr "alt" trunk/po/pt_BR.po
r509 r525 9 9 "Project-Id-Version: pt_BR\n" 10 10 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 11 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"11 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 12 12 "PO-Revision-Date: 2008-02-03 11:48-0300\n" 13 13 "Last-Translator: Custódio Marcelino de Jesus <custodiomdj@gmail.com>\n" … … 164 164 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 165 165 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 166 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534167 #: src/mainDialog.cpp:53 5166 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 167 #: src/mainDialog.cpp:537 168 168 msgid "Unknown" 169 169 msgstr "Desconhecido" … … 178 178 179 179 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 180 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506181 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509182 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133180 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 181 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 182 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 183 183 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 184 184 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 563 563 msgstr "Carregando..." 564 564 565 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180565 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 566 566 #, c-format 567 567 msgid "%u points" … … 569 569 570 570 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 571 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599571 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 572 572 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 573 573 #, c-format … … 575 575 msgstr "%s atrás" 576 576 577 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603577 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 578 578 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 579 579 #, c-format … … 599 599 600 600 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 601 #: src/mainDialog.cpp:66 0601 #: src/mainDialog.cpp:662 602 602 msgid "Add a new client" 603 603 msgstr "Adicionar um novo cliente" … … 629 629 msgstr "Apagar este cliente" 630 630 631 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3631 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 632 632 msgid "Do you really want to delete this client?" 633 633 msgstr "Quer mesmo apagar este cliente?" … … 654 654 msgstr "" 655 655 656 #: src/mainDialog.cpp:18 3656 #: src/mainDialog.cpp:184 657 657 #, c-format 658 658 msgid "%s is licenced under the GNU GPL v2" 659 659 msgstr "%s está licenciado sobre a GNU GPL v2" 660 660 661 #: src/mainDialog.cpp:18 4661 #: src/mainDialog.cpp:185 662 662 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 663 663 msgstr "Direitos Autorais (C) 2003-2007 François Ingelrest" 664 664 665 #: src/mainDialog.cpp:18 5665 #: src/mainDialog.cpp:186 666 666 msgid "Copyright (C) 2007-2009 Andrew Schofield" 667 667 msgstr "Direitos Autorais (C) 2007-2009 Andrew Schofield" 668 668 669 #: src/mainDialog.cpp:18 7669 #: src/mainDialog.cpp:188 670 670 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 671 671 msgstr "" … … 673 673 "GPL v2" 674 674 675 #: src/mainDialog.cpp:18 8675 #: src/mainDialog.cpp:189 676 676 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 677 677 msgstr "Direitos Autorais (C) 2002-2005 Richard P. Howell IV." 678 678 679 #: src/mainDialog.cpp:1 89679 #: src/mainDialog.cpp:190 680 680 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 681 681 msgstr "Direitos Autorais (C) 2005-2009 Sebastiaan Couwenberg" 682 682 683 #: src/mainDialog.cpp:44 4683 #: src/mainDialog.cpp:446 684 684 #, fuzzy 685 685 msgid "" … … 691 691 "Mensagens)" 692 692 693 #: src/mainDialog.cpp:44 6693 #: src/mainDialog.cpp:448 694 694 msgid "This client is currently disabled." 695 695 msgstr "" 696 696 697 #: src/mainDialog.cpp:53 7697 #: src/mainDialog.cpp:539 698 698 #, c-format 699 699 msgid "Project %u is unknown, you should try to update the projects database" … … 701 701 "O Projeto %u é desconhecido. Tente atualizar a base de dados dos projetos." 702 702 703 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228703 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 704 704 #, c-format 705 705 msgid "%.2f PPD" 706 706 msgstr "" 707 707 708 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698708 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 709 709 msgid "&Check for update" 710 710 msgstr "&Verificar por atualizações" 711 711 712 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698712 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 713 713 msgid "Check online for the latest version of FahMon" 714 714 msgstr "Verificar online pela última versão do FahMon" 715 715 716 #: src/mainDialog.cpp:65 1716 #: src/mainDialog.cpp:653 717 717 msgid "&Preferences...\tCTRL+P" 718 718 msgstr "&Preferências...\tCTRL+P" 719 719 720 #: src/mainDialog.cpp:65 1720 #: src/mainDialog.cpp:653 721 721 msgid "Open the preferences dialog" 722 722 msgstr "Abrir o diálogo das preferências" 723 723 724 #: src/mainDialog.cpp:65 3724 #: src/mainDialog.cpp:655 725 725 msgid "&Quit\tCtrl+Q" 726 726 msgstr "&Sair\tCTRL+Q" 727 727 728 #: src/mainDialog.cpp:65 3728 #: src/mainDialog.cpp:655 729 729 #, c-format 730 730 msgid "Quit %s" 731 731 msgstr "Sair %s" 732 732 733 #: src/mainDialog.cpp:66 0733 #: src/mainDialog.cpp:662 734 734 #, fuzzy 735 735 msgid "Add a new client to be monitored" 736 736 msgstr "Adicionar um novo cliente" 737 737 738 #: src/mainDialog.cpp:66 2738 #: src/mainDialog.cpp:664 739 739 #, fuzzy 740 740 msgid "Edit client" 741 741 msgstr "Editar este cliente" 742 742 743 #: src/mainDialog.cpp:66 2743 #: src/mainDialog.cpp:664 744 744 #, fuzzy 745 745 msgid "Edit the selected client settings" 746 746 msgstr "Recarregar o cliente selecionado" 747 747 748 #: src/mainDialog.cpp:66 3748 #: src/mainDialog.cpp:665 749 749 #, fuzzy 750 750 msgid "Delete client" 751 751 msgstr "Apagar este cliente" 752 752 753 #: src/mainDialog.cpp:66 3753 #: src/mainDialog.cpp:665 754 754 #, fuzzy 755 755 msgid "Delete the selected client" 756 756 msgstr "Recarregar o cliente selecionado" 757 757 758 #: src/mainDialog.cpp:66 4758 #: src/mainDialog.cpp:666 759 759 #, fuzzy 760 760 msgid "View client files" 761 761 msgstr "Visualizar os arquivos do cliente" 762 762 763 #: src/mainDialog.cpp:66 4763 #: src/mainDialog.cpp:666 764 764 msgid "Open file browser in client folder" 765 765 msgstr "" 766 766 767 #: src/mainDialog.cpp:66 7767 #: src/mainDialog.cpp:669 768 768 msgid "Reload &Selection\tF5" 769 769 msgstr "Recarregar &Seleção\tF5" 770 770 771 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670771 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 772 772 msgid "Reload the selected client" 773 773 msgstr "Recarregar o cliente selecionado" 774 774 775 #: src/mainDialog.cpp:6 68775 #: src/mainDialog.cpp:670 776 776 msgid "Reload &All\tF6" 777 777 msgstr "Recarregar &Todos\tF6" 778 778 779 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671779 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 780 780 msgid "Reload all the clients" 781 781 msgstr "Recarregar todos os clientes" 782 782 783 #: src/mainDialog.cpp:67 0783 #: src/mainDialog.cpp:672 784 784 msgid "Reload &Selection\tCtrl+R" 785 785 msgstr "Recarregar &Seleção\tCtrl+R" 786 786 787 #: src/mainDialog.cpp:67 1787 #: src/mainDialog.cpp:673 788 788 msgid "Reload &All\tCtrl+Shift+R" 789 789 msgstr "Recarregar &Todos\tCtrl+Shift+R" 790 790 791 #: src/mainDialog.cpp:67 3791 #: src/mainDialog.cpp:675 792 792 #, fuzzy 793 793 msgid "&Clients" 794 794 msgstr "Clientes: %i" 795 795 796 #: src/mainDialog.cpp:6 78796 #: src/mainDialog.cpp:680 797 797 msgid "&Show/Hide FAHLog\tF8" 798 798 msgstr "&Mostrar/Ocultar FAHLog\tF8" 799 799 800 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682800 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 801 801 msgid "Toggle the log file" 802 802 msgstr "Alternar para o arquivo de registro" 803 803 804 #: src/mainDialog.cpp:68 0804 #: src/mainDialog.cpp:682 805 805 msgid "&Cycle ETA Style\tF9" 806 806 msgstr "&Mudar estilo de ETA\tF9" 807 807 808 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684808 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 809 809 msgid "Cycle through the different ETA display styles" 810 810 msgstr "" … … 812 812 "de Tempo para Acabar\"" 813 813 814 #: src/mainDialog.cpp:68 2814 #: src/mainDialog.cpp:684 815 815 msgid "&Show/Hide FAHLog\tCtrl+L" 816 816 msgstr "&Mostrar/Ocultar FAHLog\tCtrl+L" 817 817 818 #: src/mainDialog.cpp:68 4818 #: src/mainDialog.cpp:686 819 819 msgid "&Cycle ETA Style\tCtrl+E" 820 820 msgstr "&Mudar estilo de ETA\tCtrl+E" 821 821 822 #: src/mainDialog.cpp:68 7822 #: src/mainDialog.cpp:689 823 823 msgid "Show/Hide &WU Info panel" 824 824 msgstr "" 825 825 826 #: src/mainDialog.cpp:68 7826 #: src/mainDialog.cpp:689 827 827 msgid "Toggle the display of the Work Unit Information panel" 828 828 msgstr "" 829 829 830 #: src/mainDialog.cpp:6 88830 #: src/mainDialog.cpp:690 831 831 #, fuzzy 832 832 msgid "&View" 833 833 msgstr "Visualização Web" 834 834 835 #: src/mainDialog.cpp:69 2835 #: src/mainDialog.cpp:694 836 836 msgid "&Show/Hide Messages Window" 837 837 msgstr "&Mostrar/Ocultar a Janela de Mensagens" 838 838 839 839 # This 'Toggle' means switch, I think that 'Activar' it's not the best phrase. I'd choose 'Alternar'. 840 #: src/mainDialog.cpp:69 2840 #: src/mainDialog.cpp:694 841 841 msgid "Toggle the messages window" 842 842 msgstr "Alternar a Janela de Mensagens" 843 843 844 #: src/mainDialog.cpp:69 3844 #: src/mainDialog.cpp:695 845 845 msgid "&Benchmarks...\tCTRL+B" 846 846 msgstr "&Referências...\tCTRL+B" 847 847 848 #: src/mainDialog.cpp:69 3848 #: src/mainDialog.cpp:695 849 849 msgid "Open the benchmarks dialog" 850 850 msgstr "Abrir o diálogo das referências" 851 851 852 #: src/mainDialog.cpp:69 4852 #: src/mainDialog.cpp:696 853 853 msgid "&Download New Projects" 854 854 msgstr "&Descarregar Novos Projetos" 855 855 856 #: src/mainDialog.cpp:69 4856 #: src/mainDialog.cpp:696 857 857 msgid "Update the local project database" 858 858 msgstr "Atualizar a base de dados local dos projetos" 859 859 860 #: src/mainDialog.cpp:70 0860 #: src/mainDialog.cpp:702 861 861 msgid "&Tools" 862 862 msgstr "" 863 863 864 #: src/mainDialog.cpp:70 5864 #: src/mainDialog.cpp:707 865 865 msgid "&My Stats\tF2" 866 866 msgstr "&Minhas EstatÃsticas\tF2" 867 867 868 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709868 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 869 869 msgid "View the personal statistics for the selected client" 870 870 msgstr "Ver as estatÃsticas pessoais para o cliente selecionado" 871 871 872 #: src/mainDialog.cpp:70 6872 #: src/mainDialog.cpp:708 873 873 msgid "&Jmol\tF3" 874 874 msgstr "&Jmol\tF3" 875 875 876 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710876 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 877 877 msgid "View the current project on the Jmol website" 878 878 msgstr "Ver o projeto atual no sÃtio do Jmol" 879 879 880 #: src/mainDialog.cpp:70 7880 #: src/mainDialog.cpp:709 881 881 #, fuzzy 882 882 msgid "fah&info\tF4" 883 883 msgstr "&fahinfo\tF4" 884 884 885 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711885 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 886 886 msgid "View the current project on fahinfo.org" 887 887 msgstr "Ver o projeto atual no sÃtio fahinfo.org" 888 888 889 #: src/mainDialog.cpp:7 09889 #: src/mainDialog.cpp:711 890 890 msgid "&My Stats\tCtrl+Shift+M" 891 891 msgstr "&Minhas EstatÃsticas\tCtrl+Shift+M" 892 892 893 #: src/mainDialog.cpp:71 0893 #: src/mainDialog.cpp:712 894 894 msgid "&Jmol\tCtrl+J" 895 895 msgstr "&Jmol\tCtrl+J" 896 896 897 #: src/mainDialog.cpp:71 1897 #: src/mainDialog.cpp:713 898 898 #, fuzzy 899 899 msgid "fah&info\tCtrl+I" 900 900 msgstr "&fahinfo\tCtrl+F" 901 901 902 #: src/mainDialog.cpp:71 4902 #: src/mainDialog.cpp:716 903 903 msgid "F@H &Website" 904 904 msgstr "F@H &Website" 905 905 906 #: src/mainDialog.cpp:71 4906 #: src/mainDialog.cpp:716 907 907 msgid "Open to the official Stanford website" 908 908 msgstr "Abrir o sÃtio oficial da Universidade de Stanford" 909 909 910 #: src/mainDialog.cpp:71 5910 #: src/mainDialog.cpp:717 911 911 #, fuzzy 912 912 msgid "Folding &Forum" 913 913 msgstr "Folding-&Community" 914 914 915 #: src/mainDialog.cpp:71 5915 #: src/mainDialog.cpp:717 916 916 msgid "Open the Folding@Home support forum" 917 917 msgstr "Abrir o fórum de apoio do Folding@Home (em Inglês)" 918 918 919 #: src/mainDialog.cpp:71 6919 #: src/mainDialog.cpp:718 920 920 msgid "&Projects Summary" 921 921 msgstr "Resumo dos &Projetos" 922 922 923 #: src/mainDialog.cpp:71 6923 #: src/mainDialog.cpp:718 924 924 msgid "Open the list of the current projects" 925 925 msgstr "Abrir a lista dos projetos atuais" 926 926 927 #: src/mainDialog.cpp:71 7927 #: src/mainDialog.cpp:719 928 928 msgid "&Servers Status" 929 929 msgstr "Estado dos &Servidores " 930 930 931 #: src/mainDialog.cpp:71 7931 #: src/mainDialog.cpp:719 932 932 msgid "Open the list of the servers with their status" 933 933 msgstr "Abrir a lista dos servidores com o estado de cada um" 934 934 935 #: src/mainDialog.cpp:7 18935 #: src/mainDialog.cpp:720 936 936 msgid "&Web" 937 937 msgstr "&Web" 938 938 939 #: src/mainDialog.cpp:72 3939 #: src/mainDialog.cpp:725 940 940 msgid "&Help Contents\tF1" 941 941 msgstr "Tópicos de &Ajuda\tF1" 942 942 943 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725943 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 944 944 msgid "See help contents" 945 945 msgstr "Ver tópicos de ajuda" 946 946 947 #: src/mainDialog.cpp:72 5947 #: src/mainDialog.cpp:727 948 948 msgid "&Help Contents\tCtrl+?" 949 949 msgstr "Tópicos de &Ajuda\tCtrl+?" 950 950 951 #: src/mainDialog.cpp:72 7951 #: src/mainDialog.cpp:729 952 952 msgid "FahMon &IRC Channel" 953 953 msgstr "" 954 954 955 #: src/mainDialog.cpp:72 7955 #: src/mainDialog.cpp:729 956 956 msgid "Join the FahMon IRC channel for online help" 957 957 msgstr "" 958 958 959 #: src/mainDialog.cpp:7 28959 #: src/mainDialog.cpp:730 960 960 msgid "&About" 961 961 msgstr "&Sobre" 962 962 963 #: src/mainDialog.cpp:7 28963 #: src/mainDialog.cpp:730 964 964 #, fuzzy, c-format 965 965 msgid "About %s" 966 966 msgstr "Sobre" 967 967 968 #: src/mainDialog.cpp:73 5968 #: src/mainDialog.cpp:737 969 969 msgid "&Help" 970 970 msgstr "&Ajuda" 971 971 972 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569972 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 973 973 msgid "Work Unit Information" 974 974 msgstr "Informação da Unidade de Trabalho" 975 975 976 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570976 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 977 977 msgid "Core:" 978 978 msgstr "Núcleo:" 979 979 980 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571980 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 981 981 msgid "Project:" 982 982 msgstr "Projeto:" 983 983 984 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572984 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 985 985 msgid "Credit:" 986 986 msgstr "Crédito:" 987 987 988 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573988 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 989 989 msgid "Username:" 990 990 msgstr "Usuário:" 991 991 992 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581992 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 993 993 msgid "Downloaded:" 994 994 msgstr "Descarregado:" 995 995 996 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574996 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 997 997 msgid "Preferred Deadline:" 998 998 msgstr "Prazo Desejado:" 999 999 1000 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:5751000 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 1001 1001 msgid "Final Deadline:" 1002 1002 msgstr "Prazo Final:" 1003 1003 1004 #: src/mainDialog.cpp:84 21004 #: src/mainDialog.cpp:844 1005 1005 msgid "Log file." 1006 1006 msgstr "Arquivo de Registro." 1007 1007 1008 #: src/mainDialog.cpp:108 41008 #: src/mainDialog.cpp:1086 1009 1009 msgid "You must first select a client!" 1010 1010 msgstr "Deve selecionar um cliente primeiro!" 1011 1011 1012 #: src/mainDialog.cpp:144 51012 #: src/mainDialog.cpp:1447 1013 1013 msgid "Checking for FahMon updates" 1014 1014 msgstr "Verificando por atualizações do FahMon" 1015 1015 1016 #: src/mainDialog.cpp:145 61016 #: src/mainDialog.cpp:1458 1017 1017 #, c-format 1018 1018 msgid "Your version: %s; New version: %s" 1019 1019 msgstr "Sua versão: %s; Nova versão: %s" 1020 1020 1021 #: src/mainDialog.cpp:147 01021 #: src/mainDialog.cpp:1472 1022 1022 msgid "Update available" 1023 1023 msgstr "Atualização disponÃvel" 1024 1024 1025 #: src/mainDialog.cpp:147 11025 #: src/mainDialog.cpp:1473 1026 1026 msgid "" 1027 1027 "A newer version of FahMon is available\n" … … 1031 1031 "Você quer ir ao website do FahMon?" 1032 1032 1033 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801033 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1034 1034 msgid "No update found" 1035 1035 msgstr "Nenhuma atualização encontrada" 1036 1036 1037 #: src/mainDialog.cpp:162 41037 #: src/mainDialog.cpp:1626 1038 1038 msgid "ctrl" 1039 1039 msgstr "" 1040 1040 1041 #: src/mainDialog.cpp:162 51041 #: src/mainDialog.cpp:1627 1042 1042 msgid "shift" 1043 1043 msgstr "" 1044 1044 1045 #: src/mainDialog.cpp:162 61045 #: src/mainDialog.cpp:1628 1046 1046 msgid "alt" 1047 1047 msgstr "" trunk/po/pt_PT.po
r509 r525 9 9 "Project-Id-Version: pt_PT\n" 10 10 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 11 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"11 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 12 12 "PO-Revision-Date: 2009-03-20 23:03+0100\n" 13 13 "Last-Translator: Filipe Rodrigues <shello@shello.org>\n" … … 165 165 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 166 166 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 167 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534168 #: src/mainDialog.cpp:53 5167 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 168 #: src/mainDialog.cpp:537 169 169 msgid "Unknown" 170 170 msgstr "Desconhecido" … … 179 179 180 180 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 181 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506182 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509183 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133181 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 182 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 183 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 184 184 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 185 185 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 569 569 msgstr "A carregar..." 570 570 571 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180571 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 572 572 #, c-format 573 573 msgid "%u points" … … 575 575 576 576 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 577 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599577 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 578 578 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 579 579 #, c-format … … 581 581 msgstr "%s dias atrás" 582 582 583 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603583 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 584 584 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 585 585 #, c-format … … 605 605 606 606 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 607 #: src/mainDialog.cpp:66 0607 #: src/mainDialog.cpp:662 608 608 msgid "Add a new client" 609 609 msgstr "Adicionar um novo cliente" … … 633 633 msgstr "Activar este cliente" 634 634 635 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3635 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 636 636 msgid "Do you really want to delete this client?" 637 637 msgstr "Quer mesmo apagar este cliente?" … … 658 658 msgstr "Definições antigas importadas para %s" 659 659 660 #: src/mainDialog.cpp:18 3660 #: src/mainDialog.cpp:184 661 661 #, c-format 662 662 msgid "%s is licenced under the GNU GPL v2" 663 663 msgstr "%s sob licença GNU GPL v2" 664 664 665 #: src/mainDialog.cpp:18 4665 #: src/mainDialog.cpp:185 666 666 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 667 667 msgstr "Copyright (C) 2003-2007 François Ingelrest" 668 668 669 #: src/mainDialog.cpp:18 5669 #: src/mainDialog.cpp:186 670 670 msgid "Copyright (C) 2007-2009 Andrew Schofield" 671 671 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 672 672 673 #: src/mainDialog.cpp:18 7673 #: src/mainDialog.cpp:188 674 674 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 675 675 msgstr "FahMon contem codigo do qd, tambem sob licença GNU GPL v2" 676 676 677 #: src/mainDialog.cpp:18 8677 #: src/mainDialog.cpp:189 678 678 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 679 679 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 680 680 681 #: src/mainDialog.cpp:1 89681 #: src/mainDialog.cpp:190 682 682 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 683 683 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 684 684 685 #: src/mainDialog.cpp:44 4685 #: src/mainDialog.cpp:446 686 686 msgid "" 687 687 "Something is wrong with this client.\n" … … 692 692 "Mensagens)." 693 693 694 #: src/mainDialog.cpp:44 6694 #: src/mainDialog.cpp:448 695 695 msgid "This client is currently disabled." 696 696 msgstr "Este cliente está actualmente inactivo." 697 697 698 #: src/mainDialog.cpp:53 7698 #: src/mainDialog.cpp:539 699 699 #, c-format 700 700 msgid "Project %u is unknown, you should try to update the projects database" … … 703 703 "projectos." 704 704 705 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228705 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 706 706 #, c-format 707 707 msgid "%.2f PPD" 708 708 msgstr "%.2f PPD" 709 709 710 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698710 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 711 711 msgid "&Check for update" 712 712 msgstr "Verificar a&ctualizações" 713 713 714 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698714 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 715 715 msgid "Check online for the latest version of FahMon" 716 716 msgstr "Verificar online se existem actualizações recentes do FahMon" 717 717 718 #: src/mainDialog.cpp:65 1718 #: src/mainDialog.cpp:653 719 719 msgid "&Preferences...\tCTRL+P" 720 720 msgstr "&Preferências...\tCTRL+P" 721 721 722 #: src/mainDialog.cpp:65 1722 #: src/mainDialog.cpp:653 723 723 msgid "Open the preferences dialog" 724 724 msgstr "Abrir o diálogo das preferências" 725 725 726 #: src/mainDialog.cpp:65 3726 #: src/mainDialog.cpp:655 727 727 msgid "&Quit\tCtrl+Q" 728 728 msgstr "&Sair\tCTRL+Q" 729 729 730 #: src/mainDialog.cpp:65 3730 #: src/mainDialog.cpp:655 731 731 #, c-format 732 732 msgid "Quit %s" 733 733 msgstr "Sair %s" 734 734 735 #: src/mainDialog.cpp:66 0735 #: src/mainDialog.cpp:662 736 736 msgid "Add a new client to be monitored" 737 737 msgstr "Adicionar novo cliente para monitorização" 738 738 739 #: src/mainDialog.cpp:66 2739 #: src/mainDialog.cpp:664 740 740 msgid "Edit client" 741 741 msgstr "Editar cliente" 742 742 743 #: src/mainDialog.cpp:66 2743 #: src/mainDialog.cpp:664 744 744 msgid "Edit the selected client settings" 745 745 msgstr "Editar definições dos clientes seleccionados" 746 746 747 #: src/mainDialog.cpp:66 3747 #: src/mainDialog.cpp:665 748 748 msgid "Delete client" 749 749 msgstr "Remover cliente" 750 750 751 #: src/mainDialog.cpp:66 3751 #: src/mainDialog.cpp:665 752 752 msgid "Delete the selected client" 753 753 msgstr "Remover cliente seleccionado" 754 754 755 #: src/mainDialog.cpp:66 4755 #: src/mainDialog.cpp:666 756 756 msgid "View client files" 757 757 msgstr "Ver ficheiros" 758 758 759 #: src/mainDialog.cpp:66 4759 #: src/mainDialog.cpp:666 760 760 msgid "Open file browser in client folder" 761 761 msgstr "Abrir explorador de ficheiros para este cliente" 762 762 763 #: src/mainDialog.cpp:66 7763 #: src/mainDialog.cpp:669 764 764 msgid "Reload &Selection\tF5" 765 765 msgstr "Recarregar &Selecção\tF5" 766 766 767 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670767 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 768 768 msgid "Reload the selected client" 769 769 msgstr "Recarregar o cliente seleccionado" 770 770 771 #: src/mainDialog.cpp:6 68771 #: src/mainDialog.cpp:670 772 772 msgid "Reload &All\tF6" 773 773 msgstr "Recarregar &Todos\tF6" 774 774 775 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671775 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 776 776 msgid "Reload all the clients" 777 777 msgstr "Recarregar todos os clientes" 778 778 779 #: src/mainDialog.cpp:67 0779 #: src/mainDialog.cpp:672 780 780 msgid "Reload &Selection\tCtrl+R" 781 781 msgstr "Recarregar &Selecção\tCtrl+R" 782 782 783 #: src/mainDialog.cpp:67 1783 #: src/mainDialog.cpp:673 784 784 msgid "Reload &All\tCtrl+Shift+R" 785 785 msgstr "Recarregar &Todos\tCtrl+Shift+R" 786 786 787 #: src/mainDialog.cpp:67 3787 #: src/mainDialog.cpp:675 788 788 msgid "&Clients" 789 789 msgstr "&Clientes" 790 790 791 #: src/mainDialog.cpp:6 78791 #: src/mainDialog.cpp:680 792 792 msgid "&Show/Hide FAHLog\tF8" 793 793 msgstr "&Mostrar/Ocultar FAHLog\tF8" 794 794 795 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682795 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 796 796 msgid "Toggle the log file" 797 797 msgstr "Activar o ficheiro de registo" 798 798 799 #: src/mainDialog.cpp:68 0799 #: src/mainDialog.cpp:682 800 800 msgid "&Cycle ETA Style\tF9" 801 801 msgstr "Mudar Estilo do ETA\tF9" 802 802 803 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684803 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 804 804 msgid "Cycle through the different ETA display styles" 805 805 msgstr "Mudar o estilo do Tempo Estimado de Conclusão (ETA)" 806 806 807 #: src/mainDialog.cpp:68 2807 #: src/mainDialog.cpp:684 808 808 msgid "&Show/Hide FAHLog\tCtrl+L" 809 809 msgstr "&Mostrar/Ocultar FAHLog\tCtrl+L" 810 810 811 #: src/mainDialog.cpp:68 4811 #: src/mainDialog.cpp:686 812 812 msgid "&Cycle ETA Style\tCtrl+E" 813 813 msgstr "Mudar Estilo do ETA\tCtrl+E" 814 814 815 #: src/mainDialog.cpp:68 7815 #: src/mainDialog.cpp:689 816 816 msgid "Show/Hide &WU Info panel" 817 817 msgstr "Mostrar/Ocultar Painel de Informação de &WU" 818 818 819 #: src/mainDialog.cpp:68 7819 #: src/mainDialog.cpp:689 820 820 msgid "Toggle the display of the Work Unit Information panel" 821 821 msgstr "Alternar visibilidade do Painel de Informação da Unidade de Trabalho" 822 822 823 #: src/mainDialog.cpp:6 88823 #: src/mainDialog.cpp:690 824 824 msgid "&View" 825 825 msgstr "&Ver" 826 826 827 #: src/mainDialog.cpp:69 2827 #: src/mainDialog.cpp:694 828 828 msgid "&Show/Hide Messages Window" 829 829 msgstr "&Mostrar/Ocultar a Janela de Mensagens" 830 830 831 831 # This 'Toggle' means switsh, I think that 'Activar' it's not the best phrase. I'd choose '(Des)Activar'. 832 #: src/mainDialog.cpp:69 2832 #: src/mainDialog.cpp:694 833 833 msgid "Toggle the messages window" 834 834 msgstr "Activar a Janela de Mensagens" 835 835 836 #: src/mainDialog.cpp:69 3836 #: src/mainDialog.cpp:695 837 837 msgid "&Benchmarks...\tCTRL+B" 838 838 msgstr "&Referências...\tCTRL+B" 839 839 840 #: src/mainDialog.cpp:69 3840 #: src/mainDialog.cpp:695 841 841 msgid "Open the benchmarks dialog" 842 842 msgstr "Abrir o diálogo das referências" 843 843 844 #: src/mainDialog.cpp:69 4844 #: src/mainDialog.cpp:696 845 845 msgid "&Download New Projects" 846 846 msgstr "&Descarregar Novos Projectos" 847 847 848 #: src/mainDialog.cpp:69 4848 #: src/mainDialog.cpp:696 849 849 msgid "Update the local project database" 850 850 msgstr "Actualizar a base de dados local dos projectos" 851 851 852 #: src/mainDialog.cpp:70 0852 #: src/mainDialog.cpp:702 853 853 msgid "&Tools" 854 854 msgstr "Ferramen&tas" 855 855 856 #: src/mainDialog.cpp:70 5856 #: src/mainDialog.cpp:707 857 857 msgid "&My Stats\tF2" 858 858 msgstr "&Minhas Estatisticas\tF2" 859 859 860 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709860 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 861 861 msgid "View the personal statistics for the selected client" 862 862 msgstr "Ver as estatisticas pessoais para o cliente seleccionado" 863 863 864 #: src/mainDialog.cpp:70 6864 #: src/mainDialog.cpp:708 865 865 msgid "&Jmol\tF3" 866 866 msgstr "&Jmol\tF3" 867 867 868 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710868 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 869 869 msgid "View the current project on the Jmol website" 870 870 msgstr "Ver o projecto actual no sÃtio do Jmol" 871 871 872 #: src/mainDialog.cpp:70 7872 #: src/mainDialog.cpp:709 873 873 msgid "fah&info\tF4" 874 874 msgstr "fah&info\tF4" 875 875 876 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711876 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 877 877 msgid "View the current project on fahinfo.org" 878 878 msgstr "Ver o projecto actual no sÃtio fahinfo.org" 879 879 880 #: src/mainDialog.cpp:7 09880 #: src/mainDialog.cpp:711 881 881 msgid "&My Stats\tCtrl+Shift+M" 882 882 msgstr "&Minhas Estatisticas\tCtrl+Shift+M" 883 883 884 #: src/mainDialog.cpp:71 0884 #: src/mainDialog.cpp:712 885 885 msgid "&Jmol\tCtrl+J" 886 886 msgstr "&Jmol\tCtrl+J" 887 887 888 #: src/mainDialog.cpp:71 1888 #: src/mainDialog.cpp:713 889 889 msgid "fah&info\tCtrl+I" 890 890 msgstr "fah&info\tCtrl+I" 891 891 892 #: src/mainDialog.cpp:71 4892 #: src/mainDialog.cpp:716 893 893 msgid "F@H &Website" 894 894 msgstr "F@H &Website" 895 895 896 #: src/mainDialog.cpp:71 4896 #: src/mainDialog.cpp:716 897 897 msgid "Open to the official Stanford website" 898 898 msgstr "Abrir o sÃtio oficial da Universidade de Stanford" 899 899 900 #: src/mainDialog.cpp:71 5900 #: src/mainDialog.cpp:717 901 901 msgid "Folding &Forum" 902 902 msgstr "Folding &Forum" 903 903 904 #: src/mainDialog.cpp:71 5904 #: src/mainDialog.cpp:717 905 905 msgid "Open the Folding@Home support forum" 906 906 msgstr "Abrir o fórum de apoio do Folding@Home (em Inglês)" 907 907 908 #: src/mainDialog.cpp:71 6908 #: src/mainDialog.cpp:718 909 909 msgid "&Projects Summary" 910 910 msgstr "Resumo dos &Projectos" 911 911 912 #: src/mainDialog.cpp:71 6912 #: src/mainDialog.cpp:718 913 913 msgid "Open the list of the current projects" 914 914 msgstr "Abrir a lista dos projectos actuais" 915 915 916 #: src/mainDialog.cpp:71 7916 #: src/mainDialog.cpp:719 917 917 msgid "&Servers Status" 918 918 msgstr "Estado dos &Servidores" 919 919 920 #: src/mainDialog.cpp:71 7920 #: src/mainDialog.cpp:719 921 921 msgid "Open the list of the servers with their status" 922 922 msgstr "Abrir a lista dos servidores com o seu estado" 923 923 924 #: src/mainDialog.cpp:7 18924 #: src/mainDialog.cpp:720 925 925 msgid "&Web" 926 926 msgstr "&Web" 927 927 928 #: src/mainDialog.cpp:72 3928 #: src/mainDialog.cpp:725 929 929 msgid "&Help Contents\tF1" 930 930 msgstr "Topicos de &Ajuda\tF1" 931 931 932 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725932 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 933 933 msgid "See help contents" 934 934 msgstr "Ver tópicos de ajuda" 935 935 936 #: src/mainDialog.cpp:72 5936 #: src/mainDialog.cpp:727 937 937 msgid "&Help Contents\tCtrl+?" 938 938 msgstr "Topicos de &Ajuda\tCtrl+?" 939 939 940 #: src/mainDialog.cpp:72 7940 #: src/mainDialog.cpp:729 941 941 msgid "FahMon &IRC Channel" 942 942 msgstr "Canal &IRC FahMon" 943 943 944 #: src/mainDialog.cpp:72 7944 #: src/mainDialog.cpp:729 945 945 msgid "Join the FahMon IRC channel for online help" 946 946 msgstr "Ligue-se ao canal de IRC do FahMon para ajuda online" 947 947 948 #: src/mainDialog.cpp:7 28948 #: src/mainDialog.cpp:730 949 949 msgid "&About" 950 950 msgstr "&Acerca" 951 951 952 #: src/mainDialog.cpp:7 28952 #: src/mainDialog.cpp:730 953 953 #, c-format 954 954 msgid "About %s" 955 955 msgstr "Sobre %s" 956 956 957 #: src/mainDialog.cpp:73 5957 #: src/mainDialog.cpp:737 958 958 msgid "&Help" 959 959 msgstr "&Ajuda" 960 960 961 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569961 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 962 962 msgid "Work Unit Information" 963 963 msgstr "Informação da Unidade de Trabalho" 964 964 965 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570965 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 966 966 msgid "Core:" 967 967 msgstr "Núcleo:" 968 968 969 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571969 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 970 970 msgid "Project:" 971 971 msgstr "Projecto:" 972 972 973 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572973 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 974 974 msgid "Credit:" 975 975 msgstr "Crédito:" 976 976 977 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573977 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 978 978 msgid "Username:" 979 979 msgstr "Utilizador:" 980 980 981 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581981 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 982 982 msgid "Downloaded:" 983 983 msgstr "Descarregado:" 984 984 985 985 # This translation seems to be too long in UI. I translated to 'Prazo Aconselhado' (it was 'Prazo de Entrega Aconselhado') 986 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574986 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 987 987 msgid "Preferred Deadline:" 988 988 msgstr "Prazo Aconselhado:" 989 989 990 990 # This translation seems to be too long in UI. I translated to 'Prazo Final' (it was 'Prazo de Entrega Final') 991 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575991 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 992 992 msgid "Final Deadline:" 993 993 msgstr "Prazo Final:" 994 994 995 #: src/mainDialog.cpp:84 2995 #: src/mainDialog.cpp:844 996 996 msgid "Log file." 997 997 msgstr "Ficheiro de Registo." 998 998 999 #: src/mainDialog.cpp:108 4999 #: src/mainDialog.cpp:1086 1000 1000 msgid "You must first select a client!" 1001 1001 msgstr "Deve seleccionar um cliente primeiro!" 1002 1002 1003 #: src/mainDialog.cpp:144 51003 #: src/mainDialog.cpp:1447 1004 1004 msgid "Checking for FahMon updates" 1005 1005 msgstr "A verificar a existência de actualizações do FahMon" 1006 1006 1007 #: src/mainDialog.cpp:145 61007 #: src/mainDialog.cpp:1458 1008 1008 #, c-format 1009 1009 msgid "Your version: %s; New version: %s" 1010 1010 msgstr "Versão actual: %s; Nova versão: %s" 1011 1011 1012 #: src/mainDialog.cpp:147 01012 #: src/mainDialog.cpp:1472 1013 1013 msgid "Update available" 1014 1014 msgstr "Actualização existente" 1015 1015 1016 #: src/mainDialog.cpp:147 11016 #: src/mainDialog.cpp:1473 1017 1017 msgid "" 1018 1018 "A newer version of FahMon is available\n" … … 1022 1022 "Deseja ir para o website do FahMon?" 1023 1023 1024 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801024 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1025 1025 msgid "No update found" 1026 1026 msgstr "Actualizações não encontradas" 1027 1027 1028 #: src/mainDialog.cpp:162 41028 #: src/mainDialog.cpp:1626 1029 1029 msgid "ctrl" 1030 1030 msgstr "ctrl" 1031 1031 1032 #: src/mainDialog.cpp:162 51032 #: src/mainDialog.cpp:1627 1033 1033 msgid "shift" 1034 1034 msgstr "shift" 1035 1035 1036 #: src/mainDialog.cpp:162 61036 #: src/mainDialog.cpp:1628 1037 1037 msgid "alt" 1038 1038 msgstr "alt" trunk/po/ru_RU.po
r509 r525 8 8 "Project-Id-Version: ru_RU\n" 9 9 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 10 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"10 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 11 11 "PO-Revision-Date: 2009-03-20 23:16+0300\n" 12 12 "Last-Translator: Evgeniy aka Behc <tsc.behc@gmail.com>\n" … … 166 166 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 167 167 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 168 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534169 #: src/mainDialog.cpp:53 5168 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 169 #: src/mainDialog.cpp:537 170 170 msgid "Unknown" 171 171 msgstr "ÐеОзвеÑÑМП" … … 180 180 181 181 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 182 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506183 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509184 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133182 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 183 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 184 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 185 185 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 186 186 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 576 576 msgstr "ÐагÑÑзка..." 577 577 578 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180578 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 579 579 #, c-format 580 580 msgid "%u points" … … 582 582 583 583 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 584 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599584 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 585 585 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 586 586 #, c-format … … 588 588 msgstr "%s МазаЎ" 589 589 590 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603590 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 591 591 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 592 592 #, c-format … … 612 612 613 613 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 614 #: src/mainDialog.cpp:66 0614 #: src/mainDialog.cpp:662 615 615 msgid "Add a new client" 616 616 msgstr "ÐПбавОÑÑ ÐœÐŸÐ²ÐŸÐ³ÐŸ клОеМÑа" … … 640 640 msgstr "ÐПбавОÑÑ ÑÑПгП клОеМÑа" 641 641 642 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3642 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 643 643 msgid "Do you really want to delete this client?" 644 644 msgstr "ÐÑ ÐŽÐµÐ¹ÑÑвОÑелÑМП Ñ … … 666 666 msgstr "СÑаÑÑе МаÑÑÑПйкО ОЌпПÑÑОÑПваÑÑ Ð² %s" 667 667 668 #: src/mainDialog.cpp:18 3668 #: src/mainDialog.cpp:184 669 669 #, c-format 670 670 msgid "%s is licenced under the GNU GPL v2" 671 671 msgstr "%s ÑаÑпÑПÑÑÑаМÑеÑÑÑ Ð¿ÐŸ лОÑеМзОО GNU GPL v2" 672 672 673 #: src/mainDialog.cpp:18 4673 #: src/mainDialog.cpp:185 674 674 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 675 675 msgstr "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 676 676 677 #: src/mainDialog.cpp:18 5677 #: src/mainDialog.cpp:186 678 678 msgid "Copyright (C) 2007-2009 Andrew Schofield" 679 679 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 680 680 681 #: src/mainDialog.cpp:18 7681 #: src/mainDialog.cpp:188 682 682 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 683 683 msgstr "FahMon ÑПЎеÑÐ¶ÐžÑ ÐºÐŸÐŽ qd, Ñакже лОÑеМзОÑПваММÑй ÑеÑез GNU GPL v2" 684 684 685 #: src/mainDialog.cpp:18 8685 #: src/mainDialog.cpp:189 686 686 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 687 687 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 688 688 689 #: src/mainDialog.cpp:1 89689 #: src/mainDialog.cpp:190 690 690 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 691 691 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 692 692 693 #: src/mainDialog.cpp:44 4693 #: src/mainDialog.cpp:446 694 694 msgid "" 695 695 "Something is wrong with this client.\n" … … 699 699 "ÐПжалÑйÑÑа пÑПвеÑÑÑе лПг (FahMon->ÐПказаÑÑ/СкÑÑÑÑ ÐкМП СППбÑеМОй)" 700 700 701 #: src/mainDialog.cpp:44 6701 #: src/mainDialog.cpp:448 702 702 msgid "This client is currently disabled." 703 703 msgstr "ÐÑÐŸÑ ÐºÐ»ÐžÐµÐœÑ ÑейÑÐ°Ñ Ð²ÑклÑÑеМ" 704 704 705 #: src/mainDialog.cpp:53 7705 #: src/mainDialog.cpp:539 706 706 #, c-format 707 707 msgid "Project %u is unknown, you should try to update the projects database" … … 709 709 ПЎОЌП ПбМПвОÑÑ Ð±Ð°Ð·Ñ Ð·Ð°ÐŽÐ°ÐœÐžÐ¹" 710 710 711 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228711 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 712 712 #, c-format 713 713 msgid "%.2f PPD" 714 714 msgstr "%.2f PPD" 715 715 716 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698716 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 717 717 msgid "&Check for update" 718 718 msgstr "ÐÑПвеÑОÑÑ &ПбМПвлеМОе" 719 719 720 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698720 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 721 721 msgid "Check online for the latest version of FahMon" 722 722 msgstr "ÐÑПвеÑОÑÑ Ð² ОМÑеÑМеÑе МалОÑОе МПвПй веÑÑОО FahMon" 723 723 724 #: src/mainDialog.cpp:65 1724 #: src/mainDialog.cpp:653 725 725 msgid "&Preferences...\tCTRL+P" 726 726 msgstr "&ÐаÑÑÑПйкО...\tCTRL+P" 727 727 728 #: src/mainDialog.cpp:65 1728 #: src/mainDialog.cpp:653 729 729 msgid "Open the preferences dialog" 730 730 msgstr "ÐÑкÑÑÑÑ ÐŽÐžÐ°Ð»ÐŸÐ³ МаÑÑÑПек" 731 731 732 #: src/mainDialog.cpp:65 3732 #: src/mainDialog.cpp:655 733 733 msgid "&Quit\tCtrl+Q" 734 734 msgstr "&ÐÑÑ 735 735 ПЎ Оз\tCtrl+Q" 736 736 737 #: src/mainDialog.cpp:65 3737 #: src/mainDialog.cpp:655 738 738 #, c-format 739 739 msgid "Quit %s" … … 741 741 ПЎ %s" 742 742 743 #: src/mainDialog.cpp:66 0743 #: src/mainDialog.cpp:662 744 744 msgid "Add a new client to be monitored" 745 745 msgstr "ÐПбавОÑÑ ÐœÐŸÐ²ÐŸÐ³ÐŸ клОеМÑа ÐŽÐ»Ñ ÐŒÐŸÐœÐžÑПÑОМга" 746 746 747 #: src/mainDialog.cpp:66 2747 #: src/mainDialog.cpp:664 748 748 msgid "Edit client" 749 749 msgstr "РеЎакÑОÑПваÑÑ ÑÑПгП клОеМÑа" 750 750 751 #: src/mainDialog.cpp:66 2751 #: src/mainDialog.cpp:664 752 752 msgid "Edit the selected client settings" 753 753 msgstr "РеЎакÑОÑПваÑÑ Ð²ÑбÑаММПгП клОеМÑа" 754 754 755 #: src/mainDialog.cpp:66 3755 #: src/mainDialog.cpp:665 756 756 msgid "Delete client" 757 757 msgstr "УЎалОÑÑ ÑÑПгП клОеМÑа" 758 758 759 #: src/mainDialog.cpp:66 3759 #: src/mainDialog.cpp:665 760 760 msgid "Delete the selected client" 761 761 msgstr "УЎалОÑÑ Ð²ÑбÑаММПгП клОеМÑа" 762 762 763 #: src/mainDialog.cpp:66 4763 #: src/mainDialog.cpp:666 764 764 msgid "View client files" 765 765 msgstr "ÐÑПÑЌПÑÑеÑÑ ÑÐ°Ð¹Ð»Ñ ÐºÐ»ÐžÐµÐœÑа" 766 766 767 #: src/mainDialog.cpp:66 4767 #: src/mainDialog.cpp:666 768 768 msgid "Open file browser in client folder" 769 769 msgstr "ÐÑкÑÑÑÑ Ð² ЌеМеЎжеÑе ÑайлПв Ð¿Ð°Ð¿ÐºÑ ÐºÐ»ÐžÐµÐœÑа" 770 770 771 #: src/mainDialog.cpp:66 7771 #: src/mainDialog.cpp:669 772 772 msgid "Reload &Selection\tF5" 773 773 msgstr "ÐбМПвОÑÑ Ð&ÑбÑаММÑе\tF5" 774 774 775 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670775 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 776 776 msgid "Reload the selected client" 777 777 msgstr "ÐбМПвОÑÑ Ð²ÑбÑаММПгП клОеМÑа" 778 778 779 #: src/mainDialog.cpp:6 68779 #: src/mainDialog.cpp:670 780 780 msgid "Reload &All\tF6" 781 781 msgstr "ÐбМПвОÑÑ &ÐÑе\tF6" 782 782 783 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671783 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 784 784 msgid "Reload all the clients" 785 785 msgstr "ÐбМПвОÑÑ Ð²Ñе клОеМÑÑ" 786 786 787 #: src/mainDialog.cpp:67 0787 #: src/mainDialog.cpp:672 788 788 msgid "Reload &Selection\tCtrl+R" 789 789 msgstr "ÐбМПвОÑÑ Ð&ÑбÑаММÑе\tCtrl+R" 790 790 791 #: src/mainDialog.cpp:67 1791 #: src/mainDialog.cpp:673 792 792 msgid "Reload &All\tCtrl+Shift+R" 793 793 msgstr "ÐбМПвОÑÑ &ÐÑе\tCtrl+Shift+R" 794 794 795 #: src/mainDialog.cpp:67 3795 #: src/mainDialog.cpp:675 796 796 msgid "&Clients" 797 797 msgstr "&ÐлОеМÑÑ" 798 798 799 #: src/mainDialog.cpp:6 78799 #: src/mainDialog.cpp:680 800 800 msgid "&Show/Hide FAHLog\tF8" 801 801 msgstr "&ÐПказаÑÑ/СкÑÑÑÑ FAHLog\tF8" 802 802 803 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682803 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 804 804 msgid "Toggle the log file" 805 805 msgstr "ÐÑОклеОÑÑ ÐŸÐºÐœÐŸ лПга клОеМÑа вМОзÑ" 806 806 807 #: src/mainDialog.cpp:68 0807 #: src/mainDialog.cpp:682 808 808 msgid "&Cycle ETA Style\tF9" 809 809 msgstr "ÐеÑеклÑÑОÑÑ ÑÑÐžÐ»Ñ &Ð ÐÐ\tF9" 810 810 811 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684811 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 812 812 msgid "Cycle through the different ETA display styles" 813 813 msgstr "ÐеÑеклÑÑеМОе ÐŒÐµÐ¶ÐŽÑ ÑазлОÑМÑЌО ÑÑОлÑЌО пПказа Ð ÐÐ" 814 814 815 #: src/mainDialog.cpp:68 2815 #: src/mainDialog.cpp:684 816 816 msgid "&Show/Hide FAHLog\tCtrl+L" 817 817 msgstr "&ÐПказаÑÑ/СкÑÑÑÑ FAHLog\tCtrl+L" 818 818 819 #: src/mainDialog.cpp:68 4819 #: src/mainDialog.cpp:686 820 820 msgid "&Cycle ETA Style\tCtrl+E" 821 821 msgstr "ÐеÑеклÑÑОÑÑ ÑÑÐžÐ»Ñ &Ð ÐÐ\tCtrl+E" 822 822 823 #: src/mainDialog.cpp:68 7823 #: src/mainDialog.cpp:689 824 824 msgid "Show/Hide &WU Info panel" 825 825 msgstr "ÐПказаÑÑ/СкÑÑÑÑ WU &ОМÑП паМелÑ" 826 826 827 #: src/mainDialog.cpp:68 7827 #: src/mainDialog.cpp:689 828 828 msgid "Toggle the display of the Work Unit Information panel" 829 829 msgstr "ÐÑкÑÑÐ²Ð°ÐµÑ ÐŸÐºÐŸÑкП Ñ ÐžÐœÑПÑЌаÑОей П ÑекÑÑеЌ заЎаМОО" 830 830 831 #: src/mainDialog.cpp:6 88831 #: src/mainDialog.cpp:690 832 832 msgid "&View" 833 833 msgstr "&ÐОЎ" 834 834 835 #: src/mainDialog.cpp:69 2835 #: src/mainDialog.cpp:694 836 836 msgid "&Show/Hide Messages Window" 837 837 msgstr "&ÐПказаÑÑ/СкÑÑÑÑ ÐкМП СППбÑеМОй" 838 838 839 #: src/mainDialog.cpp:69 2839 #: src/mainDialog.cpp:694 840 840 msgid "Toggle the messages window" 841 841 msgstr "ÐкМП ÑППбÑеМОй ЌПМОÑПÑОМга FahMon" 842 842 843 #: src/mainDialog.cpp:69 3843 #: src/mainDialog.cpp:695 844 844 msgid "&Benchmarks...\tCTRL+B" 845 845 msgstr "Ð&ÑПОзвПЎОÑелÑМПÑÑÑ...\tCTRL+B" 846 846 847 #: src/mainDialog.cpp:69 3847 #: src/mainDialog.cpp:695 848 848 msgid "Open the benchmarks dialog" 849 849 msgstr "ÐÑкÑÑÑÑ ÐŽÐžÐ°Ð»ÐŸÐ³ пÑПОзвПЎОÑелÑМПÑÑО" 850 850 851 #: src/mainDialog.cpp:69 4851 #: src/mainDialog.cpp:696 852 852 msgid "&Download New Projects" 853 853 msgstr "ÐбМПвОÑÑ &ÐÐ°Ð·Ñ ÐаЎаМОй" 854 854 855 #: src/mainDialog.cpp:69 4855 #: src/mainDialog.cpp:696 856 856 msgid "Update the local project database" 857 857 msgstr "ÐбМПвОÑÑ Ð»ÐŸÐºÐ°Ð»ÑМÑÑ Ð±Ð°Ð·Ñ Ð·Ð°ÐŽÐ°ÐœÐžÐ¹" 858 858 859 #: src/mainDialog.cpp:70 0859 #: src/mainDialog.cpp:702 860 860 msgid "&Tools" 861 861 msgstr "&ÐМÑÑÑÑЌеМÑÑ" 862 862 863 #: src/mainDialog.cpp:70 5863 #: src/mainDialog.cpp:707 864 864 msgid "&My Stats\tF2" 865 865 msgstr "&ÐÐŸÑ ÑÑаÑОÑÑОка\tF2" 866 866 867 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709867 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 868 868 msgid "View the personal statistics for the selected client" 869 869 msgstr "ÐПÑЌПÑÑеÑÑ Ð¿ÐµÑÑПМалÑМÑÑ ÑÑаÑОÑÑÐžÐºÑ ÐŽÐ»Ñ Ð²ÑбÑаММÑÑ 870 870 клОеМÑПв" 871 871 872 #: src/mainDialog.cpp:70 6872 #: src/mainDialog.cpp:708 873 873 msgid "&Jmol\tF3" 874 874 msgstr "&Jmol\tF3" 875 875 876 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710876 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 877 877 msgid "View the current project on the Jmol website" 878 878 msgstr "ÐПÑЌПÑÑеÑÑ ÑекÑÑее заЎаМОе в 3D Ма ÑайÑе Jmol" 879 879 880 #: src/mainDialog.cpp:70 7880 #: src/mainDialog.cpp:709 881 881 msgid "fah&info\tF4" 882 882 msgstr "&Ðаза ÑÑаÑОÑÑОкО fahinfo\tF4" 883 883 884 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711884 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 885 885 msgid "View the current project on fahinfo.org" 886 886 msgstr "ÐПÑЌПÑÑеÑÑ ÑÑаÑОÑÑÐžÐºÑ ÑекÑÑегП Ð·Ð°ÐŽÐ°ÐœÐžÑ Ð² базе fahinfo.org" 887 887 888 #: src/mainDialog.cpp:7 09888 #: src/mainDialog.cpp:711 889 889 msgid "&My Stats\tCtrl+Shift+M" 890 890 msgstr "&ÐÐŸÑ ÑÑаÑОÑÑОка\tCtrl+Shift+M" 891 891 892 #: src/mainDialog.cpp:71 0892 #: src/mainDialog.cpp:712 893 893 msgid "&Jmol\tCtrl+J" 894 894 msgstr "&Jmol\tCtrl+J" 895 895 896 #: src/mainDialog.cpp:71 1896 #: src/mainDialog.cpp:713 897 897 msgid "fah&info\tCtrl+I" 898 898 msgstr "&Ðаза ÑÑаÑОÑÑОкО fahinfo\tCtrl+F" 899 899 900 #: src/mainDialog.cpp:71 4900 #: src/mainDialog.cpp:716 901 901 msgid "F@H &Website" 902 902 msgstr "&F@H ÑайÑ" 903 903 904 #: src/mainDialog.cpp:71 4904 #: src/mainDialog.cpp:716 905 905 msgid "Open to the official Stanford website" 906 906 msgstr "ÐÑкÑÑÑÑ ÐŸÑОÑОалÑМÑй ÑÐ°Ð¹Ñ Ð¡ÑеМÑПÑЎа П ÑПлЎОМге" 907 907 908 #: src/mainDialog.cpp:71 5908 #: src/mainDialog.cpp:717 909 909 msgid "Folding &Forum" 910 910 msgstr "СППбÑеÑÑвП &ЀПлЎОМга" 911 911 912 #: src/mainDialog.cpp:71 5912 #: src/mainDialog.cpp:717 913 913 msgid "Open the Folding@Home support forum" 914 914 msgstr "ÐÑкÑÑÑÑ ÑПÑÑÐŒ пПЎЎеÑжкО Folding@Home" 915 915 916 #: src/mainDialog.cpp:71 6916 #: src/mainDialog.cpp:718 917 917 msgid "&Projects Summary" 918 918 msgstr "&ÐМÑПÑЌаÑÐžÑ ÐŸ заЎаМОÑÑ 919 919 " 920 920 921 #: src/mainDialog.cpp:71 6921 #: src/mainDialog.cpp:718 922 922 msgid "Open the list of the current projects" 923 923 msgstr "ÐÑкÑÑÑÑ Ð¿ÐµÑеÑÐµÐœÑ ÑекÑÑÐžÑ 924 924 заЎаМОй" 925 925 926 #: src/mainDialog.cpp:71 7926 #: src/mainDialog.cpp:719 927 927 msgid "&Servers Status" 928 928 msgstr "&СÑаÑÑÑ ÑеÑвеÑПв F@H" 929 929 930 #: src/mainDialog.cpp:71 7930 #: src/mainDialog.cpp:719 931 931 msgid "Open the list of the servers with their status" 932 932 msgstr "ÐÑкÑÑÑÑ ÑпОÑПк ÑеÑвеÑПв F@H ÑП ÑÑаÑÑÑаЌО ÐžÑ 933 933 ÑабПÑÑ" 934 934 935 #: src/mainDialog.cpp:7 18935 #: src/mainDialog.cpp:720 936 936 msgid "&Web" 937 937 msgstr "Ð&МÑеÑМеÑ" 938 938 939 #: src/mainDialog.cpp:72 3939 #: src/mainDialog.cpp:725 940 940 msgid "&Help Contents\tF1" 941 941 msgstr "&СПЎеÑжаМОе пПЌПÑО\tF1" 942 942 943 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725943 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 944 944 msgid "See help contents" 945 945 msgstr "ÐМлайМ пПЌПÑÑ Ð¿ÐŸ пÑПгÑаЌЌе FahMon" 946 946 947 #: src/mainDialog.cpp:72 5947 #: src/mainDialog.cpp:727 948 948 msgid "&Help Contents\tCtrl+?" 949 949 msgstr "&СПЎеÑжаМОе пПЌПÑО\tCtrl+?" 950 950 951 #: src/mainDialog.cpp:72 7951 #: src/mainDialog.cpp:729 952 952 msgid "FahMon &IRC Channel" 953 953 msgstr "&IRC каМал FahMon (аМглОйÑкОй)" 954 954 955 #: src/mainDialog.cpp:72 7955 #: src/mainDialog.cpp:729 956 956 msgid "Join the FahMon IRC channel for online help" 957 957 msgstr "" 958 958 "ÐПйÑО Ма IRC каМал FahMon ÐŽÐ»Ñ Ð¿ÐŸÐ»ÑÑÐµÐœÐžÑ Ð¿ÐŸÐŒÐŸÑО ПМлайМ (аМглОйÑкОй ÑзÑк)" 959 959 960 #: src/mainDialog.cpp:7 28960 #: src/mainDialog.cpp:730 961 961 msgid "&About" 962 962 msgstr "&РпÑПгÑаЌЌе" 963 963 964 #: src/mainDialog.cpp:7 28964 #: src/mainDialog.cpp:730 965 965 #, c-format 966 966 msgid "About %s" 967 967 msgstr "РпÑПгÑаЌЌе %s" 968 968 969 #: src/mainDialog.cpp:73 5969 #: src/mainDialog.cpp:737 970 970 msgid "&Help" 971 971 msgstr "&ÐПЌПÑÑ" 972 972 973 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569973 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 974 974 msgid "Work Unit Information" 975 975 msgstr "ÐМÑПÑЌаÑÐžÑ Ð¿ÐŸ ÑекÑÑÐµÐŒÑ Ð·Ð°ÐŽÐ°ÐœÐžÑ" 976 976 977 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570977 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 978 978 msgid "Core:" 979 979 msgstr "ЯЎÑП:" 980 980 981 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571981 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 982 982 msgid "Project:" 983 983 msgstr "ÐаЎаМОе:" 984 984 985 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572985 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 986 986 msgid "Credit:" 987 987 msgstr "ÐÑкПв:" 988 988 989 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573989 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 990 990 msgid "Username:" 991 991 msgstr "УÑаÑÑМОк:" 992 992 993 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581993 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 994 994 msgid "Downloaded:" 995 995 msgstr "СкаÑаМП:" 996 996 997 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574997 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 998 998 msgid "Preferred Deadline:" 999 999 msgstr "ÐÑеЎпПÑÑОÑелÑМÑй ЎеЎлайМ:" 1000 1000 1001 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:5751001 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 1002 1002 msgid "Final Deadline:" 1003 1003 msgstr "ÐеЎлайМ:" 1004 1004 1005 #: src/mainDialog.cpp:84 21005 #: src/mainDialog.cpp:844 1006 1006 msgid "Log file." 1007 1007 msgstr "ÐПг Ñайл." 1008 1008 1009 #: src/mainDialog.cpp:108 41009 #: src/mainDialog.cpp:1086 1010 1010 msgid "You must first select a client!" 1011 1011 msgstr "ÐÑ ÐŽÐŸÐ»Ð¶ÐœÑ ÑМаÑала вÑбÑаÑÑ ÐºÐ»ÐžÐµÐœÑа!" 1012 1012 1013 #: src/mainDialog.cpp:144 51013 #: src/mainDialog.cpp:1447 1014 1014 msgid "Checking for FahMon updates" 1015 1015 msgstr "ÐÑПвеÑОÑÑ ÐœÐ°Ð»ÐžÑОе МПвПй веÑÑОО FahMon" 1016 1016 1017 #: src/mainDialog.cpp:145 61017 #: src/mainDialog.cpp:1458 1018 1018 #, c-format 1019 1019 msgid "Your version: %s; New version: %s" 1020 1020 msgstr "ÐаÑа веÑÑОÑ: %s; ÐÐŸÐ²Ð°Ñ Ð²ÐµÑÑОÑ: %s" 1021 1021 1022 #: src/mainDialog.cpp:147 01022 #: src/mainDialog.cpp:1472 1023 1023 msgid "Update available" 1024 1024 msgstr "ÐПÑÑÑпМП ПбМПвлеМОе" 1025 1025 1026 #: src/mainDialog.cpp:147 11026 #: src/mainDialog.cpp:1473 1027 1027 msgid "" 1028 1028 "A newer version of FahMon is available\n" … … 1032 1032 "ХПÑОÑе пеÑейÑО Ма ÑÑÑаМОÑÑ Ð·Ð°Ð³ÑÑзкО FahMon?" 1033 1033 1034 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801034 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1035 1035 msgid "No update found" 1036 1036 msgstr "ÐПвÑÑ 1037 1037 веÑÑОй МеÑ" 1038 1038 1039 #: src/mainDialog.cpp:162 41039 #: src/mainDialog.cpp:1626 1040 1040 msgid "ctrl" 1041 1041 msgstr "ctrl" 1042 1042 1043 #: src/mainDialog.cpp:162 51043 #: src/mainDialog.cpp:1627 1044 1044 msgid "shift" 1045 1045 msgstr "shift" 1046 1046 1047 #: src/mainDialog.cpp:162 61047 #: src/mainDialog.cpp:1628 1048 1048 msgid "alt" 1049 1049 msgstr "alt" trunk/po/sv_SE.po
r509 r525 9 9 "Project-Id-Version: sv_SE\n" 10 10 "Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 11 "POT-Creation-Date: 2009-0 4-02 14:55+0100\n"11 "POT-Creation-Date: 2009-05-13 20:03+0100\n" 12 12 "PO-Revision-Date: 2009-03-30 18:45+0100\n" 13 13 "Last-Translator: Olof Persson <floffe@gmail.com>\n" … … 166 166 #: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 167 167 #: src/listViewClients.cpp:674 src/listViewClients.cpp:708 168 #: src/mainDialog.cpp:53 2 src/mainDialog.cpp:533 src/mainDialog.cpp:534169 #: src/mainDialog.cpp:53 5168 #: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 169 #: src/mainDialog.cpp:537 170 170 msgid "Unknown" 171 171 msgstr "OkÀnd" … … 180 180 181 181 #: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 182 #: src/mainDialog.cpp:50 0 src/mainDialog.cpp:505 src/mainDialog.cpp:506183 #: src/mainDialog.cpp:50 7 src/mainDialog.cpp:508 src/mainDialog.cpp:509184 #: src/mainDialog.cpp:58 0 src/mainDialog.cpp:617src/webMonitor.cpp:133182 #: src/mainDialog.cpp:502 src/mainDialog.cpp:507 src/mainDialog.cpp:508 183 #: src/mainDialog.cpp:509 src/mainDialog.cpp:510 src/mainDialog.cpp:511 184 #: src/mainDialog.cpp:582 src/mainDialog.cpp:619 src/webMonitor.cpp:133 185 185 #: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 186 186 #: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 … … 556 556 msgstr "Laddar..." 557 557 558 #: src/listViewClients.cpp:648 src/mainDialog.cpp:54 3src/webMonitor.cpp:180558 #: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 559 559 #, c-format 560 560 msgid "%u points" … … 562 562 563 563 #: src/listViewClients.cpp:661 src/listViewClients.cpp:689 564 #: src/mainDialog.cpp:48 7 src/mainDialog.cpp:561 src/mainDialog.cpp:599564 #: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 565 565 #: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 566 566 #, c-format … … 568 568 msgstr "%s sedan" 569 569 570 #: src/listViewClients.cpp:693 src/mainDialog.cpp:56 5 src/mainDialog.cpp:603570 #: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 571 571 #: src/webMonitor.cpp:200 src/webMonitor.cpp:236 572 572 #, c-format … … 592 592 593 593 #: src/listViewClients.cpp:878 src/listViewClients.cpp:886 594 #: src/mainDialog.cpp:66 0594 #: src/mainDialog.cpp:662 595 595 msgid "Add a new client" 596 596 msgstr "LÀgg till ny klient" … … 620 620 msgstr "SlÃ¥ pÃ¥ denna klient" 621 621 622 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:151 3622 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 623 623 msgid "Do you really want to delete this client?" 624 624 msgstr "Vill du verkligen ta bort denna klient?" … … 644 644 msgstr "Importerade gamla instÀllningar till %s" 645 645 646 #: src/mainDialog.cpp:18 3646 #: src/mainDialog.cpp:184 647 647 #, c-format 648 648 msgid "%s is licenced under the GNU GPL v2" 649 649 msgstr "%s Àr licensierad under GNU GPL v2" 650 650 651 #: src/mainDialog.cpp:18 4651 #: src/mainDialog.cpp:185 652 652 msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 653 653 msgstr "Copyright (C) 2003-2007 François Ingelrest" 654 654 655 #: src/mainDialog.cpp:18 5655 #: src/mainDialog.cpp:186 656 656 msgid "Copyright (C) 2007-2009 Andrew Schofield" 657 657 msgstr "Copyright (C) 2007-2009 Andrew Schofield" 658 658 659 #: src/mainDialog.cpp:18 7659 #: src/mainDialog.cpp:188 660 660 msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 661 661 msgstr "FahMon innehÃ¥ller kod frÃ¥n qd, ocksÃ¥ licensierat under GNU GPL v2" 662 662 663 #: src/mainDialog.cpp:18 8663 #: src/mainDialog.cpp:189 664 664 msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 665 665 msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 666 666 667 #: src/mainDialog.cpp:1 89667 #: src/mainDialog.cpp:190 668 668 msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 669 669 msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 670 670 671 #: src/mainDialog.cpp:44 4671 #: src/mainDialog.cpp:446 672 672 msgid "" 673 673 "Something is wrong with this client.\n" … … 677 677 "Se meddelanden för mer information (FahMon->Visa/Dölj Meddelandefönstret)." 678 678 679 #: src/mainDialog.cpp:44 6679 #: src/mainDialog.cpp:448 680 680 msgid "This client is currently disabled." 681 681 msgstr "Denna klient Àr för tillfÀllet avstÀngd." 682 682 683 #: src/mainDialog.cpp:53 7683 #: src/mainDialog.cpp:539 684 684 #, c-format 685 685 msgid "Project %u is unknown, you should try to update the projects database" 686 686 msgstr "Projekt %u Àr okÀnt, försök uppdatera projektdatabasen" 687 687 688 #: src/mainDialog.cpp:62 1 src/mainDialog.cpp:1228688 #: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 689 689 #, c-format 690 690 msgid "%.2f PPD" 691 691 msgstr "%.2f PPD" 692 692 693 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698693 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 694 694 msgid "&Check for update" 695 695 msgstr "&Leta efter uppdateringar" 696 696 697 #: src/mainDialog.cpp:6 48 src/mainDialog.cpp:698697 #: src/mainDialog.cpp:650 src/mainDialog.cpp:700 698 698 msgid "Check online for the latest version of FahMon" 699 699 msgstr "Kontrollera online om det finns en nyare version av FahMon" 700 700 701 #: src/mainDialog.cpp:65 1701 #: src/mainDialog.cpp:653 702 702 msgid "&Preferences...\tCTRL+P" 703 703 msgstr "&InstÀllningar...\tCTRL+P" 704 704 705 #: src/mainDialog.cpp:65 1705 #: src/mainDialog.cpp:653 706 706 msgid "Open the preferences dialog" 707 707 msgstr "Ãppnar instÀllningarna" 708 708 709 #: src/mainDialog.cpp:65 3709 #: src/mainDialog.cpp:655 710 710 msgid "&Quit\tCtrl+Q" 711 711 msgstr "&Avsluta\tCtrl+Q" 712 712 713 #: src/mainDialog.cpp:65 3713 #: src/mainDialog.cpp:655 714 714 #, c-format 715 715 msgid "Quit %s" 716 716 msgstr "Avslutar %s" 717 717 718 #: src/mainDialog.cpp:66 0718 #: src/mainDialog.cpp:662 719 719 msgid "Add a new client to be monitored" 720 720 msgstr "LÀgg till ny klient för övervakning" 721 721 722 #: src/mainDialog.cpp:66 2722 #: src/mainDialog.cpp:664 723 723 msgid "Edit client" 724 724 msgstr "Redigera denna klient" 725 725 726 #: src/mainDialog.cpp:66 2726 #: src/mainDialog.cpp:664 727 727 msgid "Edit the selected client settings" 728 728 msgstr "Ãndra instÀllningar för vald klient" 729 729 730 #: src/mainDialog.cpp:66 3730 #: src/mainDialog.cpp:665 731 731 msgid "Delete client" 732 732 msgstr "Ta bort denna klient" 733 733 734 #: src/mainDialog.cpp:66 3734 #: src/mainDialog.cpp:665 735 735 msgid "Delete the selected client" 736 736 msgstr "Ta bort vald klient" 737 737 738 #: src/mainDialog.cpp:66 4738 #: src/mainDialog.cpp:666 739 739 msgid "View client files" 740 740 msgstr "Visa klientens filer" 741 741 742 #: src/mainDialog.cpp:66 4742 #: src/mainDialog.cpp:666 743 743 msgid "Open file browser in client folder" 744 744 msgstr "Ãppna filhanteraren i klient-mappen" 745 745 746 #: src/mainDialog.cpp:66 7746 #: src/mainDialog.cpp:669 747 747 msgid "Reload &Selection\tF5" 748 748 msgstr "Ladda &om vald\tF5" 749 749 750 #: src/mainDialog.cpp:66 7 src/mainDialog.cpp:670750 #: src/mainDialog.cpp:669 src/mainDialog.cpp:672 751 751 msgid "Reload the selected client" 752 752 msgstr "Laddar om vald klient" 753 753 754 #: src/mainDialog.cpp:6 68754 #: src/mainDialog.cpp:670 755 755 msgid "Reload &All\tF6" 756 756 msgstr "Ladda om &alla\tF6" 757 757 758 #: src/mainDialog.cpp:6 68 src/mainDialog.cpp:671758 #: src/mainDialog.cpp:670 src/mainDialog.cpp:673 759 759 msgid "Reload all the clients" 760 760 msgstr "Laddar om alla klienter" 761 761 762 #: src/mainDialog.cpp:67 0762 #: src/mainDialog.cpp:672 763 763 msgid "Reload &Selection\tCtrl+R" 764 764 msgstr "Ladda &om vald\tCtrl+R" 765 765 766 #: src/mainDialog.cpp:67 1766 #: src/mainDialog.cpp:673 767 767 msgid "Reload &All\tCtrl+Shift+R" 768 768 msgstr "Ladda om &alla\tCtrl+Shift+R" 769 769 770 #: src/mainDialog.cpp:67 3770 #: src/mainDialog.cpp:675 771 771 msgid "&Clients" 772 772 msgstr "&Klienter" 773 773 774 #: src/mainDialog.cpp:6 78774 #: src/mainDialog.cpp:680 775 775 msgid "&Show/Hide FAHLog\tF8" 776 776 msgstr "&Visa/dölj FAHLog\tF8" 777 777 778 #: src/mainDialog.cpp:6 78 src/mainDialog.cpp:682778 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 779 779 msgid "Toggle the log file" 780 780 msgstr "Visa/dölj loggfilen" 781 781 782 #: src/mainDialog.cpp:68 0782 #: src/mainDialog.cpp:682 783 783 msgid "&Cycle ETA Style\tF9" 784 784 msgstr "VÀxla tidsvisning" 785 785 786 #: src/mainDialog.cpp:68 0 src/mainDialog.cpp:684786 #: src/mainDialog.cpp:682 src/mainDialog.cpp:686 787 787 msgid "Cycle through the different ETA display styles" 788 788 msgstr "VÀxla mellan de olika visningssÀtten för berÀknad sluttid" 789 789 790 #: src/mainDialog.cpp:68 2790 #: src/mainDialog.cpp:684 791 791 msgid "&Show/Hide FAHLog\tCtrl+L" 792 792 msgstr "&Visa/dölj FAHLog\tCtrl+L" 793 793 794 #: src/mainDialog.cpp:68 4794 #: src/mainDialog.cpp:686 795 795 msgid "&Cycle ETA Style\tCtrl+E" 796 796 msgstr "&VÀxla tidsvisning\tCtrl+E" 797 797 798 #: src/mainDialog.cpp:68 7798 #: src/mainDialog.cpp:689 799 799 msgid "Show/Hide &WU Info panel" 800 800 msgstr "Visa/dölj &informationspanelen" 801 801 802 #: src/mainDialog.cpp:68 7802 #: src/mainDialog.cpp:689 803 803 msgid "Toggle the display of the Work Unit Information panel" 804 804 msgstr "SlÃ¥ pÃ¥/av visning av informationspanelen" 805 805 806 #: src/mainDialog.cpp:6 88806 #: src/mainDialog.cpp:690 807 807 msgid "&View" 808 808 msgstr "&Visa" 809 809 810 #: src/mainDialog.cpp:69 2810 #: src/mainDialog.cpp:694 811 811 msgid "&Show/Hide Messages Window" 812 812 msgstr "&Visa/dölj meddelandefönstret" 813 813 814 #: src/mainDialog.cpp:69 2814 #: src/mainDialog.cpp:694 815 815 msgid "Toggle the messages window" 816 816 msgstr "Visar eller döljer meddelandefönstret" 817 817 818 #: src/mainDialog.cpp:69 3818 #: src/mainDialog.cpp:695 819 819 msgid "&Benchmarks...\tCTRL+B" 820 820 msgstr "&Prestanda...\tCTRL+B" 821 821 822 #: src/mainDialog.cpp:69 3822 #: src/mainDialog.cpp:695 823 823 msgid "Open the benchmarks dialog" 824 824 msgstr "Visar genomsnittilig prestanda" 825 825 826 #: src/mainDialog.cpp:69 4826 #: src/mainDialog.cpp:696 827 827 msgid "&Download New Projects" 828 828 msgstr "&Ladda ner nya projekt" 829 829 830 #: src/mainDialog.cpp:69 4830 #: src/mainDialog.cpp:696 831 831 msgid "Update the local project database" 832 832 msgstr "Uppdaterar den lokala projektdatabasen" 833 833 834 #: src/mainDialog.cpp:70 0834 #: src/mainDialog.cpp:702 835 835 msgid "&Tools" 836 836 msgstr "Verk&tyg" 837 837 838 #: src/mainDialog.cpp:70 5838 #: src/mainDialog.cpp:707 839 839 msgid "&My Stats\tF2" 840 840 msgstr "&Min statistik\tF2" 841 841 842 #: src/mainDialog.cpp:70 5 src/mainDialog.cpp:709842 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 843 843 msgid "View the personal statistics for the selected client" 844 844 msgstr "Visa den egna statistiken för den valda klienten" 845 845 846 #: src/mainDialog.cpp:70 6846 #: src/mainDialog.cpp:708 847 847 msgid "&Jmol\tF3" 848 848 msgstr "&Jmol\tF3" 849 849 850 #: src/mainDialog.cpp:70 6 src/mainDialog.cpp:710850 #: src/mainDialog.cpp:708 src/mainDialog.cpp:712 851 851 msgid "View the current project on the Jmol website" 852 852 msgstr "Visar det pÃ¥gÃ¥ende projektet pÃ¥ Jmols webbplats" 853 853 854 #: src/mainDialog.cpp:70 7854 #: src/mainDialog.cpp:709 855 855 msgid "fah&info\tF4" 856 856 msgstr "fah&info\tF4" 857 857 858 #: src/mainDialog.cpp:70 7 src/mainDialog.cpp:711858 #: src/mainDialog.cpp:709 src/mainDialog.cpp:713 859 859 msgid "View the current project on fahinfo.org" 860 860 msgstr "Visar det pÃ¥gÃ¥ende projektet pÃ¥ fahinfo.org" 861 861 862 #: src/mainDialog.cpp:7 09862 #: src/mainDialog.cpp:711 863 863 msgid "&My Stats\tCtrl+Shift+M" 864 864 msgstr "&Min statistik\tCtrl+Shift+M" 865 865 866 #: src/mainDialog.cpp:71 0866 #: src/mainDialog.cpp:712 867 867 msgid "&Jmol\tCtrl+J" 868 868 msgstr "&Jmol\tCtrl+J" 869 869 870 #: src/mainDialog.cpp:71 1870 #: src/mainDialog.cpp:713 871 871 msgid "fah&info\tCtrl+I" 872 872 msgstr "fah&info\tCtrl+I" 873 873 874 #: src/mainDialog.cpp:71 4874 #: src/mainDialog.cpp:716 875 875 msgid "F@H &Website" 876 876 msgstr "F@Hs &webbplats" 877 877 878 #: src/mainDialog.cpp:71 4878 #: src/mainDialog.cpp:716 879 879 msgid "Open to the official Stanford website" 880 880 msgstr "Ãppna den officiella webbplatsen hos Stanford" 881 881 882 #: src/mainDialog.cpp:71 5882 #: src/mainDialog.cpp:717 883 883 msgid "Folding &Forum" 884 884 msgstr "Folding-&Forum" 885 885 886 #: src/mainDialog.cpp:71 5886 #: src/mainDialog.cpp:717 887 887 msgid "Open the Folding@Home support forum" 888 888 msgstr "Ãppna supportforumet för Folding@Home" 889 889 890 #: src/mainDialog.cpp:71 6890 #: src/mainDialog.cpp:718 891 891 msgid "&Projects Summary" 892 892 msgstr "&Projektöversikt" 893 893 894 #: src/mainDialog.cpp:71 6894 #: src/mainDialog.cpp:718 895 895 msgid "Open the list of the current projects" 896 896 msgstr "Ãppna listan över pÃ¥gÃ¥ende projekt" 897 897 898 #: src/mainDialog.cpp:71 7898 #: src/mainDialog.cpp:719 899 899 msgid "&Servers Status" 900 900 msgstr "&Serverstatus" 901 901 902 #: src/mainDialog.cpp:71 7902 #: src/mainDialog.cpp:719 903 903 msgid "Open the list of the servers with their status" 904 904 msgstr "Ãppna server-listan med deras status" 905 905 906 #: src/mainDialog.cpp:7 18906 #: src/mainDialog.cpp:720 907 907 msgid "&Web" 908 908 msgstr "&Online" 909 909 910 #: src/mainDialog.cpp:72 3910 #: src/mainDialog.cpp:725 911 911 msgid "&Help Contents\tF1" 912 912 msgstr "&HjÀlp\tF1" 913 913 914 #: src/mainDialog.cpp:72 3 src/mainDialog.cpp:725914 #: src/mainDialog.cpp:725 src/mainDialog.cpp:727 915 915 msgid "See help contents" 916 916 msgstr "Se hjÀlpinnehÃ¥llet" 917 917 918 #: src/mainDialog.cpp:72 5918 #: src/mainDialog.cpp:727 919 919 msgid "&Help Contents\tCtrl+?" 920 920 msgstr "&HjÀlp\tCtrl+?" 921 921 922 #: src/mainDialog.cpp:72 7922 #: src/mainDialog.cpp:729 923 923 msgid "FahMon &IRC Channel" 924 924 msgstr "FahMons &IRC-kanal" 925 925 926 #: src/mainDialog.cpp:72 7926 #: src/mainDialog.cpp:729 927 927 msgid "Join the FahMon IRC channel for online help" 928 928 msgstr "GÃ¥ till FahMons IRC-kanal för att fÃ¥ direkthjÀlp" 929 929 930 #: src/mainDialog.cpp:7 28930 #: src/mainDialog.cpp:730 931 931 msgid "&About" 932 932 msgstr "&Om" 933 933 934 #: src/mainDialog.cpp:7 28934 #: src/mainDialog.cpp:730 935 935 #, c-format 936 936 msgid "About %s" 937 937 msgstr "Om %s" 938 938 939 #: src/mainDialog.cpp:73 5939 #: src/mainDialog.cpp:737 940 940 msgid "&Help" 941 941 msgstr "&HjÀlp" 942 942 943 #: src/mainDialog.cpp:76 7src/webMonitor.cpp:569943 #: src/mainDialog.cpp:769 src/webMonitor.cpp:569 944 944 msgid "Work Unit Information" 945 945 msgstr "Information om arbetsenhet" 946 946 947 #: src/mainDialog.cpp:79 5src/webMonitor.cpp:570947 #: src/mainDialog.cpp:797 src/webMonitor.cpp:570 948 948 msgid "Core:" 949 949 msgstr "KÀrna: " 950 950 951 #: src/mainDialog.cpp:79 7src/webMonitor.cpp:571951 #: src/mainDialog.cpp:799 src/webMonitor.cpp:571 952 952 msgid "Project:" 953 953 msgstr "Projekt:" 954 954 955 #: src/mainDialog.cpp: 799src/webMonitor.cpp:572955 #: src/mainDialog.cpp:801 src/webMonitor.cpp:572 956 956 msgid "Credit:" 957 957 msgstr "PoÀng:" 958 958 959 #: src/mainDialog.cpp:80 1src/webMonitor.cpp:573959 #: src/mainDialog.cpp:803 src/webMonitor.cpp:573 960 960 msgid "Username:" 961 961 msgstr "AnvÀndarnamn:" 962 962 963 #: src/mainDialog.cpp:80 3src/webMonitor.cpp:581963 #: src/mainDialog.cpp:805 src/webMonitor.cpp:581 964 964 msgid "Downloaded:" 965 965 msgstr "HÀmtad:" 966 966 967 #: src/mainDialog.cpp:80 5src/webMonitor.cpp:574967 #: src/mainDialog.cpp:807 src/webMonitor.cpp:574 968 968 msgid "Preferred Deadline:" 969 969 msgstr "Föredragen tidsgrÀns:" 970 970 971 #: src/mainDialog.cpp:80 7src/webMonitor.cpp:575971 #: src/mainDialog.cpp:809 src/webMonitor.cpp:575 972 972 msgid "Final Deadline:" 973 973 msgstr "Slutgiltig tidsgrÀns:" 974 974 975 #: src/mainDialog.cpp:84 2975 #: src/mainDialog.cpp:844 976 976 msgid "Log file." 977 977 msgstr "Loggfil." 978 978 979 #: src/mainDialog.cpp:108 4979 #: src/mainDialog.cpp:1086 980 980 msgid "You must first select a client!" 981 981 msgstr "Du mÃ¥ste först vÀlja en klient!" 982 982 983 #: src/mainDialog.cpp:144 5983 #: src/mainDialog.cpp:1447 984 984 msgid "Checking for FahMon updates" 985 985 msgstr "Letar efter uppdateringar till FahMon" 986 986 987 #: src/mainDialog.cpp:145 6987 #: src/mainDialog.cpp:1458 988 988 #, c-format 989 989 msgid "Your version: %s; New version: %s" 990 990 msgstr "Din version: %s; Ny version: %s" 991 991 992 #: src/mainDialog.cpp:147 0992 #: src/mainDialog.cpp:1472 993 993 msgid "Update available" 994 994 msgstr "Nyare version hittad" 995 995 996 #: src/mainDialog.cpp:147 1996 #: src/mainDialog.cpp:1473 997 997 msgid "" 998 998 "A newer version of FahMon is available\n" … … 1002 1002 "Vill du gÃ¥ till FahMons webbplats?" 1003 1003 1004 #: src/mainDialog.cpp:14 78 src/mainDialog.cpp:14801004 #: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 1005 1005 msgid "No update found" 1006 1006 msgstr "Ingen nyare version hittades" 1007 1007 1008 #: src/mainDialog.cpp:162 41008 #: src/mainDialog.cpp:1626 1009 1009 msgid "ctrl" 1010 1010 msgstr "ctrl" 1011 1011 1012 #: src/mainDialog.cpp:162 51012 #: src/mainDialog.cpp:1627 1013 1013 msgid "shift" 1014 1014 msgstr "shift" 1015 1015 1016 #: src/mainDialog.cpp:162 61016 #: src/mainDialog.cpp:1628 1017 1017 msgid "alt" 1018 1018 msgstr "alt" trunk/resources/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 195 195 sysconfdir = @sysconfdir@ 196 196 target_alias = @target_alias@ 197 top_build_prefix = @top_build_prefix@ 197 198 top_builddir = @top_builddir@ 198 199 top_srcdir = @top_srcdir@ … … 210 211 case '$(am__configure_deps)' in \ 211 212 *$$dep*) \ 212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\213 && exit 0; \213 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 214 && { if test -f $@; then exit 0; else break; fi; }; \ 214 215 exit 1;; \ 215 216 esac; \ trunk/src/Makefile.in
r522 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 235 235 sysconfdir = @sysconfdir@ 236 236 target_alias = @target_alias@ 237 top_build_prefix = @top_build_prefix@ 237 238 top_builddir = @top_builddir@ 238 239 top_srcdir = @top_srcdir@ … … 252 253 case '$(am__configure_deps)' in \ 253 254 *$$dep*) \ 254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\255 && exit 0; \255 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 256 && { if test -f $@; then exit 0; else break; fi; }; \ 256 257 exit 1;; \ 257 258 esac; \ … … 386 387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 387 388 done | \ 388 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 389 390 END { if (nonempty) { for (i in files) print i; }; }'`; \ 390 391 mkid -fID $$unique trunk/src/images/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 217 217 sysconfdir = @sysconfdir@ 218 218 target_alias = @target_alias@ 219 top_build_prefix = @top_build_prefix@ 219 220 top_builddir = @top_builddir@ 220 221 top_srcdir = @top_srcdir@ … … 241 242 case '$(am__configure_deps)' in \ 242 243 *$$dep*) \ 243 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\244 && exit 0; \244 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 245 && { if test -f $@; then exit 0; else break; fi; }; \ 245 246 exit 1;; \ 246 247 esac; \ … … 365 366 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 366 367 done | \ 367 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \368 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 368 369 END { if (nonempty) { for (i in files) print i; }; }'`; \ 369 370 mkid -fID $$unique trunk/src/images/icons/128/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ trunk/src/images/icons/16/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ trunk/src/images/icons/24/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ trunk/src/images/icons/256/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ trunk/src/images/icons/32/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ trunk/src/images/icons/48/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ trunk/src/images/icons/64/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ trunk/src/images/icons/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 207 207 sysconfdir = @sysconfdir@ 208 208 target_alias = @target_alias@ 209 top_build_prefix = @top_build_prefix@ 209 210 top_builddir = @top_builddir@ 210 211 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ … … 324 325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 325 326 done | \ 326 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \327 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 327 328 END { if (nonempty) { for (i in files) print i; }; }'`; \ 328 329 mkid -fID $$unique trunk/src/include/Makefile.in
r455 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 196 196 sysconfdir = @sysconfdir@ 197 197 target_alias = @target_alias@ 198 top_build_prefix = @top_build_prefix@ 198 199 top_builddir = @top_builddir@ 199 200 top_srcdir = @top_srcdir@ … … 249 250 case '$(am__configure_deps)' in \ 250 251 *$$dep*) \ 251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\252 && exit 0; \252 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 253 && { if test -f $@; then exit 0; else break; fi; }; \ 253 254 exit 1;; \ 254 255 esac; \ trunk/templates/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 205 205 sysconfdir = @sysconfdir@ 206 206 target_alias = @target_alias@ 207 top_build_prefix = @top_build_prefix@ 207 208 top_builddir = @top_builddir@ 208 209 top_srcdir = @top_srcdir@ … … 225 226 case '$(am__configure_deps)' in \ 226 227 *$$dep*) \ 227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\228 && exit 0; \228 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 229 && { if test -f $@; then exit 0; else break; fi; }; \ 229 230 exit 1;; \ 230 231 esac; \ trunk/wxcurl/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 207 207 sysconfdir = @sysconfdir@ 208 208 target_alias = @target_alias@ 209 top_build_prefix = @top_build_prefix@ 209 210 top_builddir = @top_builddir@ 210 211 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ … … 324 325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 325 326 done | \ 326 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \327 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 327 328 END { if (nonempty) { for (i in files) print i; }; }'`; \ 328 329 mkid -fID $$unique trunk/wxcurl/include/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 207 207 sysconfdir = @sysconfdir@ 208 208 target_alias = @target_alias@ 209 top_build_prefix = @top_build_prefix@ 209 210 top_builddir = @top_builddir@ 210 211 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ … … 324 325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 325 326 done | \ 326 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \327 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 327 328 END { if (nonempty) { for (i in files) print i; }; }'`; \ 328 329 mkid -fID $$unique trunk/wxcurl/include/wx/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 207 207 sysconfdir = @sysconfdir@ 208 208 target_alias = @target_alias@ 209 top_build_prefix = @top_build_prefix@ 209 210 top_builddir = @top_builddir@ 210 211 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ … … 324 325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 325 326 done | \ 326 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \327 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 327 328 END { if (nonempty) { for (i in files) print i; }; }'`; \ 328 329 mkid -fID $$unique trunk/wxcurl/include/wx/curl/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 195 195 sysconfdir = @sysconfdir@ 196 196 target_alias = @target_alias@ 197 top_build_prefix = @top_build_prefix@ 197 198 top_builddir = @top_builddir@ 198 199 top_srcdir = @top_srcdir@ … … 205 206 case '$(am__configure_deps)' in \ 206 207 *$$dep*) \ 207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\208 && exit 0; \208 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 209 && { if test -f $@; then exit 0; else break; fi; }; \ 209 210 exit 1;; \ 210 211 esac; \ trunk/wxcurl/src/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 236 236 sysconfdir = @sysconfdir@ 237 237 target_alias = @target_alias@ 238 top_build_prefix = @top_build_prefix@ 238 239 top_builddir = @top_builddir@ 239 240 top_srcdir = @top_srcdir@ … … 251 252 case '$(am__configure_deps)' in \ 252 253 *$$dep*) \ 253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\254 && exit 0; \254 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 255 && { if test -f $@; then exit 0; else break; fi; }; \ 255 256 exit 1;; \ 256 257 esac; \ … … 357 358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 358 359 done | \ 359 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \360 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 360 361 END { if (nonempty) { for (i in files) print i; }; }'`; \ 361 362 mkid -fID $$unique trunk/wxcurl/win32_libcurl/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 207 207 sysconfdir = @sysconfdir@ 208 208 target_alias = @target_alias@ 209 top_build_prefix = @top_build_prefix@ 209 210 top_builddir = @top_builddir@ 210 211 top_srcdir = @top_srcdir@ … … 218 219 case '$(am__configure_deps)' in \ 219 220 *$$dep*) \ 220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\221 && exit 0; \221 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 222 && { if test -f $@; then exit 0; else break; fi; }; \ 222 223 exit 1;; \ 223 224 esac; \ … … 325 326 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 326 327 done | \ 327 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \328 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 328 329 END { if (nonempty) { for (i in files) print i; }; }'`; \ 329 330 mkid -fID $$unique trunk/wxcurl/win32_libcurl/include/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 207 207 sysconfdir = @sysconfdir@ 208 208 target_alias = @target_alias@ 209 top_build_prefix = @top_build_prefix@ 209 210 top_builddir = @top_builddir@ 210 211 top_srcdir = @top_srcdir@ … … 217 218 case '$(am__configure_deps)' in \ 218 219 *$$dep*) \ 219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\220 && exit 0; \220 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 221 && { if test -f $@; then exit 0; else break; fi; }; \ 221 222 exit 1;; \ 222 223 esac; \ … … 324 325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 325 326 done | \ 326 $(AWK) '{ files[$$0] = 1; nonem tpy = 1; } \327 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 327 328 END { if (nonempty) { for (i in files) print i; }; }'`; \ 328 329 mkid -fID $$unique trunk/wxcurl/win32_libcurl/include/curl/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 195 195 sysconfdir = @sysconfdir@ 196 196 target_alias = @target_alias@ 197 top_build_prefix = @top_build_prefix@ 197 198 top_builddir = @top_builddir@ 198 199 top_srcdir = @top_srcdir@ … … 205 206 case '$(am__configure_deps)' in \ 206 207 *$$dep*) \ 207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\208 && exit 0; \208 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 209 && { if test -f $@; then exit 0; else break; fi; }; \ 209 210 exit 1;; \ 210 211 esac; \ trunk/wxcurl/win32_libcurl/lib/Makefile.in
r453 r525 1 # Makefile.in generated by automake 1.10. 1from Makefile.am.1 # Makefile.in generated by automake 1.10.2 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 195 195 sysconfdir = @sysconfdir@ 196 196 target_alias = @target_alias@ 197 top_build_prefix = @top_build_prefix@ 197 198 top_builddir = @top_builddir@ 198 199 top_srcdir = @top_srcdir@ … … 332 333 case '$(am__configure_deps)' in \ 333 334 *$$dep*) \ 334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh\335 && exit 0; \335 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 336 && { if test -f $@; then exit 0; else break; fi; }; \ 336 337 exit 1;; \ 337 338 esac; \
