[tor-commits] [user-manual/master] Fix locale discovery in configure

lunar at torproject.org lunar at torproject.org
Thu Mar 5 17:46:59 UTC 2015


commit 05d366bd7840a0ecfa8368786a286b0ff72a0261
Author: Lunar <lunar at 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)



More information about the tor-commits mailing list