Commit ddcf2265ecc3b5194c79628287f90f6bf8aa2d63

Authored by perry.werneck@gmail.com
1 parent 2e47dd72

Plugin rexx feito para a versão nova causou problemas no empacotamento windows, …

…desativando temporariamente
Showing 2 changed files with 21 additions and 13 deletions   Show diff stats
configure.ac
... ... @@ -346,11 +346,19 @@ fi
346 346  
347 347 AC_SUBST(PHPCONFIG)
348 348  
349   -AC_ARG_WITH([rexxconfig], [AS_HELP_STRING([--with-rexx-config], [Path to oorexx-config tool])], [ REXXCONFIG="$withval" ],[ AC_PATH_TOOL(REXXCONFIG, oorexx-config, , $PATH) ])
  349 +AC_ARG_ENABLE([rexx],[AS_HELP_STRING([--disable-rexx], [Disable rexx scripting support])],[ app_cv_rexx="$enableval" ],[ app_cv_rexx="yes" ])
350 350  
351   -if test -z "${REXXCONFIG}"; then
352   - AC_MSG_NOTICE([Program oorexx-config not found. Use --with-rexx-config=path to specify absolute path to the oorexx-config tool.])
353   -else
  351 +if test "$app_cv_rexx" == "yes"; then
  352 + AC_ARG_WITH([rexxconfig], [AS_HELP_STRING([--with-rexx-config], [Path to oorexx-config tool])], [ REXXCONFIG="$withval" ],[ AC_PATH_TOOL(REXXCONFIG, oorexx-config, , $PATH) ])
  353 +
  354 + if test -z "${REXXCONFIG}"; then
  355 + AC_MSG_NOTICE([Program oorexx-config not found. Use --with-rexx-config=path to specify absolute path to the oorexx-config tool.])
  356 + app_cv_rexx="no"
  357 + fi
  358 +fi
  359 +
  360 +
  361 +if test "$app_cv_rexx" == "yes"; then
354 362 AC_DEFINE(HAVE_REXX)
355 363 AC_PATH_TOOL([REXXC], [rexxc], [cp], `$REXXCONFIG --prefix`/bin )
356 364 PLUGINS="$PLUGINS rx3270"
... ...
po/pt_BR.po
... ... @@ -5,7 +5,7 @@ msgid ""
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2012-10-31 07:43-0200\n"
  8 +"POT-Creation-Date: 2012-11-05 11:23-0200\n"
9 9 "PO-Revision-Date: 2012-10-31 07:44-0200\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Português <>\n"
... ... @@ -43,32 +43,32 @@ msgstr &quot;Ação %s precisa do atributo src&quot;
43 43 msgid "%s requires GTK version %d.%d.%d"
44 44 msgstr "%s requer GTK versão %d.%d.%d"
45 45  
46   -#: kybd.c:2678
  46 +#: kybd.c:2689
47 47 #, c-format
48 48 msgid "%s: Bell not supported"
49 49 msgstr "%s: Alerta sonoro não suportado"
50 50  
51   -#: kybd.c:2837
  51 +#: kybd.c:2848
52 52 #, c-format
53 53 msgid "%s: Missing hex digits after \\x"
54 54 msgstr "%s: Faltando dígitos hexadecimais após \\x"
55 55  
56   -#: kybd.c:2777
  56 +#: kybd.c:2788
57 57 #, c-format
58 58 msgid "%s: Unknown character after \\p"
59 59 msgstr "%s: Unknown character after \\p"
60 60  
61   -#: kybd.c:2813
  61 +#: kybd.c:2824
62 62 #, c-format
63 63 msgid "%s: Unknown character after \\pa"
64 64 msgstr "%s: Unknown character after \\pa"
65 65  
66   -#: kybd.c:2791
  66 +#: kybd.c:2802
67 67 #, c-format
68 68 msgid "%s: Unknown character after \\pf"
69 69 msgstr "%s: Unknown character after \\pf"
70 70  
71   -#: kybd.c:2729
  71 +#: kybd.c:2740
72 72 #, c-format
73 73 msgid "%s: Vertical tab not supported"
74 74 msgstr "%s: Tabulação verticao não suportada"
... ... @@ -1659,12 +1659,12 @@ msgstr &quot;Unknown 3270 Data Stream command: 0x%X&quot;
1659 1659 msgid "Unknown FT control code from host"
1660 1660 msgstr "Servidor enviou código de controle FT desconhecido"
1661 1661  
1662   -#: kybd.c:2427
  1662 +#: kybd.c:2438
1663 1663 #, c-format
1664 1664 msgid "Unknown PA key %d"
1665 1665 msgstr "PA %d desconhecida"
1666 1666  
1667   -#: kybd.c:2442
  1667 +#: kybd.c:2453
1668 1668 #, c-format
1669 1669 msgid "Unknown PF key %d"
1670 1670 msgstr "PF %d desconhecida"
... ...