diff --git a/ChangeLog b/ChangeLog
index deec79dad6bea2b571b440a0f4df9ff320e073ea..e0d6053a75f2398b30c5021636b552ca93eca3c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
 CVS code -
+- configure.ac:
+	- Added pt_BR to ALL_LINGUAS (Jordi).
 
 GNU nano 1.1.10 - 07/25/2002
-- General
+- General:
 	- Translation updates (see po/ChangeLog for details).
 	- Upgraded to gettext 0.11.2 (Jordi).
 	  Removed intl/ entirely, and a few more tweaks by gettextize.
diff --git a/configure.ac b/configure.ac
index e317cafdfc4220f2c84fa8c7ca75b3fcf911e8a5..327a44d620e37533acbe64db33f2a0448a970830 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE(nano, 1.1.10-cvs)
 AM_CONFIG_HEADER(config.h:config.h.in)
 dnl AM_ACLOCAL_INCLUDE(m4)
-ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb ms"
+ALL_LINGUAS="es de fr it id fi hu ca cs gl uk ru sv nn nl da pl nb ms pt_BR"
 
 dnl Checks for programs.
 AC_PROG_CC