diff options
author | foobar <sniper@php.net> | 2002-01-09 03:41:48 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-01-09 03:41:48 +0000 |
commit | 6ec98d5d74a80ed7d305da7ef4f046bb44271f19 (patch) | |
tree | dc83cfeefda91a365ce950565279e467920b4dad /configure.in | |
parent | fa41fe864653a1696e5ead5f2e5c3a01b91ba708 (diff) | |
download | php-git-6ec98d5d74a80ed7d305da7ef4f046bb44271f19.tar.gz |
- Fixed the creation of pear-get script.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fa77e0ba99..f7d364df2b 100644 --- a/configure.in +++ b/configure.in @@ -951,7 +951,8 @@ 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 pear/scripts/phptar TSRM/Makefile $PHP_OUTPUT_FILES" +pear/scripts/pearize pear/scripts/phptar pear/scripts/pear-get \ +TSRM/Makefile $PHP_OUTPUT_FILES" AC_OUTPUT($ALL_OUTPUT_FILES, [], [ |