[tor-commits] [tor/master] Include some content when exporting abs_top_srcdir and builddir

nickm at torproject.org nickm at torproject.org
Thu Sep 24 21:07:28 UTC 2015


commit 4b2ae5a16b67c826e63f5b3b7cc23169ac3a4652
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Sep 24 17:06:49 2015 -0400

    Include some content when exporting abs_top_srcdir and builddir
    
    FreeBSD make demands this.
---
 src/test/include.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/include.am b/src/test/include.am
index 0b64299..9f142d5 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -1,8 +1,8 @@
 
 export PYTHON=@PYTHON@
 export SHELL=@SHELL@
-export abs_top_srcdir
-export builddir
+export abs_top_srcdir=@abs_top_srcdir@
+export builddir=@builddir@
 
 TESTSCRIPTS = src/test/test_zero_length_keys.sh
 



More information about the tor-commits mailing list