From 80336f5144fb0d1d941a5c419bc20c3e6cc8b059 Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Tue, 10 Aug 2004 11:34:51 +0000 Subject: create php/run-tests.php and export PHP_PATH --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit