diff options
-rw-r--r-- | gprof/ChangeLog | 6 | ||||
-rwxr-xr-x | gprof/configure | 2 | ||||
-rw-r--r-- | gprof/configure.in | 2 |
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 |