summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-04 05:25:04 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-04 12:10:50 +0100
commit1c32d751c7cb2abf26b1589f26c80558597e489b (patch)
tree58e73c9951f3ae7bf6ace1c09f6fd524b429900a /scripts
parentcb1f63f42280c071bc68dda6a1a9ea4d9de16a1a (diff)
downloadphp-git-1c32d751c7cb2abf26b1589f26c80558597e489b.tar.gz
Remove mkinstalldirs, install-sh and missing
These scripts are part of Automake [1] and are in current *nix build system not used anymore nor empty files need to be created. [1] https://www.gnu.org/software/automake/manual/html_node/Auxiliary-Programs.html
Diffstat (limited to 'scripts')
-rw-r--r--scripts/phpize.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in
index 01366a3589..7db2386e6a 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -11,8 +11,8 @@ SED="@SED@"
FILES_BUILD="shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 pkg.m4 config.guess config.sub ltmain.sh"
FILES="acinclude.m4 Makefile.global run-tests*.php"
-CLEAN_FILES="$FILES *.o *.lo *.la .libs/ build/ modules/ install-sh \
- mkinstalldirs missing config.nice configure configure.ac \
+CLEAN_FILES="$FILES *.o *.lo *.la .libs/ build/ modules/ \
+ config.nice configure configure.ac \
aclocal.m4 config.h config.h.in conftest* libtool config.cache autom4te.cache/ \
config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \
run-tests*.php tests/*.diff tests/*.exp tests/*.log tests/*.out tests/*.php"
@@ -196,8 +196,6 @@ case "$1" in
phpize_replace_prefix
- touch install-sh mkinstalldirs missing
-
phpize_check_shtool
phpize_check_autotools