summaryrefslogtreecommitdiff
path: root/m4/filemode.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-12-20 22:19:26 +0100
committerBruno Haible <bruno@clisp.org>2020-12-20 22:36:46 +0100
commitab6888d8e8d56151d53a2996431ef9d23de3073e (patch)
tree7b3713faaef67b961543f766e3094ec83bc603b3 /m4/filemode.m4
parent5675a2ffc6961e68f0a26750490cc25b7d8243fe (diff)
downloadgnulib-ab6888d8e8d56151d53a2996431ef9d23de3073e.tar.gz
filemode: Remove Cray support.
* lib/filemode.c (IS_MIGRATED_FILE): Remove macro. (filemodestring): Don't produce an 'M' type. * m4/filemode.m4 (gl_FILEMODE): Don't invoke AC_STRUCT_ST_DM_MODE. * m4/st_dm_mode.m4: Remove file. * modules/filemode (Files): Remove it.
Diffstat (limited to 'm4/filemode.m4')
-rw-r--r--m4/filemode.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/filemode.m4 b/m4/filemode.m4
index 5aaaa1a167..8bbfcdbafe 100644
--- a/m4/filemode.m4
+++ b/m4/filemode.m4
@@ -1,4 +1,4 @@
-# filemode.m4 serial 8
+# filemode.m4 serial 9
dnl Copyright (C) 2002, 2005-2006, 2009-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -6,6 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FILEMODE],
[
- AC_REQUIRE([AC_STRUCT_ST_DM_MODE])
AC_CHECK_DECLS_ONCE([strmode])
])