Commit d4c78f2c0f0db5cb186abdf0d752066e8c455240
1 parent
d0eceea1
Exists in
master
and in
5 other branches
Incluindo teste pela presença do ooRexx novo
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -402,6 +402,8 @@ fi |
402 | 402 | |
403 | 403 | if test "$app_cv_rexx" == "yes"; then |
404 | 404 | AC_DEFINE(HAVE_REXX) |
405 | + AC_CHECK_HEADER(oorexxapi.h, AC_DEFINE(HAVE_OOREXXAPI_H)) | |
406 | + | |
405 | 407 | AC_PATH_TOOL([REXXC], [rexxc], [cp], `$REXXCONFIG --prefix`/bin ) |
406 | 408 | PLUGINS="$PLUGINS rx3270" |
407 | 409 | REXX_CFLAGS="$CFLAGS `$REXXCONFIG --cflags`" | ... | ... |
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: 2013-03-12 11:09-0300\n" | |
8 | +"POT-Creation-Date: 2013-03-14 14:10-0300\n" | |
9 | 9 | "PO-Revision-Date: 2013-03-12 11:29-0300\n" |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Português <>\n" | ... | ... |