diff options
author | Nick Clifton <nickc@redhat.com> | 2006-11-22 09:45:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-11-22 09:45:12 +0000 |
commit | 221ca4668b01b2fe675f7734fbb4279c2c9fd0b9 (patch) | |
tree | 153867ef82a074effe09718bf24df8703244b778 /gprof/configure | |
parent | 5ab504f9065efc4b3727333d6f62d8f8a098d5b2 (diff) | |
download | gdb-221ca4668b01b2fe675f7734fbb4279c2c9fd0b9.zip gdb-221ca4668b01b2fe675f7734fbb4279c2c9fd0b9.tar.gz gdb-221ca4668b01b2fe675f7734fbb4279c2c9fd0b9.tar.bz2 |
Add Irish translation for ld and Malay translation for gprof
Diffstat (limited to 'gprof/configure')
-rwxr-xr-x | gprof/configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gprof/configure b/gprof/configure index 6fbd68f..bf42270 100755 --- a/gprof/configure +++ b/gprof/configure @@ -5067,7 +5067,7 @@ fi done -ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga" +ALL_LINGUAS="fr tr sv es id da pt_BR de vi rw ga ms" # If we haven't got the data from the intl directory, # assume NLS is disabled. USE_NLS=no @@ -5077,8 +5077,9 @@ INCINTL= XGETTEXT= GMSGFMT= POSUB= -if test -f ../intl/config.intl; then - . ../intl/config.intl + +if test -f ../intl/config.intl; then + . ../intl/config.intl fi echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 |