...
|
...
|
@@ -8,12 +8,12 @@ AC_ARG_WITH(tor-browser-bundle,
|
8
|
8
|
AC_HELP_STRING([--with-tor-browser-bundle=PROGRAM],
|
9
|
9
|
[location of the clone of tor-browser-bundle.git]),
|
10
|
10
|
[tor_browser_bundle_dir=$withval])
|
11
|
|
-GET_TB_VERSION="${tor_browser_bundle_dir}/gitian/get-tb-version alpha"
|
|
11
|
+GET_TB_VERSION="${tor_browser_bundle_dir}/gitian/get-tb-version"
|
12
|
12
|
if ! test -x "$GET_TB_VERSION"; then
|
13
|
13
|
AC_MSG_ERROR([Please clone tor-browser-bundle.git and specify its location using --with-tor-browser-bundle])
|
14
|
14
|
fi
|
15
|
15
|
|
16
|
|
-TOR_BROWSER_VERSION=$(eval $(GIT_DIR=${tor_browser_bundle_dir}/.git $GET_TB_VERSION); echo "$TORBROWSER_VERSION")
|
|
16
|
+TOR_BROWSER_VERSION=$(eval $(GIT_DIR=${tor_browser_bundle_dir}/.git $GET_TB_VERSION alpha); echo "$TORBROWSER_VERSION")
|
17
|
17
|
if test "x$TOR_BROWSER_VERSION" = "x"; then
|
18
|
18
|
AC_MSG_ERROR([Couldn't determine Tor Browser version.])
|
19
|
19
|
fi
|