diff options
author | David Soria Parra <dsp@php.net> | 2013-03-20 15:16:24 +0100 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2013-03-20 15:17:53 +0100 |
commit | 52171aeaf41545205fb960e1a01d4dd33d09137b (patch) | |
tree | 45186c606f15855cb53bf0aea46ac77c5f7c114a /makedist | |
parent | 66b4e5cdec09782b3036a9c86250b09f6d22f521 (diff) | |
download | php-git-52171aeaf41545205fb960e1a01d4dd33d09137b.tar.gz |
Allow local override of PHPROOT in makedist
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -35,7 +35,10 @@ if test "${1}" = "1" -a "${2}" -lt "28"; then fi IFS="$old_IFS" -PHPROOT=git@git.php.net:php-src.git +if test "$PHPROOTx" == "x"; then + PHPROOT=git@git.php.net:php-src.git; +fi + LT_TARGETS='ltconfig ltmain.sh config.guess config.sub' if echo '\c' | grep -s c >/dev/null 2>&1 |