1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-12 16:05:03 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-01-29 05:00:35 +00:00
parent a2f2ba51bc
commit af1ef50ae1

7
m4/afs.m4 Normal file
View File

@@ -0,0 +1,7 @@
#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.])
)