Home | History | Annotate | Download | only in djgpp

Lines Matching defs:ARGS

34 set ARGS=

52 Rem All other arguments are stored into ARGS.
135 set _ARGS=%ARGS% %1
136 if not "%_ARGS%" == "%ARGS% %1" if not "%_ARGS%" == "%ARGS%%1" goto SmallEnv
138 if not errorlevel 0 set ARGS=%_ARGS%
145 echo --srcdir=%XSRC% > args
146 if "%CACHING%" == "enabled" echo --cache-file=%XSRC%/djgpp/config.cache >> args
147 if "%DEPENDENCY_TRACKING%" == "enabled" echo --enable-dependency-tracking >> args
148 if "%DEPENDENCY_TRACKING%" == "disabled" echo --disable-dependency-tracking >> args
149 if "%LIBICONV_PREFIX%" == "enabled" echo --with-libiconv-prefix >> args
150 if "%LIBICONV_PREFIX%" == "disabled" echo --without-libiconv-prefix >> args
151 if "%LIBINTL_PREFIX%" == "enabled" echo --with-libintl-prefix >> args
152 if "%LIBINTL_PREFIX%" == "disabled" echo --without-libintl-prefix >> args
153 if "%HTML%" == "enabled" echo --enable-html >> args
154 if "%HTML%" == "disabled" echo --disable-html >> args
155 if not "%ARGS%" == "" echo %ARGS% >> args
156 set ARGS=
475 echo --enable-nls --without-included-gettext >> args
482 echo --disable-nls >> args
486 sh ./configure @args
488 rm args