Commit d991edf9fe56e4d543265639030f6d95f1274854
1 parent
21e969d5
Exists in
master
and in
5 other branches
Opção --disable-strip não estava funcionando corretamente
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
configure.ac
| @@ -237,8 +237,8 @@ fi | @@ -237,8 +237,8 @@ fi | ||
| 237 | 237 | ||
| 238 | AC_ARG_ENABLE([strip],[AS_HELP_STRING([--disable-strip], [disable stripping of binaries])], [ app_cv_strip="$enableval" ],[ app_cv_strip="yes" ]) | 238 | AC_ARG_ENABLE([strip],[AS_HELP_STRING([--disable-strip], [disable stripping of binaries])], [ app_cv_strip="$enableval" ],[ app_cv_strip="yes" ]) |
| 239 | 239 | ||
| 240 | -if test "$app_cv_pic" == "yes"; then | ||
| 241 | - AC_PATH_TOOL([STRIP], [strip], true) | 240 | +if test "$app_cv_strip" == "yes"; then |
| 241 | + AC_PATH_TOOL([STRIP], [strip], "true") | ||
| 242 | AC_SUBST(STRIP) | 242 | AC_SUBST(STRIP) |
| 243 | else | 243 | else |
| 244 | AC_SUBST(STRIP,"true") | 244 | AC_SUBST(STRIP,"true") |
po/pt_BR.po
| @@ -5,7 +5,7 @@ msgid "" | @@ -5,7 +5,7 @@ msgid "" | ||
| 5 | msgstr "" | 5 | msgstr "" |
| 6 | "Project-Id-Version: pw3270 5.0\n" | 6 | "Project-Id-Version: pw3270 5.0\n" |
| 7 | "Report-Msgid-Bugs-To: \n" | 7 | "Report-Msgid-Bugs-To: \n" |
| 8 | -"POT-Creation-Date: 2012-08-13 16:32-0300\n" | 8 | +"POT-Creation-Date: 2012-08-13 16:38-0300\n" |
| 9 | "PO-Revision-Date: 2012-08-13 12:14-0300\n" | 9 | "PO-Revision-Date: 2012-08-13 12:14-0300\n" |
| 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
| 11 | "Language-Team: Português do Brasil <>\n" | 11 | "Language-Team: Português do Brasil <>\n" |