* djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>
Wed, 14 Feb 2007 01:20:06 +0000 (01:20 +0000)
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>
Wed, 14 Feb 2007 01:20:06 +0000 (01:20 +0000)
djgpp/config.bat

index 05c2ba2..4eb44d5 100644 (file)
@@ -164,16 +164,16 @@ set HTML=
 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
@@ -230,9 +230,9 @@ mv ./glr.cc %XSRC%/data/glr.cc
 \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