X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fatlocal.in;h=9c9f654cc645235c31fe451e2d252aa7b9974b54;hb=045b2e5c77d02cd0d7bba046e2dbed72ec4828c8;hp=1328d4a4819353e7f96f2248d0bcfd1c187d6191;hpb=1b233b95b5907a242ee453cbea3ad4bc4cd4fec2;p=openvswitch diff --git a/tests/atlocal.in b/tests/atlocal.in index 1328d4a4..9c9f654c 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,2 +1,11 @@ # -*- shell-script -*- +HAVE_OPENSSL='@HAVE_OPENSSL@' +HAVE_PYTHON='@HAVE_PYTHON@' PERL='@PERL@' +PYTHON='@PYTHON@' + +PYTHONPATH=$PYTHONPATH:$abs_top_srcdir/python +export PYTHONPATH + +PYTHONIOENCODING=utf_8 +export PYTHONIOENCODING