# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1403445875 -32400
# Branch GECKO3110_2014082819_RELBRANCH
# Node ID c63d34a7fea146520a047b65478c73b5ab94d49b
# Parent  140f014b5cdf5345f3e78085351b160d123b8437
l10n support

diff --git a/LANGPACK.mozcfg b/LANGPACK.mozcfg
new file mode 100644
--- /dev/null
+++ b/LANGPACK.mozcfg
@@ -0,0 +1,24 @@
+ac_add_options --enable-application=mail
+ac_add_options --enable-calendar
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-tbird-langpack
+
+ac_add_options --disable-compile-environment
+ac_add_options --with-l10n-base=$topsrcdir/../l10n-release
+
+mk_add_options AUTOCONF=autoconf213
+ac_add_options --disable-tests
+ac_add_options --disable-static
+ac_add_options --enable-optimize
+ac_add_options --disable-cpp-exceptions
+ac_add_options --disable-debug
+ac_add_options --disable-crashreporter
+ac_add_options --enable-printing
+ac_add_options --enable-prebinding
+ac_add_options --enable-macos-target=10.4
+ac_add_options --enable-chrome-format=jar
+ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.4u.sdk
+ac_add_options --enable-tenfourfox-vmx
+ac_add_options --enable-tenfourfox-g5
+ac_add_options --enable-strip
+ac_add_options --enable-install-strip
+ac_add_options --with-system-jpeg
diff --git a/mail/locales/Makefile.in b/mail/locales/Makefile.in
--- a/mail/locales/Makefile.in
+++ b/mail/locales/Makefile.in
@@ -32,17 +32,17 @@
 # These are defaulted to be compatible with the files the wget-en-US target
 # pulls. You may override them if you provide your own files. You _must_
 # override them when MOZ_PKG_PRETTYNAMES is defined - the defaults will not
 # work in that case.
 ZIP_IN ?= $(_ABS_DIST)/$(PACKAGE)
 WIN32_INSTALLER_IN ?= $(_ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe
 RETRIEVE_WINDOWS_INSTALLER = 1
 
-MOZ_LANGPACK_EID=langpack-$(AB_CD)@thunderbird.mozilla.org
+MOZ_LANGPACK_EID=langpack-$(AB_CD)@tenfourbird.sourceforge.jp
 
 PREF_JS_EXPORTS = $(call MERGE_FILE,all-l10n.js)
 
 ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
 MOZ_PKG_MAC_DSSTORE=$(_ABS_DIST)/branding/dsstore
 MOZ_PKG_MAC_BACKGROUND=$(_ABS_DIST)/branding/background.png
 MOZ_PKG_MAC_ICON=$(_ABS_DIST)/branding/disk.icns
 MOZ_PKG_MAC_EXTRA=--symlink "/Applications:/ "
@@ -78,16 +78,19 @@
 
 libs-%:
 	$(NSINSTALL) -D $(DIST)/install
 	@$(MAKE) -C ../../mozilla/toolkit/locales libs-$*
 	@$(MAKE) -C ../../chat/locales AB_CD=$* XPI_NAME=locale-$*
 	@$(MAKE) -C ../../editor/ui/locales AB_CD=$* XPI_NAME=locale-$*
 	@$(MAKE) -C ../../mozilla/extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
 	@$(MAKE) -C ../../mozilla/intl/locales AB_CD=$* XPI_NAME=locale-$*
+ifdef MOZ_CALENDAR
+	@$(MAKE) -C ../../calendar/lightning/locales AB_CD=$* XPI_NAME=locale-$*
+endif
 	@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref
 	@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*
 
 
 # Note the funny extra "../" in SFX_HEADER is because the repackage-zip command
 # is actually run effectively from within the mozilla/ part of the objdir, so
 # topsrcdir points to the wrong place and we have to go one directory higher.
 repackage-win32-installer: WIN32_INSTALLER_OUT="$(_ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe"
