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/phttpd | |
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/phttpd')
-rw-r--r-- | sapi/phttpd/Makefile.in | 5 | ||||
-rw-r--r-- | sapi/phttpd/config.m4 | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/sapi/phttpd/Makefile.in b/sapi/phttpd/Makefile.in deleted file mode 100644 index 3fa62790f1..0000000000 --- a/sapi/phttpd/Makefile.in +++ /dev/null @@ -1,5 +0,0 @@ - -LTLIBRARY_NAME = libsapi.la -LTLIBRARY_SOURCES = phttpd.c - -include $(top_srcdir)/build/ltlib.mk diff --git a/sapi/phttpd/config.m4 b/sapi/phttpd/config.m4 index d3d3c6d665..75c6d66891 100644 --- a/sapi/phttpd/config.m4 +++ b/sapi/phttpd/config.m4 @@ -14,8 +14,7 @@ AC_ARG_WITH(phttpd, PHTTPD_DIR=$withval PHP_ADD_INCLUDE($PHTTPD_DIR/include) AC_DEFINE(HAVE_PHTTPD,1,[Whether you have phttpd]) - PHP_SAPI=phttpd - PHP_BUILD_SHARED + PHP_SELECT_SAPI(phttpd, shared, phttpd.c) INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHTTPD_DIR/modules/" RESULT=yes ]) |