diff options
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 5 | ||||
-rwxr-xr-x | gprof/configure | 2 | ||||
-rw-r--r-- | gprof/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index b71ad32..bfe1f27 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +2018-03-01 Alan Modra <amodra@gmail.com> + + * configure.ac (ALL_LINGUAS): Add it, ro, ru, uk. Sort. + * configure: Regenerate. + 2018-02-05 Nick Clifton <nickc@redhat.com> * po/pt_BR.po: Updated Brazilian Portuguese translation. diff --git a/gprof/configure b/gprof/configure index 1e25102..58e6b15 100755 --- a/gprof/configure +++ b/gprof/configure @@ -11582,7 +11582,7 @@ fi done -ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms fi nl bg eo ja sr hu" +ALL_LINGUAS="bg da de eo es fi fr ga hu id it ja ms nl pt_BR ro ru rw sr sv tr uk vi" # If we haven't got the data from the intl directory, # assume NLS is disabled. USE_NLS=no diff --git a/gprof/configure.ac b/gprof/configure.ac index 210e45d..97c73bc 100644 --- a/gprof/configure.ac +++ b/gprof/configure.ac @@ -42,7 +42,7 @@ ACX_LARGEFILE AC_CHECK_FUNCS(setmode) -ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms fi nl bg eo ja sr hu" +ALL_LINGUAS="bg da de eo es fi fr ga hu id it ja ms nl pt_BR ro ru rw sr sv tr uk vi" ZW_GNU_GETTEXT_SISTER_DIR AM_PO_SUBDIRS |