From: David Soria Parra Date: Wed, 20 Mar 2013 14:16:24 +0000 (+0100) Subject: Allow local override of PHPROOT in makedist X-Git-Tag: php-5.5.0beta2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52171aeaf41545205fb960e1a01d4dd33d09137b;p=php Allow local override of PHPROOT in makedist --- diff --git a/makedist b/makedist index bce40a9488..f5823d3925 100755 --- a/makedist +++ b/makedist @@ -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