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