djgpp specific patch for 4.7.92

"Juan Manuel Guerrero" <[email protected]> Fri, 17 Dec 2004 20:28:48 +0200
Newsgroups gmane.comp.tex.texinfo.pretest
Organization Darmstadt University of Technology
Message-ID <41C34180.20542.23BEA90@localhost>
Here one more djgpp specific adjustment.

Regards,
Juan M. Guerrero



2004-12-17  Juan M. Guerrero  <[email protected]>

	* djgpp/config.sed: remove files like coXXXXXX.tmp created
	in the top_srcdir by the gl_FUNC_MKSTEMP test.



diff -apruNU5 texinfo-4.7.92.orig/djgpp/config.bat texinfo-4.7.92/djgpp/config.bat
--- texinfo-4.7.92.orig/djgpp/config.bat	2002-09-26 22:01:10.000000000 +0000
+++ texinfo-4.7.92/djgpp/config.bat	2004-12-17 03:48:10.000000000 +0000
@@ -204,10 +204,13 @@ echo --disable-nls >> arguments
 :configure_package
 echo Running the ./configure script...
 sh ./configure @arguments
 if errorlevel 1 goto cfg_error
 rm arguments
+
+Rem Remove files created by the gl_FUNC_MKSTEMP test.
+rm co*.tmp
 echo Done.
 goto End
 
 :sed_error
 echo ./configure script editing failed!

_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
[email protected]
http://ff0.org/mailman/listinfo/texinfo-pretest