X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fatlocal.in;h=9c9f654cc645235c31fe451e2d252aa7b9974b54;hb=a75777916820892493ae797e88dafd62317c00a7;hp=d0149c1e651989aaec7abf0934caa764a3a6068d;hpb=d27ce5292c63d864dfa727e061f63b06ca770e19;p=openvswitch diff --git a/tests/atlocal.in b/tests/atlocal.in index d0149c1e..9c9f654c 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,4 +1,11 @@ # -*- shell-script -*- -PERL='@PERL@' -LCOV='@LCOV@' 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