summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-11-22 11:00:53 +0000
committerStig Bakken <ssb@php.net>1999-11-22 11:00:53 +0000
commit541087d17a6c55e8d42d73f06f3886b12fe82504 (patch)
tree6688eaf6f10f889260c55f3e34c0f304b592dcf0 /configure.in
parentbe6dde2639b82768054928fef97591772bad9c3e (diff)
downloadphp-git-541087d17a6c55e8d42d73f06f3886b12fe82504.tar.gz
@Introduced PECL - PHP Extension and Code Library (prounounced "picke")
Introduced PECL - PHP Extension and Code Library (prounounced "picke"), in the "pecl" subdir. "make install" will now install the database abstraction layer in PREFIX/lib/php. I hereby dedicate this part of PHP to my daughter-of-yesterday Malin. :-)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f9782e9c98..22de9d3452 100644
--- a/configure.in
+++ b/configure.in
@@ -689,7 +689,8 @@ AC_SUBST(PHP_SAPI)
AC_SUBST(INSTALL_IT)
#libphp4.module
-AC_OUTPUT([Makefile php4.spec ext/Makefile sapi/Makefile $PHP_OUTPUT_FILES
+AC_OUTPUT([Makefile php4.spec ext/Makefile sapi/Makefile pecl/Makefile
+ $PHP_OUTPUT_FILES
scripts/mkextlib regex/Makefile build-defs.h], [], [
if test ! -f $srcdir/ext/bcmath/number.c; then