/[autoconf]/autoconf/autom4te.in
ViewVC logotype

Diff of /autoconf/autom4te.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by akim, Wed Jul 25 07:07:33 2001 UTC revision 1.7 by proski, Wed Jul 25 14:39:18 2001 UTC
# Line 285  sub mktmpdir ($) Line 285  sub mktmpdir ($)
285    # If mktemp supports dirs, use it.    # If mktemp supports dirs, use it.
286    $tmp = `(umask 077 &&    $tmp = `(umask 077 &&
287             mktemp -d -q "$TMPDIR/${signature}XXXXXX") 2>/dev/null`;             mktemp -d -q "$TMPDIR/${signature}XXXXXX") 2>/dev/null`;
288      chomp $tmp;
289    
290    if (!$tmp || ! -d $tmp)    if (!$tmp || ! -d $tmp)
291      {      {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26