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 <lars.knoll@qt.io>
This commit is contained in:
Oswald Buddenhagen 2016-08-26 12:33:03 +02:00
parent d2f6f66a03
commit 85a36111bb

View File

@ -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