summaryrefslogtreecommitdiff
path: root/m4/afs.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-01 08:36:13 +0000
committerJim Meyering <jim@meyering.net>2000-05-01 08:36:13 +0000
commit951abbe274cd4eada67b8971e266983e09f0679e (patch)
tree9213812b93ea7aea9102458c3d1420b7e4a5d67d /m4/afs.m4
parent392dd7af09f64fec6f048206d93696e04230bf22 (diff)
downloadcoreutils-951abbe274cd4eada67b8971e266983e09f0679e.tar.xz
Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
Diffstat (limited to 'm4/afs.m4')
-rw-r--r--m4/afs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/afs.m4 b/m4/afs.m4
index 5153f90e6..8ca39615f 100644
--- a/m4/afs.m4
+++ b/m4/afs.m4
@@ -1,7 +1,7 @@
-#serial 1
+#serial 2
AC_DEFUN(jm_AFS,
- AC_CHECKING(for AFS)
+ AC_MSG_CHECKING(for AFS)
test -d /afs \
&& AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
)