Merge from coreutils.
[gnulib.git] / m4 / afs.m4
1 #serial 7
2
3 AC_DEFUN([gl_AFS],
4   [
5     AC_ARG_WITH(afs,
6                 AC_HELP_STRING([--with-afs],
7                                [support for the Andrew File System [[default=no]]]),
8     test "$withval" = no || with_afs=yes, with_afs=no)
9     if test "$with_afs" = yes; then
10       AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
11     fi
12   ])