diff options
author | Sascha Schumann <sas@php.net> | 1999-09-29 21:49:32 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-29 21:49:32 +0000 |
commit | 4db370ab9c8a728b0abe13683f1776a36be4b270 (patch) | |
tree | 1d022fae46ee47a563e3501d04e6164fcca54016 /configure.in | |
parent | dbccd75b06d5943fa180eec712e460151702b076 (diff) | |
download | php-git-4db370ab9c8a728b0abe13683f1776a36be4b270.tar.gz |
* VPATH work
* add "--local" switch to buildconf which only recrates the local
autoconf scripts.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 13887eb562..c9b3f100f3 100644 --- a/configure.in +++ b/configure.in @@ -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], [], [ |