diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-09 09:16:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-09 09:16:03 +0000 |
commit | 78c7e1f60b4a6ccf656bae7ef7c6f21002a1dd1f (patch) | |
tree | b5891a1c98fb31d8388b342d5d579be00905aa8c | |
parent | 30aa344399e19bee40e19470deb0067a21012b62 (diff) | |
download | coreutils-78c7e1f60b4a6ccf656bae7ef7c6f21002a1dd1f.tar.xz |
(jm_MACROS): Do not check for fseeko; no longer used.
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index bb2bcf3a1..680ab14c9 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 35 -*- autoconf -*- +#serial 36 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -124,7 +124,6 @@ AC_DEFUN(jm_MACROS, endpwent \ fchdir \ fdatasync \ - fseeko \ ftime \ ftruncate \ getcwd \ |