File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11@ echo off
22@ setlocal disabledelayedexpansion
3+ set PROMPT = $E[94m+$E[m$S
34set witharg =
45
56for %%I in (%0 ) do if /%%~dpI / == /%CD% \/ (
@@ -23,6 +24,8 @@ echo>%config_make% # CONFIGURE
2324:loop
2425set opt = %1
2526if " %1 " == " " goto :end
27+ if " %1 " == " --debug-configure" (echo on & shift & goto :loop)
28+ if " %1 " == " --no-debug-condigure" (echo off & shift & goto :loop)
2629if " %1 " == " --prefix" goto :prefix
2730if " %1 " == " --srcdir" goto :srcdir
2831if " %1 " == " srcdir" goto :srcdir
@@ -243,7 +246,8 @@ goto :loop ;
243246:opt-dir
244247 set opt = %~2
245248 for %%I in (%opt:; = % ) do (
246- pushd %%I && (
249+ set d = %%I
250+ call pushd %%d :/=\%% && (
247251 call set XINCFLAGS = %%X INCFLAGS%% -I%%C D:\=/%% /include
248252 call set XLDFLAGS = %%X LDFLAGS%% -libpath:%%C D:\=/%% /lib
249253 popd
You can’t perform that action at this time.
0 commit comments