]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - configure.ac
configure.ac: Clean up help string for --with-statdpath
[nfs-utils.git] / configure.ac
index f101b861266d4fc434981ad36a81dd1edf195b2e..d3656bfc25cbfcfff9a3b3531c2952153f5f85be 100644 (file)
@@ -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
        )