diff -auprNU3 texinfo-4.6.orig/djgpp/config.bat texinfo-4.6.djgpp/djgpp/config.bat
--- texinfo-4.6.orig/djgpp/config.bat	2002-01-19 11:40:10.000000000 +0000
+++ texinfo-4.6.djgpp/djgpp/config.bat	2003-07-24 01:20:50.000000000 +0000
@@ -227,6 +227,7 @@ if not errorlevel 1 goto no_ren1
 test -f %XSRC%/install-sh
 if not errorlevel 1 mv -f %XSRC%/install-sh %XSRC%/install-sh.sh
 :no_ren1
+redir -e /dev/null rm ./co*.tmp
 if "%HOME%" == "%XSRC%/djgpp" set HOME=
 set ARGS=
 set CONFIG_SITE=
diff -auprNU3 texinfo-4.6.orig/djgpp/config.sed texinfo-4.6.djgpp/djgpp/config.sed
--- texinfo-4.6.orig/djgpp/config.sed	2002-03-15 19:39:04.000000000 +0000
+++ texinfo-4.6.djgpp/djgpp/config.sed	2003-07-24 02:43:48.000000000 +0000
@@ -12,17 +12,20 @@
   s,Makefile\\.in\\.in,Makefile.in-in,g;t t\
   s,Makefile\\.am\\.in,Makefile.am-in,g;t t\
   /^install-info-am:/,/^$/ {\
-    /@list=.\\\$(INFO_DEPS)\[^ \]/s,DEPS),& texinf- texin- info-stn.i info.inf,\
+    /@list=.\\\$(INFO_DEPS)\[^ \]/s,DEPS),& texinf- texin- info-stn.i,\
     s,\\(\\\$\\\$d/\\\$\\\$file-\\[0-9\\]\\[0-9\\]\\)\\(\[^ \]\\),\\1 \\$\\$d/\\$\\$file[0-9] \\$\\$d/\\$\\$file[0-9][0-9]\\2,\
     s,\\( \\\$\\\$file-\\[0-9\\]\\[0-9\\]\\)\\(\[^ \]\\),\\1 \\$\\$file[0-9] \\$\\$file[0-9][0-9]\\2,\
   }\
   /^uninstall-info-am:/,/^$/ {\
-    /@list=.\\\$(INFO_DEPS)\[^ \]/s,DEPS),& texinf- texin- info-stn.i info.inf,\
+    /@list=.\\\$(INFO_DEPS)\[^ \]/s,DEPS),& texinf- texin- info-stn.i,\
     s,\\(file-\\[0-9\\]\\[0-9\\]\\)\\(\[^ \]\\),\\1 \\$\\$file[0-9] \\$\\$file[0-9][0-9]\\2,\
-  }
+  }\
+  s,inttypes-pri\\.m4,inttype-pri.m4,\
+  s,inttypes_h\\.m4,inttype_h.m4,\
+  s,onceonly_2_57\\.m4,2_57_onceonly.m4,
 
 # Makefile.in.in is renamed to Makefile.in-in.
-/^ac_config_files=/,/_ACEOF/ {
+/ac_config_files=/,/_ACEOF/ {
   s|po/Makefile\.in|&:po/Makefile.in-in|
 }
 /CONFIG_FILES=/ s|po/Makefile\.in|&:po/Makefile.in-in|2
