--- embedaddon/php/win32/build/confutils.js 2012/05/29 12:34:34 1.1.1.2 +++ embedaddon/php/win32/build/confutils.js 2013/07/22 01:32:15 1.1.1.3 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.1.1.2 2012/05/29 12:34:34 misho Exp $ +// $Id: confutils.js,v 1.1.1.3 2013/07/22 01:32:15 misho Exp $ var STDOUT = WScript.StdOut; var STDERR = WScript.StdErr; @@ -65,7 +65,7 @@ if (MODE_PHPIZE) { WScript.Quit(10); } } 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"); WScript.Quit(10); } @@ -74,7 +74,7 @@ if (MODE_PHPIZE) { var CWD = WshShell.CurrentDirectory; 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 */