
5 Mar
2015
5 Mar
'15
5:46 p.m.
commit 05d366bd7840a0ecfa8368786a286b0ff72a0261 Author: Lunar <lunar@torproject.org> Date: Thu Mar 5 18:46:30 2015 +0100 Fix locale discovery in configure --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 714740d..b0edfae 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,8 @@ TOR_BROWSER_VERSION=$(eval $(GIT_DIR=${tor_browser_bundle_dir}/.git $GET_TB_VERS if test "x$TOR_BROWSER_VERSION" = "x"; then AC_MSG_ERROR([Couldn't determine Tor Browser version.]) fi + +VERSIONS_PATH="${tor_browser_bundle_dir}/gitian/versions" TOR_BROWSER_BUNDLE_LOCALES=$(. "$VERSIONS_PATH"; echo "$BUNDLE_LOCALES") AC_SUBST(TOR_BROWSER_VERSION)