[texinfo-pretest] djgpp specific patch for 4.7.92

Juan Manuel Guerrero st001906 at hrz1.hrz.tu-darmstadt.de
Fri Dec 17 13:28:48 EST 2004


Here one more djgpp specific adjustment.

Regards,
Juan M. Guerrero



2004-12-17  Juan M. Guerrero  <st001906 at hrz1.hrz.tu-darmstadt.de>

	* 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!



More information about the texinfo-pretest mailing list