diff options
| author | Sascha Schumann <sas@php.net> | 2002-03-07 14:20:02 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2002-03-07 14:20:02 +0000 |
| commit | 9d9d39a0de3bec962c343051011f5a2ed7d7b242 (patch) | |
| tree | 09eb178e4b55da1d73d059067a5ed96ecb2c6464 /sapi/isapi | |
| parent | 0e17eea049ba7c77351d2166e89524388922ce80 (diff) | |
| download | php-git-9d9d39a0de3bec962c343051011f5a2ed7d7b242.tar.gz | |
Please welcome the new build system.
If you encounter any problems, please make sure to email sas@php.net
directly.
An introduction can be found on
http://schumann.cx/buildv5.txt
Diffstat (limited to 'sapi/isapi')
| -rw-r--r-- | sapi/isapi/Makefile.in | 5 | ||||
| -rw-r--r-- | sapi/isapi/config.m4 | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/sapi/isapi/Makefile.in b/sapi/isapi/Makefile.in deleted file mode 100644 index 34d4bdc15c..0000000000 --- a/sapi/isapi/Makefile.in +++ /dev/null @@ -1,5 +0,0 @@ - -LTLIBRARY_NAME = libsapi.la -LTLIBRARY_SOURCES = php4isapi.c - -include $(top_srcdir)/build/ltlib.mk diff --git a/sapi/isapi/config.m4 b/sapi/isapi/config.m4 index 6bc7a4cc4a..ece730cef9 100644 --- a/sapi/isapi/config.m4 +++ b/sapi/isapi/config.m4 @@ -16,8 +16,7 @@ AC_ARG_WITH(isapi, PHP_BUILD_THREAD_SAFE AC_DEFINE(WITH_ZEUS,1,[ ]) PHP_ADD_INCLUDE($ZEUSPATH/web/include) - PHP_SAPI=isapi - PHP_BUILD_SHARED + PHP_SELECT_SAPI(isapi, shared, php4isapi.c) INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$ZEUSPATH/web/bin/" RESULT=yes ]) |
