* get rid of pearize

This commit is contained in:
Stig Bakken 2002-06-07 10:17:25 +00:00
parent c083784023
commit 2bc921c60a
2 changed files with 2 additions and 6 deletions

View File

@ -1135,8 +1135,7 @@ PHP_GEN_GLOBAL_MAKEFILE
$php_shtool mkdir -p pear/scripts
ALL_OUTPUT_FILES="php4.spec main/build-defs.h \
pear/scripts/pear pear/scripts/phpize pear/scripts/php-config \
pear/scripts/pearize pear/scripts/phptar \
pear/scripts/phpize pear/scripts/php-config \
$PHP_OUTPUT_FILES"
AC_OUTPUT($ALL_OUTPUT_FILES, [], [

View File

@ -123,7 +123,7 @@ BUILD_FILES = \
scan_makefile_in.awk \
acinclude.m4
bin_SCRIPTS = phpize php-config pear pearize phptar
bin_SCRIPTS = phpize php-config pear phptar
install-build:
@echo "Installing build environment"
@ -176,8 +176,5 @@ $(builddir)/scripts/phpize: $(srcdir)/scripts/phpize.in $(top_builddir)/config.s
$(builddir)/scripts/phptar: $(srcdir)/scripts/phptar.in $(top_builddir)/config.status
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
$(builddir)/scripts/pearize: $(srcdir)/scripts/pearize.in $(top_builddir)/config.status
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
$(builddir)/scripts/php-config: $(srcdir)/scripts/php-config.in $(top_builddir)/config.status
(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)