repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(libfetish_a_SOURCES): Add sig2str.h.
[gnulib.git]
/
m4
/
afs.m4
blob
9e7d7731619ee91527c180f919b4472730f03463
1
#serial 5
2
3
AC_DEFUN([jm_AFS],
4
[
5
AC_MSG_CHECKING(for AFS)
6
if test -d /afs; then
7
AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
8
ac_result=yes
9
else
10
ac_result=no
11
fi
12
AC_MSG_RESULT($ac_result)
13
])