summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-12-30 16:34:32 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-12-30 16:35:19 -0800
commit44100f563482fe469a33abecda5797da04fc3c61 (patch)
tree1329b615c8a6128b70012aab7c62309a7152b158 /m4
parent65c09137010a7606dee398460eb62e63297923f3 (diff)
downloadgnulib-44100f563482fe469a33abecda5797da04fc3c61.tar.gz
chdir-safer: remove this module
* MODULES.html.sh (func_all_modules): Remove chdir-safer. * NEWS: Document removal. * lib/chdir-safer.c, lib/chdir-safer.h, m4/afs.m4, m4/chdir-safer.m4: * modules/chdir-safer: Remove these files.
Diffstat (limited to 'm4')
-rw-r--r--m4/afs.m417
-rw-r--r--m4/chdir-safer.m410
2 files changed, 0 insertions, 27 deletions
diff --git a/m4/afs.m4 b/m4/afs.m4
deleted file mode 100644
index 5f8fafd66e..0000000000
--- a/m4/afs.m4
+++ /dev/null
@@ -1,17 +0,0 @@
-# serial 10
-
-# Copyright (C) 1999-2001, 2004, 2008-2017 Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_AFS],
- [
- AC_ARG_WITH([afs],
- AS_HELP_STRING([--with-afs],
- [support for the Andrew File System [[default=no]]]),
- test "$withval" = no || with_afs=yes, with_afs=no)
- if test "$with_afs" = yes; then
- AC_DEFINE([AFS], [1], [Define if you have the Andrew File System.])
- fi
- ])
diff --git a/m4/chdir-safer.m4 b/m4/chdir-safer.m4
deleted file mode 100644
index f4c890a3e2..0000000000
--- a/m4/chdir-safer.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-#serial 5
-dnl Copyright (C) 2005-2006, 2009-2017 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_CHDIR_SAFER],
-[
- AC_CHECK_FUNCS_ONCE([readlink])
-])