Mercurial > hg > octave-shane > gnulib-hg
annotate m4/afs.m4 @ 3684:c8ed84e015e6
(__restrict_arr): Update from libc.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 15 Dec 2001 16:57:15 +0000 |
parents | cf4bc87fabd5 |
children | 7141ea4946af |
rev | line source |
---|---|
3598
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
1 #serial 5 |
1670 | 2 |
3339
81d88e517811
Quote the first argument in each use of AC_DEFUN.
Jim Meyering <jim@meyering.net>
parents:
2634
diff
changeset
|
3 AC_DEFUN([jm_AFS], |
3598
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
4 [ |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
5 AC_MSG_CHECKING(for AFS) |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
6 if test -d /afs; then |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
7 AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.]) |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
8 ac_result=yes |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
9 else |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
10 ac_result=no |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
11 fi |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
12 AC_MSG_RESULT($ac_result) |
cf4bc87fabd5
(jm_AFS): Quote the body. Patch by Akim Demaille.
Jim Meyering <jim@meyering.net>
parents:
3339
diff
changeset
|
13 ]) |