Bug 774947 - Updated mozconfigs for l10n (NPOTB) - r=aki

This commit is contained in:
Chris Cooper 2013-02-13 18:51:11 -05:00
parent 987a19062c
commit cf9a39264b
4 changed files with 8 additions and 5 deletions

View File

@ -7,5 +7,6 @@ ac_add_options --enable-stdcxx-compat
. $topsrcdir/build/unix/mozconfig.linux
export MOZILLA_OFFICIAL=1
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -7,5 +7,6 @@ ac_add_options --enable-stdcxx-compat
. $topsrcdir/build/unix/mozconfig.linux
export MOZILLA_OFFICIAL=1
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -1,12 +1,11 @@
. "$topsrcdir/browser/config/mozconfigs/common"
ac_add_options --with-l10n-base=../../l10n-central
if [ "${MOZ_UPDATE_CHANNEL}" = "release" -o "${MOZ_UPDATE_CHANNEL}" = "beta" ]; then
fi
ac_add_options --with-l10n-base=../../../l10n-central
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-update-packaging
ac_add_options --with-macbundlename-prefix=Firefox
ac_add_options --with-ccache
export MOZILLA_OFFICIAL=1
. "$topsrcdir/build/mozconfig.common.override"

View File

@ -4,6 +4,8 @@ ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-update-packaging
ac_add_options --with-l10n-base=../../l10n-central
export MOZILLA_OFFICIAL=1
if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
. $topsrcdir/build/win32/mozconfig.vs2010-win64
else