From 85a36111bbed28b1ac2fa30df75aca50c8c50aec Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 26 Aug 2016 12:33:03 +0200 Subject: [PATCH] don't rely on configure.exe being in source packages any more now that configure.bat takes care of printing the help screen itself, there is no compelling reason to ship configure.exe in the source packages any more. consequently, always bootstrap it. Change-Id: I5bf0946549e3c426c1a4a94b1c22f6c0f4b4993c Reviewed-by: Lars Knoll --- configure.bat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.bat b/configure.bat index 4fcf254a59..769cddbd1b 100644 --- a/configure.bat +++ b/configure.bat @@ -48,7 +48,6 @@ set QTDIR=%CD% goto doargs :doneargs -if not exist %QTSRC%.gitignore goto sconf echo Please wait while bootstrapping configure ... for %%C in (clang-cl.exe cl.exe icl.exe g++.exe perl.exe jom.exe) do set %%C=%%~$PATH:C @@ -136,8 +135,5 @@ goto exit :help type %QTSRC%config_help.txt -goto exit -:sconf -%QTSRC%configure.exe %ARGS% :exit