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