Diff for /embedaddon/php/win32/build/confutils.js between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:34:34 version 1.1.1.3, 2013/07/22 01:32:15
Line 65  if (MODE_PHPIZE) {  Line 65  if (MODE_PHPIZE) { 
                 WScript.Quit(10);                  WScript.Quit(10);
         }          }
 } else {  } else {
        if (!FSO.FileExists("README.SVN-RULES")) {         if (!FSO.FileExists("README.GIT-RULES")) {
                 STDERR.WriteLine("Must be run from the root of the php source");                  STDERR.WriteLine("Must be run from the root of the php source");
                 WScript.Quit(10);                  WScript.Quit(10);
         }          }
Line 74  if (MODE_PHPIZE) {  Line 74  if (MODE_PHPIZE) { 
 var CWD = WshShell.CurrentDirectory;  var CWD = WshShell.CurrentDirectory;
   
 if (typeof(CWD) == "undefined") {  if (typeof(CWD) == "undefined") {
        CWD = FSO.GetParentFolderName(FSO.GetAbsolutePathName("README.SVN-RULES"));         CWD = FSO.GetParentFolderName(FSO.GetAbsolutePathName("README.GIT-RULES"));
 }  }
   
 /* defaults; we pick up the precise versions from configure.in */  /* defaults; we pick up the precise versions from configure.in */

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>