diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 20:47:26 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 20:47:26 +0000 |
| commit | 82d1989d3245791c9fac22ca848f5497f261c10b (patch) | |
| tree | 240017a6fcdcf7ecb5cfb2cbefb57de24de8b7c7 /lib/afs.m4 | |
| parent | 953a933e4d5900ec3c497781dab26066fef1e78b (diff) | |
| download | monitoring-plugins-82d1989d3245791c9fac22ca848f5497f261c10b.tar.gz | |
Moving m4 files into m4/. Added extra coreutils files required from
autoconf tests. Updated Makefile.am to have nagiosplug lib and a separate
coreutils lib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1027 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/afs.m4')
| -rw-r--r-- | lib/afs.m4 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/afs.m4 b/lib/afs.m4 deleted file mode 100644 index 9e7d7731..00000000 --- a/lib/afs.m4 +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 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 | ]) | ||
