]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgfortran/io/io.h
acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can unlink...
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Sat, 27 Aug 2005 16:01:54 +0000 (18:01 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 27 Aug 2005 16:01:54 +0000 (16:01 +0000)
commit10c682a0cb57e9ed0d5bb47a20af7932486b56a5
tree3714317919d36904c407fd6ec57fe25087da4709
parentec53fc93d0fbfac2037da571ce5e637ef0c437ee
acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can unlink open files.

* acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see
if target can unlink open files.
* configure.ac: Use this new test.
* config.h.in: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
* aclocal.ac: Regenerate.
* io/io.h: Add prototype for unpack_filename.
* io/close.c (st_close): Delete file after closing unit if
HAVE_UNLINK_OPEN_FILE is not defined.
* io/unix.c (unpack_filename): Unlink scratch file after opening
it only if HAVE_UNLINK_OPEN_FILE is defined.

From-SVN: r103566
libgfortran/ChangeLog
libgfortran/Makefile.in
libgfortran/acinclude.m4
libgfortran/aclocal.m4
libgfortran/config.h.in
libgfortran/configure
libgfortran/configure.ac
libgfortran/io/close.c
libgfortran/io/io.h
libgfortran/io/unix.c