Changeset 525

Show
Ignore:
Timestamp:
05/13/09 14:11:09 (3 years ago)
Author:
uncle_fungus
Message:

Build system updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FahMon.xcodeproj/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    195195sysconfdir = @sysconfdir@ 
    196196target_alias = @target_alias@ 
     197top_build_prefix = @top_build_prefix@ 
    197198top_builddir = @top_builddir@ 
    198199top_srcdir = @top_srcdir@ 
     
    209210          case '$(am__configure_deps)' in \ 
    210211            *$$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; }; \ 
    213214              exit 1;; \ 
    214215          esac; \ 
  • trunk/Makefile.in

    r512 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    236236sysconfdir = @sysconfdir@ 
    237237target_alias = @target_alias@ 
     238top_build_prefix = @top_build_prefix@ 
    238239top_builddir = @top_builddir@ 
    239240top_srcdir = @top_srcdir@ 
     
    337338 
    338339distclean-libtool: 
    339         -rm -f libtool 
     340        -rm -f libtool config.lt 
    340341install-appsDATA: $(apps_DATA) 
    341342        @$(NORMAL_INSTALL) 
     
    431432            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    432433          done | \ 
    433           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     434          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    434435              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    435436        mkid -fID $$unique 
     
    547548        $(am__remove_distdir) 
    548549 
     550dist-xz: distdir 
     551        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 
     552        $(am__remove_distdir) 
     553 
    549554dist-tarZ: distdir 
    550555        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 
     
    576581        *.tar.lzma*) \ 
    577582          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 
     583        *.tar.xz*) \ 
     584          xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 
    578585        *.tar.Z*) \ 
    579586          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 
     
    730737        all all-am am--refresh check check-am clean clean-generic \ 
    731738        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 
    732         dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck
    733         distclean distclean-generic distclean-hdr distclean-libtool
    734         distclean-tags distcleancheck distdir distuninstallcheck dvi
    735         dvi-am html html-am info info-am install install-am \ 
    736         install-appsDATA install-data install-data-am install-dvi
    737         install-dvi-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         installdirs-am maintainer-clean maintainer-clean-generic
    742         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am
    743         ps ps-am tags tags-recursive uninstall uninstall-am
    744         uninstall-appsDATA 
     739        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 
    745752 
    746753 
  • trunk/aclocal.m4

    r453 r525  
    1 # generated automatically by aclocal 1.10.1 -*- Autoconf -*- 
     1# generated automatically by aclocal 1.10.2 -*- Autoconf -*- 
    22 
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
     
    1414m4_ifndef([AC_AUTOCONF_VERSION], 
    1515  [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.61
     16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],, 
     17[m4_warning([this file was generated for autoconf 2.63
    1818You have another version of autoconf.  It may work, but is not guaranteed to. 
    1919If you have problems, you may need to regenerate the build system entirely. 
     
    66606660]) 
    66616661 
    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. 
    66636663# 
    66646664# This file is free software; the Free Software Foundation 
     
    66756675dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 
    66766676dnl require some minimum version.  Point them to the right macro. 
    6677 m4_if([$1], [1.10.1], [], 
     6677m4_if([$1], [1.10.2], [], 
    66786678      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 
    66796679]) 
     
    66896689# ------------------------------- 
    66906690# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 
    6691 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 
     6691# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 
    66926692AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 
    6693 [AM_AUTOMAKE_VERSION([1.10.1])dnl 
     6693[AM_AUTOMAKE_VERSION([1.10.2])dnl 
    66946694m4_ifndef([AC_AUTOCONF_VERSION], 
    66956695  [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]))]) 
    66976697 
    66986698# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*- 
     
    69446944# Generate code to set up dependency tracking.              -*- Autoconf -*- 
    69456945 
    6946 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 
     6946# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 
    69476947# Free Software Foundation, Inc. 
    69486948# 
     
    69516951# with or without modifications, as long as this notice is preserved. 
    69526952 
    6953 #serial 3 
     6953#serial 4 
    69546954 
    69556955# _AM_OUTPUT_DEPENDENCY_COMMANDS 
    69566956# ------------------------------ 
    69576957AC_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. 
     6961case $CONFIG_FILES in 
     6962*\'*) eval set x "$CONFIG_FILES" ;; 
     6963*)   set x $CONFIG_FILES ;; 
     6964esac 
     6965shift 
     6966for mf 
     6967do 
    69596968  # Strip MF so we end up with the name of the file. 
    69606969  mf=`echo "$mf" | sed -e 's/:.*$//'` 
     
    73007309# Helper functions for option handling.                     -*- Autoconf -*- 
    73017310 
    7302 # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc. 
     7311# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc. 
    73037312# 
    73047313# This file is free software; the Free Software Foundation 
     
    73067315# with or without modifications, as long as this notice is preserved. 
    73077316 
    7308 # serial 3 
     7317# serial 4 
    73097318 
    73107319# _AM_MANGLE_OPTION(NAME) 
     
    73237332# OPTIONS is a space-separated list of Automake options. 
    73247333AC_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)])]) 
    73267335 
    73277336# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 
  • trunk/configure

    r519 r525  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61 for FahMon 2.3.99.1. 
     3# Generated by GNU Autoconf 2.63 for FahMon 2.3.99.1. 
    44# 
    55# Report bugs to <Andrew Schofield andrew_s@fahmon.net>. 
    66# 
    77# 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. 
    99# This configure script is free software; the Free Software Foundation 
    1010# gives unlimited permission to copy, distribute and modify it. 
     
    1818  emulate sh 
    1919  NULLCMD=: 
    20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    2121  # is contrary to our usage.  Disable this feature. 
    2222  alias -g '${1+"$@"}'='"$@"' 
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits 
    4141 
     42as_nl=' 
     43' 
     44export as_nl 
     45# Printing a long string crashes Solaris 7 /usr/bin/printf. 
     46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
     47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
     48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
     49if (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' 
     52else 
     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' 
     72fi 
     73 
    4274# The user is always right. 
    4375if 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  } 
    5381fi 
    5482 
     
    6694# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    6795# splitting by setting IFS to empty value.) 
    68 as_nl=' 
    69 ' 
    7096IFS=" ""        $as_nl" 
    7197 
     
    90116fi 
    91117if test ! -f "$as_myself"; then 
    92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     118  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    93119  { (exit 1); exit 1; } 
    94120fi 
     
    103129 
    104130# 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 
     131LC_ALL=C 
     132export LC_ALL 
     133LANGUAGE=C 
     134export LANGUAGE 
    116135 
    117136# Required to use basename. 
     
    135154         X"$0" : 'X\(//\)$' \| \ 
    136155         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    137 echo X/"$0" | 
     156$as_echo X/"$0" | 
    138157    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    139158            s//\1/ 
     
    161180fi 
    162181 
    163   if test $as_have_required = yes &&   (eval ": 
     182  if test $as_have_required = yes &&   (eval ": 
    164183(as_func_return () { 
    165184  (exit \$1) 
     
    243262  emulate sh 
    244263  NULLCMD=: 
    245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     264  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    246265  # is contrary to our usage.  Disable this feature. 
    247266  alias -g '${1+"$@"}'='"$@"' 
     
    264283  emulate sh 
    265284  NULLCMD=: 
    266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     285  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    267286  # is contrary to our usage.  Disable this feature. 
    268287  alias -g '${1+"$@"}'='"$@"' 
     
    344363      if test "x$CONFIG_SHELL" != x; then 
    345364  for as_var in BASH_ENV ENV 
    346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    347         done 
    348         export CONFIG_SHELL 
    349         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+"$@"} 
    350369fi 
    351370 
     
    416435test \$exitcode = 0") || { 
    417436  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. 
    421441} 
    422442 
     
    454474    ' >$as_me.lineno && 
    455475  chmod +x "$as_me.lineno" || 
    456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     476    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    457477   { (exit 1); exit 1; }; } 
    458478 
     
    482502  ECHO_N='-n';; 
    483503esac 
    484  
    485504if expr a : '\(a\)' >/dev/null 2>&1 && 
    486505   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    495514else 
    496515  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 
     517fi 
     518if (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 
    507530    as_ln_s='cp -p' 
    508 elif ln conf$$.file conf$$ 2>/dev/null; then 
    509   as_ln_s=ln 
     531  fi 
    510532else 
    511533  as_ln_s='cp -p' 
     
    532554    eval sh -c '\'' 
    533555      if test -d "$1"; then 
    534         test -d "$1/."; 
     556       test -d "$1/."; 
    535557      else 
    536558        case $1 in 
    537         -*)set "./$1";; 
     559       -*)set "./$1";; 
    538560        esac; 
    539561        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    770792 
    771793gt_needs= 
    772 ac_subst_vars='SHELL 
     794ac_subst_vars='LTLIBOBJS 
     795LIBOBJS 
     796POSUB 
     797LTLIBINTL 
     798LIBINTL 
     799INTLLIBS 
     800LTLIBICONV 
     801LIBICONV 
     802INTL_MACOSX_LIBS 
     803MSGMERGE 
     804XGETTEXT_015 
     805XGETTEXT 
     806GMSGFMT_015 
     807MSGFMT_015 
     808GMSGFMT 
     809MSGFMT 
     810USE_NLS 
     811WX_RESCOMP 
     812WX_VERSION 
     813WX_LIBS_STATIC 
     814WX_LIBS 
     815WX_CXXFLAGS_ONLY 
     816WX_CFLAGS_ONLY 
     817WX_CXXFLAGS 
     818WX_CFLAGS 
     819WX_CPPFLAGS 
     820WX_CONFIG_PATH 
     821LIBCURL 
     822LIBCURL_CPPFLAGS 
     823_libcurl_config 
     824LIBTOOL 
     825ac_ct_F77 
     826FFLAGS 
     827F77 
     828CXXCPP 
     829CPP 
     830NMEDIT 
     831DSYMUTIL 
     832RANLIB 
     833AR 
     834ECHO 
     835LN_S 
     836EGREP 
     837GREP 
     838SED 
     839am__fastdepCC_FALSE 
     840am__fastdepCC_TRUE 
     841CCDEPMODE 
     842ac_ct_CC 
     843CFLAGS 
     844CC 
     845host_os 
     846host_vendor 
     847host_cpu 
     848host 
     849build_os 
     850build_vendor 
     851build_cpu 
     852build 
     853am__fastdepCXX_FALSE 
     854am__fastdepCXX_TRUE 
     855CXXDEPMODE 
     856AMDEPBACKSLASH 
     857AMDEP_FALSE 
     858AMDEP_TRUE 
     859am__quote 
     860am__include 
     861DEPDIR 
     862OBJEXT 
     863EXEEXT 
     864ac_ct_CXX 
     865CPPFLAGS 
     866LDFLAGS 
     867CXXFLAGS 
     868CXX 
     869WXCURL_LT_VERSION_INFO 
     870am__untar 
     871am__tar 
     872AMTAR 
     873am__leading_dot 
     874SET_MAKE 
     875AWK 
     876mkdir_p 
     877MKDIR_P 
     878INSTALL_STRIP_PROGRAM 
     879STRIP 
     880install_sh 
     881MAKEINFO 
     882AUTOHEADER 
     883AUTOMAKE 
     884AUTOCONF 
     885ACLOCAL 
     886VERSION 
     887PACKAGE 
     888CYGPATH_W 
     889am__isrc 
     890INSTALL_DATA 
     891INSTALL_SCRIPT 
     892INSTALL_PROGRAM 
     893ac_prefix_program 
     894target_alias 
     895host_alias 
     896build_alias 
     897LIBS 
     898ECHO_T 
     899ECHO_N 
     900ECHO_C 
     901DEFS 
     902mandir 
     903localedir 
     904libdir 
     905psdir 
     906pdfdir 
     907dvidir 
     908htmldir 
     909infodir 
     910docdir 
     911oldincludedir 
     912includedir 
     913localstatedir 
     914sharedstatedir 
     915sysconfdir 
     916datadir 
     917datarootdir 
     918libexecdir 
     919sbindir 
     920bindir 
     921program_transform_name 
     922prefix 
     923exec_prefix 
     924PACKAGE_BUGREPORT 
     925PACKAGE_STRING 
     926PACKAGE_VERSION 
     927PACKAGE_TARNAME 
     928PACKAGE_NAME 
    773929PATH_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' 
     930SHELL' 
    908931ac_subst_files='' 
     932ac_user_opts=' 
     933enable_option_checking 
     934enable_dependency_tracking 
     935enable_shared 
     936enable_static 
     937enable_fast_install 
     938with_gnu_ld 
     939enable_libtool_lock 
     940with_pic 
     941with_tags 
     942with_libcurl 
     943with_wxdir 
     944with_wx_config 
     945with_wx_prefix 
     946with_wx_exec_prefix 
     947enable_nls 
     948enable_rpath 
     949with_libiconv_prefix 
     950with_libintl_prefix 
     951' 
    909952      ac_precious_vars='build_alias 
    910953host_alias 
     
    927970ac_init_help= 
    928971ac_init_version=false 
     972ac_unrecognized_opts= 
     973ac_unrecognized_sep= 
    929974# The variables have the same names as the options, with 
    930975# dashes changed to underlines. 
     
    10251070 
    10261071  -disable-* | --disable-*) 
    1027     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
     1072    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    10281073    # 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" >&2 
     1074    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1075      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
    10311076   { (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 ;; 
    10341087 
    10351088  -docdir | --docdir | --docdi | --doc | --do) 
     
    10441097 
    10451098  -enable-* | --enable-*) 
    1046     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
     1099    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    10471100    # 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" >&2 
     1101    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1102      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
    10501103   { (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 ;; 
    10531114 
    10541115  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    12411302 
    12421303  -with-* | --with-*) 
    1243     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
     1304    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    12441305    # 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" >&2 
     1306    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1307      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
    12471308   { (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 ;; 
    12501319 
    12511320  -without-* | --without-*) 
    1252     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
     1321    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    12531322    # 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" >&2 
     1323    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1324      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
    12561325   { (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 ;; 
    12591336 
    12601337  --x) 
     
    12761353    x_libraries=$ac_optarg ;; 
    12771354 
    1278   -*) { echo "$as_me: error: unrecognized option: $ac_option 
     1355  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 
    12791356Try \`$0 --help' for more information." >&2 
    12801357   { (exit 1); exit 1; }; } 
     
    12851362    # Reject names that are not valid shell variable names. 
    12861363    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 
    1287       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
     1364      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    12881365   { (exit 1); exit 1; }; } 
    12891366    eval $ac_envvar=\$ac_optarg 
     
    12921369  *) 
    12931370    # FIXME: should be removed in autoconf 3.0. 
    1294     echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
     1371    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
    12951372    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1296       echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
     1373      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
    12971374    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 
    12981375    ;; 
     
    13031380if test -n "$ac_prev"; then 
    13041381  ac_option=--`echo $ac_prev | sed 's/_/-/g'` 
    1305   { echo "$as_me: error: missing argument to $ac_option" >&2 
     1382  { $as_echo "$as_me: error: missing argument to $ac_option" >&2 
    13061383   { (exit 1); exit 1; }; } 
    13071384fi 
    13081385 
    1309 # Be sure to have absolute directory names. 
     1386if 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 
     1393fi 
     1394 
     1395# Check all directory arguments for consistency. 
    13101396for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
    13111397                datadir sysconfdir sharedstatedir localstatedir includedir \ 
     
    13141400do 
    13151401  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. 
    13161409  case $ac_val in 
    13171410    [\\/$]* | ?:[\\/]* )  continue;; 
    13181411    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    13191412  esac 
    1320   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1413  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    13211414   { (exit 1); exit 1; }; } 
    13221415done 
     
    13331426  if test "x$build_alias" = x; then 
    13341427    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. 
    13361429    If a cross compiler is detected then cross compile mode will be used." >&2 
    13371430  elif test "x$build_alias" != "x$host_alias"; then 
     
    13491442ac_ls_di=`ls -di .` && 
    13501443ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
    1351   { echo "$as_me: error: Working directory cannot be determined" >&2 
     1444  { $as_echo "$as_me: error: working directory cannot be determined" >&2 
    13521445   { (exit 1); exit 1; }; } 
    13531446test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
    1354   { echo "$as_me: error: pwd does not report name of working directory" >&2 
     1447  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 
    13551448   { (exit 1); exit 1; }; } 
    13561449 
     
    13601453  ac_srcdir_defaulted=yes 
    13611454  # 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" | 
    13681461    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    13691462            s//\1/ 
     
    13921485if test ! -r "$srcdir/$ac_unique_file"; then 
    13931486  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
    1394   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1487  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    13951488   { (exit 1); exit 1; }; } 
    13961489fi 
    13971490ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
    13981491ac_abs_confdir=`( 
    1399         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
     1492        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 
    14001493   { (exit 1); exit 1; }; } 
    14011494        pwd)` 
     
    14461539Installation directories: 
    14471540  --prefix=PREFIX         install architecture-independent files in PREFIX 
    1448                          [$ac_default_prefix] 
     1541                          [$ac_default_prefix] 
    14491542  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    1450                          [PREFIX] 
     1543                          [PREFIX] 
    14511544 
    14521545By default, \`make install' will install all the files in 
     
    14581551 
    14591552Fine 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] 
    14791572_ACEOF 
    14801573 
     
    14991592 
    15001593Optional Features: 
     1594  --disable-option-checking  ignore unrecognized --enable/--with options 
    15011595  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
    15021596  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
     
    15561650  # If there are subdirs, report their specific --help. 
    15571651  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 
    15591655    ac_builddir=. 
    15601656 
     
    15621658.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    15631659*) 
    1564   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
     1660  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
    15651661  # 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|/||'` 
    15671663  case $ac_top_builddir_sub in 
    15681664  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    16001696      $SHELL "$ac_srcdir/configure" --help=recursive 
    16011697    else 
    1602       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
     1698      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    16031699    fi || ac_status=$? 
    16041700    cd "$ac_pwd" || { ac_status=$?; break; } 
     
    16101706  cat <<\_ACEOF 
    16111707FahMon configure 2.3.99.1 
    1612 generated by GNU Autoconf 2.61 
     1708generated by GNU Autoconf 2.63 
    16131709 
    16141710Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    1615 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     17112002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    16161712This configure script is free software; the Free Software Foundation 
    16171713gives unlimited permission to copy, distribute and modify it. 
     
    16241720 
    16251721It was created by FahMon $as_me 2.3.99.1, which was 
    1626 generated by GNU Autoconf 2.61.  Invocation command line was 
     1722generated by GNU Autoconf 2.63.  Invocation command line was 
    16271723 
    16281724  $ $0 $@ 
     
    16601756  IFS=$as_save_IFS 
    16611757  test -z "$as_dir" && as_dir=. 
    1662   echo "PATH: $as_dir" 
     1758  $as_echo "PATH: $as_dir" 
    16631759done 
    16641760IFS=$as_save_IFS 
     
    16951791      continue ;; 
    16961792    *\'*) 
    1697       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1793      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    16981794    esac 
    16991795    case $ac_pass in 
     
    17471843    *${as_nl}*) 
    17481844      case $ac_var in #( 
    1749       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    1750 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;} ;; 
    17511847      esac 
    17521848      case $ac_var in #( 
    17531849      _ | IFS | as_nl) ;; #( 
     1850      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    17541851      *) $as_unset $ac_var ;; 
    17551852      esac ;; 
     
    17811878      eval ac_val=\$$ac_var 
    17821879      case $ac_val in 
    1783       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1880      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    17841881      esac 
    1785       echo "$ac_var='\''$ac_val'\''" 
     1882      $as_echo "$ac_var='\''$ac_val'\''" 
    17861883    done | sort 
    17871884    echo 
     
    17981895        eval ac_val=\$$ac_var 
    17991896        case $ac_val in 
    1800         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1897        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    18011898        esac 
    1802         echo "$ac_var='\''$ac_val'\''" 
     1899        $as_echo "$ac_var='\''$ac_val'\''" 
    18031900      done | sort 
    18041901      echo 
     
    18161913    fi 
    18171914    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" 
    18201917  } >&5 
    18211918  rm -f core *.core core.conftest.* && 
     
    18591956 
    18601957# 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. 
     1959ac_site_file1=NONE 
     1960ac_site_file2=NONE 
    18621961if test -n "$CONFIG_SITE"; then 
    1863   set x "$CONFIG_SITE" 
     1962  ac_site_file1=$CONFIG_SITE 
    18641963elif test "x$prefix" != xNONE; then 
    1865   set x "$prefix/share/config.site" "$prefix/etc/config.site" 
    1866 els
    1867   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.sit
     1966else 
     1967  ac_site_file1=$ac_default_prefix/share/config.site 
     1968  ac_site_file2=$ac_default_prefix/etc/config.site 
     1969fi 
     1970for ac_site_file in "$ac_site_file1" "$ac_site_file2" 
    18721971do 
     1972  test "x$ac_site_file" = xNONE && continue 
    18731973  if test -r "$ac_site_file"; then 
    1874     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
    1875 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;} 
    18761976    sed 's/^/| /' "$ac_site_file" >&5 
    18771977    . "$ac_site_file" 
     
    18831983  # files actually), so we avoid doing that. 
    18841984  if test -f "$cache_file"; then 
    1885     { echo "$as_me:$LINENO: loading cache $cache_file" >&5 
    1886 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;} 
    18871987    case $cache_file in 
    18881988      [\\/]* | ?:[\\/]* ) . "$cache_file";; 
     
    18911991  fi 
    18921992else 
    1893   { echo "$as_me:$LINENO: creating cache $cache_file" >&5 
    1894 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;} 
    18951995  >$cache_file 
    18961996fi 
     
    19072007  case $ac_old_set,$ac_new_set in 
    19082008    set,) 
    1909       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
    1910 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;} 
    19112011      ac_cache_corrupted=: ;; 
    19122012    ,set) 
    1913       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
    1914 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;} 
    19152015      ac_cache_corrupted=: ;; 
    19162016    ,);; 
    19172017    *) 
    19182018      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;} 
    19262035      fi;; 
    19272036  esac 
     
    19292038  if test "$ac_new_set" = set; then 
    19302039    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"` ;; 
    19322041    *) ac_arg=$ac_var=$ac_new_val ;; 
    19332042    esac 
     
    19392048done 
    19402049if $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;} 
    19452056   { (exit 1); exit 1; }; } 
    19462057fi 
     
    19782089 
    19792090if test "x$prefix" = xNONE; then 
    1980   echo $ECHO_N "checking for prefix by $ECHO_C" >&6 
     2091  $as_echo_n "checking for prefix by " >&6 
    19812092  # Extract the first word of "", so it can be a program name with args. 
    19822093set dummy ; ac_word=$2 
    1983 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1984 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; } 
    19852096if test "${ac_cv_path_ac_prefix_program+set}" = set; then 
    1986   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2097  $as_echo_n "(cached) " >&6 
    19872098else 
    19882099  case $ac_prefix_program in 
     
    19992110  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20002111    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" >&5 
     2112    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20022113    break 2 
    20032114  fi 
     
    20112122ac_prefix_program=$ac_cv_path_ac_prefix_program 
    20122123if test -n "$ac_prefix_program"; then 
    2013   { echo "$as_me:$LINENO: result: $ac_prefix_program" >&5 
    2014 echo "${ECHO_T}$ac_prefix_program" >&6; } 
    2015 else 
    2016   { echo "$as_me:$LINENO: result: no" >&5 
    2017 echo "${ECHO_T}no" >&6; } 
     2124  { $as_echo "$as_me:$LINENO: result: $ac_prefix_program" >&5 
     2125$as_echo "$ac_prefix_program" >&6; } 
     2126else 
     2127  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2128$as_echo "no" >&6; } 
    20182129fi 
    20192130 
     
    20252136         X"$ac_prefix_program" : 'X\(//\)$' \| \ 
    20262137         X"$ac_prefix_program" : 'X\(/\)' \| . 2>/dev/null || 
    2027 echo X"$ac_prefix_program" | 
     2138$as_echo X"$ac_prefix_program" | 
    20282139    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    20292140            s//\1/ 
     
    20482159         X"$prefix" : 'X\(//\)$' \| \ 
    20492160         X"$prefix" : 'X\(/\)' \| . 2>/dev/null || 
    2050 echo X"$prefix" | 
     2161$as_echo X"$prefix" | 
    20512162    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    20522163            s//\1/ 
     
    20902201done 
    20912202if test -z "$ac_aux_dir"; then 
    2092   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
    2093 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;} 
    20942205   { (exit 1); exit 1; }; } 
    20952206fi 
     
    21172228# OS/2's system install, which has a completely different semantic 
    21182229# ./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; } 
    21212233if test -z "$INSTALL"; then 
    21222234if test "${ac_cv_path_install+set}" = set; then 
    2123   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2235  $as_echo_n "(cached) " >&6 
    21242236else 
    21252237  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     
    21502262            : 
    21512263          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 
    21542276          fi 
    21552277        fi 
     
    21582280    ;; 
    21592281esac 
     2282 
    21602283done 
    21612284IFS=$as_save_IFS 
    21622285 
     2286rm -rf conftest.one conftest.two conftest.dir 
    21632287 
    21642288fi 
     
    21732297  fi 
    21742298fi 
    2175 { echo "$as_me:$LINENO: result: $INSTALL" >&5 
    2176 echo "${ECHO_T}$INSTALL" >&6; } 
     2299{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 
     2300$as_echo "$INSTALL" >&6; } 
    21772301 
    21782302# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 
     
    21842308test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 
    21852309 
    2186 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 
    2187 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; } 
    21882312# Just in case 
    21892313sleep 1 
     
    22082332      # broken ls alias from the environment.  This has actually 
    22092333      # 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 broken 
     2334      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken 
    22112335alias in your environment" >&5 
    2212 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken 
     2336$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken 
    22132337alias in your environment" >&2;} 
    22142338   { (exit 1); exit 1; }; } 
     
    22212345   : 
    22222346else 
    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! 
    22242348Check 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! 
    22262350Check your system clock" >&2;} 
    22272351   { (exit 1); exit 1; }; } 
    22282352fi 
    2229 { echo "$as_me:$LINENO: result: yes" >&5 
    2230 echo "${ECHO_T}yes" >&6; } 
     2353{ $as_echo "$as_me:$LINENO: result: yes" >&5 
     2354$as_echo "yes" >&6; } 
    22312355test "$program_prefix" != NONE && 
    22322356  program_transform_name="s&^&$program_prefix&;$program_transform_name" 
     
    22342358test "$program_suffix" != NONE && 
    22352359  program_transform_name="s&\$&$program_suffix&;$program_transform_name" 
    2236 # Double any \ or $.  echo might interpret backslashes. 
     2360# Double any \ or $. 
    22372361# 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 
     2362ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 
     2363program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 
    22432364 
    22442365# expand $ac_aux_dir to an absolute path 
     
    22512372else 
    22522373  am_missing_run= 
    2253   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 
    2254 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" >&5 
    2258 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;} 
     2376fi 
     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; } 
    22592380if test -z "$MKDIR_P"; then 
    22602381  if test "${ac_cv_path_mkdir+set}" = set; then 
    2261   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2382  $as_echo_n "(cached) " >&6 
    22622383else 
    22632384  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     
    22942415  fi 
    22952416fi 
    2296 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 
    2297 echo "${ECHO_T}$MKDIR_P" >&6; } 
     2417{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 
     2418$as_echo "$MKDIR_P" >&6; } 
    22982419 
    22992420mkdir_p="$MKDIR_P" 
     
    23072428  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    23082429set dummy $ac_prog; ac_word=$2 
    2309 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2310 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; } 
    23112432if test "${ac_cv_prog_AWK+set}" = set; then 
    2312   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2433  $as_echo_n "(cached) " >&6 
    23132434else 
    23142435  if test -n "$AWK"; then 
     
    23232444  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    23242445    ac_cv_prog_AWK="$ac_prog" 
    2325     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2446    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    23262447    break 2 
    23272448  fi 
     
    23342455AWK=$ac_cv_prog_AWK 
    23352456if test -n "$AWK"; then 
    2336   { echo "$as_me:$LINENO: result: $AWK" >&5 
    2337 echo "${ECHO_T}$AWK" >&6; } 
    2338 else 
    2339   { echo "$as_me:$LINENO: result: no" >&5 
    2340 echo "${ECHO_T}no" >&6; } 
     2457  { $as_echo "$as_me:$LINENO: result: $AWK" >&5 
     2458$as_echo "$AWK" >&6; } 
     2459else 
     2460  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2461$as_echo "no" >&6; } 
    23412462fi 
    23422463 
     
    23452466done 
    23462467 
    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; } 
     2470set x ${MAKE-make} 
     2471ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 
    23502472if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 
    2351   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2473  $as_echo_n "(cached) " >&6 
    23522474else 
    23532475  cat >conftest.make <<\_ACEOF 
     
    23662488fi 
    23672489if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 
    2368   { echo "$as_me:$LINENO: result: yes" >&5 
    2369 echo "${ECHO_T}yes" >&6; } 
     2490  { $as_echo "$as_me:$LINENO: result: yes" >&5 
     2491$as_echo "yes" >&6; } 
    23702492  SET_MAKE= 
    23712493else 
    2372   { echo "$as_me:$LINENO: result: no" >&5 
    2373 echo "${ECHO_T}no" >&6; } 
     2494  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2495$as_echo "no" >&6; } 
    23742496  SET_MAKE="MAKE=${MAKE-make}" 
    23752497fi 
     
    23902512  # test to see if srcdir already configured 
    23912513  if test -f $srcdir/config.status; then 
    2392     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 
    2393 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;} 
    23942516   { (exit 1); exit 1; }; } 
    23952517  fi 
     
    24462568  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 
    24472569set dummy ${ac_tool_prefix}strip; ac_word=$2 
    2448 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2449 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; } 
    24502572if test "${ac_cv_prog_STRIP+set}" = set; then 
    2451   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2573  $as_echo_n "(cached) " >&6 
    24522574else 
    24532575  if test -n "$STRIP"; then 
     
    24622584  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    24632585    ac_cv_prog_STRIP="${ac_tool_prefix}strip" 
    2464     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2586    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    24652587    break 2 
    24662588  fi 
     
    24732595STRIP=$ac_cv_prog_STRIP 
    24742596if test -n "$STRIP"; then 
    2475   { echo "$as_me:$LINENO: result: $STRIP" >&5 
    2476 echo "${ECHO_T}$STRIP" >&6; } 
    2477 else 
    2478   { echo "$as_me:$LINENO: result: no" >&5 
    2479 echo "${ECHO_T}no" >&6; } 
     2597  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 
     2598$as_echo "$STRIP" >&6; } 
     2599else 
     2600  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2601$as_echo "no" >&6; } 
    24802602fi 
    24812603 
     
    24862608  # Extract the first word of "strip", so it can be a program name with args. 
    24872609set dummy strip; ac_word=$2 
    2488 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2489 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; } 
    24902612if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 
    2491   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2613  $as_echo_n "(cached) " >&6 
    24922614else 
    24932615  if test -n "$ac_ct_STRIP"; then 
     
    25022624  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    25032625    ac_cv_prog_ac_ct_STRIP="strip" 
    2504     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2626    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    25052627    break 2 
    25062628  fi 
     
    25132635ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 
    25142636if test -n "$ac_ct_STRIP"; then 
    2515   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 
    2516 echo "${ECHO_T}$ac_ct_STRIP" >&6; } 
    2517 else 
    2518   { echo "$as_me:$LINENO: result: no" >&5 
    2519 echo "${ECHO_T}no" >&6; } 
     2637  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 
     2638$as_echo "$ac_ct_STRIP" >&6; } 
     2639else 
     2640  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2641$as_echo "no" >&6; } 
    25202642fi 
    25212643 
     
    25252647    case $cross_compiling:$ac_tool_warned in 
    25262648yes:) 
    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;} 
    25332651ac_tool_warned=yes ;; 
    25342652esac 
     
    25722690    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    25732691set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    2574 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2575 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; } 
    25762694if test "${ac_cv_prog_CXX+set}" = set; then 
    2577   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2695  $as_echo_n "(cached) " >&6 
    25782696else 
    25792697  if test -n "$CXX"; then 
     
    25882706  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    25892707    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 
    2590     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2708    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    25912709    break 2 
    25922710  fi 
     
    25992717CXX=$ac_cv_prog_CXX 
    26002718if test -n "$CXX"; then 
    2601   { echo "$as_me:$LINENO: result: $CXX" >&5 
    2602 echo "${ECHO_T}$CXX" >&6; } 
    2603 else 
    2604   { echo "$as_me:$LINENO: result: no" >&5 
    2605 echo "${ECHO_T}no" >&6; } 
     2719  { $as_echo "$as_me:$LINENO: result: $CXX" >&5 
     2720$as_echo "$CXX" >&6; } 
     2721else 
     2722  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2723$as_echo "no" >&6; } 
    26062724fi 
    26072725 
     
    26162734  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    26172735set dummy $ac_prog; ac_word=$2 
    2618 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2619 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; } 
    26202738if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 
    2621   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2739  $as_echo_n "(cached) " >&6 
    26222740else 
    26232741  if test -n "$ac_ct_CXX"; then 
     
    26322750  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    26332751    ac_cv_prog_ac_ct_CXX="$ac_prog" 
    2634     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2752    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    26352753    break 2 
    26362754  fi 
     
    26432761ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 
    26442762if test -n "$ac_ct_CXX"; then 
    2645   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
    2646 echo "${ECHO_T}$ac_ct_CXX" >&6; } 
    2647 else 
    2648   { echo "$as_me:$LINENO: result: no" >&5 
    2649 echo "${ECHO_T}no" >&6; } 
     2763  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
     2764$as_echo "$ac_ct_CXX" >&6; } 
     2765else 
     2766  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2767$as_echo "no" >&6; } 
    26502768fi 
    26512769 
     
    26592777    case $cross_compiling:$ac_tool_warned in 
    26602778yes:) 
    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;} 
    26672781ac_tool_warned=yes ;; 
    26682782esac 
     
    26742788fi 
    26752789# 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 
     2791set X $ac_compile 
     2792ac_compiler=$2 
    26782793{ (ac_try="$ac_compiler --version >&5" 
    26792794case "(($ac_try" in 
     
    26812796  *) ac_try_echo=$ac_try;; 
    26822797esac 
    2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2798eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2799$as_echo "$ac_try_echo") >&5 
    26842800  (eval "$ac_compiler --version >&5") 2>&5 
    26852801  ac_status=$? 
    2686   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2802  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26872803  (exit $ac_status); } 
    26882804{ (ac_try="$ac_compiler -v >&5" 
     
    26912807  *) ac_try_echo=$ac_try;; 
    26922808esac 
    2693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2809eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2810$as_echo "$ac_try_echo") >&5 
    26942811  (eval "$ac_compiler -v >&5") 2>&5 
    26952812  ac_status=$? 
    2696   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2813  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26972814  (exit $ac_status); } 
    26982815{ (ac_try="$ac_compiler -V >&5" 
     
    27012818  *) ac_try_echo=$ac_try;; 
    27022819esac 
    2703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2820eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2821$as_echo "$ac_try_echo") >&5 
    27042822  (eval "$ac_compiler -V >&5") 2>&5 
    27052823  ac_status=$? 
    2706   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2824  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    27072825  (exit $ac_status); } 
    27082826 
     
    27232841_ACEOF 
    27242842ac_clean_files_save=$ac_clean_files 
    2725 ac_clean_files="$ac_clean_files a.out a.exe b.out" 
     2843ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 
    27262844# Try to create an executable without -o first, disregard a.out. 
    27272845# It will help us diagnose broken compilers, and finding out an intuition 
    27282846# 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; } 
     2849ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
     2850 
     2851# The possible output files: 
     2852ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 
     2853 
    27412854ac_rmfiles= 
    27422855for ac_file in $ac_files 
    27432856do 
    27442857  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 ) ;; 
    27462859    * ) ac_rmfiles="$ac_rmfiles $ac_file";; 
    27472860  esac 
     
    27542867  *) ac_try_echo=$ac_try;; 
    27552868esac 
    2756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2869eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2870$as_echo "$ac_try_echo") >&5 
    27572871  (eval "$ac_link_default") 2>&5 
    27582872  ac_status=$? 
    2759   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2873  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    27602874  (exit $ac_status); }; then 
    27612875  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 
     
    27682882  test -f "$ac_file" || continue 
    27692883  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 ) 
    27712885        ;; 
    27722886    [ab].out ) 
     
    27952909fi 
    27962910 
    2797 { echo "$as_me:$LINENO: result: $ac_file" >&5 
    2798 echo "${ECHO_T}$ac_file" >&6; } 
     2911{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 
     2912$as_echo "$ac_file" >&6; } 
    27992913if test -z "$ac_file"; then 
    2800   echo "$as_me: failed program was:" >&5 
     2914  $as_echo "$as_me: failed program was:" >&5 
    28012915sed 's/^/| /' conftest.$ac_ext >&5 
    28022916 
    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 
    28042920See \`config.log' for more details." >&5 
    2805 echo "$as_me: error: C++ compiler cannot create executables 
     2921$as_echo "$as_me: error: C++ compiler cannot create executables 
    28062922See \`config.log' for more details." >&2;} 
    2807    { (exit 77); exit 77; }; } 
     2923   { (exit 77); exit 77; }; }; } 
    28082924fi 
    28092925 
     
    28122928# Check that the compiler produces executables we can run.  If not, either 
    28132929# the compiler is broken, or we cross compile. 
    2814 { echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 
    2815 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; } 
    28162932# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 
    28172933# If not cross compiling, check that we can run a simple program. 
     
    28222938  *) ac_try_echo=$ac_try;; 
    28232939esac 
    2824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2940eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2941$as_echo "$ac_try_echo") >&5 
    28252942  (eval "$ac_try") 2>&5 
    28262943  ac_status=$? 
    2827   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2944  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28282945  (exit $ac_status); }; }; then 
    28292946    cross_compiling=no 
     
    28322949        cross_compiling=yes 
    28332950    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. 
    28352954If you meant to cross compile, use \`--host'. 
    28362955See \`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. 
    28382957If you meant to cross compile, use \`--host'. 
    28392958See \`config.log' for more details." >&2;} 
    2840    { (exit 1); exit 1; }; } 
     2959   { (exit 1); exit 1; }; }; } 
    28412960    fi 
    28422961  fi 
    28432962fi 
    2844 { echo "$as_me:$LINENO: result: yes" >&5 
    2845 echo "${ECHO_T}yes" >&6; } 
    2846  
    2847 rm -f a.out a.exe conftest$ac_cv_exeext b.out 
     2963{ $as_echo "$as_me:$LINENO: result: yes" >&5 
     2964$as_echo "yes" >&6; } 
     2965 
     2966rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 
    28482967ac_clean_files=$ac_clean_files_save 
    28492968# Check that the compiler produces executables we can run.  If not, either 
    28502969# the compiler is broken, or we cross compile. 
    2851 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
    2852 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 
    2853 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 
    2854 echo "${ECHO_T}$cross_compiling" >&6; } 
    2855  
    2856 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 
    2857 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; } 
    28582977if { (ac_try="$ac_link" 
    28592978case "(($ac_try" in 
     
    28612980  *) ac_try_echo=$ac_try;; 
    28622981esac 
    2863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2983$as_echo "$ac_try_echo") >&5 
    28642984  (eval "$ac_link") 2>&5 
    28652985  ac_status=$? 
    2866   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2986  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28672987  (exit $ac_status); }; then 
    28682988  # If both `conftest.exe' and `conftest' are `present' (well, observable) 
     
    28732993  test -f "$ac_file" || continue 
    28742994  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 ) ;; 
    28762996    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    28772997          break;; 
     
    28803000done 
    28813001else 
    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 
    28833005See \`config.log' for more details." >&5 
    2884 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
     3006$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
    28853007See \`config.log' for more details." >&2;} 
    2886    { (exit 1); exit 1; }; } 
     3008   { (exit 1); exit 1; }; }; } 
    28873009fi 
    28883010 
    28893011rm -f conftest$ac_cv_exeext 
    2890 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
    2891 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; } 
    28923014 
    28933015rm -f conftest.$ac_ext 
    28943016EXEEXT=$ac_cv_exeext 
    28953017ac_exeext=$EXEEXT 
    2896 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 
    2897 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; } 
    28983020if test "${ac_cv_objext+set}" = set; then 
    2899   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3021  $as_echo_n "(cached) " >&6 
    29003022else 
    29013023  cat >conftest.$ac_ext <<_ACEOF 
     
    29203042  *) ac_try_echo=$ac_try;; 
    29213043esac 
    2922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3044eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3045$as_echo "$ac_try_echo") >&5 
    29233046  (eval "$ac_compile") 2>&5 
    29243047  ac_status=$? 
    2925   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3048  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29263049  (exit $ac_status); }; then 
    29273050  for ac_file in conftest.o conftest.obj conftest.*; do 
    29283051  test -f "$ac_file" || continue; 
    29293052  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 ) ;; 
    29313054    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    29323055       break;; 
     
    29343057done 
    29353058else 
    2936   echo "$as_me: failed program was:" >&5 
     3059  $as_echo "$as_me: failed program was:" >&5 
    29373060sed 's/^/| /' conftest.$ac_ext >&5 
    29383061 
    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 
    29403065See \`config.log' for more details." >&5 
    2941 echo "$as_me: error: cannot compute suffix of object files: cannot compile 
     3066$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 
    29423067See \`config.log' for more details." >&2;} 
    2943    { (exit 1); exit 1; }; } 
     3068   { (exit 1); exit 1; }; }; } 
    29443069fi 
    29453070 
    29463071rm -f conftest.$ac_cv_objext conftest.$ac_ext 
    29473072fi 
    2948 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
    2949 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; } 
    29503075OBJEXT=$ac_cv_objext 
    29513076ac_objext=$OBJEXT 
    2952 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
    2953 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; } 
    29543079if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 
    2955   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3080  $as_echo_n "(cached) " >&6 
    29563081else 
    29573082  cat >conftest.$ac_ext <<_ACEOF 
     
    29793104  *) ac_try_echo=$ac_try;; 
    29803105esac 
    2981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3106eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3107$as_echo "$ac_try_echo") >&5 
    29823108  (eval "$ac_compile") 2>conftest.er1 
    29833109  ac_status=$? 
     
    29853111  rm -f conftest.er1 
    29863112  cat conftest.err >&5 
    2987   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3113  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29883114  (exit $ac_status); } && { 
    29893115         test -z "$ac_cxx_werror_flag" || 
     
    29923118  ac_compiler_gnu=yes 
    29933119else 
    2994   echo "$as_me: failed program was:" >&5 
     3120  $as_echo "$as_me: failed program was:" >&5 
    29953121sed 's/^/| /' conftest.$ac_ext >&5 
    29963122 
     
    30023128 
    30033129fi 
    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; } 
     3132if test $ac_compiler_gnu = yes; then 
     3133  GXX=yes 
     3134else 
     3135  GXX= 
     3136fi 
    30073137ac_test_CXXFLAGS=${CXXFLAGS+set} 
    30083138ac_save_CXXFLAGS=$CXXFLAGS 
    3009 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
    3010 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; } 
    30113141if test "${ac_cv_prog_cxx_g+set}" = set; then 
    3012   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3142  $as_echo_n "(cached) " >&6 
    30133143else 
    30143144  ac_save_cxx_werror_flag=$ac_cxx_werror_flag 
     
    30373167  *) ac_try_echo=$ac_try;; 
    30383168esac 
    3039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3169eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3170$as_echo "$ac_try_echo") >&5 
    30403171  (eval "$ac_compile") 2>conftest.er1 
    30413172  ac_status=$? 
     
    30433174  rm -f conftest.er1 
    30443175  cat conftest.err >&5 
    3045   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3176  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30463177  (exit $ac_status); } && { 
    30473178         test -z "$ac_cxx_werror_flag" || 
     
    30503181  ac_cv_prog_cxx_g=yes 
    30513182else 
    3052   echo "$as_me: failed program was:" >&5 
     3183  $as_echo "$as_me: failed program was:" >&5 
    30533184sed 's/^/| /' conftest.$ac_ext >&5 
    30543185 
     
    30753206  *) ac_try_echo=$ac_try;; 
    30763207esac 
    3077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3208eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3209$as_echo "$ac_try_echo") >&5 
    30783210  (eval "$ac_compile") 2>conftest.er1 
    30793211  ac_status=$? 
     
    30813213  rm -f conftest.er1 
    30823214  cat conftest.err >&5 
    3083   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3215  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30843216  (exit $ac_status); } && { 
    30853217         test -z "$ac_cxx_werror_flag" || 
     
    30883220  : 
    30893221else 
    3090   echo "$as_me: failed program was:" >&5 
     3222  $as_echo "$as_me: failed program was:" >&5 
    30913223sed 's/^/| /' conftest.$ac_ext >&5 
    30923224 
     
    31143246  *) ac_try_echo=$ac_try;; 
    31153247esac 
    3116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3248eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3249$as_echo "$ac_try_echo") >&5 
    31173250  (eval "$ac_compile") 2>conftest.er1 
    31183251  ac_status=$? 
     
    31203253  rm -f conftest.er1 
    31213254  cat conftest.err >&5 
    3122   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3255  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    31233256  (exit $ac_status); } && { 
    31243257         test -z "$ac_cxx_werror_flag" || 
     
    31273260  ac_cv_prog_cxx_g=yes 
    31283261else 
    3129   echo "$as_me: failed program was:" >&5 
     3262  $as_echo "$as_me: failed program was:" >&5 
    31303263sed 's/^/| /' conftest.$ac_ext >&5 
    31313264 
     
    31423275   ac_cxx_werror_flag=$ac_save_cxx_werror_flag 
    31433276fi 
    3144 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
    3145 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; } 
    31463279if test "$ac_test_CXXFLAGS" = set; then 
    31473280  CXXFLAGS=$ac_save_CXXFLAGS 
     
    31763309END 
    31773310# 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" >&5 
    3179 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; } 
    31803313am__include="#" 
    31813314am__quote= 
     
    32043337 
    32053338 
    3206 { echo "$as_me:$LINENO: result: $_am_result" >&5 
    3207 echo "${ECHO_T}$_am_result" >&6; } 
     3339{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 
     3340$as_echo "$_am_result" >&6; } 
    32083341rm -f confinc confmf 
    32093342 
     
    32293362depcc="$CXX"  am_compiler_list= 
    32303363 
    3231 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 
    3232 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; } 
    32333366if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 
    3234   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3367  $as_echo_n "(cached) " >&6 
    32353368else 
    32363369  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 
     
    33203453 
    33213454fi 
    3322 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 
    3323 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; } 
    33243457CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 
    33253458 
     
    34093542# Make sure we can run config.sub. 
    34103543$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" >&5 
    3412 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;} 
    34133546   { (exit 1); exit 1; }; } 
    34143547 
    3415 { echo "$as_me:$LINENO: checking build system type" >&5 
    3416 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; } 
    34173550if test "${ac_cv_build+set}" = set; then 
    3418   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3551  $as_echo_n "(cached) " >&6 
    34193552else 
    34203553  ac_build_alias=$build_alias 
     
    34223555  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 
    34233556test "x$ac_build_alias" = x && 
    3424   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
    3425 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;} 
    34263559   { (exit 1); exit 1; }; } 
    34273560ac_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" >&5 
    3429 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;} 
    34303563   { (exit 1); exit 1; }; } 
    34313564 
    34323565fi 
    3433 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
    3434 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; } 
    34353568case $ac_cv_build in 
    34363569*-*-*) ;; 
    3437 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
    3438 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;} 
    34393572   { (exit 1); exit 1; }; };; 
    34403573esac 
     
    34533586 
    34543587 
    3455 { echo "$as_me:$LINENO: checking host system type" >&5 
    3456 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; } 
    34573590if test "${ac_cv_host+set}" = set; then 
    3458   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3591  $as_echo_n "(cached) " >&6 
    34593592else 
    34603593  if test "x$host_alias" = x; then 
     
    34623595else 
    34633596  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" >&5 
    3465 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;} 
    34663599   { (exit 1); exit 1; }; } 
    34673600fi 
    34683601 
    34693602fi 
    3470 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
    3471 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; } 
    34723605case $ac_cv_host in 
    34733606*-*-*) ;; 
    3474 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 
    3475 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;} 
    34763609   { (exit 1); exit 1; }; };; 
    34773610esac 
     
    34983631  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    34993632set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    3500 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3501 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; } 
    35023635if test "${ac_cv_prog_CC+set}" = set; then 
    3503   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3636  $as_echo_n "(cached) " >&6 
    35043637else 
    35053638  if test -n "$CC"; then 
     
    35143647  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    35153648    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    3516     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3649    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    35173650    break 2 
    35183651  fi 
     
    35253658CC=$ac_cv_prog_CC 
    35263659if test -n "$CC"; then 
    3527   { echo "$as_me:$LINENO: result: $CC" >&5 
    3528 echo "${ECHO_T}$CC" >&6; } 
    3529 else 
    3530   { echo "$as_me:$LINENO: result: no" >&5 
    3531 echo "${ECHO_T}no" >&6; } 
     3660  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     3661$as_echo "$CC" >&6; } 
     3662else 
     3663  { $as_echo "$as_me:$LINENO: result: no" >&5 
     3664$as_echo "no" >&6; } 
    35323665fi 
    35333666 
     
    35383671  # Extract the first word of "gcc", so it can be a program name with args. 
    35393672set dummy gcc; ac_word=$2 
    3540 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3541 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; } 
    35423675if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    3543   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3676  $as_echo_n "(cached) " >&6 
    35443677else 
    35453678  if test -n "$ac_ct_CC"; then 
     
    35543687  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    35553688    ac_cv_prog_ac_ct_CC="gcc" 
    3556     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3689    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    35573690    break 2 
    35583691  fi 
     
    35653698ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    35663699if test -n "$ac_ct_CC"; then 
    3567   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    3568 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    3569 else 
    3570   { echo "$as_me:$LINENO: result: no" >&5 
    3571 echo "${ECHO_T}no" >&6; } 
     3700  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     3701$as_echo "$ac_ct_CC" >&6; } 
     3702else 
     3703  { $as_echo "$as_me:$LINENO: result: no" >&5 
     3704$as_echo "no" >&6; } 
    35723705fi 
    35733706 
     
    35773710    case $cross_compiling:$ac_tool_warned in 
    35783711yes:) 
    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;} 
    35853714ac_tool_warned=yes ;; 
    35863715esac 
     
    35953724    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    35963725set dummy ${ac_tool_prefix}cc; ac_word=$2 
    3597 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3598 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; } 
    35993728if test "${ac_cv_prog_CC+set}" = set; then 
    3600   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3729  $as_echo_n "(cached) " >&6 
    36013730else 
    36023731  if test -n "$CC"; then 
     
    36113740  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    36123741    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    3613     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3742    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    36143743    break 2 
    36153744  fi 
     
    36223751CC=$ac_cv_prog_CC 
    36233752if test -n "$CC"; then 
    3624   { echo "$as_me:$LINENO: result: $CC" >&5 
    3625 echo "${ECHO_T}$CC" >&6; } 
    3626 else 
    3627   { echo "$as_me:$LINENO: result: no" >&5 
    3628 echo "${ECHO_T}no" >&6; } 
     3753  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     3754$as_echo "$CC" >&6; } 
     3755else 
     3756  { $as_echo "$as_me:$LINENO: result: no" >&5 
     3757$as_echo "no" >&6; } 
    36293758fi 
    36303759 
     
    36353764  # Extract the first word of "cc", so it can be a program name with args. 
    36363765set dummy cc; ac_word=$2 
    3637 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3638 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; } 
    36393768if test "${ac_cv_prog_CC+set}" = set; then 
    3640   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3769  $as_echo_n "(cached) " >&6 
    36413770else 
    36423771  if test -n "$CC"; then 
     
    36563785     fi 
    36573786    ac_cv_prog_CC="cc" 
    3658     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3787    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    36593788    break 2 
    36603789  fi 
     
    36793808CC=$ac_cv_prog_CC 
    36803809if test -n "$CC"; then 
    3681   { echo "$as_me:$LINENO: result: $CC" >&5 
    3682 echo "${ECHO_T}$CC" >&6; } 
    3683 else 
    3684   { echo "$as_me:$LINENO: result: no" >&5 
    3685 echo "${ECHO_T}no" >&6; } 
     3810  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     3811$as_echo "$CC" >&6; } 
     3812else 
     3813  { $as_echo "$as_me:$LINENO: result: no" >&5 
     3814$as_echo "no" >&6; } 
    36863815fi 
    36873816 
     
    36943823    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    36953824set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    3696 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3697 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; } 
    36983827if test "${ac_cv_prog_CC+set}" = set; then 
    3699   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3828  $as_echo_n "(cached) " >&6 
    37003829else 
    37013830  if test -n "$CC"; then 
     
    37103839  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    37113840    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    3712     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3841    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    37133842    break 2 
    37143843  fi 
     
    37213850CC=$ac_cv_prog_CC 
    37223851if test -n "$CC"; then 
    3723   { echo "$as_me:$LINENO: result: $CC" >&5 
    3724 echo "${ECHO_T}$CC" >&6; } 
    3725 else 
    3726   { echo "$as_me:$LINENO: result: no" >&5 
    3727 echo "${ECHO_T}no" >&6; } 
     3852  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     3853$as_echo "$CC" >&6; } 
     3854else 
     3855  { $as_echo "$as_me:$LINENO: result: no" >&5 
     3856$as_echo "no" >&6; } 
    37283857fi 
    37293858 
     
    37383867  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    37393868set dummy $ac_prog; ac_word=$2 
    3740 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3741 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; } 
    37423871if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    3743   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3872  $as_echo_n "(cached) " >&6 
    37443873else 
    37453874  if test -n "$ac_ct_CC"; then 
     
    37543883  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    37553884    ac_cv_prog_ac_ct_CC="$ac_prog" 
    3756     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3885    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    37573886    break 2 
    37583887  fi 
     
    37653894ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    37663895if test -n "$ac_ct_CC"; then 
    3767   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    3768 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    3769 else 
    3770   { echo "$as_me:$LINENO: result: no" >&5 
    3771 echo "${ECHO_T}no" >&6; } 
     3896  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     3897$as_echo "$ac_ct_CC" >&6; } 
     3898else 
     3899  { $as_echo "$as_me:$LINENO: result: no" >&5 
     3900$as_echo "no" >&6; } 
    37723901fi 
    37733902 
     
    37813910    case $cross_compiling:$ac_tool_warned in 
    37823911yes:) 
    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;} 
    37893914ac_tool_warned=yes ;; 
    37903915esac 
     
    37963921 
    37973922 
    3798 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
     3923test -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 
    37993926See \`config.log' for more details." >&5 
    3800 echo "$as_me: error: no acceptable C compiler found in \$PATH 
     3927$as_echo "$as_me: error: no acceptable C compiler found in \$PATH 
    38013928See \`config.log' for more details." >&2;} 
    3802    { (exit 1); exit 1; }; } 
     3929   { (exit 1); exit 1; }; }; } 
    38033930 
    38043931# 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 
     3933set X $ac_compile 
     3934ac_compiler=$2 
    38073935{ (ac_try="$ac_compiler --version >&5" 
    38083936case "(($ac_try" in 
     
    38103938  *) ac_try_echo=$ac_try;; 
    38113939esac 
    3812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3940eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3941$as_echo "$ac_try_echo") >&5 
    38133942  (eval "$ac_compiler --version >&5") 2>&5 
    38143943  ac_status=$? 
    3815   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3944  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    38163945  (exit $ac_status); } 
    38173946{ (ac_try="$ac_compiler -v >&5" 
     
    38203949  *) ac_try_echo=$ac_try;; 
    38213950esac 
    3822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3951eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3952$as_echo "$ac_try_echo") >&5 
    38233953  (eval "$ac_compiler -v >&5") 2>&5 
    38243954  ac_status=$? 
    3825   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3955  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    38263956  (exit $ac_status); } 
    38273957{ (ac_try="$ac_compiler -V >&5" 
     
    38303960  *) ac_try_echo=$ac_try;; 
    38313961esac 
    3832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3962eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3963$as_echo "$ac_try_echo") >&5 
    38333964  (eval "$ac_compiler -V >&5") 2>&5 
    38343965  ac_status=$? 
    3835   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3966  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    38363967  (exit $ac_status); } 
    38373968 
    3838 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    3839 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; } 
    38403971if test "${ac_cv_c_compiler_gnu+set}" = set; then 
    3841   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3972  $as_echo_n "(cached) " >&6 
    38423973else 
    38433974  cat >conftest.$ac_ext <<_ACEOF 
     
    38653996  *) ac_try_echo=$ac_try;; 
    38663997esac 
    3867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3998eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3999$as_echo "$ac_try_echo") >&5 
    38684000  (eval "$ac_compile") 2>conftest.er1 
    38694001  ac_status=$? 
     
    38714003  rm -f conftest.er1 
    38724004  cat conftest.err >&5 
    3873   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4005  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    38744006  (exit $ac_status); } && { 
    38754007         test -z "$ac_c_werror_flag" || 
     
    38784010  ac_compiler_gnu=yes 
    38794011else 
    3880   echo "$as_me: failed program was:" >&5 
     4012  $as_echo "$as_me: failed program was:" >&5 
    38814013sed 's/^/| /' conftest.$ac_ext >&5 
    38824014 
     
    38884020 
    38894021fi 
    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; } 
     4024if test $ac_compiler_gnu = yes; then 
     4025  GCC=yes 
     4026else 
     4027  GCC= 
     4028fi 
    38934029ac_test_CFLAGS=${CFLAGS+set} 
    38944030ac_save_CFLAGS=$CFLAGS 
    3895 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    3896 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; } 
    38974033if test "${ac_cv_prog_cc_g+set}" = set; then 
    3898   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4034  $as_echo_n "(cached) " >&6 
    38994035else 
    39004036  ac_save_c_werror_flag=$ac_c_werror_flag 
     
    39234059  *) ac_try_echo=$ac_try;; 
    39244060esac 
    3925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4061eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4062$as_echo "$ac_try_echo") >&5 
    39264063  (eval "$ac_compile") 2>conftest.er1 
    39274064  ac_status=$? 
     
    39294066  rm -f conftest.er1 
    39304067  cat conftest.err >&5 
    3931   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4068  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    39324069  (exit $ac_status); } && { 
    39334070         test -z "$ac_c_werror_flag" || 
     
    39364073  ac_cv_prog_cc_g=yes 
    39374074else 
    3938   echo "$as_me: failed program was:" >&5 
     4075  $as_echo "$as_me: failed program was:" >&5 
    39394076sed 's/^/| /' conftest.$ac_ext >&5 
    39404077 
     
    39614098  *) ac_try_echo=$ac_try;; 
    39624099esac 
    3963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4100eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4101$as_echo "$ac_try_echo") >&5 
    39644102  (eval "$ac_compile") 2>conftest.er1 
    39654103  ac_status=$? 
     
    39674105  rm -f conftest.er1 
    39684106  cat conftest.err >&5 
    3969   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4107  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    39704108  (exit $ac_status); } && { 
    39714109         test -z "$ac_c_werror_flag" || 
     
    39744112  : 
    39754113else 
    3976   echo "$as_me: failed program was:" >&5 
     4114  $as_echo "$as_me: failed program was:" >&5 
    39774115sed 's/^/| /' conftest.$ac_ext >&5 
    39784116 
     
    40004138  *) ac_try_echo=$ac_try;; 
    40014139esac 
    4002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4140eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4141$as_echo "$ac_try_echo") >&5 
    40034142  (eval "$ac_compile") 2>conftest.er1 
    40044143  ac_status=$? 
     
    40064145  rm -f conftest.er1 
    40074146  cat conftest.err >&5 
    4008   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4147  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    40094148  (exit $ac_status); } && { 
    40104149         test -z "$ac_c_werror_flag" || 
     
    40134152  ac_cv_prog_cc_g=yes 
    40144153else 
    4015   echo "$as_me: failed program was:" >&5 
     4154  $as_echo "$as_me: failed program was:" >&5 
    40164155sed 's/^/| /' conftest.$ac_ext >&5 
    40174156 
     
    40284167   ac_c_werror_flag=$ac_save_c_werror_flag 
    40294168fi 
    4030 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    4031 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; } 
    40324171if test "$ac_test_CFLAGS" = set; then 
    40334172  CFLAGS=$ac_save_CFLAGS 
     
    40454184  fi 
    40464185fi 
    4047 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
    4048 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; } 
    40494188if test "${ac_cv_prog_cc_c89+set}" = set; then 
    4050   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4189  $as_echo_n "(cached) " >&6 
    40514190else 
    40524191  ac_cv_prog_cc_c89=no 
     
    41194258  *) ac_try_echo=$ac_try;; 
    41204259esac 
    4121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4260eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4261$as_echo "$ac_try_echo") >&5 
    41224262  (eval "$ac_compile") 2>conftest.er1 
    41234263  ac_status=$? 
     
    41254265  rm -f conftest.er1 
    41264266  cat conftest.err >&5 
    4127   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4267  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41284268  (exit $ac_status); } && { 
    41294269         test -z "$ac_c_werror_flag" || 
     
    41324272  ac_cv_prog_cc_c89=$ac_arg 
    41334273else 
    4134   echo "$as_me: failed program was:" >&5 
     4274  $as_echo "$as_me: failed program was:" >&5 
    41354275sed 's/^/| /' conftest.$ac_ext >&5 
    41364276 
     
    41484288case "x$ac_cv_prog_cc_c89" in 
    41494289  x) 
    4150     { echo "$as_me:$LINENO: result: none needed" >&5 
    4151 echo "${ECHO_T}none needed" >&6; } ;; 
     4290    { $as_echo "$as_me:$LINENO: result: none needed" >&5 
     4291$as_echo "none needed" >&6; } ;; 
    41524292  xno) 
    4153     { echo "$as_me:$LINENO: result: unsupported" >&5 
    4154 echo "${ECHO_T}unsupported" >&6; } ;; 
     4293    { $as_echo "$as_me:$LINENO: result: unsupported" >&5 
     4294$as_echo "unsupported" >&6; } ;; 
    41554295  *) 
    41564296    CC="$CC $ac_cv_prog_cc_c89" 
    4157     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
    4158 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; } ;; 
    41594299esac 
    41604300 
     
    41684308depcc="$CC"   am_compiler_list= 
    41694309 
    4170 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 
    4171 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; } 
    41724312if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 
    4173   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4313  $as_echo_n "(cached) " >&6 
    41744314else 
    41754315  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 
     
    42594399 
    42604400fi 
    4261 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 
    4262 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; } 
    42634403CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 
    42644404 
     
    42744414 
    42754415 
    4276 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 
    4277 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; } 
    42784418if test "${lt_cv_path_SED+set}" = set; then 
    4279   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4419  $as_echo_n "(cached) " >&6 
    42804420else 
    42814421  # Loop through the user's path and test for sed and gsed. 
     
    43304470SED=$lt_cv_path_SED 
    43314471 
    4332 { echo "$as_me:$LINENO: result: $SED" >&5 
    4333 echo "${ECHO_T}$SED" >&6; } 
    4334  
    4335 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
    4336 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; } 
    43374477if 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 
     4479else 
     4480  if test -z "$GREP"; then 
    43464481  ac_path_GREP_found=false 
    4347 # Loop through the user's path and test for each of PROGNAME-LIST 
    4348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     4482  # Loop through the user's path and test for each of PROGNAME-LIST 
     4483  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    43494484for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    43504485do 
     
    43524487  test -z "$as_dir" && as_dir=. 
    43534488  for ac_prog in grep ggrep; do 
    4354   for ac_exec_ext in '' $ac_executable_extensions; do 
    4355     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    4356     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
    4357     # 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. 
    43584493  # Check for GNU $ac_path_GREP 
    43594494case `"$ac_path_GREP" --version 2>&1` in 
     
    43624497*) 
    43634498  ac_count=0 
    4364   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
     4499  $as_echo_n 0123456789 >"conftest.in" 
    43654500  while : 
    43664501  do 
     
    43684503    mv "conftest.tmp" "conftest.in" 
    43694504    cp "conftest.in" "conftest.nl" 
    4370     echo 'GREP' >> "conftest.nl" 
     4505    $as_echo 'GREP' >> "conftest.nl" 
    43714506    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    43724507    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     
    43834518esac 
    43844519 
    4385  
    4386     $ac_path_GREP_found && break 3 
     4520      $ac_path_GREP_found && break 3 
     4521    done 
    43874522  done 
    43884523done 
    4389  
    4390 done 
    43914524IFS=$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;} 
    44004528   { (exit 1); exit 1; }; } 
    4401 fi 
    4402  
     4529  fi 
    44034530else 
    44044531  ac_cv_path_GREP=$GREP 
    44054532fi 
    44064533 
    4407  
    4408 fi 
    4409 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
    4410 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 
     4534fi 
     4535{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
     4536$as_echo "$ac_cv_path_GREP" >&6; } 
    44114537 GREP="$ac_cv_path_GREP" 
    44124538 
    44134539 
    4414 { echo "$as_me:$LINENO: checking for egrep" >&5 
    4415 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; } 
    44164542if test "${ac_cv_path_EGREP+set}" = set; then 
    4417   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4543  $as_echo_n "(cached) " >&6 
    44184544else 
    44194545  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 
    44204546   then ac_cv_path_EGREP="$GREP -E" 
    44214547   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 
    44284549  ac_path_EGREP_found=false 
    4429 # Loop through the user's path and test for each of PROGNAME-LIST 
    4430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     4550  # Loop through the user's path and test for each of PROGNAME-LIST 
     4551  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    44314552for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    44324553do 
     
    44344555  test -z "$as_dir" && as_dir=. 
    44354556  for ac_prog in egrep; do 
    4436   for ac_exec_ext in '' $ac_executable_extensions; do 
    4437     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    4438     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
    4439     # 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. 
    44404561  # Check for GNU $ac_path_EGREP 
    44414562case `"$ac_path_EGREP" --version 2>&1` in 
     
    44444565*) 
    44454566  ac_count=0 
    4446   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
     4567  $as_echo_n 0123456789 >"conftest.in" 
    44474568  while : 
    44484569  do 
     
    44504571    mv "conftest.tmp" "conftest.in" 
    44514572    cp "conftest.in" "conftest.nl" 
    4452     echo 'EGREP' >> "conftest.nl" 
     4573    $as_echo 'EGREP' >> "conftest.nl" 
    44534574    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    44544575    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     
    44654586esac 
    44664587 
    4467  
    4468     $ac_path_EGREP_found && break 3 
     4588      $ac_path_EGREP_found && break 3 
     4589    done 
    44694590  done 
    44704591done 
    4471  
    4472 done 
    44734592IFS=$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;} 
    44824596   { (exit 1); exit 1; }; } 
    4483 fi 
    4484  
     4597  fi 
    44854598else 
    44864599  ac_cv_path_EGREP=$EGREP 
    44874600fi 
    44884601 
    4489  
    44904602   fi 
    44914603fi 
    4492 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
    4493 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; } 
    44944606 EGREP="$ac_cv_path_EGREP" 
    44954607 
     
    45064618if test "$GCC" = yes; then 
    45074619  # Check if gcc -print-prog-name=ld gives a path. 
    4508   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 
    4509 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; } 
    45104622  case $host in 
    45114623  *-*-mingw*) 
     
    45364648  esac 
    45374649elif test "$with_gnu_ld" = yes; then 
    4538   { echo "$as_me:$LINENO: checking for GNU ld" >&5 
    4539 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 
    4540 else 
    4541   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 
    4542 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; } 
     4652else 
     4653  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 
     4654$as_echo_n "checking for non-GNU ld... " >&6; } 
    45434655fi 
    45444656if test "${lt_cv_path_LD+set}" = set; then 
    4545   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4657  $as_echo_n "(cached) " >&6 
    45464658else 
    45474659  if test -z "$LD"; then 
     
    45734685LD="$lt_cv_path_LD" 
    45744686if test -n "$LD"; then 
    4575   { echo "$as_me:$LINENO: result: $LD" >&5 
    4576 echo "${ECHO_T}$LD" >&6; } 
    4577 else 
    4578   { echo "$as_me:$LINENO: result: no" >&5 
    4579 echo "${ECHO_T}no" >&6; } 
    4580 fi 
    4581 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 
    4582 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; } 
     4689else 
     4690  { $as_echo "$as_me:$LINENO: result: no" >&5 
     4691$as_echo "no" >&6; } 
     4692fi 
     4693test -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;} 
    45834695   { (exit 1); exit 1; }; } 
    4584 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 
    4585 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; } 
    45864698if test "${lt_cv_prog_gnu_ld+set}" = set; then 
    4587   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4699  $as_echo_n "(cached) " >&6 
    45884700else 
    45894701  # I'd rather use --version here, but apparently some GNU lds only accept -v. 
     
    45974709esac 
    45984710fi 
    4599 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 
    4600 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; } 
    46014713with_gnu_ld=$lt_cv_prog_gnu_ld 
    46024714 
    46034715 
    4604 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 
    4605 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; } 
    46064718if test "${lt_cv_ld_reload_flag+set}" = set; then 
    4607   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4719  $as_echo_n "(cached) " >&6 
    46084720else 
    46094721  lt_cv_ld_reload_flag='-r' 
    46104722fi 
    4611 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 
    4612 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; } 
    46134725reload_flag=$lt_cv_ld_reload_flag 
    46144726case $reload_flag in 
     
    46274739esac 
    46284740 
    4629 { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 
    4630 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; } 
    46314743if test "${lt_cv_path_NM+set}" = set; then 
    4632   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4744  $as_echo_n "(cached) " >&6 
    46334745else 
    46344746  if test -n "$NM"; then 
     
    46764788fi 
    46774789fi 
    4678 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 
    4679 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; } 
    46804792NM="$lt_cv_path_NM" 
    46814793 
    4682 { echo "$as_me:$LINENO: checking whether ln -s works" >&5 
    4683 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; } 
    46844796LN_S=$as_ln_s 
    46854797if test "$LN_S" = "ln -s"; then 
    4686   { echo "$as_me:$LINENO: result: yes" >&5 
    4687 echo "${ECHO_T}yes" >&6; } 
    4688 else 
    4689   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 
    4690 echo "${ECHO_T}no, using $LN_S" >&6; } 
    4691 fi 
    4692  
    4693 { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 
    4694 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; } 
     4800else 
     4801  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 
     4802$as_echo "no, using $LN_S" >&6; } 
     4803fi 
     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; } 
    46954807if test "${lt_cv_deplibs_check_method+set}" = set; then 
    4696   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4808  $as_echo_n "(cached) " >&6 
    46974809else 
    46984810  lt_cv_file_magic_cmd='$MAGIC_CMD' 
     
    48774989 
    48784990fi 
    4879 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 
    4880 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; } 
    48814993file_magic_cmd=$lt_cv_file_magic_cmd 
    48824994deplibs_check_method=$lt_cv_deplibs_check_method 
     
    49125024  (eval $ac_compile) 2>&5 
    49135025  ac_status=$? 
    4914   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5026  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    49155027  (exit $ac_status); }; then 
    49165028    case `/usr/bin/file conftest.$ac_objext` in 
     
    49275039*-*-irix6*) 
    49285040  # Find out which ABI we are using. 
    4929   echo '#line 4929 "configure"' > conftest.$ac_ext 
     5041  echo '#line 5041 "configure"' > conftest.$ac_ext 
    49305042  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    49315043  (eval $ac_compile) 2>&5 
    49325044  ac_status=$? 
    4933   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5045  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    49345046  (exit $ac_status); }; then 
    49355047   if test "$lt_cv_prog_gnu_ld" = yes; then 
     
    49695081  (eval $ac_compile) 2>&5 
    49705082  ac_status=$? 
    4971   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5083  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    49725084  (exit $ac_status); }; then 
    49735085    case `/usr/bin/file conftest.o` in 
     
    50195131  SAVE_CFLAGS="$CFLAGS" 
    50205132  CFLAGS="$CFLAGS -belf" 
    5021   { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 
    5022 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; } 
    50235135if test "${lt_cv_cc_needs_belf+set}" = set; then 
    5024   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5136  $as_echo_n "(cached) " >&6 
    50255137else 
    50265138  ac_ext=c 
     
    50515163  *) ac_try_echo=$ac_try;; 
    50525164esac 
    5053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5165eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5166$as_echo "$ac_try_echo") >&5 
    50545167  (eval "$ac_link") 2>conftest.er1 
    50555168  ac_status=$? 
     
    50575170  rm -f conftest.er1 
    50585171  cat conftest.err >&5 
    5059   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5172  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    50605173  (exit $ac_status); } && { 
    50615174         test -z "$ac_c_werror_flag" || 
    50625175         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 
    50655180  lt_cv_cc_needs_belf=yes 
    50665181else 
    5067   echo "$as_me: failed program was:" >&5 
     5182  $as_echo "$as_me: failed program was:" >&5 
    50685183sed 's/^/| /' conftest.$ac_ext >&5 
    50695184 
     
    50715186fi 
    50725187 
     5188rm -rf conftest.dSYM 
    50735189rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    50745190      conftest$ac_exeext conftest.$ac_ext 
     
    50805196 
    50815197fi 
    5082 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 
    5083 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; } 
    50845200  if test x"$lt_cv_cc_needs_belf" != x"yes"; then 
    50855201    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 
     
    50935209  (eval $ac_compile) 2>&5 
    50945210  ac_status=$? 
    5095   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5211  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    50965212  (exit $ac_status); }; then 
    50975213    case `/usr/bin/file conftest.o` in 
     
    51225238ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    51235239ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    5124 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
    5125 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; } 
    51265242# On Suns, sometimes $CPP names a directory. 
    51275243if test -n "$CPP" && test -d "$CPP"; then 
     
    51305246if test -z "$CPP"; then 
    51315247  if test "${ac_cv_prog_CPP+set}" = set; then 
    5132   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5248  $as_echo_n "(cached) " >&6 
    51335249else 
    51345250      # Double quotes because CPP needs to be expanded 
     
    51625278  *) ac_try_echo=$ac_try;; 
    51635279esac 
    5164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5280eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5281$as_echo "$ac_try_echo") >&5 
    51655282  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    51665283  ac_status=$? 
     
    51685285  rm -f conftest.er1 
    51695286  cat conftest.err >&5 
    5170   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5287  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    51715288  (exit $ac_status); } >/dev/null && { 
    51725289         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    51755292  : 
    51765293else 
    5177   echo "$as_me: failed program was:" >&5 
     5294  $as_echo "$as_me: failed program was:" >&5 
    51785295sed 's/^/| /' conftest.$ac_ext >&5 
    51795296 
     
    51995316  *) ac_try_echo=$ac_try;; 
    52005317esac 
    5201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5318eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5319$as_echo "$ac_try_echo") >&5 
    52025320  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    52035321  ac_status=$? 
     
    52055323  rm -f conftest.er1 
    52065324  cat conftest.err >&5 
    5207   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5325  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    52085326  (exit $ac_status); } >/dev/null && { 
    52095327         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    52135331continue 
    52145332else 
    5215   echo "$as_me: failed program was:" >&5 
     5333  $as_echo "$as_me: failed program was:" >&5 
    52165334sed 's/^/| /' conftest.$ac_ext >&5 
    52175335 
     
    52385356  ac_cv_prog_CPP=$CPP 
    52395357fi 
    5240 { echo "$as_me:$LINENO: result: $CPP" >&5 
    5241 echo "${ECHO_T}$CPP" >&6; } 
     5358{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 
     5359$as_echo "$CPP" >&6; } 
    52425360ac_preproc_ok=false 
    52435361for ac_c_preproc_warn_flag in '' yes 
     
    52675385  *) ac_try_echo=$ac_try;; 
    52685386esac 
    5269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5387eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5388$as_echo "$ac_try_echo") >&5 
    52705389  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    52715390  ac_status=$? 
     
    52735392  rm -f conftest.er1 
    52745393  cat conftest.err >&5 
    5275   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5394  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    52765395  (exit $ac_status); } >/dev/null && { 
    52775396         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    52805399  : 
    52815400else 
    5282   echo "$as_me: failed program was:" >&5 
     5401  $as_echo "$as_me: failed program was:" >&5 
    52835402sed 's/^/| /' conftest.$ac_ext >&5 
    52845403 
     
    53045423  *) ac_try_echo=$ac_try;; 
    53055424esac 
    5306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5425eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5426$as_echo "$ac_try_echo") >&5 
    53075427  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    53085428  ac_status=$? 
     
    53105430  rm -f conftest.er1 
    53115431  cat conftest.err >&5 
    5312   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5432  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    53135433  (exit $ac_status); } >/dev/null && { 
    53145434         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    53185438continue 
    53195439else 
    5320   echo "$as_me: failed program was:" >&5 
     5440  $as_echo "$as_me: failed program was:" >&5 
    53215441sed 's/^/| /' conftest.$ac_ext >&5 
    53225442 
     
    53345454  : 
    53355455else 
    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 
    53375459See \`config.log' for more details." >&5 
    5338 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
     5460$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
    53395461See \`config.log' for more details." >&2;} 
    5340    { (exit 1); exit 1; }; } 
     5462   { (exit 1); exit 1; }; }; } 
    53415463fi 
    53425464 
     
    53485470 
    53495471 
    5350 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
    5351 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; } 
    53525474if test "${ac_cv_header_stdc+set}" = set; then 
    5353   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5475  $as_echo_n "(cached) " >&6 
    53545476else 
    53555477  cat >conftest.$ac_ext <<_ACEOF 
     
    53785500  *) ac_try_echo=$ac_try;; 
    53795501esac 
    5380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5502eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5503$as_echo "$ac_try_echo") >&5 
    53815504  (eval "$ac_compile") 2>conftest.er1 
    53825505  ac_status=$? 
     
    53845507  rm -f conftest.er1 
    53855508  cat conftest.err >&5 
    5386   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5509  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    53875510  (exit $ac_status); } && { 
    53885511         test -z "$ac_c_werror_flag" || 
     
    53915514  ac_cv_header_stdc=yes 
    53925515else 
    5393   echo "$as_me: failed program was:" >&5 
     5516  $as_echo "$as_me: failed program was:" >&5 
    53945517sed 's/^/| /' conftest.$ac_ext >&5 
    53955518 
     
    54835606  *) ac_try_echo=$ac_try;; 
    54845607esac 
    5485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5608eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5609$as_echo "$ac_try_echo") >&5 
    54865610  (eval "$ac_link") 2>&5 
    54875611  ac_status=$? 
    5488   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5612  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    54895613  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    54905614  { (case "(($ac_try" in 
     
    54925616  *) ac_try_echo=$ac_try;; 
    54935617esac 
    5494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5618eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5619$as_echo "$ac_try_echo") >&5 
    54955620  (eval "$ac_try") 2>&5 
    54965621  ac_status=$? 
    5497   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5622  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    54985623  (exit $ac_status); }; }; then 
    54995624  : 
    55005625else 
    5501   echo "$as_me: program exited with status $ac_status" >&5 
    5502 echo "$as_me: failed program was:" >&5 
     5626  $as_echo "$as_me: program exited with status $ac_status" >&5 
     5627$as_echo "$as_me: failed program was:" >&5 
    55035628sed 's/^/| /' conftest.$ac_ext >&5 
    55045629 
     
    55065631ac_cv_header_stdc=no 
    55075632fi 
     5633rm -rf conftest.dSYM 
    55085634rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    55095635fi 
     
    55125638fi 
    55135639fi 
    5514 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
    5515 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; } 
    55165642if test $ac_cv_header_stdc = yes; then 
    55175643 
     
    55355661                  inttypes.h stdint.h unistd.h 
    55365662do 
    5537 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    5538 { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    5539 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
     5663as_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; } 
    55405666if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    5541   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5667  $as_echo_n "(cached) " >&6 
    55425668else 
    55435669  cat >conftest.$ac_ext <<_ACEOF 
     
    55575683  *) ac_try_echo=$ac_try;; 
    55585684esac 
    5559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5685eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5686$as_echo "$ac_try_echo") >&5 
    55605687  (eval "$ac_compile") 2>conftest.er1 
    55615688  ac_status=$? 
     
    55635690  rm -f conftest.er1 
    55645691  cat conftest.err >&5 
    5565   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5692  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    55665693  (exit $ac_status); } && { 
    55675694         test -z "$ac_c_werror_flag" || 
     
    55705697  eval "$as_ac_Header=yes" 
    55715698else 
    5572   echo "$as_me: failed program was:" >&5 
     5699  $as_echo "$as_me: failed program was:" >&5 
    55735700sed 's/^/| /' conftest.$ac_ext >&5 
    55745701 
     
    55785705rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    55795706fi 
    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 
     5707ac_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; } 
     5711as_val=`eval 'as_val=${'$as_ac_Header'} 
     5712                 $as_echo "$as_val"'` 
     5713   if test "x$as_val" = x""yes; then 
    55845714  cat >>confdefs.h <<_ACEOF 
    5585 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 
     5715#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 
    55865716_ACEOF 
    55875717 
     
    55945724for ac_header in dlfcn.h 
    55955725do 
    5596 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     5726as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    55975727if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    5598   { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    5599 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; } 
    56005730if { 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 
     5732fi 
     5733ac_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; } 
    56065737else 
    56075738  # Is the header compilable? 
    5608 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 
    5609 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; } 
    56105741cat >conftest.$ac_ext <<_ACEOF 
    56115742/* confdefs.h.  */ 
     
    56235754  *) ac_try_echo=$ac_try;; 
    56245755esac 
    5625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5756eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5757$as_echo "$ac_try_echo") >&5 
    56265758  (eval "$ac_compile") 2>conftest.er1 
    56275759  ac_status=$? 
     
    56295761  rm -f conftest.er1 
    56305762  cat conftest.err >&5 
    5631   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5763  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    56325764  (exit $ac_status); } && { 
    56335765         test -z "$ac_c_werror_flag" || 
     
    56365768  ac_header_compiler=yes 
    56375769else 
    5638   echo "$as_me: failed program was:" >&5 
     5770  $as_echo "$as_me: failed program was:" >&5 
    56395771sed 's/^/| /' conftest.$ac_ext >&5 
    56405772 
     
    56435775 
    56445776rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5645 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5646 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; } 
    56475779 
    56485780# Is the header present? 
    5649 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 
    5650 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; } 
    56515783cat >conftest.$ac_ext <<_ACEOF 
    56525784/* confdefs.h.  */ 
     
    56625794  *) ac_try_echo=$ac_try;; 
    56635795esac 
    5664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5796eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5797$as_echo "$ac_try_echo") >&5 
    56655798  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    56665799  ac_status=$? 
     
    56685801  rm -f conftest.er1 
    56695802  cat conftest.err >&5 
    5670   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5803  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    56715804  (exit $ac_status); } >/dev/null && { 
    56725805         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    56755808  ac_header_preproc=yes 
    56765809else 
    5677   echo "$as_me: failed program was:" >&5 
     5810  $as_echo "$as_me: failed program was:" >&5 
    56785811sed 's/^/| /' conftest.$ac_ext >&5 
    56795812 
     
    56825815 
    56835816rm -f conftest.err conftest.$ac_ext 
    5684 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5685 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; } 
    56865819 
    56875820# So?  What about this header? 
    56885821case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    56895822  yes:no: ) 
    5690     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 
    5691 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" >&5 
    5693 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;} 
    56945827    ac_header_preproc=yes 
    56955828    ;; 
    56965829  no:yes:* ) 
    5697     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 
    5698 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?" >&5 
    5700 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;} 
    5701     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 
    5702 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\"" >&5 
    5704 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" >&5 
    5706 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" >&5 
    5708 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;} 
    57095842    ( cat <<\_ASBOX 
    57105843## --------------------------------------------------- ## 
     
    57155848    ;; 
    57165849esac 
    5717 { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    5718 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; } 
    57195852if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    5720   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5853  $as_echo_n "(cached) " >&6 
    57215854else 
    57225855  eval "$as_ac_Header=\$ac_header_preproc" 
    57235856fi 
    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 
     5857ac_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 
     5862fi 
     5863as_val=`eval 'as_val=${'$as_ac_Header'} 
     5864                 $as_echo "$as_val"'` 
     5865   if test "x$as_val" = x""yes; then 
    57305866  cat >>confdefs.h <<_ACEOF 
    5731 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 
     5867#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 
    57325868_ACEOF 
    57335869 
     
    57465882ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    57475883ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 
    5748 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 
    5749 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; } 
    57505886if test -z "$CXXCPP"; then 
    57515887  if test "${ac_cv_prog_CXXCPP+set}" = set; then 
    5752   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5888  $as_echo_n "(cached) " >&6 
    57535889else 
    57545890      # Double quotes because CXXCPP needs to be expanded 
     
    57825918  *) ac_try_echo=$ac_try;; 
    57835919esac 
    5784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5920eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5921$as_echo "$ac_try_echo") >&5 
    57855922  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    57865923  ac_status=$? 
     
    57885925  rm -f conftest.er1 
    57895926  cat conftest.err >&5 
    5790   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5927  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    57915928  (exit $ac_status); } >/dev/null && { 
    57925929         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 
     
    57955932  : 
    57965933else 
    5797   echo "$as_me: failed program was:" >&5 
     5934  $as_echo "$as_me: failed program was:" >&5 
    57985935sed 's/^/| /' conftest.$ac_ext >&5 
    57995936 
     
    58195956  *) ac_try_echo=$ac_try;; 
    58205957esac 
    5821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5958eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5959$as_echo "$ac_try_echo") >&5 
    58225960  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    58235961  ac_status=$? 
     
    58255963  rm -f conftest.er1 
    58265964  cat conftest.err >&5 
    5827   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5965  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    58285966  (exit $ac_status); } >/dev/null && { 
    58295967         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 
     
    58335971continue 
    58345972else 
    5835   echo "$as_me: failed program was:" >&5 
     5973  $as_echo "$as_me: failed program was:" >&5 
    58365974sed 's/^/| /' conftest.$ac_ext >&5 
    58375975 
     
    58585996  ac_cv_prog_CXXCPP=$CXXCPP 
    58595997fi 
    5860 { echo "$as_me:$LINENO: result: $CXXCPP" >&5 
    5861 echo "${ECHO_T}$CXXCPP" >&6; } 
     5998{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 
     5999$as_echo "$CXXCPP" >&6; } 
    58626000ac_preproc_ok=false 
    58636001for ac_cxx_preproc_warn_flag in '' yes 
     
    58876025  *) ac_try_echo=$ac_try;; 
    58886026esac 
    5889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6027eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6028$as_echo "$ac_try_echo") >&5 
    58906029  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    58916030  ac_status=$? 
     
    58936032  rm -f conftest.er1 
    58946033  cat conftest.err >&5 
    5895   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6034  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    58966035  (exit $ac_status); } >/dev/null && { 
    58976036         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 
     
    59006039  : 
    59016040else 
    5902   echo "$as_me: failed program was:" >&5 
     6041  $as_echo "$as_me: failed program was:" >&5 
    59036042sed 's/^/| /' conftest.$ac_ext >&5 
    59046043 
     
    59246063  *) ac_try_echo=$ac_try;; 
    59256064esac 
    5926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6065eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6066$as_echo "$ac_try_echo") >&5 
    59276067  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    59286068  ac_status=$? 
     
    59306070  rm -f conftest.er1 
    59316071  cat conftest.err >&5 
    5932   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6072  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    59336073  (exit $ac_status); } >/dev/null && { 
    59346074         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 
     
    59386078continue 
    59396079else 
    5940   echo "$as_me: failed program was:" >&5 
     6080  $as_echo "$as_me: failed program was:" >&5 
    59416081sed 's/^/| /' conftest.$ac_ext >&5 
    59426082 
     
    59546094  : 
    59556095else 
    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 
    59576099See \`config.log' for more details." >&5 
    5958 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 
     6100$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 
    59596101See \`config.log' for more details." >&2;} 
    5960    { (exit 1); exit 1; }; } 
     6102   { (exit 1); exit 1; }; }; } 
    59616103fi 
    59626104 
     
    59796121    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    59806122set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    5981 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    5982 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; } 
    59836125if test "${ac_cv_prog_F77+set}" = set; then 
    5984   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6126  $as_echo_n "(cached) " >&6 
    59856127else 
    59866128  if test -n "$F77"; then 
     
    59956137  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    59966138    ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 
    5997     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6139    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    59986140    break 2 
    59996141  fi 
     
    60066148F77=$ac_cv_prog_F77 
    60076149if test -n "$F77"; then 
    6008   { echo "$as_me:$LINENO: result: $F77" >&5 
    6009 echo "${ECHO_T}$F77" >&6; } 
    6010 else 
    6011   { echo "$as_me:$LINENO: result: no" >&5 
    6012 echo "${ECHO_T}no" >&6; } 
     6150  { $as_echo "$as_me:$LINENO: result: $F77" >&5 
     6151$as_echo "$F77" >&6; } 
     6152else 
     6153  { $as_echo "$as_me:$LINENO: result: no" >&5 
     6154$as_echo "no" >&6; } 
    60136155fi 
    60146156 
     
    60236165  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    60246166set dummy $ac_prog; ac_word=$2 
    6025 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6026 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; } 
    60276169if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 
    6028   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6170  $as_echo_n "(cached) " >&6 
    60296171else 
    60306172  if test -n "$ac_ct_F77"; then 
     
    60396181  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    60406182    ac_cv_prog_ac_ct_F77="$ac_prog" 
    6041     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6183    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    60426184    break 2 
    60436185  fi 
     
    60506192ac_ct_F77=$ac_cv_prog_ac_ct_F77 
    60516193if test -n "$ac_ct_F77"; then 
    6052   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 
    6053 echo "${ECHO_T}$ac_ct_F77" >&6; } 
    6054 else 
    6055   { echo "$as_me:$LINENO: result: no" >&5 
    6056 echo "${ECHO_T}no" >&6; } 
     6194  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 
     6195$as_echo "$ac_ct_F77" >&6; } 
     6196else 
     6197  { $as_echo "$as_me:$LINENO: result: no" >&5 
     6198$as_echo "no" >&6; } 
    60576199fi 
    60586200 
     
    60666208    case $cross_compiling:$ac_tool_warned in 
    60676209yes:) 
    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;} 
    60746212ac_tool_warned=yes ;; 
    60756213esac 
     
    60806218 
    60816219# 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 
     6221set X $ac_compile 
     6222ac_compiler=$2 
    60846223{ (ac_try="$ac_compiler --version >&5" 
    60856224case "(($ac_try" in 
     
    60876226  *) ac_try_echo=$ac_try;; 
    60886227esac 
    6089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6228eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6229$as_echo "$ac_try_echo") >&5 
    60906230  (eval "$ac_compiler --version >&5") 2>&5 
    60916231  ac_status=$? 
    6092   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6232  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    60936233  (exit $ac_status); } 
    60946234{ (ac_try="$ac_compiler -v >&5" 
     
    60976237  *) ac_try_echo=$ac_try;; 
    60986238esac 
    6099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6239eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6240$as_echo "$ac_try_echo") >&5 
    61006241  (eval "$ac_compiler -v >&5") 2>&5 
    61016242  ac_status=$? 
    6102   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6243  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    61036244  (exit $ac_status); } 
    61046245{ (ac_try="$ac_compiler -V >&5" 
     
    61076248  *) ac_try_echo=$ac_try;; 
    61086249esac 
    6109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6250eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6251$as_echo "$ac_try_echo") >&5 
    61106252  (eval "$ac_compiler -V >&5") 2>&5 
    61116253  ac_status=$? 
    6112   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6254  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    61136255  (exit $ac_status); } 
    61146256rm -f a.out 
     
    61186260ac_save_ext=$ac_ext 
    61196261ac_ext=F 
    6120 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 
    6121 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; } 
    61226264if test "${ac_cv_f77_compiler_gnu+set}" = set; then 
    6123   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6265  $as_echo_n "(cached) " >&6 
    61246266else 
    61256267  cat >conftest.$ac_ext <<_ACEOF 
     
    61376279  *) ac_try_echo=$ac_try;; 
    61386280esac 
    6139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6281eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6282$as_echo "$ac_try_echo") >&5 
    61406283  (eval "$ac_compile") 2>conftest.er1 
    61416284  ac_status=$? 
     
    61436286  rm -f conftest.er1 
    61446287  cat conftest.err >&5 
    6145   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6288  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    61466289  (exit $ac_status); } && { 
    61476290         test -z "$ac_f77_werror_flag" || 
     
    61506293  ac_compiler_gnu=yes 
    61516294else 
    6152   echo "$as_me: failed program was:" >&5 
     6295  $as_echo "$as_me: failed program was:" >&5 
    61536296sed 's/^/| /' conftest.$ac_ext >&5 
    61546297 
     
    61606303 
    61616304fi 
    6162 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 
    6163 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; } 
    61646307ac_ext=$ac_save_ext 
    61656308ac_test_FFLAGS=${FFLAGS+set} 
    61666309ac_save_FFLAGS=$FFLAGS 
    61676310FFLAGS= 
    6168 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 
    6169 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; } 
    61706313if test "${ac_cv_prog_f77_g+set}" = set; then 
    6171   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6314  $as_echo_n "(cached) " >&6 
    61726315else 
    61736316  FFLAGS=-g 
     
    61836326  *) ac_try_echo=$ac_try;; 
    61846327esac 
    6185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6328eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6329$as_echo "$ac_try_echo") >&5 
    61866330  (eval "$ac_compile") 2>conftest.er1 
    61876331  ac_status=$? 
     
    61896333  rm -f conftest.er1 
    61906334  cat conftest.err >&5 
    6191   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6335  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    61926336  (exit $ac_status); } && { 
    61936337         test -z "$ac_f77_werror_flag" || 
     
    61966340  ac_cv_prog_f77_g=yes 
    61976341else 
    6198   echo "$as_me: failed program was:" >&5 
     6342  $as_echo "$as_me: failed program was:" >&5 
    61996343sed 's/^/| /' conftest.$ac_ext >&5 
    62006344 
     
    62056349 
    62066350fi 
    6207 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 
    6208 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; } 
    62096353if test "$ac_test_FFLAGS" = set; then 
    62106354  FFLAGS=$ac_save_FFLAGS 
     
    62236367fi 
    62246368 
    6225 G77=`test $ac_compiler_gnu = yes && echo yes` 
     6369if test $ac_compiler_gnu = yes; then 
     6370  G77=yes 
     6371else 
     6372  G77= 
     6373fi 
    62266374ac_ext=c 
    62276375ac_cpp='$CPP $CPPFLAGS' 
     
    62346382# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 
    62356383# find the maximum length of command line arguments 
    6236 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 
    6237 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; } 
    62386386if test "${lt_cv_sys_max_cmd_len+set}" = set; then 
    6239   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6387  $as_echo_n "(cached) " >&6 
    62406388else 
    62416389    i=0 
     
    63466494 
    63476495if test -n $lt_cv_sys_max_cmd_len ; then 
    6348   { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 
    6349 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } 
    6350 else 
    6351   { echo "$as_me:$LINENO: result: none" >&5 
    6352 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; } 
     6498else 
     6499  { $as_echo "$as_me:$LINENO: result: none" >&5 
     6500$as_echo "none" >&6; } 
    63536501fi 
    63546502 
     
    63586506 
    63596507# 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" >&5 
    6361 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; } 
    63626510if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then 
    6363   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6511  $as_echo_n "(cached) " >&6 
    63646512else 
    63656513 
     
    64666614  (eval $ac_compile) 2>&5 
    64676615  ac_status=$? 
    6468   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6616  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    64696617  (exit $ac_status); }; then 
    64706618    # Now try to grab the symbols. 
     
    64736621  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 
    64746622  ac_status=$? 
    6475   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6623  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    64766624  (exit $ac_status); } && test -s "$nlist"; then 
    64776625      # Try sorting and uniquifying the output. 
     
    65286676  (eval $ac_link) 2>&5 
    65296677  ac_status=$? 
    6530   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6678  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    65316679  (exit $ac_status); } && test -s conftest${ac_exeext}; then 
    65326680            pipe_works=yes 
     
    65636711fi 
    65646712if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 
    6565   { echo "$as_me:$LINENO: result: failed" >&5 
    6566 echo "${ECHO_T}failed" >&6; } 
    6567 else 
    6568   { echo "$as_me:$LINENO: result: ok" >&5 
    6569 echo "${ECHO_T}ok" >&6; } 
    6570 fi 
    6571  
    6572 { echo "$as_me:$LINENO: checking for objdir" >&5 
    6573 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } 
     6713  { $as_echo "$as_me:$LINENO: result: failed" >&5 
     6714$as_echo "failed" >&6; } 
     6715else 
     6716  { $as_echo "$as_me:$LINENO: result: ok" >&5 
     6717$as_echo "ok" >&6; } 
     6718fi 
     6719 
     6720{ $as_echo "$as_me:$LINENO: checking for objdir" >&5 
     6721$as_echo_n "checking for objdir... " >&6; } 
    65746722if test "${lt_cv_objdir+set}" = set; then 
    6575   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6723  $as_echo_n "(cached) " >&6 
    65766724else 
    65776725  rm -f .libs 2>/dev/null 
     
    65856733rmdir .libs 2>/dev/null 
    65866734fi 
    6587 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 
    6588 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; } 
    65896737objdir=$lt_cv_objdir 
    65906738 
     
    66376785  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 
    66386786set dummy ${ac_tool_prefix}ar; ac_word=$2 
    6639 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6640 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; } 
    66416789if test "${ac_cv_prog_AR+set}" = set; then 
    6642   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6790  $as_echo_n "(cached) " >&6 
    66436791else 
    66446792  if test -n "$AR"; then 
     
    66536801  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    66546802    ac_cv_prog_AR="${ac_tool_prefix}ar" 
    6655     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6803    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    66566804    break 2 
    66576805  fi 
     
    66646812AR=$ac_cv_prog_AR 
    66656813if test -n "$AR"; then 
    6666   { echo "$as_me:$LINENO: result: $AR" >&5 
    6667 echo "${ECHO_T}$AR" >&6; } 
    6668 else 
    6669   { echo "$as_me:$LINENO: result: no" >&5 
    6670 echo "${ECHO_T}no" >&6; } 
     6814  { $as_echo "$as_me:$LINENO: result: $AR" >&5 
     6815$as_echo "$AR" >&6; } 
     6816else 
     6817  { $as_echo "$as_me:$LINENO: result: no" >&5 
     6818$as_echo "no" >&6; } 
    66716819fi 
    66726820 
     
    66776825  # Extract the first word of "ar", so it can be a program name with args. 
    66786826set dummy ar; ac_word=$2 
    6679 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6680 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; } 
    66816829if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 
    6682   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6830  $as_echo_n "(cached) " >&6 
    66836831else 
    66846832  if test -n "$ac_ct_AR"; then 
     
    66936841  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    66946842    ac_cv_prog_ac_ct_AR="ar" 
    6695     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6843    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    66966844    break 2 
    66976845  fi 
     
    67046852ac_ct_AR=$ac_cv_prog_ac_ct_AR 
    67056853if test -n "$ac_ct_AR"; then 
    6706   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 
    6707 echo "${ECHO_T}$ac_ct_AR" >&6; } 
    6708 else 
    6709   { echo "$as_me:$LINENO: result: no" >&5 
    6710 echo "${ECHO_T}no" >&6; } 
     6854  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 
     6855$as_echo "$ac_ct_AR" >&6; } 
     6856else 
     6857  { $as_echo "$as_me:$LINENO: result: no" >&5 
     6858$as_echo "no" >&6; } 
    67116859fi 
    67126860 
     
    67166864    case $cross_compiling:$ac_tool_warned in 
    67176865yes:) 
    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;} 
    67246868ac_tool_warned=yes ;; 
    67256869esac 
     
    67336877  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 
    67346878set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
    6735 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6736 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; } 
    67376881if test "${ac_cv_prog_RANLIB+set}" = set; then 
    6738   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6882  $as_echo_n "(cached) " >&6 
    67396883else 
    67406884  if test -n "$RANLIB"; then 
     
    67496893  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    67506894    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 
    6751     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6895    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    67526896    break 2 
    67536897  fi 
     
    67606904RANLIB=$ac_cv_prog_RANLIB 
    67616905if test -n "$RANLIB"; then 
    6762   { echo "$as_me:$LINENO: result: $RANLIB" >&5 
    6763 echo "${ECHO_T}$RANLIB" >&6; } 
    6764 else 
    6765   { echo "$as_me:$LINENO: result: no" >&5 
    6766 echo "${ECHO_T}no" >&6; } 
     6906  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 
     6907$as_echo "$RANLIB" >&6; } 
     6908else 
     6909  { $as_echo "$as_me:$LINENO: result: no" >&5 
     6910$as_echo "no" >&6; } 
    67676911fi 
    67686912 
     
    67736917  # Extract the first word of "ranlib", so it can be a program name with args. 
    67746918set dummy ranlib; ac_word=$2 
    6775 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6776 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; } 
    67776921if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 
    6778   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6922  $as_echo_n "(cached) " >&6 
    67796923else 
    67806924  if test -n "$ac_ct_RANLIB"; then 
     
    67896933  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    67906934    ac_cv_prog_ac_ct_RANLIB="ranlib" 
    6791     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6935    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    67926936    break 2 
    67936937  fi 
     
    68006944ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 
    68016945if test -n "$ac_ct_RANLIB"; then 
    6802   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
    6803 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 
    6804 else 
    6805   { echo "$as_me:$LINENO: result: no" >&5 
    6806 echo "${ECHO_T}no" >&6; } 
     6946  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
     6947$as_echo "$ac_ct_RANLIB" >&6; } 
     6948else 
     6949  { $as_echo "$as_me:$LINENO: result: no" >&5 
     6950$as_echo "no" >&6; } 
    68076951fi 
    68086952 
     
    68126956    case $cross_compiling:$ac_tool_warned in 
    68136957yes:) 
    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;} 
    68206960ac_tool_warned=yes ;; 
    68216961esac 
     
    68296969  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 
    68306970set dummy ${ac_tool_prefix}strip; ac_word=$2 
    6831 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6832 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; } 
    68336973if test "${ac_cv_prog_STRIP+set}" = set; then 
    6834   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6974  $as_echo_n "(cached) " >&6 
    68356975else 
    68366976  if test -n "$STRIP"; then 
     
    68456985  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    68466986    ac_cv_prog_STRIP="${ac_tool_prefix}strip" 
    6847     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     6987    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    68486988    break 2 
    68496989  fi 
     
    68566996STRIP=$ac_cv_prog_STRIP 
    68576997if test -n "$STRIP"; then 
    6858   { echo "$as_me:$LINENO: result: $STRIP" >&5 
    6859 echo "${ECHO_T}$STRIP" >&6; } 
    6860 else 
    6861   { echo "$as_me:$LINENO: result: no" >&5 
    6862 echo "${ECHO_T}no" >&6; } 
     6998  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 
     6999$as_echo "$STRIP" >&6; } 
     7000else 
     7001  { $as_echo "$as_me:$LINENO: result: no" >&5 
     7002$as_echo "no" >&6; } 
    68637003fi 
    68647004 
     
    68697009  # Extract the first word of "strip", so it can be a program name with args. 
    68707010set dummy strip; ac_word=$2 
    6871 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6872 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; } 
    68737013if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 
    6874   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7014  $as_echo_n "(cached) " >&6 
    68757015else 
    68767016  if test -n "$ac_ct_STRIP"; then 
     
    68857025  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    68867026    ac_cv_prog_ac_ct_STRIP="strip" 
    6887     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7027    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    68887028    break 2 
    68897029  fi 
     
    68967036ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 
    68977037if test -n "$ac_ct_STRIP"; then 
    6898   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 
    6899 echo "${ECHO_T}$ac_ct_STRIP" >&6; } 
    6900 else 
    6901   { echo "$as_me:$LINENO: result: no" >&5 
    6902 echo "${ECHO_T}no" >&6; } 
     7038  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 
     7039$as_echo "$ac_ct_STRIP" >&6; } 
     7040else 
     7041  { $as_echo "$as_me:$LINENO: result: no" >&5 
     7042$as_echo "no" >&6; } 
    69037043fi 
    69047044 
     
    69087048    case $cross_compiling:$ac_tool_warned in 
    69097049yes:) 
    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;} 
    69167052ac_tool_warned=yes ;; 
    69177053esac 
     
    69767112file_magic*) 
    69777113  if test "$file_magic_cmd" = '$MAGIC_CMD'; then 
    6978     { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 
    6979 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; } 
    69807116if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 
    6981   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7117  $as_echo_n "(cached) " >&6 
    69827118else 
    69837119  case $MAGIC_CMD in 
     
    70297165MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 
    70307166if test -n "$MAGIC_CMD"; then 
    7031   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 
    7032 echo "${ECHO_T}$MAGIC_CMD" >&6; } 
    7033 else 
    7034   { echo "$as_me:$LINENO: result: no" >&5 
    7035 echo "${ECHO_T}no" >&6; } 
     7167  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 
     7168$as_echo "$MAGIC_CMD" >&6; } 
     7169else 
     7170  { $as_echo "$as_me:$LINENO: result: no" >&5 
     7171$as_echo "no" >&6; } 
    70367172fi 
    70377173 
    70387174if test -z "$lt_cv_path_MAGIC_CMD"; then 
    70397175  if test -n "$ac_tool_prefix"; then 
    7040     { echo "$as_me:$LINENO: checking for file" >&5 
    7041 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; } 
    70427178if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 
    7043   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7179  $as_echo_n "(cached) " >&6 
    70447180else 
    70457181  case $MAGIC_CMD in 
     
    70917227MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 
    70927228if test -n "$MAGIC_CMD"; then 
    7093   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 
    7094 echo "${ECHO_T}$MAGIC_CMD" >&6; } 
    7095 else 
    7096   { echo "$as_me:$LINENO: result: no" >&5 
    7097 echo "${ECHO_T}no" >&6; } 
     7229  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 
     7230$as_echo "$MAGIC_CMD" >&6; } 
     7231else 
     7232  { $as_echo "$as_me:$LINENO: result: no" >&5 
     7233$as_echo "no" >&6; } 
    70987234fi 
    70997235 
     
    71137249  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. 
    71147250set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 
    7115 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    7116 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; } 
    71177253if test "${ac_cv_prog_DSYMUTIL+set}" = set; then 
    7118   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7254  $as_echo_n "(cached) " >&6 
    71197255else 
    71207256  if test -n "$DSYMUTIL"; then 
     
    71297265  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    71307266    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 
    7131     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7267    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    71327268    break 2 
    71337269  fi 
     
    71407276DSYMUTIL=$ac_cv_prog_DSYMUTIL 
    71417277if test -n "$DSYMUTIL"; then 
    7142   { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 
    7143 echo "${ECHO_T}$DSYMUTIL" >&6; } 
    7144 else 
    7145   { echo "$as_me:$LINENO: result: no" >&5 
    7146 echo "${ECHO_T}no" >&6; } 
     7278  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 
     7279$as_echo "$DSYMUTIL" >&6; } 
     7280else 
     7281  { $as_echo "$as_me:$LINENO: result: no" >&5 
     7282$as_echo "no" >&6; } 
    71477283fi 
    71487284 
     
    71537289  # Extract the first word of "dsymutil", so it can be a program name with args. 
    71547290set dummy dsymutil; ac_word=$2 
    7155 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    7156 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; } 
    71577293if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then 
    7158   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7294  $as_echo_n "(cached) " >&6 
    71597295else 
    71607296  if test -n "$ac_ct_DSYMUTIL"; then 
     
    71697305  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    71707306    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 
    7171     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7307    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    71727308    break 2 
    71737309  fi 
     
    71807316ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL 
    71817317if test -n "$ac_ct_DSYMUTIL"; then 
    7182   { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 
    7183 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; } 
    7184 else 
    7185   { echo "$as_me:$LINENO: result: no" >&5 
    7186 echo "${ECHO_T}no" >&6; } 
     7318  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 
     7319$as_echo "$ac_ct_DSYMUTIL" >&6; } 
     7320else 
     7321  { $as_echo "$as_me:$LINENO: result: no" >&5 
     7322$as_echo "no" >&6; } 
    71877323fi 
    71887324 
     
    71927328    case $cross_compiling:$ac_tool_warned in 
    71937329yes:) 
    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;} 
    72007332ac_tool_warned=yes ;; 
    72017333esac 
     
    72097341  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. 
    72107342set dummy ${ac_tool_prefix}nmedit; ac_word=$2 
    7211 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    7212 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; } 
    72137345if test "${ac_cv_prog_NMEDIT+set}" = set; then 
    7214   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7346  $as_echo_n "(cached) " >&6 
    72157347else 
    72167348  if test -n "$NMEDIT"; then 
     
    72257357  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    72267358    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 
    7227     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7359    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    72287360    break 2 
    72297361  fi 
     
    72367368NMEDIT=$ac_cv_prog_NMEDIT 
    72377369if test -n "$NMEDIT"; then 
    7238   { echo "$as_me:$LINENO: result: $NMEDIT" >&5 
    7239 echo "${ECHO_T}$NMEDIT" >&6; } 
    7240 else 
    7241   { echo "$as_me:$LINENO: result: no" >&5 
    7242 echo "${ECHO_T}no" >&6; } 
     7370  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5 
     7371$as_echo "$NMEDIT" >&6; } 
     7372else 
     7373  { $as_echo "$as_me:$LINENO: result: no" >&5 
     7374$as_echo "no" >&6; } 
    72437375fi 
    72447376 
     
    72497381  # Extract the first word of "nmedit", so it can be a program name with args. 
    72507382set dummy nmedit; ac_word=$2 
    7251 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    7252 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; } 
    72537385if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then 
    7254   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7386  $as_echo_n "(cached) " >&6 
    72557387else 
    72567388  if test -n "$ac_ct_NMEDIT"; then 
     
    72657397  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    72667398    ac_cv_prog_ac_ct_NMEDIT="nmedit" 
    7267     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     7399    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    72687400    break 2 
    72697401  fi 
     
    72767408ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT 
    72777409if test -n "$ac_ct_NMEDIT"; then 
    7278   { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 
    7279 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; } 
    7280 else 
    7281   { echo "$as_me:$LINENO: result: no" >&5 
    7282 echo "${ECHO_T}no" >&6; } 
     7410  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 
     7411$as_echo "$ac_ct_NMEDIT" >&6; } 
     7412else 
     7413  { $as_echo "$as_me:$LINENO: result: no" >&5 
     7414$as_echo "no" >&6; } 
    72837415fi 
    72847416 
     
    72887420    case $cross_compiling:$ac_tool_warned in 
    72897421yes:) 
    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;} 
    72967424ac_tool_warned=yes ;; 
    72977425esac 
     
    73037431 
    73047432 
    7305     { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 
    7306 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; } 
    73077435if test "${lt_cv_apple_cc_single_mod+set}" = set; then 
    7308   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7436  $as_echo_n "(cached) " >&6 
    73097437else 
    73107438  lt_cv_apple_cc_single_mod=no 
     
    73247452      fi 
    73257453fi 
    7326 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 
    7327 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; } 
    7328     { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5 
    7329 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; } 
    73307458if test "${lt_cv_ld_exported_symbols_list+set}" = set; then 
    7331   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7459  $as_echo_n "(cached) " >&6 
    73327460else 
    73337461  lt_cv_ld_exported_symbols_list=no 
     
    73567484  *) ac_try_echo=$ac_try;; 
    73577485esac 
    7358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7486eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7487$as_echo "$ac_try_echo") >&5 
    73597488  (eval "$ac_link") 2>conftest.er1 
    73607489  ac_status=$? 
     
    73627491  rm -f conftest.er1 
    73637492  cat conftest.err >&5 
    7364   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7493  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    73657494  (exit $ac_status); } && { 
    73667495         test -z "$ac_c_werror_flag" || 
    73677496         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 
    73707501  lt_cv_ld_exported_symbols_list=yes 
    73717502else 
    7372   echo "$as_me: failed program was:" >&5 
     7503  $as_echo "$as_me: failed program was:" >&5 
    73737504sed 's/^/| /' conftest.$ac_ext >&5 
    73747505 
     
    73767507fi 
    73777508 
     7509rm -rf conftest.dSYM 
    73787510rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    73797511      conftest$ac_exeext conftest.$ac_ext 
     
    73817513 
    73827514fi 
    7383 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 
    7384 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; } 
    73857517    case $host_os in 
    73867518    rhapsody* | darwin1.[0123]) 
     
    74947626 
    74957627 
    7496 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 
    7497 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; } 
    74987630if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 
    7499   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7631  $as_echo_n "(cached) " >&6 
    75007632else 
    75017633  lt_cv_prog_compiler_rtti_exceptions=no 
     
    75127644   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    75137645   -e 's:$: $lt_compiler_flag:'` 
    7514    (eval echo "\"\$as_me:7514: $lt_compile\"" >&5) 
     7646   (eval echo "\"\$as_me:7646: $lt_compile\"" >&5) 
    75157647   (eval "$lt_compile" 2>conftest.err) 
    75167648   ac_status=$? 
    75177649   cat conftest.err >&5 
    7518    echo "$as_me:7518: \$? = $ac_status" >&5 
     7650   echo "$as_me:7650: \$? = $ac_status" >&5 
    75197651   if (exit $ac_status) && test -s "$ac_outfile"; then 
    75207652     # The compiler can only warn and ignore the option if not recognized 
     
    75297661 
    75307662fi 
    7531 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 
    7532 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; } 
    75337665 
    75347666if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 
     
    75447676lt_prog_compiler_static= 
    75457677 
    7546 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 
    7547 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; } 
    75487680 
    75497681  if test "$GCC" = yes; then 
     
    77767908  fi 
    77777909 
    7778 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 
    7779 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; } 
    77807912 
    77817913# 
     
    77847916if test -n "$lt_prog_compiler_pic"; then 
    77857917 
    7786 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 
    7787 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; } 
    77887920if test "${lt_cv_prog_compiler_pic_works+set}" = set; then 
    7789   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7921  $as_echo_n "(cached) " >&6 
    77907922else 
    77917923  lt_cv_prog_compiler_pic_works=no 
     
    78027934   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    78037935   -e 's:$: $lt_compiler_flag:'` 
    7804    (eval echo "\"\$as_me:7804: $lt_compile\"" >&5) 
     7936   (eval echo "\"\$as_me:7936: $lt_compile\"" >&5) 
    78057937   (eval "$lt_compile" 2>conftest.err) 
    78067938   ac_status=$? 
    78077939   cat conftest.err >&5 
    7808    echo "$as_me:7808: \$? = $ac_status" >&5 
     7940   echo "$as_me:7940: \$? = $ac_status" >&5 
    78097941   if (exit $ac_status) && test -s "$ac_outfile"; then 
    78107942     # The compiler can only warn and ignore the option if not recognized 
     
    78197951 
    78207952fi 
    7821 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 
    7822 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; } 
    78237955 
    78247956if test x"$lt_cv_prog_compiler_pic_works" = xyes; then 
     
    78477979# 
    78487980wl=$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" >&5 
    7850 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; } 
    78517983if test "${lt_cv_prog_compiler_static_works+set}" = set; then 
    7852   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7984  $as_echo_n "(cached) " >&6 
    78537985else 
    78547986  lt_cv_prog_compiler_static_works=no 
     
    78758007 
    78768008fi 
    7877 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 
    7878 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; } 
    78798011 
    78808012if test x"$lt_cv_prog_compiler_static_works" = xyes; then 
     
    78858017 
    78868018 
    7887 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 
    7888 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; } 
    78898021if test "${lt_cv_prog_compiler_c_o+set}" = set; then 
    7890   echo $ECHO_N "(cached) $ECHO_C" >&6 
     8022  $as_echo_n "(cached) " >&6 
    78918023else 
    78928024  lt_cv_prog_compiler_c_o=no 
     
    79068038   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    79078039   -e 's:$: $lt_compiler_flag:'` 
    7908    (eval echo "\"\$as_me:7908: $lt_compile\"" >&5) 
     8040   (eval echo "\"\$as_me:8040: $lt_compile\"" >&5) 
    79098041   (eval "$lt_compile" 2>out/conftest.err) 
    79108042   ac_status=$? 
    79118043   cat out/conftest.err >&5 
    7912    echo "$as_me:7912: \$? = $ac_status" >&5 
     8044   echo "$as_me:8044: \$? = $ac_status" >&5 
    79138045   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    79148046   then 
     
    79328064 
    79338065fi 
    7934 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 
    7935 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; } 
    79368068 
    79378069 
     
    79398071if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 
    79408072  # 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" >&5 
    7942 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; } 
    79438075  hard_links=yes 
    79448076  $rm conftest* 
     
    79478079  ln conftest.a conftest.b 2>&5 || hard_links=no 
    79488080  ln conftest.a conftest.b 2>/dev/null && hard_links=no 
    7949   { echo "$as_me:$LINENO: result: $hard_links" >&5 
    7950 echo "${ECHO_T}$hard_links" >&6; } 
     8081  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 
     8082$as_echo "$hard_links" >&6; } 
    79518083  if test "$hard_links" = no; then 
    7952     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 
    7953 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;} 
    79548086    need_locks=warn 
    79558087  fi 
     
    79588090fi 
    79598091 
    7960 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 
    7961 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; } 
    79628094 
    79638095  runpath_var= 
     
    83898521  *) ac_try_echo=$ac_try;; 
    83908522esac 
    8391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8523eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8524$as_echo "$ac_try_echo") >&5 
    83928525  (eval "$ac_link") 2>conftest.er1 
    83938526  ac_status=$? 
     
    83958528  rm -f conftest.er1 
    83968529  cat conftest.err >&5 
    8397   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8530  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    83988531  (exit $ac_status); } && { 
    83998532         test -z "$ac_c_werror_flag" || 
    84008533         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 
    84038538 
    84048539lt_aix_libpath_sed=' 
     
    84158550fi 
    84168551else 
    8417   echo "$as_me: failed program was:" >&5 
     8552  $as_echo "$as_me: failed program was:" >&5 
    84188553sed 's/^/| /' conftest.$ac_ext >&5 
    84198554 
     
    84218556fi 
    84228557 
     8558rm -rf conftest.dSYM 
    84238559rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    84248560      conftest$ac_exeext conftest.$ac_ext 
     
    84558591  *) ac_try_echo=$ac_try;; 
    84568592esac 
    8457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8593eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8594$as_echo "$ac_try_echo") >&5 
    84588595  (eval "$ac_link") 2>conftest.er1 
    84598596  ac_status=$? 
     
    84618598  rm -f conftest.er1 
    84628599  cat conftest.err >&5 
    8463   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8600  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    84648601  (exit $ac_status); } && { 
    84658602         test -z "$ac_c_werror_flag" || 
    84668603         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 
    84698608 
    84708609lt_aix_libpath_sed=' 
     
    84818620fi 
    84828621else 
    8483   echo "$as_me: failed program was:" >&5 
     8622  $as_echo "$as_me: failed program was:" >&5 
    84848623sed 's/^/| /' conftest.$ac_ext >&5 
    84858624 
     
    84878626fi 
    84888627 
     8628rm -rf conftest.dSYM 
    84898629rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    84908630      conftest$ac_exeext conftest.$ac_ext 
     
    89389078  fi 
    89399079 
    8940 { echo "$as_me:$LINENO: result: $ld_shlibs" >&5 
    8941 echo "${ECHO_T}$ld_shlibs" >&6; } 
     9080{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5 
     9081$as_echo "$ld_shlibs" >&6; } 
    89429082test "$ld_shlibs" = no && can_build_shared=no 
    89439083 
     
    89599099      # systems, -lgcc has to come before -lc. If gcc already passes -lc 
    89609100      # to ld, don't add -lc before -lgcc. 
    8961       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 
    8962 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; } 
    89639103      $rm conftest* 
    89649104      echo "$lt_simple_compile_test_code" > conftest.$ac_ext 
     
    89679107  (eval $ac_compile) 2>&5 
    89689108  ac_status=$? 
    8969   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9109  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    89709110  (exit $ac_status); } 2>conftest.err; then 
    89719111        soname=conftest 
     
    89859125  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 
    89869126  ac_status=$? 
    8987   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9127  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    89889128  (exit $ac_status); } 
    89899129        then 
     
    89979137      fi 
    89989138      $rm conftest* 
    8999       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 
    9000 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; } 
    90019141      ;; 
    90029142    esac 
     
    90059145esac 
    90069146 
    9007 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 
    9008 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; } 
    90099149library_names_spec= 
    90109150libname_spec='lib$name' 
     
    96079747  ;; 
    96089748esac 
    9609 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 
    9610 echo "${ECHO_T}$dynamic_linker" >&6; } 
     9749{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 
     9750$as_echo "$dynamic_linker" >&6; } 
    96119751test "$dynamic_linker" = no && can_build_shared=no 
    96129752 
    96139753if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 
    9614   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9754  $as_echo_n "(cached) " >&6 
    96159755else 
    96169756  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" 
     
    96199759sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
    96209760if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 
    9621   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9761  $as_echo_n "(cached) " >&6 
    96229762else 
    96239763  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" 
     
    96319771fi 
    96329772 
    9633 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 
    9634 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; } 
    96359775hardcode_action= 
    96369776if test -n "$hardcode_libdir_flag_spec" || \ 
     
    96569796  hardcode_action=unsupported 
    96579797fi 
    9658 { echo "$as_me:$LINENO: result: $hardcode_action" >&5 
    9659 echo "${ECHO_T}$hardcode_action" >&6; } 
     9798{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5 
     9799$as_echo "$hardcode_action" >&6; } 
    96609800 
    96619801if test "$hardcode_action" = relink; then 
     
    96709810striplib= 
    96719811old_striplib= 
    9672 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 
    9673 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; } 
    96749814if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 
    96759815  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 
    96769816  test -z "$striplib" && striplib="$STRIP --strip-unneeded" 
    9677   { echo "$as_me:$LINENO: result: yes" >&5 
    9678 echo "${ECHO_T}yes" >&6; } 
     9817  { $as_echo "$as_me:$LINENO: result: yes" >&5 
     9818$as_echo "yes" >&6; } 
    96799819else 
    96809820# FIXME - insert some real tests, host_os isn't really good enough 
     
    96849824         striplib="$STRIP -x" 
    96859825         old_striplib="$STRIP -S" 
    9686          { echo "$as_me:$LINENO: result: yes" >&5 
    9687 echo "${ECHO_T}yes" >&6; } 
     9826         { $as_echo "$as_me:$LINENO: result: yes" >&5 
     9827$as_echo "yes" >&6; } 
    96889828       else 
    9689   { echo "$as_me:$LINENO: result: no" >&5 
    9690 echo "${ECHO_T}no" >&6; } 
     9829  { $as_echo "$as_me:$LINENO: result: no" >&5 
     9830$as_echo "no" >&6; } 
    96919831fi 
    96929832       ;; 
    96939833   *) 
    9694   { echo "$as_me:$LINENO: result: no" >&5 
    9695 echo "${ECHO_T}no" >&6; } 
     9834  { $as_echo "$as_me:$LINENO: result: no" >&5 
     9835$as_echo "no" >&6; } 
    96969836    ;; 
    96979837  esac 
     
    97259865  darwin*) 
    97269866  # if libdl is installed we need to link against it 
    9727     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 
    9728 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; } 
    97299869if test "${ac_cv_lib_dl_dlopen+set}" = set; then 
    9730   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9870  $as_echo_n "(cached) " >&6 
    97319871else 
    97329872  ac_check_lib_save_LIBS=$LIBS 
     
    97609900  *) ac_try_echo=$ac_try;; 
    97619901esac 
    9762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9902eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9903$as_echo "$ac_try_echo") >&5 
    97639904  (eval "$ac_link") 2>conftest.er1 
    97649905  ac_status=$? 
     
    97669907  rm -f conftest.er1 
    97679908  cat conftest.err >&5 
    9768   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9909  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    97699910  (exit $ac_status); } && { 
    97709911         test -z "$ac_c_werror_flag" || 
    97719912         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 
    97749917  ac_cv_lib_dl_dlopen=yes 
    97759918else 
    9776   echo "$as_me: failed program was:" >&5 
     9919  $as_echo "$as_me: failed program was:" >&5 
    97779920sed 's/^/| /' conftest.$ac_ext >&5 
    97789921 
     
    97809923fi 
    97819924 
     9925rm -rf conftest.dSYM 
    97829926rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    97839927      conftest$ac_exeext conftest.$ac_ext 
    97849928LIBS=$ac_check_lib_save_LIBS 
    97859929fi 
    9786 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 
    9787 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 
    9788 if test $ac_cv_lib_dl_dlopen = yes; then 
     9930{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 
     9931$as_echo "$ac_cv_lib_dl_dlopen" >&6; } 
     9932if test "x$ac_cv_lib_dl_dlopen" = x""yes; then 
    97899933  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 
    97909934else 
     
    97999943 
    98009944  *) 
    9801     { echo "$as_me:$LINENO: checking for shl_load" >&5 
    9802 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; } 
    98039947if test "${ac_cv_func_shl_load+set}" = set; then 
    9804   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9948  $as_echo_n "(cached) " >&6 
    98059949else 
    98069950  cat >conftest.$ac_ext <<_ACEOF 
     
    98559999  *) ac_try_echo=$ac_try;; 
    985610000esac 
    9857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10001eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10002$as_echo "$ac_try_echo") >&5 
    985810003  (eval "$ac_link") 2>conftest.er1 
    985910004  ac_status=$? 
     
    986110006  rm -f conftest.er1 
    986210007  cat conftest.err >&5 
    9863   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10008  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    986410009  (exit $ac_status); } && { 
    986510010         test -z "$ac_c_werror_flag" || 
    986610011         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 
    986910016  ac_cv_func_shl_load=yes 
    987010017else 
    9871   echo "$as_me: failed program was:" >&5 
     10018  $as_echo "$as_me: failed program was:" >&5 
    987210019sed 's/^/| /' conftest.$ac_ext >&5 
    987310020 
     
    987510022fi 
    987610023 
     10024rm -rf conftest.dSYM 
    987710025rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    987810026      conftest$ac_exeext conftest.$ac_ext 
    987910027fi 
    9880 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 
    9881 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } 
    9882 if test $ac_cv_func_shl_load = yes; then 
     10028{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 
     10029$as_echo "$ac_cv_func_shl_load" >&6; } 
     10030if test "x$ac_cv_func_shl_load" = x""yes; then 
    988310031  lt_cv_dlopen="shl_load" 
    988410032else 
    9885   { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 
    9886 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; } 
    988710035if test "${ac_cv_lib_dld_shl_load+set}" = set; then 
    9888   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10036  $as_echo_n "(cached) " >&6 
    988910037else 
    989010038  ac_check_lib_save_LIBS=$LIBS 
     
    991810066  *) ac_try_echo=$ac_try;; 
    991910067esac 
    9920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10068eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10069$as_echo "$ac_try_echo") >&5 
    992110070  (eval "$ac_link") 2>conftest.er1 
    992210071  ac_status=$? 
     
    992410073  rm -f conftest.er1 
    992510074  cat conftest.err >&5 
    9926   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10075  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    992710076  (exit $ac_status); } && { 
    992810077         test -z "$ac_c_werror_flag" || 
    992910078         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 
    993210083  ac_cv_lib_dld_shl_load=yes 
    993310084else 
    9934   echo "$as_me: failed program was:" >&5 
     10085  $as_echo "$as_me: failed program was:" >&5 
    993510086sed 's/^/| /' conftest.$ac_ext >&5 
    993610087 
     
    993810089fi 
    993910090 
     10091rm -rf conftest.dSYM 
    994010092rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    994110093      conftest$ac_exeext conftest.$ac_ext 
    994210094LIBS=$ac_check_lib_save_LIBS 
    994310095fi 
    9944 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 
    9945 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 
    9946 if test $ac_cv_lib_dld_shl_load = yes; then 
     10096{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 
     10097$as_echo "$ac_cv_lib_dld_shl_load" >&6; } 
     10098if test "x$ac_cv_lib_dld_shl_load" = x""yes; then 
    994710099  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 
    994810100else 
    9949   { echo "$as_me:$LINENO: checking for dlopen" >&5 
    9950 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; } 
    995110103if test "${ac_cv_func_dlopen+set}" = set; then 
    9952   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10104  $as_echo_n "(cached) " >&6 
    995310105else 
    995410106  cat >conftest.$ac_ext <<_ACEOF 
     
    1000310155  *) ac_try_echo=$ac_try;; 
    1000410156esac 
    10005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10157eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10158$as_echo "$ac_try_echo") >&5 
    1000610159  (eval "$ac_link") 2>conftest.er1 
    1000710160  ac_status=$? 
     
    1000910162  rm -f conftest.er1 
    1001010163  cat conftest.err >&5 
    10011   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10164  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1001210165  (exit $ac_status); } && { 
    1001310166         test -z "$ac_c_werror_flag" || 
    1001410167         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 
    1001710172  ac_cv_func_dlopen=yes 
    1001810173else 
    10019   echo "$as_me: failed program was:" >&5 
     10174  $as_echo "$as_me: failed program was:" >&5 
    1002010175sed 's/^/| /' conftest.$ac_ext >&5 
    1002110176 
     
    1002310178fi 
    1002410179 
     10180rm -rf conftest.dSYM 
    1002510181rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1002610182      conftest$ac_exeext conftest.$ac_ext 
    1002710183fi 
    10028 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 
    10029 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } 
    10030 if test $ac_cv_func_dlopen = yes; then 
     10184{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 
     10185$as_echo "$ac_cv_func_dlopen" >&6; } 
     10186if test "x$ac_cv_func_dlopen" = x""yes; then 
    1003110187  lt_cv_dlopen="dlopen" 
    1003210188else 
    10033   { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 
    10034 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; } 
    1003510191if test "${ac_cv_lib_dl_dlopen+set}" = set; then 
    10036   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10192  $as_echo_n "(cached) " >&6 
    1003710193else 
    1003810194  ac_check_lib_save_LIBS=$LIBS 
     
    1006610222  *) ac_try_echo=$ac_try;; 
    1006710223esac 
    10068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10224eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10225$as_echo "$ac_try_echo") >&5 
    1006910226  (eval "$ac_link") 2>conftest.er1 
    1007010227  ac_status=$? 
     
    1007210229  rm -f conftest.er1 
    1007310230  cat conftest.err >&5 
    10074   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10231  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1007510232  (exit $ac_status); } && { 
    1007610233         test -z "$ac_c_werror_flag" || 
    1007710234         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 
    1008010239  ac_cv_lib_dl_dlopen=yes 
    1008110240else 
    10082   echo "$as_me: failed program was:" >&5 
     10241  $as_echo "$as_me: failed program was:" >&5 
    1008310242sed 's/^/| /' conftest.$ac_ext >&5 
    1008410243 
     
    1008610245fi 
    1008710246 
     10247rm -rf conftest.dSYM 
    1008810248rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1008910249      conftest$ac_exeext conftest.$ac_ext 
    1009010250LIBS=$ac_check_lib_save_LIBS 
    1009110251fi 
    10092 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 
    10093 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 
    10094 if test $ac_cv_lib_dl_dlopen = yes; then 
     10252{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 
     10253$as_echo "$ac_cv_lib_dl_dlopen" >&6; } 
     10254if test "x$ac_cv_lib_dl_dlopen" = x""yes; then 
    1009510255  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 
    1009610256else 
    10097   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 
    10098 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; } 
    1009910259if test "${ac_cv_lib_svld_dlopen+set}" = set; then 
    10100   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10260  $as_echo_n "(cached) " >&6 
    1010110261else 
    1010210262  ac_check_lib_save_LIBS=$LIBS 
     
    1013010290  *) ac_try_echo=$ac_try;; 
    1013110291esac 
    10132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10292eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10293$as_echo "$ac_try_echo") >&5 
    1013310294  (eval "$ac_link") 2>conftest.er1 
    1013410295  ac_status=$? 
     
    1013610297  rm -f conftest.er1 
    1013710298  cat conftest.err >&5 
    10138   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10299  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1013910300  (exit $ac_status); } && { 
    1014010301         test -z "$ac_c_werror_flag" || 
    1014110302         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 
    1014410307  ac_cv_lib_svld_dlopen=yes 
    1014510308else 
    10146   echo "$as_me: failed program was:" >&5 
     10309  $as_echo "$as_me: failed program was:" >&5 
    1014710310sed 's/^/| /' conftest.$ac_ext >&5 
    1014810311 
     
    1015010313fi 
    1015110314 
     10315rm -rf conftest.dSYM 
    1015210316rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1015310317      conftest$ac_exeext conftest.$ac_ext 
    1015410318LIBS=$ac_check_lib_save_LIBS 
    1015510319fi 
    10156 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 
    10157 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } 
    10158 if test $ac_cv_lib_svld_dlopen = yes; then 
     10320{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 
     10321$as_echo "$ac_cv_lib_svld_dlopen" >&6; } 
     10322if test "x$ac_cv_lib_svld_dlopen" = x""yes; then 
    1015910323  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 
    1016010324else 
    10161   { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 
    10162 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; } 
    1016310327if test "${ac_cv_lib_dld_dld_link+set}" = set; then 
    10164   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10328  $as_echo_n "(cached) " >&6 
    1016510329else 
    1016610330  ac_check_lib_save_LIBS=$LIBS 
     
    1019410358  *) ac_try_echo=$ac_try;; 
    1019510359esac 
    10196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10360eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10361$as_echo "$ac_try_echo") >&5 
    1019710362  (eval "$ac_link") 2>conftest.er1 
    1019810363  ac_status=$? 
     
    1020010365  rm -f conftest.er1 
    1020110366  cat conftest.err >&5 
    10202   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10367  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1020310368  (exit $ac_status); } && { 
    1020410369         test -z "$ac_c_werror_flag" || 
    1020510370         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 
    1020810375  ac_cv_lib_dld_dld_link=yes 
    1020910376else 
    10210   echo "$as_me: failed program was:" >&5 
     10377  $as_echo "$as_me: failed program was:" >&5 
    1021110378sed 's/^/| /' conftest.$ac_ext >&5 
    1021210379 
     
    1021410381fi 
    1021510382 
     10383rm -rf conftest.dSYM 
    1021610384rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1021710385      conftest$ac_exeext conftest.$ac_ext 
    1021810386LIBS=$ac_check_lib_save_LIBS 
    1021910387fi 
    10220 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 
    10221 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } 
    10222 if test $ac_cv_lib_dld_dld_link = yes; then 
     10388{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 
     10389$as_echo "$ac_cv_lib_dld_dld_link" >&6; } 
     10390if test "x$ac_cv_lib_dld_dld_link" = x""yes; then 
    1022310391  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 
    1022410392fi 
     
    1025910427    LIBS="$lt_cv_dlopen_libs $LIBS" 
    1026010428 
    10261     { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 
    10262 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; } 
    1026310431if test "${lt_cv_dlopen_self+set}" = set; then 
    10264   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10432  $as_echo_n "(cached) " >&6 
    1026510433else 
    1026610434          if test "$cross_compiling" = yes; then : 
     
    1027010438  lt_status=$lt_dlunknown 
    1027110439  cat > conftest.$ac_ext <<EOF 
    10272 #line 10272 "configure" 
     10440#line 10440 "configure" 
    1027310441#include "confdefs.h" 
    1027410442 
     
    1033610504  (eval $ac_link) 2>&5 
    1033710505  ac_status=$? 
    10338   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10506  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1033910507  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 
    1034010508    (./conftest; exit; ) >&5 2>/dev/null 
     
    1035410522 
    1035510523fi 
    10356 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 
    10357 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; } 
    1035810526 
    1035910527    if test "x$lt_cv_dlopen_self" = xyes; then 
    1036010528      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" >&5 
    10362 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; } 
    1036310531if test "${lt_cv_dlopen_self_static+set}" = set; then 
    10364   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10532  $as_echo_n "(cached) " >&6 
    1036510533else 
    1036610534          if test "$cross_compiling" = yes; then : 
     
    1037010538  lt_status=$lt_dlunknown 
    1037110539  cat > conftest.$ac_ext <<EOF 
    10372 #line 10372 "configure" 
     10540#line 10540 "configure" 
    1037310541#include "confdefs.h" 
    1037410542 
     
    1043610604  (eval $ac_link) 2>&5 
    1043710605  ac_status=$? 
    10438   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10606  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1043910607  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 
    1044010608    (./conftest; exit; ) >&5 2>/dev/null 
     
    1045410622 
    1045510623fi 
    10456 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 
    10457 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; } 
    1045810626    fi 
    1045910627 
     
    1047710645 
    1047810646# Report which library types will actually be built 
    10479 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 
    10480 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } 
    10481 { echo "$as_me:$LINENO: result: $can_build_shared" >&5 
    10482 echo "${ECHO_T}$can_build_shared" >&6; } 
    10483  
    10484 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 
    10485 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; } 
    1048610654test "$can_build_shared" = "no" && enable_shared=no 
    1048710655 
     
    1050310671    ;; 
    1050410672esac 
    10505 { echo "$as_me:$LINENO: result: $enable_shared" >&5 
    10506 echo "${ECHO_T}$enable_shared" >&6; } 
    10507  
    10508 { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 
    10509 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; } 
    1051010678# Make sure either enable_shared or enable_static is yes. 
    1051110679test "$enable_shared" = yes || enable_static=yes 
    10512 { echo "$as_me:$LINENO: result: $enable_static" >&5 
    10513 echo "${ECHO_T}$enable_static" >&6; } 
     10680{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5 
     10681$as_echo "$enable_static" >&6; } 
    1051410682 
    1051510683# The else clause should only fire when bootstrapping the 
     
    1060410772  trap "$rm \"$cfgfile\"; exit 1" 1 2 15 
    1060510773  $rm -f "$cfgfile" 
    10606   { echo "$as_me:$LINENO: creating $ofile" >&5 
    10607 echo "$as_me: creating $ofile" >&6;} 
     10774  { $as_echo "$as_me:$LINENO: creating $ofile" >&5 
     10775$as_echo "$as_me: creating $ofile" >&6;} 
    1060810776 
    1060910777  cat <<__EOF__ >> "$cfgfile" 
     
    1102011188if test -f "$ltmain" && test -n "$tagnames"; then 
    1102111189  if test ! -f "${ofile}"; then 
    11022     { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 
    11023 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;} 
    1102411192  fi 
    1102511193 
     
    1102711195    eval "`$SHELL ${ofile} --config | grep '^LTCC='`" 
    1102811196    if test -z "$LTCC"; then 
    11029       { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 
    11030 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;} 
    1103111199    else 
    11032       { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 
    11033 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;} 
    1103411202    fi 
    1103511203  fi 
     
    1104811216    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in 
    1104911217    "") ;; 
    11050     *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 
    11051 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;} 
    1105211220   { (exit 1); exit 1; }; } 
    1105311221        ;; 
     
    1105611224    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null 
    1105711225    then 
    11058       { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 
    11059 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;} 
    1106011228   { (exit 1); exit 1; }; } 
    1106111229    fi 
     
    1120011368if test "$GCC" = yes; then 
    1120111369  # Check if gcc -print-prog-name=ld gives a path. 
    11202   { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 
    11203 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; } 
    1120411372  case $host in 
    1120511373  *-*-mingw*) 
     
    1123011398  esac 
    1123111399elif test "$with_gnu_ld" = yes; then 
    11232   { echo "$as_me:$LINENO: checking for GNU ld" >&5 
    11233 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 
    11234 else 
    11235   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 
    11236 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; } 
     11402else 
     11403  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 
     11404$as_echo_n "checking for non-GNU ld... " >&6; } 
    1123711405fi 
    1123811406if test "${lt_cv_path_LD+set}" = set; then 
    11239   echo $ECHO_N "(cached) $ECHO_C" >&6 
     11407  $as_echo_n "(cached) " >&6 
    1124011408else 
    1124111409  if test -z "$LD"; then 
     
    1126711435LD="$lt_cv_path_LD" 
    1126811436if test -n "$LD"; then 
    11269   { echo "$as_me:$LINENO: result: $LD" >&5 
    11270 echo "${ECHO_T}$LD" >&6; } 
    11271 else 
    11272   { echo "$as_me:$LINENO: result: no" >&5 
    11273 echo "${ECHO_T}no" >&6; } 
    11274 fi 
    11275 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 
    11276 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; } 
     11439else 
     11440  { $as_echo "$as_me:$LINENO: result: no" >&5 
     11441$as_echo "no" >&6; } 
     11442fi 
     11443test -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;} 
    1127711445   { (exit 1); exit 1; }; } 
    11278 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 
    11279 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; } 
    1128011448if test "${lt_cv_prog_gnu_ld+set}" = set; then 
    11281   echo $ECHO_N "(cached) $ECHO_C" >&6 
     11449  $as_echo_n "(cached) " >&6 
    1128211450else 
    1128311451  # I'd rather use --version here, but apparently some GNU lds only accept -v. 
     
    1129111459esac 
    1129211460fi 
    11293 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 
    11294 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; } 
    1129511463with_gnu_ld=$lt_cv_prog_gnu_ld 
    1129611464 
     
    1134211510 
    1134311511# 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" >&5 
    11345 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; } 
    1134611514ld_shlibs_CXX=yes 
    1134711515case $host_os in 
     
    1146011628  *) ac_try_echo=$ac_try;; 
    1146111629esac 
    11462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11630eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11631$as_echo "$ac_try_echo") >&5 
    1146311632  (eval "$ac_link") 2>conftest.er1 
    1146411633  ac_status=$? 
     
    1146611635  rm -f conftest.er1 
    1146711636  cat conftest.err >&5 
    11468   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11637  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1146911638  (exit $ac_status); } && { 
    1147011639         test -z "$ac_cxx_werror_flag" || 
    1147111640         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 
    1147411645 
    1147511646lt_aix_libpath_sed=' 
     
    1148611657fi 
    1148711658else 
    11488   echo "$as_me: failed program was:" >&5 
     11659  $as_echo "$as_me: failed program was:" >&5 
    1148911660sed 's/^/| /' conftest.$ac_ext >&5 
    1149011661 
     
    1149211663fi 
    1149311664 
     11665rm -rf conftest.dSYM 
    1149411666rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1149511667      conftest$ac_exeext conftest.$ac_ext 
     
    1152711699  *) ac_try_echo=$ac_try;; 
    1152811700esac 
    11529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11701eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11702$as_echo "$ac_try_echo") >&5 
    1153011703  (eval "$ac_link") 2>conftest.er1 
    1153111704  ac_status=$? 
     
    1153311706  rm -f conftest.er1 
    1153411707  cat conftest.err >&5 
    11535   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11708  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1153611709  (exit $ac_status); } && { 
    1153711710         test -z "$ac_cxx_werror_flag" || 
    1153811711         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 
    1154111716 
    1154211717lt_aix_libpath_sed=' 
     
    1155311728fi 
    1155411729else 
    11555   echo "$as_me: failed program was:" >&5 
     11730  $as_echo "$as_me: failed program was:" >&5 
    1155611731sed 's/^/| /' conftest.$ac_ext >&5 
    1155711732 
     
    1155911734fi 
    1156011735 
     11736rm -rf conftest.dSYM 
    1156111737rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1156211738      conftest$ac_exeext conftest.$ac_ext 
     
    1228812464    ;; 
    1228912465esac 
    12290 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 
    12291 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; } 
    1229212468test "$ld_shlibs_CXX" = no && can_build_shared=no 
    1229312469 
     
    1230812484  (eval $ac_compile) 2>&5 
    1230912485  ac_status=$? 
    12310   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     12486  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1231112487  (exit $ac_status); }; then 
    1231212488  # Parse the compiler output and extract the necessary 
     
    1246412640lt_prog_compiler_static_CXX= 
    1246512641 
    12466 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 
    12467 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; } 
    1246812644 
    1246912645  # C++ specific cases for pic, static, wl, etc. 
     
    1274812924  fi 
    1274912925 
    12750 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 
    12751 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; } 
    1275212928 
    1275312929# 
     
    1275612932if test -n "$lt_prog_compiler_pic_CXX"; then 
    1275712933 
    12758 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 
    12759 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; } 
    1276012936if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then 
    12761   echo $ECHO_N "(cached) $ECHO_C" >&6 
     12937  $as_echo_n "(cached) " >&6 
    1276212938else 
    1276312939  lt_cv_prog_compiler_pic_works_CXX=no 
     
    1277412950   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1277512951   -e 's:$: $lt_compiler_flag:'` 
    12776    (eval echo "\"\$as_me:12776: $lt_compile\"" >&5) 
     12952   (eval echo "\"\$as_me:12952: $lt_compile\"" >&5) 
    1277712953   (eval "$lt_compile" 2>conftest.err) 
    1277812954   ac_status=$? 
    1277912955   cat conftest.err >&5 
    12780    echo "$as_me:12780: \$? = $ac_status" >&5 
     12956   echo "$as_me:12956: \$? = $ac_status" >&5 
    1278112957   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1278212958     # The compiler can only warn and ignore the option if not recognized 
     
    1279112967 
    1279212968fi 
    12793 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 
    12794 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; } 
    1279512971 
    1279612972if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then 
     
    1281912995# 
    1282012996wl=$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" >&5 
    12822 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; } 
    1282312999if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then 
    12824   echo $ECHO_N "(cached) $ECHO_C" >&6 
     13000  $as_echo_n "(cached) " >&6 
    1282513001else 
    1282613002  lt_cv_prog_compiler_static_works_CXX=no 
     
    1284713023 
    1284813024fi 
    12849 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 
    12850 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; } 
    1285113027 
    1285213028if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then 
     
    1285713033 
    1285813034 
    12859 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 
    12860 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; } 
    1286113037if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then 
    12862   echo $ECHO_N "(cached) $ECHO_C" >&6 
     13038  $as_echo_n "(cached) " >&6 
    1286313039else 
    1286413040  lt_cv_prog_compiler_c_o_CXX=no 
     
    1287813054   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1287913055   -e 's:$: $lt_compiler_flag:'` 
    12880    (eval echo "\"\$as_me:12880: $lt_compile\"" >&5) 
     13056   (eval echo "\"\$as_me:13056: $lt_compile\"" >&5) 
    1288113057   (eval "$lt_compile" 2>out/conftest.err) 
    1288213058   ac_status=$? 
    1288313059   cat out/conftest.err >&5 
    12884    echo "$as_me:12884: \$? = $ac_status" >&5 
     13060   echo "$as_me:13060: \$? = $ac_status" >&5 
    1288513061   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1288613062   then 
     
    1290413080 
    1290513081fi 
    12906 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 
    12907 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; } 
    1290813084 
    1290913085 
     
    1291113087if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then 
    1291213088  # 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" >&5 
    12914 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; } 
    1291513091  hard_links=yes 
    1291613092  $rm conftest* 
     
    1291913095  ln conftest.a conftest.b 2>&5 || hard_links=no 
    1292013096  ln conftest.a conftest.b 2>/dev/null && hard_links=no 
    12921   { echo "$as_me:$LINENO: result: $hard_links" >&5 
    12922 echo "${ECHO_T}$hard_links" >&6; } 
     13097  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 
     13098$as_echo "$hard_links" >&6; } 
    1292313099  if test "$hard_links" = no; then 
    12924     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 
    12925 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;} 
    1292613102    need_locks=warn 
    1292713103  fi 
     
    1293013106fi 
    1293113107 
    12932 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 
    12933 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; } 
    1293413110 
    1293513111  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 
     
    1295613132  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' 
    1295713133 
    12958 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 
    12959 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; } 
    1296013136test "$ld_shlibs_CXX" = no && can_build_shared=no 
    1296113137 
     
    1297713153      # systems, -lgcc has to come before -lc. If gcc already passes -lc 
    1297813154      # to ld, don't add -lc before -lgcc. 
    12979       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 
    12980 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; } 
    1298113157      $rm conftest* 
    1298213158      echo "$lt_simple_compile_test_code" > conftest.$ac_ext 
     
    1298513161  (eval $ac_compile) 2>&5 
    1298613162  ac_status=$? 
    12987   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     13163  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1298813164  (exit $ac_status); } 2>conftest.err; then 
    1298913165        soname=conftest 
     
    1300313179  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 
    1300413180  ac_status=$? 
    13005   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     13181  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1300613182  (exit $ac_status); } 
    1300713183        then 
     
    1301513191      fi 
    1301613192      $rm conftest* 
    13017       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 
    13018 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; } 
    1301913195      ;; 
    1302013196    esac 
     
    1302313199esac 
    1302413200 
    13025 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 
    13026 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; } 
    1302713203library_names_spec= 
    1302813204libname_spec='lib$name' 
     
    1357313749  ;; 
    1357413750esac 
    13575 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 
    13576 echo "${ECHO_T}$dynamic_linker" >&6; } 
     13751{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 
     13752$as_echo "$dynamic_linker" >&6; } 
    1357713753test "$dynamic_linker" = no && can_build_shared=no 
    1357813754 
    1357913755if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 
    13580   echo $ECHO_N "(cached) $ECHO_C" >&6 
     13756  $as_echo_n "(cached) " >&6 
    1358113757else 
    1358213758  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" 
     
    1358513761sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
    1358613762if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 
    13587   echo $ECHO_N "(cached) $ECHO_C" >&6 
     13763  $as_echo_n "(cached) " >&6 
    1358813764else 
    1358913765  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" 
     
    1359713773fi 
    1359813774 
    13599 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 
    13600 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; } 
    1360113777hardcode_action_CXX= 
    1360213778if test -n "$hardcode_libdir_flag_spec_CXX" || \ 
     
    1362213798  hardcode_action_CXX=unsupported 
    1362313799fi 
    13624 { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 
    13625 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; } 
    1362613802 
    1362713803if test "$hardcode_action_CXX" = relink; then 
     
    1416414340 
    1416514341 
    14166 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 
    14167 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } 
    14168 { echo "$as_me:$LINENO: result: $can_build_shared" >&5 
    14169 echo "${ECHO_T}$can_build_shared" >&6; } 
    14170  
    14171 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 
    14172 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; } 
    1417314349test "$can_build_shared" = "no" && enable_shared=no 
    1417414350 
     
    1418914365  ;; 
    1419014366esac 
    14191 { echo "$as_me:$LINENO: result: $enable_shared" >&5 
    14192 echo "${ECHO_T}$enable_shared" >&6; } 
    14193  
    14194 { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 
    14195 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; } 
    1419614372# Make sure either enable_shared or enable_static is yes. 
    1419714373test "$enable_shared" = yes || enable_static=yes 
    14198 { echo "$as_me:$LINENO: result: $enable_static" >&5 
    14199 echo "${ECHO_T}$enable_static" >&6; } 
     14374{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5 
     14375$as_echo "$enable_static" >&6; } 
    1420014376 
    1420114377GCC_F77="$G77" 
     
    1420614382lt_prog_compiler_static_F77= 
    1420714383 
    14208 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 
    14209 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; } 
    1421014386 
    1421114387  if test "$GCC" = yes; then 
     
    1443814614  fi 
    1443914615 
    14440 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 
    14441 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; } 
    1444214618 
    1444314619# 
     
    1444614622if test -n "$lt_prog_compiler_pic_F77"; then 
    1444714623 
    14448 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 
    14449 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; } 
    1445014626if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then 
    14451   echo $ECHO_N "(cached) $ECHO_C" >&6 
     14627  $as_echo_n "(cached) " >&6 
    1445214628else 
    1445314629  lt_cv_prog_compiler_pic_works_F77=no 
     
    1446414640   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1446514641   -e 's:$: $lt_compiler_flag:'` 
    14466    (eval echo "\"\$as_me:14466: $lt_compile\"" >&5) 
     14642   (eval echo "\"\$as_me:14642: $lt_compile\"" >&5) 
    1446714643   (eval "$lt_compile" 2>conftest.err) 
    1446814644   ac_status=$? 
    1446914645   cat conftest.err >&5 
    14470    echo "$as_me:14470: \$? = $ac_status" >&5 
     14646   echo "$as_me:14646: \$? = $ac_status" >&5 
    1447114647   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1447214648     # The compiler can only warn and ignore the option if not recognized 
     
    1448114657 
    1448214658fi 
    14483 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5 
    14484 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; } 
    1448514661 
    1448614662if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then 
     
    1450914685# 
    1451014686wl=$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" >&5 
    14512 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; } 
    1451314689if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then 
    14514   echo $ECHO_N "(cached) $ECHO_C" >&6 
     14690  $as_echo_n "(cached) " >&6 
    1451514691else 
    1451614692  lt_cv_prog_compiler_static_works_F77=no 
     
    1453714713 
    1453814714fi 
    14539 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5 
    14540 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; } 
    1454114717 
    1454214718if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then 
     
    1454714723 
    1454814724 
    14549 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 
    14550 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; } 
    1455114727if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then 
    14552   echo $ECHO_N "(cached) $ECHO_C" >&6 
     14728  $as_echo_n "(cached) " >&6 
    1455314729else 
    1455414730  lt_cv_prog_compiler_c_o_F77=no 
     
    1456814744   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1456914745   -e 's:$: $lt_compiler_flag:'` 
    14570    (eval echo "\"\$as_me:14570: $lt_compile\"" >&5) 
     14746   (eval echo "\"\$as_me:14746: $lt_compile\"" >&5) 
    1457114747   (eval "$lt_compile" 2>out/conftest.err) 
    1457214748   ac_status=$? 
    1457314749   cat out/conftest.err >&5 
    14574    echo "$as_me:14574: \$? = $ac_status" >&5 
     14750   echo "$as_me:14750: \$? = $ac_status" >&5 
    1457514751   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1457614752   then 
     
    1459414770 
    1459514771fi 
    14596 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 
    14597 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; } 
    1459814774 
    1459914775 
     
    1460114777if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then 
    1460214778  # 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" >&5 
    14604 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; } 
    1460514781  hard_links=yes 
    1460614782  $rm conftest* 
     
    1460914785  ln conftest.a conftest.b 2>&5 || hard_links=no 
    1461014786  ln conftest.a conftest.b 2>/dev/null && hard_links=no 
    14611   { echo "$as_me:$LINENO: result: $hard_links" >&5 
    14612 echo "${ECHO_T}$hard_links" >&6; } 
     14787  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 
     14788$as_echo "$hard_links" >&6; } 
    1461314789  if test "$hard_links" = no; then 
    14614     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 
    14615 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;} 
    1461614792    need_locks=warn 
    1461714793  fi 
     
    1462014796fi 
    1462114797 
    14622 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 
    14623 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; } 
    1462414800 
    1462514801  runpath_var= 
     
    1504115217  *) ac_try_echo=$ac_try;; 
    1504215218esac 
    15043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     15219eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     15220$as_echo "$ac_try_echo") >&5 
    1504415221  (eval "$ac_link") 2>conftest.er1 
    1504515222  ac_status=$? 
     
    1504715224  rm -f conftest.er1 
    1504815225  cat conftest.err >&5 
    15049   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     15226  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1505015227  (exit $ac_status); } && { 
    1505115228         test -z "$ac_f77_werror_flag" || 
    1505215229         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 
    1505515234 
    1505615235lt_aix_libpath_sed=' 
     
    1506715246fi 
    1506815247else 
    15069   echo "$as_me: failed program was:" >&5 
     15248  $as_echo "$as_me: failed program was:" >&5 
    1507015249sed 's/^/| /' conftest.$ac_ext >&5 
    1507115250 
     
    1507315252fi 
    1507415253 
     15254rm -rf conftest.dSYM 
    1507515255rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1507615256      conftest$ac_exeext conftest.$ac_ext 
     
    1509715277  *) ac_try_echo=$ac_try;; 
    1509815278esac 
    15099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     15279eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     15280$as_echo "$ac_try_echo") >&5 
    1510015281  (eval "$ac_link") 2>conftest.er1 
    1510115282  ac_status=$? 
     
    1510315284  rm -f conftest.er1 
    1510415285  cat conftest.err >&5 
    15105   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     15286  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1510615287  (exit $ac_status); } && { 
    1510715288         test -z "$ac_f77_werror_flag" || 
    1510815289         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 
    1511115294 
    1511215295lt_aix_libpath_sed=' 
     
    1512315306fi 
    1512415307else 
    15125   echo "$as_me: failed program was:" >&5 
     15308  $as_echo "$as_me: failed program was:" >&5 
    1512615309sed 's/^/| /' conftest.$ac_ext >&5 
    1512715310 
     
    1512915312fi 
    1513015313 
     15314rm -rf conftest.dSYM 
    1513115315rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1513215316      conftest$ac_exeext conftest.$ac_ext 
     
    1558015764  fi 
    1558115765 
    15582 { echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 
    15583 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; } 
    1558415768test "$ld_shlibs_F77" = no && can_build_shared=no 
    1558515769 
     
    1560115785      # systems, -lgcc has to come before -lc. If gcc already passes -lc 
    1560215786      # to ld, don't add -lc before -lgcc. 
    15603       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 
    15604 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; } 
    1560515789      $rm conftest* 
    1560615790      echo "$lt_simple_compile_test_code" > conftest.$ac_ext 
     
    1560915793  (eval $ac_compile) 2>&5 
    1561015794  ac_status=$? 
    15611   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     15795  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1561215796  (exit $ac_status); } 2>conftest.err; then 
    1561315797        soname=conftest 
     
    1562715811  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 
    1562815812  ac_status=$? 
    15629   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     15813  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1563015814  (exit $ac_status); } 
    1563115815        then 
     
    1563915823      fi 
    1564015824      $rm conftest* 
    15641       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 
    15642 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; } 
    1564315827      ;; 
    1564415828    esac 
     
    1564715831esac 
    1564815832 
    15649 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 
    15650 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; } 
    1565115835library_names_spec= 
    1565215836libname_spec='lib$name' 
     
    1619716381  ;; 
    1619816382esac 
    16199 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 
    16200 echo "${ECHO_T}$dynamic_linker" >&6; } 
     16383{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 
     16384$as_echo "$dynamic_linker" >&6; } 
    1620116385test "$dynamic_linker" = no && can_build_shared=no 
    1620216386 
    1620316387if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 
    16204   echo $ECHO_N "(cached) $ECHO_C" >&6 
     16388  $as_echo_n "(cached) " >&6 
    1620516389else 
    1620616390  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" 
     
    1620916393sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
    1621016394if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 
    16211   echo $ECHO_N "(cached) $ECHO_C" >&6 
     16395  $as_echo_n "(cached) " >&6 
    1621216396else 
    1621316397  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" 
     
    1622116405fi 
    1622216406 
    16223 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 
    16224 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; } 
    1622516409hardcode_action_F77= 
    1622616410if test -n "$hardcode_libdir_flag_spec_F77" || \ 
     
    1624616430  hardcode_action_F77=unsupported 
    1624716431fi 
    16248 { echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 
    16249 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; } 
    1625016434 
    1625116435if test "$hardcode_action_F77" = relink; then 
     
    1676116945 
    1676216946 
    16763 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 
    16764 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; } 
    1676516949if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 
    16766   echo $ECHO_N "(cached) $ECHO_C" >&6 
     16950  $as_echo_n "(cached) " >&6 
    1676716951else 
    1676816952  lt_cv_prog_compiler_rtti_exceptions=no 
     
    1677916963   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1678016964   -e 's:$: $lt_compiler_flag:'` 
    16781    (eval echo "\"\$as_me:16781: $lt_compile\"" >&5) 
     16965   (eval echo "\"\$as_me:16965: $lt_compile\"" >&5) 
    1678216966   (eval "$lt_compile" 2>conftest.err) 
    1678316967   ac_status=$? 
    1678416968   cat conftest.err >&5 
    16785    echo "$as_me:16785: \$? = $ac_status" >&5 
     16969   echo "$as_me:16969: \$? = $ac_status" >&5 
    1678616970   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1678716971     # The compiler can only warn and ignore the option if not recognized 
     
    1679616980 
    1679716981fi 
    16798 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 
    16799 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; } 
    1680016984 
    1680116985if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 
     
    1681116995lt_prog_compiler_static_GCJ= 
    1681216996 
    16813 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 
    16814 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; } 
    1681516999 
    1681617000  if test "$GCC" = yes; then 
     
    1704317227  fi 
    1704417228 
    17045 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 
    17046 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; } 
    1704717231 
    1704817232# 
     
    1705117235if test -n "$lt_prog_compiler_pic_GCJ"; then 
    1705217236 
    17053 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 
    17054 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; } 
    1705517239if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then 
    17056   echo $ECHO_N "(cached) $ECHO_C" >&6 
     17240  $as_echo_n "(cached) " >&6 
    1705717241else 
    1705817242  lt_cv_prog_compiler_pic_works_GCJ=no 
     
    1706917253   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1707017254   -e 's:$: $lt_compiler_flag:'` 
    17071    (eval echo "\"\$as_me:17071: $lt_compile\"" >&5) 
     17255   (eval echo "\"\$as_me:17255: $lt_compile\"" >&5) 
    1707217256   (eval "$lt_compile" 2>conftest.err) 
    1707317257   ac_status=$? 
    1707417258   cat conftest.err >&5 
    17075    echo "$as_me:17075: \$? = $ac_status" >&5 
     17259   echo "$as_me:17259: \$? = $ac_status" >&5 
    1707617260   if (exit $ac_status) && test -s "$ac_outfile"; then 
    1707717261     # The compiler can only warn and ignore the option if not recognized 
     
    1708617270 
    1708717271fi 
    17088 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5 
    17089 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; } 
    1709017274 
    1709117275if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then 
     
    1711417298# 
    1711517299wl=$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" >&5 
    17117 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; } 
    1711817302if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then 
    17119   echo $ECHO_N "(cached) $ECHO_C" >&6 
     17303  $as_echo_n "(cached) " >&6 
    1712017304else 
    1712117305  lt_cv_prog_compiler_static_works_GCJ=no 
     
    1714217326 
    1714317327fi 
    17144 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5 
    17145 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; } 
    1714617330 
    1714717331if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then 
     
    1715217336 
    1715317337 
    17154 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 
    17155 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; } 
    1715617340if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then 
    17157   echo $ECHO_N "(cached) $ECHO_C" >&6 
     17341  $as_echo_n "(cached) " >&6 
    1715817342else 
    1715917343  lt_cv_prog_compiler_c_o_GCJ=no 
     
    1717317357   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    1717417358   -e 's:$: $lt_compiler_flag:'` 
    17175    (eval echo "\"\$as_me:17175: $lt_compile\"" >&5) 
     17359   (eval echo "\"\$as_me:17359: $lt_compile\"" >&5) 
    1717617360   (eval "$lt_compile" 2>out/conftest.err) 
    1717717361   ac_status=$? 
    1717817362   cat out/conftest.err >&5 
    17179    echo "$as_me:17179: \$? = $ac_status" >&5 
     17363   echo "$as_me:17363: \$? = $ac_status" >&5 
    1718017364   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    1718117365   then 
     
    1719917383 
    1720017384fi 
    17201 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 
    17202 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; } 
    1720317387 
    1720417388 
     
    1720617390if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then 
    1720717391  # 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" >&5 
    17209 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; } 
    1721017394  hard_links=yes 
    1721117395  $rm conftest* 
     
    1721417398  ln conftest.a conftest.b 2>&5 || hard_links=no 
    1721517399  ln conftest.a conftest.b 2>/dev/null && hard_links=no 
    17216   { echo "$as_me:$LINENO: result: $hard_links" >&5 
    17217 echo "${ECHO_T}$hard_links" >&6; } 
     17400  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 
     17401$as_echo "$hard_links" >&6; } 
    1721817402  if test "$hard_links" = no; then 
    17219     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 
    17220 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;} 
    1722117405    need_locks=warn 
    1722217406  fi 
     
    1722517409fi 
    1722617410 
    17227 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 
    17228 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; } 
    1722917413 
    1723017414  runpath_var= 
     
    1765617840  *) ac_try_echo=$ac_try;; 
    1765717841esac 
    17658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     17842eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     17843$as_echo "$ac_try_echo") >&5 
    1765917844  (eval "$ac_link") 2>conftest.er1 
    1766017845  ac_status=$? 
     
    1766217847  rm -f conftest.er1 
    1766317848  cat conftest.err >&5 
    17664   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     17849  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1766517850  (exit $ac_status); } && { 
    1766617851         test -z "$ac_c_werror_flag" || 
    1766717852         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 
    1767017857 
    1767117858lt_aix_libpath_sed=' 
     
    1768217869fi 
    1768317870else 
    17684   echo "$as_me: failed program was:" >&5 
     17871  $as_echo "$as_me: failed program was:" >&5 
    1768517872sed 's/^/| /' conftest.$ac_ext >&5 
    1768617873 
     
    1768817875fi 
    1768917876 
     17877rm -rf conftest.dSYM 
    1769017878rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1769117879      conftest$ac_exeext conftest.$ac_ext 
     
    1772217910  *) ac_try_echo=$ac_try;; 
    1772317911esac 
    17724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     17912eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     17913$as_echo "$ac_try_echo") >&5 
    1772517914  (eval "$ac_link") 2>conftest.er1 
    1772617915  ac_status=$? 
     
    1772817917  rm -f conftest.er1 
    1772917918  cat conftest.err >&5 
    17730   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     17919  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1773117920  (exit $ac_status); } && { 
    1773217921         test -z "$ac_c_werror_flag" || 
    1773317922         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 
    1773617927 
    1773717928lt_aix_libpath_sed=' 
     
    1774817939fi 
    1774917940else 
    17750   echo "$as_me: failed program was:" >&5 
     17941  $as_echo "$as_me: failed program was:" >&5 
    1775117942sed 's/^/| /' conftest.$ac_ext >&5 
    1775217943 
     
    1775417945fi 
    1775517946 
     17947rm -rf conftest.dSYM 
    1775617948rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1775717949      conftest$ac_exeext conftest.$ac_ext 
     
    1820518397  fi 
    1820618398 
    18207 { echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 
    18208 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; } 
    1820918401test "$ld_shlibs_GCJ" = no && can_build_shared=no 
    1821018402 
     
    1822618418      # systems, -lgcc has to come before -lc. If gcc already passes -lc 
    1822718419      # to ld, don't add -lc before -lgcc. 
    18228       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 
    18229 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; } 
    1823018422      $rm conftest* 
    1823118423      echo "$lt_simple_compile_test_code" > conftest.$ac_ext 
     
    1823418426  (eval $ac_compile) 2>&5 
    1823518427  ac_status=$? 
    18236   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     18428  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1823718429  (exit $ac_status); } 2>conftest.err; then 
    1823818430        soname=conftest 
     
    1825218444  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 
    1825318445  ac_status=$? 
    18254   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     18446  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1825518447  (exit $ac_status); } 
    1825618448        then 
     
    1826418456      fi 
    1826518457      $rm conftest* 
    18266       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 
    18267 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; } 
    1826818460      ;; 
    1826918461    esac 
     
    1827218464esac 
    1827318465 
    18274 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 
    18275 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; } 
    1827618468library_names_spec= 
    1827718469libname_spec='lib$name' 
     
    1882219014  ;; 
    1882319015esac 
    18824 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 
    18825 echo "${ECHO_T}$dynamic_linker" >&6; } 
     19016{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 
     19017$as_echo "$dynamic_linker" >&6; } 
    1882619018test "$dynamic_linker" = no && can_build_shared=no 
    1882719019 
    1882819020if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then 
    18829   echo $ECHO_N "(cached) $ECHO_C" >&6 
     19021  $as_echo_n "(cached) " >&6 
    1883019022else 
    1883119023  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" 
     
    1883419026sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" 
    1883519027if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then 
    18836   echo $ECHO_N "(cached) $ECHO_C" >&6 
     19028  $as_echo_n "(cached) " >&6 
    1883719029else 
    1883819030  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" 
     
    1884619038fi 
    1884719039 
    18848 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 
    18849 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; } 
    1885019042hardcode_action_GCJ= 
    1885119043if test -n "$hardcode_libdir_flag_spec_GCJ" || \ 
     
    1887119063  hardcode_action_GCJ=unsupported 
    1887219064fi 
    18873 { echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 
    18874 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; } 
    1887519067 
    1887619068if test "$hardcode_action_GCJ" = relink; then 
     
    1980119993 
    1980219994      *) 
    19803         { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 
    19804 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;} 
    1980519997   { (exit 1); exit 1; }; } 
    1980619998        ;; 
     
    1982120013  else 
    1982220014    rm -f "${ofile}T" 
    19823     { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 
    19824 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;} 
    1982520017   { (exit 1); exit 1; }; } 
    1982620018  fi 
     
    1990920101  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    1991020102set dummy $ac_prog; ac_word=$2 
    19911 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    19912 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; } 
    1991320105if test "${ac_cv_prog_AWK+set}" = set; then 
    19914   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20106  $as_echo_n "(cached) " >&6 
    1991520107else 
    1991620108  if test -n "$AWK"; then 
     
    1992520117  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    1992620118    ac_cv_prog_AWK="$ac_prog" 
    19927     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     20119    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    1992820120    break 2 
    1992920121  fi 
     
    1993620128AWK=$ac_cv_prog_AWK 
    1993720129if test -n "$AWK"; then 
    19938   { echo "$as_me:$LINENO: result: $AWK" >&5 
    19939 echo "${ECHO_T}$AWK" >&6; } 
    19940 else 
    19941   { echo "$as_me:$LINENO: result: no" >&5 
    19942 echo "${ECHO_T}no" >&6; } 
     20130  { $as_echo "$as_me:$LINENO: result: $AWK" >&5 
     20131$as_echo "$AWK" >&6; } 
     20132else 
     20133  { $as_echo "$as_me:$LINENO: result: no" >&5 
     20134$as_echo "no" >&6; } 
    1994320135fi 
    1994420136 
     
    1995720149        # Extract the first word of "curl-config", so it can be a program name with args. 
    1995820150set dummy curl-config; ac_word=$2 
    19959 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    19960 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; } 
    1996120153if test "${ac_cv_path__libcurl_config+set}" = set; then 
    19962   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20154  $as_echo_n "(cached) " >&6 
    1996320155else 
    1996420156  case $_libcurl_config in 
     
    1997520167  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    1997620168    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" >&5 
     20169    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    1997820170    break 2 
    1997920171  fi 
     
    1998820180_libcurl_config=$ac_cv_path__libcurl_config 
    1998920181if test -n "$_libcurl_config"; then 
    19990   { echo "$as_me:$LINENO: result: $_libcurl_config" >&5 
    19991 echo "${ECHO_T}$_libcurl_config" >&6; } 
    19992 else 
    19993   { echo "$as_me:$LINENO: result: no" >&5 
    19994 echo "${ECHO_T}no" >&6; } 
     20182  { $as_echo "$as_me:$LINENO: result: $_libcurl_config" >&5 
     20183$as_echo "$_libcurl_config" >&6; } 
     20184else 
     20185  { $as_echo "$as_me:$LINENO: result: no" >&5 
     20186$as_echo "no" >&6; } 
    1999520187fi 
    1999620188 
     
    1999920191        # Extract the first word of "curl-config", so it can be a program name with args. 
    2000020192set dummy curl-config; ac_word=$2 
    20001 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    20002 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; } 
    2000320195if test "${ac_cv_path__libcurl_config+set}" = set; then 
    20004   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20196  $as_echo_n "(cached) " >&6 
    2000520197else 
    2000620198  case $_libcurl_config in 
     
    2001720209  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    2001820210    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" >&5 
     20211    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    2002020212    break 2 
    2002120213  fi 
     
    2002920221_libcurl_config=$ac_cv_path__libcurl_config 
    2003020222if test -n "$_libcurl_config"; then 
    20031   { echo "$as_me:$LINENO: result: $_libcurl_config" >&5 
    20032 echo "${ECHO_T}$_libcurl_config" >&6; } 
    20033 else 
    20034   { echo "$as_me:$LINENO: result: no" >&5 
    20035 echo "${ECHO_T}no" >&6; } 
     20223  { $as_echo "$as_me:$LINENO: result: $_libcurl_config" >&5 
     20224$as_echo "$_libcurl_config" >&6; } 
     20225else 
     20226  { $as_echo "$as_me:$LINENO: result: no" >&5 
     20227$as_echo "no" >&6; } 
    2003620228fi 
    2003720229 
     
    2004020232 
    2004120233     if test x$_libcurl_config != "x" ; then 
    20042         { echo "$as_me:$LINENO: checking for the version of libcurl" >&5 
    20043 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; } 
    2004420236if test "${libcurl_cv_lib_curl_version+set}" = set; then 
    20045   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20237  $as_echo_n "(cached) " >&6 
    2004620238else 
    2004720239  libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $2}'` 
    2004820240fi 
    20049 { echo "$as_me:$LINENO: result: $libcurl_cv_lib_curl_version" >&5 
    20050 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; } 
    2005120243 
    2005220244        _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse` 
     
    2005420246 
    2005520247        if test $_libcurl_wanted -gt 0 ; then 
    20056            { echo "$as_me:$LINENO: checking for libcurl >= version 7.15.0" >&5 
    20057 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; } 
    2005820250if test "${libcurl_cv_lib_version_ok+set}" = set; then 
    20059   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20251  $as_echo_n "(cached) " >&6 
    2006020252else 
    2006120253 
     
    2006720259 
    2006820260fi 
    20069 { echo "$as_me:$LINENO: result: $libcurl_cv_lib_version_ok" >&5 
    20070 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; } 
    2007120263        fi 
    2007220264 
     
    2010820300        LIBCURL=${LIBCURL-"$_libcurl_ldflags -lcurl"} 
    2010920301 
    20110         { echo "$as_me:$LINENO: checking whether libcurl is usable" >&5 
    20111 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; } 
    2011220304if test "${libcurl_cv_lib_curl_usable+set}" = set; then 
    20113   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20305  $as_echo_n "(cached) " >&6 
    2011420306else 
    2011520307 
     
    2015120343  *) ac_try_echo=$ac_try;; 
    2015220344esac 
    20153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     20345eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     20346$as_echo "$ac_try_echo") >&5 
    2015420347  (eval "$ac_link") 2>conftest.er1 
    2015520348  ac_status=$? 
     
    2015720350  rm -f conftest.er1 
    2015820351  cat conftest.err >&5 
    20159   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20352  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2016020353  (exit $ac_status); } && { 
    2016120354         test -z "$ac_c_werror_flag" || 
    2016220355         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 
    2016520360  libcurl_cv_lib_curl_usable=yes 
    2016620361else 
    20167   echo "$as_me: failed program was:" >&5 
     20362  $as_echo "$as_me: failed program was:" >&5 
    2016820363sed 's/^/| /' conftest.$ac_ext >&5 
    2016920364 
     
    2017120366fi 
    2017220367 
     20368rm -rf conftest.dSYM 
    2017320369rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2017420370      conftest$ac_exeext conftest.$ac_ext 
     
    2018020376 
    2018120377fi 
    20182 { echo "$as_me:$LINENO: result: $libcurl_cv_lib_curl_usable" >&5 
    20183 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; } 
    2018420380 
    2018520381        if test $libcurl_cv_lib_curl_usable = yes ; then 
     
    2019320389           LIBS="$LIBS $LIBCURL" 
    2019420390 
    20195            { echo "$as_me:$LINENO: checking for curl_free" >&5 
    20196 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; } 
    2019720393if test "${ac_cv_func_curl_free+set}" = set; then 
    20198   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20394  $as_echo_n "(cached) " >&6 
    2019920395else 
    2020020396  cat >conftest.$ac_ext <<_ACEOF 
     
    2024920445  *) ac_try_echo=$ac_try;; 
    2025020446esac 
    20251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     20447eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     20448$as_echo "$ac_try_echo") >&5 
    2025220449  (eval "$ac_link") 2>conftest.er1 
    2025320450  ac_status=$? 
     
    2025520452  rm -f conftest.er1 
    2025620453  cat conftest.err >&5 
    20257   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     20454  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2025820455  (exit $ac_status); } && { 
    2025920456         test -z "$ac_c_werror_flag" || 
    2026020457         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 
    2026320462  ac_cv_func_curl_free=yes 
    2026420463else 
    20265   echo "$as_me: failed program was:" >&5 
     20464  $as_echo "$as_me: failed program was:" >&5 
    2026620465sed 's/^/| /' conftest.$ac_ext >&5 
    2026720466 
     
    2026920468fi 
    2027020469 
     20470rm -rf conftest.dSYM 
    2027120471rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2027220472      conftest$ac_exeext conftest.$ac_ext 
    2027320473fi 
    20274 { echo "$as_me:$LINENO: result: $ac_cv_func_curl_free" >&5 
    20275 echo "${ECHO_T}$ac_cv_func_curl_free" >&6; } 
    20276 if test $ac_cv_func_curl_free = yes; then 
     20474{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_curl_free" >&5 
     20475$as_echo "$ac_cv_func_curl_free" >&6; } 
     20476if test "x$ac_cv_func_curl_free" = x""yes; then 
    2027720477  : 
    2027820478else 
     
    2030020500           for _libcurl_feature in $_libcurl_features ; do 
    2030120501              cat >>confdefs.h <<_ACEOF 
    20302 #define `echo "libcurl_feature_$_libcurl_feature" | $as_tr_cpp` 1 
     20502#define `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_cpp` 1 
    2030320503_ACEOF 
    2030420504 
    20305               eval `echo "libcurl_feature_$_libcurl_feature" | $as_tr_sh`=yes 
     20505              eval `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_sh`=yes 
    2030620506           done 
    2030720507 
     
    2032520525           for _libcurl_protocol in $_libcurl_protocols ; do 
    2032620526              cat >>confdefs.h <<_ACEOF 
    20327 #define `echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_cpp` 1 
     20527#define `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_cpp` 1 
    2032820528_ACEOF 
    2032920529 
    20330               eval `echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_sh`=yes 
     20530              eval `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_sh`=yes 
    2033120531           done 
    2033220532        else 
     
    2035820558 
    2035920559if [ $curlOk = 0 ]; then 
    20360     { { echo "$as_me:$LINENO: error: 
     20560    { { $as_echo "$as_me:$LINENO: error: 
    2036120561    Could not find a valid libCURL installation on your system. 
    2036220562 
     
    2036820568    file for more details about the failure of this check. 
    2036920569    " >&5 
    20370 echo "$as_me: error: 
     20570$as_echo "$as_me: error: 
    2037120571    Could not find a valid libCURL installation on your system. 
    2037220572 
     
    2041320613 
    2041420614reqwx=2.8.0 
    20415 { echo "$as_me:$LINENO: ANSI wxWidgets" >&5 
    20416 echo "$as_me: ANSI wxWidgets" >&6;} 
     20615{ $as_echo "$as_me:$LINENO: ANSI wxWidgets" >&5 
     20616$as_echo "$as_me: ANSI wxWidgets" >&6;} 
    2041720617 
    2041820618  if test x${WX_CONFIG_NAME+set} != xset ; then 
     
    2043720637 
    2043820638  if test -x "$WX_CONFIG_NAME" ; then 
    20439      { echo "$as_me:$LINENO: checking for wx-config" >&5 
    20440 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; } 
    2044120641     WX_CONFIG_PATH="$WX_CONFIG_NAME" 
    20442      { echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 
    20443 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; } 
    2044420644  else 
    2044520645     # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args. 
    2044620646set dummy $WX_CONFIG_NAME; ac_word=$2 
    20447 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    20448 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; } 
    2044920649if test "${ac_cv_path_WX_CONFIG_PATH+set}" = set; then 
    20450   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20650  $as_echo_n "(cached) " >&6 
    2045120651else 
    2045220652  case $WX_CONFIG_PATH in 
     
    2046420664  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    2046520665    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" >&5 
     20666    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    2046720667    break 2 
    2046820668  fi 
     
    2047720677WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH 
    2047820678if test -n "$WX_CONFIG_PATH"; then 
    20479   { echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 
    20480 echo "${ECHO_T}$WX_CONFIG_PATH" >&6; } 
    20481 else 
    20482   { echo "$as_me:$LINENO: result: no" >&5 
    20483 echo "${ECHO_T}no" >&6; } 
     20679  { $as_echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 
     20680$as_echo "$WX_CONFIG_PATH" >&6; } 
     20681else 
     20682  { $as_echo "$as_me:$LINENO: result: no" >&5 
     20683$as_echo "no" >&6; } 
    2048420684fi 
    2048520685 
     
    2049220692    min_wx_version=$reqwx 
    2049320693    if test -z "" ; then 
    20494       { echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version" >&5 
    20495 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; } 
    2049620696    else 
    20497       { echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version ()" >&5 
    20498 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; } 
    2049920699    fi 
    2050020700 
     
    2053920739    if test -n "$wx_ver_ok"; then 
    2054020740 
    20541       { echo "$as_me:$LINENO: result: yes (version $WX_VERSION)" >&5 
    20542 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; } 
    2054320743      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs` 
    2054420744 
    20545       { echo "$as_me:$LINENO: checking for wxWidgets static library" >&5 
    20546 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; } 
    2054720747      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null` 
    2054820748      if test "x$WX_LIBS_STATIC" = "x"; then 
    20549         { echo "$as_me:$LINENO: result: no" >&5 
    20550 echo "${ECHO_T}no" >&6; } 
     20749        { $as_echo "$as_me:$LINENO: result: no" >&5 
     20750$as_echo "no" >&6; } 
    2055120751      else 
    20552         { echo "$as_me:$LINENO: result: yes" >&5 
    20553 echo "${ECHO_T}yes" >&6; } 
     20752        { $as_echo "$as_me:$LINENO: result: yes" >&5 
     20753$as_echo "yes" >&6; } 
    2055420754      fi 
    2055520755 
     
    2060820808 
    2060920809       if test "x$WX_VERSION" = x; then 
    20610           { echo "$as_me:$LINENO: result: no" >&5 
    20611 echo "${ECHO_T}no" >&6; } 
     20810          { $as_echo "$as_me:$LINENO: result: no" >&5 
     20811$as_echo "no" >&6; } 
    2061220812       else 
    20613           { echo "$as_me:$LINENO: result: no (version $WX_VERSION is not new enough)" >&5 
    20614 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; } 
    2061520815       fi 
    2061620816 
     
    2064720847 
    2064820848 
    20649 { echo "$as_me:$LINENO: Unicode wxWidgets" >&5 
    20650 echo "$as_me: Unicode wxWidgets" >&6;} 
     20849{ $as_echo "$as_me:$LINENO: Unicode wxWidgets" >&5 
     20850$as_echo "$as_me: Unicode wxWidgets" >&6;} 
    2065120851 
    2065220852  if test x${WX_CONFIG_NAME+set} != xset ; then 
     
    2067120871 
    2067220872  if test -x "$WX_CONFIG_NAME" ; then 
    20673      { echo "$as_me:$LINENO: checking for wx-config" >&5 
    20674 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; } 
    2067520875     WX_CONFIG_PATH="$WX_CONFIG_NAME" 
    20676      { echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 
    20677 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; } 
    2067820878  else 
    2067920879     # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args. 
    2068020880set dummy $WX_CONFIG_NAME; ac_word=$2 
    20681 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    20682 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; } 
    2068320883if test "${ac_cv_path_WX_CONFIG_PATH+set}" = set; then 
    20684   echo $ECHO_N "(cached) $ECHO_C" >&6 
     20884  $as_echo_n "(cached) " >&6 
    2068520885else 
    2068620886  case $WX_CONFIG_PATH in 
     
    2069820898  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    2069920899    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" >&5 
     20900    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    2070120901    break 2 
    2070220902  fi 
     
    2071120911WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH 
    2071220912if test -n "$WX_CONFIG_PATH"; then 
    20713   { echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 
    20714 echo "${ECHO_T}$WX_CONFIG_PATH" >&6; } 
    20715 else 
    20716   { echo "$as_me:$LINENO: result: no" >&5 
    20717 echo "${ECHO_T}no" >&6; } 
     20913  { $as_echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5 
     20914$as_echo "$WX_CONFIG_PATH" >&6; } 
     20915else 
     20916  { $as_echo "$as_me:$LINENO: result: no" >&5 
     20917$as_echo "no" >&6; } 
    2071820918fi 
    2071920919 
     
    2072620926    min_wx_version=$reqwx 
    2072720927    if test -z "" ; then 
    20728       { echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version" >&5 
    20729 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; } 
    2073020930    else 
    20731       { echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version ()" >&5 
    20732 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; } 
    2073320933    fi 
    2073420934 
     
    2077320973    if test -n "$wx_ver_ok"; then 
    2077420974 
    20775       { echo "$as_me:$LINENO: result: yes (version $WX_VERSION)" >&5 
    20776 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; } 
    2077720977      WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs` 
    2077820978 
    20779       { echo "$as_me:$LINENO: checking for wxWidgets static library" >&5 
    20780 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; } 
    2078120981      WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null` 
    2078220982      if test "x$WX_LIBS_STATIC" = "x"; then 
    20783         { echo "$as_me:$LINENO: result: no" >&5 
    20784 echo "${ECHO_T}no" >&6; } 
     20983        { $as_echo "$as_me:$LINENO: result: no" >&5 
     20984$as_echo "no" >&6; } 
    2078520985      else 
    20786         { echo "$as_me:$LINENO: result: yes" >&5 
    20787 echo "${ECHO_T}yes" >&6; } 
     20986        { $as_echo "$as_me:$LINENO: result: yes" >&5 
     20987$as_echo "yes" >&6; } 
    2078820988      fi 
    2078920989 
     
    2084221042 
    2084321043       if test "x$WX_VERSION" = x; then 
    20844           { echo "$as_me:$LINENO: result: no" >&5 
    20845 echo "${ECHO_T}no" >&6; } 
     21044          { $as_echo "$as_me:$LINENO: result: no" >&5 
     21045$as_echo "no" >&6; } 
    2084621046       else 
    20847           { echo "$as_me:$LINENO: result: no (version $WX_VERSION is not new enough)" >&5 
    20848 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; } 
    2084921049       fi 
    2085021050 
     
    2088321083if test "$wxWin" != 1; then 
    2088421084        if test "$wxWinU" != 1; then 
    20885                 { { echo "$as_me:$LINENO: error: 
     21085                { { $as_echo "$as_me:$LINENO: error: 
    2088621086                        wxWidgets must be installed on your system. 
    2088721087 
     
    2089221092                        wxWidgets version is $reqwx or above. 
    2089321093                        " >&5 
    20894 echo "$as_me: error: 
     21094$as_echo "$as_me: error: 
    2089521095                        wxWidgets must be installed on your system. 
    2089621096 
     
    2090521105fi 
    2090621106if test "$wxWinU" != 1; then 
    20907         { echo "$as_me:$LINENO: WARNING: 
     21107        { $as_echo "$as_me:$LINENO: WARNING: 
    2090821108                Unicode build of wxWidgets not found. 
    2090921109 
     
    2091421114                configure again. 
    2091521115                " >&5 
    20916 echo "$as_me: WARNING: 
     21116$as_echo "$as_me: WARNING: 
    2091721117                Unicode build of wxWidgets not found. 
    2091821118 
     
    2093321133 
    2093421134 
    20935   { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 
    20936 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; } 
    2093721137  # Check whether --enable-nls was given. 
    2093821138if test "${enable_nls+set}" = set; then 
     
    2094221142fi 
    2094321143 
    20944   { echo "$as_me:$LINENO: result: $USE_NLS" >&5 
    20945 echo "${ECHO_T}$USE_NLS" >&6; } 
     21144  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 
     21145$as_echo "$USE_NLS" >&6; } 
    2094621146 
    2094721147 
     
    2097421174 
    2097521175set dummy msgfmt; ac_word=$2 
    20976 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    20977 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; } 
    2097821178if test "${ac_cv_path_MSGFMT+set}" = set; then 
    20979   echo $ECHO_N "(cached) $ECHO_C" >&6 
     21179  $as_echo_n "(cached) " >&6 
    2098021180else 
    2098121181  case "$MSGFMT" in 
     
    2100621206MSGFMT="$ac_cv_path_MSGFMT" 
    2100721207if test "$MSGFMT" != ":"; then 
    21008   { echo "$as_me:$LINENO: result: $MSGFMT" >&5 
    21009 echo "${ECHO_T}$MSGFMT" >&6; } 
    21010 else 
    21011   { echo "$as_me:$LINENO: result: no" >&5 
    21012 echo "${ECHO_T}no" >&6; } 
     21208  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 
     21209$as_echo "$MSGFMT" >&6; } 
     21210else 
     21211  { $as_echo "$as_me:$LINENO: result: no" >&5 
     21212$as_echo "no" >&6; } 
    2101321213fi 
    2101421214 
    2101521215  # Extract the first word of "gmsgfmt", so it can be a program name with args. 
    2101621216set dummy gmsgfmt; ac_word=$2 
    21017 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    21018 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; } 
    2101921219if test "${ac_cv_path_GMSGFMT+set}" = set; then 
    21020   echo $ECHO_N "(cached) $ECHO_C" >&6 
     21220  $as_echo_n "(cached) " >&6 
    2102121221else 
    2102221222  case $GMSGFMT in 
     
    2103321233  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    2103421234    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" 
    21035     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     21235    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    2103621236    break 2 
    2103721237  fi 
     
    2104621246GMSGFMT=$ac_cv_path_GMSGFMT 
    2104721247if test -n "$GMSGFMT"; then 
    21048   { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 
    21049 echo "${ECHO_T}$GMSGFMT" >&6; } 
    21050 else 
    21051   { echo "$as_me:$LINENO: result: no" >&5 
    21052 echo "${ECHO_T}no" >&6; } 
     21248  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 
     21249$as_echo "$GMSGFMT" >&6; } 
     21250else 
     21251  { $as_echo "$as_me:$LINENO: result: no" >&5 
     21252$as_echo "no" >&6; } 
    2105321253fi 
    2105421254 
     
    2109221292 
    2109321293set dummy xgettext; ac_word=$2 
    21094 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    21095 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; } 
    2109621296if test "${ac_cv_path_XGETTEXT+set}" = set; then 
    21097   echo $ECHO_N "(cached) $ECHO_C" >&6 
     21297  $as_echo_n "(cached) " >&6 
    2109821298else 
    2109921299  case "$XGETTEXT" in 
     
    2112421324XGETTEXT="$ac_cv_path_XGETTEXT" 
    2112521325if test "$XGETTEXT" != ":"; then 
    21126   { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 
    21127 echo "${ECHO_T}$XGETTEXT" >&6; } 
    21128 else 
    21129   { echo "$as_me:$LINENO: result: no" >&5 
    21130 echo "${ECHO_T}no" >&6; } 
     21326  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 
     21327$as_echo "$XGETTEXT" >&6; } 
     21328else 
     21329  { $as_echo "$as_me:$LINENO: result: no" >&5 
     21330$as_echo "no" >&6; } 
    2113121331fi 
    2113221332 
     
    2116521365 
    2116621366set dummy msgmerge; ac_word=$2 
    21167 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    21168 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; } 
    2116921369if test "${ac_cv_path_MSGMERGE+set}" = set; then 
    21170   echo $ECHO_N "(cached) $ECHO_C" >&6 
     21370  $as_echo_n "(cached) " >&6 
    2117121371else 
    2117221372  case "$MSGMERGE" in 
     
    2119621396MSGMERGE="$ac_cv_path_MSGMERGE" 
    2119721397if test "$MSGMERGE" != ":"; then 
    21198   { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 
    21199 echo "${ECHO_T}$MSGMERGE" >&6; } 
    21200 else 
    21201   { echo "$as_me:$LINENO: result: no" >&5 
    21202 echo "${ECHO_T}no" >&6; } 
     21398  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5 
     21399$as_echo "$MSGMERGE" >&6; } 
     21400else 
     21401  { $as_echo "$as_me:$LINENO: result: no" >&5 
     21402$as_echo "no" >&6; } 
    2120321403fi 
    2120421404 
     
    2124921449if test "$GCC" = yes; then 
    2125021450 
    21251   { echo "$as_me:$LINENO: checking for ld used by GCC" >&5 
    21252 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; } 
    2125321453  case $host in 
    2125421454  *-*-mingw*) 
     
    2127921479  esac 
    2128021480elif test "$with_gnu_ld" = yes; then 
    21281   { echo "$as_me:$LINENO: checking for GNU ld" >&5 
    21282 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 
    21283 else 
    21284   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 
    21285 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; } 
     21483else 
     21484  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 
     21485$as_echo_n "checking for non-GNU ld... " >&6; } 
    2128621486fi 
    2128721487if test "${acl_cv_path_LD+set}" = set; then 
    21288   echo $ECHO_N "(cached) $ECHO_C" >&6 
     21488  $as_echo_n "(cached) " >&6 
    2128921489else 
    2129021490  if test -z "$LD"; then 
     
    2131021510LD="$acl_cv_path_LD" 
    2131121511if test -n "$LD"; then 
    21312   { echo "$as_me:$LINENO: result: $LD" >&5 
    21313 echo "${ECHO_T}$LD" >&6; } 
    21314 else 
    21315   { echo "$as_me:$LINENO: result: no" >&5 
    21316 echo "${ECHO_T}no" >&6; } 
    21317 fi 
    21318 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 
    21319 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; } 
     21514else 
     21515  { $as_echo "$as_me:$LINENO: result: no" >&5 
     21516$as_echo "no" >&6; } 
     21517fi 
     21518test -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;} 
    2132021520   { (exit 1); exit 1; }; } 
    21321 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 
    21322 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; } 
    2132321523if test "${acl_cv_prog_gnu_ld+set}" = set; then 
    21324   echo $ECHO_N "(cached) $ECHO_C" >&6 
     21524  $as_echo_n "(cached) " >&6 
    2132521525else 
    2132621526  # I'd rather use --version here, but apparently some GNU ld's only accept -v. 
     
    2133221532esac 
    2133321533fi 
    21334 { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 
    21335 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; } 
    2133621536with_gnu_ld=$acl_cv_prog_gnu_ld 
    2133721537 
     
    2133921539 
    2134021540 
    21341                                                 { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 
    21342 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; } 
    2134321543if test "${acl_cv_rpath+set}" = set; then 
    21344   echo $ECHO_N "(cached) $ECHO_C" >&6 
     21544  $as_echo_n "(cached) " >&6 
    2134521545else 
    2134621546 
     
    2135221552 
    2135321553fi 
    21354 { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 
    21355 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; } 
    2135621556  wl="$acl_cv_wl" 
    2135721557  libext="$acl_cv_libext" 
     
    2180922009 
    2181022010 
    21811   { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5 
    21812 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; } 
    2181322013if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then 
    21814   echo $ECHO_N "(cached) $ECHO_C" >&6 
     22014  $as_echo_n "(cached) " >&6 
    2181522015else 
    2181622016  gt_save_LIBS="$LIBS" 
     
    2183722037  *) ac_try_echo=$ac_try;; 
    2183822038esac 
    21839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     22039eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     22040$as_echo "$ac_try_echo") >&5 
    2184022041  (eval "$ac_link") 2>conftest.er1 
    2184122042  ac_status=$? 
     
    2184322044  rm -f conftest.er1 
    2184422045  cat conftest.err >&5 
    21845   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     22046  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2184622047  (exit $ac_status); } && { 
    2184722048         test -z "$ac_c_werror_flag" || 
    2184822049         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 
    2185122054  gt_cv_func_CFPreferencesCopyAppValue=yes 
    2185222055else 
    21853   echo "$as_me: failed program was:" >&5 
     22056  $as_echo "$as_me: failed program was:" >&5 
    2185422057sed 's/^/| /' conftest.$ac_ext >&5 
    2185522058 
     
    2185722060fi 
    2185822061 
     22062rm -rf conftest.dSYM 
    2185922063rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2186022064      conftest$ac_exeext conftest.$ac_ext 
    2186122065     LIBS="$gt_save_LIBS" 
    2186222066fi 
    21863 { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 
    21864 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; } 
    2186522069  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then 
    2186622070 
     
    2187022074 
    2187122075  fi 
    21872   { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5 
    21873 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; } 
    2187422078if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then 
    21875   echo $ECHO_N "(cached) $ECHO_C" >&6 
     22079  $as_echo_n "(cached) " >&6 
    2187622080else 
    2187722081  gt_save_LIBS="$LIBS" 
     
    2189822102  *) ac_try_echo=$ac_try;; 
    2189922103esac 
    21900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     22104eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     22105$as_echo "$ac_try_echo") >&5 
    2190122106  (eval "$ac_link") 2>conftest.er1 
    2190222107  ac_status=$? 
     
    2190422109  rm -f conftest.er1 
    2190522110  cat conftest.err >&5 
    21906   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     22111  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2190722112  (exit $ac_status); } && { 
    2190822113         test -z "$ac_c_werror_flag" || 
    2190922114         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 
    2191222119  gt_cv_func_CFLocaleCopyCurrent=yes 
    2191322120else 
    21914   echo "$as_me: failed program was:" >&5 
     22121  $as_echo "$as_me: failed program was:" >&5 
    2191522122sed 's/^/| /' conftest.$ac_ext >&5 
    2191622123 
     
    2191822125fi 
    2191922126 
     22127rm -rf conftest.dSYM 
    2192022128rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2192122129      conftest$ac_exeext conftest.$ac_ext 
    2192222130     LIBS="$gt_save_LIBS" 
    2192322131fi 
    21924 { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 
    21925 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; } 
    2192622134  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then 
    2192722135 
     
    2197322181        fi 
    2197422182 
    21975         { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 
    21976 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; } 
    2197722185if { as_var=$gt_func_gnugettext_libc; eval "test \"\${$as_var+set}\" = set"; }; then 
    21978   echo $ECHO_N "(cached) $ECHO_C" >&6 
     22186  $as_echo_n "(cached) " >&6 
    2197922187else 
    2198022188  cat >conftest.$ac_ext <<_ACEOF 
     
    2200322211  *) ac_try_echo=$ac_try;; 
    2200422212esac 
    22005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     22213eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     22214$as_echo "$ac_try_echo") >&5 
    2200622215  (eval "$ac_link") 2>conftest.er1 
    2200722216  ac_status=$? 
     
    2200922218  rm -f conftest.er1 
    2201022219  cat conftest.err >&5 
    22011   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     22220  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2201222221  (exit $ac_status); } && { 
    2201322222         test -z "$ac_c_werror_flag" || 
    2201422223         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 
    2201722228  eval "$gt_func_gnugettext_libc=yes" 
    2201822229else 
    22019   echo "$as_me: failed program was:" >&5 
     22230  $as_echo "$as_me: failed program was:" >&5 
    2202022231sed 's/^/| /' conftest.$ac_ext >&5 
    2202122232 
     
    2202322234fi 
    2202422235 
     22236rm -rf conftest.dSYM 
    2202522237rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2202622238      conftest$ac_exeext conftest.$ac_ext 
    2202722239fi 
    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; } 
     22240ac_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; } 
    2203122244 
    2203222245        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then 
     
    2206022273 
    2206122274 
    22062   { echo "$as_me:$LINENO: checking for iconv" >&5 
    22063 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; } 
    2206422277if test "${am_cv_func_iconv+set}" = set; then 
    22065   echo $ECHO_N "(cached) $ECHO_C" >&6 
     22278  $as_echo_n "(cached) " >&6 
    2206622279else 
    2206722280 
     
    2209222305  *) ac_try_echo=$ac_try;; 
    2209322306esac 
    22094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     22307eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     22308$as_echo "$ac_try_echo") >&5 
    2209522309  (eval "$ac_link") 2>conftest.er1 
    2209622310  ac_status=$? 
     
    2209822312  rm -f conftest.er1 
    2209922313  cat conftest.err >&5 
    22100   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     22314  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2210122315  (exit $ac_status); } && { 
    2210222316         test -z "$ac_c_werror_flag" || 
    2210322317         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 
    2210622322  am_cv_func_iconv=yes 
    2210722323else 
    22108   echo "$as_me: failed program was:" >&5 
     22324  $as_echo "$as_me: failed program was:" >&5 
    2210922325sed 's/^/| /' conftest.$ac_ext >&5 
    2211022326 
     
    2211222328fi 
    2211322329 
     22330rm -rf conftest.dSYM 
    2211422331rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2211522332      conftest$ac_exeext conftest.$ac_ext 
     
    2214122358  *) ac_try_echo=$ac_try;; 
    2214222359esac 
    22143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     22360eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     22361$as_echo "$ac_try_echo") >&5 
    2214422362  (eval "$ac_link") 2>conftest.er1 
    2214522363  ac_status=$? 
     
    2214722365  rm -f conftest.er1 
    2214822366  cat conftest.err >&5 
    22149   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     22367  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2215022368  (exit $ac_status); } && { 
    2215122369         test -z "$ac_c_werror_flag" || 
    2215222370         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 
    2215522375  am_cv_lib_iconv=yes 
    2215622376        am_cv_func_iconv=yes 
    2215722377else 
    22158   echo "$as_me: failed program was:" >&5 
     22378  $as_echo "$as_me: failed program was:" >&5 
    2215922379sed 's/^/| /' conftest.$ac_ext >&5 
    2216022380 
     
    2216222382fi 
    2216322383 
     22384rm -rf conftest.dSYM 
    2216422385rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2216522386      conftest$ac_exeext conftest.$ac_ext 
     
    2216822389 
    2216922390fi 
    22170 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 
    22171 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; } 
    2217222393  if test "$am_cv_func_iconv" = yes; then 
    2217322394 
     
    2217822399  fi 
    2217922400  if test "$am_cv_lib_iconv" = yes; then 
    22180     { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 
    22181 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } 
    22182     { echo "$as_me:$LINENO: result: $LIBICONV" >&5 
    22183 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; } 
    2218422405  else 
    2218522406    CPPFLAGS="$am_save_CPPFLAGS" 
     
    2258422805  fi 
    2258522806 
    22586           { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 
    22587 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; } 
    2258822809if { as_var=$gt_func_gnugettext_libintl; eval "test \"\${$as_var+set}\" = set"; }; then 
    22589   echo $ECHO_N "(cached) $ECHO_C" >&6 
     22810  $as_echo_n "(cached) " >&6 
    2259022811else 
    2259122812  gt_save_CPPFLAGS="$CPPFLAGS" 
     
    2262222843  *) ac_try_echo=$ac_try;; 
    2262322844esac 
    22624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     22845eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     22846$as_echo "$ac_try_echo") >&5 
    2262522847  (eval "$ac_link") 2>conftest.er1 
    2262622848  ac_status=$? 
     
    2262822850  rm -f conftest.er1 
    2262922851  cat conftest.err >&5 
    22630   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     22852  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2263122853  (exit $ac_status); } && { 
    2263222854         test -z "$ac_c_werror_flag" || 
    2263322855         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 
    2263622860  eval "$gt_func_gnugettext_libintl=yes" 
    2263722861else 
    22638   echo "$as_me: failed program was:" >&5 
     22862  $as_echo "$as_me: failed program was:" >&5 
    2263922863sed 's/^/| /' conftest.$ac_ext >&5 
    2264022864 
     
    2264222866fi 
    2264322867 
     22868rm -rf conftest.dSYM 
    2264422869rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2264522870      conftest$ac_exeext conftest.$ac_ext 
     
    2267522900  *) ac_try_echo=$ac_try;; 
    2267622901esac 
    22677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     22902eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     22903$as_echo "$ac_try_echo") >&5 
    2267822904  (eval "$ac_link") 2>conftest.er1 
    2267922905  ac_status=$? 
     
    2268122907  rm -f conftest.er1 
    2268222908  cat conftest.err >&5 
    22683   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     22909  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2268422910  (exit $ac_status); } && { 
    2268522911         test -z "$ac_c_werror_flag" || 
    2268622912         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 
    2268922917  LIBINTL="$LIBINTL $LIBICONV" 
    2269022918                LTLIBINTL="$LTLIBINTL $LTLIBICONV" 
     
    2269222920 
    2269322921else 
    22694   echo "$as_me: failed program was:" >&5 
     22922  $as_echo "$as_me: failed program was:" >&5 
    2269522923sed 's/^/| /' conftest.$ac_ext >&5 
    2269622924 
     
    2269822926fi 
    2269922927 
     22928rm -rf conftest.dSYM 
    2270022929rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    2270122930      conftest$ac_exeext conftest.$ac_ext 
     
    2270422933            LIBS="$gt_save_LIBS" 
    2270522934fi 
    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; } 
     22935ac_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; } 
    2270922939        fi 
    2271022940 
     
    2274222972  fi 
    2274322973 
    22744   { echo "$as_me:$LINENO: checking whether to use NLS" >&5 
    22745 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } 
    22746   { echo "$as_me:$LINENO: result: $USE_NLS" >&5 
    22747 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; } 
    2274822978  if test "$USE_NLS" = "yes"; then 
    22749     { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 
    22750 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; } 
    2275122981    if test "$gt_use_preinstalled_gnugettext" = "yes"; then 
    2275222982      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then 
     
    2275822988      gt_source="included intl directory" 
    2275922989    fi 
    22760     { echo "$as_me:$LINENO: result: $gt_source" >&5 
    22761 echo "${ECHO_T}$gt_source" >&6; } 
     22990    { $as_echo "$as_me:$LINENO: result: $gt_source" >&5 
     22991$as_echo "$gt_source" >&6; } 
    2276222992  fi 
    2276322993 
     
    2276622996    if test "$gt_use_preinstalled_gnugettext" = "yes"; then 
    2276722997      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then 
    22768         { echo "$as_me:$LINENO: checking how to link with libintl" >&5 
    22769 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } 
    22770         { echo "$as_me:$LINENO: result: $LIBINTL" >&5 
    22771 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; } 
    2277223002 
    2277323003  for element in $INCINTL; do 
     
    2285023080    *${as_nl}*) 
    2285123081      case $ac_var in #( 
    22852       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    22853 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;} ;; 
    2285423084      esac 
    2285523085      case $ac_var in #( 
    2285623086      _ | IFS | as_nl) ;; #( 
     23087      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    2285723088      *) $as_unset $ac_var ;; 
    2285823089      esac ;; 
     
    2288723118  if test -w "$cache_file"; then 
    2288823119    test "x$cache_file" != "x/dev/null" && 
    22889       { echo "$as_me:$LINENO: updating cache $cache_file" >&5 
    22890 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;} 
    2289123122    cat confcache >$cache_file 
    2289223123  else 
    22893     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 
    22894 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;} 
    2289523126  fi 
    2289623127fi 
     
    2290823139  # 1. Remove the extension, and $U if already installed. 
    2290923140  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"` 
    2291123142  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR 
    2291223143  #    will be set to the directory where LIBOBJS objects are built. 
     
    2292023151 
    2292123152if 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. 
    2292323154Usually 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. 
    2292523156Usually this means the macro was only invoked conditionally." >&2;} 
    2292623157   { (exit 1); exit 1; }; } 
    2292723158fi 
    2292823159if 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. 
    2293023161Usually 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. 
    2293223163Usually this means the macro was only invoked conditionally." >&2;} 
    2293323164   { (exit 1); exit 1; }; } 
    2293423165fi 
    2293523166if 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. 
    2293723168Usually 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. 
    2293923170Usually this means the macro was only invoked conditionally." >&2;} 
    2294023171   { (exit 1); exit 1; }; } 
     
    2294223173 
    2294323174: ${CONFIG_STATUS=./config.status} 
     23175ac_write_fail=0 
    2294423176ac_clean_files_save=$ac_clean_files 
    2294523177ac_clean_files="$ac_clean_files $CONFIG_STATUS" 
    22946 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 
    22947 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;} 
     23180cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    2294923181#! $SHELL 
    2295023182# Generated by $as_me. 
     
    2295923191_ACEOF 
    2296023192 
    22961 cat >>$CONFIG_STATUS <<\_ACEOF 
     23193cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    2296223194## --------------------- ## 
    2296323195## M4sh Initialization.  ## 
     
    2296923201  emulate sh 
    2297023202  NULLCMD=: 
    22971   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     23203  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    2297223204  # is contrary to our usage.  Disable this feature. 
    2297323205  alias -g '${1+"$@"}'='"$@"' 
     
    2299123223as_cr_alnum=$as_cr_Letters$as_cr_digits 
    2299223224 
     23225as_nl=' 
     23226' 
     23227export as_nl 
     23228# Printing a long string crashes Solaris 7 /usr/bin/printf. 
     23229as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
     23230as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
     23231as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
     23232if (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' 
     23235else 
     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' 
     23255fi 
     23256 
    2299323257# The user is always right. 
    2299423258if 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  } 
    2300423264fi 
    2300523265 
     
    2301723277# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    2301823278# splitting by setting IFS to empty value.) 
    23019 as_nl=' 
    23020 ' 
    2302123279IFS=" ""        $as_nl" 
    2302223280 
     
    2304123299fi 
    2304223300if test ! -f "$as_myself"; then 
    23043   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     23301  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    2304423302  { (exit 1); exit 1; } 
    2304523303fi 
     
    2305423312 
    2305523313# 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 
     23314LC_ALL=C 
     23315export LC_ALL 
     23316LANGUAGE=C 
     23317export LANGUAGE 
    2306723318 
    2306823319# Required to use basename. 
     
    2308623337         X"$0" : 'X\(//\)$' \| \ 
    2308723338         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    23088 echo X/"$0" | 
     23339$as_echo X/"$0" | 
    2308923340    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    2309023341            s//\1/ 
     
    2313723388    ' >$as_me.lineno && 
    2313823389  chmod +x "$as_me.lineno" || 
    23139     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     23390    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    2314023391   { (exit 1); exit 1; }; } 
    2314123392 
     
    2316523416  ECHO_N='-n';; 
    2316623417esac 
    23167  
    2316823418if expr a : '\(a\)' >/dev/null 2>&1 && 
    2316923419   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    2317823428else 
    2317923429  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 
     23431fi 
     23432if (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 
    2319023444    as_ln_s='cp -p' 
    23191 elif ln conf$$.file conf$$ 2>/dev/null; then 
    23192   as_ln_s=ln 
     23445  fi 
    2319323446else 
    2319423447  as_ln_s='cp -p' 
     
    2321523468    eval sh -c '\'' 
    2321623469      if test -d "$1"; then 
    23217         test -d "$1/."; 
     23470       test -d "$1/."; 
    2321823471      else 
    2321923472        case $1 in 
    23220         -*)set "./$1";; 
     23473       -*)set "./$1";; 
    2322123474        esac; 
    2322223475        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    2324123494ac_log=" 
    2324223495This file was extended by FahMon $as_me 2.3.99.1, which was 
    23243 generated by GNU Autoconf 2.61.  Invocation command line was 
     23496generated by GNU Autoconf 2.63.  Invocation command line was 
    2324423497 
    2324523498  CONFIG_FILES    = $CONFIG_FILES 
     
    2325423507_ACEOF 
    2325523508 
    23256 cat >>$CONFIG_STATUS <<_ACEOF 
     23509case $ac_config_files in *" 
     23510"*) set x $ac_config_files; shift; ac_config_files=$*;; 
     23511esac 
     23512 
     23513case $ac_config_headers in *" 
     23514"*) set x $ac_config_headers; shift; ac_config_headers=$*;; 
     23515esac 
     23516 
     23517 
     23518cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    2325723519# 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
     23520config_files="`echo $ac_config_files`
     23521config_headers="`echo $ac_config_headers`
     23522config_commands="`echo $ac_config_commands`
    2326123523 
    2326223524_ACEOF 
    2326323525 
    23264 cat >>$CONFIG_STATUS <<\_ACEOF 
     23526cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    2326523527ac_cs_usage="\ 
    2326623528\`$as_me' instantiates files from templates according to the 
    2326723529current configuration. 
    2326823530 
    23269 Usage: $0 [OPTIONS] [FILE]... 
     23531Usage: $0 [OPTION]... [FILE]... 
    2327023532 
    2327123533  -h, --help       print this help, then exit 
    2327223534  -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 
    2327423537  -d, --debug      don't remove temporary files 
    2327523538      --recheck    update $as_me by reconfiguring in the same conditions 
    23276   --file=FILE[:TEMPLATE] 
    23277                   instantiate the configuration file FILE 
    23278   --header=FILE[:TEMPLATE] 
    23279                   instantiate the configuration header FILE 
     23539      --file=FILE[:TEMPLATE] 
     23540                   instantiate the configuration file FILE 
     23541      --header=FILE[:TEMPLATE] 
     23542                   instantiate the configuration header FILE 
    2328023543 
    2328123544Configuration files: 
     
    2329123554 
    2329223555_ACEOF 
    23293 cat >>$CONFIG_STATUS <<_ACEOF 
     23556cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    2329423557ac_cs_version="\\ 
    2329523558FahMon config.status 2.3.99.1 
    23296 configured by $0, generated by GNU Autoconf 2.61
    23297   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
    23298  
    23299 Copyright (C) 2006 Free Software Foundation, Inc. 
     23559configured by $0, generated by GNU Autoconf 2.63
     23560  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
     23561 
     23562Copyright (C) 2008 Free Software Foundation, Inc. 
    2330023563This config.status script is free software; the Free Software Foundation 
    2330123564gives unlimited permission to copy, distribute and modify it." 
     
    2330523568INSTALL='$INSTALL' 
    2330623569MKDIR_P='$MKDIR_P' 
     23570AWK='$AWK' 
     23571test -n "\$AWK" || AWK=awk 
    2330723572_ACEOF 
    2330823573 
    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. 
     23574cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     23575# The default lists apply if the user does not specify any file. 
    2331223576ac_need_defaults=: 
    2331323577while test $# != 0 
     
    2333123595    ac_cs_recheck=: ;; 
    2333223596  --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 
    23333     echo "$ac_cs_version"; exit ;; 
     23597    $as_echo "$ac_cs_version"; exit ;; 
    2333423598  --debug | --debu | --deb | --de | --d | -d ) 
    2333523599    debug=: ;; 
    2333623600  --file | --fil | --fi | --f ) 
    2333723601    $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'" 
    2333923606    ac_need_defaults=false;; 
    2334023607  --header | --heade | --head | --hea ) 
    2334123608    $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'" 
    2334323613    ac_need_defaults=false;; 
    2334423614  --he | --h) 
    2334523615    # Conflict between --help and --header 
    23346     { echo "$as_me: error: ambiguous option: $1 
     23616    { $as_echo "$as_me: error: ambiguous option: $1 
    2334723617Try \`$0 --help' for more information." >&2 
    2334823618   { (exit 1); exit 1; }; };; 
    2334923619  --help | --hel | -h ) 
    23350     echo "$ac_cs_usage"; exit ;; 
     23620    $as_echo "$ac_cs_usage"; exit ;; 
    2335123621  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
    2335223622  | -silent | --silent | --silen | --sile | --sil | --si | --s) 
     
    2335423624 
    2335523625  # This is an error. 
    23356   -*) { echo "$as_me: error: unrecognized option: $1 
     23626  -*) { $as_echo "$as_me: error: unrecognized option: $1 
    2335723627Try \`$0 --help' for more information." >&2 
    2335823628   { (exit 1); exit 1; }; } ;; 
     
    2337323643 
    2337423644_ACEOF 
    23375 cat >>$CONFIG_STATUS <<_ACEOF 
     23645cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    2337623646if \$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' 
    2337923651  export CONFIG_SHELL 
    23380   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
     23652  exec "\$@" 
    2338123653fi 
    2338223654 
    2338323655_ACEOF 
    23384 cat >>$CONFIG_STATUS <<\_ACEOF 
     23656cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    2338523657exec 5>>config.log 
    2338623658{ 
     
    2338923661## Running $as_me. ## 
    2339023662_ASBOX 
    23391   echo "$ac_log" 
     23663  $as_echo "$ac_log" 
    2339223664} >&5 
    2339323665 
    2339423666_ACEOF 
    23395 cat >>$CONFIG_STATUS <<_ACEOF 
     23667cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    2339623668# 
    2339723669# INIT-COMMANDS 
     
    2340423676_ACEOF 
    2340523677 
    23406 cat >>$CONFIG_STATUS <<\_ACEOF 
     23678cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    2340723679 
    2340823680# Handling of arguments. 
     
    2345123723    "mac/Makefile") CONFIG_FILES="$CONFIG_FILES mac/Makefile" ;; 
    2345223724 
    23453   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
    23454 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;} 
    2345523727   { (exit 1); exit 1; }; };; 
    2345623728  esac 
     
    2349323765} || 
    2349423766{ 
    23495    echo "$me: cannot create a temporary directory in ." >&2 
     23767   $as_echo "$as_me: cannot create a temporary directory in ." >&2 
    2349623768   { (exit 1); exit 1; } 
    2349723769} 
    2349823770 
    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'. 
    2350523774if test -n "$CONFIG_FILES"; then 
    2350623775 
     23776 
     23777ac_cr=' 
     23778' 
     23779ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 
     23780if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 
     23781  ac_cs_awk_cr='\\r' 
     23782else 
     23783  ac_cs_awk_cr=$ac_cr 
     23784fi 
     23785 
     23786echo 'BEGIN {' >"$tmp/subs1.awk" && 
    2350723787_ACEOF 
    2350823788 
    2350923789 
    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; }; } 
     23798ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 
    2351123799ac_delim='%!_!# ' 
    2351223800for 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 
    2361423808    break 
    2361523809  elif $ac_last_try; then 
    23616     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
    23617 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;} 
    2361823812   { (exit 1); exit 1; }; } 
    2361923813  else 
     
    2362123815  fi 
    2362223816done 
    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 
     23817rm -f conf$$subs.sh 
     23818 
     23819cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     23820cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 
    2363323821_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 
     23822sed -n ' 
     23823
     23824s/^/S["/; s/!.*/"]=/ 
     23825
     23826
     23827s/^[^!]*!// 
     23828:repl 
     23829t repl 
     23830s/'"$ac_delim"'$// 
     23831t delim 
     23832:nl 
     23833
     23834s/\(.\{148\}\).*/\1/ 
     23835t more1 
     23836s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 
     23837
     23838
     23839b repl 
     23840:more1 
     23841s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 
     23842
     23843
     23844s/.\{148\}// 
     23845t nl 
     23846:delim 
     23847
     23848s/\(.\{148\}\).*/\1/ 
     23849t more2 
     23850s/["\\]/\\&/g; s/^/"/; s/$/"/ 
     23851
     23852
     23853:more2 
     23854s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 
     23855
     23856
     23857s/.\{148\}// 
     23858t delim 
     23859' <conf$$subs.awk | sed ' 
     23860/^[^""]/{ 
     23861  N 
     23862  s/\n// 
     23863
     23864' >>$CONFIG_STATUS || ac_write_fail=1 
     23865rm -f conf$$subs.awk 
     23866cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     23867_ACAWK 
     23868cat >>"\$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 
    2364623894_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 
     23895cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     23896if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 
     23897  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 
     23898else 
     23899  cat 
     23900fi < "$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; }; } 
    2369123904_ACEOF 
    23692  
    23693   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 39; then 
    23694     break 
    23695   elif $ac_last_try; then 
    23696     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
    23697 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
    23698    { (exit 1); exit 1; }; } 
    23699   else 
    23700     ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 
    23701   fi 
    23702 done 
    23703  
    23704 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 
    23705 if test -n "$ac_eof"; then 
    23706   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 
    23707   ac_eof=`expr $ac_eof + 1` 
    23708 fi 
    23709  
    23710 cat >>$CONFIG_STATUS <<_ACEOF 
    23711 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 
    23712 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 
    23713 _ACEOF 
    23714 sed ' 
    23715 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 
    23716 s/^/s,@/; s/!/@,|#_!!_#|/ 
    23717 :n 
    23718 t n 
    23719 s/'"$ac_delim"'$/,g/; t 
    23720 s/$/\\/; p 
    23721 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 
    23722 ' >>$CONFIG_STATUS <conf$$subs.sed 
    23723 rm -f conf$$subs.sed 
    23724 cat >>$CONFIG_STATUS <<_ACEOF 
    23725 :end 
    23726 s/|#_!!_#|//g 
    23727 CEOF$ac_eof 
    23728 _ACEOF 
    23729  
    2373023905 
    2373123906# VPATH may cause trouble with some makes, so we remove $(srcdir), 
     
    2374423919fi 
    2374523920 
    23746 cat >>$CONFIG_STATUS <<\_ACEOF 
     23921cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    2374723922fi # test -n "$CONFIG_FILES" 
    2374823923 
    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'. 
     23927if test -n "$CONFIG_HEADERS"; then 
     23928cat >"$tmp/defines.awk" <<\_ACAWK || 
     23929BEGIN { 
     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. 
     23938ac_delim='%!_!# ' 
     23939for 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 
     23950done 
     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 
     23956ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 
     23957sed -n ' 
     23958s/.\{148\}/&'"$ac_delim"'/g 
     23959t rset 
     23960:rset 
     23961s/^[     ]*#[    ]*define[       ][      ]*/ / 
     23962t def 
     23963
     23964:def 
     23965s/\\$// 
     23966t bsnl 
     23967s/["\\]/\\&/g 
     23968s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\ 
     23969D["\1"]=" \3"/p 
     23970s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p 
     23971
     23972:bsnl 
     23973s/["\\]/\\&/g 
     23974s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\ 
     23975D["\1"]=" \3\\\\\\n"\\/p 
     23976t cont 
     23977s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 
     23978t cont 
     23979
     23980:cont 
     23981
     23982s/.\{148\}/&'"$ac_delim"'/g 
     23983t clear 
     23984:clear 
     23985s/\\$// 
     23986t bsnlc 
     23987s/["\\]/\\&/g; s/^/"/; s/$/"/p 
     23988
     23989:bsnlc 
     23990s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 
     23991b cont 
     23992' <confdefs.h | sed ' 
     23993s/'"$ac_delim"'/"\\\ 
     23994"/g' >>$CONFIG_STATUS || ac_write_fail=1 
     23995 
     23996cat >>$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 
     24030cat >>$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; }; } 
     24034fi # test -n "$CONFIG_HEADERS" 
     24035 
     24036 
     24037eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS" 
     24038shift 
     24039for ac_tag 
    2375124040do 
    2375224041  case $ac_tag in 
     
    2375524044  case $ac_mode$ac_tag in 
    2375624045  :[FHL]*:*);; 
    23757   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 
    23758 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;} 
    2375924048   { (exit 1); exit 1; }; };; 
    2376024049  :[FH]-) ac_tag=-:-;; 
     
    2378524074           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 
    2378624075           esac || 
    23787            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 
    23788 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;} 
    2378924078   { (exit 1); exit 1; }; };; 
    2379024079      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'" 
    2379224082    done 
    2379324083 
     
    2379524085    # use $as_me), people would be surprised to read: 
    2379624086    #    /* 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.' 
    2379924090    if test x"$ac_file" != x-; then 
    2380024091      configure_input="$ac_file.  $configure_input" 
    23801       { echo "$as_me:$LINENO: creating $ac_file" >&5 
    23802 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;} 
    2380324094    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 
    2380424102 
    2380524103    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; }; } ;; 
    2380724108    esac 
    2380824109    ;; 
     
    2381424115         X"$ac_file" : 'X\(//\)$' \| \ 
    2381524116         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 
    23816 echo X"$ac_file" | 
     24117$as_echo X"$ac_file" | 
    2381724118    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    2381824119            s//\1/ 
     
    2384024141    while :; do 
    2384124142      case $as_dir in #( 
    23842       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #
     24143      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'
    2384324144      *) as_qdir=$as_dir;; 
    2384424145      esac 
     
    2384924150         X"$as_dir" : 'X\(//\)$' \| \ 
    2385024151         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 
    23851 echo X"$as_dir" | 
     24152$as_echo X"$as_dir" | 
    2385224153    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    2385324154            s//\1/ 
     
    2387024171    done 
    2387124172    test -z "$as_dirs" || eval "mkdir $as_dirs" 
    23872   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
    23873 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;} 
    2387424175   { (exit 1); exit 1; }; }; } 
    2387524176  ac_builddir=. 
     
    2387824179.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    2387924180*) 
    23880   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
     24181  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
    2388124182  # 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|/||'` 
    2388324184  case $ac_top_builddir_sub in 
    2388424185  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    2392524226_ACEOF 
    2392624227 
    23927 cat >>$CONFIG_STATUS <<\_ACEOF 
     24228cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    2392824229# If the template does not know about datarootdir, expand it. 
    2392924230# FIXME: This hack should be removed a few years after 2.60. 
    2393024231ac_datarootdir_hack=; ac_datarootdir_seen= 
    2393124232 
    23932 case `sed -n '/datarootdir/ { 
     24233ac_sed_dataroot=' 
     24234/datarootdir/ { 
    2393324235  p 
    2393424236  q 
     
    2393924241/@localedir@/p 
    2394024242/@mandir@/p 
    23941 ' $ac_file_inputs` in 
     24243
     24244case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 
    2394224245*datarootdir*) ac_datarootdir_seen=yes;; 
    2394324246*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 
    23944   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 
    23945 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;} 
    2394624249_ACEOF 
    23947 cat >>$CONFIG_STATUS <<_ACEOF 
     24250cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    2394824251  ac_datarootdir_hack=' 
    2394924252  s&@datadir@&$datadir&g 
     
    2395924262# Shell code in configure.ac might set extrasub. 
    2396024263# FIXME: do we really want to maintain this feature? 
    23961 cat >>$CONFIG_STATUS <<_ACEOF 
    23962   sed "$ac_vpsub 
     24264cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     24265ac_sed_extra="$ac_vpsub 
    2396324266$extrasub 
    2396424267_ACEOF 
    23965 cat >>$CONFIG_STATUS <<\_ACEOF 
     24268cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    2396624269:t 
    2396724270/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 
    23968 s&@configure_input@&$configure_input&;t t 
     24271s|@configure_input@|$ac_sed_conf_input|;t t 
    2396924272s&@top_builddir@&$ac_top_builddir_sub&;t t 
     24273s&@top_build_prefix@&$ac_top_build_prefix&;t t 
    2397024274s&@srcdir@&$ac_srcdir&;t t 
    2397124275s&@abs_srcdir@&$ac_abs_srcdir&;t t 
     
    2397824282s&@MKDIR_P@&$ac_MKDIR_P&;t t 
    2397924283$ac_datarootdir_hack 
    23980 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 
     24284
     24285eval 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; }; } 
    2398124289 
    2398224290test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 
    2398324291  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 
    2398424292  { 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' 
    2398624294which 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' 
    2398824296which seems to be undefined.  Please make sure it is defined." >&2;} 
    2398924297 
    2399024298  rm -f "$tmp/stdin" 
    2399124299  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; }; } 
    2399524306 ;; 
    2399624307  :H) 
     
    2399824309  # CONFIG_HEADER 
    2399924310  # 
    24000 _ACEOF 
    24001  
    24002 # Transform confdefs.h into a sed script `conftest.defines', that 
    24003 # substitutes the proper values into config.h.in to produce config.h. 
    24004 rm -f conftest.defines conftest.tail 
    24005 # First, append a space to every undef/define line, to ease matching. 
    24006 echo 's/$/ /' >conftest.defines 
    24007 # Then, protect against being on the right side of a sed subst, or in 
    24008 # an unquoted here document, in config.status.  If some macros were 
    24009 # called several times there might be several #defines for the same 
    24010 # symbol, which is useless.  But do not sort them, since the last 
    24011 # 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", where 
    24014 # 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's 
    24016 # 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 rset 
    24025         :rset 
    24026         s/^[     ]*#[    ]*define[       ][      ]*// 
    24027         t ok 
    24028         d 
    24029         :ok 
    24030         s/[\\&,]/\\&/g 
    24031         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 
    24032         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 
    24033   ' >>conftest.defines 
    24034  
    24035 # Remove the space that was appended to ease matching. 
    24036 # Then replace #undef with comments.  This is necessary, for 
    24037 # example, in the case of _POSIX_SOURCE, which is predefined and required 
    24038 # 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.defines 
    24042  
    24043 # Break up conftest.defines: 
    24044 ac_max_sed_lines=50 
    24045  
    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 do 
    24056   # Write a here document: 
    24057     cat >>$CONFIG_STATUS <<_ACEOF 
    24058     # First, check the format of the line: 
    24059     cat >"\$tmp/defines.sed" <<\\CEOF 
    24060 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def 
    24061 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def 
    24062 b 
    24063 :def 
    24064 _ACEOF 
    24065   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 
    24066   echo 'CEOF 
    24067     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 
    24068   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 
    24069   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 
    24070   grep . conftest.tail >/dev/null || break 
    24071   rm -f conftest.defines 
    24072   mv conftest.tail conftest.defines 
    24073 done 
    24074 rm -f conftest.defines conftest.tail 
    24075  
    24076 echo "ac_result=$ac_in" >>$CONFIG_STATUS 
    24077 cat >>$CONFIG_STATUS <<\_ACEOF 
    2407824311  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;} 
    2408424322    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; }; } 
    2408724328    fi 
    2408824329  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; }; } 
    2409124335  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" 
    2409524338_am_stamp_count=1 
    2409624339for _am_header in $config_headers :; do 
     
    2410724350         X"$_am_arg" : 'X\(//\)$' \| \ 
    2410824351         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 
    24109 echo X"$_am_arg" | 
     24352$as_echo X"$_am_arg" | 
    2411024353    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    2411124354            s//\1/ 
     
    2412724370 ;; 
    2412824371 
    24129   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5 
    24130 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;} 
    2413124374 ;; 
    2413224375  esac 
     
    2413424377 
    2413524378  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. 
     24382case $CONFIG_FILES in 
     24383*\'*) eval set x "$CONFIG_FILES" ;; 
     24384*)   set x $CONFIG_FILES ;; 
     24385esac 
     24386shift 
     24387for mf 
     24388do 
    2413724389  # Strip MF so we end up with the name of the file. 
    2413824390  mf=`echo "$mf" | sed -e 's/:.*$//'` 
     
    2415024402         X"$mf" : 'X\(//\)$' \| \ 
    2415124403         X"$mf" : 'X\(/\)' \| . 2>/dev/null || 
    24152 echo X"$mf" | 
     24404$as_echo X"$mf" | 
    2415324405    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    2415424406            s//\1/ 
     
    2419424446         X"$file" : 'X\(//\)$' \| \ 
    2419524447         X"$file" : 'X\(/\)' \| . 2>/dev/null || 
    24196 echo X"$file" | 
     24448$as_echo X"$file" | 
    2419724449    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    2419824450            s//\1/ 
     
    2422024472    while :; do 
    2422124473      case $as_dir in #( 
    24222       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #
     24474      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'
    2422324475      *) as_qdir=$as_dir;; 
    2422424476      esac 
     
    2422924481         X"$as_dir" : 'X\(//\)$' \| \ 
    2423024482         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 
    24231 echo X"$as_dir" | 
     24483$as_echo X"$as_dir" | 
    2423224484    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    2423324485            s//\1/ 
     
    2425024502    done 
    2425124503    test -z "$as_dirs" || eval "mkdir $as_dirs" 
    24252   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
    24253 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;} 
    2425424506   { (exit 1); exit 1; }; }; } 
    2425524507    # echo "creating $dirpart/$file" 
     
    2435124603ac_clean_files=$ac_clean_files_save 
    2435224604 
     24605test $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 
    2435324610 
    2435424611# configure is writing to config.log, and then calls config.status. 
     
    2437224629  $ac_cs_success || { (exit 1); exit 1; } 
    2437324630fi 
    24374  
     24631if 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;} 
     24634fi 
     24635 
  • trunk/doc/Makefile.in

    r512 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    195195sysconfdir = @sysconfdir@ 
    196196target_alias = @target_alias@ 
     197top_build_prefix = @top_build_prefix@ 
    197198top_builddir = @top_builddir@ 
    198199top_srcdir = @top_srcdir@ 
     
    204205          case '$(am__configure_deps)' in \ 
    205206            *$$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; }; \ 
    208209              exit 1;; \ 
    209210          esac; \ 
  • trunk/doc/help/Makefile.in

    r512 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    196196sysconfdir = @sysconfdir@ 
    197197target_alias = @target_alias@ 
     198top_build_prefix = @top_build_prefix@ 
    198199top_builddir = @top_builddir@ 
    199200top_srcdir = @top_srcdir@ 
     
    216217          case '$(am__configure_deps)' in \ 
    217218            *$$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; }; \ 
    220221              exit 1;; \ 
    221222          esac; \ 
  • trunk/libtool

    r519 r525  
    336336 
    337337# 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 " 
     338sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.5 /usr/X11R6/lib /usr/lib/qt3/lib " 
    339339 
    340340# Fix the shell variable $srcfile for the compiler. 
     
    76157615 
    76167616# 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 " 
     7617sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.5 /usr/X11R6/lib /usr/lib/qt3/lib " 
    76187618 
    76197619# Fix the shell variable $srcfile for the compiler. 
     
    79307930 
    79317931# 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 " 
     7932sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/graphviz /usr/lib/octave-3.0.5 /usr/X11R6/lib /usr/lib/qt3/lib " 
    79337933 
    79347934# Fix the shell variable $srcfile for the compiler. 
  • trunk/m4/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    224225          case '$(am__configure_deps)' in \ 
    225226            *$$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; }; \ 
    228229              exit 1;; \ 
    229230          esac; \ 
  • trunk/mac/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    196196sysconfdir = @sysconfdir@ 
    197197target_alias = @target_alias@ 
     198top_build_prefix = @top_build_prefix@ 
    198199top_builddir = @top_builddir@ 
    199200top_srcdir = @top_srcdir@ 
     
    209210          case '$(am__configure_deps)' in \ 
    210211            *$$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; }; \ 
    213214              exit 1;; \ 
    214215          esac; \ 
  • trunk/po/cs_CZ.po

    r509 r525  
    99"Project-Id-Version: cs_CZ\n" 
    1010"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    11 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     11"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1212"PO-Revision-Date: 2009-03-28 13:41+0100\n" 
    1313"Last-Translator: Martin Bednar <serafean@gmail.com>\n" 
     
    165165#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    166166#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    167 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    168 #: src/mainDialog.cpp:535 
     167#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     168#: src/mainDialog.cpp:537 
    169169msgid "Unknown" 
    170170msgstr "Neznámé" 
     
    179179 
    180180#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    181 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    182 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    183 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     181#: 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 
    184184#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    185185#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    553553msgstr "Načítání" 
    554554 
    555 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     555#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    556556#, c-format 
    557557msgid "%u points" 
     
    559559 
    560560#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    561 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     561#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    562562#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    563563#, c-format 
     
    565565msgstr "před %s" 
    566566 
    567 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     567#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    568568#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    569569#, c-format 
     
    589589 
    590590#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    591 #: src/mainDialog.cpp:660 
     591#: src/mainDialog.cpp:662 
    592592msgid "Add a new client" 
    593593msgstr "Přidat klienta" 
     
    617617msgstr "Povolit klienta" 
    618618 
    619 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     619#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    620620msgid "Do you really want to delete this client?" 
    621621msgstr "Opravdu chcete smazat klienta?" 
     
    641641msgstr "Stará nastavení importována do %s" 
    642642 
    643 #: src/mainDialog.cpp:183 
     643#: src/mainDialog.cpp:184 
    644644#, c-format 
    645645msgid "%s is licenced under the GNU GPL v2" 
    646646msgstr "%s uvolněn pod licencí GNU GPL v2" 
    647647 
    648 #: src/mainDialog.cpp:184 
     648#: src/mainDialog.cpp:185 
    649649msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    650650msgstr "Copyright (C) 2003-2007 François Ingelrest" 
    651651 
    652 #: src/mainDialog.cpp:185 
     652#: src/mainDialog.cpp:186 
    653653msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    654654msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    655655 
    656 #: src/mainDialog.cpp:187 
     656#: src/mainDialog.cpp:188 
    657657msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    658658msgstr "FahMon obsahuje kód z QD, také uvolněn pod licencí GNU GPL v2" 
    659659 
    660 #: src/mainDialog.cpp:188 
     660#: src/mainDialog.cpp:189 
    661661msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    662662msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    663663 
    664 #: src/mainDialog.cpp:189 
     664#: src/mainDialog.cpp:190 
    665665msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    666666msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    667667 
    668 #: src/mainDialog.cpp:444 
     668#: src/mainDialog.cpp:446 
    669669msgid "" 
    670670"Something is wrong with this client.\n" 
     
    674674"Prosím zkontrolujte hlášení (Nástroje-> Zobrazit/SkrÜt Hlášky)." 
    675675 
    676 #: src/mainDialog.cpp:446 
     676#: src/mainDialog.cpp:448 
    677677msgid "This client is currently disabled." 
    678678msgstr "Tento klient je současně zakázán." 
    679679 
    680 #: src/mainDialog.cpp:537 
     680#: src/mainDialog.cpp:539 
    681681#, c-format 
    682682msgid "Project %u is unknown, you should try to update the projects database" 
     
    684684"%u projektu je neznámé, měli byste zkusit aktualizovat databázi projektů." 
    685685 
    686 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     686#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    687687#, c-format 
    688688msgid "%.2f PPD" 
    689689msgstr "%.2f PPD" 
    690690 
    691 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     691#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    692692msgid "&Check for update" 
    693693msgstr "Vyhledat aktualiza&ce" 
    694694 
    695 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     695#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    696696msgid "Check online for the latest version of FahMon" 
    697697msgstr "Zkontrolovat poslední verzi FahMon na Internetu." 
    698698 
    699 #: src/mainDialog.cpp:651 
     699#: src/mainDialog.cpp:653 
    700700msgid "&Preferences...\tCTRL+P" 
    701701msgstr "&Nastavení...\tCTRL+P" 
    702702 
    703 #: src/mainDialog.cpp:651 
     703#: src/mainDialog.cpp:653 
    704704msgid "Open the preferences dialog" 
    705705msgstr "Otevřít nastavení" 
    706706 
    707 #: src/mainDialog.cpp:653 
     707#: src/mainDialog.cpp:655 
    708708msgid "&Quit\tCtrl+Q" 
    709709msgstr "&Vypnout\tCtrl+Q" 
    710710 
    711 #: src/mainDialog.cpp:653 
     711#: src/mainDialog.cpp:655 
    712712#, c-format 
    713713msgid "Quit %s" 
    714714msgstr "Vypnout %s" 
    715715 
    716 #: src/mainDialog.cpp:660 
     716#: src/mainDialog.cpp:662 
    717717msgid "Add a new client to be monitored" 
    718718msgstr "Přidat klienta ke sledování" 
    719719 
    720 #: src/mainDialog.cpp:662 
     720#: src/mainDialog.cpp:664 
    721721msgid "Edit client" 
    722722msgstr "Editovat klienta" 
    723723 
    724 #: src/mainDialog.cpp:662 
     724#: src/mainDialog.cpp:664 
    725725msgid "Edit the selected client settings" 
    726726msgstr "Změnit nastaveni navoleného klienta" 
    727727 
    728 #: src/mainDialog.cpp:663 
     728#: src/mainDialog.cpp:665 
    729729msgid "Delete client" 
    730730msgstr "Vymazat klienta" 
    731731 
    732 #: src/mainDialog.cpp:663 
     732#: src/mainDialog.cpp:665 
    733733msgid "Delete the selected client" 
    734734msgstr "Vymazat navoleného klienta" 
    735735 
    736 #: src/mainDialog.cpp:664 
     736#: src/mainDialog.cpp:666 
    737737msgid "View client files" 
    738738msgstr "Zobrazit soubory klienta" 
    739739 
    740 #: src/mainDialog.cpp:664 
     740#: src/mainDialog.cpp:666 
    741741msgid "Open file browser in client folder" 
    742742msgstr "Otevřít správce souborů ve sloÅŸce" 
    743743 
    744 #: src/mainDialog.cpp:667 
     744#: src/mainDialog.cpp:669 
    745745msgid "Reload &Selection\tF5" 
    746746msgstr "Znovu načíst &vÜběr\tF5" 
    747747 
    748 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     748#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    749749msgid "Reload the selected client" 
    750750msgstr "Znovu načíst vybraného klienta" 
    751751 
    752 #: src/mainDialog.cpp:668 
     752#: src/mainDialog.cpp:670 
    753753msgid "Reload &All\tF6" 
    754754msgstr "Znovu načíst &vÅ¡e\tF6" 
    755755 
    756 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     756#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    757757msgid "Reload all the clients" 
    758758msgstr "Znovu načíst vÅ¡echny klienty" 
    759759 
    760 #: src/mainDialog.cpp:670 
     760#: src/mainDialog.cpp:672 
    761761msgid "Reload &Selection\tCtrl+R" 
    762762msgstr "Znovu načíst &vÜběr\tCtrl+R" 
    763763 
    764 #: src/mainDialog.cpp:671 
     764#: src/mainDialog.cpp:673 
    765765msgid "Reload &All\tCtrl+Shift+R" 
    766766msgstr "Znovu načíst &vÅ¡e\tCtrl+Shift+R" 
    767767 
    768 #: src/mainDialog.cpp:673 
     768#: src/mainDialog.cpp:675 
    769769msgid "&Clients" 
    770770msgstr "Klienti" 
    771771 
    772 #: src/mainDialog.cpp:678 
     772#: src/mainDialog.cpp:680 
    773773msgid "&Show/Hide FAHLog\tF8" 
    774774msgstr "&Zobrazit/skrÜt FAHlog.txt\tF8" 
    775775 
    776 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     776#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    777777msgid "Toggle the log file" 
    778778msgstr "Přepnout soubor logu" 
    779779 
    780 #: src/mainDialog.cpp:680 
     780#: src/mainDialog.cpp:682 
    781781msgid "&Cycle ETA Style\tF9" 
    782782msgstr "Změnit zobrazení zbÜvajícího času" 
    783783 
    784 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     784#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    785785msgid "Cycle through the different ETA display styles" 
    786786msgstr "Změnit styl zobrazení zbÜvajícího času" 
    787787 
    788 #: src/mainDialog.cpp:682 
     788#: src/mainDialog.cpp:684 
    789789msgid "&Show/Hide FAHLog\tCtrl+L" 
    790790msgstr "&Zobrazit/skrÜt FAHlog.txt\tCtrl+L" 
    791791 
    792 #: src/mainDialog.cpp:684 
     792#: src/mainDialog.cpp:686 
    793793msgid "&Cycle ETA Style\tCtrl+E" 
    794794msgstr "&Změnit styl zobrazení zbÜvajícího času\tCtrl+E" 
    795795 
    796 #: src/mainDialog.cpp:687 
     796#: src/mainDialog.cpp:689 
    797797msgid "Show/Hide &WU Info panel" 
    798798msgstr "Zobrazit/SkrÜt informační panel o Pracovní Jednotce" 
    799799 
    800 #: src/mainDialog.cpp:687 
     800#: src/mainDialog.cpp:689 
    801801msgid "Toggle the display of the Work Unit Information panel" 
    802802msgstr "Přepnout vzhled informačního panelu o Pracovní Jednotce" 
    803803 
    804 #: src/mainDialog.cpp:688 
     804#: src/mainDialog.cpp:690 
    805805msgid "&View" 
    806806msgstr "&Vzhled" 
    807807 
    808 #: src/mainDialog.cpp:692 
     808#: src/mainDialog.cpp:694 
    809809msgid "&Show/Hide Messages Window" 
    810810msgstr "&Zobrazit/SkrÜt Hlášky" 
    811811 
    812 #: src/mainDialog.cpp:692 
     812#: src/mainDialog.cpp:694 
    813813msgid "Toggle the messages window" 
    814814msgstr "Přepnout okno hlášek" 
    815815 
    816 #: src/mainDialog.cpp:693 
     816#: src/mainDialog.cpp:695 
    817817msgid "&Benchmarks...\tCTRL+B" 
    818818msgstr "Benchmarky...\tCTRL+B" 
    819819 
    820 #: src/mainDialog.cpp:693 
     820#: src/mainDialog.cpp:695 
    821821msgid "Open the benchmarks dialog" 
    822822msgstr "Otevřít benchmarky" 
    823823 
    824 #: src/mainDialog.cpp:694 
     824#: src/mainDialog.cpp:696 
    825825msgid "&Download New Projects" 
    826826msgstr "Stáhnout nové projekty" 
    827827 
    828 #: src/mainDialog.cpp:694 
     828#: src/mainDialog.cpp:696 
    829829msgid "Update the local project database" 
    830830msgstr "Aktualizovat lokální databázi projektů" 
    831831 
    832 #: src/mainDialog.cpp:700 
     832#: src/mainDialog.cpp:702 
    833833msgid "&Tools" 
    834834msgstr "Nás&troje" 
    835835 
    836 #: src/mainDialog.cpp:705 
     836#: src/mainDialog.cpp:707 
    837837msgid "&My Stats\tF2" 
    838838msgstr "&Moje Statistika\tF2" 
    839839 
    840 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     840#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    841841msgid "View the personal statistics for the selected client" 
    842842msgstr "Zobrazit osobní statistiky vybraného klienta" 
    843843 
    844 #: src/mainDialog.cpp:706 
     844#: src/mainDialog.cpp:708 
    845845msgid "&Jmol\tF3" 
    846846msgstr "&Jmol\tF3" 
    847847 
    848 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     848#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    849849msgid "View the current project on the Jmol website" 
    850850msgstr "Zobrazit aktuální projekt na stránkách Jmol" 
    851851 
    852 #: src/mainDialog.cpp:707 
     852#: src/mainDialog.cpp:709 
    853853msgid "fah&info\tF4" 
    854854msgstr "fah&info\tF4" 
    855855 
    856 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     856#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    857857msgid "View the current project on fahinfo.org" 
    858858msgstr "Zobrazit aktuální projekt na fahinfo.org" 
    859859 
    860 #: src/mainDialog.cpp:709 
     860#: src/mainDialog.cpp:711 
    861861msgid "&My Stats\tCtrl+Shift+M" 
    862862msgstr "&Moje Statistika\tCtrl+Shift+M" 
    863863 
    864 #: src/mainDialog.cpp:710 
     864#: src/mainDialog.cpp:712 
    865865msgid "&Jmol\tCtrl+J" 
    866866msgstr "&Jmol\tCtrl+J" 
    867867 
    868 #: src/mainDialog.cpp:711 
     868#: src/mainDialog.cpp:713 
    869869msgid "fah&info\tCtrl+I" 
    870870msgstr "fah&info\tCtrl+I" 
    871871 
    872 #: src/mainDialog.cpp:714 
     872#: src/mainDialog.cpp:716 
    873873msgid "F@H &Website" 
    874874msgstr "F@H &Stránky" 
    875875 
    876 #: src/mainDialog.cpp:714 
     876#: src/mainDialog.cpp:716 
    877877msgid "Open to the official Stanford website" 
    878878msgstr "Zobrazit oficiální stránky Stanfordu" 
    879879 
    880 #: src/mainDialog.cpp:715 
     880#: src/mainDialog.cpp:717 
    881881msgid "Folding &Forum" 
    882882msgstr "Folding &Forum" 
    883883 
    884 #: src/mainDialog.cpp:715 
     884#: src/mainDialog.cpp:717 
    885885msgid "Open the Folding@Home support forum" 
    886886msgstr "Otevřít forum technické podpory Folding@Home" 
    887887 
    888 #: src/mainDialog.cpp:716 
     888#: src/mainDialog.cpp:718 
    889889msgid "&Projects Summary" 
    890890msgstr "&Souhrn projektů" 
    891891 
    892 #: src/mainDialog.cpp:716 
     892#: src/mainDialog.cpp:718 
    893893msgid "Open the list of the current projects" 
    894894msgstr "Otevřít seznam aktuálních projektů" 
    895895 
    896 #: src/mainDialog.cpp:717 
     896#: src/mainDialog.cpp:719 
    897897msgid "&Servers Status" 
    898898msgstr "&Stav Serverů" 
    899899 
    900 #: src/mainDialog.cpp:717 
     900#: src/mainDialog.cpp:719 
    901901msgid "Open the list of the servers with their status" 
    902902msgstr "Otevřít seznam serverů s jejich stavem" 
    903903 
    904 #: src/mainDialog.cpp:718 
     904#: src/mainDialog.cpp:720 
    905905msgid "&Web" 
    906906msgstr "&Web" 
    907907 
    908 #: src/mainDialog.cpp:723 
     908#: src/mainDialog.cpp:725 
    909909msgid "&Help Contents\tF1" 
    910910msgstr "Obsah Nápovědy\tF1" 
    911911 
    912 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     912#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    913913msgid "See help contents" 
    914914msgstr "Zobrazit obsah nápovědy" 
    915915 
    916 #: src/mainDialog.cpp:725 
     916#: src/mainDialog.cpp:727 
    917917msgid "&Help Contents\tCtrl+?" 
    918918msgstr "Obsah Nápovědy\tCtrl+?" 
    919919 
    920 #: src/mainDialog.cpp:727 
     920#: src/mainDialog.cpp:729 
    921921msgid "FahMon &IRC Channel" 
    922922msgstr "FahMon &IRC Kanál" 
    923923 
    924 #: src/mainDialog.cpp:727 
     924#: src/mainDialog.cpp:729 
    925925msgid "Join the FahMon IRC channel for online help" 
    926926msgstr "PřihllaÅ¡te se na kanál IRC FahMon pro pomoc" 
    927927 
    928 #: src/mainDialog.cpp:728 
     928#: src/mainDialog.cpp:730 
    929929msgid "&About" 
    930930msgstr "&O Aplikaci" 
    931931 
    932 #: src/mainDialog.cpp:728 
     932#: src/mainDialog.cpp:730 
    933933#, c-format 
    934934msgid "About %s" 
    935935msgstr "O aplikaci %s" 
    936936 
    937 #: src/mainDialog.cpp:735 
     937#: src/mainDialog.cpp:737 
    938938msgid "&Help" 
    939939msgstr "&Nápověda" 
    940940 
    941 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     941#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    942942msgid "Work Unit Information" 
    943943msgstr "Informace o Pracovní Jednotce" 
    944944 
    945 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     945#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    946946msgid "Core:" 
    947947msgstr "Jádro : " 
    948948 
    949 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     949#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    950950msgid "Project:" 
    951951msgstr "Projekt:" 
    952952 
    953 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     953#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    954954msgid "Credit:" 
    955955msgstr "Kredit:" 
    956956 
    957 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     957#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    958958msgid "Username:" 
    959959msgstr "UÅŸivatelské jméno:" 
    960960 
    961 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     961#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    962962msgid "Downloaded:" 
    963963msgstr "StaÅŸeno:" 
    964964 
    965 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     965#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    966966msgid "Preferred Deadline:" 
    967967msgstr "PreferovanÜ Termín:" 
    968968 
    969 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     969#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    970970msgid "Final Deadline:" 
    971971msgstr "Poslední termín:" 
    972972 
    973 #: src/mainDialog.cpp:842 
     973#: src/mainDialog.cpp:844 
    974974msgid "Log file." 
    975975msgstr "Log" 
    976976 
    977 #: src/mainDialog.cpp:1084 
     977#: src/mainDialog.cpp:1086 
    978978msgid "You must first select a client!" 
    979979msgstr "Musíte nejprve vybrat klienta!" 
    980980 
    981 #: src/mainDialog.cpp:1445 
     981#: src/mainDialog.cpp:1447 
    982982msgid "Checking for FahMon updates" 
    983983msgstr "Ověřuji dostupnost aktualizací FahMon" 
    984984 
    985 #: src/mainDialog.cpp:1456 
     985#: src/mainDialog.cpp:1458 
    986986#, c-format 
    987987msgid "Your version: %s; New version: %s" 
    988988msgstr "VaÅ¡e verze : %s ; Nová verze : %s" 
    989989 
    990 #: src/mainDialog.cpp:1470 
     990#: src/mainDialog.cpp:1472 
    991991msgid "Update available" 
    992992msgstr "Aktualizace dostupna" 
    993993 
    994 #: src/mainDialog.cpp:1471 
     994#: src/mainDialog.cpp:1473 
    995995msgid "" 
    996996"A newer version of FahMon is available\n" 
     
    10001000"Chcete přejít na domovskou stránku FahMon?" 
    10011001 
    1002 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1002#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10031003msgid "No update found" 
    10041004msgstr "Nebyla nalezena şádná aktualizace" 
    10051005 
    1006 #: src/mainDialog.cpp:1624 
     1006#: src/mainDialog.cpp:1626 
    10071007msgid "ctrl" 
    10081008msgstr "ctrl" 
    10091009 
    1010 #: src/mainDialog.cpp:1625 
     1010#: src/mainDialog.cpp:1627 
    10111011msgid "shift" 
    10121012msgstr "shift" 
    10131013 
    1014 #: src/mainDialog.cpp:1626 
     1014#: src/mainDialog.cpp:1628 
    10151015msgid "alt" 
    10161016msgstr "alt" 
  • trunk/po/de_DE.po

    r518 r525  
    33"Project-Id-Version: FahMon Translation - de_DE 1.1.b1\n" 
    44"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    5 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     5"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    66"PO-Revision-Date: 2009-04-05 20:46+0100\n" 
    77"Last-Translator: Mark Gerber <mark.gerber@web.de>\n" 
     
    171171#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    172172#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    173 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    174 #: src/mainDialog.cpp:535 
     173#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     174#: src/mainDialog.cpp:537 
    175175msgid "Unknown" 
    176176msgstr "Unbekannt" 
     
    185185 
    186186#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    187 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    188 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    189 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     187#: 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 
    190190#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    191191#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    569569msgstr "Abfrage lÀuft..." 
    570570 
    571 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     571#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    572572#, c-format 
    573573msgid "%u points" 
     
    575575 
    576576#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    577 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     577#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    578578#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    579579#, c-format 
     
    581581msgstr "vor %s" 
    582582 
    583 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     583#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    584584#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    585585#, c-format 
     
    605605 
    606606#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    607 #: src/mainDialog.cpp:660 
     607#: src/mainDialog.cpp:662 
    608608msgid "Add a new client" 
    609609msgstr "Client-Eintrag hinzufÃŒgen" 
     
    633633msgstr "Client-Eintrag aktivieren" 
    634634 
    635 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     635#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    636636msgid "Do you really want to delete this client?" 
    637637msgstr "Möchtest Du diesen Client-Eintrag tatsÀchlich löschen?" 
     
    657657msgstr "Bisherige Einstellungen importiert in %s" 
    658658 
    659 #: src/mainDialog.cpp:183 
     659#: src/mainDialog.cpp:184 
    660660#, c-format 
    661661msgid "%s is licenced under the GNU GPL v2" 
    662662msgstr "%s steht unter der Lizenz GNU GPL v2." 
    663663 
    664 #: src/mainDialog.cpp:184 
     664#: src/mainDialog.cpp:185 
    665665msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    666666msgstr "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    667667 
    668 #: src/mainDialog.cpp:185 
     668#: src/mainDialog.cpp:186 
    669669msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    670670msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    671671 
    672 #: src/mainDialog.cpp:187 
     672#: src/mainDialog.cpp:188 
    673673msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    674674msgstr "" 
    675675"FahMon enthÀlt Code von qd, das ebenfalls unter der Lizenz GNU GPL v2 steht." 
    676676 
    677 #: src/mainDialog.cpp:188 
     677#: src/mainDialog.cpp:189 
    678678msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    679679msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    680680 
    681 #: src/mainDialog.cpp:189 
     681#: src/mainDialog.cpp:190 
    682682msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    683683msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    684684 
    685 #: src/mainDialog.cpp:444 
     685#: src/mainDialog.cpp:446 
    686686msgid "" 
    687687"Something is wrong with this client.\n" 
     
    691691"ÜberprÃŒfe die FahMon-Meldungen (Extras > Meldungsfenster zeigen/verbergen)." 
    692692 
    693 #: src/mainDialog.cpp:446 
     693#: src/mainDialog.cpp:448 
    694694msgid "This client is currently disabled." 
    695695msgstr "Dieser Client-Eintrag ist zur Zeit deaktiviert." 
    696696 
    697 #: src/mainDialog.cpp:537 
     697#: src/mainDialog.cpp:539 
    698698#, c-format 
    699699msgid "Project %u is unknown, you should try to update the projects database" 
     
    702702"Projektedaten." 
    703703 
    704 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     704#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    705705#, c-format 
    706706msgid "%.2f PPD" 
    707707msgstr "%.2f PPD" 
    708708 
    709 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     709#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    710710msgid "&Check for update" 
    711711msgstr "Auf Programm&update prÃŒfen" 
    712712 
    713 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     713#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    714714msgid "Check online for the latest version of FahMon" 
    715715msgstr "FÃŒhrt eine OnlineprÃŒfung auf ein Programmupdate durch." 
    716716 
    717 #: src/mainDialog.cpp:651 
     717#: src/mainDialog.cpp:653 
    718718msgid "&Preferences...\tCTRL+P" 
    719719msgstr "&Einstellungen...\tStrg+P" 
    720720 
    721 #: src/mainDialog.cpp:651 
     721#: src/mainDialog.cpp:653 
    722722msgid "Open the preferences dialog" 
    723723msgstr "Öffnet den Einstellungen-Dialog." 
    724724 
    725 #: src/mainDialog.cpp:653 
     725#: src/mainDialog.cpp:655 
    726726msgid "&Quit\tCtrl+Q" 
    727727msgstr "&Beenden\tStrg+Q" 
    728728 
    729 #: src/mainDialog.cpp:653 
     729#: src/mainDialog.cpp:655 
    730730#, c-format 
    731731msgid "Quit %s" 
    732732msgstr "Beendet %s." 
    733733 
    734 #: src/mainDialog.cpp:660 
     734#: src/mainDialog.cpp:662 
    735735msgid "Add a new client to be monitored" 
    736736msgstr "FÃŒgt der Liste einen zu ÃŒberwachenden Client hinzu." 
    737737 
    738 #: src/mainDialog.cpp:662 
     738#: src/mainDialog.cpp:664 
    739739msgid "Edit client" 
    740740msgstr "Client-Eintrag bearbeiten" 
    741741 
    742 #: src/mainDialog.cpp:662 
     742#: src/mainDialog.cpp:664 
    743743msgid "Edit the selected client settings" 
    744744msgstr "Öffnet das Dialogfeld mit den Einstellungen zum Client-Eintrag." 
    745745 
    746 #: src/mainDialog.cpp:663 
     746#: src/mainDialog.cpp:665 
    747747msgid "Delete client" 
    748748msgstr "Client-Eintrag löschen" 
    749749 
    750 #: src/mainDialog.cpp:663 
     750#: src/mainDialog.cpp:665 
    751751msgid "Delete the selected client" 
    752752msgstr "Entfernt den ausgewÀhlten Client aus der Liste." 
    753753 
    754 #: src/mainDialog.cpp:664 
     754#: src/mainDialog.cpp:666 
    755755msgid "View client files" 
    756756msgstr "Client-Verzeichnis einsehen" 
    757757 
    758 #: src/mainDialog.cpp:664 
     758#: src/mainDialog.cpp:666 
    759759msgid "Open file browser in client folder" 
    760760msgstr "Öffnet einen Dateimanager mit dem Verzeichnis des Clients." 
    761761 
    762 #: src/mainDialog.cpp:667 
     762#: src/mainDialog.cpp:669 
    763763msgid "Reload &Selection\tF5" 
    764764msgstr "Auswahl ab&fragen\tF5" 
    765765 
    766 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     766#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    767767msgid "Reload the selected client" 
    768768msgstr "Fragt Information zum ausgewÀhlten Client ab." 
    769769 
    770 #: src/mainDialog.cpp:668 
     770#: src/mainDialog.cpp:670 
    771771msgid "Reload &All\tF6" 
    772772msgstr "&Alle abfragen\tF6" 
    773773 
    774 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     774#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    775775msgid "Reload all the clients" 
    776776msgstr "Fragt Information zu allen Clients ab." 
    777777 
    778 #: src/mainDialog.cpp:670 
     778#: src/mainDialog.cpp:672 
    779779msgid "Reload &Selection\tCtrl+R" 
    780780msgstr "Auswahl ab&fragen\tStrg+R" 
    781781 
    782 #: src/mainDialog.cpp:671 
     782#: src/mainDialog.cpp:673 
    783783msgid "Reload &All\tCtrl+Shift+R" 
    784784msgstr "&Alle abfragen\tStrg+Umschalt+R" 
    785785 
    786 #: src/mainDialog.cpp:673 
     786#: src/mainDialog.cpp:675 
    787787msgid "&Clients" 
    788788msgstr "&Clients" 
    789789 
    790 #: src/mainDialog.cpp:678 
     790#: src/mainDialog.cpp:680 
    791791msgid "&Show/Hide FAHLog\tF8" 
    792792msgstr "FAH&log zeigen/verbergen\tF8" 
    793793 
    794 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     794#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    795795msgid "Toggle the log file" 
    796796msgstr "Zeigt oder verbirgt die Log-Datei." 
    797797 
    798 #: src/mainDialog.cpp:680 
     798#: src/mainDialog.cpp:682 
    799799msgid "&Cycle ETA Style\tF9" 
    800800msgstr "&Zeitanzeigen umschalten\tF9" 
    801801 
    802 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     802#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    803803msgid "Cycle through the different ETA display styles" 
    804804msgstr "DurchlÀuft die verschiedenen Darstellungsarten fÃŒr die Zeitanzeigen." 
    805805 
    806 #: src/mainDialog.cpp:682 
     806#: src/mainDialog.cpp:684 
    807807msgid "&Show/Hide FAHLog\tCtrl+L" 
    808808msgstr "FAH&log zeigen/verbergen\tStrg+L" 
    809809 
    810 #: src/mainDialog.cpp:684 
     810#: src/mainDialog.cpp:686 
    811811msgid "&Cycle ETA Style\tCtrl+E" 
    812812msgstr "&Zeitanzeigen umschalten\tStrg+E" 
    813813 
    814 #: src/mainDialog.cpp:687 
     814#: src/mainDialog.cpp:689 
    815815msgid "Show/Hide &WU Info panel" 
    816816msgstr "&WU-Infobereich zeigen/verbergen" 
    817817 
    818 #: src/mainDialog.cpp:687 
     818#: src/mainDialog.cpp:689 
    819819msgid "Toggle the display of the Work Unit Information panel" 
    820820msgstr "Zeigt oder verbirgt den Bereich zur Anzeige von WU-Information." 
    821821 
    822 #: src/mainDialog.cpp:688 
     822#: src/mainDialog.cpp:690 
    823823msgid "&View" 
    824824msgstr "&Ansicht" 
    825825 
    826 #: src/mainDialog.cpp:692 
     826#: src/mainDialog.cpp:694 
    827827msgid "&Show/Hide Messages Window" 
    828828msgstr "&Meldungsfenster zeigen/verbergen" 
    829829 
    830 #: src/mainDialog.cpp:692 
     830#: src/mainDialog.cpp:694 
    831831msgid "Toggle the messages window" 
    832832msgstr "Zeigt oder verbirgt das FahMon-Meldungsfenster." 
    833833 
    834 #: src/mainDialog.cpp:693 
     834#: src/mainDialog.cpp:695 
    835835msgid "&Benchmarks...\tCTRL+B" 
    836836msgstr "&Benchmarks...\tStrg+B" 
    837837 
    838 #: src/mainDialog.cpp:693 
     838#: src/mainDialog.cpp:695 
    839839msgid "Open the benchmarks dialog" 
    840840msgstr "Öffnet das Fenster mit Projekte-Benchmarks." 
    841841 
    842 #: src/mainDialog.cpp:694 
     842#: src/mainDialog.cpp:696 
    843843msgid "&Download New Projects" 
    844844msgstr "Aktuelle Projekte&daten herunterladen" 
    845845 
    846 #: src/mainDialog.cpp:694 
     846#: src/mainDialog.cpp:696 
    847847msgid "Update the local project database" 
    848848msgstr "Aktualisiert die lokal abgelegten Projektedaten." 
    849849 
    850 #: src/mainDialog.cpp:700 
     850#: src/mainDialog.cpp:702 
    851851msgid "&Tools" 
    852852msgstr "E&xtras" 
    853853 
    854 #: src/mainDialog.cpp:705 
     854#: src/mainDialog.cpp:707 
    855855msgid "&My Stats\tF2" 
    856856msgstr "&Meine Statistik\tF2" 
    857857 
    858 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     858#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    859859msgid "View the personal statistics for the selected client" 
    860860msgstr "Öffnet die Seite mit der Statistik zum ausgewÀhlten Client." 
    861861 
    862 #: src/mainDialog.cpp:706 
     862#: src/mainDialog.cpp:708 
    863863msgid "&Jmol\tF3" 
    864864msgstr "&Jmol\tF3" 
    865865 
    866 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     866#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    867867msgid "View the current project on the Jmol website" 
    868868msgstr "Öffnet die Jmol-Website mit dem aktuellen Projekt." 
    869869 
    870 #: src/mainDialog.cpp:707 
     870#: src/mainDialog.cpp:709 
    871871msgid "fah&info\tF4" 
    872872msgstr "fah&info\tF4" 
    873873 
    874 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     874#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    875875msgid "View the current project on fahinfo.org" 
    876876msgstr "Öffnet fahinfo.org mit dem aktuellen Projekt." 
    877877 
    878 #: src/mainDialog.cpp:709 
     878#: src/mainDialog.cpp:711 
    879879msgid "&My Stats\tCtrl+Shift+M" 
    880880msgstr "&Meine Statistik\tStrg+Umschalt+M" 
    881881 
    882 #: src/mainDialog.cpp:710 
     882#: src/mainDialog.cpp:712 
    883883msgid "&Jmol\tCtrl+J" 
    884884msgstr "&Jmol\tStrg+J" 
    885885 
    886 #: src/mainDialog.cpp:711 
     886#: src/mainDialog.cpp:713 
    887887msgid "fah&info\tCtrl+I" 
    888888msgstr "fah&info\tStrg+I" 
    889889 
    890 #: src/mainDialog.cpp:714 
     890#: src/mainDialog.cpp:716 
    891891msgid "F@H &Website" 
    892892msgstr "F@H-&Website" 
    893893 
    894 #: src/mainDialog.cpp:714 
     894#: src/mainDialog.cpp:716 
    895895msgid "Open to the official Stanford website" 
    896896msgstr "Öffnet die offzielle F@H-Website der Stanford-UniversitÀt." 
    897897 
    898 #: src/mainDialog.cpp:715 
     898#: src/mainDialog.cpp:717 
    899899msgid "Folding &Forum" 
    900900msgstr "Folding &Forum" 
    901901 
    902 #: src/mainDialog.cpp:715 
     902#: src/mainDialog.cpp:717 
    903903msgid "Open the Folding@Home support forum" 
    904904msgstr "Öffnet das Support-Forum von Folding@Home." 
    905905 
    906 #: src/mainDialog.cpp:716 
     906#: src/mainDialog.cpp:718 
    907907msgid "&Projects Summary" 
    908908msgstr "&ProjekteÃŒbersicht" 
    909909 
    910 #: src/mainDialog.cpp:716 
     910#: src/mainDialog.cpp:718 
    911911msgid "Open the list of the current projects" 
    912912msgstr "Öffnet die Übersichtsseite der aktuellen Projekte." 
    913913 
    914 #: src/mainDialog.cpp:717 
     914#: src/mainDialog.cpp:719 
    915915msgid "&Servers Status" 
    916916msgstr "&Serverstatus" 
    917917 
    918 #: src/mainDialog.cpp:717 
     918#: src/mainDialog.cpp:719 
    919919msgid "Open the list of the servers with their status" 
    920920msgstr "Öffnet die Liste der Server und deren Status." 
    921921 
    922 #: src/mainDialog.cpp:718 
     922#: src/mainDialog.cpp:720 
    923923msgid "&Web" 
    924924msgstr "&Web" 
    925925 
    926 #: src/mainDialog.cpp:723 
     926#: src/mainDialog.cpp:725 
    927927msgid "&Help Contents\tF1" 
    928928msgstr "&Inhalt (Web)\tF1" 
    929929 
    930 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     930#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    931931msgid "See help contents" 
    932932msgstr "Zeigt die InhaltsÃŒbersicht der Hilfe (Web)." 
    933933 
    934 #: src/mainDialog.cpp:725 
     934#: src/mainDialog.cpp:727 
    935935msgid "&Help Contents\tCtrl+?" 
    936936msgstr "&Inhalt (Web)\tStrg+?" 
    937937 
    938 #: src/mainDialog.cpp:727 
     938#: src/mainDialog.cpp:729 
    939939msgid "FahMon &IRC Channel" 
    940940msgstr "IRC-&Channel" 
    941941 
    942 #: src/mainDialog.cpp:727 
     942#: src/mainDialog.cpp:729 
    943943msgid "Join the FahMon IRC channel for online help" 
    944944msgstr "Am IRC-Channel fÃŒr FahMon teilnehmen, um Hilfe zu erhalten." 
    945945 
    946 #: src/mainDialog.cpp:728 
     946#: src/mainDialog.cpp:730 
    947947msgid "&About" 
    948948msgstr "Info &ÃŒber FahMon" 
    949949 
    950 #: src/mainDialog.cpp:728 
     950#: src/mainDialog.cpp:730 
    951951#, c-format 
    952952msgid "About %s" 
    953953msgstr "Zeigt allgemeine Programminformation ÃŒber %s an." 
    954954 
    955 #: src/mainDialog.cpp:735 
     955#: src/mainDialog.cpp:737 
    956956msgid "&Help" 
    957957msgstr "&Hilfe" 
    958958 
    959 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     959#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    960960msgid "Work Unit Information" 
    961961msgstr "Work Unit" 
    962962 
    963 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     963#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    964964msgid "Core:" 
    965965msgstr "Core:" 
    966966 
    967 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     967#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    968968msgid "Project:" 
    969969msgstr "Projekt:" 
    970970 
    971 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     971#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    972972msgid "Credit:" 
    973973msgstr "Gutschrift:" 
    974974 
    975 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     975#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    976976msgid "Username:" 
    977977msgstr "Benutzername:" 
    978978 
    979 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     979#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    980980msgid "Downloaded:" 
    981981msgstr "Heruntergeladen:" 
    982982 
    983 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     983#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    984984msgid "Preferred Deadline:" 
    985985msgstr "Bevorzugte FÀlligkeit:" 
    986986 
    987 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     987#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    988988msgid "Final Deadline:" 
    989989msgstr "EndgÃŒltige FÀlligkeit:" 
    990990 
    991 #: src/mainDialog.cpp:842 
     991#: src/mainDialog.cpp:844 
    992992msgid "Log file." 
    993993msgstr "Log-Datei." 
    994994 
    995 #: src/mainDialog.cpp:1084 
     995#: src/mainDialog.cpp:1086 
    996996msgid "You must first select a client!" 
    997997msgstr "WÀhle bitte zuerst einen Client aus." 
    998998 
    999 #: src/mainDialog.cpp:1445 
     999#: src/mainDialog.cpp:1447 
    10001000msgid "Checking for FahMon updates" 
    10011001msgstr "Suche nach Programmupdate" 
    10021002 
    1003 #: src/mainDialog.cpp:1456 
     1003#: src/mainDialog.cpp:1458 
    10041004#, c-format 
    10051005msgid "Your version: %s; New version: %s" 
    10061006msgstr "Deine Version: %s - VerfÃŒgbare Version: %s" 
    10071007 
    1008 #: src/mainDialog.cpp:1470 
     1008#: src/mainDialog.cpp:1472 
    10091009msgid "Update available" 
    10101010msgstr "Programmupdate verfÃŒgbar." 
    10111011 
    1012 #: src/mainDialog.cpp:1471 
     1012#: src/mainDialog.cpp:1473 
    10131013msgid "" 
    10141014"A newer version of FahMon is available\n" 
     
    10181018"Soll die FahMon-Website geöffnet werden?" 
    10191019 
    1020 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1020#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10211021msgid "No update found" 
    10221022msgstr "Es ist kein Programmupdate vorhanden." 
    10231023 
    1024 #: src/mainDialog.cpp:1624 
     1024#: src/mainDialog.cpp:1626 
    10251025msgid "ctrl" 
    10261026msgstr "strg" 
    10271027 
    1028 #: src/mainDialog.cpp:1625 
     1028#: src/mainDialog.cpp:1627 
    10291029msgid "shift" 
    10301030msgstr "umschalt" 
    10311031 
    1032 #: src/mainDialog.cpp:1626 
     1032#: src/mainDialog.cpp:1628 
    10331033msgid "alt" 
    10341034msgstr "alt" 
  • trunk/po/en_GB.po

    r509 r525  
    88"Project-Id-Version: en_GB\n" 
    99"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    10 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     10"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1111"PO-Revision-Date: 2009-03-23 01:11+0000\n" 
    1212"Last-Translator: Andrew Schofield <andrew_s@fahmon.net>\n" 
     
    163163#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    164164#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    165 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    166 #: src/mainDialog.cpp:535 
     165#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     166#: src/mainDialog.cpp:537 
    167167msgid "Unknown" 
    168168msgstr "Unknown" 
     
    177177 
    178178#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    179 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    180 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    181 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     179#: 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 
    182182#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    183183#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    554554msgstr "Loading..." 
    555555 
    556 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     556#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    557557#, c-format 
    558558msgid "%u points" 
     
    560560 
    561561#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    562 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     562#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    563563#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    564564#, c-format 
     
    566566msgstr "%s ago" 
    567567 
    568 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     568#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    569569#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    570570#, c-format 
     
    590590 
    591591#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    592 #: src/mainDialog.cpp:660 
     592#: src/mainDialog.cpp:662 
    593593msgid "Add a new client" 
    594594msgstr "Add a new client" 
     
    618618msgstr "Enable this client" 
    619619 
    620 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     620#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    621621msgid "Do you really want to delete this client?" 
    622622msgstr "Do you really want to delete this client?" 
     
    642642msgstr "Old settings imported into %s" 
    643643 
    644 #: src/mainDialog.cpp:183 
     644#: src/mainDialog.cpp:184 
    645645#, c-format 
    646646msgid "%s is licenced under the GNU GPL v2" 
    647647msgstr "%s is licenced under the GNU GPL v2" 
    648648 
    649 #: src/mainDialog.cpp:184 
     649#: src/mainDialog.cpp:185 
    650650msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    651651msgstr "Copyright (C) 2003-2007 François Ingelrest" 
    652652 
    653 #: src/mainDialog.cpp:185 
     653#: src/mainDialog.cpp:186 
    654654msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    655655msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    656656 
    657 #: src/mainDialog.cpp:187 
     657#: src/mainDialog.cpp:188 
    658658msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    659659msgstr "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    660660 
    661 #: src/mainDialog.cpp:188 
     661#: src/mainDialog.cpp:189 
    662662msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    663663msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    664664 
    665 #: src/mainDialog.cpp:189 
     665#: src/mainDialog.cpp:190 
    666666msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    667667msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    668668 
    669 #: src/mainDialog.cpp:444 
     669#: src/mainDialog.cpp:446 
    670670msgid "" 
    671671"Something is wrong with this client.\n" 
     
    675675"Please check the messages (Tools->Show/Hide Messages Window)." 
    676676 
    677 #: src/mainDialog.cpp:446 
     677#: src/mainDialog.cpp:448 
    678678msgid "This client is currently disabled." 
    679679msgstr "This client is currently disabled." 
    680680 
    681 #: src/mainDialog.cpp:537 
     681#: src/mainDialog.cpp:539 
    682682#, c-format 
    683683msgid "Project %u is unknown, you should try to update the projects database" 
    684684msgstr "Project %u is unknown, you should try to update the projects database" 
    685685 
    686 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     686#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    687687#, c-format 
    688688msgid "%.2f PPD" 
    689689msgstr "%.2f PPD" 
    690690 
    691 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     691#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    692692msgid "&Check for update" 
    693693msgstr "&Check for update" 
    694694 
    695 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     695#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    696696msgid "Check online for the latest version of FahMon" 
    697697msgstr "Check online for the latest version of FahMon" 
    698698 
    699 #: src/mainDialog.cpp:651 
     699#: src/mainDialog.cpp:653 
    700700msgid "&Preferences...\tCTRL+P" 
    701701msgstr "&Preferences...\tCTRL+P" 
    702702 
    703 #: src/mainDialog.cpp:651 
     703#: src/mainDialog.cpp:653 
    704704msgid "Open the preferences dialog" 
    705705msgstr "Open the preferences dialog" 
    706706 
    707 #: src/mainDialog.cpp:653 
     707#: src/mainDialog.cpp:655 
    708708msgid "&Quit\tCtrl+Q" 
    709709msgstr "&Quit\tCtrl+Q" 
    710710 
    711 #: src/mainDialog.cpp:653 
     711#: src/mainDialog.cpp:655 
    712712#, c-format 
    713713msgid "Quit %s" 
    714714msgstr "Quit %s" 
    715715 
    716 #: src/mainDialog.cpp:660 
     716#: src/mainDialog.cpp:662 
    717717msgid "Add a new client to be monitored" 
    718718msgstr "Add a new client to be monitored" 
    719719 
    720 #: src/mainDialog.cpp:662 
     720#: src/mainDialog.cpp:664 
    721721msgid "Edit client" 
    722722msgstr "Edit client" 
    723723 
    724 #: src/mainDialog.cpp:662 
     724#: src/mainDialog.cpp:664 
    725725msgid "Edit the selected client settings" 
    726726msgstr "Edit the selected client settings" 
    727727 
    728 #: src/mainDialog.cpp:663 
     728#: src/mainDialog.cpp:665 
    729729msgid "Delete client" 
    730730msgstr "Delete client" 
    731731 
    732 #: src/mainDialog.cpp:663 
     732#: src/mainDialog.cpp:665 
    733733msgid "Delete the selected client" 
    734734msgstr "Delete the selected client" 
    735735 
    736 #: src/mainDialog.cpp:664 
     736#: src/mainDialog.cpp:666 
    737737msgid "View client files" 
    738738msgstr "View client Files" 
    739739 
    740 #: src/mainDialog.cpp:664 
     740#: src/mainDialog.cpp:666 
    741741msgid "Open file browser in client folder" 
    742742msgstr "Open file browser in client folder" 
    743743 
    744 #: src/mainDialog.cpp:667 
     744#: src/mainDialog.cpp:669 
    745745msgid "Reload &Selection\tF5" 
    746746msgstr "Reload &Selection\tF5" 
    747747 
    748 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     748#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    749749msgid "Reload the selected client" 
    750750msgstr "Reload the selected client" 
    751751 
    752 #: src/mainDialog.cpp:668 
     752#: src/mainDialog.cpp:670 
    753753msgid "Reload &All\tF6" 
    754754msgstr "Reload &All\tF6" 
    755755 
    756 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     756#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    757757msgid "Reload all the clients" 
    758758msgstr "Reload all the clients" 
    759759 
    760 #: src/mainDialog.cpp:670 
     760#: src/mainDialog.cpp:672 
    761761msgid "Reload &Selection\tCtrl+R" 
    762762msgstr "Reload &Selection\tCtrl+R" 
    763763 
    764 #: src/mainDialog.cpp:671 
     764#: src/mainDialog.cpp:673 
    765765msgid "Reload &All\tCtrl+Shift+R" 
    766766msgstr "Reload &All\tCtrl+Shift+R" 
    767767 
    768 #: src/mainDialog.cpp:673 
     768#: src/mainDialog.cpp:675 
    769769msgid "&Clients" 
    770770msgstr "&Clients" 
    771771 
    772 #: src/mainDialog.cpp:678 
     772#: src/mainDialog.cpp:680 
    773773msgid "&Show/Hide FAHLog\tF8" 
    774774msgstr "&Show/Hide FAHLog\tF8" 
    775775 
    776 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     776#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    777777msgid "Toggle the log file" 
    778778msgstr "Toggle the log file" 
    779779 
    780 #: src/mainDialog.cpp:680 
     780#: src/mainDialog.cpp:682 
    781781msgid "&Cycle ETA Style\tF9" 
    782782msgstr "&Cycle ETA Style\tF9" 
    783783 
    784 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     784#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    785785msgid "Cycle through the different ETA display styles" 
    786786msgstr "Cycle through the different ETA display styles" 
    787787 
    788 #: src/mainDialog.cpp:682 
     788#: src/mainDialog.cpp:684 
    789789msgid "&Show/Hide FAHLog\tCtrl+L" 
    790790msgstr "&Show/Hide FAHLog\tCtrl+L" 
    791791 
    792 #: src/mainDialog.cpp:684 
     792#: src/mainDialog.cpp:686 
    793793msgid "&Cycle ETA Style\tCtrl+E" 
    794794msgstr "&Cycle ETA Style\tCtrl+E" 
    795795 
    796 #: src/mainDialog.cpp:687 
     796#: src/mainDialog.cpp:689 
    797797msgid "Show/Hide &WU Info panel" 
    798798msgstr "Show/Hide &WU Info panel" 
    799799 
    800 #: src/mainDialog.cpp:687 
     800#: src/mainDialog.cpp:689 
    801801msgid "Toggle the display of the Work Unit Information panel" 
    802802msgstr "Toggle the display of the Work Unit Information panel" 
    803803 
    804 #: src/mainDialog.cpp:688 
     804#: src/mainDialog.cpp:690 
    805805msgid "&View" 
    806806msgstr "&View" 
    807807 
    808 #: src/mainDialog.cpp:692 
     808#: src/mainDialog.cpp:694 
    809809msgid "&Show/Hide Messages Window" 
    810810msgstr "&Show/Hide Messages Window" 
    811811 
    812 #: src/mainDialog.cpp:692 
     812#: src/mainDialog.cpp:694 
    813813msgid "Toggle the messages window" 
    814814msgstr "Toggle the messages window" 
    815815 
    816 #: src/mainDialog.cpp:693 
     816#: src/mainDialog.cpp:695 
    817817msgid "&Benchmarks...\tCTRL+B" 
    818818msgstr "&Benchmarks...\tCTRL+B" 
    819819 
    820 #: src/mainDialog.cpp:693 
     820#: src/mainDialog.cpp:695 
    821821msgid "Open the benchmarks dialog" 
    822822msgstr "Open the benchmarks dialog" 
    823823 
    824 #: src/mainDialog.cpp:694 
     824#: src/mainDialog.cpp:696 
    825825msgid "&Download New Projects" 
    826826msgstr "&Download New Projects" 
    827827 
    828 #: src/mainDialog.cpp:694 
     828#: src/mainDialog.cpp:696 
    829829msgid "Update the local project database" 
    830830msgstr "Update the local project database" 
    831831 
    832 #: src/mainDialog.cpp:700 
     832#: src/mainDialog.cpp:702 
    833833msgid "&Tools" 
    834834msgstr "&Tools" 
    835835 
    836 #: src/mainDialog.cpp:705 
     836#: src/mainDialog.cpp:707 
    837837msgid "&My Stats\tF2" 
    838838msgstr "&My Stats\tF2" 
    839839 
    840 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     840#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    841841msgid "View the personal statistics for the selected client" 
    842842msgstr "View the personal statistics for the selected client" 
    843843 
    844 #: src/mainDialog.cpp:706 
     844#: src/mainDialog.cpp:708 
    845845msgid "&Jmol\tF3" 
    846846msgstr "&Jmol\tF3" 
    847847 
    848 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     848#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    849849msgid "View the current project on the Jmol website" 
    850850msgstr "View the current project on the Jmol website" 
    851851 
    852 #: src/mainDialog.cpp:707 
     852#: src/mainDialog.cpp:709 
    853853msgid "fah&info\tF4" 
    854854msgstr "fah&info\tF4" 
    855855 
    856 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     856#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    857857msgid "View the current project on fahinfo.org" 
    858858msgstr "View the current project on fahinfo.org" 
    859859 
    860 #: src/mainDialog.cpp:709 
     860#: src/mainDialog.cpp:711 
    861861msgid "&My Stats\tCtrl+Shift+M" 
    862862msgstr "&My Stats\tCtrl+Shirt+M" 
    863863 
    864 #: src/mainDialog.cpp:710 
     864#: src/mainDialog.cpp:712 
    865865msgid "&Jmol\tCtrl+J" 
    866866msgstr "&Jmol\tCtrl+J" 
    867867 
    868 #: src/mainDialog.cpp:711 
     868#: src/mainDialog.cpp:713 
    869869msgid "fah&info\tCtrl+I" 
    870870msgstr "fah&info\tCtrl+I" 
    871871 
    872 #: src/mainDialog.cpp:714 
     872#: src/mainDialog.cpp:716 
    873873msgid "F@H &Website" 
    874874msgstr "F@H &Website" 
    875875 
    876 #: src/mainDialog.cpp:714 
     876#: src/mainDialog.cpp:716 
    877877msgid "Open to the official Stanford website" 
    878878msgstr "Open to the official Stanford website" 
    879879 
    880 #: src/mainDialog.cpp:715 
     880#: src/mainDialog.cpp:717 
    881881msgid "Folding &Forum" 
    882882msgstr "Folding &Forum" 
    883883 
    884 #: src/mainDialog.cpp:715 
     884#: src/mainDialog.cpp:717 
    885885msgid "Open the Folding@Home support forum" 
    886886msgstr "Open the Folding@Home support forum" 
    887887 
    888 #: src/mainDialog.cpp:716 
     888#: src/mainDialog.cpp:718 
    889889msgid "&Projects Summary" 
    890890msgstr "&Projects Summary" 
    891891 
    892 #: src/mainDialog.cpp:716 
     892#: src/mainDialog.cpp:718 
    893893msgid "Open the list of the current projects" 
    894894msgstr "Open the list of the current projects" 
    895895 
    896 #: src/mainDialog.cpp:717 
     896#: src/mainDialog.cpp:719 
    897897msgid "&Servers Status" 
    898898msgstr "&Servers Status" 
    899899 
    900 #: src/mainDialog.cpp:717 
     900#: src/mainDialog.cpp:719 
    901901msgid "Open the list of the servers with their status" 
    902902msgstr "Open the list of the servers with their status" 
    903903 
    904 #: src/mainDialog.cpp:718 
     904#: src/mainDialog.cpp:720 
    905905msgid "&Web" 
    906906msgstr "&Web" 
    907907 
    908 #: src/mainDialog.cpp:723 
     908#: src/mainDialog.cpp:725 
    909909msgid "&Help Contents\tF1" 
    910910msgstr "&Help Contents\tF1" 
    911911 
    912 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     912#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    913913msgid "See help contents" 
    914914msgstr "See help contents" 
    915915 
    916 #: src/mainDialog.cpp:725 
     916#: src/mainDialog.cpp:727 
    917917msgid "&Help Contents\tCtrl+?" 
    918918msgstr "&Help Contents\tCtrl+?" 
    919919 
    920 #: src/mainDialog.cpp:727 
     920#: src/mainDialog.cpp:729 
    921921msgid "FahMon &IRC Channel" 
    922922msgstr "FahMon &IRC Channel" 
    923923 
    924 #: src/mainDialog.cpp:727 
     924#: src/mainDialog.cpp:729 
    925925msgid "Join the FahMon IRC channel for online help" 
    926926msgstr "Join the FahMon IRC channel for online help" 
    927927 
    928 #: src/mainDialog.cpp:728 
     928#: src/mainDialog.cpp:730 
    929929msgid "&About" 
    930930msgstr "&About" 
    931931 
    932 #: src/mainDialog.cpp:728 
     932#: src/mainDialog.cpp:730 
    933933#, c-format 
    934934msgid "About %s" 
    935935msgstr "About %s" 
    936936 
    937 #: src/mainDialog.cpp:735 
     937#: src/mainDialog.cpp:737 
    938938msgid "&Help" 
    939939msgstr "&Help" 
    940940 
    941 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     941#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    942942msgid "Work Unit Information" 
    943943msgstr "Work Unit Information" 
    944944 
    945 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     945#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    946946msgid "Core:" 
    947947msgstr "Core:" 
    948948 
    949 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     949#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    950950msgid "Project:" 
    951951msgstr "Project:" 
    952952 
    953 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     953#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    954954msgid "Credit:" 
    955955msgstr "Credit:" 
    956956 
    957 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     957#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    958958msgid "Username:" 
    959959msgstr "Username:" 
    960960 
    961 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     961#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    962962msgid "Downloaded:" 
    963963msgstr "Downloaded:" 
    964964 
    965 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     965#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    966966msgid "Preferred Deadline:" 
    967967msgstr "Preferred Deadline:" 
    968968 
    969 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     969#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    970970msgid "Final Deadline:" 
    971971msgstr "Final Deadline:" 
    972972 
    973 #: src/mainDialog.cpp:842 
     973#: src/mainDialog.cpp:844 
    974974msgid "Log file." 
    975975msgstr "Log file." 
    976976 
    977 #: src/mainDialog.cpp:1084 
     977#: src/mainDialog.cpp:1086 
    978978msgid "You must first select a client!" 
    979979msgstr "You must first select a client!" 
    980980 
    981 #: src/mainDialog.cpp:1445 
     981#: src/mainDialog.cpp:1447 
    982982msgid "Checking for FahMon updates" 
    983983msgstr "Checking for FahMon updates" 
    984984 
    985 #: src/mainDialog.cpp:1456 
     985#: src/mainDialog.cpp:1458 
    986986#, c-format 
    987987msgid "Your version: %s; New version: %s" 
    988988msgstr "Your version: %s; New version: %s" 
    989989 
    990 #: src/mainDialog.cpp:1470 
     990#: src/mainDialog.cpp:1472 
    991991msgid "Update available" 
    992992msgstr "Update available" 
    993993 
    994 #: src/mainDialog.cpp:1471 
     994#: src/mainDialog.cpp:1473 
    995995msgid "" 
    996996"A newer version of FahMon is available\n" 
     
    10001000"Do you want to go to the FahMon website?" 
    10011001 
    1002 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1002#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10031003msgid "No update found" 
    10041004msgstr "No update found" 
    10051005 
    1006 #: src/mainDialog.cpp:1624 
     1006#: src/mainDialog.cpp:1626 
    10071007msgid "ctrl" 
    10081008msgstr "ctrl" 
    10091009 
    1010 #: src/mainDialog.cpp:1625 
     1010#: src/mainDialog.cpp:1627 
    10111011msgid "shift" 
    10121012msgstr "shift" 
    10131013 
    1014 #: src/mainDialog.cpp:1626 
     1014#: src/mainDialog.cpp:1628 
    10151015msgid "alt" 
    10161016msgstr "alt" 
  • trunk/po/es_ES.po

    r509 r525  
    88"Project-Id-Version: es_ES\n" 
    99"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    10 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     10"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1111"PO-Revision-Date: 2008-10-30 00:13+0000\n" 
    1212"Last-Translator: Antonio Lucendo <alt_alm@hotmail.com>\n" 
     
    166166#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    167167#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    168 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    169 #: src/mainDialog.cpp:535 
     168#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     169#: src/mainDialog.cpp:537 
    170170msgid "Unknown" 
    171171msgstr "Desconocido" 
     
    180180 
    181181#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    182 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    183 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    184 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     182#: 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 
    185185#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    186186#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    566566msgstr "Cargando..." 
    567567 
    568 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     568#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    569569#, c-format 
    570570msgid "%u points" 
     
    572572 
    573573#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    574 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     574#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    575575#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    576576#, c-format 
     
    578578msgstr "Hace %s" 
    579579 
    580 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     580#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    581581#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    582582#, c-format 
     
    602602 
    603603#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    604 #: src/mainDialog.cpp:660 
     604#: src/mainDialog.cpp:662 
    605605msgid "Add a new client" 
    606606msgstr "Añadir un nuevo cliente" 
     
    630630msgstr "Habilitar este cliente" 
    631631 
    632 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     632#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    633633msgid "Do you really want to delete this client?" 
    634634msgstr "¿Confirma que quiere eliminar este cliente?" 
     
    654654msgstr "" 
    655655 
    656 #: src/mainDialog.cpp:183 
     656#: src/mainDialog.cpp:184 
    657657#, c-format 
    658658msgid "%s is licenced under the GNU GPL v2" 
    659659msgstr "%s está bajo la licencia GNU GPL v2" 
    660660 
    661 #: src/mainDialog.cpp:184 
     661#: src/mainDialog.cpp:185 
    662662msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    663663msgstr "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    664664 
    665 #: src/mainDialog.cpp:185 
     665#: src/mainDialog.cpp:186 
    666666msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    667667msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    668668 
    669 #: src/mainDialog.cpp:187 
     669#: src/mainDialog.cpp:188 
    670670msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    671671msgstr "FahMon contiene código de qd, también bajo licencia GNU GPL v2" 
    672672 
    673 #: src/mainDialog.cpp:188 
     673#: src/mainDialog.cpp:189 
    674674msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    675675msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    676676 
    677 #: src/mainDialog.cpp:189 
     677#: src/mainDialog.cpp:190 
    678678msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    679679msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    680680 
    681 #: src/mainDialog.cpp:444 
     681#: src/mainDialog.cpp:446 
    682682msgid "" 
    683683"Something is wrong with this client.\n" 
     
    688688"de Mensajes)" 
    689689 
    690 #: src/mainDialog.cpp:446 
     690#: src/mainDialog.cpp:448 
    691691msgid "This client is currently disabled." 
    692692msgstr "Este cliente está actualmente inhabilitado" 
    693693 
    694 #: src/mainDialog.cpp:537 
     694#: src/mainDialog.cpp:539 
    695695#, c-format 
    696696msgid "Project %u is unknown, you should try to update the projects database" 
     
    699699"proyectos" 
    700700 
    701 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     701#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    702702#, c-format 
    703703msgid "%.2f PPD" 
    704704msgstr "" 
    705705 
    706 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     706#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    707707msgid "&Check for update" 
    708708msgstr "&Busca actualizaciones" 
    709709 
    710 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     710#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    711711msgid "Check online for the latest version of FahMon" 
    712712msgstr "Busca en línea la última versión de FahMon" 
    713713 
    714 #: src/mainDialog.cpp:651 
     714#: src/mainDialog.cpp:653 
    715715msgid "&Preferences...\tCTRL+P" 
    716716msgstr "&Preferencias...\tCTRL+P" 
    717717 
    718 #: src/mainDialog.cpp:651 
     718#: src/mainDialog.cpp:653 
    719719msgid "Open the preferences dialog" 
    720720msgstr "Abre el cuadrode diálogo de preferencias" 
    721721 
    722 #: src/mainDialog.cpp:653 
     722#: src/mainDialog.cpp:655 
    723723msgid "&Quit\tCtrl+Q" 
    724724msgstr "&Salir\tCtrl+Q" 
    725725 
    726 #: src/mainDialog.cpp:653 
     726#: src/mainDialog.cpp:655 
    727727#, c-format 
    728728msgid "Quit %s" 
    729729msgstr "Salir %s" 
    730730 
    731 #: src/mainDialog.cpp:660 
     731#: src/mainDialog.cpp:662 
    732732msgid "Add a new client to be monitored" 
    733733msgstr "Añadir un cliente nuevo para monitorizar" 
    734734 
    735 #: src/mainDialog.cpp:662 
     735#: src/mainDialog.cpp:664 
    736736msgid "Edit client" 
    737737msgstr "Editar cliente" 
    738738 
    739 #: src/mainDialog.cpp:662 
     739#: src/mainDialog.cpp:664 
    740740msgid "Edit the selected client settings" 
    741741msgstr "Editar la configuración del cliente seleccionado" 
    742742 
    743 #: src/mainDialog.cpp:663 
     743#: src/mainDialog.cpp:665 
    744744msgid "Delete client" 
    745745msgstr "Eliminar cliente" 
    746746 
    747 #: src/mainDialog.cpp:663 
     747#: src/mainDialog.cpp:665 
    748748msgid "Delete the selected client" 
    749749msgstr "Eliminar el cliente seleccionado" 
    750750 
    751 #: src/mainDialog.cpp:664 
     751#: src/mainDialog.cpp:666 
    752752msgid "View client files" 
    753753msgstr "Ver los archivos del cliente" 
    754754 
    755 #: src/mainDialog.cpp:664 
     755#: src/mainDialog.cpp:666 
    756756msgid "Open file browser in client folder" 
    757757msgstr "Abrir el directorio del cliente en el administrador de archvios" 
    758758 
    759 #: src/mainDialog.cpp:667 
     759#: src/mainDialog.cpp:669 
    760760msgid "Reload &Selection\tF5" 
    761761msgstr "Actualizar &Selección\tF5" 
    762762 
    763 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     763#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    764764msgid "Reload the selected client" 
    765765msgstr "Actualiza el cliente seleccionado" 
    766766 
    767 #: src/mainDialog.cpp:668 
     767#: src/mainDialog.cpp:670 
    768768msgid "Reload &All\tF6" 
    769769msgstr "Actualizar &Todo\tF6" 
    770770 
    771 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     771#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    772772msgid "Reload all the clients" 
    773773msgstr "Actualiza todos los clientes" 
    774774 
    775 #: src/mainDialog.cpp:670 
     775#: src/mainDialog.cpp:672 
    776776msgid "Reload &Selection\tCtrl+R" 
    777777msgstr "Actualizar &Selección\tCtrl+R" 
    778778 
    779 #: src/mainDialog.cpp:671 
     779#: src/mainDialog.cpp:673 
    780780msgid "Reload &All\tCtrl+Shift+R" 
    781781msgstr "Actualizar &Todo\tCtrl+Shift+R" 
    782782 
    783 #: src/mainDialog.cpp:673 
     783#: src/mainDialog.cpp:675 
    784784msgid "&Clients" 
    785785msgstr "&Clientes" 
    786786 
    787 #: src/mainDialog.cpp:678 
     787#: src/mainDialog.cpp:680 
    788788msgid "&Show/Hide FAHLog\tF8" 
    789789msgstr "&Muestra/Oculta el registro FAH\tF8" 
    790790 
    791 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     791#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    792792msgid "Toggle the log file" 
    793793msgstr "Conmuta la ventana del archivo de registro" 
    794794 
    795 #: src/mainDialog.cpp:680 
     795#: src/mainDialog.cpp:682 
    796796msgid "&Cycle ETA Style\tF9" 
    797797msgstr "&Rota estilo ETA \tF9" 
    798798 
    799 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     799#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    800800msgid "Cycle through the different ETA display styles" 
    801801msgstr "Rota los diferentes modos de mostrar ETA" 
    802802 
    803 #: src/mainDialog.cpp:682 
     803#: src/mainDialog.cpp:684 
    804804msgid "&Show/Hide FAHLog\tCtrl+L" 
    805805msgstr "&Muestra/Oculta el registro FAH\tCtrl+L" 
    806806 
    807 #: src/mainDialog.cpp:684 
     807#: src/mainDialog.cpp:686 
    808808msgid "&Cycle ETA Style\tCtrl+E" 
    809809msgstr "&Rota estilo ETA \tCtrl+E" 
    810810 
    811 #: src/mainDialog.cpp:687 
     811#: src/mainDialog.cpp:689 
    812812msgid "Show/Hide &WU Info panel" 
    813813msgstr "Mostrar/Oculatr el panel de información de la WU" 
    814814 
    815 #: src/mainDialog.cpp:687 
     815#: src/mainDialog.cpp:689 
    816816msgid "Toggle the display of the Work Unit Information panel" 
    817817msgstr "Conmuta la visualización del panel de información de la WU" 
    818818 
    819 #: src/mainDialog.cpp:688 
     819#: src/mainDialog.cpp:690 
    820820msgid "&View" 
    821821msgstr "&Ver" 
    822822 
    823 #: src/mainDialog.cpp:692 
     823#: src/mainDialog.cpp:694 
    824824msgid "&Show/Hide Messages Window" 
    825825msgstr "&Mostrar/Ocultar la Ventana de Mensajes" 
    826826 
    827 #: src/mainDialog.cpp:692 
     827#: src/mainDialog.cpp:694 
    828828msgid "Toggle the messages window" 
    829829msgstr "Conmuta la ventana de mensajes" 
    830830 
    831 #: src/mainDialog.cpp:693 
     831#: src/mainDialog.cpp:695 
    832832msgid "&Benchmarks...\tCTRL+B" 
    833833msgstr "&Comparativas...\tCTRL+B" 
    834834 
    835 #: src/mainDialog.cpp:693 
     835#: src/mainDialog.cpp:695 
    836836msgid "Open the benchmarks dialog" 
    837837msgstr "Abre el cuadro de diálogo de comparativas" 
    838838 
    839 #: src/mainDialog.cpp:694 
     839#: src/mainDialog.cpp:696 
    840840msgid "&Download New Projects" 
    841841msgstr "&Descargar Proyectos nuevos" 
    842842 
    843 #: src/mainDialog.cpp:694 
     843#: src/mainDialog.cpp:696 
    844844msgid "Update the local project database" 
    845845msgstr "Actualiza la base de datos local" 
    846846 
    847 #: src/mainDialog.cpp:700 
     847#: src/mainDialog.cpp:702 
    848848msgid "&Tools" 
    849849msgstr "Herramien&tas" 
    850850 
    851 #: src/mainDialog.cpp:705 
     851#: src/mainDialog.cpp:707 
    852852msgid "&My Stats\tF2" 
    853853msgstr "&Mis estadísticas\tF2" 
    854854 
    855 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     855#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    856856msgid "View the personal statistics for the selected client" 
    857857msgstr "Mostrar las estadísticas personales para el cliente seleccionado" 
    858858 
    859 #: src/mainDialog.cpp:706 
     859#: src/mainDialog.cpp:708 
    860860msgid "&Jmol\tF3" 
    861861msgstr "&Jmol\tF3" 
    862862 
    863 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     863#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    864864msgid "View the current project on the Jmol website" 
    865865msgstr "Ver el proyecto actual en el sitio web de Jmol" 
    866866 
    867 #: src/mainDialog.cpp:707 
     867#: src/mainDialog.cpp:709 
    868868msgid "fah&info\tF4" 
    869869msgstr "fah&info\tF4" 
    870870 
    871 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     871#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    872872msgid "View the current project on fahinfo.org" 
    873873msgstr "Ver el proyecto actual en fahinfo.org" 
    874874 
    875 #: src/mainDialog.cpp:709 
     875#: src/mainDialog.cpp:711 
    876876msgid "&My Stats\tCtrl+Shift+M" 
    877877msgstr "&Mis estadísticas\tCtrl+Shift+M" 
    878878 
    879 #: src/mainDialog.cpp:710 
     879#: src/mainDialog.cpp:712 
    880880msgid "&Jmol\tCtrl+J" 
    881881msgstr "&Jmol\tCtrl+J" 
    882882 
    883 #: src/mainDialog.cpp:711 
     883#: src/mainDialog.cpp:713 
    884884msgid "fah&info\tCtrl+I" 
    885885msgstr "fah&info\tCtrl+I" 
    886886 
    887 #: src/mainDialog.cpp:714 
     887#: src/mainDialog.cpp:716 
    888888msgid "F@H &Website" 
    889889msgstr "Sitio web de F@H" 
    890890 
    891 #: src/mainDialog.cpp:714 
     891#: src/mainDialog.cpp:716 
    892892msgid "Open to the official Stanford website" 
    893893msgstr "Ir al sitio web oficial de Stanford" 
    894894 
    895 #: src/mainDialog.cpp:715 
     895#: src/mainDialog.cpp:717 
    896896msgid "Folding &Forum" 
    897897msgstr "Foro Folding" 
    898898 
    899 #: src/mainDialog.cpp:715 
     899#: src/mainDialog.cpp:717 
    900900msgid "Open the Folding@Home support forum" 
    901901msgstr "Ir al foro de soporte de Folding@Home" 
    902902 
    903 #: src/mainDialog.cpp:716 
     903#: src/mainDialog.cpp:718 
    904904msgid "&Projects Summary" 
    905905msgstr "&Resumen de los Proyectos" 
    906906 
    907 #: src/mainDialog.cpp:716 
     907#: src/mainDialog.cpp:718 
    908908msgid "Open the list of the current projects" 
    909909msgstr "Abrir la lista de los proyectos vigentes" 
    910910 
    911 #: src/mainDialog.cpp:717 
     911#: src/mainDialog.cpp:719 
    912912msgid "&Servers Status" 
    913913msgstr "&Estado de los Servidores" 
    914914 
    915 #: src/mainDialog.cpp:717 
     915#: src/mainDialog.cpp:719 
    916916msgid "Open the list of the servers with their status" 
    917917msgstr "Abre la lista de los servidores que muestra su estado" 
    918918 
    919 #: src/mainDialog.cpp:718 
     919#: src/mainDialog.cpp:720 
    920920msgid "&Web" 
    921921msgstr "&Web" 
    922922 
    923 #: src/mainDialog.cpp:723 
     923#: src/mainDialog.cpp:725 
    924924msgid "&Help Contents\tF1" 
    925925msgstr "&Contenido de la ayuda\tF1" 
    926926 
    927 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     927#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    928928msgid "See help contents" 
    929929msgstr "Ver el contenido de la ayuda" 
    930930 
    931 #: src/mainDialog.cpp:725 
     931#: src/mainDialog.cpp:727 
    932932msgid "&Help Contents\tCtrl+?" 
    933933msgstr "&Contenido de la ayuda\tCtrl+?" 
    934934 
    935 #: src/mainDialog.cpp:727 
     935#: src/mainDialog.cpp:729 
    936936msgid "FahMon &IRC Channel" 
    937937msgstr "" 
    938938 
    939 #: src/mainDialog.cpp:727 
     939#: src/mainDialog.cpp:729 
    940940msgid "Join the FahMon IRC channel for online help" 
    941941msgstr "" 
    942942 
    943 #: src/mainDialog.cpp:728 
     943#: src/mainDialog.cpp:730 
    944944msgid "&About" 
    945945msgstr "&Acerca de" 
    946946 
    947 #: src/mainDialog.cpp:728 
     947#: src/mainDialog.cpp:730 
    948948#, c-format 
    949949msgid "About %s" 
    950950msgstr "Acerca de %s" 
    951951 
    952 #: src/mainDialog.cpp:735 
     952#: src/mainDialog.cpp:737 
    953953msgid "&Help" 
    954954msgstr "&Ayuda" 
    955955 
    956 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     956#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    957957msgid "Work Unit Information" 
    958958msgstr "Información de la unidad de trabajo" 
    959959 
    960 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     960#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    961961msgid "Core:" 
    962962msgstr "Núcleo:" 
    963963 
    964 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     964#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    965965msgid "Project:" 
    966966msgstr "Proyecto:" 
    967967 
    968 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     968#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    969969msgid "Credit:" 
    970970msgstr "Valor:" 
    971971 
    972 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     972#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    973973msgid "Username:" 
    974974msgstr "Nombre de Usuario:" 
    975975 
    976 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     976#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    977977msgid "Downloaded:" 
    978978msgstr "Descargado:" 
    979979 
    980 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     980#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    981981msgid "Preferred Deadline:" 
    982982msgstr "Fecha límite preferida:" 
    983983 
    984 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     984#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    985985msgid "Final Deadline:" 
    986986msgstr "Fecha límite final:" 
    987987 
    988 #: src/mainDialog.cpp:842 
     988#: src/mainDialog.cpp:844 
    989989msgid "Log file." 
    990990msgstr "Archivo de registro." 
    991991 
    992 #: src/mainDialog.cpp:1084 
     992#: src/mainDialog.cpp:1086 
    993993msgid "You must first select a client!" 
    994994msgstr "¡Tiene que seleccionar un cliente primero!" 
    995995 
    996 #: src/mainDialog.cpp:1445 
     996#: src/mainDialog.cpp:1447 
    997997msgid "Checking for FahMon updates" 
    998998msgstr "Comprobando si hay actualizaciones de FahMon" 
    999999 
    1000 #: src/mainDialog.cpp:1456 
     1000#: src/mainDialog.cpp:1458 
    10011001#, c-format 
    10021002msgid "Your version: %s; New version: %s" 
    10031003msgstr "Su versión: %s; Nueva versión: %s" 
    10041004 
    1005 #: src/mainDialog.cpp:1470 
     1005#: src/mainDialog.cpp:1472 
    10061006msgid "Update available" 
    10071007msgstr "Hay disponible una actualización" 
    10081008 
    1009 #: src/mainDialog.cpp:1471 
     1009#: src/mainDialog.cpp:1473 
    10101010msgid "" 
    10111011"A newer version of FahMon is available\n" 
     
    10151015"¿Quiere ir al sitio web de FahMon?" 
    10161016 
    1017 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1017#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10181018msgid "No update found" 
    10191019msgstr "No se encontraron actualizaciones" 
    10201020 
    1021 #: src/mainDialog.cpp:1624 
     1021#: src/mainDialog.cpp:1626 
    10221022msgid "ctrl" 
    10231023msgstr "ctrl" 
    10241024 
    1025 #: src/mainDialog.cpp:1625 
     1025#: src/mainDialog.cpp:1627 
    10261026msgid "shift" 
    10271027msgstr "mayúscula" 
    10281028 
    1029 #: src/mainDialog.cpp:1626 
     1029#: src/mainDialog.cpp:1628 
    10301030msgid "alt" 
    10311031msgstr "alt" 
  • trunk/po/fahmon.pot

    r509 r525  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    11 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     11"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    163163#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    164164#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    165 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    166 #: src/mainDialog.cpp:535 
     165#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     166#: src/mainDialog.cpp:537 
    167167msgid "Unknown" 
    168168msgstr "" 
     
    177177 
    178178#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    179 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    180 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    181 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     179#: 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 
    182182#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    183183#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    526526msgstr "" 
    527527 
    528 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     528#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    529529#, c-format 
    530530msgid "%u points" 
     
    532532 
    533533#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    534 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     534#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    535535#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    536536#, c-format 
     
    538538msgstr "" 
    539539 
    540 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     540#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    541541#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    542542#, c-format 
     
    562562 
    563563#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    564 #: src/mainDialog.cpp:660 
     564#: src/mainDialog.cpp:662 
    565565msgid "Add a new client" 
    566566msgstr "" 
     
    590590msgstr "" 
    591591 
    592 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     592#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    593593msgid "Do you really want to delete this client?" 
    594594msgstr "" 
     
    611611msgstr "" 
    612612 
    613 #: src/mainDialog.cpp:183 
     613#: src/mainDialog.cpp:184 
    614614#, c-format 
    615615msgid "%s is licenced under the GNU GPL v2" 
    616616msgstr "" 
    617617 
    618 #: src/mainDialog.cpp:184 
     618#: src/mainDialog.cpp:185 
    619619msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    620620msgstr "" 
    621621 
    622 #: src/mainDialog.cpp:185 
     622#: src/mainDialog.cpp:186 
    623623msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    624624msgstr "" 
    625625 
    626 #: src/mainDialog.cpp:187 
     626#: src/mainDialog.cpp:188 
    627627msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    628628msgstr "" 
    629629 
    630 #: src/mainDialog.cpp:188 
     630#: src/mainDialog.cpp:189 
    631631msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    632632msgstr "" 
    633633 
    634 #: src/mainDialog.cpp:189 
     634#: src/mainDialog.cpp:190 
    635635msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    636636msgstr "" 
    637637 
    638 #: src/mainDialog.cpp:444 
     638#: src/mainDialog.cpp:446 
    639639msgid "" 
    640640"Something is wrong with this client.\n" 
     
    642642msgstr "" 
    643643 
    644 #: src/mainDialog.cpp:446 
     644#: src/mainDialog.cpp:448 
    645645msgid "This client is currently disabled." 
    646646msgstr "" 
    647647 
    648 #: src/mainDialog.cpp:537 
     648#: src/mainDialog.cpp:539 
    649649#, c-format 
    650650msgid "Project %u is unknown, you should try to update the projects database" 
    651651msgstr "" 
    652652 
    653 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     653#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    654654#, c-format 
    655655msgid "%.2f PPD" 
    656656msgstr "" 
    657657 
    658 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     658#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    659659msgid "&Check for update" 
    660660msgstr "" 
    661661 
    662 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     662#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    663663msgid "Check online for the latest version of FahMon" 
    664664msgstr "" 
    665665 
    666 #: src/mainDialog.cpp:651 
     666#: src/mainDialog.cpp:653 
    667667msgid "&Preferences...\tCTRL+P" 
    668668msgstr "" 
    669669 
    670 #: src/mainDialog.cpp:651 
     670#: src/mainDialog.cpp:653 
    671671msgid "Open the preferences dialog" 
    672672msgstr "" 
    673673 
    674 #: src/mainDialog.cpp:653 
     674#: src/mainDialog.cpp:655 
    675675msgid "&Quit\tCtrl+Q" 
    676676msgstr "" 
    677677 
    678 #: src/mainDialog.cpp:653 
     678#: src/mainDialog.cpp:655 
    679679#, c-format 
    680680msgid "Quit %s" 
    681681msgstr "" 
    682682 
    683 #: src/mainDialog.cpp:660 
     683#: src/mainDialog.cpp:662 
    684684msgid "Add a new client to be monitored" 
    685685msgstr "" 
    686686 
    687 #: src/mainDialog.cpp:662 
     687#: src/mainDialog.cpp:664 
    688688msgid "Edit client" 
    689689msgstr "" 
    690690 
    691 #: src/mainDialog.cpp:662 
     691#: src/mainDialog.cpp:664 
    692692msgid "Edit the selected client settings" 
    693693msgstr "" 
    694694 
    695 #: src/mainDialog.cpp:663 
     695#: src/mainDialog.cpp:665 
    696696msgid "Delete client" 
    697697msgstr "" 
    698698 
    699 #: src/mainDialog.cpp:663 
     699#: src/mainDialog.cpp:665 
    700700msgid "Delete the selected client" 
    701701msgstr "" 
    702702 
    703 #: src/mainDialog.cpp:664 
     703#: src/mainDialog.cpp:666 
    704704msgid "View client files" 
    705705msgstr "" 
    706706 
    707 #: src/mainDialog.cpp:664 
     707#: src/mainDialog.cpp:666 
    708708msgid "Open file browser in client folder" 
    709709msgstr "" 
    710710 
    711 #: src/mainDialog.cpp:667 
     711#: src/mainDialog.cpp:669 
    712712msgid "Reload &Selection\tF5" 
    713713msgstr "" 
    714714 
    715 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     715#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    716716msgid "Reload the selected client" 
    717717msgstr "" 
    718718 
    719 #: src/mainDialog.cpp:668 
     719#: src/mainDialog.cpp:670 
    720720msgid "Reload &All\tF6" 
    721721msgstr "" 
    722722 
    723 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     723#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    724724msgid "Reload all the clients" 
    725725msgstr "" 
    726726 
    727 #: src/mainDialog.cpp:670 
     727#: src/mainDialog.cpp:672 
    728728msgid "Reload &Selection\tCtrl+R" 
    729729msgstr "" 
    730730 
    731 #: src/mainDialog.cpp:671 
     731#: src/mainDialog.cpp:673 
    732732msgid "Reload &All\tCtrl+Shift+R" 
    733733msgstr "" 
    734734 
    735 #: src/mainDialog.cpp:673 
     735#: src/mainDialog.cpp:675 
    736736msgid "&Clients" 
    737737msgstr "" 
    738738 
    739 #: src/mainDialog.cpp:678 
     739#: src/mainDialog.cpp:680 
    740740msgid "&Show/Hide FAHLog\tF8" 
    741741msgstr "" 
    742742 
    743 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     743#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    744744msgid "Toggle the log file" 
    745745msgstr "" 
    746746 
    747 #: src/mainDialog.cpp:680 
     747#: src/mainDialog.cpp:682 
    748748msgid "&Cycle ETA Style\tF9" 
    749749msgstr "" 
    750750 
    751 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     751#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    752752msgid "Cycle through the different ETA display styles" 
    753753msgstr "" 
    754754 
    755 #: src/mainDialog.cpp:682 
     755#: src/mainDialog.cpp:684 
    756756msgid "&Show/Hide FAHLog\tCtrl+L" 
    757757msgstr "" 
    758758 
    759 #: src/mainDialog.cpp:684 
     759#: src/mainDialog.cpp:686 
    760760msgid "&Cycle ETA Style\tCtrl+E" 
    761761msgstr "" 
    762762 
    763 #: src/mainDialog.cpp:687 
     763#: src/mainDialog.cpp:689 
    764764msgid "Show/Hide &WU Info panel" 
    765765msgstr "" 
    766766 
    767 #: src/mainDialog.cpp:687 
     767#: src/mainDialog.cpp:689 
    768768msgid "Toggle the display of the Work Unit Information panel" 
    769769msgstr "" 
    770770 
    771 #: src/mainDialog.cpp:688 
     771#: src/mainDialog.cpp:690 
    772772msgid "&View" 
    773773msgstr "" 
    774774 
    775 #: src/mainDialog.cpp:692 
     775#: src/mainDialog.cpp:694 
    776776msgid "&Show/Hide Messages Window" 
    777777msgstr "" 
    778778 
    779 #: src/mainDialog.cpp:692 
     779#: src/mainDialog.cpp:694 
    780780msgid "Toggle the messages window" 
    781781msgstr "" 
    782782 
    783 #: src/mainDialog.cpp:693 
     783#: src/mainDialog.cpp:695 
    784784msgid "&Benchmarks...\tCTRL+B" 
    785785msgstr "" 
    786786 
    787 #: src/mainDialog.cpp:693 
     787#: src/mainDialog.cpp:695 
    788788msgid "Open the benchmarks dialog" 
    789789msgstr "" 
    790790 
    791 #: src/mainDialog.cpp:694 
     791#: src/mainDialog.cpp:696 
    792792msgid "&Download New Projects" 
    793793msgstr "" 
    794794 
    795 #: src/mainDialog.cpp:694 
     795#: src/mainDialog.cpp:696 
    796796msgid "Update the local project database" 
    797797msgstr "" 
    798798 
    799 #: src/mainDialog.cpp:700 
     799#: src/mainDialog.cpp:702 
    800800msgid "&Tools" 
    801801msgstr "" 
    802802 
    803 #: src/mainDialog.cpp:705 
     803#: src/mainDialog.cpp:707 
    804804msgid "&My Stats\tF2" 
    805805msgstr "" 
    806806 
    807 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     807#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    808808msgid "View the personal statistics for the selected client" 
    809809msgstr "" 
    810810 
    811 #: src/mainDialog.cpp:706 
     811#: src/mainDialog.cpp:708 
    812812msgid "&Jmol\tF3" 
    813813msgstr "" 
    814814 
    815 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     815#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    816816msgid "View the current project on the Jmol website" 
    817817msgstr "" 
    818818 
    819 #: src/mainDialog.cpp:707 
     819#: src/mainDialog.cpp:709 
    820820msgid "fah&info\tF4" 
    821821msgstr "" 
    822822 
    823 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     823#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    824824msgid "View the current project on fahinfo.org" 
    825825msgstr "" 
    826826 
    827 #: src/mainDialog.cpp:709 
     827#: src/mainDialog.cpp:711 
    828828msgid "&My Stats\tCtrl+Shift+M" 
    829829msgstr "" 
    830830 
    831 #: src/mainDialog.cpp:710 
     831#: src/mainDialog.cpp:712 
    832832msgid "&Jmol\tCtrl+J" 
    833833msgstr "" 
    834834 
    835 #: src/mainDialog.cpp:711 
     835#: src/mainDialog.cpp:713 
    836836msgid "fah&info\tCtrl+I" 
    837837msgstr "" 
    838838 
    839 #: src/mainDialog.cpp:714 
     839#: src/mainDialog.cpp:716 
    840840msgid "F@H &Website" 
    841841msgstr "" 
    842842 
    843 #: src/mainDialog.cpp:714 
     843#: src/mainDialog.cpp:716 
    844844msgid "Open to the official Stanford website" 
    845845msgstr "" 
    846846 
    847 #: src/mainDialog.cpp:715 
     847#: src/mainDialog.cpp:717 
    848848msgid "Folding &Forum" 
    849849msgstr "" 
    850850 
    851 #: src/mainDialog.cpp:715 
     851#: src/mainDialog.cpp:717 
    852852msgid "Open the Folding@Home support forum" 
    853853msgstr "" 
    854854 
    855 #: src/mainDialog.cpp:716 
     855#: src/mainDialog.cpp:718 
    856856msgid "&Projects Summary" 
    857857msgstr "" 
    858858 
    859 #: src/mainDialog.cpp:716 
     859#: src/mainDialog.cpp:718 
    860860msgid "Open the list of the current projects" 
    861861msgstr "" 
    862862 
    863 #: src/mainDialog.cpp:717 
     863#: src/mainDialog.cpp:719 
    864864msgid "&Servers Status" 
    865865msgstr "" 
    866866 
    867 #: src/mainDialog.cpp:717 
     867#: src/mainDialog.cpp:719 
    868868msgid "Open the list of the servers with their status" 
    869869msgstr "" 
    870870 
    871 #: src/mainDialog.cpp:718 
     871#: src/mainDialog.cpp:720 
    872872msgid "&Web" 
    873873msgstr "" 
    874874 
    875 #: src/mainDialog.cpp:723 
     875#: src/mainDialog.cpp:725 
    876876msgid "&Help Contents\tF1" 
    877877msgstr "" 
    878878 
    879 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     879#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    880880msgid "See help contents" 
    881881msgstr "" 
    882882 
    883 #: src/mainDialog.cpp:725 
     883#: src/mainDialog.cpp:727 
    884884msgid "&Help Contents\tCtrl+?" 
    885885msgstr "" 
    886886 
    887 #: src/mainDialog.cpp:727 
     887#: src/mainDialog.cpp:729 
    888888msgid "FahMon &IRC Channel" 
    889889msgstr "" 
    890890 
    891 #: src/mainDialog.cpp:727 
     891#: src/mainDialog.cpp:729 
    892892msgid "Join the FahMon IRC channel for online help" 
    893893msgstr "" 
    894894 
    895 #: src/mainDialog.cpp:728 
     895#: src/mainDialog.cpp:730 
    896896msgid "&About" 
    897897msgstr "" 
    898898 
    899 #: src/mainDialog.cpp:728 
     899#: src/mainDialog.cpp:730 
    900900#, c-format 
    901901msgid "About %s" 
    902902msgstr "" 
    903903 
    904 #: src/mainDialog.cpp:735 
     904#: src/mainDialog.cpp:737 
    905905msgid "&Help" 
    906906msgstr "" 
    907907 
    908 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     908#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    909909msgid "Work Unit Information" 
    910910msgstr "" 
    911911 
    912 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     912#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    913913msgid "Core:" 
    914914msgstr "" 
    915915 
    916 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     916#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    917917msgid "Project:" 
    918918msgstr "" 
    919919 
    920 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     920#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    921921msgid "Credit:" 
    922922msgstr "" 
    923923 
    924 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     924#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    925925msgid "Username:" 
    926926msgstr "" 
    927927 
    928 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     928#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    929929msgid "Downloaded:" 
    930930msgstr "" 
    931931 
    932 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     932#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    933933msgid "Preferred Deadline:" 
    934934msgstr "" 
    935935 
    936 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     936#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    937937msgid "Final Deadline:" 
    938938msgstr "" 
    939939 
    940 #: src/mainDialog.cpp:842 
     940#: src/mainDialog.cpp:844 
    941941msgid "Log file." 
    942942msgstr "" 
    943943 
    944 #: src/mainDialog.cpp:1084 
     944#: src/mainDialog.cpp:1086 
    945945msgid "You must first select a client!" 
    946946msgstr "" 
    947947 
    948 #: src/mainDialog.cpp:1445 
     948#: src/mainDialog.cpp:1447 
    949949msgid "Checking for FahMon updates" 
    950950msgstr "" 
    951951 
    952 #: src/mainDialog.cpp:1456 
     952#: src/mainDialog.cpp:1458 
    953953#, c-format 
    954954msgid "Your version: %s; New version: %s" 
    955955msgstr "" 
    956956 
    957 #: src/mainDialog.cpp:1470 
     957#: src/mainDialog.cpp:1472 
    958958msgid "Update available" 
    959959msgstr "" 
    960960 
    961 #: src/mainDialog.cpp:1471 
     961#: src/mainDialog.cpp:1473 
    962962msgid "" 
    963963"A newer version of FahMon is available\n" 
     
    965965msgstr "" 
    966966 
    967 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     967#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    968968msgid "No update found" 
    969969msgstr "" 
    970970 
    971 #: src/mainDialog.cpp:1624 
     971#: src/mainDialog.cpp:1626 
    972972msgid "ctrl" 
    973973msgstr "" 
    974974 
    975 #: src/mainDialog.cpp:1625 
     975#: src/mainDialog.cpp:1627 
    976976msgid "shift" 
    977977msgstr "" 
    978978 
    979 #: src/mainDialog.cpp:1626 
     979#: src/mainDialog.cpp:1628 
    980980msgid "alt" 
    981981msgstr "" 
  • trunk/po/fr_FR.po

    r510 r525  
    88"Project-Id-Version: fr_FR\n" 
    99"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    10 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     10"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1111"PO-Revision-Date: 2009-03-25 21:27+0000\n" 
    1212"Last-Translator: Johan Serre <Unknown>\n" 
     
    164164#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    165165#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    166 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    167 #: src/mainDialog.cpp:535 
     166#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     167#: src/mainDialog.cpp:537 
    168168msgid "Unknown" 
    169169msgstr "Inconnu" 
     
    178178 
    179179#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    180 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    181 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    182 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     180#: 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 
    183183#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    184184#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    562562msgstr "Chargement..." 
    563563 
    564 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     564#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    565565#, c-format 
    566566msgid "%u points" 
     
    568568 
    569569#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    570 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     570#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    571571#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    572572#, c-format 
     
    574574msgstr "Il y a %s" 
    575575 
    576 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     576#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    577577#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    578578#, c-format 
     
    598598 
    599599#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    600 #: src/mainDialog.cpp:660 
     600#: src/mainDialog.cpp:662 
    601601msgid "Add a new client" 
    602602msgstr "Ajouter un nouveau client" 
     
    626626msgstr "Activer ce client" 
    627627 
    628 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     628#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    629629msgid "Do you really want to delete this client?" 
    630630msgstr "Voulez vous vraiment supprimer ce client?" 
     
    651651msgstr "Anciennes valeurs importée dans %s" 
    652652 
    653 #: src/mainDialog.cpp:183 
     653#: src/mainDialog.cpp:184 
    654654#, c-format 
    655655msgid "%s is licenced under the GNU GPL v2" 
    656656msgstr "%s est placé sous licence GNU GPL v2" 
    657657 
    658 #: src/mainDialog.cpp:184 
     658#: src/mainDialog.cpp:185 
    659659msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    660660msgstr "Copyright (C) 2003-2007 François Ingelrest" 
    661661 
    662 #: src/mainDialog.cpp:185 
     662#: src/mainDialog.cpp:186 
    663663msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    664664msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    665665 
    666 #: src/mainDialog.cpp:187 
     666#: src/mainDialog.cpp:188 
    667667msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    668668msgstr "" 
     
    670670"licence GNU GPL v2" 
    671671 
    672 #: src/mainDialog.cpp:188 
     672#: src/mainDialog.cpp:189 
    673673msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    674674msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    675675 
    676 #: src/mainDialog.cpp:189 
     676#: src/mainDialog.cpp:190 
    677677msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    678678msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    679679 
    680 #: src/mainDialog.cpp:444 
     680#: src/mainDialog.cpp:446 
    681681msgid "" 
    682682"Something is wrong with this client.\n" 
     
    686686"Veuillez vérifier les messages ( outils->Afficher/Masquer les messages)." 
    687687 
    688 #: src/mainDialog.cpp:446 
     688#: src/mainDialog.cpp:448 
    689689msgid "This client is currently disabled." 
    690690msgstr "Ce client est actuellement désactivé." 
    691691 
    692 #: src/mainDialog.cpp:537 
     692#: src/mainDialog.cpp:539 
    693693#, c-format 
    694694msgid "Project %u is unknown, you should try to update the projects database" 
     
    697697"données des projets" 
    698698 
    699 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     699#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    700700#, c-format 
    701701msgid "%.2f PPD" 
    702702msgstr "%.2f PPD" 
    703703 
    704 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     704#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    705705msgid "&Check for update" 
    706706msgstr "&Recherche de mises à jour" 
    707707 
    708 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     708#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    709709msgid "Check online for the latest version of FahMon" 
    710710msgstr "Rechercher la derniÚre version de FahMon en ligne" 
    711711 
    712 #: src/mainDialog.cpp:651 
     712#: src/mainDialog.cpp:653 
    713713msgid "&Preferences...\tCTRL+P" 
    714714msgstr "&Preferences...\tCTRL+P" 
    715715 
    716 #: src/mainDialog.cpp:651 
     716#: src/mainDialog.cpp:653 
    717717msgid "Open the preferences dialog" 
    718718msgstr "Ouvrir la boite de dialogue des préférences" 
    719719 
    720 #: src/mainDialog.cpp:653 
     720#: src/mainDialog.cpp:655 
    721721msgid "&Quit\tCtrl+Q" 
    722722msgstr "&Quitter\tCtrl+Q" 
    723723 
    724 #: src/mainDialog.cpp:653 
     724#: src/mainDialog.cpp:655 
    725725#, c-format 
    726726msgid "Quit %s" 
    727727msgstr "Quitter %s" 
    728728 
    729 #: src/mainDialog.cpp:660 
     729#: src/mainDialog.cpp:662 
    730730msgid "Add a new client to be monitored" 
    731731msgstr "Ajouter un nouveau client a superviser" 
    732732 
    733 #: src/mainDialog.cpp:662 
     733#: src/mainDialog.cpp:664 
    734734msgid "Edit client" 
    735735msgstr "Modifier le client" 
    736736 
    737 #: src/mainDialog.cpp:662 
     737#: src/mainDialog.cpp:664 
    738738msgid "Edit the selected client settings" 
    739739msgstr "Editer les paramêtres du client sélectionné" 
    740740 
    741 #: src/mainDialog.cpp:663 
     741#: src/mainDialog.cpp:665 
    742742msgid "Delete client" 
    743743msgstr "Effacer le client" 
    744744 
    745 #: src/mainDialog.cpp:663 
     745#: src/mainDialog.cpp:665 
    746746msgid "Delete the selected client" 
    747747msgstr "Effacer le client sélectionné" 
    748748 
    749 #: src/mainDialog.cpp:664 
     749#: src/mainDialog.cpp:666 
    750750msgid "View client files" 
    751751msgstr "Afficher les fichiers du client" 
    752752 
    753 #: src/mainDialog.cpp:664 
     753#: src/mainDialog.cpp:666 
    754754msgid "Open file browser in client folder" 
    755755msgstr "Ouvrir l'explorateur de fichier dans le répertoire du client" 
    756756 
    757 #: src/mainDialog.cpp:667 
     757#: src/mainDialog.cpp:669 
    758758msgid "Reload &Selection\tF5" 
    759759msgstr "Recharger la &Sélection\tF5" 
    760760 
    761 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     761#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    762762msgid "Reload the selected client" 
    763763msgstr "Recharger les clients sélectionnés" 
    764764 
    765 #: src/mainDialog.cpp:668 
     765#: src/mainDialog.cpp:670 
    766766msgid "Reload &All\tF6" 
    767767msgstr "Recharger &tout\tF6" 
    768768 
    769 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     769#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    770770msgid "Reload all the clients" 
    771771msgstr "Recharger tous les clients" 
    772772 
    773 #: src/mainDialog.cpp:670 
     773#: src/mainDialog.cpp:672 
    774774msgid "Reload &Selection\tCtrl+R" 
    775775msgstr "Recharger la &Sélection\tCtrl+R" 
    776776 
    777 #: src/mainDialog.cpp:671 
     777#: src/mainDialog.cpp:673 
    778778msgid "Reload &All\tCtrl+Shift+R" 
    779779msgstr "Recharger &tout\tCtrl+Shift+R" 
    780780 
    781 #: src/mainDialog.cpp:673 
     781#: src/mainDialog.cpp:675 
    782782msgid "&Clients" 
    783783msgstr "&Clients" 
    784784 
    785 #: src/mainDialog.cpp:678 
     785#: src/mainDialog.cpp:680 
    786786msgid "&Show/Hide FAHLog\tF8" 
    787787msgstr "&Montrer/Cacher FAHLog\tF8" 
    788788 
    789 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     789#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    790790msgid "Toggle the log file" 
    791791msgstr "Afficher/cacher le fichier de log" 
    792792 
    793 #: src/mainDialog.cpp:680 
     793#: src/mainDialog.cpp:682 
    794794msgid "&Cycle ETA Style\tF9" 
    795795msgstr "&Changer l'affichage de l ETA\tF9" 
    796796 
    797 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     797#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    798798msgid "Cycle through the different ETA display styles" 
    799799msgstr "Changer le type d'affichage de l'estimation du temps restant(eta)" 
    800800 
    801 #: src/mainDialog.cpp:682 
     801#: src/mainDialog.cpp:684 
    802802msgid "&Show/Hide FAHLog\tCtrl+L" 
    803803msgstr "&Montrer/Cacher FAHLog\tCtrl+L" 
    804804 
    805 #: src/mainDialog.cpp:684 
     805#: src/mainDialog.cpp:686 
    806806msgid "&Cycle ETA Style\tCtrl+E" 
    807807msgstr "&Changer l'affichage de l ETA\tCtrl+E" 
    808808 
    809 #: src/mainDialog.cpp:687 
     809#: src/mainDialog.cpp:689 
    810810msgid "Show/Hide &WU Info panel" 
    811811msgstr "Montrer/Cacher le panneau d'information &WU" 
    812812 
    813 #: src/mainDialog.cpp:687 
     813#: src/mainDialog.cpp:689 
    814814msgid "Toggle the display of the Work Unit Information panel" 
    815815msgstr "Basculer l'affichage du panneau d'information de l'Unité de Travail" 
    816816 
    817 #: src/mainDialog.cpp:688 
     817#: src/mainDialog.cpp:690 
    818818msgid "&View" 
    819819msgstr "&Afficher" 
    820820 
    821 #: src/mainDialog.cpp:692 
     821#: src/mainDialog.cpp:694 
    822822msgid "&Show/Hide Messages Window" 
    823823msgstr "&Montrer/Cacher la fenêtre de messages" 
    824824 
    825 #: src/mainDialog.cpp:692 
     825#: src/mainDialog.cpp:694 
    826826msgid "Toggle the messages window" 
    827827msgstr "Afficher/cacher la fenêtre de message" 
    828828 
    829 #: src/mainDialog.cpp:693 
     829#: src/mainDialog.cpp:695 
    830830msgid "&Benchmarks...\tCTRL+B" 
    831831msgstr "&Benchmarks...\tCTRL+B" 
    832832 
    833 #: src/mainDialog.cpp:693 
     833#: src/mainDialog.cpp:695 
    834834msgid "Open the benchmarks dialog" 
    835835msgstr "Ouvrir la fenêtre des benchmarks" 
    836836 
    837 #: src/mainDialog.cpp:694 
     837#: src/mainDialog.cpp:696 
    838838msgid "&Download New Projects" 
    839839msgstr "&Téléchargement des nouveaux projets" 
    840840 
    841 #: src/mainDialog.cpp:694 
     841#: src/mainDialog.cpp:696 
    842842msgid "Update the local project database" 
    843843msgstr "Mise à jour de la base de données locale des projets" 
    844844 
    845 #: src/mainDialog.cpp:700 
     845#: src/mainDialog.cpp:702 
    846846msgid "&Tools" 
    847847msgstr "&Outils" 
    848848 
    849 #: src/mainDialog.cpp:705 
     849#: src/mainDialog.cpp:707 
    850850msgid "&My Stats\tF2" 
    851851msgstr "&Mes Stats\tF2" 
    852852 
    853 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     853#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    854854msgid "View the personal statistics for the selected client" 
    855855msgstr "Voir les statistiques personnelles pour le client sélectionné" 
    856856 
    857 #: src/mainDialog.cpp:706 
     857#: src/mainDialog.cpp:708 
    858858msgid "&Jmol\tF3" 
    859859msgstr "&Jmol\tF3" 
    860860 
    861 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     861#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    862862msgid "View the current project on the Jmol website" 
    863863msgstr "Voir le projet actuel sur le site de Jmol" 
    864864 
    865 #: src/mainDialog.cpp:707 
     865#: src/mainDialog.cpp:709 
    866866msgid "fah&info\tF4" 
    867867msgstr "fah&info\tF4" 
    868868 
    869 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     869#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    870870msgid "View the current project on fahinfo.org" 
    871871msgstr "Voir le projet actuel sur fahinfo.org" 
    872872 
    873 #: src/mainDialog.cpp:709 
     873#: src/mainDialog.cpp:711 
    874874msgid "&My Stats\tCtrl+Shift+M" 
    875875msgstr "&Mes Stats\tCtrl+Shift+M" 
    876876 
    877 #: src/mainDialog.cpp:710 
     877#: src/mainDialog.cpp:712 
    878878msgid "&Jmol\tCtrl+J" 
    879879msgstr "&Jmol\tCtrl+J" 
    880880 
    881 #: src/mainDialog.cpp:711 
     881#: src/mainDialog.cpp:713 
    882882msgid "fah&info\tCtrl+I" 
    883883msgstr "fah&info\tCtrl+I" 
    884884 
    885 #: src/mainDialog.cpp:714 
     885#: src/mainDialog.cpp:716 
    886886msgid "F@H &Website" 
    887887msgstr "F@H &Website" 
    888888 
    889 #: src/mainDialog.cpp:714 
     889#: src/mainDialog.cpp:716 
    890890msgid "Open to the official Stanford website" 
    891891msgstr "Ouvrir le site officiel de Stanford" 
    892892 
    893 #: src/mainDialog.cpp:715 
     893#: src/mainDialog.cpp:717 
    894894msgid "Folding &Forum" 
    895895msgstr "Folding &Forum" 
    896896 
    897 #: src/mainDialog.cpp:715 
     897#: src/mainDialog.cpp:717 
    898898msgid "Open the Folding@Home support forum" 
    899899msgstr "Ouvir le forum de support pour Folding@Home" 
    900900 
    901 #: src/mainDialog.cpp:716 
     901#: src/mainDialog.cpp:718 
    902902msgid "&Projects Summary" 
    903903msgstr "&Résumé des projets" 
    904904 
    905 #: src/mainDialog.cpp:716 
     905#: src/mainDialog.cpp:718 
    906906msgid "Open the list of the current projects" 
    907907msgstr "Ouvrir la liste des projets actuels" 
    908908 
    909 #: src/mainDialog.cpp:717 
     909#: src/mainDialog.cpp:719 
    910910msgid "&Servers Status" 
    911911msgstr "&Etat des serveurs" 
    912912 
    913 #: src/mainDialog.cpp:717 
     913#: src/mainDialog.cpp:719 
    914914msgid "Open the list of the servers with their status" 
    915915msgstr "Ouvrir la liste des serveurs avec leur état" 
    916916 
    917 #: src/mainDialog.cpp:718 
     917#: src/mainDialog.cpp:720 
    918918msgid "&Web" 
    919919msgstr "&Web" 
    920920 
    921 #: src/mainDialog.cpp:723 
     921#: src/mainDialog.cpp:725 
    922922msgid "&Help Contents\tF1" 
    923923msgstr "&Aide\tF1" 
    924924 
    925 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     925#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    926926msgid "See help contents" 
    927927msgstr "Voir l'aide" 
    928928 
    929 #: src/mainDialog.cpp:725 
     929#: src/mainDialog.cpp:727 
    930930msgid "&Help Contents\tCtrl+?" 
    931931msgstr "&Aide\tCtrl+?" 
    932932 
    933 #: src/mainDialog.cpp:727 
     933#: src/mainDialog.cpp:729 
    934934msgid "FahMon &IRC Channel" 
    935935msgstr "" 
    936936 
    937 #: src/mainDialog.cpp:727 
     937#: src/mainDialog.cpp:729 
    938938msgid "Join the FahMon IRC channel for online help" 
    939939msgstr "Rejoignez le channel IRC de FahMon pour une aide en ligne" 
    940940 
    941 #: src/mainDialog.cpp:728 
     941#: src/mainDialog.cpp:730 
    942942msgid "&About" 
    943943msgstr "&A propos" 
    944944 
    945 #: src/mainDialog.cpp:728 
     945#: src/mainDialog.cpp:730 
    946946#, c-format 
    947947msgid "About %s" 
    948948msgstr "A propos de %s" 
    949949 
    950 #: src/mainDialog.cpp:735 
     950#: src/mainDialog.cpp:737 
    951951msgid "&Help" 
    952952msgstr "&Aide" 
    953953 
    954 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     954#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    955955msgid "Work Unit Information" 
    956956msgstr "Information sur l'unité de calcul" 
    957957 
    958 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     958#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    959959msgid "Core:" 
    960960msgstr "Core:" 
    961961 
    962 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     962#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    963963msgid "Project:" 
    964964msgstr "Projet:" 
    965965 
    966 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     966#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    967967msgid "Credit:" 
    968968msgstr "Credit:" 
    969969 
    970 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     970#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    971971msgid "Username:" 
    972972msgstr "Pseudo:" 
    973973 
    974 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     974#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    975975msgid "Downloaded:" 
    976976msgstr "Téléchargé le:" 
    977977 
    978 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     978#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    979979msgid "Preferred Deadline:" 
    980980msgstr "Deadline Préférable:" 
    981981 
    982 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     982#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    983983msgid "Final Deadline:" 
    984984msgstr "Deadline Final:" 
    985985 
    986 #: src/mainDialog.cpp:842 
     986#: src/mainDialog.cpp:844 
    987987msgid "Log file." 
    988988msgstr "Fichier de Log." 
    989989 
    990 #: src/mainDialog.cpp:1084 
     990#: src/mainDialog.cpp:1086 
    991991msgid "You must first select a client!" 
    992992msgstr "Vous devez commencer par sélectionner un client!" 
    993993 
    994 #: src/mainDialog.cpp:1445 
     994#: src/mainDialog.cpp:1447 
    995995msgid "Checking for FahMon updates" 
    996996msgstr "Recherche de mises à jour de FahMon" 
    997997 
    998 #: src/mainDialog.cpp:1456 
     998#: src/mainDialog.cpp:1458 
    999999#, c-format 
    10001000msgid "Your version: %s; New version: %s" 
    10011001msgstr "Votre version: %s; Nouvelle version: %s" 
    10021002 
    1003 #: src/mainDialog.cpp:1470 
     1003#: src/mainDialog.cpp:1472 
    10041004msgid "Update available" 
    10051005msgstr "Mise a jour disponible" 
    10061006 
    1007 #: src/mainDialog.cpp:1471 
     1007#: src/mainDialog.cpp:1473 
    10081008msgid "" 
    10091009"A newer version of FahMon is available\n" 
     
    10131013"site de FahMon ?" 
    10141014 
    1015 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1015#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10161016msgid "No update found" 
    10171017msgstr "Aucune mise à jour trouvée" 
    10181018 
    1019 #: src/mainDialog.cpp:1624 
     1019#: src/mainDialog.cpp:1626 
    10201020msgid "ctrl" 
    10211021msgstr "ctrl" 
    10221022 
    1023 #: src/mainDialog.cpp:1625 
     1023#: src/mainDialog.cpp:1627 
    10241024msgid "shift" 
    10251025msgstr "shift" 
    10261026 
    1027 #: src/mainDialog.cpp:1626 
     1027#: src/mainDialog.cpp:1628 
    10281028msgid "alt" 
    10291029msgstr "alt" 
  • trunk/po/it_IT.po

    r509 r525  
    99"Project-Id-Version: it-IT\n" 
    1010"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    11 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     11"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1212"PO-Revision-Date: 2008-02-25 12:46+0100\n" 
    1313"Last-Translator: Zurgo <zurgo@virgilio.it>\n" 
     
    165165#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    166166#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    167 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    168 #: src/mainDialog.cpp:535 
     167#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     168#: src/mainDialog.cpp:537 
    169169msgid "Unknown" 
    170170msgstr "Sconosciuto" 
     
    179179 
    180180#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    181 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    182 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    183 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     181#: 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 
    184184#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    185185#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    564564msgstr "Caricamento:" 
    565565 
    566 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     566#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    567567#, c-format 
    568568msgid "%u points" 
     
    570570 
    571571#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    572 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     572#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    573573#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    574574#, fuzzy, c-format 
     
    576576msgstr "%s fa" 
    577577 
    578 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     578#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    579579#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    580580#, fuzzy, c-format 
     
    601601 
    602602#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    603 #: src/mainDialog.cpp:660 
     603#: src/mainDialog.cpp:662 
    604604msgid "Add a new client" 
    605605msgstr "Aggiungi un nuovo client" 
     
    631631msgstr "Cancella questo client" 
    632632 
    633 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     633#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    634634msgid "Do you really want to delete this client?" 
    635635msgstr "Vuoi veramente cancellare questo client?" 
     
    655655msgstr "" 
    656656 
    657 #: src/mainDialog.cpp:183 
     657#: src/mainDialog.cpp:184 
    658658#, c-format 
    659659msgid "%s is licenced under the GNU GPL v2" 
    660660msgstr "%s Ú protetto dalla licenza GNU GPL v2" 
    661661 
    662 #: src/mainDialog.cpp:184 
     662#: src/mainDialog.cpp:185 
    663663msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    664664msgstr "Copyright (C) 2003-2007 François Ingelrest" 
    665665 
    666 #: src/mainDialog.cpp:185 
     666#: src/mainDialog.cpp:186 
    667667msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    668668msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    669669 
    670 #: src/mainDialog.cpp:187 
     670#: src/mainDialog.cpp:188 
    671671msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    672672msgstr "" 
    673673"FahMon contiene del codice da qd, anch'esso protetto da licenza GNU GPL v2" 
    674674 
    675 #: src/mainDialog.cpp:188 
     675#: src/mainDialog.cpp:189 
    676676msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    677677msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    678678 
    679 #: src/mainDialog.cpp:189 
     679#: src/mainDialog.cpp:190 
    680680msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    681681msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    682682 
    683 #: src/mainDialog.cpp:444 
     683#: src/mainDialog.cpp:446 
    684684#, fuzzy 
    685685msgid "" 
     
    691691"messagi)" 
    692692 
    693 #: src/mainDialog.cpp:446 
     693#: src/mainDialog.cpp:448 
    694694msgid "This client is currently disabled." 
    695695msgstr "" 
    696696 
    697 #: src/mainDialog.cpp:537 
     697#: src/mainDialog.cpp:539 
    698698#, c-format 
    699699msgid "Project %u is unknown, you should try to update the projects database" 
     
    702702"progetti" 
    703703 
    704 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     704#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    705705#, c-format 
    706706msgid "%.2f PPD" 
    707707msgstr "" 
    708708 
    709 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     709#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    710710msgid "&Check for update" 
    711711msgstr "&Controlla nuovi aggiornamenti" 
    712712 
    713 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     713#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    714714msgid "Check online for the latest version of FahMon" 
    715715msgstr "Controlla online l'ultima versione di FahMon" 
    716716 
    717 #: src/mainDialog.cpp:651 
     717#: src/mainDialog.cpp:653 
    718718msgid "&Preferences...\tCTRL+P" 
    719719msgstr "&Preferenze...\tCTRL+P" 
    720720 
    721 #: src/mainDialog.cpp:651 
     721#: src/mainDialog.cpp:653 
    722722msgid "Open the preferences dialog" 
    723723msgstr "Apri la finestra delle preferenze" 
    724724 
    725 #: src/mainDialog.cpp:653 
     725#: src/mainDialog.cpp:655 
    726726msgid "&Quit\tCtrl+Q" 
    727727msgstr "&Esci\tCtrl+Q" 
    728728 
    729 #: src/mainDialog.cpp:653 
     729#: src/mainDialog.cpp:655 
    730730#, c-format 
    731731msgid "Quit %s" 
    732732msgstr "Esci %s" 
    733733 
    734 #: src/mainDialog.cpp:660 
     734#: src/mainDialog.cpp:662 
    735735#, fuzzy 
    736736msgid "Add a new client to be monitored" 
    737737msgstr "Aggiungi un nuovo client" 
    738738 
    739 #: src/mainDialog.cpp:662 
     739#: src/mainDialog.cpp:664 
    740740#, fuzzy 
    741741msgid "Edit client" 
    742742msgstr "Modifica questo client" 
    743743 
    744 #: src/mainDialog.cpp:662 
     744#: src/mainDialog.cpp:664 
    745745#, fuzzy 
    746746msgid "Edit the selected client settings" 
    747747msgstr "Ricarica il client selezionato" 
    748748 
    749 #: src/mainDialog.cpp:663 
     749#: src/mainDialog.cpp:665 
    750750#, fuzzy 
    751751msgid "Delete client" 
    752752msgstr "Cancella questo client" 
    753753 
    754 #: src/mainDialog.cpp:663 
     754#: src/mainDialog.cpp:665 
    755755#, fuzzy 
    756756msgid "Delete the selected client" 
    757757msgstr "Ricarica il client selezionato" 
    758758 
    759 #: src/mainDialog.cpp:664 
     759#: src/mainDialog.cpp:666 
    760760#, fuzzy 
    761761msgid "View client files" 
    762762msgstr "Mostra i files del Client" 
    763763 
    764 #: src/mainDialog.cpp:664 
     764#: src/mainDialog.cpp:666 
    765765msgid "Open file browser in client folder" 
    766766msgstr "" 
    767767 
    768 #: src/mainDialog.cpp:667 
     768#: src/mainDialog.cpp:669 
    769769msgid "Reload &Selection\tF5" 
    770770msgstr "Ricarica la &Selezione\tF5" 
    771771 
    772 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     772#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    773773msgid "Reload the selected client" 
    774774msgstr "Ricarica il client selezionato" 
    775775 
    776 #: src/mainDialog.cpp:668 
     776#: src/mainDialog.cpp:670 
    777777msgid "Reload &All\tF6" 
    778778msgstr "Ricarica &Tutto\tF6" 
    779779 
    780 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     780#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    781781msgid "Reload all the clients" 
    782782msgstr "Ricarica tutti i client" 
    783783 
    784 #: src/mainDialog.cpp:670 
     784#: src/mainDialog.cpp:672 
    785785msgid "Reload &Selection\tCtrl+R" 
    786786msgstr "Ricarica la &Selezione\tCtrl+R" 
    787787 
    788 #: src/mainDialog.cpp:671 
     788#: src/mainDialog.cpp:673 
    789789msgid "Reload &All\tCtrl+Shift+R" 
    790790msgstr "Ricarica &Tutto\tCtrl+Shift+R" 
    791791 
    792 #: src/mainDialog.cpp:673 
     792#: src/mainDialog.cpp:675 
    793793#, fuzzy 
    794794msgid "&Clients" 
    795795msgstr "Clients: %i" 
    796796 
    797 #: src/mainDialog.cpp:678 
     797#: src/mainDialog.cpp:680 
    798798msgid "&Show/Hide FAHLog\tF8" 
    799799msgstr "&Mostra/Nascondi il registro FAH\tF8" 
    800800 
    801 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     801#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    802802msgid "Toggle the log file" 
    803803msgstr "Attiva/Disattiva il file di log" 
    804804 
    805 #: src/mainDialog.cpp:680 
     805#: src/mainDialog.cpp:682 
    806806msgid "&Cycle ETA Style\tF9" 
    807807msgstr "&Cambia la visualizzazione dell'ETA\tF9" 
    808808 
    809 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     809#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    810810msgid "Cycle through the different ETA display styles" 
    811811msgstr "Cicla attraverso i differenti modi di visualizzare l'ETA" 
    812812 
    813 #: src/mainDialog.cpp:682 
     813#: src/mainDialog.cpp:684 
    814814msgid "&Show/Hide FAHLog\tCtrl+L" 
    815815msgstr "&Mostra/Nascondi il FAHLog\tCtrl+L" 
    816816 
    817 #: src/mainDialog.cpp:684 
     817#: src/mainDialog.cpp:686 
    818818msgid "&Cycle ETA Style\tCtrl+E" 
    819819msgstr "&Cambia la visualizzazione dell'ETA\tCtrl+E" 
    820820 
    821 #: src/mainDialog.cpp:687 
     821#: src/mainDialog.cpp:689 
    822822msgid "Show/Hide &WU Info panel" 
    823823msgstr "" 
    824824 
    825 #: src/mainDialog.cpp:687 
     825#: src/mainDialog.cpp:689 
    826826msgid "Toggle the display of the Work Unit Information panel" 
    827827msgstr "" 
    828828 
    829 #: src/mainDialog.cpp:688 
     829#: src/mainDialog.cpp:690 
    830830#, fuzzy 
    831831msgid "&View" 
    832832msgstr "Vista Web" 
    833833 
    834 #: src/mainDialog.cpp:692 
     834#: src/mainDialog.cpp:694 
    835835msgid "&Show/Hide Messages Window" 
    836836msgstr "&Mostra/Nascondi la finestra dei messaggi" 
    837837 
    838 #: src/mainDialog.cpp:692 
     838#: src/mainDialog.cpp:694 
    839839msgid "Toggle the messages window" 
    840840msgstr "Abilita/Disabilita la finestra dei messaggi" 
    841841 
    842 #: src/mainDialog.cpp:693 
     842#: src/mainDialog.cpp:695 
    843843msgid "&Benchmarks...\tCTRL+B" 
    844844msgstr "&Benchmarks...\tCTRL+B" 
    845845 
    846 #: src/mainDialog.cpp:693 
     846#: src/mainDialog.cpp:695 
    847847msgid "Open the benchmarks dialog" 
    848848msgstr "Apri la finestra dei benchmarks" 
    849849 
    850 #: src/mainDialog.cpp:694 
     850#: src/mainDialog.cpp:696 
    851851msgid "&Download New Projects" 
    852852msgstr "Scarica un nuovo progetto" 
    853853 
    854 #: src/mainDialog.cpp:694 
     854#: src/mainDialog.cpp:696 
    855855msgid "Update the local project database" 
    856856msgstr "Aggiornare il database locale dei progetti" 
    857857 
    858 #: src/mainDialog.cpp:700 
     858#: src/mainDialog.cpp:702 
    859859msgid "&Tools" 
    860860msgstr "&Strumenti" 
    861861 
    862 #: src/mainDialog.cpp:705 
     862#: src/mainDialog.cpp:707 
    863863msgid "&My Stats\tF2" 
    864864msgstr "&Le mie Statistiche\tF2" 
    865865 
    866 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     866#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    867867msgid "View the personal statistics for the selected client" 
    868868msgstr "Guarda le mie statistiche per il client selezionato" 
    869869 
    870 #: src/mainDialog.cpp:706 
     870#: src/mainDialog.cpp:708 
    871871msgid "&Jmol\tF3" 
    872872msgstr "&Jmol\tF3" 
    873873 
    874 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     874#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    875875msgid "View the current project on the Jmol website" 
    876876msgstr "Guarda il progetto corrente sul sito Jmol" 
    877877 
    878 #: src/mainDialog.cpp:707 
     878#: src/mainDialog.cpp:709 
    879879#, fuzzy 
    880880msgid "fah&info\tF4" 
    881881msgstr "&fahinfo\tF4" 
    882882 
    883 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     883#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    884884msgid "View the current project on fahinfo.org" 
    885885msgstr "Guarda il progetto corrente su fahinfo.org" 
    886886 
    887 #: src/mainDialog.cpp:709 
     887#: src/mainDialog.cpp:711 
    888888msgid "&My Stats\tCtrl+Shift+M" 
    889889msgstr "&Le mie Statistiche\tCtrl+Shift+M" 
    890890 
    891 #: src/mainDialog.cpp:710 
     891#: src/mainDialog.cpp:712 
    892892msgid "&Jmol\tCtrl+J" 
    893893msgstr "&Jmol\tCtrl+J" 
    894894 
    895 #: src/mainDialog.cpp:711 
     895#: src/mainDialog.cpp:713 
    896896#, fuzzy 
    897897msgid "fah&info\tCtrl+I" 
    898898msgstr "&fahinfo\tCtrl+F" 
    899899 
    900 #: src/mainDialog.cpp:714 
     900#: src/mainDialog.cpp:716 
    901901msgid "F@H &Website" 
    902902msgstr "&Sito Web F@H" 
    903903 
    904 #: src/mainDialog.cpp:714 
     904#: src/mainDialog.cpp:716 
    905905msgid "Open to the official Stanford website" 
    906906msgstr "Apri il sito ufficiale di Stanford" 
    907907 
    908 #: src/mainDialog.cpp:715 
     908#: src/mainDialog.cpp:717 
    909909#, fuzzy 
    910910msgid "Folding &Forum" 
    911911msgstr "&Comunità Folding" 
    912912 
    913 #: src/mainDialog.cpp:715 
     913#: src/mainDialog.cpp:717 
    914914msgid "Open the Folding@Home support forum" 
    915915msgstr "Apri il forum di supporto del Folding@Home" 
    916916 
    917 #: src/mainDialog.cpp:716 
     917#: src/mainDialog.cpp:718 
    918918msgid "&Projects Summary" 
    919919msgstr "&Lista dei progetti" 
    920920 
    921 #: src/mainDialog.cpp:716 
     921#: src/mainDialog.cpp:718 
    922922msgid "Open the list of the current projects" 
    923923msgstr "Apri la lista dei progetti attivi" 
    924924 
    925 #: src/mainDialog.cpp:717 
     925#: src/mainDialog.cpp:719 
    926926msgid "&Servers Status" 
    927927msgstr "&Stato dei Server" 
    928928 
    929 #: src/mainDialog.cpp:717 
     929#: src/mainDialog.cpp:719 
    930930msgid "Open the list of the servers with their status" 
    931931msgstr "Apri la lista dei server e del loro stato" 
    932932 
    933 #: src/mainDialog.cpp:718 
     933#: src/mainDialog.cpp:720 
    934934msgid "&Web" 
    935935msgstr "&Web" 
    936936 
    937 #: src/mainDialog.cpp:723 
     937#: src/mainDialog.cpp:725 
    938938msgid "&Help Contents\tF1" 
    939939msgstr "&Aiuto \tF1" 
    940940 
    941 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     941#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    942942msgid "See help contents" 
    943943msgstr "Visualizza i contenuti d'aiuto" 
    944944 
    945 #: src/mainDialog.cpp:725 
     945#: src/mainDialog.cpp:727 
    946946msgid "&Help Contents\tCtrl+?" 
    947947msgstr "Aiuto\tCtrl+?" 
    948948 
    949 #: src/mainDialog.cpp:727 
     949#: src/mainDialog.cpp:729 
    950950msgid "FahMon &IRC Channel" 
    951951msgstr "" 
    952952 
    953 #: src/mainDialog.cpp:727 
     953#: src/mainDialog.cpp:729 
    954954msgid "Join the FahMon IRC channel for online help" 
    955955msgstr "" 
    956956 
    957 #: src/mainDialog.cpp:728 
     957#: src/mainDialog.cpp:730 
    958958msgid "&About" 
    959959msgstr "&Informazioni" 
    960960 
    961 #: src/mainDialog.cpp:728 
     961#: src/mainDialog.cpp:730 
    962962#, fuzzy, c-format 
    963963msgid "About %s" 
    964964msgstr "Informazioni" 
    965965 
    966 #: src/mainDialog.cpp:735 
     966#: src/mainDialog.cpp:737 
    967967msgid "&Help" 
    968968msgstr "&Aiuto" 
    969969 
    970 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     970#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    971971msgid "Work Unit Information" 
    972972msgstr "Informazioni sull'unità in lavorazione" 
    973973 
    974 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     974#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    975975msgid "Core:" 
    976976msgstr "Nucleo:" 
    977977 
    978 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     978#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    979979msgid "Project:" 
    980980msgstr "Progetto:" 
    981981 
    982 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     982#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    983983msgid "Credit:" 
    984984msgstr "Crediti:" 
    985985 
    986 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     986#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    987987msgid "Username:" 
    988988msgstr "Nome utente:" 
    989989 
    990 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     990#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    991991msgid "Downloaded:" 
    992992msgstr "Scaricato il:" 
    993993 
    994 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     994#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    995995msgid "Preferred Deadline:" 
    996996msgstr "Scadenda consigliata:" 
    997997 
    998 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     998#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    999999msgid "Final Deadline:" 
    10001000msgstr "Scadenza definitiva:" 
    10011001 
    1002 #: src/mainDialog.cpp:842 
     1002#: src/mainDialog.cpp:844 
    10031003msgid "Log file." 
    10041004msgstr "File di Log." 
    10051005 
    1006 #: src/mainDialog.cpp:1084 
     1006#: src/mainDialog.cpp:1086 
    10071007msgid "You must first select a client!" 
    10081008msgstr "Devi prima selezionare un client!" 
    10091009 
    1010 #: src/mainDialog.cpp:1445 
     1010#: src/mainDialog.cpp:1447 
    10111011msgid "Checking for FahMon updates" 
    10121012msgstr "Controlla gli aggiornamenti di FahMon" 
    10131013 
    1014 #: src/mainDialog.cpp:1456 
     1014#: src/mainDialog.cpp:1458 
    10151015#, c-format 
    10161016msgid "Your version: %s; New version: %s" 
    10171017msgstr "Tua versione: %s; Nuova versione: %s" 
    10181018 
    1019 #: src/mainDialog.cpp:1470 
     1019#: src/mainDialog.cpp:1472 
    10201020msgid "Update available" 
    10211021msgstr "Aggiornamenti disponibili" 
    10221022 
    1023 #: src/mainDialog.cpp:1471 
     1023#: src/mainDialog.cpp:1473 
    10241024msgid "" 
    10251025"A newer version of FahMon is available\n" 
     
    10291029"Vuoi andare sul sito di FahMon?" 
    10301030 
    1031 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1031#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10321032msgid "No update found" 
    10331033msgstr "Nessun aggiornamento disponibile" 
    10341034 
    1035 #: src/mainDialog.cpp:1624 
     1035#: src/mainDialog.cpp:1626 
    10361036msgid "ctrl" 
    10371037msgstr "" 
    10381038 
    1039 #: src/mainDialog.cpp:1625 
     1039#: src/mainDialog.cpp:1627 
    10401040msgid "shift" 
    10411041msgstr "" 
    10421042 
    1043 #: src/mainDialog.cpp:1626 
     1043#: src/mainDialog.cpp:1628 
    10441044msgid "alt" 
    10451045msgstr "" 
  • trunk/po/nb_NB.po

    r509 r525  
    88"Project-Id-Version: fahmon\n" 
    99"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    10 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     10"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1111"PO-Revision-Date: 2008-11-22 12:38+0000\n" 
    1212"Last-Translator: Kenneth Langdalen <Unknown>\n" 
     
    164164#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    165165#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    166 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    167 #: src/mainDialog.cpp:535 
     166#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     167#: src/mainDialog.cpp:537 
    168168msgid "Unknown" 
    169169msgstr "Ukjent" 
     
    178178 
    179179#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    180 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    181 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    182 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     180#: 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 
    183183#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    184184#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    536536msgstr "Laster
" 
    537537 
    538 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     538#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    539539#, c-format 
    540540msgid "%u points" 
     
    542542 
    543543#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    544 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     544#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    545545#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    546546#, c-format 
     
    548548msgstr "%s siden" 
    549549 
    550 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     550#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    551551#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    552552#, c-format 
     
    572572 
    573573#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    574 #: src/mainDialog.cpp:660 
     574#: src/mainDialog.cpp:662 
    575575msgid "Add a new client" 
    576576msgstr "Legg til en ny klient" 
     
    600600msgstr "SlÃ¥ pÃ¥ denne klienten" 
    601601 
    602 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     602#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    603603msgid "Do you really want to delete this client?" 
    604604msgstr "Vil du virkelig slette denne klienten?" 
     
    621621msgstr "" 
    622622 
    623 #: src/mainDialog.cpp:183 
     623#: src/mainDialog.cpp:184 
    624624#, c-format 
    625625msgid "%s is licenced under the GNU GPL v2" 
    626626msgstr "%s er lisensiert under GNU GPL v2" 
    627627 
    628 #: src/mainDialog.cpp:184 
     628#: src/mainDialog.cpp:185 
    629629msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    630630msgstr "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    631631 
    632 #: src/mainDialog.cpp:185 
     632#: src/mainDialog.cpp:186 
    633633msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    634634msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    635635 
    636 #: src/mainDialog.cpp:187 
     636#: src/mainDialog.cpp:188 
    637637msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    638638msgstr "FahMon inneholder kode fra qd, som ogsÃ¥ er lisensiert under GNU GPL v2" 
    639639 
    640 #: src/mainDialog.cpp:188 
     640#: src/mainDialog.cpp:189 
    641641msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    642642msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    643643 
    644 #: src/mainDialog.cpp:189 
     644#: src/mainDialog.cpp:190 
    645645msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    646646msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    647647 
    648 #: src/mainDialog.cpp:444 
     648#: src/mainDialog.cpp:446 
    649649msgid "" 
    650650"Something is wrong with this client.\n" 
     
    652652msgstr "" 
    653653 
    654 #: src/mainDialog.cpp:446 
     654#: src/mainDialog.cpp:448 
    655655msgid "This client is currently disabled." 
    656656msgstr "Denne klienten er slÃ¥tt av" 
    657657 
    658 #: src/mainDialog.cpp:537 
     658#: src/mainDialog.cpp:539 
    659659#, c-format 
    660660msgid "Project %u is unknown, you should try to update the projects database" 
    661661msgstr "Prosjektet %u er ukjent. Du burde oppdatere prosjektdatabasen" 
    662662 
    663 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     663#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    664664#, c-format 
    665665msgid "%.2f PPD" 
    666666msgstr "" 
    667667 
    668 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     668#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    669669msgid "&Check for update" 
    670670msgstr "&Se etter oppdateringer" 
    671671 
    672 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     672#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    673673msgid "Check online for the latest version of FahMon" 
    674674msgstr "" 
    675675 
    676 #: src/mainDialog.cpp:651 
     676#: src/mainDialog.cpp:653 
    677677msgid "&Preferences...\tCTRL+P" 
    678678msgstr "&Instillninger...\tCTRL+P" 
    679679 
    680 #: src/mainDialog.cpp:651 
     680#: src/mainDialog.cpp:653 
    681681msgid "Open the preferences dialog" 
    682682msgstr "à
    683683pne vinduet for innstillinger" 
    684684 
    685 #: src/mainDialog.cpp:653 
     685#: src/mainDialog.cpp:655 
    686686msgid "&Quit\tCtrl+Q" 
    687687msgstr "&Avslutt\tCtrl+Q" 
    688688 
    689 #: src/mainDialog.cpp:653 
     689#: src/mainDialog.cpp:655 
    690690#, c-format 
    691691msgid "Quit %s" 
    692692msgstr "Avslutt %s" 
    693693 
    694 #: src/mainDialog.cpp:660 
     694#: src/mainDialog.cpp:662 
    695695msgid "Add a new client to be monitored" 
    696696msgstr "" 
    697697 
    698 #: src/mainDialog.cpp:662 
     698#: src/mainDialog.cpp:664 
    699699msgid "Edit client" 
    700700msgstr "Rediger klient" 
    701701 
    702 #: src/mainDialog.cpp:662 
     702#: src/mainDialog.cpp:664 
    703703msgid "Edit the selected client settings" 
    704704msgstr "" 
    705705 
    706 #: src/mainDialog.cpp:663 
     706#: src/mainDialog.cpp:665 
    707707msgid "Delete client" 
    708708msgstr "Slett klient" 
    709709 
    710 #: src/mainDialog.cpp:663 
     710#: src/mainDialog.cpp:665 
    711711msgid "Delete the selected client" 
    712712msgstr "Slett den valgte klienten" 
    713713 
    714 #: src/mainDialog.cpp:664 
     714#: src/mainDialog.cpp:666 
    715715msgid "View client files" 
    716716msgstr "" 
    717717 
    718 #: src/mainDialog.cpp:664 
     718#: src/mainDialog.cpp:666 
    719719msgid "Open file browser in client folder" 
    720720msgstr "" 
    721721 
    722 #: src/mainDialog.cpp:667 
     722#: src/mainDialog.cpp:669 
    723723msgid "Reload &Selection\tF5" 
    724724msgstr "" 
    725725 
    726 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     726#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    727727msgid "Reload the selected client" 
    728728msgstr "" 
    729729 
    730 #: src/mainDialog.cpp:668 
     730#: src/mainDialog.cpp:670 
    731731msgid "Reload &All\tF6" 
    732732msgstr "" 
    733733 
    734 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     734#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    735735msgid "Reload all the clients" 
    736736msgstr "" 
    737737 
    738 #: src/mainDialog.cpp:670 
     738#: src/mainDialog.cpp:672 
    739739msgid "Reload &Selection\tCtrl+R" 
    740740msgstr "" 
    741741 
    742 #: src/mainDialog.cpp:671 
     742#: src/mainDialog.cpp:673 
    743743msgid "Reload &All\tCtrl+Shift+R" 
    744744msgstr "" 
    745745 
    746 #: src/mainDialog.cpp:673 
     746#: src/mainDialog.cpp:675 
    747747msgid "&Clients" 
    748748msgstr "&Klienter" 
    749749 
    750 #: src/mainDialog.cpp:678 
     750#: src/mainDialog.cpp:680 
    751751msgid "&Show/Hide FAHLog\tF8" 
    752752msgstr "&Vis/skjul FAHLog\tF8" 
    753753 
    754 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     754#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    755755msgid "Toggle the log file" 
    756756msgstr "Vis/skjul loggfilen" 
    757757 
    758 #: src/mainDialog.cpp:680 
     758#: src/mainDialog.cpp:682 
    759759msgid "&Cycle ETA Style\tF9" 
    760760msgstr "" 
    761761 
    762 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     762#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    763763msgid "Cycle through the different ETA display styles" 
    764764msgstr "" 
    765765 
    766 #: src/mainDialog.cpp:682 
     766#: src/mainDialog.cpp:684 
    767767msgid "&Show/Hide FAHLog\tCtrl+L" 
    768768msgstr "&Vis/skjul FAHLog\tCtrl+L" 
    769769 
    770 #: src/mainDialog.cpp:684 
     770#: src/mainDialog.cpp:686 
    771771msgid "&Cycle ETA Style\tCtrl+E" 
    772772msgstr "" 
    773773 
    774 #: src/mainDialog.cpp:687 
     774#: src/mainDialog.cpp:689 
    775775msgid "Show/Hide &WU Info panel" 
    776776msgstr "" 
    777777 
    778 #: src/mainDialog.cpp:687 
     778#: src/mainDialog.cpp:689 
    779779msgid "Toggle the display of the Work Unit Information panel" 
    780780msgstr "" 
    781781 
    782 #: src/mainDialog.cpp:688 
     782#: src/mainDialog.cpp:690 
    783783msgid "&View" 
    784784msgstr "&Vis" 
    785785 
    786 #: src/mainDialog.cpp:692 
     786#: src/mainDialog.cpp:694 
    787787msgid "&Show/Hide Messages Window" 
    788788msgstr "&Vis/skjul meldingsvindu" 
    789789 
    790 #: src/mainDialog.cpp:692 
     790#: src/mainDialog.cpp:694 
    791791msgid "Toggle the messages window" 
    792792msgstr "Viser eller skjuler meldingsvinduet" 
    793793 
    794 #: src/mainDialog.cpp:693 
     794#: src/mainDialog.cpp:695 
    795795msgid "&Benchmarks...\tCTRL+B" 
    796796msgstr "" 
    797797 
    798 #: src/mainDialog.cpp:693 
     798#: src/mainDialog.cpp:695 
    799799msgid "Open the benchmarks dialog" 
    800800msgstr "" 
    801801 
    802 #: src/mainDialog.cpp:694 
     802#: src/mainDialog.cpp:696 
    803803msgid "&Download New Projects" 
    804804msgstr "&Last ned nye prosjekter" 
    805805 
    806 #: src/mainDialog.cpp:694 
     806#: src/mainDialog.cpp:696 
    807807msgid "Update the local project database" 
    808808msgstr "Oppdater den lokale prosjektdatabasen" 
    809809 
    810 #: src/mainDialog.cpp:700 
     810#: src/mainDialog.cpp:702 
    811811msgid "&Tools" 
    812812msgstr "Verk&tÞy" 
    813813 
    814 #: src/mainDialog.cpp:705 
     814#: src/mainDialog.cpp:707 
    815815msgid "&My Stats\tF2" 
    816816msgstr "&Min statistikk\tF2" 
    817817 
    818 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     818#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    819819msgid "View the personal statistics for the selected client" 
    820820msgstr "Vis statistikken for den valgte klienten" 
    821821 
    822 #: src/mainDialog.cpp:706 
     822#: src/mainDialog.cpp:708 
    823823msgid "&Jmol\tF3" 
    824824msgstr "&Jmol\tF3" 
    825825 
    826 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     826#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    827827msgid "View the current project on the Jmol website" 
    828828msgstr "" 
    829829 
    830 #: src/mainDialog.cpp:707 
     830#: src/mainDialog.cpp:709 
    831831msgid "fah&info\tF4" 
    832832msgstr "fah&info\tF4" 
    833833 
    834 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     834#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    835835msgid "View the current project on fahinfo.org" 
    836836msgstr "Viser det pÃ¥gÃ¥ende prosjektet pÃ¥ fahinfo.org" 
    837837 
    838 #: src/mainDialog.cpp:709 
     838#: src/mainDialog.cpp:711 
    839839msgid "&My Stats\tCtrl+Shift+M" 
    840840msgstr "&Min statistikk\tCtrl+Shift+M" 
    841841 
    842 #: src/mainDialog.cpp:710 
     842#: src/mainDialog.cpp:712 
    843843msgid "&Jmol\tCtrl+J" 
    844844msgstr "&Jmol\tCtrl+J" 
    845845 
    846 #: src/mainDialog.cpp:711 
     846#: src/mainDialog.cpp:713 
    847847msgid "fah&info\tCtrl+I" 
    848848msgstr "fah&info\tCtrl+I" 
    849849 
    850 #: src/mainDialog.cpp:714 
     850#: src/mainDialog.cpp:716 
    851851msgid "F@H &Website" 
    852852msgstr "F@Hs &webside" 
    853853 
    854 #: src/mainDialog.cpp:714 
     854#: src/mainDialog.cpp:716 
    855855msgid "Open to the official Stanford website" 
    856856msgstr "à
    857857pne den offisielle nettsiden hos Stanford" 
    858858 
    859 #: src/mainDialog.cpp:715 
     859#: src/mainDialog.cpp:717 
    860860msgid "Folding &Forum" 
    861861msgstr "" 
    862862 
    863 #: src/mainDialog.cpp:715 
     863#: src/mainDialog.cpp:717 
    864864msgid "Open the Folding@Home support forum" 
    865865msgstr "à
    866866pne supportforumet for Folding@Home" 
    867867 
    868 #: src/mainDialog.cpp:716 
     868#: src/mainDialog.cpp:718 
    869869msgid "&Projects Summary" 
    870870msgstr "&Projektsammendrag" 
    871871 
    872 #: src/mainDialog.cpp:716 
     872#: src/mainDialog.cpp:718 
    873873msgid "Open the list of the current projects" 
    874874msgstr "à
    875875pne listen over pÃ¥gÃ¥ende prosjekter" 
    876876 
    877 #: src/mainDialog.cpp:717 
     877#: src/mainDialog.cpp:719 
    878878msgid "&Servers Status" 
    879879msgstr "&Serverstatus" 
    880880 
    881 #: src/mainDialog.cpp:717 
     881#: src/mainDialog.cpp:719 
    882882msgid "Open the list of the servers with their status" 
    883883msgstr "à
    884884pne listen over servere og deres status" 
    885885 
    886 #: src/mainDialog.cpp:718 
     886#: src/mainDialog.cpp:720 
    887887msgid "&Web" 
    888888msgstr "" 
    889889 
    890 #: src/mainDialog.cpp:723 
     890#: src/mainDialog.cpp:725 
    891891msgid "&Help Contents\tF1" 
    892892msgstr "&Helpinnhold\tF1" 
    893893 
    894 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     894#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    895895msgid "See help contents" 
    896896msgstr "Se hjelpinnholdet" 
    897897 
    898 #: src/mainDialog.cpp:725 
     898#: src/mainDialog.cpp:727 
    899899msgid "&Help Contents\tCtrl+?" 
    900900msgstr "&Hjelpinnhold\tCtrl+?" 
    901901 
    902 #: src/mainDialog.cpp:727 
     902#: src/mainDialog.cpp:729 
    903903msgid "FahMon &IRC Channel" 
    904904msgstr "" 
    905905 
    906 #: src/mainDialog.cpp:727 
     906#: src/mainDialog.cpp:729 
    907907msgid "Join the FahMon IRC channel for online help" 
    908908msgstr "" 
    909909 
    910 #: src/mainDialog.cpp:728 
     910#: src/mainDialog.cpp:730 
    911911msgid "&About" 
    912912msgstr "&Om" 
    913913 
    914 #: src/mainDialog.cpp:728 
     914#: src/mainDialog.cpp:730 
    915915#, c-format 
    916916msgid "About %s" 
    917917msgstr "Om %s" 
    918918 
    919 #: src/mainDialog.cpp:735 
     919#: src/mainDialog.cpp:737 
    920920msgid "&Help" 
    921921msgstr "&Hjelp" 
    922922 
    923 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     923#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    924924msgid "Work Unit Information" 
    925925msgstr "" 
    926926 
    927 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     927#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    928928msgid "Core:" 
    929929msgstr "" 
    930930 
    931 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     931#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    932932msgid "Project:" 
    933933msgstr "Prosjekt:" 
    934934 
    935 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     935#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    936936msgid "Credit:" 
    937937msgstr "Poeng:" 
    938938 
    939 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     939#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    940940msgid "Username:" 
    941941msgstr "Brukernavn:" 
    942942 
    943 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     943#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    944944msgid "Downloaded:" 
    945945msgstr "Lastet ned:" 
    946946 
    947 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     947#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    948948msgid "Preferred Deadline:" 
    949949msgstr "Foretrukket tidsfrist:" 
    950950 
    951 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     951#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    952952msgid "Final Deadline:" 
    953953msgstr "Siste frist:" 
    954954 
    955 #: src/mainDialog.cpp:842 
     955#: src/mainDialog.cpp:844 
    956956msgid "Log file." 
    957957msgstr "Loggfil." 
    958958 
    959 #: src/mainDialog.cpp:1084 
     959#: src/mainDialog.cpp:1086 
    960960msgid "You must first select a client!" 
    961961msgstr "Du mÃ¥ fÞrst velge en klient!" 
    962962 
    963 #: src/mainDialog.cpp:1445 
     963#: src/mainDialog.cpp:1447 
    964964msgid "Checking for FahMon updates" 
    965965msgstr "Ser etter oppdateringer til FahMon" 
    966966 
    967 #: src/mainDialog.cpp:1456 
     967#: src/mainDialog.cpp:1458 
    968968#, c-format 
    969969msgid "Your version: %s; New version: %s" 
    970970msgstr "Din versjon: %s; Ny versjon: %s" 
    971971 
    972 #: src/mainDialog.cpp:1470 
     972#: src/mainDialog.cpp:1472 
    973973msgid "Update available" 
    974974msgstr "Oppdatering tilgjengelig" 
    975975 
    976 #: src/mainDialog.cpp:1471 
     976#: src/mainDialog.cpp:1473 
    977977msgid "" 
    978978"A newer version of FahMon is available\n" 
     
    982982"Vil du gÃ¥ til FahMons nettside?" 
    983983 
    984 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     984#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    985985msgid "No update found" 
    986986msgstr "Ingen oppdatering tilgjengelig" 
    987987 
    988 #: src/mainDialog.cpp:1624 
     988#: src/mainDialog.cpp:1626 
    989989msgid "ctrl" 
    990990msgstr "ctrl" 
    991991 
    992 #: src/mainDialog.cpp:1625 
     992#: src/mainDialog.cpp:1627 
    993993msgid "shift" 
    994994msgstr "shift" 
    995995 
    996 #: src/mainDialog.cpp:1626 
     996#: src/mainDialog.cpp:1628 
    997997msgid "alt" 
    998998msgstr "alt" 
  • trunk/po/nl_NL.po

    r509 r525  
    99"Project-Id-Version: nl_NL\n" 
    1010"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    11 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     11"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1212"PO-Revision-Date: 2009-03-20 16:40+0000\n" 
    1313"Last-Translator: Bastien van 't Wel <bastien@vantwel.nl>\n" 
     
    165165#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    166166#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    167 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    168 #: src/mainDialog.cpp:535 
     167#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     168#: src/mainDialog.cpp:537 
    169169msgid "Unknown" 
    170170msgstr "Onbekend" 
     
    179179 
    180180#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    181 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    182 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    183 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     181#: 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 
    184184#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    185185#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    557557msgstr "Laden..." 
    558558 
    559 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     559#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    560560#, c-format 
    561561msgid "%u points" 
     
    563563 
    564564#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    565 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     565#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    566566#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    567567#, c-format 
     
    569569msgstr "%s geleden" 
    570570 
    571 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     571#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    572572#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    573573#, c-format 
     
    593593 
    594594#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    595 #: src/mainDialog.cpp:660 
     595#: src/mainDialog.cpp:662 
    596596msgid "Add a new client" 
    597597msgstr "Nieuwe client toevoegen" 
     
    621621msgstr "Deze client inschakelen" 
    622622 
    623 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     623#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    624624msgid "Do you really want to delete this client?" 
    625625msgstr "Zeker weten dat deze client moet worden verwijderd?" 
     
    645645msgstr "Oude instellingen geimporteerd in %s" 
    646646 
    647 #: src/mainDialog.cpp:183 
     647#: src/mainDialog.cpp:184 
    648648#, c-format 
    649649msgid "%s is licenced under the GNU GPL v2" 
    650650msgstr "%s valt onder de licentie van GNU GPL v2" 
    651651 
    652 #: src/mainDialog.cpp:184 
     652#: src/mainDialog.cpp:185 
    653653msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    654654msgstr "Copyright (C) 2003-2007 François Ingelrest" 
    655655 
    656 #: src/mainDialog.cpp:185 
     656#: src/mainDialog.cpp:186 
    657657msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    658658msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    659659 
    660 #: src/mainDialog.cpp:187 
     660#: src/mainDialog.cpp:188 
    661661msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    662662msgstr "FahMon bevat code van qd, welke ook valt onder de GNU GPL v2 licentie" 
    663663 
    664 #: src/mainDialog.cpp:188 
     664#: src/mainDialog.cpp:189 
    665665msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    666666msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    667667 
    668 #: src/mainDialog.cpp:189 
     668#: src/mainDialog.cpp:190 
    669669msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    670670msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    671671 
    672 #: src/mainDialog.cpp:444 
     672#: src/mainDialog.cpp:446 
    673673msgid "" 
    674674"Something is wrong with this client.\n" 
     
    678678"Controleer de berichten (FahMon->Weergeven/verbergen berichtenvenster)" 
    679679 
    680 #: src/mainDialog.cpp:446 
     680#: src/mainDialog.cpp:448 
    681681msgid "This client is currently disabled." 
    682682msgstr "Deze client is op dit moment uitgeschakeld." 
    683683 
    684 #: src/mainDialog.cpp:537 
     684#: src/mainDialog.cpp:539 
    685685#, c-format 
    686686msgid "Project %u is unknown, you should try to update the projects database" 
    687687msgstr "Project %u is onbekend, probeer de projectendatabase bij te werken" 
    688688 
    689 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     689#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    690690#, c-format 
    691691msgid "%.2f PPD" 
    692692msgstr "%.2f PPD" 
    693693 
    694 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     694#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    695695msgid "&Check for update" 
    696696msgstr "&Controleer op updates" 
    697697 
    698 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     698#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    699699msgid "Check online for the latest version of FahMon" 
    700700msgstr "Controleer naar de laatste versie van FahMon" 
    701701 
    702 #: src/mainDialog.cpp:651 
     702#: src/mainDialog.cpp:653 
    703703msgid "&Preferences...\tCTRL+P" 
    704704msgstr "&Instellingen...\tCTRL+P" 
    705705 
    706 #: src/mainDialog.cpp:651 
     706#: src/mainDialog.cpp:653 
    707707msgid "Open the preferences dialog" 
    708708msgstr "Open het instellingen scherm" 
    709709 
    710 #: src/mainDialog.cpp:653 
     710#: src/mainDialog.cpp:655 
    711711msgid "&Quit\tCtrl+Q" 
    712712msgstr "&Afsluiten\tCtrl+Q" 
    713713 
    714 #: src/mainDialog.cpp:653 
     714#: src/mainDialog.cpp:655 
    715715#, c-format 
    716716msgid "Quit %s" 
    717717msgstr "Afsluiten %s" 
    718718 
    719 #: src/mainDialog.cpp:660 
     719#: src/mainDialog.cpp:662 
    720720msgid "Add a new client to be monitored" 
    721721msgstr "Voeg een nieuwe client toe om te monitoren" 
    722722 
    723 #: src/mainDialog.cpp:662 
     723#: src/mainDialog.cpp:664 
    724724msgid "Edit client" 
    725725msgstr "Wijzig client" 
    726726 
    727 #: src/mainDialog.cpp:662 
     727#: src/mainDialog.cpp:664 
    728728msgid "Edit the selected client settings" 
    729729msgstr "Wijzig de instellingen van de geselecteerde client" 
    730730 
    731 #: src/mainDialog.cpp:663 
     731#: src/mainDialog.cpp:665 
    732732msgid "Delete client" 
    733733msgstr "Verwijder client" 
    734734 
    735 #: src/mainDialog.cpp:663 
     735#: src/mainDialog.cpp:665 
    736736msgid "Delete the selected client" 
    737737msgstr "Verwijder de geselecteerde client" 
    738738 
    739 #: src/mainDialog.cpp:664 
     739#: src/mainDialog.cpp:666 
    740740msgid "View client files" 
    741741msgstr "Bekijk de bestanden van deze client" 
    742742 
    743 #: src/mainDialog.cpp:664 
     743#: src/mainDialog.cpp:666 
    744744msgid "Open file browser in client folder" 
    745745msgstr "Open verkenner in de clientmap" 
    746746 
    747 #: src/mainDialog.cpp:667 
     747#: src/mainDialog.cpp:669 
    748748msgid "Reload &Selection\tF5" 
    749749msgstr "Herladen &selectie\tF5" 
    750750 
    751 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     751#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    752752msgid "Reload the selected client" 
    753753msgstr "Geselecteerde client herladen" 
    754754 
    755 #: src/mainDialog.cpp:668 
     755#: src/mainDialog.cpp:670 
    756756msgid "Reload &All\tF6" 
    757757msgstr "Herladen &alles\tF6" 
    758758 
    759 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     759#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    760760msgid "Reload all the clients" 
    761761msgstr "Alle clients herladen" 
    762762 
    763 #: src/mainDialog.cpp:670 
     763#: src/mainDialog.cpp:672 
    764764msgid "Reload &Selection\tCtrl+R" 
    765765msgstr "Herladen &selectie\tCtrl+R" 
    766766 
    767 #: src/mainDialog.cpp:671 
     767#: src/mainDialog.cpp:673 
    768768msgid "Reload &All\tCtrl+Shift+R" 
    769769msgstr "Herladen &alles\tCtrl+Shift+R" 
    770770 
    771 #: src/mainDialog.cpp:673 
     771#: src/mainDialog.cpp:675 
    772772msgid "&Clients" 
    773773msgstr "&Clients" 
    774774 
    775 #: src/mainDialog.cpp:678 
     775#: src/mainDialog.cpp:680 
    776776msgid "&Show/Hide FAHLog\tF8" 
    777777msgstr "&Weergeven/verbergen FAHLog\tF8" 
    778778 
    779 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     779#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    780780msgid "Toggle the log file" 
    781781msgstr "Selecteer de logfile" 
    782782 
    783 #: src/mainDialog.cpp:680 
     783#: src/mainDialog.cpp:682 
    784784msgid "&Cycle ETA Style\tF9" 
    785785msgstr "&Wissel ETA stijl\tF9" 
    786786 
    787 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     787#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    788788msgid "Cycle through the different ETA display styles" 
    789789msgstr "Wissel tussen de verschillende ETA weergave stijlen" 
    790790 
    791 #: src/mainDialog.cpp:682 
     791#: src/mainDialog.cpp:684 
    792792msgid "&Show/Hide FAHLog\tCtrl+L" 
    793793msgstr "&Weergeven/verbergen FAHLog\tCtrl+L" 
    794794 
    795 #: src/mainDialog.cpp:684 
     795#: src/mainDialog.cpp:686 
    796796msgid "&Cycle ETA Style\tCtrl+E" 
    797797msgstr "&Wissel ETA stijl\tCtrl+E" 
    798798 
    799 #: src/mainDialog.cpp:687 
     799#: src/mainDialog.cpp:689 
    800800msgid "Show/Hide &WU Info panel" 
    801801msgstr "Toon/verberg &WU infoscherm" 
    802802 
    803 #: src/mainDialog.cpp:687 
     803#: src/mainDialog.cpp:689 
    804804msgid "Toggle the display of the Work Unit Information panel" 
    805805msgstr "Selecteer om het scherm met de WU informatie te tonen" 
    806806 
    807 #: src/mainDialog.cpp:688 
     807#: src/mainDialog.cpp:690 
    808808msgid "&View" 
    809809msgstr "Weerga&ve" 
    810810 
    811 #: src/mainDialog.cpp:692 
     811#: src/mainDialog.cpp:694 
    812812msgid "&Show/Hide Messages Window" 
    813813msgstr "&Weergeven/verbergen berichtenvenster" 
    814814 
    815 #: src/mainDialog.cpp:692 
     815#: src/mainDialog.cpp:694 
    816816msgid "Toggle the messages window" 
    817817msgstr "Selecteer het berichtenvenster" 
    818818 
    819 #: src/mainDialog.cpp:693 
     819#: src/mainDialog.cpp:695 
    820820msgid "&Benchmarks...\tCTRL+B" 
    821821msgstr "&Benchmarks...\tCTRL+B" 
    822822 
    823 #: src/mainDialog.cpp:693 
     823#: src/mainDialog.cpp:695 
    824824msgid "Open the benchmarks dialog" 
    825825msgstr "Open het benchmarks scherm" 
    826826 
    827 #: src/mainDialog.cpp:694 
     827#: src/mainDialog.cpp:696 
    828828msgid "&Download New Projects" 
    829829msgstr "&Download nieuwe projecten" 
    830830 
    831 #: src/mainDialog.cpp:694 
     831#: src/mainDialog.cpp:696 
    832832msgid "Update the local project database" 
    833833msgstr "Bijwerken van de lokale projectendatabase" 
    834834 
    835 #: src/mainDialog.cpp:700 
     835#: src/mainDialog.cpp:702 
    836836msgid "&Tools" 
    837837msgstr "&Hulpmiddelen" 
    838838 
    839 #: src/mainDialog.cpp:705 
     839#: src/mainDialog.cpp:707 
    840840msgid "&My Stats\tF2" 
    841841msgstr "&Mijn statistieken\tF2" 
    842842 
    843 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     843#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    844844msgid "View the personal statistics for the selected client" 
    845845msgstr "Bekijk de persoonlijke statistieken voor de geselecteerde client" 
    846846 
    847 #: src/mainDialog.cpp:706 
     847#: src/mainDialog.cpp:708 
    848848msgid "&Jmol\tF3" 
    849849msgstr "&Jmol\tF3" 
    850850 
    851 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     851#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    852852msgid "View the current project on the Jmol website" 
    853853msgstr "Bekijk het huidige project op de Jmol website" 
    854854 
    855 #: src/mainDialog.cpp:707 
     855#: src/mainDialog.cpp:709 
    856856msgid "fah&info\tF4" 
    857857msgstr "fah&info\tF4" 
    858858 
    859 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     859#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    860860msgid "View the current project on fahinfo.org" 
    861861msgstr "Bekijk het huidige project op fahinfo.org" 
    862862 
    863 #: src/mainDialog.cpp:709 
     863#: src/mainDialog.cpp:711 
    864864msgid "&My Stats\tCtrl+Shift+M" 
    865865msgstr "&Mijn statistieken\tCtrl+Shift+M" 
    866866 
    867 #: src/mainDialog.cpp:710 
     867#: src/mainDialog.cpp:712 
    868868msgid "&Jmol\tCtrl+J" 
    869869msgstr "&Jmol\tCtrl+J" 
    870870 
    871 #: src/mainDialog.cpp:711 
     871#: src/mainDialog.cpp:713 
    872872msgid "fah&info\tCtrl+I" 
    873873msgstr "fah&info\tCtrl+I" 
    874874 
    875 #: src/mainDialog.cpp:714 
     875#: src/mainDialog.cpp:716 
    876876msgid "F@H &Website" 
    877877msgstr "F@H &Website" 
    878878 
    879 #: src/mainDialog.cpp:714 
     879#: src/mainDialog.cpp:716 
    880880msgid "Open to the official Stanford website" 
    881881msgstr "Open de officiële Stanford website" 
    882882 
    883 #: src/mainDialog.cpp:715 
     883#: src/mainDialog.cpp:717 
    884884msgid "Folding &Forum" 
    885885msgstr "Folding &Forum" 
    886886 
    887 #: src/mainDialog.cpp:715 
     887#: src/mainDialog.cpp:717 
    888888msgid "Open the Folding@Home support forum" 
    889889msgstr "Open het Folding@Home support forum" 
    890890 
    891 #: src/mainDialog.cpp:716 
     891#: src/mainDialog.cpp:718 
    892892msgid "&Projects Summary" 
    893893msgstr "&Projects Summary" 
    894894 
    895 #: src/mainDialog.cpp:716 
     895#: src/mainDialog.cpp:718 
    896896msgid "Open the list of the current projects" 
    897897msgstr "Open de lijst met huidige projecten" 
    898898 
    899 #: src/mainDialog.cpp:717 
     899#: src/mainDialog.cpp:719 
    900900msgid "&Servers Status" 
    901901msgstr "&Servers status" 
    902902 
    903 #: src/mainDialog.cpp:717 
     903#: src/mainDialog.cpp:719 
    904904msgid "Open the list of the servers with their status" 
    905905msgstr "Open de lijst met de huidige status van de servers" 
    906906 
    907 #: src/mainDialog.cpp:718 
     907#: src/mainDialog.cpp:720 
    908908msgid "&Web" 
    909909msgstr "&Web" 
    910910 
    911 #: src/mainDialog.cpp:723 
     911#: src/mainDialog.cpp:725 
    912912msgid "&Help Contents\tF1" 
    913913msgstr "&Help inhoud\tF1" 
    914914 
    915 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     915#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    916916msgid "See help contents" 
    917917msgstr "Bekijk de inhoud van de help" 
    918918 
    919 #: src/mainDialog.cpp:725 
     919#: src/mainDialog.cpp:727 
    920920msgid "&Help Contents\tCtrl+?" 
    921921msgstr "&Help inhoud\tCtrl+?" 
    922922 
    923 #: src/mainDialog.cpp:727 
     923#: src/mainDialog.cpp:729 
    924924msgid "FahMon &IRC Channel" 
    925925msgstr "FahMon &IRC kanaal" 
    926926 
    927 #: src/mainDialog.cpp:727 
     927#: src/mainDialog.cpp:729 
    928928msgid "Join the FahMon IRC channel for online help" 
    929929msgstr "Ga naar het FahMon IRC kanaal voor online hulp" 
    930930 
    931 #: src/mainDialog.cpp:728 
     931#: src/mainDialog.cpp:730 
    932932msgid "&About" 
    933933msgstr "&Over" 
    934934 
    935 #: src/mainDialog.cpp:728 
     935#: src/mainDialog.cpp:730 
    936936#, c-format 
    937937msgid "About %s" 
    938938msgstr "Over %s" 
    939939 
    940 #: src/mainDialog.cpp:735 
     940#: src/mainDialog.cpp:737 
    941941msgid "&Help" 
    942942msgstr "&Help" 
    943943 
    944 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     944#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    945945msgid "Work Unit Information" 
    946946msgstr "Work unit informatie" 
    947947 
    948 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     948#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    949949msgid "Core:" 
    950950msgstr "Core:" 
    951951 
    952 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     952#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    953953msgid "Project:" 
    954954msgstr "Project:" 
    955955 
    956 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     956#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    957957msgid "Credit:" 
    958958msgstr "Waardering:" 
    959959 
    960 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     960#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    961961msgid "Username:" 
    962962msgstr "Gebruikersnaam:" 
    963963 
    964 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     964#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    965965msgid "Downloaded:" 
    966966msgstr "Gedownload:" 
    967967 
    968 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     968#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    969969msgid "Preferred Deadline:" 
    970970msgstr "Gewenst inlevermoment:" 
    971971 
    972 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     972#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    973973msgid "Final Deadline:" 
    974974msgstr "Uiterste inlevermoment:" 
    975975 
    976 #: src/mainDialog.cpp:842 
     976#: src/mainDialog.cpp:844 
    977977msgid "Log file." 
    978978msgstr "Logfile." 
    979979 
    980 #: src/mainDialog.cpp:1084 
     980#: src/mainDialog.cpp:1086 
    981981msgid "You must first select a client!" 
    982982msgstr "Je moet eerst een client selecteren!" 
    983983 
    984 #: src/mainDialog.cpp:1445 
     984#: src/mainDialog.cpp:1447 
    985985msgid "Checking for FahMon updates" 
    986986msgstr "Controleer op FahMon updates" 
    987987 
    988 #: src/mainDialog.cpp:1456 
     988#: src/mainDialog.cpp:1458 
    989989#, c-format 
    990990msgid "Your version: %s; New version: %s" 
    991991msgstr "Huidige versie: %s; Nieuwe versie: %s" 
    992992 
    993 #: src/mainDialog.cpp:1470 
     993#: src/mainDialog.cpp:1472 
    994994msgid "Update available" 
    995995msgstr "Update beschikbaar!" 
    996996 
    997 #: src/mainDialog.cpp:1471 
     997#: src/mainDialog.cpp:1473 
    998998msgid "" 
    999999"A newer version of FahMon is available\n" 
     
    10031003"Wil je naar de FahMon website?" 
    10041004 
    1005 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1005#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10061006msgid "No update found" 
    10071007msgstr "Geen update gevonden" 
    10081008 
    1009 #: src/mainDialog.cpp:1624 
     1009#: src/mainDialog.cpp:1626 
    10101010msgid "ctrl" 
    10111011msgstr "ctrl" 
    10121012 
    1013 #: src/mainDialog.cpp:1625 
     1013#: src/mainDialog.cpp:1627 
    10141014msgid "shift" 
    10151015msgstr "shift" 
    10161016 
    1017 #: src/mainDialog.cpp:1626 
     1017#: src/mainDialog.cpp:1628 
    10181018msgid "alt" 
    10191019msgstr "alt" 
  • trunk/po/pl_PL.po

    r509 r525  
    99"Project-Id-Version: pl_PL\n" 
    1010"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    11 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     11"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1212"PO-Revision-Date: 2009-03-22 23:57+0100\n" 
    1313"Last-Translator: Mariusz Pociask <mariusz-pociask@o2.pl>\n" 
     
    169169#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    170170#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    171 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    172 #: src/mainDialog.cpp:535 
     171#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     172#: src/mainDialog.cpp:537 
    173173msgid "Unknown" 
    174174msgstr "Nieznany" 
     
    183183 
    184184#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    185 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    186 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    187 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     185#: 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 
    188188#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    189189#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    583583msgstr "Wczytywanie..." 
    584584 
    585 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     585#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    586586#, c-format 
    587587msgid "%u points" 
     
    589589 
    590590#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    591 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     591#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    592592#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    593593#, c-format 
     
    595595msgstr "%s temu" 
    596596 
    597 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     597#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    598598#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    599599#, c-format 
     
    620620 
    621621#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    622 #: src/mainDialog.cpp:660 
     622#: src/mainDialog.cpp:662 
    623623msgid "Add a new client" 
    624624msgstr "Dodaj nowego klienta" 
     
    650650cz tego klienta" 
    651651 
    652 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     652#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    653653msgid "Do you really want to delete this client?" 
    654654msgstr "Czy na pewno chcesz usunÄ 
     
    675675msgstr "Stare ustawienia zostały zaimportowane do %s" 
    676676 
    677 #: src/mainDialog.cpp:183 
     677#: src/mainDialog.cpp:184 
    678678#, c-format 
    679679msgid "%s is licenced under the GNU GPL v2" 
    680680msgstr "%s korzysta z licencji GNU GPL v2" 
    681681 
    682 #: src/mainDialog.cpp:184 
     682#: src/mainDialog.cpp:185 
    683683msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    684684msgstr "Prawa autorskie © 2003-2007 François Ingelrest" 
    685685 
    686 #: src/mainDialog.cpp:185 
     686#: src/mainDialog.cpp:186 
    687687msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    688688msgstr "Prawa autorskie © 2007-2009 Andrew Schofield" 
    689689 
    690 #: src/mainDialog.cpp:187 
     690#: src/mainDialog.cpp:188 
    691691msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    692692msgstr "" 
    693693"FahMon zawiera kod programu qd, równieÅŒ korzystajacego z licencji GNU GPL v2" 
    694694 
    695 #: src/mainDialog.cpp:188 
     695#: src/mainDialog.cpp:189 
    696696msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    697697msgstr "Prawa autorskie © 2002-2005 Richard P. Howell IV." 
    698698 
    699 #: src/mainDialog.cpp:189 
     699#: src/mainDialog.cpp:190 
    700700msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    701701msgstr "Prawa autorskie © 2005-2009 Sebastiaan Couwenberg" 
    702702 
    703 #: src/mainDialog.cpp:444 
     703#: src/mainDialog.cpp:446 
    704704msgid "" 
    705705"Something is wrong with this client.\n" 
     
    710710"Sprawdź aktualne komunikaty (Narzędzia->PokaÅŒ/ukryj okno komunikatów)." 
    711711 
    712 #: src/mainDialog.cpp:446 
     712#: src/mainDialog.cpp:448 
    713713msgid "This client is currently disabled." 
    714714msgstr "Ten klient jest obecnie wyłĠ
    715715czony." 
    716716 
    717 #: src/mainDialog.cpp:537 
     717#: src/mainDialog.cpp:539 
    718718#, c-format 
    719719msgid "Project %u is unknown, you should try to update the projects database" 
    720720msgstr "Projekt %u nie został rozpoznany, spróbuj zaktualizować bazę projektów" 
    721721 
    722 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     722#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    723723#, c-format 
    724724msgid "%.2f PPD" 
    725725msgstr "%.2f PPD" 
    726726 
    727 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     727#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    728728msgid "&Check for update" 
    729729msgstr "Wyszukaj &aktualizacje" 
    730730 
    731 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     731#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    732732msgid "Check online for the latest version of FahMon" 
    733733msgstr "Znajdź w sieci najnowszĠ
    734734 wersję FahMona" 
    735735 
    736 #: src/mainDialog.cpp:651 
     736#: src/mainDialog.cpp:653 
    737737msgid "&Preferences...\tCTRL+P" 
    738738msgstr "&Ustawienia...\tCTRL+P" 
    739739 
    740 #: src/mainDialog.cpp:651 
     740#: src/mainDialog.cpp:653 
    741741msgid "Open the preferences dialog" 
    742742msgstr "Otwórz okno ustawień" 
    743743 
    744 #: src/mainDialog.cpp:653 
     744#: src/mainDialog.cpp:655 
    745745msgid "&Quit\tCtrl+Q" 
    746746msgstr "&Wyjdź\tCtrl+Q" 
    747747 
    748 #: src/mainDialog.cpp:653 
     748#: src/mainDialog.cpp:655 
    749749#, c-format 
    750750msgid "Quit %s" 
    751751msgstr "Wyjdź z %sa" 
    752752 
    753 #: src/mainDialog.cpp:660 
     753#: src/mainDialog.cpp:662 
    754754msgid "Add a new client to be monitored" 
    755755msgstr "Dodaj klienta do monitorowania" 
    756756 
    757 #: src/mainDialog.cpp:662 
     757#: src/mainDialog.cpp:664 
    758758msgid "Edit client" 
    759759msgstr "Edytuj klienta" 
    760760 
    761 #: src/mainDialog.cpp:662 
     761#: src/mainDialog.cpp:664 
    762762msgid "Edit the selected client settings" 
    763763msgstr "Edytuj ustawienia wybranego klienta" 
    764764 
    765 #: src/mainDialog.cpp:663 
     765#: src/mainDialog.cpp:665 
    766766msgid "Delete client" 
    767767msgstr "Usuń klienta" 
    768768 
    769 #: src/mainDialog.cpp:663 
     769#: src/mainDialog.cpp:665 
    770770msgid "Delete the selected client" 
    771771msgstr "Usuń wybranego klienta" 
    772772 
    773 #: src/mainDialog.cpp:664 
     773#: src/mainDialog.cpp:666 
    774774msgid "View client files" 
    775775msgstr "PokaÅŒ pliki klienta" 
    776776 
    777 #: src/mainDialog.cpp:664 
     777#: src/mainDialog.cpp:666 
    778778msgid "Open file browser in client folder" 
    779779msgstr "Otwórz menedÅŒera plików w katalogu klienta" 
    780780 
    781 #: src/mainDialog.cpp:667 
     781#: src/mainDialog.cpp:669 
    782782msgid "Reload &Selection\tF5" 
    783783msgstr "OdświeÅŒ &status klienta\tF5" 
    784784 
    785 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     785#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    786786msgid "Reload the selected client" 
    787787msgstr "Odczytaj ponownie status wybranego klienta" 
    788788 
    789 #: src/mainDialog.cpp:668 
     789#: src/mainDialog.cpp:670 
    790790msgid "Reload &All\tF6" 
    791791msgstr "OdświeÅŒ st&atusy klientów\tF6" 
    792792 
    793 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     793#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    794794msgid "Reload all the clients" 
    795795msgstr "Odczytaj ponownie statusy wszystkich klientów" 
    796796 
    797 #: src/mainDialog.cpp:670 
     797#: src/mainDialog.cpp:672 
    798798msgid "Reload &Selection\tCtrl+R" 
    799799msgstr "OdświeÅŒ &status klienta\tCtrl+R" 
    800800 
    801 #: src/mainDialog.cpp:671 
     801#: src/mainDialog.cpp:673 
    802802msgid "Reload &All\tCtrl+Shift+R" 
    803803msgstr "OdświeÅŒ st&atusy klientów\tCtrl+Shift+R" 
    804804 
    805 #: src/mainDialog.cpp:673 
     805#: src/mainDialog.cpp:675 
    806806msgid "&Clients" 
    807807msgstr "&Klienty" 
    808808 
    809 #: src/mainDialog.cpp:678 
     809#: src/mainDialog.cpp:680 
    810810msgid "&Show/Hide FAHLog\tF8" 
    811811msgstr "&PokaÅŒ/ukryj dziennik FAHlog\tF8" 
    812812 
    813 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     813#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    814814msgid "Toggle the log file" 
    815815msgstr "PokaÅŒ/ukryj dziennik" 
    816816 
    817 #: src/mainDialog.cpp:680 
     817#: src/mainDialog.cpp:682 
    818818msgid "&Cycle ETA Style\tF9" 
    819819msgstr "&Zmień format czasu ukończenia\tF9" 
    820820 
    821 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     821#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    822822msgid "Cycle through the different ETA display styles" 
    823823msgstr "PrzełĠ
    824824cz między róŌnymi trybami wyświetlania czasu ukończenia" 
    825825 
    826 #: src/mainDialog.cpp:682 
     826#: src/mainDialog.cpp:684 
    827827msgid "&Show/Hide FAHLog\tCtrl+L" 
    828828msgstr "&PokaÅŒ/ukryj dziennik FAHlog\tCtrl+L" 
    829829 
    830 #: src/mainDialog.cpp:684 
     830#: src/mainDialog.cpp:686 
    831831msgid "&Cycle ETA Style\tCtrl+E" 
    832832msgstr "Zmień format &czasu ukończenia\tCtrl+E" 
    833833 
    834 #: src/mainDialog.cpp:687 
     834#: src/mainDialog.cpp:689 
    835835msgid "Show/Hide &WU Info panel" 
    836836msgstr "PokaÅŒ/ukryj panel informacyjny &WU" 
    837837 
    838 #: src/mainDialog.cpp:687 
     838#: src/mainDialog.cpp:689 
    839839msgid "Toggle the display of the Work Unit Information panel" 
    840840msgstr "" 
     
    843843cz wyświetlanie panelu informacyjnego jednostki projektu [WU]" 
    844844 
    845 #: src/mainDialog.cpp:688 
     845#: src/mainDialog.cpp:690 
    846846msgid "&View" 
    847847msgstr "&Widok" 
    848848 
    849 #: src/mainDialog.cpp:692 
     849#: src/mainDialog.cpp:694 
    850850msgid "&Show/Hide Messages Window" 
    851851msgstr "&PokaÅŒ/ukryj okno komunikatów" 
    852852 
    853 #: src/mainDialog.cpp:692 
     853#: src/mainDialog.cpp:694 
    854854msgid "Toggle the messages window" 
    855855msgstr "WłĠ
     
    857857cz okno komunikatów" 
    858858 
    859 #: src/mainDialog.cpp:693 
     859#: src/mainDialog.cpp:695 
    860860msgid "&Benchmarks...\tCTRL+B" 
    861861msgstr "&Wyniki...\tCTRL+B" 
    862862 
    863 #: src/mainDialog.cpp:693 
     863#: src/mainDialog.cpp:695 
    864864msgid "Open the benchmarks dialog" 
    865865msgstr "Otwórz okno z testami prędkości przetwarzania róŌnych projektów" 
    866866 
    867 #: src/mainDialog.cpp:694 
     867#: src/mainDialog.cpp:696 
    868868msgid "&Download New Projects" 
    869869msgstr "Pobierz &nowe projekty" 
    870870 
    871 #: src/mainDialog.cpp:694 
     871#: src/mainDialog.cpp:696 
    872872msgid "Update the local project database" 
    873873msgstr "Aktualizuj lokalnÄ 
    874874 bazę projektów" 
    875875 
    876 #: src/mainDialog.cpp:700 
     876#: src/mainDialog.cpp:702 
    877877msgid "&Tools" 
    878878msgstr "&Narzędzia" 
    879879 
    880 #: src/mainDialog.cpp:705 
     880#: src/mainDialog.cpp:707 
    881881msgid "&My Stats\tF2" 
    882882msgstr "&Moje statystyki\tF2" 
    883883 
    884 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     884#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    885885msgid "View the personal statistics for the selected client" 
    886886msgstr "Obejrzyj statystyki osobiste dla tego klienta" 
    887887 
    888 #: src/mainDialog.cpp:706 
     888#: src/mainDialog.cpp:708 
    889889msgid "&Jmol\tF3" 
    890890msgstr "&Jmol\tF3" 
    891891 
    892 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     892#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    893893msgid "View the current project on the Jmol website" 
    894894msgstr "Obejrzyj projekt na stronie Jmola" 
    895895 
    896 #: src/mainDialog.cpp:707 
     896#: src/mainDialog.cpp:709 
    897897msgid "fah&info\tF4" 
    898898msgstr "fah&info\tF4" 
    899899 
    900 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     900#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    901901msgid "View the current project on fahinfo.org" 
    902902msgstr "Obejrzyj informacje o projekcie na fahinfo.org" 
    903903 
    904 #: src/mainDialog.cpp:709 
     904#: src/mainDialog.cpp:711 
    905905msgid "&My Stats\tCtrl+Shift+M" 
    906906msgstr "&Moje statystyki\tCtrl+Shift+M" 
    907907 
    908 #: src/mainDialog.cpp:710 
     908#: src/mainDialog.cpp:712 
    909909msgid "&Jmol\tCtrl+J" 
    910910msgstr "&Jmol\tCtrl+J" 
    911911 
    912 #: src/mainDialog.cpp:711 
     912#: src/mainDialog.cpp:713 
    913913msgid "fah&info\tCtrl+I" 
    914914msgstr "fah&info\tCtrl+I" 
    915915 
    916 #: src/mainDialog.cpp:714 
     916#: src/mainDialog.cpp:716 
    917917msgid "F@H &Website" 
    918918msgstr "&Strona F@H" 
    919919 
    920 #: src/mainDialog.cpp:714 
     920#: src/mainDialog.cpp:716 
    921921msgid "Open to the official Stanford website" 
    922922msgstr "Wejdź na oficjalnĠ
    923923 stronę Uniwersytetu Stanforda" 
    924924 
    925 #: src/mainDialog.cpp:715 
     925#: src/mainDialog.cpp:717 
    926926msgid "Folding &Forum" 
    927927msgstr "&Folding Forum" 
    928928 
    929 #: src/mainDialog.cpp:715 
     929#: src/mainDialog.cpp:717 
    930930msgid "Open the Folding@Home support forum" 
    931931msgstr "Przejdź do forum Folding@Home" 
    932932 
    933 #: src/mainDialog.cpp:716 
     933#: src/mainDialog.cpp:718 
    934934msgid "&Projects Summary" 
    935935msgstr "&Dane projektów" 
    936936 
    937 #: src/mainDialog.cpp:716 
     937#: src/mainDialog.cpp:718 
    938938msgid "Open the list of the current projects" 
    939939msgstr "Wyświetl aktualnĠ
    940940 listę projektów" 
    941941 
    942 #: src/mainDialog.cpp:717 
     942#: src/mainDialog.cpp:719 
    943943msgid "&Servers Status" 
    944944msgstr "Statusy ser&werów" 
    945945 
    946 #: src/mainDialog.cpp:717 
     946#: src/mainDialog.cpp:719 
    947947msgid "Open the list of the servers with their status" 
    948948msgstr "Wyświetl listę serwerów F@H i ich statusy" 
    949949 
    950 #: src/mainDialog.cpp:718 
     950#: src/mainDialog.cpp:720 
    951951msgid "&Web" 
    952952msgstr "&Internet" 
    953953 
    954 #: src/mainDialog.cpp:723 
     954#: src/mainDialog.cpp:725 
    955955msgid "&Help Contents\tF1" 
    956956msgstr "Zawartość &pomocy\tF1" 
    957957 
    958 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     958#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    959959msgid "See help contents" 
    960960msgstr "Przejrzyj zawartość pomocy" 
    961961 
    962 #: src/mainDialog.cpp:725 
     962#: src/mainDialog.cpp:727 
    963963msgid "&Help Contents\tCtrl+?" 
    964964msgstr "Zawartość &pomocy\tCtrl+?" 
    965965 
    966 #: src/mainDialog.cpp:727 
     966#: src/mainDialog.cpp:729 
    967967msgid "FahMon &IRC Channel" 
    968968msgstr "&IRCowy kanał FahMona" 
    969969 
    970 #: src/mainDialog.cpp:727 
     970#: src/mainDialog.cpp:729 
    971971msgid "Join the FahMon IRC channel for online help" 
    972972msgstr "Odwiedź IRCowy kanał FahMona, by uzyskać pomoc" 
    973973 
    974 #: src/mainDialog.cpp:728 
     974#: src/mainDialog.cpp:730 
    975975msgid "&About" 
    976976msgstr "&O programie" 
    977977 
    978 #: src/mainDialog.cpp:728 
     978#: src/mainDialog.cpp:730 
    979979#, c-format 
    980980msgid "About %s" 
    981981msgstr "O %sie" 
    982982 
    983 #: src/mainDialog.cpp:735 
     983#: src/mainDialog.cpp:737 
    984984msgid "&Help" 
    985985msgstr "&Pomoc" 
    986986 
    987 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     987#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    988988msgid "Work Unit Information" 
    989989msgstr "Informacje o przetwarzanej jednostce [WU]" 
    990990 
    991 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     991#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    992992msgid "Core:" 
    993993msgstr "Rdzeń:" 
    994994 
    995 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     995#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    996996msgid "Project:" 
    997997msgstr "Projekt:" 
    998998 
    999 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     999#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    10001000msgid "Credit:" 
    10011001msgstr "Kredyt:" 
    10021002 
    1003 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     1003#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    10041004msgid "Username:" 
    10051005msgstr "UÅŒytkownik:" 
    10061006 
    1007 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     1007#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    10081008msgid "Downloaded:" 
    10091009msgstr "Pobrano:" 
    10101010 
    1011 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     1011#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    10121012msgid "Preferred Deadline:" 
    10131013msgstr "Preferowany czas ukończenia:" 
    10141014 
    1015 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     1015#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    10161016msgid "Final Deadline:" 
    10171017msgstr "Ostateczny czas ukończenia:" 
    10181018 
    1019 #: src/mainDialog.cpp:842 
     1019#: src/mainDialog.cpp:844 
    10201020msgid "Log file." 
    10211021msgstr "Plik dziennika." 
    10221022 
    1023 #: src/mainDialog.cpp:1084 
     1023#: src/mainDialog.cpp:1086 
    10241024msgid "You must first select a client!" 
    10251025msgstr "Musisz najpierw wybrać klienta!" 
    10261026 
    1027 #: src/mainDialog.cpp:1445 
     1027#: src/mainDialog.cpp:1447 
    10281028msgid "Checking for FahMon updates" 
    10291029msgstr "Wyszukiwanie aktualizacji FahMona" 
    10301030 
    1031 #: src/mainDialog.cpp:1456 
     1031#: src/mainDialog.cpp:1458 
    10321032#, c-format 
    10331033msgid "Your version: %s; New version: %s" 
    10341034msgstr "Twoja wersja: %s; nowa wersja: %s" 
    10351035 
    1036 #: src/mainDialog.cpp:1470 
     1036#: src/mainDialog.cpp:1472 
    10371037msgid "Update available" 
    10381038msgstr "Znaleziono uaktualnienie" 
    10391039 
    1040 #: src/mainDialog.cpp:1471 
     1040#: src/mainDialog.cpp:1473 
    10411041msgid "" 
    10421042"A newer version of FahMon is available\n" 
     
    10461046"Czy chcesz przejść do strony domowej programu?" 
    10471047 
    1048 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1048#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10491049msgid "No update found" 
    10501050msgstr "Nie znaleziono aktualizacji" 
    10511051 
    1052 #: src/mainDialog.cpp:1624 
     1052#: src/mainDialog.cpp:1626 
    10531053msgid "ctrl" 
    10541054msgstr "ctrl" 
    10551055 
    1056 #: src/mainDialog.cpp:1625 
     1056#: src/mainDialog.cpp:1627 
    10571057msgid "shift" 
    10581058msgstr "shift" 
    10591059 
    1060 #: src/mainDialog.cpp:1626 
     1060#: src/mainDialog.cpp:1628 
    10611061msgid "alt" 
    10621062msgstr "alt" 
  • trunk/po/pt_BR.po

    r509 r525  
    99"Project-Id-Version: pt_BR\n" 
    1010"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    11 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     11"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1212"PO-Revision-Date: 2008-02-03 11:48-0300\n" 
    1313"Last-Translator: Custódio Marcelino de Jesus <custodiomdj@gmail.com>\n" 
     
    164164#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    165165#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    166 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    167 #: src/mainDialog.cpp:535 
     166#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     167#: src/mainDialog.cpp:537 
    168168msgid "Unknown" 
    169169msgstr "Desconhecido" 
     
    178178 
    179179#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    180 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    181 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    182 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     180#: 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 
    183183#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    184184#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    563563msgstr "Carregando..." 
    564564 
    565 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     565#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    566566#, c-format 
    567567msgid "%u points" 
     
    569569 
    570570#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    571 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     571#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    572572#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    573573#, c-format 
     
    575575msgstr "%s atrás" 
    576576 
    577 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     577#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    578578#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    579579#, c-format 
     
    599599 
    600600#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    601 #: src/mainDialog.cpp:660 
     601#: src/mainDialog.cpp:662 
    602602msgid "Add a new client" 
    603603msgstr "Adicionar um novo cliente" 
     
    629629msgstr "Apagar este cliente" 
    630630 
    631 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     631#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    632632msgid "Do you really want to delete this client?" 
    633633msgstr "Quer mesmo apagar este cliente?" 
     
    654654msgstr "" 
    655655 
    656 #: src/mainDialog.cpp:183 
     656#: src/mainDialog.cpp:184 
    657657#, c-format 
    658658msgid "%s is licenced under the GNU GPL v2" 
    659659msgstr "%s está licenciado sobre a GNU GPL v2" 
    660660 
    661 #: src/mainDialog.cpp:184 
     661#: src/mainDialog.cpp:185 
    662662msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    663663msgstr "Direitos Autorais (C) 2003-2007 François Ingelrest" 
    664664 
    665 #: src/mainDialog.cpp:185 
     665#: src/mainDialog.cpp:186 
    666666msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    667667msgstr "Direitos Autorais (C) 2007-2009 Andrew Schofield" 
    668668 
    669 #: src/mainDialog.cpp:187 
     669#: src/mainDialog.cpp:188 
    670670msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    671671msgstr "" 
     
    673673"GPL v2" 
    674674 
    675 #: src/mainDialog.cpp:188 
     675#: src/mainDialog.cpp:189 
    676676msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    677677msgstr "Direitos Autorais (C) 2002-2005 Richard P. Howell IV." 
    678678 
    679 #: src/mainDialog.cpp:189 
     679#: src/mainDialog.cpp:190 
    680680msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    681681msgstr "Direitos Autorais (C) 2005-2009 Sebastiaan Couwenberg" 
    682682 
    683 #: src/mainDialog.cpp:444 
     683#: src/mainDialog.cpp:446 
    684684#, fuzzy 
    685685msgid "" 
     
    691691"Mensagens)" 
    692692 
    693 #: src/mainDialog.cpp:446 
     693#: src/mainDialog.cpp:448 
    694694msgid "This client is currently disabled." 
    695695msgstr "" 
    696696 
    697 #: src/mainDialog.cpp:537 
     697#: src/mainDialog.cpp:539 
    698698#, c-format 
    699699msgid "Project %u is unknown, you should try to update the projects database" 
     
    701701"O Projeto %u é desconhecido. Tente atualizar a base de dados dos projetos." 
    702702 
    703 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     703#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    704704#, c-format 
    705705msgid "%.2f PPD" 
    706706msgstr "" 
    707707 
    708 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     708#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    709709msgid "&Check for update" 
    710710msgstr "&Verificar por atualizações" 
    711711 
    712 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     712#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    713713msgid "Check online for the latest version of FahMon" 
    714714msgstr "Verificar online pela última versão do FahMon" 
    715715 
    716 #: src/mainDialog.cpp:651 
     716#: src/mainDialog.cpp:653 
    717717msgid "&Preferences...\tCTRL+P" 
    718718msgstr "&Preferências...\tCTRL+P" 
    719719 
    720 #: src/mainDialog.cpp:651 
     720#: src/mainDialog.cpp:653 
    721721msgid "Open the preferences dialog" 
    722722msgstr "Abrir o diálogo das preferências" 
    723723 
    724 #: src/mainDialog.cpp:653 
     724#: src/mainDialog.cpp:655 
    725725msgid "&Quit\tCtrl+Q" 
    726726msgstr "&Sair\tCTRL+Q" 
    727727 
    728 #: src/mainDialog.cpp:653 
     728#: src/mainDialog.cpp:655 
    729729#, c-format 
    730730msgid "Quit %s" 
    731731msgstr "Sair %s" 
    732732 
    733 #: src/mainDialog.cpp:660 
     733#: src/mainDialog.cpp:662 
    734734#, fuzzy 
    735735msgid "Add a new client to be monitored" 
    736736msgstr "Adicionar um novo cliente" 
    737737 
    738 #: src/mainDialog.cpp:662 
     738#: src/mainDialog.cpp:664 
    739739#, fuzzy 
    740740msgid "Edit client" 
    741741msgstr "Editar este cliente" 
    742742 
    743 #: src/mainDialog.cpp:662 
     743#: src/mainDialog.cpp:664 
    744744#, fuzzy 
    745745msgid "Edit the selected client settings" 
    746746msgstr "Recarregar o cliente selecionado" 
    747747 
    748 #: src/mainDialog.cpp:663 
     748#: src/mainDialog.cpp:665 
    749749#, fuzzy 
    750750msgid "Delete client" 
    751751msgstr "Apagar este cliente" 
    752752 
    753 #: src/mainDialog.cpp:663 
     753#: src/mainDialog.cpp:665 
    754754#, fuzzy 
    755755msgid "Delete the selected client" 
    756756msgstr "Recarregar o cliente selecionado" 
    757757 
    758 #: src/mainDialog.cpp:664 
     758#: src/mainDialog.cpp:666 
    759759#, fuzzy 
    760760msgid "View client files" 
    761761msgstr "Visualizar os arquivos do cliente" 
    762762 
    763 #: src/mainDialog.cpp:664 
     763#: src/mainDialog.cpp:666 
    764764msgid "Open file browser in client folder" 
    765765msgstr "" 
    766766 
    767 #: src/mainDialog.cpp:667 
     767#: src/mainDialog.cpp:669 
    768768msgid "Reload &Selection\tF5" 
    769769msgstr "Recarregar &Seleção\tF5" 
    770770 
    771 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     771#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    772772msgid "Reload the selected client" 
    773773msgstr "Recarregar o cliente selecionado" 
    774774 
    775 #: src/mainDialog.cpp:668 
     775#: src/mainDialog.cpp:670 
    776776msgid "Reload &All\tF6" 
    777777msgstr "Recarregar &Todos\tF6" 
    778778 
    779 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     779#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    780780msgid "Reload all the clients" 
    781781msgstr "Recarregar todos os clientes" 
    782782 
    783 #: src/mainDialog.cpp:670 
     783#: src/mainDialog.cpp:672 
    784784msgid "Reload &Selection\tCtrl+R" 
    785785msgstr "Recarregar &Seleção\tCtrl+R" 
    786786 
    787 #: src/mainDialog.cpp:671 
     787#: src/mainDialog.cpp:673 
    788788msgid "Reload &All\tCtrl+Shift+R" 
    789789msgstr "Recarregar &Todos\tCtrl+Shift+R" 
    790790 
    791 #: src/mainDialog.cpp:673 
     791#: src/mainDialog.cpp:675 
    792792#, fuzzy 
    793793msgid "&Clients" 
    794794msgstr "Clientes: %i" 
    795795 
    796 #: src/mainDialog.cpp:678 
     796#: src/mainDialog.cpp:680 
    797797msgid "&Show/Hide FAHLog\tF8" 
    798798msgstr "&Mostrar/Ocultar FAHLog\tF8" 
    799799 
    800 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     800#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    801801msgid "Toggle the log file" 
    802802msgstr "Alternar para o arquivo de registro" 
    803803 
    804 #: src/mainDialog.cpp:680 
     804#: src/mainDialog.cpp:682 
    805805msgid "&Cycle ETA Style\tF9" 
    806806msgstr "&Mudar estilo de ETA\tF9" 
    807807 
    808 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     808#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    809809msgid "Cycle through the different ETA display styles" 
    810810msgstr "" 
     
    812812"de Tempo para Acabar\"" 
    813813 
    814 #: src/mainDialog.cpp:682 
     814#: src/mainDialog.cpp:684 
    815815msgid "&Show/Hide FAHLog\tCtrl+L" 
    816816msgstr "&Mostrar/Ocultar FAHLog\tCtrl+L" 
    817817 
    818 #: src/mainDialog.cpp:684 
     818#: src/mainDialog.cpp:686 
    819819msgid "&Cycle ETA Style\tCtrl+E" 
    820820msgstr "&Mudar estilo de ETA\tCtrl+E" 
    821821 
    822 #: src/mainDialog.cpp:687 
     822#: src/mainDialog.cpp:689 
    823823msgid "Show/Hide &WU Info panel" 
    824824msgstr "" 
    825825 
    826 #: src/mainDialog.cpp:687 
     826#: src/mainDialog.cpp:689 
    827827msgid "Toggle the display of the Work Unit Information panel" 
    828828msgstr "" 
    829829 
    830 #: src/mainDialog.cpp:688 
     830#: src/mainDialog.cpp:690 
    831831#, fuzzy 
    832832msgid "&View" 
    833833msgstr "Visualização Web" 
    834834 
    835 #: src/mainDialog.cpp:692 
     835#: src/mainDialog.cpp:694 
    836836msgid "&Show/Hide Messages Window" 
    837837msgstr "&Mostrar/Ocultar a Janela de Mensagens" 
    838838 
    839839# This 'Toggle' means switch, I think that 'Activar' it's not the best phrase. I'd choose 'Alternar'. 
    840 #: src/mainDialog.cpp:692 
     840#: src/mainDialog.cpp:694 
    841841msgid "Toggle the messages window" 
    842842msgstr "Alternar a Janela de Mensagens" 
    843843 
    844 #: src/mainDialog.cpp:693 
     844#: src/mainDialog.cpp:695 
    845845msgid "&Benchmarks...\tCTRL+B" 
    846846msgstr "&Referências...\tCTRL+B" 
    847847 
    848 #: src/mainDialog.cpp:693 
     848#: src/mainDialog.cpp:695 
    849849msgid "Open the benchmarks dialog" 
    850850msgstr "Abrir o diálogo das referências" 
    851851 
    852 #: src/mainDialog.cpp:694 
     852#: src/mainDialog.cpp:696 
    853853msgid "&Download New Projects" 
    854854msgstr "&Descarregar Novos Projetos" 
    855855 
    856 #: src/mainDialog.cpp:694 
     856#: src/mainDialog.cpp:696 
    857857msgid "Update the local project database" 
    858858msgstr "Atualizar a base de dados local dos projetos" 
    859859 
    860 #: src/mainDialog.cpp:700 
     860#: src/mainDialog.cpp:702 
    861861msgid "&Tools" 
    862862msgstr "" 
    863863 
    864 #: src/mainDialog.cpp:705 
     864#: src/mainDialog.cpp:707 
    865865msgid "&My Stats\tF2" 
    866866msgstr "&Minhas Estatísticas\tF2" 
    867867 
    868 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     868#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    869869msgid "View the personal statistics for the selected client" 
    870870msgstr "Ver as estatísticas pessoais para o cliente selecionado" 
    871871 
    872 #: src/mainDialog.cpp:706 
     872#: src/mainDialog.cpp:708 
    873873msgid "&Jmol\tF3" 
    874874msgstr "&Jmol\tF3" 
    875875 
    876 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     876#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    877877msgid "View the current project on the Jmol website" 
    878878msgstr "Ver o projeto atual no sítio do Jmol" 
    879879 
    880 #: src/mainDialog.cpp:707 
     880#: src/mainDialog.cpp:709 
    881881#, fuzzy 
    882882msgid "fah&info\tF4" 
    883883msgstr "&fahinfo\tF4" 
    884884 
    885 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     885#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    886886msgid "View the current project on fahinfo.org" 
    887887msgstr "Ver o projeto atual no sítio fahinfo.org" 
    888888 
    889 #: src/mainDialog.cpp:709 
     889#: src/mainDialog.cpp:711 
    890890msgid "&My Stats\tCtrl+Shift+M" 
    891891msgstr "&Minhas Estatísticas\tCtrl+Shift+M" 
    892892 
    893 #: src/mainDialog.cpp:710 
     893#: src/mainDialog.cpp:712 
    894894msgid "&Jmol\tCtrl+J" 
    895895msgstr "&Jmol\tCtrl+J" 
    896896 
    897 #: src/mainDialog.cpp:711 
     897#: src/mainDialog.cpp:713 
    898898#, fuzzy 
    899899msgid "fah&info\tCtrl+I" 
    900900msgstr "&fahinfo\tCtrl+F" 
    901901 
    902 #: src/mainDialog.cpp:714 
     902#: src/mainDialog.cpp:716 
    903903msgid "F@H &Website" 
    904904msgstr "F@H &Website" 
    905905 
    906 #: src/mainDialog.cpp:714 
     906#: src/mainDialog.cpp:716 
    907907msgid "Open to the official Stanford website" 
    908908msgstr "Abrir o sítio oficial da Universidade de Stanford" 
    909909 
    910 #: src/mainDialog.cpp:715 
     910#: src/mainDialog.cpp:717 
    911911#, fuzzy 
    912912msgid "Folding &Forum" 
    913913msgstr "Folding-&Community" 
    914914 
    915 #: src/mainDialog.cpp:715 
     915#: src/mainDialog.cpp:717 
    916916msgid "Open the Folding@Home support forum" 
    917917msgstr "Abrir o fórum de apoio do Folding@Home (em Inglês)" 
    918918 
    919 #: src/mainDialog.cpp:716 
     919#: src/mainDialog.cpp:718 
    920920msgid "&Projects Summary" 
    921921msgstr "Resumo dos &Projetos" 
    922922 
    923 #: src/mainDialog.cpp:716 
     923#: src/mainDialog.cpp:718 
    924924msgid "Open the list of the current projects" 
    925925msgstr "Abrir a lista dos projetos atuais" 
    926926 
    927 #: src/mainDialog.cpp:717 
     927#: src/mainDialog.cpp:719 
    928928msgid "&Servers Status" 
    929929msgstr "Estado dos &Servidores " 
    930930 
    931 #: src/mainDialog.cpp:717 
     931#: src/mainDialog.cpp:719 
    932932msgid "Open the list of the servers with their status" 
    933933msgstr "Abrir a lista dos servidores com o estado de cada um" 
    934934 
    935 #: src/mainDialog.cpp:718 
     935#: src/mainDialog.cpp:720 
    936936msgid "&Web" 
    937937msgstr "&Web" 
    938938 
    939 #: src/mainDialog.cpp:723 
     939#: src/mainDialog.cpp:725 
    940940msgid "&Help Contents\tF1" 
    941941msgstr "Tópicos de &Ajuda\tF1" 
    942942 
    943 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     943#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    944944msgid "See help contents" 
    945945msgstr "Ver tópicos de ajuda" 
    946946 
    947 #: src/mainDialog.cpp:725 
     947#: src/mainDialog.cpp:727 
    948948msgid "&Help Contents\tCtrl+?" 
    949949msgstr "Tópicos de &Ajuda\tCtrl+?" 
    950950 
    951 #: src/mainDialog.cpp:727 
     951#: src/mainDialog.cpp:729 
    952952msgid "FahMon &IRC Channel" 
    953953msgstr "" 
    954954 
    955 #: src/mainDialog.cpp:727 
     955#: src/mainDialog.cpp:729 
    956956msgid "Join the FahMon IRC channel for online help" 
    957957msgstr "" 
    958958 
    959 #: src/mainDialog.cpp:728 
     959#: src/mainDialog.cpp:730 
    960960msgid "&About" 
    961961msgstr "&Sobre" 
    962962 
    963 #: src/mainDialog.cpp:728 
     963#: src/mainDialog.cpp:730 
    964964#, fuzzy, c-format 
    965965msgid "About %s" 
    966966msgstr "Sobre" 
    967967 
    968 #: src/mainDialog.cpp:735 
     968#: src/mainDialog.cpp:737 
    969969msgid "&Help" 
    970970msgstr "&Ajuda" 
    971971 
    972 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     972#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    973973msgid "Work Unit Information" 
    974974msgstr "Informação da Unidade de Trabalho" 
    975975 
    976 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     976#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    977977msgid "Core:" 
    978978msgstr "Núcleo:" 
    979979 
    980 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     980#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    981981msgid "Project:" 
    982982msgstr "Projeto:" 
    983983 
    984 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     984#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    985985msgid "Credit:" 
    986986msgstr "Crédito:" 
    987987 
    988 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     988#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    989989msgid "Username:" 
    990990msgstr "Usuário:" 
    991991 
    992 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     992#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    993993msgid "Downloaded:" 
    994994msgstr "Descarregado:" 
    995995 
    996 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     996#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    997997msgid "Preferred Deadline:" 
    998998msgstr "Prazo Desejado:" 
    999999 
    1000 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     1000#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    10011001msgid "Final Deadline:" 
    10021002msgstr "Prazo Final:" 
    10031003 
    1004 #: src/mainDialog.cpp:842 
     1004#: src/mainDialog.cpp:844 
    10051005msgid "Log file." 
    10061006msgstr "Arquivo de Registro." 
    10071007 
    1008 #: src/mainDialog.cpp:1084 
     1008#: src/mainDialog.cpp:1086 
    10091009msgid "You must first select a client!" 
    10101010msgstr "Deve selecionar um cliente primeiro!" 
    10111011 
    1012 #: src/mainDialog.cpp:1445 
     1012#: src/mainDialog.cpp:1447 
    10131013msgid "Checking for FahMon updates" 
    10141014msgstr "Verificando por atualizações do FahMon" 
    10151015 
    1016 #: src/mainDialog.cpp:1456 
     1016#: src/mainDialog.cpp:1458 
    10171017#, c-format 
    10181018msgid "Your version: %s; New version: %s" 
    10191019msgstr "Sua versão: %s; Nova versão: %s" 
    10201020 
    1021 #: src/mainDialog.cpp:1470 
     1021#: src/mainDialog.cpp:1472 
    10221022msgid "Update available" 
    10231023msgstr "Atualização disponível" 
    10241024 
    1025 #: src/mainDialog.cpp:1471 
     1025#: src/mainDialog.cpp:1473 
    10261026msgid "" 
    10271027"A newer version of FahMon is available\n" 
     
    10311031"Você quer ir ao website do FahMon?" 
    10321032 
    1033 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1033#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10341034msgid "No update found" 
    10351035msgstr "Nenhuma atualização encontrada" 
    10361036 
    1037 #: src/mainDialog.cpp:1624 
     1037#: src/mainDialog.cpp:1626 
    10381038msgid "ctrl" 
    10391039msgstr "" 
    10401040 
    1041 #: src/mainDialog.cpp:1625 
     1041#: src/mainDialog.cpp:1627 
    10421042msgid "shift" 
    10431043msgstr "" 
    10441044 
    1045 #: src/mainDialog.cpp:1626 
     1045#: src/mainDialog.cpp:1628 
    10461046msgid "alt" 
    10471047msgstr "" 
  • trunk/po/pt_PT.po

    r509 r525  
    99"Project-Id-Version: pt_PT\n" 
    1010"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    11 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     11"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1212"PO-Revision-Date: 2009-03-20 23:03+0100\n" 
    1313"Last-Translator: Filipe Rodrigues <shello@shello.org>\n" 
     
    165165#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    166166#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    167 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    168 #: src/mainDialog.cpp:535 
     167#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     168#: src/mainDialog.cpp:537 
    169169msgid "Unknown" 
    170170msgstr "Desconhecido" 
     
    179179 
    180180#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    181 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    182 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    183 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     181#: 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 
    184184#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    185185#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    569569msgstr "A carregar..." 
    570570 
    571 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     571#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    572572#, c-format 
    573573msgid "%u points" 
     
    575575 
    576576#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    577 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     577#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    578578#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    579579#, c-format 
     
    581581msgstr "%s dias atrás" 
    582582 
    583 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     583#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    584584#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    585585#, c-format 
     
    605605 
    606606#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    607 #: src/mainDialog.cpp:660 
     607#: src/mainDialog.cpp:662 
    608608msgid "Add a new client" 
    609609msgstr "Adicionar um novo cliente" 
     
    633633msgstr "Activar este cliente" 
    634634 
    635 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     635#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    636636msgid "Do you really want to delete this client?" 
    637637msgstr "Quer mesmo apagar este cliente?" 
     
    658658msgstr "Definições antigas importadas para %s" 
    659659 
    660 #: src/mainDialog.cpp:183 
     660#: src/mainDialog.cpp:184 
    661661#, c-format 
    662662msgid "%s is licenced under the GNU GPL v2" 
    663663msgstr "%s sob licença GNU GPL v2" 
    664664 
    665 #: src/mainDialog.cpp:184 
     665#: src/mainDialog.cpp:185 
    666666msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    667667msgstr "Copyright (C) 2003-2007 François Ingelrest" 
    668668 
    669 #: src/mainDialog.cpp:185 
     669#: src/mainDialog.cpp:186 
    670670msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    671671msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    672672 
    673 #: src/mainDialog.cpp:187 
     673#: src/mainDialog.cpp:188 
    674674msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    675675msgstr "FahMon contem codigo do qd, tambem sob licença GNU GPL v2" 
    676676 
    677 #: src/mainDialog.cpp:188 
     677#: src/mainDialog.cpp:189 
    678678msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    679679msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    680680 
    681 #: src/mainDialog.cpp:189 
     681#: src/mainDialog.cpp:190 
    682682msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    683683msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    684684 
    685 #: src/mainDialog.cpp:444 
     685#: src/mainDialog.cpp:446 
    686686msgid "" 
    687687"Something is wrong with this client.\n" 
     
    692692"Mensagens)." 
    693693 
    694 #: src/mainDialog.cpp:446 
     694#: src/mainDialog.cpp:448 
    695695msgid "This client is currently disabled." 
    696696msgstr "Este cliente está actualmente inactivo." 
    697697 
    698 #: src/mainDialog.cpp:537 
     698#: src/mainDialog.cpp:539 
    699699#, c-format 
    700700msgid "Project %u is unknown, you should try to update the projects database" 
     
    703703"projectos." 
    704704 
    705 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     705#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    706706#, c-format 
    707707msgid "%.2f PPD" 
    708708msgstr "%.2f PPD" 
    709709 
    710 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     710#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    711711msgid "&Check for update" 
    712712msgstr "Verificar a&ctualizações" 
    713713 
    714 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     714#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    715715msgid "Check online for the latest version of FahMon" 
    716716msgstr "Verificar online se existem actualizações recentes do FahMon" 
    717717 
    718 #: src/mainDialog.cpp:651 
     718#: src/mainDialog.cpp:653 
    719719msgid "&Preferences...\tCTRL+P" 
    720720msgstr "&Preferências...\tCTRL+P" 
    721721 
    722 #: src/mainDialog.cpp:651 
     722#: src/mainDialog.cpp:653 
    723723msgid "Open the preferences dialog" 
    724724msgstr "Abrir o diálogo das preferências" 
    725725 
    726 #: src/mainDialog.cpp:653 
     726#: src/mainDialog.cpp:655 
    727727msgid "&Quit\tCtrl+Q" 
    728728msgstr "&Sair\tCTRL+Q" 
    729729 
    730 #: src/mainDialog.cpp:653 
     730#: src/mainDialog.cpp:655 
    731731#, c-format 
    732732msgid "Quit %s" 
    733733msgstr "Sair %s" 
    734734 
    735 #: src/mainDialog.cpp:660 
     735#: src/mainDialog.cpp:662 
    736736msgid "Add a new client to be monitored" 
    737737msgstr "Adicionar novo cliente para monitorização" 
    738738 
    739 #: src/mainDialog.cpp:662 
     739#: src/mainDialog.cpp:664 
    740740msgid "Edit client" 
    741741msgstr "Editar cliente" 
    742742 
    743 #: src/mainDialog.cpp:662 
     743#: src/mainDialog.cpp:664 
    744744msgid "Edit the selected client settings" 
    745745msgstr "Editar definições dos clientes seleccionados" 
    746746 
    747 #: src/mainDialog.cpp:663 
     747#: src/mainDialog.cpp:665 
    748748msgid "Delete client" 
    749749msgstr "Remover cliente" 
    750750 
    751 #: src/mainDialog.cpp:663 
     751#: src/mainDialog.cpp:665 
    752752msgid "Delete the selected client" 
    753753msgstr "Remover cliente seleccionado" 
    754754 
    755 #: src/mainDialog.cpp:664 
     755#: src/mainDialog.cpp:666 
    756756msgid "View client files" 
    757757msgstr "Ver ficheiros" 
    758758 
    759 #: src/mainDialog.cpp:664 
     759#: src/mainDialog.cpp:666 
    760760msgid "Open file browser in client folder" 
    761761msgstr "Abrir explorador de ficheiros para este cliente" 
    762762 
    763 #: src/mainDialog.cpp:667 
     763#: src/mainDialog.cpp:669 
    764764msgid "Reload &Selection\tF5" 
    765765msgstr "Recarregar &Selecção\tF5" 
    766766 
    767 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     767#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    768768msgid "Reload the selected client" 
    769769msgstr "Recarregar o cliente seleccionado" 
    770770 
    771 #: src/mainDialog.cpp:668 
     771#: src/mainDialog.cpp:670 
    772772msgid "Reload &All\tF6" 
    773773msgstr "Recarregar &Todos\tF6" 
    774774 
    775 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     775#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    776776msgid "Reload all the clients" 
    777777msgstr "Recarregar todos os clientes" 
    778778 
    779 #: src/mainDialog.cpp:670 
     779#: src/mainDialog.cpp:672 
    780780msgid "Reload &Selection\tCtrl+R" 
    781781msgstr "Recarregar &Selecção\tCtrl+R" 
    782782 
    783 #: src/mainDialog.cpp:671 
     783#: src/mainDialog.cpp:673 
    784784msgid "Reload &All\tCtrl+Shift+R" 
    785785msgstr "Recarregar &Todos\tCtrl+Shift+R" 
    786786 
    787 #: src/mainDialog.cpp:673 
     787#: src/mainDialog.cpp:675 
    788788msgid "&Clients" 
    789789msgstr "&Clientes" 
    790790 
    791 #: src/mainDialog.cpp:678 
     791#: src/mainDialog.cpp:680 
    792792msgid "&Show/Hide FAHLog\tF8" 
    793793msgstr "&Mostrar/Ocultar FAHLog\tF8" 
    794794 
    795 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     795#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    796796msgid "Toggle the log file" 
    797797msgstr "Activar o ficheiro de registo" 
    798798 
    799 #: src/mainDialog.cpp:680 
     799#: src/mainDialog.cpp:682 
    800800msgid "&Cycle ETA Style\tF9" 
    801801msgstr "Mudar Estilo do ETA\tF9" 
    802802 
    803 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     803#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    804804msgid "Cycle through the different ETA display styles" 
    805805msgstr "Mudar o estilo do Tempo Estimado de Conclusão (ETA)" 
    806806 
    807 #: src/mainDialog.cpp:682 
     807#: src/mainDialog.cpp:684 
    808808msgid "&Show/Hide FAHLog\tCtrl+L" 
    809809msgstr "&Mostrar/Ocultar FAHLog\tCtrl+L" 
    810810 
    811 #: src/mainDialog.cpp:684 
     811#: src/mainDialog.cpp:686 
    812812msgid "&Cycle ETA Style\tCtrl+E" 
    813813msgstr "Mudar Estilo do ETA\tCtrl+E" 
    814814 
    815 #: src/mainDialog.cpp:687 
     815#: src/mainDialog.cpp:689 
    816816msgid "Show/Hide &WU Info panel" 
    817817msgstr "Mostrar/Ocultar Painel de Informação de &WU" 
    818818 
    819 #: src/mainDialog.cpp:687 
     819#: src/mainDialog.cpp:689 
    820820msgid "Toggle the display of the Work Unit Information panel" 
    821821msgstr "Alternar visibilidade do Painel de Informação da Unidade de Trabalho" 
    822822 
    823 #: src/mainDialog.cpp:688 
     823#: src/mainDialog.cpp:690 
    824824msgid "&View" 
    825825msgstr "&Ver" 
    826826 
    827 #: src/mainDialog.cpp:692 
     827#: src/mainDialog.cpp:694 
    828828msgid "&Show/Hide Messages Window" 
    829829msgstr "&Mostrar/Ocultar a Janela de Mensagens" 
    830830 
    831831# This 'Toggle' means switsh, I think that 'Activar' it's not the best phrase. I'd choose '(Des)Activar'. 
    832 #: src/mainDialog.cpp:692 
     832#: src/mainDialog.cpp:694 
    833833msgid "Toggle the messages window" 
    834834msgstr "Activar a Janela de Mensagens" 
    835835 
    836 #: src/mainDialog.cpp:693 
     836#: src/mainDialog.cpp:695 
    837837msgid "&Benchmarks...\tCTRL+B" 
    838838msgstr "&Referências...\tCTRL+B" 
    839839 
    840 #: src/mainDialog.cpp:693 
     840#: src/mainDialog.cpp:695 
    841841msgid "Open the benchmarks dialog" 
    842842msgstr "Abrir o diálogo das referências" 
    843843 
    844 #: src/mainDialog.cpp:694 
     844#: src/mainDialog.cpp:696 
    845845msgid "&Download New Projects" 
    846846msgstr "&Descarregar Novos Projectos" 
    847847 
    848 #: src/mainDialog.cpp:694 
     848#: src/mainDialog.cpp:696 
    849849msgid "Update the local project database" 
    850850msgstr "Actualizar a base de dados local dos projectos" 
    851851 
    852 #: src/mainDialog.cpp:700 
     852#: src/mainDialog.cpp:702 
    853853msgid "&Tools" 
    854854msgstr "Ferramen&tas" 
    855855 
    856 #: src/mainDialog.cpp:705 
     856#: src/mainDialog.cpp:707 
    857857msgid "&My Stats\tF2" 
    858858msgstr "&Minhas Estatisticas\tF2" 
    859859 
    860 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     860#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    861861msgid "View the personal statistics for the selected client" 
    862862msgstr "Ver as estatisticas pessoais para o cliente seleccionado" 
    863863 
    864 #: src/mainDialog.cpp:706 
     864#: src/mainDialog.cpp:708 
    865865msgid "&Jmol\tF3" 
    866866msgstr "&Jmol\tF3" 
    867867 
    868 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     868#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    869869msgid "View the current project on the Jmol website" 
    870870msgstr "Ver o projecto actual no sítio do Jmol" 
    871871 
    872 #: src/mainDialog.cpp:707 
     872#: src/mainDialog.cpp:709 
    873873msgid "fah&info\tF4" 
    874874msgstr "fah&info\tF4" 
    875875 
    876 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     876#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    877877msgid "View the current project on fahinfo.org" 
    878878msgstr "Ver o projecto actual no sítio fahinfo.org" 
    879879 
    880 #: src/mainDialog.cpp:709 
     880#: src/mainDialog.cpp:711 
    881881msgid "&My Stats\tCtrl+Shift+M" 
    882882msgstr "&Minhas Estatisticas\tCtrl+Shift+M" 
    883883 
    884 #: src/mainDialog.cpp:710 
     884#: src/mainDialog.cpp:712 
    885885msgid "&Jmol\tCtrl+J" 
    886886msgstr "&Jmol\tCtrl+J" 
    887887 
    888 #: src/mainDialog.cpp:711 
     888#: src/mainDialog.cpp:713 
    889889msgid "fah&info\tCtrl+I" 
    890890msgstr "fah&info\tCtrl+I" 
    891891 
    892 #: src/mainDialog.cpp:714 
     892#: src/mainDialog.cpp:716 
    893893msgid "F@H &Website" 
    894894msgstr "F@H &Website" 
    895895 
    896 #: src/mainDialog.cpp:714 
     896#: src/mainDialog.cpp:716 
    897897msgid "Open to the official Stanford website" 
    898898msgstr "Abrir o sítio oficial da Universidade de Stanford" 
    899899 
    900 #: src/mainDialog.cpp:715 
     900#: src/mainDialog.cpp:717 
    901901msgid "Folding &Forum" 
    902902msgstr "Folding &Forum" 
    903903 
    904 #: src/mainDialog.cpp:715 
     904#: src/mainDialog.cpp:717 
    905905msgid "Open the Folding@Home support forum" 
    906906msgstr "Abrir o fórum de apoio do Folding@Home (em Inglês)" 
    907907 
    908 #: src/mainDialog.cpp:716 
     908#: src/mainDialog.cpp:718 
    909909msgid "&Projects Summary" 
    910910msgstr "Resumo dos &Projectos" 
    911911 
    912 #: src/mainDialog.cpp:716 
     912#: src/mainDialog.cpp:718 
    913913msgid "Open the list of the current projects" 
    914914msgstr "Abrir a lista dos projectos actuais" 
    915915 
    916 #: src/mainDialog.cpp:717 
     916#: src/mainDialog.cpp:719 
    917917msgid "&Servers Status" 
    918918msgstr "Estado dos &Servidores" 
    919919 
    920 #: src/mainDialog.cpp:717 
     920#: src/mainDialog.cpp:719 
    921921msgid "Open the list of the servers with their status" 
    922922msgstr "Abrir a lista dos servidores com o seu estado" 
    923923 
    924 #: src/mainDialog.cpp:718 
     924#: src/mainDialog.cpp:720 
    925925msgid "&Web" 
    926926msgstr "&Web" 
    927927 
    928 #: src/mainDialog.cpp:723 
     928#: src/mainDialog.cpp:725 
    929929msgid "&Help Contents\tF1" 
    930930msgstr "Topicos de &Ajuda\tF1" 
    931931 
    932 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     932#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    933933msgid "See help contents" 
    934934msgstr "Ver tópicos de ajuda" 
    935935 
    936 #: src/mainDialog.cpp:725 
     936#: src/mainDialog.cpp:727 
    937937msgid "&Help Contents\tCtrl+?" 
    938938msgstr "Topicos de &Ajuda\tCtrl+?" 
    939939 
    940 #: src/mainDialog.cpp:727 
     940#: src/mainDialog.cpp:729 
    941941msgid "FahMon &IRC Channel" 
    942942msgstr "Canal &IRC FahMon" 
    943943 
    944 #: src/mainDialog.cpp:727 
     944#: src/mainDialog.cpp:729 
    945945msgid "Join the FahMon IRC channel for online help" 
    946946msgstr "Ligue-se ao canal de IRC do FahMon para ajuda online" 
    947947 
    948 #: src/mainDialog.cpp:728 
     948#: src/mainDialog.cpp:730 
    949949msgid "&About" 
    950950msgstr "&Acerca" 
    951951 
    952 #: src/mainDialog.cpp:728 
     952#: src/mainDialog.cpp:730 
    953953#, c-format 
    954954msgid "About %s" 
    955955msgstr "Sobre %s" 
    956956 
    957 #: src/mainDialog.cpp:735 
     957#: src/mainDialog.cpp:737 
    958958msgid "&Help" 
    959959msgstr "&Ajuda" 
    960960 
    961 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     961#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    962962msgid "Work Unit Information" 
    963963msgstr "Informação da Unidade de Trabalho" 
    964964 
    965 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     965#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    966966msgid "Core:" 
    967967msgstr "Núcleo:" 
    968968 
    969 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     969#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    970970msgid "Project:" 
    971971msgstr "Projecto:" 
    972972 
    973 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     973#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    974974msgid "Credit:" 
    975975msgstr "Crédito:" 
    976976 
    977 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     977#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    978978msgid "Username:" 
    979979msgstr "Utilizador:" 
    980980 
    981 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     981#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    982982msgid "Downloaded:" 
    983983msgstr "Descarregado:" 
    984984 
    985985# This translation seems to be too long in UI. I translated to 'Prazo Aconselhado' (it was 'Prazo de Entrega Aconselhado') 
    986 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     986#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    987987msgid "Preferred Deadline:" 
    988988msgstr "Prazo Aconselhado:" 
    989989 
    990990# This translation seems to be too long in UI. I translated to 'Prazo Final' (it was 'Prazo de Entrega Final') 
    991 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     991#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    992992msgid "Final Deadline:" 
    993993msgstr "Prazo Final:" 
    994994 
    995 #: src/mainDialog.cpp:842 
     995#: src/mainDialog.cpp:844 
    996996msgid "Log file." 
    997997msgstr "Ficheiro de Registo." 
    998998 
    999 #: src/mainDialog.cpp:1084 
     999#: src/mainDialog.cpp:1086 
    10001000msgid "You must first select a client!" 
    10011001msgstr "Deve seleccionar um cliente primeiro!" 
    10021002 
    1003 #: src/mainDialog.cpp:1445 
     1003#: src/mainDialog.cpp:1447 
    10041004msgid "Checking for FahMon updates" 
    10051005msgstr "A verificar a existência de actualizações do FahMon" 
    10061006 
    1007 #: src/mainDialog.cpp:1456 
     1007#: src/mainDialog.cpp:1458 
    10081008#, c-format 
    10091009msgid "Your version: %s; New version: %s" 
    10101010msgstr "Versão actual: %s; Nova versão: %s" 
    10111011 
    1012 #: src/mainDialog.cpp:1470 
     1012#: src/mainDialog.cpp:1472 
    10131013msgid "Update available" 
    10141014msgstr "Actualização existente" 
    10151015 
    1016 #: src/mainDialog.cpp:1471 
     1016#: src/mainDialog.cpp:1473 
    10171017msgid "" 
    10181018"A newer version of FahMon is available\n" 
     
    10221022"Deseja ir para o website do FahMon?" 
    10231023 
    1024 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1024#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10251025msgid "No update found" 
    10261026msgstr "Actualizações não encontradas" 
    10271027 
    1028 #: src/mainDialog.cpp:1624 
     1028#: src/mainDialog.cpp:1626 
    10291029msgid "ctrl" 
    10301030msgstr "ctrl" 
    10311031 
    1032 #: src/mainDialog.cpp:1625 
     1032#: src/mainDialog.cpp:1627 
    10331033msgid "shift" 
    10341034msgstr "shift" 
    10351035 
    1036 #: src/mainDialog.cpp:1626 
     1036#: src/mainDialog.cpp:1628 
    10371037msgid "alt" 
    10381038msgstr "alt" 
  • trunk/po/ru_RU.po

    r509 r525  
    88"Project-Id-Version: ru_RU\n" 
    99"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    10 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     10"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1111"PO-Revision-Date: 2009-03-20 23:16+0300\n" 
    1212"Last-Translator: Evgeniy aka Behc <tsc.behc@gmail.com>\n" 
     
    166166#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    167167#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    168 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    169 #: src/mainDialog.cpp:535 
     168#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     169#: src/mainDialog.cpp:537 
    170170msgid "Unknown" 
    171171msgstr "НеОзвестМП" 
     
    180180 
    181181#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    182 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    183 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    184 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     182#: 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 
    185185#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    186186#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    576576msgstr "Загрузка..." 
    577577 
    578 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     578#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    579579#, c-format 
    580580msgid "%u points" 
     
    582582 
    583583#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    584 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     584#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    585585#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    586586#, c-format 
     
    588588msgstr "%s МазаЎ" 
    589589 
    590 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     590#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    591591#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    592592#, c-format 
     
    612612 
    613613#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    614 #: src/mainDialog.cpp:660 
     614#: src/mainDialog.cpp:662 
    615615msgid "Add a new client" 
    616616msgstr "ДПбавОть МПвПгП клОеМта" 
     
    640640msgstr "ДПбавОть этПгП клОеМта" 
    641641 
    642 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     642#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    643643msgid "Do you really want to delete this client?" 
    644644msgstr "Вы ЎействОтельМП Ñ 
     
    666666msgstr "Старые МастрПйкО ОЌпПртОрПвать в %s" 
    667667 
    668 #: src/mainDialog.cpp:183 
     668#: src/mainDialog.cpp:184 
    669669#, c-format 
    670670msgid "%s is licenced under the GNU GPL v2" 
    671671msgstr "%s распрПстраМяется пП лОцеМзОО GNU GPL v2" 
    672672 
    673 #: src/mainDialog.cpp:184 
     673#: src/mainDialog.cpp:185 
    674674msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    675675msgstr "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    676676 
    677 #: src/mainDialog.cpp:185 
     677#: src/mainDialog.cpp:186 
    678678msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    679679msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    680680 
    681 #: src/mainDialog.cpp:187 
     681#: src/mainDialog.cpp:188 
    682682msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    683683msgstr "FahMon сПЎержОт кПЎ qd, также лОцеМзОрПваММый через GNU GPL v2" 
    684684 
    685 #: src/mainDialog.cpp:188 
     685#: src/mainDialog.cpp:189 
    686686msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    687687msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    688688 
    689 #: src/mainDialog.cpp:189 
     689#: src/mainDialog.cpp:190 
    690690msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    691691msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    692692 
    693 #: src/mainDialog.cpp:444 
     693#: src/mainDialog.cpp:446 
    694694msgid "" 
    695695"Something is wrong with this client.\n" 
     
    699699"ППжалуйста прПверьте лПг (FahMon->ППказать/Скрыть ОкМП СППбщеМОй)" 
    700700 
    701 #: src/mainDialog.cpp:446 
     701#: src/mainDialog.cpp:448 
    702702msgid "This client is currently disabled." 
    703703msgstr "ЭтПт клОеМт сейчас выключеМ" 
    704704 
    705 #: src/mainDialog.cpp:537 
     705#: src/mainDialog.cpp:539 
    706706#, c-format 
    707707msgid "Project %u is unknown, you should try to update the projects database" 
     
    709709ПЎОЌП ПбМПвОть базу заЎаМОй" 
    710710 
    711 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     711#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    712712#, c-format 
    713713msgid "%.2f PPD" 
    714714msgstr "%.2f PPD" 
    715715 
    716 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     716#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    717717msgid "&Check for update" 
    718718msgstr "ПрПверОть &ПбМПвлеМОе" 
    719719 
    720 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     720#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    721721msgid "Check online for the latest version of FahMon" 
    722722msgstr "ПрПверОть в ОМтерМете МалОчОе МПвПй версОО FahMon" 
    723723 
    724 #: src/mainDialog.cpp:651 
     724#: src/mainDialog.cpp:653 
    725725msgid "&Preferences...\tCTRL+P" 
    726726msgstr "&НастрПйкО...\tCTRL+P" 
    727727 
    728 #: src/mainDialog.cpp:651 
     728#: src/mainDialog.cpp:653 
    729729msgid "Open the preferences dialog" 
    730730msgstr "Открыть ЎОалПг МастрПек" 
    731731 
    732 #: src/mainDialog.cpp:653 
     732#: src/mainDialog.cpp:655 
    733733msgid "&Quit\tCtrl+Q" 
    734734msgstr "&ВыѠ
    735735ПЎ Оз\tCtrl+Q" 
    736736 
    737 #: src/mainDialog.cpp:653 
     737#: src/mainDialog.cpp:655 
    738738#, c-format 
    739739msgid "Quit %s" 
     
    741741ПЎ %s" 
    742742 
    743 #: src/mainDialog.cpp:660 
     743#: src/mainDialog.cpp:662 
    744744msgid "Add a new client to be monitored" 
    745745msgstr "ДПбавОть МПвПгП клОеМта Ўля ЌПМОтПрОМга" 
    746746 
    747 #: src/mainDialog.cpp:662 
     747#: src/mainDialog.cpp:664 
    748748msgid "Edit client" 
    749749msgstr "РеЎактОрПвать этПгП клОеМта" 
    750750 
    751 #: src/mainDialog.cpp:662 
     751#: src/mainDialog.cpp:664 
    752752msgid "Edit the selected client settings" 
    753753msgstr "РеЎактОрПвать выбраММПгП клОеМта" 
    754754 
    755 #: src/mainDialog.cpp:663 
     755#: src/mainDialog.cpp:665 
    756756msgid "Delete client" 
    757757msgstr "УЎалОть этПгП клОеМта" 
    758758 
    759 #: src/mainDialog.cpp:663 
     759#: src/mainDialog.cpp:665 
    760760msgid "Delete the selected client" 
    761761msgstr "УЎалОть выбраММПгП клОеМта" 
    762762 
    763 #: src/mainDialog.cpp:664 
     763#: src/mainDialog.cpp:666 
    764764msgid "View client files" 
    765765msgstr "ПрПсЌПтреть файлы клОеМта" 
    766766 
    767 #: src/mainDialog.cpp:664 
     767#: src/mainDialog.cpp:666 
    768768msgid "Open file browser in client folder" 
    769769msgstr "Открыть в ЌеМеЎжере файлПв папку клОеМта" 
    770770 
    771 #: src/mainDialog.cpp:667 
     771#: src/mainDialog.cpp:669 
    772772msgid "Reload &Selection\tF5" 
    773773msgstr "ОбМПвОть В&ыбраММые\tF5" 
    774774 
    775 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     775#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    776776msgid "Reload the selected client" 
    777777msgstr "ОбМПвОть выбраММПгП клОеМта" 
    778778 
    779 #: src/mainDialog.cpp:668 
     779#: src/mainDialog.cpp:670 
    780780msgid "Reload &All\tF6" 
    781781msgstr "ОбМПвОть &Все\tF6" 
    782782 
    783 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     783#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    784784msgid "Reload all the clients" 
    785785msgstr "ОбМПвОть все клОеМты" 
    786786 
    787 #: src/mainDialog.cpp:670 
     787#: src/mainDialog.cpp:672 
    788788msgid "Reload &Selection\tCtrl+R" 
    789789msgstr "ОбМПвОть В&ыбраММые\tCtrl+R" 
    790790 
    791 #: src/mainDialog.cpp:671 
     791#: src/mainDialog.cpp:673 
    792792msgid "Reload &All\tCtrl+Shift+R" 
    793793msgstr "ОбМПвОть &Все\tCtrl+Shift+R" 
    794794 
    795 #: src/mainDialog.cpp:673 
     795#: src/mainDialog.cpp:675 
    796796msgid "&Clients" 
    797797msgstr "&КлОеМты" 
    798798 
    799 #: src/mainDialog.cpp:678 
     799#: src/mainDialog.cpp:680 
    800800msgid "&Show/Hide FAHLog\tF8" 
    801801msgstr "&ППказать/Скрыть FAHLog\tF8" 
    802802 
    803 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     803#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    804804msgid "Toggle the log file" 
    805805msgstr "ПрОклеОть ПкМП лПга клОеМта вМОзу" 
    806806 
    807 #: src/mainDialog.cpp:680 
     807#: src/mainDialog.cpp:682 
    808808msgid "&Cycle ETA Style\tF9" 
    809809msgstr "ПереключОть стОль &РВО\tF9" 
    810810 
    811 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     811#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    812812msgid "Cycle through the different ETA display styles" 
    813813msgstr "ПереключеМОе ЌежЎу разлОчМыЌО стОляЌО пПказа РВО" 
    814814 
    815 #: src/mainDialog.cpp:682 
     815#: src/mainDialog.cpp:684 
    816816msgid "&Show/Hide FAHLog\tCtrl+L" 
    817817msgstr "&ППказать/Скрыть FAHLog\tCtrl+L" 
    818818 
    819 #: src/mainDialog.cpp:684 
     819#: src/mainDialog.cpp:686 
    820820msgid "&Cycle ETA Style\tCtrl+E" 
    821821msgstr "ПереключОть стОль &РВО\tCtrl+E" 
    822822 
    823 #: src/mainDialog.cpp:687 
     823#: src/mainDialog.cpp:689 
    824824msgid "Show/Hide &WU Info panel" 
    825825msgstr "ППказать/Скрыть WU &ОМфП паМель" 
    826826 
    827 #: src/mainDialog.cpp:687 
     827#: src/mainDialog.cpp:689 
    828828msgid "Toggle the display of the Work Unit Information panel" 
    829829msgstr "Открывает ПкПшкП с ОМфПрЌацОей П текущеЌ заЎаМОО" 
    830830 
    831 #: src/mainDialog.cpp:688 
     831#: src/mainDialog.cpp:690 
    832832msgid "&View" 
    833833msgstr "&ВОЎ" 
    834834 
    835 #: src/mainDialog.cpp:692 
     835#: src/mainDialog.cpp:694 
    836836msgid "&Show/Hide Messages Window" 
    837837msgstr "&ППказать/Скрыть ОкМП СППбщеМОй" 
    838838 
    839 #: src/mainDialog.cpp:692 
     839#: src/mainDialog.cpp:694 
    840840msgid "Toggle the messages window" 
    841841msgstr "ОкМП сППбщеМОй ЌПМОтПрОМга FahMon" 
    842842 
    843 #: src/mainDialog.cpp:693 
     843#: src/mainDialog.cpp:695 
    844844msgid "&Benchmarks...\tCTRL+B" 
    845845msgstr "П&рПОзвПЎОтельМПсть...\tCTRL+B" 
    846846 
    847 #: src/mainDialog.cpp:693 
     847#: src/mainDialog.cpp:695 
    848848msgid "Open the benchmarks dialog" 
    849849msgstr "Открыть ЎОалПг прПОзвПЎОтельМПстО" 
    850850 
    851 #: src/mainDialog.cpp:694 
     851#: src/mainDialog.cpp:696 
    852852msgid "&Download New Projects" 
    853853msgstr "ОбМПвОть &Базу ЗаЎаМОй" 
    854854 
    855 #: src/mainDialog.cpp:694 
     855#: src/mainDialog.cpp:696 
    856856msgid "Update the local project database" 
    857857msgstr "ОбМПвОть лПкальМую базу заЎаМОй" 
    858858 
    859 #: src/mainDialog.cpp:700 
     859#: src/mainDialog.cpp:702 
    860860msgid "&Tools" 
    861861msgstr "&ИМструЌеМты" 
    862862 
    863 #: src/mainDialog.cpp:705 
     863#: src/mainDialog.cpp:707 
    864864msgid "&My Stats\tF2" 
    865865msgstr "&МПя статОстОка\tF2" 
    866866 
    867 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     867#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    868868msgid "View the personal statistics for the selected client" 
    869869msgstr "ППсЌПтреть персПМальМую статОстОку Ўля выбраММыѠ
    870870 ÐºÐ»ÐžÐµÐœÑ‚Пв" 
    871871 
    872 #: src/mainDialog.cpp:706 
     872#: src/mainDialog.cpp:708 
    873873msgid "&Jmol\tF3" 
    874874msgstr "&Jmol\tF3" 
    875875 
    876 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     876#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    877877msgid "View the current project on the Jmol website" 
    878878msgstr "ППсЌПтреть текущее заЎаМОе в 3D Ма сайте Jmol" 
    879879 
    880 #: src/mainDialog.cpp:707 
     880#: src/mainDialog.cpp:709 
    881881msgid "fah&info\tF4" 
    882882msgstr "&База статОстОкО fahinfo\tF4" 
    883883 
    884 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     884#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    885885msgid "View the current project on fahinfo.org" 
    886886msgstr "ППсЌПтреть статОстОку текущегП заЎаМОя в базе fahinfo.org" 
    887887 
    888 #: src/mainDialog.cpp:709 
     888#: src/mainDialog.cpp:711 
    889889msgid "&My Stats\tCtrl+Shift+M" 
    890890msgstr "&МПя статОстОка\tCtrl+Shift+M" 
    891891 
    892 #: src/mainDialog.cpp:710 
     892#: src/mainDialog.cpp:712 
    893893msgid "&Jmol\tCtrl+J" 
    894894msgstr "&Jmol\tCtrl+J" 
    895895 
    896 #: src/mainDialog.cpp:711 
     896#: src/mainDialog.cpp:713 
    897897msgid "fah&info\tCtrl+I" 
    898898msgstr "&База статОстОкО fahinfo\tCtrl+F" 
    899899 
    900 #: src/mainDialog.cpp:714 
     900#: src/mainDialog.cpp:716 
    901901msgid "F@H &Website" 
    902902msgstr "&F@H сайт" 
    903903 
    904 #: src/mainDialog.cpp:714 
     904#: src/mainDialog.cpp:716 
    905905msgid "Open to the official Stanford website" 
    906906msgstr "Открыть ПфОцОальМый сайт СтеМфПрЎа П фПлЎОМге" 
    907907 
    908 #: src/mainDialog.cpp:715 
     908#: src/mainDialog.cpp:717 
    909909msgid "Folding &Forum" 
    910910msgstr "СППбществП &ЀПлЎОМга" 
    911911 
    912 #: src/mainDialog.cpp:715 
     912#: src/mainDialog.cpp:717 
    913913msgid "Open the Folding@Home support forum" 
    914914msgstr "Открыть фПруЌ пПЎЎержкО Folding@Home" 
    915915 
    916 #: src/mainDialog.cpp:716 
     916#: src/mainDialog.cpp:718 
    917917msgid "&Projects Summary" 
    918918msgstr "&ИМфПрЌацОя П заЎаМОяѠ
    919919" 
    920920 
    921 #: src/mainDialog.cpp:716 
     921#: src/mainDialog.cpp:718 
    922922msgid "Open the list of the current projects" 
    923923msgstr "Открыть перечеМь текущОѠ
    924924 Ð·Ð°ÐŽÐ°ÐœÐžÐ¹" 
    925925 
    926 #: src/mainDialog.cpp:717 
     926#: src/mainDialog.cpp:719 
    927927msgid "&Servers Status" 
    928928msgstr "&Статус серверПв F@H" 
    929929 
    930 #: src/mainDialog.cpp:717 
     930#: src/mainDialog.cpp:719 
    931931msgid "Open the list of the servers with their status" 
    932932msgstr "Открыть спОсПк серверПв F@H сП статусаЌО ОѠ
    933933 Ñ€Ð°Ð±ÐŸÑ‚Ñ‹" 
    934934 
    935 #: src/mainDialog.cpp:718 
     935#: src/mainDialog.cpp:720 
    936936msgid "&Web" 
    937937msgstr "И&МтерМет" 
    938938 
    939 #: src/mainDialog.cpp:723 
     939#: src/mainDialog.cpp:725 
    940940msgid "&Help Contents\tF1" 
    941941msgstr "&СПЎержаМОе пПЌПщО\tF1" 
    942942 
    943 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     943#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    944944msgid "See help contents" 
    945945msgstr "ОМлайМ пПЌПщь пП прПграЌЌе FahMon" 
    946946 
    947 #: src/mainDialog.cpp:725 
     947#: src/mainDialog.cpp:727 
    948948msgid "&Help Contents\tCtrl+?" 
    949949msgstr "&СПЎержаМОе пПЌПщО\tCtrl+?" 
    950950 
    951 #: src/mainDialog.cpp:727 
     951#: src/mainDialog.cpp:729 
    952952msgid "FahMon &IRC Channel" 
    953953msgstr "&IRC каМал FahMon (аМглОйскОй)" 
    954954 
    955 #: src/mainDialog.cpp:727 
     955#: src/mainDialog.cpp:729 
    956956msgid "Join the FahMon IRC channel for online help" 
    957957msgstr "" 
    958958"ВПйтО Ма IRC каМал FahMon Ўля пПлучеМОя пПЌПщО ПМлайМ (аМглОйскОй язык)" 
    959959 
    960 #: src/mainDialog.cpp:728 
     960#: src/mainDialog.cpp:730 
    961961msgid "&About" 
    962962msgstr "&О прПграЌЌе" 
    963963 
    964 #: src/mainDialog.cpp:728 
     964#: src/mainDialog.cpp:730 
    965965#, c-format 
    966966msgid "About %s" 
    967967msgstr "О прПграЌЌе %s" 
    968968 
    969 #: src/mainDialog.cpp:735 
     969#: src/mainDialog.cpp:737 
    970970msgid "&Help" 
    971971msgstr "&ППЌПщь" 
    972972 
    973 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     973#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    974974msgid "Work Unit Information" 
    975975msgstr "ИМфПрЌацОя пП текущеЌу заЎаМОю" 
    976976 
    977 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     977#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    978978msgid "Core:" 
    979979msgstr "ЯЎрП:" 
    980980 
    981 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     981#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    982982msgid "Project:" 
    983983msgstr "ЗаЎаМОе:" 
    984984 
    985 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     985#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    986986msgid "Credit:" 
    987987msgstr "ОчкПв:" 
    988988 
    989 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     989#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    990990msgid "Username:" 
    991991msgstr "УчастМОк:" 
    992992 
    993 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     993#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    994994msgid "Downloaded:" 
    995995msgstr "СкачаМП:" 
    996996 
    997 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     997#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    998998msgid "Preferred Deadline:" 
    999999msgstr "ПреЎпПчтОтельМый ЎеЎлайМ:" 
    10001000 
    1001 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     1001#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    10021002msgid "Final Deadline:" 
    10031003msgstr "ДеЎлайМ:" 
    10041004 
    1005 #: src/mainDialog.cpp:842 
     1005#: src/mainDialog.cpp:844 
    10061006msgid "Log file." 
    10071007msgstr "ЛПг файл." 
    10081008 
    1009 #: src/mainDialog.cpp:1084 
     1009#: src/mainDialog.cpp:1086 
    10101010msgid "You must first select a client!" 
    10111011msgstr "Вы ЎПлжМы сМачала выбрать клОеМта!" 
    10121012 
    1013 #: src/mainDialog.cpp:1445 
     1013#: src/mainDialog.cpp:1447 
    10141014msgid "Checking for FahMon updates" 
    10151015msgstr "ПрПверОть МалОчОе МПвПй версОО FahMon" 
    10161016 
    1017 #: src/mainDialog.cpp:1456 
     1017#: src/mainDialog.cpp:1458 
    10181018#, c-format 
    10191019msgid "Your version: %s; New version: %s" 
    10201020msgstr "Ваша версОя: %s; НПвая версОя: %s" 
    10211021 
    1022 #: src/mainDialog.cpp:1470 
     1022#: src/mainDialog.cpp:1472 
    10231023msgid "Update available" 
    10241024msgstr "ДПступМП ПбМПвлеМОе" 
    10251025 
    1026 #: src/mainDialog.cpp:1471 
     1026#: src/mainDialog.cpp:1473 
    10271027msgid "" 
    10281028"A newer version of FahMon is available\n" 
     
    10321032"ХПтОте перейтО Ма страМОцу загрузкО FahMon?" 
    10331033 
    1034 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1034#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10351035msgid "No update found" 
    10361036msgstr "НПвыѠ
    10371037 Ð²ÐµÑ€ÑÐžÐ¹ Мет" 
    10381038 
    1039 #: src/mainDialog.cpp:1624 
     1039#: src/mainDialog.cpp:1626 
    10401040msgid "ctrl" 
    10411041msgstr "ctrl" 
    10421042 
    1043 #: src/mainDialog.cpp:1625 
     1043#: src/mainDialog.cpp:1627 
    10441044msgid "shift" 
    10451045msgstr "shift" 
    10461046 
    1047 #: src/mainDialog.cpp:1626 
     1047#: src/mainDialog.cpp:1628 
    10481048msgid "alt" 
    10491049msgstr "alt" 
  • trunk/po/sv_SE.po

    r509 r525  
    99"Project-Id-Version: sv_SE\n" 
    1010"Report-Msgid-Bugs-To: andrew_s@fahmon.net\n" 
    11 "POT-Creation-Date: 2009-04-02 14:55+0100\n" 
     11"POT-Creation-Date: 2009-05-13 20:03+0100\n" 
    1212"PO-Revision-Date: 2009-03-30 18:45+0100\n" 
    1313"Last-Translator: Olof Persson <floffe@gmail.com>\n" 
     
    166166#: src/client.cpp:57 src/client.cpp:105 src/core.cpp:148 
    167167#: src/listViewClients.cpp:674 src/listViewClients.cpp:708 
    168 #: src/mainDialog.cpp:532 src/mainDialog.cpp:533 src/mainDialog.cpp:534 
    169 #: src/mainDialog.cpp:535 
     168#: src/mainDialog.cpp:534 src/mainDialog.cpp:535 src/mainDialog.cpp:536 
     169#: src/mainDialog.cpp:537 
    170170msgid "Unknown" 
    171171msgstr "OkÀnd" 
     
    180180 
    181181#: src/client.cpp:100 src/listViewClients.cpp:732 src/listViewClients.cpp:736 
    182 #: src/mainDialog.cpp:500 src/mainDialog.cpp:505 src/mainDialog.cpp:506 
    183 #: src/mainDialog.cpp:507 src/mainDialog.cpp:508 src/mainDialog.cpp:509 
    184 #: src/mainDialog.cpp:580 src/mainDialog.cpp:617 src/webMonitor.cpp:133 
     182#: 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 
    185185#: src/webMonitor.cpp:134 src/webMonitor.cpp:135 src/webMonitor.cpp:136 
    186186#: src/webMonitor.cpp:137 src/webMonitor.cpp:138 src/webMonitor.cpp:139 
     
    556556msgstr "Laddar..." 
    557557 
    558 #: src/listViewClients.cpp:648 src/mainDialog.cpp:543 src/webMonitor.cpp:180 
     558#: src/listViewClients.cpp:648 src/mainDialog.cpp:545 src/webMonitor.cpp:180 
    559559#, c-format 
    560560msgid "%u points" 
     
    562562 
    563563#: src/listViewClients.cpp:661 src/listViewClients.cpp:689 
    564 #: src/mainDialog.cpp:487 src/mainDialog.cpp:561 src/mainDialog.cpp:599 
     564#: src/mainDialog.cpp:489 src/mainDialog.cpp:563 src/mainDialog.cpp:601 
    565565#: src/webMonitor.cpp:160 src/webMonitor.cpp:196 src/webMonitor.cpp:232 
    566566#, c-format 
     
    568568msgstr "%s sedan" 
    569569 
    570 #: src/listViewClients.cpp:693 src/mainDialog.cpp:565 src/mainDialog.cpp:603 
     570#: src/listViewClients.cpp:693 src/mainDialog.cpp:567 src/mainDialog.cpp:605 
    571571#: src/webMonitor.cpp:200 src/webMonitor.cpp:236 
    572572#, c-format 
     
    592592 
    593593#: src/listViewClients.cpp:878 src/listViewClients.cpp:886 
    594 #: src/mainDialog.cpp:660 
     594#: src/mainDialog.cpp:662 
    595595msgid "Add a new client" 
    596596msgstr "LÀgg till ny klient" 
     
    620620msgstr "SlÃ¥ pÃ¥ denna klient" 
    621621 
    622 #: src/listViewClients.cpp:1032 src/mainDialog.cpp:1513 
     622#: src/listViewClients.cpp:1032 src/mainDialog.cpp:1515 
    623623msgid "Do you really want to delete this client?" 
    624624msgstr "Vill du verkligen ta bort denna klient?" 
     
    644644msgstr "Importerade gamla instÀllningar till %s" 
    645645 
    646 #: src/mainDialog.cpp:183 
     646#: src/mainDialog.cpp:184 
    647647#, c-format 
    648648msgid "%s is licenced under the GNU GPL v2" 
    649649msgstr "%s Àr licensierad under GNU GPL v2" 
    650650 
    651 #: src/mainDialog.cpp:184 
     651#: src/mainDialog.cpp:185 
    652652msgid "Copyright (C) 2003-2007 Fran\\u00E7ois Ingelrest" 
    653653msgstr "Copyright (C) 2003-2007 François Ingelrest" 
    654654 
    655 #: src/mainDialog.cpp:185 
     655#: src/mainDialog.cpp:186 
    656656msgid "Copyright (C) 2007-2009 Andrew Schofield" 
    657657msgstr "Copyright (C) 2007-2009 Andrew Schofield" 
    658658 
    659 #: src/mainDialog.cpp:187 
     659#: src/mainDialog.cpp:188 
    660660msgid "FahMon contains code from qd, also licenced under the GNU GPL v2" 
    661661msgstr "FahMon innehÃ¥ller kod frÃ¥n qd, ocksÃ¥ licensierat under GNU GPL v2" 
    662662 
    663 #: src/mainDialog.cpp:188 
     663#: src/mainDialog.cpp:189 
    664664msgid "Copyright (C) 2002-2005 Richard P. Howell IV." 
    665665msgstr "Copyright (C) 2002-2005 Richard P. Howell IV." 
    666666 
    667 #: src/mainDialog.cpp:189 
     667#: src/mainDialog.cpp:190 
    668668msgid "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    669669msgstr "Copyright (C) 2005-2009 Sebastiaan Couwenberg" 
    670670 
    671 #: src/mainDialog.cpp:444 
     671#: src/mainDialog.cpp:446 
    672672msgid "" 
    673673"Something is wrong with this client.\n" 
     
    677677"Se meddelanden för mer information (FahMon->Visa/Dölj Meddelandefönstret)." 
    678678 
    679 #: src/mainDialog.cpp:446 
     679#: src/mainDialog.cpp:448 
    680680msgid "This client is currently disabled." 
    681681msgstr "Denna klient Àr för tillfÀllet avstÀngd." 
    682682 
    683 #: src/mainDialog.cpp:537 
     683#: src/mainDialog.cpp:539 
    684684#, c-format 
    685685msgid "Project %u is unknown, you should try to update the projects database" 
    686686msgstr "Projekt %u Àr okÀnt, försök uppdatera projektdatabasen" 
    687687 
    688 #: src/mainDialog.cpp:621 src/mainDialog.cpp:1228 
     688#: src/mainDialog.cpp:623 src/mainDialog.cpp:1230 
    689689#, c-format 
    690690msgid "%.2f PPD" 
    691691msgstr "%.2f PPD" 
    692692 
    693 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     693#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    694694msgid "&Check for update" 
    695695msgstr "&Leta efter uppdateringar" 
    696696 
    697 #: src/mainDialog.cpp:648 src/mainDialog.cpp:698 
     697#: src/mainDialog.cpp:650 src/mainDialog.cpp:700 
    698698msgid "Check online for the latest version of FahMon" 
    699699msgstr "Kontrollera online om det finns en nyare version av FahMon" 
    700700 
    701 #: src/mainDialog.cpp:651 
     701#: src/mainDialog.cpp:653 
    702702msgid "&Preferences...\tCTRL+P" 
    703703msgstr "&InstÀllningar...\tCTRL+P" 
    704704 
    705 #: src/mainDialog.cpp:651 
     705#: src/mainDialog.cpp:653 
    706706msgid "Open the preferences dialog" 
    707707msgstr "Öppnar instÀllningarna" 
    708708 
    709 #: src/mainDialog.cpp:653 
     709#: src/mainDialog.cpp:655 
    710710msgid "&Quit\tCtrl+Q" 
    711711msgstr "&Avsluta\tCtrl+Q" 
    712712 
    713 #: src/mainDialog.cpp:653 
     713#: src/mainDialog.cpp:655 
    714714#, c-format 
    715715msgid "Quit %s" 
    716716msgstr "Avslutar %s" 
    717717 
    718 #: src/mainDialog.cpp:660 
     718#: src/mainDialog.cpp:662 
    719719msgid "Add a new client to be monitored" 
    720720msgstr "LÀgg till ny klient för övervakning" 
    721721 
    722 #: src/mainDialog.cpp:662 
     722#: src/mainDialog.cpp:664 
    723723msgid "Edit client" 
    724724msgstr "Redigera denna klient" 
    725725 
    726 #: src/mainDialog.cpp:662 
     726#: src/mainDialog.cpp:664 
    727727msgid "Edit the selected client settings" 
    728728msgstr "Ändra instÀllningar för vald klient" 
    729729 
    730 #: src/mainDialog.cpp:663 
     730#: src/mainDialog.cpp:665 
    731731msgid "Delete client" 
    732732msgstr "Ta bort denna klient" 
    733733 
    734 #: src/mainDialog.cpp:663 
     734#: src/mainDialog.cpp:665 
    735735msgid "Delete the selected client" 
    736736msgstr "Ta bort vald klient" 
    737737 
    738 #: src/mainDialog.cpp:664 
     738#: src/mainDialog.cpp:666 
    739739msgid "View client files" 
    740740msgstr "Visa klientens filer" 
    741741 
    742 #: src/mainDialog.cpp:664 
     742#: src/mainDialog.cpp:666 
    743743msgid "Open file browser in client folder" 
    744744msgstr "Öppna filhanteraren i klient-mappen" 
    745745 
    746 #: src/mainDialog.cpp:667 
     746#: src/mainDialog.cpp:669 
    747747msgid "Reload &Selection\tF5" 
    748748msgstr "Ladda &om vald\tF5" 
    749749 
    750 #: src/mainDialog.cpp:667 src/mainDialog.cpp:670 
     750#: src/mainDialog.cpp:669 src/mainDialog.cpp:672 
    751751msgid "Reload the selected client" 
    752752msgstr "Laddar om vald klient" 
    753753 
    754 #: src/mainDialog.cpp:668 
     754#: src/mainDialog.cpp:670 
    755755msgid "Reload &All\tF6" 
    756756msgstr "Ladda om &alla\tF6" 
    757757 
    758 #: src/mainDialog.cpp:668 src/mainDialog.cpp:671 
     758#: src/mainDialog.cpp:670 src/mainDialog.cpp:673 
    759759msgid "Reload all the clients" 
    760760msgstr "Laddar om alla klienter" 
    761761 
    762 #: src/mainDialog.cpp:670 
     762#: src/mainDialog.cpp:672 
    763763msgid "Reload &Selection\tCtrl+R" 
    764764msgstr "Ladda &om vald\tCtrl+R" 
    765765 
    766 #: src/mainDialog.cpp:671 
     766#: src/mainDialog.cpp:673 
    767767msgid "Reload &All\tCtrl+Shift+R" 
    768768msgstr "Ladda om &alla\tCtrl+Shift+R" 
    769769 
    770 #: src/mainDialog.cpp:673 
     770#: src/mainDialog.cpp:675 
    771771msgid "&Clients" 
    772772msgstr "&Klienter" 
    773773 
    774 #: src/mainDialog.cpp:678 
     774#: src/mainDialog.cpp:680 
    775775msgid "&Show/Hide FAHLog\tF8" 
    776776msgstr "&Visa/dölj FAHLog\tF8" 
    777777 
    778 #: src/mainDialog.cpp:678 src/mainDialog.cpp:682 
     778#: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
    779779msgid "Toggle the log file" 
    780780msgstr "Visa/dölj loggfilen" 
    781781 
    782 #: src/mainDialog.cpp:680 
     782#: src/mainDialog.cpp:682 
    783783msgid "&Cycle ETA Style\tF9" 
    784784msgstr "VÀxla tidsvisning" 
    785785 
    786 #: src/mainDialog.cpp:680 src/mainDialog.cpp:684 
     786#: src/mainDialog.cpp:682 src/mainDialog.cpp:686 
    787787msgid "Cycle through the different ETA display styles" 
    788788msgstr "VÀxla mellan de olika visningssÀtten för berÀknad sluttid" 
    789789 
    790 #: src/mainDialog.cpp:682 
     790#: src/mainDialog.cpp:684 
    791791msgid "&Show/Hide FAHLog\tCtrl+L" 
    792792msgstr "&Visa/dölj FAHLog\tCtrl+L" 
    793793 
    794 #: src/mainDialog.cpp:684 
     794#: src/mainDialog.cpp:686 
    795795msgid "&Cycle ETA Style\tCtrl+E" 
    796796msgstr "&VÀxla tidsvisning\tCtrl+E" 
    797797 
    798 #: src/mainDialog.cpp:687 
     798#: src/mainDialog.cpp:689 
    799799msgid "Show/Hide &WU Info panel" 
    800800msgstr "Visa/dölj &informationspanelen" 
    801801 
    802 #: src/mainDialog.cpp:687 
     802#: src/mainDialog.cpp:689 
    803803msgid "Toggle the display of the Work Unit Information panel" 
    804804msgstr "SlÃ¥ pÃ¥/av visning av informationspanelen" 
    805805 
    806 #: src/mainDialog.cpp:688 
     806#: src/mainDialog.cpp:690 
    807807msgid "&View" 
    808808msgstr "&Visa" 
    809809 
    810 #: src/mainDialog.cpp:692 
     810#: src/mainDialog.cpp:694 
    811811msgid "&Show/Hide Messages Window" 
    812812msgstr "&Visa/dölj meddelandefönstret" 
    813813 
    814 #: src/mainDialog.cpp:692 
     814#: src/mainDialog.cpp:694 
    815815msgid "Toggle the messages window" 
    816816msgstr "Visar eller döljer meddelandefönstret" 
    817817 
    818 #: src/mainDialog.cpp:693 
     818#: src/mainDialog.cpp:695 
    819819msgid "&Benchmarks...\tCTRL+B" 
    820820msgstr "&Prestanda...\tCTRL+B" 
    821821 
    822 #: src/mainDialog.cpp:693 
     822#: src/mainDialog.cpp:695 
    823823msgid "Open the benchmarks dialog" 
    824824msgstr "Visar genomsnittilig prestanda" 
    825825 
    826 #: src/mainDialog.cpp:694 
     826#: src/mainDialog.cpp:696 
    827827msgid "&Download New Projects" 
    828828msgstr "&Ladda ner nya projekt" 
    829829 
    830 #: src/mainDialog.cpp:694 
     830#: src/mainDialog.cpp:696 
    831831msgid "Update the local project database" 
    832832msgstr "Uppdaterar den lokala projektdatabasen" 
    833833 
    834 #: src/mainDialog.cpp:700 
     834#: src/mainDialog.cpp:702 
    835835msgid "&Tools" 
    836836msgstr "Verk&tyg" 
    837837 
    838 #: src/mainDialog.cpp:705 
     838#: src/mainDialog.cpp:707 
    839839msgid "&My Stats\tF2" 
    840840msgstr "&Min statistik\tF2" 
    841841 
    842 #: src/mainDialog.cpp:705 src/mainDialog.cpp:709 
     842#: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
    843843msgid "View the personal statistics for the selected client" 
    844844msgstr "Visa den egna statistiken för den valda klienten" 
    845845 
    846 #: src/mainDialog.cpp:706 
     846#: src/mainDialog.cpp:708 
    847847msgid "&Jmol\tF3" 
    848848msgstr "&Jmol\tF3" 
    849849 
    850 #: src/mainDialog.cpp:706 src/mainDialog.cpp:710 
     850#: src/mainDialog.cpp:708 src/mainDialog.cpp:712 
    851851msgid "View the current project on the Jmol website" 
    852852msgstr "Visar det pÃ¥gÃ¥ende projektet pÃ¥ Jmols webbplats" 
    853853 
    854 #: src/mainDialog.cpp:707 
     854#: src/mainDialog.cpp:709 
    855855msgid "fah&info\tF4" 
    856856msgstr "fah&info\tF4" 
    857857 
    858 #: src/mainDialog.cpp:707 src/mainDialog.cpp:711 
     858#: src/mainDialog.cpp:709 src/mainDialog.cpp:713 
    859859msgid "View the current project on fahinfo.org" 
    860860msgstr "Visar det pÃ¥gÃ¥ende projektet pÃ¥ fahinfo.org" 
    861861 
    862 #: src/mainDialog.cpp:709 
     862#: src/mainDialog.cpp:711 
    863863msgid "&My Stats\tCtrl+Shift+M" 
    864864msgstr "&Min statistik\tCtrl+Shift+M" 
    865865 
    866 #: src/mainDialog.cpp:710 
     866#: src/mainDialog.cpp:712 
    867867msgid "&Jmol\tCtrl+J" 
    868868msgstr "&Jmol\tCtrl+J" 
    869869 
    870 #: src/mainDialog.cpp:711 
     870#: src/mainDialog.cpp:713 
    871871msgid "fah&info\tCtrl+I" 
    872872msgstr "fah&info\tCtrl+I" 
    873873 
    874 #: src/mainDialog.cpp:714 
     874#: src/mainDialog.cpp:716 
    875875msgid "F@H &Website" 
    876876msgstr "F@Hs &webbplats" 
    877877 
    878 #: src/mainDialog.cpp:714 
     878#: src/mainDialog.cpp:716 
    879879msgid "Open to the official Stanford website" 
    880880msgstr "Öppna den officiella webbplatsen hos Stanford" 
    881881 
    882 #: src/mainDialog.cpp:715 
     882#: src/mainDialog.cpp:717 
    883883msgid "Folding &Forum" 
    884884msgstr "Folding-&Forum" 
    885885 
    886 #: src/mainDialog.cpp:715 
     886#: src/mainDialog.cpp:717 
    887887msgid "Open the Folding@Home support forum" 
    888888msgstr "Öppna supportforumet för Folding@Home" 
    889889 
    890 #: src/mainDialog.cpp:716 
     890#: src/mainDialog.cpp:718 
    891891msgid "&Projects Summary" 
    892892msgstr "&Projektöversikt" 
    893893 
    894 #: src/mainDialog.cpp:716 
     894#: src/mainDialog.cpp:718 
    895895msgid "Open the list of the current projects" 
    896896msgstr "Öppna listan över pÃ¥gÃ¥ende projekt" 
    897897 
    898 #: src/mainDialog.cpp:717 
     898#: src/mainDialog.cpp:719 
    899899msgid "&Servers Status" 
    900900msgstr "&Serverstatus" 
    901901 
    902 #: src/mainDialog.cpp:717 
     902#: src/mainDialog.cpp:719 
    903903msgid "Open the list of the servers with their status" 
    904904msgstr "Öppna server-listan med deras status" 
    905905 
    906 #: src/mainDialog.cpp:718 
     906#: src/mainDialog.cpp:720 
    907907msgid "&Web" 
    908908msgstr "&Online" 
    909909 
    910 #: src/mainDialog.cpp:723 
     910#: src/mainDialog.cpp:725 
    911911msgid "&Help Contents\tF1" 
    912912msgstr "&HjÀlp\tF1" 
    913913 
    914 #: src/mainDialog.cpp:723 src/mainDialog.cpp:725 
     914#: src/mainDialog.cpp:725 src/mainDialog.cpp:727 
    915915msgid "See help contents" 
    916916msgstr "Se hjÀlpinnehÃ¥llet" 
    917917 
    918 #: src/mainDialog.cpp:725 
     918#: src/mainDialog.cpp:727 
    919919msgid "&Help Contents\tCtrl+?" 
    920920msgstr "&HjÀlp\tCtrl+?" 
    921921 
    922 #: src/mainDialog.cpp:727 
     922#: src/mainDialog.cpp:729 
    923923msgid "FahMon &IRC Channel" 
    924924msgstr "FahMons &IRC-kanal" 
    925925 
    926 #: src/mainDialog.cpp:727 
     926#: src/mainDialog.cpp:729 
    927927msgid "Join the FahMon IRC channel for online help" 
    928928msgstr "GÃ¥ till FahMons IRC-kanal för att fÃ¥ direkthjÀlp" 
    929929 
    930 #: src/mainDialog.cpp:728 
     930#: src/mainDialog.cpp:730 
    931931msgid "&About" 
    932932msgstr "&Om" 
    933933 
    934 #: src/mainDialog.cpp:728 
     934#: src/mainDialog.cpp:730 
    935935#, c-format 
    936936msgid "About %s" 
    937937msgstr "Om %s" 
    938938 
    939 #: src/mainDialog.cpp:735 
     939#: src/mainDialog.cpp:737 
    940940msgid "&Help" 
    941941msgstr "&HjÀlp" 
    942942 
    943 #: src/mainDialog.cpp:767 src/webMonitor.cpp:569 
     943#: src/mainDialog.cpp:769 src/webMonitor.cpp:569 
    944944msgid "Work Unit Information" 
    945945msgstr "Information om arbetsenhet" 
    946946 
    947 #: src/mainDialog.cpp:795 src/webMonitor.cpp:570 
     947#: src/mainDialog.cpp:797 src/webMonitor.cpp:570 
    948948msgid "Core:" 
    949949msgstr "KÀrna: " 
    950950 
    951 #: src/mainDialog.cpp:797 src/webMonitor.cpp:571 
     951#: src/mainDialog.cpp:799 src/webMonitor.cpp:571 
    952952msgid "Project:" 
    953953msgstr "Projekt:" 
    954954 
    955 #: src/mainDialog.cpp:799 src/webMonitor.cpp:572 
     955#: src/mainDialog.cpp:801 src/webMonitor.cpp:572 
    956956msgid "Credit:" 
    957957msgstr "PoÀng:" 
    958958 
    959 #: src/mainDialog.cpp:801 src/webMonitor.cpp:573 
     959#: src/mainDialog.cpp:803 src/webMonitor.cpp:573 
    960960msgid "Username:" 
    961961msgstr "AnvÀndarnamn:" 
    962962 
    963 #: src/mainDialog.cpp:803 src/webMonitor.cpp:581 
     963#: src/mainDialog.cpp:805 src/webMonitor.cpp:581 
    964964msgid "Downloaded:" 
    965965msgstr "HÀmtad:" 
    966966 
    967 #: src/mainDialog.cpp:805 src/webMonitor.cpp:574 
     967#: src/mainDialog.cpp:807 src/webMonitor.cpp:574 
    968968msgid "Preferred Deadline:" 
    969969msgstr "Föredragen tidsgrÀns:" 
    970970 
    971 #: src/mainDialog.cpp:807 src/webMonitor.cpp:575 
     971#: src/mainDialog.cpp:809 src/webMonitor.cpp:575 
    972972msgid "Final Deadline:" 
    973973msgstr "Slutgiltig tidsgrÀns:" 
    974974 
    975 #: src/mainDialog.cpp:842 
     975#: src/mainDialog.cpp:844 
    976976msgid "Log file." 
    977977msgstr "Loggfil." 
    978978 
    979 #: src/mainDialog.cpp:1084 
     979#: src/mainDialog.cpp:1086 
    980980msgid "You must first select a client!" 
    981981msgstr "Du mÃ¥ste först vÀlja en klient!" 
    982982 
    983 #: src/mainDialog.cpp:1445 
     983#: src/mainDialog.cpp:1447 
    984984msgid "Checking for FahMon updates" 
    985985msgstr "Letar efter uppdateringar till FahMon" 
    986986 
    987 #: src/mainDialog.cpp:1456 
     987#: src/mainDialog.cpp:1458 
    988988#, c-format 
    989989msgid "Your version: %s; New version: %s" 
    990990msgstr "Din version: %s; Ny version: %s" 
    991991 
    992 #: src/mainDialog.cpp:1470 
     992#: src/mainDialog.cpp:1472 
    993993msgid "Update available" 
    994994msgstr "Nyare version hittad" 
    995995 
    996 #: src/mainDialog.cpp:1471 
     996#: src/mainDialog.cpp:1473 
    997997msgid "" 
    998998"A newer version of FahMon is available\n" 
     
    10021002"Vill du gÃ¥ till FahMons webbplats?" 
    10031003 
    1004 #: src/mainDialog.cpp:1478 src/mainDialog.cpp:1480 
     1004#: src/mainDialog.cpp:1480 src/mainDialog.cpp:1482 
    10051005msgid "No update found" 
    10061006msgstr "Ingen nyare version hittades" 
    10071007 
    1008 #: src/mainDialog.cpp:1624 
     1008#: src/mainDialog.cpp:1626 
    10091009msgid "ctrl" 
    10101010msgstr "ctrl" 
    10111011 
    1012 #: src/mainDialog.cpp:1625 
     1012#: src/mainDialog.cpp:1627 
    10131013msgid "shift" 
    10141014msgstr "shift" 
    10151015 
    1016 #: src/mainDialog.cpp:1626 
     1016#: src/mainDialog.cpp:1628 
    10171017msgid "alt" 
    10181018msgstr "alt" 
  • trunk/resources/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    195195sysconfdir = @sysconfdir@ 
    196196target_alias = @target_alias@ 
     197top_build_prefix = @top_build_prefix@ 
    197198top_builddir = @top_builddir@ 
    198199top_srcdir = @top_srcdir@ 
     
    210211          case '$(am__configure_deps)' in \ 
    211212            *$$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; }; \ 
    214215              exit 1;; \ 
    215216          esac; \ 
  • trunk/src/Makefile.in

    r522 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    235235sysconfdir = @sysconfdir@ 
    236236target_alias = @target_alias@ 
     237top_build_prefix = @top_build_prefix@ 
    237238top_builddir = @top_builddir@ 
    238239top_srcdir = @top_srcdir@ 
     
    252253          case '$(am__configure_deps)' in \ 
    253254            *$$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; }; \ 
    256257              exit 1;; \ 
    257258          esac; \ 
     
    386387            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    387388          done | \ 
    388           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     389          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    389390              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    390391        mkid -fID $$unique 
  • trunk/src/images/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    217217sysconfdir = @sysconfdir@ 
    218218target_alias = @target_alias@ 
     219top_build_prefix = @top_build_prefix@ 
    219220top_builddir = @top_builddir@ 
    220221top_srcdir = @top_srcdir@ 
     
    241242          case '$(am__configure_deps)' in \ 
    242243            *$$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; }; \ 
    245246              exit 1;; \ 
    246247          esac; \ 
     
    365366            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    366367          done | \ 
    367           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     368          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    368369              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    369370        mkid -fID $$unique 
  • trunk/src/images/icons/128/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
  • trunk/src/images/icons/16/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
  • trunk/src/images/icons/24/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
  • trunk/src/images/icons/256/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
  • trunk/src/images/icons/32/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
  • trunk/src/images/icons/48/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
  • trunk/src/images/icons/64/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
  • trunk/src/images/icons/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    207207sysconfdir = @sysconfdir@ 
    208208target_alias = @target_alias@ 
     209top_build_prefix = @top_build_prefix@ 
    209210top_builddir = @top_builddir@ 
    210211top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
     
    324325            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    325326          done | \ 
    326           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     327          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    327328              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    328329        mkid -fID $$unique 
  • trunk/src/include/Makefile.in

    r455 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    196196sysconfdir = @sysconfdir@ 
    197197target_alias = @target_alias@ 
     198top_build_prefix = @top_build_prefix@ 
    198199top_builddir = @top_builddir@ 
    199200top_srcdir = @top_srcdir@ 
     
    249250          case '$(am__configure_deps)' in \ 
    250251            *$$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; }; \ 
    253254              exit 1;; \ 
    254255          esac; \ 
  • trunk/templates/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    205205sysconfdir = @sysconfdir@ 
    206206target_alias = @target_alias@ 
     207top_build_prefix = @top_build_prefix@ 
    207208top_builddir = @top_builddir@ 
    208209top_srcdir = @top_srcdir@ 
     
    225226          case '$(am__configure_deps)' in \ 
    226227            *$$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; }; \ 
    229230              exit 1;; \ 
    230231          esac; \ 
  • trunk/wxcurl/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    207207sysconfdir = @sysconfdir@ 
    208208target_alias = @target_alias@ 
     209top_build_prefix = @top_build_prefix@ 
    209210top_builddir = @top_builddir@ 
    210211top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
     
    324325            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    325326          done | \ 
    326           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     327          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    327328              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    328329        mkid -fID $$unique 
  • trunk/wxcurl/include/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    207207sysconfdir = @sysconfdir@ 
    208208target_alias = @target_alias@ 
     209top_build_prefix = @top_build_prefix@ 
    209210top_builddir = @top_builddir@ 
    210211top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
     
    324325            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    325326          done | \ 
    326           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     327          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    327328              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    328329        mkid -fID $$unique 
  • trunk/wxcurl/include/wx/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    207207sysconfdir = @sysconfdir@ 
    208208target_alias = @target_alias@ 
     209top_build_prefix = @top_build_prefix@ 
    209210top_builddir = @top_builddir@ 
    210211top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
     
    324325            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    325326          done | \ 
    326           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     327          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    327328              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    328329        mkid -fID $$unique 
  • trunk/wxcurl/include/wx/curl/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    195195sysconfdir = @sysconfdir@ 
    196196target_alias = @target_alias@ 
     197top_build_prefix = @top_build_prefix@ 
    197198top_builddir = @top_builddir@ 
    198199top_srcdir = @top_srcdir@ 
     
    205206          case '$(am__configure_deps)' in \ 
    206207            *$$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; }; \ 
    209210              exit 1;; \ 
    210211          esac; \ 
  • trunk/wxcurl/src/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    236236sysconfdir = @sysconfdir@ 
    237237target_alias = @target_alias@ 
     238top_build_prefix = @top_build_prefix@ 
    238239top_builddir = @top_builddir@ 
    239240top_srcdir = @top_srcdir@ 
     
    251252          case '$(am__configure_deps)' in \ 
    252253            *$$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; }; \ 
    255256              exit 1;; \ 
    256257          esac; \ 
     
    357358            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    358359          done | \ 
    359           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     360          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    360361              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    361362        mkid -fID $$unique 
  • trunk/wxcurl/win32_libcurl/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    207207sysconfdir = @sysconfdir@ 
    208208target_alias = @target_alias@ 
     209top_build_prefix = @top_build_prefix@ 
    209210top_builddir = @top_builddir@ 
    210211top_srcdir = @top_srcdir@ 
     
    218219          case '$(am__configure_deps)' in \ 
    219220            *$$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; }; \ 
    222223              exit 1;; \ 
    223224          esac; \ 
     
    325326            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    326327          done | \ 
    327           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     328          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    328329              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    329330        mkid -fID $$unique 
  • trunk/wxcurl/win32_libcurl/include/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    207207sysconfdir = @sysconfdir@ 
    208208target_alias = @target_alias@ 
     209top_build_prefix = @top_build_prefix@ 
    209210top_builddir = @top_builddir@ 
    210211top_srcdir = @top_srcdir@ 
     
    217218          case '$(am__configure_deps)' in \ 
    218219            *$$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; }; \ 
    221222              exit 1;; \ 
    222223          esac; \ 
     
    324325            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
    325326          done | \ 
    326           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 
     327          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
    327328              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
    328329        mkid -fID $$unique 
  • trunk/wxcurl/win32_libcurl/include/curl/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    195195sysconfdir = @sysconfdir@ 
    196196target_alias = @target_alias@ 
     197top_build_prefix = @top_build_prefix@ 
    197198top_builddir = @top_builddir@ 
    198199top_srcdir = @top_srcdir@ 
     
    205206          case '$(am__configure_deps)' in \ 
    206207            *$$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; }; \ 
    209210              exit 1;; \ 
    210211          esac; \ 
  • trunk/wxcurl/win32_libcurl/lib/Makefile.in

    r453 r525  
    1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 
     1# Makefile.in generated by automake 1.10.2 from Makefile.am. 
    22# @configure_input@ 
    33 
     
    195195sysconfdir = @sysconfdir@ 
    196196target_alias = @target_alias@ 
     197top_build_prefix = @top_build_prefix@ 
    197198top_builddir = @top_builddir@ 
    198199top_srcdir = @top_srcdir@ 
     
    332333          case '$(am__configure_deps)' in \ 
    333334            *$$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; }; \ 
    336337              exit 1;; \ 
    337338          esac; \