Lines Matching full:echo
1 @echo off
23 echo Configuring Bison for DJGPP v2.x...
130 echo %1 | grep -q "/"
138 echo %_ARGS% | grep -q "[^ ]"
146 echo --srcdir=%XSRC% > arguments
147 if "%CACHING%" == "enabled" echo --cache-file=%XSRC%/djgpp/config.cache >> arguments
148 if "%DEPENDENCY_TRACKING%" == "enabled" echo --enable-dependency-tracking >> arguments
149 if "%DEPENDENCY_TRACKING%" == "disabled" echo --disable-dependency-tracking >> arguments
150 if "%LIBICONV_PREFIX%" == "enabled" echo --with-libiconv-prefix >> arguments
151 if "%LIBICONV_PREFIX%" == "disabled" echo --without-libiconv-prefix >> arguments
152 if "%LIBINTL_PREFIX%" == "enabled" echo --with-libintl-prefix >> arguments
153 if "%LIBINTL_PREFIX%" == "disabled" echo --without-libintl-prefix >> arguments
154 if "%HTML%" == "enabled" echo --enable-html >> arguments
155 if "%HTML%" == "disabled" echo --disable-html >> arguments
156 if not "%ARGS%" == "" echo %ARGS% >> arguments
173 echo Updating configuration scripts...
232 echo Editing config.hin...
336 echo No SHELL found in the environment, using default value
343 echo No HOME found in the environment, using default value
358 echo No USERNAME and no USER found in the environment, using default values
416 echo --enable-nls --without-included-gettext >> arguments
420 echo Needed libs/tools for NLS not found. Configuring without NLS.
423 echo --disable-nls >> arguments
426 echo Running the ./configure script...
430 echo Done.
434 echo ./data/lalr1.cc file editing failed!
438 echo ./data/glr.cc file editing failed!
442 echo ./data/location.cc file editing failed!
446 echo ./examples/calcxx file editing failed!
450 echo ./scanner file editing failed!
454 echo ./configure script editing failed!
458 echo ./config.hin editing failed!
462 echo ./configure script exited abnormally!
466 echo Your environment size is too small. Enlarge it and run me again.
467 echo Configuration NOT done!