• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/djgpp/

Lines Matching refs:echo

1 @echo off

7 echo Configuring GNU libiconv for DJGPP v2.x...
113 echo %1 | grep -q "/"
121 echo %_ARGS% | grep -q "[^ ]"
129 echo --srcdir=%XSRC% > arguments
130 if "%CACHING%" == "enabled" echo --cache-file=%XSRC%/djgpp/config.cache >> arguments
131 if "%DEPENDENCY_TRACKING%" == "enabled" echo --enable-dependency-tracking >> arguments
132 if "%DEPENDENCY_TRACKING%" == "disabled" echo --disable-dependency-tracking >> arguments
133 if "%LIBICONV_PREFIX%" == "enabled" echo --with-libiconv-prefix >> arguments
134 if "%LIBICONV_PREFIX%" == "disabled" echo --without-libiconv-prefix >> arguments
135 if "%LIBINTL_PREFIX%" == "enabled" echo --with-libintl-prefix >> arguments
136 if "%LIBINTL_PREFIX%" == "disabled" echo --without-libintl-prefix >> arguments
137 if "%HTML%" == "enabled" echo --enable-html >> arguments
138 if "%HTML%" == "disabled" echo --disable-html >> arguments
139 if not "%ARGS%" == "" echo %ARGS% >> arguments
162 echo Updating configuration scripts...
293 echo %XSRC% | sed -e "s|^/dev/||" -e "s|/|:|" -e "s|:.*$|:|g" > cd_SrcDir.bat
294 echo %XSRC% | sed -e "s|^/dev/||" -e "s|/|:/|" -e "s|^.*:|cd |" -e "s|^\.\.|cd &|" -e "s|/|\\|g" >> cd_SrcDir.bat
315 echo No SHELL found in the environment, using default value
322 echo No HOME found in the environment, using default value
337 echo No USERNAME and no USER found in the environment, using default values
398 echo --enable-nls --without-included-gettext >> arguments
402 echo Needed libs/tools for NLS not found. Configuring without NLS.
405 echo --disable-nls >> arguments
408 echo Running the ./configure script...
412 echo Done.
416 echo ./configure script editing failed!
420 echo ./configure script exited abnormally!
424 echo Your environment size is too small. Enlarge it and run me again.
425 echo Configuration NOT done!