diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-02 07:18:30 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-02 07:18:30 +0000 |
commit | bee93bd060a7ed83db8a7f27e82ab35da4c7c01a (patch) | |
tree | 3b54f5fbe9ccf71ba1905db65716685dea07d78a /m4 | |
parent | 862fbc427b8b8a3444e8ab344a9c194ba02d49f7 (diff) | |
download | coreutils-bee93bd060a7ed83db8a7f27e82ab35da4c7c01a.tar.xz |
No longer used.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/chmod-safer.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/m4/chmod-safer.m4 b/m4/chmod-safer.m4 deleted file mode 100644 index d28dfb209..000000000 --- a/m4/chmod-safer.m4 +++ /dev/null @@ -1,11 +0,0 @@ -#serial 1 -dnl Copyright (C) 2005 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_CHMOD_SAFER], -[ - AC_LIBSOURCES([chmod-safer.c, chmod-safer.h]) - AC_LIBOBJ([chmod-safer]) -]) |