diff options
author | Sascha Schumann <sas@php.net> | 1999-09-29 22:18:43 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-29 22:18:43 +0000 |
commit | cf4afd61f0e426e68543709de9e6faa3c3c6d936 (patch) | |
tree | 343f885309602086a81bde061d9ea29f6572f405 /ext/pcre/config.m4 | |
parent | 4db370ab9c8a728b0abe13683f1776a36be4b270 (diff) | |
download | php-git-cf4afd61f0e426e68543709de9e6faa3c3c6d936.tar.gz |
* create Makefiles for ext, pcrelib, sapi/*
* copy files for Apache from $(srcdir)
Diffstat (limited to 'ext/pcre/config.m4')
-rw-r--r-- | ext/pcre/config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4 index 7c01193fdc..2480ff7e6a 100644 --- a/ext/pcre/config.m4 +++ b/ext/pcre/config.m4 @@ -21,6 +21,7 @@ AC_ARG_WITH(pcre-regex, AC_DEFINE(HAVE_BUNDLED_PCRE, 1) AC_MSG_RESULT(yes) PHP_EXTENSION(pcre) + PHP_OUTPUT(ext/pcre/pcrelib/Makefile) ;; *) if test -f $withval/pcre.h ; then @@ -55,5 +56,6 @@ AC_ARG_WITH(pcre-regex, AC_DEFINE(HAVE_BUNDLED_PCRE, 1) AC_MSG_RESULT(yes) PHP_EXTENSION(pcre) + PHP_OUTPUT(ext/pcre/pcrelib/Makefile) ]) AC_SUBST(PCRE_SUBDIR) |