]> granicus.if.org Git - php/commitdiff
* get rid of pearize
authorStig Bakken <ssb@php.net>
Fri, 7 Jun 2002 10:17:25 +0000 (10:17 +0000)
committerStig Bakken <ssb@php.net>
Fri, 7 Jun 2002 10:17:25 +0000 (10:17 +0000)
configure.in
pear/Makefile.frag

index f06410a7650556bf5b77fbb6b6d1529da757aff4..68ce50c993af9d0865a7b2d72c81b9646df623cd 100644 (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, [], [
index ca171320c5daeeabc5b1193afed62dab8ce178bd..c3111d4fae14616ec83a4c87a433fbbb004c74b2 100644 (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)