2004-10-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
commit7dfba97b8cb0044be9a61a60466a312425a3ea01
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 2004 16:23:23 +0000 (30 16:23 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 2004 16:23:23 +0000 (30 16:23 +0000)
tree24b152304828e4f1535ef2adecf1093feef88872
parent91e6f54a8b4fc8646c729e5d1f44cd6037dc78f5
2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>

* config.h.in: Regenerate.
* configure: Regenerate.
* configure.ac (AC_CHECK_FUNCS): Add mkstemp.
* io/unix.c (S_IRGRP): Define if undefined.
(S_IWGRP): Same.
(S_IROTH): Same.
(S_IWOTH): Same.
(tempfile): Use mktemp if mkstemp missing, fix typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89893 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/config.h.in
libgfortran/configure
libgfortran/configure.ac
libgfortran/io/unix.c