From 6fff4bcdcf97412a6d1422991ea9fe5e8a203e75 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 15 Dec 2004 20:51:47 +0000 Subject: Moving m4 files from lib/ git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1028 f882894a-f735-0410-b71e-b25c423dba1c --- m4/afs.m4 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 m4/afs.m4 (limited to 'm4/afs.m4') diff --git a/m4/afs.m4 b/m4/afs.m4 new file mode 100644 index 00000000..9e7d7731 --- /dev/null +++ b/m4/afs.m4 @@ -0,0 +1,13 @@ +#serial 5 + +AC_DEFUN([jm_AFS], + [ + AC_MSG_CHECKING(for AFS) + if test -d /afs; then + AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.]) + ac_result=yes + else + ac_result=no + fi + AC_MSG_RESULT($ac_result) + ]) -- cgit v1.2.3