mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-16 01:45:09 +02:00
8 lines
141 B
Plaintext
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.])
|
|
)
|