Skip to content

Commit

Permalink
* get rid of pearize
Browse files Browse the repository at this point in the history
  • Loading branch information
stigsb committed Jun 7, 2002
1 parent c083784 commit 2bc921c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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, [], [
Expand Down
5 changes: 1 addition & 4 deletions pear/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)

0 comments on commit 2bc921c

Please sign in to comment.