From 8e3cb152bca65da6ecbdcef5c5cbc6b11d0a8e28 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 18 Jun 2015 23:53:50 +0000 Subject: [PATCH] Removendo warnings --- configure.ac | 4 ++++ po/pt_BR.po | 2 +- pw3270.cbp | 16 ++++++++++++++++ src/java/Makefile.in | 10 +++++----- src/java/field.cc | 6 +++--- src/java/plugin.cc | 2 +- src/lib3270/util.c | 40 +++++++++++++++++++++++++++++----------- 7 files changed, 59 insertions(+), 21 deletions(-) diff --git a/configure.ac b/configure.ac index ce892d3..74190ce 100644 --- a/configure.ac +++ b/configure.ac @@ -340,6 +340,7 @@ if test "$app_cv_java" = "yes" ; then fi if test "$app_cv_java" = "yes" ; then + AC_PATH_TOOL([JAVA], [java], [no], [$JDK_HOME/bin:$JRE_HOME/bin:$PATH]) AC_PATH_TOOL([JAVAC], [javac], [no], [$JDK_HOME/bin:$JRE_HOME/bin:$PATH]) AC_PATH_TOOL([JAVAH], [javah], [no], [$JDK_HOME/bin:$JRE_HOME/bin:$PATH]) @@ -348,6 +349,9 @@ if test "$app_cv_java" = "yes" ; then EXTENSIONS="$EXTENSIONS java" PLUGINS="$PLUGINS j3270" +else + + AC_MSG_NOTICE([jdk is NOT present or disabled.]) fi diff --git a/po/pt_BR.po b/po/pt_BR.po index eea3d3a..7c70c4f 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: 2015-06-18 14:22-0300\n" +"POT-Creation-Date: 2015-06-18 19:51-0300\n" "PO-Revision-Date: 2014-02-17 08:05-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Portugues <>\n" diff --git a/pw3270.cbp b/pw3270.cbp index 84c41ad..d45a25c 100644 --- a/pw3270.cbp +++ b/pw3270.cbp @@ -110,6 +110,10 @@