bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] bug in gl_FUNC_MKSTEMP


From: Stepan Kasal
Subject: [bug-gnulib] bug in gl_FUNC_MKSTEMP
Date: Mon, 20 Dec 2004 10:41:26 +0100
User-agent: Mutt/1.4.1i

Hello,
  the texinfo bug report cited below has inspired me to the following two
bug reports:

1) gl_FUNC_MKSTEMP in m4/mkstemp.m4 should clean up the temporary files.
Would the patch attached to this mail be OK?

2) Why does the template use the long prefix "conftest"?  Shouldn't we use
2-4 letter prefix, as suggested in the comment to the source to AS_TMPDIR
in autoconf/lib/m4sugar/m4sh.m4 ?

Yours,
        Stepan Kasal

----------
From: "Juan Manuel Guerrero" <address@hidden>
To: address@hidden
Date: Fri, 17 Dec 2004 20:28:48 +0200
Subject: [texinfo-pretest] djgpp specific patch for 4.7.92

Here one more djgpp specific adjustment.

Regards,
Juan M. Guerrero

2004-12-17  Juan M. Guerrero  <address@hidden>

        * djgpp/config.bat: 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!
----- End forwarded message -----

Attachment: gnulib-20041220-mkstemp.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]