5 sh -c 'if test $PATH_SEPARATOR = ";"; then exit 1; fi'
6 if ERRORLEVEL 1 goto path_sep_ok
8 echo Make sure the environment variable PATH_SEPARATOR=; while building perl!
9 echo Please check your DJGPP.ENV!
13 sh -c 'if test $PATH_EXPAND = "Y" -o $PATH_EXPAND = "y"; then exit 1; fi'
14 if ERRORLEVEL 1 goto path_exp_ok
16 echo Make sure the environment variable PATH_EXPAND=Y while building perl!
17 echo Please check your DJGPP.ENV!
21 sh -c '$SHELL -c "exit 128"'
22 if ERRORLEVEL 128 goto shell_ok
25 echo The SHELL environment variable must be set to the full path of your sh.exe!
29 sh -c 'if test ! -d /tmp; then mkdir /tmp; fi'
30 cp djgpp.[hc] config.over ..
35 echo Running Configure...
36 sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9