1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-16 01:45:09 +02:00
Files
coreutils/m4/afs.m4
1999-01-29 05:00:35 +00:00

8 lines
141 B
Plaintext

#serial 1
AC_DEFUN(jm_AFS,
AC_CHECKING(for AFS)
test -d /afs \
&& AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
)