commit aad3e6e5f9fad517bae0343ee3508472c0cb265b Author: Colin Childs colin@torproject.org Date: Thu Aug 31 04:58:32 2017 -0500
Fix build issue with get-tb-version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index b0edfae..b044202 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_ARG_WITH(tor-browser-bundle, AC_HELP_STRING([--with-tor-browser-bundle=PROGRAM], [location of the clone of tor-browser-bundle.git]), [tor_browser_bundle_dir=$withval]) -GET_TB_VERSION="${tor_browser_bundle_dir}/gitian/get-tb-version" +GET_TB_VERSION="${tor_browser_bundle_dir}/gitian/get-tb-version alpha" if ! test -x "$GET_TB_VERSION"; then AC_MSG_ERROR([Please clone tor-browser-bundle.git and specify its location using --with-tor-browser-bundle]) fi
tor-commits@lists.torproject.org