mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Made it possible to do "make test" for phpized extensions
This commit is contained in:
parent
0f2986fe9d
commit
ee5fd96e37
7 changed files with 30 additions and 14 deletions
|
@ -18,6 +18,7 @@ AC_DEFUN([PHP_WITH_PHP_CONFIG],[
|
|||
prefix=`$PHP_CONFIG --prefix 2>/dev/null`
|
||||
INCLUDES=`$PHP_CONFIG --includes 2>/dev/null`
|
||||
EXTENSION_DIR=`$PHP_CONFIG --extension-dir`
|
||||
PHP_EXECUTABLE=`$PHP_CONFIG --php-binary`
|
||||
|
||||
if test -z "$prefix"; then
|
||||
AC_MSG_ERROR(Cannot find php-config. Please use --with-php-config=PATH)
|
||||
|
@ -99,6 +100,7 @@ PHP_SUBST(CPPFLAGS)
|
|||
PHP_SUBST(CXX)
|
||||
PHP_SUBST(CXXFLAGS)
|
||||
PHP_SUBST(EXTENSION_DIR)
|
||||
PHP_SUBST(PHP_EXECUTABLE)
|
||||
PHP_SUBST(EXTRA_LDFLAGS)
|
||||
PHP_SUBST(EXTRA_LIBS)
|
||||
PHP_SUBST(INCLUDES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue