summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-10 11:34:51 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-08-10 11:34:51 +0000
commit80336f5144fb0d1d941a5c419bc20c3e6cc8b059 (patch)
tree2f35535a9cce990d8fbbffb06d8f593e85015e02 /configure.ac
parentf311e9e0d634e5e0b11e0a353cdacb01682ec545 (diff)
downloadlasso-80336f5144fb0d1d941a5c419bc20c3e6cc8b059.tar.gz
lasso-80336f5144fb0d1d941a5c419bc20c3e6cc8b059.tar.xz
lasso-80336f5144fb0d1d941a5c419bc20c3e6cc8b059.zip
create php/run-tests.php and export PHP_PATH
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 171aade1..bfffc7bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,6 +141,7 @@ AC_CHECK_PROGS(JAVAH, gcjh javah)
AC_CHECK_PROGS(JAR, fastjar jar)
AC_CHECK_PROGS(PYTHON, python)
AC_CHECK_PROGS(PHP, php)
+AC_PATH_PROGS(PHP_PATH, php)
AC_CHECK_PROG(PHP_CONFIG, php-config, php-config)
AC_CHECK_PROGS(SWIG, swig)
@@ -523,6 +524,7 @@ python/protocols/elements/Makefile
python/tests/Makefile
python/xml/Makefile
php/Makefile
+php/run-tests.php
php/environs/Makefile
php/xml/Makefile
php/tests/Makefile