[pyatspi2] Autogenerate location of Python for testrunner



commit 71430ff42b5de9a07bae3c0dafadbe4432854b4c
Author: Mike Gorse <mgorse novell com>
Date:   Thu Nov 25 06:46:01 2010 -0500

    Autogenerate location of Python for testrunner

 configure.ac                                |    1 +
 tests/pyatspi/{testrunner => testrunner.in} |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3d8a1a0..4008a16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,6 +86,7 @@ AC_CONFIG_FILES([Makefile
 		 tests/dummyatk/Makefile
 		 tests/data/Makefile
 		 tests/pyatspi/Makefile
+                 tests/pyatspi/testrunner
 		 tests/pyatspi/pasytest/Makefile
 		 tests/apps/Makefile
 		 pyatspi/Makefile
diff --git a/tests/pyatspi/testrunner b/tests/pyatspi/testrunner.in
similarity index 99%
rename from tests/pyatspi/testrunner
rename to tests/pyatspi/testrunner.in
index 874fe7a..f70a1d9 100755
--- a/tests/pyatspi/testrunner
+++ b/tests/pyatspi/testrunner.in
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! PYTHON@
 
 import gobject
 import dbus



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]