[ Pleas see this thread for the rationale of the patch: http://thread.gmane.org/gmane.comp.sysutils.autoconf.general/7018 ]
* Ralf Wildenhues wrote on Sat, Jan 21, 2006 at 10:09:23AM CET: > > And will send a similar patch for config.guess and gettext to its > respective mailing lists. Please apply this patch to gnulib. Thanks, Ralf * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp. Reported by Bruce Korb <[EMAIL PROTECTED]>. Index: gnulib-tool =================================================================== RCS file: /cvsroot/gnulib/gnulib/gnulib-tool,v retrieving revision 1.102 diff -u -r1.102 gnulib-tool --- gnulib-tool 19 Jan 2006 09:05:56 -0000 1.102 +++ gnulib-tool 21 Jan 2006 09:16:15 -0000 @@ -152,7 +152,7 @@ { # Use the mktemp program if available. If not available, hide the error # message. - tmp=`(umask 077 && mktemp -d -q "$TMPDIR/glXXXXXX") 2>/dev/null` && + tmp=`(umask 077 && mktemp -d "$TMPDIR/glXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { Index: build-aux/csharpcomp.sh.in =================================================================== RCS file: /cvsroot/gnulib/gnulib/build-aux/csharpcomp.sh.in,v retrieving revision 1.1 diff -u -r1.1 csharpcomp.sh.in --- build-aux/csharpcomp.sh.in 9 Jan 2006 13:45:05 -0000 1.1 +++ build-aux/csharpcomp.sh.in 21 Jan 2006 09:16:15 -0000 @@ -47,7 +47,7 @@ { # Use the mktemp program if available. If not available, hide the error # message. - tmp=`(umask 077 && mktemp -d -q "$TMPDIR/gtXXXXXX") 2>/dev/null` && + tmp=`(umask 077 && mktemp -d "$TMPDIR/gtXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { _______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib