aboutsummaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-12-02 14:02:54 +0000
committerNick Clifton <nickc@redhat.com>2002-12-02 14:02:54 +0000
commit7be364cc86080a80bcf39b9313c7694dbcc32294 (patch)
tree5b8cfb8bac2f24bc649fbbb275d80c3b7e685352 /gprof
parent6a51a8a8d34f57a9b88de4961c67d0a4cb7026e3 (diff)
downloadgdb-7be364cc86080a80bcf39b9313c7694dbcc32294.zip
gdb-7be364cc86080a80bcf39b9313c7694dbcc32294.tar.gz
gdb-7be364cc86080a80bcf39b9313c7694dbcc32294.tar.bz2
Add Brazillian Portugese translation.
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog6
-rwxr-xr-xgprof/configure2
-rw-r--r--gprof/configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 40eb831..c1475b2 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-02 Nick Clifton <nickc@redhat.com>
+
+ * configure.in (LINGUAS): Add pt_BR.
+ * configure: Regenerate.
+ * po/pt_BR: New Brazillian Portugese translation.
+
2002-11-30 Alan Modra <amodra@bigpond.net.au>
* basic_blocks.c, basic_blocks.h, cg_arcs.c, cg_dfn.c, cg_print.c,
diff --git a/gprof/configure b/gprof/configure
index 21fffd3..8a38fc3 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -2491,7 +2491,7 @@ fi
done
-ALL_LINGUAS="fr tr sv es id da"
+ALL_LINGUAS="fr tr sv es id da pt_BR"
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:2497: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
diff --git a/gprof/configure.in b/gprof/configure.in
index c69333c..8956171 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -23,7 +23,7 @@ AC_PROG_INSTALL
AC_CHECK_FUNCS(setmode)
-ALL_LINGUAS="fr tr sv es id da"
+ALL_LINGUAS="fr tr sv es id da pt_BR"
CY_GNU_GETTEXT
AM_MAINTAINER_MODE