re PR libfortran/23272 ([mingw32] inquire via filename fails)
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Sun, 23 Oct 2005 20:43:54 +0000 (22:43 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sun, 23 Oct 2005 20:43:54 +0000 (20:43 +0000)
commitad238e4ff7d574bf58d5345ca050949c866867d3
tree5d5bd3e427e9311346a6f6558c309b3c7348fc9d
parent5f700e6de038a05c3068dac9199b21bbdc70c2e9
re PR libfortran/23272 ([mingw32] inquire via filename fails)

PR libfortran/23272
* acinclude.m4 (LIBGFOR_CHECK_WORKING_STAT): New check.
* configure.ac: Use LIBGFOR_CHECK_WORKING_STAT.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* configure: Regenerate.
* io/unix.c (compare_file_filename): Add fallback case for
systems without working stat.
* io/open.c (already_open): Correct call to
compare_file_filename.
* io/io.h: Correct proto for compare_file_filename.

From-SVN: r105824
libgfortran/ChangeLog
libgfortran/acinclude.m4
libgfortran/config.h.in
libgfortran/configure
libgfortran/configure.ac
libgfortran/io/io.h
libgfortran/io/open.c
libgfortran/io/unix.c