repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
m4
/
afs.m4
blob
5153f90e6301e17984967db80b7f29f32747e6d9
1
#serial 1
2
3
AC_DEFUN(jm_AFS,
4
AC_CHECKING(for AFS)
5
test -d /afs \
6
&& AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
7
)