configure.in: Check for the mktemp command.
authorJoseph Myers <jsm28@cam.ac.uk>
Wed, 3 Jan 2001 20:39:09 +0000 (20:39 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 3 Jan 2001 20:39:09 +0000 (20:39 +0000)
commit955be6336a2f53d6b15909ddcccee87cfee57674
treed4490e660fabdabca39c8748212a2141a6e1bd62
parent234fb86caebe5e54a9bc0dc9d39ffe54d83892b0
configure.in: Check for the mktemp command.

* configure.in: Check for the mktemp command.
* configure: Regenerate.
* gccbug.in: Use a separate temporary file $TEMP0 for one use of
$TEMP.  Create temporary files with mktemp, if available at
configure time; otherwise use set -C.  Remove temporary files
before exit.

From-SVN: r38671
gcc/ChangeLog
gcc/configure
gcc/configure.in
gcc/gccbug.in