From 9c1b8a6a3daa0533d849f36f0fe1aeafab41acaa Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 28 Jun 2013 20:10:44 +0000 Subject: [PATCH] Corrigindo empacotamento windows --- configure.ac | 28 ++++++++++++++++------------ po/pt_BR.po | 2 +- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac index 536965a..88560cd 100644 --- a/configure.ac +++ b/configure.ac @@ -393,31 +393,34 @@ if test -z "${REXX_HOME}"; then REXX_HOME="\$(datarootdir)/ooRexx" AC_PATH_TOOL([REXXC], [rexxc], [cp] ) - AC_PATH_TOOL([REXXCONFIG], [oorexx-config], [no]) + AC_PATH_TOOL([REXXCONFIG], [oorexx-config], [no]) PKG_CHECK_MODULES( [REXX], [ooRexx], app_cv_rexx=yes, AC_MSG_NOTICE([No ooRexx on pkg-config.]) ) - if test "$app_cv_rexx" != "yes"; then + if test "$app_cv_rexx" != "yes"; then - if test "$REXXCONFIG" != "no"; then - app_cv_rexx=yes - REXX_CFLAGS=`$REXXCONFIG --cflags` - REXX_LIBS=`$REXXCONFIG --libs` - REXX_HOME=`$REXXCONFIG --prefix`/share/ooRexx - AC_MSG_NOTICE([Got settings from oorexx-config.]) - else - AC_MSG_NOTICE([ooRexx SDK is NOT available.]) + if test "$REXXCONFIG" != "no"; then + app_cv_rexx=yes + REXX_CFLAGS=`$REXXCONFIG --cflags` + REXX_LIBS=`$REXXCONFIG --libs` + REXX_HOME=`$REXXCONFIG --prefix`/share/ooRexx + AC_MSG_NOTICE([Got settings from oorexx-config.]) + else + AC_MSG_NOTICE([ooRexx SDK is NOT available.]) app_cv_rexx="no" - fi - fi + fi + fi else if test -e "${REXX_HOME}/api/oorexxapi.h"; then app_cv_rexx="yes" + AC_MSG_NOTICE([Setting rexx sdk from REXX_HOME]) + REXX_CFLAGS="$CFLAGS -I\"$REXX_HOME/api\"" REXX_LIBS="$LIBS -L\"$REXX_HOME\" -lrexxapi -lrexx" + AC_PATH_TOOL([REXXC], [rexxc], [cp], path="$PATH:$REXX_HOME" ) else @@ -431,6 +434,7 @@ if test "$app_cv_rexx" == "yes"; then AC_DEFINE(HAVE_REXX) AC_DEFINE(HAVE_OOREXXAPI_H) PLUGINS="$PLUGINS rx3270" + AC_MSG_NOTICE([Rexx plugin enabled.]) fi AC_SUBST(REXXC) diff --git a/po/pt_BR.po b/po/pt_BR.po index ff61e7e..ed06a9d 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: 2013-06-28 16:44-0300\n" +"POT-Creation-Date: 2013-06-28 16:57-0300\n" "PO-Revision-Date: 2013-05-08 14:30-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português <>\n" -- libgit2 0.21.2