mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
* VPATH work
* add "--local" switch to buildconf which only recrates the local autoconf scripts.
This commit is contained in:
parent
dbccd75b06
commit
4db370ab9c
@ -149,5 +149,7 @@ else
|
||||
echo "buildconf: created or modified configure"
|
||||
fi
|
||||
|
||||
(cd libzend; ./buildconf libzend/)
|
||||
(cd TSRM; ./buildconf TSRM/)
|
||||
if test "$supplied_flag" != "--local"; then
|
||||
(cd libzend; ./buildconf libzend/)
|
||||
(cd TSRM; ./buildconf TSRM/)
|
||||
fi
|
||||
|
@ -741,6 +741,9 @@ AC_SUBST(PHP_LIBS)
|
||||
AC_SUBST(PHP_SAPI)
|
||||
AC_SUBST(SAPI_TARGET)
|
||||
|
||||
test -d sapi || mkdir sapi
|
||||
test -d ext || mkdir ext
|
||||
|
||||
#libphp4.module
|
||||
AC_OUTPUT([Makefile php4.spec $PHP_OUTPUT_FILES
|
||||
scripts/mkextlib regex/Makefile build-defs.h], [], [
|
||||
|
Loading…
Reference in New Issue
Block a user