]> git.ipfire.org Git - thirdparty/gcc.git/commit
* configure.in: Check for the mktemp command.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2001 20:39:09 +0000 (20:39 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2001 20:39:09 +0000 (20:39 +0000)
commit72f3368f4dd49c93db258b32a2198b904a24e60d
treed4490e660fabdabca39c8748212a2141a6e1bd62
parent52b2b32d84bf8202226b11f65266eb2ae1962f45
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38671 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/configure
gcc/configure.in
gcc/gccbug.in