X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=d3656bfc25cbfcfff9a3b3531c2952153f5f85be;hp=f101b861266d4fc434981ad36a81dd1edf195b2e;hb=dacc7248b33a360d9e57b78726a0530d5b2b3814;hpb=17e77da99f103191da3e1e7d0b43838a04c5ac3b diff --git a/configure.ac b/configure.ac index f101b86..d3656bf 100644 --- a/configure.ac +++ b/configure.ac @@ -24,9 +24,8 @@ AC_ARG_WITH(statedir, statedir=/var/lib/nfs) AC_SUBST(statedir) AC_ARG_WITH(statdpath, - [AC_HELP_STRING([--with-statdpath=/foo @<:@default=/var/lib/nfs@:>@], - [define statd's state dir as /foo instead of the NFS statedir] - )], + [AC_HELP_STRING([--with-statdpath=/foo], + [define the statd state dir as /foo instead of the NFS statedir @<:@default=/var/lib/nfs@:>@])], statdpath=$withval, statdpath=$statedir )