diff options
author | Stig Bakken <ssb@php.net> | 2001-08-19 00:34:08 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-08-19 00:34:08 +0000 |
commit | b96e13a99d82d053815513f420c0549e6e131c70 (patch) | |
tree | e169c10dbf2ddedcd608486d823ae8cd03a31395 /configure.in | |
parent | f25c5f09f038f8c383b2b345d902441f0d746737 (diff) | |
download | php-git-b96e13a99d82d053815513f420c0549e6e131c70.tar.gz |
Added "phptar" command as proof that the Archive_Tar class works.
# Great work, Vincent!
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 323512af3c..78810b51ed 100644 --- a/configure.in +++ b/configure.in @@ -923,7 +923,7 @@ PHP_GEN_CONFIG_VARS $php_shtool mkdir -p pear/scripts ALL_OUTPUT_FILES="php4.spec Zend/Makefile main/build-defs.h \ pear/scripts/pear pear/scripts/phpize pear/scripts/php-config \ -pear/scripts/pearize TSRM/Makefile $PHP_OUTPUT_FILES" +pear/scripts/pearize pear/scripts/phptar TSRM/Makefile $PHP_OUTPUT_FILES" AC_OUTPUT($ALL_OUTPUT_FILES, [], [ |