diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-04-06 07:22:01 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-04-06 07:22:01 +0000 |
commit | f9200da26d1cc1df956aa14ba1f6fcfaf730c221 (patch) | |
tree | c15a70516f598de133ec9104c90fc14238a59310 /gcc/configure.in | |
parent | 0bda3da7ab8eba3f5c5e3c91ebd191698ebbf288 (diff) | |
download | gcc-f9200da26d1cc1df956aa14ba1f6fcfaf730c221.zip gcc-f9200da26d1cc1df956aa14ba1f6fcfaf730c221.tar.gz gcc-f9200da26d1cc1df956aa14ba1f6fcfaf730c221.tar.bz2 |
configure.in: Add check for lstat.
* configure.in: Add check for lstat.
* configure, config.in: Regenerate.
* cppinit.c (append_include_chain): Make empty path ".".
* cpplib.c (do_line): Don't simplify #line paths.
* cppfiles.c (remove_component_p): New function.
(find_or_create_entry): Acknowledge stat () errors during
path simplification.
(handle_missing_header): Don't simplify paths.
(_cpp_simplify_pathname): Don't simplify VMS paths. Return
the empty path untouched. Don't leave a trailing '/'.
From-SVN: r41148
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index ca356f30..1e5f408 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -547,7 +547,7 @@ dnl gcc_AC_C_ENUM_BF_UNSIGNED AC_CHECK_FUNCS(strtoul bsearch popen \ strchr strrchr kill getrlimit setrlimit atoll atoq \ sysconf isascii gettimeofday strsignal putc_unlocked fputc_unlocked \ - fputs_unlocked getrusage iconv nl_langinfo) + fputs_unlocked getrusage iconv nl_langinfo lstat) AC_CHECK_TYPE(ssize_t, int) |