if "%XSRC%" == "." goto InPlace\r
\r
:NotInPlace\r
-redir -e /dev/null update %XSRC%/configure.orig ./configure\r
+redir -e /dev/null update %XSRC%/configure.org ./configure\r
test -f ./configure\r
if errorlevel 1 update %XSRC%/configure ./configure\r
\r
:InPlace\r
Rem Update configuration files\r
echo Updating configuration scripts...\r
-test -f ./configure.orig\r
-if errorlevel 1 update configure configure.orig\r
-sed -f %XSRC%/djgpp/config.sed configure.orig > configure\r
+test -f ./configure.org\r
+if errorlevel 1 update configure configure.org\r
+sed -f %XSRC%/djgpp/config.sed configure.org > configure\r
if errorlevel 1 goto SedError\r
\r
Rem Make sure they have a config.site file\r
\r
Rem Define DJGPP specific defs in config.hin\r
echo Editing config.hin...\r
-test -f %XSRC%/lib/config_h.orig\r
-if errorlevel 1 update %XSRC%/lib/config.hin %XSRC%/lib/config_h.orig\r
-sed -f %XSRC%/djgpp/config_h.sed %XSRC%/lib/config_h.orig > config.hin\r
+test -f %XSRC%/lib/config_h.org\r
+if errorlevel 1 update %XSRC%/lib/config.hin %XSRC%/lib/config_h.org\r
+sed -f %XSRC%/djgpp/config_h.sed %XSRC%/lib/config_h.org > config.hin\r
if errorlevel 1 goto SedError2\r
mv -f config.hin %XSRC%/lib/config.hin\r
\r