diff --git a/configure.ac b/configure.ac index deb6806..1a6a6e0 100644 --- a/configure.ac +++ b/configure.ac @@ -346,11 +346,19 @@ fi AC_SUBST(PHPCONFIG) -AC_ARG_WITH([rexxconfig], [AS_HELP_STRING([--with-rexx-config], [Path to oorexx-config tool])], [ REXXCONFIG="$withval" ],[ AC_PATH_TOOL(REXXCONFIG, oorexx-config, , $PATH) ]) +AC_ARG_ENABLE([rexx],[AS_HELP_STRING([--disable-rexx], [Disable rexx scripting support])],[ app_cv_rexx="$enableval" ],[ app_cv_rexx="yes" ]) -if test -z "${REXXCONFIG}"; then - AC_MSG_NOTICE([Program oorexx-config not found. Use --with-rexx-config=path to specify absolute path to the oorexx-config tool.]) -else +if test "$app_cv_rexx" == "yes"; then + AC_ARG_WITH([rexxconfig], [AS_HELP_STRING([--with-rexx-config], [Path to oorexx-config tool])], [ REXXCONFIG="$withval" ],[ AC_PATH_TOOL(REXXCONFIG, oorexx-config, , $PATH) ]) + + if test -z "${REXXCONFIG}"; then + AC_MSG_NOTICE([Program oorexx-config not found. Use --with-rexx-config=path to specify absolute path to the oorexx-config tool.]) + app_cv_rexx="no" + fi +fi + + +if test "$app_cv_rexx" == "yes"; then AC_DEFINE(HAVE_REXX) AC_PATH_TOOL([REXXC], [rexxc], [cp], `$REXXCONFIG --prefix`/bin ) PLUGINS="$PLUGINS rx3270" diff --git a/po/pt_BR.po b/po/pt_BR.po index d019a44..4a7c7f9 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-10-31 07:43-0200\n" +"POT-Creation-Date: 2012-11-05 11:23-0200\n" "PO-Revision-Date: 2012-10-31 07:44-0200\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" @@ -43,32 +43,32 @@ msgstr "Ação %s precisa do atributo src" msgid "%s requires GTK version %d.%d.%d" msgstr "%s requer GTK versão %d.%d.%d" -#: kybd.c:2678 +#: kybd.c:2689 #, c-format msgid "%s: Bell not supported" msgstr "%s: Alerta sonoro não suportado" -#: kybd.c:2837 +#: kybd.c:2848 #, c-format msgid "%s: Missing hex digits after \\x" msgstr "%s: Faltando dígitos hexadecimais após \\x" -#: kybd.c:2777 +#: kybd.c:2788 #, c-format msgid "%s: Unknown character after \\p" msgstr "%s: Unknown character after \\p" -#: kybd.c:2813 +#: kybd.c:2824 #, c-format msgid "%s: Unknown character after \\pa" msgstr "%s: Unknown character after \\pa" -#: kybd.c:2791 +#: kybd.c:2802 #, c-format msgid "%s: Unknown character after \\pf" msgstr "%s: Unknown character after \\pf" -#: kybd.c:2729 +#: kybd.c:2740 #, c-format msgid "%s: Vertical tab not supported" msgstr "%s: Tabulação verticao não suportada" @@ -1659,12 +1659,12 @@ msgstr "Unknown 3270 Data Stream command: 0x%X" msgid "Unknown FT control code from host" msgstr "Servidor enviou código de controle FT desconhecido" -#: kybd.c:2427 +#: kybd.c:2438 #, c-format msgid "Unknown PA key %d" msgstr "PA %d desconhecida" -#: kybd.c:2442 +#: kybd.c:2453 #, c-format msgid "Unknown PF key %d" msgstr "PF %d desconhecida" -- libgit2 0.21.2